]> sourceware.org Git - glibc.git/blame - ChangeLog
Split __kernel_standard* functions (fixes bug 17724).
[glibc.git] / ChangeLog
CommitLineData
f56f9124
JM
12014-12-22 Joseph Myers <joseph@codesourcery.com>
2
3 [BZ #17724]
4 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
5 (__kernel_standard_f): Remove. Moved to k_standardf.c.
6 (__kernel_standard_l): Remove. Moved to k_standardl.c with
7 (char *) casts added.
8 * sysdeps/ieee754/k_standardf.c: New file.
9 * sysdeps/ieee754/k_standardl.c: Likewise.
10 * math/Makefile (libm-support): Remove k_standard.
11 (libm-calls): Add k_standard.
12
8622d556
WD
132014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
14
15 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
16 Optimize to avoid an unnecessary FPCR read.
17
f3806bdb
WD
182014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
19
20 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
21 Optimize to reduce FPCR/FPSR accesses.
22
9b47df58
WD
232014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
24
25 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
26 Call libc_fetestexcept_aarch64.
27
97be3cac
WD
282014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
29
30 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
31 Call libc_fesetround_aarch64.
32
935ab817
JM
332014-12-22 Joseph Myers <joseph@codesourcery.com>
34
35 [BZ #17733]
36 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
37 (__bind): Do not define as weak alias.
38 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
39 define.
40 (__getsockname): Do not define as weak alias.
41
cc8623f1
WN
422014-12-22 Will Newton <will.newton@linaro.org>
43
44 * manual/install.texi: Document that we require bison 2.7
45 or above.
46 * INSTALL: Regenerate.
47 * configure.ac: Use AC_CHECK_PROG_VER instead of
48 AC_PATH_PROG when checking for bison and check for
49 version 2.7 or above.
50 * configure: Regenerate.
51
a19ca65a
CM
522014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
53
e969965a
CM
54 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
55 * sysdeps/tile/ffsll.c (ffsll): To here.
56
a19ca65a
CM
57 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
58
050f7298
L
592014-12-21 H.J. Lu <hongjiu.lu@intel.com>
60
61 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
62 if not defined.
63 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
64 definition.
65 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
66 hidden ___tls_get_addr.
67 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
68 hidden __tls_get_addr.
69 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
70 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
71 Likewise.
72
6df5547e
AS
732014-12-21 Andreas Schwab <schwab@linux-m68k.org>
74
75 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
76 _dl_init call.
77
7432d613
L
782014-12-21 H.J. Lu <hongjiu.lu@intel.com>
79
80 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
81 from "call _dl_init@PLT".
82 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 83
98fe149e
AK
842014-12-21 Anders Kaseorg <andersk@mit.edu>
85
86 * manual/search.texi: (Array Sort Function): Clarify stable sorting
87 guarantees.
88
d12455f5
CM
892014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
90
91 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
92
95dee05f
CM
932014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
94
95 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
96 strnlen.
97
2ef4b74a
SE
982014-12-19 Steve Ellcey <sellcey@imgtec.com>
99
100 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
101 of multu on MIPSr6.
102 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
103 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
104 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
105 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
106 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
107
1082014-12-19 Steve Ellcey <sellcey@imgtec.com>
109
110 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
111 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
112 (PTR_SUBU): Use subu for mips32r6/mips64r6.
113 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 114 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
115 mips32r6/mips64r6.
116 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
117
3eb38795
OB
1182014-12-19 Ondřej Bílka <neleai@seznam.cz>
119
120 * string/strncat.c (STRNCAT): Simplify implementation.
121
6d4188dd
DM
1222014-12-19 David S. Miller <davem@davemloft.net>
123
0d4ba8be
DM
124 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
125 access the quad as both a long double and as a series of 4 words.
126
6d4188dd
DM
127 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
128 link_map->l_info array access.
129
4ef91cdc
CM
1302014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
131
804c54f7
CM
132 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
133
4ef91cdc
CM
134 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
135 * math/atest-exp2.c (TIMEOUT): Likewise.
136 * math/atest-sincos.c (TIMEOUT): Likewise.
137
afd176d6
L
1382014-12-19 H.J. Lu <hongjiu.lu@intel.com>
139
140 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
141 -Wno-error with -fno-builtin-lround.
142
a4a43a90
TR
1432014-12-19 Torvald Riegel <triegel@redhat.com>
144
145 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
146 Contains futex constants and functions moved over from ...
147 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
148 <lowlevellock-futex.h>.
149 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
150 (lll_timedwait_tid): Add comments and parentheses around macro
151 arguments.
152
76f71081
TR
1532014-12-19 Torvald Riegel <triegel@redhat.com>
154
155 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
156 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
157 (__lll_private_flag): Remove.
158 (lll_futex_wait): Likewise.
159 (lll_futex_timed_wait): Likewise.
160 (lll_futex_wake): Likewise.
161 (lll_futex_requeue): Likewise.
162 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
163 (__lll_timedwait_tid): Spell out argument names.
164 (lll_timedwait_tid): Add comments and parentheses around macro
165 arguments.
166 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
167 LLL_SHARED and LLL_PRIVATE usable from assembly code.
168
6b814909
TR
1692014-12-19 Torvald Riegel <triegel@redhat.com>
170
171 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
172 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
173 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
174 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
175 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
176 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
177 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
178 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
179 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
180 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
181 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
182 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
183 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
184 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
185 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
186 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
187 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
188 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
189 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
190
9cd4d4ab
L
1912014-12-19 H.J. Lu <hongjiu.lu@intel.com>
192
193 * sysdeps/x86_64/x32/Makefile: New file.
194
c9c1a2d0
L
1952014-12-19 H.J. Lu <hongjiu.lu@intel.com>
196
197 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
198 1L with (mp_limb_t) 1.
199
af102d95
RM
2002014-12-17 Roland McGrath <roland@hack.frob.com>
201
dd690454
RM
202 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
203 * nptl/libc_pthread_init.c: ... here.
204 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
205 * nptl/register-atfork.c: ... here.
206
74eb826c
RM
207 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
208 Use pthread_sigmask rather than INTERNAL_SYSCALL.
209 Use assert_perror to check its return value.
210 (__gai_create_helper_thread): Likewise.
211
c9ce306b
RM
212 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
213
af102d95
RM
214 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
215
8ac5a76a
JM
2162014-12-17 Joseph Myers <joseph@codesourcery.com>
217
ea41469b
JM
218 [BZ #17725]
219 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
220 __profil_counter.
221 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
222 Likewise.
223 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
224 Likewise.
225 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
226 Likewise.
227 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
228 (profil_counter): Likewise.
229 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
230 (profil_counter): Likewise.
231 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
232 Likewise.
233 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
234 Likewise.
235 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
236 (profil_counter): Likewise.
237 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
238 Likewise.
239 [!__profil_counter] (profil_counter): Define as weak alias of
240 __profil_counter.
241 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
242 (profil_counter): Rename to __profil_counter.
243 [!__profil_counter] (profil_counter): Define as weak alias of
244 __profil_counter.
245 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
246 (profil_counter): Rename to __profil_counter.
247 [!__profil_counter] (profil_counter): Define as weak alias of
248 __profil_counter.
249 * sysdeps/posix/profil.c: Update comment referring to
250 profil_counter.
251 (__profil): Use __profil_counter instead of profil_counter.
252 * sysdeps/posix/sprofil.c (profil_counter): Rename to
253 __profil_counter. Use __profil_counter_ushort and
254 __profil_counter_uint in definitions.
255 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
256 instead of profil_counter_uint and profil_counter_ushort.
257
8ac5a76a
JM
258 [BZ #17722]
259 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
260 define as weak alias of __inet_makeaddr.
261 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
262 as weak alias of __inet_addr.
263 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
264 as weak alias of __inet_pton. Use libc_hidden_weak.
265 * include/arpa/inet.h (__inet_pton): Declare. Use
266 libc_hidden_proto.
267 (inet_makeaddr): Don't use libc_hidden_proto.
268 (__inet_makeaddr): Declare. Use libc_hidden_proto.
269 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
270 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
271 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
272 Remove variable.
273 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
274 (test-xfail-POSIX/time.h/linknamespace): Likewise.
275
66ce3cb1
SE
2762014-12-17 Steve Ellcey <sellcey@imgtec.com>
277
278 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
279
d22ce01b
SL
2802014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
281
282 * stdio-common/bug-vfprintf-nargs.c (do_test):
283 Cast value to intptr_t to avoid format warning
284 for usage with PRIdPTR printing macro.
285
eca2772b
SL
2862014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
287
288 * libio/tst-widetext.c (do_test):
289 Use format type %td instead of %Zd for ptrdiff_t
290 in order to avoid format warning.
291
bdf079da
AS
2922014-12-17 Andreas Schwab <schwab@suse.de>
293
294 * nscd/mem.c (gc): Add size_t cast to match printf format.
295
3eb5d2fc
RM
2962014-12-16 Roland McGrath <roland@hack.frob.com>
297
298 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
299 (init): Apply PTR_MANGLE to pointers before storing them.
300 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
301 before using them.
302
d003ada2
JM
3032014-12-16 Joseph Myers <joseph@codesourcery.com>
304
380292ba
JM
305 [BZ #17719]
306 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
307 define as weak alias of __memrchr.
308 (__memrchr): Do not define as strong alias of memrchr.
309 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
310 Remove variable.
311 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
312 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
313 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
314
9a44d530
JM
315 [BZ #17717]
316 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
317 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
318 (if_indextoname): Rename to __if_indextoname and define as weak
319 alias of __if_indextoname. Use libc_hidden_weak.
320 (if_freenameindex): Rename to __if_freenameindex and define as
321 weak alias of __if_freenameindex.
322 (if_nameindex): Rename to __if_nameindex and define as weak alias
323 of __if_nameindex.
324 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
325 __if_nametoindex and define as weak alias of __if_nametoindex.
326 Use libc_hidden_weak.
327 (if_freenameindex): Rename to __if_freenameindex and define as
328 weak alias of __if_freenameindex.
329 (if_nameindex): Rename to __if_nameindex and define as weak alias
330 of __if_nameindex.
331 (if_indextoname): Rename to __if_indextoname and define as weak
332 alias of __if_indextoname. Use libc_hidden_weak.
333 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
334 __if_nametoindex and define as weak alias of __if_nametoindex.
335 Use libc_hidden_weak.
336 (if_freenameindex): Rename to __if_freenameindex and define as
337 weak alias of __if_freenameindex. Use libc_hidden_weak.
338 (if_nameindex_netlink): Use __if_freenameindex instead of
339 if_freenameindex.
340 (if_nameindex): Rename to __if_nameindex and define as weak alias
341 of __if_nameindex. Use libc_hidden_weak.
342 (if_indextoname): Rename to __if_indextoname and define as weak
343 alias of __if_indextoname. Use libc_hidden_weak.
344 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
345 libc_hidden_proto.
346 [!_ISOMAC] (__if_freenameindex): Likewise.
347 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
348 if_nametoindex.
349 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
350 variable.
351 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
352 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
353 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
354 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
355 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
356 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
357 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
358
d003ada2
JM
359 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
360 Remove variable.
361 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
362 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
363
a0d424ef
SP
3642014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
365
0cd85520
SP
366 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
367 subscript above bounds'
368
a0d424ef
SP
369 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
370 bounds.
371
0e426475
AS
3722014-12-16 Arjun Shankar <arjun.is@lostca.se>
373
8b460906
AS
374 * libio/tst-fopenloc.c: Use test-skeleton.c.
375
fa13e15b
AS
376 * stdlib/tst-bsearch.c: Use test-skeleton.c.
377 (entry): Rename to ITEM.
378 (do_test, comp): Adjust.
379
0e426475
AS
380 * stdio-common/tst-fseek.c: Use test-skeleton.c.
381
4f646bce
TR
3822014-12-16 Torvald Riegel <triegel@redhat.com>
383
384 * string/tester.c: Include <libc-internal.h>.
385 (test_memset): Ignore -Wmemset-transposed-args.
386
a07c4427
TR
3872014-12-16 Torvald Riegel <triegel@redhat.com>
388
389 * misc/tst-mntent2.c (do_test): Fix warning.
390
1469f466
TR
3912014-12-16 Torvald Riegel <triegel@redhat.com>
392
393 * elf/tst-unique4lib.cc(a): Mark as used.
394
11e3417a
FW
3952014-12-16 Florian Weimer <fweimer@redhat.com>
396
397 [BZ #17630]
398 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
399 names.
400
ae61fc7b
AM
4012014-12-16 Allan McRae <allan@archlinux.org>
402
403 * stdio-common/Makefile (tests): Re-add bug26.
404
363a9899
OB
4052014-12-15 Ondřej Bílka <neleai@seznam.cz>
406
407 [BZ #17657]
408 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
409 static array.
410
d52c62df
TR
4112014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
412
413 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
414 (__lll_lock_wait): Likewise.
415 (__lll_timedlock_wait): Likewise.
416 (__lll_timedwait_tid): Likewise.
417 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
418 (__lll_robust_timedlock_wait): Likewise.
419 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
420 (lll_cond_trylock): Likewise.
421 (__lll_lock): Likewise.
422 (__lll_robust_lock): Likewise.
423 (__lll_cond_lock): Likewise.
424 (lll_robust_cond_lock): Likewise.
425 (__lll_timedlock): Likewise.
426 (__lll_robust_timedlock): Likewise.
427 (__lll_unlock): Likewise.
428 (__lll_robust_unlock): Likewise.
429 (lll_wait_tid): Likewise.
430 (lll_timedwait_tid): Likewise.
431
045a6bcd
TR
4322014-12-15 Torvald Riegel <triegel@redhat.com>
433
434 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
435
7f786dc1
TR
4362014-12-15 Torvald Riegel <triegel@redhat.com>
437
438 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
439
e7e21cba
AZ
4402014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
441
442 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
443 * stdio-common/tst-sprintf.c: Likewise.
444
bc89c0fc
TR
4452014-12-15 Torvald Riegel <triegel@redhat.com>
446
447 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
448
a5357b7c
JL
4492014-12-15 Jeff Law <law@redhat.com>
450
451 [BZ #16617]
452 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
453 on the heap. (CVE-2012-3406)
454 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
455 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
456 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
457
3a12c70f
WN
4582014-12-15 Will Newton <will.newton@linaro.org>
459
460 * manual/install.texi: Bump required version of texinfo
461 to 4.7 from 4.5.
462 * INSTALL: Regenerated.
463 * configure.ac: Check for makeinfo version 4.7 and above.
464 * configure: Regenerated.
465
e4f639e4
RM
4662014-12-12 Roland McGrath <roland@hack.frob.com>
467
468 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
469 PREFIX, string constant to insert between directory and name.
470 * sysdeps/posix/shm_open.c: Update caller.
471 * sysdeps/posix/shm_unlink.c: Likewise.
472 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
473 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
474 (SEM_SHM_PREFIX): New macro.
475 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
476 [$(have-thread-library) = no].
477 * nptl/Makefile (libpthread-routines): Add shm-directory.
478 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
479 * sysdeps/nptl/shm-directory.h: New file.
480 * sysdeps/posix/shm-directory.c
481 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
482 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
483 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
484 INTERNAL_SYSCALL.
485 (__where_is_shmfs): Function removed.
486 (mountpoint, defaultmount, defaultdir, __namedsem_once):
487 Variables removed.
488 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
489 Use SHM_GET_NAME.
490 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
491
492 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
493 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
494 unconditional for use inside libpthread.
495 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
496
439c43f6
RM
4972014-12-12 Roland McGrath <roland@hack.frob.com>
498
c76d1ff5
RM
499 * nptl/pthread_getaffinity.c: New file.
500 * nptl/pthread_setaffinity.c: New file.
501 * nptl/pthread_getname.c: New file.
502 * nptl/pthread_setname.c: New file.
503
439c43f6
RM
504 * nptl/pthread_create.c (START_THREAD_DEFN)
505 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
506
48e435cd
SL
5072014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
508 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
509
510 * resolv/res_send.c (send_vc): Disable warning resplen may
511 be used uninitialized.
512
9d9c0019
SL
5132014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
514
515 * nptl/tst-mutex6.c
516 (ATTR_NULL): New define checks ATTR against NULL.
517 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
518 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
519
9173840b
JL
5202014-12-11 James Lemke <jwlemke@codesourcery.com>
521
522 [BZ #17581]
523 * malloc/hooks.c
524 (mem2mem_check): Revert my previous change.
525 (malloc_check_get_size): Revert my previous change.
526 (mem2chunk_check): Revert my previous change.
527
78e21c5d
RM
5282014-12-11 Roland McGrath <roland@hack.frob.com>
529
530 * sysdeps/posix/shm-directory.c: New file.
531 * sysdeps/posix/shm-directory.h: New file.
532 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
533 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
534 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
535 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
536 Transmute EPERM to EACCES.
537 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
538 from ...
539 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
540 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
541
f82c43af
KK
5422014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
543
544 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
545 pointer and cast to uintptr_t.
546 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
547 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
548 Add cast to avoid warning.
549 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
550
fc00cf7b
JM
5512014-12-11 Joseph Myers <joseph@codesourcery.com>
552
553 * nptl/semaphore.h: Move to ...
554 * sysdeps/pthread/semaphore.h: ... here.
555 * Makefile (installed-headers): Change nptl/semaphore.h to
556 sysdeps/pthread/semaphore.h.
557
1c4053db
RM
5582014-12-11 Roland McGrath <roland@hack.frob.com>
559
73b0c1a1
RM
560 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
561 generated error format strings.
562
1c4053db
RM
563 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
564 -Wformat-extra-args warnings for scanf formats.
565 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
566 test of zero-length format (duh).
567 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
568 corner-case scanf format test.
569 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
570 generated fprintf format string.
571 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
572 corner-case sprintf format tests.
573 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
574 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
575 -Wformat-extra-args warnings throughout.
576 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
577 (CFLAGS-scanf4.c): Likewise.
578 (CFLAGS-scanf7.c): Likewise.
579 (CFLAGS-tst-sprintf.c): Likewise.
580 (CFLAGS-tst-printf.c): Likewise.
581 (CFLAGS-tst-printfsz.c): Likewise.
582
47d51f4f
JM
5832014-12-11 Joseph Myers <joseph@codesourcery.com>
584
a1edbf3c
JM
585 * include/cpio.h: New file.
586 * include/fmtmsg.h: Likewise.
587
47d51f4f
JM
588 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
589 corresponding format argument to size_t.
590 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
591 arguments.
592 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
593 corresponding format argument to size_t.
594 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
595 arguments.
596 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
597 corresponding format argument to size_t.
598 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
599 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
600 (CFLAGS-tst-mbswcs2.c): Likewise.
601 (CFLAGS-tst-mbswcs3.c): Likewise.
602 (CFLAGS-tst-mbswcs4.c): Likewise.
603 (CFLAGS-tst-mbswcs5.c): Likewise.
604 (CFLAGS-tst-trans.c): Likewise
605
e9813cfb
RM
6062014-12-11 Roland McGrath <roland@hack.frob.com>
607
608 * posix/regexbug1.c (main): Use "%s" format with regerror results,
609 rather than assuming they won't contain any '%'s.
610
f627ca82
CM
6112014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
612
613 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
614 inhibit_loop_to_libcall to avoid recursive calls.
615 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
616 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
617
7f296942
AZ
6182014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
619
620 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
621 prototype.
622
d0276e18
SE
6232014-12-11 Steve Ellcey <sellcey@imgtec.com>
624
625 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
626 integer value instead of boolean.
627
fc56e970
SE
6282014-12-11 Steve Ellcey <sellcey@imgtec.com>
629
630 * malloc/malloc.c: Fix powerof2 check.
631
40e53917
SL
6322014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
633
634 * locale/programs/locfile.h (maybe_swap_uint32):
635 Remove inline and add unused attribute.
636
1ea166df
SL
6372014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
638
9d9c0019 639 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
640 Truncating assembler expression to a .long expression.
641
acf869f4
AS
6422014-12-11 Andreas Schwab <schwab@suse.de>
643
644 * elf/rtld.c (struct map_args): Constify str member.
645 (do_preload): Constify fname argument.
646
9d969099
AZ
6472014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
648
649 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
650 constants definition.
651
da5bcaa4
AS
6522014-12-11 Andreas Schwab <schwab@suse.de>
653
b0a3c164
AS
654 [BZ #16657]
655 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
656 FORCE_ELISION instead of DO_ELISION.
657 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
658 Remove.
659 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
660 Likewise.
661
da5bcaa4
AS
662 * iconvdata/gconv-modules: Remove duplicate entry.
663
6d248857
WN
6642014-12-11 Will Newton <will.newton@linaro.org>
665
666 Merge gettext 0.19.3 into intl/.
667
668 This involves a number of cosmetic changes to comments
669 and ANSI function definitions and prototypes throughout
670 all the files. The gettext copyright header is used but
671 with the date ranges taken from the glibc copy.
672
673 * NEWS: Add gettext merge to 2.21.
674 * intl/bindtextdom.c: Switch to gettext copyright.
675 Use ANSI definitions and prototypes.
676 Use gl_* locking primitives rather than __libc_* ones.
677 Use __builtin_expect rather than __glibc_likely/unlikely.
678 * intl/dcgettext.c: Switch to gettext copyright.
679 Use ANSI definitions and prototypes.
680 * intl/dcigettext.c: Switch to gettext copyright.
681 Use ANSI definitions and prototypes.
682 (INTDIV0_RAISES_SIGFPE): New define.
683 Use gl_* locking primitives rather than __libc_* ones.
684 Include eval-plural.h instead of plural-eval.c.
685 Use __builtin_expect rather than __glibc_likely/unlikely.
686 * intl/dcngettext.c: Switch to gettext copyright.
687 Use ANSI definitions and prototypes.
688 * intl/dgettext.c: Likewise.
689 * intl/dngettext.c: Likewise.
690 * intl/plural-eval.c: Renamed to...
691 * intl/eval-plural.h: ...this.
692 * intl/explodename.c: Switch to gettext copyright.
693 Use ANSI definitions and prototypes.
694 (_nl_explode_name): Use strchr instead of __rawmemchr.
695 * intl/finddomain.c: Switch to gettext copyright.
696 Use ANSI definitions and prototypes.
697 Use gl_* locking primitives rather than __libc_* ones.
698 (_nl_find_domain): Use malloc rather than alloca for
699 allocation of temporary locale name.
700 * intl/gettext.c: Switch to gettext copyright.
701 Use ANSI definitions and prototypes.
702 * intl/gettextP.h: Switch to gettext copyright.
703 Use ANSI definitions and prototypes.
704 Use gl_* locking primitives rather than __libc_* ones.
705 * intl/gmo.h: Switch to gettext copyright.
706 (struct sysdep_string): Move struct segment_pair outside of
707 struct definition.
708 * intl/hash-string.c: Use ANSI definitions and prototypes.
709 * intl/hash-string.h: Switch to gettext copyright.
710 Use ANSI definitions and prototypes.
711 * intl/l10nflist.c: Switch to gettext copyright.
712 Use ANSI definitions and prototypes.
713 (_nl_normalize_codeset): Avoid integer overflow.
714 * intl/loadinfo.h: Switch to gettext copyright.
715 Use ANSI definitions and prototypes.
716 (LIBINTL_DLL_EXPORTED): New define.
717 (PATH_SEPARATOR): New define.
718 * intl/loadmsgcat.c: Switch to gettext copyright.
719 * intl/localealias.c: Switch to gettext copyright.
720 Use ANSI definitions and prototypes.
721 (_nl_expand_alias): Use PATH_SEPARATOR.
722 * intl/ngettext.c: Switch to gettext copyright.
723 Use ANSI definitions and prototypes.
724 * intl/plural-exp.c: Likewise.
725 * intl/plural-exp.h: Switch to gettext copyright.
726 Use ANSI definitions and prototypes.
727 (struct expression): Move definition of enum operator outside
728 of struct definition.
729 * intl/plural.c: Regenerate.
730 * intl/plural.y: Switch to gettext copyright.
731 Use ANSI definitions and prototypes.
732 Port to bison 3.0.
733 * intl/textdomain.c: Switch to gettext copyright.
734 Use ANSI definitions and prototypes.
735 Use gl_* locking primitives rather than __libc_* ones.
736
48c43298
SE
7372014-12-10 Steve Ellcey <sellcey@imgtec.com>
738
739 * debug/warning-nop.c: Add used atrribute.
740
2b89bce9
JM
7412014-12-10 Joseph Myers <joseph@codesourcery.com>
742
c153ac9f
JM
743 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
744
2b89bce9
JM
745 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
746 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
747 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
748
2cfbdb9a
JM
7492014-12-10 Joseph Myers <joseph@codesourcery.com>
750 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
751
752 [BZ #17634]
753 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
754 Undefine after defining function. Define as weak alias of
755 __wcschr. Use libc_hidden_weak.
756 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
757 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
758 (libc_hidden_def): Also define __GI___wcschr alias.
759 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
760 __wcschr and define as weak alias of __wcschr.
761 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
762 __wcschr.
763 [!WCSCHR] (DEFAULT_WCSCHR): Define.
764 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
765 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
766 libc_hidden_weak. Do not use libc_hidden_def.
767 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
768 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
769 __GI___wcschr alias.
770 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
771 [IS_IN (libc)] (wcschr): Define as macro expanding to
772 __redirect_wcschr.
773 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
774 [IS_IN (libc)] (__wcschr_power6): Likewise.
775 [IS_IN (libc)] (__wcschr_power7): Likewise.
776 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
777 instead of wcschr.
778 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
779 __libc_wcschr.
780 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
781 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
782 __wcschr and define as weak alias of __wcschr. Use
783 libc_hidden_builtin_def.
784 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
785 as weak alias of __wcschr. Use libc_hidden_weak.
786 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
787 wcschr.
788 * time/era.c (_nl_init_era_entries): Likewise.
789 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
790 variable.
791 (test-xfail-XPG3/time.h/linknamespace): Likewise.
792 (test-xfail-XPG4/time.h/linknamespace): Likewise.
793
1b8bf351
JM
7942014-12-10 Joseph Myers <joseph@codesourcery.com>
795
796 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
797 format for long int variable.
798
f5f46d51
AK
7992014-12-10 Anders Kaseorg <andersk@MIT.EDU>
800
801 [BZ #10672]
07008f7d 802 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
803 qsort stable.
804
217a74a8
AS
8052014-12-10 Andreas Schwab <schwab@suse.de>
806
807 [BZ #12847]
808 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
809 user-controlled locks.
810
aa76a5c7
RE
8112014-12-10 Richard Earnshaw <rearnsha@arm.com>
812
813 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
814 register.
815
2084e7ca
JM
8162014-12-10 Joseph Myers <joseph@codesourcery.com>
817
a4ecc9eb
JM
818 * configure.ac (--disable-werror): New configure option.
819 (enable_werror): New AC_SUBST.
820 * configure: Regenerated.
821 * config.make.in (enable-werror): New variable.
822 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
823 -Wno-error=undef.
824 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
825 * manual/install.texi (Configuring and compiling): Document
826 --disable-werror.
827 * INSTALL: Regenerated.
828 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
829 (CFLAGS-tst-chk2.c): Likewise.
830 (CFLAGS-tst-chk3.c): Likewise.
831 (CFLAGS-tst-chk4.cc): Likewise.
832 (CFLAGS-tst-chk5.cc): Likewise.
833 (CFLAGS-tst-chk6.cc): Likewise.
834 (CFLAGS-tst-lfschk1.c): Likewise.
835 (CFLAGS-tst-lfschk2.c): Likewise.
836 (CFLAGS-tst-lfschk3.c): Likewise.
837 (CFLAGS-tst-lfschk4.cc): Likewise.
838 (CFLAGS-tst-lfschk5.cc): Likewise.
839 (CFLAGS-tst-lfschk6.cc): Likewise.
840
0f88636c
JM
841 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
842 (main): Disable -Wdeprecated-declarations around calls to
843 register_printf_function.
844
c81e9deb
JM
845 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
846 (do_test): Disable -Wdiv-by-zero around some calls to
847 fwrite_unlocked and fread_unlocked.
848
2084e7ca
JM
849 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
850 (DIAG_POP_NEEDS_COMMENT): Likewise.
851 (_DIAG_STR1): Likewise.
852 (_DIAG_STR): Likewise.
853 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
854 * stdio-common/bug21.c: Include <libc-internal.h>.
855 (do_test): Disable -Wformat around call to sscanf.
856 * stdio-common/scanf14.c: Include <libc-internal.h>.
857 (main): Disable -Wformat around some calls to scanf functions.
858
df7ecc6b
TR
8592014-12-09 Torvald Riegel <triegel@redhat.com>
860
861 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
862
2aa3862e
AZ
8632014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
864
865 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
866 stack variable alignment.
867
c5c2b7c3
JM
8682014-12-06 Joseph Myers <joseph@codesourcery.com>
869
870 [BZ #17682]
871 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
872 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
873 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
874 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
875 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
876 __getrlimit instead of getrlimit.
877 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
878 __gettimeofday instead of gettimeofday.
879 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
880 Likewise.
881 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
882 Likewise.
883 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
884 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
885 Remove variable.
886 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
887 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
888
9752c3cd
AZ
8892014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
890
891 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
892 for wide-character tests.
893
4bee4cd9
RM
8942014-12-04 Roland McGrath <roland@hack.frob.com>
895
896 * io/openat64.c: #include <libc-internal.h>
897 (__openat64): Prototypify. Use ignore_value on MODE.
898 * io/openat.c: Likewise.
899 * misc/reboot.c: #include <libc-internal.h>
900 (reboot): Prototypify. Use ignore_value on HOWTO.
901 * misc/ptrace.c: #include <libc-internal.h>
902 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
903
84dbedb6
JM
9042014-12-04 Joseph Myers <joseph@codesourcery.com>
905
906 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
907 XPG4, UNIX98 and XOPEN2K.
908 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
909 Remove variable.
910 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
911
b7a3e1c4 9122014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 913
af50dfc1 914 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
915 * libio/iofopen.c: Likewise.
916 * libio/wfileops.c: Likewise.
917
fe8b4d98
SP
918 [BZ #17653]
919 * libio/fileops.c (_IO_new_file_underflow): Unset cached
920 offset on EOF.
921 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
922 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
923 (fgets_func): Function pointer to fgets and fgetws.
924 (do_ftell_test): Add test to verify ftell value after read
925 EOF.
926 (do_test): Set fgets_func.
927
61b4f792
SP
928 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
929 O_TRUNC flag for w and w+ modes.
930 (do_rewind_test): Likewise.
931 (do_ftell_test): Likewise.
932 (do_write_test): Likewise.
933
be349d70
SP
934 [BZ #17647]
935 * libio/fileops.c (do_ftell): Seek only when there are
936 unflushed writes.
937 * libio/wfileops.c (do_ftell_wide): Likewise.
938 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
939 test case.
940 (do_one_test): Call it.
941
e3d6dba5
JM
9422014-12-03 Joseph Myers <joseph@codesourcery.com>
943
944 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
945 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
946 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
947 Remove variable.
948 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
949 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
950 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
951
7f994279
JM
9522014-12-02 Joseph Myers <joseph@codesourcery.com>
953
28a91e8f
JM
954 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
955 Remove variable.
956 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
957
7f994279
JM
958 [BZ #17668]
959 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
960 as weak alias of __getifaddrs. Use libc_hidden_weak.
961 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
962 __freeifaddrs. Use libc_hidden_weak.
963 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
964 define as weak alias of __getifaddrs. Use libc_hidden_weak.
965 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
966 __freeifaddrs. Use libc_hidden_weak.
967 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
968 __getifaddrs and define as weak alias of __getifaddrs. Use
969 libc_hidden_weak.
970 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
971 __freeifaddrs. Use libc_hidden_weak.
972 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
973 Remove variable.
974 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
975 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
976
bbe4c142
PJ
9772014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
978
979 [BZ #17601]
980 * sysdeps/mips/start.S (__start): Use indirect jump to call
981 __libc_start_main.
982
66cadc05
JM
9832014-12-02 Joseph Myers <joseph@codesourcery.com>
984
909e16d9
JM
985 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
986
4e0b9016
JM
987 * nptl/tst-mutex1.c: Include <stdbool.h>.
988 [!ATTR] (ATTR_NULL): New macro.
989 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
990 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
991 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
992
b1aff6a4
JM
993 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
994 to char *.
995
266865c0
JM
996 [BZ #17665]
997 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
998 Change conditional to [__USE_MISC].
999
84e5e756
JM
1000 [BZ #17664]
1001 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1002 fgets_unlocked.
1003 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1004 __fgets_unlocked.
1005 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1006 fgets_unlocked.
1007 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1008 Remove variable.
1009 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1010 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1011 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1012 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1013 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1014 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1015 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1016 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1017 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1018
66cadc05
JM
1019 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1020
2e8a2de2 10212014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
1022
1023 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1024 Remove strpbrk objects.
1025 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1026 (__libc_ifunc_impl_list): Remove strpbrk implementation.
1027 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1028 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1029 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1030 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1031
bb2542e0
AZ
1032 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1033 Remove strcspn objects.
1034 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1035 (__libc_ifunc_impl_list): Remove strcspn implementation.
1036 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1037 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1038 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1039 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
1040
1041 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1042 Remove strspn objetcs.
1043 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1044 (__libc_ifunc_impl_list): Remove strspn implementation.
1045 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1046 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1047 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1048 * sysdeps/powerpc/powerpc64/strspn.S: New file.
1049
08f1e1d2
JL
10502014-12-01 James Lemke <jwlemke@codesourcery.com>
1051
1052 [BZ #17581]
1053 * malloc/hooks.c
1054 (mem2mem_check): Add a terminator to the chain of checking blocks.
1055 (malloc_check_get_size): Use it here.
1056 (mem2chunk_check): Ditto.
1057
a8a7d7d2
RS
10582014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1059
1060 * sysdeps/powerpc/powerpc64/strtok.S: New file.
1061 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1062
97114a38
CD
10632014-11-29 Carlos O'Donell <carlos@redhat.com>
1064
c8dc1727
CD
1065 * bits/ioctl-types.h: Indent preprocessor directives correctly.
1066
6d03458e
CD
1067 * nptl/nptl-init.c: Include libc-internal.h.
1068 (__pthread_initialize_minimal_internal): Use ROUND_UP.
1069
97114a38
CD
1070 * elf/ldconfig.c (search_dir): Expand comment.
1071
0e7e69ba
JM
10722014-11-29 Joseph Myers <joseph@codesourcery.com>
1073
1074 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1075 variable.
1076 (linknamespace-symlist-stdlibs-tests): Likewise.
1077 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1078 instead of $(objpfx)symlist-stdlibs.
1079 (linknamespace-libs-isoc): New variable.
1080 (linknamespace-libs): Use $(linknamespace-libs-isoc).
1081 (linknamespace-libs-ISO): New variable.
1082 (linknamespace-libs-ISO99): Likewise.
1083 (linknamespace-libs-ISO11): Likewise.
1084 (linknamespace-libs-XPG3): Likewise.
1085 (linknamespace-libs-XPG4): Likewise.
1086 (linknamespace-libs-POSIX): Likewise.
1087 (linknamespace-libs-UNIX98): Likewise.
1088 (linknamespace-libs-XOPEN2K): Likewise.
1089 (linknamespace-libs-POSIX2008): Likewise.
1090 (linknamespace-libs-XOPEN2K8): Likewise.
1091 ($(objpfx)symlist-stdlibs): Replace by
1092 $(linknamespace-symlist-stdlibs-tests). Use
1093 $(linknamespace-libs-$*) as set of libraries.
1094 ($(linknamespace-header-tests)): Update dependencies. Use
1095 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1096 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1097 * conform/linknamespace.pl: Remove comment about considering
1098 definitions of symbols from irrelevant libraries.
1099
d8dd0080
L
11002014-11-28 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 [BZ #13862]
1103 * elf/dl-tls.c: Include <atomic.h>.
1104 (oom): Remove #ifdef SHARED/#endif.
1105 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1106 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
1107 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1108 big enough.
1109 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1110 * nptl/Makefile (tests): Add tst-stack4.
1111 (modules-names): Add tst-stack4mod.
1112 ($(objpfx)tst-stack4): New.
1113 (tst-stack4mod.sos): Likewise.
1114 ($(objpfx)tst-stack4.out): Likewise.
1115 ($(tst-stack4mod.sos)): Likewise.
1116 (clean): Likewise.
1117 * nptl/tst-stack4.c: New file.
1118 * nptl/tst-stack4mod.c: Likewise.
1119
167da422
B
11202014-11-27 J. Brown <jb999@gmx.de>
1121
1122 * sysdeps/x86/bits/string.h: Add recent CPUs.
1123
9114625b
JM
11242014-11-27 Joseph Myers <joseph@codesourcery.com>
1125
6b5189eb
JM
1126 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1127 sigblock.
1128
49051f8e
JM
1129 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1130 feof.
1131
9114625b
JM
1132 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1133 variable.
1134
e7300fef
SL
11352014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
1136
1137 * nscd/connections.c: Include libc-internal.h because of macro
1138 usage ignore_value.
1139
1721f0a4
SP
11402014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1141
1142 * string/bits/string3.h (__warn_memset_zero_len): Don't
1143 declare for gcc newer than 5.0.
1144 (memset): Don't test for zero-length __LEN for gcc newer than
1145 5.0.
1146
be970916
JM
11472014-11-27 Joseph Myers <joseph@codesourcery.com>
1148
d88548f4
JM
1149 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1150 size_t for %zu format.
1151
be970916
JM
1152 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1153 difference, not %ju.
1154
3b20fd5c
JM
11552014-11-26 Joseph Myers <joseph@codesourcery.com>
1156
8915eace
JM
1157 * include/libc-internal.h (ignore_value): New macro.
1158 * nscd/connections.c (restart): Wrap calls to setuid and setgid
1159 with ignore_value.
1160
f1a5a0e3
JM
1161 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1162 definition.
1163
59ef1715
JM
1164 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1165 pthread_cleanup_push to void *.
1166
a6f3079b
JM
1167 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1168 Undefine.
1169
706688aa
JM
1170 [BZ #16619]
1171 [BZ #16740]
1172 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1173 instead of 1L << 52.
1174
12da14a5
JM
1175 * libio/bug-rewind.c (do_test): Check fwscanf return values.
1176 * libio/bug-rewind2.c (do_test): Likewise.
1177
bd5dadac
JM
1178 * debug/test-stpcpy_chk-ifunc.c: Remove file.
1179 * debug/test-strcpy_chk-ifunc.c: Likewise.
1180 * wcsmbs/test-wcschr-ifunc.c: Likewise.
1181 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1182 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1183 * wcsmbs/test-wcslen-ifunc.c: Likewise.
1184 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1185 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1186 * Rules [$(multi-arch) = no] (tests): Do not filter out
1187 $(tests-ifunc).
1188 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1189 * debug/Makefile (tests-ifunc): Remove variable.
1190 (tests): Do not add $(tests-ifunc).
1191 * wcsmbs/Makefile (tests-ifunc): Remove variable.
1192 (tests): Do not add $(tests-ifunc).
1193 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1194 [TEST_IFUNC]: Remove conditionals.
1195 * string/test-string.h (TEST_IFUNC): Remove macro.
1196 [TEST_IFUNC]: Remove conditionals.
1197
3b20fd5c
JM
1198 * string/test-strchr.c [!WIDE] (L): New macro.
1199 [WIDE] (L): Likewise.
1200 (check1): Use CHAR instead of char. Use L on string and character
1201 constants.
1202
704f7947
AZ
12032014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
1204
1205 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1206 tests.
1207 * sysdeps/powerpc/bits/atomic.h
1208 (__arch_atomic_exchange_and_add_32_acq): Add definition.
1209 (__arch_atomic_exchange_and_add_32_rel): Likewise.
1210 (atomic_exchange_and_add_acq): Likewise.
1211 (atomic_exchange_and_add_rel): Likewise.
1212 * sysdeps/powerpc/powerpc32/bits/atomic.h
1213 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1214 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1215 * sysdeps/powerpc/powerpc64/bits/atomic.h
1216 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1217 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1218
cdcb42d7
TR
12192014-11-26 Torvald Riegel <triegel@redhat.com>
1220
1221 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1222 Change synchronization of __sched_fifo_min_prio and
1223 __sched_fifo_max_prio.
1224 * nptl/pthread_mutexattr_getprioceiling.c
1225 (pthread_mutexattr_getprioceiling): Likewise.
1226 * nptl/pthread_mutexattr_setprioceiling.c
1227 (pthread_mutexattr_setprioceiling): Likewise.
1228 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1229 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1230 Likewise.
1231
c82f5c0c
JM
12322014-11-26 Joseph Myers <joseph@codesourcery.com>
1233
1234 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1235 void.
1236
439e1ad6
JM
12372014-11-25 Joseph Myers <joseph@codesourcery.com>
1238
1239 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1240 third argument const.
1241
b1eda10e
PE
12422014-11-25 Paul Eggert <eggert@cs.ucla.edu>
1243
1244 fnmatch: work around GCC compiler warning bug with uninit var
1245 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1246 This works around a bug with x86-64 GCC 4.9.2 and earlier
1247 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1248 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1249 used uninitialized in this function [-Wmaybe-uninitialized]".
1250
bde2667a
JM
12512014-11-25 Joseph Myers <joseph@codesourcery.com>
1252
1253 * posix/bug-regex31.c (main): Return RES not 0.
1254
5fbb5691
AB
12552014-11-25 Anton Blanchard <anton@samba.org>
1256
1257 * sysdeps/powerpc/bits/atomic.h
1258 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1259
467fec0b
BM
12602014-11-24 Sterling Augustine <saugustine@google.com>
1261
1262 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1263
e9ff8efb
RC
12642014-11-24 Ryan Cumming <etaoins@gmail.com>
1265
1266 [BZ #17608]
1267 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1268
9744496f
JM
12692014-11-24 Joseph Myers <joseph@codesourcery.com>
1270
1271 [BZ #17633]
1272 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1273 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1274 variable.
1275 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1276 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1277
6423d475
WD
12782014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
1279
1280 * string/strncpy.c (strncpy): Improve performance by using memset.
1281
12822014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
1283
1284 * string/strcpy.c (strcpy):
1285 Improve performance by using strlen and memcpy.
1286
5d178c37
LH
12872014-11-24 Leonhard Holz <leonhard.holz@web.de>
1288
1289 * string/strcoll_l.c (get_next_seq): __always_inline.
1290 * string/strcoll_l.c (do_compare): __always_inline.
1291
279bc5b3
SP
12922014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1293
7a9ebfa1
SP
1294 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1295 defined.
1296 * include/mqueue.h: Likewise.
1297 * include/stdlib.h: Likewise.
1298
4f41c682
SP
1299 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1300 (get_null_defines): Adjust.
1301 * sunrpc/Makefile: Adjust comment.
1302 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1303 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1304 (CFLAGS-interp.c): Likewise.
1305 (CFLAGS-ldconfig.c): Likewise.
1306 (CPPFLAGS-.os): Likewise.
1307 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1308 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1309 * extra-modules.mk (extra-modules.mk): Likewise.
1310 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1311 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1312 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1313 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1314 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1315 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1316 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1317 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1318 * iconvdata/Makefile (CPPFLAGS): Likewise.
1319 (cpp-srcs-left): Add libof for all iconvdata routines.
1320 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1321 * include/assert.h: Likewise.
1322 * include/ctype.h: Likewise.
1323 * include/errno.h: Likewise.
1324 * include/libc-symbols.h: Likewise.
1325 * include/math.h: Likewise.
1326 * include/netdb.h: Likewise.
1327 * include/resolv.h: Likewise.
1328 * include/stdio.h: Likewise.
1329 * include/stdlib.h: Likewise.
1330 * include/string.h: Likewise.
1331 * include/sys/stat.h: Likewise.
1332 * include/wctype.h: Likewise.
1333 * intl/l10nflist.c: Likewise.
1334 * libidn/idn-stub.c: Likewise.
1335 * libio/libioP.h: Likewise.
1336 * nptl/libc_multiple_threads.c: Likewise.
1337 * nptl/pthreadP.h: Likewise.
1338 * posix/regex_internal.h: Likewise.
1339 * resolv/res_hconf.c: Likewise.
1340 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1341 * sysdeps/arm/memmove.S: Likewise.
1342 * sysdeps/arm/sysdep.h: Likewise.
1343 * sysdeps/generic/_itoa.h: Likewise.
1344 * sysdeps/generic/symbol-hacks.h: Likewise.
1345 * sysdeps/gnu/errlist.awk: Likewise.
1346 * sysdeps/gnu/errlist.c: Likewise.
1347 * sysdeps/i386/i586/memcpy.S: Likewise.
1348 * sysdeps/i386/i586/memset.S: Likewise.
1349 * sysdeps/i386/i686/memcpy.S: Likewise.
1350 * sysdeps/i386/i686/memmove.S: Likewise.
1351 * sysdeps/i386/i686/mempcpy.S: Likewise.
1352 * sysdeps/i386/i686/memset.S: Likewise.
1353 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1354 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1355 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1356 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1357 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1358 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1359 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1360 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1361 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1362 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1363 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1364 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1365 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1366 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1367 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1368 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1369 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1370 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1371 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1372 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1373 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1374 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1375 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1376 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1377 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1378 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1379 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1380 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1381 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1382 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1383 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1384 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1385 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1386 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1387 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1388 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1389 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1390 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1391 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1392 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1393 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1394 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1395 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1396 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1397 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1398 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1399 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1400 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1401 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1402 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1403 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1404 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1405 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1406 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1407 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1408 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1409 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1410 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1411 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1412 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1413 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1414 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1415 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1416 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1417 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1418 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1419 * sysdeps/posix/closedir.c: Likewise.
1420 * sysdeps/posix/opendir.c: Likewise.
1421 * sysdeps/posix/readdir.c: Likewise.
1422 * sysdeps/posix/rewinddir.c: Likewise.
1423 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1424 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1425 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1426 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1427 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1428 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1429 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1430 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1431 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1432 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1433 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1434 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1435 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1436 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1437 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1438 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1439 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1440 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1441 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1442 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1443 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1444 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1445 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1446 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1447 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1448 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1449 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1450 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1451 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1452 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1453 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1454 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1455 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1456 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1457 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1458 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1459 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1460 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1461 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1462 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1463 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1464 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1465 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1466 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1467 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1468 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1469 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1470 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1471 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1472 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1473 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1474 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1475 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1476 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1477 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1478 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1479 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1480 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1481 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1482 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1483 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1484 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1485 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1486 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1487 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1488 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1489 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1490 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1491 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1492 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1493 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1494 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1495 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1496 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1497 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1498 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1499 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1500 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1501 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1502 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1503 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1504 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1505 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1506 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1507 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1508 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1509 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1510 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1511 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1512 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1513 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1514 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1515 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1516 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1517 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1518 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1519 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1520 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1521 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1522 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1523 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1524 * sysdeps/unix/alpha/sysdep.S: Likewise.
1525 * sysdeps/unix/alpha/sysdep.h: Likewise.
1526 * sysdeps/unix/make-syscalls.sh: Likewise.
1527 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1528 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1529 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1530 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1531 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1532 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1533 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1534 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1535 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1536 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1537 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1538 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1539 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1540 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1541 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1542 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1543 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1544 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1545 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1546 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1547 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1548 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1549 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1550 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1551 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1552 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1553 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1556 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1557 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1558 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1559 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1560 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1561 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1562 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1563 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1564 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1565 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1566 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1567 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1568 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1569 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1570 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1571 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1572 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1573 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1574 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1575 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1576 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1577 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1578 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1579 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1580 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1581 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1582 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1583 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1584 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1585 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1586 * sysdeps/x86_64/memcpy.S: Likewise.
1587 * sysdeps/x86_64/memmove.c: Likewise.
1588 * sysdeps/x86_64/memset.S: Likewise.
1589 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1590 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1591 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1592 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1593 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1594 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1595 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1596 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1597 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1598 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1599 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1600 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1601 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1602 * sysdeps/x86_64/multiarch/memset.S: Likewise.
1603 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1604 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1605 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1606 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1607 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1608 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1609 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1610 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1611 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1612 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1613 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1614 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1615 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1616 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1617 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1618 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1619 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1620 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1621 * sysdeps/x86_64/strcmp.S: Likewise.
1622
76ca86a5
SP
1623 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1624
a3848485
SP
1625 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1626 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1627 * elf/rtld-Rules: Likewise.
1628 * elf/setup-vdso.h: Likewise.
1629 * include/assert.h: Likewise.
1630 * include/bits/stdlib-float.h: Likewise.
1631 * include/errno.h: Likewise.
1632 * include/sys/stat.h: Likewise.
1633 * include/unistd.h: Likewise.
1634 * sysdeps/aarch64/setjmp.S: Likewise.
1635 * sysdeps/alpha/setjmp.S: Likewise.
1636 * sysdeps/arm/__longjmp.S: Likewise.
1637 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1638 * sysdeps/arm/setjmp.S: Likewise.
1639 * sysdeps/arm/sysdep.h: Likewise.
1640 * sysdeps/generic/_itoa.h: Likewise.
1641 * sysdeps/generic/dl-sysdep.h: Likewise.
1642 * sysdeps/generic/ldsodefs.h: Likewise.
1643 * sysdeps/i386/dl-tls.h: Likewise.
1644 * sysdeps/i386/setjmp.S: Likewise.
1645 * sysdeps/m68k/setjmp.c: Likewise.
1646 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1647 * sysdeps/mach/hurd/opendir.c: Likewise.
1648 * sysdeps/posix/getcwd.c: Likewise.
1649 * sysdeps/posix/opendir.c: Likewise.
1650 * sysdeps/posix/profil.c: Likewise.
1651 * sysdeps/powerpc/dl-procinfo.h: Likewise.
1652 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1653 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1654 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1655 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1656 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1657 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1658 * sysdeps/s390/dl-tls.h: Likewise.
1659 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1660 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1661 * sysdeps/sh/sh3/setjmp.S: Likewise.
1662 * sysdeps/sh/sh4/setjmp.S: Likewise.
1663 * sysdeps/unix/alpha/sysdep.h: Likewise.
1664 * sysdeps/unix/arm/sysdep.S: Likewise.
1665 * sysdeps/unix/i386/sysdep.S: Likewise.
1666 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1667 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1668 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1669 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1670 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1671 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1672 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1673 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1674 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1675 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1676 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1677 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1678 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1681 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1682 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1683 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1684 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1685 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1686 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1687 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1688 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1689 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1690 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1691 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1692 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1693 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1694 * sysdeps/x86_64/setjmp.S: Likewise.
1695
a109996e
SP
1696 * include/math.h: Use IS_IN instead of IS_IN_libm.
1697 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1698 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1699 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1700 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1701 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1702 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1703 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1704 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1705 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1706 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1707 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1708 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1709 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1710 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1711 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1712 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1713 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1714 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1715 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1716 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1717 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1718 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1719 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1720 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1721 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1722 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1723 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1724 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1725 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1726 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1727 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1728 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1729 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1730 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1731 Likewise.
1732 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1733 Likewise.
1734 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1735 Likewise.
1736 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1737 Likewise.
1738 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1739 Likewise.
1740 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1741 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1742 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1743 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1744 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1745 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1746 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1747 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1748 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1749 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1750 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1751 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1752 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1753 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1754 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1755 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1756 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1757 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1758 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1759 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1760 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1761 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1762 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1763 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1764 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1765 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1766 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1767
ce9f10f7
SP
1768 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1769 * nptl/pthreadP.h: Likewise.
1770 * nptl_db/structs.def: Likewise.
1771 * sysdeps/arm/sysdep.h: Likewise.
1772 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1773 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1774 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1775 * sysdeps/unix/alpha/sysdep.h: Likewise.
1776 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1777 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1778 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1779 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1780 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1781 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1782 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1783 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1784 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1785 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1786 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1787 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1788 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1789 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1790 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1791 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1792 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1793 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1794 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1795 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1796 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1797 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1798 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1799 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1800 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1801 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1802
016afc75
SP
1803 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1804 * nptl/pthreadP.h: Likewise.
1805 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1806 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1807 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1808 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1809 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1810 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1811 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1812 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1813 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1814 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1815 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1816 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1818 Likewise.
1819 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1820 Likewise.
1821 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1822 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1823 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1824 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1825 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1826 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1827 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1828 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1829
9b42a0b3
SP
1830 * dlfcn/dladdr.c: Use IS_IN.
1831 * dlfcn/dladdr1.c: Likewise.
1832 * dlfcn/dlclose.c: Likewise.
1833 * dlfcn/dlerror.c: Likewise.
1834 * dlfcn/dlinfo.c: Likewise.
1835 * dlfcn/dlmopen.c: Likewise.
1836 * dlfcn/dlopen.c: Likewise.
1837 * dlfcn/dlsym.c: Likewise.
1838 * dlfcn/dlvsym.c: Likewise.
1839
85f36372
SP
1840 * include/ifaddrs.h: Use IS_IN.
1841 * inet/check_pf.c: Likewise.
1842 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1843 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1844
fb6784e3
SP
1845 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1846 IS_IN_ldconfig.
1847 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1848 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1849
2886d2d1
SP
1850 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1851 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1852 IS_IN (libc).
1853
9a484857
SP
1854 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1855
a10178bd
SP
1856 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1857 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1858 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1859 * include/libc-symbols.h (IS_IN_LIB): New macro.
1860 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1861 * include/netdb.h: Likewise.
1862 * include/stap-probe.h: Remove all uses of IN_LIB.
1863
279bc5b3
SP
1864 * Makeconfig (module-cppflags-real): Define MODULE_NAME
1865 instead of IN_MODULE.
1866 * include/libc-symbols.h (IN_MODULE): Define using
1867 MODULE_NAME.
1868 (PASTE_NAME, PASTE_NAME1): New macros.
1869 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1870 of IN_LIB.
1871 (STAP_PROBE_ASM): Likewise.
1872
e0cfa510
ST
18732014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
1874
1875 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1876 __mach_init in dlopened libc.
1877
34d97d87
MF
18782014-11-22 Mike Frysinger <vapier@gentoo.org>
1879
1880 * sysdeps/arm/preconfigure.ac: Delete EABI check.
1881 * sysdeps/arm/preconfigure: Regenerate.
1882
33cd1f74
RM
18832014-11-21 Roland McGrath <roland@hack.frob.com>
1884
1885 * nptl/pthread_create.c (__pthread_create_2_1): Set
1886 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1887 when copying values from IATTR into PD.
1888
8c230039
WN
18892014-11-21 Will Newton <will.newton@linaro.org>
1890 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1891
6d3db89b
AP
1892 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1893 Refactor inline-asm. Also add comment.
1894
01194ba1
WN
1895 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1896 ElfW macro instead of hardcoded Elf64 types.
1897 (la_aarch64_gnu_pltenter): Likewise.
1898 * sysdeps/aarch64/dl-machine.h
1899 (elf_machine_runtime_setup): Use ElfW(Addr).
1900
8c230039
WN
1901 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1902 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1903 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1904 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1905 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1906 (R_AARCH64_TLS_DTPMOD64): Rename to ..
1907 (R_AARCH64_TLS_DTPMOD): This.
1908 (R_AARCH64_TLS_DTPREL64): Rename to ...
1909 (R_AARCH64_TLS_DTPREL): This.
1910 (R_AARCH64_TLS_TPREL64): Rename to ...
1911 (R_AARCH64_TLS_TPREL): This.
1912 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1913 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1914 R_AARCH64_TLS_TPREL64.
1915 (elf_machine_rela): Likewise.
1916
0d79fa53
TR
19172014-11-21 Torvald Riegel <triegel@redhat.com>
1918
1919 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1920 by setting it to 0. 64b atomics are not supported currently.
1921
b59d114b
AO
19222014-11-21 Alexandre Oliva <aoliva@redhat.com>
1923
1924 [BZ #16469]
1925 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1926 search domain names.
1927
f3d945d5
AO
19282014-11-21 Alexandre Oliva <aoliva@redhat.com>
1929
1930 [BZ #16469]
1931 * NEWS: Update.
1932 * resolv/res_query.c (__libc_res_nquerydomain): Retain
1933 trailing dot.
1934 * posix/tst-getaddrinfo5.c: New.
1935 * posix/Makefile (tests): Add it.
1936
49698902
AO
19372014-11-21 Alexandre Oliva <aoliva@redhat.com>
1938
1939 [BZ #14498]
1940 * NEWS: Fixed.
1941 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1942 after parsing line but before break_if_match.
1943 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1944 if there is a protocol mismatch.
1945
81959214
MS
19462014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1947
1948 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1949 because the potential race is on the user-supplied stream.
1950
7729e0e9
AO
19512014-11-21 Alexandre Oliva <aoliva@redhat.com>
1952
1953 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1954 string literal if not passed a buffer.
1955 * manual/job.texi (ctermid): Update reasoning, note deviation
1956 from posix, suggest mtasurace when not passed a buffer, for
1957 future non-preliminary safety notes.
1958
a4ea5e28
AO
19592014-11-21 Alexandre Oliva <aoliva@redhat.com>
1960
1961 * manual/users.texi (cuserid): Fix MT-Safety note for the case
1962 of not passing it a buffer.
1963 Reported by Peng Haitao.
1964
a2b581cb
AO
19652014-11-21 Alexandre Oliva <aoliva@redhat.com>
1966
1967 * manual/Makefile ($(objpfx)stamp-summary): Require
1968 check-safety.sh to pass.
1969 * manual/check-safety.sh: Wish for verification that every
1970 @deftypefn and @deftypefun is followed by a @safety remark.
1971
f214ff74
RM
19722014-11-20 Roland McGrath <roland@hack.frob.com>
1973
7f0dfae0
RM
1974 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1975
2f531bbb
RM
1976 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1977 PTHREAD_CANCEL_ASYNCHRONOUS.
1978 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1979 send SIGCANCEL.
1980
f214ff74
RM
1981 * nptl/default-sched.h: New file.
1982 * sysdeps/unix/sysv/linux/default-sched.h: New file.
1983 * nptl/pthread_create.c: Include it.
1984 (__pthread_create_2_1): Use collect_default_sched instead of making
1985 Linux syscalls here directly.
1986
e37c91d4
TR
19872014-11-20 Torvald Riegel <triegel@redhat.com>
1988
1989 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1990 __pthread_once): Use C11 atomics.
1991
1eccfecd
TR
19922014-11-20 Torvald Riegel <triegel@redhat.com>
1993
1994 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1995
ff871426
TR
19962014-11-20 Torvald Riegel <triegel@redhat.com>
1997
1998 * include/atomic.h (__atomic_link_error, __atomic_check_size,
1999 atomic_thread_fence_acquire, atomic_thread_fence_release,
2000 atomic_thread_fence_seq_cst, atomic_load_relaxed,
2001 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2002 atomic_compare_exchange_weak_relaxed,
2003 atomic_compare_exchange_weak_acquire,
2004 atomic_compare_exchange_weak_release,
2005 atomic_exchange_acquire, atomic_exchange_release,
2006 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2007 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2008 atomic_fetch_and_acquire,
2009 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2010
1ea339b6
TR
20112014-11-20 Torvald Riegel <triegel@redhat.com>
2012
2013 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2014 USE_ATOMIC_COMPILER_BUILTINS): Define.
2015 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2016 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2017 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2018 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2019 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2020 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2021 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2022 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2023 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2024 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2025 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2026 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2027 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2028 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2029 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2030 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2031 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2032 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2033 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2034 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2035 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2036 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2037 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2038 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2039 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2040 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2041 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2042 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2043 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2044 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2045 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2046 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2047 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2048 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2049 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2050 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2051 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2052 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2053 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2054 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2055
cbd463e2
RM
20562014-11-19 Roland McGrath <roland@hack.frob.com>
2057
d960211f
RM
2058 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2059 the sched_priority value here. It was already checked when the user
2060 called pthread_attr_setschedparam.
2061
cbd463e2
RM
2062 * nptl/tst-bad-schedattr.c: New file.
2063 * nptl/Makefile (tests): Add it.
2064
a39208bd
CD
20652014-11-19 Carlos O'Donell <carlos@redhat.com>
2066 Florian Weimer <fweimer@redhat.com>
2067 Joseph Myers <joseph@codesourcery.com>
2068 Adam Conrad <adconrad@0c3.net>
2069 Andreas Schwab <schwab@suse.de>
2070 Brooks <bmoses@google.com>
2071
2072 [BZ #17625]
2073 * wordexp-test.c (__dso_handle): Add prototype.
2074 (__register_atfork): Likewise.
2075 (__app_register_atfork): New function.
2076 (registered_forks): New global.
2077 (register_fork): New function.
2078 (test_case): Add 3 new tests for WRDE_CMDSUB.
2079 (main): Call __app_register_atfork.
2080 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2081 fork count is non-zero fail the test.
2082 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2083 is set.
2084 (parse_dollars): Remove check for WRDE_NOCMD.
2085 (parse_dquote): Likewise.
2086
9cd47470
SP
20872014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2088
130ac68c
SP
2089 * Makeconfig (built-modules): List non-library modules to be
2090 built.
2091 (module-cppflags): Include libc-modules.h for
2092 everything except shlib-versions.v.i.
2093 (CPPFLAGS): Use it.
2094 (before-compile): Add libc-modules.h.
2095 ($(common-objpfx)libc-modules.h,
2096 $(common-objpfx)libc-modules.stmp): New targets.
2097 (common-generated): Add libc-modules.h and libc-modules.stmp.
2098 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2099 * include/libc-symbols.h: Don't include libc-modules.h.
2100 * include/libc-modules.h: Remove file.
2101 * scripts/gen-libc-modules.awk: New script to generate
2102 libc-modules.h.
2103 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2104 Depend on libc-modules.stmp.
2105
286663c3
SP
2106 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2107
9cd47470
SP
2108 * Makeconfig (in-module): Get value of libof set for the
2109 translation unit.
2110 (CPPFLAGS): Use $(in-module).
2111 * Makerules: Don't suffix routine names for nonlib.
2112 * include/libc-modules.h: New file.
2113 * include/libc-symbols.h: Include libc-modules.h
2114 (IS_IN): New macro to replace IS_IN_* macros.
2115 * elf/Makefile: Set libof-* for each routine.
2116 * elf/rtld-Rules: Likewise.
2117 * extra-modules.mk: Likewise.
2118 * iconv/Makefile: Likewise.
2119 * iconvdata/Makefile: Likewise.
2120 * locale/Makefile: Likewise.
2121 * malloc/Makefile: Likewise.
2122 * nss/Makefile: Likewise.
2123 * sysdeps/gnu/Makefile: Likewise.
2124 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2125 * sysdeps/unix/sysv/linux/Makefile: Likewise.
2126 * sysdeps/s390/s390-64/Makefile: Likewise.
2127 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
2128 CPPFLAGS for nscd instead of nonlib.
2129
32fed10f
RM
21302014-11-18 Roland McGrath <roland@hack.frob.com>
2131
d71035bd
RM
2132 * nptl/createthread.c: New file.
2133
6540b991
RM
2134 * nptl/createthread.c: Moved ...
2135 * sysdeps/unix/sysv/linux/createthread.c: ... here.
2136
32fed10f
RM
2137 * nptl/createthread.c: Add proper top-line comment.
2138 (do_clone): Folded into ...
2139 (create_thread): ... here. Take new arguments STOPPED_START and
2140 THREAD_RAN. Always set PD->stopped_start to something here. Don't
2141 increment __nptl_threads, do event-reporting logic, do
2142 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2143 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
2144 resource cleanup if sched_setaffinity or sched_setscheduler fails,
2145 just send SIGCANCEL.
2146 * nptl/pthread_create.c: Forward-declare create_thread before
2147 including createthread.c.
2148 (start_thread): Use new macro START_THREAD_DEFN to replace defining
2149 declaration, and new macro START_THREAD_SELF to replace argument.
2150 Remove return statement.
2151 (report_thread_creation): New function.
2152 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
2153 synchronization logic, and __nptl_nthreads increment here, around
2154 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
2155 PD->parent_cancelhandling here, before create_thread. When
2156 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2157 __deallocate_stack, and ENOMEM translation here.
2158
107a5bf0
JM
21592014-11-18 Joseph Myers <joseph@codesourcery.com>
2160
2161 [BZ #17616]
2162 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2163 (mptwo): Rename to __mptwo.
2164 (__inv): Use __mptwo instead of mptwo.
2165 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2166 (mptwo): Rename to __mptwo.
2167 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2168 of mpone and __mptwo instead of mptwo.
2169 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2170 instead of mpone.
2171 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2172 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2173 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2174 of mpone and __mptwo instead of mptwo.
2175 (__mpranred): Use __mpone instead of mpone.
2176 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2177 variable.
2178 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2179 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2180 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2181 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2182 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2183 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2184 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2185 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2186 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2187 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2188 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2189 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2190 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2191 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2192 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2193 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2194 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2195 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2196 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2197
3b679ab3
TV
21982014-11-18 Tom de Vries <tom@codesoucery.com>
2199
2200 * manual/signal.texi (Primitives Interrupted by Signals): In section,
2201 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
2202
22032014-11-17 Richard Henderson <rth@redhat.com>
2204
2205 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2206 (_FP_PACK_RAW_2): Remove.
2207 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2208 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2209 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2210 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2211 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2212 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2213 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2214 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2215 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2216 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2217 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2218 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2219 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2220 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2221 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2222 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2223
0781a777
RM
22242014-11-14 Roland McGrath <roland@hack.frob.com>
2225
2226 * signal/signal.h [__USE_MISC]
2227 (struct sigvec): Remove type.
2228 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2229 (sigvec): Remove declaration.
2230 * sysdeps/posix/sigvec.c: Moved ...
2231 * signal/sigvec.c: ... here, replacing old file.
2232 (struct sigvec): New type, copied from old signal.h definition.
2233 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2234 (__sigvec): Convert definition to prototype.
2235 (sigvec): Replace weak_alias with compat_symbol.
2236 * signal/Versions (libc: GLIBC_2.21): New version set.
2237 * include/signal.h: Remove __sigvec declaration.
2238 * sysdeps/unix/bsd/sigvec.c: Remove file.
2239 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2240 * manual/signal.texi (BSD Handler): Remove subsection.
2241 Move siginterrupt up to ...
2242 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
2243 (Blocking in BSD): Fold subsection into its parent.
2244 * NEWS: Mention sigvec removal.
2245
a4733812
JM
22462014-11-14 Joseph Myers <joseph@codesourcery.com>
2247
5ae4fe60
JM
2248 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2249 (DLA_FMS): Make definition conditional only on [__FMA4__].
2250 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2251 definition.
2252
6a0dd472
JM
2253 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2254 Make definition conditional only on [PROF].
2255 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2256 definition.
2257 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2258 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2259
a4733812
JM
2260 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2261 !__GNUC__].
2262 * include/signal.h (__sigpause): Move declaration above call to
2263 libc_hidden_proto.
2264 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2265 variable.
2266 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2267 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2268
cf7246dd
DM
22692014-11-14 David S. Miller <davem@davemloft.net>
2270
2271 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2272 Define before including <string/memcpy.c> and <string/mempcpy.c>.
2273
c1b0aadc
JM
22742014-11-14 Joseph Myers <joseph@codesourcery.com>
2275
4863355a
JM
2276 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2277 * configure: Regenerated.
2278 * manual/install.texi (Tools for Compilation): Document a
2279 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2280 compiler verified to work.
2281 * INSTALL: Regenerated.
2282
c1b0aadc
JM
2283 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2284 redeclare with asm name.
2285 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2286 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2287 including <string.h>.
2288 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2289 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2290 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2291 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2292 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2293 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2294 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2295
2a1cfd94
JM
22962014-11-13 Joseph Myers <joseph@codesourcery.com>
2297
bf438382
JM
2298 * stdlib/strtol.c (__strtol): Use prototype definition.
2299
2a1cfd94
JM
2300 [BZ #17594]
2301 * stdlib/strtol.c (SYM__): New macro.
2302 (SYM__1): Likewise.
2303 (__strtol): Likewise.
2304 (strtol): Rename to __strtol and define as weak alias of
2305 __strtol. Use libc_hidden_weak.
2306
20ed0d26
SL
23072014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2308
2309 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2310 Use numbered labels in inline assembly.
2311
53244a4e
SL
23122014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2313
2314 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2315 Add setjmp LIBC_PROBE.
2316 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2317 Likewise.
2318 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2319 Add longjmp, longjmp_target LIBC_PROBE.
2320 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2321 Likewise.
2322
47df8251
SL
23232014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2324
2325 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2326 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2327 to get rid of unused variable warning.
2328
618cebef
SL
23292014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2330
2331 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2332 Check for unwind_backtrace == NULL only in SHARED case.
2333 (__backchain_backtrace): Compile only in SHARED case.
2334 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2335 Likewise.
2336 (__backchain_backtrace): Declare as static.
2337
c6aab2cb
RM
23382014-11-12 Roland McGrath <roland@hack.frob.com>
2339
2340 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2341 (__libc_multiple_threads_ptr): Variable moved ...
2342 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2343
5a6fa4d7
JM
23442014-11-12 Joseph Myers <joseph@codesourcery.com>
2345
24f4f825
JM
2346 * conform/GlibcConform.pm: New file.
2347 * conform/conformtest.pl: Use GlibcConform module.
2348 * conform/linknamespace.pl: New file.
2349 * conform/list-header-symbols.pl: Likewise.
2350 * conform/Makefile (linknamespace-symlists-base): New variable.
2351 (linknamespace-symlists-tests): Likewise.
2352 (linknamespace-header-base): Likewise.
2353 (linknamespace-header-tests): Likewise.
2354 (tests-special): Add new tests.
2355 ($(linknamespace-symlists-tests)): New rule.
2356 (linknamespace-libs): New variable.
2357 ($(objpfx)symlist-stdlibs): New rule.
2358 ($(linknamespace-header-tests)): Likewise.
2359 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2360 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2361 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2362 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2363 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2364 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2365 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2366 (test-xfail-ISO/math.h/linknamespace): Likewise.
2367 (test-xfail-ISO/signal.h/linknamespace): Likewise.
2368 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2369 (test-xfail-ISO/time.h/linknamespace): Likewise.
2370 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2371 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2372 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2373 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2374 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2375 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2376 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2377 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2378 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2379 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2380 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2381 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2382 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2383 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2384 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2385 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2386 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2387 (test-xfail-XPG3/search.h/linknamespace): Likewise.
2388 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2389 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2390 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2391 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2392 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2393 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2394 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2395 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2396 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2397 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2398 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2399 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2400 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2401 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2402 (test-xfail-XPG4/search.h/linknamespace): Likewise.
2403 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2404 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2405 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2406 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2407 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2408 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2409 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2410 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2411 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2412 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2413 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2414 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2415 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2416 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2417 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2418 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2419 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2420 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2421 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2422 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2423 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2424 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2425 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2426 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2427 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2428 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2429 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2430 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2431 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2432 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2433 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2434 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2435 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2436 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2437 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2438 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2439 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2440 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2441 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2442 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2443 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2444 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2445 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2446 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2447 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2448 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2449 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2450 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2451 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2452 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2453 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2454 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2455 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2456 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2457 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2458 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2459 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2460 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2461 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2462 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2463 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2464 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2465 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2466 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2467 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2468 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2469 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2470 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2471 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2472 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2473 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2474 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2475 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2476 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2477 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2478 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2479 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2480 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2481 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2482 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2483 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2484 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2485 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2486 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2487 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2488 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2489 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2490 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2491 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2492 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2493 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2494 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2495 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2496 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2497 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2498 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2499 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2500 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2501 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2502 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2503 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2504 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2505 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2506 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2507 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2508 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2509 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2510 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2511 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2512 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2513 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2514 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2515 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2516 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2517 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2518 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2519 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2520
cc67478e
JM
2521 [BZ #17589]
2522 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2523 of fgets_unlocked.
2524
9975e3d3
JM
2525 [BZ #17585]
2526 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2527 (memmem): Rename to __memmem and define as weak alias of
2528 __memmem. Use libc_hidden_weak.
2529 (__memmem): Use libc_hidden_def.
2530 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
2531 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2532 memmem.
2533
c4eae752
JM
2534 [BZ #17582]
2535 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2536 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
2537 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2538 and define as weak alias of __fgets_unlocked. Use
2539 libc_hidden_weak.
2540 (__fgets_unlocked): Use libc_hidden_def.
2541 * include/stdio.h (__fgets_unlocked): Declare. Use
2542 libc_hidden_proto.
2543 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2544 __fgets_unlocked instead of fgets_unlocked.
2545 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2546 (GET_NPROCS_CONF_PARSER): Likewise.
2547 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2548 (GET_NPROCS_CONF_PARSER): Likewise.
2549
01cad84e
JM
2550 [BZ #17574]
2551 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2552 weak alias of __wmemset. Use libc_hidden_weak.
2553 (__wmemset): Use libc_hidden_def.
2554 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
2555 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2556 of wmemset.
2557
939da411
JM
2558 [BZ #17573]
2559 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2560 with asm name __mempcpy.
2561 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2562
293d9a41
JM
2563 [BZ #17572]
2564 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2565 and define as weak alias of __rawmemchr.
2566 (__rawmemchr): Do not define as strong alias of rawmemchr.
2567
bef8fd60
JM
2568 [BZ #17571]
2569 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2570 alias of __qsort_r.
2571 (qsort): Call __qsort_r instead of qsort_r.
2572 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2573 (__qsort_r): Declare. Call libc_hidden_proto.
2574 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2575 instead of qsort_r.
2576 * nscd/gai.c (__qsort_r): Define to qsort_r.
2577 * posix/tst-rfc3484.c (__qsort_r): Likewise.
2578 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2579 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2580
c52ff39e
JM
2581 [BZ #17570]
2582 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2583 define as weak alias of __malloc_info.
2584
2f5c1b00
JM
2585 [BZ #17584]
2586 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2587 as weak alias of __rewinddir. Don't use libc_hidden_def.
2588 (__rewinddir): Use libc_hidden_def.
2589 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2590 as weak alias of __rewinddir. Don't use libc_hidden_def.
2591 (__rewinddir): Use libc_hidden_def.
2592 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2593 weak alias of __rewinddir. Don't use libc_hidden_def.
2594 (__rewinddir): Use libc_hidden_def.
2595 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2596 (__rewinddir): Use libc_hidden_proto.
2597 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2598 rewinddir.
2599 (__getcwd): Use __rewinddir instead of rewinddir.
2600
5a6fa4d7
JM
2601 [BZ #17583]
2602 * libio/fileno.c (fileno): Rename to __fileno and define as weak
2603 alias of __fileno. Use libc_hidden_weak.
2604 (__fileno): Use libc_hidden_def.
2605 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2606 * libio/ftello.c (ftello): Rename to __ftello and define as weak
2607 alias of __ftello.
2608 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2609 __ftello.
2610 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2611 (__fread_unlocked): Define as strong alias of _IO_fread. Use
2612 libc_hidden_def.
2613 (fread_unlocked): Don't use libc_hidden_ver.
2614 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2615 and define as weak alias of __fread_unlocked. Don't use
2616 libc_hidden_def.
2617 (__fread_unlocked): Use libc_hidden_def.
2618 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
2619 (ftello): Don't use libc_hidden_proto.
2620 (__ftello): Declare. Use libc_hidden_proto.
2621 (fread_unlocked): Don't use libc_hidden_proto.
2622 (__fread_unlocked): Declare. Use libc_hidden_proto.
2623 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2624 and __ftello instead of fileno, fread_unlocked and ftello.
2625
2581b98e
SP
26262012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
2627
2628 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2629 GOT12.
2630 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2631 Likewise.
2632 (_dl_start_user): Likewise.
2633 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2634
533bb7c2
SP
26352014-11-12 Carlos O'Donell <carlos@redhat.com>
2636 Siddhesh Poyarekar <siddhesh@redhat.com>
2637
2638 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2639 Move argv and envp down instead of moving argc up.
2640 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2641
fffa1cf8
LH
26422014-11-12 Leonhard Holz <leonhard.holz@web.de>
2643
2644 [BZ #17506]
2645 * test-skeleton.c (main): Return successful if one of
2646 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2647 * string/tst-strcoll-overflow.c: Define expected status.
2648
fb89b46d
TU
26492014-11-12 Tatiana Udalova <t.udalova@samsung.com>
2650
2651 [BZ #17475]
2652 * locale/iso-639.def: Define Bhili and Tulu language codes.
2653
5c40c3ba
AH
26542014-11-11 Alan Hayward <alan.hayward@arm.com>
2655
2656 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2657
b17fe01b 26582014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
2659
2660 [BZ #17555]
2661 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2662
bd805071
AS
26632014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2664
2665 * configure.ac: Updated check of minimal required version to
2666 2.22.
2667 * manual/install.texi (Tools for Compilation): Updated version
2668 number.
2669 * configure: Regenerated.
2670 * INSTALL: Likewise.
2671
1400983e
AS
26722014-11-07 Andreas Schwab <schwab@linux-m68k.org>
2673
2674 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2675 __tls_get_addr.
2676
2c46a66a
JM
26772014-11-07 Joseph Myers <joseph@codesourcery.com>
2678
2679 * include/sys/wait.h (__libc_waitpid): Remove declaration.
2680 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2681 (__waitpid): Don't define as alias. Use libc_hidden_def not
2682 libc_hidden_weak.
2683 (waitpid): Define as alias of __waitpid.
2684 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2685 __waitpid.
2686 (__waitpid): Don't define as alias. Use libc_hidden_def not
2687 libc_hidden_weak.
2688 (waitpid): Define as alias of __waitpid.
2689 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2690 __libc_waitpid alias.
2691 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2692 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2693 Likewise.
2694 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2695 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2696 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2697 alias.
2698 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2699 __waitpid.
2700 (__waitpid): Don't define as alias. Use libc_hidden_def not
2701 libc_hidden_weak.
2702 (waitpid): Define as alias of __waitpid.
2703
da53d6db
CD
27042014-11-06 Carlos O'Donell <carlos@redhat.com>
2705
a2887bdb
CD
2706 * manual/llio.texi: Add comment that write safety has been
2707 fixed in Linux.
2708
da53d6db
CD
2709 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2710 (localplt-build-dso): Add elf/ld.so.
2711 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2712 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2713 and free for ld.so.
2714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2715 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2716 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2717 Likewise.
2718 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2719 Likewise.
2720 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2721 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2722 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2723 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2724 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2725 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2726 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2727 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2728 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2729 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2730 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2731
9cf27b8d
JM
27322014-11-05 Joseph Myers <joseph@codesourcery.com>
2733
2734 [BZ #14132]
2735 * include/libc-symbols.h (INTUSE): Remove macro.
2736 (INTDEF): Likewise.
2737 (INTVARDEF): Likewise.
2738 (_INTVARDEF): Likewise.
2739 (INTDEF2): Likewise.
2740 (INTVARDEF2): Likewise.
2741 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2742 rtld_hidden_def instead of INTVARDEF.
2743 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2744 (_dl_starting_up_internal): Remove declaration.
2745 (_dl_starting_up): Use rtld_hidden_proto.
2746 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2747 declaration.
2748 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2749 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2750 _dl_starting_up.
2751 * elf/dl-writev.h (_dl_writev): Likewise.
2752 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2753 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2754 _dl_starting_up_internal.
2755
af83568d
AZ
27562014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2757
2758 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2759 test-skeleton.c.
2760
b01ee67c
WN
27612014-11-05 Will Newton <will.newton@linaro.org>
2762
2763 * benchtests/Makefile: (bench-malloc): Add malloc thread
2764 scalability benchmark.
2765 * benchtests/bench-malloc-threads.c: New file.
2766
be9d4ccc
RE
27672014-11-05 Richard Earnshaw <rearnsha@arm.com>
2768
2769 * sysdeps/aarch64/strchrnul.S: New file.
2770
7110166d
AZ
27712014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2772
2773 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2774 definition.
2775 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2776 Likwise.
2777 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2778 Likewise.
2779 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2780 Likewise.
2781 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2782 Likewise.
2783 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2784 Likewise.
2785
27862014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
2787
2788 * catgets/test-gencat.c: Use test-skeleton.c.
2789 * catgets/tst-catgets.c: Likewise.
2790 * csu/tst-empty.c: Likewise.
2791 * elf/tst-audit2.c: Likewise.
2792 * elf/tst-global1.c: Likewise.
2793 * elf/tst-pathopt.c: Likewise.
2794 * elf/tst-piemod1.c: Likewise.
2795 * elf/tst-tls10.c: Likewise.
2796 * elf/tst-tls11.c: Likewise.
2797 * elf/tst-tls12.c: Likewise.
2798 * gnulib/tst-gcc.c: Likewise.
2799 * iconvdata/tst-e2big.c: Likewise.
2800 * iconvdata/tst-loading.c: Likewise.
2801 * iconv/tst-iconv1.c: Likewise.
2802 * iconv/tst-iconv2.c: Likewise.
2803 * inet/test-inet6_opt.c: Likewise.
2804 * inet/tst-gethnm.c: Likewise.
2805 * inet/tst-network.c: Likewise.
2806 * inet/tst-ntoa.c: Likewise.
2807 * intl/tst-codeset.c: Likewise.
2808 * intl/tst-gettext2.c: Likewise.
2809 * intl/tst-gettext3.c: Likewise.
2810 * intl/tst-ngettext.c: Likewise.
2811 * intl/tst-translit.c: Likewise.
2812 * io/test-stat.c: Likewise.
2813 * libio/test-fmemopen.c: Likewise.
2814 * libio/tst-freopen.c: Likewise.
2815 * libio/tst-sscanf.c: Likewise.
2816 * libio/tst-ungetwc1.c: Likewise.
2817 * libio/tst-ungetwc2.c: Likewise.
2818 * libio/tst-widetext.c: Likewise.
2819 * localedata/tst-ctype.c: Likewise.
2820 * localedata/tst-digits.c: Likewise.
2821 * localedata/tst-leaks.c: Likewise.
2822 * localedata/tst-mbswcs1.c: Likewise.
2823 * localedata/tst-mbswcs2.c: Likewise.
2824 * localedata/tst-mbswcs3.c: Likewise.
2825 * localedata/tst-mbswcs4.c: Likewise.
2826 * localedata/tst-mbswcs5.c: Likewise.
2827 * localedata/tst-setlocale.c: Likewise.
2828 * localedata/tst-trans.c: Likewise.
2829 * localedata/tst-wctype.c: Likewise.
2830 * localedata/tst-xlocale1.c: Likewise.
2831 * login/tst-grantpt.c: Likewise.
2832 * malloc/tst-calloc.c: Likewise.
2833 * malloc/tst-malloc.c: Likewise.
2834 * malloc/tst-mallocstate.c: Likewise.
2835 * malloc/tst-mcheck.c: Likewise.
2836 * malloc/tst-mtrace.c: Likewise.
2837 * malloc/tst-obstack.c: Likewise.
2838 * math/atest-exp2.c: Likewise.
2839 * math/atest-exp.c: Likewise.
2840 * math/atest-sincos.c: Likewise.
2841 * math/test-matherr.c: Likewise.
2842 * math/test-misc.c: Likewise.
2843 * math/test-powl.c: Likewise.
2844 * math/tst-definitions.c: Likewise.
2845 * misc/tst-dirname.c: Likewise.
2846 * misc/tst-efgcvt.c: Likewise.
2847 * misc/tst-fdset.c: Likewise.
2848 * misc/tst-hsearch.c: Likewise.
2849 * misc/tst-mntent2.c: Likewise.
2850 * nptl/tst-sem7.c: Likewise.
2851 * nptl/tst-sem8.c: Likewise.
2852 * nptl/tst-sem9.c: Likewise.
2853 * nss/test-netdb.c: Likewise.
2854 * posix/tst-fnmatch.c: Likewise.
2855 * posix/tst-getlogin.c: Likewise.
2856 * posix/tst-gnuglob.c: Likewise.
2857 * posix/tst-mmap.c: Likewise.
2858 * pwd/tst-getpw.c: Likewise.
2859 * resolv/tst-inet_ntop.c: Likewise.
2860 * rt/tst-timer.c: Likewise.
2861 * stdio-common/test-fseek.c: Likewise.
2862 * stdio-common/test-popen.c: Likewise.
2863 * stdio-common/test-vfprintf.c: Likewise.
2864 * stdio-common/tst-cookie.c: Likewise.
2865 * stdio-common/tst-fileno.c: Likewise.
2866 * stdio-common/tst-gets.c: Likewise.
2867 * stdio-common/tst-obprintf.c: Likewise.
2868 * stdio-common/tst-perror.c: Likewise.
2869 * stdio-common/tst-sprintf2.c: Likewise.
2870 * stdio-common/tst-sprintf3.c: Likewise.
2871 * stdio-common/tst-sprintf.c: Likewise.
2872 * stdio-common/tst-swprintf.c: Likewise.
2873 * stdio-common/tst-tmpnam.c: Likewise.
2874 * stdio-common/tst-unbputc.c: Likewise.
2875 * stdio-common/tst-wc-printf.c: Likewise.
2876 * stdlib/tst-environ.c: Likewise.
2877 * stdlib/tst-fmtmsg.c: Likewise.
2878 * stdlib/tst-limits.c: Likewise.
2879 * stdlib/tst-rand48-2.c: Likewise.
2880 * stdlib/tst-rand48.c: Likewise.
2881 * stdlib/tst-random2.c: Likewise.
2882 * stdlib/tst-random.c: Likewise.
2883 * stdlib/tst-strtol.c: Likewise.
2884 * stdlib/tst-strtoll.c: Likewise.
2885 * stdlib/tst-tls-atexit.c: Likewise.
2886 * stdlib/tst-xpg-basename.c: Likewise.
2887 * string/test-ffs.c: Likewise.
2888 * string/tst-bswap.c: Likewise.
2889 * string/tst-inlcall.c: Likewise.
2890 * string/tst-strtok.c: Likewise.
2891 * string/tst-strxfrm.c: Likewise.
2892 * sysdeps/x86_64/tst-audit10.c: Likewise.
2893 * sysdeps/x86_64/tst-audit3.c: Likewise.
2894 * sysdeps/x86_64/tst-audit4.c: Likewise.
2895 * sysdeps/x86_64/tst-audit5.c: Likewise.
2896 * time/tst-ftime_l.c: Likewise.
2897 * time/tst-getdate.c: Likewise.
2898 * time/tst-mktime3.c: Likewise.
2899 * time/tst-mktime.c: Likewise.
2900 * time/tst-posixtz.c: Likewise.
2901 * time/tst-strptime2.c: Likewise.
2902 * time/tst-strptime3.c: Likewise.
2903 * wcsmbs/tst-btowc.c: Likewise.
2904 * wcsmbs/tst-mbrtowc.c: Likewise.
2905 * wcsmbs/tst-mbsrtowcs.c: Likewise.
2906 * wcsmbs/tst-wchar-h.c: Likewise.
2907 * wcsmbs/tst-wcpncpy.c: Likewise.
2908 * wcsmbs/tst-wcrtomb.c: Likewise.
2909 * wcsmbs/tst-wcsnlen.c: Likewise.
2910 * wcsmbs/tst-wcstof.c: Likewise.
2911
2004e7fb
JM
29122014-11-04 Joseph Myers <joseph@codesourcery.com>
2913
ab97ee8f
JM
2914 [BZ #14132]
2915 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2916 INTDEF.
2917 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2918 declaration.
2919 (_dl_mcount): Use rtld_hidden_proto.
2920 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2921 _dl_mcount.
2922 * elf/rtld.c (_rtld_global_ro): Likewise.
2923
c5684fdb
JM
2924 [BZ #14132]
2925 * elf/dl-init.c (_dl_init): Don't use INTDEF.
2926 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2927 of _dl_init_internal.
2928 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2929 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2930 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2931 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2932 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2933 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2934 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2935 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2936 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2937 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2938 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2939 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2940 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2941 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2942 * sysdeps/tile/dl-start.S (_start): Likewise.
2943 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2944 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2945
4243cbea
JM
2946 [BZ #14132]
2947 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2948 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2949 (rtld_progname): Make macro definition unconditional.
2950 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2951 INTDEF.
2952 (dlmopen_doit): Do not use INTUSE with _dl_argv.
2953 (dl_main): Likewise.
2954 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2955 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2956 instead of _dl_argv_internal.
2957 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2958 __GI__dl_argv instead of INTUSE(_dl_argv).
2959 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2960 __GI__dl_argv instead of _dl_argv_internal.
2961
2004e7fb
JM
2962 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2963 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2964 macro.
2965 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2966 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2967 New macro.
2968 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2969 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2970 macro.
2971 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2972 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2973
97827bfc
AS
29742014-11-04 Andreas Schwab <schwab@suse.de>
2975
2976 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2977
5e4df284
AZ
29782014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2979
2980 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2981 mtvsrd instruction in binary form.
2982
04b76b5a
AS
29832014-11-03 Andreas Schwab <schwab@suse.de>
2984
2985 [BZ #17522]
2986 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2987 for less than MB_LEN_MAX use a local buffer of that size.
2988 * libio/tst-fputws.c: New file.
2989 * libio/Makefile (tests): Add tst-fputws.
2990
4c6da7da
JM
29912014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
2992
2993 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2994 the size of the fpu_fr.fpu_dregs[] array.
2995
1679ba8e
JM
29962014-11-01 Joseph Myers <joseph@codesourcery.com>
2997
2998 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2999 (__nanosleep): Do not define as alias.
3000 (nanosleep): Define as alias of __nanosleep.
3001 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3002 __libc_nanosleep name.
3003
2626c183
JM
30042014-10-31 Joseph Myers <joseph@codesourcery.com>
3005
3006 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3007 install.texi in comment.
3008
7f981fc2
TR
30092014-10-31 Torvald Riegel <triegel@redhat.com>
3010
3011 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3012 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3013 ... add here and use lwsync or sync ...
3014 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3015 ... and add here using lwsync.
3016
d6f373d2
MF
30172014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
3018
3019 * elf/dl-machine-reject-phdr.h: New file.
3020 * elf/dl-load.c: #include that.
3021 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3022 if that returned true.
3023
67c37987
RM
30242014-10-31 Roland McGrath <roland@hack.frob.com>
3025
3026 [BZ #17496]
3027 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3028 gen-as-const-headers chunk. Add a big scare comment after the last
3029 safe place to touch before-compile.
3030
94a42455 30312014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 3032
f3f5d895
JM
3033 * manual/install.texi (Tools for Compilation): Update autoconf
3034 version requirements.
3035 * INSTALL: Regenerated.
3036
f62ff286
JM
3037 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3038 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3039 (__libc_pselect): Likewise.
94a42455
JM
3040
3041 [BZ #14138]
3042 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3043 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3044 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3045 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3046
ff9dbdc0
TR
30472014-10-31 Torvald Riegel <triegel@redhat.com>
3048
3049 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3050 correct barrier instruction.
3051 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3052 Likewise.
3053 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3054 Likewise.
3055
b4f66884
RM
30562014-10-30 Roland McGrath <roland@hack.frob.com>
3057
3058 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3059 after defining inlines. Instead, just use parens to defeat macro
3060 expansion of __isctype in its declaration.
3061
e19c95fd
JM
30622014-10-30 Joseph Myers <joseph@codesourcery.com>
3063
3064 * include/sys/uio.h (__libc_readv): Remove declaration.
3065 (__libc_writev): Likewise.
3066 * misc/readv.c (__libc_readv): Rename to __readv.
3067 (__readv): Do not define as alias.
3068 (readv): Define as alias of __readv.
3069 * misc/writev.c (__libc_writev): Rename to __writev.
3070 (__writev): Do not define as alias.
3071 (writev): Define as alias of __writev.
3072 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3073 (__readv): Do not define as alias.
3074 (readv): Define unconditionally as alias of __readv.
3075 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3076 (__writev): Do not define as alias.
3077 (writev): Define unconditionally as alias of __writev.
3078 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3079 name.
3080 (writev): Do not define __libc_writev name.
3081
65b00b6c
RM
30822014-10-30 Roland McGrath <roland@hack.frob.com>
3083
3084 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3085 (convert_charseq): New function, broken out of ...
3086 (use_from_charmap): ... here. Call it.
3087 (use_to_charmap): Use convert_charseq and free instead of duplicating
3088 its code with a variable-length stack struct.
3089
d4e157aa
JM
30902014-10-30 Joseph Myers <joseph@codesourcery.com>
3091
3092 * include/fcntl.h (__libc_creat): Remove declaration.
3093 * io/creat.c (__libc_creat): Rename to creat.
3094 (creat): Do not define as alias.
3095 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3096 of creat instead of __libc_creat.
3097 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3098 to creat.
3099 (creat): Do not define as alias.
3100 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3101 __libc_creat.
3102 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3103 __libc_creat name.
3104 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3105 Likewise.
3106
0c6891a0
CD
31072014-10-29 Carlos O'Donell <carlos@redhat.com>
3108
3109 * manual/llio.texi: Add comments discussing why write() may be
3110 considered MT-unsafe on Linux.
3111
cc00cece
CD
31122014-10-28 Carlos O'Donell <carlos@redhat.com>
3113
3114 * dl-load.c (local_strdup): Remove.
3115 (expand_dynamic_string_token): Use __strdup.
3116 (decompose_rpath): Likewise.
3117 (_dl_map_object): Likewise.
3118
51e623f2
JM
31192014-10-28 Joseph Myers <joseph@codesourcery.com>
3120
3121 [BZ #14132]
3122 * sysdeps/generic/unwind-dw2-fde.c
3123 (__register_frame_info_bases_internal): Do not declare.
3124 (__register_frame_info_table_bases_internal): Likewise.
3125 (__deregister_frame_info_bases_internal): Likewise.
3126 (__register_frame_info_bases): Declare and use hidden_proto before
3127 definition. Use hidden_def instead of INTDEF.
3128 (__register_frame_info_table_bases): Likewise.
3129 (__deregister_frame_info_bases): Likewise.
3130 (__register_frame_info): Do not use INTUSE.
3131 (__register_frame): Likewise.
3132 (__register_frame_info_table): Likewise.
3133 (__register_frame_table): Likewise.
3134 (__deregister_frame_info): Likewise.
3135 (__deregister_frame): Likewise.
3136
03d41216
GC
31372014-10-27 Gratian Crisan <gratian.crisan@ni.com>
3138
3139 * sysdeps/unix/sysv/linux/arm/kernel-features.h
3140 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3141 not undefine.
3142 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3143 Likewise.
3144 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3145 Likewise.
3146
a4b3624d
JM
31472014-10-27 Joseph Myers <joseph@codesourcery.com>
3148
3149 [BZ #14138]
3150 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3151 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3152 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3153 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3154 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3155 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3156 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3157 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3158 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3159 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3160 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3161 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3162 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3163 syscall.
3164 (setfsuid): Likewise.
3165 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3166 (setfsuid): Likewise.
3167 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3168 (setfsuid): Likewise.
3169 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3170 Likewise.
3171 (setfsuid): Likewise.
3172 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3173 (setfsuid): Likewise.
3174 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3175 Likewise.
3176 (setfsuid): Likewise.
3177
3574f2fd
AS
31782014-10-27 Andreas Schwab <schwab@suse.de>
3179
3180 [BZ #17501]
3181 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3182 check for Slow_SSE4_2 feature bit.
3183 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3184 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3185 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3186 Likewise. Fix check for Fast_Unaligned_Load feature bit.
3187
70996a37
RM
31882014-10-24 Roland McGrath <roland@hack.frob.com>
3189
461a7b1e
RM
3190 * configure.ac: Validate compiler version with a empirical test of
3191 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3192 $CC -v output.
3193 * configure: Regenerated.
3194
70996a37
RM
3195 * inet/htons.c (htons): Prototypify.
3196 * inet/htonl.c (htonl): Likewise.
3197
e80514b5
WD
31982014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3199
3200 * string/strncat.c (strncat): Improve performance by using strlen.
3201
6e46de42
WD
32022014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3203
3204 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3205
6a9ad2fa
WD
32062014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3207
3208 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3209 Call libc_fetestexcept_aarch64.
3210
1c8810ed
WD
32112014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3212
3213 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3214 Call libc_feholdexcept_aarch64.
3215
8b1af712
WD
32162014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3217
3218 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3219 Call get_rounding_mode.
3220
a7b00c11
WD
32212014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3222
3223 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3224 Simplify logic.
3225
3a84f1a6
WD
32262014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3227
3228 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3229 Simplify logic.
3230
48eb7a94
JM
32312014-10-24 Joseph Myers <joseph@codesourcery.com>
3232
c8bc4038
JM
3233 [BZ #14138]
3234 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3235 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3236 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3237 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3238 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3239 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3240 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3241 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3242 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3243 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3244 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3245 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3246 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3247 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3248 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3249 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3250 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3251 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3252 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3253 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3254 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3255 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3256 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3257 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3258 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3259 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3260 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3261 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3262 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3263 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3264 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3265 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3266 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3267 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3268 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3269 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3270 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3271 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3272 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3273 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3274 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3275 syscall.
3276 (geteuid): Likewise.
3277 (getgid): Likewise.
3278 (getuid): Likewise.
3279 (getresgid): Likewise.
3280 (getresuid): Likewise.
3281 (getgroups): Likewise.
3282 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3283 (geteuid): Likewise.
3284 (getgid): Likewise.
3285 (getuid): Likewise.
3286 (getresgid): Likewise.
3287 (getresuid): Likewise.
3288 (getgroups): Likewise.
3289 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3290 (geteuid): Likewise.
3291 (getgid): Likewise.
3292 (getuid): Likewise.
3293 (getresgid): Likewise.
3294 (getresuid): Likewise.
3295 (getgroups): Likewise.
3296 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3297 Likewise.
3298 (geteuid): Likewise.
3299 (getgid): Likewise.
3300 (getuid): Likewise.
3301 (getresgid): Likewise.
3302 (getresuid): Likewise.
3303 (getgroups): Likewise.
3304 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3305 (geteuid): Likewise.
3306 (getgid): Likewise.
3307 (getuid): Likewise.
3308 (getresgid): Likewise.
3309 (getresuid): Likewise.
3310 (getgroups): Likewise.
3311 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3312 Likewise.
3313 (geteuid): Likewise.
3314 (getgid): Likewise.
3315 (getuid): Likewise.
3316 (getgroups): Likewise.
3317
48eb7a94
JM
3318 [BZ #14138]
3319 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3320 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3321 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3322 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3323 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3324 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3325 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3326 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3327 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3328 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3329 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3330 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3331 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3332 __chown.
3333 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3334 (lchown): Likewise.
3335 (fchown): Likewise.
3336 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3337 Likewise.
3338 (lchown): Likewise.
3339 (fchown): Likewise.
3340 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3341 (lchown): Likewise.
3342 (fchown): Likewise.
3343 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3344 Likewise.
3345 (lchown): Likewise.
3346 (fchown): Likewise.
3347
ea9a7c8b
WD
33482014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3349
3350 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3351 Simplify logic.
3352
e226de33
WD
33532014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3354
3355 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3356 Cleanup logic.
3357
6e3d8ed3
WD
33582014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3359
3360 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3361 Remove unused include.
3362
eb04247d
WD
33632014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3364
3365 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3366 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3367 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3368 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3369
13d84554
CD
33702014-10-23 Carlos O'Donell <carlos@systemhalted.org>
3371 Helge Deller <deller@gmx.de>
3372
3373 [BZ #17508]
3374 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3375 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3376 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3377
15f9c5df
JM
33782014-10-23 Joseph Myers <joseph@codesourcery.com>
3379
3380 [BZ #14132]
3381 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3382 Remove macro definition.
3383 (__ashrdi3_v_glibc20): Likewise.
3384 (__lshrdi3_v_glibc20): Likewise.
3385 (__cmpdi2_v_glibc20): Likewise.
3386 (__ucmpdi2_v_glibc20): Likewise.
3387 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3388 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3389 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3390 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3391 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3392 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3393
c6dfed24
RM
33942014-10-22 Roland McGrath <roland@hack.frob.com>
3395
3396 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3397 old GNU extension [0] syntax.
3398 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3399 alloca rather than an array member with variable length.
3400 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3401 * nscd/nscd.c (invalidate_db): New function, broken out of ...
3402 (parse_opt): ... here. Likewise use alloca there.
3403 Validate the -i argument before checking for rootness.
3404 (send_shutdown): New function, broken out of ...
3405 (parse_opt): ... here.
3406
8c2b1ed8
RM
34072014-10-22 Roland McGrath <roland@hack.frob.com>
3408
3409 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3410 macro to get at the _rt_local_ro field.
3411 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3412 ([PIC] case) or _dl_hwcap ([!PIC] case).
3413 * sysdeps/arm/setjmp.S: Likewise.
3414
3415 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3416 * sysdeps/arm/configure.ac: New check to define it.
3417 * sysdeps/arm/configure: Regenerated.
3418 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3419 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3420 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3421 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3422 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3423 Use move/movt pair instead of a load.
3424 (LDST_GLOBAL): Macro removed.
3425 (LDR_GLOBAL): New macro replaces it.
3426 (LDR_HIDDEN): New macro.
3427 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3428 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3429
3430 * setjmp/tst-setjmp-static.c: New file.
3431 * setjmp/Makefile (tests): Add it.
3432 (tests-static): New variable.
3433
b5af9297
MR
34342014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
3435
3436 [BZ #17485]
3437 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3438
a13d0d74
JM
34392014-10-21 Joseph Myers <joseph@codesourcery.com>
3440
3441 [BZ #14132]
3442 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3443
f05e73f6
RM
34442014-10-21 Roland McGrath <roland@hack.frob.com>
3445
3446 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3447
6ab1d1ea
RM
34482014-10-20 Roland McGrath <roland@hack.frob.com>
3449
3450 * io/fts.c (dirent_not_directory): New function.
3451 (fts_build): Call it.
3452
ab49e763
RM
34532014-10-20 Roland McGrath <roland@hack.frob.com>
3454
e436eb79
RM
3455 * nptl/version.c (__nptl_main): Use normal __write rather than
3456 INTERNAL_SYSCALL.
3457 (banner): Update copyright years.
3458
6af246cf
RM
3459 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3460 gettimeofday.
3461 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3462 * nptl/pthread_cond_timedwait.c: Likewise.
3463 * nptl/pthread_mutex_timedlock.c: Likewise.
3464 * nptl/sem_timedwait.c: Likewise.
3465
ab49e763
RM
3466 * sysdeps/nptl/bits/libc-lock.h
3467 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3468 (__libc_lock_init_recursive): Return void, not 0.
3469 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3470 (__libc_rwlock_init): Likewise.
3471 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3472
f50277c1
TR
34732014-10-20 Torvald Riegel <triegel@redhat.com>
3474
3475 [BZ #15215]
3476 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3477 (__pthread_once_slow): ... here.
3478 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3479 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3480
63668b70
TR
34812014-10-20 Torvald Riegel <triegel@redhat.com>
3482
3483 [BZ #15215]
3484 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3485 __PTHREAD_ONCE_FORK_GEN_INCR): New.
3486 * sysdeps/nptl/fork.c (__libc_fork): Use them.
3487 * nptl/pthread_once.c (__pthread_once): Likewise.
3488 Update comments.
3489
42b7f5d4
JM
34902014-10-20 Joseph Myers <joseph@codesourcery.com>
3491
3492 [BZ #14138]
3493 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3494 name.
3495 (writev): Use __libc_writev as strong name.
3496 * sysdeps/unix/sysv/linux/readv.c: Remove file.
3497 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3498
b0643088
RM
34992014-10-17 Roland McGrath <roland@hack.frob.com>
3500
114c4e09
RM
3501 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3502
674b8978
RM
3503 * sysdeps/i386/nptl/tls.h
3504 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3505 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3506 New macros.
3507 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3508 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3509 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3510 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3511 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3512 Call CHECK_THREAD_SYSINFO instead of doing an assert.
3513
184ee940
RM
3514 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3515 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3516 on [__NR_futex].
3517 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3518 broken out of ...
3519 (__pthread_mutex_init): ... here. Call it.
3520 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3521 Conditionalize PI cases on [__NR_futex].
3522 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3523 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3524 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3525
327ae257
RM
3526 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3527 conditional on [SIGSETXID].
3528 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3529 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3530 is defined. Likewise for SIGSETXID.
3531 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3532 Conditionalize definitions on [SIGSETXID].
3533 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3534 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3535 unblocking on [SIGCANCEL].
3536
b0643088
RM
3537 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3538 [__NR_set_robust_list].
3539
33cc770b
SP
35402014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3541
3542 * string/strcoll_l.c (get_next_seq): Fix up formatting.
3543 (do_compare): Likewise.
3544
0742aef6
LH
35452014-10-17 Leonhard Holz <leonhard.holz@web.de>
3546
3547 [BZ #15884]
3548 * string/strcoll_l.c: Don't include stdio.h.
3549 (coll_seq): Remove members idxarr and rulearr.
3550 (get_next_seq_cached): Remove function.
3551 (get_next_seq): Likewise.
3552 (get_next_seq_nocache): Rename to get_next_seq.
3553 (do_compare): Remove function.
3554 (do_compare_nocache): Rename to do_compare.
3555 (STRCOLL): Remove weight and rules cache.
3556
ee54ce44
RM
35572014-10-16 Roland McGrath <roland@hack.frob.com>
3558
3559 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3560 * sysdeps/arm/sfp-machine.h: ... to here.
3561 * sysdeps/arm/Implies: Remove arm/soft-fp.
3562
a75d3b02
JM
35632014-10-14 Joseph Myers <joseph@codesourcery.com>
3564
3565 * conform/data/sys/utsname.h-data (*_t): Allow.
3566 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3567 [POSIX] (WEXITED): Do not expect constant.
3568 [POSIX] (WSTOPPED): Likewise.
3569 [POSIX] (WNOHANG): Likewise.
3570 [POSIX] (WNOWAIT): Likewise.
3571 [POSIX] (siginfo_t): Do not expect type or elements.
3572 [POSIX] (pid_t): Do not expect type.
3573 [POSIX] (signal.h): Do not allow header.
3574 [POSIX] (sys/resource.h): Likewise.
3575 [POSIX] (si_*): Do not allow pattern.
3576 [POSIX] (W*): Likewise.
3577 [POSIX] (P_*): Likewise.
3578 [POSIX] (BUS_*): Likewise.
3579 [POSIX] (CLD_*): Likewise.
3580 [POSIX] (FPE_*): Likewise.
3581 [POSIX] (ILL_*): Likewise.
3582 [POSIX] (POLL_*): Likewise.
3583 [POSIX] (SEGV_*): Likewise.
3584 [POSIX] (SI_*): Likewise.
3585 [POSIX] (TRAP_*): Likewise.
3586 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3587 variable.
3588
fda389c8
SP
35892014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3590
3591 [BZ #12926]
3592 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3593 infinite loop when __recvmsg returns 0.
3594
6bc6bd3b
JM
35952014-10-10 Joseph Myers <joseph@codesourcery.com>
3596
fcb32af1
JM
3597 * CANCEL-FCT-WAIVE: Remove file.
3598 * CANCEL-FILE-WAIVE: Likewise.
3599
6bc6bd3b
JM
3600 [BZ #14132]
3601 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3602 instead of INTVARDEF.
3603 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3604 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3605 rtld_hidden_data_def instead of INTVARDEF.
3606 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3607 * elf/dl-deps.c (expand_dst): Likewise.
3608 * elf/dl-load.c (_dl_dst_count): Likewise.
3609 (_dl_dst_substitute): Likewise.
3610 (decompose_rpath): Likewise.
3611 (_dl_init_paths): Likewise.
3612 (open_path): Likewise.
3613 (_dl_map_object): Likewise.
3614 * elf/rtld.c (dl_main): Likewise.
3615 (process_dl_audit): Likewise.
3616 (process_envvars): Likewise.
3617 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3618 Remove declaration.
3619 (__libc_enable_secure): Use rtld_hidden_proto.
3620
b8c80a7e
KS
36212014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3622
3623 * elf/dl-load.c
3624 (add_path): New function broken out of _dl_rtld_di_serinfo.
3625 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
3626
ff12c11f
JM
36272014-10-09 Joseph Myers <joseph@codesourcery.com>
3628
5c0508a3
JM
3629 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3630 parentheses around macro arguments.
3631 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3632 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3633 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3634 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3635 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3636 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3637 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3638 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3639 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3640 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3641 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3642 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3643 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3644 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3645 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3646 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3647 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3648 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3649 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3650 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3651 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3652 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3653 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3654 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3655 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3656 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3657 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3658 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3659 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3660 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3661 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3662 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3663 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3664 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3665 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3666 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3667 Likewise.
3668 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3669 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3670 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3671 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3672 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3673 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3674 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3675 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3676 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3677 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3678 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3679 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3680 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3681 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3682 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3683 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3684 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3685 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3686 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3687 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3688 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3689 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3690 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3691 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3692 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3693 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3694 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3695 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3696 (_FP_FRAC_SRS_1): Likewise.
3697 (_FP_FRAC_CLZ_1): Likewise.
3698 (_FP_MUL_MEAT_1_imm): Likewise.
3699 (_FP_MUL_MEAT_1_wide): Likewise.
3700 (_FP_MUL_MEAT_1_hard): Likewise.
3701 (_FP_SQRT_MEAT_1): Likewise.
3702 (_FP_FRAC_ASSEMBLE_1): Likewise.
3703 (_FP_FRAC_DISASSEMBLE_1): Likewise.
3704 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3705 (__FP_CLZ_2): Likewise.
3706 (_FP_MUL_MEAT_2_wide): Likewise.
3707 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3708 (_FP_MUL_MEAT_2_gmp): Likewise.
3709 (_FP_MUL_MEAT_2_120_240_double): Likewise.
3710 (_FP_SQRT_MEAT_2): Likewise.
3711 (_FP_FRAC_ASSEMBLE_2): Likewise.
3712 (_FP_FRAC_DISASSEMBLE_2): Likewise.
3713 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3714 (_FP_FRAC_CLZ_4): Likewise.
3715 (_FP_MUL_MEAT_4_wide): Likewise.
3716 (_FP_MUL_MEAT_4_gmp): Likewise.
3717 (_FP_SQRT_MEAT_4): Likewise.
3718 (_FP_FRAC_ASSEMBLE_4): Likewise.
3719 (_FP_FRAC_DISASSEMBLE_4): Likewise.
3720 * soft-fp/op-common.h (_FP_CMP): Likewise.
3721 (_FP_CMP_EQ): Likewise.
3722 (_FP_CMP_UNORD): Likewise.
3723 (_FP_TO_INT): Likewise.
3724 (_FP_FROM_INT): Likewise.
3725 [!__FP_CLZ] (__FP_CLZ): Likewise.
3726 (_FP_DIV_HELP_imm): Likewise.
3727 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3728 Likewise.
3729 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3730 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3731 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3732 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3733 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3734 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3735 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3736 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3737 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3738 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3739 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3740 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3741 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3742 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3743 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3744 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3745 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3746 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3747 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3748 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3749 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3750 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3751 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3752 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3753 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3754 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3755 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3756 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3757 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3758 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3759 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3760 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3761 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3762 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3763 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3764 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3765 (FP_UNPACK_RAW_SP): Likewise.
3766 (FP_PACK_RAW_S): Likewise.
3767 (FP_PACK_RAW_SP): Likewise.
3768 (FP_UNPACK_S): Likewise.
3769 (FP_UNPACK_SP): Likewise.
3770 (FP_UNPACK_SEMIRAW_S): Likewise.
3771 (FP_UNPACK_SEMIRAW_SP): Likewise.
3772 (FP_PACK_S): Likewise.
3773 (FP_PACK_SP): Likewise.
3774 (FP_PACK_SEMIRAW_S): Likewise.
3775 (FP_PACK_SEMIRAW_SP): Likewise.
3776 (_FP_SQRT_MEAT_S): Likewise.
3777 (FP_CMP_S): Likewise.
3778 (FP_CMP_EQ_S): Likewise.
3779 (FP_CMP_UNORD_S): Likewise.
3780 (FP_TO_INT_S): Likewise.
3781 (FP_FROM_INT_S): Likewise.
3782
a736ec37
JM
3783 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3784
ff12c11f
JM
3785 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3786 (FP_EX_INVALID_IMZ): Likewise.
3787 (FP_EX_INVALID_IMZ_FMA): Likewise.
3788 (FP_EX_INVALID_ISI): Likewise.
3789 (FP_EX_INVALID_ZDZ): Likewise.
3790 (FP_EX_INVALID_IDI): Likewise.
3791 (FP_EX_INVALID_SQRT): Likewise.
3792 (FP_EX_INVALID_CVI): Likewise.
3793 (FP_EX_INVALID_VC): Likewise.
3794 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3795 "invalid" exceptions.
3796 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3797 (_FP_ADD_INTERNAL): Likewise.
3798 (_FP_MUL): Likewise.
3799 (_FP_FMA): Likewise.
3800 (_FP_DIV): Likewise.
3801 (_FP_CMP_CHECK_NAN): Likewise.
3802 (_FP_SQRT): Likewise.
3803 (_FP_TO_INT): Likewise.
3804 (FP_EXTEND): Likewise.
3805
b6dcfe8c
AM
38062014-10-09 Allan McRae <allan@archlinux.org>
3807
3808 * po/fr.po: Update French translation from translation project.
3809
2d6a47ba
JM
38102014-10-09 Joseph Myers <joseph@codesourcery.com>
3811
cb831245
JM
3812 [BZ #14132]
3813 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3814 of INTDEF.
3815 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3816 (__cxa_atexit): Use libc_hidden_proto.
3817 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3818
5deeb190
JM
3819 [BZ #14132]
3820 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3821 declaration.
3822 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3823 [!_ISOMAC] (__iswspace_l_internal): Likewise.
3824 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3825 [!_ISOMAC] (__iswctype_internal): Likewise.
3826 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3827 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3828 alias.
3829 (fcntl): Remove __fcntl_internal alias.
3830 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3831 __connect_internal alias.
3832 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3833 Likewise.
3834
454ac701
JM
3835 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3836 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3837 FP_DENORM_ZERO.
3838 (_FP_CHECK_FLUSH_ZERO): New macro.
3839 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3840 (_FP_CMP): Likewise.
3841 (_FP_CMP_EQ): Likewise.
3842 (_FP_TO_INT): Do not set inexact for subnormal arguments if
3843 FP_DENORM_ZERO.
3844 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3845 (FP_TRUNC): Likewise.
3846
0022e688
JM
3847 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3848 treated as invalid conversion, not as normal exponent.
3849
73e28d9c
JM
3850 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3851 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
3852 (_FP_CMP_EQ): Likewise.
3853 (_FP_CMP_UNORD): Likewise.
3854 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3855 (FP_CMP_EQ_D): Likewise.
3856 (FP_CMP_UNORD_D): Likewise.
3857 * soft-fp/extended.h (FP_CMP_E): Likewise.
3858 (FP_CMP_EQ_E): Likewise.
3859 (FP_CMP_UNORD_E): Likewise.
3860 * soft-fp/quad.h (FP_CMP_Q): Likewise.
3861 (FP_CMP_EQ_Q): Likewise.
3862 (FP_CMP_UNORD_Q): Likewise.
3863 * soft-fp/single.h (FP_CMP_S): Likewise.
3864 (FP_CMP_EQ_S): Likewise.
3865 (FP_CMP_UNORD_S): Likewise.
3866 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3867 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3868 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3869 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3870 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3871 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3872 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3873 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3874 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3875 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3876 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3877 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3878 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3879 to FP_CMP_Q.
3880 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3881 FP_CMP_Q.
3882 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3883 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3884 FP_CMP_EQ_Q.
3885 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3886 FP_CMP_Q.
3887 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3888 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3889 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3890 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3891 FP_CMP_EQ_Q.
3892 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3893 FP_CMP_Q.
3894 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3895 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3896 FP_CMP_EQ_Q.
3897 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3898 FP_CMP_Q.
3899 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3900 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3901 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3902 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3903 FP_CMP_EQ_Q.
3904
43059f42
JM
3905 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3906 a subnormal result, set the underflow exception if trapping on
3907 underflow is enabled.
3908 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3909 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3910 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3911 redefine to 0.
3912 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3913 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3914 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3915 * soft-fp/extendxftf2.c (__extendxftf2): Use
3916 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3917
2d6a47ba
JM
3918 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3919 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3920 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3921 FP_HANDLE_EXCEPTIONS.
3922 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3923 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3924 FP_HANDLE_EXCEPTIONS.
3925 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3926 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3927 FP_HANDLE_EXCEPTIONS.
3928 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3929 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3930 FP_HANDLE_EXCEPTIONS.
3931
620f462e
JM
39322014-10-08 Joseph Myers <joseph@codesourcery.com>
3933
3934 [BZ #14132]
3935 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3936 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3937 use INTUSE.
3938 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3939 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3940 Remove alias.
3941 (__adjtimex): Define using libc_hidden_ver.
3942 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3943 Remove declaration.
3944 (ntp_gettime): Call __adjtimex directly.
3945 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3946 Remove declaration.
3947 (ntp_gettimex): Call __adjtimex directly.
3948 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3949 __adjtimex_internal alias.
3950
c763c5d2
RM
39512014-10-08 Roland McGrath <roland@hack.frob.com>
3952
3953 [BZ #17460]
3954 * nscd/nscd.c (more_help): Rewrite list of tables collection
3955 using xstrdup and asprintf.
3956
3957 * nscd/nscd_conf.c: Remove local xstrdup declaration.
3958
7b8fb2b8
RM
39592014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3960 Roland McGrath <roland@hack.frob.com>
3961
3962 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3963 (do_lookup_unique): ... local function 'enter' here; update callers.
3964
abb280f7
JM
39652014-10-06 Joseph Myers <joseph@codesourcery.com>
3966
f7b42517
JM
3967 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3968 compat_symbol calls on [SHARED].
3969 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3970 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3971 Remove.
3972 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3973 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3974 (oldsetrlimit): Remove.
3975 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3977 (lchown): New syscall entry.
3978 (oldsetrlimit): Remove.
3979 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3980 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3981 (oldsetrlimit): Remove.
3982 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3983
abb280f7
JM
3984 [BZ #14138]
3985 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3986 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3987 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3988 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3989 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3990 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3991 (fchown): Likewise.
3992 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3993 (fchown): Likewise.
3994 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3995 Likewise.
3996
47d46237
AZ
39972014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3998
3999 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4000 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4001 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4002 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4003 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4004 Likewise.
4005 (__old_sem_post): Likewise.
4006
40072014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 4008
845a7343
CM
4009 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4010 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4011 HAVE_CLOCK_GETTIME_VSYSCALL macros.
4012 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4013 Use INLINE_VSYSCALL macro.
4014 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4015 __vdso_clock_gettime.
4016 * sysdeps/unix/sysv/linux/tile/init-first.c
4017 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4018 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4019 __vdso_clock_gettime.
4020
83d641ef
CM
4021 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4022 to set up frame more cleanly.
4023
d9cd52e6
CM
4024 * sysdeps/tile/memcmp.c: New file.
4025
4b68ea11
CM
4026 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4027
c86f7b80
CM
4028 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4029 * sysdeps/tile/tilegx/strcasestr.c: New file.
4030 * sysdeps/tile/tilegx/strnlen.c: New file.
4031 * sysdeps/tile/tilegx/strstr.c: New file.
4032
1c4c1a6f
CM
4033 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4034
99d86ea3
AS
40352014-10-06 Arjun Shankar <arjun.is@lostca.se>
4036
4037 * nptl/tst-setuid3.c: Write errors to stdout.
4038
06210a44
KS
40392014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4040
4041 * elf/dl-deps.c
4042 (preload): New functions broken out of _dl_map_object_deps.
4043 (_dl_map_object_deps): Remove a nested function. Update call sites.
4044
6268f532
JM
40452014-10-01 Joseph Myers <joseph@codesourcery.com>
4046
4047 [BZ #14138]
4048 * sysdeps/unix/sysv/linux/execve.c: Remove file.
4049 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4050
b925285f
SE
40512014-10-01 Steve Ellcey <sellcey@mips.com>
4052
4053 * sysdeps/mips/strcmp.S: New.
4054
754a15c6
JM
40552014-09-30 Joseph Myers <joseph@codesourcery.com>
4056
4057 [BZ #14138]
4058 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4059 (linkat): Likewise.
4060 (mkdirat): Likewise.
4061 (readlinkat): Likewise.
4062 (renameat): Likewise.
4063 (symlinkat): Likewise.
4064 (unlinkat): Likewise.
4065 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4066 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4067 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4068 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4069 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4070 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4071 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4072
85bb81c9
WN
40732014-09-30 Will Newton <will.newton@linaro.org>
4074
dc6fe23b
WN
4075 * math/math.h: Define long double math functions if
4076 _LIBC_TEST is defined.
4077 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4078
85bb81c9
WN
4079 * localedata/Makefile: Move assignment to tests-special
4080 into an ifdef testing run-built-tests.
4081 * timezone/Makefile: Likewise.
4082
b7e02da4
JM
40832014-09-29 Joseph Myers <joseph@codesourcery.com>
4084
4085 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4086 with $(BASH) not $(SHELL).
4087
62058ce6
CD
40882014-09-29 Carlos O'Donell <carlos@redhat.com>
4089 Matthew LeGendre <legendre1@llnl.gov>
4090
4091 [BZ #17411]
4092 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4093 l_reloc_result.
4094
8e257a29
KS
40952014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4096
4097 * stdio-common/printf_fp.c
4098 (hack_digit): New function, broken out of ...
4099 (__printf_fp): ... local function here. Update call sites.
4100 hack_digit now takes an additional parameter that is a pointer
4101 to a struct of the referenced locals. Those locals moved inside
4102 the struct and references updated.
4103
f4a58f0d
L
41042014-09-29 H.J. Lu <hongjiu.lu@intel.com>
4105
4106 * aclocal.m4: Require autoconf 2.69.
4107 * configure: Regenerated.
4108 * sysdeps/aarch64/configure: Likewise.
4109 * sysdeps/alpha/configure: Likewise.
4110 * sysdeps/arm/armv7/configure: Likewise.
4111 * sysdeps/arm/configure: Likewise.
4112 * sysdeps/ia64/configure: Likewise.
4113 * sysdeps/mach/configure: Likewise.
4114 * sysdeps/mips/configure: Likewise.
4115 * sysdeps/s390/configure: Likewise.
4116 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4118
4119 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4120 file.
4121 * sysdeps/ia64/configure.ac: Likewise.
4122
93ae1eba
JM
41232014-09-26 Joseph Myers <joseph@codesourcery.com>
4124
1810d3ab
JM
4125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4126 specify symbol version for ld.so. Do not include entry for
4127 libpthread.
4128 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4129 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4130 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4131
93ae1eba
JM
4132 [BZ #14171]
4133 * Makeconfig [$(build-shared) = yes]
4134 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4135 makefiles.
4136 [$(build-shared) = yes && $(soversions.mk-done) = t]
4137 ($(common-objpfx)gnu/lib-names.h): Remove rule.
4138 [$(build-shared) = yes && $(soversions.mk-done) = t]
4139 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
4140 to Makerules.
4141 [$(build-shared) = yes && $(soversions.mk-done) = t]
4142 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4143 here.
4144 [$(build-shared) = yes && $(soversions.mk-done) = t]
4145 (common-generated): Don't append gnu/lib-names.h and
4146 gnu/lib-names.stmp here.
4147 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4148 (lib-names-h-abi): New variable.
4149 [$(build-shared) = yes && $(soversions.mk-done) = t]
4150 (lib-names-stmp-abi): Likewise.
4151 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4152 abi-variants] (before-compile): Append
4153 $(common-objpfx)$(lib-names-h-abi).
4154 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4155 abi-variants] (common-generated): Append gnu/lib-names.h.
4156 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4157 abi-variants] (install-others-nosubdir): Depend on
4158 $(inst_includedir)/$(lib-names-h-abi).
4159 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4160 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4161 [$(build-shared) = yes && $(soversions.mk-done) = t]
4162 ($(common-objpfx)$(lib-names-h-abi)): New rule.
4163 [$(build-shared) = yes && $(soversions.mk-done) = t]
4164 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4165 [$(build-shared) = yes && $(soversions.mk-done) = t]
4166 (common-generated): Append $(lib-names-h-abi) and
4167 $(lib-names-stmp-abi).
4168 * scripts/lib-names.awk: Do not handle multi being set.
4169 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4170 Remove variable.
4171 (abi-lp64_be-ld-soname): Likewise.
4172 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4173 Likewise.
4174 (abi-hard-ld-soname): Likewise.
4175 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4176 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4177 Remove variable.
4178 (abi-o32_hard-ld-soname): Likewise.
4179 (abi-o32_soft_2008-ld-soname): Likewise.
4180 (abi-o32_hard_2008-ld-soname): Likewise.
4181 (abi-n32_soft-ld-soname): Likewise.
4182 (abi-n32_hard-ld-soname): Likewise.
4183 (abi-n32_soft_2008-ld-soname): Likewise.
4184 (abi-n32_hard_2008-ld-soname): Likewise.
4185 (abi-n64_soft-ld-soname): Likewise.
4186 (abi-n64_hard-ld-soname): Likewise.
4187 (abi-n64_soft_2008-ld-soname): Likewise.
4188 (abi-n64_hard_2008-ld-soname): Likewise.
4189 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4190 Likewise.
4191 (abi-64-v2-ld-soname): Likewise.
4192 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4193 ld.so entries.
4194 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4195 variable.
4196 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4197 entry.
4198 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4199 variable.
4200 (abi-64-ld-soname): Likewise.
4201 (abi-x32-ld-soname): Likewise.
4202 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4203 entry.
4204 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4205
68870f12
JM
42062014-09-23 Joseph Myers <joseph@codesourcery.com>
4207
4208 [BZ #14138]
4209 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4210 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4211 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4212 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4213 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4214 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4215 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4216 syscall entry for GLIBC_2.2 symbol version.
4217 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4218 Likewise.
4219 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4220 (setrlimit): Likewise.
4221 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4222 Likewise.
4223
ea58f202
WN
42242014-09-23 Will Newton <will.newton@linaro.org>
4225
4226 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4227 _LINUX_ARM_SYSDEP_H include guard too.
4228 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4229 define.
4230
69eb9a18
RV
42312014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
4232
4233 * sysdeps/unix/sysv/linux/eventfd.c:
4234 Make first argument unsigned.
4235 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4236 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4237
20e5a5f7
OB
42382014-09-20 Ondřej Bílka <neleai@seznam.cz>
4239
4240 * socket/recvmmsg.c (recvmmsg): Drop const argument.
4241 * socket/sys/socket.h: Likewise
4242 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4243
d3c827e7
AK
42442014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4245
4246 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4247
fe1cc35a
AS
42482014-09-17 Arjun Shankar <arjun.is@lostca.se>
4249
4250 * time/tst-ftime.c: New test.
4251 * time/Makefile (tests): Add tst-ftime.
4252
4e8afe69
JM
42532014-09-17 Joseph Myers <joseph@codesourcery.com>
4254
c4fe3ea7
JM
4255 * soft-fp/extended.h: Fix comment formatting.
4256 * soft-fp/op-1.h: Likewise.
4257 * soft-fp/op-2.h: Likewise.
4258 * soft-fp/op-4.h: Likewise.
4259 * soft-fp/op-8.h: Likewise.
4260 * soft-fp/op-common.h: Likewise.
4261 * soft-fp/soft-fp.h: Likewise.
4262
4e8afe69
JM
4263 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4264
af296fcd
JM
42652014-09-16 Joseph Myers <joseph@codesourcery.com>
4266
4267 [BZ #6652]
4268 * Makeconfig (soversions-default-setname): Remove variable.
4269 ($(common-objpfx)soversions.i): Don't pass default_setname to
4270 soversions.awk.
4271 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4272 oldest_abi to abi-versions.awk.
4273 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4274 * config.make.in (oldest-abi): Remove variable.
4275 * configure.ac (--enable-oldest-abi): Remove configure option.
4276 * configure: Regenerated.
4277 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4278 text.
4279 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4280 * scripts/soversions.awk: Do not handle default_setname variable.
4281 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4282 variable.
4283 * sysdeps/mach/hurd/configure: Regenerated.
4284 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4285 variable.
4286 * sysdeps/unix/sysv/linux/configure: Regenerated.
4287
545583d6
SP
42882014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4289
d330b980
SP
4290 * elf/Makefile (CFLAGS-interp.c): Remove.
4291 ($(elf-objpfx)runtime-linker.h): Generate header with linker
4292 path string.
4293 * elf/interp.c: Include generated runtime-linker.h
4294
02657da2
SP
4295 * Makerules (lib%.so): Don't include $(+interp) in
4296 prerequisites.
4297 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4298 * dlfcn/eval.c: Remove file.
4299
653b1080
SP
4300 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4301 macros.
4302
602f80ec
SP
4303 [BZ #17266]
4304 * misc/sys/cdefs.h: Define __extern_always_inline for clang
4305 4.2 and newer.
4306
545583d6
SP
4307 [BZ #17370]
4308 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4309
884ddc50
SP
43102014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4311 Jakub Jelinek <jakub@redhat.com>
4312
4313 [BZ #17266]
4314 * libio/stdio.h: Check definition of __fortify_function
4315 instead of __extern_always_inline to include bits/stdio2.h.
4316 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4317 check if __extern_always_inline is defined.
4318 [__USE_MISC || __USE_XOPEN]: Likewise.
4319 [__USE_ISOC99] Likewise.
4320 * misc/sys/cdefs.h (__fortify_function): Define only if
4321 __extern_always_inline is defined.
4322 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4323 __extern_always_inline and __extern_inline only for g++-4.3
4324 and newer or a compatible gcc.
4325
a7b87268
AS
43262014-09-15 Andreas Schwab <schwab@linux-m68k.org>
4327
4328 [BZ #17371]
4329 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4330 last change to handle zero prefix length.
4331
3f41521d
SP
43322014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4333
61fe374a
SP
4334 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4335 _SC_REGEX_VERSION.
4336
3f41521d
SP
4337 * posix/getconf.c (vars): Add _POSIX_IPV6 and
4338 _POSIX_RAW_SOCKETS.
4339
d8f879ee
AM
43402014-09-13 Allan McRae <allan@archlinux.org>
4341
4342 * po/ru.po: Update Russian translation from translation project.
4343
c079afb7
RM
43442014-09-12 Roland McGrath <roland@hack.frob.com>
4345
a62b3c15
RM
4346 * locale/programs/locale.c (show_locale_vars): Inline local function
4347 into its sole call site. Clean up some style nits.
4348 (print_item): New function, broken out of ...
4349 (show_info): ... local function here. Clean up style nits.
4350
d7e49b19
RM
4351 * locale/programs/ld-ctype.c (set_one_default): New function, broken
4352 out of ...
4353 (set_class_defaults): ... local function set_default here.
4354 Define set_default as a macro locally to pass constant parameters.
4355 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4356 rather than a shared local.
4357
c079afb7
RM
4358 * stdlib/rpmatch.c (try): New function, broken out of ...
4359 (rpmatch): ... local function here. Also, prototypify definition.
4360
0bd72468
JM
43612014-09-12 Joseph Myers <joseph@codesourcery.com>
4362
ba90e050
JM
4363 * scripts/soversions.awk: Do not handle configuration names.
4364 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4365 vendor and os variables to soversions.awk.
4366 * configure.ac: Do not modify gnu-* host_os.
4367 * configure: Regenerated
4368 * shlib-versions: Remove first column with configuration names.
4369 * nptl/shlib-versions: Likewise.
4370 * nptl_db/shlib-versions: Likewise.
4371 * sysdeps/hppa/shlib-versions: Likewise.
4372 * sysdeps/m68k/shlib-versions: Likewise.
4373 * sysdeps/mach/hurd/shlib-versions: Likewise.
4374 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4375 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4376 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4377 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4378 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4379 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4380 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4381 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4383 Likewise.
4384 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4385 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4386 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4387 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4388 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4389 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4390 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4391 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4392
73a39112
JM
4393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4394 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4396 Regenerated.
4397 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4399 Condition symbol version definitions on [HAVE_ELFV2_ABI].
4400
c729e7c1
JM
4401 * shlib-versions: Remove OS-specific entries. Moved to files in
4402 sysdeps.
4403 * sysdeps/mach/hurd/shlib-versions: New file.
4404 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4405
dc932a24
JM
4406 * nptl/shlib-versions: Remove architecture-specific entries.
4407 Moved to files in sysdeps.
4408 * shlib-versions: Likewise.
4409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4410 file.
4411 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4412 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4413 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4414 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4415
0bd72468
JM
4416 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4417 (UDP_NO_CHECK6_RX): Likewise.
4418
920238e0
SP
44192014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4420
4421 * sysdeps/posix/sysconf.c (__sysconf): Spell
4422 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4423
ba7b4d29
FW
44242014-08-12 Florian Weimer <fweimer@redhat.com>
4425
4426 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4427 loading.
4428 * iconv/Versions (__gconv_transliterate): Export for use from
4429 gconv modules.
4430 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4431 (struct __gconv_trans_data, __gconv_trans_fct,
4432 __gconv_trans_context_fct, __gconv_trans_query_fct,
4433 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4434 definitions.
4435 (struct __gconv_step_data): Remove __trans member.
4436 (__gconv_transliterate): Declaration moved from gconv_int.h. No
4437 longer hidden. Remove unused trans_data argument.
4438 * iconv/gconv_int.h (struct trans_struct): Remove definition.
4439 (__gconv_translit_find): Remove declaration.
4440 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
4441 prototype.
4442 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4443 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4444 trans_data argument. Add hidden definition.
4445 (__gconv_translit_find): Remove.
4446 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4447 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4448 * iconv/skeleton.c: Remove transliteration initialization.
4449 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4450 __gconv_step_data initialization.
4451 * libio/iofwide.c (__libio_translit_): Remove.
4452 (_IO_fwide): Adjust struct __gconv_step_data initialization.
4453 * wcsmbs/btowc.c (__btowc): Likewise.
4454 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4455 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4456 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4457 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4458 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4459 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4460 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4461 * wcsmbs/wctob.c (wctob): Likewise.
4462
5379aebd
SP
44632014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4464
4465 [BZ #16194]
4466 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4467 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
4468 register usage.
4469 * sysdeps/x86/Makefile: Adjust.
4470
8c0ab919
RM
44712014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4472 Roland McGrath <roland@hack.frob.com>
4473
4474 * locale/weight.h: Add include guard.
4475 (findidx): Make static rather than auto; take new parameters
4476 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4477 * locale/weightwc.h: Likewise.
4478 * posix/fnmatch_loop.c
4479 (FCT): Change type of EXTRA from int32_t to wint_t.
4480 Don't include either header inside the function.
4481 Call FINDIDX rather than findidx, and pass new arguments.
4482 #undef FINDIDX at the end of the file.
4483 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4484 FINDIDX before including fnmatch_loop.c for the non-wide version.
4485 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4486 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4487 for the wide version.
4488 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4489 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4490 Pass new arguments to findidx.
4491 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4492 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4493 Don't #include it inside the function. Pass new arguments to findidx.
4494 * posix/regex_internal.h
4495 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4496 (re_string_elem_size_at): Don't #include it inside the function.
4497 Pass new arguments to findidx.
4498 * string/strcoll_l.c: #include WEIGHT_H at top level.
4499 (get_next_seq): Don't #include it inside the function.
4500 Pass new arguments to findidx.
4501 (get_next_seq_nocache): Likewise.
4502 * string/strxfrm_l.c: #include WEIGHT_H at top level.
4503 (STRXFRM): Don't #include it inside the function.
4504 Pass new arguments to findidx.
4505
52ffbdf2
FW
45062014-09-11 Florian Weimer <fweimer@redhat.com>
4507
4508 [BZ #17344]
4509 * malloc/malloc.c (unlink): Turn asserts into a call to
4510 malloc_printerr.
4511
984c0ea9
TL
45122014-09-11 Tim Lammens <tim.lammens@gmail.com>
4513
4514 [BZ #17370]
4515 * libio/wfileops (do_ftell_wide): Free OUT.
4516
3daee107
CM
45172014-09-10 Chris Metcalf <cmetcalf@tilera.com>
4518
4519 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4520
58b930ae
SP
45212014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4522
4523 [BZ #17363]
4524 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4525 group if the current group is empty.
4526
3b473fec
AZ
45272014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4528
71ae8647
AZ
4529 * benchtests/bench-memset.c (test_main): Add more test from size
4530 from 32 to 512 bytes.
4531 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4532 Add POWER8 memset object.
4533 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4534 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4535 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4536 implementation.
4537 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4538 Likewise.
4539 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4540 multiarch POWER8 memset optimization.
4541 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4542 POWER8 memset optimization.
4543
3b473fec
AZ
4544 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4545 Remove bzero multiarch objects.
4546 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4547 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4548 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4549 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4550 Remove define.
4551 [__bzero]: Redefine to specific name.
4552 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4553 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4554 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4555 define.
4556 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4557 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4558
e6fb9587
FW
45592014-09-10 Florian Weimer <fweimer@redhat.com>
4560
4561 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4562 warnings into errors.
4563
4564 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4565 __cxa_thread_atexit_impl prototype.
4566
9d3a350b
SE
45672014-09-09 Steve Ellcey <sellcey@mips.com>
4568
4569 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4570 Fix capitalization of error message.
4571
0febba23
SE
45722014-09-09 Steve Ellcey <sellcey@mips.com>
4573
4574 * sysdeps/mips/preconfigure: Modify ABI tests.
4575
645a0e9c
CD
45762014-09-07 Carlos O'Donell <carlos@systemhalted.org>
4577
4578 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4579
d83f0734
CD
45802014-09-07 Roland McGrath <roland@hack.frob.com>
4581 Carlos O'Donell <carlos@systemhalted.org>
4582
4583 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4584 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4585 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4586 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4587 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4588 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4589 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4590 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4591 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4592 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4593 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4594 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4595 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4596 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4597 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4598 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4599 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4600 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4601 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4602 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4603 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4604 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4605 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4606 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4607 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4608 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4609 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4610 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4611 Deconditionalize the code that was previously under [RESET_PID].
4612 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4613 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4614 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4615 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4616 include sysdep.h.
4617
21c83793
AM
46182014-09-08 Allan McRae <allan@archlinux.org>
4619
4620 * version.h (RELEASE): Set to "development".
4621 (VERSION): Set to "2.20.90"
4622
1cd9b65c
AM
46232014-09-07 Allan McRae <allan@archlinux.org
4624
b8079dd0
AM
4625 * version.h (RELEASE): Set to "stable".
4626 (VERSION): Set to "2.20"
4627 * include/features.h (__GLIBC_MINOR__): Set to 20.
4628
c46303ef
AM
4629 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4630 Liebler.
4631
1cd9b65c
AM
4632 * po/ko.po: Update Korean translation from translation project.
4633
8622092d
CM
46342014-09-06 Chris Metcalf <cmetcalf@tilera.com>
4635
4636 [BZ #17354]
4637 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4638 macro for handling signed relocations.
4639
41488498
FW
46402014-09-03 Florian Weimer <fweimer@redhat.com>
4641
4642 [BZ #17325]
4643 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4644 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4645 assert.
4646 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4647 * iconvdata/ibm935.c (BODY): Likewise.
4648 * iconvdata/ibm937.c (BODY): Likewise.
4649 * iconvdata/ibm939.c (BODY): Likewise.
4650 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4651 assert.
4652 * iconvdata/Makefile (iconv-test.out): Pass module list to test
4653 script.
4654 * iconvdata/run-iconv-test.sh: New test loop for checking for
4655 decoder crashers.
4656
a78b712d
KR
46572014-09-02 Khem Raj <raj.khem@gmail.com>
4658
4659 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4660 libm_hidden_ver.
4661
cb08abc6
AM
46622014-09-01 Allan McRae <allan@archlinux.org>
4663
2c31e102
AM
4664 * po/eo.po: Update Esperanto translation from translation project.
4665
cb08abc6
AM
4666 * po/ca.po: Update Catalan translation from translation project.
4667
17a62de1
ST
46682014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4669
4670 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4671 __proc_dostop call.
4672
9570bc53
MW
46732014-08-27 Mark Wielaard <mjw@redhat.com>
4674
4675 [BZ #17319]
4676 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4677 to call set_thread_area instead of hand written asm.
4678 (__NR_set_thread_area): Removed define.
4679 (TLS_FLAG_WRITABLE): Likewise.
4680 (__ASSUME_SET_THREAD_AREA): Remove check.
4681 (TLS_EBX_ARG): Remove define.
4682 (TLS_LOAD_EBX): Likewise.
4683
b0f955c9
ST
46842014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4685
4686 Simplify atomicity of socket creation in bind.
4687
4688 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4689 looking up the name after linking the file.
4690
529bf515
AM
46912014-08-27 Allan McRae <allan@archlinux.org>
4692
4693 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4694
a1a6a401
FW
46952014-08-26 Florian Weimer <fweimer@redhat.com>
4696
4697 [BZ #17187]
4698 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4699 trans_compare, open_translit, __gconv_translit_find):
4700 Remove module loading code.
4701
686ab290
AM
47022014-08-26 Allan McRae <allan@archlinux.org>
4703
e4e7cfd2
AM
4704 * po/vi.po: Update Vietnamese translation from translation project.
4705
6aa09f71
AM
4706 * po/uk.po: Update Ukrainian translation from translation project.
4707
edc0660e
AM
4708 * po/fr.po: Update French translation from translation project.
4709
7eea72ac
AM
4710 * po/ru.po: Update Russian translation from translation project.
4711
93c49eff
AM
4712 * po/pl.po: Update Polish translation from translation project.
4713
46acaf63
AM
4714 * po/cs.po: Update Czech translation from translation project.
4715
a9f5ce98
AM
4716 * po/de.po: Update German translation from translation project.
4717
373f2b78
AM
4718 * po/bg.po: Update Bulgarian translation from translation project.
4719
e7548bd8
AM
4720 * po/sv.po: Update Sweedish translation from translation project.
4721
c526bf4d
AM
4722 * po/nl.po: Update Dutch translation from translation project.
4723
686ab290
AM
4724 * po/es.po: Update Spanish translation from translation project.
4725
eb72478a
SP
47262014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4727
dd763fdb
SP
4728 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4729
318c7a58
SP
4730 * catgets/Makefile (CPPFLAGS-gencat): Remove.
4731 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4732 (CPPFLAGS-iconvconfig): Likewise.
4733 * timezone/Makefile (CPPFLAGS-zic): Likewise.
4734
eb72478a
SP
4735 * include/libc-symbols.h: Remove unnecessary check for
4736 NOT_IN_libc.
4737 * nptl/pthreadP.h: Likewise.
4738 * sysdeps/aarch64/setjmp.S: Likewise.
4739 * sysdeps/alpha/setjmp.S: Likewise.
4740 * sysdeps/arm/sysdep.h: Likewise.
4741 * sysdeps/i386/setjmp.S: Likewise.
4742 * sysdeps/m68k/setjmp.c: Likewise.
4743 * sysdeps/posix/getcwd.c: Likewise.
4744 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4745 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4746 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4747 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4748 * sysdeps/sh/sh3/setjmp.S: Likewise.
4749 * sysdeps/sh/sh4/setjmp.S: Likewise.
4750 * sysdeps/unix/alpha/sysdep.h: Likewise.
4751 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4752 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4753 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4754 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4755 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4756 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4757 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4758 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4759 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4760 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4761 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4762 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4763 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4764 * sysdeps/x86_64/setjmp.S: Likewise.
4765
d44a052c
JM
47662014-08-13 Joseph Myers <joseph@codesourcery.com>
4767
4768 [BZ #17263]
4769 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4770 <stdint.h>.
4771 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4772 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4773
508ce3ac
SP
47742014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4775
e44c8b0e
SP
4776 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4777
508ce3ac
SP
4778 [BZ #17262]
4779 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4780 and __x86_64__ when disabling x87 inline functions.
4781
b4acef1f
L
47822014-08-12 H.J. Lu <hongjiu.lu@intel.com>
4783
4784 [BZ #17259]
4785 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4786 asm statement with __cpuid_count.
4787
61b1ef6e
MF
47882014-08-12 Mike Frysinger <vapier@gentoo.org>
4789
4790 * configure.ac: Change __ehdr_start code to dereference the struct.
4791 Run readelf on the output to look for relocations.
4792 * configure: Regenerated.
4793
898c62f4
JM
47942014-08-12 Joseph Myers <joseph@codesourcery.com>
4795
4796 [BZ #17261]
4797 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4798 value to 0.
4799 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4800
9a8a5720
RM
48012014-08-12 Roland McGrath <roland@hack.frob.com>
4802
4803 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4804
4e75751c
BO
48052014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
4806
4807 [BZ #16892]
4808 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4809 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4810
bb2ce416
SA
48112014-08-12 Sean Anderson <seanga2@gmail.com>
4812
4813 * malloc/malloc.c: Fix typo in comment.
4814
7950a4ee
AM
48152014-08-09 Allan McRae <allan@archlinux.org>
4816
4817 * Regenerate libc.po.
4818
f469c49f
MF
48192014-08-08 Mike Frysinger <vapier@gentoo.org>
4820
4821 * intl/tst-gettext2.sh: Check every lang file for creation.
4822
656b84c2
WD
48232014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4824
4825 * sysdeps/aarch64/fpu/math_private.h
4826 (libc_feholdsetround_noex_aarch64_ctx): New function.
4827
538e9e45
W
48282014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4829
4830 * sysdeps/arm/armv6/strcpy.S (strcpy):
4831 Fix performance issue in misaligned cases.
4832
d4795e4a
AZ
48332014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4834
4835 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4836 Move definition from termios.h.
4837 (struct termio): Likewise.
4838 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4839 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4840 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4841 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4842 Likewise.
4843 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4844 Move definition to ioctl-types.h
4845 (struct termio): Likewise.
4846 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4847 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4848 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4849 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4850 Likewise.
4851
64accb62
RH
48522014-08-05 Richard Henderson <rth@redhat.com>
4853
27bb6dc0
RH
4854 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4855 exceptions.
4856 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4857 Add fraiseexcpt.
4858 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4859 Use __feraiseexcept.
4860 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4861 Protect libm symbols with IS_IN_libm.
4862
64accb62
RH
4863 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4864
e5292691
BO
48652014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
4866
4867 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4868
5b4bd2d4
WN
48692014-08-04 Will Newton <will.newton@linaro.org>
4870
4871 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4872 file.
4873
fcadaeef
MF
48742014-08-04 Mike Frysinger <vapier@gentoo.org>
4875
4876 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4877 variants for each function.
4878
43a94c64
RM
48792014-08-04 Roland McGrath <roland@hack.frob.com>
4880
4881 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4882 appended ...
4883 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4884 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4885 appended ...
4886 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4887 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4888 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4889 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4890 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4891 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4892 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4893 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4894 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4895 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4896 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4897 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4898 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4899 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4900 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4901 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4902 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4903 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4904 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4905 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4906 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4907 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4908 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4909 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4910 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4911 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4912 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4913 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4914 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4915 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4916 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4917 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4918 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4919 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4920 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4921 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4922 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4923 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4924 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4925 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4926 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4927 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4928 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4929 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4930 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4931 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4932 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4933 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4934 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4935 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4936 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4937 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4938 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4939 Update #include.
4940 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4941 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4942
8f3c1fa4
RM
49432014-08-04 Roland McGrath <roland@hack.frob.com>
4944
4945 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4946 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4947 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4948 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4949 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4950 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4951
ca08746f
RM
49522014-08-04 Roland McGrath <roland@hack.frob.com>
4953
4954 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4955 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4956 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4957 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4958
9c925ff9
RM
49592014-08-04 Roland McGrath <roland@hack.frob.com>
4960
4961 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4962 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4963 (__libc_vfork): Define function under this name.
4964 (__vfork): Define as an alias.
4965 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4966 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4967
e641054c
RM
49682014-08-04 Roland McGrath <roland@hack.frob.com>
4969
4970 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4971 that was previously under [RESET_PID].
4972 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4973
dacdc867
AS
49742014-08-04 Andreas Schwab <schwab@suse.de>
4975
4976 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4977
41f725ff
MF
49782014-08-03 Mike Frysinger <vapier@gentoo.org>
4979
4980 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4981 (main): Likewise.
4982
277cfb31
RM
49832014-08-01 Roland McGrath <roland@hack.frob.com>
4984
4985 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4986
4896f049
RH
49872014-08-01 Richard Henderon <rth@redhat.com>
4988
4989 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4990 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4991 typo in exact zero test.
4992 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4993 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4994 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4995
6f64e7d7
RM
49962014-08-01 Roland McGrath <roland@hack.frob.com>
4997
4998 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4999 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5000 * sysdeps/arm/sysdep.h: ... here.
5001 [!__ASSEMBLER__]: Include <stdint.h>.
5002
3f3dd810
SP
50032014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5004
a476ac4b
SP
5005 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5006 (HAVE_WCTYPE_H): Likewise.
5007 (HAVE_ISWCTYPE): Likewise.
5008 (ENABLE_NLS): Likewise.
5009 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5010 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5011
78dd658a
SP
5012 * posix/regex_internal.c: Check if DEBUG is defined and is
5013 set.
5014
3f3dd810
SP
5015 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5016 (HAVE_MBSRTOWCS): Likewise.
5017 * posix/fnmatch.c: Include string.h unconditionally.
5018
95ee7fb1
SL
50192014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
5020
5021 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5022 reversal.
5023
23fe486b
RM
50242014-07-31 Roland McGrath <roland@hack.frob.com>
5025
f61a113f
RM
5026 * sysdeps/generic/safe-fatal.h: New file.
5027 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5028 * nptl/forward.c: Include it.
5029 (__pthread_unwind): Use __safe_fatal as default action, rather
5030 than a bogus use of INTERNAL_SYSCALL that could never work.
5031
9fe7e787
RM
5032 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5033 * configure.ac (libc_cv_builtin_trap): New test.
5034 * configure: Regenerated.
5035 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5036 (ABORT_INSTRUCTION): Define using __builtin_trap.
5037
23fe486b
RM
5038 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5039 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5040 * sysdeps/nptl/nptl-signals.h: New file.
5041 * nptl/pthreadP.h: Include <nptl-signals.h>.
5042
f349489e
SL
50432014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5044
5045 * sysdeps/s390/s390-64/utf16-utf32-z9.c
5046 (ONE_DIRECTION): Define.
5047 * sysdeps/s390/s390-64/utf8-utf16-z9.c
5048 (ONE_DIRECTION): Define.
5049 * sysdeps/s390/s390-64/utf8-utf32-z9.c
5050 (ONE_DIRECTION): Define.
5051
2f438e20
SL
50522014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5053
5054 * sysdeps/s390/Makefile: Delete file.
5055 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5056 * sysdeps/s390/__longjmp.c: Delete file.
5057 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5058 Remove fields __flags and __reserved.
5059 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5060 and add versioning.
5061 * sysdeps/s390/rtld-__longjmp.c: Delete file.
5062 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5063 * sysdeps/s390/rtld-setjmp.S: Likewise.
5064 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5065 * sysdeps/s390/s390-32/__longjmp.c: ... here.
5066 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5067 * sysdeps/s390/s390-32/setjmp.S: ... here.
5068 Add versioning.
5069 (__sigsetjmp): Remove setting __flags field.
5070 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5071 * sysdeps/s390/s390-64/__longjmp.c: ... here.
5072 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5073 * sysdeps/s390/s390-64/setjmp.S: ... here.
5074 Add versioning.
5075 (__sigsetjmp): Remove setting __flags field.
5076 * sysdeps/s390/setjmp.S: Delete file.
5077 * sysdeps/s390/sigjmp.c: Likewise.
5078 * sysdeps/s390/v1-longjmp.c: Likewise.
5079 * sysdeps/s390/v1-setjmp.h: Likewise.
5080 * sysdeps/s390/v1-sigjmp.c: Likewise.
5081 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5082 Remove v1-longjmp_chk.
5083 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5084 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5085 Include debug/longjmp_chk.c and add versioning.
5086 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5087 Include nptl/pt-longjmp.c and add versioning.
5088 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5089 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5090 Include __longjmp.c.
5091 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5092 Move to ...
5093 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5094 (__getcontext): Remove setting __flags field.
5095 Add versioning.
5096 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5097 Don't restore upper high grps.
5098 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5099 Likewise.
5100 (__swapcontext): Remove setting uc_flags field.
5101 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5102 Delete file.
5103 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5104 Include __longjmp.c.
5105 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5106 Move to ...
5107 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5108 (__getcontext): Remove setting __flags field.
5109 Add versioning.
5110 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5111 (__swapcontext): Remove setting uc_flags field.
5112 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5113 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5114 Remove fields uc_high_gprs and __reserved.
5115 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5116 New file with reverted content.
5117 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5118 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5119 Regenerated.
5120 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5121 Regenerated.
5122
6c9578a2
AS
51232014-07-31 Andreas Schwab <schwab@suse.de>
5124
5125 * config.h.in (HAVE_IFUNC): Define to 0.
5126 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5127 definedness.
5128
05f3633d
LM
51292014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
5130
5131 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5132 memmove-avx-unaligned, memcpy-avx-unaligned and
5133 mempcpy-avx-unaligned.
5134 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5135 Add tests for AVX memcpy functions.
5136 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5137 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5138 memcpy_chk.
5139 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5140 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5141 memmove_chk.
5142 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5143 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5144 mempcpy_chk.
5145 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5146 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5147 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5148
a53fbd8e
AZ
51492013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5150
5151 [BZ #17213]
5152 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5153 powerpc64le.
5154
0961f7e1
JL
51552014-07-29 Jeff Layton <jlayton@poochiereds.net>
5156
5157 [BZ #16839]
5158 * manual/llio.texi: Add section about open file description locks.
5159 * manual/examples/ofdlocks.c: Example of open file description
5160 lock usage.
5161 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5162 F_OFD_SETLK, and F_OFD_SETLKW.
5163
cc5fb300
AM
51642014-07-23 Allan McRae <allan@archlinux.org>
5165
5166 * po/es.po: Update Spanish translation from translation project.
5167
23329dca
AS
51682014-07-18 Andreas Schwab <schwab@linux-m68k.org>
5169
5170 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5171
9c82da17
MR
51722014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
5173
5174 [BZ #17078]
5175 * sysdeps/arm/dl-machine.h (elf_machine_rela)
5176 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5177 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5178
29c4f53e
JM
51792014-07-17 Joseph Myers <joseph@codesourcery.com>
5180
831b9896
JM
5181 [BZ #17088]
5182 * math/fesetenv.c (__fesetenv)
5183 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5184 * math/feupdateenv.c (__feupdateenv)
5185 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5186
b21c2d50
JM
5187 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5188 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5189 (__ASSUME_SOCKETCALL): Do not define.
5190
067764ef
JM
5191 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5192 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5193 (__ASSUME_SOCKETCALL): Do not define.
5194 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5195 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5196 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5197 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5198 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5199 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5200 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5201 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5202
642530c1
JM
5203 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5204 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5205 (__ASSUME_SOCKETCALL): Do not define.
5206 (__ASSUME_IPC64): Define unconditionally.
5207 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5208 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5209 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5210 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5211 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5212 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5213 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5214 Likewise.
5215
03f77315
JM
5216 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5217 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5218 (__ASSUME_SOCKETCALL): Do not define.
5219 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5220 (__ASSUME_FUTEX_LOCK_PI): Likewise.
5221 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5222 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5223 (__ASSUME_REQUEUE_PI): Define unconditionally.
5224 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5225 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5226 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5227 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5228 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5229 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5230
083b1f7c
JM
5231 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5232 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5233 (__ASSUME_SOCKETCALL): Do not define.
5234 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5235 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5236 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5237 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5238 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5239 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5240
5be44ea6
JM
5241 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5242 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5243 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5244 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5245 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5246 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5247 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5248 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5249 (__ASSUME_GETCPU_SYSCALL): Likewise.
5250
d95ffd4c
JM
5251 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5252 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
5253 cases for individual architectures.
5254 * sysdeps/gnu/configure: Regenerated.
5255 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5256 LIBC_SLIBDIR_RTLDDIR.
5257 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5258 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5259 LIBC_SLIBDIR_RTLDDIR.
5260 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5262 LIBC_SLIBDIR_RTLDDIR.
5263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5264 Regenerated.
5265 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5266 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5267 file.
5268 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5269 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5270 file.
5271 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5272 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5273 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5274 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5275
29c4f53e
JM
5276 * sysdeps/aarch64/shlib-versions: Move to ...
5277 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5278 * sysdeps/alpha/shlib-versions: Move to ...
5279 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5280 * sysdeps/arm/shlib-versions: Move to ...
5281 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5282 * sysdeps/hppa/shlib-versions: Move all contents except for
5283 libgcc_s entry to ...
5284 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
5285 entry from ...
5286 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
5287 * sysdeps/ia64/shlib-versions: Move to ...
5288 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
5289 entry from ...
5290 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
5291 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5292 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5293 * sysdeps/microblaze/shlib-versions: Move to ...
5294 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5295 * sysdeps/mips/shlib-versions: Move to ...
5296 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
5297 entry from ...
5298 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
5299 * sysdeps/tile/shlib-versions: Move to ...
5300 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5301 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5302 from ...
5303 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
5304 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5305 entry from ...
5306 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
5307
32bead5b
WN
53082014-07-17 Will Newton <will.newton@linaro.org>
5309
57977c4b
WN
5310 * sysdeps/arm/bits/atomic.h
5311 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5312 (__arch_compare_and_exchange_bool_16_int): Likewise.
5313 (__arch_compare_and_exchange_bool_64_int): Likewise.
5314
32bead5b
WN
5315 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5316 into an #else block.
5317
37fccd41
RM
53182014-07-16 Roland McGrath <roland@hack.frob.com>
5319
5320 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5321 just Linux configurations. Test empirically that the compiler sets
5322 __ARM_EABI__, rather than using the tuple to decide.
5323 * sysdeps/arm/preconfigure: Regenerated.
5324 * sysdeps/unix/sysv/linux/arm/configure: File removed.
5325 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5326 contents appended ...
5327 * sysdeps/arm/configure.ac: ... here.
5328 * sysdeps/arm/configure: Regenerated.
5329
b365f3ec
RM
53302014-07-15 Roland McGrath <roland@hack.frob.com>
5331
8badf496
RM
5332 * nptl/pthread_kill.c: New file.
5333 * nptl/pthread_sigmask.c: New file.
5334 * nptl/pthread_sigqueue.c: New file.
5335
3df6f22e
RM
5336 * sysdeps/nptl/lowlevellock.h: New file.
5337 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5338 * sysdeps/nptl/lowlevellock-futex.h: New file.
5339
b365f3ec
RM
5340 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5341 Remove dead declarations.
5342
f2fef657
L
53432014-07-14 H.J. Lu <hongjiu.lu@intel.com>
5344
5345 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5346 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5347 config-cflags-avx2.
5348 * sysdeps/x86_64/configure.ac: Likewise.
5349 * sysdeps/i386/configure: Regenerated.
5350 * sysdeps/x86_64/configure: Likewise.
5351 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5352 memset-avx2 only if config-cflags-avx2 is yes.
5353 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5354 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5355 defined.
5356 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5357 only if HAVE_AVX2_SUPPORT is defined.
5358 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5359
f6c44d47
AM
53602014-07-14 Alan Modra <amodra@gmail.com>
5361
5362 [BZ #17153]
5363 * elf/elf.h (DT_PPC64_NUM): Correct value.
5364 * NEWS: Add to fixed bug list.
5365
7ee03f00
JM
53662014-07-13 Jim Meyering <meyering@fb.com>
5367
5368 [BZ 17150]
5369 regex: don't deref NULL upon heap allocation failure
5370 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5371 failure in one more place.
5372 To trigger the segfault, configure grep -with-included-regex,
5373 build it, and run these commands:
5374 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5375
9d39d517
AS
53762014-07-13 Andreas Schwab <schwab@linux-m68k.org>
5377
5378 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5379
a75b89b7
RH
53802014-07-11 Richard Henderson <rth@redhat.com>
5381
5382 * sysdeps/aarch64/libm-test-ulps: Update.
5383
771eb141
FW
53842014-07-10 Florian Weimer <fweimer@redhat.com>
5385
5386 [BZ #17135]
5387 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5388 * nptl/allocatestack.c (__nptl_setxid_error): New function.
5389 (__nptl_setxid): Initialize error member. Call
5390 __nptl_setxid_error.
5391 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5392 * nptl/descr.h (struct xid_command): Add error member.
5393 * nptl/tst-setuid3.c: New file.
5394 * nptl/Makefile (tests): Add it.
5395
bc1da176
AZ
53962014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5397
5398 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5399 New define.
5400 (__lll_trylock): Use __lll_base_trylock.
5401 (__lll_cond_trylock): Likewise.
5402
887865fc
RM
54032014-07-10 Roland McGrath <roland@hack.frob.com>
5404
c0c6bac9
RM
5405 * nptl/pthread_create.c (start_thread): Use atomic_or and
5406 lll_futex_wake directly rather than lll_robust_dead.
5407 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5408 (lll_robust_dead): Macro removed.
6a42be57 5409 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
5410 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5411 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5412 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5413 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5414 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5415 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5416 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5417 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5418 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5419 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5420 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5421 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5422 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5423 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5424
887865fc
RM
5425 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5426 Use atomic_compare_and_exchange_val_acq directly rather than
5427 lll_robust_trylock.
5428 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5429 (__lll_robust_trylock, lll_robust_trylock): Removed.
5430 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5431 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5432 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5433 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5434 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5435 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5436 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5437 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5438 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5439 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5440 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5441 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5442 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5443 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5444
58536726
FW
54452014-07-02 Florian Weimer <fweimer@redhat.com>
5446
5447 * manual/locale.texi (Locale Names): New section documenting
5448 locale name syntax. Adjust menu and node chaining accordingly.
5449 (Choosing Locale): Reference Locale Names, Locale Categories.
5450 Mention setting LC_ALL=C. Reflect that name syntax is now
5451 documented.
5452 (Locale Categories): New section title. Reference Locale Names.
5453 LC_ALL is an environment variable, but not a category.
5454 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5455 description, now in Locale Name. Reference that section. Locale
5456 name syntax is now documented.
5457
4e8f95a0
FW
54582014-07-02 Florian Weimer <fweimer@redhat.com>
5459
5460 [BZ #17137]
5461 * locale/findlocale.c (name_present, valid_locale_name): New
5462 functions.
5463 (_nl_find_locale): Use the loc_name variable to store name
5464 candidates. Call name_present and valid_locale_name to check and
5465 validate locale names. Return an error if the locale is invalid.
5466
d1836456
FW
54672014-07-02 Florian Weimer <fweimer@redhat.com>
5468
5469 * locale/setlocale.c (setlocale): Use strdup for allocating
5470 composite name copy.
5471
d69b7f5a
SP
54722014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5473
888c679b
SP
5474 Sync up with gnulib.
5475 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5476 [!_LIBC && ENABLE_NLS]: Include gettext.h.
5477 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5478 and _GL_ARG_NONNULL.
5479 [USE_UNLOCKED_IO]: Include unlocked-io.h.
5480 [!_LIBC]: Include code for Windows and Cygwin.
5481 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5482 Include prototype for int strerror_r.
5483 [!_LIBC] (is_open): New function.
5484 (flush_stdout): New function.
5485 (print_errno_message): Use it.
5486 (error): Likewise.
5487 (error_at_line): Likewise.
5488 (error_tail) Add function attribute macros. Use
5489 __builtin_expect.
5490
180e0e4b
SP
5491 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5492
d22f1fe2
SP
5493 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5494
12f2254b
SP
5495 * io/ftw.c: Include sys/param.h unconditionally.
5496
c3c7c360
SP
5497 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5498
d62aa75a
SP
5499 [BZ #17125]
5500 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5501 libc_freeres_ptr.
5502 (freecache): New function to free CACHE on exit.
5503
d69b7f5a
SP
5504 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5505 initialization.
5506
5efe06a1
DM
55072014-07-09 David S. Miller <davem@davemloft.net>
5508
5509 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5510
7000d82e
DM
5511 * sysdeps/sparc/nptl/internaltypes.h: Delete.
5512 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5513 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5514 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5515 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5516 * sysdeps/sparc/nptl/sem_init.c: Likewise.
5517 * sysdeps/sparc/nptl/sem_post.c: Likewise.
5518 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5519 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5520 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5521 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5522 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5523 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5524
c213442d
AS
55252014-07-09 Andreas Schwab <schwab@suse.de>
5526
4a2552c3
AS
5527 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5528 output.
5529 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5530 (do_test): Likewise.
5531
c213442d
AS
5532 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5533
82374e65
WN
55342014-07-09 Will Newton <will.newton@linaro.org>
5535
5536 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5537 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5538 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5539 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5540 * sysdeps/hppa/start.S (_start): Likewise.
5541
6680738a
SP
55422014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
5543
6ee3eab4
SP
5544 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5545
6680738a
SP
5546 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5547 defined.
5548
80b5c505
SP
55492014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5550
e35c53e3
SP
5551 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5552 after checking that it is non-NULL.
5553
80b5c505
SP
5554 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5555
91f4b564
AZ
55562014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5557
27b75f56
AZ
5558 * sysdeps/powerpc/memmove.c: Remove file.
5559 * sysdeps/powerpc/powerpc32/power4/memcopy.h
5560 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5561 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5562 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5563 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5564 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5565 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5566 string memmove instead of removed powerpc one.
5567
e7f95bb5
AZ
5568 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5569 [weak_alias]: Fix compiler warning due trailing data.
5570 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5571 [weak_alias]: Likewise.
5572 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5573 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5574
91f4b564
AZ
5575 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5576 (__libc_ifunc_impl_list): Add memmove functions.
5577
7c33f1e5
SP
55782014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5579
5580 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5581 Remove code.
5582 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5583 Likewise
5584 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5585 Likewise
5586 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5587 Likewise
5588 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5589 Likewise
5590 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5591 Likewise
5592 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5593 Likewise
5594 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5595 Likewise
5596 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5597 Likewise
5598 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5599 Likewise
5600 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5601 Likewise
5602 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5603 Likewise
5604 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5605 Likewise
5606 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5607 Likewise
5608 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5609 Likewise
5610 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5611 Likewise
5612 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5613 Likewise
5614
3f17b03b
AZ
56152014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5616
87868c24
AZ
5617 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5618 to avoid alignment traps in non-cacheable memory.
5619 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5620
07aedd78
AZ
5621 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5622 multiarch objects.
5623 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5624 file: multiarch power7 memmove.
5625 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5626 multiarch default memmove.
5627 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5628 multiarch memove for powerpc32/power4.
5629
17762f66
AZ
5630 * string/bcopy.c: Use full path to include memmove.c.
5631 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5632 multiarch objects.
5633 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5634 bcopy for powerpc64.
5635 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5636 bcopy for powerpc64.
5637 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5638 and memmove implementations.
5639 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5640 optimized multiarch memmove for POWER7/powerpc64.
5641 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5642 default multiarch memmove for powerpc64.
5643 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5644 multiarch for powerpc64.
5645 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5646 for POWER7/powerpc64.
5647 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5648 memmove for POWER7/powerpc64.
5649
d6f68bbe
AZ
5650 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5651 glibc default one.
5652
3f17b03b
AZ
5653 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5654 __ELF_NATIVE_CLASS equal to 64.
5655
08192659
RM
56562014-07-07 Roland McGrath <roland@hack.frob.com>
5657
f4c4021b
RM
5658 * sysdeps/nptl/lowlevellock.h: File removed.
5659
f083450f
RM
5660 * NEWS: NPTL is no longer an add-on!
5661 * nptl/internaltypes.h: Moved ...
5662 * sysdeps/nptl/internaltypes.h: ... here.
5663 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5664 * sysdeps/nptl/fork.c: Likewise.
5665 * sysdeps/nptl/gai_misc.h: Likewise.
5666 * sysdeps/nptl/librt-cancellation.c: Likewise.
5667 * sysdeps/nptl/jmp-unwind.c: Likewise.
5668 * sysdeps/nptl/setxid.h: Likewise.
5669 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5670 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5671 * sysdeps/unix/sysv/linux/arm/Implies: New file.
5672 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5673 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5674 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5675 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5676 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5677 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5678 * sysdeps/unix/sysv/linux/mips/Implies: New file.
5679 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5680 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5681 * sysdeps/unix/sysv/linux/sh/Implies: New file.
5682 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5683 * sysdeps/unix/sysv/linux/tile/Implies: New file.
5684 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5685 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5686 * nptl/Makeconfig: Moved ...
5687 * sysdeps/nptl/Makeconfig: ... here.
5688 * nptl/configure: File removed.
5689 * nptl/ANNOUNCE: File removed.
5690 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5691 * sysdeps/unix/sysv/linux/configure: Regenerated.
5692
08192659
RM
5693 * nptl/Makefile (routines): Add libc_pthread_init,
5694 libc_multiple_threads, register-atfork and unregister-atfork.
5695 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5696 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5697 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5698 pthread-pi-defines.sym, structsem.sym.
5699 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5700 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5701 [$(subdir) = nptl] (tests): Add tst-setgetname.
5702 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5703 * sysdeps/unix/sysv/linux/sigaction.c: Just include
5704 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5705 [!LIBC_SIGACTION]: Remove aliases.
5706 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5707 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5708 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5709 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5710 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5711 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5712 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5713 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5714 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5715 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5716 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5717 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5718 __libc_allocate_rtsig_private.
5719 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5720 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5721 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5722 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5723 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5724 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5725 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5726 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5727 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5728 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5729 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5730 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5731 * nptl/internaltypes.h: ... here.
5732 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5733 * sysdeps/nptl/jmp-unwind.c: ... here.
5734 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5735 * nptl/libc-lowlevellock.c: ... here.
5736 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5737 * nptl/libc_multiple_threads.c: ... here.
5738 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5739 * nptl/libc_pthread_init.c: ... here.
5740 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5741 * nptl/lowlevelbarrier.sym: ... here.
5742 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5743 * nptl/lowlevelcond.sym: ... here.
5744 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5745 * nptl/lowlevellock.c: ... here.
5746 * nptl/lowlevellock.h: Moved ...
5747 * sysdeps/nptl/lowlevellock.h: ... here.
5748 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5749 * nptl/lowlevelrobustlock.c: ... here.
5750 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5751 * nptl/lowlevelrobustlock.sym: ... here.
5752 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5753 * nptl/lowlevelrwlock.sym: ... here.
5754 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5755 * nptl/pt-fork.c: ... here.
5756 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5757 * nptl/pthread-pi-defines.sym: ... here.
5758 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5759 * nptl/pthread_attr_getaffinity.c: ... here.
5760 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5761 * nptl/pthread_attr_setaffinity.c: ... here.
5762 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5763 * nptl/pthread_mutex_cond_lock.c: ... here.
5764 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5765 Update #include.
5766 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5767 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5768 * nptl/pthread_once.c: ... here, replacing old file.
5769 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5770 * nptl/pthread_yield.c: ... here.
5771 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5772 * nptl/register-atfork.c: ... here.
5773 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5774 * nptl/sem_post.c: ... here.
5775 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5776 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5777 * nptl/sem_timedwait.c: ... here.
5778 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5779 * nptl/sem_trywait.c: ... here.
5780 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5781 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5782 * nptl/sem_wait.c: ... here.
5783 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5784 * nptl/structsem.sym: ... here.
5785 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5786 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5787 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5788 * nptl/unregister-atfork.c: ... here.
5789 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5790 * nptl/unwindbuf.sym: ... here.
5791 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5792 * sysdeps/nptl/fork.c: ... here.
5793 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5794 * sysdeps/nptl/fork.h: ... here.
5795 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5796 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5797 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5798 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5799 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5800 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5801 * sysdeps/unix/sysv/linux/getpid.c: ... here.
5802 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5803 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5804 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5805 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5806 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5807 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5808 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5809 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5810 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5811 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5812 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5813 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5814 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5815 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5816 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5817 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5818 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5819 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5820 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5821 * sysdeps/unix/sysv/linux/raise.c: ... here.
5822 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5823 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5824 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5825 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5826 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5827 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5828 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5829 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5830 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5831 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5832 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5833 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5834 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5835 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5836 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5837
96baf6ff
SP
58382014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
5839
5840 * sysdeps/generic/memcopy.h: Add comment for
5841 MEMCPY_OK_FOR_FWD_MEMMOVE.
5842
6b7b14b2
WN
58432014-07-04 Will Newton <will.newton@linaro.org>
5844
1570a72b
WN
5845 * string/memchr.c: Merge from gnulib.
5846 [_LIBC]: Remove conditionals.
5847 (__ptr_t): Remove define.
5848 (LONG_MAX_32_BITS): Likewise.
5849 (LONG_MAX): Likewise.
5850 (MEMCHR): Use ANSI prototype and optimize algorithm.
5851
6b7b14b2
WN
5852 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5853
38851324
SP
58542014-07-03 Roland McGrath <roland@hack.frob.com>
5855
3d9eb57c
RM
5856 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5857 (lll_futex_timed_wait_bitset): Fix syscall argument count.
5858
78b984ae
RM
5859 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5860 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5861 in a bare environment with no <stdlib.h> installed.
5862 * sysdeps/nptl/configure: Regenerated.
5863
2d5976a5
RM
5864 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5865
c1f5acd4
RM
5866 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5867 AC_EGREP_CPP for kernel header checks, so they only succeed if
5868 including <linux/version.h> actually works right.
5869 * sysdeps/unix/sysv/linux/configure: Regenerated.
5870
4d614fe5
RM
5871 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5872 value so it's not diagnosed as unused.
5873
38851324
SP
5874 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5875 thing) with "ifeq ($(subdir),rt)".
5876
b3ec00e5
RH
58772014-07-03 Richard Henderson <rth@redhat.com>
5878
69862e25
RH
5879 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5880 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5881 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5882
d5e16ade
RH
5883 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5884 (math_force_eval): New.
5885
ca7b945c
RH
5886 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5887 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5888
cd1175a3
RH
5889 * sysdeps/alpha/fpu/s_round.c: Remove file.
5890 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5891
b3ec00e5
RH
5892 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5893 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5894 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5895 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5896 (_dl_start, print_statistics): Likewise.
5897 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5898 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5899
5900 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5901 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5902 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5903 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5904 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5905 (HP_SMALL_TIMING_AVAIL): Define.
5906 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5907 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5908 (HP_SMALL_TIMING_AVAIL): Define.
5909 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5910 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5911
5912 * sysdeps/aarch64/hp-timing.h: New file.
5913
5914 * sysdeps/generic/hp-timing.h: Remove dead comment.
5915 * sysdeps/generic/hp-timing-common.h: New file.
5916 * sysdeps/alpha/hp-timing.h: Include it.
5917 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5918 * sysdeps/i386/i686/hp-timing.h: Likewise.
5919 * sysdeps/ia64/hp-timing.h: Likewise.
5920 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5921 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5922 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5923 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5924 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5925 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5926 (hp_timing_t): New.
5927
5928 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5929 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5930 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5931 * elf/rtld.c (_dl_start_final): Likewise.
5932 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5933 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5934 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5935 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5936 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5937 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5938 (HP_TIMING_DIFF_INIT): Remove.
5939 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5940 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5941 (HP_TIMING_DIFF_INIT): Remove.
5942 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5943 * sysdeps/i386/i686/hp-timing.c: Remove file.
5944 * sysdeps/x86_64/hp-timing.c: Remove file.
5945 * sysdeps/ia64/hp-timing.c: Remove file.
5946 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5947 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5948 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5949 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5950
5951 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5952 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5953 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5954 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5955 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5956 (HP_TIMING_ACCUM): Remove.
5957 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5958 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5959 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5960
5961 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5962 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5963 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5964 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5965 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5966 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5967 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5968 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5969
5970 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5971
225f410f
MR
59722014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
5973
5974 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5975
3247f285
SP
59762014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5977
5978 Sync up with gettext.
5979 * intl/loadmsgcat.c: Define O_BINARY if not defined.
5980 [_MSC_VER]: Include malloc.h
5981 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5982 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5983 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
5984 TEMP_FAILURE_RETRY. Cast return of alloca.
5985 [!_LIBC] Call gl_rwlock_init.
5986 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5987
d12704c7
SP
59882014-07-02 Roland McGrath <roland@hack.frob.com>
5989
5990 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5991 before checking its value.
5992
99f8dc92
SP
59932014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5994
05fdac77
SP
5995 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5996
99f8dc92
SP
5997 * debug/memcpy_chk.c: Don't include pagecopy.h.
5998 * debug/mempcpy_chk.c: Likewise.
5999 * string/memcpy.c: Likewise.
6000 * string/memmove.c: Likewise.
6001 * sysdeps/powerpc/memmove.c: Likewise.
6002 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
6003 definition of PAGE_COPY_FWD_MAYBE here...
6004 * sysdeps/generic/pagecopy.h: ... from here.
6005 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6006
bc8ea385
VR
60072014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
6008 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6009
6010 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6011 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6012 optimizations.
6013 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6014 (__libc_ifunc_impl_list): Likewise.
6015 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6016 multiarch strcat for PPC64.
6017 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6018 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6019
fe5f34e4
RM
60202014-07-02 Roland McGrath <roland@hack.frob.com>
6021
6022 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6023
256aa665
SP
60242014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6025
d4eb8195
SP
6026 * intl/loadmsgcat.c: Remove declaration of
6027 get_sysdep_segment_value.
6028 (get_sysdep_segment_value): Use ISO C style.
6029 (_nl_load_domain): Use ISO C style. Get rid of redundant
6030 semicolon. Fix typo and formatting in comment.
6031 (_nl_unload_domain): Use ISO C style.
6032
256aa665
SP
6033 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6034
b100f9aa
WN
60352014-07-02 Will Newton <will.newton@linaro.org>
6036
6037 * malloc/obstack.c: Merge from gnulib master.
6038 [HAVE_CONFIG_H]: Remove conditional code.
6039 [!_LIBC]: Include config.h.
6040 [!ELIDE_CODE]: Don't include inttypes.h, include
6041 stdint.h unconditionally.
6042 (print_and_abort): Mark as _Noreturn.
6043 (_obstack_allocated_p): Mark as __attribute_pure__.
6044 (obstack_free): Rename to __obstack_free.
6045 [!__attribute__]: Remove conditional code.
6046 * malloc/obstack.h: Merge from gnulib master.
6047 [__cplusplus]: Move conditional down.
6048 [!__attribute_pure__]: Define __attribute_pure__ here
6049 if it is not already defined.
6050 (_obstack_memory_used): Mark as __attribute_pure__.
6051 [!__obstack_free]: Define as obstack_free.
6052 [__GNUC__]: Remove check for ancient NeXT gcc.
6053
c4c41244
PE
60542014-07-02 Will Newton <will.newton@linaro.org>
6055 Paul Eggert <eggert@cs.ucla.edu>
6056
6057 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6058
e1e041c4
SP
60592014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6060
6061 * resolv/gethnamaddr.c: Add comment warning that the file is
6062 not maintained.
6063
ccf431ff
CD
60642014-07-01 Carlos O'Donell <carlos@redhat.com>
6065
d34570a6
CD
6066 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6067 entries.
6068
ccf431ff
CD
6069 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6070 entry for aio_cancel and aio_cancel64.
6071 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6072 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6073 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6074 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6075 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6076 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6077 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6078 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6079 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6080 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6081 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6082 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6083 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6084
ca06321d
RM
60852014-07-01 Roland McGrath <roland@hack.frob.com>
6086
6087 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6088 * nptl/pthread_mutex_lock.c: Likewise.
6089 * nptl/pthread_mutex_timedlock.c: Likewise.
6090 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6091
a1ac3184
RH
60922014-07-01 Richard henderson <rth@redhat.com>
6093
631021e0
RH
6094 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6095 (__isnan, __isnanl): Remove.
6096 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6097
a1ac3184
RH
6098 * sysdeps/alpha/fpu/libm-test-ulps: Update.
6099
0c1d731f
SL
61002014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6101
6102 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6103
76985d3e
SP
61042014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6105
6106 * resolv/nss_dns/dns-host.c (getanswer_r)
6107 [MULTI_PTRS_ARE_ALIASES]: Remove code.
6108
b0cb3096
JM
61092014-07-01 Joseph Myers <joseph@codesourcery.com>
6110
6111 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6112 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6113 undefine.
6114 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6115 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6116
4d76cb39
RM
61172014-07-01 Roland McGrath <roland@hack.frob.com>
6118
6119 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6120 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6121
6122 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6123 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6124
6125 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6126 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6127 ... here.
6128 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6129 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6130
6131 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6132 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6133 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6134 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6135
6136 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6137 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6138 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6139 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6140 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6141 Moved ...
6142 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6143 ... here.
6144 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6145 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6146 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6147 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6148 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6149 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6150 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6151 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6152 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6153 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6154 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6155 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6156 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6157 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6158 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6159 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6160 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6161 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6162 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6163 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6164 ... here.
6165 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6166 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6167 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6168 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6169 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6170 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6171 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6172 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6173
0cdcad17
DH
61742014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
6175
6176 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6177 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6178 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6179 Add sysdep.
6180
9b71d0e3
AZ
61812014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6182
6183 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6184
665390c2
JM
61852014-06-30 Joseph Myers <joseph@codesourcery.com>
6186
ae05a9d7
JM
6187 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6188 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6189
a7672a2f
JM
6190 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6191
665390c2
JM
6192 * sysdeps/arm/libm-test-ulps: Regenerated.
6193
d7a05d07
MR
61942014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6195 Roland McGrath <roland@hack.frob.com>
6196
6197 * test-skeleton.c (signal_handler): Kill the whole process group
6198 before killing the child individually.
6199 (main): Report any failure on `setpgid'.
6200
46f1d8a6
RM
62012014-06-30 Roland McGrath <roland@hack.frob.com>
6202
6203 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6204 from _TLS_H to _ARM_NPTL_TLS_H.
6205 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6206 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6207
9c37ec0b
JM
62082014-06-30 Joseph Myers <joseph@codesourcery.com>
6209
ce9c5b3e
JM
6210 [BZ #16539]
6211 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6212 (__expm1l): Return argument unchanged when small but not
6213 subnormal.
6214
3a6e9887
JM
6215 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6216 include macro name.
6217 (_FP_UNPACK_RAW_1_P): Likewise.
6218 (_FP_PACK_RAW_1): Likewise.
6219 (_FP_PACK_RAW_1_P): Likewise.
6220 (_FP_MUL_MEAT_1_wide): Likewise.
6221 (_FP_MUL_MEAT_DW_1_hard): Likewise.
6222 (_FP_MUL_MEAT_1_hard): Likewise.
6223 (_FP_DIV_MEAT_1_imm): Likewise.
6224 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6225 (_FP_DIV_MEAT_1_udiv): Likewise.
6226 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6227 (_FP_UNPACK_RAW_2): Likewise.
6228 (_FP_UNPACK_RAW_2_P): Likewise.
6229 (_FP_PACK_RAW_2): Likewise.
6230 (_FP_PACK_RAW_2_P): Likewise.
6231 (_FP_MUL_MEAT_DW_2_wide): Likewise.
6232 (_FP_MUL_MEAT_2_wide): Likewise.
6233 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6234 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6235 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6236 (_FP_MUL_MEAT_2_gmp): Likewise.
6237 (_FP_DIV_MEAT_2_udiv): Likewise.
6238 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6239 (_FP_FRAC_SRL_4): Likewise.
6240 (_FP_FRAC_SRST_4): Likewise.
6241 (_FP_FRAC_SRS_4): Likewise.
6242 (_FP_UNPACK_RAW_4): Likewise.
6243 (_FP_UNPACK_RAW_4_P): Likewise.
6244 (_FP_PACK_RAW_4): Likewise.
6245 (_FP_PACK_RAW_4_P): Likewise.
6246 (_FP_MUL_MEAT_DW_4_wide): Likewise.
6247 (_FP_MUL_MEAT_4_wide): Likewise.
6248 (_FP_MUL_MEAT_4_gmp): Likewise.
6249 (umul_ppppmnnn): Likewise.
6250 (_FP_DIV_MEAT_4_udiv): Likewise.
6251 (__FP_FRAC_ADD_4): Likewise.
6252 (__FP_FRAC_SUB_3): Likewise.
6253 (__FP_FRAC_SUB_4): Likewise.
6254 (__FP_FRAC_DEC_3): Likewise.
6255 (__FP_FRAC_DEC_4): Likewise.
6256 (__FP_FRAC_ADDI_4): Likewise.
6257 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6258 (_FP_FRAC_SRL_8): Likewise.
6259 (_FP_FRAC_SRS_8): Likewise.
6260
9c37ec0b
JM
6261 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6262 include macro name.
6263 (FP_UNPACK_RAW_EP): Likewise.
6264 (FP_PACK_RAW_E): Likewise.
6265 (FP_PACK_RAW_EP): Likewise.
6266 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6267 (_FP_ISSIGNAN): Likewise.
6268 (_FP_ADD_INTERNAL): Likewise.
6269 (_FP_FMA): Likewise.
6270 (_FP_CMP): Likewise.
6271 (_FP_SQRT): Likewise.
6272 (_FP_TO_INT): Likewise.
6273 (_FP_FROM_INT): Likewise.
6274 (FP_EXTEND): Likewise.
6275 (_FP_DIV_MEAT_N_loop): Likewise.
6276
2125f674
MR
62772014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6278
6279 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6280 throughout.
6281
edea4028
JM
62822014-06-29 Joseph Myers <joseph@codesourcery.com>
6283
6284 [BZ #17097]
6285 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6286 result with correct sign in case of exponents that produce
6287 overflow except for X very close to 1.
6288
dd0ba018
PE
62892014-06-28 Paul Eggert <eggert@cs.ucla.edu>
6290
6291 mktime: merge #if/#ifdef usage from glibc
6292 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6293 as that works with both Glibc's and Gnulib's style.
6294 See thread starting at Siddhesh Poyarekar's bug report at:
6295 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6296
64df73c2
SP
62972014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
6298
6299 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6300 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6301 * sysdeps/tile/tilegx/memmove.c: Remove file.
6302
f1eafb41
JM
63032014-06-27 Joseph Myers <joseph@codesourcery.com>
6304
6305 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6306 abi-name definition.
6307 * scripts/soversions.awk: Do not handle or generate ABI lines.
6308 * shlib-versions: Remove ABI entries.
6309 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6310 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6311
58eb0862
RM
63122014-06-27 Roland McGrath <roland@hack.frob.com>
6313
37caf178
RM
6314 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6315 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6316 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6317 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6318 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6319 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6320 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6321 Moved ...
6322 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6323 ... here.
6324 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6325 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6326 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6327 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6328 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6329 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6330 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6331 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6332 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6333 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6334 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6335 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6336 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6337 Moved ...
6338 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6339 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6340 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6341 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6342 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6343 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6344 Moved ...
6345 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6346 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6347 Moved ...
6348 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6349 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6350 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6351 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6352 Moved ...
6353 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6354 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6355 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6356 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6357 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6358 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6359 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6360 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6361 Moved ...
6362 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6363 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6364 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6365 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6366 Moved ...
6367 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6368 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6369 Moved ...
6370 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6371 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6372 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6373 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6374 Moved ...
6375 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6376 ... here.
6377 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6378 Identical file removed.
6379 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6380 Moved ...
6381 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6382 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6383 Identical file removed.
6384 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6385 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6386 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6387 Moved ...
6388 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6389 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6390 Identical file removed.
6391 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6392 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6393 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6394 Identical file removed.
6395 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6396 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6397 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6398 Identical file removed.
6399 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6400 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6401 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6402 Identical file removed.
6403 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6404 Moved ...
6405 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6406 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6407 Identical file removed.
6408 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6409 Moved ...
6410 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6411 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6412 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6413 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6414 Identical file removed.
6415 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6416 Moved ...
6417 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6418 ... here.
6419 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6420 Identical file removed.
6421 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6422 Moved ...
6423 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6424 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6425 Identical file removed.
6426 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6427 Moved ...
6428 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6429 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6430 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6431 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6432 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6433 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6434 Moved ...
6435 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6436 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6437 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6438
58eb0862
RM
6439 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6440 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6441 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6442 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6443 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6444
6f12d062
AS
64452014-06-27 Arjun Shankar <arjun.is@lostca.se>
6446
6447 [BZ #17092]
6448 * nscd/nscd.c (monitor_child): Return exit status of child
6449 instead of return value from wait syscall.
6450
be254932
JM
64512014-06-27 Joseph Myers <joseph@codesourcery.com>
6452
cb403c34
JM
6453 * configure.ac (libc_commonpagesize): Remove variable.
6454 (libc_relro_required): Likewise.
6455 (libc_cv_z_relro): Remove configure test.
6456 * configure: Regenerated.
6457 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6458 variable.
6459 (libc_relro_required): Likewise.
6460 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6461 (libc_relro_required): Likewise.
6462 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6463 (libc_relro_required): Likewise.
6464 * sysdeps/arm/preconfigure: Regenerated.
6465 * sysdeps/ia64/preconfigure: Remove file.
6466 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6467 variable.
6468 (libc_relro_required): Likewise.
6469
be254932
JM
6470 [BZ #16561]
6471 [BZ #16562]
6472 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6473 (__ieee754_yn): Set FE_TONEAREST mode internally and then
6474 recompute overflowing results in original rounding mode.
6475 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6476 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6477 recompute overflowing results in original rounding mode.
6478 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6479 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6480 recompute overflowing results in original rounding mode.
6481 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6482 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6483 recompute overflowing results in original rounding mode.
6484 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6485 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6486 recompute overflowing results in original rounding mode.
6487 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6488 (libc_feholdsetround_ctx): New macro.
6489 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6490 * sysdeps/i386/fpu/libm-test-ulps: Update.
6491 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6492
b351d85a
JM
64932014-06-26 Joseph Myers <joseph@codesourcery.com>
6494
6495 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6496 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6497 corresponding .cpsetup call.
6498
3cb4de47
RM
64992014-06-26 Roland McGrath <roland@hack.frob.com>
6500
6501 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6502 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6503 * sysdeps/arm/Makefile [$(subdir) = csu]
6504 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6505 (static-only-routines): Add aeabi_read_tp here.
6506 (shared-only-routines): Add libc-aeabi_read_tp here.
6507 (CFLAGS-libc-start.c): Add -fexceptions here.
6508 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6509 (sysdep_routines, static-only-routines, shared-only-routines):
6510 Don't add to these here.
6511 (CFLAGS-libc-start.c): Likewise.
6512
6513 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6514 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6515 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6516 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6517 * sysdeps/arm/Makefile [$(subdir) = rt]
6518 (librt-sysdep_routines, librt-shared-only-routines):
6519 Append rt-aeabi_unwind_cpp_pr1 here.
6520 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6521 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6522 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6523 (libpthread-sysdep_routines, libpthread-shared-only-routines):
6524 Append nptl-aeabi_unwind_cpp_pr1 here.
6525 (tests): Filter out tst-cleanupx4 here.
6526 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6527 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6528 Don't do those here.
6529
354426bb
JM
65302014-06-26 Joseph Myers <joseph@codesourcery.com>
6531
6532 * scripts/list-sources.sh: Do not handle ports specially.
6533
28b0a8c9
RM
65342014-06-26 Roland McGrath <roland@hack.frob.com>
6535
a3dd035d
RM
6536 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6537 * sysdeps/arm/feupdateenv.c: Likewise.
6538
28b0a8c9
RM
6539 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6540
e66a8203
JM
65412014-06-26 Joseph Myers <joseph@codesourcery.com>
6542
6543 * manual/texinfo.tex: Update to version 2014-05-05.10 with
6544 trailing whitespace removed.
6545 * scripts/config.guess: Update to version 2014-03-23.
6546 * scripts/config.sub: Update to version 2014-05-01
6547 * scripts/install-sh: Update to version 2013-12-25.23.
6548 * scripts/move-if-change: Update from gnulib.
6549
74171115
SP
65502014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6551
b97c9ce5
SP
6552 * debug/memmove_chk.c: Remove pagecopy.h include.
6553
4000f892
SP
65542014-06-26 Paul Eggert <eggert@cs.ucla.edu>
6555
74171115
SP
6556 * time/mktime.c (leapyear): Remove inline keyword. The code is now
6557 identical to gnulib mktime.
6558
a8779c28
JM
65592014-06-26 Joseph Myers <joseph@codesourcery.com>
6560
e64708de
JM
6561 * configure.ac: Do not test for machine being rs6000. Do not test
6562 for powerpc*-*soft.
6563 * configure: Regenerated.
6564
a8779c28
JM
6565 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6566 test.
6567 * configure: Regenerated.
6568 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6569 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6570 Remove configure test.
6571 * sysdeps/arm/configure: Regenerated.
6572 * sysdeps/nptl/configure.ac: Do not check
6573 libc_cv_asm_cfi_directives.
6574 * sysdeps/nptl/configure: Regenerated.
6575 * sysdeps/x86_64/nptl/configure.ac: Remove file.
6576 * sysdeps/x86_64/nptl/configure: Remove generated file.
6577 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6578 unconditional.
6579 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6580
2aac0a86
SP
65812014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6582
059bf913
SP
6583 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6584 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6585 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6586 it is defined.
6587
4cf5b6d0
SP
6588 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6589 instead of whether it is defined.
6590 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6591 * sysdeps/hppa/dl-machine.h: Likewise.
6592 * sysdeps/ia64/dl-machine.h: Likewise.
6593 * sysdeps/m68k/dl-machine.h: Likewise.
6594 * sysdeps/microblaze/dl-machine.h: Likewise.
6595 * sysdeps/mips/dl-machine.: Likewise.
6596 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6597 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6598 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6599 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6600 * sysdeps/sh/dl-machine.h: Likewise.
6601 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6602 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6603 * sysdeps/tile/dl-machine.h: Likewise.
6604 * sysdeps/x86_64/dl-machine.h: Likewise.
6605
2aac0a86
SP
6606 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6607 code.
6608 (verify_persistent_db): Likewise.
6609
6ad2df0b
RM
66102014-06-26 Roland McGrath <roland@hack.frob.com>
6611
d8a483f3
RM
6612 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6613 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6614 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6615 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6616 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6617 Moved ...
6618 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6619 ... here.
6620 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6621 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6622 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6623 Identical file removed.
6624 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6625 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6626 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6627 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6628 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6629 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6630 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6631 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6632 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6633 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6634 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6635 Moved ...
6636 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6637 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6638 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6639 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6640 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6641 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6642 Moved ...
6643 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6644 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6645 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6646 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6647 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6648 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6649 Identical file removed.
6650 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6651 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6652 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6653 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6654 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6655 Moved ...
6656 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6657 ... here.
6658 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6659 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6660 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6661 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6662 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6663 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6664 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6665 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6666 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6667 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6668 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6669 Moved ...
6670 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6671 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6672 Moved ...
6673 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6674 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6675 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6676 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6677 Moved ...
6678 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6679 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6680 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6681
52ae23b4
RM
6682 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6683 folded into ...
6684 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6685 * sysdeps/unix/sysv/linux/s390/Versions
6686 (libpthread: GLIBC_2.19): New version set.
6687 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6688 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6689 (librt: GLIBC_2.3.3): New version set.
6690 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6691 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6692 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6693 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6694 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6695 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6696 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6697 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6698 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6699 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6700 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6701 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6702 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6703 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6704 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6705 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6706 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6707 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6708 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6709 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6710 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6711 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6712 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6713 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6714 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6715 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6716 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6717 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6718 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6719 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6720 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6721 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6722 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6723 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6724 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6725 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6726 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6727 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6728 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6729 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6730 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6731 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6732 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6733 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6734 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6735
39507e4a
RM
6736 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6737 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6738 (__libc_vfork): Define the function under this name.
6739 [!NOT_IN_libc] (__vfork): Make this an alias.
6740 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6741 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6742 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6743 (__libc_vfork): Define the function under this name.
6744 [!NOT_IN_libc] (__vfork): Make this an alias.
6745 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6746 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6747 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6748 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6749 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6750 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6751
e549ee56
RM
6752 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6753 code that was previously under [RESET_PID].
6754 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6755 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6756 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6757
6ad2df0b
RM
6758 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6759 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6760 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6761 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6762 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6763 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6764 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6765 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6766 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6767 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6768 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6769 Moved ...
6770 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6771 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6772 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6773 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6774 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6775 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6776 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6777 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6778 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6779 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6780 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6781 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6782 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6783 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6784 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6785 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6786 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6787 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6788 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6789 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6790 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6791 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6792 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6793 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6794 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6795 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6796 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6797 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6798 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6799
7c1c1d8e
RM
68002014-06-25 Roland McGrath <roland@hack.frob.com>
6801
6802 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6803 that was previously under [RESET_PID].
6804 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6805
3e239be6
JM
68062014-06-25 Joseph Myers <joseph@codesourcery.com>
6807
74385da5
JM
6808 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6809 not undefine and redefine.
6810 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6811 [O_CLOEXEC]: Make code unconditional.
6812 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6813 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6814 <kernel-features.h>.
6815 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6816 conditional variable definition.
6817 (shm_open) [O_CLOEXEC]: Make code unconditional.
6818 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6819 code.
6820
c2570a0b
JM
6821 * configure.ac (USE_REGPARMS): Don't define here.
6822 * configure: Regenerated.
6823 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6824 * sysdeps/i386/configure: Regenerated.
6825
11b076bb
JM
6826 * nptl/createthread.c: Don't include kernel-features.h.
6827 * nptl/pthread_cancel.c: Likewise.
6828 * nptl/pthread_condattr_setclock.c: Likewise.
6829 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6830 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6831 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6832 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6833 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6834 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6835 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6836 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6837 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6838 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6839 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6840 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6841 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6842 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6843 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6844 * nscd/gai.c: Likewise.
6845 * nss/nss_db/db-open.c: Likewise.
6846 * sysdeps/generic/ldsodefs.h: Likewise.
6847 * sysdeps/sh/nptl/tls.h: Likewise.
6848 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6849 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6850 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6851 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6852 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6853 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6854 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6855 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6856 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6857 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6858 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6859 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6860 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6861 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6862 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6863 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6864 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6865 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6866 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6867 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6868 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6869 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6870 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6871 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6872 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6873 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6874 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6875 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6876 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6877 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6878 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6879 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6880 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6881 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6882 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6883 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6884 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6885 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6886 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6887 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6888 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6889 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6890 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6891 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6892 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6893 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6894 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6895 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6896 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6897 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6898 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6899 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6900 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6901 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6902 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6903 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6904 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6905 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6907 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6908 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6910 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6912 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6913 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6914 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6915 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6916 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6921 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6923 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6925 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6926 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6927 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6928 * sysdeps/unix/sysv/linux/pread.c: Likewise.
6929 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6930 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6931 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6932 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6933 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6934 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6935 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6936 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6937 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6938 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6939 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6940 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6941 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6942 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6943 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6944 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6945 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6946 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6947 * sysdeps/unix/sysv/linux/system.c: Likewise.
6948 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6949 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6950 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6951 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6952 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6953 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6954 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6955
92072d57
JM
6956 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6957 * configure: Regenerated.
6958 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6959
3e239be6
JM
6960 * configure.ac (base_machine): Do not set specially for particular
6961 machines here.
6962 * configure: Regenerated.
6963 * sysdeps/powerpc/preconfigure: Move machine and base_machine
6964 settings from configure.ac.
6965 * sysdeps/i386/preconfigure: New file.
6966 * sysdeps/s390/preconfigure: Likewise.
6967 * sysdeps/sh/preconfigure: Likewise.
6968 * sysdeps/sparc/preconfigure: Likewise.
6969
06d50baa
RM
69702014-06-25 Roland McGrath <roland@hack.frob.com>
6971
74836003
RM
6972 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6973 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6974 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6975 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6976 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6977 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6978 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6979 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6980 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6981 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6982 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6983 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6984 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6985 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6986 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6987 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6988 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6989 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6990 * sysdeps/sparc/sparc64/Makefile: ... appended here.
6991
6992 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6993 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6994 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6995 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6996 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6997 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6998 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6999 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7000 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7001 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7002 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7003 * sysdeps/sparc/sparc32/sem_post.c: ... here.
7004 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7005 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7006 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7007 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7008 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7009 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7010 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7011 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7012 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7013 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7014 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7015 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7016 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7017 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7018 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7019 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7020 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7021 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7022 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7023 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7024 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7025 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7026 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7027 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7028 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7029 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7030
06d50baa
RM
7031 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7032 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7033 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7034 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7035 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7036 Moved ...
7037 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7038 ... here.
7039 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7040 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7041 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7042 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7043 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7044 Moved ...
7045 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7046 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7047 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7048 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7049 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7050 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7051 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7052 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7053 Moved ...
7054 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7055 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7056 Moved ...
7057 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7058 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7059 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7060 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7061 Moved ...
7062 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7063 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7064 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7065 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7066 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7067 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7068 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7069 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7070 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7071 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7072 Moved ...
7073 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7074 ... here.
7075 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7076 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7077 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7078 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7079 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7080 Moved ...
7081 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7082 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7083 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7084 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7085 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7086 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7087 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7088 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7089 Moved ...
7090 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7091 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7092 Moved ...
7093 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7094 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7095 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7096 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7097 Moved ...
7098 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7099 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7100 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7101 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7102 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7103
a4ccbc9b
JM
71042014-06-25 Joseph Myers <joseph@codesourcery.com>
7105
0828edbf
JM
7106 * timezone/checktab.awk: Update from tzcode 2014e.
7107 * timezone/private.h: Likewise.
7108 * timezone/tzfile.h: Likewise.
7109 * timezone/zdump.c: Likewise.
7110 * timezone/zic.c: Likewise.
7111
a4ccbc9b
JM
7112 * sysdeps/unix/sysv/linux/kernel-features.h
7113 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7114 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7115 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7116 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7117 Remove conditional code.
7118
9aea0cb8
WN
71192014-06-25 Will Newton <will.newton@linaro.org>
7120
7121 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7122 (_dl_arm_cap_flags): Add HWCAP2 values.
7123 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7124 (_DL_HWCAP_COUNT): Increase to 37.
7125 (_DL_HWCAP_LAST): New define.
7126 (_DL_HWCAP2_LAST): New define.
7127 (_dl_procinfo): Add support for printing
7128 AT_HWCAP2 entries.
7129 (_dl_string_hwcap): Use _dl_hwcap_string.
7130
6eaa65ce
AZ
71312014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7132
7133 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7134
0f5b7185
JM
71352014-06-25 Joseph Myers <joseph@codesourcery.com>
7136
cfd2ea50
JM
7137 * README: Do not mention ports directory.
7138
cecf2ed4
JM
7139 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7140 Remove macro.
7141 * sysdeps/unix/sysv/linux/futimes.c: Do not include
7142 <kernel-features.h>.
7143 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7144 conditional variable definition.
7145 (__futimes): Update comment.
7146 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7147 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7148
a638de82
JM
7149 [BZ #16560]
7150 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7151 arguments close to 0.
7152 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7153 Likewise.
7154 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7155 Likewise.
7156 * math/auto-libm-test-in: Add more tests of exp10.
7157 * math/auto-libm-test-out: Regenerated.
7158 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7159
0f5b7185
JM
7160 * sysdeps/unix/sysv/linux/kernel-features.h
7161 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7162 * sysdeps/unix/sysv/linux/readv.c: Do not include
7163 <kernel-features.h>.
7164 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7165 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7166 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7167 unconditional.
7168 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7169 conditional code.
7170 * sysdeps/unix/sysv/linux/writev.c: Do not include
7171 <kernel-features.h>.
7172 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7173 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7174 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7175 unconditional.
7176 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7177 conditional code.
7178
c7aec4be
WN
71792014-06-25 Will Newton <will.newton@linaro.org>
7180
7181 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7182 comment changes throughout the file. Remove checks
7183 for HAVE_*_H definitions that are not required.
7184 (__gen_tempname): Call abort if an unknown kind value is
7185 passed.
7186
c5241f95
AS
71872014-06-25 Andreas Schwab <schwab@suse.de>
7188
7189 [BZ #17086]
7190 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7191 scalbln, scalblnf, scalblnl in libc.
7192
911422da
SP
71932014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7194
7195 [BZ #17086]
7196 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7197 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7198 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7199
0d749bbe
RM
72002014-06-24 Roland McGrath <roland@hack.frob.com>
7201
7202 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7203 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7204 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7205 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7206 Update #include.
7207 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7208 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7209 Update #include.
7210 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7211 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7212 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7213 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7214 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7215 * sysdeps/x86/bits/pthreadtypes.h: ... here.
7216 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7217 * sysdeps/x86/bits/semaphore.h: ... here.
7218 * sysdeps/x86/nptl/elide.h: Moved ...
7219 * sysdeps/x86/elide.h: ... here.
7220 * sysdeps/x86_64/nptl/Implies: File removed.
7221 * sysdeps/i386/nptl/Implies: File removed.
7222
0ea5d373
JM
72232014-06-24 Joseph Myers <joseph@codesourcery.com>
7224
4060283d
JM
7225 [BZ #16539]
7226 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7227 return the argument for normal arguments with exponent below -64.
7228 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7229 Likewise.
7230 * math/auto-libm-test-in: Add another test of expm1.
7231 * math/auto-libm-test-out: Regenerated.
7232
e7dd3c8c
JM
7233 [BZ #16287]
7234 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7235 calling __erfcl for arguments at least 16.
7236 * math/auto-libm-test-in: Add more tests of erf.
7237 * math/auto-libm-test-out: Regenerated.
7238
0ea5d373
JM
7239 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7240 individual architectures.
7241 * sysdeps/unix/sysv/linux/configure: Regenerated.
7242 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7243 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7244 * sysdeps/unix/sysv/linux/powerpc/configure.ac
7245 (ldd_rewrite_script): Define variable.
7246 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7247 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7248 file.
7249 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7250 generated file.
7251 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7252 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7253 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7254 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7255 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7256 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7257 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7258 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7259
2307e126
SP
72602014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7261
7262 [BZ #17084]
7263 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7264 Rename member __data.d to __data.__elision_data.
7265
c0a4ed77
W
72662014-06-24 Wilco <wdijkstr@arm.com>
7267
7268 * NEWS: Add 16918 to fixed bug list.
7269
b8c00573
W
72702014-06-24 Wilco <wdijkstr@arm.com>
7271
7272 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7273
b5570d92
W
72742014-06-24 Wilco <wdijkstr@arm.com>
7275
7276 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7277 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7278 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7279 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7280 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7281 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7282 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7283 Use _FPU_MASK_RM.
7284
947bdca2
W
72852014-06-24 Wilco <wdijkstr@arm.com>
7286
7287 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7288
00f669ed
W
72892014-06-24 Wilco <wdijkstr@arm.com>
7290
7291 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7292 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7293 * sysdeps/arm/fesetround.c (fesetround): Remove space.
7294 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7295
db59bad3
W
72962014-06-24 Wilco <wdijkstr@arm.com>
7297
7298 [BZ #16918]
7299 * sysdeps/arm/feupdateenv.c (feupdateenv):
7300 Rewrite to reduce FPSCR accesses and fix return value.
7301
001f7b77
W
73022014-06-24 Wilco <wdijkstr@arm.com>
7303
7304 * sysdeps/arm/fclrexcpt.c (feclearexcept):
7305 Optimize to avoid unnecessary FPSCR writes.
7306 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7307 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7308 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7309 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7310
4841e6a6
W
73112014-06-24 Wilco <wdijkstr@arm.com>
7312
7313 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7314 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7315 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7316 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7317 Call libc_fetestexcept_vfp.
7318 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7319 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7320 __SOFTFP__ ifdef so that they can be built for softfp.
7321
0813022c
SP
73222014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7323
08e5862f
SP
7324 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7325 argument type signed char.
7326
0813022c
SP
7327 * Makerules (check-abi): Dump diff of symlist if the test
7328 fails.
7329
3fc7236a
RM
73302014-06-23 Roland McGrath <roland@hack.frob.com>
7331
aba8ef95
RM
7332 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7333 using abort.
7334
3fc7236a
RM
7335 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7336 Remove unused variable ST.
7337
4da6db51
JM
73382014-06-23 Joseph Myers <joseph@codesourcery.com>
7339
4648909d
JM
7340 [BZ #16354]
7341 [BZ #17061]
7342 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7343 small arguments before calling __expm1.
7344 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7345 small arguments before calling __expm1f.
7346 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7347 small arguments before calling __expm1l.
7348 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7349 Likewise.
7350 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7351 * math/auto-libm-test-in: Add more cosh tests. Do not allow
7352 spurious underflow for some cosh tests.
7353 * math/auto-libm-test-out: Regenerated.
7354 * sysdeps/i386/fpu/libm-test-ulps: Update.
7355
46a3d3c7
JM
7356 [BZ #17050]
7357 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7358 (__ieee754_y1): Set errno if return value overflows.
7359 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7360 (__ieee754_y1f): Set errno if return value overflows.
7361 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7362 (__ieee754_y1l): Set errno if return value overflows.
7363 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7364 (__ieee754_y1l): Set errno if return value overflows.
7365 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7366 * math/auto-libm-test-out: Regenerated.
7367
863893ec
JM
7368 * math/gen-auto-libm-tests.c: Document use of
7369 ignore-zero-inf-sign.
7370 (input_flag_type): Add value flag_ignore_zero_inf_sign.
7371 (input_flags): Add ignore-zero-inf-sign.
7372 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7373 * math/gen-libm-test.pl (generate_testfile): Handle
7374 ignore-zero-inf-sign.
7375 * math/auto-libm-test-in: Mark some cpow tests with
7376 ignore-zero-inf-sign and some with xfail-rounding.
7377 * math/auto-libm-test-out: Regenerated.
7378 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7379 * sysdeps/i386/fpu/libm-test-ulps: Update.
7380 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7381
4da6db51
JM
7382 [BZ #16315]
7383 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7384 overflowing or underflowing operations take place with sign of
7385 result.
7386 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7387 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7388 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7389 (__ieee754_pow): Recompute overflowing and underflowing results in
7390 original rounding mode.
7391 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7392 (__powl_helper): Allow negative argument X and scale negated value
7393 as needed. Avoid passing value outside [-1, 1] to f2xm1.
7394 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7395 overflowing or underflowing operations take place with sign of
7396 result.
7397 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7398 Include <math.h>.
7399 * math/auto-libm-test-in: Add more tests of pow.
7400 * math/auto-libm-test-out: Regenerated.
7401 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7402 (pow_tonearest_test_data): Remove.
7403 (pow_test_tonearest): Likewise.
7404 (pow_towardzero_test_data): Likewise.
7405 (pow_test_towardzero): Likewise.
7406 (pow_downward_test_data): Likewise.
7407 (pow_test_downward): Likewise.
7408 (pow_upward_test_data): Likewise.
7409 (pow_test_upward): Likewise.
7410 (main): Don't call removed functions.
7411 * sysdeps/i386/fpu/libm-test-ulps: Update.
7412 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7413
5686b236
RM
74142014-06-23 Roland McGrath <roland@hack.frob.com>
7415
7416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7417 Moved ...
7418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7420 Moved ...
7421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7423 Moved ...
7424 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7426 Moved ...
7427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7428 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7429 File removed.
7430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7431 File removed.
7432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7433 File removed.
7434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7435 File removed.
7436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7437 File removed.
7438 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7439 File removed.
7440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7441 File removed.
7442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7443 File removed.
7444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7445 File removed.
7446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7447 File removed.
7448 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7449 File removed.
7450 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7451 File removed.
7452 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7453 Moved ...
7454 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7455 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7456 Moved ...
7457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7458 ... here.
7459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7460 Moved ...
7461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7463 Moved ...
7464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7466 Moved ...
7467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7469 Moved ...
7470 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7472 Moved ...
7473 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7475 Moved ...
7476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7478 Moved ...
7479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7481 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7482 ... here.
7483 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7484 Moved ...
7485 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7487 Moved ...
7488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7489 ... here.
7490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7491 Moved ...
7492 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7493 ... here.
7494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7495 Moved ...
7496 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7497 ... here.
7498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7499 Moved ...
7500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7501 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7502 Moved ...
7503 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7507 Moved ...
7508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7509 ... here.
7510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7511 Moved ...
7512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7513 ... here.
7514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7515 Moved ...
7516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7518 Moved ...
7519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7521 Moved ...
7522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7524 Moved ...
7525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7527 Moved ...
7528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7529 ... here.
7530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7531 Moved ...
7532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7534 Moved ...
7535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7537 Moved ...
7538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7540 Moved ...
7541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7544 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7545 Moved ...
7546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7548 Moved ...
7549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7550 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7551 Moved ...
7552 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7553 ... here.
7554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7555 Moved ...
7556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7557 ... here.
7558 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7559 Moved ...
7560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7561 ... here.
7562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7563 Moved ...
7564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7566 Moved ...
7567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7569 Moved ...
7570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7572 Moved ...
7573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7574 ... here.
7575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7576 Moved ...
7577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7578 ... here.
7579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7580 Moved ...
7581 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7582 ... here.
7583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7584 Moved ...
7585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7587 Moved ...
7588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7589
e6d90d67
WD
75902014-06-23 Will Newton <will.newton@linaro.org>
7591 Wilco <wdijkstr@arm.com>
7592
7593 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7594 implementation. Include get-rounding-mode.h.
7595 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7596 [!libc_feholdsetround_noex_ctx]: Define
7597 libc_feholdsetround_noex_ctx.
7598 [!libc_feholdsetround_noexf_ctx]: Define
7599 libc_feholdsetround_noexf_ctx.
7600 [!libc_feholdsetround_noexl_ctx]: Define
7601 libc_feholdsetround_noexl_ctx.
7602 (libc_feholdsetround_ctx): New function.
7603 (libc_feresetround_ctx): New function.
7604 (libc_feholdsetround_noex_ctx): New function.
7605 (libc_feresetround_noex_ctx): New function.
7606
d42df555
RM
76072014-06-23 Roland McGrath <roland@hack.frob.com>
7608
88a46474
RM
7609 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7610 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7611 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7612 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7613 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7614 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7615
15bed472
RM
7616 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7617 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7618 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7619 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7620 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7621 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7622 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7623 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7624 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7625 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7626 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7627 Moved ...
7628 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7629 ... here.
7630 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7631 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7632 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7633 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7634 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7635 Moved ...
7636 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7637 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7638 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7639 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7640 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7641 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7642 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7643 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7644 Moved ...
7645 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7646 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7647 Moved ...
7648 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7649 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7650 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7651 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7652 Moved ...
7653 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7654 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7655 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7656 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7657 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7658 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7659 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7660 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7661 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7662 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7663 Moved ...
7664 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7665 ... here.
7666 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7667 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7668 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7669 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7670 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7671 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7672 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7673 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7674 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7675 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7676 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7677 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7678 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7679 Moved ...
7680 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7681 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7682 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7683 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7684 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7685 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7686 Moved ...
7687 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7688 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7689 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7690 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7691 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7692
d42df555
RM
7693 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7694 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7695 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7696 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7697 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7698 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7699 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7700 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7701 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7702 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7703 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7704 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7705 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7706 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7707 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7708 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7709 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7710 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7711 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7712 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7713 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7714 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7715 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7716 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7717 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7718 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7719 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7720 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7721
76e5216e
JM
77222014-06-23 Joseph Myers <joseph@codesourcery.com>
7723
7724 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7725 (FALLOC_FL_COLLAPSE_RANGE): New macro.
7726 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7727 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7728 (IPV6_PMTUDISC_INTERFACE): Likewise.
7729 (IPV6_PMTUDISC_OMIT): Likewise.
7730
7a81cbcc
AS
77312014-06-23 Andreas Schwab <schwab@suse.de>
7732
7733 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7734 Remove unused errout label.
7735
db224009
AZ
77362014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7737
7738 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7739 macro: hardware supports Vector Crypto instructions.
7740
f393b4aa
WN
77412014-06-23 Will Newton <will.newton@linaro.org>
7742
cc7d0447
WN
7743 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7744 rather than __builtin_expect.
7745
d6d06225
WN
7746 * elf/dl-lookup.c (undefined_msg): Remove variable.
7747 (_dl_lookup_symbol_x): Replace undefined_msg with string
7748 literal.
7749
f393b4aa
WN
7750 * elf/dl-lookup.c (do_lookup_unique): New function.
7751 (do_lookup_x): Move STB_GNU_UNIQUE handling code
7752 to a separate function.
7753
ac60763e
AS
77542014-06-23 Andreas Schwab <schwab@suse.de>
7755
7756 [BZ #17079]
7757 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7758 before reading the next line.
7759
c5c13355
WN
77602014-06-23 Will Newton <will.newton@linaro.org>
7761
7762 * test-skeleton.c (signal_handler): Use printf and %m
7763 rather than perror. Use printf rather than fprintf to
7764 stderr. Use puts rather than fputs to stderr.
7765 (main): Likewise.
7766
bd3675f9
LC
77672014-06-22 Ludovic Courtès <ludo@gnu.org>
7768
7769 * nscd/nscd.c (thread_info_t): Remove typedef.
7770 (thread_info): Remove variable.
7771
d03efb2f
AM
77722014-06-21 Allan McRae <allan@archlinux.org>
7773
7774 * NEWS: Mention CVE-2014-4043.
7775
bc4a86fa
RM
77762014-06-20 Roland McGrath <roland@hack.frob.com>
7777
dc9a54f8
RM
7778 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7779 * nptl/smp.h: ... here.
7780
bd7022c4
RM
7781 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7782
26ffd5e6
RM
7783 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7784 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7785 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7786 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7787
93a6d082
RM
7788 * nptl/allocatestack.c: Include <stack-aliasing.h>.
7789 * nptl/stack-aliasing.h: New file.
7790 * sysdeps/i386/i686/stack-aliasing.h: New file.
7791 * sysdeps/i386/i686/nptl/Makefile: File removed.
7792 * sysdeps/x86_64/stack-aliasing.h: New file.
7793 * sysdeps/x86_64/nptl/Makefile
7794 (CFLAGS-pthread_create.c): Variable removed.
7795
bc4a86fa
RM
7796 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7797 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7798 old file.
7799 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7800 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7801 old file.
7802
2272ffc1
JM
78032014-06-21 Joseph Myers <joseph@codesourcery.com>
7804
7805 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7806 (__ASSUME_SIGFRAME_V2): Remove macro.
7807 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7808 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7809 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7810 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7811 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7812 Declare as function. Remove conditional macro definitions.
7813 (__default_rt_sa_restorer): Likewise.
7814 (__default_sa_restorer_v1): Remove declaration.
7815 (__default_sa_restorer_v2): Likewise.
7816 (__default_rt_sa_restorer_v1): Likewise.
7817 (__default_rt_sa_restorer_v2): Likewise.
7818 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7819 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7820 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7821
4b88139b
RM
78222014-06-20 Roland McGrath <roland@hack.frob.com>
7823
7824 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7825 (libpthread-routines): Add sysdep.
7826 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7827 * sysdeps/unix/sysv/linux/sparc/Versions
7828 (libpthread: GLIBC_2.3.3): New version set.
7829 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7830 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7831 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7832 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7833 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
7834 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7835 Moved ...
7836 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7837 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7838 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7839 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7840 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7841 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7842 * sysdeps/sparc/nptl/sem_init.c: ... here.
7843 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7844 * sysdeps/sparc/nptl/sem_post.c: ... here.
7845 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7846 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7847 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7848 * sysdeps/sparc/nptl/sem_wait.c: ... here.
7849 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7850 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7851 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7852 (libpthread-routines): Add cpu_relax.
7853 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7854 File removed.
7855 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7856 (librt: GLIBC_2.3.3): New version set.
7857 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7858 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7859 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7860 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7861 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7862 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7863 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7864 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7865 Moved ...
7866 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7867 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7868 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7869 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7870 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7871 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7872 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7873 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7874 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7875 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7876 Moved ...
7877 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7878 Update #include.
7879 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7880 Moved ...
7881 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7882 Update #include.
7883 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7884 Moved ...
7885 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7886 Update #include.
7887 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7888 Moved ...
7889 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7890 Update #include.
7891 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7892 Moved ...
7893 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7894 Update #include.
7895 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7896 Moved ...
7897 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7898 Update #include.
7899 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7900 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7901 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7902 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7903 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7904 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7905 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7906 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7907 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7908 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7909 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7910 Moved ...
7911 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7912 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7913 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7914 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7915 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7916
d7109027
JM
79172014-06-20 Joseph Myers <joseph@codesourcery.com>
7918
9bc6103d
JM
7919 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7920 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7921 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7922 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7923 * nscd/nscd.c: Likewise.
7924 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7925 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7926 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7927 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7928
d7109027
JM
7929 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7930 <kernel-features.h>.
7931 (init_mq_netlink): Remove conditional have_sock_cloexec
7932 definitions. Remove code conditional on have_sock_cloexec < 0.
7933 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7934 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7935 * sysdeps/unix/sysv/linux/opensock.c: Do not include
7936 <kernel-features.h>.
7937 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7938 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7939
d92d8f8a
L
79402014-06-20 H.J. Lu <hongjiu.lu@intel.com>
7941
7942 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7943 Add tests for memset_chk and memset.
7944
7945 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7946 with AVX2_Usable.
7947
4e6d2347
MR
79482014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
7949
257ce712
MR
7950 [BZ #16046]
7951 * elf/tst-dl-iter-static.c: New file.
7952 * elf/Makefile (tests-static): Add tst-dl-iter-static.
7953
4e6d2347
MR
7954 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7955 error.
7956
a2a76afe
JM
79572014-06-20 Joseph Myers <joseph@codesourcery.com>
7958
7fd00f99
JM
7959 * sysdeps/unix/sysv/linux/kernel-features.h
7960 (__ASSUME_F_GETOWN_EX): Remove macro.
7961 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7962 <kernel-features.h>.
7963 (miss_F_GETOWN_EX): Remove variable or macro.
7964 (do_fcntl): Do not check miss_F_GETOWN_EX.
7965 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7966
4a103975
JM
7967 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7968 Remove macro.
7969 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7970 [!__ASSUME_AT_RANDOM]: Remove conditional code.
7971 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7972
a2a76afe
JM
7973 * sysdeps/unix/sysv/linux/kernel-features.h
7974 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7975 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7976 [ADJ_OFFSET_SS_READ]: Make code unconditional.
7977 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7978
90e5dd48
MR
79792014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
7980
7981 [BZ #17075]
7982 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7983 Fix calculation of the symbol's value.
7984 * sysdeps/arm/tst-armtlsdescloc.c: New file.
7985 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7986 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7987 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7988 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7989 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7990 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7991 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7992 (modules-names): Add `tst-armtlsdescmod',
7993 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7994 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7995 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7996 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7997 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7998 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7999 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8000 ($(objpfx)tst-armtlsdescloc): New dependency.
8001 ($(objpfx)tst-armtlsdescextnow): Likewise.
8002 ($(objpfx)tst-armtlsdescextlazy): Likewise.
8003 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8004 TLS scheme support.
8005 * sysdeps/arm/configure: Regenerate.
8006
809fdf0d
JM
80072014-06-20 Joseph Myers <joseph@codesourcery.com>
8008
8009 * include/fcntl.h (__atfct_seterrno): Remove prototype.
8010 (__atfct_seterrno_2): Likewise.
8011 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8012 <kernel-features.h>.
8013 (__ASSUME_ATFCTS): Do not undefine and redefine.
8014 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8015 (__have_atfcts): Remove conditional definition.
8016 (__fxstatat([__NR_fstatat64]: Make code unconditional.
8017 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8018 unreachable if [__ASSUME_ATFCTS].
8019 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8020 not undefine and redefine.
8021 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8022 <kernel-features.h>.
8023 (faccessat) [__NR_faccessat]: Make code unconditional.
8024 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8025 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8026 <kernel-features.h>.
8027 (fchmodat) [__NR_fchmodat]: Make code unconditional.
8028 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8029 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8030 <kernel-features.h>.
8031 (fchownat) [__NR_fchownat]: Make code unconditional.
8032 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8033 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8034 <kernel-features.h>.
8035 (futimesat) [__NR_futimesat]: Make code unconditional.
8036 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8037 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8038 <kernel-features.h>.
8039 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8040 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8041 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8042 <kernel-features.h>.
8043 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8044 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8045 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8046 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8047 <kernel-features.h>.
8048 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8049 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8050 * sysdeps/unix/sysv/linux/linkat.c: Do not include
8051 <kernel-features.h>.
8052 (linkat) [__NR_linkat]: Make code unconditional.
8053 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8054 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8055 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8056 <kernel-features.h>.
8057 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8058 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8059 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8060 <kernel-features.h>.
8061 (mkdirat) [__NR_mkdirat]: Make code unconditional.
8062 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8063 * sysdeps/unix/sysv/linux/openat.c: Do not include
8064 <kernel-features.h>.
8065 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8066 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8067 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8068 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8069 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8070 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8071 <kernel-features.h>.
8072 (readlinkat) [__NR_readlinkat]: Make code unconditional.
8073 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
8074 result of INLINE_SYSCALL directly, not via int variable.
8075 * sysdeps/unix/sysv/linux/renameat.c: Do not include
8076 <kernel-features.h>.
8077 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8078 (renameat) [__NR_renameat]: Make code unconditional.
8079 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8080 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8081 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8082 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8083 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8084 (__ASSUME_ATFCTS): Do not undefine and redefine.
8085 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8086 <kernel-features.h>.
8087 (symlinkat) [__NR_symlinkat]: Make code unconditional.
8088 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8089 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8090 <kernel-features.h>.
8091 (unlinkat) [__NR_unlinkat]: Make code unconditional.
8092 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8093 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8094 (__ASSUME_ATFCTS): Do not undefine and redefine.
8095 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8096 <kernel-features.h>.
8097 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8098 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8099 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8100 <kernel-features.h>.
8101 (__xmknodat) [__NR_mknodat]: Make code unconditional.
8102 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8103
224c6c51
L
81042014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8105
8106 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8107
aa6ec754
AS
81082014-06-20 Andreas Schwab <schwab@linux-m68k.org>
8109
8110 [BZ #17069]
8111 * posix/regcomp.c (parse_reg_exp): Deallocate partially
8112 constructed tree before returning error.
8113 * posix/bug-regexp36.c: Expand test case.
8114
d8c2869d
SL
81152014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
8116
3ef6b850
SL
8117 [BZ #6803]
8118 * math/libm-test.inc (scalbln_test_date):
8119 Add errno expectations.
8120 * math/w_scalblnf.c: New File.
8121 Add wrapper which checks for setting errno to ERANGE.
8122 Add weak_alias for corresponding scalbln function.
8123 * math/w_scalbln.c: Likewise.
8124 * math/w_scalblnl.c: Likewise.
8125 * math/Makefile (libm-calls): Add w_scalbln.
8126 * sysdeps/ieee754/flt-32/s_scalblnf.c:
8127 Remove weak_alias for corresponding scalbln function.
8128 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8129 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8130 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8131 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8132 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8133 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8134 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8135 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8136 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8137 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8138 Remove long_double_symbol for scalblnl function in libm, libc.
8139 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8140 Add wrapper which checks for setting errno to ERANGE.
8141 Add long_double_symbol for scalblnl function in libm, libc.
8142 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8143 Remove long_double_symbol for scalblnl in libm.
8144 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8145 Add wrapper which checks for setting errno to ERANGE.
8146 Add long_double_symbol for scalblnl function in libm.
8147 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8148 Do not use wrapper because of own implementation.
8149
c8daec5c
L
81502014-06-19 H.J. Lu <hongjiu.lu@intel.com>
8151
8152 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8153 3 bytes for __pad1 for x32.
8154 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8155
5c74e47c
LM
81562014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
8157 H.J. Lu <hongjiu.lu@intel.com>
8158
8159 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8160 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8161 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8162 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8163 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8164
4d43ef1e
AS
81652014-06-19 Andreas Schwab <schwab@linux-m68k.org>
8166
8167 [BZ #17069]
8168 * posix/regcomp.c (parse_expression): Deallocate partially
8169 constructed tree before returning error.
8170 * posix/Makefile.c (tests): Add bug-regex36.
8171 (generated): Add bug-regex36.mtrace.
8172 (tests-special): Add $(objpfx)bug-regex36-mem.out
8173 (bug-regex36-ENV): New variable.
8174 ($(objpfx)bug-regex36-mem.out): New rule.
8175 * posix/bug-regex36.c: New file.
8176
51a7380b
WN
81772014-06-19 Will Newton <will.newton@linaro.org>
8178
8179 * malloc/malloc.c (systrim): If extra is zero then return
8180 early.
8181
91b84fe5
SP
81822014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8183
8184 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8185
f940b965
RE
81862014-06-19 Richard Earnshaw <rearnsha@arm.com>
8187
8188 * sysdeps/aarch64/strchr.S: New file.
8189
4ba7a00f
JM
81902014-06-18 Joseph Myers <joseph@codesourcery.com>
8191
8192 [BZ #17022]
8193 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8194 from arguments -2 or below.
8195 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8196 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8197
b3a9f56b
AS
81982014-06-18 Andreas Schwab <schwab@suse.de>
8199
8200 [BZ #17062]
8201 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8202 of a bracket expr not to run off the end of the string.
8203 * posix/Makefile (tests): Add tst-fnmatch3.
8204 * posix/tst-fnmatch3.c: New file.
8205
85d89278
JM
82062014-06-18 Joseph Myers <joseph@codesourcery.com>
8207
8208 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8209 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8210 [$(cross-compiling) = no]: Likewise.
8211 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8212 [$(cross-compiling) = no]: Likewise.
8213
754c5a08
RS
82142014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8215
8216 [BZ #17031]
8217 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8218 double, adjusted for any remainder from the high double.
8219 * math/libm-test.inc (nearbyint): Add tests.
8220 (rint): Likewise.
8221
556f529d
AZ
82222014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8223
8224 * nptl/sysdeps/powerpc/Makefile: Moved ...
8225 * sysdeps/powerpc/nptl/Makefile: ... here.
8226 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8227 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8228 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8229 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8230 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8231 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8232 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8233 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8234 * nptl/sysdeps/powerpc/tls.h: Moved ...
8235 * sysdeps/powerpc/nptl/tls.h: ... here.
8236
91c03c53
JM
82372014-06-16 Joseph Myers <joseph@codesourcery.com>
8238
8239 [BZ #16681]
8240 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8241 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8242 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8243 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8244 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8245 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8246 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8247 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8248 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8249
a76e63c5
AS
82502014-06-17 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8253
f2f6d82f
AS
82542014-06-16 Andreas Schwab <schwab@linux-m68k.org>
8255
ea8a15f6
AS
8256 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8257 defined operator.
8258
f2f6d82f
AS
8259 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8260 $TIMEOUTFACTOR.
8261
a7291117
FW
82622014-06-16 Florian Weimer <fweimer@redhat.com>
8263
8264 [BZ #17058]
8265 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8266 non-executed part of the test.
8267
3d7c00e3
AS
82682014-06-16 Andreas Schwab <schwab@suse.de>
8269
8270 * string/bits/string2.h (strdup, strndup): Update feature guard.
8271
6957fb31
DM
82722014-06-14 David S. Miller <davem@davemloft.net>
8273
8274 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8275
11b9e55b
AS
82762014-06-14 Andreas Schwab <schwab@linux-m68k.org>
8277
1d2a0492
AS
8278 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8279 that was previously under [RESET_PID].
8280 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8281
11b9e55b
AS
8282 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8283 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8284 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8285 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8286 (__libc_vfork): New strong alias.
8287 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8288
0f6901d0
AK
82892014-06-14 Andi Kleen <ak@linux.intel.com>
8290
8291 * sysdeps/generic/elide.h: New file.
8292
38bbbb9f
SL
82932014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
8294
8295 * Makefile (installed-headers): Adjust path of pthread.h header.
8296
45193bb8
RM
82972014-06-13 Roland McGrath <roland@hack.frob.com>
8298
9a25fd1e
RM
8299 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8300 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8301 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8302 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8303
4004f7e4
RM
8304 * nptl/sysdeps/s390/Makefile: Moved ...
8305 * sysdeps/s390/nptl/Makefile: ... here.
8306 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8307 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8308 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8309 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8310 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8311 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8312 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8313 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8314 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8315 * sysdeps/s390/nptl/pthreaddef.h: ... here.
8316 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8317 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8318 * nptl/sysdeps/s390/tls.h: Moved ...
8319 * sysdeps/s390/nptl/tls.h: ... here.
8320
45193bb8
RM
8321 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8322 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8323
f6fdf533
DM
83242014-06-13 David S. Miller <davem@davemloft.net>
8325
8326 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8327 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8328 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8329 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8330 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8331 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8332 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8333 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8334 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8335 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8336 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8337 Remove RESET_PID cpp guards.
8338 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8339 Remove RESET_PID cpp guards.
8340 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8341
f5d71e14
AS
83422014-06-13 Andreas Schwab <schwab@linux-m68k.org>
8343
8344 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8345 __sp to uintptr_t.
8346
b7aa8caa
AK
83472014-06-13 Andi Kleen <ak@linux.intel.com>
8348
4b266200
AZ
8349 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8350 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8351 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8352 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8353 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8354 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8355 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8356 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8357 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8358 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8359 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8360 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8361 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8362 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8363 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8364 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8365 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8366 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8367 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8368 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
8369
8370 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
8371 (pthread_rwlock_rdlock): Add elision.
8372 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8373 (pthread_rwlock_wrlock): Add elision.
8374 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8375 (pthread_rwlock_trywrlock): Add elision.
8376 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8377 (pthread_rwlock_tryrdlock): Add elision.
8378 * nptl/pthread_rwlock_unlock.c: Include elide.h.
8379 (pthread_rwlock_tryrdlock): Add elision unlock.
8380 * nptl/sysdeps/pthread/pthread.h:
8381 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8382 (PTHREAD_RWLOCK_INITIALIZER,
8383 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8384 Handle new elision field.
8385 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8386 * sysdeps/arm/nptl/bits/pthreadtypes.h
8387 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8388 * sysdeps/sh/nptl/bits/pthreadtypes.h
8389 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8390 * sysdeps/tile/nptl/bits/pthreadtypes.h
8391 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8392 * sysdeps/a/nptl/bits/pthreadtypes.h
8393 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8394 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8395 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8396 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8397 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8398 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8399 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8400 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8401 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8402 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8403 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8404 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8405 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8406 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8407 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8408 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8409 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8410 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8411 (elision_init): Set try_xbegin to zero when no RTM.
8412 * sysdeps/x86/nptl/bits/pthreadtypes.h
8413 (pthread_rwlock_t): Change __pad1 to __rwelision.
8414 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 8415
a832bdd3
AK
84162014-06-13 Andi Kleen <ak@linux.intel.com>
8417
8418 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8419 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8420 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8421 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8422
995a46bb
MI
84232014-06-13 Meador Inge <meadori@codesourcery.com>
8424
8425 [BZ #16996]
03ed7738 8426 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
8427 that the cached result has been set before returning it.
8428
45262aee
RM
84292014-06-12 Roland McGrath <roland@hack.frob.com>
8430
febf6cc5
RM
8431 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8432 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8433 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8434 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8435 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8436 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8437
e2682246
RM
8438 * nptl/sysdeps/sparc/Makefile: Moved ...
8439 * sysdeps/sparc/nptl/Makefile: ... here.
8440 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8441 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8442 * nptl/sysdeps/sparc/tls.h: Moved ...
8443 * sysdeps/sparc/nptl/tls.h: ... here.
8444 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8445 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8446 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8447 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8448 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8449 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8450 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8451 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8452 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8453 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8454 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8455 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8456 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8457 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8458 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8459 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8460 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8461 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8462 Update #include.
8463 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8464 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8465 Update #include.
8466 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8467 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8468 Update #include.
8469 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8470 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8471 Update #include.
8472
b0725f43
RM
8473 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8474
b14368b8
RM
8475 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8476 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8477
c5620eb3
RM
8478 * sysdeps/pthread/posix-timer.h: Include <list.h>.
8479 (struct list_links): Type removed.
8480 (struct thread_node, struct timer_node): Replace struct list_links
8481 with struct list_head.
8482 (list_unlink_ip): Likewise.
8483 * sysdeps/pthread/timer_routines.c
8484 (timer_free_list, thread_free_list, thread_active_list): Likewise.
8485 (list_append, list_insbefore): Likewise.
8486 (list_init): Function removed.
8487 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
8488 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8489 * sysdeps/pthread/Makefile: ... here, new file.
8490
8491 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8492 * sysdeps/nptl/Implies: ... here.
8493 * sysdeps/unix/sysv/linux/Implies: Add nptl.
8494 * nptl/sysdeps/pthread/list.h: Moved ...
8495 * include/list.h: ... here.
8496 * nptl/sysdeps/pthread/createthread.c: Moved ...
8497 * nptl/createthread.c: ... here.
8498 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8499 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8500 * nptl/pt-longjmp.c: ... here.
8501 * nptl/sysdeps/pthread/Makefile: Moved ...
8502 * sysdeps/nptl/Makefile: ... here.
8503 * nptl/sysdeps/pthread/Subdirs: Moved ...
8504 * sysdeps/nptl/Subdirs: ... here.
8505 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8506 * sysdeps/nptl/aio_misc.h: ... here.
8507 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8508 * sysdeps/nptl/bits/libc-lock.h: ... here.
8509 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8510 * sysdeps/nptl/bits/libc-lockP.h: ... here.
8511 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8512 * sysdeps/nptl/bits/stdio-lock.h: ... here.
8513 * nptl/sysdeps/pthread/configure: Moved ...
8514 * sysdeps/nptl/configure: ... here.
8515 * nptl/sysdeps/pthread/configure.ac: Moved ...
8516 * sysdeps/nptl/configure.ac: ... here.
8517 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8518 * sysdeps/nptl/gai_misc.h: ... here.
8519 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8520 * sysdeps/nptl/librt-cancellation.c: ... here.
8521 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8522 * sysdeps/nptl/malloc-machine.h: ... here.
8523 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8524 * sysdeps/nptl/pthread-functions.h: ... here.
8525 * nptl/sysdeps/pthread/pthread.h: Moved ...
8526 * sysdeps/nptl/pthread.h: ... here.
8527 * nptl/sysdeps/pthread/setxid.h: Moved ...
8528 * sysdeps/nptl/setxid.h: ... here.
8529 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8530 * sysdeps/nptl/sigfillset.c: ... here.
8531 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8532 * sysdeps/nptl/tcb-offsets.h: ... here.
8533 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8534 * sysdeps/nptl/tst-mqueue8x.c: ... here.
8535 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8536 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8537 * nptl/sysdeps/pthread/allocalim.h: Moved ...
8538 * sysdeps/pthread/allocalim.h: ... here.
8539 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8540 * sysdeps/pthread/bits/sigthread.h: ... here.
8541 * nptl/sysdeps/pthread/flockfile.c: Moved ...
8542 * sysdeps/pthread/flockfile.c: ... here.
8543 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8544 * sysdeps/pthread/ftrylockfile.c: ... here.
8545 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8546 * sysdeps/pthread/funlockfile.c: ... here.
8547 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8548 * sysdeps/pthread/posix-timer.h: ... here.
8549 * nptl/sysdeps/pthread/timer_create.c: Moved ...
8550 * sysdeps/pthread/timer_create.c: ... here.
8551 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8552 * sysdeps/pthread/timer_delete.c: ... here.
8553 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8554 * sysdeps/pthread/timer_getoverr.c: ... here.
8555 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8556 * sysdeps/pthread/timer_gettime.c: ... here.
8557 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8558 * sysdeps/pthread/timer_routines.c: ... here.
8559 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8560 * sysdeps/pthread/timer_settime.c: ... here.
8561 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8562 * sysdeps/pthread/tst-timer.c: ... here.
8563 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8564 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8565
e876b090
RM
8566 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8567 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8568
f6b07b3d
RM
8569 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8570 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8571 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8572 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8573 Update #include target.
8574 * nptl/sysdeps/i386/i686/Makefile: Moved ...
8575 * sysdeps/i386/i686/nptl/Makefile: ... here.
8576 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8577 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8578 Update #include target.
8579 * nptl/sysdeps/i386/i686/tls.h: Moved ...
8580 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
8581 * nptl/sysdeps/i386/Makefile: Moved ...
8582 * sysdeps/i386/nptl/Makefile: ... here.
8583 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8584 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8585 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8586 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8587 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8588 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8589 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8590 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8591 * sysdeps/i386/nptl/pthreaddef.h: ... here.
8592 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8593 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8594 * nptl/sysdeps/i386/tls.h: Moved ...
8595 * sysdeps/i386/nptl/tls.h: ... here.
8596
45262aee
RM
8597 * sysdeps/sh/Makefile [$(subdir) = csu]
8598 (gen-as-const-headers): Add tcb-offsets.sym.
8599 * nptl/sysdeps/sh/Makefile: File removed.
8600 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8601 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8602 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8603 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8604 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8605 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8606 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8607 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8608 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8609 * sysdeps/sh/nptl/pthreaddef.h: ... here.
8610 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8611 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8612 * nptl/sysdeps/sh/tls.h: Moved ...
8613 * sysdeps/sh/nptl/tls.h: ... here.
8614 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8615 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8616 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8617 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8618 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8619 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8620 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8621 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8622 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8623 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8624 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8625 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8626 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8627 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8628 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8629 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8630 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8631 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8632 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8633 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8634 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8635 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8636 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8637 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8638 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8639 Moved ...
8640 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8641 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8642 Moved ...
8643 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8644 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8645 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8646 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8647 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8648 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8649 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8650 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8651 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8652 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8653 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8654 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8655 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8656 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8657 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8658 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8659 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8660 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8661 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8662
35a5e3e3
SL
86632014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
8664
8665 * posix/spawn_faction_addopen.c: Include string.h.
8666
14642b85
RM
86672014-06-11 Roland McGrath <roland@hack.frob.com>
8668
8669 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8670 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8671 * nptl/sysdeps/x86_64/Makefile: Moved ...
8672 * sysdeps/x86_64/nptl/Makefile: ... here.
8673 * nptl/sysdeps/x86_64/configure: Moved ...
8674 * sysdeps/x86_64/nptl/configure: ... here.
8675 * nptl/sysdeps/x86_64/configure.ac: Moved ...
8676 * sysdeps/x86_64/nptl/configure.ac: ... here.
8677 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8678 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8679 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8680 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8681 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8682 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8683 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8684 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8685 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8686 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8687 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8688 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8689 * nptl/sysdeps/x86_64/tls.h: Moved ...
8690 * sysdeps/x86_64/nptl/tls.h: ... here.
8691 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8692 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8693 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8694 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8695
8696 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8697
31c44fea
AZ
86982014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8699
8700 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8701
e81a4f9a
JM
87022014-06-11 Joseph Myers <joseph@codesourcery.com>
8703
8704 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8705 type.
8706 [POSIX] (off_t): Likewise.
8707 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8708 [POSIX] (S_ISBLK): Require macro.
8709 [POSIX] (S_ISCHR): Likewise.
8710 [POSIX] (S_ISDIR): Likewise.
8711 [POSIX] (S_ISFIFO): Likewise.
8712 [POSIX] (S_ISREG): Likewise.
8713 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8714 optional-macro.
8715 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8716 type.
8717 [POSIX] (time_t): Likewise.
8718 [POSIX] (timer_t): Likewise.
8719
89e435f3
FW
87202014-06-11 Florian Weimer <fweimer@redhat.com>
8721
8722 [BZ #17048]
8723 * posix/spawn_int.h (struct __spawn_action): Make the path string
8724 non-const to support deallocation.
8725 * posix/spawn_faction_addopen.c
8726 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8727 * posix/spawn_faction_destroy.c
8728 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
8729 path in all spawn_do_open actions.
8730 * posix/tst-spawn.c (do_test): Exercise the copy operation in
8731 posix_spawn_file_actions_addopen.
8732
c3a2ebe1
CM
87332014-06-11 Chris Metcalf <cmetcalf@tilera.com>
8734
8735 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8736 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8737 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8738 conditional code always true.
8739 (__libc_vfork): New alias.
8740
9503784a
RM
87412014-06-11 Roland McGrath <roland@hack.frob.com>
8742
c9cab3d2
RM
8743 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8744 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8745
d3996c79
RM
8746 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8747
ba5ec611
RM
8748 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8749 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8750
f12b4814
RM
8751 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8752 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8753
9503784a
RM
8754 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8755 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8756
e23d3d26
VR
87572014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8758
8759 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8760 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8761 multiarch strcmp for PPC64.
8762 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8763 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8764 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8765 multiarch optimizations.
8766 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8767 (__libc_ifunc_impl_list): Likewise.
8768
42b1161e
SP
87692014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8770
8771 * benchtests/scripts/validate_benchout.py: New script.
8772 * benchtests/Makefile (bench-func): Call it.
8773 * benchtests/scripts/benchout.schema.json: New file.
8774
2d0fc4dc
CM
87752014-06-10 Chris Metcalf <cmetcalf@tilera.com>
8776
4a594c34
AZ
8777 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8778 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8779 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8780 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8781 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8782 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8783 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8784 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8785 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8786 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8787 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8788 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8789 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8790 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8791 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8792 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8793 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 8794 Moved ...
4a594c34 8795 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 8796 ... here.
4a594c34 8797 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 8798 Moved ...
4a594c34
AZ
8799 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8800 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 8801 Moved ...
4a594c34 8802 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 8803 ... here.
4a594c34 8804 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 8805 Moved ...
4a594c34 8806 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 8807 ... here.
4a594c34 8808 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 8809 Moved ...
4a594c34
AZ
8810 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8811 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 8812 Moved ...
4a594c34 8813 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 8814 ... here.
4a594c34 8815 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 8816 Moved ...
4a594c34 8817 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 8818 ... here.
4a594c34 8819 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 8820 Moved ...
4a594c34
AZ
8821 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8822 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 8823 Moved ...
4a594c34 8824 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 8825 ... here.
4a594c34 8826 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 8827 Moved ...
4a594c34 8828 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 8829 ... here.
4a594c34 8830 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 8831 Moved ...
4a594c34 8832 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 8833 ... here.
4a594c34 8834 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 8835 Moved ...
4a594c34
AZ
8836 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8837 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 8838 Moved ...
4a594c34 8839 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 8840 ... here.
4a594c34 8841 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 8842 Moved ...
4a594c34 8843 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 8844 ... here.
4a594c34 8845 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 8846 Moved ...
4a594c34 8847 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 8848 ... here.
4a594c34 8849 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 8850 Moved ...
4a594c34
AZ
8851 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8852 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 8853 Moved ...
4a594c34 8854 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 8855 ... here.
4a594c34 8856 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 8857 Moved ...
4a594c34 8858 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 8859 ... here.
4a594c34 8860 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 8861 Moved ...
4a594c34
AZ
8862 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8863 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 8864 Moved ...
4a594c34 8865 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 8866 ... here.
4a594c34 8867 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 8868 Moved ...
4a594c34
AZ
8869 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8870 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 8871 Moved ...
4a594c34
AZ
8872 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8873 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 8874 Moved ...
4a594c34 8875 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 8876 ... here.
4a594c34 8877 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 8878 Moved ...
4a594c34 8879 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 8880 ... here.
4a594c34 8881 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 8882 Moved ...
4a594c34 8883 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 8884 ... here.
4a594c34 8885 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 8886 Moved ...
4a594c34
AZ
8887 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8888 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 8889 Moved ...
4a594c34 8890 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 8891 ... here.
4a594c34 8892 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 8893 Moved ...
4a594c34 8894 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 8895 ... here.
4a594c34
AZ
8896 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8897 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8898 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8899 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8900 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 8901 Moved ...
4a594c34 8902 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 8903 ... here.
4a594c34
AZ
8904 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8905 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8906 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8907 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8908 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8909 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8910 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8911 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8912 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8913 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8914 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8915 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8916 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 8917 Moved ...
4a594c34
AZ
8918 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8919 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 8920 Moved ...
4a594c34
AZ
8921 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8922 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8923 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8924 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 8925 Moved ...
4a594c34
AZ
8926 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8927 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8928 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8929 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8930 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8931 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8932 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 8933
0570cfed
W
89342014-06-10 Wilco <wdijkstr@arm.com>
8935
8936 * math/test-fenv-return.c: New file.
8937 * math/Makefile: Add new test test-fenv-return.
8938
f8ba1b56
JM
89392014-06-10 Joseph Myers <joseph@codesourcery.com>
8940
8941 [BZ #17042]
8942 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8943 when x - 1 is zero.
8944 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8945 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8946 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8947 0.0L for an argument of 1.0L.
8948 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8949 Likewise.
8950 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8951 value when x - 1 is zero.
8952 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8953 * sysdeps/i386/fpu/libm-test-ulps: Update.
8954 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8955
2c3520d9
BO
89562014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
8957
8958 [BZ #15119]
8959 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8960
acaa4d24
RM
89612014-06-09 Roland McGrath <roland@hack.frob.com>
8962
8963 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8964 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8965
962b744d
RM
89662014-06-09 Roland McGrath <roland@hack.frob.com>
8967
d752f0cc
RM
8968 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8969 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8970
34eda6d1
RM
8971 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8972 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8973
50f0a637
RM
8974 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8975 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8976
08f41f04
RM
8977 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8978 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8979
962b744d
RM
8980 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8981 if not already defined.
8982 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8983 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8984 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8985 (TLS_INIT_TP): Use it.
8986 (TLS_DEFINE_INIT_TP): New macro.
8987 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8988
09f19b05
JM
89892014-06-09 Joseph Myers <joseph@codesourcery.com>
8990
8991 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8992 constant.
8993 [POSIX] (IXANY): Likewise.
8994 [POSIX] (OLCUC): Likewise.
8995 [POSIX || POSIX2008] (CBAUD): Do not allow.
8996 [POSIX || POSIX2008] (DEFECHO): Likewise.
8997 [POSIX || POSIX2008] (ECHOCTL): Likewise.
8998 [POSIX || POSIX2008] (ECHOKE): Likewise.
8999 [POSIX || POSIX2008] (ECHOPRT): Likewise.
9000 [POSIX || POSIX2008] (EXTA): Likewise.
9001 [POSIX || POSIX2008] (EXTB): Likewise.
9002 [POSIX || POSIX2008] (FLUSHO): Likewise.
9003 [POSIX || POSIX2008] (LOBLK): Likewise.
9004 [POSIX || POSIX2008] (PENDIN): Likewise.
9005 [POSIX || POSIX2008] (SWTCH): Likewise.
9006 [POSIX || POSIX2008] (VDISCARD): Likewise.
9007 [POSIX || POSIX2008] (VDSUSP): Likewise.
9008 [POSIX || POSIX2008] (VLNEXT): Likewise.
9009 [POSIX || POSIX2008] (VREPRINT): Likewise.
9010 [POSIX || POSIX2008] (VSTATUS): Likewise.
9011 [POSIX || POSIX2008] (VWERASE): Likewise.
9012 (B*): Change to B[0123456789]*.
9013 * conform/data/time.h-data [POSIX || UNIX98]
9014 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9015 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9016 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9017 [POSIX] (tm_*): Do not allow.
9018
686554bf
JM
90192014-06-07 Joseph Myers <joseph@codesourcery.com>
9020
9021 * Makefile (install): Don't set LANGUAGE.
9022 * Makefile.in (install): Likewise.
9023 * assert/Makefile (test-assert-ENV): Remove variable.
9024 (test-assert-perr-ENV): Likewise.
9025 * elf/Makefile (neededtest4-ENV): Likewise.
9026 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9027 [$(cross-compiling) = no]: Don't set LANGUAGE.
9028 * io/ftwtest-sh (LANG): Remove variable.
9029 * libio/Makefile (tst-widetext-ENV): Likewise.
9030 * manual/install.texi (Running make install): Don't refer to
9031 environment settings for make install.
9032 * INSTALL: Regenerated.
9033 * nptl/tst-tls6.sh: Don't set LANG.
9034 * posix/globtest.sh (LANG): Remove variable.
9035 * string/Makefile (tester-ENV): Likewise.
9036 (inl-tester-ENV): Likewise.
9037 (noinl-tester-ENV): Likewise.
9038 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9039 [$(cross-compiling) = no]: Don't set LANGUAGE.
9040 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9041 without explicit environment settings.
9042
68e6b6b1
RM
90432014-06-06 Roland McGrath <roland@hack.frob.com>
9044
9045 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9046 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9047 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9048 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9049
4d3ae034
CM
90502014-06-06 Chris Metcalf <cmetcalf@tilera.com>
9051
9052 * crypt/crypt-private.h [DOS]: Add some includes taken from the
9053 other files in the crypt directory.
9054 * crypt/crypt.c: Remove duplicate includes.
9055 * crypt/crypt-entry.c: Likewise.
9056 * crypt/crypt_util.c: Likewise.
9057
8540f6d2
JM
90582014-06-06 Joseph Myers <joseph@codesourcery.com>
9059
9060 * Makeconfig (run-program-env): New variable.
9061 (run-program-prefix-before-env): Likewise.
9062 (run-program-prefix-after-env): Likewise.
9063 (run-program-prefix): Define in terms of new variables.
9064 (built-program-cmd-before-env): New variable.
9065 (built-program-cmd-after-env): Likewise.
9066 (built-program-cmd): Define in terms of new variables.
9067 (test-program-prefix-before-env): New variable.
9068 (test-program-prefix-after-env): Likewise.
9069 (test-program-prefix): Define in terms of new variables.
9070 (test-program-cmd-before-env): New variable.
9071 (test-program-cmd-after-env): Likewise.
9072 (test-program-cmd): Define in terms of new variables.
9073 * Rules (make-test-out): Use $(run-program-env).
9074 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9075 (help): Do not mention environment variables. Mention
9076 --timeoutfactor option.
9077 (timeoutfactor): New variable.
9078 (blacklist_exports): Remove function.
9079 (exports): Remove variable.
9080 (command): Do not include ${exports}.
9081 * manual/install.texi (Configuring and compiling): Do not mention
9082 test wrappers preserving environment variables. Mention that last
9083 assignment to a variable must take precedence.
9084 * INSTALL: Regenerated.
9085 * benchtests/Makefile (run-bench): Use $(run-program-env).
9086 * catgets/Makefile ($(objpfx)test1.cat): Use
9087 $(built-program-cmd-before-env), $(run-program-env) and
9088 $(built-program-cmd-after-env).
9089 ($(objpfx)test2.cat): Do not specify environment variables
9090 explicitly.
9091 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9092 $(run-program-env) and $(built-program-cmd-after-env).
9093 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9094 $(run-program-env) and $(test-program-cmd-after-env).
9095 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9096 explicitly.
9097 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9098 run_program_env and test_program_cmd_after_env arguments.
9099 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9100 * elf/tst-pathopt.sh: Use run_program_env argument.
9101 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9102 $(test-wrapper-env) and $(run-program-env).
9103 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9104 run_program_env arguments.
9105 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9106 * intl/Makefile ($(objpfx)tst-gettext.out): Use
9107 $(test-program-prefix-before-env), $(run-program-env) and
9108 $(test-program-prefix-after-env).
9109 ($(objpfx)tst-gettext2.out): Likewise.
9110 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9111 run_program_env and test_program_prefix_after_env arguments.
9112 * intl/tst-gettext2.sh: Likewise.
9113 * intl/tst-gettext4.sh: Do not set environment variables
9114 explicitly.
9115 * intl/tst-gettext6.sh: Likewise.
9116 * intl/tst-translit.sh: Likewise.
9117 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9118 $(test-program-prefix-before-env), $(run-program-env) and
9119 $(test-program-prefix-after-env).
9120 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9121 run_program_env and test_program_prefix_after_env arguments.
9122 * math/Makefile (run-regen-ulps): Use $(run-program-env).
9123 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9124 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
9125 explicitly with each use of ${test_wrapper_env}.
9126 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9127 $(test-program-prefix-before-env), $(run-program-env) and
9128 $(test-program-prefix-after-env).
9129 * posix/tst-getconf.sh: Do not set environment variables
9130 explicitly.
9131 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9132 run_program_env and test_program_prefix_after_env arguments.
9133 * stdio-common/tst-printf.sh: Do not set environment variables
9134 explicitly.
9135 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9136 $(test-program-prefix-before-env), $(run-program-env) and
9137 $(test-program-prefix-after-env).
9138 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9139 run_program_env and test_program_prefix_after_env arguments.
9140 Split $test calls into $test_pre and $test.
9141 * timezone/Makefile (build-testdata): Use
9142 $(built-program-cmd-before-env), $(run-program-env) and
9143 $(built-program-cmd-after-env).
9144
ed36bfa1
AZ
91452014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9146
9147 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9148 strlen for non SHARED builds.
9149
fc75bf46
SP
91502014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
9151
9152 * nptl/allocatestack.c (check_list): Inlined function...
9153 (__reclaim_stacks): ... here.
9154
d89b3d80
OB
91552014-06-05 Ondřej Bílka <neleai@seznam.cz>
9156
9157 [BZ #15698]
9158 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9159 memory overrun.
9160
2bf18041
JM
91612014-06-05 Joseph Myers <joseph@codesourcery.com>
9162
9163 * Rules (make-test-out): Include
9164 LOCPATH=$(common-objpfx)localedata in default environment.
9165 * debug/Makefile (tst-chk1-ENV): Remove variable.
9166 (tst-chk2-ENV): Likewise.
9167 (tst-chk3-ENV): Likewise.
9168 (tst-chk4-ENV): Likewise.
9169 (tst-chk5-ENV): Likewise.
9170 (tst-chk6-ENV): Likewise.
9171 (tst-lfschk1-ENV): Likewise.
9172 (tst-lfschk2-ENV): Likewise.
9173 (tst-lfschk3-ENV): Likewise.
9174 (tst-lfschk4-ENV): Likewise.
9175 (tst-lfschk5-ENV): Likewise.
9176 (tst-lfschk6-ENV): Likewise.
9177 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9178 (tst-iconv7-ENV): Likewise.
9179 * intl/Makefile (LOCPATH-ENV): Likewise.
9180 (tst-codeset-ENV): Likewise.
9181 (tst-gettext3-ENV): Likewise.
9182 (tst-gettext5-ENV): Likewise.
9183 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9184 (tst-fopenloc-ENV): Likewise.
9185 (tst-fgetws-ENV): Remove variable.
9186 (tst-ungetwc1-ENV): Likewise.
9187 (tst-ungetwc2-ENV): Likewise.
9188 (bug-ungetwc2-ENV): Likewise.
9189 (tst-swscanf-ENV): Likewise.
9190 (bug-ftell-ENV): Likewise.
9191 (tst-fgetwc-ENV): Likewise.
9192 (tst-fseek-ENV): Likewise.
9193 (tst-ftell-partial-wide-ENV): Likewise.
9194 (tst-ftell-active-handler-ENV): Likewise.
9195 (tst-ftell-append-ENV): Likewise.
9196 * posix/Makefile (tst-fnmatch-ENV): Likewise.
9197 (tst-regexloc-ENV): Likewise.
9198 (bug-regex1-ENV): Likewise.
9199 (tst-regex-ENV): Likewise.
9200 (tst-regex2-ENV): Likewise.
9201 (bug-regex5-ENV): Likewise.
9202 (bug-regex6-ENV): Likewise.
9203 (bug-regex17-ENV): Likewise.
9204 (bug-regex18-ENV): Likewise.
9205 (bug-regex19-ENV): Likewise.
9206 (bug-regex20-ENV): Likewise.
9207 (bug-regex22-ENV): Likewise.
9208 (bug-regex23-ENV): Likewise.
9209 (bug-regex25-ENV): Likewise.
9210 (bug-regex26-ENV): Likewise.
9211 (bug-regex30-ENV): Likewise.
9212 (bug-regex32-ENV): Likewise.
9213 (bug-regex33-ENV): Likewise.
9214 (bug-regex34-ENV): Likewise.
9215 (bug-regex35-ENV): Likewise.
9216 (tst-rxspencer-ENV): Likewise.
9217 (tst-rxspencer-no-utf8-ENV): Likewise.
9218 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9219 (tst-sscanf-ENV): Likewise.
9220 (tst-swprintf-ENV): Likewise.
9221 (tst-swscanf-ENV): Likewise.
9222 (test-vfprintf-ENV): Likewise.
9223 (scanf13-ENV): Likewise.
9224 (bug14-ENV): Likewise.
9225 (tst-grouping-ENV): Likewise.
9226 * stdlib/Makefile (tst-strtod-ENV): Likewise.
9227 (tst-strtod3-ENV): Likewise.
9228 (tst-strtod4-ENV): Likewise.
9229 (tst-strtod5-ENV): Likewise.
9230 (testmb2-ENV): Likewise./
9231 * string/Makefile (tst-strxfrm-ENV): Likewise.
9232 (tst-strxfrm2-ENV): Likewise.
9233 (bug-strcoll1-ENV): Likewise.
9234 (test-strcasecmp-ENV): Likewise.
9235 (test-strncasecmp-ENV): Likewise.
9236 * time/Makefile (tst-strptime-ENV): Likewise.
9237 (tst-ftime_l-ENV): Likewise.
9238 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9239 (tst-mbrtowc-ENV): Likewise.
9240 (tst-wcrtomb-ENV): Likewise.
9241 (tst-mbrtowc2-ENV): Likewise.
9242 (tst-c16c32-1-ENV): Likewise.
9243 (tst-mbsnrtowcs-ENV): Likewise.
9244
cd1fb604
OB
92452014-06-05 Ondřej Bílka <neleai@seznam.cz>
9246
9247 * manual/resource.texi (How to get information about the memory
9248 subsystem?): Fix typo.
9249 Reported by Peon de la Parra Ivan <peon@keba.com>
9250
b42eca7d
GY
92512014-06-03 Guo Yixuan <culu.gyx@gmail.com>
9252
9253 [BZ #16882]
9254 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9255 (pthread_spin_lock): Branch out of spin loop to proper location.
9256 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9257 (pthread_spin_lock): Likewise.
9258
902b71f9
DM
9259 * nptl/tst-spin4.c: New test.
9260 * nptl/Makefile (tests): Add tst-spin4.
9261
f9d2d032
AS
92622014-06-03 Andreas Schwab <schwab@suse.de>
9263
9264 [BZ #15946]
9265 * resolv/res_send.c (send_dg): Reload file descriptor after
9266 calling reopen.
9267
cf7bfd28
SL
92682014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
9269
9270 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9271
111cc714
RH
92722014-06-03 Richard Henderson <rth@redhat.com>
9273
89b4bd6b
RH
9274 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9275 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9276 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9277 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
9278 in the SAVE_PID block.
9279 (__libc_vfork): New alias.
71840409 9280 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 9281
111cc714
RH
9282 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9283 child in registers, not on the stack. Remove RESET_PID conditionals.
9284 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9285
ccc39911
MS
92862014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
9287
9288 * sysdeps/aarch64/libm-test-ulps: Regenerate.
9289
693096cc
W
92902014-06-03 Wilco <wdijkstr@arm.com>
9291
9292 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9293 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9294 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9295 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9296 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9297 Likewise.
9298
0b4366bc
W
92992014-06-03 Wilco <wdijkstr@arm.com>
9300
9301 * sysdeps/aarch64/fpu/math_private.h
9302 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9303 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9304 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9305 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9306 Fix declarations.
9307
8747cd03
KS
93082014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9309
9310 * crypt/crypt-private.h: Include ufc-crypt.h.
9311 (__b64_from_24bit): Declare extern.
9312 * crypt/crypt_util.c(__b64_from_24bit): New function.
9313 (b64t): New static const variable.
9314 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9315 (b64t): Remove variable.
9316 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9317 * crypt/sha256-crypt.c: Include crypt-private.h.
9318 (b64t): Remove variable.
9319 (__sha256_crypt_r): Remove b64_from_24bit and replace
9320 with __b64_from_24bit.
9321 * crypt/sha512-crypt.c: Likewise.
9322
d936d379
RM
93232014-06-02 Roland McGrath <roland@hack.frob.com>
9324
9325 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9326 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9327 Label the code __libc_vfork rather than __vfork.
9328 [!NOT_IN_libc] (vfork): Define as weak alias.
9329 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9330 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9331 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9332
9fa76613
SP
93332014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9334
9335 * malloc/malloc.c (malloc_info): Fix format specifier for
9336 n_mmaps.
9337
a88dadbe
W
93382014-06-02 Wilco <wdijkstr@arm.com>
9339
9340 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9341 FPCR write.
9342
c95b3011
W
93432014-06-02 Wilco <wdijkstr@arm.com>
9344
9345 [BZ #17009]
9346 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9347 Rewrite to reduce FPCR/FPSR accesses.
9348
6b4d7a90
DM
93492014-06-01 David S. Miller <davem@davemloft.net>
9350
9351 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9352
30f3d07c
DM
93532014-05-31 David S. Miller <davem@davemloft.net>
9354
9355 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9356 to occur in round to nearest mode when |x| >= 2.0
9357
74f31c18
RH
93582014-05-30 Richard Henderson <rth@twiddle.net>
9359
f0712b54
RH
9360 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9361 (PSEUDO_RET_NOERRNO): Remove.
9362 (ret): Don't redefine.
9363 (ret_NOERRNO): Define in terms of ret.
9364 (ret_ERRVAL): Likewise.
9365
74f31c18
RH
9366 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9367 use of PSEUDO_RET; perform the error check directly.
9368
30477995
MM
93692014-05-30 Marko Myllynen <myllynen@redhat.com>
9370
9371 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9372 with __int128_t.
9373
62a58816
SP
93742014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9375
9376 * malloc/malloc (malloc_info): Fix formatting.
9377
4d653a59
SP
93782014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9379 Roland McGrath <roland@hack.frob.com>
9380
9381 * malloc/malloc (malloc_info): Also print mmapped statistics.
9382
5190c17f
RM
93832014-05-30 Roland McGrath <roland@hack.frob.com>
9384
9385 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9386 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9387
987c0269
OB
93882014-05-30 Ondřej Bílka <neleai@seznam.cz>
9389
9390 * malloc/malloc.c (malloc_info): Inline mi_arena.
9391
af4e8ef9
RH
93922014-05-29 Richard Henderson <rth@twiddle.net>
9393
1670e207
RH
9394 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9395 Remove comma before expanding ASM_ARGS_##nr.
9396 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9397 Make _x0 a strict output; make _x8 a strict input; adjust expansion
9398 of ASM_ARGS_##nr.
9399 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9400 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9401 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9402 (ASM_ARGS_1): Add leading comma.
9403
11a28aee
RH
9404 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9405 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9406 to __errno_location.
9407 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9408 Remove the expected plt for __errno_location.
9409
a17e5ffb 9410 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 9411 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
9412 call to __read_tp.
9413
b5be4597
RH
9414 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9415 Always allocate 64 bytes of stack frame. Use ldp/stp to create
9416 it and break it down.
9417 (DOCARGS_0, DOCARGS_1): Do nothing.
9418 (DOCARGS_2): Update to store into the new stack frame.
9419 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9420 (UNDOCARGS_1): Update to restore from the new stack frame.
9421 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9422 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9423
645d44ab
RH
9424 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9425 (SINGLE_THREAD_P): New parameter for result regno.
9426 (PSEUDO): Update to match; use cbz instead of beq.
9427
a8b4f04a
RH
9428 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9429 Use ENTRY to define the _nocancel entry point. Share the syscall
9430 and syscall error check paths with the cancel path.
9431 (PSEUDO_END): New.
9432
af4e8ef9
RH
9433 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9434 whitespace; tabs before and after asm mnemonics.
9435
26b0d2e1
EW
94362014-05-29 Eric Wong <normalperson@yhbt.net>
9437
9438 [BZ #15132]
9439 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9440 Call fstat64 or stat64 internally, depending on arguments passed.
9441 Replace stat buffer argument with file descriptor argument.
9442 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9443 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9444 Pass fd to __internal_statvfs instead of calling fstat64.
9445 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9446 Pass fd to __internal_statvfs64 instead of calling fstat64.
9447 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9448 Pass -1 to __internal_statvfs instead of calling stat64.
9449 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9450 Pass -1 to __internal_statvfs64 instead of calling stat64.
9451
1efe2bd9
RM
94522014-05-28 Roland McGrath <roland@hack.frob.com>
9453
0d3b7a19
RM
9454 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9455 that was previously under [RESET_PID].
9456 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9457
1efe2bd9
RM
9458 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9459 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9460
a6bea3ca
RM
94612014-05-27 Roland McGrath <roland@hack.frob.com>
9462
30b6629e
RM
9463 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9464
a6bea3ca
RM
9465 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9466 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9467
3dfb9a5c
OB
94682014-05-27 Ondřej Bílka <neleai@seznam.cz>
9469
9470 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9471
774f9285
AS
94722014-05-27 Andreas Schwab <schwab@suse.de>
9473
9474 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9475 TLS_INIT_TP macro.
9476 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9477 * elf/rtld.c (init_tls, dl_main): Likewise.
9478 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9479 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9480 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9481 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9482 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9483 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9484 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9485 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9486 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9487 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9488 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9489 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9490 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9491 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9492 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9493 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9494 * sysdeps/generic/tls.h: Update description.
9495
36ffe739
WN
94962014-05-27 Will Newton <will.newton@linaro.org>
9497
9498 [BZ #16990]
9499 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9500 and restore r2 rather than just restoring.
9501
2482ae43
SP
95022014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9503
9504 [BZ #16724]
9505 * libio/tst-ftell-append.c: New test case.
9506 * libio/Makefile (tests): Add test case.
9507 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9508 append mode.
9509 * libio/wfileops.c (do_ftell_wide): Likewise.
9510
3d1024e8
AZ
95112014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9512
bab90016
AZ
9513 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9514
c7a8d667
AZ
9515 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9516 ...
9517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9519 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9520 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9521 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9522 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9523 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9524 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9525 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9526 Moved ...
9527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9528 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9529 Moved ...
9530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9531 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9532 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9533 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9534 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9535 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9536 ...
9537 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9538 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9539 Moved ...
9540 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9541 here.
9542 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9543 ...
9544 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9545 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9546 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9547
daee7851
AZ
9548 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9549 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9550 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9551 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9552
50a40819
AZ
9553 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9554 merge into ...
9555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9556 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9557 ...
9558 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9559 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9560 ...
9561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9562 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9563 Moved ...
9564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9565 here.
9566 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9567 Moved ...
9568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9569 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9570 Moved ...
9571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9572
8464c2a1
AZ
9573 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9574 conditional [RESET_PID].
9575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9576 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9577 removed.
9578 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9579 removed.
9580
3d1024e8
AZ
9581 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9582 <tcb-offsets.h>.
9583 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9584 (__libc_vfork): New strong alias.
9585 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9586 removed.
9587 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9588 Removed.
9589
9590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9591 <tcb-offsets.h>.
9592 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9593 (__libc_vfork): New strong alias.
9594 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9595 removed.
9596 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9597 removed.
9598
fdfd175d
CD
95992014-05-26 Carlos O'Donell <carlos@redhat.com>
9600
9601 * malloc/malloc.c (mi_arena): New function.
9602 (malloc_info): Remove nested function mi_arena. Call non-nosted
9603 function mi_arena.
9604
d298c416
AZ
96052014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9606
9607 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9608 by insrwi.
9609 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9610 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9611 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9612 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9613 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9614 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9615 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9616
b60ea6ff
AS
96172014-05-26 Andreas Schwab <schwab@suse.de>
9618
9619 [BZ #16984]
9620 * locale/programs/repertoire.c (repertoire_read): Add slash
9621 between I18NPATH element and file name.
9622 * locale/programs/locfile.c (locfile_read): Likewise.
9623
67365926
SL
96242014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9625
9626 * nptl/pthread_mutexattr_settype.c
9627 (__pthread_mutexattr_settype):
9628 Disable lock elision for PTHREAD_MUTEX_NORMAL.
9629
f8bdf1f0
SL
96302014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9631
9632 * nptl/tst-mutex5 (do_test):
9633 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9634
15eaf6ff
SP
96352014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9636
9637 * benchtests/README: Document 'init' directive.
9638 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9639 BENCH_INIT.
9640 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9641 (parse_file): Recognize 'init' directive.
9642
75f11331
KM
96432014-05-26 Kyle McMartin <kyle@redhat.com>
9644
9645 [BZ #16796]
9646 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9647 alignment of struct pthread.
9648
c3ec475c
SP
96492014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9650
9651 [BZ #16878]
9652 * nscd/netgroupcache.c (addgetnetgrentX): Look for
9653 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9654 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9655 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9656
82aab97c
RH
96572014-05-25 Richard Henderson <rth@twiddle.net>
9658
aa2f176d
RH
9659 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9660 (SINGLE_THREAD_P_PIC): Remove.
9661 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9662 (SINGLE_THREAD_P_PIC): Remove.
9663
ca3cfa40
RH
9664 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9665 branch to syscall error ...
9666 (PSEUDO): ... here.
9667 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9668 from __local_syscall_error to .Lsyscall_error.
9669 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9670 (SYSCALL_ERROR): Update label name.
9671
6e6c2d01
RH
9672 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9673 Do not use DOARGS/UNDOARGS.
9674 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9675 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9676 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9677 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9678 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9679
c69abcee
RH
9680 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9681 block comment.
9682
82aab97c
RH
9683 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9684 define if !NOT_IN_libc.
9685 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9686 define with non-default symbol versions.
9687
8820e3ac
RH
96882014-05-23 Richard Henderson <rth@twiddle.net>
9689
900e445f
RH
9690 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9691 (vfork, __vfork): Define via compat_symbol.
9692
8820e3ac
RH
9693 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9694 [!HAVE_IFUNC] (vfork_compat): Remove.
9695 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9696
e59252a5
JM
96972014-05-23 Joseph Myers <joseph@codesourcery.com>
9698
9699 [BZ #16978]
9700 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9701 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9702 variable.
9703
132c7f5f
RH
97042014-05-23 Richard Henderson <rth@twiddle.net>
9705
bc89e962
RH
9706 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9707 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9708 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9709 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9710
9711 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9712 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9713 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9714 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9715 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9716 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9717 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9718 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9719 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9720 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9721 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9722 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9723 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9724 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9725 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9726 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9727 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9728 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9729 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9730 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9731 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9732 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9733 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9734 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9735 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9736 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9737 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9738 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9739 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9740 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9741 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9742 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9743 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9744 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9745 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9746 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9747 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9748 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9749 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9750 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9751 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9752 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9753 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9754 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9755 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9756 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9757 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9758 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9759 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9760 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9761 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9762 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9763 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9764 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9765 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9766 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9767
e2fa4bc2
RH
9768 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9769 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9770 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
9771 before exiting on error.
9772 (__libc_vfork): New strong alias.
9773 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9774 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9775
279b24e2
RH
9776 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9777 that was previously under [RESET_PID].
9778 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9779
132c7f5f
RH
9780 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9781
b72592e7
JM
97822014-05-23 Joseph Myers <joseph@codesourcery.com>
9783
9784 [BZ #16977]
9785 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9786 value when x - 1 is zero.
9787 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9788 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9789 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9790 0.0L for an argument of 1.0L.
9791 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9792 Likewise.
9793 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9794 value when x - 1 is zero.
9795 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9796 * sysdeps/i386/fpu/libm-test-ulps: Update.
9797 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9798
2302d679
RV
97992014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9800
9801 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9802 alphasort and versionsort.
9803
32999d63
AZ
98042014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9805
9806 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9807 macro.
9808 [copysignf]: Likewise.
9809
019324d0
SP
98102014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9811
9812 * crypt/md5-crypt.c: Fix formatting.
9813
34fff5c2
KS
98142014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9815
9816 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9817 (b64_from_24bit): New function.
9818
3d2badac
AZ
98192014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9820
9821 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9822 libc_hidden_builtin_def to ifunc.
9823 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9824 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9825
f7bb179f 98262014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
9827
9828 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9829 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9830
4134b50d
JM
98312014-05-21 Joseph Myers <joseph@codesourcery.com>
9832
bb7d0337
JM
9833 * nscd/Depend (linuxthreads): Remove.
9834 (nptl): Add.
9835 * resolv/Depend (linuxthreads): Remove.
9836 * rt/Depend (linuxthreads): Remove.
9837
4134b50d
JM
9838 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9839 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9840 $(common-objpfx)elf/.
9841 (link-libc-before-gnulib): Likewise.
9842 (elfobjdir): Remove variable.
9843 * Makefile (install): Use $(elf-objpfx) instead of
9844 $(common-objpfx)elf/.
9845 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9846 $(elfobjdir)/.
9847 (link-libc-deps): Likewise.
9848 ($(common-objpfx)libc.so): Likewise.
9849 ($(common-objpfx)linkobj/libc.so): Likewise.
9850 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9851 instead of $(common-objpfx)elf/.
9852 (symbolic-link-list): Likewise.
9853 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9854 [$(cross-compiling) = no]: Likewise.
9855 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9856 $(elfobjdir)/.
9857 (static-gnulib-arch): Likewise.
9858 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9859 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9860 $(common-objpfx)elf/.
9861
3612eb8f
RH
98622014-05-21 Richard Henderson <rth@redhat.com>
9863
a6b3657b
RH
9864 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9865 (SINGLE_THREAD_P): Use the correct width load. Fold
9866 into the ldr offset.
9867
3612eb8f
RH
9868 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9869 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9870
175cef41
JM
98712014-05-20 Joseph Myers <joseph@codesourcery.com>
9872
9873 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9874 (libgcc_s_resume): Use __attribute_used__.
9875 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9876 Likewise.
9877
e13bccd3
AZ
98782014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9879
9880 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9881 optimization when used with float constants.
9882
7c112a38
AZ
9883 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9884
ae75a883
AJ
98852014-05-20 Aurelien Jarno <aurelien@aurel32.net>
9886
9887 [BZ #16915]
9888 * locale/nl_langinfo_l.c: Make direct reference to every
9889 _nl_current_CATEGORY symbol.
9890 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9891 (tests-static): Add tst-langinfo-static.
9892 (tests-special): Add tst-langinfo-static.out.
9893 ($(objpfx)tst-langinfo.out): Redirect output.
9894 ($(objpfx)tst-langinfo-static.out): New.
9895 * localedata/tst-langinfo.sh: Send output to stdout.
9896 * localedata/tst-langinfo-static.c: New file.
9897
4406c41c
AJ
9898 [BZ #16965]
9899 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9900 when the shift amount is modulo the limb size.
9901
4c0a1e63
RH
99022014-05-20 Richard Henderson <rth@redhat.com>
9903
de9d8f20
RH
9904 [BZ #16967]
9905 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9906 Change type of sa_flags from unsigned int to int.
9907
4c0a1e63
RH
9908 [BZ #16966]
9909 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
9910
9911 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9912
a60339aa
WN
99132014-05-20 Will Newton <will.newton@linaro.org>
9914
9915 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9916 Test the return value of the system call in the nocancel case.
9917
7d05a816
YR
99182014-05-20 Will Newton <will.newton@linaro.org>
9919 Yvan Roux <yvan.roux@linaro.org>
9920
9921 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9922 #include of asm/ptrace.h.
9923 (PTRACE_GET_THREAD_AREA): Remove #undef.
9924 (PTRACE_GETHBPREGS): Likewise.
9925 (PTRACE_SETHBPREGS): Likewise.
9926 (struct user_regs_struct): New structure.
9927 (struct user_fpsimd_struct): New structure.
9928 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9929 #include of asm/ptrace.h and second #include of sys/user.h.
9930 (PTRACE_GET_THREAD_AREA): Remove #undef.
9931 (PTRACE_GETHBPREGS): Likewise.
9932 (PTRACE_SETHBPREGS): Likewise.
9933 (ELF_NGREG): Use new struct user_regs_struct.
9934 (elf_fpregset_t): Use new struct user_fpsimd_struct.
9935
af121e37
AZ
99362014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9937
9938 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9939 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9940
834caf06
JM
99412014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9942
9943 [BZ #16958]
9944 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9945 membar to avoid block loads/stores to overlap previous stores.
9946
e184a918
RH
99472014-05-17 Richard Henderson <rth@redhat.com>
9948
9949 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9950 Create the __##syscall_name##_nocancel entry point.
9951 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9952 Remove; let the sysdep-cancel.h code create it.
9953
f56c7a6a
DM
99542014-05-17 David S. Miller <davem@davemloft.net>
9955
9956 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9957 Protect with __USE_GNU.
9958 (TIOCSET_TEMPT): Likewise.
9959 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9960 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9961 these are already provided in bits/ioctl-types.h
9962
f75616b2
RM
99632014-05-16 Roland McGrath <roland@hack.frob.com>
9964
3edeca86
RM
9965 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9966 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9967
f75616b2
RM
9968 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9969 Use wait4 regardless of [__NR_waitpid].
9970
deb0f7f6
MR
99712014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
9972
9973 PR libgcc/60166
9974 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9975 (_FP_NANSIGN_Q): Set the quiet bit.
9976
79520f4b
JM
99772014-05-16 Joseph Myers <joseph@codesourcery.com>
9978
9979 * benchtests/Makefile
9980 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9981 not $(common-objpfx)math/libm.so.
9982 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9983 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9984 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9985 $(common-objpfx)dlfcn/libdl.so.
9986 ($(objpfx)tst-audit8): Depend on $(libm), not
9987 $(common-objpfx)math/libm.so.
9988 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9989 not $(common-objpfx)dlfcn/libdl.so.
9990 * math/Makefile
9991 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9992 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
9993 [$(build-shared) = yes].
9994 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9995 $(common-objpfx)nptl/libpthread.so.
9996 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9997 $(common-objpfx)math/libm.so$(libm.so-version) or
9998 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9999 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10000 $(common-objpfx)dlfcn/libdl.so.
10001 * setjmp/Makefile (link-libm): Remove variable.
10002 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10003 * stdio-common/Makefile (link-libm): Remove variable.
10004 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10005 * stdlib/Makefile (link-libm): Remove variable.
10006 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10007 ($(objpfx)tst-strtod-round): Likewise.
10008 ($(objpfx)tst-tininess): Likewise.
10009 ($(objpfx)tst-strtod-underflow): Likewise.
10010 ($(objpfx)tst-strtod6): Likewise.
10011 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10012 $(libdl), not $(common-objpfx)nptl/libpthread.so and
10013 $(common-objpfx)dlfcn/libdl.so.
10014
026b0fe4
AZ
100152014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10016
10017 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10018 BSD terminal modes definitions.
10019
def4bcb2
RM
100202014-05-16 Roland McGrath <roland@hack.frob.com>
10021
fe39b021
RM
10022 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10023 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10024
1d1fc46e 10025 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
10026 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10027 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10028 Don't do #include_next.
10029 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10030 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10031 Don't do #include_next.
10032 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10033 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10034 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10035 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10036
c72399fb
AM
100372014-05-16 Allan McRae <allan@archlinux.org>
10038
d51d659d
AM
10039 * po/sv.po: Update Swedish translation from translation project.
10040
c72399fb
AM
10041 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10042 in sed expression.
10043
d0583c40
AJ
100442014-05-16 Aurelien Jarno <aurelien@aurel32.net>
10045
10046 [BZ #16917]
10047 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10048 errno if the TIOCGPTN ioctl fails with an error different than
10049 EINVAL.
10050 * login/tst-ptsname.c: New file.
10051 * login/Makefile (tests): Add tst-ptsname.
10052
d16e6ec7
AJ
10053 [BZ #16943]
10054 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10055 and prlimit64.
10056
cf26a0cb
SP
100572014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10058
10059 [BZ #16849]
10060 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10061 herrno to return EAI_AGAIN.
10062
5675da1e
RM
100632014-05-14 Roland McGrath <roland@hack.frob.com>
10064
a5d87b3d
RM
10065 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10066 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10067 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10068 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10069 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10070 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10071 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10072 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10073 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10074 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10075 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10076 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10077 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10078 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10079 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10080 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10081 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10082 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10083 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10084 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10085 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10086 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10087 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10088 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10089 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10090 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10091 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10092 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10093 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10094 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10095 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10096 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10097 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10098 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10099 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10100 Moved ...
10101 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10102 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10103 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10104 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10105 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10106 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10107 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10108 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10109 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10110 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10111 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10112 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10113 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10114 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10115 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10116 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10117 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10118 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10119 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10120 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10121 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10122 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10123 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10124 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10125 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10126 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10127 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10128 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10129 Moved ...
10130 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10131 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10132 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10133 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10134 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10135 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10136 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10137 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10138 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10139 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10140 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10141 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10142 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10143 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10144 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10145 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10146 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10147 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10148 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10149 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10150 Moved ...
10151 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10152 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10153 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10154
039890a6
RM
10155 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10156 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10157 (libpthread-sysdep_routines): Add elision-related stuff here instead.
10158 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10159 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10160 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10161 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10162 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10163 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10164 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10165 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10166 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10167 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10168 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10169 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10170 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10171 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10172 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10173 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10174 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10175 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10176 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10177 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10178 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10179 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10180 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10181 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10182 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10183 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10184 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10185 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10186
65c89320
RM
10187 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10188 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10189
348f8e8c
RM
10190 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10191 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10192 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10193 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10194 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10195 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10196 Moved ...
10197 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10198 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10199 Moved ...
10200 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10201 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10202 Moved ...
10203 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10204 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10205 Moved ...
10206 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10207 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10208 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10209 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10210 Moved ...
10211 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10212 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10213 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10214 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10215 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10216 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10217 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10218 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10219 Moved ...
10220 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10221 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10222 Moved ...
10223 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10224 ... here.
10225 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10226 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10227 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10228 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10229 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10230 Moved ...
10231 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10232 ... here.
10233 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10234 Moved ...
10235 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10236 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10237 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10238 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10239 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10240 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10241 Moved ...
10242 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10243 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10244 Moved ...
10245 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10246 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10247 Moved ...
10248 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10249 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10250 Moved ...
10251 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10252 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10253 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10254 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10255 Moved ...
10256 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10257 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10258 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10259 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10260 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10261 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10262 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10263 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10264 Moved ...
10265 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10266 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10267 Moved ...
10268 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10269 ... here.
10270 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10271 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10272 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10273 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10274 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10275 Moved ...
10276 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10277 ... here.
10278 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10279 Moved ...
10280 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10281 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10282 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10283 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10284 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10285 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10286 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10287 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10288 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10289 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10290 Moved ...
10291 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10292 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10293 Moved ...
10294 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10295 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10296 Moved ...
10297 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10298 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10299 Moved ...
10300 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10301 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10302 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10303 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10304 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10305 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10306 Moved ...
10307 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10308 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10309 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10310 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10311 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10312 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10313 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10314 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10315 Moved ...
10316 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10317 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10318 Moved ...
10319 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10320 ... here.
10321 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10322 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10323 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10324 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10325 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10326 Moved ...
10327 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10328 ... here.
10329 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10330 Moved ...
10331 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10332 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10333 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10334 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10335 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10336 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10337 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10338 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10339 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10340 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10341 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10342
5085af05
RM
10343 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10344 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10345
708f0813
RM
10346 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10347 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10348
c96067bc
RM
10349 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10350 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10351 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10352 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10353 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10354 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10355 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10356 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10357 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10358 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10359 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10360 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10361 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10362 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10363 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10364 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10365 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10366 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10367 Moved ...
10368 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10369 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10370 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10371 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10372 Moved ...
10373 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10374 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10375 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10376 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10377 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10378 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10379 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10380 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10381 Moved ...
10382 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10383 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10384 Moved ...
10385 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10386 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10387 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10388 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10389 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10390 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10391 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10392 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10393 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10394 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10395 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10396 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10397 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10398 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10399 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10400 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10401 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10402
ec136444
RM
10403 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10404 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10405 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10406 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10407 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10408
2fbdf533
RM
10409 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10410 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10411 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10412 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10413 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10414 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10415 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10416 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10417 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10418 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10419
4c68138b
RM
10420 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10421 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10422
4eaae765
RM
10423 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10424 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
10425 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10426 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10427 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10428 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10429 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10430 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10431 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10432 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10433 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10434 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10435 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10436 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10437 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10438 Update #include.
10439 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10440 Likewise.
10441 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10442 Likewise.
10443 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10444 Likewise.
10445 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10446 Likewise.
10447 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10448 Likewise.
10449 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10450 Likewise.
10451 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10452 Likewise.
10453 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10454 Likewise.
10455 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10456 Likewise.
4ef6befa
RM
10457 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10458 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10459 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10460 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10461 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
10462 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10463 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10464 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10465 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10466 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10467 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10468 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10469 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10470 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
10471 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 10472
941d7dfd
RM
10473 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10474 that was previously under [RESET_PID].
10475 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10476 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10477 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10478
1b731c35
RM
10479 * sysdeps/i386/nptl/Implies: New file.
10480 * sysdeps/x86_64/nptl/Implies: New file.
10481 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10482 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10483 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10484 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10485
e2787137
RM
10486 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10487 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10488 (__libc_vfork): New strong alias.
10489 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10490 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10491
10492 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10493 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10494 (__libc_vfork): New strong alias.
10495 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10496 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10497
5675da1e
RM
10498 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10499 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10500 (__libc_vfork): New strong alias.
10501 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10502 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10503 * nptl/pt-vfork.c: New file.
10504 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10505 (libpthread: GLIBC_2.20): New version set (empty).
10506
4f02e2b8
WN
105072014-05-14 Will Newton <will.newton@linaro.org>
10508
10509 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10510 rather than #if.
10511
0bf061d3
JM
105122014-05-14 Joseph Myers <joseph@codesourcery.com>
10513
1a84c3d6
JM
10514 [BZ #16564]
10515 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10516 arguments with exponent 65 or above.
10517 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10518 arguments 0x1p113L or above.
10519 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10520 to arguments 0x1p107L or above.
10521 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10522 positive arguments with exponent 65 or above.
10523 * math/auto-libm-test-in: Add more tests of log1p.
10524 * math/auto-libm-test-out: Regenerated.
10525
01dbacd2
JM
10526 [BZ #16928]
10527 * math/s_cacos.c (__cacos): Ensure zero real part of result from
10528 non-finite arguments is +0.
10529 * math/s_cacosf.c (__cacosf): Likewise.
10530 * math/s_cacosl.c (__cacosl): Likewise.
10531 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10532 * sysdeps/i386/fpu/libm-test-ulps: Update.
10533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10534
913d03c8
JM
10535 [BZ #16927]
10536 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10537 value.
10538 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10539 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10540 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10541 for explicit high bit of mantissa when testing for argument equal
10542 to 1.
10543 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10544 * sysdeps/i386/fpu/libm-test-ulps: Update.
10545 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10546
0bf061d3
JM
10547 [BZ #16516]
10548 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10549 (__erf): Scale by 16 instead of 8 in potentially underflowing
10550 case. Ensure exception if result actually underflows.
10551 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10552 (__erff): Scale by 16 instead of 8 in potentially underflowing
10553 case. Ensure exception if result actually underflows.
10554 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10555 (efx8): Remove variable.
10556 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10557 case. Ensure exception if result actually underflows.
10558 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10559 (efx8): Remove variable.
10560 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10561 case. Ensure exception if result actually underflows.
10562 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10563 (efx8): Remove variable.
10564 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10565 case. Ensure exception if result actually underflows.
10566 * math/auto-libm-test-in: Add more tests of erf.
10567 * math/auto-libm-test-out: Regenerated.
10568
73ba67cb
AS
105692014-05-14 Andreas Schwab <schwab@suse.de>
10570
3d8c8bff
AS
10571 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10572 Remove code conditionalized on USE___THREAD.
10573
73ba67cb
AS
10574 * config.h.in (HAVE_PT_CHOWN): Define as 0.
10575 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10576 not definedness.
10577
5c521ecd
JM
105782014-05-14 Joseph Myers <joseph@codesourcery.com>
10579
5e7698c6
JM
10580 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10581 Define unconditionally.
10582 (__ASSUME_O_CLOEXEC): Likewise.
10583 (__ASSUME_SOCK_CLOEXEC): Likewise.
10584 (__ASSUME_IN_NONBLOCK): Likewise.
10585 (__ASSUME_PIPE2): Likewise.
10586 (__ASSUME_EVENTFD2): Likewise.
10587 (__ASSUME_SIGNALFD4): Likewise.
10588 (__ASSUME_DUP3): Likewise.
10589 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10590 (__ASSUME_DUP3): Do not define.
10591 (__ASSUME_EVENTFD2): Likewise.
10592 (__ASSUME_IN_NONBLOCK): Likewise.
10593 (__ASSUME_O_CLOEXEC): Likewise.
10594 (__ASSUME_PIPE2): Likewise.
10595 (__ASSUME_SIGNALFD4): Likewise.
10596 (__ASSUME_SOCK_CLOEXEC): Likewise.
10597 (__ASSUME_UTIMES): Undefine.
10598 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10599 (__ASSUME_UTIMES): Do not define.
10600 (__ASSUME_O_CLOEXEC): Likewise.
10601 (__ASSUME_SOCK_CLOEXEC): Likewise.
10602 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10603 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10604 0x020621].
10605 (__ASSUME_PIPE2): Likewise.
10606 (__ASSUME_EVENTFD2): Likewise.
10607 (__ASSUME_SIGNALFD4): Likewise.
10608 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10609 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10610 Do not define.
10611 (__ASSUME_EVENTFD2): Likewise.
10612 (__ASSUME_SIGNALFD4): Likewise.
10613 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10614 (__ASSUME_32BITUIDS): Likewise.
10615 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10616 (__ASSUME_IPC64): Likewise.
10617 (__ASSUME_ST_INO_64_BIT): Likewise.
10618 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10619 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10620 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10621 (__ASSUME_UTIMES): Do not define.
10622 (__ASSUME_PSELECT): Likewise.
10623 (__ASSUME_PPOLL): Likewise.
10624 (__ASSUME_O_CLOEXEC): Likewise.
10625 (__ASSUME_SOCK_CLOEXEC): Likewise.
10626 (__ASSUME_IN_NONBLOCK): Likewise.
10627 (__ASSUME_PIPE2): Likewise.
10628 (__ASSUME_EVENTFD2): Likewise.
10629 (__ASSUME_SIGNALFD4): Likewise.
10630 (__ASSUME_DUP3): Likewise.
10631 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10632 (__ASSUME_UTIMES): Likewise.
10633 (__ASSUME_O_CLOEXEC): Likewise.
10634 (__ASSUME_SOCK_CLOEXEC): Likewise.
10635 (__ASSUME_IN_NONBLOCK): Likewise.
10636 (__ASSUME_PIPE2): Likewise.
10637 (__ASSUME_EVENTFD2): Likewise.
10638 (__ASSUME_SIGNALFD4): Likewise.
10639 (__ASSUME_DUP3): Likewise.
10640 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10641 (__ASSUME_UTIMES): Likewise.
10642 (__ASSUME_O_CLOEXEC): Likewise.
10643 (__ASSUME_SOCK_CLOEXEC): Likewise.
10644 (__ASSUME_IN_NONBLOCK): Likewise.
10645 (__ASSUME_PIPE2): Likewise.
10646 (__ASSUME_EVENTFD2): Likewise.
10647 (__ASSUME_SIGNALFD4): Likewise.
10648 (__ASSUME_DUP3): Likewise.
10649 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10650 Likewise.
10651 (__ASSUME_UTIMES): Likewise.
10652 (__ASSUME_EVENTFD2): Likewise.
10653 (__ASSUME_SIGNALFD4): Likewise.
10654 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10655 (__ASSUME_O_CLOEXEC): Likewise.
10656 (__ASSUME_SOCK_CLOEXEC): Likewise.
10657 (__ASSUME_IN_NONBLOCK): Likewise.
10658 (__ASSUME_PIPE2): Likewise.
10659 (__ASSUME_EVENTFD2): Likewise.
10660 (__ASSUME_SIGNALFD4): Likewise.
10661 (__ASSUME_DUP3): Likewise.
10662 (__ASSUME_UTIMES): Undefine.
10663
5c521ecd
JM
10664 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10665 feclearexcept. Remove symbol versioning code.
10666 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
10667 symbol versioning code.
10668 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
10669 symbol versioning code.
10670 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10671 feupdateenv. Remove symbol versioning code.
10672 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10673 fegetexceptflag. Remove symbol versioning code.
10674 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10675 fesetexceptflag. Remove symbol versioning code.
10676 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10677 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
10678 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10679 (__posix_fadvise64_l32): Remove prototype.
10680 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10681 code.
10682
5da9dfad
RM
106832014-05-13 Roland McGrath <roland@hack.frob.com>
10684
10685 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10686 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10687 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10688 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10689
893b4f37
SK
106902014-05-13 Sami Kerola <kerolasa@iki.fi>
10691
10692 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10693 current working directory
10694
e0db6517
RM
106952014-05-13 Roland McGrath <roland@hack.frob.com>
10696
58aa195d
RM
10697 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10698 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10699 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10700 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10701 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10702 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10703 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10704 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10705 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10706 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10707 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10708 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10709 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10710 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10711 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10712 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10713 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10714 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10715 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10716 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10717 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10718 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10719 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10720 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10721 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10722 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10723 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10724 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10725 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10726 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10727 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10728 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10729 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10730 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10731 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10732 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10733 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10734 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10735 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10736 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10737 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10738 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10739
8c6d01f0
RM
10740 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10741 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10742
10743 * sysdeps/unix/sysv/linux/arm/Makefile
10744 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10745 Add rt-aeabi_unwind_cpp_pr1.
10746 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10747 Add nptl-aeabi_unwind_cpp_pr1.
10748 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10749 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10750 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10751 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10752 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10753 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10754
10755 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10756 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10757 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10758 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10759
bba6da4e
RM
10760 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10761 Deconditionalize the code that was previously under [RESET_PID].
10762 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10763
e0db6517
RM
10764 * sysdeps/generic/exit-thread.h: New file.
10765 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10766 * include/unistd.h (__exit_thread): Remove declaration.
10767 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10768 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10769 * csu/libc-start.c: Include <exit-thread.h>.
10770 (LIBC_START_MAIN): Pass no argument to __exit_thread.
10771 * nptl/pthread_create.c: Include <exit-thread.h>.
10772 (start_thread): Call __exit_thread in place of __exit_thread_inline.
10773 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10774 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10775 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10776 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10777 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10778 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10779 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10780 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10781 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10782 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10783 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10784 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10785 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10786 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10787 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10788 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10789
01eb16fd
AS
107902014-05-13 Andreas Schwab <schwab@suse.de>
10791
10792 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10793
637461d9
JM
107942014-05-12 Joseph Myers <joseph@codesourcery.com>
10795
10796 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10797 (__ASSUME_UTIMES): Do not condition on kernel version.
10798 (__ASSUME_PSELECT): Define unconditionally.
10799 (__ASSUME_PPOLL): Likewise.
10800 (__ASSUME_ATFCTS): Likewise.
10801 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10802 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10803 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10804 (__ASSUME_UTIMENSAT): Define unconditionally.
10805 (__ASSUME_PRIVATE_FUTEX): Likewise.
10806 (__ASSUME_FALLOCATE): Likewise.
10807 (__ASSUME_O_CLOEXEC): Likewise.
10808 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10809 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10810 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10811 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10812 (__ASSUME_IN_NONBLOCK): Likewise.
10813 (__ASSUME_PIPE2): Likewise.
10814 (__ASSUME_EVENTFD2): Likewise.
10815 (__ASSUME_SIGNALFD4): Likewise.
10816 (__ASSUME_DUP3): Likewise.
10817 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10818 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10819 (__ASSUME_AT_RANDOM): Likewise.
10820 (__ASSUME_PREADV): Likewise.
10821 (__ASSUME_PWRITEV): Likewise.
10822 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10823 (__ASSUME_F_GETOWN_EX): Define unconditionally.
10824 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10825 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10826 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10827 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10828 (__ASSUME_O_CLOEXEC): Define unconditionally.
10829 (__ASSUME_PSELECT): Do not undefine conditionally.
10830 (__ASSUME_PPOLL): Likewise.
10831 (__ASSUME_ATFCTS): Likewise.
10832 (__ASSUME_SET_ROBUST_LIST): Likewise.
10833 (__ASSUME_UTIMENSAT): Likewise.
10834 (__ASSUME_FDATASYNC): Define unconditionally.
10835 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10836 (__ASSUME_SIGFRAME_V2): Likewise.
10837 )__ASSUME_EVENTFD2): Likewise.
10838 (__ASSUME_SIGNALFD4): Likewise.
10839 (__ASSUME_PSELECT): Do not undefine conditionally.
10840 (__ASSUME_PPOLL): Likewise.
10841 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10842 (__ASSUME_PSELECT): Define unconditionally.
10843 (__ASSUME_PPOLL): Likewise.
10844 (__ASSUME_O_CLOEXEC): Likewise.
10845 (__ASSUME_SOCK_CLOEXEC): Likewise.
10846 (__ASSUME_IN_NONBLOCK): Likewise.
10847 (__ASSUME_PIPE2): Likewise.
10848 (__ASSUME_EVENTFD2): Likewise.
10849 (__ASSUME_SIGNALFD4): Likewise.
10850 (__ASSUME_DUP3): Likewise.
10851 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10852 (__ASSUME_O_CLOEXEC): Likewise.
10853 (__ASSUME_SOCK_CLOEXEC): Likewise.
10854 (__ASSUME_IN_NONBLOCK): Likewise.
10855 (__ASSUME_PIPE2): Likewise.
10856 (__ASSUME_EVENTFD2): Likewise.
10857 (__ASSUME_SIGNALFD4): Likewise.
10858 (__ASSUME_DUP3): Likewise.
10859 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10860 (__ASSUME_EVENTFD2): Likewise.
10861 (__ASSUME_SIGNALFD4): Likewise.
10862 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10863
315eb1d8
AS
108642014-05-12 Andreas Schwab <schwab@suse.de>
10865
10866 [BZ #16932]
10867 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10868 (_nss_nis_gethostbyname4_r): Return error if item length is larger
10869 than maximum RPC packet size.
10870 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10871 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10872 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10873 (_nss_nis_getservbyport_r): Likewise.
10874
91df99f7
WN
108752014-05-12 Will Newton <will.newton@linaro.org>
10876
10877 * malloc/Makefile (tests): Add tst-mallopt.
10878 * malloc/tst-mallopt.c: New file.
10879
0a982a29
RM
108802014-05-09 Roland McGrath <roland@hack.frob.com>
10881
10882 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10883 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10884
0ded08a5
AZ
108852014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10886
10887 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10888 (tst-tlsmod6.so): Likewise.
10889
55d4d550
RM
108902014-05-09 Roland McGrath <roland@hack.frob.com>
10891
10892 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10893
77d08aca
JM
108942014-05-09 Joseph Myers <joseph@codesourcery.com>
10895
10896 [BZ #16064]
10897 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10898 and <dl-procinfo.h>.
10899 (__fegetenv): Save SSE state in envp->__eip if supported.
10900 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10901 envp->__eip if supported.
10902 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10903 and <dl-procinfo.h>.
10904 (__fesetenv): Always set __eip, __cs_selector, __opcode,
10905 __data_offset and __data_selector in environment to 0. Set SSE
10906 state if supported.
10907 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10908 test-fenv-sse.
10909 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10910 -mfpmath=sse.
10911 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10912
28162f4d
WN
109132014-05-09 Will Newton <will.newton@linaro.org>
10914
10915 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10916 and libc_relro_required for ARM.
10917 * sysdeps/arm/preconfigure: Regenerate.
10918
5a414ff7
DV
109192014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
10920 Stefan Liebler <stli@linux.vnet.ibm.com>
10921
10922 * config.make.in (enable-lock-elision): New Makefile variable.
10923 * configure.ac: Likewise.
10924 * configure: Regenerate.
10925 * sysdeps/s390/configure.ac:
10926 Add check for gcc transactions support.
10927 * sysdeps/s390/configure: Regenerate.
10928 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10929 Build elision files if enabled.
10930 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10931 Add lock elision support for s390.
10932 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10933 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10934 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10935 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10936 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10937 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10938 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10939 Likewise.
10940 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10941 Likewise.
10942 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10943 Likewise.
10944 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10945 Likewise.
10946 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10947 (__lll_timedlock_elision, __lll_lock_elision)
10948 (__lll_unlock_elision, __lll_trylock_elision)
10949 (lll_timedlock_elision, lll_lock_elision)
10950 (lll_unlock_elision, lll_trylock_elision): Add.
10951 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10952 (pthread_mutex_t): Add lock elision support for s390.
10953
1a2f40e5
W
109542014-05-14 Wilco <wdijkstr@arm.com>
10955
10956 * sysdeps/arm/fclrexcpt.c: Cleanup.
10957 * sysdeps/arm/fedisblxcpt.c: Cleanup.
10958 * sysdeps/arm/feenablxcpt.c: Cleanup.
10959 * sysdeps/arm/fegetenv.c: Cleanup.
10960 * sysdeps/arm/fegetexcept.c: Cleanup.
10961 * sysdeps/arm/fegetround.c: Cleanup.
10962 * sysdeps/arm/feholdexcpt.c: Cleanup.
10963 * sysdeps/arm/fesetenv.c: Cleanup.
10964 * sysdeps/arm/fesetround.c: Cleanup.
10965 * sysdeps/arm/feupdateenv.c: Cleanup.
10966 * sysdeps/arm/fgetexcptflg.c: Cleanup.
10967 * sysdeps/arm/fraiseexcpt.c: Cleanup.
10968 * sysdeps/arm/fsetexcptflg.c: Cleanup.
10969 * sysdeps/arm/ftestexcept.c: Cleanup.
10970 * sysdeps/arm/get-rounding-mode.h: Cleanup.
10971 * sysdeps/arm/setfpucw.c: Cleanup.
10972
f63c86fe
WN
109732014-05-09 Will Newton <will.newton@linaro.org>
10974
10975 * sysdeps/arm/armv7/strcmp.S: New file.
10976 * NEWS: Mention addition of ARMv7 optimized strcmp.
10977
7a1a51b5
RM
109782014-05-08 Roland McGrath <roland@hack.frob.com>
10979
95afbbe5
RM
10980 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10981 look for %.ac rather than %.in.
10982
10983 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10984 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10985 * sysdeps/mach/hurd/configure: Regenerated.
10986 * sysdeps/unix/sysv/linux/configure: Regenerated.
10987
7a1a51b5
RM
10988 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10989
5057ad3b
SE
109902014-05-07 Steve Ellcey <sellcey@mips.com>
10991
10992 [BZ# 16922]
10993 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10994 (LONG_SUB): Ditto.
10995 (PTR_SUB): Ditto.
10996
8dc97517
AS
109972014-05-07 Andreas Schwab <schwab@suse.de>
10998
10999 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11000 when skipping over non-matching result from nscd.
11001
ce0c5b8f
OB
110022014-05-07 Ondřej Bílka <neleai@seznam.cz>
11003
11004 [BZ #16876]
11005 * nptl/sockperf.c (client): Check socket return value.
8dc97517 11006
a1189263
OB
11007 [BZ #16877]
11008 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11009 nscd security class.
ce0c5b8f 11010
0f58d252
RM
110112014-05-06 Roland McGrath <roland@hack.frob.com>
11012
11013 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11014 * sysdeps/arm/unwind.h: ... here.
11015
83df9ad0
AJ
110162014-05-06 Aurelien Jarno <aurelien@aurel32.net>
11017
ce0c5b8f
OB
11018 [BZ# 16916]
11019 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11020 Define.
83df9ad0 11021
f360f94a
VR
110222014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11023
11024 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11025 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11026 multiarch strncpy for PPC64.
11027 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11028 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11029 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11030 multiarch optimizations.
11031 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11032 (__libc_ifunc_impl_list): Likewise.
11033 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11034 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11035 multiarch stpncpy for PPC64.
11036 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11037 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11038
978a41c3
AS
110392014-05-06 Andreas Schwab <schwab@suse.de>
11040
11041 [BZ #16912]
11042 * gmon/mcount.c (_MCOUNT_DECL): Use
11043 atomic_compare_and_exchange_bool_acq instead of
11044 catomic_compare_and_exchange_bool_acq.
11045
eb1ed03d
RM
110462014-05-05 Roland McGrath <roland@hack.frob.com>
11047
fe658845
RM
11048 * elf/Makefile (others, install-bin): Remove pldd.
11049 (pldd-modules): Variable removed.
11050 ($(objpfx)pldd): Target removed.
11051 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11052 (others, install-bin): Append pldd here.
11053 ($(objpfx)pldd): New target.
11054
eb1ed03d
RM
11055 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11056 to 0, so the first #if test emitted later doesn't see it undefined.
11057 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11058 * sysdeps/gnu/errlist.c: Regenerated.
11059
19c4bec0
AZ
110602014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11061
11062 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11063 [libc_hidden_builtin_def]: Define to empty value.
11064 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11065 [libc_hidden_builtin_def]: Likewise.
11066 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11067 [libc_hidden_builtin_def]: Likewise.
11068 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11069 [libc_hidden_builtin_def]: Likewise.
11070 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11071 __redirect_memcpy and define ifunc as default hidden symbol.
11072 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11073 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11074
7776e669
AC
110752014-05-04 Adam Conrad <adconrad@0c3.net>
11076
11077 * locale/iso-4217.def: Reintroduce XDR currency.
11078
d69aeb12
AM
110792014-05-04 Allan McRae <allan@archlinux.org>
11080
11081 * po/eo.po: Update Esperanto translation from translation project.
11082
8f1df5cf
CD
110832014-05-02 Carlos O'Donell <carlos@redhat.com>
11084
11085 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11086 and FEATURE_INDEX_MAX to 1.
11087 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11088
13e402e7
SE
110892014-05-01 Steve Ellcey <sellcey@mips.com>
11090
11091 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11092 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11093 * iconvdata/big5.c (ONE_DIRECTION): Define.
11094 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11095 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11096 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11097 * iconvdata/cp932.c (ONE_DIRECTION): Define.
11098 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11099 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11100 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11101 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11102 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11103 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11104 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11105 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11106 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11107 * iconvdata/gbk.c (ONE_DIRECTION): Define.
11108 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11109 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11110 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11111 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11112 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11113 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11114 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11115 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11116 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11117 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11118 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11119 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11120 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11121 * iconvdata/iso646.c (ONE_DIRECTION): Define.
11122 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11123 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11124 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11125 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11126 * iconvdata/johab.c (ONE_DIRECTION): Define.
11127 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11128 * iconvdata/sjis.c (ONE_DIRECTION): Define.
11129 * iconvdata/t.61.c (ONE_DIRECTION): Define.
11130 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11131 * iconvdata/tscii.c (ONE_DIRECTION): Define.
11132 * iconvdata/uhc.c (ONE_DIRECTION): Define.
11133 * iconvdata/unicode.c (ONE_DIRECTION): Define.
11134 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11135 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11136 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11137
c727f032
RM
111382014-05-01 Roland McGrath <roland@hack.frob.com>
11139
8f2f08d0
RM
11140 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11141 (_IO_JUMPS_OFFSET): Define to 0.
11142
c727f032
RM
11143 * nptl/sysdeps/pthread/bits/libc-lock.h
11144 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11145 (__libc_lock_define_initialized_recursive): Always define using
11146 initializer. Modern compilers treat uninitialized (implicit zero) and
11147 explicit zero initializers the same (i.e. put the datum in bss).
11148
a849e800
AS
111492014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11150
11151 * nscd/nscd-client.h: Include <string.h>.
11152
5331255b
DM
111532014-05-01 David S. Miller <davem@davemloft.net>
11154
11155 [BZ #16885]
11156 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11157 multiple zero bytes exist at the end of a string.
11158 Reported by Aurelien Jarno <aurelien@aurel32.net>
11159
11160 * string/test-strcmp.c (check): Add explicit test for situations where
11161 there are multiple zero bytes after the first.
11162
4fdfe821
AS
111632014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11164
11165 [BZ #16890]
11166 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11167 when compiling wprintf.
11168 * stdio-common/tstdiomisc.c (t3): New function.
11169 (main): Call it.
11170
0cdddc25
SE
111712014-05-01 Steve Ellcey <sellcey@mips.com>
11172
11173 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11174 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11175 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11176 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11177
6426d77e
SE
111782014-05-01 Steve Ellcey <sellcey@mips.com>
11179
11180 * stdlib/longlong.h: Updated from GCC.
11181
6d96f5e4
WN
111822014-05-01 Will Newton <will.newton@linaro.org>
11183 Bernard Ogden <bernie.ogden@linaro.org>
11184
7470db0c
WN
11185 * NEWS: Update fixed bug list.
11186
6d96f5e4
WN
11187 [BZ #15119]
11188 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11189
211d653c
DM
111902014-04-30 David S. Miller <davem@davemloft.net>
11191
4fa262fa
DM
11192 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11193 (libc_feholdexcept_setround_sparc_ctx): New function.
11194 (libc_fesetenv_sparc_ctx): Likewise.
11195 (libc_feupdateenv_sparc_ctx): Likewise.
11196 (libc_feholdsetround_sparc_ctx): Likewise.
11197 (libc_feholdexcept_setround_ctx): Define.
11198 (libc_feholdexcept_setroundf_ctx): Likewise.
11199 (libc_feholdexcept_setroundl_ctx): Likewise.
11200 (libc_fesetenv_ctx): Likewise.
11201 (libc_fesetenvf_ctx): Likewise.
11202 (libc_fesetenvl_ctx): Likewise.
11203 (libc_feupdateenv_ctx): Likewise.
11204 (libc_feupdateenvf_ctx): Likewise.
11205 (libc_feupdateenvl_ctx): Likewise.
11206 (libc_feresetround_ctx): Likewise.
11207 (libc_feresetroundf_ctx): Likewise.
11208 (libc_feresetroundl_ctx): Likewise.
11209 (libc_feholdsetround_ctx): Likewise.
11210 (libc_feholdsetroundf_ctx): Likewise.
11211 (libc_feholdsetroundl_ctx): Likewise.
11212
1d3d93ef
DM
11213 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11214 with __USE_GNU instead of XOPEN cpp guards.
11215
8aa583c3
DM
11216 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11217 0.
11218
211d653c
DM
11219 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11220 with XOPEN cpp guards.
11221
60c8f1f6
JB
112222014-04-30 Julian Brown <julian@codesourcery.com>
11223
11224 [BZ #16888]
11225 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11226 handling.
11227
9a461d46
JM
112282014-04-30 Joseph Myers <joseph@codesourcery.com>
11229
d0f5b3f8
JM
11230 [BZ #9894]
11231 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11232 Change to 2.6.32.
11233 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11234 * sysdeps/unix/sysv/linux/configure: Regenerated.
11235 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11236 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11237 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11238 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11239 * README: Update reference to required Linux kernel version.
11240 * manual/install.texi (Linux): Update reference to required Linux
11241 kernel headers version.
11242 * INSTALL: Regenerated.
11243
9a461d46
JM
11244 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11245 header inclusion.
11246 [POSIX] (limits.h): Likewise.
11247 [POSIX] (math.h): Likewise.
11248 [POSIX] (sys/wait.h): Likewise.
11249 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11250 function.
11251 [POSIX] (stddef.h): Do not allow header inclusion.
11252
1775babf
AZ
112532014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11254
57f41c40 11255 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 11256
8f630cca
YY
112572014-04-30 Yang Yingliang <yangyingliang@huawei.com>
11258
11259 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11260 Return immediately after lll_futex_wake.
11261
1cdeb237
SP
112622014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11263
bc8f194c
SP
11264 [BZ #16791]
11265 * nscd/nscd-client.h (datahead_init_common): Initialize entire
11266 structure.
11267 (datahead_init_pos): Call datahead_init_common early.
11268 (datahead_init_neg): Likewise.
11269
1cdeb237
SP
11270 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11271 datahead_init_neg): New functions.
11272 * nscd/aicache.c (addhstaiX): Use them.
11273 * nscd/grpcache.c (cache_addgr): Likewise.
11274 * nscd/hstcache.c (cache_addhst): Likewise.
11275 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11276 * nscd/netgroupcache.c (do_notfound): Likewise.
11277 (addgetnetgrentX): Likewise.
11278 (addinnetgrX): Likewise.
11279 * nscd/pwdcache.c (cache_addpw): Likewise.
11280 * nscd/servicescache.c (cache_addserv): Likewise.
11281
16b293a7
SP
112822014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11283 Atsushi Onoe <atsushi@onoe.org>
11284
11285 [BZ #14308]
11286 [BZ #12994]
11287 [BZ #13651]
11288 * resolv/res_query.c (__libc_res_nsearch): Return if at least
11289 one response is valid.
11290 * resolv/res_send.c (send_dg): Check for validity of other
11291 response if the current response is a referral.
11292
a28a9b94
SE
112932014-04-29 Steve Ellcey <sellcey@mips.com>
11294
11295 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11296
2ca180e9
SL
112972014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
11298
11299 [BZ #16823]
11300 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11301 Always divide by positive zero when computing -Inf result.
11302 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11303 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11304
18f2945a
AZ
113052014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11306
11307 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11308 FPSCR if value do not change.
11309 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11310 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11311 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11312 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11313 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11314 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11315 function.
11316
5abebba4
CD
113172014-05-29 Carlos O'Donell <carlos@systemhalted.org>
11318
11319 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11320 * sysdeps/unix/sysv/linux/hppa: Move directory from
11321 ports/systeps/unix/sysv/linux/hppa.
11322 * README: Update listing for hppa-*-linux-gnu.
11323
f7ed60c2
OB
113242014-04-28 Ondřej Bílka <neleai@seznam.cz>
11325
fff763a5
OB
11326 [BZ #16754]
11327 * manual/stdio.texi (Hook functions): Fix types of stream hook
11328 functions.
f7ed60c2
OB
11329 [BZ #16854]
11330 * socket/sys/socket.h: Fix typo in comment.
11331
df639d73
WD
113322014-04-28 Wilco <wdijkstr@arm.com>
11333
f7ed60c2 11334 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
11335 * sysdeps/arm/math_private.h: New file.
11336 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11337
48332d82
L
113382014-04-25 H.J. Lu <hongjiu.lu@intel.com>
11339
11340 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11341 with __int128_t.
11342 (La_x86_64_retval): Likewise.
11343
e5e0d9a4
IB
113442014-04-24 Ian Bolton <ian.bolton@arm.com>
11345
11346 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11347 fpsr if value didn't change.
11348 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11349 to fpcr if value didn't change.
11350 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11351 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11352 fpsr or fpcr if value didn't change.
11353 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11354 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11355 fpcr if value didn't change.
11356 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11357 to fpsr if value didn't change.
11358
bacc75f7
SP
113592014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
11360
11361 * nptl/tst-sem3.c: Use test-skeleton.c
11362 (main): Rename to do_test. Use return instead of
11363 exit.
11364 * nptl/tst-sem4.c: Use test-skeleton.c
11365 (main): Rename to do_test.
11366
a059d359
DM
113672014-04-22 David S. Miller <davem@davemloft.net>
11368
11369 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11370 (struct sigaction): New struct member __glibc_reserved0, change
11371 type of sa_flags to int.
11372
ea6c92f3
YZ
113732014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
11374
11375 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11376 (COUNT_LEADING_ZEROS_0): Define for AArch64.
11377
766c4a36
SP
113782014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11379
11380 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11381 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11382
140cc7ab
VK
113832014-04-22 Will Newton <will.newton@linaro.org>
11384 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
11385
11386 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11387 (__longjmp): Add longjmp and longjmp_target SystemTap
11388 probes.
11389 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11390 (__sigsetjmp): Add setjmp SystemTap probe.
11391
c54e5cf7
CD
113922014-04-17 Carlos O'Donell <carlos@redhat.com>
11393
11394 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11395 match manual order.
11396
75ffb047
AZ
113972014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11398
11399 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11400
2cd925f7
AZ
11401 * sysdeps/powerpc/fpu/fenv_private.h
11402 (libc_feholdexcept_setroundl_ctx): Define to
11403 libc_feholdexcept_setround_ppc_ctx.
11404 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11405 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11406 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11407 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11408
39e6cd8d
IB
114092014-04-17 Ian Bolton <ian.bolton@arm.com>
11410
11411 * sysdeps/aarch64/math-tests.h: New file.
11412
f9281df9
SY
114132014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
11414
11415 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11416 New.
11417 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11418 Check and set bit_AVX2_Usable.
11419 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11420 macro.
11421 (bit_AVX2): Likewise.
11422 (index_AVX2_Usable): Likewise.
11423 (CPUID_AVX2): Likewise.
11424 (HAS_AVX2): Likewise.
11425
37d35007
WN
114262014-04-17 Will Newton <will.newton@linaro.org>
11427
7c677662
WN
11428 * manual/setjmp.texi (System V contexts): Add note that
11429 calling setcontext on a context created by a call to a
11430 signal handler is undefined. Update text to note that
11431 setcontext from a signal handler is possible but not
11432 recommended.
11433
37d35007 11434 [BZ #16629]
e04a4e9d
WN
11435 * stdlib/tst-setcontext.c: Include signal.h.
11436 (main): Check that the signal stack before and
11437 after swapcontext is the same.
11438
37d35007
WN
11439 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11440 Re-implement to restore registers in user code and avoid
11441 rt_sigreturn system call.
11442
423a7160
W
114432014-04-17 Wilco <wdijkstr@arm.com>
11444
11445 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11446 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11447 * math/test-fenv.c: Skip exception trap tests on targets which only
11448 support non-stop mode.
11449
bc93ab29
IB
114502014-04-17 Ian Bolton <ian.bolton@arm.com>
11451 Wilco Dijkstra <wilco.dijkstra@arm.com>
11452
11453 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11454 (libc_feholdsetround_aarch64_ctx)
11455 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11456 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11457 (libc_feresetround_ctx, libc_feresetroundf_ctx)
11458 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11459 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11460 (libc_feresetround_noexl_ctx): Define.
11461
95fc5fa3
RH
114622014-04-16 Richard Henderson <rth@redhat.com>
11463
ddb04724
RH
11464 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11465
d77c0899
RH
11466 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11467 unwind tables.
11468
a3df56fc
RH
11469 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11470 const from the non-libc, non-ldso copy.
11471
95fc5fa3
RH
11472 * sysdeps/alpha/libm-test-ulps: Regenerate.
11473
7e0b6763
IB
114742014-04-16 Ian Bolton <ian.bolton@arm.com>
11475 Wilco Dijkstra <wilco.dijkstra@arm.com>
11476
11477 * sysdeps/aarch64/fpu/math_private.h: New file.
11478
a9ea2e0c
MS
114792014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
11480
11481 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11482
ea8ba7cd
IZ
114832014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
11484
7e54fd04 11485 [BZ #16275]
ea8ba7cd
IZ
11486 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11487 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11488 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11489 Intel MPX bound registers before _dl_profile_fixup.
11490 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11491 registers after _dl_profile_fixup. Save and restore bound
11492 registers bnd0/bnd1 when calling _dl_call_pltexit.
11493 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11494 (LR_BND_OFFSET): Likewise.
11495 (LRV_BND0_OFFSET): Likewise.
11496 (LRV_BND1_OFFSET): Likewise.
11497
9f2a4fbc
ST
114982014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11499
11500 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11501 to...
11502 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
11503 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11504 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11505 fields.
9f2a4fbc 11506
fd15a59b
ST
115072014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11508
11509 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11510
f19dfa0a
SL
115112014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11512
11513 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11514
4fa8bc3b
SL
115152014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11516
11517 [BZ #14770]
11518 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11519 * sysdeps/s390/configure: Regenerate.
11520
8ea587db
SL
11521 [BZ #16824]
11522 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11523 Set round-to-nearest internally to reduce error accumulation.
11524
aa5f0ff1
AM
115252014-04-16 Alan Modra <amodra@gmail.com>
11526
11527 [BZ #16740]
11528 [BZ #16619]
11529 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11530 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 11531 * NEWS: Update fixed bug list.
aa5f0ff1 11532
bb9c256f
SP
115332014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11534
11535 * benchtests/Makefile: Depend on libraries in build directory.
11536 (bench-math): Separate out math tests.
11537 (bench-pthread): Separate out pthread tests.
11538 (bench): Include math and pthread tests.
11539
f737dfd0
CD
115402014-04-14 Carlos O'Donell <carlos@redhat.com>
11541
11542 [BZ #16831]
11543 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11544 _dl_debug_initialize.
11545
0699f766
CD
11546 * configure.ac: Remove SELinux header check.
11547 * configure: Regenerate.
11548 * nscd/selinux.c (perms): Array of const char* to permission names.
11549 (nscd_request_avc_has_perm): Call security_deny_unknown to find
11550 default policy. Call string_to_security_class and string_to_av_perm to
11551 translate strings. Enforce default policy and call avs_has_perm with
11552 results of translated strings.
11553
809bd45f
DM
115542014-04-13 David S. Miller <davem@davemloft.net>
11555
11556 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11557
89e691f2
AM
115582014-04-12 Allan McRae <allan@archlinux.org>
11559
11560 [BZ #16838]
11561 * manual/string.texi (Collation Functions): Fix qsort argument
11562 order in example.
11563 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11564
9c9daaeb
CM
115652014-04-11 Chris Metcalf <cmetcalf@tilera.com>
11566
11567 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11568 Make the test a no-op if there are no exceptions defined.
11569
95561fb9
PP
115702014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11571
fe8d072c 11572 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
11573 enable-hardcoded-path-in-tests
11574
970c602a
WN
115752014-04-11 Will Newton <will.newton@linaro.org>
11576
11577 * benchtests/Makefile (extra-objs): Add json-lib.o.
11578 (bench-func): Tidy up JSON output.
11579 * benchtests/bench-skeleton.c: Include json-lib.h.
11580 (main): Use JSON library functions to do output of
11581 benchmark results.
11582 * benchtests/bench-timing-type.c (main): Output the
11583 timing type simply, leaving formatting to the user.
11584 * benchtests/json-lib.c: New file.
11585 * benchtests/json-lib.h: Likewise.
11586
36875b06
TR
115872014-04-11 Torvald Riegel <triegel@redhat.com>
11588
11589 [BZ #15215]
11590 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11591 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
11592 memory barriers. Add comments.
11593 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11594 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11595 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11596 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11597 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11598 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11599
579db35a
SL
116002014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11601
11602 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11603 * sysdeps/s390/s390-64/configure.ac: ... this ...
11604 * sysdeps/s390/configure.ac: ... to here.
11605 * sysdeps/s390/s390-32/configure: Delete file.
11606 * sysdeps/s390/s390-64/configure: Delete file.
11607 * sysdeps/s390/configure: Regenerate.
11608
c12e9f37
JAPH
116092014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
11610
11611 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11612
439bda32
WN
116132014-04-11 Will Newton <will.newton@linaro.org>
11614
11615 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11616 to zero if it is not defined elsewhere. (mtrim): Test
11617 the value of MALLOC_DEBUG with #if rather than #ifdef.
11618
6a5d6ea1
TR
116192014-04-10 Torvald Riegel <triegel@redhat.com>
11620
11621 * benchtests/pthread_once-inputs: New file.
11622 * benchtests/pthread_once-source.c: New file.
11623 * benchtests/README: Update documentation.
11624
a4c75cfd
IZ
116252014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
11626 H.J. Lu <hongjiu.lu@intel.com>
11627
7e54fd04 11628 [BZ #16275]
a4c75cfd
IZ
11629 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11630 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11631 * sysdeps/x86_64/configure: Regenerated.
11632 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11633 macro.
11634 (REGISTER_SAVE_RAX): Likewise.
11635 (REGISTER_SAVE_RCX): Likewise.
11636 (REGISTER_SAVE_RDX): Likewise.
11637 (REGISTER_SAVE_RSI): Likewise.
11638 (REGISTER_SAVE_RDI): Likewise.
11639 (REGISTER_SAVE_R8): Likewise.
11640 (REGISTER_SAVE_R9): Likewise.
11641 (REGISTER_SAVE_BND0): Likewise.
11642 (REGISTER_SAVE_BND1): Likewise.
11643 (REGISTER_SAVE_BND2): Likewise.
11644 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
11645 bound registers when calling _dl_fixup.
11646
27822ce6
AZ
116472014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11648
11649 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
11650 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11651 of its definition.
27822ce6
AZ
11652 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11653 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11654 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11655 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11656 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11657 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11658 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11659
a88ddc90
PTB
116602014-04-09 Peter Brett <peter@peter-b.co.uk>
11661
11662 [BZ #15514]
11663 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11664 pathconf(_PC_NAME_MAX).
11665
01f8eac2
AZ
116662014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11667
11668 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11669 Remove macro usage.
11670 (__PTHREAD_SPINS): Move definition to ...
11671 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11672 (__PTHREAD_SPINS): ... here.
11673 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11674 (__PTHREAD_SPIN): Likewise.
11675 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11676 (__PTHREAD_SPIN): Likewise.
11677 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11678 (__PTHREAD_SPIN): Likewise.
11679 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11680 (__PTHREAD_SPIN): Likewise.
11681 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11682 (__PTHREAD_SPIN): Likewise.
11683 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11684 (__PTHREAD_SPIN): Likewise.
11685 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11686 (__PTHREAD_SPIN): Likewise.
11687 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11688 (__PTHREAD_SPIN): Likewise.
11689 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11690 (__PTHREAD_SPIN): Likewise.
11691 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11692 (__PTHREAD_SPIN): Likewise.
11693 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11694 (__PTHREAD_SPIN): Likewise.
11695 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11696 (__PTHREAD_SPIN): Likewise.
11697
de21c33c
AZ
11698 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11699 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11700 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11701 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11702 imply folder.
11703 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11704 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11705 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11706 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11707 correct imply path.
11708 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11709 strlen symbol for non multi-arch builds.
11710 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11711 missing hidden_def and weak_alias.
11712
862c472e
CD
117132014-04-08 Carlos O'Donell <carlos@redhat.com>
11714
11715 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11716
8667f90e
WN
117172014-04-07 Will Newton <will.newton@linaro.org>
11718
11719 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11720 and contents. [!_LIBC] Remove #ifndef and contents.
11721 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
11722 * string/memccpy.c (__memccpy): Use ANSI prototype.
11723 * string/memfrob.c (memfrob): Likewise.
11724 * string/strcoll.c (STRCOLL): Likewise.
11725 * string/strlen.c (strlen): Likewise.
11726 * string/strtok.c (STRTOK): Likewise.
11727 * string/strcat.c: Remove unused #include of memcopy.h.
11728 (strcat): Use ANSI prototype.
11729 * string/strchr.c: Remove unused #include of memcopy.h.
11730 (strchr): Use ANSI prototype.
11731 * string/strcmp.c: Remove unused #include of memcopy.h.
11732 (strcmp): Use ANSI prototype.
11733 * string/strcpy.c: Remove unused #include of memcopy.h.
11734 (strcpy): Use ANSI prototype.
11735
7ffa9423
AZ
117362014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11737
11738 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11739 * config.make.in (config-extra-cppflags): Set it from
11740 libc_extra_cppflags.
11741 * configure.ac (libc_extra_cflags): Make it accumulate over
11742 configure fragments.
11743 (libc_extra_cppflags): New flag.
11744 * configure. Regenerate.
11745 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
11746 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11747 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
11748 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11749
8bd70862
AZ
11750 [BZ #16815]
11751 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11752 result for FE_DOWNWARD rounding mode.
11753 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11754 Likewise.
11755 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11756
d42f3448
CM
117572014-04-04 Chris Metcalf <cmetcalf@tilera.com>
11758
11759 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11760 in function argument name.
11761
1c21d115
DS
117622014-04-03 David Svoboda <svoboda@cert.org>
11763
11764 [BZ #5666]
11765 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11766 explicitly.
11767
fcccd512
RM
117682014-04-03 Roland McGrath <roland@hack.frob.com>
11769
11770 * elf/dl-unmap-segments.h: New file.
11771 * sysdeps/generic/ldsodefs.h
11772 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11773 * elf/dl-close.c: Include <dl-unmap-segments.h>.
11774 * elf/dl-fptr.c: Likewise.
11775 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11776 * sysdeps/aarch64/tlsdesc.c: Likewise.
11777 * sysdeps/arm/tlsdesc.c: Likewise.
11778 * sysdeps/i386/tlsdesc.c: Likewise.
11779 * sysdeps/tile/dl-runtime.c: Likewise.
11780 * sysdeps/x86_64/tlsdesc.c: Likewise.
11781 * elf/dl-load.h: New file.
11782 * elf/dl-load.c: Include it.
11783 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11784 Macros moved to dl-load.h.
11785 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11786 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11787 Use _dl_unmap_segments in place of __munmap.
11788 Break out segment-mapping loop into ...
11789 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11790
f6488e2b
WN
117912014-04-03 Will Newton <will.newton@linaro.org>
11792
11793 * elf/dl-lookup.c (do_lookup_x): Remove comment
11794 referring to nested function and move variable
11795 declarations down to before first use.
11796
6f05bafe
JM
117972014-04-02 Joseph Myers <joseph@codesourcery.com>
11798
a84e78c8
JM
11799 [BZ #16799]
11800 [BZ #16800]
11801 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11802 with 0 numerator.
11803 * math/s_catanf.c (__catanf): Likewise.
11804 * math/s_catanh.c (__catanh): Likewise.
11805 * math/s_catanhf.c (__catanhf): Likewise.
11806 * math/s_catanhl.c (__catanhl): Likewise.
11807 * math/s_catanl.c (__catanl): Likewise.
11808 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11809 by positive zero when computing -Inf result.
11810 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11811 (catanh_test): Likewise.
11812 * sysdeps/i386/fpu/libm-test-ulps: Update.
11813 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11814
6f05bafe
JM
11815 [BZ #16789]
11816 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11817 instead of using underflowing value in computing result.
11818 * math/s_clog10.c (__clog10): Likewise.
11819 * math/s_clog10f.c (__clog10f): Likewise.
11820 * math/s_clog10l.c (__clog10l): Likewise.
11821 * math/s_clogf.c (__clogf): Likewise.
11822 * math/s_clogl.c (__clogl): Likewise.
11823 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11824 (clog10_test): Likewise.
11825 * sysdeps/i386/fpu/libm-test-ulps: Update.
11826 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11827
b0abbc21
AM
118282014-04-02 Alan Modra <amodra@gmail.com>
11829
11830 [BZ #16739]
11831 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11832 output when value is near a power of two. Use int64_t for lx and
11833 remove casts. Use decimal rather than hex exponent constants.
11834 Don't use long double multiplication when double will suffice.
11835 * math/libm-test.inc (nextafter_test_data): Add tests.
11836 * NEWS: Add 16739 and 16786 to bug list.
11837
af6b1797
AM
11838 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11839
483818d7
AM
11840 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11841
f6c55796
WN
118422014-04-01 Will Newton <will.newton@linaro.org>
11843
11844 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11845 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
11846
13f7fe35
FW
118472014-04-01 Florian Weimer <fweimer@redhat.com>
11848
11849 [BZ #13347]
11850 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11851 * nptl/tst-setuid2.c: New file.
11852 * nptl/Makefile (xtests): Add tst-setuid2.
11853
c859b32e
AM
118542014-04-01 Alan Modra <amodra@gmail.com>
11855
11856 [BZ #16786]
11857 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11858
54fa2475
JM
118592014-03-31 Joseph Myers <joseph@codesourcery.com>
11860
8795b4a4
JM
11861 [BZ #6803]
11862 [BZ #6804]
11863 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11864 set errno as appropriate.
11865 * math/w_scalbf.c (__scalbf): Likewise.
11866 * math/w_scalbl.c (__scalbl): Likewise.
11867 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11868 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11869 * math/libm-test.inc (scalb_test_data): Add errno expectations.
11870 Add more NaN tests.
11871
54fa2475
JM
11872 [BZ #16349]
11873 * math/w_atan2.c: Include <errno.h>.
11874 (__atan2): Set errno for result underflowing to zero.
11875 * math/w_atan2f.c: Include <errno.h>.
11876 (__atan2f): Set errno for result underflowing to zero.
11877 * math/w_atan2l.c: Include <errno.h>.
11878 (__atan2l): Set errno for result underflowing to zero.
11879 * math/auto-libm-test-in: Don't allow missing errno for some atan2
11880 tests.
11881 * math/auto-libm-test-out: Regenerated.
11882
757d9dd5
AZ
118832014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11884
11885 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11886 Encode instruction correctly in little endian.
11887 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11888 Likewise.
11889 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11890 Likewise.
11891 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11892 Likewise.
11893 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11894 Likewise.
11895
d7a68734
JM
118962014-03-31 Joseph Myers <joseph@codesourcery.com>
11897
47c5adeb
JM
11898 [BZ #9894]
11899 * sysdeps/unix/sysv/linux/kernel-features.h
11900 [__sparc__ && !__arch64__ && !__sparc_v9__]
11901 (__ASSUME_SET_ROBUST_LIST): Do not define.
11902 [__sparc__ && !__arch64__ && !__sparc_v9__]
11903 (__ASSUME_FUTEX_LOCK_PI): Likewise.
11904 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11905 Likewise.
11906 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11907 (__ASSUME_FUTEX_LOCK_PI): Undefine.
11908 (__ASSUME_REQUEUE_PI): Likewise.
11909 (__ASSUME_SET_ROBUST_LIST): Likewise.
11910 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11911 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11912 Undefine.
11913 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11914 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11915 Likewise.
11916 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11917 Likewise.
11918 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11919 Likewise.
11920 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11921 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11922 Undefine.
11923 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11924 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11925 Likewise.
11926
d7a68734
JM
11927 [BZ #16648]
11928 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11929 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11930 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11931
c760f5c2
WN
119322014-03-31 Will Newton <will.newton@linaro.org>
11933
11934 * benchtests/Makefile (bench): Add ffs and ffsll to list
11935 of tests.
11936 * benchtests/ffs-inputs: New file.
11937 * benchtests/ffsll-inputs: Likewise.
11938
ea6029b1
JM
119392014-03-29 Joseph Myers <joseph@codesourcery.com>
11940
11941 [BZ #16770]
11942 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11943 too large before casting to int.
11944 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11945 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11946 * math/libm-test.inc (scalb_test_data): Add more tests.
11947
cf806aff
SP
119482014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
11949
56737508
SP
11950 * benchtests/Makefile (DETAILED_OPT): New make option.
11951 (bench-func): Run benchmark program with -d if DETAILED_OPT is
11952 set.
11953 * benchtests/bench-skeleton.c: Include stdbool.h.
11954 (main): Store and print timings per input.
11955 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11956 member to each argument value.
11957 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11958 (_print_arg_data): Initialize per-input timing to 0.
11959
cb5e4aad
SP
11960 * benchtests/Makefile (timing-type): New binary.
11961 (bench-clean): Also remove bench-timing-type.
11962 (bench): New target for timing-type.
11963 (bench-func): Print output in JSON format.
11964 * benchtests/bench-skeleton.c (main): Print output in JSON
11965 format.
11966 * benchtests/bench-timing-type.c: New file.
11967 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11968 (TIMING_PRINT_STATS): Remove.
11969 * benchtests/scripts/bench.py (_print_arg_data): Store variant
11970 name separately.
11971
cf806aff
SP
11972 * benchtests/bench-modf.c: Remove.
11973 * benchtests/modf-inputs: New inputs file.
11974
289e0779
JM
119752014-03-28 Joseph Myers <joseph@codesourcery.com>
11976
11977 [BZ #16362]
11978 * math/s_clog10.c (M_PI_LOG10E): New macro.
11979 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11980 imaginary parts are 0.
11981 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11982 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11983 imaginary parts are 0.
11984 * math/s_clog10l.c (M_PI_LOG10El): New macro.
11985 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11986 imaginary parts are 0.
11987 * math/libm-test.inc (clog10_test_data): Update expected results
11988 for when real and imaginary parts are 0.
11989
277ae3f1
PP
119902014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
11991
11992 * elf/dl-load.c: Finish conversion of __builtin_expect into
11993 __glibc_{un}likely.
11994
03a7091f
JM
119952014-03-27 Joseph Myers <joseph@codesourcery.com>
11996
11997 [BZ #16348]
11998 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11999 1+x for argument with exponent below -67.
12000 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12001 Likewise.
12002 * math/auto-libm-test-in: Add more tests of exp.
12003 * math/auto-libm-test-out: Regenerated.
12004
ea7d8b95
SP
120052014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12006
dd3022d7
SP
12007 [BZ #16759]
12008 * inet/getnetgrent_r.c (get_nonempty_val): New function.
12009 (nscd_getnetgrent): Use it.
12010
ea7d8b95
SP
12011 [BZ #16760]
12012 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12013 of stpcpy.
12014
df5b85da
AK
120152014-03-27 Andi Kleen <ak@linux.intel.com>
12016
57f41c40
AS
12017 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12018 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12019 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12020 (lll_robust_unlock): Remove out of line section. Use cfi
12021 intrinsics.
df5b85da 12022 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
12023 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12024 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12025 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12026 (lll_robust_unlock): Remove out of line section. Use cfi
12027 intrinsics.
df5b85da
AK
12028 (LLL_STUB_UNWIND_INFO*): Remove.
12029
fbd6b5a4
SP
120302014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12031
12032 [BZ #16758]
12033 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12034 blank values.
12035
1b26b855
PP
120362014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
12037
12038 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12039
9be36fb8
JM
120402014-03-26 Joseph Myers <joseph@codesourcery.com>
12041
12042 [BZ #16198]
12043 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12044 fnstenv.
12045 * math/test-fenv-preserve.c: New file.
12046 * math/Makefile (tests): Add test-fenv-preserve.
12047
60a2f3c1
WN
120482014-03-26 Will Newton <will.newton@linaro.org>
12049
12050 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12051
a5e5f1e2
RM
120522014-03-25 Roland McGrath <roland@hack.frob.com>
12053
12054 * scripts/versionlist.awk: Partition the version sets and emit all
12055 GLIBC_* (sorted) before all others (sorted).
12056
00f4012a
JM
120572014-03-25 Joseph Myers <joseph@codesourcery.com>
12058
12059 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12060 GLIBC_2.2.5 version.
12061
7bc5a741
AZ
120622014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12063
12064 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12065 calls.
12066
7578473b
AZ
12067 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12068 previous change.
12069
f3f1dab3
AZ
12070 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12071
6da36183
AS
120722014-03-25 Andreas Schwab <schwab@suse.de>
12073
12074 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12075 label to be used after in6ailist is initialized.
12076
f3f1dab3 120772014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 12078
7578473b 12079 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
12080 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12081
046651c1
JM
120822014-03-25 Joseph Myers <joseph@codesourcery.com>
12083
12084 [BZ #16357]
12085 [BZ #16599]
12086 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12087 min_plus_half.
12088 (fp_formats): Update initializers.
12089 (init_fp_formats): Initialize new field.
12090 (output_for_one_input_case): Allow underflow for results up to
12091 min_plus_half.
12092 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12093 * math/auto-libm-test-in: Don't mark some underflows from asin and
12094 atanh as spurious.
12095 * math/auto-libm-test-out: Regenerated.
12096 * sysdeps/i386/fpu/libm-test-ulps: Update.
12097 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12098
003e49ed
AS
120992014-03-25 Andreas Schwab <schwab@suse.de>
12100
12101 * libio/Makefile (tst-ftell-partial-wide-ENV)
12102 (tst-ftell-active-handler-ENV): Define.
12103
de031874
SL
121042014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
12105
12106 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12107
55a81e3b
PP
121082014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12109
12110 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12111
f3426898
JM
121122014-03-24 Joseph Myers <joseph@codesourcery.com>
12113
12114 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12115 * sysdeps/x86_64/fpu/multiarch/e_exp.c
12116 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12117
a42faf59
PP
121182014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12119
12120 [BZ #16634]
a42faf59 12121 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
12122 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12123 (open_path): Change from boolean 'secure' to complete flag 'mode'
12124 (_dl_map_object): Adjust.
a42faf59
PP
12125 * elf/Makefile (tests): Add tst-dlopen-aout.
12126 * elf/tst-dlopen-aout.c: New test.
12127
50936127
SL
121282014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
12129
12130 [BZ #16714]
12131 * sysdeps/unix/sysv/linux/s390/bits/stat.h
12132 (struct stat): Rename member pad0 to __glibc_reserved0.
12133
26011b5c
SL
12134 [BZ #16712]
12135 * sysdeps/s390/s390-32/bits/wordsize.h
12136 (__WORDSIZE32_SIZE_ULONG): New define.
12137 * sysdeps/s390/s390-64/bits/wordsize.h
12138 (__WORDSIZE32_SIZE_ULONG): Likewise.
12139 * sysdeps/generic/stdint.h (SIZE_MAX):
12140 Define as UL if __WORDSIZE32_SIZE_ULONG.
12141
a2d86bf1
SL
12142 [BZ #16713]
12143 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12144 (__glibc_reserved0): New variable.
12145 (sa_flags): Change type to int.
12146
78b6eebc
SL
12147 * posix/Makefile (before-compile): Use += before-compile instead
12148 of a :=.
12149
f1399b5a
SL
12150 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12151 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12152
a071766e
AS
121532014-03-20 Andreas Schwab <schwab@suse.de>
12154
12155 [BZ #16743]
12156 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12157 non-matching result from nscd.
12158
27c673b8
SP
121592014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12160
12161 * scripts/bench.py: Moved to ...
12162 * benchtests/scripts/bench.py: ... here.
12163 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12164
44152e4b
AS
121652014-03-24 Andreas Schwab <schwab@suse.de>
12166
12167 [BZ #16002]
12168 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12169 alloca_account and account alloca use for struct in6ailist.
12170
b376a11a
JM
121712014-03-24 Joseph Myers <joseph@codesourcery.com>
12172
12173 [BZ #16284]
12174 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12175 rounding mode to recompute results that overflow to infinity or
12176 underflow to zero.
12177 * math/auto-libm-test-in: Don't mark tests as expected to fail for
12178 bug 16284.
12179 * math/auto-libm-test-out: Regenerated.
12180 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12181 (ccosh_test): Likewise.
12182 (csin_test_data): Use plus_oflow.
12183 (csin_test): Use ALL_RM_TEST.
12184 (csinh_test_data): Use plus_oflow.
12185 (csinh_test): Use ALL_RM_TEST.
12186 * sysdeps/i386/fpu/libm-test-ulps: Update.
12187 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12188
f7be7376
JM
121892014-03-21 Joseph Myers <joseph@codesourcery.com>
12190
1ca2d03e
JM
12191 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12192 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12193 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12194
f7be7376
JM
12195 [BZ #16731]
12196 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12197 when x - 1 is zero.
12198 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12199 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12200 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12201 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12202 argument is 1.
12203 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12204 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12205 zero.
12206 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12207 * sysdeps/i386/fpu/libm-test-ulps: Update.
12208 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12209
fdf4534d
SP
122102014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
12211
df26ea53
SP
12212 * scripts/bench.pl: Remove file.
12213 * scripts/bench.py: New benchmark script.
12214 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12215 * benchtests/README: Mention python dependency.
12216 * scripts/pylintrc: New file.
12217 * scripts/pylint: New file.
12218
fdf4534d
SP
12219 * bits/mathdef.h: Use #ifdef instead of #if.
12220 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12221 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12222 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12223 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12224 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12225 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12226
6f23d093
AZ
122272014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12228 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12229
12230 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12231 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12232 and strpbrk-ppc64 objects.
12233 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12234 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12235 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12236 multiarch strpbrk for POWER7.
12237 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12238 multiarch strpbrk for PPC64.
12239 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12240 ifunc selector.
12241 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12242 strpbrk for POWER7.
12243
8c92dfff
JM
122442014-03-20 Joseph Myers <joseph@codesourcery.com>
12245
12246 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12247 (atan_test): Likewise.
12248 (atanh_test_data): Use NO_TEST_INLINE for two tests.
12249 (atanh_test): Use ALL_RM_TEST.
12250 (atan2_test_data): Likewise.
12251 (cabs_test): Likewise.
12252 (cacosh_test): Likewise.
12253 (carg_test): Likewise.
12254 (casin_test): Likewise.
12255 (casinh_test): Likewise.
12256 (cbrt_test): Likewise.
12257 (csqrt_test): Likewise.
12258 (erf_test): Likewise.
12259 (erfc_test): Likewise.
12260 (pow10_test): Likewise.
12261 (exp2_test): Likewise.
12262 (hypot_test): Likewise.
12263 (j0_test): Likewise.
12264 (j1_test): Likewise.
12265 (lgamma_test): Likewise.
12266 (gamma_test): Likewise.
12267 (sincos_test): Likewise.
12268 (tanh_test): Likewise.
12269 (y0_test): Likewise.
12270 (y1_test): Likewise.
12271 * sysdeps/i386/fpu/libm-test-ulps: Update.
12272 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12273
6eaf95cb
AZ
122742014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12275
a387428c
SP
12276 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12277 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
12278 and strcspn-ppc64 objects.
12279 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12280 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12281 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12282 multiarch strcspn for POWER7.
12283 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12284 multiarch strcspn for PPC64.
12285 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12286 ifunc selector.
12287 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12288 strcspn for POWER7.
12289
ae3a5dff
JM
122902014-03-20 Joseph Myers <joseph@codesourcery.com>
12291
12292 * math/gen-libm-test.pl (generate_testfile): Expect only function
12293 name as argument to AUTO_TESTS_* and pass results for all rounding
12294 modes to parse_args.
12295 (parse_auto_input): Separate inputs of automatic tests from
12296 outputs before storing in %auto_tests.
12297 * math/libm-test.inc (acos_test_data): Update call to
12298 AUTO_TESTS_f_f.
12299 (acos_test): Use ALL_RM_TEST.
12300 (acos_tonearest_test_data): Remove.
12301 (acos_test_tonearest): Likewise.
12302 (acos_towardzero_test_data): Likewise.
12303 (acos_test_towardzero): Likewise.
12304 (acos_downward_test_data): Likewise.
12305 (acos_test_downward): Likewise.
12306 (acos_upward_test_data): Likewise.
12307 (acos_test_upward): Likewise.
12308 (acosh_test_data): Update call to AUTO_TESTS_f_f.
12309 (asin_test_data): Likewise.
12310 (asin_test): Use ALL_RM_TEST.
12311 (asin_tonearest_test_data): Remove.
12312 (asin_test_tonearest): Likewise.
12313 (asin_towardzero_test_data): Likewise.
12314 (asin_test_towardzero): Likewise.
12315 (asin_downward_test_data): Likewise.
12316 (asin_test_downward): Likewise.
12317 (asin_upward_test_data): Likewise.
12318 (asin_test_upward): Likewise.
12319 (asinh_test_data): Update call to AUTO_TESTS_f_f.
12320 (atan_test_data): Likewise.
12321 (atanh_test_data): Likewise.
12322 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12323 (cabs_test_data): Update call to AUTO_TESTS_c_f.
12324 (carg_test_data): Likewise.
12325 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12326 (ccos_test_data): Update call to AUTO_TESTS_c_c.
12327 (ccosh_test_data): Likewise.
12328 (cexp_test_data): Likewise.
12329 (clog_test_data): Likewise.
12330 (clog10_test_data): Likewise.
12331 (cos_test_data): Update call to AUTO_TESTS_f_f.
12332 (cos_test): Use ALL_RM_TEST.
12333 (cos_tonearest_test_data): Remove.
12334 (cos_test_tonearest): Likewise.
12335 (cos_towardzero_test_data): Likewise.
12336 (cos_test_towardzero): Likewise.
12337 (cos_downward_test_data): Likewise.
12338 (cos_test_downward): Likewise.
12339 (cos_upward_test_data): Likewise.
12340 (cos_test_upward): Likewise.
12341 (cosh_test_data): Update call to AUTO_TESTS_f_f.
12342 (cosh_test): Use ALL_RM_TEST.
12343 (cosh_tonearest_test_data): Remove.
12344 (cosh_test_tonearest): Likewise.
12345 (cosh_towardzero_test_data): Likewise.
12346 (cosh_test_towardzero): Likewise.
12347 (cosh_downward_test_data): Likewise.
12348 (cosh_test_downward): Likewise.
12349 (cosh_upward_test_data): Likewise.
12350 (cosh_test_upward): Likewise.
12351 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12352 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12353 (ctan_test_data): Likewise.
12354 (ctan_test): Use ALL_RM_TEST.
12355 (ctan_tonearest_test_data): Remove.
12356 (ctan_test_tonearest): Likewise.
12357 (ctan_towardzero_test_data): Likewise.
12358 (ctan_test_towardzero): Likewise.
12359 (ctan_downward_test_data): Likewise.
12360 (ctan_test_downward): Likewise.
12361 (ctan_upward_test_data): Likewise.
12362 (ctan_test_upward): Likewise.
12363 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12364 (ctanh_test): Use ALL_RM_TEST.
12365 (ctanh_tonearest_test_data): Remove.
12366 (ctanh_test_tonearest): Likewise.
12367 (ctanh_towardzero_test_data): Likewise.
12368 (ctanh_test_towardzero): Likewise.
12369 (ctanh_downward_test_data): Likewise.
12370 (ctanh_test_downward): Likewise.
12371 (ctanh_upward_test_data): Likewise.
12372 (ctanh_test_upward): Likewise.
12373 (erf_test_data): Update call to AUTO_TESTS_f_f.
12374 (erfc_test_data): Likewise.
12375 (exp_test_data): Likewise.
12376 (exp_test): Use ALL_RM_TEST.
12377 (exp_tonearest_test_data): Remove.
12378 (exp_test_tonearest): Likewise.
12379 (exp_towardzero_test_data): Likewise.
12380 (exp_test_towardzero): Likewise.
12381 (exp_downward_test_data): Likewise.
12382 (exp_test_downward): Likewise.
12383 (exp_upward_test_data): Likewise.
12384 (exp_test_upward): Likewise.
12385 (exp10_test_data): Update call to AUTO_TESTS_f_f.
12386 (exp10_test): Use ALL_RM_TEST.
12387 (exp10_tonearest_test_data): Remove.
12388 (exp10_test_tonearest): Likewise.
12389 (exp10_towardzero_test_data): Likewise.
12390 (exp10_test_towardzero): Likewise.
12391 (exp10_downward_test_data): Likewise.
12392 (exp10_test_downward): Likewise.
12393 (exp10_upward_test_data): Likewise.
12394 (exp10_test_upward): Likewise.
12395 (exp2_test_data): Update call to AUTO_TESTS_f_f.
12396 (expm1_test_data): Likewise.
12397 (expm1_test): Use ALL_RM_TEST.
12398 (expm1_tonearest_test_data): Remove.
12399 (expm1_test_tonearest): Likewise.
12400 (expm1_towardzero_test_data): Likewise.
12401 (expm1_test_towardzero): Likewise.
12402 (expm1_downward_test_data): Likewise.
12403 (expm1_test_downward): Likewise.
12404 (expm1_upward_test_data): Likewise.
12405 (expm1_test_upward): Likewise.
12406 (fma_test_data): Update call to AUTO_TESTS_fff_f.
12407 (fma_test): Use ALL_RM_TEST.
12408 (fma_towardzero_test_data): Remove.
12409 (fma_test_towardzero): Likewise.
12410 (fma_downward_test_data): Likewise.
12411 (fma_test_downward): Likewise.
12412 (fma_upward_test_data): Likewise.
12413 (fma_test_upward): Likewise.
12414 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12415 (j0_test_data): Update call to AUTO_TESTS_f_f.
12416 (j1_test_data): Likewise.
12417 (jn_test_data): Update call to AUTO_TESTS_if_f.
12418 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12419 (log_test_data): Update call to AUTO_TESTS_f_f.
12420 (log10_test_data): Likewise.
12421 (log1p_test_data): Likewise.
12422 (log2_test_data): Likewise.
12423 (pow_test_data): Update call to AUTO_TESTS_ff_f.
12424 (pow_tonearest_test_data): Likewise.
12425 (sin_test_data): Update call to AUTO_TESTS_f_f.
12426 (sin_test): Use ALL_RM_TEST.
12427 (sin_tonearest_test_data): Remove.
12428 (sin_test_tonearest): Likewise.
12429 (sin_towardzero_test_data): Likewise.
12430 (sin_test_towardzero): Likewise.
12431 (sin_downward_test_data): Likewise.
12432 (sin_test_downward): Likewise.
12433 (sin_upward_test_data): Likewise.
12434 (sin_test_upward): Likewise.
12435 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12436 (sinh_test_data): Update call to AUTO_TESTS_f_f.
12437 (sinh_test): Use ALL_RM_TEST.
12438 (sinh_tonearest_test_data): Remove.
12439 (sinh_test_tonearest): Likewise.
12440 (sinh_towardzero_test_data): Likewise.
12441 (sinh_test_towardzero): Likewise.
12442 (sinh_downward_test_data): Likewise.
12443 (sinh_test_downward): Likewise.
12444 (sinh_upward_test_data): Likewise.
12445 (sinh_test_upward): Likewise.
12446 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12447 (sqrt_test): Use ALL_RM_TEST.
12448 (sqrt_tonearest_test_data): Remove.
12449 (sqrt_test_tonearest): Likewise.
12450 (sqrt_towardzero_test_data): Likewise.
12451 (sqrt_test_towardzero): Likewise.
12452 (sqrt_downward_test_data): Likewise.
12453 (sqrt_test_downward): Likewise.
12454 (sqrt_upward_test_data): Likewise.
12455 (sqrt_test_upward): Likewise.
12456 (tan_test_data): Update call to AUTO_TESTS_f_f.
12457 (tan_test): Use ALL_RM_TEST.
12458 (tan_tonearest_test_data): Remove.
12459 (tan_test_tonearest): Likewise.
12460 (tan_towardzero_test_data): Likewise.
12461 (tan_test_towardzero): Likewise.
12462 (tan_downward_test_data): Likewise.
12463 (tan_test_downward): Likewise.
12464 (tan_upward_test_data): Likewise.
12465 (tan_test_upward): Likewise.
12466 (tanh_test_data): Update call to AUTO_TESTS_f_f.
12467 (tgamma_test_data): Likewise.
12468 (y0_test_data): Likewise.
12469 (y1_test_data): Likewise.
12470 (yn_test_data): Update call to AUTO_TESTS_if_f.
12471 (main): Do not call removed functions.
12472
d71aeee8
JM
124732014-03-19 Joseph Myers <joseph@codesourcery.com>
12474
12475 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12476 (ldexp_test_data): Remove.
12477 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
12478 scalbn_test_data.
12479 (scalb_test): Use ALL_RM_TEST.
12480
baaf1ded
AS
124812014-03-19 Andreas Schwab <schwab@suse.de>
12482
12483 * nscd/nscd.service: Also invalidate netgroup cache on reload.
12484
b1115e91
JM
124852014-03-19 Joseph Myers <joseph@codesourcery.com>
12486
12487 [BZ #16649]
12488 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12489 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12490 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12491 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12492 (__ASSUME_PREADV): Undefine.
12493 (__ASSUME_PWRITEV): Likewise.
12494
0283ecca
RM
124952014-03-18 Roland McGrath <roland@hack.frob.com>
12496
7d375303
RM
12497 * bits/mman-linux.h: Add comment about non-Linux use.
12498 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12499 bits/mman-linux.h resting place.
12500
0283ecca
RM
12501 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12502 * bits/mman-linux.h: ... here.
12503
aebe1003
AZ
125042014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12505
12506 * conform/conformtest.pl: Add standard definition when calling C
12507 preprocessor on data files.
12508 (checknamespace): Remove unused variable.
12509
b29b6bb8
JM
125102014-03-18 Joseph Myers <joseph@codesourcery.com>
12511
12512 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12513 minus_oflow, plus_uflow and minus_uflow in expected results.
12514 * math/libm-test.inc (scalbn_test_data): Add more tests of
12515 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
12516 minus_uflow.
12517 (scalbn_test): Use ALL_RM_TEST.
12518 (scalbln_test_data): Add more tests of negative arguments. Use
12519 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12520 (scalbln_test): Use ALL_RM_TEST.
12521
c8f8fa15
RM
125222014-03-18 Roland McGrath <roland@hack.frob.com>
12523
12524 * scripts/abilist.awk: Ignore symbols marked with .hidden.
12525
fede7a5f
WN
125262014-03-18 Will Newton <will.newton@linaro.org>
12527
12528 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12529 inaccurate comment.
12530
80cf0a58
JM
125312014-03-18 Joseph Myers <joseph@codesourcery.com>
12532
12533 * Makerules [!subdir] (check-abi): Exit with error status if a
12534 test failed.
12535
b3620862
JM
125362014-03-17 Joseph Myers <joseph@codesourcery.com>
12537
12538 * math/libm-test.inc (nearbyint_test_data): Include all tests used
12539 for rint. Include results for all rounding modes.
12540 (nearbyint_test): Use ALL_RM_TEST.
12541 (rint_test_data): Include all tests used for nearbyint.
12542
788bba36
WN
125432014-03-17 Will Newton <will.newton@linaro.org>
12544
04ec140a
WN
12545 * nptl/sysdeps/pthread/pthread.h: Revert previous
12546 change.
12547
7579d8d5
WN
12548 * sysdeps/generic/ldsodefs.h: Revert previous
12549 change.
12550
c15cf13a
WN
12551 * libio/genops.c: Revert previous change.
12552 * libio/libioP.h: Likewise.
12553 * stdio-common/vfprintf.c: Likewise.
12554
d0ac1324
WN
12555 * sysdeps/generic/math_private.h: Revert previous
12556 change.
12557
9290130a
WN
12558 * sysdeps/generic/math_private.h: Check whether
12559 HAVE_RM_CTX is defined with #ifdef rather
12560 than #if.
12561
afb466fc
WN
12562 * argp/argp-fmtstream.h: Check whether
12563 __STRICT_ANSI__ is defined with #ifdef rather
12564 than #if.
12565 * argp/argp.h: Likewise.
12566
f7efd7c3
WN
12567 * libio/genops.c: Check whether
12568 _IO_JUMPS_OFFSET is defined with #ifdef rather
12569 than #if.
12570 * libio/libioP.h: Likewise.
12571 * stdio-common/vfprintf.c: Likewise.
12572
53f1bed3
WN
12573 * sysdeps/generic/ldsodefs.h: Check whether
12574 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12575 than #if.
12576
788bba36
WN
12577 * nptl/sysdeps/pthread/pthread.h: Check
12578 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12579 its value.
12580
fcd89ebe
SP
125812014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12582
ae42bbc5
SP
12583 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12584 setting O_APPEND.
12585 * libio/tst-ftell-active-handler.c (do_append_test): Add a
12586 test case.
12587
ea33158c
SP
12588 [BZ #16680]
12589 * libio/fileops.c (_IO_file_open): Seek to end of file but
12590 don't cache the offset.
12591 (get_file_offset): Remove function.
12592 (do_ftell): Use cached offset when available.
12593 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12594 don't cache the offset.
12595 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12596 case.
12597 (do_one_test): Call it.
12598 (do_ftell_test): Fix up expected old offset for a+ mode.
12599 * libio/wfileops.c (do_ftell_wide): Used cached offset when
12600 available.
12601
b1dbb426
SP
12602 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12603 up test status with function return status.
12604 (do_write_test): Likewise.
12605 (do_append_test): Likewise.
12606
fcd89ebe
SP
12607 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12608 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12609 Remove.
12610
9962a2d3
JM
126112014-03-17 Joseph Myers <joseph@codesourcery.com>
12612
12613 * math/gen-libm-test.pl (parse_args): Handle results specified for
12614 each rounding mode separately.
12615 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12616 tests and results from lrint_tonearest_test_data,
12617 lrint_towardzero_test_data, lrint_downward_test_data and
12618 lrint_upward_test_data.
12619 (lrint_test): Use ALL_RM_TEST.
12620 (lrint_tonearest_test_data): Remove.
12621 (lrint_test_tonearest): Likewise.
12622 (lrint_towardzero_test_data): Likewise.
12623 (lrint_test_towardzero): Likewise.
12624 (lrint_downward_test_data): Likewise.
12625 (lrint_test_downward): Likewise.
12626 (lrint_upward_test_data): Likewise.
12627 (lrint_test_upward): Likewise.
12628 (llrint_test_data): Merge in per-rounding-mode tests and results
12629 from llrint_tonearest_test_data, llrint_towardzero_test_data,
12630 llrint_downward_test_data and llrint_upward_test_data.
12631 (llrint_test): Use ALL_RM_TEST.
12632 (llrint_tonearest_test_data): Remove.
12633 (llrint_test_tonearest): Likewise.
12634 (llrint_towardzero_test_data): Likewise.
12635 (llrint_test_towardzero): Likewise.
12636 (llrint_downward_test_data): Likewise.
12637 (llrint_test_downward): Likewise.
12638 (llrint_upward_test_data): Likewise.
12639 (llrint_test_upward): Likewise.
12640 (rint_test_data): Merge in per-rounding-mode tests and results
12641 from rint_tonearest_test_data, rint_towardzero_test_data,
12642 rint_downward_test_data and rint_upward_test_data. Add
12643 per-rounding-mode results for tests not in those arrays.
12644 (rint_test): Use ALL_RM_TEST.
12645 (rint_tonearest_test_data): Remove.
12646 (rint_test_tonearest): Likewise.
12647 (rint_towardzero_test_data): Likewise.
12648 (rint_test_towardzero): Likewise.
12649 (rint_downward_test_data): Likewise.
12650 (rint_test_downward): Likewise.
12651 (rint_upward_test_data): Likewise.
12652 (rint_test_upward): Likewise.
12653 (main): Don't call removed functions.
12654
5006148e
RM
126552014-03-14 Roland McGrath <roland@hack.frob.com>
12656
12657 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12658 "Compiled on ..." crapola. It is anti-useful.
12659
d6fe5e58
JM
126602014-03-14 Joseph Myers <joseph@codesourcery.com>
12661
12662 * scripts/evaluate-test.sh: Handle fourth argument to determine
12663 whether test run should stop on failure.
12664 * Makeconfig (stop-on-test-failure): New variable.
12665 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12666 $(stop-on-test-failure).
12667 * Makefile (tests): Give a summary of results from testing and
12668 exit with failure status if they include an ERROR or FAIL.
12669 (xtests): Likewise.
12670 * manual/install.texi (Configuring and compiling): Mention
12671 stop-on-test-failure=y.
12672 * INSTALL: Regenerated.
12673
498a2233
RM
126742014-03-14 Roland McGrath <roland@hack.frob.com>
12675
22dbc19d
RM
12676 * scripts/versionlist.awk: New file.
12677 * Makerules [$(build-shared) = yes]
12678 (postclean-generated): Add Versions.def, not Versions.def.v and
12679 Versions.def.v.i.
12680 ($(common-objpfx)Versions.def.v.i): Target removed.
12681 ($(common-objpfx)Versions.def): New target.
12682 ($(common-objpfx)Versions.all): Depend on that rather that
12683 $(common-objpfx)Versions.def.v.
12684 * Versions.def: File removed.
12685
498a2233
RM
12686 * Makeconfig (+gccwarn): Add -Wundef.
12687 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12688 a dl-sysdep.h breaking its contract.
12689 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12690 * include/stackinfo.h: New file.
12691 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12692 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12693 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12694 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12695 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12696 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12697 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12698 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12699 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12700 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12701 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12702 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12703 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12704 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12705 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12706
c7de5025
AZ
127072014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12708
12709 [BZ #16707]
12710 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12711 implementation.
12712 * math/libm-test.inc (round_test_data): Add more tests.
12713
98fb27a3
AZ
12714 [BZ #16706]
12715 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12716 implementation.
12717 * math/libm-test.inc (nearbyint_test_data): Add more tests.
12718
374f7f61
AZ
12719 [BZ #16701]
12720 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12721 implementation.
12722 * math/libm-test.inc (ceil_test_data): Add more tests.
12723
4655c291
AZ
12724 * math/libm-test.inc (trunc_test_data): Add more tests related to
12725 BZ#16414.
12726
d7329d4b
RM
127272014-03-14 Roland McGrath <roland@hack.frob.com>
12728
12729 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12730 with #if rather than #ifdef.
12731 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12732
aa4de9ce
L
127332014-03-14 H.J. Lu <hongjiu.lu@intel.com>
12734
12735 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12736 first. Disable AVX-512 GCC support if assembler doesn't support
12737 it.
12738 * sysdeps/x86_64/configure: Regenerated.
12739
2e03fae7
CD
127402014-03-13 Carlos O'Donell <carlos@redhat.com>
12741
12742 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12743 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12744 (__old_pthread_attr_setstack): Likewise.
12745 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12746 [!_STACK_GROWS_DOWN]: Likewise.
12747
43ca83ec
MF
127482014-03-13 Mike Frysinger <vapier@gentoo.org>
12749
12750 * config.make.in (have-bash2): Delete.
12751 * configure.ac (libc_cv_have_bash2): Delete.
12752 * configure: Regenerate.
12753 * elf/Makefile (common-ldd-rewrite): Rename to ...
12754 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
12755 (sh-ldd-rewrite): Delete.
12756 (bash-ldd-rewrite): Delete.
12757 (have-bash2): Delete checks.
57f41c40
AS
12758 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12759 ldd-rewrite.
c66e48b4
MF
12760
12761 * config.make.in (have-ksh): Delete.
12762 (KSH): Delete.
12763 * configure.ac (libc_cv_have_ksh): Delete.
12764 * configure: Regenerate.
12765
b93834ef
MF
12766 * elf/Makefile: Delete $(have-ksh) check.
12767 ($(objpfx)sotruss): Change KSH to BASH.
12768 * elf/sotruss.ksh: Rename to ...
12769 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
12770 function style to match POSIX. Drop ksh vim mode setting.
12771
f3a4632a
MF
12772 * manual/time.texi (Specifying the Time Zone with TZ): Change
12773 Tuesday to Thursday.
12774
5896c8bd
MF
12775 * debug/tst-longjmp_chk2.c: Update header comment.
12776 (stackoverflow_handler): Add comment. Call assert on pass value.
12777
2d63a517
IZ
127782014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
12779
7e54fd04 12780 [BZ #16194]
2d63a517
IZ
12781 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12782 (HAVE_AVX512_ASM_SUPPORT): Likewise.
12783 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12784 (La_x86_64_vector): Add zmm.
12785 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12786 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12787 ($(objpfx)tst-audit10): New target.
12788 ($(objpfx)tst-audit10.out): Likewise.
12789 (tst-audit10-ENV): New.
12790 (AVX512-CFLAGS): Likewise.
12791 (CFLAGS-tst-audit10.c): Likewise.
12792 (CFLAGS-tst-auditmod10a.c): Likewise.
12793 (CFLAGS-tst-auditmod10b.c): Likewise.
12794 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12795 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12796 * sysdeps/x86_64/configure: Regenerated.
12797 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12798 AVX-512 zmm register support.
12799 (_dl_x86_64_save_sse): Likewise.
12800 (_dl_x86_64_restore_sse): Likewise.
12801 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12802 size vector registers.
12803 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12804 (ZMM_SIZE): Likewise.
12805 * sysdeps/x86_64/tst-audit10.c: New file.
12806 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12807 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12808
44c4e5d5
RM
128092014-03-13 Roland McGrath <roland@hack.frob.com>
12810
12811 * configure.ac (HAVE_EHDR_START): New check.
12812 * configure: Regenerated.
12813 * config.h.in (HAVE_EHDR_START): New #undef.
12814 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12815 assuming the lowest-addressed segment maps the start of the file.
12816
acd6e389
JM
128172014-03-13 Joseph Myers <joseph@codesourcery.com>
12818
12819 * INSTALL: Regenerated.
12820
6f918f36
WN
128212014-03-13 Will Newton <will.newton@linaro.org>
12822
12823 * manual/setjmp.texi (System V contexts): Improve
12824 clarity and grammar of documentation.
12825
798212a0
PP
128262014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
12827
12828 [BZ #16381]
798212a0 12829 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 12830 (tests-pie): Add tst-pie2.
798212a0
PP
12831 * elf/tst-pie2.c: New file.
12832 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12833 for ET_EXEC.
12834 * elf/rtld.c (map_doit): Load executable as lt_executable.
12835 (dl_main): Likewise.
12836
abe6d90c
JM
128372014-03-12 Joseph Myers <joseph@codesourcery.com>
12838
12839 [BZ #16642]
12840 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12841 (__ASSUME_PSELECT): Undefine.
12842
dd3946c6
AZ
128432014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12844
12845 [BZ #16689]
12846 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12847 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12848 static build.
12849 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12850 selector for static builds.
12851
c44496df
SP
128522014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
12853
12854 [BZ #16695]
12855 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12856 key in the buffer.
12857
27c7220a
AZ
128582014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12859
57f41c40
AS
12860 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12861 IFUNC selector for static builds.
27c7220a 12862
600fa361
JM
128632014-03-11 Joseph Myers <joseph@codesourcery.com>
12864
76c96cf7
JM
12865 * sysdeps/mips/math_private.h [__mips_hard_float]
12866 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12867 libc_feresetround_mips_ctx.
12868 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12869 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12870 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12871
600fa361
JM
12872 [BZ #16677]
12873 * math/s_nextafter.c (__nextafter): Do not return value from
12874 overflowing computation.
12875 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12876 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12877 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12878 Likewise.
12879 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12880 Likewise.
12881 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12882 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12883
d7706c32
RM
128842014-03-11 Roland McGrath <roland@hack.frob.com>
12885
12886 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12887 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12888 Move sfi_sp use from the load-multiple (that no longer sets sp) to
12889 the new mov targetting sp.
12890
4facea47
AZ
128912014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12892
12893 [BZ #16683]
12894 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12895 Define it for static builds as well.
12896 (NO_BZERO_IMPL): Likewise.
12897
e65caf1f
VR
128982014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12899
12900 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12901 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12902 multiarch strspn for PPC64.
12903 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12904 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12905 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12906 (__libc_ifunc_impl_list): Likewise.
12907 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12908 multiarch optimizations
12909 * string/strspn.c (strspn): Using macro to redefine symbol name.
12910
ba9cc071
AZ
129112014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12912 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12913
12914 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12915 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12916 multiarch strncat for PPC64.
12917 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12918 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12919 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12920 (__libc_ifunc_impl_list): Likewise.
12921 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12922 multiarch optimizations
12923
8b4ff974
SP
129242014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12925
12926 [BZ #16639]
12927 * nscd/nscd.service: Make service type forking.
12928
54b46a4b
AZ
129292014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12930
12931 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12932 sign in non default rounding modes.
12933 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12934
e9996ef7
JM
129352014-03-08 Joseph Myers <joseph@codesourcery.com>
12936
12937 * math/libm-test.inc (ALL_RM_TEST): New macro.
12938 (ceil_test): Use ALL_RM_TEST.
12939 (cimag_test): Likewise.
12940 (conj_test): Likewise.
12941 (copysign_test): Likewise.
12942 (cproj_test): Likewise.
12943 (creal_test): Likewise.
12944 (fabs_test): Likewise.
12945 (floor_test): Likewise.
12946 (fmax_test): Likewise.
12947 (fmin_test): Likewise.
12948 (fmod_test): Likewise.
12949 (fpclassify_test): Likewise.
12950 (frexp_test): Likewise.
12951 (ilogb_test): Likewise.
12952 (isfinite_test): Likewise.
12953 (finite_test): Likewise.
12954 (isgreater_test): Likewise.
12955 (isgreaterequal_test): Likewise.
12956 (isinf_test): Likewise.
12957 (isless_test): Likewise.
12958 (islessequal_test): Likewise.
12959 (islessgreater_test): Likewise.
12960 (isnan_test): Likewise.
12961 (isnormal_test): Likewise.
12962 (issignaling_test): Likewise.
12963 (isunordered_test): Likewise.
12964 (logb_test): Likewise.
12965 (logb_downward_test_data): Remove.
12966 (logb_test_downward): Likewise.
12967 (lround_test): Use ALL_RM_TEST.
12968 (llround_test): Likewise.
12969 (modf_test): Likewise.
12970 (nexttoward_test): Likewise.
12971 (remainder_test): Likewise.
12972 (drem_test): Likewise.
12973 (remainder_tonearest_test_data): Likewise.
12974 (remainder_test_tonearest): Likewise.
12975 (drem_test_tonearest): Likewise.
12976 (remainder_towardzero_test_data): Likewise.
12977 (remainder_test_towardzero): Likewise.
12978 (drem_test_towardzero): Likewise.
12979 (remainder_downward_test_data): Likewise.
12980 (remainder_test_downward): Likewise.
12981 (drem_test_downward): Likewise.
12982 (remainder_upward_test_data): Likewise.
12983 (remainder_test_upward): Likewise.
12984 (drem_test_upward): Likewise.
12985 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
12986 (round_test): Use ALL_RM_TEST.
12987 (signbit_test): Likewise.
12988 (trunc_test): Likewise.
12989 (significand_test): Likewise.
12990 (main): Don't call removed functions.
12991
bc61d27c
JM
129922014-03-07 Joseph Myers <joseph@codesourcery.com>
12993
5c780849
JM
12994 [BZ #16674]
12995 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12996 || __USE_XOPEN2K8].
12997 (ILL_ILLOPN): Likewise.
12998 (ILL_ILLADR): Likewise.
12999 (ILL_ILLTRP): Likewise.
13000 (ILL_PRVOPC): Likewise.
13001 (ILL_PRVREG): Likewise.
13002 (ILL_COPROC): Likewise.
13003 (ILL_BADSTK): Likewise.
13004 (FPE_INTDIV): Likewise.
13005 (FPE_INTOVF): Likewise.
13006 (FPE_FLTDIV): Likewise.
13007 (FPE_FLTOVF): Likewise.
13008 (FPE_FLTUND): Likewise.
13009 (FPE_FLTRES): Likewise.
13010 (FPE_FLTINV): Likewise.
13011 (FPE_FLTSUB): Likewise.
13012 (SEGV_MAPERR): Likewise.
13013 (SEGV_ACCERR): Likewise.
13014 (BUS_ADRALN): Likewise.
13015 (BUS_ADRERR): Likewise.
13016 (BUS_OBJERR): Likewise.
13017 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13018 (TRAP_TRACE): Likewise.
13019 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13020 __USE_XOPEN2K8].
13021 (CLD_KILLED): Likewise.
13022 (CLD_DUMPED): Likewise.
13023 (CLD_TRAPPED): Likewise.
13024 (CLD_STOPPED): Likewise.
13025 (CLD_CONTINUED): Likewise.
13026 (POLL_IN): Likewise.
13027 (POLL_OUT): Likewise.
13028 (POLL_MSG): Likewise.
13029 (POLL_ERR): Likewise.
13030 (POLL_PRI): Likewise.
13031 (POLL_HUP): Likewise.
13032 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13033 Likewise.
13034 (ILL_ILLOPN): Likewise.
13035 (ILL_ILLADR): Likewise.
13036 (ILL_ILLTRP): Likewise.
13037 (ILL_PRVOPC): Likewise.
13038 (ILL_PRVREG): Likewise.
13039 (ILL_COPROC): Likewise.
13040 (ILL_BADSTK): Likewise.
13041 (FPE_INTDIV): Likewise.
13042 (FPE_INTOVF): Likewise.
13043 (FPE_FLTDIV): Likewise.
13044 (FPE_FLTOVF): Likewise.
13045 (FPE_FLTUND): Likewise.
13046 (FPE_FLTRES): Likewise.
13047 (FPE_FLTINV): Likewise.
13048 (FPE_FLTSUB): Likewise.
13049 (SEGV_MAPERR): Likewise.
13050 (SEGV_ACCERR): Likewise.
13051 (BUS_ADRALN): Likewise.
13052 (BUS_ADRERR): Likewise.
13053 (BUS_OBJERR): Likewise.
13054 (BUS_MCEERR_AR): Likewise.
13055 (BUS_MCEERR_AO): Likewise.
13056 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13057 (TRAP_TRACE): Likewise.
13058 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13059 __USE_XOPEN2K8].
13060 (CLD_KILLED): Likewise.
13061 (CLD_DUMPED): Likewise.
13062 (CLD_TRAPPED): Likewise.
13063 (CLD_STOPPED): Likewise.
13064 (CLD_CONTINUED): Likewise.
13065 (POLL_IN): Likewise.
13066 (POLL_OUT): Likewise.
13067 (POLL_MSG): Likewise.
13068 (POLL_ERR): Likewise.
13069 (POLL_PRI): Likewise.
13070 (POLL_HUP): Likewise.
13071 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13072 (ILL_ILLOPN): Likewise.
13073 (ILL_ILLADR): Likewise.
13074 (ILL_ILLTRP): Likewise.
13075 (ILL_PRVOPC): Likewise.
13076 (ILL_PRVREG): Likewise.
13077 (ILL_COPROC): Likewise.
13078 (ILL_BADSTK): Likewise.
13079 (FPE_INTDIV): Likewise.
13080 (FPE_INTOVF): Likewise.
13081 (FPE_FLTDIV): Likewise.
13082 (FPE_FLTOVF): Likewise.
13083 (FPE_FLTUND): Likewise.
13084 (FPE_FLTRES): Likewise.
13085 (FPE_FLTINV): Likewise.
13086 (FPE_FLTSUB): Likewise.
13087 (SEGV_MAPERR): Likewise.
13088 (SEGV_ACCERR): Likewise.
13089 (BUS_ADRALN): Likewise.
13090 (BUS_ADRERR): Likewise.
13091 (BUS_OBJERR): Likewise.
13092 (BUS_MCEERR_AR): Likewise.
13093 (BUS_MCEERR_AO): Likewise.
13094 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13095 (TRAP_TRACE): Likewise.
13096 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13097 __USE_XOPEN2K8].
13098 (CLD_KILLED): Likewise.
13099 (CLD_DUMPED): Likewise.
13100 (CLD_TRAPPED): Likewise.
13101 (CLD_STOPPED): Likewise.
13102 (CLD_CONTINUED): Likewise.
13103 (POLL_IN): Likewise.
13104 (POLL_OUT): Likewise.
13105 (POLL_MSG): Likewise.
13106 (POLL_ERR): Likewise.
13107 (POLL_PRI): Likewise.
13108 (POLL_HUP): Likewise.
13109 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13110 Likewise.
13111 (ILL_ILLOPN): Likewise.
13112 (ILL_ILLADR): Likewise.
13113 (ILL_ILLTRP): Likewise.
13114 (ILL_PRVOPC): Likewise.
13115 (ILL_PRVREG): Likewise.
13116 (ILL_COPROC): Likewise.
13117 (ILL_BADSTK): Likewise.
13118 (ILL_BADIADDR): Likewise.
13119 (ILL_BREAK): Likewise.
13120 (FPE_INTDIV): Likewise.
13121 (FPE_INTOVF): Likewise.
13122 (FPE_FLTDIV): Likewise.
13123 (FPE_FLTOVF): Likewise.
13124 (FPE_FLTUND): Likewise.
13125 (FPE_FLTRES): Likewise.
13126 (FPE_FLTINV): Likewise.
13127 (FPE_FLTSUB): Likewise.
13128 (FPE_DECOVF): Likewise.
13129 (FPE_DECDIV): Likewise.
13130 (FPE_DECERR): Likewise.
13131 (FPE_INVASC): Likewise.
13132 (FPE_INVDEC): Likewise.
13133 (SEGV_MAPERR): Likewise.
13134 (SEGV_ACCERR): Likewise.
13135 (SEGV_PSTKOVF): Likewise.
13136 (BUS_ADRALN): Likewise.
13137 (BUS_ADRERR): Likewise.
13138 (BUS_OBJERR): Likewise.
13139 (BUS_MCEERR_AR): Likewise.
13140 (BUS_MCEERR_AO): Likewise.
13141 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13142 (TRAP_TRACE): Likewise.
13143 (TRAP_BRANCH): Likewise.
13144 (TRAP_HWBKPT): Likewise.
13145 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13146 __USE_XOPEN2K8].
13147 (CLD_KILLED): Likewise.
13148 (CLD_DUMPED): Likewise.
13149 (CLD_TRAPPED): Likewise.
13150 (CLD_STOPPED): Likewise.
13151 (CLD_CONTINUED): Likewise.
13152 (POLL_IN): Likewise.
13153 (POLL_OUT): Likewise.
13154 (POLL_MSG): Likewise.
13155 (POLL_ERR): Likewise.
13156 (POLL_PRI): Likewise.
13157 (POLL_HUP): Likewise.
13158 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13159 (ILL_ILLOPN): Likewise.
13160 (ILL_ILLADR): Likewise.
13161 (ILL_ILLTRP): Likewise.
13162 (ILL_PRVOPC): Likewise.
13163 (ILL_PRVREG): Likewise.
13164 (ILL_COPROC): Likewise.
13165 (ILL_BADSTK): Likewise.
13166 (FPE_INTDIV): Likewise.
13167 (FPE_INTOVF): Likewise.
13168 (FPE_FLTDIV): Likewise.
13169 (FPE_FLTOVF): Likewise.
13170 (FPE_FLTUND): Likewise.
13171 (FPE_FLTRES): Likewise.
13172 (FPE_FLTINV): Likewise.
13173 (FPE_FLTSUB): Likewise.
13174 (SEGV_MAPERR): Likewise.
13175 (SEGV_ACCERR): Likewise.
13176 (BUS_ADRALN): Likewise.
13177 (BUS_ADRERR): Likewise.
13178 (BUS_OBJERR): Likewise.
13179 (BUS_MCEERR_AR): Likewise.
13180 (BUS_MCEERR_AO): Likewise.
13181 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13182 (TRAP_TRACE): Likewise.
13183 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13184 __USE_XOPEN2K8].
13185 (CLD_KILLED): Likewise.
13186 (CLD_DUMPED): Likewise.
13187 (CLD_TRAPPED): Likewise.
13188 (CLD_STOPPED): Likewise.
13189 (CLD_CONTINUED): Likewise.
13190 (POLL_IN): Likewise.
13191 (POLL_OUT): Likewise.
13192 (POLL_MSG): Likewise.
13193 (POLL_ERR): Likewise.
13194 (POLL_PRI): Likewise.
13195 (POLL_HUP): Likewise.
13196 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13197 (ILL_ILLOPN): Likewise.
13198 (ILL_ILLADR): Likewise.
13199 (ILL_ILLTRP): Likewise.
13200 (ILL_PRVOPC): Likewise.
13201 (ILL_PRVREG): Likewise.
13202 (ILL_COPROC): Likewise.
13203 (ILL_BADSTK): Likewise.
13204 (FPE_INTDIV): Likewise.
13205 (FPE_INTOVF): Likewise.
13206 (FPE_FLTDIV): Likewise.
13207 (FPE_FLTOVF): Likewise.
13208 (FPE_FLTUND): Likewise.
13209 (FPE_FLTRES): Likewise.
13210 (FPE_FLTINV): Likewise.
13211 (FPE_FLTSUB): Likewise.
13212 (SEGV_MAPERR): Likewise.
13213 (SEGV_ACCERR): Likewise.
13214 (BUS_ADRALN): Likewise.
13215 (BUS_ADRERR): Likewise.
13216 (BUS_OBJERR): Likewise.
13217 (BUS_MCEERR_AR): Likewise.
13218 (BUS_MCEERR_AO): Likewise.
13219 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13220 (TRAP_TRACE): Likewise.
13221 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13222 __USE_XOPEN2K8].
13223 (CLD_KILLED): Likewise.
13224 (CLD_DUMPED): Likewise.
13225 (CLD_TRAPPED): Likewise.
13226 (CLD_STOPPED): Likewise.
13227 (CLD_CONTINUED): Likewise.
13228 (POLL_IN): Likewise.
13229 (POLL_OUT): Likewise.
13230 (POLL_MSG): Likewise.
13231 (POLL_ERR): Likewise.
13232 (POLL_PRI): Likewise.
13233 (POLL_HUP): Likewise.
13234 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13235 (ILL_ILLOPN): Likewise.
13236 (ILL_ILLADR): Likewise.
13237 (ILL_ILLTRP): Likewise.
13238 (ILL_PRVOPC): Likewise.
13239 (ILL_PRVREG): Likewise.
13240 (ILL_COPROC): Likewise.
13241 (ILL_BADSTK): Likewise.
13242 (FPE_INTDIV): Likewise.
13243 (FPE_INTOVF): Likewise.
13244 (FPE_FLTDIV): Likewise.
13245 (FPE_FLTOVF): Likewise.
13246 (FPE_FLTUND): Likewise.
13247 (FPE_FLTRES): Likewise.
13248 (FPE_FLTINV): Likewise.
13249 (FPE_FLTSUB): Likewise.
13250 (SEGV_MAPERR): Likewise.
13251 (SEGV_ACCERR): Likewise.
13252 (BUS_ADRALN): Likewise.
13253 (BUS_ADRERR): Likewise.
13254 (BUS_OBJERR): Likewise.
13255 (BUS_MCEERR_AR): Likewise.
13256 (BUS_MCEERR_AO): Likewise.
13257 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13258 (TRAP_TRACE): Likewise.
13259 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13260 __USE_XOPEN2K8].
13261 (CLD_KILLED): Likewise.
13262 (CLD_DUMPED): Likewise.
13263 (CLD_TRAPPED): Likewise.
13264 (CLD_STOPPED): Likewise.
13265 (CLD_CONTINUED): Likewise.
13266 (POLL_IN): Likewise.
13267 (POLL_OUT): Likewise.
13268 (POLL_MSG): Likewise.
13269 (POLL_ERR): Likewise.
13270 (POLL_PRI): Likewise.
13271 (POLL_HUP): Likewise.
13272 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13273 (ILL_ILLOPN): Likewise.
13274 (ILL_ILLADR): Likewise.
13275 (ILL_ILLTRP): Likewise.
13276 (ILL_PRVOPC): Likewise.
13277 (ILL_PRVREG): Likewise.
13278 (ILL_COPROC): Likewise.
13279 (ILL_BADSTK): Likewise.
13280 (ILL_DBLFLT): Likewise.
13281 (ILL_HARDWALL): Likewise.
13282 (FPE_INTDIV): Likewise.
13283 (FPE_INTOVF): Likewise.
13284 (FPE_FLTDIV): Likewise.
13285 (FPE_FLTOVF): Likewise.
13286 (FPE_FLTUND): Likewise.
13287 (FPE_FLTRES): Likewise.
13288 (FPE_FLTINV): Likewise.
13289 (FPE_FLTSUB): Likewise.
13290 (SEGV_MAPERR): Likewise.
13291 (SEGV_ACCERR): Likewise.
13292 (BUS_ADRALN): Likewise.
13293 (BUS_ADRERR): Likewise.
13294 (BUS_OBJERR): Likewise.
13295 (BUS_MCEERR_AR): Likewise.
13296 (BUS_MCEERR_AO): Likewise.
13297 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13298 (TRAP_TRACE): Likewise.
13299 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13300 __USE_XOPEN2K8].
13301 (CLD_KILLED): Likewise.
13302 (CLD_DUMPED): Likewise.
13303 (CLD_TRAPPED): Likewise.
13304 (CLD_STOPPED): Likewise.
13305 (CLD_CONTINUED): Likewise.
13306 (POLL_IN): Likewise.
13307 (POLL_OUT): Likewise.
13308 (POLL_MSG): Likewise.
13309 (POLL_ERR): Likewise.
13310 (POLL_PRI): Likewise.
13311 (POLL_HUP): Likewise.
13312 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13313 (ILL_ILLOPN): Likewise.
13314 (ILL_ILLADR): Likewise.
13315 (ILL_ILLTRP): Likewise.
13316 (ILL_PRVOPC): Likewise.
13317 (ILL_PRVREG): Likewise.
13318 (ILL_COPROC): Likewise.
13319 (ILL_BADSTK): Likewise.
13320 (FPE_INTDIV): Likewise.
13321 (FPE_INTOVF): Likewise.
13322 (FPE_FLTDIV): Likewise.
13323 (FPE_FLTOVF): Likewise.
13324 (FPE_FLTUND): Likewise.
13325 (FPE_FLTRES): Likewise.
13326 (FPE_FLTINV): Likewise.
13327 (FPE_FLTSUB): Likewise.
13328 (SEGV_MAPERR): Likewise.
13329 (SEGV_ACCERR): Likewise.
13330 (BUS_ADRALN): Likewise.
13331 (BUS_ADRERR): Likewise.
13332 (BUS_OBJERR): Likewise.
13333 (BUS_MCEERR_AR): Likewise.
13334 (BUS_MCEERR_AO): Likewise.
13335 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13336 (TRAP_TRACE): Likewise.
13337 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13338 __USE_XOPEN2K8].
13339 (CLD_KILLED): Likewise.
13340 (CLD_DUMPED): Likewise.
13341 (CLD_TRAPPED): Likewise.
13342 (CLD_STOPPED): Likewise.
13343 (CLD_CONTINUED): Likewise.
13344 (POLL_IN): Likewise.
13345 (POLL_OUT): Likewise.
13346 (POLL_MSG): Likewise.
13347 (POLL_ERR): Likewise.
13348 (POLL_PRI): Likewise.
13349 (POLL_HUP): Likewise.
13350 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13351 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13352
bc61d27c
JM
13353 [BZ #16670]
13354 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13355 before #include of <time.h>.
13356 [!__USE_XOPEN2K] (__need_timespec): Likewise.
13357 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13358 (test-xfail-UNIX98/sched.h/conform): Likewise.
13359
302949e2
MS
133602014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
13361
13362 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13363 error absence of trapping exception support.
13364 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13365
a00f522a
JM
133662014-03-07 Joseph Myers <joseph@codesourcery.com>
13367
6f99f280
JM
13368 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13369 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13370 * timezone/Makefile (testdata): Move definition above include of
13371 Rules.
13372 (test-zones): New variable.
13373 (tests-special): Add zone files.
13374 (build-testdata): Use $(evaluate-test).
13375
0b20a9e8
JM
13376 * elf/Makefile (tests-special): Rename tests to end with .out.
13377 ($(objpfx)noload-mem): Likewise.
13378 ($(objpfx)tst-leaks1-mem): Likewise.
13379 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13380 * iconv/Makefile (xtests-special): Change test-iconvconfig to
13381 $(objpfx)test-iconvconfig.out.
13382 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
13383 set -e inside subshell and redirect output to file.
13384 * iconvdata/Makefile (generated): Rename tests to end with .out.
13385 Correct type.
13386 (tests-special): Rename tests to end with .out.
13387 ($(objpfx)mtrace-tst-loading): Likewise.
13388 * intl/Makefile (generated): Likewise.
13389 (tests-special): Likewise.
13390 ($(objpfx)mtrace-tst-gettext): Likewise.
13391 * misc/Makefile (generated): Likewise.
13392 (tests-special): Likewise.
13393 ($(objpfx)tst-error1-mem): Likewise.
13394 * nptl/Makefile (tests-special): Likewise.
13395 ($(objpfx)tst-stack3-mem): Likewise.
13396 (generated): Likewise.
13397 * posix/Makefile (generated): Likewise.
13398 (tests-special): Likewise.
13399 (xtests-special): Likewise.
13400 ($(objpfx)tst-fnmatch-mem): Likewise.
13401 ($(objpfx)bug-regex2-mem): Likewise.
13402 ($(objpfx)bug-regex14-mem): Likewise.
13403 ($(objpfx)bug-regex21-mem): Likewise.
13404 ($(objpfx)bug-regex31-mem): Likewise.
13405 ($(objpfx)tst-vfork3-mem): Likewise.
13406 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13407 ($(objpfx)tst-pcre-mem): Likewise.
13408 ($(objpfx)tst-boost-mem): Likewise.
13409 ($(objpfx)bug-ga2-mem): Likewise.
13410 ($(objpfx)bug-glob2-mem): Likewise.
13411 * resolv/Makefile (generate): Likewise.
13412 (tests-special): Likewise.
13413 (xtests-special): Likewise.
13414 (generated): Likewise.
13415 ($(objpfx)mtrace-tst-leaks): Likewise.
13416 ($(objpfx)mtrace-tst-leaks2): Likewise.
13417
265d52ab
JM
13418 * scripts/merge-test-results.sh: New file.
13419 * Makefile (tests-special-notdir): New variable.
13420 (tests): Run merge-test-results.sh.
13421 (xtests): Likewise.
13422 * Rules (tests-special-notdir): New variable.
13423 (xtests-special-notdir): Likewise.
13424 (tests): Run merge-test-results.sh
13425 (xtests): Likewise.
13426
54ee292d
JM
13427 * Makeconfig (test-xfail-name): New variable.
13428 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13429 compute variable name for expected failures.
13430 * conform/Makefile (conformtest-headers-data): New variable.
13431 (conformtest-standards): Likewise.
13432 (conformtest-headers-ISO): Likewise.
13433 (conformtest-headers-ISO99): Likewise.
13434 (conformtest-headers-ISO11): Likewise.
13435 (conformtest-headers-POSIX): Likewise.
13436 (conformtest-headers-XPG3): Likewise.
13437 (conformtest-headers-XPG4): Likewise.
13438 (conformtest-headers-UNIX98): Likewise.
13439 (conformtest-headers-XOPEN2K): Likewise.
13440 (conformtest-headers-POSIX2008): Likewise.
13441 (conformtest-headers-XOPEN2K8): Likewise.
13442 (conformtest-header-list-base): Likewise.
13443 (conformtest-header-list-tests): Likewise.
13444 (conformtest-header-base): Likewise.
13445 (conformtest-header-tests): Likewise.
13446 (tests-special): Add $(conformtest-header-list-tests). If
13447 [$(fast-check) && !$(cross-compiling)], add
13448 $(conformtest-header-tests) instead of
13449 $(objpfx)run-conformtest.out.
13450 (generated): Add $(conformtest-header-list-base). If
13451 [$(fast-check) && !$(cross-compiling)], add
13452 $(conformtest-header-base). Remove previous setting.
13453 ($(conformtest-header-list-tests)): New target.
13454 (test-xfail-run-conformtest): Remove variable.
13455 ($(objpfx)run-conformtest.out): Remove target.
13456 (test-xfail-ISO11/complex.h/conform): New variable.
13457 (test-xfail-ISO11/stdalign.h/conform): Likewise.
13458 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13459 (test-xfail-XPG3/varargs.h/conform): Likewise.
13460 (test-xfail-XPG4/varargs.h/conform): Likewise.
13461 (test-xfail-UNIX98/varargs.h/conform): Likewise.
13462 (test-xfail-XPG4/ndbm.h/conform): Likewise.
13463 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13464 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13465 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13466 (test-xfail-XPG3/fcntl.h/conform): Likewise.
13467 (test-xfail-XPG3/ftw.h/conform): Likewise.
13468 (test-xfail-XPG3/grp.h/conform): Likewise.
13469 (test-xfail-XPG3/langinfo.h/conform): Likewise.
13470 (test-xfail-XPG3/limits.h/conform): Likewise.
13471 (test-xfail-XPG3/pwd.h/conform): Likewise.
13472 (test-xfail-XPG3/search.h/conform): Likewise.
13473 (test-xfail-XPG3/signal.h/conform): Likewise.
13474 (test-xfail-XPG3/stdio.h/conform): Likewise.
13475 (test-xfail-XPG3/stdlib.h/conform): Likewise.
13476 (test-xfail-XPG3/string.h/conform): Likewise.
13477 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13478 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13479 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13480 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13481 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13482 (test-xfail-XPG3/sys/types.h/conform): Likewise.
13483 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13484 (test-xfail-XPG3/termios.h/conform): Likewise.
13485 (test-xfail-XPG3/time.h/conform): Likewise.
13486 (test-xfail-XPG3/unistd.h/conform): Likewise.
13487 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13488 (test-xfail-XPG4/fcntl.h/conform): Likewise.
13489 (test-xfail-XPG4/langinfo.h/conform): Likewise.
13490 (test-xfail-XPG4/netdb.h/conform): Likewise.
13491 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13492 (test-xfail-XPG4/signal.h/conform): Likewise.
13493 (test-xfail-XPG4/stdio.h/conform): Likewise.
13494 (test-xfail-XPG4/stdlib.h/conform): Likewise.
13495 (test-xfail-XPG4/stropts.h/conform): Likewise.
13496 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13497 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13498 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13499 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13500 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13501 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13502 (test-xfail-XPG4/sys/time.h/conform): Likewise.
13503 (test-xfail-XPG4/sys/types.h/conform): Likewise.
13504 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13505 (test-xfail-XPG4/termios.h/conform): Likewise.
13506 (test-xfail-XPG4/ucontext.h/conform): Likewise.
13507 (test-xfail-XPG4/unistd.h/conform): Likewise.
13508 (test-xfail-XPG4/utmpx.h/conform): Likewise.
13509 (test-xfail-POSIX/sched.h/conform): Likewise.
13510 (test-xfail-POSIX/signal.h/conform): Likewise.
13511 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13512 (test-xfail-POSIX/tar.h/conform): Likewise.
13513 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13514 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13515 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13516 (test-xfail-UNIX98/netdb.h/conform): Likewise.
13517 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13518 (test-xfail-UNIX98/sched.h/conform): Likewise.
13519 (test-xfail-UNIX98/signal.h/conform): Likewise.
13520 (test-xfail-UNIX98/stdio.h/conform): Likewise.
13521 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13522 (test-xfail-UNIX98/stropts.h/conform): Likewise.
13523 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13524 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13525 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13526 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13527 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13528 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13529 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13530 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13531 (test-xfail-UNIX98/unistd.h/conform): Likewise.
13532 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13533 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13534 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13535 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13536 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13537 (test-xfail-XOPEN2K/math.h/conform): Likewise.
13538 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13539 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13540 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13541 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13542 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13543 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13544 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13545 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13546 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13547 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13548 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13549 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13550 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13551 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13552 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13553 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13554 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13555 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13556 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13557 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13558 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13559 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13560 (test-xfail-POSIX2008/signal.h/conform): Likewise.
13561 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13562 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13563 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13564 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13565 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13566 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13567 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13568 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13569 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13570 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13571 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13572 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13573 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13574 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13575 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13576 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13577 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13578 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13579 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13580 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13581 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13582 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13583 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13584 (conformtest-cc-flags): Likewise.
13585 ($(conformtest-header-tests): New target.
13586 * conform/check-header-lists.sh: New file.
13587 * conform/run-conformtest.sh: Remove.
13588
a00f522a
JM
13589 * conform/conformtest.pl: Allow ' and \ in values given for
13590 constants.
13591 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13592 inclusion.
13593 [POSIX] (sys/types.h): Likewise.
13594 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13595 inclusion.
13596 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13597 inclusion.
13598 * conform/data/signal.h-data (SIGIO): Remove expectation.
13599 [XPG3] (SIGBUS): Do not expect.
13600 [POSIX || XPG3] (SIGPOLL): Likewise.
13601 [POSIX || XPG3] (SIGPROF): Likewise.
13602 [POSIX || XPG3] (SIGSYS): Likewise.
13603 [XPG3] (SIGTRAP): Likewise.
13604 [POSIX || XPG3] (SIGURG): Likewise.
13605 [POSIX || XPG3] (SIGVTALRM): Likewise.
13606 [POSIX || XPG3] (SIGXCPU): Likewise.
13607 [POSIX || XPG3] (SIGXFSZ): Likewise.
13608 [POSIX] (SA_SIGINFO): Expect.
13609 [XPG3] (siginfo_t): Do not expect type or contents.
13610 [POSIX] (si_pid): Do not expect element.
13611 [POSIX] (si_uid): Likewise.
13612 [POSIX] (si_addr): Likewise.
13613 [POSIX] (si_status): Likewise.
13614 [POSIX] (si_band): Likewise.
13615 [XPG4] (si_value): Likewise.
13616 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13617 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13618 [POSIX || XPG3] (ILL_ILLADR): Likewise.
13619 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13620 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13621 [POSIX || XPG3] (ILL_PRVREG): Likewise.
13622 [POSIX || XPG3] (ILL_COPROC): Likewise.
13623 [POSIX || XPG3] (ILL_BADSTK): Likewise.
13624 [POSIX || XPG3] (FPE_INTDIV): Likewise.
13625 [POSIX || XPG3] (FPE_INTOVF): Likewise.
13626 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13627 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13628 [POSIX || XPG3] (FPE_FLTUND): Likewise.
13629 [POSIX || XPG3] (FPE_FLTRES): Likewise.
13630 [POSIX || XPG3] (FPE_FLTINV): Likewise.
13631 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13632 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13633 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13634 [POSIX || XPG3] (BUS_ADRALN): Likewise.
13635 [POSIX || XPG3] (BUS_ADRERR): Likewise.
13636 [POSIX || XPG3] (BUS_OBJERR): Likewise.
13637 [POSIX || XPG3] (CLD_EXITED): Likewise.
13638 [POSIX || XPG3] (CLD_KILLED): Likewise.
13639 [POSIX || XPG3] (CLD_DUMPED): Likewise.
13640 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13641 [POSIX || XPG3] (CLD_STOPPED): Likewise.
13642 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13643 [POSIX || XPG3] (POLL_IN): Likewise.
13644 [POSIX || XPG3] (POLL_OUT): Likewise.
13645 [POSIX || XPG3] (POLL_MSG): Likewise.
13646 [POSIX || XPG3] (POLL_ERR): Likewise.
13647 [POSIX || XPG3] (POLL_PRI): Likewise.
13648 [POSIX || XPG3] (POLL_HUP): Likewise.
13649 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13650 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13651 (SIG*): Do not allow.
13652 [XPG3] (si_*): Likewise.
13653 [XPG3] (SI_*): Likewise.
13654 [XPG3 || XPG4] (sigev_*): Likewise.
13655 [XPG3 || XPG4] (SIGEV_*): Likewise.
13656 [XPG3 || XPG4] (sival_*): Likewise.
13657 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13658 [POSIX || XPG3] (BUS_*): Likewise.
13659 [POSIX || XPG3] (CLD_*): Likewise.
13660 [POSIX || XPG3] (FPE_*): Likewise.
13661 [POSIX || XPG3] (ILL_*): Likewise.
13662 [POSIX || XPG3] (POLL_*): Likewise.
13663 [POSIX || XPG3] (SEGV_*): Likewise.
13664 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13665 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13666 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13667 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13668 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13669 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13670 Specify type and value.
13671 (TVERSLEN): Likewise.
13672 (REGTYPE): Likewise.
13673 (AREGTYPE): Likewise.
13674 (LNKTYPE): Likewise.
13675 (SYMTYPE): Likewise.
13676 (CHRTYPE): Likewise.
13677 (BLKTYPE): Likewise.
13678 (DIRTYPE): Likewise.
13679 (FIFOTYPE): Likewise.
13680 (CONTTYPE): Likewise.
13681 (TSUID): Likewise.
13682 (TSGID): Likewise.
13683 (TSVTX): Likewise.
13684 (TUREAD): Likewise.
13685 (TUWRITE): Likewise.
13686 (TUEXEC): Likewise.
13687 (TGREAD): Likewise.
13688 (TGWRITE): Likewise.
13689 (TGEXEC): Likewise.
13690 (TOREAD): Likewise.
13691 (TOWRITE): Likewise.
13692 (TOEXEC): Likewise.
13693 [POSIX] (TSVTX): Expect constant.
13694
aa97dee1
JM
136952014-03-06 Joseph Myers <joseph@codesourcery.com>
13696
f214606a
JM
13697 * Makefile (tests): Change dependencies to ....
13698 (tests-special): ... additions to this variable.
13699 (tests): Depend on $(tests-special).
13700 * Makerules (check-abi-list): New variable.
13701 (check-abi): Depend on $(check-abi-list).
13702 [$(subdir) = elf] (tests-special): Add
13703 $(objpfx)check-abi-libc.out.
13704 [$(build-shared) = yes && subdir] (tests-special): Add
13705 $(check-abi-list).
13706 [$(build-shared) = yes && subdir] (tests): Do not depend on
13707 check-abi.
13708 * Rules (tests): Depend on $(tests-special).
13709 (xtests): Depend on $(xtests-special).
13710 * catgets/Makefile (tests): Change dependencies to ....
13711 (tests-special): ... additions to this variable.
13712 * conform/Makefile (tests): Change dependencies to ....
13713 (tests-special): ... additions to this variable.
13714 * elf/Makefile (tests): Change dependencies to ....
13715 (tests-special): ... additions to this variable.
13716 * grp/Makefile (tests): Change dependencies to ....
13717 (tests-special): ... additions to this variable.
13718 * iconv/Makefile (xtests): Change dependencies to ....
13719 (xtests-special): ... additions to this variable.
13720 * iconvdata/Makefile (tests): Change dependencies to ....
13721 (tests-special): ... additions to this variable.
13722 * intl/Makefile (tests): Change dependencies to ....
13723 (tests-special): ... additions to this variable. Also add
13724 $(objpfx)tst-gettext.out.
13725 * io/Makefile (tests): Change dependencies to ....
13726 (tests-special): ... additions to this variable.
13727 * libio/Makefile (tests): Change dependencies to ....
13728 (tests-special): ... additions to this variable.
13729 * malloc/Makefile (tests): Change dependencies to ....
13730 (tests-special): ... additions to this variable.
13731 * misc/Makefile (tests): Change dependencies to ....
13732 (tests-special): ... additions to this variable.
13733 * nptl/Makefile (tests): Change dependencies to ....
13734 (tests-special): ... additions to this variable.
13735 * nptl_db/Makefile (tests): Change dependencies to ....
13736 (tests-special): ... additions to this variable.
13737 * posix/Makefile (tests): Change dependencies to ....
13738 (tests-special): ... additions to this variable.
13739 (xtests): Change dependencies to ....
13740 (xtests-special): ... additions to this variable.
13741 * resolv/Makefile (tests): Change dependencies to ....
13742 (tests-special): ... additions to this variable.
13743 (xtests): Change dependencies to ....
13744 (xtests-special): ... additions to this variable.
13745 * stdio-common/Makefile (tests): Change dependencies to ....
13746 (tests-special): ... additions to this variable.
13747 (do-tst-unbputc): Remove target.
13748 (do-tst-printf): Likewise.
13749 * stdlib/Makefile (tests): Change dependencies to ....
13750 (tests-special): ... additions to this variable.
13751 * string/Makefile (tests): Change dependencies to ....
13752 (tests-special): ... additions to this variable.
13753 * sysdeps/x86/Makefile (tests): Change dependencies to ....
13754 (tests-special): ... additions to this variable.
13755
81700b53
JM
13756 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13757 whole file.
13758 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13759 whole file.
13760 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13761 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13762
2ea18461
JM
13763 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13764 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13765 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13766 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13767 * conform/data/libgen.h-data [XPG3]: Likewise.
13768 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13769 * conform/data/ndbm.h-data [XPG3]: Likewise.
13770 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13771 * conform/data/netdb.h-data [XPG3]: Likewise.
13772 * conform/data/netinet/in.h-data [XPG3]: Likewise.
13773 * conform/data/poll.h-data [XPG3]: Likewise.
13774 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13775 * conform/data/strings.h-data [XPG3]: Likewise.
13776 * conform/data/stropts.h-data [XPG3]: Likewise.
13777 * conform/data/sys/mman.h-data [XPG3]: Likewise.
13778 * conform/data/sys/resource.h-data [XPG3]: Likewise.
13779 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13780 Likewise.
13781 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13782 * conform/data/sys/time.h-data [XPG3]: Likewise.
13783 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13784 * conform/data/sys/uio.h-data [XPG3]: Likewise.
13785 * conform/data/sys/un.h-data [XPG3]: Likewise.
13786 * conform/data/syslog.h-data [XPG3]: Likewise.
13787 * conform/data/ucontext.h-data [XPG3]: Likewise.
13788 * conform/data/utmpx.h-data [XPG3]: Likewise.
13789 * conform/data/varargs.h-data [UNIX98]: Enable file.
13790
355bc986
JM
13791 * manual/Makefile (INSTALL_INFO): Remove variable setting.
13792
215db402
JM
13793 * math/libm-test.inc (struct test_f_f_data): Move expected results
13794 into structure for each rounding mode.
13795 (struct test_ff_f_data): Likewise.
13796 (struct test_ff_f_data_nexttoward): Likewise.
13797 (struct test_fi_f_data): Likewise.
13798 (struct test_fl_f_data): Likewise.
13799 (struct test_if_f_data): Likewise.
13800 (struct test_fff_f_data): Likewise.
13801 (struct test_c_f_data): Likewise.
13802 (struct test_f_f1_data): Likewise.
13803 (struct test_fF_f1_data): Likewise.
13804 (struct test_ffI_f1_data): Likewise.
13805 (struct test_c_c_data): Likewise.
13806 (struct test_cc_c_data): Likewise.
13807 (struct test_f_i_data): Likewise.
13808 (struct test_ff_i_data): Likewise.
13809 (struct test_f_l_data): Likewise.
13810 (struct test_f_L_data): Likewise.
13811 (struct test_fFF_11_data): Likewise.
13812 (RM_): New macro.
13813 (RM_FE_DOWNWARD): Likewise.
13814 (RM_FE_TONEAREST): Likewise.
13815 (RM_FE_TOWARDZERO): Likewise.
13816 (RM_FE_UPWARD): Likewise.
13817 (RUN_TEST_LOOP_f_f): Update references to expected results.
13818 (RUN_TEST_LOOP_2_f): Likewise.
13819 (RUN_TEST_LOOP_fff_f): Likewise.
13820 (RUN_TEST_LOOP_c_f): Likewise.
13821 (RUN_TEST_LOOP_f_f1): Likewise.
13822 (RUN_TEST_LOOP_fF_f1): Likewise.
13823 (RUN_TEST_LOOP_fI_f1): Likewise.
13824 (RUN_TEST_LOOP_ffI_f1): Likewise.
13825 (RUN_TEST_LOOP_c_c): Likewise.
13826 (RUN_TEST_LOOP_cc_c): Likewise.
13827 (RUN_TEST_LOOP_f_i): Likewise.
13828 (RUN_TEST_LOOP_f_i_tg): Likewise.
13829 (RUN_TEST_LOOP_ff_i_tg): Likewise.
13830 (RUN_TEST_LOOP_f_b): Likewise.
13831 (RUN_TEST_LOOP_f_b_tg): Likewise.
13832 (RUN_TEST_LOOP_f_l): Likewise.
13833 (RUN_TEST_LOOP_f_L): Likewise.
13834 (RUN_TEST_LOOP_fFF_11): Likewise.
13835 * math/gen-libm-test.pl (parse_args): Output four copies of
13836 expected results for each test.
13837
67737b8f
JM
13838 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13839 (__ASSUME_UTIMES): Remove.
13840 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13841 (__ASSUME_UTIMES): Likewise.
13842
aa97dee1
JM
13843 * math/gen-auto-libm-tests.c: Update comment on output format.
13844 (output_for_one_input_case): Generate before-rounding and
13845 after-rounding information as conditions on output flags not
13846 floating-point format.
13847 * math/auto-libm-test-out: Regenerated.
13848 * math/gen-libm-test.pl (cond_value): New function.
13849 (or_cond_value): Use cond_value.
13850 (generate_testfile): Handle conditional exceptions.
13851
e6b6a857
JM
138522014-03-05 Joseph Myers <joseph@codesourcery.com>
13853
2f0a0f44
JM
13854 * math/libm-test.inc (max_valid_error): New variable.
13855 (init_max_error): Take new argument specifying whether function
13856 results are exactly determined. Set max_valid_error and bound
13857 other variables for errors based on this argument.
13858 (set_max_error): Do not record results above max_valid_error.
13859 (check_float_internal): Only accept errors of up to 0.5ulps if
13860 also at most max_valid_error.
13861 (START): Take new argument EXACT and pass it to init_max_error.
13862 (acos_test): Update call to START.
13863 (acos_test_tonearest): Likewise.
13864 (acos_test_towardzero): Likewise.
13865 (acos_test_downward): Likewise.
13866 (acos_test_upward): Likewise.
13867 (acosh_test): Likewise.
13868 (asin_test): Likewise.
13869 (asin_test_tonearest): Likewise.
13870 (asin_test_towardzero): Likewise.
13871 (asin_test_downward): Likewise.
13872 (asin_test_upward): Likewise.
13873 (asinh_test): Likewise.
13874 (atan_test): Likewise.
13875 (atanh_test): Likewise.
13876 (atan2_test): Likewise.
13877 (cabs_test): Likewise.
13878 (cacos_test): Likewise.
13879 (cacosh_test): Likewise.
13880 (carg_test): Likewise.
13881 (casin_test): Likewise.
13882 (casinh_test): Likewise.
13883 (catan_test): Likewise.
13884 (catanh_test): Likewise.
13885 (cbrt_test): Likewise.
13886 (ccos_test): Likewise.
13887 (ccosh_test): Likewise.
13888 (ceil_test): Likewise.
13889 (cexp_test): Likewise.
13890 (cimag_test): Likewise.
13891 (clog_test): Likewise.
13892 (clog10_test): Likewise.
13893 (conj_test): Likewise.
13894 (copysign_test): Likewise.
13895 (cos_test): Likewise.
13896 (cos_test_tonearest): Likewise.
13897 (cos_test_towardzero): Likewise.
13898 (cos_test_downward): Likewise.
13899 (cos_test_upward): Likewise.
13900 (cosh_test): Likewise.
13901 (cosh_test_tonearest): Likewise.
13902 (cosh_test_towardzero): Likewise.
13903 (cosh_test_downward): Likewise.
13904 (cosh_test_upward): Likewise.
13905 (cpow_test): Likewise.
13906 (cproj_test): Likewise.
13907 (creal_test): Likewise.
13908 (csin_test): Likewise.
13909 (csinh_test): Likewise.
13910 (csqrt_test): Likewise.
13911 (ctan_test): Likewise.
13912 (ctan_test_tonearest): Likewise.
13913 (ctan_test_towardzero): Likewise.
13914 (ctan_test_downward): Likewise.
13915 (ctan_test_upward): Likewise.
13916 (ctanh_test): Likewise.
13917 (ctanh_test_tonearest): Likewise.
13918 (ctanh_test_towardzero): Likewise.
13919 (ctanh_test_downward): Likewise.
13920 (ctanh_test_upward): Likewise.
13921 (erf_test): Likewise.
13922 (erfc_test): Likewise.
13923 (exp_test): Likewise.
13924 (exp_test_tonearest): Likewise.
13925 (exp_test_towardzero): Likewise.
13926 (exp_test_downward): Likewise.
13927 (exp_test_upward): Likewise.
13928 (exp10_test): Likewise.
13929 (exp10_test_tonearest): Likewise.
13930 (exp10_test_towardzero): Likewise.
13931 (exp10_test_downward): Likewise.
13932 (exp10_test_upward): Likewise.
13933 (pow10_test): Likewise.
13934 (exp2_test): Likewise.
13935 (expm1_test): Likewise.
13936 (expm1_test_tonearest): Likewise.
13937 (expm1_test_towardzero): Likewise.
13938 (expm1_test_downward): Likewise.
13939 (expm1_test_upward): Likewise.
13940 (fabs_test): Likewise.
13941 (fdim_test): Likewise.
13942 (floor_test): Likewise.
13943 (fma_test): Likewise.
13944 (fma_test_towardzero): Likewise.
13945 (fma_test_downward): Likewise.
13946 (fma_test_upward): Likewise.
13947 (fmax_test): Likewise.
13948 (fmin_test): Likewise.
13949 (fmod_test): Likewise.
13950 (fpclassify_test): Likewise.
13951 (frexp_test): Likewise.
13952 (hypot_test): Likewise.
13953 (ilogb_test): Likewise.
13954 (isfinite_test): Likewise.
13955 (finite_test): Likewise.
13956 (isgreater_test): Likewise.
13957 (isgreaterequal_test): Likewise.
13958 (isinf_test): Likewise.
13959 (isless_test): Likewise.
13960 (islessequal_test): Likewise.
13961 (islessgreater_test): Likewise.
13962 (isnan_test): Likewise.
13963 (isnormal_test): Likewise.
13964 (issignaling_test): Likewise.
13965 (isunordered_test): Likewise.
13966 (j0_test): Likewise.
13967 (j1_test): Likewise.
13968 (jn_test): Likewise.
13969 (ldexp_test): Likewise.
13970 (lgamma_test): Likewise.
13971 (gamma_test): Likewise.
13972 (lrint_test): Likewise.
13973 (lrint_test_tonearest): Likewise.
13974 (lrint_test_towardzero): Likewise.
13975 (lrint_test_downward): Likewise.
13976 (lrint_test_upward): Likewise.
13977 (llrint_test): Likewise.
13978 (llrint_test_tonearest): Likewise.
13979 (llrint_test_towardzero): Likewise.
13980 (llrint_test_downward): Likewise.
13981 (llrint_test_upward): Likewise.
13982 (log_test): Likewise.
13983 (log10_test): Likewise.
13984 (log1p_test): Likewise.
13985 (log2_test): Likewise.
13986 (logb_test): Likewise.
13987 (logb_test_downward): Likewise.
13988 (lround_test): Likewise.
13989 (llround_test): Likewise.
13990 (modf_test): Likewise.
13991 (nearbyint_test): Likewise.
13992 (nextafter_test): Likewise.
13993 (nexttoward_test): Likewise.
13994 (pow_test): Likewise.
13995 (pow_test_tonearest): Likewise.
13996 (pow_test_towardzero): Likewise.
13997 (pow_test_downward): Likewise.
13998 (pow_test_upward): Likewise.
13999 (remainder_test): Likewise.
14000 (drem_test): Likewise.
14001 (remainder_test_tonearest): Likewise.
14002 (drem_test_tonearest): Likewise.
14003 (remainder_test_towardzero): Likewise.
14004 (drem_test_towardzero): Likewise.
14005 (remainder_test_downward): Likewise.
14006 (drem_test_downward): Likewise.
14007 (remainder_test_upward): Likewise.
14008 (drem_test_upward): Likewise.
14009 (remquo_test): Likewise.
14010 (rint_test): Likewise.
14011 (rint_test_tonearest): Likewise.
14012 (rint_test_towardzero): Likewise.
14013 (rint_test_downward): Likewise.
14014 (rint_test_upward): Likewise.
14015 (round_test): Likewise.
14016 (scalb_test): Likewise.
14017 (scalbn_test): Likewise.
14018 (scalbln_test): Likewise.
14019 (signbit_test): Likewise.
14020 (sin_test): Likewise.
14021 (sin_test_tonearest): Likewise.
14022 (sin_test_towardzero): Likewise.
14023 (sin_test_downward): Likewise.
14024 (sin_test_upward): Likewise.
14025 (sincos_test): Likewise.
14026 (sinh_test): Likewise.
14027 (sinh_test_tonearest): Likewise.
14028 (sinh_test_towardzero): Likewise.
14029 (sinh_test_downward): Likewise.
14030 (sinh_test_upward): Likewise.
14031 (sqrt_test): Likewise.
14032 (sqrt_test_tonearest): Likewise.
14033 (sqrt_test_towardzero): Likewise.
14034 (sqrt_test_downward): Likewise.
14035 (sqrt_test_upward): Likewise.
14036 (tan_test): Likewise.
14037 (tan_test_tonearest): Likewise.
14038 (tan_test_towardzero): Likewise.
14039 (tan_test_downward): Likewise.
14040 (tan_test_upward): Likewise.
14041 (tanh_test): Likewise.
14042 (tgamma_test): Likewise.
14043 (trunc_test): Likewise.
14044 (y0_test): Likewise.
14045 (y1_test): Likewise.
14046 (yn_test): Likewise.
14047 (significand_test): Likewise.
14048
e6b6a857
JM
14049 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14050 individual tests in comment.
14051 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14052 (prev_max_error): New variable.
14053 (prev_real_max_error): Likewise.
14054 (prev_imag_max_error): Likewise.
14055 (compare_ulp_data): Don't refer to test names in comment.
14056 (find_test_ulps): Remove function.
14057 (find_function_ulps): Likewise.
14058 (find_complex_function_ulps): Likewise.
14059 (init_max_error): Take function name as argument. Look up ulps
14060 for that function.
14061 (print_ulps): Remove function.
14062 (print_max_error): Use prev_max_error instead of calling
14063 find_function_ulps.
14064 (print_complex_max_error): Use prev_real_max_error and
14065 prev_imag_max_error instead of calling find_complex_function_ulps.
14066 (check_float_internal): Take max_ulp parameter instead of calling
14067 find_test_ulps. Don't call print_ulps.
14068 (check_float): Update call to check_float_internal.
14069 (check_complex): Update calls to check_float_internal.
14070 (START): Pass argument to init_max_error.
14071 * math/gen-libm-test.pl (%results): Don't include "kind"
14072 information.
14073 (parse_ulps): Don't handle ulps of individual tests.
14074 (print_ulps_file): Likewise.
14075 (output_ulps): Likewise.
14076 * math/README.libm-test: Update.
14077 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14078 individual tests.
14079 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14080 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14081 * sysdeps/arm/libm-test-ulps: Likewise.
14082 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14083 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14084 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14085 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14086 * sysdeps/microblaze/libm-test-ulps: Likewise.
14087 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14088 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14089 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14090 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14091 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14092 * sysdeps/sh/libm-test-ulps: Likewise.
14093 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14094 * sysdeps/tile/libm-test-ulps: Likewise.
14095 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14096
45adef3c
JM
140972014-03-04 Joseph Myers <joseph@codesourcery.com>
14098
14099 * math/libm-test.inc (print_complex_max_error): Check separately
14100 whether real and imaginary errors are within allowed range and
14101 pass 0 to print_complex_function_ulps instead of value within
14102 allowed range.
14103
000232b9
SP
141042014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
14105
d4b17258
SP
14106 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14107 formatting.
14108 (get_handles_fopen): Likewise.
14109 (do_write_test): Likewise.
14110
091eff71
SP
14111 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14112
fa3cd248
SP
14113 * libio/fileops.c (do_ftell): Use cached offset when
14114 available.
14115 * libio/iofwide.c (do_ftell_wide): Likewise.
14116 * libio/iofdopen.c (_IO_new_fdopen): Don't use
14117 _IO_file_attach.
14118 * libio/wfileops.c (_IO_fwide): Don't cache offset.
14119
000232b9
SP
14120 [BZ #16532]
14121 * libio/libioP.h (get_file_offset): New function.
14122 * libio/fileops.c (get_file_offset): Likewise.
14123 (do_ftell): Likewise.
14124 (_IO_new_file_seekoff): Split out ftell logic.
14125 * libio/wfileops.c (do_ftell_wide): Likewise.
14126 (_IO_wfile_seekoff): Split out ftell logic.
14127 * libio/tst-ftell-active-handler.c: New test case.
14128 * libio/Makefile (tests): Add it.
14129
116f4d1a
RM
141302014-03-03 Roland McGrath <roland@hack.frob.com>
14131
14132 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14133 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14134
532a6035
SP
141352014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
14136
14137 [BZ #16639]
14138 * nscd/connections.c (nscd_init): Call do_exit.
14139 (start_threads): Call do_exit and notify_parent.
14140 (begin_drop_privileges): Call do_exit.
14141 (finish_drop_privileges): Likewise.
14142 * nscd/selinux.c (preserve_capabilities): Likewise.
14143 (install_real_capabilities): Likewise.
14144 (nscd_selinux_enabled): Likewise.
14145 (avc_create_thread): Likewise.
14146 (avc_alloc_lock): Likewise.
14147 (nscd_avc_init): Likewise.
14148 * nscd/nscd.c (parent_fd): New static variable.
14149 (main): Create a pipe between parent and child processes.
14150 Skip closing parent_fd.
14151 (monitor_child): New function.
14152 (do_exit): Likewise.
14153 (notify_parent): Likewise.
14154 * nscd/nscd.h (notify_parent): Likewise.
14155 (do_exit): Likewise.
14156
d6285c9f
CD
141572014-03-03 Carlos O'Donell <carlos@redhat.com>
14158
14159 * malloc/malloc.c (__libc_calloc): Revert last change.
14160
2b85d2a0
AZ
141612014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14162
14163 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14164
c7debbdf
RS
141652014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14166
14167 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14168 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14169 implementation.
14170 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14171 (__libc_ifunc_impl_list): Likewise.
14172 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14173 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14174 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14175 * string/strrchr.c: Define STRRCHR.
14176
235eed86
OB
141772014-02-28 Ondřej Bílka <neleai@seznam.cz>
14178
14179 * benchtest/bench-strtok.c (simple_strtok): Delete.
14180 (strtok_string): Use as benchmark.
14181 * string/strtok (STRTOK): New macro.
14182
8e25d1e7
CD
141832014-02-28 Carlos O'Donell <carlos@redhat.com>
14184
ef563f92
CD
14185 * manual/threads.texi: Add header and standard comments to all
14186 functions.
14187
8e25d1e7
CD
14188 * elf/dl-lookup.c (check_match): New function.
14189 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14190 (do_lookup_x): Remove nested function check_match. Use non-nested
14191 function check_match.
14192
ff71cc37
RM
141932014-02-28 Roland McGrath <roland@hack.frob.com>
14194
f08e9a26
RM
14195 * csu/Makefile (generated, before-compile): Use += rather than =.
14196 * catgets/Makefile (generated, generated-dirs): Likewise.
14197 * debug/Makefile (generated): Likewise.
14198 * dlfcn/Makefile (generated): Likewise.
14199 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14200 * iconvdata/Makefile (before-compile, generated): Likewise.
14201 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14202 * libio/Makefile (generated): Likewise.
14203 * malloc/Makefile (generated): Likewise.
14204 * manual/Makefile (generated, generated-dirs): Likewise.
14205 * misc/Makefile (generated): Likewise.
14206 * posix/Makefile (generated): Likewise.
14207 * resolv/Makefile (generated): Likewise.
14208 * sunrpc/Makefile (generated, generated-dirs): Likewise.
14209 * timezone/Makefile (generated, generated-dirs): Likewise.
14210
ff71cc37
RM
14211 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14212
fe13a20c
AZ
142132014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14214
57f41c40
AS
14215 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14216 power8 implementation.
14217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14218 file: POWER8 llround ifunc implementation.
14219 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14220 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
14221 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14222 POWER8 llround implementation.
14223
57f41c40
AS
14224 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14225 power8 implementation.
14226 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14227 file: POWER8 llrint ifunc implementation.
14228 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14229 Add POWER8 implementation.
1ad8950a
AZ
14230 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14231 POWER8 llrint implementation.
14232
57f41c40
AS
14233 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14234 power8 implementation.
14235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14236 file: POWER8 finite ifunc implementation.
14237 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14238 Add POWER8 implementation.
cac626d6
AZ
14239 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14240 Likewise.
14241 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14242 POWER8 finite implementation.
14243 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14244
57f41c40
AS
14245 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14246 power8 implementation.
14247 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14248 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
14249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14250 POWER8 implementation.
14251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14252 Likewise.
57f41c40
AS
14253 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14254 isinf implementation.
4393fc11
AZ
14255 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14256
57f41c40
AS
14257 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14258 (INIT_ARCH): Add hwcap2 initialization.
14259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14260 power8 implementation.
14261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14262 file: POWER8 isnan ifunc implementation.
487972ae
AZ
14263 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14264 POWER8 implementation.
14265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14266 Likewise.
57f41c40
AS
14267 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14268 isnan implementation.
487972ae
AZ
14269 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14270
7d92b787
JY
142712014-02-27 Joey Ye <joey.ye@arm.com>
14272
14273 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14274 (_FP_NANFRAC_Q): Set to zero.
14275
1cadc858
SP
142762014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14277
14278 [BZ #16623]
14279 * math/auto-libm-test-in: New test inputs.
14280 * math/auto-libm-test-out: Regenerate.
14281 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14282 and DA.
14283 (__cos): Likewise.
14284 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14285
f8c17e79
JM
142862014-02-27 Joseph Myers <joseph@codesourcery.com>
14287
14288 * scripts/evaluate-test.sh: Take new argument indicating whether
14289 failure is expected.
14290 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14291 indicating whether failure is expected.
14292 * conform/Makefile (test-xfail-run-conformtest): New variable.
14293 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14294 level.
14295 * posix/Makefile (test-xfail-annexc): New variable.
14296 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14297
a5f891ac
JM
142982014-02-26 Joseph Myers <joseph@codesourcery.com>
14299
14300 * argp/Makefile: Include Makeconfig immediately after defining
14301 subdir.
14302 * assert/Makefile: Likewise.
14303 * benchtests/Makefile: Likewise.
14304 * catgets/Makefile: Likewise.
14305 * conform/Makefile: Likewise.
14306 * crypt/Makefile: Likewise.
14307 * csu/Makefile: Likewise.
14308 (all): Remove target.
14309 * ctype/Makefile: Include Makeconfig immediately after defining
14310 subdir.
14311 * debug/Makefile: Likewise.
14312 * dirent/Makefile: Likewise.
14313 * dlfcn/Makefile: Likewise.
14314 * gmon/Makefile: Likewise.
14315 * gnulib/Makefile: Likewise.
14316 * grp/Makefile: Likewise.
14317 * gshadow/Makefile: Likewise.
14318 * hesiod/Makefile: Likewise.
14319 * hurd/Makefile: Likewise.
14320 (all): Remove target.
14321 * iconvdata/Makefile: Include Makeconfig immediately after
14322 defining subdir.
14323 * inet/Makefile: Likewise.
14324 * intl/Makefile: Likewise.
14325 * io/Makefile: Likewise.
14326 * libio/Makefile: Likewise.
14327 (all): Remove target.
14328 * locale/Makefile: Include Makeconfig immediately after defining
14329 subdir.
14330 * login/Makefile: Likewise.
14331 * mach/Makefile: Likewise.
14332 (all): Remove target.
14333 * malloc/Makefile: Include Makeconfig immediately after defining
14334 subdir.
14335 (all): Remove target.
14336 * manual/Makefile: Include Makeconfig immediately after defining
14337 subdir.
14338 * math/Makefile: Likewise.
14339 * misc/Makefile: Likewise.
14340 * nis/Makefile: Likewise.
14341 * nss/Makefile: Likewise.
14342 * po/Makefile: Likewise.
14343 (all): Remove target.
14344 * posix/Makefile: Include Makeconfig immediately after defining
14345 subdir.
14346 * pwd/Makefile: Likewise.
14347 * resolv/Makefile: Likewise.
14348 * resource/Makefile: Likewise.
14349 * rt/Makefile: Likewise.
14350 * setjmp/Makefile: Likewise.
14351 * shadow/Makefile: Likewise.
14352 * signal/Makefile: Likewise.
14353 * socket/Makefile: Likewise.
14354 * soft-fp/Makefile: Likewise.
14355 * stdio-common/Makefile: Likewise.
14356 * stdlib/Makefile: Likewise.
14357 * streams/Makefile: Likewise.
14358 * string/Makefile: Likewise.
14359 * sunrpc/Makefile: Likewise.
14360 (all): Remove target.
14361 * sysvipc/Makefile: Include Makeconfig immediately after defining
14362 subdir.
14363 * termios/Makefile: Likewise.
14364 * time/Makefile: Likewise.
14365 * timezone/Makefile: Likewise.
14366 (all): Remove target.
14367 * wcsmbs/Makefile: Include Makeconfig immediately after defining
14368 subdir.
14369 * wctype/Makefile: Likewise.
14370
5b456e9d
SE
143712014-02-26 Steve Ellcey <sellcey@mips.com>
14372
14373 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14374 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14375 (libc_feholdexcept_setround_mips): Ditto.
14376 (libc_feholdsetround): New.
14377 (libc_feholdsetroundf): New.
14378 (libc_feholdsetroundl): New.
14379 (libc_feupdateenv_test_mips): New.
14380 (libc_feupdateenv_test): New.
14381 (libc_feupdateenv_testf): New.
14382 (libc_feupdateenv_testl): New.
14383 (libc_feresetround): New.
14384 (libc_feresetroundf): New.
14385 (libc_feresetroundl): New.
14386 (libc_fetestexcept_mips): New.
14387 (libc_fetestexcept): New.
14388 (libc_fetestexceptf): New.
14389 (libc_fetestexceptl): New.
14390 (HAVE_RM_CTX): New.
14391 (libc_feholdexcept_setround_mips_ctx): New.
14392 (libc_feholdexcept_setround_ctx): New.
14393 (libc_feholdexcept_setroundf_ctx): New.
14394 (libc_feholdexcept_setroundl_ctx): New.
14395 (libc_fesetenv_mips_ctx): New.
14396 (libc_fesetenv_ctx): New.
14397 (libc_fesetenv_ctxf): New.
14398 (libc_fesetenv_ctxl): New.
14399 (libc_feupdateenv_mips_ctx): New.
14400 (libc_feupdateenv_ctx): New.
14401 (libc_feupdateenvf_ctx): New.
14402 (libc_feupdateenvl_ctx): New.
14403 (libc_feholdsetround_mips_ctx): New.
14404 (libc_feholdsetround_ctx): New.
14405 (libc_feholdsetroundf_ctx): New.
14406 (libc_feholdsetroundl_ctx): New.
14407 (libc_feresetround_mips_ctx): New.
14408 (libc_feresetround_ctx): New.
14409 (libc_feresetroundf_ctx): New.
14410 (libc_feresetroundl_ctx): New.
14411
085d0e35
CD
144122014-02-26 Carlos O'Donell <carlos@redhat.com>
14413
f067bf1f
CD
14414 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14415
085d0e35
CD
14416 * manual/ipc.texi: New file.
14417 * manual/Makefile (chapters): Add ipc.
14418 * manual/job.texi: Add "Inter-Process Communication" to next.
14419 * manual/process.texi: Add "Inter-Process Communication" to prev.
14420
86e58c08
AZ
144212014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14422
14423 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14424
4248f0da
OB
144252014-02-26 Ondřej Bílka <neleai@seznam.cz>
14426
14427 * malloc/malloc.c (__libc_calloc): Simplify implementation.
14428
cf822e3c
OB
14429 * manual/arith.texi: Fix spaces after sentences.
14430 * manual/charset.texi: Likewise.
14431 * manual/errno.texi: Likewise.
14432 * manual/install.texi: Likewise.
14433 * manual/llio.texi: Likewise.
14434 * manual/locale.texi: Likewise.
14435 * manual/maint.texi: Likewise.
14436 * manual/math.texi: Likewise.
14437 * manual/memory.texi: Likewise.
14438 * manual/message.texi: Likewise.
14439 * manual/probes.texi: Likewise.
14440 * manual/resource.texi: Likewise.
14441 * manual/signal.texi: Likewise.
14442 * manual/socket.texi: Likewise.
14443 * manual/stdio.texi: Likewise.
14444 * manual/string.texi: Likewise.
14445 * manual/time.texi: Likewise.
14446 * manual/users.texi: Likewise.
14447
ade40b10
CD
144482014-02-25 Carlos O'Donell <carlos@redhat.com>
14449
14450 [BZ #16632]
14451 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14452 _DEFAULT_SOURCE is defined.
14453
d0503676
CD
144542014-02-25 Ulrich Drepper <drepper@gmail.com>
14455 Carlos O'Donell <carlos@redhat.com>
14456
14457 [BZ #16613]
14458 * elf/dl-tls.c (_dl_count_modids): New function.
14459 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14460 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14461 audit library and increment generation counter.
14462 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14463 * elf/tst-audit9.c: New file.
14464 * elf/tst-auditmod9a.c: New file.
14465 * elf/tst-auditmod9b.c: New file.
14466 * elf/Makefile: Add rules to build and run tst-audit9.
14467
4cbf380c
FW
144682014-02-25 Florian Weimer <fweimer@redhat.com>
14469
14470 [BZ #15347]
14471 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14472
80a56cc3
WN
144732014-02-25 Will Newton <will.newton@linaro.org>
14474
14475 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14476 (__longjmp): Restore sp and lr before restoring callee
14477 saved registers. Add longjmp and longjmp_target
14478 SystemTap probe point.
14479 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14480 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14481 Define to zero to match jmpbuf layout.
14482 * sysdeps/arm/setjmp.S: Include stap-probe.h.
14483 (__sigsetjmp): Save sp and lr before saving callee
14484 saved registers. Add setjmp SystemTap probe point.
14485
3ea0f74e
SL
144862014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
14487
14488 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14489
b04acb26
AS
144902014-02-24 Andreas Schwab <schwab@suse.de>
14491
14492 [BZ #15804]
14493 * elf/pldd.c (wait_for_ptrace_stop): New function.
14494 (main): Call it after attaching.
14495
098ad55c
RM
144962014-02-22 Roland McGrath <roland@hack.frob.com>
14497
d4ec6ae1
RM
14498 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14499 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14500 Versions files is now verboten.
14501 * hurd/Versions (libc: GLIBC_2.0):
14502 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14503 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14504 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14505 * mach/Versions: Likewise.
14506
098ad55c
RM
14507 * csu/Versions: Remove unused %include.
14508 * resolv/Versions: Likewise.
14509
acd7f096
JM
145102014-02-21 Joseph Myers <joseph@codesourcery.com>
14511
f0881698
JM
14512 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14513 ($(objpfx)check-local-headers.out): Likewise.
14514 ($(objpfx)begin-end-check.out): Likewise.
14515 * Makerules (check-abi-%.out): Likewise.
14516 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14517 ($(objpfx)test2.cat): Likewise.
14518 ($(objpfx)de/libc.cat): Likewise.
14519 ($(objpfx)test-gencat.out): Likewise.
14520 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14521 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14522 ($(objpfx)noload-mem): Likewise.
14523 ($(objpfx)tst-pathopt.out): Likewise.
14524 ($(objpfx)tst-rtld-load-self.out): Likewise.
14525 ($(objpfx)tst-array1-cmp.out): Likewise.
14526 ($(objpfx)tst-array1-static-cmp.out): Likewise.
14527 ($(objpfx)tst-array2-cmp.out): Likewise.
14528 ($(objpfx)tst-array3-cmp.out): Likewise.
14529 ($(objpfx)tst-array4-cmp.out): Likewise.
14530 ($(objpfx)tst-array5-cmp.out): Likewise.
14531 ($(objpfx)tst-array5-static-cmp.out): Likewise.
14532 ($(objpfx)check-textrel.out): Likewise.
14533 ($(objpfx)check-execstack.out): Likewise.
14534 ($(objpfx)check-localplt.out): Likewise.
14535 ($(objpfx)order2-cmp.out): Likewise.
14536 ($(objpfx)tst-leaks1-mem): Likewise.
14537 ($(objpfx)tst-leaks1-static-mem): Likewise.
14538 ($(objpfx)tst-initorder-cmp.out): Likewise.
14539 ($(objpfx)tst-initorder2-cmp.out): Likewise.
14540 ($(objpfx)tst-unused-dep.out): Likewise.
14541 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14542 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14543 * iconv/Makefile (test-iconvconfig): Likewise.
14544 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14545 ($(objpfx)iconv-test.out): Likewise.
14546 ($(objpfx)tst-tables.out): Likewise.
14547 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14548 ($(objpfx)tst-gettext.out): Likewise.
14549 ($(objpfx)tst-translit.out): Likewise.
14550 ($(objpfx)tst-gettext2.out): Likewise.
14551 ($(objpfx)tst-gettext4.out): Likewise.
14552 ($(objpfx)tst-gettext6.out): Likewise.
14553 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14554 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14555 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14556 ($(objpfx)tst-fopenloc-mem.out): Likewise.
14557 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14558 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14559 * posix/Makefile ($(objpfx)globtest.out): Likewise.
14560 ($(objpfx)wordexp-tst.out): Likewise.
14561 ($(objpfx)annexc.out): Likewise.
14562 ($(objpfx)tst-fnmatch-mem): Likewise.
14563 ($(objpfx)bug-regex2-mem): Likewise.
14564 ($(objpfx)bug-regex14-mem): Likewise.
14565 ($(objpfx)bug-regex21-mem): Likewise.
14566 ($(objpfx)bug-regex31-mem): Likewise.
14567 ($(objpfx)tst-vfork3-mem): Likewise.
14568 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14569 ($(objpfx)tst-pcre-mem): Likewise.
14570 ($(objpfx)tst-boost-mem): Likewise.
14571 ($(objpfx)tst-getconf.out): Likewise.
14572 ($(objpfx)bug-ga2-mem): Likewise.
14573 ($(objpfx)bug-glob2-mem): Likewise.
14574 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14575 ($(objpfx)mtrace-tst-leaks2): Likewise.
14576 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14577 ($(objpfx)tst-printf.out): Likewise.
14578 ($(objpfx)tst-setvbuf1.out): Likewise.
14579 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14580 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14581 ($(objpfx)tst-fmtmsg.out): Likewise.
14582 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14583 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14584
acd7f096
JM
14585 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14586 * bits/sigaction.h [__USE_MISC]: Likewise.
14587 * bits/waitstatus.h: Update #endif comments.
14588 * ctype/ctype.h: Likewise.
14589 * dirent/dirent.h: Likewise.
14590 [__USE_MISC]: Remove redundant conditionals.
14591 * grp/grp.h: Update #endif comments.
14592 [__USE_GNU]: Remove redundant conditionals.
14593 [__USE_MISC]: Likewise.
14594 * inet/netinet/in.h [__USE_GNU]: Likewise.
14595 * io/sys/stat.h [__USE_MISC]: Likewise.
14596 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14597 * libio/bits/stdio.h: Update #endif comments.
14598 [__USE_MISC]: Remove redundant conditionals.
14599 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14600 * libio/stdio.h: Update #endif comments.
14601 [__USE_MISC]: Remove redundant conditionals.
14602 * math/bits/math-finite.h [__USE_MISC]: Likewise.
14603 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14604 * math/math.h: Update #else and #endif comments.
14605 [__USE_MISC]: Remove redundant conditionals.
14606 * misc/sys/uio.h: Update #endif comments.
14607 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14608 * posix/glob.h [__USE_MISC]: Likewise.
14609 * posix/sys/types.h: Update #endif comments.
14610 [__USE_MISC]: Remove redundant conditionals.
14611 * posix/sys/wait.h: Update #endif comments.
14612 [__USE_MISC]: Remove redundant conditionals.
14613 * posix/unistd.h: Update #endif comments.
14614 [__USE_MISC]: Remove redundant conditionals.
14615 * pwd/pwd.h [__USE_GNU]: Likewise.
14616 [__USE_MISC]: Likewise.
14617 * resolv/netdb.h [__USE_GNU]: Likewise.
14618 * signal/signal.h: Update #endif comments.
14619 [__USE_MISC]: Remove redundant conditionals.
14620 * stdlib/stdlib.h: Update #else and #endif comments.
14621 [__USE_MISC]: Remove redundant conditionals.
14622 [__USE_GNU]: Likewise.
14623 * string/bits/string2.h [__USE_MISC]: Likewise.
14624 * string/string.h: Update #endif comments.
14625 [__USE_MISC]: Remove redundant conditionals.
14626 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14627 Likewise.
14628 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14629 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14630 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14631 Likewise.
14632 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14633 Likewise.
14634 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14635 comments.
14636 [__USE_MISC]: Remove redundant conditionals.
14637 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14638 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14639 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14640 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14641 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14642 Likewise.
14643 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14644 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14645 Likewise.
14646 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14647 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14648 Likewise.
14649 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14650 Likewise.
14651 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14652 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14653 Likewise.
14654 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14655 Likewise.
14656 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14657 * sysdeps/x86/bits/string.h: Update #endif comments.
14658 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14659 conditionals.
14660 * time/sys/time.h: Update #endif comments.
14661 * time/time.h: Likewise.
14662 [__USE_MISC]: Remove redundant conditionals.
14663
a5d82e4e
YG
146642014-02-21 Yury Gribov <y.gribov@samsung.com>
14665
14666 [BZ #16600]
14667 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14668
9a80491d
AS
146692014-02-21 Andreas Schwab <schwab@linux-m68k.org>
14670
14671 * Versions.def (librt): Add GLIBC_2.17.
14672
105fa381
AC
146732014-02-21 Adam Conrad <adconrad@0c3.net>
14674
14675 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14676 synonym for _SYS_AUXV_H to allow direct inclusion.
14677 * sysdeps/sparc/bits/hwcap.h: Likewise.
14678 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14679 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14680 * sysdeps/sparc/sysdep.h: Likewise.
14681
b8cd1c4e
SP
146822014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14683
14684 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14685
bd939d23
RS
146862014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14687
14688 * benchtests/bench-strrchr.c: Print length instead of position.
14689
5d7b57ca
JM
146902014-02-20 Joseph Myers <joseph@codesourcery.com>
14691
bc688c10
JM
14692 [BZ #16611]
14693 * sysdeps/unix/sysv/linux/kernel-features.h
14694 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14695 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14696 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14697 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14698 Likewise.
14699 [__i386__ || __powerpc__ || __sh__ || __sparc__]
14700 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14701 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14702 (__ASSUME_SENDMMSG): Define instead of using previous
14703 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14704 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14705 (__ASSUME_SENDMMSG_SYSCALL): Define.
14706 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14707 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14708 Likewise.
14709 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14710 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14711 Likewise.
14712 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14713 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14714 Likewise.
14715 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14716 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14717 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14718 [__ASSUME_SENDMMSG]: Change conditionals to
14719 [__ASSUME_SENDMMSG_SOCKETCALL].
14720 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14721 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14722 Define.
14723 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14724 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14725 Likewise.
14726 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14727 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14728 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14729 [!__ASSUME_SENDMMSG]: Change conditional to
14730 [!__ASSUME_SENDMMSG_SOCKETCALL].
14731 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14732 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14733 Define.
14734
0e31b18c
JM
14735 [BZ #16610]
14736 * sysdeps/unix/sysv/linux/kernel-features.h
14737 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14738 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14739 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14740 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14741 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14742 [__i386__ || __sparc__]
14743 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14744 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14745 (__ASSUME_RECVMMSG): Define instead of using previous
14746 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14747 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14748 (__ASSUME_RECVMMSG_SYSCALL): Define.
14749 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14750 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14751 Likewise.
14752 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14753 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14754 Likewise.
14755 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14756 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14757 Likewise.
14758 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14759 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14760 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14761 [__ASSUME_RECVMMSG]: Change condition to
14762 [__ASSUME_RECVMMSG_SOCKETCALL].
14763 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14764 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14765 Define.
14766 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14767 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14768 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14769 Likewise.
14770 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14771 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14772 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14773 [!__ASSUME_RECVMMSG]: Change condition to
14774 [!__ASSUME_RECVMMSG_SOCKETCALL].
14775 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14776 (__ASSUME_RECVMMSG_SYSCALL): Define.
14777
dd481ccf
JM
14778 [BZ #16609]
14779 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14780 __powerpc__ || __s390__ || __sh__ || __sparc__]
14781 (__ASSUME_SOCKETCALL): Define.
14782 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14783 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14784 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14785 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14786 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14787 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14788 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14789 (__ASSUME_ACCEPT4): Define instead of using previous
14790 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14791 __powerpc__ || __sparc__ || __s390__)] condition.
14792 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14793 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14794 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14795 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14796 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14797 [!__ASSUME_ACCEPT4]: Change condition to
14798 [!__ASSUME_ACCEPT4_SOCKETCALL].
14799 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14800 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
14801 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14802 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14803 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14804 __ASSUME_ACCEPT4_SYSCALL.
14805 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14806 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14807 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14808 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14809 __ASSUME_ACCEPT4_SYSCALL.
14810 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14811 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14812 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14813 [__ASSUME_ACCEPT4]: Change condition to
14814 [__ASSUME_ACCEPT4_SOCKETCALL].
14815 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14816 (__ASSUME_SOCKETCALL): Define.
14817 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14818 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14819 (__ASSUME_SOCKETCALL): Define.
14820 (__ASSUME_ACCEPT4): Remove.
14821 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14822 Define.
14823 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14824 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14825 Likewise.
14826 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14827 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14828
5d7b57ca
JM
14829 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14830 macro.
14831 (HWCAP_ARM_LPAE): Likewise.
14832 (HWCAP_ARM_EVTSTRM): Likewise.
14833 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14834 Add vpfd32, lpae and evtstrm.
14835 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14836 Increase to 22.
14837
63689d61
JM
148382014-02-19 Joseph Myers <joseph@codesourcery.com>
14839
14840 * math/auto-libm-test-in: Add tests of clog10.
14841 * math/auto-libm-test-out: Regenerated.
14842 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14843 * sysdeps/i386/fpu/libm-test-ulps: Update.
14844 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14845
ab09bf61
AS
148462014-02-18 Andreas Schwab <schwab@suse.de>
14847
14848 [BZ #16574]
14849 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14850 Store non-zero if the second buffer was newly allocated.
14851 (send_dg): Likewise.
14852 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14853 to send_vc and send_dg.
14854 (res_nsend): Pass NULL for ansp2_malloced.
14855 * resolv/res_query.c (__libc_res_nquery): Add parameter
14856 answerp2_malloced and pass it down to __libc_res_nsend.
14857 (res_nquery): Pass additional NULL to __libc_res_nquery.
14858 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14859 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
14860 second answer buffer if answerp2_malloced was set.
14861 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14862 (__libc_res_nquerydomain): Add parameter
14863 answerp2_malloced and pass it down to __libc_res_nquery.
14864 (res_nquerydomain): Pass additional NULL to
14865 __libc_res_nquerydomain.
14866 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14867 additional NULL to __libc_res_nsend and __libc_res_nquery.
14868 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14869 additional NULL to __libc_res_nsearch.
14870 (_nss_dns_gethostbyname4_r): Revert last change. Use new
14871 parameter of __libc_res_nsearch to check for separately allocated
14872 second buffer.
14873 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14874 __libc_res_nquery.
14875 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14876 additional NULL to __libc_res_nquery.
14877 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14878 __libc_res_nsearch.
14879 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14880 * include/resolv.h: Update prototypes of __libc_res_nquery,
14881 __libc_res_nsearch, __libc_res_nsend.
14882
a4fb7861
JM
148832014-02-18 Joseph Myers <joseph@codesourcery.com>
14884
c6af2d89
JM
14885 * math/auto-libm-test-in: Add tests of fma.
14886 * math/auto-libm-test-out: Regenerated.
14887 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14888 (fma_towardzero_test_data): Likewise.
14889 (fma_downward_test_data): Likewise.
14890 (fma_upward_test_data): Likewise.
14891 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14892 mpc_mode.
14893 (rounding_modes): Add values for new field.
14894 (func_calc_method): Add value mpfr_fff_f.
14895 (func_calc_desc): Add mpfr_fff_f union field.
14896 (test_function): Add field exact_args.
14897 (FUNC): Add macro argument EXACT_ARGS.
14898 (FUNC_mpfr_f_f): Update call to FUNC.
14899 (FUNC_mpfr_f_f): Likewise.
14900 (FUNC_mpfr_ff_f): Likewise.
14901 (FUNC_mpfr_if_f): Likewise.
14902 (FUNC_mpc_c_f): Likewise.
14903 (FUNC_mpc_c_c): Likewise.
14904 (test_functions): Add fma. Update calls to FUNC.
14905 (handle_input_arg): Add argument exact_args.
14906 (add_test): Update call to handle_input_arg.
14907 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
14908 (output_for_one_input_case): Update call to calc_generic_results.
14909 Recalculate exact zero results in each rounding mode.
14910
a4fb7861
JM
14911 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14912 non-negative before setting low bit.
14913 * math/auto-libm-test-in: Mark one asin test possibly having
14914 spurious underflow.
14915 * math/auto-libm-test-out: Regenerated.
14916 * sysdeps/i386/fpu/libm-test-ulps: Update.
14917 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14918
ef114eaf
DH
149192014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
14920
2b7f4f2c
SP
14921 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14922 * sysdeps/unix/sysv/linux/microblaze: Move directory from
14923 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
14924 * README: Add missing listing for microblaze*-*-linux-gnu.
14925
8125aedc
AM
149262014-02-16 Ondřej Bílka <neleai@seznam.cz>
14927
14928 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14929 duplicate code
14930
c70a4b1d
MF
149312014-02-16 Mike Frysinger <vapier@gentoo.org>
14932
14933 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14934 * sysdeps/unix/sysv/linux/ia64: Move directory from
14935 ports/sysdeps/unix/sysv/linux/ia64.
14936 * README: Update listing for ia64-*-linux-gnu.
14937
591aeaf7
TD
149382014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
14939 Joseph Myers <joseph@codesourcery.com>
14940
14941 * Makeconfig (test-name): New variable.
14942 (evaluate-test): Likewise.
14943 * Makerules (do-test-clean): Remove .test-result files.
14944 (common-mostlyclean): Likewise.
14945 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14946 * scripts/evaluate-test.sh: New file.
14947
6e89caf1
JM
149482014-02-14 Joseph Myers <joseph@codesourcery.com>
14949
7f98f180
JM
14950 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14951 separate $(objpfx)tst-fopenloc-cmp.out and
14952 $(objpfx)tst-fopenloc-mem.out targets.
14953 (tests): Update dependencies.
14954 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14955 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14956 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14957 (tst-rxspencer-no-utf8-ARGS): New variable.
14958 (tst-rxspencer-no-utf8-ENV): Likewise.
14959 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14960 instead of $(objpfx)tst-rxspencer-mem.
14961 ($(objpfx)tst-rxspencer-mem): Change target to
14962 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
14963 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14964 * posix/tst-rxspencer-no-utf8.c: New file.
14965
6e89caf1
JM
14966 * elf/Makefile ($(objpfx)order.out): Remove rule.
14967 [$(run-built-tests) = yes] (tests): Depend on
14968 $(objpfx)order-cmp.out.
14969 ($(objpfx)order-cmp.out): New rule.
14970 [$(run-built-tests) = yes] (tests): Depend on
14971 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14972 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14973 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14974 $(objpfx)tst-array5-static-cmp.out.
14975 ($(objpfx)tst-array1.out): Remove rule.
14976 ($(objpfx)tst-array1-cmp.out): New rule.
14977 ($(objpfx)tst-array1-static.out): Remove rule.
14978 ($(objpfx)tst-array1-static-cmp.out): New rule.
14979 ($(objpfx)tst-array2.out): Remove rule.
14980 ($(objpfx)tst-array2-cmp.out): New rule.
14981 ($(objpfx)tst-array3.out): Remove rule.
14982 ($(objpfx)tst-array3-cmp.out): New rule.
14983 ($(objpfx)tst-array4.out): Remove rule.
14984 ($(objpfx)tst-array4-cmp.out): New rule.
14985 ($(objpfx)tst-array5.out): Remove rule.
14986 ($(objpfx)tst-array5-cmp.out): New rule.
14987 ($(objpfx)tst-array5-static.out): Remove rule.
14988 ($(objpfx)tst-array5-static-cmp.out): New rule.
14989 [$(run-built-tests) = yes] (tests): Depend on
14990 $(objpfx)order2-cmp.out.
14991 ($(objpfx)order2.out): Remove rule.
14992 ($(objpfx)order2-cmp.out): New rule.
14993 ($(objpfx)tst-initorder.out): Remove rule.
14994 [$(run-built-tests) = yes] (tests): Depend on
14995 $(objpfx)tst-initorder-cmp.out.
14996 ($(objpfx)tst-initorder-cmp.out): New rule.
14997 ($(objpfx)tst-initorder2.out): Remove rule.
14998 [$(run-built-tests) = yes] (tests): Depend on
14999 $(objpfx)tst-initorder2-cmp.out.
15000 ($(objpfx)tst-initorder2-cmp.out): New rule.
15001 [$(run-built-tests) = yes] (tests): Depend on
15002 $(objpfx)tst-unused-dep-cmp.out.
15003 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15004 ($(objpfx)tst-unused-dep-cmp.out): New rule.
15005 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15006 on $(objpfx)tst-setvbuf1-cmp.out.
15007 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15008 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15009 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15010 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15011 ($(objpfx)tst-svc.out): Remove rule.
15012 ($(objpfx)tst-svc-cmp.out): New rule.
15013
ed9a38e2
JM
150142014-02-13 Joseph Myers <joseph@codesourcery.com>
15015
15016 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15017 * ctype/ctype.h [__USE_MISC]: Likewise.
15018 * dirent/dirent.h [__USE_MISC]: Likewise.
15019 * grp/grp.h [__USE_MISC]: Likewise.
15020 * io/fcntl.h [__USE_MISC]: Likewise.
15021 * io/sys/stat.h [__USE_MISC]: Likewise.
15022 * libio/stdio.h [__USE_MISC]: Likewise.
15023 * posix/unistd.h [__USE_MISC]: Likewise.
15024 * pwd/pwd.h [__USE_MISC]: Likewise.
15025 * stdlib.h [__USE_MISC]: Likewise.
15026 * string/bits/string2.h [__USE_MISC]: Likewise.
15027 * string/string.h [__USE_MISC]: Likewise.
15028 * time/time.h [__USE_MISC]: Likewise.
15029
d6680619
AS
150302014-02-13 Andreas Schwab <schwab@suse.de>
15031
15032 [BZ #16574]
15033 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15034 second answer buffer if it was separately allocated.
15035
ace614b8
JM
150362014-02-12 Joseph Myers <joseph@codesourcery.com>
15037
743151ae
JM
15038 * sysdeps/mips/math-tests.h: Include <features.h>.
15039 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15040 (ROUNDING_TESTS_long_double): Do not define.
15041 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15042 (EXCEPTION_TESTS_long_double): Likewise.
15043 * sysdeps/mips/mips64/libm-test-ulps: Update.
15044
498afc54
JM
15045 * include/features.h (__USE_BSD): Remove macro definitions.
15046 (__USE_SVID): Likewise.
15047 (_BSD_SOURCE): Likewise.
15048 (_SVID_SOURCE): Likewise.
15049 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15050 from definition of _DEFAULT_SOURCE.
15051 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15052 [_DEFAULT_SOURCE].
15053 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15054 * bits/mman.h [__USE_BSD]: Likewise.
15055 * bits/termios.h [__USE_BSD]: Likewise.
15056 * bits/waitstatus.h [__USE_BSD]: Likewise.
15057 * ctype/ctype.h [__USE_SVID]: Likewise.
15058 * dirent/dirent.h [__USE_BSD]: Likewise.
15059 * grp/grp.h [__USE_SVID]: Likewise.
15060 [__USE_BSD]: Likewise.
15061 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15062 * io/fcntl.h [__USE_BSD]: Likewise.
15063 * io/ftw.h [__USE_BSD]: Likewise.
15064 * io/sys/stat.h [__USE_BSD]: Likewise.
15065 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15066 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15067 * libio/stdio.h [__USE_SVID]: Likewise.
15068 [__USE_BSD]: Likewise.
15069 * math/math.h [__USE_SVID]: Likewise.
15070 [__USE_BSD]: Likewise.
15071 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15072 * misc/bits/syslog.h [__USE_BSD]: Likewise.
15073 * misc/search.h [__USE_SVID]: Likewise.
15074 * misc/sys/mman.h [__USE_BSD]: Likewise.
15075 * misc/sys/syslog.h [__USE_BSD]: Likewise.
15076 * misc/sys/uio.h [__USE_BSD]: Likewise.
15077 * posix/bits/unistd.h [__USE_BSD]: Likewise.
15078 * posix/glob.h [__USE_BSD]: Likewise.
15079 * posix/regex.h [__USE_BSD]: Likewise.
15080 * posix/sys/types.h [__USE_BSD]: Likewise.
15081 [__USE_SVID]: Likewise.
15082 * posix/sys/utsname.h [__USE_SVID]: Likewise.
15083 * posix/sys/wait.h [__USE_BSD]: Likewise.
15084 [__USE_SVID]: Likewise.
15085 * posix/unistd.h [__USE_BSD]: Likewise.
15086 [__USE_SVID]: Likewise.
15087 * pwd/pwd.h [__USE_SVID]: Likewise.
15088 * resolv/netdb.h [__USE_BSD]: Likewise.
15089 * setjmp/setjmp.h [__USE_BSD]: Likewise.
15090 * signal/signal.h [__USE_BSD]: Likewise.
15091 [__USE_SVID]: Likewise.
15092 * socket/sys/socket.h [__USE_BSD]: Likewise.
15093 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15094 * stdlib/stdlib.h [__USE_BSD]: Likewise.
15095 [__USE_SVID]: Likewise.
15096 * string/bits/string2.h [__USE_BSD]: Likewise.
15097 [__USE_SVID]: Likewise.
15098 * string/bits/string3.h [__USE_BSD]: Likewise.
15099 * string/endian.h [__USE_BSD]: Likewise.
15100 * string/string.h [__USE_SVID]: Likewise.
15101 [__USE_BSD]: Likewise.
15102 * string/strings.h [__USE_BSD]: Likewise.
15103 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15104 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15105 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15106 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15107 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15108 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15109 Likewise.
15110 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15111 Likewise.
15112 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15113 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15114 Likewise.
15115 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15116 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15117 Likewise.
15118 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15119 Likewise.
15120 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15121 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15122 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15123 Likewise.
15124 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15125 Likewise.
15126 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15127 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15128 * termios/termios.h [__USE_BSD]: Likewise.
15129 * time/sys/time.h [__USE_BSD]: Likewise.
15130 * time/time.h [__USE_BSD]: Likewise.
15131 [__USE_SVID]: Likewise.
15132
dd7b064c
JM
15133 * Makefile (subdir_targets): Remove subdir_lint.out.
15134
a2c4c199
JM
15135 * stdio-common/Makefile (do-tst-unbputc): Remove target.
15136 (do-tst-printf): Likewise.
15137 (tests): Depend directly on $(objpfx)tst-unbputc.out and
15138 $(objpfx)tst-printf.out.
15139
8756f740
JM
15140 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15141
1b6dd3f1
JM
15142 * Makerules (check-abi-%): Change target to
15143 $(objpfx)check-abi-%.out.
15144 (check-abi target): Update dependencies.
15145 (check-abi-pattern variable): Redirect output of diff to $@.
15146 (check-abi variable): Likewise.
15147 * elf/Makefile (check-abi): Update dependencies.
15148
ace614b8
JM
15149 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15150 unused.
15151 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15152 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15153 subnormal range.
15154 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15155 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15156 value has largest subnormal exponent.
15157 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15158 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15159 * sysdeps/aarch64/soft-fp/sfp-machine.h
15160 (_FP_TININESS_AFTER_ROUNDING): New macro.
15161 * sysdeps/alpha/soft-fp/sfp-machine.h
15162 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15163 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15164 Likewise.
15165 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15166 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15167 * sysdeps/mips/soft-fp/sfp-machine.h
15168 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15169 * sysdeps/powerpc/soft-fp/sfp-machine.h
15170 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15171 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15172 Likewise.
15173 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15174 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15175 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15176 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15177 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15178 Likewise.
15179
fbfdf9cb
DAS
151802014-02-12 Dylan Alex Simon <dylan@dylex.net>
15181
15182 [BZ #16545]
15183 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15184 model 1.
15185
68b7efaa
RH
151862014-02-12 Richard Henderson <rth@redhat.com>
15187
c70a4b1d 15188 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
15189 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15190 * sysdeps/unix/sysv/linux/alpha: Move directory from
15191 ports/sysdeps/unix/sysv/linux/alpha.
15192 * README: Update listing for alpha-*-linux-gnu.
15193
cb4a2928
JM
151942014-02-11 Joseph Myers <joseph@codesourcery.com>
15195
c941736c
JM
15196 * include/features.h: Update comment documenting feature test
15197 macros.
15198 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
15199 _DEFAULT_SOURCE.
15200 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15201 (_SVID_SOURCE): Likewise.
15202 (_DEFAULT_SOURCE): Update description of default features.
15203 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15204 with _GNU_SOURCE.
15205 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15206 (S_ISVTX): Likewise.
15207 * manual/math.texi (Mathematical Constants): Likewise.
15208 * manual/signal.texi (Interrupted Primitives): Likewise.
15209 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15210 * math/test-matherr.c (_SVID_SOURCE): Do not define.
15211 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15212 Don't refer to _SVID_SOURCE in warning text.
15213
e8d8d7ec
JM
15214 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15215
cb4a2928
JM
15216 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15217 already defined.
15218 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15219 * sysdeps/mips/dl-lookup.c: Remove.
15220 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15221
7e6424e3
AK
152222014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15223
15224 [BZ #16447]
15225 * math/auto-libm-test-in: Add testcase for expl.
15226 * math/auto-libm-test-out: Regenerate.
15227 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15228 calculation of unsafe.
15229 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15230
75eff3fe
MS
152312014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
15232
15233 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15234 * sysdeps/unix/sysv/linux/aarch64: Move directory from
15235 ports/sysdeps/unix/sysv/linux/aarch64.
15236 * README: Update listing for aarch64*-*-linux-gnu.
15237
d35f1e80
WN
152382014-02-11 Will Newton <will.newton@linaro.org>
15239
15240 * manual/probes.texi (Mathematical Function Probes): Use
15241 "triggered" instead of "hit".
15242
7b3436d4
WN
15243 * manual/probes.texi (Internal Probes): Add documentation
15244 of setjmp, longjmp and longjmp_target probes.
15245
b4f12ca3
WN
15246 * include/stap-probe.h: Add comment about probe argument
15247 format.
15248
c13a72b7
WN
15249 * malloc/mtrace.c (attribute_hidden): Remove unused macro
15250 definition. (tr_where, tr_freehook, tr_mallochook,
15251 tr_reallochook, tr_memalignhook): Use ANSI protoype.
15252
195b8165
DM
152532014-02-11 David S. Miller <davem@davemloft.net>
15254
15255 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15256 processing int_tests.
15257
2ad7600b
JM
152582014-02-10 Joseph Myers <joseph@codesourcery.com>
15259
15260 * sysdeps/mips: Move directory from ports/sysdeps/mips.
15261 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15262 * sysdeps/unix/sysv/linux/mips: Move directory from
15263 ports/sysdeps/unix/sysv/linux/mips.
15264 * README: Update listing for mips-*-linux-gnu and
15265 mips64-*-linux-gnu.
15266
73588a72
AS
152672014-02-10 Andreas Schwab <schwab@linux-m68k.org>
15268
15269 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15270 * sysdeps/unix/sysv/linux/m68k: Move directory from
15271 ports/sysdeps/unix/sysv/linux/m68k.
15272 * README: Update listing for m68k-*-linux-gnu.
15273
4372980f
CM
152742014-02-10 Chris Metcalf <cmetcalf@tilera.com>
15275
15276 * sysdeps/tile: Move directory from ports/sysdeps/tile.
15277 * sysdeps/unix/sysv/linux/generic: Move directory from
15278 ports/sysdeps/unix/sysv/linux/generic.
15279 * sysdeps/unix/sysv/linux/tile: Move directory from
15280 ports/sysdeps/unix/sysv/linux/tile.
15281 * README: Update listing for tile*-*-linux-gnu.
15282
a1ffb40e
OB
152832014-02-10 Ondřej Bílka <neleai@seznam.cz>
15284
57f41c40
AS
15285 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15286 __builtin_expect.
a1ffb40e
OB
15287 * benchtests/bench-memmem.c (simple_memmem): Likewise.
15288 * catgets/open_catalog.c (__open_catalog): Likewise.
15289 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15290 * debug/confstr_chk.c: Likewise.
15291 * debug/fread_chk.c (__fread_chk): Likewise.
15292 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15293 * debug/getgroups_chk.c: Likewise.
15294 * debug/mbsnrtowcs_chk.c: Likewise.
15295 * debug/mbsrtowcs_chk.c: Likewise.
15296 * debug/mbstowcs_chk.c: Likewise.
15297 * debug/memcpy_chk.c: Likewise.
15298 * debug/memmove_chk.c: Likewise.
15299 * debug/mempcpy_chk.c: Likewise.
15300 * debug/memset_chk.c: Likewise.
15301 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15302 * debug/strcat_chk.c (__strcat_chk): Likewise.
15303 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15304 * debug/strncat_chk.c (__strncat_chk): Likewise.
15305 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15306 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15307 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15308 * debug/wcpncpy_chk.c: Likewise.
15309 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15310 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15311 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15312 * debug/wcsncpy_chk.c: Likewise.
15313 * debug/wcsnrtombs_chk.c: Likewise.
15314 * debug/wcsrtombs_chk.c: Likewise.
15315 * debug/wcstombs_chk.c: Likewise.
15316 * debug/wmemcpy_chk.c: Likewise.
15317 * debug/wmemmove_chk.c: Likewise.
15318 * debug/wmempcpy_chk.c: Likewise.
15319 * debug/wmemset_chk.c: Likewise.
15320 * dirent/scandirat.c (SCANDIRAT): Likewise.
15321 * dlfcn/dladdr1.c (dladdr1): Likewise.
15322 * dlfcn/dladdr.c (dladdr): Likewise.
15323 * dlfcn/dlclose.c (dlclose_doit): Likewise.
15324 * dlfcn/dlerror.c (__dlerror): Likewise.
15325 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15326 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15327 * dlfcn/dlopen.c (dlopen_doit): Likewise.
15328 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15329 * dlfcn/dlsym.c (dlsym_doit): Likewise.
15330 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15331 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15332 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15333 Likewise.
15334 * elf/dl-conflict.c: Likewise.
15335 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15336 * elf/dl-dst.h: Likewise.
15337 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15338 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15339 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15340 * elf/dl-init.c (call_init, _dl_init): Likewise.
15341 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
15342 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15343 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15344 Likewise.
a1ffb40e
OB
15345 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15346 Likewise.
15347 * elf/dl-minimal.c (__libc_memalign): Likewise.
15348 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15349 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15350 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15351 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
15352 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15353 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
15354 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15355 * elf/dl-writev.h (_dl_writev): Likewise.
15356 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
15357 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15358 (dl_main): Likewise.
a1ffb40e
OB
15359 * elf/setup-vdso.h (setup_vdso): Likewise.
15360 * grp/compat-initgroups.c (compat_call): Likewise.
15361 * grp/fgetgrent.c (fgetgrent): Likewise.
15362 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15363 * grp/putgrent.c (putgrent): Likewise.
15364 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15365 Likewise.
15366 * hurd/hurdinit.c: Likewise.
15367 * iconvdata/8bit-gap.c (struct): Likewise.
15368 * iconvdata/ansi_x3.110.c : Likewise.
15369 * iconvdata/big5.c : Likewise.
15370 * iconvdata/big5hkscs.c : Likewise.
15371 * iconvdata/cp1255.c: Likewise.
15372 * iconvdata/cp1258.c : Likewise.
15373 * iconvdata/cp932.c : Likewise.
15374 * iconvdata/euc-cn.c: Likewise.
15375 * iconvdata/euc-jisx0213.c : Likewise.
15376 * iconvdata/euc-jp.c: Likewise.
15377 * iconvdata/euc-jp-ms.c : Likewise.
15378 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15379 * iconvdata/gb18030.c : Likewise.
15380 * iconvdata/gbbig5.c (const): Likewise.
15381 * iconvdata/gbgbk.c: Likewise.
15382 * iconvdata/gbk.c : Likewise.
15383 * iconvdata/ibm1364.c : Likewise.
15384 * iconvdata/ibm930.c : Likewise.
15385 * iconvdata/ibm932.c: Likewise.
15386 * iconvdata/ibm933.c : Likewise.
15387 * iconvdata/ibm935.c : Likewise.
15388 * iconvdata/ibm937.c : Likewise.
15389 * iconvdata/ibm939.c : Likewise.
15390 * iconvdata/ibm943.c: Likewise.
15391 * iconvdata/iso_11548-1.c: Likewise.
15392 * iconvdata/iso-2022-cn.c : Likewise.
15393 * iconvdata/iso-2022-cn-ext.c : Likewise.
15394 * iconvdata/iso-2022-jp-3.c: Likewise.
15395 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15396 * iconvdata/iso-2022-kr.c : Likewise.
15397 * iconvdata/iso646.c (gconv_end): Likewise.
15398 * iconvdata/iso_6937-2.c : Likewise.
15399 * iconvdata/iso_6937.c : Likewise.
15400 * iconvdata/iso8859-1.c: Likewise.
15401 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15402 * iconvdata/shift_jisx0213.c : Likewise.
15403 * iconvdata/sjis.c : Likewise.
15404 * iconvdata/t.61.c : Likewise.
15405 * iconvdata/tcvn5712-1.c : Likewise.
15406 * iconvdata/tscii.c: Likewise.
15407 * iconvdata/uhc.c : Likewise.
15408 * iconvdata/unicode.c (gconv_end): Likewise.
15409 * iconvdata/utf-16.c (gconv_end): Likewise.
15410 * iconvdata/utf-32.c (gconv_end): Likewise.
15411 * iconvdata/utf-7.c (base64): Likewise.
15412 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15413 * iconv/gconv_close.c (__gconv_close): Likewise.
15414 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
15415 * iconv/gconv_simple.c (internal_ucs4_loop_single)
15416 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15417 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15418 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15419 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
15420 * iconv/iconv.c (iconv): Likewise.
15421 * iconv/iconv_close.c: Likewise.
15422 * iconv/loop.c (SINGLE): Likewise.
15423 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15424 * include/atomic.h: Likewise.
15425 * inet/inet6_option.c (option_alloc): Likewise.
15426 * intl/bindtextdom.c (set_binding_values): Likewise.
15427 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15428 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15429 * intl/localealias.c (read_alias_file): Likewise.
15430 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
15431 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15432 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
15433 * libio/fmemopen.c (fmemopen): Likewise.
15434 * libio/iofgets.c (_IO_fgets): Likewise.
15435 * libio/iofgets_u.c (fgets_unlocked): Likewise.
15436 * libio/iofgetws.c (fgetws): Likewise.
15437 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15438 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
15439 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15440 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
15441 * locale/findlocale.c (_nl_find_locale): Likewise.
15442 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15443 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15444 Likewise.
15445 * locale/setlocale.c (setlocale): Likewise.
15446 * login/programs/pt_chown.c (main): Likewise.
15447 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15448 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
15449 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15450 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
15451 * math/e_exp2l.c: Likewise.
15452 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15453 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15454 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15455 * math/s_catan.c (__catan): Likewise.
15456 * math/s_catanf.c (__catanf): Likewise.
15457 * math/s_catanh.c (__catanh): Likewise.
15458 * math/s_catanhf.c (__catanhf): Likewise.
15459 * math/s_catanhl.c (__catanhl): Likewise.
15460 * math/s_catanl.c (__catanl): Likewise.
15461 * math/s_ccosh.c (__ccosh): Likewise.
15462 * math/s_ccoshf.c (__ccoshf): Likewise.
15463 * math/s_ccoshl.c (__ccoshl): Likewise.
15464 * math/s_cexp.c (__cexp): Likewise.
15465 * math/s_cexpf.c (__cexpf): Likewise.
15466 * math/s_cexpl.c (__cexpl): Likewise.
15467 * math/s_clog10.c (__clog10): Likewise.
15468 * math/s_clog10f.c (__clog10f): Likewise.
15469 * math/s_clog10l.c (__clog10l): Likewise.
15470 * math/s_clog.c (__clog): Likewise.
15471 * math/s_clogf.c (__clogf): Likewise.
15472 * math/s_clogl.c (__clogl): Likewise.
15473 * math/s_csin.c (__csin): Likewise.
15474 * math/s_csinf.c (__csinf): Likewise.
15475 * math/s_csinh.c (__csinh): Likewise.
15476 * math/s_csinhf.c (__csinhf): Likewise.
15477 * math/s_csinhl.c (__csinhl): Likewise.
15478 * math/s_csinl.c (__csinl): Likewise.
15479 * math/s_csqrt.c (__csqrt): Likewise.
15480 * math/s_csqrtf.c (__csqrtf): Likewise.
15481 * math/s_csqrtl.c (__csqrtl): Likewise.
15482 * math/s_ctan.c (__ctan): Likewise.
15483 * math/s_ctanf.c (__ctanf): Likewise.
15484 * math/s_ctanh.c (__ctanh): Likewise.
15485 * math/s_ctanhf.c (__ctanhf): Likewise.
15486 * math/s_ctanhl.c (__ctanhl): Likewise.
15487 * math/s_ctanl.c (__ctanl): Likewise.
15488 * math/w_pow.c: Likewise.
15489 * math/w_powf.c: Likewise.
15490 * math/w_powl.c: Likewise.
15491 * math/w_scalb.c (sysv_scalb): Likewise.
15492 * math/w_scalbf.c (sysv_scalbf): Likewise.
15493 * math/w_scalbl.c (sysv_scalbl): Likewise.
15494 * misc/error.c (error_tail): Likewise.
15495 * misc/pselect.c (__pselect): Likewise.
15496 * nis/nis_callback.c (__nis_create_callback): Likewise.
15497 * nis/nis_call.c (__nisfind_server): Likewise.
15498 * nis/nis_creategroup.c (nis_creategroup): Likewise.
15499 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15500 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15501 * nis/nis_getservlist.c (nis_getservlist): Likewise.
15502 * nis/nis_lookup.c (nis_lookup): Likewise.
15503 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
15504 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15505 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 15506 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
15507 * nis/nss_compat/compat-grp.c (getgrent_next_file)
15508 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15509 * nis/nss_compat/compat-initgroups.c (add_group)
15510 (internal_getgrent_r): Likewise.
15511 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15512 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15513 * nis/nss_compat/compat-spwd.c (getspent_next_file)
15514 (internal_getspnam_r): Likewise.
15515 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15516 (_nss_nis_getaliasbyname_r): Likewise.
15517 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15518 (_nss_nis_getntohost_r): Likewise.
15519 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15520 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15521 (_nss_nis_getgrgid_r): Likewise.
15522 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15523 (internal_nis_gethostent_r, internal_gethostbyname2_r)
15524 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15525 (_nss_nis_gethostbyname4_r): Likewise.
15526 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15527 (initgroups_netid): Likewise.
a1ffb40e 15528 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
15529 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15530 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15531 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15532 (_nss_nis_getprotobynumber_r): Likewise.
15533 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15534 (_nss_nis_getsecretkey): Likewise.
15535 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15536 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15537 (_nss_nis_getpwuid_r): Likewise.
15538 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15539 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15540 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15541 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15542 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15543 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
15544 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15545 Likewise.
57f41c40
AS
15546 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15547 (_nss_nisplus_getntohost_r): Likewise.
15548 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15549 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15550 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15551 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 15552 Likewise.
57f41c40
AS
15553 * nis/nss_nisplus/nisplus-initgroups.c
15554 (_nss_nisplus_initgroups_dyn): Likewise.
15555 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15556 (_nss_nisplus_getnetbyaddr_r): Likewise.
15557 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15558 (_nss_nisplus_getprotobynumber_r): Likewise.
15559 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15560 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
15561 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15562 Likewise.
57f41c40
AS
15563 * nis/nss_nisplus/nisplus-service.c
15564 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15565 (_nss_nisplus_getservbyport_r): Likewise.
15566 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15567 (_nss_nisplus_getspnam_r): Likewise.
15568 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15569 Likewise.
a1ffb40e
OB
15570 * nscd/aicache.c (addhstaiX): Likewise.
15571 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
15572 * nscd/connections.c (register_traced_file, send_ro_fd)
15573 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15574 (main_loop_epoll): Likewise.
a1ffb40e
OB
15575 * nscd/grpcache.c (addgrbyX): Likewise.
15576 * nscd/hstcache.c (addhstbyX): Likewise.
15577 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15578 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
15579 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15580 (addinnetgrX): Likewise.
15581 * nscd/nscd-client.h (__nscd_acquire_maplock)
15582 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
15583 * nscd/nscd_getai.c (__nscd_getai): Likewise.
15584 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15585 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15586 Likewise.
15587 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15588 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
15589 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15590 (__nscd_get_map_ref): Likewise.
a1ffb40e 15591 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
15592 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15593 Likewise.
a1ffb40e
OB
15594 * nscd/pwdcache.c (addpwbyX): Likewise.
15595 * nscd/selinux.c (preserve_capabilities): Likewise.
15596 * nscd/servicescache.c (addservbyX): Likewise.
15597 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15598 * posix/fnmatch.c (fnmatch): Likewise.
15599 * posix/getopt.c (_getopt_internal_r): Likewise.
15600 * posix/glob.c (glob, glob_in_dir): Likewise.
15601 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
15602 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15603 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
15604 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15605 * resolv/res_init.c: Likewise.
15606 * resolv/res_mkquery.c (res_nmkquery): Likewise.
15607 * resolv/res_query.c (__libc_res_nquery): Likewise.
15608 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15609 Likewise.
15610 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15611 * stdio-common/perror.c (perror): Likewise.
15612 * stdio-common/printf_fp.c (___printf_fp): Likewise.
15613 * stdio-common/tmpnam.c (tmpnam): Likewise.
15614 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15615 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
15616 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15617 Likewise.
a1ffb40e
OB
15618 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15619 * stdlib/putenv.c (putenv): Likewise.
15620 * stdlib/setenv.c (__add_to_environ): Likewise.
15621 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15622 * stdlib/strtol_l.c (INTERNAL): Likewise.
15623 * string/memmem.c (memmem): Likewise.
15624 * string/strerror.c (strerror): Likewise.
15625 * string/strnlen.c (__strnlen): Likewise.
15626 * string/test-memmem.c (simple_memmem): Likewise.
15627 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15628 * sunrpc/pm_getport.c (__get_socket): Likewise.
15629 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15630 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
15631 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15632 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
15633 Likewise.
15634 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15635 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15636 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15637 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15638 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
15639 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15640 Likewise.
15641 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15642 Likewise.
a1ffb40e
OB
15643 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15644 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15645 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15646 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15647 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15648 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15649 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15650 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15651 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15652 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15653 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15654 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15655 Likewise.
15656 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15657 Likewise.
15658 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15659 Likewise.
15660 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15661 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15662 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15663 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15664 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15665 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15666 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15667 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15668 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15669 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15670 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15671 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15672 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15673 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15674 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
15675 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15676 Likewise.
a1ffb40e
OB
15677 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15678 Likewise.
15679 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15680 Likewise.
15681 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15682 Likewise.
15683 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15684 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15685 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15686 Likewise.
15687 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15688 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15689 * sysdeps/posix/opendir.c (__opendirat): Likewise.
15690 * sysdeps/posix/sleep.c: Likewise.
15691 * sysdeps/posix/tempname.c: Likewise.
15692 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15693 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15694 Likewise.
57f41c40
AS
15695 * sysdeps/powerpc/powerpc32/dl-machine.h
15696 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
15697 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15698 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15699 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15700 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15701 Likewise.
15702 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15703 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15704 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15705 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15706 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15707 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15708 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15709 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15710 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15711 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15712 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15713 (elf_machine_lazy_rel): Likewise.
a1ffb40e 15714 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15715 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15716 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15717 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15718 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15719 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15720 * sysdeps/unix/grantpt.c (grantpt): Likewise.
15721 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15722 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15723 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15724 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15725 Likewise.
15726 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15727 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15728 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15729 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15730 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15731 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15732 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15733 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15734 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15735 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15736 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15737 Likewise.
15738 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15739 (__posix_fallocate64_l64): Likewise.
15740 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15741 (posix_fallocate): Likewise.
57f41c40
AS
15742 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15743 Likewise.
a1ffb40e 15744 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
15745 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15746 (getifaddrs_internal): Likewise.
a1ffb40e
OB
15747 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15748 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15749 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15750 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15751 * sysdeps/unix/sysv/linux/posix_fallocate64.c
15752 (__posix_fallocate64_l64): Likewise.
15753 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15754 Likewise.
15755 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
15756 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15757 (__get_clockfreq): Likewise.
a1ffb40e
OB
15758 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15759 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15760 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15761 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15762 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15763 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15764 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15765 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15766 Likewise.
15767 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15768 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15769 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15770 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15771 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15772 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15773 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15774 Likewise.
15775 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15776 (posix_fallocate): Likewise.
15777 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15778 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15779 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15780 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15781 (elf_machine_rela, elf_machine_rela_relative)
15782 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15783 * time/asctime.c (asctime_internal): Likewise.
15784 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15785 * time/tzset.c (__tzset_parse_tz): Likewise.
15786 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15787 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15788 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15789 * wcsmbs/wcsmbsload.h: Likewise.
15790
f3d338c9
OB
15791 [BZ #15894]
15792 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15793
57f41c40
AS
15794 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15795 (arena_get2): Remove THREAD_STATS conditionals.
15796 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15797 (__malloc_stats, int): Likewise.
bdfe308a 15798
d674667c
MF
157992014-02-08 Mike Frysinger <vapier@gentoo.org>
15800
15801 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15802 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
15803
6349768c
MF
15804 * manual/setjmp.texi: Fix typos/grammar errors.
15805
0b7c7473
MF
15806 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15807 Only return early when n is <= 0. Delete unused return statement.
15808
ac8cc9e3
MF
15809 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15810 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15811 * debug/tst-longjmp_chk3.c: New file.
15812
c5bb8e23
MF
15813 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15814 (test_main): Replace code with set_fortify_handler call.
15815 * debug/test-strcpy_chk.c: Likewise.
15816 * debug/tst-chk1.c: Likewise.
15817 * debug/tst-longjmp_chk.c: Likewise.
15818 * test-skeleton.c: Include fcntl.h & paths.h
15819 (set_fortify_handler): Define.
15820
10444e42
MF
15821 * debug/tst-longjmp_chk.c: Add header comment and include
15822 ../test-skeleton.c.
15823 (do_test): Mark static.
15824 (TEST_FUNCTION): Define.
15825
1e805e8d
MF
15826 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15827 (IP_PMTUDISC_INTERFACE): Likewise.
15828 (IP_MULTICAST_IF): Likewise.
15829 (IP_MULTICAST_TTL): Likewise.
15830 (IP_MULTICAST_LOOP): Likewise.
15831 (IP_ADD_MEMBERSHIP): Likewise.
15832 (IP_DROP_MEMBERSHIP): Likewise.
15833 (IP_UNBLOCK_SOURCE): Likewise.
15834 (IP_BLOCK_SOURCE): Likewise.
15835 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15836 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15837 (IP_MSFILTER): Likewise.
15838 (MCAST_JOIN_GROUP): Likewise.
15839 (MCAST_BLOCK_SOURCE): Likewise.
15840 (MCAST_UNBLOCK_SOURCE): Likewise.
15841 (MCAST_LEAVE_GROUP): Likewise.
15842 (MCAST_JOIN_SOURCE_GROUP): Likewise.
15843 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15844 (MCAST_MSFILTER): Likewise.
15845 (IP_MULTICAST_ALL): Likewise.
15846 (IP_UNICAST_IF): Likewise.
15847
73f79bb7
MF
15848 * timezone/Makefile: Delete $(have-ksh) check.
15849 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15850 * timezone/tzselect.ksh: Add +x mode bits.
15851
8da79b60
MF
15852 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15853 (ANON_INODE_FS_MAGIC): Likewise.
15854 (BDEVFS_MAGIC): Likewise.
15855 (BINFMTFS_MAGIC): Likewise.
15856 (BTRFS_TEST_MAGIC): Likewise.
15857 (CRAMFS_MAGIC_WEND): Likewise.
15858 (DEBUGFS_MAGIC): Likewise.
15859 (ECRYPTFS_SUPER_MAGIC): Likewise.
15860 (EXT3_SUPER_MAGIC): Likewise.
15861 (EXT4_SUPER_MAGIC): Likewise.
15862 (FUTEXFS_SUPER_MAGIC): Likewise.
15863 (HOSTFS_SUPER_MAGIC): Likewise.
15864 (HUGETLBFS_MAGIC): Likewise.
15865 (MINIX3_SUPER_MAGIC): Likewise.
15866 (MTD_INODE_FS_MAGIC): Likewise.
15867 (NILFS_SUPER_MAGIC): Likewise.
15868 (OPENPROM_SUPER_MAGIC): Likewise.
15869 (PIPEFS_MAGIC): Likewise.
15870 (PSTOREFS_MAGIC): Likewise.
15871 (QNX6_SUPER_MAGIC): Likewise.
15872 (RAMFS_MAGIC): Likewise.
15873 (REISERFS_SUPER_MAGIC_STRING): Likewise.
15874 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15875 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15876 (SECURITYFS_MAGIC): Likewise.
15877 (SELINUX_MAGIC): Likewise.
15878 (SMACK_MAGIC): Likewise.
15879 (SOCKFS_MAGIC): Likewise.
15880 (SQUASHFS_MAGIC): Likewise.
15881 (STACK_END_MAGIC): Likewise.
15882 (TMPFS_MAGIC): Likewise.
15883 (USBDEVICE_SUPER_MAGIC): Likewise.
15884 (V9FS_MAGIC): Likewise.
15885 (XENFS_SUPER_MAGIC): Likewise.
15886 (CRAMFS_MAGIC): Fix typo in comment.
15887 (EXT2_SUPER_MAGIC): Update comment.
15888 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15889
464263cc
JM
158902014-02-08 Joseph Myers <joseph@codesourcery.com>
15891
c6bfe5c4
JM
15892 * sysdeps/arm: Move directory from ports/sysdeps/arm.
15893 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15894 * sysdeps/unix/sysv/linux/arm: Move directory from
15895 ports/sysdeps/unix/sysv/linux/arm.
15896 * README: Update listing for arm-*-linux-gnueabi.
15897
464263cc
JM
15898 * README: Remove mention of am33.
15899
32749f6c
RM
159002014-02-07 Roland McGrath <roland@hack.frob.com>
15901
15902 * bits/sigset.h (__sigemptyset): Use a statement expression rather
15903 than the comma operator, to avoid "rhs of comma has no effect"
15904 compiler warnings.
15905 (__sigfillset, __sigandset, __sigorset): Likewise.
15906 * include/signal.h (__sigemptyset): Likewise.
15907 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15908
d5b396c1
AM
159092014-02-07 Allan McRae <allan@archlinux.org>
15910
15911 * version.h (RELEASE): Set to "development".
15912 (VERSION): Set to "2.19.90"
15913 * NEWS: Add 2.20 section.
15914
3bfff2ed
CD
159152014-02-06 Carlos O'Donell <carlos@redhat.com>
15916
15917 [BZ #16529]
15918 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15919
ee7cc385
SP
159202014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15921
15922 * manual/contrib.texi: Update entry for Carlos O'Donell,
15923 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15924
f877c4f2
CD
159252014-02-05 Carlos O'Donell <carlos@rehdat.com>
15926
27e839f6
CD
15927 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15928
f877c4f2
CD
15929 * sysdeps/unix/sysv/linux/kernel-features.h
15930 [__LINUX_KERNEL_VERSION >= 0x020621]
15931 (__ASSUME_PROC_PID_TASK_COMM): Define.
15932
68159946
SP
159332014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15934
ba17cdbd
SP
15935 [BZ #16398]
15936 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15937 conversion when destination buffer does not have enough space.
15938 * libio/tst-ftell-partial-wide.c: New test case.
15939 * libio/Makefile (tests): Add tst-ftell-partial-wide.
15940
68159946
SP
15941 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15942 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
15943 Leonard and Allan McRae.
15944
2b528732
DM
159452014-02-04 David S. Miller <davem@davemloft.net>
15946
15947 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15948 32-bit.
15949
0ff82463
AZ
159502014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15951
57f41c40
AS
15952 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15953 New file
c01603f7
AZ
15954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15955 New file
57f41c40
AS
15956 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15957 New file.
15958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15959 New file.
c01603f7
AZ
15960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15961 New file.
57f41c40
AS
15962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15963 New file.
15964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15965 New file.
c01603f7
AZ
15966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15967 New file.
15968 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15969 New file.
15970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15971 New file.
15972 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15973 New file.
15974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15975 New file.
15976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15977 New file.
15978
159792014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15980
0ff82463
AZ
15981 * nptl/shlib-versions: Change powerpc*le start to 2.17.
15982 * shlib-versions: Likewise.
15983
1695c773
AZ
159842014-02-04 Roland McGrath <roland@hack.frob.com>
15985 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15986
15987 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15988 (abilist-pattern): New variable, set to %-le.abilist.
15989
15990 * Makerules (abilist-pattern): New variable.
15991 (vpath): Use $(abilist-pattern) in place of %.abilist.
15992 (check-abi-% pattern rule): Likewise.
15993 (check-abi, update-abi): Likewise.
15994
6c0ce4b4
EW
159952014-02-04 Eric Wong <normalperson@yhbt.net>
15996
15997 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15998
481e3524
CD
159992014-02-03 Carlos O'Donell <carlos@redhat.com>
16000
16001 * manual/startup.texi: Add next, previous, and top entries for
16002 the `Program Arguments' and `Environment Variables' nodes.
16003
375592d3
AO
160042014-02-03 Alexandre Oliva <aoliva@redhat.com>
16005
16006 * manual/macros.texi: Add comments before MTASC-safety macros.
16007
f54838ba
AO
16008 * manual/users.texi: Document MTASC-safety properties.
16009
57f41c40
AS
16010 * manual/threads.texi (pthread_key_create, pthread_key_delete)
16011 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
16012 @deftypefun, and add @safety note.
16013 * manual/signal.texi: Move comments that analyze the above
16014 functions to their home place.
16015
fd3daba4
AM
160162014-02-03 Allan McRae <allan@archlinux.org>
16017
16018 * po/sl.po: Update Slovenian translation from translation project.
16019
597636d7
AO
160202014-02-02 Alexandre Oliva <aoliva@redhat.com>
16021
16022 * manual/time.texi (timegm): Add missing blank after @c.
16023 Reported by Joseph Myers <joseph@codesourcery.com>.
16024
ee196e3c
AO
160252014-02-01 Alexandre Oliva <aoliva@redhat.com>
16026
16027 * manual/check-safety.sh: New.
16028 * manual/Makefile ($(objpfx)stamp-summary): Run it.
16029
f8d529d5
AO
16030 * manual/terminal.texi: Document MTASC-safety properties.
16031
de55fdf4
AO
16032 * manual/filesys.texi: Document MTASC-safety properties.
16033
c3299c08
AO
16034 * manual/errno.texi: Document MTASC-safety properties.
16035
06e90b14
AO
16036 * manual/intro.texi: Document safety identifiers and
16037 conditionals.
16038
1acd4371
AO
16039 * manual/string.texi (wcstok): Fix prototype.
16040 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16041
23e5b8cb
AO
16042 * manual/time.texi: Document MTASC-safety properties.
16043
11087373
AO
16044 * manual/string.texi: Document MTASC-safety properties.
16045
5da2c93d
AO
16046 * manual/threads.texi: Document MTASC-safety properties.
16047
171e9210
AO
16048 * manual/stdio.texi: Document MTASC-safety properties.
16049
d9e02532
AO
16050 * manual/syslog.texi: Document MTASC-safety properties.
16051
6af8bab7
AO
16052 * manual/sysinfo.texi: Document MTASC-safety properties.
16053
663b02d7
AO
16054 * manual/startup.texi: Document MTASC-safety properties.
16055
973f180b
AO
16056 * manual/socket.texi: Document MTASC-safety properties.
16057
8f3c25c8
AO
16058 * manual/signal.texi: Document MTASC-safety properties.
16059
542210fb
AO
160602014-01-31 Alexandre Oliva <aoliva@redhat.com>
16061
16062 * manual/setjmp.texi: Document MTASC-safety properties.
16063
433c45a2
AO
16064 * manual/search.texi: Document MTASC-safety properties.
16065
c8ce789c
AO
16066 * manual/resource.texi: Document MTASC-safety properties.
16067
19f5d29c
AO
16068 * manual/process.texi: Document MTASC-safety properties.
16069
e2dfb7f4
AO
16070 * manual/platform.texi: Document MTASC-safety properties.
16071
8c1413f5
AO
16072 * manual/pipe.texi: Document MTASC-safety properties.
16073
03483ada
AO
16074 * manual/pattern.texi: Document MTASC-safety properties.
16075
29e7e2df
AO
16076 * manual/message.texi: Document MTASC-safety properties.
16077
9f529d7c
AO
16078 [BZ #12751]
16079 * manual/memory.texi: Document MTASC-safety properties.
16080
27aaa791
AO
16081 * manual/math.texi: Document MTASC-safety properties.
16082
f2d58726
AO
16083 * manual/locale.texi: Document MTASC-safety properties.
16084
2cc3615c
AO
16085 * manual/llio.texi: Document MTASC-safety properties.
16086
d9f0ec97
AO
16087 * manual/libdl.texi: New.
16088
e7c4409a
AO
16089 * manual/lang.texi: Document MTASC-safety properties.
16090
27bdc63c
AO
16091 * manual/job.texi: Document MTASC-safety properties.
16092
a7b90ea9
AO
16093 * manual/getopt.texi: Document MTASC-safety properties.
16094
c49130e3
AO
16095 * manual/ctype.texi: Document MTASC-safety properties.
16096
0d23a5c1
MR
160972014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
16098
16099 [BZ #16046]
16100 * csu/libc-tls.c (static_map): Remove variable.
16101 (__libc_setup_tls): Use main executable's link map for TLS data.
16102 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16103 casing for LM_ID_BASE and GL(dl_nns).
16104 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16105 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
16106 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16107 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16108 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16109 member.
16110 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16111 l_phnum members.
16112
0037bb60
AO
161132014-01-30 Alexandre Oliva <aoliva@redhat.com>
16114
16115 * manual/debug.texi: Document MTASC-safety properties.
16116
409e00bd
L
161172014-01-29 H.J. Lu <hongjiu.lu@intel.com>
16118
16119 [BZ #16510]
16120 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16121 of __x86_64__ when disabling x87 inline functions.
16122
86e60666
AO
161232014-01-29 Alexandre Oliva <aoliva@redhat.com>
16124
16125 * manual/charset.texi: Document MTASC-safety properties.
16126
76167637
AO
16127 * manual/crypt.texi: Document MTASC-safety properties.
16128
e567f2a0
AO
16129 * manual/conf.texi: Document MTASC-safety properties.
16130
b719dafd
AO
16131 * manual/arith.texi: Document MTASC-safety properties.
16132
4a16c662
AO
16133 * manual/argp.texi: Document MTASC-safety properties.
16134
0a57b83e
AO
16135 * manual/macros.texi: Introduce macros to document multi
16136 thread, asynchronous signal and asynchronous cancellation
16137 safety properties.
16138 * manual/intro.texi: Introduce the properties themselves.
16139
feab2397
KK
161402014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16141
16142 * sysdeps/sh/sh4/Makefile: New file.
16143
1c0d11bc
AS
161442014-01-27 Andreas Schwab <schwab@linux-m68k.org>
16145
16146 * math/gen-libm-test.pl ($srcdir): New variable.
16147 ($auto_input): Use it.
16148
af37a8a3
SP
161492014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16150
d7b00f98
SP
16151 [BZ #16506]
16152 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16153 access beyond array bounds when parsing netgroups file.
16154
af37a8a3
SP
16155 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16156 the old buffer before realloc.
16157
0c00f062
AM
161582014-01-27 Allan McRae <allan@archlinux.org>
16159
16160 * po/fr.po: Update French translation from translation project.
16161
7d69a1b0
KK
161622014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16163
16164 * sysdeps/sh/libm-test-ulps: Regenerate.
16165
6e697ff7
DM
161662014-01-24 David S. Miller <davem@davemloft.net>
16167
16168 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16169
9cadb35c
KK
161702014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16171
16172 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16173 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16174
5d41dadf
SP
161752013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16176
16177 [BZ #16474]
16178 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16179 string pointers after reallocation.
16180
0bad441c
KK
161812014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16182
16183 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16184 __SH4A__ instead of __SH_FPU_ANY__.
16185
7007c661
KK
161862014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16187
16188 * sysdeps/sh/fpu_control.h: New file.
16189 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16190 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16191 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16192 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16193 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16194 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16195 * sysdeps/sh/sys/ucontext.h: Remove.
16196 * sysdeps/sh/sys: Remove directory.
16197
0f0c35e4
AK
161982014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16199
16200 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16201 s390/sys/ucontext.h.
16202 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16203 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16204
4959e284
L
162052014-01-20 H.J. Lu <hongjiu.lu@intel.com>
16206
16207 [BZ #15605]
16208 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16209
d98720e0
AZ
162102014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16211
16212 [BZ#16431]
16213 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16214 Adjust the vDSO correctly for internal calls.
16215 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16216
91cbd0bc
AM
162172014-01-20 Allan McRae <allan@archlinux.org>
16218
16219 * po/ca.po: Update Catalan translation from translation project.
16220
7a02cfad
MF
162212014-01-16 Mike Frysinger <vapier@gentoo.org>
16222
16223 * sysdeps/s390/sotruss-lib.c: New file.
16224
736c304a
AZ
162252014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16226
16227 [BZ#16430]
6e077ee5 16228 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
16229 (__GI___gettimeofday): Alias for a different internal symbol to avoid
16230 local calls issues by not having a PLT stub required for IFUNC calls.
16231 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16232
94d0cea0
JM
162332014-01-16 Joseph Myers <joseph@codesourcery.com>
16234
16235 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16236 * math/test-fpucw-static.c: Likewise.
16237
980cb518
SP
162382013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16239
16240 [BZ #16453]
16241 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16242
2393fc01
AZ
162432014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16244
16245 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16246 implementation for powerpc.
16247
d359bcc2
OB
162482014-01-15 Ondřej Bílka <neleai@seznam.cz>
16249
16250 [BZ #14782]
16251 * sysdeps/posix/system.c (__libc_system): Do not enable
16252 asynchronous cancellation.
16253
7beb48cb
AK
162542014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16255
16256 [BZ #16427]
16257 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16258 handling only for numbers special also in the IEEE case.
16259
c20d5bf5
AK
162602014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16261
16262 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16263
e83bd4ee
AM
162642014-01-11 Allan McRae <allan@archlinux.org>
16265
76d0ea69
AM
16266 * po/bg.po: Update Bulgarian translation from translation project.
16267
e83bd4ee
AM
16268 * po/de.po: Update German translation from translation project.
16269
bc2ba20a
RM
162702014-01-10 Roland McGrath <roland@hack.frob.com>
16271
16272 * sysdeps/generic/gcc-compat.h: New file.
16273
649ecea2
SP
162742014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16275
16276 * benchtests/asin-inputs: Correct slow inputs.
16277 * benchtests/acos-inputs: Likewise.
16278
1b19c006
AM
162792014-01-10 Allan McRae <allan@archlinux.org>
16280
a46dab08
AM
16281 * po:sv.po: Update Swedish translation from translation project.
16282
421df74a
AM
16283 * po/vi.po: Update Vietnamese translation from translation project.
16284
d61c51a7
AM
16285 * po/eo.po: Update Esperanto translation from translation project.
16286
0339a319
AM
16287 * po/cs.po: Update Czech translation from translation project.
16288
94ad3e99
AM
16289 * po/nl.po: Update Dutch translation from translation project.
16290
e349ca71
AM
16291 * po/pl.po: Update Polish translation from translation project.
16292
ddf930c1
AM
16293 * po/ru.po: Update Russian translation from translation project.
16294
1b19c006
AM
16295 * po/uk.po: Update Ukrainian translation from translation project.
16296
9f236c49
BM
162972014-01-08 Brooks Moses <bmoses@google.com>
16298
16299 * elf/dl-load.c: Fix comment typo.
16300
cd6701cf
CD
163012014-01-08 Carlos O'Donell <carlos@redhat.com>
16302
16303 * po/header.pot: Rename to...
16304 * po/pot.header: ... this.
16305 * po/Makefile: Use pot.header.
16306
66671c84
YK
163072014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
16308 Maxim Kuvyrkov <maxim@kugelworks.com>
16309
16310 [BZ #16394]
cd6701cf
CD
16311 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16312 SRC and DEST against LEN.
66671c84 16313
38f34581
AZ
163142014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16315
16316 [BZ #16414]
16317 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16318 implementation.
16319 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16320
163212014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
16322
16323 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16324
4c327f2a
JM
163252014-01-08 Joseph Myers <joseph@codesourcery.com>
16326
16327 [BZ #16408]
16328 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16329 for large positive arguments.
16330
b821f414
JM
163312014-01-07 Joseph Myers <joseph@codesourcery.com>
16332
1f0f2067
JM
16333 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16334
a5a326f6
JM
16335 * math/auto-libm-test-in: Mark various tests with
16336 xfail-rounding:ldbl-128ibm.
16337 * math/auto-libm-test-out: Regenerated.
16338
b821f414
JM
16339 [BZ #16407]
16340 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16341 Increase overflow threshold.
16342
94c8a4bc
OB
163432014-01-07 Ondřej Bílka <neleai@seznam.cz>
16344
16345 [BZ #14286]
16346 * stdio-common/vfprintf.c: Check for integer overflow.
16347
87ded0c3
AK
163482014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16349
16350 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16351 the first argument and return value of __tls_get_addr_internal.
16352
c5eebdd0
AK
163532014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16354
16355 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16356 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16357
05d138ef
AK
163582014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16359
16360 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16361 * sysdeps/s390/rtld-global-offsets.sym: New file.
16362 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16363 GLIBC_2.19 symbol.
16364 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16365 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16366 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16367 ... this.
16368 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16369 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16370 ... this.
16371 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16372 Regenerate.
16373 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16374 Regenerate.
16375 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16376 halfs of GPRs for high_gprs contexts.
16377 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16378 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
16379 field.
16380 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16381 uc_flags field.
16382 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16383 64 bit versions:
16384 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16385 for high GPRs (uc_high_gprs) and for future extensions
16386 (__reserved).
16387 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16388 for future extensions (__reserved).
16389 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16390 64 bit versions:
16391 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16392 SC_HIGHGPRS offset definition.
16393 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16394 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16395
93a45ff1
AK
16396 * Versions.def: Add GLIBC_2.19 for libpthread.
16397 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16398 siglongjmp for libpthread with GLIBC_2.19 symver.
16399 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16400 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16401 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16402 * sysdeps/s390/__longjmp.c: New file.
16403 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16404 * sysdeps/s390/longjmp.c: New file.
16405 * sysdeps/s390/setjmp.S: New file.
16406 * sysdeps/s390/sigjmp.S: New file.
16407 * sysdeps/s390/v1-longjmp.c: New file.
16408 * sysdeps/s390/v1-setjmp.h: New file.
16409 * sysdeps/s390/v1-sigjmp.c: New file.
16410 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16411 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16412 GLIBC_2.19 version.
16413 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16414 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16415 versioned symbols for ____longjmp_chk.
16416 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16417 Likewise.
16418 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16419 Regenerate.
16420 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16421 Regenerate.
16422 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16423 Regenerate.
16424 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16425 Regenerate.
16426 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16427 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16428 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16429 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16430 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16431 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16432 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16433 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16434 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16435 * sysdeps/s390/rtld-__longjmp.c: New file.
16436 * sysdeps/s390/rtld-setjmp.S: New file.
16437
eb3fc44b
JM
164382014-01-06 Joseph Myers <joseph@codesourcery.com>
16439
16440 [BZ #16400]
16441 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16442 Return -__logl (x) for small positive arguments without evaluating
16443 a polynomial.
16444
9341dde4
MF
164452014-01-06 Mike Frysinger <vapier@gentoo.org>
16446
16447 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16448 Rename to ...
16449 (__ptrace_peeksiginfo_args): ... this.
16450 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16451 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16452 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16453
4cff0293
AM
164542014-01-06 Allan McRae <allan@archlinux.org>
16455
16456 * inet/netinet/in.h: Fix typo in comment.
16457
75595dcf
AJ
164582014-01-05 Andreas Jaeger <aj@suse.de>
16459
16460 * sysdeps/i386/fpu/libm-test-ulps: Update.
16461
79c1e109
AM
164622014-01-05 Allan McRae <allan@archlinux.org>
16463
dd804818
AM
16464 * po/libc.pot: Regenerated.
16465
79c1e109
AM
16466 * malloc/memusagestat.c: Fix gettext call formatting.
16467
0c813d1f
SK
164682014-01-04 Sami Kerola <kerolasa@iki.fi>
16469
16470 * nscd/nscd.c: Improve usage() output.
16471
20f4a8d9
MF
164722014-01-04 Mike Frysinger <vapier@gentoo.org>
16473
16474 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16475 * sysdeps/unix/sysv/linux/configure: Regenerated.
16476 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16477 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16478
22562bb2
JM
164792014-01-03 Joseph Myers <joseph@codesourcery.com>
16480
16481 [BZ #16390]
16482 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16483 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16484
d7ad2d9b
AZ
164852014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16486
16487 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16488 extra tokens at end of #undef directive.
16489 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16490 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16491 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16492
7dd009d8
JM
164932014-01-03 Joseph Myers <joseph@codesourcery.com>
16494
24db925a
JM
16495 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16496
7dd009d8
JM
16497 * math/auto-libm-test-in: Mark various tests with
16498 xfail-rounding:ldbl-128ibm.
16499 * math/auto-libm-test-out: Regenerated.
16500
396e3ecf
JM
165012014-01-02 Joseph Myers <joseph@codesourcery.com>
16502
819e5d50
JM
16503 [BZ #16386]
16504 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16505 numbers with subnormal high part when calculating exponent.
16506
90b6a1e5
JM
16507 [BZ #16385]
16508 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16509 fabs.
16510
396e3ecf
JM
16511 [BZ #16384]
16512 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16513 M_LN2l.
16514 (__ieee754_acoshl): Use __log1pl not __log1p.
16515
6c8dbf00
OB
165162013-01-02 Ondřej Bílka <neleai@seznam.cz>
16517
57f41c40
AS
16518 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16519 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16520 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16521 (grow_heap, heap_trim, _int_new_arena, get_free_list)
16522 (reused_arena, arena_get2): Convert to GNU style.
16523 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16524 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16525 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 16526 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
16527 * malloc/malloc.c (__malloc_assert, malloc_init_state)
16528 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16529 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16530 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16531 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16532 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 16533 * malloc/malloc.h: Likewise.
57f41c40
AS
16534 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16535 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 16536 * malloc/mcheck.h: Likewise.
57f41c40
AS
16537 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16538 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
16539 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16540 * malloc/morecore.c (__default_morecore): Likewise.
16541 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
16542 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16543 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16544 (print_and_abort): Likewise.
6c8dbf00
OB
16545 * malloc/obstack.h: Likewise.
16546 * malloc/set-freeres.c (__libc_freeres): Likewise.
16547 * malloc/tst-mallocstate.c (main): Likewise.
16548 * malloc/tst-mtrace.c (main): Likewise.
16549 * malloc/tst-realloc.c (do_test): Likewise.
16550
d4124212
SP
165512013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
16552
9a3c6a6f
SP
16553 [BZ #16366]
16554 * nscd/netgroupcache.c (do_notfound): New function.
16555 (addgetnetgrentX): Use it.
16556
d4124212
SP
16557 [BZ # 16365]
16558 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16559 NSS_STATUS_NOTFOUND.
16560
97b9a009
JM
165612014-01-01 Joseph Myers <joseph@codesourcery.com>
16562
16563 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16564 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16565
d4697bc9
AM
165662014-01-01 Allan McRae <allan@archlinux.org>
16567
ddb3687f
AM
16568 * scripts/update-copyrights: Update configure input file suffix.
16569
88726d48
AM
16570 * NEWS: Update copyright year.
16571 * catgets/gencat.c: Likewise.
16572 * csu/version.c: Likewise.
16573 * debug/catchsegv.sh: Likewise.
16574 * debug/pcprofiledump.c: Likewise.
16575 * debug/xtrace.sh: Likewise.
16576 * elf/ldconfig.c: Likewise.
16577 * elf/ldd.bash.in: Likewise.
16578 * elf/pldd.c: Likewise.
16579 * elf/sotruss.ksh: Likewise.
16580 * elf/sprof.c: Likewise.
16581 * iconv/iconv_prog.c: Likewise.
16582 * iconv/iconvconfig.c: Likewise.
16583 * locale/programs/locale.c: Likewise.
16584 * locale/programs/localedef.c: Likewise.
16585 * login/programs/pt_chown.c: Likewise.
16586 * malloc/memusage.sh: Likewise.
16587 * malloc/memusagestat.c: Likewise.
16588 * malloc/mtrace.pl: Likewise.
16589 * manual/libc.texinfo: Likewise.
16590 * nscd/nscd.c: Likewise.
16591 * nss/getent.c: Likewise.
16592 * nss/makedb.c: Likewise.
16593 * posix/getconf.c: Likewise.
16594 * scripts/test-installation.pl: Likewise.
16595
d4697bc9
AM
16596 * All files with FSF copyright notices: Update copyright dates
16597 using scripts/update-copyrights.
16598 * intl/plural.c: Regenerated.
16599 * locale/programs/charmap-kw.h: Likewise.
16600 * locale/programs/locfile-kw.h: Likewise.
16601
c8590f9d
MF
166022013-12-31 Mike Frysinger <vapier@gentoo.org>
16603
16604 * sysdeps/unix/sysv/linux/configure: Regenerated.
16605 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16606 the linux/fanotify.h header.
16607 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16608 HAVE_LINUX_FANOTIFY_H is defined.
16609
b19221b9
SP
166102013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
16611
dd1d85e5
SP
16612 * benchtests/cos-inputs: New inputs.
16613 * benchtests/sin-inputs: Likewise.
16614
1acbb90f
SP
16615 * benchtests/atan-inputs: New inputs. Fix name of multiple
16616 precision fallback inputs.
16617
4c012ed3
SP
16618 * benchtests/atanh-inputs: New inputs.
16619 * benchtests/tanh-inputs: Likewise.
16620
eff98324
SP
16621 * benchtests/acosh-inputs: New inputs.
16622 * benchtests/asinh-inputs: Likewise.
16623
ce641152
SP
16624 * benchtests/cosh-inputs: New inputs.
16625 * benchtests/sinh-inputs: Likewise.
16626
b19221b9
SP
16627 * benchtests/acos-inputs: Add more inputs.
16628 * benchtests/asin-inputs: Likewise.
16629
030a4976 166302013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 16631
030a4976 16632 [BZ #16375]
9dcc8f11
VS
16633 * manual/arith.texi: Fix spelling.
16634 * manual/charset.texi: Likewise.
16635 * manual/errno.texi: Likewise.
16636 * manual/filesys.texi: Likewise.
16637 * manual/lang.texi: Likewise.
16638 * manual/llio.texi: Likewise.
16639 * manual/locale.texi: Likewise.
16640 * manual/message.texi: Likewise.
16641 * manual/resource.texi: Likewise.
16642 * manual/search.texi: Likewise.
16643 * manual/setjmp.texi: Likewise.
16644 * manual/stdio.texi: Likewise.
16645 * manual/string.texi: Likewise.
16646 * manual/sysinfo.texi: Likewise.
16647 * manual/time.texi: Likewise.
16648
11520a57
CD
166492013-12-27 Carlos O'Donell <carlos@redhat.com>
16650
16651 * po/sl.po: New file.
16652
471103ae
MF
166532013-12-27 Mike Frysinger <vapier@gentoo.org>
16654
16655 * .gitignore: Add core/.gdbinit/.gdb_history.
16656
6c9642ed
AM
166572013-12-27 Allan McRae <allan@archlinux.org>
16658
16659 [BZ #16369]
16660 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16661 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16662
3f637079
BM
166632013-12-24 Brooks Moses <bmoses@google.com>
16664
16665 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16666 all compilers that claim C++98 compliance, not just GCC.
16667 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16668 Likewise.
16669
abc26e99
MK
166702013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16671
16672 * NEWS: Restore accidentally deleted bug-fix entries.
16673
362b47fe
MK
166742013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16675 Ondřej Bílka <neleai@seznam.cz>
16676
16677 [BZ #15073]
16678 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 16679 have_lock.
362b47fe 16680
b9bcbbcb
OB
166812013-12-23 Ondřej Bílka <neleai@seznam.cz>
16682
16683 [BZ #12986]
16684 * manual/stdio.texi (String Input Conversions): Clarify that character
16685 classes are not supported.
16686
fb55fcd2
AZ
166872013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16688
16689 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16690
ef7344f0
JM
166912013-12-22 Joseph Myers <joseph@codesourcery.com>
16692
4f40e4b3
JM
16693 [BZ #16337]
16694 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16695 Calculate results for small negative arguments directly rather
16696 than using reflection formula with special underflow handling.
16697
ef7344f0
JM
16698 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16699 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16700 sysdeps/unix/bsd/bsd4.4/syscalls.list.
16701 (fchflags): Likewise.
16702 (revoke): Likewise.
16703 (setlogin): Likewise.
16704 (sigaltstack): Likewise.
16705 (wait4): Likewise.
16706 (sigblock): Remove.
16707 (sigsetmask): Likewise.
16708 (wait3): Likewise.
16709 (waitpid): Likewise.
16710 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16711 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16712 file.
16713 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16714 * sysdeps/unix/bsd/Makefile: ... here.
16715 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16716 * sysdeps/unix/bsd/Versions: ... here.
16717 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16718 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16719 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16720 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16721 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16722 * sysdeps/unix/bsd/sigblock.c: ... here.
16723 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16724 * sysdeps/unix/bsd/sigsetmask.c: ... here.
16725 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16726 * sysdeps/unix/bsd/sigvec.c: ... here.
16727 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16728 * sysdeps/unix/bsd/tcdrain.c: ... here.
16729 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16730 * sysdeps/unix/bsd/tcgetattr.c: ... here.
16731 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16732 * sysdeps/unix/bsd/tcsetattr.c: ... here.
16733 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16734 * sysdeps/unix/bsd/wait.c: ... here.
16735 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16736 * sysdeps/unix/bsd/wait3.c: ... here.
16737 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16738 * sysdeps/unix/bsd/waitpid.c: ... here.
16739
5b0626b9
JM
167402013-12-21 Joseph Myers <joseph@codesourcery.com>
16741
16742 [BZ #16356]
16743 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16744 round-to-nearest for [!USE_AS_EXPM1L].
16745 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16746 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
16747 more tests of exp and exp10. Expect some exp10 tests to miss
16748 exceptions or fail in directed rounding modes.
16749 * math/auto-libm-test-out: Regenerated.
16750 * math/libm-test.inc (exp10_tonearest_test_data): New array.
16751 (exp10_test_tonearest): New function.
16752 (exp10_towardzero_test_data): New array.
16753 (exp10_test_towardzero): New function.
16754 (exp10_downward_test_data): New array.
16755 (exp10_test_downward): New function.
16756 (exp10_upward_test_data): New array.
16757 (exp10_test_upward): New function.
16758 (main): Call the new functions.
16759 * sysdeps/i386/fpu/libm-test-ulps: Update.
16760 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16761
7fda5682
JM
167622013-12-20 Joseph Myers <joseph@codesourcery.com>
16763
31e3a405
JM
16764 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16765 asinh, atan, atan2, atanh, cbrt, cos and cosh.
16766 * math/auto-libm-test-out: Regenerated.
16767 * math/libm-test.inc (acosh_test_data): Add more tests.
16768 (atanh_test_data): Likewise.
16769 (ceil_test_data): Likewise.
16770 (copysign_test_data): Likewise.
16771 * sysdeps/i386/fpu/libm-test-ulps: Update.
16772 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16773
85bff96a
JM
16774 * timezone/checktab.awk: Update from tzcode 2013i.
16775 * timezone/private.h: Likewise.
16776 * timezone/scheck.c: Likewise.
16777 * timezone/tzfile.h: Likewise.
16778 * timezone/tzselect.ksh: Likewise.
16779 * timezone/zdump.c: Likewise.
16780 * timezone/zic.c: Likewise.
16781
b7867a3b
JM
16782 * math/auto-libm-test-in: Add tests of cpow.
16783 * math/auto-libm-test-out: Regenerated.
16784 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 16785 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
16786 mpc_cc_c.
16787 (func_calc_desc): Add mpc_cc_c union field.
16788 (test_functions): Add cpow.
16789 (special_fill_2pi): New function.
16790 (special_real_inputs): Add 2pi.
16791 (calc_generic_results): Handle mpc_cc_c.
16792 * sysdeps/i386/fpu/libm-test-ulps: Update.
16793 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16794
7fda5682
JM
16795 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16796 csqrt, ctan and ctanh.
16797 * math/auto-libm-test-out: Regenerated.
16798 * math/libm-test.inc (TEST_COND_x86_64): New macro.
16799 (TEST_COND_x86): Likewise.
16800 (ccos_test_data): Use AUTO_TESTS_c_c.
16801 (ccosh_test_data): Likewise.
16802 (cexp_test_data): Likewise.
16803 (clog_test_data): Likewise.
16804 (csqrt_test_data): Likewise.
16805 (ctan_test_data): Likewise.
16806 (ctan_tonearest_test_data): Likewise.
16807 (ctan_towardzero_test_data): Likewise.
16808 (ctan_downward_test_data): Likewise.
16809 (ctan_upward_test_data): Likewise.
16810 (ctanh_test_data): Likewise.
16811 (ctanh_tonearest_test_data): Likewise.
16812 (ctanh_towardzero_test_data): Likewise.
16813 (ctanh_downward_test_data): Likewise.
16814 (ctanh_upward_test_data): Likewise.
16815 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16816 mpc_c_c.
16817 (func_calc_desc): Add mpc_c_c union field.
16818 (FUNC_mpc_c_c): New macro.
16819 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16820 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16821 ctanh.
16822 (special_fill_min_subnorm_p120): New function.
16823 (special_real_inputs): Add min_subnorm_p120.
16824 (calc_generic_results): Handle mpc_c_c.
16825 * sysdeps/i386/fpu/libm-test-ulps: Update.
16826 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16827
5ff8d60e
SP
168282013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16829
57f41c40
AS
16830 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16831 (do_sin_slow): New functions.
16832 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16833 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 16834
84ba214c
SP
16835 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16836 Use M to change sign of result instead of X. Assume X is
16837 positive.
16838 (csloww1): Likewise.
16839 (__sin): Adjust.
16840 (__cos): Adjust.
16841
975195e4
SP
16842 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16843 arguments A and DA.
16844 (__sin): Adjust.
16845 (__cos): Likewise.
16846
5ff8d60e
SP
16847 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16848 (__cos): Likewise.
16849 (sloww1): Don't adjust sign of DX.
16850 (csloww1): Likewise.
16851 (sloww2): Use X directly and don't adjust sign of DX.
16852 (csloww2): Likewise.
16853
eb983568
JM
168542013-12-19 Joseph Myers <joseph@codesourcery.com>
16855
64a17f1a
JM
16856 * math/auto-libm-test-in: Add tests of cabs and carg.
16857 * math/auto-libm-test-out: Regenerated.
16858 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16859 (carg_test_data): Likewise.
16860 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16861 mpc_c_f.
16862 (func_calc_desc): Add mpc_c_f union field.
16863 (test_functions): Add cabs and carg.
16864 (calc_generic_results): Handle mpc_c_f.
16865
eb983568
JM
16866 * sysdeps/powerpc/powerpc32/libgcc-compat.S
16867 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16868 as a macro and a compat symbol.
16869 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16870 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16871 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16872 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16873 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16874 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16875 not use .hidden.
16876 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16877 Likewise.
16878 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16879 Likewise.
16880 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16881 Likewise.
16882 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16883 Likewise.
16884 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16885 Likewise.
16886 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16887 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16888 from GLIBC_2.3.2.
16889
6eeb678a
AZ
168902013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16891
16892 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16893
6f6fc482
JM
168942013-12-19 Joseph Myers <joseph@codesourcery.com>
16895
21fea2e2
JM
16896 * manual/texinfo.tex: Update to version 2013-11-26.10 with
16897 trailing whitespace removed.
16898 * scripts/config.guess: Update to version 2013-11-29.
16899 * scripts/config.sub: Update to version 2013-10-01.
16900
6f6fc482
JM
16901 * math/auto-libm-test-in: Add tests of sincos.
16902 * math/auto-libm-test-out: Regenerated.
16903 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16904 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16905 mpfr_f_11.
16906 (func_calc_desc): Add mpfr_f_11 union field.
16907 (test_functions): Add sincos.
16908 (calc_generic_results): Handle mpfr_f_11.
16909 * sysdeps/i386/fpu/libm-test-ulps: Update.
16910 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16911
83f5c32d
AS
169122013-12-19 Andreas Schwab <schwab@suse.de>
16913
16914 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16915 CALL_MCOUNT.
16916 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16917 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16918 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16919
c688b419
JM
169202013-12-19 Joseph Myers <joseph@codesourcery.com>
16921
335ee092
JM
16922 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16923 * sysdeps/i386/fpu/libm-test-ulps: Update.
16924 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16925
f88acd39
JM
16926 [BZ #16293]
16927 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16928 round-to-nearest mode when using frndint.
16929 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16930 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16931 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16932 Likewise.
16933 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
16934 sinh test to fail.
16935 * math/auto-libm-test-out: Regenerated.
16936 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16937 (TEST_COND_x86): Likewise.
16938 (expm1_tonearest_test_data): New array.
16939 (expm1_test_tonearest): New function.
16940 (expm1_towardzero_test_data): New array.
16941 (expm1_test_towardzero): New function.
16942 (expm1_downward_test_data): New array.
16943 (expm1_test_downward): New function.
16944 (expm1_upward_test_data): New array.
16945 (expm1_test_upward): New function.
16946 (main): Run the new test functions.
16947 * sysdeps/i386/fpu/libm-test-ulps: Update.
16948 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16949
c688b419
JM
16950 * include/features.h: Update comment documenting feature test
16951 macros. Mention _DEFAULT_SOURCE in comment.
16952 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16953 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16954 _BSD_SOURCE and _SVID_SOURCE.
16955 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16956 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16957 !_SVID_SOURCE]: Likewise.
16958 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16959 (__USE_POSIX_IMPLICITLY): Define.
16960 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16961 (_POSIX_SOURCE): Undefine and redefine.
16962 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16963 (_POSIX_C_SOURCE): Likewise.
16964 * manual/creature.texi (_DEFAULT_SOURCE): Document.
16965 (Feature Test Macros): Update documentation of default features.
16966
9f6e964c
RS
169672013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16968
16969 * benchtests/Makefile: Add bench-strtok.
16970 * benchtests/bench-strtok.c: New file: strtok benchtest.
16971
ee0a148a
AM
169722013-12-19 Allan McRae <allan@archlinux.org>
16973
16974 * manual/install.texi: Suppress menu for plain text output.
16975 * INSTALL: Regenerated.
16976
b9ab448f
BM
169772013-12-18 Brooks Moses <bmoses@google.com>
16978
16979 [BZ #15846]
16980 * misc/getauxval.c: Include errno.h.
16981 (__getauxval): Set errno to ENOENT if the requested type is not
16982 found.
16983 * misc/sys/auxv.h (getauxval): Document that it may set errno;
16984 don't declare with __attribute_const__.
16985 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16986 * manual/startup.texi: Document that getauxval sets errno.
16987
23776487
JM
169882013-12-18 Joseph Myers <joseph@codesourcery.com>
16989
f889953b
JM
16990 * math/auto-libm-test-in: Add tests of jn and yn.
16991 * math/auto-libm-test-out: Regenerated.
16992 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16993 (yn_test_data): Likewise.
16994 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16995 mpfr_if_f.
16996 (func_calc_desc): Add mpfr_if_f union field.
16997 (FUNC_mpfr_if_f): New macro.
16998 (test_functions): Add jn and yn.
16999 (calc_generic_results): Assert type of second input for
17000 mpfr_ff_f. Handle mpfr_if_f.
17001 (output_for_one_input_case): Disable all checking for arguments
17002 fitting floating-point types in case of an integer argument.
17003 * sysdeps/i386/fpu/libm-test-ulps: Update.
17004 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17005
23776487
JM
17006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17007 Don't expect fegetround reference in libm.so.
17008
cb756c6d
MS
170092013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
17010
17011 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17012 $(config-cflags-nofma).
17013
2dec468f
JM
170142013-12-18 Joseph Myers <joseph@codesourcery.com>
17015
5953eb3a
JM
17016 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17017 * math/auto-libm-test-out: Regenerated.
17018
2dec468f
JM
17019 [BZ #16338]
17020 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17021 to determine exponent and adjust argument to have exponent of -1.
17022 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17023 log2.
17024 * math/auto-libm-test-out: Regenerated.
17025 * sysdeps/i386/fpu/libm-test-ulps: Update.
17026 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17027
4d84e6ad
OB
170282013-12-18 Ondřej Bílka <neleai@seznam.cz>
17029
17030 * manual/probes.texi: Remove cases when per-thread arenas are
17031 disabled.
17032
1818483b
AS
170332013-12-18 Andreas Schwab <schwab@suse.de>
17034
17035 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17036 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17037 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17038 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17039 * sysdeps/i386/i686/multiarch/Makefile: Update.
17040 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17041
25de95bf
JM
170422013-12-17 Joseph Myers <joseph@codesourcery.com>
17043
17044 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17045 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17046
674762d9
PE
170472013-12-17 Paul Eggert <eggert@cs.ucla.edu>
17048
ed27ed83 17049 [BZ #15968]
0748546f
PE
17050 Support TZ transition times < 00:00:00.
17051 This is needed for version-3 tz-format files; it supports time
17052 stamps past 2037 for America/Godthab (the only entry in the tz
17053 database for which this change is relevant).
17054 * manual/time.texi (TZ Variable): Document transition times
17055 from -167:59:59 through -00:00:01.
17056 * time/tzset.c (tz_rule): Time of day is now signed.
17057 (__tzset_parse_tz): Parse negative time of day.
17058
4480e934
PE
17059 Document TZ transition times >= 25:00:00.
17060 * manual/time.texi (TZ Variable): Document transition times from
17061 25:00:00 through 167:59:59. These are already supported, and this
17062 support will help with version-3 tz-format files.
17063
69947401
PE
17064 * manual/time.texi (TZ Variable): Modernize North America example
17065 to reflect current (i.e., 2007-and-later) daylight saving rules.
17066
674762d9
PE
17067 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17068
7011c262
JM
170692013-12-17 Joseph Myers <joseph@codesourcery.com>
17070
2fc6557e
JM
17071 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17072 * sysdeps/unix/bsd/bits/stat.h: Likewise.
17073 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17074 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17075 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17076 * sysdeps/unix/bsd/bsdstat.h: Likewise.
17077 * sysdeps/unix/bsd/clock.c: Likewise.
17078 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17079 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17080 * sysdeps/unix/bsd/init-posix.c: Likewise.
17081 * sysdeps/unix/bsd/poll.c: Likewise.
17082 * sysdeps/unix/bsd/ptsname.c: Likewise.
17083 * sysdeps/unix/bsd/seekdir.c: Likewise.
17084 * sysdeps/unix/bsd/setegid.c: Likewise.
17085 * sysdeps/unix/bsd/seteuid.c: Likewise.
17086 * sysdeps/unix/bsd/setgid.c: Likewise.
17087 * sysdeps/unix/bsd/setrgid.c: Likewise.
17088 * sysdeps/unix/bsd/setruid.c: Likewise.
17089 * sysdeps/unix/bsd/setsid.c: Likewise.
17090 * sysdeps/unix/bsd/setuid.c: Likewise.
17091 * sysdeps/unix/bsd/sigaction.c: Likewise.
17092 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17093 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17094 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17095 * sysdeps/unix/bsd/telldir.c: Likewise.
17096 * sysdeps/unix/bsd/times.c: Likewise.
17097 * sysdeps/unix/bsd/usleep.c: Likewise.
17098
029c7b25
JM
17099 * misc/Makefile (install-lib): Remove libbsd-compat.a.
17100 ($(objpfx)libbsd-compat.a): Remove rule.
17101
7011c262
JM
17102 * include/features.h (__FAVOR_BSD): Do not define.
17103 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17104 features conflicting with POSIX.
17105 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17106 (_BSD_SOURCE): Remove description of not being a subset of other
17107 feature test macros.
17108 * manual/job.texi (getpgrp): Do not document BSD version.
17109 (getpgid): Do not document by reference to BSD getpgrp.
17110 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17111 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17112 * signal/signal.h [__FAVOR_BSD]: Likewise.
17113 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17114 instead of making contents conditional on [__FAVOR_BSD].
17115 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17116
affb6f78
AZ
171172013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17118
17119 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17120
c88769dd
JM
171212013-12-17 Joseph Myers <joseph@codesourcery.com>
17122
6432a540
JM
17123 [BZ #16314]
17124 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17125 values below 2**-450, not 2**-500.
17126 * math/auto-libm-test-in: Don't allow spurious underflow from
17127 hypot.
17128 * math/auto-libm-test-out: Regenerated.
17129
c88769dd
JM
17130 [BZ #16316]
17131 [BZ #16330]
17132 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17133 values of ha and hb and sort them after adjusting subnormal
17134 arguments.
17135 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17136 Likewise.
17137 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17138 values of ea and eb and sort them after adjusting subnormal
17139 arguments.
17140 * math/auto-libm-test-in: Do not expect some hypot tests of
17141 subnormals to fail. Add more hypot tests.
17142 * math/auto-libm-test-out: Regenerated.
17143
29618f6b
KK
171442013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17145
17146 [BZ #13304]
17147 * sysdeps/sh/s_fma.c: New file.
17148 * sysdeps/sh/s_fmaf.c: New file.
17149 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
17150 version.
17151 * sysdeps/sh/Implies: Add sh/soft-fp.
17152
eacfdfbf
RM
171532013-12-16 Roland McGrath <roland@hack.frob.com>
17154
17155 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
17156 level of indirection to members `objname', `errstring', `malloced'.
17157 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17158 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
17159 it as the __longjmp argument (just pass 1 instead).
17160 (_dl_catch_error): Initialize C with argument pointers and address of
17161 volatile local ERRCODE rather than copying values out of C at return.
17162
ff362e5b
JM
171632013-12-16 Joseph Myers <joseph@codesourcery.com>
17164
17165 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17166 * math/auto-libm-test-out: Regenerated.
17167 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17168 (hypot_test_data): Likewise.
17169 (pow_test_data): Likewise.
17170 (pow_tonearest_test_data): Likewise.
17171 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17172 mpfr_ff_f.
17173 (func_calc_desc): Add mpfr_ff_f union field.
17174 (FUNC_mpfr_ff_f): New macro.
17175 (test_functions): Add atan2, hypot and pow.
17176 (special_fill_min): New function.
17177 (special_fill_minus_min): Likewise.
17178 (special_fill_min_subnorm): Likewise.
17179 (special_fill_minus_min_subnorm): Likewise.
17180 (special_real_inputs): Add min, -min, min_subnorm and
17181 -min_subnorm.
17182 (calc_generic_results): Handle mpfr_ff_f.
17183 * sysdeps/i386/fpu/libm-test-ulps: Update.
17184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17185
5764c27f
WN
171862013-12-16 Will Newton <will.newton@linaro.org>
17187
17188 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17189 (Aligned Memory Blocks): Add documentation for aligned_alloc
17190 and suggest it as an alternative to posix_memalign.
17191 (Hooks for Malloc): Document __memalign_hook is also called
17192 for aligned_alloc. (Summary of Malloc): Add summary for
17193 aligned alloc. Document __memalign_hook is also called
17194 for aligned_alloc.
17195
0a096e44
WN
171962013-12-16 Will Newton <will.newton@linaro.org>
17197
17198 * manual/memory.texi (Malloc Examples): Clarify default
17199 alignment documentation. Suggest posix_memalign rather
17200 than memalign or valloc.
17201 (Aligned Memory Blocks): Remove suggestion to use memalign
17202 or valloc. Remove obsolete comment about BSD.
17203 Document memalign errno values and mark the function obsolete.
17204 Document posix_memalign returned error codes. Mark valloc
17205 as obsolete. (Hooks for Malloc): __memalign_hook is also
17206 called for posix_memalign and valloc.
17207 (Summary of Malloc): Add posix_memalign to function summary.
17208 __memalign_hook is also called for posix_memalign and valloc.
17209
8d561986
SP
172102013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
17211
17212 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17213 TAYLOR_SIN.
17214 (__sin): Adjust.
17215 (__cos): Likewise.
17216 (sloww): Use mynumber union. Expand ternary operator into
17217 if-else statements.
17218 (cslow): use mynumber union.
17219
73616a74
AM
172202013-12-16 Allan McRae <allan@archlinux.org>
17221
9e8ac24b
AM
17222 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17223 * configure: Regenerated.
17224
6f8e37eb
AM
17225 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17226
8894bad3
AM
17227 [BZ #14120]
17228 * configure.ac: Added --enable-maintainer-mode. Check for
17229 autoconf when enabled.
17230 * configure: Regenerated.
17231
73616a74
AM
17232 * nscd/nscd.service: New file.
17233 * nscd/nscd.tmpfiles: New file.
17234
584b18eb
OB
172352013-12-14 Ondřej Bílka <neleai@seznam.cz>
17236
17237 [BZ #12100]
17238 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17239 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17240 * sysdeps/x86_64/multiarch/strstr.c: ... here.
17241 (strstr): Add __strstr_sse2_unaligned ifunc.
17242 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17243 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17244 (strcasestr): Remove __strcasestr_sse42 ifunc.
17245 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17246 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17247 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17248
8a5c7897
KK
172492013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17250
17251 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17252 * sysdeps/sh/bits/fenv.h: ... here.
17253 * sysdeps/sh/sh4/fpu/bits: Remove directory.
17254
fd712ef3
AZ
172552013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17256
17257 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17258
42fcb46c
AZ
17259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17260 hypotf multiarch implementations.
17261 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17262 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17263 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17264 multiarch hypot for PPC64.
17265 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17266 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17267 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17268 multiarch hypotf for PPC64.
17269
83efded4
AZ
17270 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17271 modff multiarch implementations.
17272 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17273 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17275 multiarch modf for PPC64.
17276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17277 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17279 multiarch modff for PPC64.
17280
43e246d2
AZ
17281 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17282 and logl multiarch implementations.
17283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17284 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17285 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17286 multiarch logb for PPC64.
17287 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17288 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17289 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17290 multiarch logb for PPC64.
17291 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17292 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17293 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17294 multiarch logb for PPC64.
17295
8fdad123
AZ
17296 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17297 isinff multiarch implementation.
17298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17299 file.
17300 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17301 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17302 multiarch isinf for PPC64.
17303 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17304 file.
17305 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17306 multiarch isinff for PPC64.
17307
1481d706
AZ
17308 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17309 finitef multiarch implementation.
17310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17311 file.
17312 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17313 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17314 multiarch finite for PPC64.
17315 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17316 file.
17317 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17318 multiarch finitef for PPC64.
17319
5ccd5fc8
AZ
17320 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17321 lrint multiarch implementation.
17322 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17323 file.
17324 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17325 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17326 multiarch llrint for PPC64.
17327 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17328 multiarch lrint for PPC64.
17329
2568f3fa
AZ
17330 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17331 copysignf multiarch implementation.
17332 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17333 file.
17334 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17335 file.
17336 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17337 multiarch copysign for PPC64.
17338 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17339 multiarch copysignf for PPC64.
17340
1cb341fd
AZ
17341 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17342 multiarch implementation.
17343 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17344 file.
17345 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17346 file.
17347 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17348 file.
17349 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17350 file.
17351 multiarch llround for PPC64.
17352 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17353 multiarch trunc for PPC64.
17354 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17355 multiarch truncf for PPC64.
17356
59a3e194
AZ
17357 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17358 multiarch implementation.
17359 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17360 file.
17361 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17362 file.
17363 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17364 file.
17365 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17366 file.
17367 multiarch llround for PPC64.
17368 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17369 multiarch round for PPC64.
17370 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17371 multiarch roundf for PPC64.
17372
357fd3b4
AZ
17373 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17374 multiarch implementation.
17375 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17376 file.
17377 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17378 file.
17379 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17380 file.
17381 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17382 file.
17383 multiarch llround for PPC64.
17384 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17385 multiarch floor for PPC64.
17386 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17387 multiarch floorf for PPC64.
17388
96770f12
AZ
17389 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17390 multiarch implementation.
17391 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17392 file.
17393 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17394 file.
17395 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17396 file.
17397 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17398 file.
17399 multiarch llround for PPC64.
17400 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17401 multiarch ceil for PPC64.
17402 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17403 multiarch ceilf for PPC64.
17404
c3627f6e
AZ
17405 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17406 multiarch implementation.
17407 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17408 file.
17409 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17410 file.
17411 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17412 file.
17413 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17414 multiarch llround for PPC64.
17415 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17416 multiarch lround for PPC64.
17417
b2284ad7
AZ
17418 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17419 multiarch implementation.
17420 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17421 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17422 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17423 file.
17424 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17425 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17426 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17427 multiarch isnan for PPC64.
17428 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17429 multiarch isnanf for PPC64.
17430
69bbc63d
AZ
17431 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17432 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17433 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17434 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17435 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17437
c24517c9
AZ
17438 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17439 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17440 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17441 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17442
a52374e8
AZ
17443 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17444 multiarch implementations.
17445 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17446 (__libc_ifunc_impl_list): Likewise.
17447 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17448 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17449 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17450 multiarch stpcpy for PPC64.
17451
7f5ec113
AZ
17452 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17453 multiarch implementations.
17454 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17455 (__libc_ifunc_impl_list): Likewise.
17456 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17457 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17458 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17459 multiarch strcpy for PPC64.
17460
e28bcd42
AZ
17461 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17462 redefine function name.
17463 (_wordcopy_fwd_dest_aligned): Likewise.
17464 (_wordcopy_bwd_aligned): Likewise.
17465 (_wordcopy_bwd_dest_aligned): Likewise.
17466 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17467 multiarch implementations.
17468 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17469 (__libc_ifunc_impl_list): Likewise.
17470 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17471 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17472 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17473 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17474 multiarch wcscpy for PPC64.
17475
92cacfce
AZ
17476 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17477 multiarch implementations.
17478 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17479 (__libc_ifunc_impl_list): Likewise.
17480 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17481 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17482 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17483 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17484 multiarch wcscpy for PPC64.
17485
7b714620
AZ
17486 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17487 multiarch implementations.
17488 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17489 (__libc_ifunc_impl_list): Likewise.
17490 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17491 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17492 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17493 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17494 multiarch wcsrchr for PPC64.
17495
16fd2ae3
AZ
17496 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17497 multiarch implementations.
17498 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17499 (__libc_ifunc_impl_list): Likewise.
17500 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17501 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17502 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17503 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17504 multiarch wcschr for PPC64.
17505
9ee2969b
AZ
17506 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17507 multiarch implementations.
17508 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17509 (__libc_ifunc_impl_list): Likewise.
17510 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17511 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17512 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17513 multiarch strchrnul for PPC64.
17514
372dc060
AZ
17515 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17516 implementations.
17517 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17518 (__libc_ifunc_impl_list): Likewise.
17519 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17520 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17521 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17522 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17523 strchr for PPC64.
17524
24c2c3b9
AZ
17525 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17526 implementations.
17527 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17528 (__libc_ifunc_impl_list): Likewise.
17529 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17530 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17531 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17532 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17533 strncmp for PPC64.
17534
1c92d9a0
AZ
17535 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17536 multiarch implementations.
17537 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17538 (__libc_ifunc_impl_list): Likewise.
17539 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17540 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17541 strncasecmp for PPC64.
17542 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17543 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17544 multiarch strncasecmp_l for PPC64.
17545
17de3ee3
AZ
17546 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17547 multiarch implementations.
17548 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17549 (__libc_ifunc_impl_list): Likewise.
17550 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17551 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17552 multiarch strcasecmp for PPC64.
17553 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17554 file.
17555 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17556 multiarch strcasecmp_l for PPC64.
17557
62982bf9
AZ
17558 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17559 implementations.
17560 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17561 (__libc_ifunc_impl_list): Likewise.
17562 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17563 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17564 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17565 strnlen for PPC64.
17566
a65f4904
AZ
17567 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17568 implementations.
17569 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17570 (__libc_ifunc_impl_list): Likewise.
17571 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17572 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17573 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17574 strlen for PPC64.
17575
1fd005ad
AZ
17576 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17577 implementations.
17578 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17579 (__libc_ifunc_impl_list): Likewise.
17580 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17581 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17582 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17583 rawmemrchr for PPC64.
17584
cd05ba91
AZ
17585 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17586 implementation.
17587 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17588 (__libc_ifunc_impl_list): Likewise.
17589 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17590 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17591 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17592 memrchr for PPC64.
17593
870f8676
AZ
17594 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17595 implementation.
17596 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17597 (__libc_ifunc_impl_list): Likewise.
17598 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17599 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17600 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17601 memchr for PPC64.
17602
f00be62b
AZ
17603 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17604 implementation.
17605 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17606 (__libc_ifunc_impl_list): Likewise.
17607 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17608 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17609 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17610 mempcpy for PPC64.
17611
8a29a3d0
AZ
17612 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17613 avoid cretion of __bzero symbol.
17614 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17615 Likewise.
17616 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17617 Likewise.
17618 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17619 Likewise.
17620 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17621 multiarch implementations.
17622 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17623 (__libc_ifunc_impl_list): Likewise.
17624 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17625 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17626 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17627 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17628 bzero for PPC32.
17629 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17630 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17631 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17632 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17633 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17634 memset for PPC64.
17635 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17636
07253fcf
AZ
17637 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17638 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17639 implementations.
17640 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17641 (__libc_ifunc_impl_list): Likewise.
17642 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17643 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17644 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17645 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17646 memcmp for PPC64.
17647
b5beafbc
AZ
17648 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17649 multiarch for POWER/PPC64.
17650 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17651 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17652 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17653 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17654 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17655 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17656 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17657 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17658 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17659 memcpy for PPC64.
17660
5e6a4d4b
AZ
17661 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17662 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17663 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17664 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17665 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17666 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17667 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17668 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17669 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17670 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17671 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17672 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17673 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17674 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17675 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17683
ddfab6dc
KK
176842013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17685
17686 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17687
19b5525e
SP
176882013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17689
17690 * benchtests/Makefile (bench): Add exp2 and log2.
17691 (LDLIBS-bench-exp2): Add -lm.
17692 (LDLIBS-bench-log2): Likewise.
17693 * benchtests/exp2-inputs: New inputs file.
17694 * benchtests/log2-inputs: New inputs file.
17695 * benchtests/log-inputs: Add new inputs.
17696 * benchtests/tan-inputs: Likewise.
17697
196f7f5d
SP
176982013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17699
7a74607f
SP
17700 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17701 definition...
57f41c40
AS
17702 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17703 (csloww2): ... from here.
7a74607f 17704
196f7f5d
SP
17705 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17706 instead of structures.
17707 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17708 (POLYNOMIAL): Likewise.
17709 (TAYLOR_SLOW): Likewise.
17710 (__sin): Likewise.
17711 (__cos): Likewise.
17712 (slow1): Likewise.
17713 (slow2): Likewise.
17714 (sloww): Likewise.
17715 (sloww1); Likewise.
17716 (sloww2): Likewise.
17717 (bsloww1): Likewise.
17718 (bsloww2): Likewise.
17719 (cslow2): Likewise.
17720 (csloww): Likewise.
17721 (csloww1): Likewise.
17722 (csloww2): Likewise.
17723
0dfa665c
OB
177242013-12-10 Ondřej Bílka <neleai@seznam.cz>
17725
17726 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
17727 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17728 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
17729 * malloc/hooks.c (realloc_check): Likewise.
17730
5782a80f
OB
17731 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17732 * malloc/arena.c: Remove PER_THREAD conditional.
17733 [!PER_THREAD]: Remove code.
17734 (ptmalloc_unlock_all2): Likewise.
17735 (ptmalloc_init): Likewise.
17736 (_int_new_arena): Likewise.
17737 (arena_get2): Likewise.
17738 * malloc/hooks.c (__malloc_get_state): Likewise.
17739 (__malloc_set_state): Likewise.
17740 * malloc/malloc.c: Likewise.
17741 (struct malloc_state): Likewise.
17742 (struct malloc_par): Likewise.
17743 (__libc_realloc): Likewise.
17744 (__libc_mallopt): Likewise.
17745
aeb95445
AZ
177462013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17747
17748 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17749
e8349efd
OB
177502013-12-09 Ondřej Bílka <neleai@seznam.cz>
17751
17752 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17753 macro to a function. Check for zero perturb_byte.
17754 (_int_malloc, _int_free): Remove zero perturb_byte checks.
17755
f3eeb3fc 17756 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
17757 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17758 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
17759 force_reg by atomic_forced_read.
17760 * malloc/arena.c (ptmalloc_init): Likewise.
17761 * malloc/hooks.c (top_check): Likewise.
17762
be2f9009
AZ
177632013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17764
17765 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17766
e7b914bd
MT
177672013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
17768
17769 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17770
9f0be4f8
JM
177712013-12-08 Joseph Myers <joseph@codesourcery.com>
17772
17773 * math/auto-libm-test-in: Add tests of lgamma.
17774 * math/auto-libm-test-out: Regenerated.
17775 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17776 (M_LOG_2_SQRT_PIl): Likewise.
17777 (lgamma_test_data): Use AUTO_TESTS_f_f1.
17778 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17779 mpfr_f_f1.
17780 (func_calc_desc): Add mpfr_f_f1 union field.
17781 (ARGS1): New macro.
17782 (ARGS2): Likewise.
17783 (ARGS3): Likewise.
17784 (ARGS4): Likewise.
17785 (RET1): Likewise.
17786 (RET2): Likewise.
17787 (CALC): Likewise.
17788 (FUNC): Likewise.
17789 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17790 (test_functions): Add lgamma.
17791 (calc_generic_results): Handle mpfr_f_f1.
17792 * sysdeps/i386/fpu/libm-test-ulps: Update.
17793 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17794
24eeafdb
AZ
177952013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17796
17797 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17798 __mpn_add_n for PowerPC64/POWER7.
17799 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17800 __mpn_sub_n for PowerPC64/POWER7.
17801
4a2c0fd4
AZ
17802 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17803 __mpn_addmul_1 for PowerPC64.
17804 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17805 __mpn_submul_1 for PowerPC64.
17806 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17807 for PowerPC64.
17808 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17809 for PowerPC64.
17810
4b5b548c
FS
178112013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
17812
17813 [BZ #15089]
17814 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17815
0a3ac0aa
AZ
178162013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17817
17818 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17819
ccdc8438
AZ
17820 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17821 add multiarch folders.
17822 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17823 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17824 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17825 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17826 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17827 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17828 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17829 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17830 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17831 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17832 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17833 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17835 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17836 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17837 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17838 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17839
2e973d99
AZ
17840 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17841 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17842 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17843 New file.
17844 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17845 New file.
17846 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17847 multiarch __ieee754_hypot for PowerPC32.
17848 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17849 New file.
17850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17851 New file.
17852 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17853 multiarch __ieee754_hypotf for PowerPC32.
17854
2d9470b2
AZ
17855 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17856 long_double_symbol only if __logbl is defined.
17857 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17858 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17859 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17860 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17861 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17862 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17863 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17864 path for implementation.
17865 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17866 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17867 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17868 logb, and logbl multiarch implementations for PowerPC32.
17869 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17870 file.
17871 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17872 file.
17873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17874 multiarch logb for PowerPC32.
17875 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17876 file.
17877 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17878 file.
17879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17880 multiarch logbf for PowerPC32.
17881 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17882 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17883 file.
17884 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17885 multiarch logbl implementation for PowerPC32.
17886
5212ffce
AZ
17887 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17888 and modff multiarch implementations.
17889 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17890 New file.
17891 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17892 New file.
17893 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17894 multiarch modf for PowerPC32.
17895 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17896 New file.
17897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17898 New file.
17899 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17900 multiarch modff for PowerPC32.
17901
79dccf31
AZ
17902 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17903 and lrintf multiarch implementations.
17904 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17905 New file.
17906 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17907 New file.
17908 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17909 multiarch lrint for PowerPC32.
17910 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17911 file: multiarch lrintf for PowerPC32.
17912
deb66480
AZ
17913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17914 and lroundf multiarch implementations.
17915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17916 New file.
17917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17918 New file.
17919 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17920 New file.
17921 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17922 multiarch lround for PowerPC32.
17923 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17924 file: multiarch lroundf for PowerPC32.
17925
264b036b
AZ
17926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17927 copysign and copysignf multiarch implementations.
17928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17929 New file.
17930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17931 New file.
17932 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17933 file: multiarch copysign for PowerPC32.
17934 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17935 file: multiarch copysignf for PowerPC32.
17936
d47db6c9
AZ
17937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17938 and truncf multiarch implementations.
17939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17940 New file.
17941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17942 file.
17943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17944 multiarch trunc for PowerPC32.
17945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17946 New file.
17947 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17948 New file.
17949 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17950 multiarch truncf for PowerPC32.
17951
ddb60b5a
AZ
17952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17953 and roundf multiarch implementations.
17954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17955 New file.
17956 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17957 file.
17958 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17959 multiarch round for PowerPC32.
17960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17961 New file.
17962 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17963 New file.
17964 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17965 multiarch roundf for PowerPC32.
17966
bedcf49b
AZ
17967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17968 and floorf multiarch implementations.
17969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17970 New file.
17971 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17972 file.
17973 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17974 multiarch floor for PowerPC32.
17975 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17976 New file.
17977 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17978 New file.
17979 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17980 multiarch floorf for PowerPC32.
17981
35ae5b40
AZ
17982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17983 and ceilf multiarch implementations.
17984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17985 New file.
17986 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17987 file.
17988 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17989 multiarch ceil for PowerPC32.
17990 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17991 New file.
17992 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17993 file.
17994 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17995 multiarch ceilf for PowerPC32.
17996
ae1a4cd9
AZ
17997 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17998 is defined.
17999 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18000 FINITEF is defined.
18001 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18002 and finitef multiarch implementations.
18003 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18004 New file.
18005 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18006 file.
18007 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18008 multiarch finite for PowerPC32.
18009 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18010 New file.
18011 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18012 file: multiarch finitef for PowerPC32.
18013
64fffd65
AZ
18014 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18015 and isinff multiarch implementations.
18016 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18017 file.
18018 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18019 file.
18020 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18021 multiarch isinf for PowerPC32.
18022 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18023 New file.
18024 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18025 multiarch isinff for PowerPC32.
18026
8e4e7ba2
AZ
18027 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18028 alias when __isnan is defined.
18029 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18030 and isnanf multiarch implementations.
18031 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18032 file.
18033 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18034 file.
18035 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18036 file.
18037 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18038 file.
18039 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18040 multiarch isnan for PowerPC32.
18041 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18042 New file.
18043 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18044 New file.
18045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18046 multiarch isnanf for PowerPC32.
18047
ddba588e
AZ
18048 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18049 and sqrtf multiarch implementations.
18050 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18051 file.
18052 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18053 file.
18054 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18055 multiarch sqrt for PowerPC32.
18056 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18057 file.
18058 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18059 file.
18060 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18061 multiarch sqrtf for PowerPC32.
18062
0f96a2f0
AZ
18063 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18064 and llroundf multiarch implementations.
18065 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18066 New file.
18067 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18068 New file.
18069 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18070 New file.
18071 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18072 file: multiarch llround for PowerPC32.
18073 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18074 file: multiarch llroundf for PowerPC32.
18075
c9b5d79e
AZ
18076 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18077 multiarch PowerPC32 fpu implementations.
18078 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18079 New file.
18080 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18081 New file.
18082 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18083 multiarch llrint for PowerPC32.
18084 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18085 New file.
18086 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18087 New file.
18088 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18089 file.
18090
9cbb3aab
AZ
18091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18092
ea5a72f8
AZ
18093 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18094 file.
18095 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18096 file.
18097 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18098 file.
18099 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18100 multiarch wordcopy for PPC32.
18101 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18102 wordcopy objects.
18103 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18104 (__libc_ifunc_impl_list): Likewise.
18105 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18106 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18107 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18108 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18109 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18110 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18111
93be09e7
AZ
18112 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18113 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18114 file.
18115 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18116 file.
18117 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18118 file.
18119 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18120 multiarch wcscpy for PPC32.
18121 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18122 multiarch objects.
18123 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18124 (__libc_ifunc_impl_list): Likewise.
18125 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18126 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18127 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18128 sysdeps/powerpc/power6/wcscpy.c.
18129
bb04e529
AZ
18130 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18131 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18132 file.
18133 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18134 file.
18135 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18136 file.
18137 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18138 multiarch wcsrchr for PPC32.
18139 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18140 multiarch objects.
18141 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18142 (__libc_ifunc_impl_list): Likewise.
18143 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18144 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18145 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18146 sysdeps/powerpc/power6/wcsrchr.c.
18147
05b5cd1c
AZ
18148 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18149 file.
18150 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18151 file.
18152 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18153 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18154 multiarch wcschr for PPc32.
18155 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18156 multiarch objects.
18157 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18158 (__libc_ifunc_impl_list): Likewise.
18159 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18160 * sysdeps/powerpc/power6/wcschr.c: ... to here.
18161 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18162 sysdeps/powerpc/power6/wcschr.c.
18163
ba964147
AZ
18164 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18165 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18166 file.
18167 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18168 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18169 file: multiarch strchr for PPC32.
18170 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18171 multiarch objects.
18172 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18173 (__libc_ifunc_impl_list): Likewise.
18174
31c81aaa
AZ
18175 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18176 name.
18177 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18178 file.
18179 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18180 file.
18181 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18182 multiarch strchrnul for PPC32.
18183 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18184 multiarch objects.
18185 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18186 (__libc_ifunc_impl_list): Likewise.
18187
0d0607d9
AZ
18188 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18189 file.
18190 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18191 multiarch strncasecmp for PPC32.
18192 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18193 file.
18194 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18195 multiarch strncasecmp_l for PPC32.
18196 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18197 strncasecmp multiarch objects.
18198 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18199 (__libc_ifunc_impl_list): Likewise.
18200
4dfd5c86
AZ
18201 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18202 file.
18203 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18204 multiarch strncasecmp for PPC32.
18205 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18206 New file.
18207 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18208 multiarch strcasecmp_l for PPC32.
18209 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18210 multiarch objects.
18211 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18212 (__libc_ifunc_impl_list): Likewise.
18213
a19e01a3
AZ
18214 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18215 file.
18216 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18217 file.
18218 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18219 multiarch strncmp for PPC32.
18220 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18221 multiarch objects.
18222 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18223 (__libc_ifunc_impl_list): Likewise.
18224
ae9cf7a2
AZ
18225 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18226 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18227 file.
18228 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18229 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18230 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18231 multiarch objects.
18232 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18233 (__libc_ifunc_impl_list): Likewise.
18234
3148bb7d
AZ
18235 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18236 file.
18237 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18238 file.
18239 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18240 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18241 multiarch objects.
18242 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18243 (__libc_ifunc_impl_list): Likewise.
18244
7af8b946
AZ
18245 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18246 file.
18247 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18248 file.
18249 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18250 multiarch rawmemchr for PPC32.
18251 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18252 multiarch objects.
18253 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18254 (__libc_ifunc_impl_list): Likewise.
18255
03a6aa6a
AZ
18256 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18257 file.
18258 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18259 file.
18260 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18261 file: memrchr multiarch for PPC32.
18262 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18263 multiarch objects.
18264 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18265 (__libc_ifunc_impl_list): Likewise.
18266
1c62e6d9
AZ
18267 * string/memchr.c (__memchr): Using macro to redefine symbol name.
18268 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18269 file.
18270 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18271 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18272 multiarch memchr for PPC32.
18273 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18274 multiarch objects.
18275 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18276 (__libc_ifunc_impl_list): Likewise.
18277
87da8bdb
AZ
18278 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18279 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18280 file.
18281 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18282 file.
18283 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18284 file: multiarch mempcpy for PPC32.
18285 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18286 multiarch objects.
18287 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18288 (__libc_ifunc_impl_list): Likewise.
18289
20ed4714
AZ
18290 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18291 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18292 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18293 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18294 multiarch bzero for PPC32.
18295 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18296 file.
18297 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18298 file.
18299 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18300 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18301 file: multiarch memset for PPC32.
18302 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18303 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18304 memset multiarch objects.
18305 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18306 (__libc_ifunc_impl_list): Likewise.
18307
ab3e3a46
AZ
18308 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18309 file.
18310 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18311 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18312 memcmp for PPC32.
18313 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18314 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18315 multiarch objects.
18316 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18317 (__libc_ifunc_impl_list): Likewise.
18318
930de6f0
AZ
18319 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18320 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18321 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18322 file.
18323 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18324 file.
18325 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18326 file.
18327 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18328 multiarch memcpy for PPC32.
18329 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18330 multiarch objects.
18331 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18332 (__libc_ifunc_impl_list): Likewise.
18333
4c628e00
AZ
18334 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18335 support multiarch for POWER/PPC32.
18336 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18337 Likewise.
18338 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18339 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18340 Implies file to make multiarch folder appers before the fpu and
18341 default folder for power4 configuration.
18342
f4479220
SP
183432013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18344
18345 * scripts/bench.pl: Append volatile keyword to type.
18346
8517800f
KK
183472013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18348
18349 * sysdeps/sh/sotruss-lib.c: New file.
18350 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18351
180138f1
AZ
183522013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18353
18354 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18355
bbf37bdc
JM
183562013-12-05 Joseph Myers <joseph@codesourcery.com>
18357
e47cc4e0
JM
18358 [BZ #6810]
18359 * math/w_tgamma.c: Include <errno.h>.
18360 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
18361 * math/w_tgammaf.c: Include <errno.h>.
18362 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
18363 * math/w_tgammal.c: Include <errno.h>.
18364 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
18365 * math/auto-libm-test-in: Do not allow missing errno on tgamma
18366 underflow. Add more tgamma tests.
18367 * math/auto-libm-test-out: Regenerated.
18368 * sysdeps/i386/fpu/libm-test-ulps: Update.
18369 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18370
bbf37bdc
JM
18371 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18372 sin, sinh, tan, tanh, tgamma, y0 and y1.
18373 * math/auto-libm-test-out: Regenerated.
18374 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18375 (TEST_COND_x86): Likewise.
18376 (M_E2l): Remove macro.
18377 (M_E3l): Likewise.
18378 (M_2_SQRT_PIl): Likewise.
18379 (M_SQRT_PIl): Likewise.
18380 (M_1_DIV_El): Likewise.
18381 (log_test_data): Use AUTO_TESTS_f_f.
18382 (log10_test_data): Likewise.
18383 (log1p_test_data): Likewise.
18384 (log2_test_data): Likewise.
18385 (sin_test_data): Likewise.
18386 (sin_tonearest_test_data): Likewise.
18387 (sin_towardzero_test_data): Likewise.
18388 (sin_downward_test_data): Likewise.
18389 (sin_upward_test_data): Likewise.
18390 (sinh_test_data): Likewise.
18391 (sinh_tonearest_test_data): Likewise.
18392 (sinh_towardzero_test_data): Likewise.
18393 (sinh_downward_test_data): Likewise.
18394 (sinh_upward_test_data): Likewise.
18395 (tan_test_data): Likewise.
18396 (tan_tonearest_test_data): Likewise.
18397 (tan_towardzero_test_data): Likewise.
18398 (tan_downward_test_data): Likewise.
18399 (tan_upward_test_data): Likewise.
18400 (tanh_test_data): Likewise.
18401 (tgamma_test_data): Likewise.
18402 (y0_test_data): Likewise.
18403 (y1_test_data): Likewise.
18404 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18405 (special_real_inputs): Add pi/4.
18406 * sysdeps/i386/fpu/libm-test-ulps: Update.
18407 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18408
eb5ad6b9
AZ
184092013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18410
18411 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18412 "longjmp_target" static probes.
18413 (__longjmp): Rename to __longjmp_symbol.
18414 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18415 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18416 on which longjmp to generate.
18417 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18418 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18419 probe.
18420 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18421 (__sigjmp_save): Rename to __sigjmp_save_symbol.
18422 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18423 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18424 and __sigjmp_save_symbol based on which sigsetjmp to generated.
18425 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18427 __longjmp_symbol based on which __longjmp to generate.
18428 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18429 probe.
18430 (setjmp): Rename to setjmp_symbol.
18431 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18432 (_setjmp): Rename to _setjmp_symbol.
18433 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18434 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18435 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18436 which setjmp to generate.
18437 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18438 "longjmp_target" static probes.
18439
d136c6dc
SP
184402013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18441
9298ecba
SP
18442 * benchtests/README: Add note about output arguments.
18443 * benchtests/bench-sincos.c: Remove file.
18444 * benchtests/sincos-inputs: New file.
18445 * scripts/bench.pl: Identify output arguments and define
18446 static variables for them.
18447
232983e9
SP
18448 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18449
d136c6dc
SP
18450 [BZ #15941]
18451 * Makefile (INSTALL): Add install-plain.texi as the primary
18452 dependency.
18453 * manual/install-plain.texi: New file.
18454 * manual/install.texi: Include node directive only for
18455 non-plaintext output.
18456
699ff837
JM
184572013-12-04 Joseph Myers <joseph@codesourcery.com>
18458
ab07cea8
JM
18459 * stdlib/longlong.h: Update from GCC.
18460
699ff837
JM
18461 [BZ #6807]
18462 [BZ #15901]
18463 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18464 * math/w_j0f.c (y0f): Likewise.
18465 * math/w_j0l.c (__y0l): Likewise.
18466 * math/w_j1.c (y1): Likewise.
18467 * math/w_j1f.c (y1f): Likewise.
18468 * math/w_j1l.c (__y1l): Likewise
18469 * math/w_jn.c (yn): Likewise.
18470 * math/w_jnf.c (ynf): Likewise.
18471 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18472 Bessel function pole errors in _POSIX_ mode. Use NAN as return
18473 value for Bessel function domain errors outside _SVID_ mode.
18474 Adjust sign of return value for yn (negative integer, 0).
18475 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18476 by zero in return for negative x and set sign appropriately for
18477 negative n.
18478 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18479 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18480 * math/libm-test.inc (y0_test_data): Add more tests and adjust
18481 expectations in error cases.
18482 (y1_test_data): Likewise.
18483 (yn_test_data): Likewise.
18484 * sysdeps/i386/fpu/libm-test-ulps: Update.
18485 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18486
5b118558
UW
184872013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18488
18489 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18490 "64" to "64-v1". Add "64-v2".
18491 (abi-64-options): Rename to ...
18492 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
18493 (abi-64-condition): Rename to ...
18494 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
18495 (abi-64-ld-soname): Rename to ...
18496 (abi-64-v1-ld-soname): ... this.
18497 (abi-64-v2-options): Define.
18498 (abi-64-v2-condition): Likewise.
18499 (abi-64-v2-ld-soname): Likewise.
18500 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18501 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18503 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18505
61cd8fe4
UW
185062013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18507 Alan Modra <amodra@gmail.com>
18508
18509 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18510 New versions for use with the ELFv2 ABI.
18511 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18512 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18513 declaration.
18514 (struct La_ppc64v2_retval): Likewise.
18515 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18516 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18517 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18518 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18519 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18520 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18521 Do not save or restore CR.
18522 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18523 (_dl_profile_resolve): Do no save or restore CR. Support extended
18524 return values for ELFv2 ABI. Fix location of FPR return registers.
18525 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18526 updated values for _CALL_ELF == 2.
18527 (La_regs, La_retval, int_retval): Likewise.
18528
8b8a692c
UW
185292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18530
18531 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18532 (FRAME_MIN_SIZE_PARM): Likewise.
18533 (FRAME_BACKCHAIN): Likewise.
18534 (FRAME_CR_SAVE): Likewise.
18535 (FRAME_LR_SAVE): Likewise.
18536 (FRAME_TOC_SAVE): Likewise.
18537 (FRAME_PARM_SAVE): Likewise.
18538 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18539 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18540 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18541 (call_mcount_parm_offset): New macro.
18542 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18543 (PROF): Use symbolic stack frame offsets.
18544 (TAIL_CALL_SYSCALL_ERROR): Likewise.
18545 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18546 Redefine in terms of FRAME_MIN_SIZE.
18547 (_dl_runtime_resolve): Use symbolic stack frame offsets.
18548 (_dl_profile_resolve): Likewise. Update comment.
18549 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18550 symbols stack frame offsets.
18551 (__sigsetjmp): Likewise.
18552 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18553 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18554 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18555 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18556
18557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18558 (FRAME_BACKCHAIN): Remove.
18559 (FRAME_CR_SAVE): Likewise.
18560 (FRAME_LR_SAVE): Likewise.
18561 (FRAME_COMPILER_DW): Likewise.
18562 (FRAME_LINKER_DW): Likewise.
18563 (FRAME_TOC_SAVE): Likewise.
18564 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
18565 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18566 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18567 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
18568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18569 (CHECK_SP): Use symbolic stack frame offsets.
18570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18571 zone" instead of caller's parameter save area for temp storage.
18572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18573 Likewise. Also, use symbolic stack frame offsets.
18574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18575 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18576 our own stack frame instead of the caller's.
18577 (__socket): Use symbolic stack frame offsets.
18578
122b66de
UW
185792013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18580 Alan Modra <amodra@gmail.com>
18581
18582 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18583 Define.
57f41c40
AS
18584 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18585 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
18586 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18587 New function.
18588 (elf_machine_fixup_plt): Call it.
18589 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
18590 reloc arguments.
18591 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
18592 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18593 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
18594 r2 before calling target.
18595
696caf1d
UW
185962013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18597 Alan Modra <amodra@gmail.com>
18598
18599 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18600 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18601 versions of macros to support ELFv2 ABI.
18602 (LOCALENTRY): New macro.
18603 (ENTRY, EALIGN): Use it.
18604 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18605 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18606 fall through into ENTRY entry point.
18607 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18608 Only define if _CALL_ELF != 2.
18609
18610 (elf_machine_matches_host): Verify ABI version matches.
18611 (RTLD_START): Use LOCALENTRY.
18612 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18613 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18614 (PLT_ENTRY_WORDS): New macro.
18615 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18616 (elf_machine_runtime_setup): Support ELFv2 ABI.
18617 (elf_machine_fixup_plt): Likewise.
18618 (elf_machine_plt_conflict): Likewise.
18619 (resolve_ifunc): Likewise.
18620 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18621 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18622 Likewise.
18623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18624 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18626 (makecontext): Support ELFv2 ABI.
18627 * elf/elf.h (EF_PPC64_ABI): Define.
18628
d31beafa
UW
186292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18630
57f41c40
AS
18631 * sysdeps/powerpc/powerpc64/sysdep.h
18632 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18633 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18634 (ENTRY) [ASSEMBLER]: ... but instead here ...
18635 (EALIGN) [ASSEMBLER]: ... and here.
18636 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18637 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18638 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
18639 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18640 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
18641 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18642 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
18643 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18645 Use PPC64_LOAD_FUNCPTR.
18646
b525166b
UW
18647 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18648
7ec07d9a
AM
186492013-12-04 Alan Modra <amodra@gmail.com>
18650
18651 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18652 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18653 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18654 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18655
18656 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18657 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18658 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18659 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18660 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18661 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18662
5162e7dd
UW
186632013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18664
18665 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18666 (__makecontext): Fix incorrect CFI when backtracing out of
18667 context created via makecontext.
18668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18669 (__setcontext): Fix incorrect CFI during switch to new context.
18670 (__novec_setcontext): Likewise.
18671
19e3372b
OB
186722013-12-04 Ondřej Bílka <neleai@seznam.cz>
18673
18674 [BZ #4772]
18675 * time/strptime_l.c (__strptime_internal): Allow modifiers
18676 in strptime.
18677 * time/tst-strptime.c (day_tests): Add testcase.
18678
ecaf142d
SP
186792013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18680
18681 * scripts/bench.pl: Skip over blank lines.
18682
fbf964ae
PE
186832013-12-04 Paul Eggert <eggert@cs.ucla.edu>
18684
18685 [BZ #926]
18686 * manual/time.texi (Calendar Time): Clarify what timezone functions
18687 use.
18688
fa60a674
AZ
186892013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18690
18691 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18692
d674f0ef
OB
186932013-12-04 Ondřej Bílka <neleai@seznam.cz>
18694
18695 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18696 implementation.
18697 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18698 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18699 * debug/memset_chk.c (__memset_chk): Likewise.
18700 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18701 * debug/strncpy_chk.c: Likewise.
18702
17dea188
JM
187032013-12-03 Joseph Myers <joseph@codesourcery.com>
18704
749008ff
JM
18705 [BZ #15268]
18706 [BZ #15425]
18707 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18708 (__ieee754_exp): For possibly underflowing results, check size of
18709 result and force underflow exception if required.
18710 * math/auto-libm-test-in: Add more tests of exp.
18711 * math/auto-libm-test-out: Regenerated.
18712 * sysdeps/i386/fpu/libm-test-ulps: Update.
18713 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18714
17dea188
JM
18715 [BZ #16283]
18716 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18717 * math/w_exp2f.c (__exp2f): Likewise.
18718 * math/w_exp2l.c (__exp2l): Likewise.
18719 * math/auto-libm-test-in: Do not allow missing errno on exp2
18720 underflow.
18721 * math/auto-libm-test-out: Regenerated.
18722
b20de2c3
OB
187232013-12-03 Ondřej Bílka <neleai@seznam.cz>
18724
18725 [BZ #16274]
18726 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18727 handle filename validation.
18728 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18729 (do_open): Delete.
18730
d8e2dbe3
JM
187312013-12-03 Joseph Myers <joseph@codesourcery.com>
18732
34e16df5
JM
18733 [BZ #6786]
18734 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18735 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18736 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18737 <float.h>.
18738 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18739 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18740 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18741 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18742 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18743 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18744 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18745 * math/auto-libm-test-in: Don't allow missing errno from erfc.
18746 Add more erfc tests.
18747 * math/auto-libm-test-out: Regenerated.
18748 * sysdeps/i386/fpu/libm-test-ulps: Update.
18749 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18750
d8e2dbe3
JM
18751 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18752 exp2, expm1, j0 and j1.
18753 * math/auto-libm-test-out: Regenerated.
18754 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18755 (erfc_test_data): Likewise.
18756 (exp_test_data): Likewise.
18757 (exp_tonearest_test_data): Likewise.
18758 (exp_towardzero_test_data): Likewise.
18759 (exp_downward_test_data): Likewise.
18760 (exp_upward_test_data): Likewise.
18761 (exp10_test_data): Likewise.
18762 (exp2_test_data): Likewise.
18763 (expm1_test_data): Likewise.
18764 (j0_test_data): Likewise.
18765 (j1_test_data): Likewise.
18766 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18767 (input_flag_type): Add flag_xfail_rounding.
18768 (input_flags): Add xfail-rounding.
18769 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18770 (output_for_one_input_case): Handle flag_xfail_rounding.
18771 * sysdeps/i386/fpu/libm-test-ulps: Update.
18772 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18773
18d14251
AJ
187742013-12-03 Aurelien Jarno <aurelien@aurel32.net>
18775
3d2e6075 18776 [BZ #16289]
18d14251
AJ
18777 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18778 division by 0.
18779
520d437b
SP
187802013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18781
18782 [BZ #16195]
18783 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18784 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18785 (STAP_PROBE0): New macro.
18786 (STAP_PROBE1): Likewise.
18787 (STAP_PROBE2): Likewise.
18788 (STAP_PROBE3): Likewise.
18789 (STAP_PROBE4): Likewise.
18790
416e0145
OB
187912013-12-02 Ondřej Bílka <neleai@seznam.cz>
18792
18793 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18794
9d17796a
SE
187952013-12-02 Steve Ellcey <sellcey@mips.com>
18796
18797 * benchtests/Makefile (bench): Add sqrt.
18798 (LDLIBS-bench-sqrt): New.
18799 * benchtests/sqrt-input: New.
18800
f524d6a8
PS
188012013-12-02 Pavel Simerda <psimerda@redhat.com>
18802
639a0ef8
PS
18803 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18804 (GAIH_EAI): Likewise.
18805 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18806 (gaih_inet): Likewise.
18807 (getaddrinfo): Don't use GAIH_EAI.
18808
f524d6a8
PS
18809 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18810 (struct gaih): Remove definition.
18811
df3aedaf
SP
188122013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18813
18814 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18815 Use HERRNOP directly.
18816
1ab19dec
AZ
188172013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18818
b42ad38d 18819 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 18820
176b0c79
JM
188212013-11-30 Joseph Myers <joseph@codesourcery.com>
18822
18823 * math/gen-auto-libm-tests.c (test_functions): Add more
18824 single-argument functions.
18825 (special_fill_pi_2): New function.
18826 (special_fill_minus_pi_2): Likewise.
18827 (special_fill_pi_6): Likewise.
18828 (special_fill_minus_pi_6): Likewise.
18829 (special_fill_pi_3): Likewise.
18830 (special_fill_2pi_3): Likewise.
18831 (special_fill_e): Likewise.
18832 (special_fill_1_e): Likewise.
18833 (special_fill_e_minus_1): Likewise.
18834 (special_real_inputs): Add more special inputs.
18835 (output_for_one_input_case): Do not require ERANGE on underflow to
18836 zero if round-to-nearest result does not underflow to zero, unless
18837 exact results required.
18838 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18839 atan, atanh, cbrt, cos and cosh.
18840 * math/auto-libm-test-out: Regenerated.
18841 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18842 (acos_tonearest_test_data): Likewise.
18843 (acos_towardzero_test_data): Likewise.
18844 (acos_downward_test_data): Likewise.
18845 (acos_upward_test_data): Likewise.
18846 (acosh_test_data): Likewise.
18847 (asin_test_data): Likewise.
18848 (asin_tonearest_test_data): Likewise.
18849 (asin_towardzero_test_data): Likewise.
18850 (asin_upward_test_data): Likewise.
18851 (asinh_test_data): Likewise.
18852 (atan_test_data): Likewise.
18853 (atanh_test_data): Likewise.
18854 (cbrt_test_data): Likewise.
18855 (cos_test_data): Likewise.
18856 (cos_tonearest_test_data): Likewise.
18857 (cos_towardzero_test_data): Likewise.
18858 (cos_downward_test_data): Likewise.
18859 (cos_upward_test_data): Likewise.
18860 (cosh_test_data): Likewise.
18861 (cosh_tonearest_test_data): Likewise.
18862 (cosh_towardzero_test_data): Likewise.
18863 (cosh_downward_test_data): Likewise.
18864 (cosh_upward_test_data): Likewise.
18865 * sysdeps/i386/fpu/libm-test-ulps: Update.
18866 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18867
ffb536d0
JM
188682013-11-29 Joseph Myers <joseph@codesourcery.com>
18869
2a77a467
JM
18870 [BZ #6787]
18871 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18872 * math/w_exp10f.c (__exp10f): Likewise.
18873 * math/w_exp10l.c (__exp10l): Likewise.
18874 * math/libm-test.inc (exp10_test_data): Add more tests and expect
18875 errno settings in existing tests.
18876
ea3bc4e8
JM
18877 [BZ #14032]
18878 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18879 precision control set to double precision.
18880 * sysdeps/i386/fpu/w_sqrt.c: New file.
18881 * math/auto-libm-test-in: Add more tests.
18882 * math/auto-libm-test-out: Update.
18883
0712c9d8
JM
18884 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18885 (sqrt_test_tonearest): New function.
18886 (sqrt_towardzero_test_data): New variable.
18887 (sqrt_test_towardzero): New function.
18888 (sqrt_downward_test_data): New variable.
18889 (sqrt_test_downward): New function.
18890 (sqrt_upward_test_data): New variable.
18891 (sqrt_test_upward): New function.
18892 (main): Call the new functions.
18893
ffb536d0
JM
18894 * math/gen-auto-libm-tests.c: New file.
18895 * math/auto-libm-test-in: Likewise.
18896 * math/auto-libm-test-out: New generated file.
18897 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18898 variables.
18899 (%beautify): Add generated representations of zero.
18900 (top level): Set $auto_input and call parse_auto_input.
18901 (beautify): Remove trailing "f" from hex float constants.
18902 (parse_args): Handle XFAIL_TEST.
18903 (convert_condition): New function.
18904 (or_value): Likewise.
18905 (or_cond_value): Likewise.
18906 (generate_testfile): Handle AUTO_TESTS_* lines.
18907 (parse_auto_input): New function.
18908 * math/libm-test.inc (XFAIL_TEST): New macro.
18909 (ERRNO_UNCHANGED): Update value.
18910 (ERRNO_EDOM): Likewise.
18911 (ERRNO_ERANGE): Likewise.
18912 (IGNORE_RESULT): Likewise.
18913 (TEST_COND_flt_32): New macro.
18914 (TEST_COND_dbl_64): Likewise.
18915 (TEST_COND_ldbl_96_intel): Likewise.
18916 (TEST_COND_ldbl_96_m68k): Likewise.
18917 (TEST_COND_ldbl_128): Likewise.
18918 (TEST_COND_ldbl_128ibm): Likewise.
18919 (TEST_COND_long32): Likewise.
18920 (TEST_COND_long64): Likewise.
18921 (TEST_COND_before_rounding): Likewise.
18922 (TEST_COND_after_rounding): Likewise.
18923 (enable_test): Handle XFAIL_TEST flag.
18924 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18925 with finite results.
18926 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18927 auto-libm-test-out.
18928
acd98a8e
AK
189292013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
18930 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18931
18932 [BZ #16214]
18933 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18934 __tls_get_addr_internal instead of __tls_get_offset in order to
18935 avoid GOT pointer dependency. Make rtld export
18936 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18937 __tls_get_addr since we are a __tls_get_offset platform.
18938 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18939 GOT pointer being set up before.
18940 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18941
3c1c46a6
JM
189422013-11-28 Joseph Myers <joseph@codesourcery.com>
18943
7475aef5
JM
18944 * manual/math.texi (Errors in Math Functions): Document accuracy
18945 goals.
18946
8bca7cd8
JM
18947 [BZ #15004]
18948 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18949 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18950 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18951 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18952 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18953 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18954 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18955 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18956 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18957 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18958 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18959 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18960 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18961 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18962 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18963 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18964
91a1f3fe
JM
18965 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18966 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18967 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18968 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18969 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18970 Likewise.
18971 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18972 Likewise.
18973 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18974 Likewise.
18975 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18976 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18977 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18978 atomic-feupdateenv and flt-rounds.
18979 * sysdeps/powerpc/nofpu/Versions (libc): Add
18980 __atomic_feholdexcept, __atomic_feclearexcept,
18981 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18982 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18983 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18984 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18985 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18986 here.
18987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18988 Update.
18989
c5df7609
JM
18990 * manual/arith.texi (FP Exceptions): Document that exceptions may
18991 not be raised when matherr is used.
18992 (Math Error Reporting): Document overflow in directed rounding
18993 modes. Document that errno may not be set when finite values are
18994 returned on overflow. Document intent to set errno on underflow
18995 only for underflow to zero.
18996
3c1c46a6
JM
18997 [BZ #16271]
18998 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18999 round-to-nearest then adjust result for other rounding modes.
19000 * include/fenv.h (fegetround): Use libm_hidden_proto.
19001 * math/fegetround.c (fegetround): Use libm_hidden_def.
19002 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19003 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19004 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19005 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19006 Likewise.
19007 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19008 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19009 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19010 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19011
5a4c6d53
SP
190122013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19013
19014 [BZ #16077]
19015 * nss/Versions (libnss_files): Add
19016 _nss_files_gethostbyname3_r.
19017 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19018 New function.
19019 (HOST_DB_LOOKUP): Remove macro.
19020 (_nss_files_gethostbyname_r): Implement function without the
19021 HOST_DB_LOOKUP macro.
19022 (_nss_files_gethostbyname2_r): Likewise.
19023
897b98ba
OB
190242013-11-28 Ondřej Bílka <neleai@seznam.cz>
19025
19026 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19027
6f476861
UB
190282013-11-26 Uros Bizjak <ubizjak@gmail.com>
19029
19030 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19031 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19032 warning.
19033
bd12ab55
AZ
190342013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19035
19036 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19037 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19038 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19039 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19040 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19041 __fe_nomask_env_priv and attribute_hidden.
19042 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19043 (libc_feupdateenv_test_ppc): Likewise.
19044 (libc_feresetround_ppc): Likewise.
19045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19046 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19047 compat_symbol macro.
19048 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19049 (__fe_nomask_env): Likewise.
19050 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19051
52bb6543
OB
190522013-11-26 Ondřej Bílka <neleai@seznam.cz>
19053
19054 * string/Makefile: Remove ifunc tests.
19055 * string/test-string.h: Define TEST_IFUNC.
19056 * string/test-bcopy-ifunc.c: Remove.
19057 * string/test-bzero-ifunc.c: Likewise.
19058 * string/test-memccpy-ifunc.c: Likewise.
19059 * string/test-memchr-ifunc.c: Likewise.
19060 * string/test-memcmp-ifunc.c: Likewise.
19061 * string/test-memcpy-ifunc.c: Likewise.
19062 * string/test-memmem-ifunc.c: Likewise.
19063 * string/test-memmove-ifunc.c: Likewise.
19064 * string/test-mempcpy-ifunc.c: Likewise.
19065 * string/test-memrchr-ifunc.c: Likewise.
19066 * string/test-memset-ifunc.c: Likewise.
19067 * string/test-rawmemchr-ifunc.c: Likewise.
19068 * string/test-stpcpy-ifunc.c: Likewise.
19069 * string/test-stpncpy-ifunc.c: Likewise.
19070 * string/test-strcasecmp-ifunc.c: Likewise.
19071 * string/test-strcasestr-ifunc.c: Likewise.
19072 * string/test-strcat-ifunc.c: Likewise.
19073 * string/test-strchr-ifunc.c: Likewise.
19074 * string/test-strchrnul-ifunc.c: Likewise.
19075 * string/test-strcmp-ifunc.c: Likewise.
19076 * string/test-strcpy-ifunc.c: Likewise.
19077 * string/test-strcspn-ifunc.c: Likewise.
19078 * string/test-strlen-ifunc.c: Likewise.
19079 * string/test-strncasecmp-ifunc.c: Likewise.
19080 * string/test-strncat-ifunc.c: Likewise.
19081 * string/test-strncmp-ifunc.c: Likewise.
19082 * string/test-strncpy-ifunc.c: Likewise.
19083 * string/test-strnlen-ifunc.c: Likewise.
19084 * string/test-strpbrk-ifunc.c: Likewise.
19085 * string/test-strrchr-ifunc.c: Likewise.
19086 * string/test-strspn-ifunc.c: Likewise.
19087 * string/test-strstr-ifunc.c: Likewise.
19088
ab260039 190892013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
19090
19091 * benchtests/Makefile: Remove ifunc tests.
19092 * benchtests/bench-string.h: Define TEST_IFUNC.
19093 * benchtests/bench-bcopy-ifunc.c: Remove.
19094 * benchtests/bench-bzero-ifunc.c: Likewise.
19095 * benchtests/bench-memccpy-ifunc.c: Likewise.
19096 * benchtests/bench-memchr-ifunc.c: Likewise.
19097 * benchtests/bench-memcmp-ifunc.c: Likewise.
19098 * benchtests/bench-memcpy-ifunc.c: Likewise.
19099 * benchtests/bench-memmem-ifunc.c: Likewise.
19100 * benchtests/bench-memmove-ifunc.c: Likewise.
19101 * benchtests/bench-mempcpy-ifunc.c: Likewise.
19102 * benchtests/bench-memrchr-ifunc.c: Likewise.
19103 * benchtests/bench-memset-ifunc.c: Likewise.
19104 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19105 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19106 * benchtests/bench-stpcpy-ifunc.c: Likewise.
19107 * benchtests/bench-stpncpy-ifunc.c: Likewise.
19108 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19109 * benchtests/bench-strcasestr-ifunc.c: Likewise.
19110 * benchtests/bench-strcat-ifunc.c: Likewise.
19111 * benchtests/bench-strchr-ifunc.c: Likewise.
19112 * benchtests/bench-strchrnul-ifunc.c: Likewise.
19113 * benchtests/bench-strcmp-ifunc.c: Likewise.
19114 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19115 * benchtests/bench-strcpy-ifunc.c: Likewise.
19116 * benchtests/bench-strcspn-ifunc.c: Likewise.
19117 * benchtests/bench-strlen-ifunc.c: Likewise.
19118 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19119 * benchtests/bench-strncat-ifunc.c: Likewise.
19120 * benchtests/bench-strncmp-ifunc.c: Likewise.
19121 * benchtests/bench-strncpy-ifunc.c: Likewise.
19122 * benchtests/bench-strnlen-ifunc.c: Likewise.
19123 * benchtests/bench-strpbrk-ifunc.c: Likewise.
19124 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 19125 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
19126 * benchtests/bench-strspn-ifunc.c: Likewise.
19127 * benchtests/bench-strstr-ifunc.c: Likewise.
19128
191292013-11-26 Ondřej Bílka <neleai@seznam.cz>
19130
ab260039
OB
19131 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19132
d1d9eaf4 191332013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 19134
d1d9eaf4
OB
19135 * resolv/netdb.h: Use __glibc_reserved instead __unused.
19136 * rt/aio.h: Likewise.
19137 * sysdeps/gnu/bits/utmp.h: Likewise.
19138 * sysdeps/gnu/bits/utmpx.h: Likewise.
19139 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19140 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19141 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19142 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19143 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19144 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19145 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19146 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19147 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19148 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19149 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19150 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19151 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19153 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19154 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19155 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19156 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19157 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19158 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19159 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19160 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19161 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19162 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19163 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19164 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19165 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19166 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19167 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19168 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19169 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19170 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19171 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19172 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19173 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19174 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19175 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19176 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19177 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19178 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19179 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19180 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19181
a7624ed9
CD
191822013-11-25 Carlos O'Donell <carlos@redhat.com>
19183
19184 [BZ #16245]
19185 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19186 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19187
63cfe52b
JM
191882013-11-25 Joseph Myers <joseph@codesourcery.com>
19189
19190 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19191 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19192 Likewise.
19193
41e8926a
AZ
191942013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19195
19196 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19197 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19198 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19199 (__fesetround): Remove define.
19200 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19201 rounding and exceptions handling.
19202 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19203 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19204 (__fe_nomask_env): Likewise.
19205 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19206 __fegetround instead of fegetround.
19207 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19208 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19209
6851bd4d
RM
192102013-11-21 Roland McGrath <roland@hack.frob.com>
19211
070906ff
RM
19212 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19213 it's there.
19214
6851bd4d
RM
19215 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19216
84ae135d
MI
192172013-11-21 Meador Inge <meadori@codesourcery.com>
19218
19219 [BZ #11157]
19220 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19221 (encrypt_r): Likewise.
19222 * malloc/obstack.h (obstack_free): Likewise.
19223 * posix/unistd.h (encrypt): Likewise.
19224
daf75146
GM
192252013-11-21 Guy Martin <gmsoft@tuxicoman.be>
19226
19227 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19228 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19229 DL_CALL_DT_FINI() that call the functions directly.
19230 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19231 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19232 * elf/dl-fini.c: Likewise.
19233
10ad46bc
OB
192342013-11-20 Ondřej Bílka <neleai@seznam.cz>
19235
19236 * malloc/hooks.c (memalign_check): Add alignment rounding.
19237 * malloc/malloc.c (_mid_memalign): New function.
19238 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19239 Implement by calling _mid_memalign.
19240 * manual/probes.texi (Memory Allocation Probes): Remove
19241 memory_valloc_retry and memory_pvalloc_retry.
19242
f3fd2628
SP
192432013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19244
4712799f
SP
19245 * locale/programs/locarchive.c (open_archive): Add const
19246 qualifier to ARCHIVEFNAME and copy default fname to
19247 DEFAULT_FNAME.
19248
0417b20f
SP
19249 [BZ #15601]
19250 * libio/tst-widetext.input: Rename Oriya to Odia.
19251 * locale/iso-639.def: Likewise.
19252
f3fd2628
SP
19253 * manual/probes.texi (Mathematical Function Probes): Add
19254 documentation for sin, cos, asin and acos probes.
19255 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19256 (__sin32): Add slowasin probe.
19257 (__cos32): Add slowacos probe.
19258 (__mpsin): Add slowsin probe.
19259 (__mpcos): Add slowcos probe.
19260
73c1ce4f
JM
192612013-11-19 Joseph Myers <joseph@codesourcery.com>
19262
19263 [BZ #15483]
19264 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19265 thread-local __sim_exceptions_thread and global
19266 __sim_exceptions_global.
19267 (__sim_disabled_exceptions): Change to thread-local
19268 __sim_disabled_exceptions_thread and global
19269 __sim_disabled_exceptions_global.
19270 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19271 and global __sim_round_mode_global.
19272 (__simulate_exceptions): Use thread-local floating-point state and
19273 set global state from it as needed.
19274 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19275 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19276 __sim_round_mode_thread.
19277 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19278 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19279 and global __sim_exceptions_global.
19280 (__sim_disabled_exceptions): Change to thread-local
19281 __sim_disabled_exceptions_thread and global
19282 __sim_disabled_exceptions_global.
19283 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19284 and global __sim_round_mode_global.
19285 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19286 (SIM_SET_GLOBAL): Likewise.
19287 * sysdeps/powerpc/soft-fp/sfp-machine.h
19288 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19289 __sim_round_mode_thread.
19290 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19291 __sim_disabled_exceptions_thread.
19292 (__sim_exceptions): Change to __sim_exceptions_thread.
19293 (__sim_disabled_exceptions): Change to
19294 __sim_disabled_exceptions_thread.
19295 (__sim_round_mode): Change to __sim_round_mode_thread.
19296 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19297 thread-local floating-point state and set global state from it as
19298 needed.
19299 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19300 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19301 (__sim_disabled_exceptions): Remove extern declaration.
19302 (feenableexcept): Use thread-local floating-point state and set
19303 global state from it as needed.
19304 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19305 extern declaration.
19306 (__sim_disabled_exceptions): Likewise.
19307 (__sim_round_mode): Likewise.
19308 (__fegetenv): Use thread-local floating-point state.
19309 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19310 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19311 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19312 floating-point state and set global state from it as needed.
19313 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19314 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19315 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19316 Likewise.
19317 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19318 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19319 Likewise.
19320 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19321 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19322 Use __sim_round_mode_thread.
19323 * math/test-fenv-tls.c: New file.
19324 * math/Makefile (tests): Add test-fenv-tls.
19325 ($(objpfx)test-fenv-tls): Depend on
19326 $(common-objpfx)nptl/libpthread.so.
19327
b5449b12
AS
193282013-11-19 Andreas Schwab <schwab@suse.de>
19329
19330 * locale/programs/locale.c (show_info): Decode wordarray elements.
19331 * locale/categories.def (LC_MONETARY): Add element for
19332 _NL_MONETARY_CRNCYSTR.
19333 * locale/C-monetary.c (conversion_rate): New variable.
19334 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19335 element.
19336
e186536b
CM
193372013-11-18 Chris Metcalf <cmetcalf@tilera.com>
19338
19339 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19340 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19341
5c349950
PP
193422013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
19343
19344 * elf/Makefile (tst-auxv): New test.
19345 * elf/tst-auxv.c: New
19346 * elf/rtld.c (dl_main): Adjust AT_EXECFN
19347
699df45b
JM
193482013-11-18 Joseph Myers <joseph@codesourcery.com>
19349
19350 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19351 (hidden_proto): Caller changed.
19352 (hidden_tls_proto): New macro.
19353 (libc_hidden_tls_proto): Likewise.
19354 (rtld_hidden_tls_proto): Likewise.
19355 (libm_hidden_tls_proto): Likewise.
19356 (libresolv_hidden_tls_proto): Likewise.
19357 (librt_hidden_tls_proto): Likewise.
19358 (libdl_hidden_tls_proto): Likewise.
19359 (libnss_files_hidden_tls_proto): Likewise.
19360 (libnsl_hidden_tls_proto): Likewise.
19361 (libnss_nisplus_hidden_tls_proto): Likewise.
19362 (libutil_hidden_tls_proto): Likewise.
19363
b7589107
OB
193642013-11-18 Ondřej Bílka <neleai@seznam.cz>
19365
19366 [BZ #10253]
19367 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19368 (decompose_rpath): Defer expansion to fillin_rpath.
19369 (_dl_init_paths): Pass linkmap to fillin_rpath.
19370
250c23bd
RS
193712013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19372
19373 * benchtests/Makefile: Add strsep.
19374 * benchtests/bench-strsep.c: New file: strsep benchtest.
19375 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19376
a7931fcf
AS
193772013-11-18 Andreas Schwab <schwab@suse.de>
19378
19379 * locale/programs/locale.c (show_info) [case byte]: Check for
19380 '\377' instead of '\177'.
19381 * locale/C-monetary.c (not_available): Always use "\377".
19382 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19383 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
19384 detect unavailable sign_posn locale elements.
19385 * locale/localeconv.c (__localeconv): For grouping and
19386 mon_grouping handle "\177" and "\377" like no grouping.
19387 (INT_ELEM): New macro. Use it to set all numeric members.
19388 * locale/programs/ld-monetary.c (monetary_read)
19389 <tok_mon_grouping>: Normalize single -1 to the empty string.
19390 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19391 Likewise.
19392
728dab0e
OB
193932013-11-07 Ondřej Bílka <neleai@seznam.cz>
19394
19395 [BZ #16055]
19396 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19397 when we match (nil).
19398 * stdio-common/tst-sscanf.c (struct test): Add testcase.
19399
66294491
JM
194002013-11-16 Joseph Myers <joseph@codesourcery.com>
19401
ce665817
JM
19402 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19403 (NO_TEST_INLINE): Update value.
19404 (ERRNO_UNCHANGED): Likewise.
19405 (ERRNO_EDOM): Likewise.
19406 (ERRNO_ERANGE): Likewise.
19407 (IGNORE_RESULT): Likewise.
19408 (check_float_internal): Check signs of NaN results if
19409 TEST_NAN_SIGN used.
19410 (check_complex): Pass TEST_NAN_SIGN flag through to second
19411 check_float_internal call.
19412 (copysign_test_data): Add tests with quiet NaNs as second
19413 argument. Use TEST_NAN_SIGN.
19414 (fabs_test_data): Add test of negative quiet NaN argument. Use
19415 TEST_NAN_SIGN.
19416 (signbit_test_data): Add tests of quiet NaN argument.
19417 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19418
ee1466a9
JM
19419 * math/gen-libm-test.pl (show_exceptions): Take extra argument
19420 $ignore_result.
19421 (parse_args): Handle function results specified as IGNORE.
19422 * math/libm-test.inc (IGNORE_RESULT): New macro.
19423 (check_float_internal): Do not check numerical result if flag
19424 IGNORE_RESULT set.
19425 (check_complex): Pass through IGNORE_RESULT to second
19426 check_float_internal call.
19427 (check_int): Do not check numerical result if flag IGNORE_RESULT
19428 set.
19429 (check_long): Likewise.
19430 (check_bool): Likewise.
19431 (check_longlong): Likewise.
19432 (lrint_test_data): Add tests of infinite and NaN arguments.
19433 (lrint_tonearest_test_data): Likewise.
19434 (lrint_towardzero_test_data): Likewise.
19435 (lrint_downward_test_data): Likewise.
19436 (lrint_upward_test_data): Likewise.
19437 (llrint_test_data): Likewise.
19438 (llrint_tonearest_test_data): Likewise.
19439 (llrint_towardzero_test_data): Likewise.
19440 (llrint_downward_test_data): Likewise.
19441 (llrint_upward_test_data): Likewise.
19442 (lround_test_data): Likewise.
19443 (llround_test_data): Likewise.
19444
14407b7e
JM
19445 * math/libm-test.inc (NO_TEST_INLINE): New macro.
19446 (ERRNO_UNCHANGED): Update value.
19447 (ERRNO_EDOM): Likewise.
19448 (ERRNO_ERANGE): Likewise.
19449 (NO_TEST_INLINE_FLOAT): New macro.
19450 (NO_TEST_INLINE_DOUBLE): Likewise.
19451 (enable_test): New function.
19452 (RUN_TEST_f_f): Check enable_test before running test.
19453 (RUN_TEST_2_f): Likewise.
19454 (RUN_TEST_fff_f): Likewise.
19455 (RUN_TEST_c_f): Likewise.
19456 (RUN_TEST_f_f1): Likewise.
19457 (RUN_TEST_fF_f1): Likewise.
19458 (RUN_TEST_fI_f1): Likewise.
19459 (RUN_TEST_ffI_f1): Likewise.
19460 (RUN_TEST_c_c): Likewise.
19461 (RUN_TEST_cc_c): Likewise.
19462 (RUN_TEST_f_i): Likewise.
19463 (RUN_TEST_f_i_tg): Likewise.
19464 (RUN_TEST_ff_i_tg): Likewise.
19465 (RUN_TEST_f_b): Likewise.
19466 (RUN_TEST_f_b_tg): Likewise.
19467 (RUN_TEST_f_l): Likewise.
19468 (RUN_TEST_f_L): Likewise.
19469 (RUN_TEST_fFF_11): Likewise.
19470 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19471 conditionals.
19472 (cosh_test_data): Likewise.
19473 (exp_test_data): Likewise.
19474 (expm1_test_data): Likewise.
19475 (hypot_test_data): Likewise.
19476 (pow_test_data): Likewise.
19477 (sinh_test_data): Likewise.
19478 (tanh_test_data): Likewise.
19479 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19480 flags argument.
19481
ca07f197
JM
19482 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19483 tests with quiet NaN input and output.
19484 (acosh_test_data): Likewise.
19485 (asin_test_data): Likewise.
19486 (asinh_test_data): Likewise.
19487 (atan_test_data): Likewise.
19488 (atanh_test_data): Likewise.
19489 (atan2_test_data): Likewise.
19490 (cbrt_test_data): Likewise.
19491 (cos_test_data): Likewise.
19492 (cosh_test_data): Likewise.
19493 (erf_test_data): Likewise.
19494 (erfc_test_data): Likewise.
19495 (exp_test_data): Likewise.
19496 (exp10_test_data): Likewise.
19497 (exp2_test_data): Likewise.
19498 (expm1_test_data): Likewise.
19499 (hypot_test_data): Likewise.
19500 (j0_test_data): Likewise.
19501 (j1_test_data): Likewise.
19502 (jn_test_data): Likewise.
19503 (lgamma_test_data): Likewise.
19504 (log_test_data): Likewise.
19505 (log10_test_data): Likewise.
19506 (log1p_test_data): Likewise.
19507 (log2_test_data): Likewise.
19508 (pow_test_data): Likewise.
19509 (scalb_test_data): Likewise.
19510 (sin_test_data): Likewise.
19511 (sincos_test_data): Likewise.
19512 (sinh_test_data): Likewise.
19513 (tan_test_data): Likewise.
19514 (tanh_test_data): Likewise.
19515 (tgamma_test_data): Likewise.
19516 (y0_test_data): Likewise.
19517 (y1_test_data): Likewise.
19518 (yn_test_data): Likewise.
19519
66294491
JM
19520 [BZ #16167]
19521 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19522 argument being NaN and avoid computations with second argument in
19523 that case.
19524 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19525 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19526 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19527
1820b143
CL
195282013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
19529
19530 * locale/iso-639.def: Add Chitwani Tharu (the).
19531
714bd261
AS
195322013-11-14 Andreas Schwab <schwab@suse.de>
19533
19534 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19535 word instead of empty string.
19536
7ab44563
AZ
195372013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19538
19539 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19540 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19542 (__fe_nomask_env): Likewise.
19543
e8470ea2
SE
195442013-11-13 Steve Ellcey <sellcey@mips.com>
19545
19546 * benchtests/bench-timing.h: Include time.h.
19547
17c1d9f0
L
195482013-11-13 H.J. Lu <hongjiu.lu@intel.com>
19549
19550 [BZ #15997]
19551 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19552 to 3.4.0 for x32.
19553 * sysdeps/unix/sysv/linux/configure: Regenerated.
19554
9310c284
JM
195552013-11-13 Joseph Myers <joseph@codesourcery.com>
19556
19557 [BZ #16151]
19558 * stdlib/strtod_l.c (round_and_return): Do not consider
19559 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19560 exponent one less than half the least subnormal exponent.
19561 * stdlib/test-strtod-round-data: Add more tests.
19562 * stdlib/tst-strtod-round.c (tests): Regenerated.
19563
7a2ad8cf
AZ
195642013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19565
19566 [BZ #14143]
19567 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19568 (__fe_mask_env): Likewise.
19569 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19570 libm_hidden_proto and add function prototype.
19571 (__fe_mask_env): Add function prototype.
19572 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19573 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19575 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19577 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19578
50727aa7
MS
195792013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19580
b2f386c1 19581 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
19582 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19583
a615be46
MS
195842013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19585
19586 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19587 of htab_find_slot().
19588
7ddace62
DM
195892013-11-11 David S. Miller <davem@davemloft.net>
19590
19591 [BZ #16150]
19592 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19593 symbol in the non-vis3 case in static builds.
19594 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19595 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19596 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19597 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19598
9182aa67
JK
195992013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19600
19601 [BZ #387]
19602 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19603 it is empty.
19604
450a2e2d
AZ
196052013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19606
b2f386c1
SP
19607 * benchtests/Makefile: Add bench-strtod.
19608 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 19609
8ec3f656
AS
196102013-11-11 Andreas Schwab <schwab@suse.de>
19611
19612 [BZ #16153]
19613 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19614 terminating NUL in key length.
19615
76a9b998
AZ
196162013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19617
19618 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19619 Add artificial ODP entry for vDSO symbol for PPC64.
19620 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19621 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19622
e4368156
OB
196232013-11-07 Ondřej Bílka <neleai@seznam.cz>
19624
19625 [BZ #15374]
19626 * nss/getent.c (services_keys): Recognize services starting with digit.
19627
8d6bb57c
DM
196282013-11-06 David S. Miller <davem@davemloft.net>
19629
19630 [BZ #15985]
19631 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19632 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19633
e256c421
WN
196342013-11-06 Will Newton <will.newton@linaro.org>
19635
19636 * manual/memory.texi (Malloc Examples): Remove register
19637 keyword from examples.
19638
f6e12daa 196392013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 19640
f6e12daa 19641 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 19642
9d880655
AS
196432013-11-04 Joseph Myers <joseph@codesourcery.com>
19644
fd2f9486 19645 [BZ #6981]
9d880655
AS
19646 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19647 depending on [__GCC_IEC_559 > 0].
19648 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19649 depending on [__GCC_IEC_559_COMPLEX > 0].
19650
ae129d3c
CL
196512013-11-03 Chris Leonard <cjl@sugarlabs.org>
19652
19653 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19654 to iso-639.def.
19655
4a15c2a4 196562013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
19657
19658 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19659
8b35e35d
OB
196602013-11-01 Ondřej Bílka <neleai@seznam.cz>
19661
19662 [BZ #16112]
19663 * malloc/malloc (malloc_info): Do not handle first bin as
19664 special case.
19665
1d70fd6c
CL
196662013-11-01 Chris Leonard <cjl@sugarlabs.org>
19667
19668 * locale/iso-639.def: Add Central Nahuatl (nhn).
19669
8c5c2600
BH
196702013-11-01 Bruno Haible <bruno@clisp.org>
19671
19672 [BZ #7003]
19673 * manual/math.texi (BSD Random): Specify range upper bound as
19674 in POSIX.
19675
da5579c2
CL
196762013-10-31 Chris Leonard <cjl@sugarlabs.org>
19677
19678 * locale/iso-639.def: Add Meadow Mari (mhr).
19679
5d30d853
OB
196802013-10-31 Ondřej Bílka <neleai@seznam.cz>
19681
19682 [BZ #14752], [BZ #15763]
19683 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19684 Validate name.
19685 * rt/tst_shm.c: Add test for escaping directory.
19686
a4966c61
AS
196872013-10-31 Andreas Schwab <schwab@suse.de>
19688
8a43e768 19689 [BZ #15917]
a4966c61
AS
19690 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19691 followed by 'x' as part of digit sequence.
19692 * stdio-common/tst-sscanf.c (double_tests2): New tests.
19693
28d708c4
MAP
196942013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19695
19696 [BZ #16037]
19697 * configure.ac: allow GNU Make 4.0 and greater.
19698 * configure: Regenerated.
19699
a56ee40b
WN
197002013-10-30 Will Newton <will.newton@linaro.org>
19701
19702 [BZ #16038]
19703 * malloc/hooks.c (memalign_check): Limit alignment to the
19704 maximum representable power of two.
19705 * malloc/malloc.c (__libc_memalign): Likewise.
19706 * malloc/tst-memalign.c (do_test): Add test for very
19707 large alignment values.
19708 * malloc/tst-posix_memalign.c (do_test): Likewise.
19709
c6e4925d
OB
197102013-10-30 Ondřej Bílka <neleai@seznam.cz>
19711
19712 [BZ #11087]
19713 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19714 (munmap_chunk): Likewise.
19715 (mremap_chunk): Likewise.
19716
197172013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 19718
8a43e768 19719 [BZ #15799]
bbea82f7
OB
19720 * stdlib/div.c (div): Remove obsolete code.
19721 * stdlib/ldiv.c (ldiv): Likewise.
19722 * stdlib/lldiv.c (lldiv): Likewise.
19723
977f4b31
SP
197242013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
19725
19726 [BZ #16071]
19727 * nss/nss_files/files-XXX.c (get_contents_ret): New
19728 enumerator.
19729 (get_contents): New function.
19730 (internal_getent): Use it. Expand size of LINEBUFLEN.
19731
cb8a6dbd
MF
197322013-10-30 Mike Frysinger <vapier@gentoo.org>
19733
19734 * configure.in: Moved to ...
19735 * configure.ac: ... here. Change reference to configure.in
19736 to configure.ac.
19737 * sysdeps/arm/preconfigure.ac: ... here.
19738 configure.in to configure.ac.
19739 * sysdeps/gnu/configure.in: Moved to ...
19740 * sysdeps/gnu/configure.ac: ... here.
19741 * sysdeps/i386/configure.in: Moved to ...
19742 * sysdeps/i386/configure.ac: ... here.
19743 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19744 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19745 * sysdeps/mach/configure.in: Moved to ...
19746 * sysdeps/mach/configure.ac: ... here.
19747 * sysdeps/mach/hurd/configure.in: Moved to ...
19748 * sysdeps/mach/hurd/configure.ac: ... here.
19749 * sysdeps/powerpc/configure.in: Moved to ...
19750 * sysdeps/powerpc/configure.ac: ... here.
19751 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19752 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19753 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19754 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19755 * sysdeps/s390/s390-32/configure.in: Moved to ...
19756 * sysdeps/s390/s390-32/configure.ac: ... here.
19757 * sysdeps/s390/s390-64/configure.in: Moved to ...
19758 * sysdeps/s390/s390-64/configure.ac: ... here.
19759 * sysdeps/sh/configure.in: Moved to ...
19760 * sysdeps/sh/configure.ac: ... here.
19761 * sysdeps/sparc/configure.in: Moved to ...
19762 * sysdeps/sparc/configure.ac: ... here.
19763 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19764 * sysdeps/unix/sysv/linux/configure.ac: ... here.
19765 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19766 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19767 * sysdeps/x86_64/configure.in: Moved to ...
19768 * sysdeps/x86_64/configure.ac: ... here.
19769 * sysdeps/x86_64/preconfigure.in: Moved to ...
19770 * sysdeps/x86_64/preconfigure.ac: ... here.
19771 * aclocal.m4: Change reference to configure.in to configure.ac.
19772 * config.h.in: Likewise.
19773 * manual/install.texi: Likewise.
19774 * manual/maint.texi: Likewise.
19775 * Makefile: Likewise.
19776 * malloc/Makefile: Likewise.
19777 * nscd/Makefile: Likewise.
19778 * Makeconfig: Change reference to configure.in and
19779 preconfigure.in to configure.ac and preconfigure.ac
19780 respectively.
19781 * INSTALL: Regenerated.
19782 * configure: Likewise.
19783 * sysdeps/gnu/configure: Likewise.
19784 * sysdeps/i386/configure: Likewise.
19785 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19786 * sysdeps/mach/configure: Likewise.
19787 * sysdeps/mach/hurd/configure: Likewise.
19788 * sysdeps/powerpc/configure: Likewise.
19789 * sysdeps/powerpc/powerpc32/configure: Likewise.
19790 * sysdeps/powerpc/powerpc64/configure: Likewise.
19791 * sysdeps/s390/s390-32/configure: Likewise.
19792 * sysdeps/s390/s390-64/configure: Likewise.
19793 * sysdeps/sh/configure: Likewise.
19794 * sysdeps/sparc/configure: Likewise.
19795 * sysdeps/unix/sysv/linux/configure: Likewise.
19796 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19797 * sysdeps/x86_64/configure: Likewise.
19798 * sysdeps/x86_64/preconfigure: Likewise.
19799
36a4953a
AS
198002013-10-29 Andreas Schwab <schwab@suse.de>
19801
19802 * stdio-common/Makefile (tst-swscanf-ENV): Define.
19803
c79a1204
SP
198042013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19805
dfa1b402
SP
19806 * benchtests/pow-inputs: Add new inputs.
19807
54f73d9c
SP
19808 * benchtests/exp-inputs: Add new inputs.
19809
c79a1204
SP
19810 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19811 conditional check for return value.
19812 (__cos32): Likewise.
19813
67beb545 198142013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
19815
19816 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19817 to provide a boost for large inputs with word alignment.
19818 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19819 implementation based on optimized PPC64 strcpy.
19820 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19821 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19822 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19823 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19824
151659f6
OB
198252013-10-25 Ondřej Bílka <neleai@seznam.cz>
19826
482a077e 19827 [BZ #2801]
151659f6
OB
19828 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19829
10b0f26b
OB
198302013-10-25 Ondřej Bílka <neleai@seznam.cz>
19831
19832 [BZ #14876]
19833 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19834 * time/tst-strptime.c (day_tests): Add testcase.
19835
ca42d35e
OB
198362013-10-25 Ondřej Bílka <neleai@seznam.cz>
19837
482a077e 19838 [BZ #14029]
ca42d35e
OB
19839 * manual/pattern.texi: Acknowledge that fnmatch can fail.
19840
52e6d801
FB
198412013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
19842
19843 [BZ #16074]
19844 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19845 MAP_FAILED on error.
19846
7cbcdb36
SP
198472013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19848
19849 [BZ #16072]
19850 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19851 heap for large requests.
19852
894f3f10
AM
198532013-10-25 Aurelien Jarno <aurelien@aurel32.net>
19854
19855 [BZ #9954]
19856 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19857 result if the result has no associated interface.
19858 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19859 interface for all 127.X.Y.Z addresses.
19860
b85545a6
CL
198612013-10-24 Chris Leonard <cjl@sugarlabs.org>
19862
19863 * locale/iso-639.def: Add Ligurian (lij)
19864
d1f23d46
OB
198652013-10-21 Ondřej Bílka <neleai@seznam.cz>
19866
19867 [BZ #15825]
19868 * sunrpc/rpc_main.c: Document rpcgen -5.
19869
4db5b08f
MS
198702013-10-19 Michael Stahl <mstahl@redhat.com>
19871
19872 * elf/rtld.c (do_preload): Print the reason why preloading failed.
19873
a471e96a
OB
198742013-10-19 Ondřej Bílka <neleai@seznam.cz>
19875
d1f23d46 19876 [BZ #10278]
a471e96a
OB
19877 * posix/glob.c: Match only directories when trailing slash is present.
19878 * posix/tst-gnuglob.c (my_opendir): Do not open files.
19879 (main): Add testcase.
19880
45c30c61
OB
198812013-10-19 Ondřej Bílka <neleai@seznam.cz>
19882
19883 [BZ #15670]
19884 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19885
484c12fb
CD
198862013-10-18 Carlos O'Donell <carlos@redhat.com>
19887
3d7dc513
CD
19888 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19889 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19890 AUTH_DES and cindex for FIPS 140-2.
19891 (DES Encryption): Add cindex FIPS 46-3.
19892
484c12fb
CD
19893 * locale/locarchive.h (struct locarhandle): Add fname.
19894 * locale/programs/localedef.c (main): Pass ARGV[remaining]
19895 if an optional argument was specified to --list-archive,
19896 otherwise NULL.
19897 * locale/programs/locarchive.c (show_archive_content): Take new
19898 argument fname and pass it via ah.fname to open_archive.
19899 * locale/programs/localedef.h: Update decl.
19900 (open_archive): If AH->fname is non-null, open that file
19901 rather than the default file name, and don't ignore ENOENT.
19902 (create_archive): Set AH.fname to NULL.
19903 (delete_locales_from_archive): Likewise.
19904 (add_locales_to_archive): Likewise.
19905 * locale/programs/locfile.c (write_all_categories): Likewise.
19906
3c8325fb
JM
199072013-10-18 Joseph Myers <joseph@codesourcery.com>
19908 Aldy Hernandez <aldyh@redhat.com>
19909
19910 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19911 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19912 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19913 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19914 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19915 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19916 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19917 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19918 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19919 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19920 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19921 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19922 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19923 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19924 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19925 Likewise.
19926 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19927 Likewise.
19928 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19929 Likewise.
19930 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19931 Likewise.
19932 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19933 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19934 Likewise.
19935 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19936 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19937 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19938 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19939 Likewise.
19940 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19941 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19942 * sysdeps/powerpc/preconfigure: Likewise.
19943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19944 Likewise.
19945 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19946 Replace contents of file by #include of <fenv_libc.h>.
19947 * sysdeps/powerpc/soft-fp/sfp-machine.h
19948 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19949 and <sys/prctl.h>.
19950 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19951 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19952 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19953 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19954 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19955 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19956 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19957 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19958 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19959 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19960 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19961 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19962 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19963 Allow copysignl PLT reference to be missing.
19964
5abe0682
RS
199652013-10-18 Richard Sandiford <richard@codesourcery.com>
19966 Joseph Myers <joseph@codesourcery.com
19967
19968 [BZ #15948]
19969 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19970 single character.
19971 (add_to_tablewc): Assert sequence of wide characters is nonempty.
19972
c7738d08
SP
199732013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
19974
19975 * elf/tst-tls-dlinfo.c: Don't include tls.h.
19976 * elf/tst-tls1.c: Likewise.
19977 * elf/tst-tls10.h: Likewise.
19978 * elf/tst-tls14.c: Likewise.
19979 * elf/tst-tls2.c: Likewise.
19980 * elf/tst-tls3.c: Likewise.
19981 * elf/tst-tls4.c: Likewise.
19982 * elf/tst-tls5.c: Likewise.
19983 * elf/tst-tls6.c: Likewise.
19984 * elf/tst-tls7.c: Likewise.
19985 * elf/tst-tls8.c: Likewise.
19986 * elf/tst-tls9.c: Likewise.
19987 * elf/tst-tlsmod1.c: Likewise.
19988 * elf/tst-tlsmod13.c: Likewise.
19989 * elf/tst-tlsmod13a.c: Likewise.
19990 * elf/tst-tlsmod14a.c: Likewise.
19991 * elf/tst-tlsmod16a.c: Likewise.
19992 * elf/tst-tlsmod16b.c: Likewise.
19993 * elf/tst-tlsmod2.c: Likewise.
19994 * elf/tst-tlsmod3.c: Likewise.
19995 * elf/tst-tlsmod4.c: Likewise.
19996 * elf/tst-tlsmod5.c: Likewise.
19997 * elf/tst-tlsmod6.c: Likewise.
19998
0bfcf2c7
OB
199992013-10-18 Ondřej Bílka <neleai@seznam.cz>
20000
20001 [BZ #12486]
20002 * malloc/malloc.c: remove checks for statistics.
20003
264aad1e
OB
200042013-10-17 Ondřej Bílka <neleai@seznam.cz>
20005
20006 [BZ #15277]
20007 * inet/inet_net.c (inet_network): Detect additional invalid strings.
20008 * inet/tst-network.c: Add testcase.
20009
b957ced8
AS
200102013-10-17 Andreas Schwab <schwab@suse.de>
20011
20012 [BZ #15218]
20013 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20014 to determine canonical name.
20015
c5d5d574
OB
200162013-10-17 Ondřej Bílka <neleai@seznam.cz>
20017
20018 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20019 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20020 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20021 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20022 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20023 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20024 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20025 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20026 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20027 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20028 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20029 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20030 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20031 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20032 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20033 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20034 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20035 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20036 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20037 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20038 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20039 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20040 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20041 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20042 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20043 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20044 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20045 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20046 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20047 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20048 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20049 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20050 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20051 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20052 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20053 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20054 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20055 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20056 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20057 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20058 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20059 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20060 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20061 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20062 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20063 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20064 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20065 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20066 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20067 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20068 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20069 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20070 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20071 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20072 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20073 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20074 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20075 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20076
e5c2c2d0
JM
200772013-10-17 Joseph Myers <joseph@codesourcery.com>
20078
20079 [BZ #16041]
20080 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20081 make result into a quiet NaN.
20082
51ca9e29
JM
200832013-10-16 Joseph Myers <joseph@codesourcery.com>
20084
20085 * soft-fp/adddf3.c: Fix horizontal whitespace.
20086 * soft-fp/addsf3.c: Likewise.
20087 * soft-fp/addtf3.c: Likewise.
20088 * soft-fp/divdf3.c: Likewise.
20089 * soft-fp/divsf3.c: Likewise.
20090 * soft-fp/divtf3.c: Likewise.
20091 * soft-fp/double.h: Likewise.
20092 * soft-fp/eqdf2.c: Likewise.
20093 * soft-fp/eqsf2.c: Likewise.
20094 * soft-fp/eqtf2.c: Likewise.
20095 * soft-fp/extenddftf2.c: Likewise.
20096 * soft-fp/extended.h: Likewise.
20097 * soft-fp/extendsfdf2.c: Likewise.
20098 * soft-fp/extendsftf2.c: Likewise.
20099 * soft-fp/extendxftf2.c: Likewise.
20100 * soft-fp/fixdfdi.c: Likewise.
20101 * soft-fp/fixdfsi.c: Likewise.
20102 * soft-fp/fixdfti.c: Likewise.
20103 * soft-fp/fixsfdi.c: Likewise.
20104 * soft-fp/fixsfsi.c: Likewise.
20105 * soft-fp/fixsfti.c: Likewise.
20106 * soft-fp/fixtfdi.c: Likewise.
20107 * soft-fp/fixtfsi.c: Likewise.
20108 * soft-fp/fixtfti.c: Likewise.
20109 * soft-fp/fixunsdfdi.c: Likewise.
20110 * soft-fp/fixunsdfsi.c: Likewise.
20111 * soft-fp/fixunsdfti.c: Likewise.
20112 * soft-fp/fixunssfdi.c: Likewise.
20113 * soft-fp/fixunssfsi.c: Likewise.
20114 * soft-fp/fixunssfti.c: Likewise.
20115 * soft-fp/fixunstfdi.c: Likewise.
20116 * soft-fp/fixunstfsi.c: Likewise.
20117 * soft-fp/fixunstfti.c: Likewise.
20118 * soft-fp/floatdidf.c: Likewise.
20119 * soft-fp/floatdisf.c: Likewise.
20120 * soft-fp/floatditf.c: Likewise.
20121 * soft-fp/floatsidf.c: Likewise.
20122 * soft-fp/floatsisf.c: Likewise.
20123 * soft-fp/floatsitf.c: Likewise.
20124 * soft-fp/floattidf.c: Likewise.
20125 * soft-fp/floattisf.c: Likewise.
20126 * soft-fp/floattitf.c: Likewise.
20127 * soft-fp/floatundidf.c: Likewise.
20128 * soft-fp/floatundisf.c: Likewise.
20129 * soft-fp/floatunditf.c: Likewise.
20130 * soft-fp/floatunsidf.c: Likewise.
20131 * soft-fp/floatunsisf.c: Likewise.
20132 * soft-fp/floatunsitf.c: Likewise.
20133 * soft-fp/floatuntidf.c: Likewise.
20134 * soft-fp/floatuntisf.c: Likewise.
20135 * soft-fp/floatuntitf.c: Likewise.
20136 * soft-fp/fmadf4.c: Likewise.
20137 * soft-fp/fmasf4.c: Likewise.
20138 * soft-fp/fmatf4.c: Likewise.
20139 * soft-fp/gedf2.c: Likewise.
20140 * soft-fp/gesf2.c: Likewise.
20141 * soft-fp/getf2.c: Likewise.
20142 * soft-fp/ledf2.c: Likewise.
20143 * soft-fp/lesf2.c: Likewise.
20144 * soft-fp/letf2.c: Likewise.
20145 * soft-fp/muldf3.c: Likewise.
20146 * soft-fp/mulsf3.c: Likewise.
20147 * soft-fp/multf3.c: Likewise.
20148 * soft-fp/negdf2.c: Likewise.
20149 * soft-fp/negsf2.c: Likewise.
20150 * soft-fp/negtf2.c: Likewise.
20151 * soft-fp/op-1.h: Likewise.
20152 * soft-fp/op-2.h: Likewise.
20153 * soft-fp/op-4.h: Likewise.
20154 * soft-fp/op-8.h: Likewise.
20155 * soft-fp/op-common.h: Likewise.
20156 * soft-fp/quad.h: Likewise.
20157 * soft-fp/single.h: Likewise.
20158 * soft-fp/soft-fp.h: Likewise.
20159 * soft-fp/sqrtdf2.c: Likewise.
20160 * soft-fp/sqrtsf2.c: Likewise.
20161 * soft-fp/sqrttf2.c: Likewise.
20162 * soft-fp/subdf3.c: Likewise.
20163 * soft-fp/subsf3.c: Likewise.
20164 * soft-fp/subtf3.c: Likewise.
20165 * soft-fp/truncdfsf2.c: Likewise.
20166 * soft-fp/trunctfdf2.c: Likewise.
20167 * soft-fp/trunctfsf2.c: Likewise.
20168 * soft-fp/trunctfxf2.c: Likewise.
20169 * soft-fp/unorddf2.c: Likewise.
20170 * soft-fp/unordsf2.c: Likewise.
20171 * soft-fp/unordtf2.c: Likewise.
20172
9ebb0332
JM
201732013-10-15 Joseph Myers <joseph@codesourcery.com>
20174
20175 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20176 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20177
4b1a6d8b
OB
201782013-10-15 Ondřej Bílka <neleai@seznam.cz>
20179
20180 * elf/dl-libc.c: Clear initfini list after freeing.
20181
1e145589
JM
201822013-10-14 Joseph Myers <joseph@codesourcery.com>
20183
20184 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20185 * soft-fp/addsf3.c: Likewise.
20186 * soft-fp/addtf3.c: Likewise.
20187 * soft-fp/divdf3.c: Likewise.
20188 * soft-fp/divsf3.c: Likewise.
20189 * soft-fp/divtf3.c: Likewise.
20190 * soft-fp/double.h: Likewise.
20191 * soft-fp/eqdf2.c: Likewise.
20192 * soft-fp/eqsf2.c: Likewise.
20193 * soft-fp/eqtf2.c: Likewise.
20194 * soft-fp/extenddftf2.c: Likewise.
20195 * soft-fp/extended.h: Likewise.
20196 * soft-fp/extendsfdf2.c: Likewise.
20197 * soft-fp/extendsftf2.c: Likewise.
20198 * soft-fp/extendxftf2.c: Likewise.
20199 * soft-fp/fixdfdi.c: Likewise.
20200 * soft-fp/fixdfsi.c: Likewise.
20201 * soft-fp/fixdfti.c: Likewise.
20202 * soft-fp/fixsfdi.c: Likewise.
20203 * soft-fp/fixsfsi.c: Likewise.
20204 * soft-fp/fixsfti.c: Likewise.
20205 * soft-fp/fixtfdi.c: Likewise.
20206 * soft-fp/fixtfsi.c: Likewise.
20207 * soft-fp/fixtfti.c: Likewise.
20208 * soft-fp/fixunsdfdi.c: Likewise.
20209 * soft-fp/fixunsdfsi.c: Likewise.
20210 * soft-fp/fixunsdfti.c: Likewise.
20211 * soft-fp/fixunssfdi.c: Likewise.
20212 * soft-fp/fixunssfsi.c: Likewise.
20213 * soft-fp/fixunssfti.c: Likewise.
20214 * soft-fp/fixunstfdi.c: Likewise.
20215 * soft-fp/fixunstfsi.c: Likewise.
20216 * soft-fp/fixunstfti.c: Likewise.
20217 * soft-fp/floatdidf.c: Likewise.
20218 * soft-fp/floatdisf.c: Likewise.
20219 * soft-fp/floatditf.c: Likewise.
20220 * soft-fp/floatsidf.c: Likewise.
20221 * soft-fp/floatsisf.c: Likewise.
20222 * soft-fp/floatsitf.c: Likewise.
20223 * soft-fp/floattidf.c: Likewise.
20224 * soft-fp/floattisf.c: Likewise.
20225 * soft-fp/floattitf.c: Likewise.
20226 * soft-fp/floatundidf.c: Likewise.
20227 * soft-fp/floatundisf.c: Likewise.
20228 * soft-fp/floatunsidf.c: Likewise.
20229 * soft-fp/floatunsisf.c: Likewise.
20230 * soft-fp/floatuntidf.c: Likewise.
20231 * soft-fp/floatuntisf.c: Likewise.
20232 * soft-fp/floatuntitf.c: Likewise.
20233 * soft-fp/fmadf4.c: Likewise.
20234 * soft-fp/fmasf4.c: Likewise.
20235 * soft-fp/fmatf4.c: Likewise.
20236 * soft-fp/gedf2.c: Likewise.
20237 * soft-fp/gesf2.c: Likewise.
20238 * soft-fp/getf2.c: Likewise.
20239 * soft-fp/ledf2.c: Likewise.
20240 * soft-fp/lesf2.c: Likewise.
20241 * soft-fp/letf2.c: Likewise.
20242 * soft-fp/muldf3.c: Likewise.
20243 * soft-fp/mulsf3.c: Likewise.
20244 * soft-fp/multf3.c: Likewise.
20245 * soft-fp/negdf2.c: Likewise.
20246 * soft-fp/negsf2.c: Likewise.
20247 * soft-fp/negtf2.c: Likewise.
20248 * soft-fp/op-1.h: Likewise.
20249 * soft-fp/op-2.h: Likewise.
20250 * soft-fp/op-4.h: Likewise.
20251 * soft-fp/op-8.h: Likewise.
20252 * soft-fp/op-common.h: Likewise.
20253 * soft-fp/quad.h: Likewise.
20254 * soft-fp/single.h: Likewise.
20255 * soft-fp/soft-fp.h: Likewise.
20256 * soft-fp/sqrtdf2.c: Likewise.
20257 * soft-fp/sqrtsf2.c: Likewise.
20258 * soft-fp/sqrttf2.c: Likewise.
20259 * soft-fp/subdf3.c: Likewise.
20260 * soft-fp/subsf3.c: Likewise.
20261 * soft-fp/subtf3.c: Likewise.
20262 * soft-fp/truncdfsf2.c: Likewise.
20263 * soft-fp/trunctfdf2.c: Likewise.
20264 * soft-fp/trunctfsf2.c: Likewise.
20265 * soft-fp/trunctfxf2.c: Likewise.
20266 * soft-fp/unorddf2.c: Likewise.
20267 * soft-fp/unordsf2.c: Likewise.
20268 * soft-fp/unordtf2.c: Likewise.
20269
17c48a60
OB
202702013-10-14 Ondřej Bílka <neleai@seznam.cz>
20271
20272 [BZ #15672]
20273 * misc/error.c (error_tail): Fix possible buffer overflow.
20274
cabba934
OB
202752013-10-14 Aurelien Jarno <aurelien@aurel32.net>
20276
20277 [BZ #13028]
20278 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20279 address.
20280
94bf958a
PM
202812013-10-14 P. J. McDermott <pj@pehjota.net>
20282
20283 [BZ #832]
20284 * elf/ldd.bash.in (try_trace): New function. Delete previous code
20285 testing pipefail option.
20286
71b4dea7
JM
202872013-10-12 Joseph Myers <joseph@codesourcery.com>
20288
20289 * soft-fp/double.h: Indent preprocessor directives inside #if.
20290 * soft-fp/extended.h: Likewise.
20291 * soft-fp/op-2.h: Likewise.
20292 * soft-fp/op-4.h: Likewise.
20293 * soft-fp/op-common.h: Likewise.
20294 * soft-fp/quad.h: Likewise.
20295 * soft-fp/single.h: Likewise.
20296 * soft-fp/soft-fp.h: Likewise.
20297
55602758
YC
202982013-10-12 Yuri Chornoivan <yurchor@ukr.net>
20299
20300 * iconv/iconv_prog.c: Fix typos.
20301 * stdio-common/psiginfo-data.h: Likewise.
20302
9cd83302
RT
203032013-10-12 Reuben Thomas <rrt@sc3d.org>
20304
20305 [BZ #15764]
20306 * locale/setlocale.c: Fix typo.
20307
99fd9f47
JM
203082013-10-12 Joseph Myers <joseph@codesourcery.com>
20309
b7ea74f0
JM
20310 [BZ #16036]
20311 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20312 signaling NaN arguments.
20313 * soft-fp/unordsf2.c (__unordsf2): Likewise.
20314 * soft-fp/unordtf2.c (__unordtf2): Likewise.
20315
8a509447
JM
20316 [BZ #14910]
20317 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20318 unordered operands.
20319 * soft-fp/gesf2.c (__gesf2): Likewise.
20320 * soft-fp/getf2.c (__getf2): Likewise.
20321 * soft-fp/ledf2.c (__ledf2): Likewise.
20322 * soft-fp/lesf2.c (__lesf2): Likewise.
20323 * soft-fp/letf2.c (__letf2): Likewise.
20324
98998e9f
JM
20325 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20326 * soft-fp/eqsf2.c (__eqsf2): Likewise.
20327 * soft-fp/eqtf2.c (__eqtf2): Likewise.
20328 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20329 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20330 * soft-fp/fixdfti.c (__fixdfti): Likewise.
20331 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20332 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20333 * soft-fp/fixsfti.c (__fixsfti): Likewise.
20334 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20335 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20336 * soft-fp/fixtfti.c (__fixtfti): Likewise.
20337 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20338 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20339 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20340 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20341 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20342 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20343 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20344 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20345 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20346 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20347 * soft-fp/floatdisf.c (__floatdisf): Likewise.
20348 * soft-fp/floatsisf.c (__floatsisf): Likewise.
20349 * soft-fp/floattidf.c (__floattidf): Likewise.
20350 * soft-fp/floattisf.c (__floattisf): Likewise.
20351 * soft-fp/floattitf.c (__floattitf): Likewise.
20352 * soft-fp/floatundidf.c (__floatundidf): Likewise.
20353 * soft-fp/floatundisf.c (__floatundisf): Likewise.
20354 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20355 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20356 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20357 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20358 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20359 * soft-fp/gesf2.c (__gesf2): Likewise.
20360 * soft-fp/getf2.c (__getf2): Likewise.
20361 * soft-fp/ledf2.c (__ledf2): Likewise.
20362 * soft-fp/lesf2.c (__lesf2): Likewise.
20363 * soft-fp/letf2.c (__letf2): Likewise.
20364
8edc4a11
JM
20365 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20366 Undefine and redefine.
20367 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20368 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20369 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20370 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20371 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20372 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20373 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20374 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20375 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20376 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20377 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20378 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20379 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20380 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20381 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20382
8399acaf
JM
20383 [BZ #16032]
20384 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20385 without decrementing exponent if mantissa >= that for the
20386 denominator, not >.
20387 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20388 denominator, not >. Decrement exponent in < case instead of
20389 incrementing in >= case.
20390 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20391 without decrementing exponent if mantissa >= that for the
20392 denominator, not >.
20393
99fd9f47
JM
20394 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20395 computing saturated result for unsigned overflow.
20396
10e1cf6b
SP
203972013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20398 Jeff Law <law@redhat.com>
20399
20400 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20401 (atan2Mp): Add systemtap probe marker.
20402 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20403 (__ieee754_log): Add systemtap probe marker.
20404 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20405 (atanMp): Add systemtap probe marker.
20406 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20407 (tanMp): Add systemtap probe marker.
20408 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20409 (__slowexp): Add systemtap probe marker.
20410 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20411 (__slowpow): Add systemtap probe marker.
20412 * manual/probes.texi: Document probes.
20413
3d110c7c
EB
204142013-10-11 Eric Biggers <ebiggers3@gmail.com>
20415
20416 [BZ #15362]
20417 * libio/fileops.c (_IO_new_file_write): Return count of bytes
20418 written.
20419 (_IO_new_file_xsputn): Don't return EOF if nothing has been
20420 written.
20421 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20422 written to buffer but not flushed.
20423 * libio/iofwrite_u.c: Likewise.
20424 * libio/iopadn.c: Return bytes returned even if EOF was
20425 encountered.
20426 * libio/iowpadn.c: Likewise.
20427 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20428 if _IO_padn does not write the whole buffer.
20429 [!COMPILE_WPRINTF] (PAD): Likewise.
20430
75b4202a
DM
204312013-10-10 David S. Miller <davem@davemloft.net>
20432
20433 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20434 directory block.
20435
6c6352e6
JM
204362013-10-10 Joseph Myers <joseph@codesourcery.com>
20437
33b853c3
JM
20438 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
20439 instead of FSF address.
20440 * soft-fp/fixdfti.c: Likewise.
20441 * soft-fp/fixsfti.c: Likewise.
20442 * soft-fp/fixtfti.c: Likewise.
20443 * soft-fp/fixunsdfti.c: Likewise.
20444 * soft-fp/fixunssfti.c: Likewise.
20445 * soft-fp/fixunstfti.c: Likewise.
20446 * soft-fp/floattidf.c: Likewise.
20447 * soft-fp/floattisf.c: Likewise.
20448 * soft-fp/floattitf.c: Likewise.
20449 * soft-fp/floatuntidf.c: Likewise.
20450 * soft-fp/floatuntisf.c: Likewise.
20451 * soft-fp/floatuntitf.c: Likewise.
20452 * soft-fp/trunctfxf2.c: Likewise.
20453
6c6352e6
JM
20454 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
20455 * soft-fp/fixdfti.c: Likewise.
20456 * soft-fp/fixsfti.c: Likewise.
20457 * soft-fp/fixtfti.c: Likewise.
20458 * soft-fp/fixunsdfti.c: Likewise.
20459 * soft-fp/fixunssfti.c: Likewise.
20460 * soft-fp/fixunstfti.c: Likewise.
20461 * soft-fp/floattidf.c: Likewise.
20462 * soft-fp/floattisf.c: Likewise.
20463 * soft-fp/floattitf.c: Likewise.
20464 * soft-fp/floatuntidf.c: Likewise.
20465 * soft-fp/floatuntisf.c: Likewise.
20466 * soft-fp/floatuntitf.c: Likewise.
20467 * soft-fp/trunctfxf2.c: Likewise.
20468
3bf78b71
DM
204692013-10-10 David S. Miller <davem@davemloft.net>
20470
20471 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20472
6f10289e
JM
204732013-10-10 Joseph Myers <joseph@codsourcery.com>
20474
bd878fc0
JM
20475 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20476 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20477 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20478 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20479 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20480 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20481 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20482
6f10289e
JM
20483 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20484 for NaNs before doing comparisons on argument.
20485 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20486 Likewise.
20487
321e2684
WN
204882013-10-10 Will Newton <will.newton@linaro.org>
20489
20490 * malloc/hooks.c (memalign_check): Ensure the value of bytes
20491 passed to _int_memalign does not overflow.
20492
40fefba1
TR
204932013-10-10 Torvald Riegel <triegel@redhat.com>
20494
20495 * scripts/bench.pl: Add include-sources directive.
20496 * benchtests/README: Update documentation.
20497
2ae21ed2
JM
204982013-10-10 Joseph Myers <joseph@codesourcery.com>
20499
dcc2dd3f
JM
20500 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20501 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20502 instead of FP_INIT_ROUNDMODE.
20503 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20504 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20505
2ae21ed2
JM
20506 [BZ #16034]
20507 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
20508 copy class of input value.
20509 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
20510 not handle exceptions.
20511 * soft-fp/negsf2.c (__negsf2): Likewise.
20512 * soft-fp/negtf2.c (__negtf2): Likewise.
20513 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20514
cb8f9562
JM
205152013-10-09 Joseph Myers <joseph@codesourcery.com>
20516
20517 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20518 semicolon. From Linux kernel.
20519
5b60c59d
AB
205202013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
20521
20522 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20523
b86835ca
YC
205242013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
20525
20526 [BZ #156]
20527 * manual/socket.texi: Added statement about buffer
20528 for gethostbyname2_r.
20529
e7044ea7
OB
205302013-10-08 Ondřej Bílka <neleai@seznam.cz>
20531
20532 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20533 Use .p2align directive instead, throughout.
20534 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20535 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20536 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20537 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20538 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20539 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20540 * sysdeps/x86_64/strchr.S: Likewise.
20541 * sysdeps/x86_64/strrchr.S: Likewise.
20542
09544cbc
SP
205432013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
20544
88576635
SP
20545 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20546
e7b2d1dd
SP
20547 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20548
09544cbc
SP
20549 * sysdeps/generic/math_private.h (__mpsin1): Remove
20550 declaration.
20551 (__mpcos1): Likewise.
20552 (__mpsin): New argument __range_reduce.
20553 (__mpcos): Likewise.
20554 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20555 (slow): Use __mpsin and __mpcos.
20556 (slow1): Likewise.
20557 (slow2): Likewise.
20558 (sloww): Likewise.
20559 (sloww1): Likewise.
20560 (sloww2): Likewise.
20561 (bsloww): Likewise.
20562 (bsloww1): Likewise.
20563 (bsloww2): Likewise.
20564 (cslow2): Likewise.
20565 (csloww): Likewise.
20566 (csloww1): Likewise.
20567 (csloww2): Likewise.
20568 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20569 range_reduce. Merge in __mpsin1.
20570 (__mpcos): Likewise.
20571 (__mpsin1): Remove.
20572 (__mpcos1): Likewise.
20573
7602d070
JM
205742013-10-07 Joseph Myers <joseph@codesourcery.com>
20575
20576 * locale/loadlocale.c (_nl_intern_locale_data): Use
20577 LOCFILE_ALIGNED_P.
20578 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20579 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20580 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20581 obstack data is appropriately aligned.
20582 (obstack_int32_grow_fast): Likewise.
20583 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20584 * locale/programs/locfile.c (add_locale_uint32): Likewise.
20585 (add_locale_uint32_array): Likewise.
20586
a357259b
SP
205872013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
20588
20589 * benchtests/Makefile: Remove ARGLIST and RET variables.
20590 ($(objpfx)bench-%.c): Pass only function name to the script.
20591 * benchtests/README: Update documentation.
20592 * benchtests/acos-inputs: Add new directives.
20593 * benchtests/acosh-inputs: Likewise.
20594 * benchtests/asin-inputs: Likewise.
20595 * benchtests/asinh-inputs: Likewise.
20596 * benchtests/atan-inputs: Likewise.
20597 * benchtests/atanh-inputs: Likewise.
20598 * benchtests/cos-inputs: Likewise.
20599 * benchtests/cosh-inputs: Likewise.
20600 * benchtests/exp-inputs: Likewise.
20601 * benchtests/log-inputs: Likewise.
20602 * benchtests/pow-inputs: Likewise.
20603 * benchtests/rint-inputs: Likewise.
20604 * benchtests/sin-inputs: Likewise.
20605 * benchtests/sinh-inputs: Likewise.
20606 * benchtests/tan-inputs: Likewise.
20607 * benchtests/tanh-inputs: Likewise.
20608 * scripts/bench.pl: Add support for new directives.
20609
9ec1b13d
AM
206102013-10-07 Alan Modra <amodra@gmail.com>
20611
20612 * README: Fix careless merge.
20613
8b7d57cd
AM
206142013-10-05 Alan Modra <amodra@gmail.com>
20615
20616 * NEWS: Mention powerpc64le support and bugs fixed.
20617 * README: Both big-endian and little-endian powerpc64 supported.
20618
7b7bab13
ST
206192013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
20620
57f41c40
AS
20621 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20622 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
20623 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20624 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20625
d39baad1
RA
206262013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
20627
20628 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20629 match prototype.
20630
cd78f7e7
JM
206312013-10-04 Joseph Myers <joseph@codesourcery.com>
20632
29d73d86
JM
20633 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20634 Move -mhard-float appending from
20635 ports/sysdeps/powerpc/powerpc32/Makefile.
20636 [$(with-fp) = yes] (ASFLAGS): Likewise.
20637 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20638 * sysdeps/powerpc/nofpu: Move directory from
20639 ports/sysdeps/powerpc/nofpu.
20640 * sysdeps/powerpc/soft-fp: Move directory from
20641 ports/sysdeps/powerpc/soft-fp.
20642 * sysdeps/powerpc/powerpc32/405: Move directory from
20643 ports/sysdeps/powerpc/powerpc32/405.
20644 * sysdeps/powerpc/powerpc32/440: Move directory from
20645 ports/sysdeps/powerpc/powerpc32/440.
20646 * sysdeps/powerpc/powerpc32/464: Move directory from
20647 ports/sysdeps/powerpc/powerpc32/464.
20648 * sysdeps/powerpc/powerpc32/476: Move directory from
20649 ports/sysdeps/powerpc/powerpc32/476.
20650 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20651 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20653 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20654 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20655 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20656 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20657 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20658 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20659 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20660 * README: Update for powerpc-*-linux-gnu software floating point
20661 support in libc.
20662
e246b347
JM
20663 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20664 case to powerpc/powerpc32*.
20665 * sysdeps/unix/sysv/linux/configure: Regenerated.
20666
89c2003e
JM
20667 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20668 (_FPU_MASK_OM): Define as 0x04.
20669 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20670 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20671 0x00c10080.
20672 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20673 0x0000003c.
20674 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20675
cd78f7e7
JM
20676 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20677 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20678 getcontext_e500.
20679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20680 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20681 setcontext_e500.
20682 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20683 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20684 and setcontext_e500.
20685
c755294d
CL
206862013-10-04 Chris Leonard <cjl@sugarlabs,.org>
20687
20688 * locale/iso-3166.def: Update iso-1366.def and related occurrences
20689
e16d221c
SP
206902013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20691
20692 * manual/threads.texi (Default Thread Attributes): Fix typo.
20693
215c7d43
WN
206942013-10-04 Will Newton <will.newton@linaro.org>
20695
20696 * malloc/Makefile: Add tst-memalign.
20697 * malloc/tst-memalign.c: New file.
20698
27d0461b
WN
20699 * malloc/tst-posix_memalign.c: Add comments.
20700 (do_test): Add comments and call free on all potentially
20701 allocated pointers. Add space after cast.
20702
1bc92709
WN
20703 * malloc/tst-pvalloc.c: Add comments.
20704 (do_test): Add comments and call free on all potentially
20705 allocated pointers. Remove duplicate check for NULL pointer.
20706 Add space after cast.
20707
66a9be9d
WN
20708 * malloc/tst-valloc.c: Add comments.
20709 (do_test): Add comments and call free on all potentially
20710 allocated pointers. Remove duplicate check for NULL pointer.
20711 Add space after cast.
20712
4cb81307
AM
207132013-10-04 Alan Modra <amodra@gmail.com>
20714
20715 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20716 Use stdint types in rather than __attribute__((mode())).
20717 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20718
f8e3e9f3
AM
207192013-10-04 Alan Modra <amodra@gmail.com>
20720
20721 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20722 Correct handling of unaligned relocs for little-endian.
20723 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20724
8f9ebb08
AM
207252013-10-04 Alan Modra <amodra@gmail.com>
20726
20727 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20728 * configure: Regenerate.
20729 * nptl/shlib-versions: Powerpc*le starts at 2.18.
20730 * shlib-versions: Likewise.
20731
0edf96c2
AM
207322013-10-04 Alan Modra <amodra@gmail.com>
20733
20734 * string/tester.c (test_memrchr): Increment reported test cycle.
20735
e0f7a380
AM
207362013-10-04 Alan Modra <amodra@gmail.com>
20737
20738 * string/test-memcpy.c (do_one_test): When reporting errors, print
20739 string address and don't overrun end of string.
20740
466b0393
AM
207412013-10-04 Alan Modra <amodra@gmail.com>
20742
20743 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20744 insrdi. Make better use of reg selection to speed exit slightly.
20745 Schedule entry path a little better. Remove useless "are we done"
20746 checks on entry to main loop. Handle wrapping around zero address.
20747 Correct main loop count. Handle single left-over word from main
20748 loop inline rather than by using loop_small. Remove extra word
20749 case in loop_small caused by wrong loop count. Add little-endian
20750 support.
20751 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20752 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
20753 cache hint.
20754 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20755 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20756 support. Avoid rlwimi.
20757 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20758
3be87c77
AM
207592013-10-04 Alan Modra <amodra@gmail.com>
20760
20761 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 20762 insrdi. Formatting.
3be87c77
AM
20763 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20764 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20765 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20766 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20767 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20768 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20769
759cfef3
AM
207702013-10-04 Alan Modra <amodra@gmail.com>
20771
20772 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20773 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20774 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20775 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20776 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20777 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20778 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20779 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20780 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
20781 use of regs. Use power7 mtocrf. Tidy function tails.
20782
fe6e95d7
AM
207832013-10-04 Alan Modra <amodra@gmail.com>
20784
20785 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20786 Formatting. Consistently use rXXX register defines or rN defines.
20787 Use early exit labels that avoid restoring unused non-volatile regs.
20788 Make cr field use more consistent with rWORDn compares. Rename
20789 regs used as shift registers for unaligned loop, using rN defines
20790 for short lifetime/multiple use regs.
20791 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20792 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
20793 addi 1,1,64 to pop stack frame. Simplify return value code.
20794 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20795
664318c3
AM
207962013-10-04 Alan Modra <amodra@gmail.com>
20797
20798 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20799 support. Correct typos, formatting. Optimize tail. Use insrdi
20800 rather than rlwimi.
20801 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20802 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20803 little-endian support. Correct typos.
20804 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
20805 rather than rlwimi.
20806 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
20807 in loop and entry code to keep "and." results.
20808 (strchr): Add little-endian support. Comment. Move cntlzd
20809 earlier in tail.
20810 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20811
43b84013
AM
208122013-10-04 Alan Modra <amodra@gmail.com>
20813
20814 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20815 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20816 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20817 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20818
8a7413f9
AM
208192013-10-04 Alan Modra <amodra@gmail.com>
20820
20821 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20822 (rTMP): Define as r11.
20823 (strcmp): Add little-endian support. Optimise tail.
20824 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20825 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20826 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20827 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20828 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20829 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20830 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20831
33ee81de
AM
208322013-10-04 Alan Modra <amodra@gmail.com>
20833
20834 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20835 little-endian support. Remove unnecessary "are we done" tests.
20836 Handle "s" wrapping around zero and extremely large "size".
20837 Correct main loop count. Handle single left-over word from main
20838 loop inline rather than by using small_loop. Correct comments.
20839 Delete "zero" tail, use "end_max" instead.
20840 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20841
db9b4570
AM
208422013-10-04 Alan Modra <amodra@gmail.com>
20843
20844 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20845 support. Don't branch over align.
20846 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20847 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20848 support. Rearrange tmp reg use to suit. Comment.
20849 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20850
f7c399cf
AM
208512013-10-04 Alan Modra <amodra@gmail.com>
20852
20853 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20854
0b2c2ace
AM
208552013-10-04 Alan Modra <amodra@gmail.com>
20856
20857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20858 conditional form of branch and link when obtaining pc.
20859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20860
02f04a6c
AM
208612013-10-04 Alan Modra <amodra@gmail.com>
20862
20863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20864 HIWORD/LOWORD.
20865 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20867
9b874b2f
AM
208682013-10-04 Alan Modra <amodra@gmail.com>
20869
20870 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20871 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20872 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20873 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20874 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20875 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20876 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20877 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20878 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20879 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20880
be1e5d31
AB
208812013-10-04 Anton Blanchard <anton@au1.ibm.com>
20882 Alistair Popple <alistair@ozlabs.au.ibm.com>
20883 Alan Modra <amodra@gmail.com>
20884
20885 [BZ #15723]
20886 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20887 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20888 _dl_hwcap access for little-endian.
20889 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
20890 destroy vmx regs when saving unaligned.
20891 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20892 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
20893 destroy vmx regs when saving unaligned.
20894
fef13a78
AM
208952013-10-04 Alan Modra <amodra@gmail.com>
20896
20897 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20898 Don't use a union to pack hi/low value.
20899
76a66d51
AB
209002013-10-04 Anton Blanchard <anton@au1.ibm.com>
20901
20902 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20903 for little-endian.
20904 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20905 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20906 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20907 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20908 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20909
6a31fe7f
AM
209102013-10-04 Alan Modra <amodra@gmail.com>
20911
20912 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20913 constants to usual value for .cst8 section, and remove redundant
20914 high address load.
20915 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20916 constant for 0x1p52. Load little-endian words of double from
20917 correct stack offsets.
20918
7b88401f
AM
209192013-10-04 Alan Modra <amodra@gmail.com>
20920
20921 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20922 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20923 words of double from correct stack offsets.
20924 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20925 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20926 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20927 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20928 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20929 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20930 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20931 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20932 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20933 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20934 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20935 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20936 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20937 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20938 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20939 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20940 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20941
9c008155
AM
209422013-10-04 Alan Modra <amodra@gmail.com>
20943
20944 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20945 64-bit int/double union.
20946 (_FPU_SETCW): Likewise.
20947 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20948 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20949
da13146d
AM
209502013-10-04 Alan Modra <amodra@gmail.com>
20951
20952 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20953 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20954
603e8410
AM
209552013-10-04 Alan Modra <amodra@gmail.com>
20956
20957 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20958 use vector int constants.
20959 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20960
4a28b3ca
AB
209612013-10-04 Anton Blanchard <anton@au1.ibm.com>
20962
20963 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20964 array with long long.
20965 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20966 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20967 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20968 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20969 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20970 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20971 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20972 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20973 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20974 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20975 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20976 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20977 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20978
2ca85d2b
AB
209792013-10-04 Anton Blanchard <anton@au1.ibm.com>
20980
20981 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20982 (__signbit): Likewise. Correct for little-endian.
20983 (__signbitl): Call __signbit.
20984 (lrint): Correct for little-endian.
20985 (lrintf): Call lrint.
20986
62a728ae
AM
209872013-10-04 Alan Modra <amodra@gmail.com>
20988
20989 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20990 union 32-bit int array member with 64-bit int array.
20991 (t515, tm256): Double rather than long double.
20992 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20993
32c301df
AM
209942013-10-04 Alan Modra <amodra@gmail.com>
20995
20996 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20997 Delete.
20998 (IEEE854_LONG_DOUBLE_BIAS): Delete.
20999 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21000 version of math_ldbl.h.
21001
650ef4bd
AM
210022013-10-04 Alan Modra <amodra@gmail.com>
21003
21004 [BZ #15734], [BZ #15735]
21005 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21006 all uses of ieee875 long double macros and unions. Simplify test
21007 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
21008 ldbl_extract_mantissa value for ix,iy exponents. Properly
21009 normalize after ldbl_extract_mantissa, and don't add hidden bit
21010 already handled. Don't treat low word of ieee854 mantissa like
21011 low word of IBM long double and mask off bit when testing for
21012 zero.
21013 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21014 all uses of ieee875 long double macros and unions. Simplify tests
21015 for 0.0L and inf. Correct double adjustment of k. Delete dead code
21016 adjusting ha,hb. Simplify code setting kld. Delete two600 and
21017 two1022, instead use their values. Recognise that tests for large
21018 "a" and small "b" are mutually exclusive. Rename vars. Comment.
21019 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21020 Rewrite all uses of ieee875 long double macros and unions. Simplify
21021 test for 0.0L and nan. Correct negation.
21022 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21023 ieee875 long double macros and unions. Correct output for large
21024 magnitude x. Correct absolute value calculation.
21025 (__erfcl): Likewise.
21026 * math/libm-test.inc: Add tests for errors discovered in IBM long
21027 double versions of fmodl, remainderl, erfl and erfcl.
21028
765714ca
AM
210292013-10-04 Alan Modra <amodra@gmail.com>
21030
21031 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21032 all uses of ieee854 long double macros and unions. Simplify tests
21033 for long doubles that are fully specified by the high double.
21034 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21035 Likewise.
21036 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21037 Remove dead code too.
21038 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21039 (__ieee754_ynl): Likewise.
21040 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21041 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21042 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21043 Remove dead code too.
21044 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21045 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21046 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21047 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21048 Simplify.
21049 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21050 Simplify.
21051 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21052 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21053 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21054 Comment on variable precision.
21055 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21056 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21057 Likewise.
21058 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21059 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21060 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21061 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21062 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21063
4ebd120c
AM
210642013-10-04 Alan Modra <amodra@gmail.com>
21065
21066 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21067 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21068 all uses of ieee854 long double macros and unions.
21069 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21070 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21071 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21072 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21073 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21074 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21075 Likewise.
21076 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21077 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21078 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21079 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21080 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21081 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21082 Simplify sign and nan test too.
21083 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21084 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21085 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21086 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21087 Likewise.
21088 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21089 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21090 Likewise.
21091 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21092 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21093 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21094 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21095 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21096 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21097
1b6adf88
AM
210982013-10-04 Alan Modra <amodra@gmail.com>
21099
21100 * stdio-common/printf_size.c (__printf_size): Don't use
21101 union ieee854_long_double in fpnum union.
21102 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
21103 signbit macro to retrieve sign from long double.
21104 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21105 retrieve sign from long double.
21106 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21107 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21108 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21109 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21110 * math/test-misc.c (main): Don't use union ieee854_long_double.
21111
4cf69995
AM
211122013-10-04 Alan Modra <amodra@gmail.com>
21113
21114 [BZ #15680]
21115 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21116 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21117 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21118 calculation. Remove unnecessary test for denormal exponent.
21119 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21120 Correct handling of denormals. Avoid undefined shift behaviour.
21121 Correct normalisation of low mantissa when low double is denormal.
21122 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21123 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
21124 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21125 Correct normalisation of low mantissa. Test for overflow of high
21126 mantissa and normalise.
21127 (ldbl_nearbyint): Use more readable constant for two52.
21128 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21129 (__mpn_construct_long_double): Fix test for overflow of high
21130 mantissa and correct normalisation. Avoid undefined shift.
21131
9605ca6c
AM
211322013-10-04 Alan Modra <amodra@gmail.com>
21133
21134 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21135 (union ibm_extended_long_double): Define as an array of ieee754_double.
21136 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21137 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21138 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21139 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21140 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21141 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21142 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21143 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21144 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21145 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21146 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21147
975569d0
JM
211482013-10-03 Joseph Myers <joseph@codesourcery.com>
21149
d3d23756
JM
21150 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21151 page size instead of calling getpagesize.
21152
975569d0
JM
21153 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21154 (LOCFILE_ALIGN_MASK): Likewise.
21155 (LOCFILE_ALIGN_UP): Likewise.
21156 (LOCFILE_ALIGNED_P): Likewise.
21157 * locale/programs/ld-collate.c (collate_output): Use the new
21158 macros instead of __alignof__ (int32_t).
21159 * locale/weight.h (findidx): Likewise.
21160
b1fe1f2b
OB
211612013-10-03 Ondřej Bílka <neleai@seznam.cz>
21162
21163 [BZ #431]
21164 * manual/string.texi: Fix strncat and wcsncat.
21165
5f855e35
BM
211662013-10-03 Brooks Moses <bmoses@google.com>
21167
21168 [BZ #15915]
21169 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21170 * Makerules: ...here, and adjust associated comments.
21171
3cef6009
WN
211722013-10-02 Will Newton <will.newton@linaro.org>
21173
21174 * malloc/Makefile: Add tst-pvalloc.
21175 * malloc/tst-pvalloc.c: New file.
21176
7815420b
WN
211772013-10-02 Will Newton <will.newton@linaro.org>
21178
21179 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21180 improve test coverage.
21181
4868b204
WN
211822013-10-02 Will Newton <will.newton@linaro.org>
21183
21184 * malloc/Makefile: Add tst-posix_memalign.
21185 * malloc/tst-posix_memalign.c: New file.
21186
29c793b3
EB
211872013-10-01 Eric Blake <eblake@redhat.com>
21188
21189 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21190 Use __THROWNL rather than __THROW on static functions.
21191
fd967522
PM
211922013-09-30 Petr Machata <pmachata@redhat.com>
21193
21194 * elf/elf.h (R_AARCH64_ABS16): New macro.
21195 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21196 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21197 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21198 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21199 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21200 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21201 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21202 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21203 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21204 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21205 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21206 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21207 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21208 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21209 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21210 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21211 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21212 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21213 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21214 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21215 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21216 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21217 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21218 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21219 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21220 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21221 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21222 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21223 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21224 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21225 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21226 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21227 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21228 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21229 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21230 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21231 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21232 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21233 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21234 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21235 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21236 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21237 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21238 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21239 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21240 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21241 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21242 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21243 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21244 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21245 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21246 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21247 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21248 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21249 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21250 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21251 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21252 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21253 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21254 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21255 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21256 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21257 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21258 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21259 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21260 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21261 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21262 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21263 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21264 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21265 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21266 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21267 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21268 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21269 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21270 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21271 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21272 (R_AARCH64_TLSDESC_LDR): Likewise.
21273 (R_AARCH64_TLSDESC_ADD): Likewise.
21274 (R_AARCH64_TLSDESC_CALL): Likewise.
21275
b2179107
AS
212762013-09-30 Andreas Schwab <schwab@suse.de>
21277
21278 [BZ #15048]
21279 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21280 the nss database lookup.
21281 * nscd/initgrcache.c (addinitgroupsX): Likewise.
21282 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21283
47f28d0a
MF
212842013-09-28 Mike Frysinger <vapier@gentoo.org>
21285
21286 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21287
212882013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
21289
21290 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21291 ${Bash-specific parameter/pattern/string} parameter expansion.
21292 * sysdeps/unix/make-syscalls.sh: Likewise.
21293
f4518a17
KK
212942013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21295
21296 * sysdeps/sh/stackguard-macros.h: New file.
21297
dc1a95c7
OB
212982013-09-26 Ondřej Bílka <neleai@seznam.cz>
21299
21300 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21301 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21302 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21303 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21304 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21305 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21306
5ebbff8f
AZ
213072013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21308
21309 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21310 Fix thread ID register.
21311
4fd2cf9f
JM
213122013-09-25 Joseph Myers <joseph@codesourcery.com>
21313
21314 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21315 [POSIX || UNIX98]: Require rather than permitting all symbols from
21316 <time.h>.
21317 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21318 element of struct sched_param.
21319 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21320 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21321 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21322 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21323 constant.
21324
12c22bc4
OL
213252013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
21326
21327 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21328 argument calculation.
21329
a03d8ea7
JM
213302013-09-24 Joseph Myers <joseph@codesourcery.com>
21331
21332 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21333 Expect macro.
21334 [POSIX] (pthread_attr_t): Do not require type.
21335 [POSIX] (pthread_cond_t): Likewise.
21336 [POSIX] (pthread_condattr_t): Likewise.
21337 [POSIX] (pthread_key_t): Likewise.
21338 [POSIX] (pthread_mutex_t): Likewise.
21339 [POSIX] (pthread_mutexattr_t): Likewise.
21340 [POSIX] (pthread_once_t): Likewise.
21341 [POSIX] (pthread_t): Likewise.
21342 [POSIX-based standards] (pthread_atfork): Expect function.
21343
6055173a
JM
213442013-09-24 Joseph Myers <joseph@codesourcery.com>
21345 Richard Sandiford <richard@codesourcery.com>
21346
21347 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21348 (swap_endianness_p): New extern variable.
21349 (set_big_endian): New inline function.
21350 (maybe_swap_uint32): Likewise.
21351 (maybe_swap_uint32_array): Likewise.
21352 (maybe_swap_uint32_obstack): Likewise.
21353 * locale/programs/locfile.c: Include <stdbool.h>.
21354 (swap_endianness_p): New variable.
21355 (add_locale_uint32): Call maybe_swap_uint32.
21356 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21357 (write_locale_data): Call maybe_swap_uint32_array.
21358 * locale/programs/ld-collate.c (obstack_int32_grow): Call
21359 maybe_swap_uint32.
21360 (obstack_int32_grow_fast): Likewise.
21361 (output_weightwc): Call maybe_swap_uint32_obstack.
21362 (collate_output): Likewise.
21363 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21364 (OPT_LITTLE_ENDIAN): Likewise.
21365 (options): Add --little-endian and --big-endian options.
21366 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21367 * locale/programs/locarchive.c: Include "locfile.h".
21368 (GET): New macro.
21369 (SET): Likewise.
21370 (INC): Likewise.
21371 (create_archive): Use the new macros to access fields of
21372 structures directly mapped from or written to locale archives.
21373 (oldlocrecentcmp): Likewise.
21374 (enlarge_archive): Likewise.
21375 (insert_name): Likewise.
21376 (add_alias): Likewise.
21377 (add_locale): Likewise.
21378 (delete_locales_from_archive): Likewise.
21379 (show_archive_content): Likewise.
21380 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
21381 locale data.
21382
39bf0bb4
RM
213832013-09-24 Roland McGrath <roland@hack.frob.com>
21384
21385 * manual/freemanuals.texi: Updated from (newly) canonical copy at
21386 http://www.gnu.org/doc/freemanuals.texi.
21387 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21388
f02eed10
WN
213892013-09-24 Will Newton <will.newton@linaro.org>
21390
21391 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21392 macro.
21393
a3a6c312
JM
213942013-09-23 Joseph Myers <joseph@codesourcery.com>
21395
21396 * locale/hashval.h (compute_hashval): Interpret bytes of key as
21397 unsigned char.
21398
107375ac
MR
213992013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
21400
21401 * manual/threads.texi (POSIX Threads): Fix a typo.
21402
141f3a77
SP
214032013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
21404
303e567a
SP
21405 [BZ #14547]
21406 * string/tst-strcoll-overflow.c: New test case.
21407 * string/Makefile (xtests): Add tst-strcoll-overflow.
21408 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21409 cache if string sizes may cause integer overflow.
21410
141f3a77
SP
21411 [BZ #14547]
21412 * string/strcoll_l.c (coll_seq): New members rule, idx,
21413 save_idx and back_us.
21414 (get_next_seq_nocache): New function.
21415 (do_compare_nocache): New function.
21416 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21417 when malloc fails.
21418
c61b4d41
CD
214192013-09-23 Carlos O'Donell <carlos@redhat.com>
21420
0b1f8e35
CD
21421 [BZ #15754]
21422 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21423 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21424 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21425
c61b4d41
CD
21426 [BZ #15754]
21427 * elf/Makefile (tests): Add tst-ptrguard1.
21428 (tests-static): Add tst-ptrguard1-static.
21429 (tst-ptrguard1-ARGS): Define.
21430 (tst-ptrguard1-static-ARGS): Define.
21431 * elf/tst-ptrguard1.c: New file.
21432 * elf/tst-ptrguard1-static.c: New file.
21433 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21434 * sysdeps/i386/stackguard-macros.h: Likewise.
21435 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21436 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21437 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21438 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21439 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21440 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21441
214422013-09-23 Hector Marco <hecmargi@upv.es>
21443 Ismael Ripoll <iripoll@disca.upv.es>
21444 Carlos O'Donell <carlos@redhat.com>
21445
21446 [BZ #15754]
21447 * sysdeps/generic/stackguard-macros.h: Define
21448 __pointer_chk_guard_local and POINTER_CHK_GUARD.
21449 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21450 Define __pointer_chk_guard_local.
21451 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21452 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21453
f5f4e7b4
VV
214542013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
21455
21456 [BZ #15859]
21457 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21458
5bb43a43
AS
214592013-09-20 Andreas Schwab <schwab@linux-m68k.org>
21460
21461 * include/string.h (__ffs): Declare as hidden.
21462 * string/ffs.c (__ffs): Define as hidden.
21463 * sysdeps/i386/ffs.c (__ffs): Likewise.
21464 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21465 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21466 * sysdeps/s390/ffs.c (__ffs): Likewise.
21467 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21468
3ea5be54
AO
214692013-09-20 Alexandre Oliva <aoliva@redhat.com>
21470
ffb89e53
AO
21471 * NEWS: Mention malloc probes.
21472
322dea08
AO
21473 * malloc/arena.c (new_heap): New memory_heap_new probe.
21474 (grow_heap): New memory_heap_more probe.
21475 (shrink_heap): New memory_heap_less probe.
21476 (heap_trim): New memory_heap_free probe.
21477 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21478 (systrim): New memory_sbrk_less probe.
21479 * manual/probes.texi: Document them.
21480
655673f3
AO
21481 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21482 * manual/probes.texi: Document it.
21483
35fed6f1
AO
21484 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21485 (__libc_realloc): Add memory_realloc_retry probe.
21486 (__libc_memalign): Add memory_memalign_retry probe.
21487 (__libc_valloc): Add memory_valloc_retry probe.
21488 (__libc_pvalloc): Add memory_pvalloc_retry probe.
21489 (__libc_calloc): Add memory_calloc_retry probe.
21490 * manual/probes.texi: Document them.
21491
6999d38c
AO
21492 * malloc/arena.c (get_free_list): Add probe
21493 memory_arena_reuse_free_list.
21494 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21495 and memory_arena_reuse.
21496 (arena_get2) [!PER_THREAD]: Likewise.
21497 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21498 memory_arena_reuse_realloc.
21499 * manual/probes.texi: Document them.
21500
0653427f
AO
21501 * malloc/malloc.c (__libc_free): Add
21502 memory_mallopt_free_dyn_thresholds probe.
21503 (__libc_mallopt): Add multiple memory_mallopt probes.
21504 * manual/probes.texi: Document them.
21505
3ea5be54
AO
21506 * malloc/malloc.c: Include stap-probe.h.
21507 (__libc_mallopt): Add memory_mallopt probe.
21508 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21509 * manual/probes.texi: New.
21510 * manual/Makefile (chapters): Add probes.
21511 * manual/threads.texi: Set next node.
21512
e35696c3 215132013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 21514
e35696c3
CL
21515 [BZ #15963, #13985]
21516 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21517 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21518 Add `Chinese' to `nan' entry name.
21519
4aafb73c
SP
215202013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21521
21522 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21523 (POLYNOMIAL): Likewise.
21524 (TAYLOR_SINCOS): Likewise.
21525 (TAYLOR_SLOW): Likewise.
21526 (__sin): Use TAYLOR_SINCOS.
21527 (__cos): Likewise.
21528 (slow): Use TAYLOR_SLOW.
21529 (sloww): Likewise.
21530 (bsloww): Likewise.
21531 (csloww): Likewise.
21532
d84f25c7
LD
215332013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21534
21535 * stdlib/strtod_l.c: Fix buffer overrun.
21536
5eea0404
SP
215372013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21538
7849ff93
SP
21539 * benchtests/Makefile (bench): Add sincos.
21540 * benchtests/bench-sincos.c: New file.
21541
cfa3c886
SP
21542 * math/libm-test.inc (cos_test_data): New test inputs.
21543 (sin_test_data): Likewise.
21544
b348e1e3
SP
21545 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21546 macro.
21547 (__sin): Use it.
21548 (__cos): Likewise.
21549 (slow1): Likewise.
21550 (slow2): Likewise.
21551 (sloww1): Likewise.
21552 (sloww2): Likewise.
21553 (bsloww1): Likewise.
21554 (bsloww2): Likewise.
21555 (cslow2): Likewise.
21556 (csloww1): Likewise.
21557 (csloww2): Likewise.
21558
6cce25f8
SP
21559 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21560 function.
21561 (__sin): Use it.
21562 (__cos): Likewise.
21563
5eea0404
SP
21564 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21565 gotos.
21566 (__cos): Likewise.
21567
9c21573c
MR
215682013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
21569
21570 * config.h.in (HAVE_MIPS_NAN2008): New macro.
21571 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21572 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21573 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21574 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21575 * elf/cache.c (print_entry): Handle the new cache flags.
21576
24d22e65
JM
215772013-09-18 Joseph Myers <joseph@codesourcery.com>
21578 Aldy Hernandez <aldyh@redhat.com>
21579
21580 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21581 Change condition to [_SOFT_FLOAT].
21582 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21583 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21584 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21585 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21586 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21587 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21588 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21589 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21590 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21591 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21592 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21593 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21594 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21595 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21596 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21597 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21598 declaration.
21599
d13ef066
JM
216002013-09-18 Joseph Myers <joseph@codesourcery.com>
21601
2e071de0
JM
21602 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21603 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21604 (__longjmp): Use LOAD_GP to load saved GPRs.
21605 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21606 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21607 (__sigsetjmp): Use SAVE_GP to save GPRs.
21608
d13ef066
JM
21609 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21610 Do not append -msoft-float.
21611 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21612
97a0650b
SP
216132013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21614
21615 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21616
11ca09e9
JM
216172013-09-17 Joseph Myers <joseph@codesourcery.com>
21618
21619 [BZ #15966]
21620 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21621 (_FPU_GETCW): Use initial "__" on variable and field names but not
21622 on macro parameter name.
21623 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
21624 parentheses around reference to macro parameter.
21625
08ffcf34
RS
216262013-09-13 Richard Sandiford <richard@codesourcery.com>
21627
21628 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21629 prototype.
21630 (ctype_startup): Use uint32_t in cast and sizeof for
21631 ctype->charnames.
21632
ae7080d3
JL
216332013-09-11 Jia Liu <proljc@gmail.com>
21634
21635 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21636 __daddr_t_defined.
21637 [__FreeBSD__]: Likewise.
21638
5905e7b3
OB
216392013-09-11 Ondřej Bílka <neleai@seznam.cz>
21640
21641 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21642 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21643 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21644 (strchr): Remove __strchr_sse42 ifunc selection.
21645 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21646 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21647
b987c776
WN
216482013-09-11 Will Newton <will.newton@linaro.org>
21649
21650 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21651 parameter to RES. Remove hardcoded 1000 value.
21652 * benchtests/bench-skeleton.c (main): Pass RES parameter
21653 to TIMING_INIT and multiply result by 1000.
21654
ddf985af
AZ
216552013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21656
21657 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21658
ffdd3181
AS
216592013-09-11 Andreas Schwab <schwab@suse.de>
21660
21661 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21662 if not defined.
21663 (O_TMPFILE) [__USE_GNU]: Define.
21664 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21665 Define.
21666
b73ed247
WN
216672013-09-11 Will Newton <will.newton@linaro.org>
21668
21669 [BZ #15857]
21670 * malloc/malloc.c (__libc_memalign): Check the value of bytes
21671 does not overflow.
21672
55e17aad
WN
216732013-09-11 Will Newton <will.newton@linaro.org>
21674
21675 [BZ #15856]
21676 * malloc/malloc.c (__libc_valloc): Check the value of bytes
21677 does not overflow.
21678
1159a193
WN
216792013-09-11 Will Newton <will.newton@linaro.org>
21680
21681 [BZ #15855]
21682 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21683 does not overflow.
21684
5905e7b3 216852013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
21686
21687 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21688 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21689 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21690 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21691 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21692
cdfc721b
AM
216932013-09-10 Allan McRae <allan@archlinux.org>
21694
aa04af00
AM
21695 [BZ #15748]
21696 * manual/arith.texi (Parsing of Floats): Clarify
21697 cross-reference.
21698
cdfc721b
AM
21699 [BZ #15849]
21700 * manual/install.texi (Running make install): Mention
21701 --enable-pt-chown.
21702 * INSTALL: Regenerated.
21703
95e7cf29
MR
217042013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21705
21706 * csu/init-first.c (_init): Remove the !SHARED condition around
21707 FPU control word initialization.
21708 * elf/dl-support.c (_dl_fpu_control): New variable.
21709 (_dl_aux_init) <AT_FPUCW>: Initialize it.
21710 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21711 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21712 * math/test-fpucw-static.c: New file.
21713 * math/test-fpucw-ieee.c: New file.
21714 * math/test-fpucw-ieee-static.c: New file.
21715 * math/Makefile (tests): Add `test-fpucw-ieee' and
21716 `$(tests-static)'.
21717 (tests-static): New variable.
21718 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21719 dependency to...
21720 [($(build-shared),yes)]
21721 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21722 ... this.
21723 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21724 New dependency.
21725
83e43bf0
AM
217262013-09-09 Allan McRae <allan@archlinux.org>
21727
a9f5ce09
AM
21728 [BZ #15939]
21729 * manual/string.texi (Collation Functions): Fix typo in
21730 strcoll example.
21731 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21732
34829bc2
AM
21733 [BZ #15893]
21734 * stdlib/isomac.c (get_null_defines): Fix memory leak.
21735
3932737d
AM
21736 [BZ #15892]
21737 * libio/memstream.c (open_memstream): Fix memory leak.
21738 * libio/wmemstream.c (open_wmemstream): Likewise.
21739
83e43bf0
AM
21740 [BZ #15895]
21741 * nscd/netgroupcache.c: Fix nesting of ifdefs.
21742
0c66b8e9
WN
217432013-09-09 Will Newton <will.newton@linaro.org>
21744
21745 * malloc/Makefile: Add tst-realloc to tests.
21746 * malloc/tst-realloc.c: New file.
21747
f6b00fd1
AM
217482013-09-09 Allan McRae <allan@archlinux.org>
21749
21750 [BZ #15844]
21751 * COPYING: Update from GNU website to fix FSF address.
21752 * COPYING.LIB: Likewise.
21753
eec55e16
DM
217542013-09-06 David S. Miller <davem@davemloft.net>
21755
21756 * po/zh_TW.po: Update Chinese (traditional) translation from
21757 translation project.
21758
1ecbb381
RS
217592013-09-06 Richard Sandiford <richard@codesourcery.com>
21760 Joseph Myers <joseph@codesourcery.com>
21761
21762 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21763 "localeinfo.h".
21764 (obstack_chunk_alloc): New macro.
21765 (obstack_chunk_free): Likewise.
21766 (record_offset): New function.
21767 (init_locale_data): Likewise.
21768 (align_locale_data): Likewise.
21769 (add_locale_empty): Likewise.
21770 (add_locale_raw_data): Likewise.
21771 (add_locale_raw_obstack): Likewise.
21772 (add_locale_string): Likewise.
21773 (add_locale_wstring): Likewise.
21774 (add_locale_uint32): Likewise.
21775 (add_locale_uint32_array): Likewise.
21776 (add_locale_char): Likewise.
21777 (start_locale_structure): Likewise.
21778 (end_locale_structure): Likewise.
21779 (start_locale_prelude): Likewise.
21780 (end_locale_prelude): Likewise.
21781 (write_locale_data): Take locale_file structure rather than an
21782 iovec.
21783 * locale/programs/locfile.h: Include "obstack.h".
21784 (struct locale_file): Change to store locale file contents instead
21785 of header.
21786 (init_locale_data): New prototype.
21787 (align_locale_data): Likewise.
21788 (add_locale_empty): Likewise.
21789 (add_locale_raw_data): Likewise.
21790 (add_locale_raw_obstack): Likewise.
21791 (add_locale_string): Likewise.
21792 (add_locale_wstring): Likewise.
21793 (add_locale_uint32): Likewise.
21794 (add_locale_uint32_array): Likewise.
21795 (add_locale_char): Likewise.
21796 (start_locale_structure): Likewise.
21797 (end_locale_structure): Likewise.
21798 (start_locale_prelude): Likewise.
21799 (end_locale_prelude): Likewise.
21800 (write_locale_data): Update prototype.
21801 * locale/programs/3level.h (struct TABLE): Remove result field.
21802 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21803 Use new locale_file interface.
21804 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21805 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21806 * locale/programs/ld-address.c (address_output): Use new
21807 locale_file interface.
21808 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21809 NO_ADD_LOCALE.
21810 (collate_finish): Don't call collseq_table_finalize.
21811 (collate_output): Use new locale_file interface.
21812 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21813 in file.
21814 (NO_FINALIZE): Change to NO_ADD_LOCALE.
21815 (TABLE): Move defines earlier in file.
21816 (ELEMENT): Likewise.
21817 (DEFAULT): Likewise.
21818 (wctrans_table_add): Move macro and inline function earlier in
21819 file.
21820 (struct wctype_table): Move type earlier in file.
21821 (add_locale_wctype_table): New static prototype.
21822 (struct locale_ctype_t): Use logical types instead of struct iovec
21823 pointers for members.
21824 (ctype_output): Use new locale_file interface.
21825 (wctype_table_finalize): Change to add_locale_wctype_table. Use
21826 new locale_file interface.
21827 (allocate_arrays): Update for use of new locale_file interface.
21828 * locale/programs/ld-identification.c (identification_output): Use
21829 new locale_file interface.
21830 * locale/programs/ld-measurement.c (measurement_output): Likewise.
21831 * locale/programs/ld-messages.c (messages_output): Likewise.
21832 * locale/programs/ld-monetary.c (monetary_output): Likewise.
21833 * locale/programs/ld-name.c (name_output): Likewise.
21834 * locale/programs/ld-numeric.c (numeric_output): Likewise.
21835 * locale/programs/ld-paper.c (paper_output): Likewise.
21836 * locale/programs/ld-telephone.c (telephone_output): Likewise.
21837 * locale/programs/ld-time.c (time_output): Likewise.
21838
e029e2e5
AZ
218392013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21840
21841 * benchtests/Makefile: Add memrchr benchmark.
21842 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21843 benchmark as memrchr.
21844 * benchtests/bench-memrchr-ifunc.c: New file.
21845 * benchtests/bench-memrchr.c: New file.
21846
bbf6e8e4
WN
218472013-09-06 Will Newton <will.newton@linaro.org>
21848
21849 * benchtests/Makefile (string-bench): Add memcpy.
21850
6c82a2f8
CD
218512013-09-05 Carlos O'Donell <carlos@redhat.com>
21852 Cong Wang <amwang@redhat.com>
21853
e732c5f0 21854 [BZ #15850]
6c82a2f8
CD
21855 * sysdeps/unix/sysv/linux/bits/in.h
21856 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21857 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21858 before __USE_KERNEL_IPV6_DEFS uses.
21859 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21860 IPPROTO_BEETPH.
21861 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21862 sockaddr_in6, or ipv6_mreq.
21863
5430fc65
AZ
218642013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21865
21866 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21867 memory access for final bytes in some large inputs.
21868 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21869
4660856c
AZ
218702013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21871
21872 * string/test-memrchr.c: New file.
21873 * string/test-memrchr-ifunc.c: New file.
21874 * string/Makefile: Add new memrchr testcase.
21875
bb8ea713
MF
218762013-09-05 Mike Frysinger <vapier@gentoo.org>
21877
21878 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21879 fanotify_init returns EPERM.
21880
b92a20b5
JM
218812013-09-04 Joseph Myers <joseph@codesourcery.com>
21882
21883 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21884 errors.
21885 (top level): Treat second token from macro or constant entries for
21886 allowed headers as allowed.
21887 * include/complex.h: Condition internal declarations on
21888 [!_ISOMAC].
21889 * include/fenv.h: Condition include of <stdbool.h> and internal
21890 declarations on [!_ISOMAC].
7447ccd9
CL
21891
218922013-09-04 Chris Leonard <cjl@sugarlabs,.org>
21893
3e181dda 21894 [BZ #15923]
7447ccd9
CL
21895 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21896
3f2e46a4
JM
218972013-09-04 Joseph Myers <joseph@codesourcery.com>
21898
21899 * configure.in (--enable-versioning): Remove configure option.
21900 (libc_cv_asm_symver_directive): Remove configure test.
21901 (libc_cv_ld_version_script_option): Likewise.
21902 (VERSIONING): Remove variable and AC_SUBST.
21903 (DO_VERSIONING): Remove AC_DEFINE.
21904 * configure: Regenerated.
21905 * config.h.in (DO_VERSIONING): Remove macro.
21906 * Makerules [$(versioning) = yes]: Change conditionals to
21907 [$(build-shared) = yes].
21908 * config.make.in (versioning): Remove variable.
21909 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21910 [$(build-shared) = yes].
21911 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21912 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21913 * elf/Makefile [$(versioning) = yes]: Change conditionals to
21914 [$(build-shared) = yes].
21915 * extra-lib.mk [$(versioning) = yes]: Likewise.
21916 * hurd/Makefile [$(versioning) = yes]: Likewise.
21917 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21918 [SHARED].
21919 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21920 [SHARED].
21921 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21922 [SHARED && !NO_HIDDEN].
21923 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21924 [SHARED].
21925 [SHARED && DO_VERSIONING]: Likewise..
21926 * libio/Makefile [$(versioning) = yes]: Change conditionals to
21927 [$(build-shared) = yes].
21928 * manual/install.texi (--disable-versioning): Remove
21929 documentation.
21930 * INSTALL: Regenerated.
21931 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21932 to [SHARED].
21933 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21934 [$(build-shared) = yes].
21935 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21936 * sysdeps/i386/i686/multiarch/strstr-c.c
21937 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21938 [SHARED && !NO_HIDDEN].
21939 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21940 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21941 * sysdeps/powerpc/powerpc32/dl-machine.c
21942 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21943 * sysdeps/powerpc/powerpc32/sysdep.h
21944 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21945 to [SHARED && PIC && !NO_HIDDEN].
21946 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21947 conditional to [SHARED].
21948
44558701
WN
219492013-09-04 Will Newton <will.newton@linaro.org>
21950
21951 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21952 * benchtests/bench-string.h: Include bench-timing.h instead
21953 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21954 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21955 call to HP_TIMING_DIFF_INIT.
21956 * benchtests/bench-memccpy.c: Use bench-timing.h macros
21957 instead of hp-timing.h macros.
21958 * benchtests/bench-memchr.c: Likewise.
21959 * benchtests/bench-memcmp.c: Likewise.
21960 * benchtests/bench-memcpy.c: Likewise.
21961 * benchtests/bench-memmem.c: Likewise.
21962 * benchtests/bench-memmove.c: Likewise.
21963 * benchtests/bench-memset.c: Likewise.
21964 * benchtests/bench-rawmemchr.c: Likewise.
21965 * benchtests/bench-strcasecmp.c: Likewise.
21966 * benchtests/bench-strcasestr.c: Likewise.
21967 * benchtests/bench-strcat.c: Likewise.
21968 * benchtests/bench-strchr.c: Likewise.
21969 * benchtests/bench-strcmp.c: Likewise.
21970 * benchtests/bench-strcpy.c: Likewise.
21971 * benchtests/bench-strcpy_chk.c: Likewise.
21972 * benchtests/bench-strlen.c: Likewise.
21973 * benchtests/bench-strncasecmp.c: Likewise.
21974 * benchtests/bench-strncat.c: Likewise.
21975 * benchtests/bench-strncmp.c: Likewise.
21976 * benchtests/bench-strncpy.c: Likewise.
21977 * benchtests/bench-strnlen.c: Likewise.
21978 * benchtests/bench-strpbrk.c: Likewise.
21979 * benchtests/bench-strrchr.c: Likewise.
21980 * benchtests/bench-strspn.c: Likewise.
21981 * benchtests/bench-strstr.c: Likewise.
21982
cae16d66
WN
219832013-09-04 Will Newton <will.newton@linaro.org>
21984
21985 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21986
ffa3cd7f
JM
219872013-09-03 Joseph Myers <joseph@codesourcery.com>
21988
21989 [BZ #15427]
21990 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21991 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21992 * math/libm-test.inc (lgamma_test_data): Add more tests.
21993 * sysdeps/i386/fpu/libm-test-ulps: Update.
21994 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21995
8f02859f
OB
219962013-09-03 Ondřej Bílka <neleai@seznam.cz>
21997
21998 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21999 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22000 Add ifunc.
22001 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22002 Add strcmp-sse2-unaligned
22003 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22004
18d43716
MF
220052013-09-02 Mike Frysinger <vapier@gentoo.org>
22006
22007 * Versions.def (libc): Add GLIBC_2.19.
22008
ac444012
MF
220092013-09-02 Mike Frysinger <vapier@gentoo.org>
22010
22011 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22012 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22013
b7835e32
JM
220142013-09-02 Joseph Myers <joseph@codesourcery.com>
22015
22016 [BZ #14155]
22017 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22018 intermediate calculations in recurrence.
22019 (__ieee754_ynf): Likewise.
22020 * math/libm-test.inc (jn_test_data): Do not allow spurious
22021 underflow exception. Add more tests.
22022 (yn_test_data): Add more tests.
22023 * sysdeps/i386/fpu/libm-test-ulps: Update.
22024 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22025
8220f4f0
OB
220262013-09-02 Ondřej Bílka <neleai@seznam.cz>
22027
22028 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22029
f24a6d08
OB
220302013-08-30 Ondřej Bílka <neleai@seznam.cz>
22031
22032 * csu/init-first.c: Fix then/than typos.
22033 * locale/programs/ld-collate.c: Likewise.
22034 * locale/programs/linereader.h: Likewise.
22035 * manual/charset.texi: Likewise.
22036 * manual/filesys.texi: Likewise.
22037 * manual/stdio.texi: Likewise.
22038 * manual/string.texi: Likewise.
22039 * stdlib/fmtmsg.c: Likewise.
22040 * sysdeps/i386/stpncpy.S: Likewise.
22041 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22042 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22043 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22044 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22045
382466e0
OB
220462013-08-30 Ondřej Bílka <neleai@seznam.cz>
22047
22048 * elf/dl-open.c: Fix typos.
22049 * iconvdata/gbbig5.c: Likewise.
22050 * iconvdata/iso-2022-jp.c: Likewise.
22051 * iconv/gconv_int.h: Likewise.
22052 * iconv/loop.c: Likewise.
22053 * nis/rpcsvc/nis.h: Likewise.
22054 * resolv/ns_name.c: Likewise.
22055 * stdio-common/vfscanf.c: Likewise.
22056 * streams/stropts.h: Likewise.
22057 * sunrpc/rpc_thread.c: Likewise.
22058 * sysdeps/i386/strpbrk.S: Likewise.
22059 * sysdeps/ieee754/k_standard.c: Likewise.
22060 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22061 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22062 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22063 * sysdeps/mach/hurd/profil.c: Likewise.
22064 * sysdeps/s390/dl-procinfo.h: Likewise.
22065 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22066 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22067 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22068 * sysdeps/x86_64/dl-trampoline.S: Likewise.
22069 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22070
0186c6e9
OB
220712013-08-30 Ondřej Bílka <neleai@seznam.cz>
22072
22073 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22074 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22075
d4e16af1
OB
220762013-08-29 Ondřej Bílka <neleai@seznam.cz>
22077
22078 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22079 aix specific files.
22080 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22081 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22082 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22083 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22084 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22085 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22086 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22087 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22088
88335980
TS
220892013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22090 Roland McGrath <roland@hack.frob.com>
22091
22092 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22093 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22094
ed479b02
ST
220952013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
22096
22097 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22098 __executable_start symbol instead of _start.
22099
f1cc4c86
TS
221002013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22101
d821f07c
TS
22102 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22103 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22104 Move macros to...
22105 * sysdeps/gnu/ldsodefs.h: ... this new file.
22106
c54290cf
TS
22107 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22108 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22109 instead of ELFOSABI_LINUX.
22110
0007fc9b 22111 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
22112 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22113 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22114 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22115 Likewise.
22116 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22117 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22118 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22119 Likewise.
22120 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22121 (ibm_extended_long_double): Add ieee_nan member.
22122 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22123 (do_test): New function.
22124
f1cc4c86
TS
22125 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22126 TEST_TRUNC.
22127 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22128 functions, renamed from truncdfsf_test, trunctfsf_test,
22129 trunctfdf_test.
22130 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22131 functions.
22132 (do_test): Run all these.
22133
6f65e668
OB
221342013-08-29 Ondřej Bílka <neleai@seznam.cz>
22135
22136 * argp/argp-help.c: Fix typos.
22137 * argp/argp-parse.c: Likewise.
22138 * debug/backtracesyms.c: Likewise.
22139 * elf/elf.h: Likewise.
22140 * malloc/malloc.c: Likewise.
22141 * nis/nis_print.c: Likewise.
22142 * resolv/res_comp.c: Likewise.
22143 * stdlib/stdlib.h: Likewise.
22144 * sunrpc/clnt_tcp.c: Likewise.
22145 * sunrpc/clnt_udp.c: Likewise.
22146 * sunrpc/clnt_unix.c: Likewise.
22147 * sysdeps/unix/bsd/ptsname.c: Likewise.
22148 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22149 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
22150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22151 Likewise.
22152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22153 Likewise.
22154 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22155 Likewise.
6f65e668
OB
22156 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22157
3a309239
SP
221582013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22159
22160 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22161 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22162
3b813b29
MF
221632013-08-27 Mike Frysinger <vapier@gentoo.org>
22164
22165 [BZ #15897]
22166 * dlfcn/Makefile (tests): Add bug-dl-leaf.
22167 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22168 ($(objpfx)bug-dl-leaf): New rule.
22169 ($(objpfx)bug-dl-leaf.so): Likewise.
22170 ($(objpfx)bug-dl-leaf.out): Likewise.
22171 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22172 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22173 * dlfcn/bug-dl-leaf.c: New test.
22174 * dlfcn/bug-dl-leaf-lib.c: Likewise.
22175 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22176 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22177 (dlclose): Likewise.
22178 (dlmopen): Likewise.
22179
8cc3269f
RM
221802013-08-27 Roland McGrath <roland@hack.frob.com>
22181
7f9d0034
RM
22182 * include/netdb.h [!_ISOMAC]:
22183 Don't include <tls.h>.
22184 (h_errno, __libc_h_errno): Move declaration and macros out of
22185 [_LIBC_REENTRANT].
22186
fb431262
RM
22187 * include/resolv.h [_RESOLV_H_]:
22188 Don't include <tls.h>.
22189 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22190 * resolv/res_libc.c: Don't include <tls.h>.
22191 (_res): Use __attribute__ ((nocommon)) in place of
22192 __attribute__ ((section (".bss"))).
22193
bd81123a
RM
22194 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22195 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22196
c4e42566
RM
22197 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22198
f890a59b
RM
22199 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22200 only under [SIOCGIFCONF && SIOCGIFNETMASK].
22201
22202 * resolv/res_mkquery.c: Include <sys/time.h>.
22203
5d1f0a09
RM
22204 * inet/ifreq.c: Moved to ...
22205 * sysdeps/unix/ifreq.c: ... here.
22206 * inet/ifreq.c: New file, true stub version.
22207
6fcf28b3
RM
22208 * socket/sa_len.c: New file.
22209 * socket/Makefile (aux): Add it.
22210 * sysdeps/unix/sysv/linux/Makefile
22211 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22212 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22213 and #include <socket/sa_len.c>.
22214 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22215 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22216
e041fb8b
RM
22217 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22218 * bits/socket.h: ... here.
22219
8cc3269f
RM
22220 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22221 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22222 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22223
5d228a43
AS
222242013-08-27 Andreas Schwab <schwab@suse.de>
22225
45b8accc
AS
22226 [BZ #15736]
22227 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22228 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22229 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22230 * string/test-strcasecmp.c (test_main): Run tests in several
22231 locales.
22232 * string/test-strncasecmp.c (test_main): Likewise.
22233
5d228a43
AS
22234 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22235 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22236 to __strcasecmp_nonascii and __strncasecmp_nonascii.
22237 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22238 (__strncasecmp_ssse3) [PIC]: Likewise.
22239
59d112a4
RM
222402013-08-26 Roland McGrath <roland@hack.frob.com>
22241
53234cc3
RM
22242 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22243
59d112a4
RM
22244 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22245 instead of explicitly declaring xdecrypt.
22246 * nis/nss_nis/nis-publickey.c: Likewise.
22247
595aba70
SP
222482013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22249
22250 [BZ #15890]
22251 * nscd/aicache.c: Include res_hconf.h.
22252 (addhstaiX): Initialize res_hconf.
22253
ffabd393
AS
222542013-08-26 Andreas Schwab <schwab@suse.de>
22255
22256 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22257 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22258
e0a69f5c
SP
222592013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22260
22261 * nscd/aicache.c (addhstaiX): Fix indentation.
22262
8c12f01d
MF
222632013-08-25 Mike Frysinger <vapier@gentoo.org>
22264
22265 * configure.ac: Quote $build_pt_chown test.
22266 * configure: Regenerated.
22267
8fe89494
JM
222682013-08-23 Joseph Myers <joseph@codesourcery.com>
22269
22270 [BZ #15532]
22271 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22272 * math/s_cexpf.c (__cexpf): Likewise.
22273 * math/s_cexpl.c (__cexpl): Likewise.
22274 * math/libm-test.inc (cexp_test_data): Correct expected return
22275 value for NaN + i0. Add another test.
22276
75b181d6
DM
222772013-08-22 David S. Miller <davem@davemloft.net>
22278
22279 * po/ca.po: Update Catalan translation from translation project.
936241e4 22280 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 22281
acd06bb1
JM
222822013-08-21 Joseph Myers <joseph@codesourcery.com>
22283
22284 [BZ #15797]
22285 * math/s_fdim.c (__fdim): Check for infinite arguments if result
22286 is infinite, not alongside NaN test.
22287 * math/s_fdimf.c (__fdimf): Likewise.
22288 * math/s_fdiml.c (__fdiml): Likewise.
22289 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
22290 errno is unchanged.
22291
c0c3f78a
OB
222922013-08-21 Ondřej Bílka <neleai@seznam.cz>
22293
22294 * argp/argp-help.c: Fix typos.
22295 * crypt/speeds.c: Likewise.
22296 * csu/check_fds.c: Likewise.
22297 * elf/dl-load.c: Likewise.
22298 * elf/dl-open.c: Likewise.
22299 * elf/reldep3.c: Likewise.
22300 * elf/reldep.c: Likewise.
22301 * elf/sprof.c: Likewise.
22302 * iconv/iconv_charmap.c: Likewise.
22303 * iconv/skeleton.c: Likewise.
22304 * iconv/strtab.c: Likewise.
22305 * io/lockf64.c: Likewise.
22306 * libio/libioP.h: Likewise.
22307 * resolv/gai_notify.c: Likewise.
22308 * resolv/ns_name.c: Likewise.
22309 * resolv/ns_samedomain.c: Likewise.
22310 * resolv/res_send.c: Likewise.
22311 * stdlib/random.c: Likewise.
22312 * sunrpc/rpc/xdr.h: Likewise.
22313 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22314 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22315 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22316 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22317 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22318 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22319 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22320 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22321 * sysdeps/mach/hurd/check_fds.c: Likewise.
22322 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22323 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22324 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22325 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22326 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22327 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22328 * sysdeps/pthread/aio_notify.c: Likewise.
22329 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22330 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22331 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22332 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22333 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22334
46ed1038
LD
223352013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22336
22337 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22338 version if bit_Slow_SSE4_2 is set.
22339 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22340 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22341
d400dcac
AZ
223422013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22343
22344 [BZ #15867]
22345 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22346 trampoline stack frame information.
22347 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22348 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22349 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22350 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22351 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22352 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22353 (_libc_vdso_platform_setup): Initialize the signal trampolines.
22354 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22355 sa_flags value.
22356 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22357 interrupting a syscall and set with option SA_SIGINFO.
22358
42c8fdd8
JM
223592013-08-20 Joseph Myers <joseph@codesourcery.com>
22360
c980f2f4
JM
22361 [BZ #15531]
22362 * math/s_cproj.c (__cproj): Only return an infinity if one part of
22363 argument is infinite.
22364 * math/s_cprojf.c (__cprojf): Likewise.
22365 * math/s_cprojl.c (__cprojl): Likewise.
22366 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22367 * math/libm-test.inc (cproj_test_data): Add more tests.
22368
0716c4fc
JM
22369 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22370
42c8fdd8
JM
22371 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22372 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22373 size. Use __ffs to determine corresponding shift.
22374
b31469d0
JM
223752013-08-20 Joseph Myers <joseph@codesourcery.com>
22376 Roland McGrath <roland@hack.frob.com>
22377
22378 * Makefile (INSTALL): Remove trailing blank lines from output of
22379 makeinfo.
22380
4e39af6e
AK
223812013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22382
22383 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22384 Align 32 bit compat elf_greg to 8 bytes.
22385
f315524e
AA
223862013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
22387
22388 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22389
1326ba1a
SP
223902013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22391
22392 * string/strcoll_l.c (coll_seq): New structure.
22393 (get_next_seq_cached): New function.
22394 (get_next_seq): New function.
22395 (do_compare): New function.
22396 (STRCOLL): Use GNU style definition. Simplify implementation
22397 by using get_next_seq, get_next_seq_cached and do_compare.
22398
91ce4085
FW
223992013-08-16 Florian Weimer <fweimer@redhat.com>
22400
22401 [BZ #14699]
22402 CVE-2013-4237
22403 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22404 member.
22405 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22406 member.
22407 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22408 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22409 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
22410 conditional.
22411 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22412 GETDENTS_64BIT_ALIGNED.
22413 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22414 * manual/filesys.texi (Reading/Closing Directory): Document
22415 ENAMETOOLONG return value of readdir_r. Recommend readdir more
22416 strongly.
22417 * manual/conf.texi (Limits for Files): Add portability note to
22418 NAME_MAX, PATH_MAX.
22419 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22420
ca0a6bc4
AS
224212013-08-13 Andreas Schwab <schwab@suse.de>
22422
22423 [BZ #15749]
22424 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22425 of fabs.
22426 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22427 LDBL_MAX_EXP >= 16384]: Add tests for it.
22428
6c1fd795
DM
224292013-08-12 David S. Miller <davem@davemloft.net>
22430
22431 * version.h (RELEASE): Set to "development".
22432 (VERSION): Set to "2.18.90".
22433 * NEWS: Add 2.19 section.
22434
31ad488d
DM
224352013-08-03 David S. Miller <davem@davemloft.net>
22436
22437 * po/ko.po: Update Korean translation from translation project.
22438
db24e684
DM
224392013-08-01 David S. Miller <davem@davemloft.net>
22440
22441 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
22442 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22443 Bilka.
22444
f723285b
DM
224452013-07-30 David S. Miller <davem@davemloft.net>
22446
22447 * po/fr.po: Update French translation from translation project.
22448
3cbc52db
DM
224492013-07-28 David S. Miller <davem@davemloft.net>
22450
30bbc0cc
DM
22451 * po/cs.po: Update Czech translation from translation project.
22452
3cbc52db
DM
22453 * po/sv.po: Update Swedish translation from translation project.
22454
d492e6d0
DM
224552013-07-27 David S. Miller <davem@davemloft.net>
22456
f1a7f492
DM
22457 * po/eo.po: Update Esperanto translation from translation project.
22458
90e62a4a
DM
22459 * po/vi.po: Update Vietnamese translation from translation project.
22460
d492e6d0
DM
22461 * po/de.po: Update German translation from translation project.
22462
d4baa62d
DM
224632013-07-26 David S. Miller <davem@davemloft.net>
22464
641aa7b4
DM
22465 * po/bg.po: Update Bulgarian translation from translation project.
22466
d4baa62d
DM
22467 * po/nl.po: Update Dutch translation from translation project.
22468 * po/pl.po: Update Polish translation from translation project.
22469 * po/ru.po: Update Russian translation from translation project.
22470
61a9dcb9
DM
224712013-07-24 David S. Miller <davem@davemloft.net>
22472
22473 * po/libc.pot: Update.
22474
7b1f8b58
AZ
224752013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22476
22477 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22478 variable page size.
22479 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22480 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22481 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22482
a8fc7a03
AK
224832013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22484
22485 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22486
e4608715
CD
224872013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
22488 Andreas Schwab <schwab@suse.de>
22489 Roland McGrath <roland@hack.frob.com>
22490 Joseph Myers <joseph@codesourcery.com>
22491 Carlos O'Donell <carlos@redhat.com>
22492
22493 [BZ #15755]
22494 * config.h.in: Define HAVE_PT_CHOWN.
22495 * config.make.in (build-pt-chown): New variable.
22496 * configure.in (--enable-pt_chown): New configure option.
22497 * configure: Regenerate.
22498 * login/Makefile: Include Makeconfig. Build pt_chown only if
22499 build-pt-chown is enabled.
22500 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22501 pt_chown to fix pty ownership.
22502 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22503 CLOSE_ALL_FDS.
22504 * manual/install.texi (Configuring and compiling): Mention
22505 --enable-pt_chown. Add @findex for grantpt.
22506 * INSTALL: Regenerate.
22507
da2d62df
DM
225082013-07-20 David S. Miller <davem@davemloft.net>
22509
22510 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22511 difference between 32-bit and 64-bit.
22512
d7e06450
CD
225132013-07-15 Carlos O'Donell <carlos@redhat.com>
22514
22515 [BZ #15711]
22516 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22517 Avoid system header dependency with -ffreestanding.
22518 ($(objpfx)bits/syscall%d): Likewise.
22519
f959cfd7
DM
225202013-07-13 David S. Miller <davem@davemloft.net>
22521
22522 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22523 underflows from atanl/atan2l due to bug 15319.
22524 (casinh_test_data): Likewise.
22525
c61f8513
DM
225262013-07-07 David S. Miller <davem@davemloft.net>
22527
22528 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22529
72c90ed0
JA
225302013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
22531
22532 * sysdeps/i386/fpu/libm-test-ulps: Update.
22533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22534
52dfbe13
SP
225352013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22536
22537 * configure.in (--enable-lock-elision): Fix message text.
22538 * INSTALL: Regenerate.
22539 * configure: Regenerate.
22540
3f169543
AZ
225412013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22542
22543 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22544
521c6785
AJ
225452013-07-03 Andreas Jaeger <aj@suse.de>
22546
22547 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22548 define.
22549 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22550 (ptrace_peeksiginfo_args): Add.
22551 (__ptrace_peeksiginfo_flags): Add.
22552 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22553 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22554 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22555
d2cc15cb
AM
225562013-07-03 Allan McRae <allan@archlinux.org>
22557
22558 * sysdeps/i386/fpu/libm-test-ulps: Update.
22559
3aaeeca7
DM
225602013-07-02 David S. Miller <davem@davemloft.net>
22561
22562 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22563
5314ed1a
MT
225642013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
22565
22566 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22567
67338156
JM
225682013-07-02 Joseph Myers <joseph@codesourcery.com>
22569
22570 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22571 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22572
1717da59
AK
225732013-07-02 Andi Kleen <ak@linux.intel.com>
22574
22575 * config.h.in (ENABLE_LOCK_ELISION): Add.
22576 * configure.in (--enable-lock-elision): Add option.
22577 * manual/install.texi: Document --enable lock elision.
22578 * configure: Regenerate
22579 * INSTALL: Regenerate.
22580
1c81621c
L
225812013-07-02 H.J. Lu <hongjiu.lu@intel.com>
22582
22583 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22584 SSE4.2 strcasecmp for libc.a.
22585 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22586
77f01ab5
JM
225872013-07-02 Joseph Myers <joseph@codesourcery.com>
22588
22589 [BZ #13304]
22590 * soft-fp/op-common.h (_FP_FMA): New macro.
22591 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22592 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
22593 (_FP_MUL_MEAT_1_imm): ... here.
22594 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
22595 (_FP_MUL_MEAT_1_wide): ... here.
22596 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
22597 (_FP_MUL_MEAT_1_hard): ... here.
22598 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22599 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
22600 (_FP_MUL_MEAT_2_wide): ... here.
22601 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
22602 (_FP_MUL_MEAT_2_wide_3mul): ... here.
22603 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
22604 (_FP_MUL_MEAT_2_gmp): ... here.
22605 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22606 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
22607 (_FP_MUL_MEAT_4_wide): ... here.
22608 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
22609 (_FP_MUL_MEAT_4_gmp): ... here.
22610 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22611 (_FP_WFRACBITS_DW_S): Likewise.
22612 (_FP_WFRACXBITS_DW_S): Likewise.
22613 (_FP_HIGHBIT_DW_S): Likewise.
22614 (FP_FMA_S): Likewise.
22615 (_FP_FRAC_HIGH_DW_S): Likewise.
22616 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22617 (_FP_WFRACBITS_DW_D): Likewise.
22618 (_FP_WFRACXBITS_DW_D): Likewise.
22619 (_FP_HIGHBIT_DW_D): Likewise.
22620 (FP_FMA_D): Likewise.
22621 (_FP_FRAC_HIGH_DW_D): Likewise.
22622 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22623 (_FP_WFRACBITS_DW_E): Likewise.
22624 (_FP_WFRACXBITS_DW_E): Likewise.
22625 (_FP_HIGHBIT_DW_E): Likewise.
22626 (FP_FMA_E): Likewise.
22627 (_FP_FRAC_HIGH_DW_E): Likewise.
22628 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22629 (_FP_WFRACBITS_DW_Q): Likewise.
22630 (_FP_WFRACXBITS_DW_Q): Likewise.
22631 (_FP_HIGHBIT_DW_Q): Likewise.
22632 (FP_FMA_Q): Likewise.
22633 (_FP_FRAC_HIGH_DW_Q): Likewise.
22634 * soft-fp/fmasf4.c: New file.
22635 * soft-fp/fmadf4.c: Likewise.
22636 * soft-fp/fmatf4.c: Likewise.
22637
6308fd9a
LD
226382013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22639
22640 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22641 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22642 Silvermont.
22643 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22644 macro.
22645 (index_Slow_SSE4_2): Likewise.
22646 (index_Prefer_PMINUB_for_stringop): Likewise.
22647 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22648 bit_Slow_SSE4_2 is set.
22649 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22650 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22651
89cd9569
RA
226522013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22653
22654 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22655 rtld_global._dl_hwcap2.
22656 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22657 POWER8.
22658 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22659 POWER8 feature descriptions defined in _dl_hwcap2.
22660 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22661 string handling for POWER8 feature bits.
22662 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22663 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22664 _dl_powerpc_cap_flags.
22665 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22666 * sysdeps/powerpc/rtld-global-offsets.sym
22667 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22668 _dl_hwcap2 in the rtld_global_ro structure.
22669
1ae8bfe0
RA
226702013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22671
22672 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22673 hardware capabilities in support of AT_HWCAP2.
22674 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22675 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22676 GLRO(dl_hwcap2).
22677 (_dl_show_auxv): Add support for calling _dl_procinfo to display
22678 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
22679 explicitly the unknown a_type display mechanism is used.
22680 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22681 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22682 struct member.
22683 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22684 to macro prototype for AT_HWCAP2 support.
22685 * sysdeps/i386/dl-procinfo.h: Likewise.
22686 * sysdeps/s390/dl-procinfo.h: Likewise.
22687 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22688 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
22689 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
22690 return -1 for unknown a_type display fallback.
22691 * sysdeps/sparc/dl-procinfo.h: Likewise.
22692 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22693 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22694
8fbec010
JM
226952013-06-28 Joseph Myers <joseph@codesourcery.com>
22696
22697 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22698 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22699
0432680e
PY
227002013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
22701
22702 [BZ #12492]
22703 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22704 mprotect making __stack_prot writable.
22705
ce61a2ad
NF
227062013-06-28 Nathan Froyd <froydnj@codesourcery.com>
22707 Joseph Myers <joseph@codesourcery.com>
22708
22709 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22710 as being properly aligned.
22711
f91f1c0f
MR
227122013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
22713
3d0f5d0c
MR
22714 * dlfcn/modstatic5.c: New file.
22715 * dlfcn/tststatic5.c: New file.
22716 * dlfcn/Makefile (tests): Add tststatic5.
22717 (tests-static): Likewise.
22718 (modules-names): Add modstatic5.
22719 (tststatic5-ENV): New variable.
22720 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22721
f91f1c0f
MR
22722 [BZ #15022]
22723 * elf/dl-support.c (_dl_main_map): New variable.
22724 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22725 (_dl_nns, _dl_load_adds): Set to 1.
22726 (_dl_initial_searchlist): Refer to _dl_main_map.
22727 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22728 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22729 call to _dl_get_origin.
22730 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22731 around call_map.
22732 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22733 * dlfcn/modstatic3.c: New file.
22734 * dlfcn/tststatic3.c: New file.
22735 * dlfcn/tststatic4.c: New file.
22736 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22737 (tests-static): Likewise.
22738 (modules-names): Add modstatic3.
22739 (tststatic3-ENV, tststatic4-ENV): New variables.
22740 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22741 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22742
cbe7d24b
JM
227432013-06-26 Joseph Myers <joseph@codesourcery.com>
22744
22745 * configure.in (CC): Require GCC version 4.4 or later.
22746 * configure: Regenerated.
22747 * manual/install.texi (Tools for Compilation): Update GCC version
22748 requirement.
22749 * INSTALL: Regenerated.
22750
11b8a0e1
LD
227512013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22752
22753 [BZ #15674]
bb5bb87c
L
22754 * string/test-memcmp.c (check2): New.
22755 (main): Call check2.
22756
11b8a0e1
LD
22757 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22758
b0037103
MR
227592013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
22760
22761 [BZ #15022]
22762 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22763 over to...
22764 (dl_open_worker) [!SHARED]: ... here.
22765
c18c701d
RA
227662013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22767
22768 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22769
1d17fa5f
RH
227702013-06-25 Richard Henderson <rth@redhat.com>
22771
22772 * locale/programs/locarchive.c: Include <libc-internal.h>
22773
8fcb833a
JM
227742013-06-25 Joseph Myers <joseph@codesourcery.com>
22775
22776 * manual/texinfo.tex: Update to version 2013-06-21.17, with
22777 trailing whitespace removed.
22778
17db6e8d
MF
227792013-06-24 Mike Frysinger <vapier@gentoo.org>
22780
22781 [BZ #10283]
17db6e8d
MF
22782 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22783 * locale/programs/locarchive.c: Include libc-mmap.h.
22784 (prepare_address_space): Take two new outputs (the mmap base and len).
22785 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
22786 values.
22787 (create_archive): Declare new mmap base and len values for
22788 prepare_address_space, and store the result in ah.
22789 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22790 (enlarge_archive): If ah->mmap_base is not NULL, use that and
22791 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22792 Declare new mmap base and len values for
22793 prepare_address_space, and store the result in new_ah.
22794 (open_archive): Declare new mmap base and len values for
22795 prepare_address_space, and store the result in ah.
22796 (close_archive): If ah->mmap_base is not NULL, use that and
22797 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22798 * sysdeps/generic/libc-mmap.h: New file.
22799
d605071e
MF
228002013-06-24 Mike Frysinger <vapier@gentoo.org>
22801
22802 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22803 (ALIGN_UP): Likewise.
22804 (PTR_ALIGN_DOWN): Likewise.
22805 (PTR_ALIGN_UP): Likewise.
22806
2f063a6e
RA
228072013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22808
22809 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22810 entry mapped to PPC_PLATFORM_POWER8.
22811 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22812 POWER8.
22813 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22814 (_dl_string_platform): Add case for exporting platform position for
22815 POWER8.
22816 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22817 search path to sysdeps/powerpc/powerpc32/power8 directory.
22818 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22819 search path to sysdeps/powerpc/powerpc64/power8 directory.
22820 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22821 power7 directories.
22822 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22823 power7 directories.
22824
a31ee4b3
SP
228252013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22826
a74ca98f
SP
22827 * INSTALL: Regenerate.
22828
a31ee4b3
SP
22829 * nscd/connections.c (nscd_init): Fix comment.
22830
695c378f
JM
228312013-06-22 Joseph Myers <joseph@codesourcery.com>
22832
d8412221
JM
22833 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22834
695c378f
JM
22835 [BZ #15667]
22836 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22837 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22838
d1d54715
MR
228392013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22840
22841 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22842 DL_DST_REQ_STATIC.
22843 (DL_DST_REQ_STATIC): Remove macro.
22844
8fdda7af
JM
228452013-06-21 Joseph Myers <joseph@codesourcery.com>
22846
22847 [BZ #7006]
22848 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22849 with a shift of 0 bits.
22850
f3bc5e5a
MR
228512013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22852
22853 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22854 $(tststatic-ENV).
22855
be09e8c9
KK
228562013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22857
22858 [BZ #15655]
22859 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22860
85c2e611
AZ
228612013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22862
22863 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22864 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22865 accepts -fno-tree-loop-distribute-patterns.
22866 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22867 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22868 recursive call.
22869 * string/memset.c (memset): Likewise.
22870 * string/test-memmove.c (simple_memmove): Disable loop transformation
22871 to library calls.
22872 * string/test-memset.c (simple_memset): Likewise.
22873 * benchtests/bench-memmove.c (simple_memmove): Likewise.
22874 * benchtests/bench-memset.c (simple_memset): Likewise.
22875 * configure: Regenerated.
22876
c91e0825
JM
228772013-06-20 Joseph Myers <joseph@codesourcery.com>
22878
b8c792af
JM
22879 * math/test-misc.c (main): Ignore fesetround failure when failures
22880 of subsequent rounding tests would be ignored.
22881
c91e0825
JM
22882 [BZ #15654]
22883 * math/fedisblxcpt.c (fedisableexcept): Return 0.
22884 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22885 * math/fegetenv.c (__fegetenv): Return 0.
22886 * math/fegetexcept.c (fegetexcept): Return 0.
22887 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22888 FE_TONEAREST.
22889 * math/feholdexcpt.c (feholdexcept): Return 0.
22890 * math/fesetenv.c (__fesetenv): Return 0.
22891 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22892 argument FE_TONEAREST.
22893 * math/feupdateenv.c (__feupdateenv): Return 0.
22894 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22895
bfcacbde
RM
228962013-06-18 Roland McGrath <roland@hack.frob.com>
22897
22898 * elf/rtld-Rules (rtld-compile-command.S): New variable.
22899 (rtld-compile-command.s, rtld-compile-command.c): New variables.
22900 ($(objpfx)rtld-%.os rules): Use them.
22901
e55a9b25
AZ
229022013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22903
22904 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22905 fields.
22906
346d65b3
RM
229072013-06-17 Roland McGrath <roland@hack.frob.com>
22908
12086fb4
RM
22909 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22910 length of target pattern, then descending length of dependency pattern.
22911 * configure.in (AWK): Require gawk 3.1.2 or newer.
22912 * manual/install.texi (Tools for Compilation): Say that we do.
22913 * configure: Regenerated.
22914
346d65b3
RM
22915 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22916 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22917 * scripts/sysd-rules.awk: ... this new script.
22918 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22919 than a glob-style pattern.
22920
1a846317
JM
229212013-06-17 Joseph Myers <joseph@codesourcery.com>
22922
22923 * math/test-misc.c (main): Do not treat incorrectly rounded
22924 conversions as failure unless ROUNDING_TESTS passes.
22925
8fc75e6f
JM
229262013-06-15 Joseph Myers <joseph@codesourcery.com>
22927
3711a167
JM
22928 [BZ #15631]
22929 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22930 restore exception state around main square root computation, then
22931 check for inexactness explicitly.
22932
8fc75e6f
JM
22933 * math/libm-test.inc (fma_test_data): Add another test.
22934
61dd6208
SP
229352013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22936
adf23d2c
SP
22937 * manual/threads.texi (Non-POSIX Extensions): New document
22938 node. Document pthread_getattr_default_np and
22939 pthread_setattr_default_np.
22940
61dd6208
SP
22941 * Versions.def (libpthread): Add GLIBC_2.18.
22942 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22944 Likewise.
22945 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22946 Likewise.
22947 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22948 Likewise.
22949 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22950 Likewise.
22951 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22952 Likewise.
22953 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22954 Likewise.
22955 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22956 Likewise.
22957 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22958 Likewise.
22959 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22960 Likewise.
22961
d086fc7b
LD
229622013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22963
22964 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22965 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22966
747ef469
SP
229672013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
22968 H.J. Lu <hjl.tools@gmail.com>
22969
22970 [BZ #15627]
22971 * sysdeps/x86_64/rtld-memset.c: Remove file.
22972 * sysdeps/x86_64/rtld-memset.S: New file.
22973
1b2feed2
JM
229742013-06-14 Joseph Myers <joseph@codesourcery.com>
22975
22976 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22977 (test_in_one_mode): Take arguments for whether the rounding mode
22978 is supported for each floating-point type.
22979 (do_test): Pass new arguments to test_in_one_mode using
22980 ROUNDING_TESTS.
22981
a58ad3f8
RM
229822013-06-13 Roland McGrath <roland@hack.frob.com>
22983
22984 * posix/tst-waitid.c (do_test): Distinguish different instances of
22985 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
22986 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22987 before entering the kernel for waitpid.
22988
c204ab28
SP
229892013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22990
22991 * NEWS: Fix note on clock function precision. Text by Roland
22992 McGrath.
22993
f4a29fba
RM
229942013-06-13 Roland McGrath <roland@hack.frob.com>
22995
22996 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22997 it into place only when and if the sanity check passes.
22998
1f24b9ad
JM
229992013-06-13 Joseph Myers <joseph@codesourcery.com>
23000
23001 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23002 output for whether conversion result is exact. Take argument
23003 indicating whether type is IBM long double.
23004 (round_for_all): Change need_exact field to ibm_ld.
23005 * stdlib/tst-strtod-round.c (struct exactness): New type.
23006 (struct test): Change bool ld_ok field to struct exactness exact.
23007 (TEST): Update all definitions for change to field.
23008 (tests): Regenerate array contents.
23009 (test_in_one_mode): Take pointer to new field instead of old ld_ok
23010 field value. Check for IBM long double here.
23011 (do_test): Update calls to test_in_one_mode.
23012
58206c68
SP
230132013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23014
23015 [BZ #12515]
23016 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23017 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23018
2d6f4c5b 230192013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
23020
23021 [BZ #15605]
23022 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23023 generated by the compiler on loop optimizations.
23024 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23025 general definitions.
23026
94f2c076
JM
230272013-06-12 Joseph Myers <joseph@codesourcery.com>
23028
23029 * math/bug-nextafter.c: Include <math-tests.h>.
23030 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23031 the relevant type.
23032 * math/bug-nexttoward.c: Include <math-tests.h>.
23033 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23034 the relevant type.
23035 * math/test-misc.c: Include <math-tests.h>.
23036 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23037 the relevant type.
23038
e0e50a0a
AJ
230392013-06-12 Andreas Jaeger <aj@suse.de>
23040
23041 * po/ia.po: Update Interlingua translation from translation
23042 project.
23043
25061094
SP
230442013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23045
23046 * include/fenv.h: Include stdbool.h.
23047 (struct rm_ctx): New structure.
23048 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23049 Define macro.
23050 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23051 (SET_RESTORE_ROUNDF): Likewise.
23052 (SET_RESTORE_ROUNDL): Likewise.
23053 (SET_RESTORE_ROUND_NOEX): Likewise.
23054 (SET_RESTORE_ROUND_NOEXF): Likewise.
23055 (SET_RESTORE_ROUND_NOEXL): Likewise.
23056 (SET_RESTORE_ROUND_53BIT): Likewise.
23057 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23058 (libc_feresetround_noexf_ctx): Likewise.
23059 (libc_feresetround_noexl_ctx): Likewise.
23060 (libc_feholdsetround_53bit_ctx): Likewise.
23061 (libc_feresetround_53bit_ctx): Likewise.
23062 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23063 (libc_feholdexcept_setround_sse_ctx): New function.
23064 (libc_fesetenv_sse_ctx): Likewise.
23065 (libc_feupdateenv_sse_ctx): Likewise.
23066 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23067 (libc_feholdexcept_setround_387_ctx): Likewise.
23068 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23069 (libc_feholdsetround_387_prec_ctx): Likewise.
23070 (libc_feholdsetround_387_ctx): Likewise.
23071 (libc_feholdsetround_387_53bit_ctx): Likewise.
23072 (libc_feholdsetround_sse_ctx): Likewise.
23073 (libc_feresetround_sse_ctx): Likewise.
23074 (libc_feresetround_387_ctx): Likewise.
23075 (libc_feupdateenv_387_ctx): Likewise.
23076 (libc_feholdexcept_setroundf_ctx): Define macro.
23077 (libc_fesetenvf_ctx): Likewise.
23078 (libc_feupdateenvf_ctx): Likewise.
23079 (libc_feholdsetroundf_ctx): Likewise.
23080 (libc_feresetroundf_ctx): Likewise.
23081 (libc_feholdexcept_setround_ctx): Likewise.
23082 (libc_fesetenv_ctx): Likewise.
23083 (libc_feupdateenv_ctx): Likewise.
23084 (libc_feholdsetround_ctx): Likewise.
23085 (libc_feresetround_ctx): Likewise.
23086 (libc_feholdexcept_setroundl_ctx): Likewise.
23087 (libc_feupdateenvl_ctx): Likewise.
23088 (libc_feholdsetroundl_ctx): Likewise.
23089 (libc_feresetroundl_ctx): Likewise.
23090 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23091 (libc_feresetround_53bit_ctx): Likewise.
23092
59b30555
SP
230932013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23094
23095 * locale/iso-639.def: Convert to UTF-8.
23096
f1d73d30
JM
230972013-06-11 Joseph Myers <joseph@codesourcery.com>
23098
23099 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23100 (EXCEPTION_TESTS_double): Likewise.
23101 (EXCEPTION_TESTS_long_double): Likewise.
23102 (EXCEPTION_TESTS): Likewise.
23103 * math/libm-test.inc (test_exceptions): Only test exceptions if
23104 EXCEPTION_TESTS (FLOAT).
23105
94aca5e7
SP
231062013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23107
23108 * benchtests/Makefile (string-bench): Add strcpy_chk and
23109 stpcpy_chk.
23110 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23111 * benchtests/bench-stpcpy_chk.c: New file.
23112 * benchtests/bench-strcpy_chk-ifunc.c: New file.
23113 * benchtests/bench-strcpy_chk.c: New file.
23114 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23115 code.
23116 (do_test): Likewise.
23117
fac0c5f2
RA
231182013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23119
23120 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23121 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23122 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23123 with tabs where appropriate.
23124 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23125 dl-procinfo.h.
23126 [PPC_PLATFORM_PPC440]: Likewise.
23127 [PPC_PLATFORM_PPC464]: Likewise.
23128 [PPC_PLATFORM_PPC476]: Likewise.
23129 (_dl_string_platform): Add support for detecting ppc405, ppc440,
23130 ppc464, and ppc476 platform strings merging from ports/
23131 dl-procinfo.h.
23132
f22bc486
AS
231332013-06-11 Andreas Schwab <schwab@suse.de>
23134
23135 [BZ #14991]
23136 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23137 (from_ucs4_idx): Regenerate.
23138 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23139 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23140 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23141 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23142 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23143 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23144 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23145 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23146 from FROM_LOOP and TO_LOOP specific macros.
23147 (BODY): Handle combining characters.
23148 * iconvdata/BIG5HKSCS.irreversible: Update.
23149 * iconvdata/BIG5HKSCS.precomposed: New file.
23150 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23151 characters.
23152 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23153
c1f75dc3
SP
231542013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23155
4eacded2
SP
23156 * include/sys/time.h: Fix indentation and add copyright header.
23157
fec799f8
SP
23158 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23159 (do_test): Likewise.
23160 * string/test-memchr.c (do_one_test): Likewise.
23161 (do_test): Likewise.
23162 * string/test-memcmp.c (do_one_test): Likewise.
23163 (do_test): Likewise.
23164 * string/test-memcpy.c (do_one_test): Likewise.
23165 (do_test): Likewise.
23166 * string/test-memmem.c (do_one_test): Likewise.
23167 (do_test): Likewise.
23168 (do_random_tests): Likewise.
23169 * string/test-memmove.c (do_one_test): Likewise.
23170 (do_test): Likewise.
23171 * string/test-memset.c (do_one_test): Likewise.
23172 (do_test): Likewise.
23173 * string/test-rawmemchr.c (do_one_test): Likewise.
23174 (do_test): Likewise.
23175 * string/test-strcasecmp.c (do_one_test): Likewise.
23176 (do_test): Likewise.
23177 * string/test-strcasestr.c (do_one_test): Likewise.
23178 (do_test): Likewise.
23179 * string/test-strcat.c (do_one_test): Likewise.
23180 (do_test): Likewise.
23181 * string/test-strchr.c (do_one_test): Likewise.
23182 (do_test): Likewise.
23183 * string/test-strcmp.c (do_one_test): Likewise.
23184 (do_test): Likewise.
23185 * string/test-strcpy.c (do_one_test): Likewise.
23186 (do_test): Likewise.
23187 * string/test-string.h: Likewise.
23188 (test_init): Likewise.
23189 * string/test-strlen.c (do_one_test): Likewise.
23190 (do_test): Likewise.
23191 * string/test-strncasecmp.c (do_one_test): Likewise.
23192 (do_test): Likewise.
23193 * string/test-strncat.c (do_one_test): Likewise.
23194 (do_test): Likewise.
23195 * string/test-strncmp.c (do_one_test): Likewise.
23196 (do_test_limit): Likewise.
23197 (do_test): Likewise.
23198 * string/test-strncpy.c (do_one_test): Likewise.
23199 (do_test): Likewise.
23200 * string/test-strnlen.c (do_one_test): Likewise.
23201 (do_test): Likewise.
23202 * string/test-strpbrk.c (do_one_test): Likewise.
23203 (do_test): Likewise.
23204 * string/test-strrchr.c (do_one_test): Likewise.
23205 (do_test): Likewise.
23206 * string/test-strspn.c (do_one_test): Likewise.
23207 (do_test): Likewise.
23208 * string/test-strstr.c (do_one_test): Likewise.
23209 (do_test): Likewise.
23210
97020474
SP
23211 * benchtests/Makefile (string-bench): Add string benchmarks.
23212 * benchtests/bench-bcopy-ifunc.c: New file.
23213 * benchtests/bench-bcopy.c: New file.
23214 * benchtests/bench-bzero-ifunc.c: New file.
23215 * benchtests/bench-bzero.c: New file.
23216 * benchtests/bench-memccpy-ifunc.c: New file.
23217 * benchtests/bench-memccpy.c: New file.
23218 * benchtests/bench-memchr-ifunc.c: New file.
23219 * benchtests/bench-memchr.c: New file.
23220 * benchtests/bench-memcmp-ifunc.c: New file.
23221 * benchtests/bench-memcmp.c: New file.
23222 * benchtests/bench-memmem-ifunc.c: New file.
23223 * benchtests/bench-memmem.c: New file.
23224 * benchtests/bench-memmove-ifunc.c: New file.
23225 * benchtests/bench-memmove.c: New file.
23226 * benchtests/bench-mempcpy-ifunc.c: New file.
23227 * benchtests/bench-mempcpy.c: New file.
23228 * benchtests/bench-memset-ifunc.c: New file.
23229 * benchtests/bench-memset.c: New file.
23230 * benchtests/bench-rawmemchr-ifunc.c: New file.
23231 * benchtests/bench-rawmemchr.c: New file.
23232 * benchtests/bench-stpcpy-ifunc.c: New file.
23233 * benchtests/bench-stpcpy.c: New file.
23234 * benchtests/bench-stpncpy-ifunc.c: New file.
23235 * benchtests/bench-stpncpy.c: New file.
23236 * benchtests/bench-strcasecmp-ifunc.c: New file.
23237 * benchtests/bench-strcasecmp.c: New file.
23238 * benchtests/bench-strcasestr-ifunc.c: New file.
23239 * benchtests/bench-strcasestr.c: New file.
23240 * benchtests/bench-strcat-ifunc.c: New file.
23241 * benchtests/bench-strcat.c: New file.
23242 * benchtests/bench-strchr-ifunc.c: New file.
23243 * benchtests/bench-strchr.c: New file.
23244 * benchtests/bench-strchrnul-ifunc.c: New file.
23245 * benchtests/bench-strchrnul.c: New file.
23246 * benchtests/bench-strcmp-ifunc.c: New file.
23247 * benchtests/bench-strcmp.c: New file.
23248 * benchtests/bench-strcpy-ifunc.c: New file.
23249 * benchtests/bench-strcpy.c: New file.
23250 * benchtests/bench-strcspn-ifunc.c: New file.
23251 * benchtests/bench-strcspn.c: New file.
23252 * benchtests/bench-strlen-ifunc.c: New file.
23253 * benchtests/bench-strlen.c: New file.
23254 * benchtests/bench-strncasecmp-ifunc.c: New file.
23255 * benchtests/bench-strncasecmp.c: New file.
23256 * benchtests/bench-strncat-ifunc.c: New file.
23257 * benchtests/bench-strncat.c: New file.
23258 * benchtests/bench-strncmp-ifunc.c: New file.
23259 * benchtests/bench-strncmp.c: New file.
23260 * benchtests/bench-strncpy-ifunc.c: New file.
23261 * benchtests/bench-strncpy.c: New file.
23262 * benchtests/bench-strnlen-ifunc.c: New file.
23263 * benchtests/bench-strnlen.c: New file.
23264 * benchtests/bench-strpbrk-ifunc.c: New file.
23265 * benchtests/bench-strpbrk.c: New file.
23266 * benchtests/bench-strrchr-ifunc.c: New file.
23267 * benchtests/bench-strrchr.c: New file.
23268 * benchtests/bench-strspn-ifunc.c: New file.
23269 * benchtests/bench-strspn.c: New file.
23270 * benchtests/bench-strstr-ifunc.c: New file.
23271 * benchtests/bench-strstr.c: New file.
23272
c1f75dc3
SP
23273 * benchtests/Makefile: Disable parallel execution of targets.
23274 (string-bench): Add memcpy.
23275 (benchset): New variable to store a list of benchmark sets.
23276 (bench-func): Renamed from bench.
23277 (bench-set): New target.
23278 (bench): Depend on bench-func and bench-set.
23279 * benchtests/README: Add section on benchmark sets.
23280 * benchtests/bench-memcpy-ifunc.c: New file.
23281 * benchtests/bench-memcpy.c: New file.
23282 * benchtests/bench-string.h: New file.
23283
50fd745b
AS
232842013-06-11 Andreas Schwab <schwab@suse.de>
23285
23286 [BZ #15577]
23287 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23288 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23289 values in the triple.
23290 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23291 terminator in the group key.
23292
3ee7e9fe
AJ
232932013-06-11 Andreas Jaeger <aj@suse.de>
23294
23295 * po/zh_TW.po: Update Chinese (traditional) translation from
23296 translation project.
23297
89fb6835
SP
232982013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23299
23300 * include/time.h (__clock_gettime): Add libc_hidden_proto.
23301 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23302 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
23303 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23304 (clock_getcpuclockid): Likewise.
23305 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23306 Add weak_alias and libc_hidden_def.
23307 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23308 * rt/clock_gettime.c (clock_gettime): Rename to
23309 __clock_gettime. Add weak_alias and libc_hidden_def.
23310 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23311 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23312 __clock_nanosleep. Add weak_alias and libc_hidden_def.
23313 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23314 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23315 Likewise.
23316 * rt/clock_settime.c (clock_settime): Rename to
23317 __clock_settime. Add weak_alias and libc_hidden_def.
23318 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23319
0efa6f8b
JM
233202013-06-10 Joseph Myers <joseph@codesourcery.com>
23321
b8c61b4b
JM
23322 * mach/err_boot.sub: Remove trailing whitespace.
23323 * mach/err_ipc.sub: Likewise.
23324 * mach/err_mach.sub: Likewise.
23325
0efa6f8b
JM
23326 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23327 (ROUNDING_TESTS_double): Likewise.
23328 (ROUNDING_TESTS_long_double): Likewise.
23329 (ROUNDING_TESTS): Likewise.
23330 * math/libm-test.inc: Include <math-tests.h>.
23331 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23332 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23333 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23334 (IF_ROUND_INIT_FE_UPWARD): Likewise.
23335
50b818bf
SP
233362013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23337
23338 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23339 of assigning.
23340
60d2f8f3
JM
233412013-06-08 Joseph Myers <joseph@codesourcery.com>
23342
4902d2c3
JM
23343 * sysdeps/gnu/errlist.awk: Do not generate space at end of
23344 otherwise empty TRANS lines.
23345 * sysdeps/gnu/errlist.c: Regenerated.
23346
60d2f8f3
JM
23347 * catgets/gencat.c (error_print): Use (void) in function
23348 definition.
23349 * crypt/crypt_util.c (__init_des): Likewise.
23350 * crypt/speeds.c (Stop): Likewise.
23351 (main): Likewise.
23352 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23353 * inet/ruserpass.c (token): Likewise.
23354 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23355 * intl/localealias.c (extend_alias_table): Likewise.
23356 * intl/plural-exp.c (init_germanic_plural): Likewise.
23357 * libio/fcloseall.c (__fcloseall): Likewise.
23358 * libio/genops.c (_IO_flush_all): Likewise.
23359 (_IO_flush_all_linebuffered): Likewise.
23360 (_IO_cleanup): Likewise.
23361 (_IO_iter_begin): Likewise.
23362 (_IO_iter_end): Likewise.
23363 (_IO_list_lock): Likewise.
23364 (_IO_list_unlock): Likewise.
23365 (_IO_list_resetlock): Likewise.
23366 * libio/getchar.c (getchar): Likewise.
23367 * libio/getchar_u.c (getchar_unlocked): Likewise.
23368 * libio/getwchar.c (getwchar): Likewise.
23369 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23370 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23371 * login/getpt.c (__getpt): Likewise.
23372 * login/tst-utmp.c (main): Likewise.
23373 * malloc/hooks.c (__malloc_check_init): Likewise.
23374 * malloc/malloc.c (__malloc_stats): Likewise.
23375 * malloc/mtrace.c (tr_break): Likewise.
23376 (mtrace): Likewise.
23377 (muntrace): Likewise.
23378 * misc/fstab.c (endfsent): Likewise.
23379 * misc/getclktck.c (__getclktck): Likewise.
23380 * misc/getdtsz.c (__getdtablesize): Likewise.
23381 * misc/gethostid.c (gethostid): Likewise.
23382 * misc/getpagesize.c (__getpagesize): Likewise.
23383 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23384 (__get_nprocs): Likewise.
23385 (__get_phys_pages): Likewise.
23386 (__get_avphys_pages): Likewise.
23387 * misc/getttyent.c (getttyent): Likewise.
23388 (setttyent): Likewise.
23389 (endttyent): Likewise.
23390 * misc/getusershell.c (getusershell): Likewise.
23391 (endusershell): Likewise.
23392 (setusershell): Likewise.
23393 (initshells): Likewise.
23394 * misc/hsearch.c (__hdestroy): Likewise.
23395 * misc/sync.c (sync): Likewise.
23396 * misc/syslog.c (closelog_internal): Likewise.
23397 (closelog): Likewise.
23398 * misc/ttyslot.c (ttyslot): Likewise.
23399 * misc/vhangup.c (vhangup): Likewise.
23400 * posix/fork.c (__fork): Likewise.
23401 * posix/getegid.c (__getegid): Likewise.
23402 * posix/geteuid.c (__geteuid): Likewise.
23403 * posix/getgid.c (__getgid): Likewise.
23404 * posix/getpid.c (__getpid): Likewise.
23405 * posix/getppid.c (__getppid): Likewise.
23406 * posix/getuid.c (__getuid): Likewise.
23407 * posix/pause.c (pause): Likewise.
23408 * posix/setpgrp.c (setpgrp): Likewise.
23409 * posix/setsid.c (__setsid): Likewise.
23410 * posix/test-vfork.c (noop): Likewise.
23411 * resolv/gethnamaddr.c (_endhtent): Likewise.
23412 (_gethtent): Likewise.
23413 (ht_endhostent): Likewise.
23414 (gethostent): Likewise.
23415 (dns_service): Likewise.
23416 * stdlib/drand48.c (drand48): Likewise.
23417 * stdlib/lrand48.c (lrand48): Likewise.
23418 * stdlib/mrand48.c (mrand48): Likewise.
23419 * stdlib/rand.c (rand): Likewise.
23420 * stdlib/random.c (__random): Likewise.
23421 * stdlib/setenv.c (clearenv): Likewise.
23422 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23423 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23424 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23425 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23426 (__get_nprocs): Likewise.
23427 (__get_phys_pages): Likewise.
23428 (__get_avphys_pages): Likewise.
23429 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23430 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23431 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23432 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23433 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23434 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23435 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23436 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23437 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23438 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23439 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23440 * sysdeps/mach/hurd/sync.c (sync): Likewise.
23441 * sysdeps/posix/clock.c (clock): Likewise.
23442 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23443 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23444 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23445 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23446 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23447 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23448 (__get_nprocs_conf): Likewise.
23449 (__get_phys_pages): Likewise.
23450 (__get_avphys_pages): Likewise.
23451 * time/clock.c (clock): Likewise.
23452 * time/tzset.c (__tzname_max): Likewise.
23453
2e09a79a
JM
234542013-06-07 Joseph Myers <joseph@codesourcery.com>
23455
23456 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23457 (__bswap_32): Do not use "register".
23458 * crypt/crypt.c (_ufc_doit_r): Likewise.
23459 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23460 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23461 * gmon/gmon.c (__monstartup): Likewise.
23462 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23463 * hurd/hurdmalloc.c (more_memory): Likewise.
23464 (malloc): Likewise.
23465 (free): Likewise.
23466 (realloc): Likewise.
23467 (malloc_fork_prepare): Likewise.
23468 (malloc_fork_parent): Likewise.
23469 (malloc_fork_child): Likewise.
23470 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23471 (_svcauth_des): Likewise.
23472 * inet/inet_lnaof.c (inet_lnaof): Likewise.
23473 * inet/inet_net.c (inet_network): Likewise.
23474 * inet/inet_netof.c (inet_netof): Likewise.
23475 * inet/rcmd.c (__validuser2_sa): Likewise.
23476 * io/fts.c (fts_open): Likewise.
23477 (fts_load): Likewise.
23478 (fts_close): Likewise.
23479 (fts_read): Likewise.
23480 (fts_children): Likewise.
23481 (fts_build): Likewise.
23482 (fts_stat): Likewise.
23483 (fts_sort): Likewise.
23484 (fts_alloc): Likewise.
23485 (fts_lfree): Likewise.
23486 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23487 (_IO_file_xsgetn): Likewise.
23488 (_IO_file_xsgetn_mmap): Likewise.
23489 * libio/iofopncook.c (_IO_cookie_read): Likewise.
23490 (_IO_cookie_write): Likewise.
23491 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23492 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23493 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23494 * malloc/obstack.c (_obstack_begin): Likewise.
23495 (_obstack_begin_1): Likewise.
23496 (_obstack_newchunk): Likewise.
23497 (_obstack_allocated_p): Likewise.
23498 (obstack_free): Likewise.
23499 (_obstack_memory_used): Likewise.
23500 * misc/getttyent.c (getttynam): Likewise.
23501 (getttyent): Likewise.
23502 (skip): Likewise.
23503 (value): Likewise.
23504 * misc/getusershell.c (initshells): Likewise.
23505 * misc/syslog.c (__vsyslog_chk): Likewise.
23506 * misc/ttyslot.c (ttyslot): Likewise.
23507 * nis/nis_hash.c (__nis_hash): Likewise.
23508 * posix/fnmatch_loop.c (FCT): Likewise.
23509 * posix/getconf.c (print_all): Likewise.
23510 (main): Likewise.
23511 * posix/getopt.c (exchange): Likewise.
23512 * posix/glob.c (globfree): Likewise.
23513 (prefix_array): Likewise.
23514 (__glob_pattern_type): Likewise.
23515 * resolv/arpa/nameser.h (NS_GET16): Likewise.
23516 (NS_GET32): Likewise.
23517 (NS_PUT16): Likewise.
23518 (NS_PUT32): Likewise.
23519 * resolv/gethnamaddr.c (getanswer): Likewise.
23520 (gethostbyname2): Likewise.
23521 (gethostbyaddr): Likewise.
23522 (_gethtent): Likewise.
23523 (_gethtbyname2): Likewise.
23524 (_gethtbyaddr): Likewise.
23525 * resolv/ns_print.c (dst_s_get_int16): Likewise.
23526 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23527 * resolv/res_init.c (__res_vinit): Likewise.
23528 (net_mask): Likewise.
23529 * resolv/res_mkquery.c (outchar): Likewise.
23530 (PRINT): Likewise.
23531 * stdio-common/printf_fp.c (outchar): Likewise.
23532 (PRINT): Likewise.
23533 * stdio-common/printf_fphex.c (outchar): Likewise.
23534 (PRINT): Likewise.
23535 * stdio-common/printf_size.c (outchar): Likewise.
23536 (PRINT): Likewise.
23537 * stdio-common/test_rdwr.c (main): Likewise.
23538 * stdio-common/tfformat.c (matches): Likewise.
23539 * stdio-common/vfprintf.c (outchar): Likewise.
23540 (printf_unknown): Likewise.
23541 (buffered_vfprintf): Likewise.
23542 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23543 * stdio-common/xbug.c (AppendToBuffer): Likewise.
23544 (ReadFile): Likewise.
23545 * stdlib/qsort.c (SWAP): Likewise.
23546 (_quicksort): Likewise.
23547 * stdlib/setenv.c (__add_to_environ): Likewise.
23548 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23549 * stdlib/strtol_l.c (__strtol_l): Likewise.
23550 * stdlib/tst-strtod.c (main): Likewise.
23551 * stdlib/tst-strtol.c (main): Likewise.
23552 * stdlib/tst-strtoll.c (main): Likewise.
23553 * string/bits/string2.h (__strcmp_cc): Likewise.
23554 (__strcmp_cg): Likewise.
23555 (__strcspn_c1): Likewise.
23556 (__strcspn_c2): Likewise.
23557 (__strcspn_c3): Likewise.
23558 (__strspn_c1): Likewise.
23559 (__strspn_c2): Likewise.
23560 (__strspn_c3): Likewise.
23561 (__strsep_1c): Likewise.
23562 (__strsep_2c): Likewise.
23563 (__strsep_3c): Likewise.
23564 * string/memccpy.c (__memccpy): Likewise.
23565 * string/stpcpy.c (__stpcpy): Likewise.
23566 * string/strcmp.c (strcmp): Likewise.
23567 * string/strrchr.c (strrchr): Likewise.
23568 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23569 Likewise.
23570 * sysdeps/mach/hurd/getcwd.c
23571 (_hurd_canonicalize_directory_name_internal): Likewise.
23572 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23573 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23574 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23575 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23576 Likewise, in both definitions.
23577 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23578 definitions.
23579 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23580 64] (__bswap_64): Likewise.
23581 * time/test_time.c (main): Likewise.
23582 * time/tzfile.c (__tzfile_read): Likewise.
23583 (__tzfile_compute): Likewise.
23584 * time/tzset.c (__tzset_parse_tz): Likewise.
23585 (tzset_internal): Likewise.
23586 (compute_change): Likewise.
23587 * wcsmbs/wcscat.c (__wcscat): Likewise.
23588 * wcsmbs/wcschr.c (wcschr): Likewise.
23589 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23590 * wcsmbs/wcscspn.c (wcscspn): Likewise.
23591 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23592 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23593 * wcsmbs/wcsspn.c (wcsspn): Likewise.
23594 * wcsmbs/wcsstr.c (wcsstr): Likewise.
23595 * wcsmbs/wmemchr.c (wmemchr): Likewise.
23596 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23597 * wcsmbs/wmemset.c (wmemset): Likewise.
23598
9e54314b
JM
235992013-06-06 Joseph Myers <joseph@codesourcery.com>
23600
23601 * scripts/config.guess: Update to version 2013-05-16.
23602 * scripts/config.sub: Update to version 2013-04-24.
23603 * scripts/install-sh: Update to version 2011-11-20.07.
23604 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23605 * scripts/move-if-change: Update to version 2012-01-06 07:23.
23606
350635a5
OB
236072013-06-06 Ondřej Bílka <neleai@seznam.cz>
23608
23609 * debug/fgetws_u_chk.c: Fix leading whitespaces.
23610 * elf/sln.c: Likewise.
23611 * hurd/hurd/ioctl.h: Likewise.
23612 * hurd/hurdmalloc.c: Likewise.
23613 * hurd/xattr.c: Likewise.
23614 * include/shlib-compat.h: Likewise.
23615 * inet/ruserpass.c: Likewise.
23616 * libio/iofgets_u.c: Likewise.
23617 * libio/iofgetws_u.c: Likewise.
23618 * locale/programs/ld-identification.c: Likewise.
23619 * locale/programs/ld-time.c: Likewise.
23620 * mach/msg-destroy.c: Likewise.
23621 * nss/nss_files/files-netgrp.c: Likewise.
23622 * resolv/res_data.c: Likewise.
23623 * soft-fp/op-1.h: Likewise.
23624 * soft-fp/op-2.h: Likewise.
23625 * soft-fp/op-4.h: Likewise.
23626 * soft-fp/op-common.h: Likewise.
23627 * stdio-common/printf_fphex.c: Likewise.
23628 * stdlib/strtod_l.c: Likewise.
23629 * sunrpc/rpc/clnt.h: Likewise.
23630 * sysdeps/generic/framestate.c: Likewise.
23631 * sysdeps/i386/bsd-_setjmp.S: Likewise.
23632 * sysdeps/i386/bsd-setjmp.S: Likewise.
23633 * sysdeps/i386/__longjmp.S: Likewise.
23634 * sysdeps/i386/setjmp.S: Likewise.
23635 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23636 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23637 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23638 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23639 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23640 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23641 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23642 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23643 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23644 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23645 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23646 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23647 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23648 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23649 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23650 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23651 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23652 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23653 * sysdeps/ieee754/support.c: Likewise.
23654 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23655 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23656 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23657 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23658 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23659 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23660 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23661 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23662 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23663 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23664 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23665 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23666 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23667 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23668 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23669 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23670 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23672
44a988af
OB
236732013-06-05 Ondřej Bílka <neleai@seznam.cz>
23674
25506f09 23675 * posix/transbug.c: Remove executable mode.
44a988af 23676
9c84384c
JM
236772013-06-05 Joseph Myers <joseph@codesourcery.com>
23678
23679 * crypt/speeds.c: Remove trailing whitespace.
23680 * dlfcn/default.c: Likewise.
23681 * elf/ifuncdep2.c: Likewise.
23682 * elf/ifuncmain1.c: Likewise.
23683 * elf/ifuncmain1vis.c: Likewise.
23684 * elf/testobj.h: Likewise.
23685 * elf/tst-stackguard1.c: Likewise.
23686 * gmon/sys/gmon.h: Likewise.
23687 * hurd/hurdmsg.c: Likewise.
23688 * hurd/new-fd.c: Likewise.
23689 * hurd/ports-get.c: Likewise.
23690 * iconvdata/ibm1008_420.c: Likewise.
23691 * inet/tst-getni1.c: Likewise.
23692 * inet/tst-getni2.c: Likewise.
23693 * libio/ioungetc.c: Likewise.
23694 * libio/wfiledoalloc.c: Likewise.
23695 * manual/libm-err-tab.pl: Likewise.
23696 * math/w_dremf.c: Likewise.
23697 * misc/ftruncate.c: Likewise.
23698 * posix/bug-glob2.c: Likewise.
23699 * posix/tst-pcre.c: Likewise.
23700 * posix/wait4.c: Likewise.
23701 * resolv/README: Likewise.
23702 * resolv/res_debug.h: Likewise.
23703 * resolv/tst-inet_ntop.c: Likewise.
23704 * setjmp/bug269-setjmp.c: Likewise.
23705 * soft-fp/extended.h: Likewise.
23706 * soft-fp/op-1.h: Likewise.
23707 * soft-fp/op-2.h: Likewise.
23708 * soft-fp/op-4.h: Likewise.
23709 * soft-fp/op-8.h: Likewise.
23710 * soft-fp/testit.c: Likewise.
23711 * stdio-common/bug16.c: Likewise.
23712 * stdlib/random.c: Likewise.
23713 * sunrpc/rpcsvc/rquota.x: Likewise.
23714 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23715 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23716 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23717 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23718 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23719 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23720 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23721 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23722 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23723 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23724 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23725 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23726 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23727 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23728 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23729 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23730 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23731 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23732 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23733 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23734 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23735 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23736 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23737 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23738 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23739 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23740 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23741 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23742 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23743 * sysdeps/ieee754/s_lib_version.c: Likewise.
23744 * sysdeps/mach/hurd/check_fds.c: Likewise.
23745 * sysdeps/mach/hurd/getsockname.c: Likewise.
23746 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23747 * sysdeps/mach/hurd/recvfrom.c: Likewise.
23748 * sysdeps/powerpc/bits/link.h: Likewise.
23749 * sysdeps/powerpc/dl-procinfo.c: Likewise.
23750 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23751 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23752 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23753 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23754 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23755 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23756 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23757 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23758 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23759 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23760 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23761 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23762 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23763 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23764 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23765 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23766 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23767 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23768 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23769 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23770 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23771 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23772 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23773 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23774 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23775 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23776 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23777 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23778 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23779 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23780 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23781 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23782 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23783 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23784 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23785 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23786 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23787 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23788 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23789 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23790 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23791 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23792 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23793 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23794 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23795 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23796 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23797 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23798 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23799 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23800 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23801 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23802 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23803 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23804 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23805 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23806 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23807 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23808 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23809 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23810 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23811 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23812 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23813 * sysdeps/powerpc/sysdep.h: Likewise.
23814 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23815 * sysdeps/s390/s390-64/sub_n.S: Likewise.
23816 * sysdeps/sh/dl-trampoline.S: Likewise.
23817 * sysdeps/sh/memset.S: Likewise.
23818 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23819 * sysdeps/sh/strlen.S: Likewise.
23820 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23821 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23822 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23823 * sysdeps/sparc/sparc32/rem.S: Likewise.
23824 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23825 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23826 * sysdeps/sparc/sparc32/strchr.S: Likewise.
23827 * sysdeps/sparc/sparc32/udiv.S: Likewise.
23828 * sysdeps/sparc/sparc32/urem.S: Likewise.
23829 * sysdeps/sparc/sparc64/add_n.S: Likewise.
23830 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23831 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23832 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23833 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23834 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23835 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23836 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23837 * sysdeps/unix/bsd/times.c: Likewise.
23838 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23839 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23840 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23841 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23843 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23844 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23845 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23846 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23847 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23848 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23849 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23850 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23851 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23852 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23853 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23854 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23855 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23856 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23857 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23858 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23859 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23860 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23861 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23862 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23863 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23864 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23865 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23866 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23867 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23868 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23869 * sysdeps/x86_64/strcspn.S: Likewise.
23870
869378a5
RA
238712013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23872
23873 * locale/C-translit.h: Revert #include <stdint.h> because this is a
23874 generated file. Regenerate properly from gen-translit.pl.
23875 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
23876 locale/C-translit.h.
23877
840e2943
AS
238782013-06-05 Andreas Schwab <schwab@suse.de>
23879
23880 [BZ #15100]
23881 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23882 week as 6 instead of -1.
23883 * time/tst-strptime.c (day_tests): Add test case.
23884
4c60cb0c
SP
238852013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
23886
23887 * sysdeps/generic/math_private.h
23888 (libc_feholdexcept_setround_53bit): Replace with
23889 libc_feholdsetround_53bit.
23890 (libc_feupdateenv_53bit): Replace with
23891 libc_feresetround_53bit.
23892 (SET_RESTORE_ROUND_53BIT): Adjust.
23893
d180203e
SP
238942013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23895
96df079a
SP
23896 * string/test-strchrnul.c: Add copyright header.
23897
d180203e
SP
23898 * posix/tst-getaddrinfo4.c: Increase test timeout.
23899
8b0ccb2d
CD
239002013-06-03 Carlos O'Donell <carlos@redhat.com>
23901
23902 [BZ #15536]
23903 * math/libm-test.inc (MAX_EXP): Remove
23904 (MIN_EXP): Define.
23905 (ulp): Use MIN_EXP - MANT_DIG.
23906 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23907
3b3c4d40
CD
239082013-05-31 Carlos O'Donell <carlos@redhat.com>
23909
23910 * po/be.po: Revert last change.
23911 * po/zh_CN.po: Likewise.
23912 * po/header.pot: Likewise.
23913
fab7ce3f
JM
239142013-05-31 Joseph Myers <joseph@codesourcery.com>
23915
23916 * Makefile ($(common-objpfx)linkobj/libc.so): Define
23917 link-libc-deps to empty as target-specific variable.
23918 * Makerules (link-libc-args): New variable.
23919 (libc-for-link): Likewise.
23920 (link-libc-deps): Likewise.
23921 (lib%.so): Depend on $(link-libc-deps). Link with
23922 $(link-libc-args).
23923 (build-module): Link with $(link-libc-args).
23924 (build-module-asneeded): Likewise.
23925 (build-module-helper-objlist): Filter out $(link-libc-deps) from
23926 list of objects.
23927 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23928 target-specific variable.
23929 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23930 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23931 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23932 libc.
23933 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23934 libc and ld.so.
23935 ($(objpfx)libpcprofile.so): Likewise.
23936 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23937 libc_nonshared.a.
23938 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23939 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23940 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23941 $(link-libc-deps).
23942 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23943 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23944 * login/Makefile ($(objpfx)libutil.so): Likewise.
23945 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23946 * math/Makefile ($(objpfx)libm.so): Likewise.
23947 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23948 $(objpfx)libnsl.so): Define libc-for-link as target-specific
23949 variable instead of depending directly on libc.
23950 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23951 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23952 $(link-libc-deps).
23953 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23954 libc.
23955 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23956 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23957 ($(objpfx)libanl.so): Likewise.
23958 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23959 ld.so.
23960 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23961 $(link-libc-deps).
23962 * sysdeps/i386/fpu/Makefile: Remove file.
23963 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23964 ($(objpfx)libm.so): Remove dependency on ld.so.
23965
eca5920c
PF
239662013-05-30 Patsy Franklin <pfrankli@redhat.com>
23967
23968 [BZ # 15553]
23969 * nis/yp_xdr.c (XDRMAXNAME): Define.
23970 (XDRMAXRECORD): Define.
23971 (xdr_domainname): Use XDRMAXNAME.
23972 (xdr_mapname): Likewise.
23973 (xdr_peername): Likewise.
23974 (xdr_keydat): Use XDRMAXRECORD.
23975 (xdr_valdat): Likewise.
23976
239772013-05-30 Jeff Law <law@redhat.com>
96945714
JL
23978
23979 [BZ #14256]
23980 * manual/errno.texi (ESTALE): Update to account for more than
23981 just NFS file systems.
23982 * sysdeps/gnu/errlist.c: Regenerated.
23983
b9375348
SP
239842013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23985
23986 [BZ #15465]
23987 * elf/Makefile (tests): Add tst-null-argv.
23988 (modules-names): Add tst-null-argv-lib.
23989 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23990 (tst-null-argv-ENV): Set environment for tst-null-argv.
23991 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23992 (RTLD_PROGNAME): New macro.
23993 * elf/tst-null-argv.c: New test case.
23994 * elf/tst-null-argv-lib.c: Library for test case.
23995 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23996 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23997 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23998 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23999 * elf/dl-init.c (call_init): Likewise.
24000 (_dl_init): Likewise.
24001 * elf/dl-load.c (print_search_path): Likewise.
24002 (_dl_map_object): Likewise.
24003 * elf/dl-lookup.c (do_lookup_x): Likewise.
24004 (add_dependency): Likewise.
24005 (_dl_lookup_symbol_x): Likewise.
24006 (_dl_debug_bindings): Likewise.
24007 * elf/dl-open.c (_dl_show_scope): Likewise.
24008 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24009 * elf/dl-version.c (match_symbol): Likewise.
24010 (_dl_check_map_versions): Likewise.
24011 * elf/rtld.c (dl_main): Likewise.
24012 (print_unresolved): Use RTLD_PROGNAME.
24013 (print_missing_version): Likewise.
24014 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24015 (elf_machine_rela): Likewise.
24016 * sysdeps/powerpc/powerpc32/dl-machine.c
24017 (__process_machine_rela): Likewise.
24018 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24019 Likewise.
24020 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24021 Likewise.
24022 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24023 Likewise.
24024 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24025 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24026 Likewise.
24027 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24028 Likewise.
24029 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24030
8a9f20c8
CD
240312013-05-28 Carlos O'Donell <carlos@redhat.com>
24032
24033 * po/be.po: Add descriptive title.
24034 * po/zh_CN.po: Likewise.
24035 * po/header.pot: Likewise.
24036
0e60d68e
MF
240372013-05-28 Mike Frysinger <vapier@gentoo.org>
24038
24039 * locale/programs/locarchive.c (create_archive): Inlucde fname in
24040 error message.
24041 (enlarge_archive): Likewise.
24042
56b672e9
BN
240432013-05-28 Ben North <ben@redfrontdoor.org>
24044
24045 * manual/arith.texi (frexp): It is the magnitude of the return
24046 value which lies in [0.5, 1), not the return value itself.
24047
5e056687
AZ
240482013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24049
24050 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24051
2b66ef5d
TS
240522013-05-26 Thomas Schwinge <thomas@codesourcery.com>
24053
528c2405
TS
24054 * stdio-common/bug26.c (main): Correct fscanf template.
24055
07b4c13d
TS
24056 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24057 declare _dl_skip_args.
24058
ec9dd97c
TS
24059 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24060 Don't declare.
24061
2b66ef5d
TS
24062 * manual/platform.texi: Add missing @end deftypefun.
24063
4f8dfe27
JM
240642013-05-24 Joseph Myers <joseph@codesourcery.com>
24065
0323d086
JM
24066 [BZ #15529]
24067 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24068 bit of mantissa of 2^16382.
24069 * math/libm-test.inc (hypot_test_data): Add more tests.
24070
dd4259b9
JM
24071 * math/libm-test.inc: Add drem and pow10 to list of tested
24072 functions.
24073 (pow10_test): New function.
24074 (drem_test): Likewise.
24075 (drem_test_tonearest): Likewise.
24076 (drem_test_towardzero): Likewise.
24077 (drem_test_downward): Likewise.
24078 (drem_test_upward): Likewise.
24079 (main): Call the new functions.
24080
4f8dfe27
JM
24081 * math/libm-test.inc (finite_test_data): Remove.
24082 (finite_test): Run tests from isfinite_test_data.
24083 (gamma_test_data): Remove.
24084 (gamma_test): Run tests from lgamma_test_data.
24085 * sysdeps/i386/fpu/libm-test-ulps: Update.
24086 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24087
d116b7c4
AZ
240882013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24089
24090 * manual/platform.texi: Add PowerPC PPR function set documentation.
24091 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24092 implementation.
24093
e96e3767
CD
240942013-05-24 Carlos O'Donell <carlos@redhat.com>
24095
24096 * math/libm-test.inc (MAX_EXP): Define.
24097 (ULPDIFF): Define.
24098 (ulp): New function.
24099 (check_float_internal): Use ULPDIFF.
24100 (cpow_test): Disable failing test.
24101 (check_ulp): Test ulp() implemetnation.
24102 (main): Call check_ulp before starting tests.
24103
b679a606
JM
241042013-05-24 Joseph Myers <joseph@codesourcery.com>
24105
e8bdba36
JM
24106 * math/gen-libm-test.pl (generate_testfile): Do not handle
24107 START_DATA and END_DATA.
24108 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24109 END_DATA.
24110 (acos_tonearest_test_data): Likewise.
24111 (acos_towardzero_test_data): Likewise.
24112 (acos_downward_test_data): Likewise.
24113 (acos_upward_test_data): Likewise.
24114 (acosh_test_data): Likewise.
24115 (asin_test_data): Likewise.
24116 (asin_tonearest_test_data): Likewise.
24117 (asin_towardzero_test_data): Likewise.
24118 (asin_downward_test_data): Likewise.
24119 (asin_upward_test_data): Likewise.
24120 (asinh_test_data): Likewise.
24121 (atan_test_data): Likewise.
24122 (atanh_test_data): Likewise.
24123 (atan2_test_data): Likewise.
24124 (cabs_test_data): Likewise.
24125 (cacos_test_data): Likewise.
24126 (cacosh_test_data): Likewise.
24127 (carg_test_data): Likewise.
24128 (casin_test_data): Likewise.
24129 (casinh_test_data): Likewise.
24130 (catan_test_data): Likewise.
24131 (catanh_test_data): Likewise.
24132 (cbrt_test_data): Likewise.
24133 (ccos_test_data): Likewise.
24134 (ccosh_test_data): Likewise.
24135 (ceil_test_data): Likewise.
24136 (cexp_test_data): Likewise.
24137 (cimag_test_data): Likewise.
24138 (clog_test_data): Likewise.
24139 (clog10_test_data): Likewise.
24140 (conj_test_data): Likewise.
24141 (copysign_test_data): Likewise.
24142 (cos_test_data): Likewise.
24143 (cos_tonearest_test_data): Likewise.
24144 (cos_towardzero_test_data): Likewise.
24145 (cos_downward_test_data): Likewise.
24146 (cos_upward_test_data): Likewise.
24147 (cosh_test_data): Likewise.
24148 (cosh_tonearest_test_data): Likewise.
24149 (cosh_towardzero_test_data): Likewise.
24150 (cosh_downward_test_data): Likewise.
24151 (cosh_upward_test_data): Likewise.
24152 (cpow_test_data): Likewise.
24153 (cproj_test_data): Likewise.
24154 (creal_test_data): Likewise.
24155 (csin_test_data): Likewise.
24156 (csinh_test_data): Likewise.
24157 (csqrt_test_data): Likewise.
24158 (ctan_test_data): Likewise.
24159 (ctan_tonearest_test_data): Likewise.
24160 (ctan_towardzero_test_data): Likewise.
24161 (ctan_downward_test_data): Likewise.
24162 (ctan_upward_test_data): Likewise.
24163 (ctanh_test_data): Likewise.
24164 (ctanh_tonearest_test_data): Likewise.
24165 (ctanh_towardzero_test_data): Likewise.
24166 (ctanh_downward_test_data): Likewise.
24167 (ctanh_upward_test_data): Likewise.
24168 (erf_test_data): Likewise.
24169 (erfc_test_data): Likewise.
24170 (exp_test_data): Likewise.
24171 (exp_tonearest_test_data): Likewise.
24172 (exp_towardzero_test_data): Likewise.
24173 (exp_downward_test_data): Likewise.
24174 (exp_upward_test_data): Likewise.
24175 (exp10_test_data): Likewise.
24176 (exp2_test_data): Likewise.
24177 (expm1_test_data): Likewise.
24178 (fabs_test_data): Likewise.
24179 (fdim_test_data): Likewise.
24180 (finite_test_data): Likewise.
24181 (floor_test_data): Likewise.
24182 (fma_test_data): Likewise.
24183 (fma_towardzero_test_data): Likewise.
24184 (fma_downward_test_data): Likewise.
24185 (fma_upward_test_data): Likewise.
24186 (fmax_test_data): Likewise.
24187 (fmin_test_data): Likewise.
24188 (fmod_test_data): Likewise.
24189 (fpclassify_test_data): Likewise.
24190 (frexp_test_data): Likewise.
24191 (gamma_test_data): Likewise.
24192 (hypot_test_data): Likewise.
24193 (ilogb_test_data): Likewise.
24194 (isfinite_test_data): Likewise.
24195 (isgreater_test_data): Likewise.
24196 (isgreaterequal_test_data): Likewise.
24197 (isinf_test_data): Likewise.
24198 (isless_test_data): Likewise.
24199 (islessequal_test_data): Likewise.
24200 (islessgreater_test_data): Likewise.
24201 (isnan_test_data): Likewise.
24202 (isnormal_test_data): Likewise.
24203 (issignaling_test_data): Likewise.
24204 (isunordered_test_data): Likewise.
24205 (j0_test_data): Likewise.
24206 (j1_test_data): Likewise.
24207 (jn_test_data): Likewise.
24208 (ldexp_test_data): Likewise.
24209 (lgamma_test_data): Likewise.
24210 (lrint_test_data): Likewise.
24211 (lrint_tonearest_test_data): Likewise.
24212 (lrint_towardzero_test_data): Likewise.
24213 (lrint_downward_test_data): Likewise.
24214 (lrint_upward_test_data): Likewise.
24215 (llrint_test_data): Likewise.
24216 (llrint_tonearest_test_data): Likewise.
24217 (llrint_towardzero_test_data): Likewise.
24218 (llrint_downward_test_data): Likewise.
24219 (llrint_upward_test_data): Likewise.
24220 (log_test_data): Likewise.
24221 (log10_test_data): Likewise.
24222 (log1p_test_data): Likewise.
24223 (log2_test_data): Likewise.
24224 (logb_test_data): Likewise.
24225 (logb_downward_test_data): Likewise.
24226 (lround_test_data): Likewise.
24227 (llround_test_data): Likewise.
24228 (modf_test_data): Likewise.
24229 (nearbyint_test_data): Likewise.
24230 (nextafter_test_data): Likewise.
24231 (nexttoward_test_data): Likewise.
24232 (pow_test_data): Likewise.
24233 (pow_tonearest_test_data): Likewise.
24234 (pow_towardzero_test_data): Likewise.
24235 (pow_downward_test_data): Likewise.
24236 (pow_upward_test_data): Likewise.
24237 (remainder_test_data): Likewise.
24238 (remainder_tonearest_test_data): Likewise.
24239 (remainder_towardzero_test_data): Likewise.
24240 (remainder_downward_test_data): Likewise.
24241 (remainder_upward_test_data): Likewise.
24242 (remquo_test_data): Likewise.
24243 (rint_test_data): Likewise.
24244 (rint_tonearest_test_data): Likewise.
24245 (rint_towardzero_test_data): Likewise.
24246 (rint_downward_test_data): Likewise.
24247 (rint_upward_test_data): Likewise.
24248 (round_test_data): Likewise.
24249 (scalb_test_data): Likewise.
24250 (scalbn_test_data): Likewise.
24251 (scalbln_test_data): Likewise.
24252 (signbit_test_data): Likewise.
24253 (sin_test_data): Likewise.
24254 (sin_tonearest_test_data): Likewise.
24255 (sin_towardzero_test_data): Likewise.
24256 (sin_downward_test_data): Likewise.
24257 (sin_upward_test_data): Likewise.
24258 (sincos_test_data): Likewise.
24259 (sinh_test_data): Likewise.
24260 (sinh_tonearest_test_data): Likewise.
24261 (sinh_towardzero_test_data): Likewise.
24262 (sinh_downward_test_data): Likewise.
24263 (sinh_upward_test_data): Likewise.
24264 (sqrt_test_data): Likewise.
24265 (tan_test_data): Likewise.
24266 (tan_tonearest_test_data): Likewise.
24267 (tan_towardzero_test_data): Likewise.
24268 (tan_downward_test_data): Likewise.
24269 (tan_upward_test_data): Likewise.
24270 (tanh_test_data): Likewise.
24271 (tgamma_test_data): Likewise.
24272 (trunc_test_data): Likewise.
24273 (y0_test_data): Likewise.
24274 (y1_test_data): Likewise.
24275 (yn_test_data): Likewise.
24276 (significand_test_data): Likewise.
24277
b679a606
JM
24278 * math/gen-libm-test.pl (@functions): Remove variable.
24279 (generate_testfile): Don't handle START and END lines.
24280 * math/libm-test.inc (START): New macro.
24281 (END): Likewise.
24282 (END_COMPLEX): Likewise.
24283 (acos_test): Use END macro without arguments.
24284 (acos_test_tonearest): Likewise.
24285 (acos_test_towardzero): Likewise.
24286 (acos_test_downward): Likewise.
24287 (acos_test_upward): Likewise.
24288 (acosh_test): Likewise.
24289 (asin_test): Likewise.
24290 (asin_test_tonearest): Likewise.
24291 (asin_test_towardzero): Likewise.
24292 (asin_test_downward): Likewise.
24293 (asin_test_upward): Likewise.
24294 (asinh_test): Likewise.
24295 (atan_test): Likewise.
24296 (atanh_test): Likewise.
24297 (atan2_test): Likewise.
24298 (cabs_test): Likewise.
24299 (cacos_test): Use END_COMPLEX macro without arguments.
24300 (cacosh_test): Likewise.
24301 (carg_test): Use END macro without arguments.
24302 (casin_test): Use END_COMPLEX macro without arguments.
24303 (casinh_test): Likewise.
24304 (catan_test): Likewise.
24305 (catanh_test): Likewise.
24306 (cbrt_test): Use END macro without arguments.
24307 (ccos_test): Use END_COMPLEX macro without arguments.
24308 (ccosh_test): Likewise.
24309 (ceil_test): Use END macro without arguments.
24310 (cexp_test): Use END_COMPLEX macro without arguments.
24311 (cimag_test): Use END macro without arguments.
24312 (clog_test): Use END_COMPLEX macro without arguments.
24313 (clog10_test): Likewise.
24314 (conj_test): Likewise.
24315 (copysign_test): Use END macro without arguments.
24316 (cos_test): Likewise.
24317 (cos_test_tonearest): Likewise.
24318 (cos_test_towardzero): Likewise.
24319 (cos_test_downward): Likewise.
24320 (cos_test_upward): Likewise.
24321 (cosh_test): Likewise.
24322 (cosh_test_tonearest): Likewise.
24323 (cosh_test_towardzero): Likewise.
24324 (cosh_test_downward): Likewise.
24325 (cosh_test_upward): Likewise.
24326 (cpow_test): Use END_COMPLEX macro without arguments.
24327 (cproj_test): Likewise.
24328 (creal_test): Use END macro without arguments.
24329 (csin_test): Use END_COMPLEX macro without arguments.
24330 (csinh_test): Likewise.
24331 (csqrt_test): Likewise.
24332 (ctan_test): Likewise.
24333 (ctan_test_tonearest): Likewise.
24334 (ctan_test_towardzero): Likewise.
24335 (ctan_test_downward): Likewise.
24336 (ctan_test_upward): Likewise.
24337 (ctanh_test): Likewise.
24338 (ctanh_test_tonearest): Likewise.
24339 (ctanh_test_towardzero): Likewise.
24340 (ctanh_test_downward): Likewise.
24341 (ctanh_test_upward): Likewise.
24342 (erf_test): Use END macro without arguments.
24343 (erfc_test): Likewise.
24344 (exp_test): Likewise.
24345 (exp_test_tonearest): Likewise.
24346 (exp_test_towardzero): Likewise.
24347 (exp_test_downward): Likewise.
24348 (exp_test_upward): Likewise.
24349 (exp10_test): Likewise.
24350 (exp2_test): Likewise.
24351 (expm1_test): Likewise.
24352 (fabs_test): Likewise.
24353 (fdim_test): Likewise.
24354 (finite_test): Likewise.
24355 (floor_test): Likewise.
24356 (fma_test): Likewise.
24357 (fma_test_towardzero): Likewise.
24358 (fma_test_downward): Likewise.
24359 (fma_test_upward): Likewise.
24360 (fmax_test): Likewise.
24361 (fmin_test): Likewise.
24362 (fmod_test): Likewise.
24363 (fpclassify_test): Likewise.
24364 (frexp_test): Likewise.
24365 (gamma_test): Likewise.
24366 (hypot_test): Likewise.
24367 (ilogb_test): Likewise.
24368 (isfinite_test): Likewise.
24369 (isgreater_test): Likewise.
24370 (isgreaterequal_test): Likewise.
24371 (isinf_test): Likewise.
24372 (isless_test): Likewise.
24373 (islessequal_test): Likewise.
24374 (islessgreater_test): Likewise.
24375 (isnan_test): Likewise.
24376 (isnormal_test): Likewise.
24377 (issignaling_test): Likewise.
24378 (isunordered_test): Likewise.
24379 (j0_test): Likewise.
24380 (j1_test): Likewise.
24381 (jn_test): Likewise.
24382 (ldexp_test): Likewise.
24383 (lgamma_test): Likewise.
24384 (lrint_test): Likewise.
24385 (lrint_test_tonearest): Likewise.
24386 (lrint_test_towardzero): Likewise.
24387 (lrint_test_downward): Likewise.
24388 (lrint_test_upward): Likewise.
24389 (llrint_test): Likewise.
24390 (llrint_test_tonearest): Likewise.
24391 (llrint_test_towardzero): Likewise.
24392 (llrint_test_downward): Likewise.
24393 (llrint_test_upward): Likewise.
24394 (log_test): Likewise.
24395 (log10_test): Likewise.
24396 (log1p_test): Likewise.
24397 (log2_test): Likewise.
24398 (logb_test): Likewise.
24399 (logb_test_downward): Likewise.
24400 (lround_test): Likewise.
24401 (llround_test): Likewise.
24402 (modf_test): Likewise.
24403 (nearbyint_test): Likewise.
24404 (nextafter_test): Likewise.
24405 (nexttoward_test): Likewise.
24406 (pow_test): Likewise.
24407 (pow_test_tonearest): Likewise.
24408 (pow_test_towardzero): Likewise.
24409 (pow_test_downward): Likewise.
24410 (pow_test_upward): Likewise.
24411 (remainder_test): Likewise.
24412 (remainder_test_tonearest): Likewise.
24413 (remainder_test_towardzero): Likewise.
24414 (remainder_test_downward): Likewise.
24415 (remainder_test_upward): Likewise.
24416 (remquo_test): Likewise.
24417 (rint_test): Likewise.
24418 (rint_test_tonearest): Likewise.
24419 (rint_test_towardzero): Likewise.
24420 (rint_test_downward): Likewise.
24421 (rint_test_upward): Likewise.
24422 (round_test): Likewise.
24423 (scalb_test): Likewise.
24424 (scalbn_test): Likewise.
24425 (scalbln_test): Likewise.
24426 (signbit_test): Likewise.
24427 (sin_test): Likewise.
24428 (sin_test_tonearest): Likewise.
24429 (sin_test_towardzero): Likewise.
24430 (sin_test_downward): Likewise.
24431 (sin_test_upward): Likewise.
24432 (sincos_test): Likewise.
24433 (sinh_test): Likewise.
24434 (sinh_test_tonearest): Likewise.
24435 (sinh_test_towardzero): Likewise.
24436 (sinh_test_downward): Likewise.
24437 (sinh_test_upward): Likewise.
24438 (sqrt_test): Likewise.
24439 (tan_test): Likewise.
24440 (tan_test_tonearest): Likewise.
24441 (tan_test_towardzero): Likewise.
24442 (tan_test_downward): Likewise.
24443 (tan_test_upward): Likewise.
24444 (tanh_test): Likewise.
24445 (tgamma_test): Likewise.
24446 (trunc_test): Likewise.
24447 (y0_test): Likewise.
24448 (y1_test): Likewise.
24449 (yn_test): Likewise.
24450 (significand_test): Likewise.
24451
bae143d2
OB
244522013-05-24 Ondřej Bílka <neleai@seznam.cz>
24453
24454 [BZ #15381]
24455 * libio/genops.c (_IO_no_init): Initialize wide struct info.
24456
9323d39b
EM
244572013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
24458
d4ea44a0 24459 [BZ #14894]
9323d39b
EM
24460 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24461 __ppc_mdoio and __ppc_mdoom.
24462 * manual/platform.texi: Document new functions __ppc_yield,
24463 __ppc_mdoio and __ppc_mdoom.
24464
13e23af7
CD
244652013-05-22 Carlos O'Donell <carlos@redhat.com>
24466
24467 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24468 (main): Mention "tls" pseudo-hwcap is legacy.
24469 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24470
351fe550
JM
244712013-05-22 Joseph Myers <joseph@codesourcery.com>
24472
24473 * math/gen-libm-test.pl (parse_args): Output only string of
24474 arguments as text for test name, not full call or descriptions of
24475 tests for extra outputs.
24476 (generate_testfile): Do not pass function name to parse_args.
24477 Generate this_func variable from START.
24478 * math/libm-test.inc (struct test_f_f_data): Rename test_name
24479 field to arg_str.
24480 (struct test_ff_f_data): Likewise.
24481 (test_ff_f_data_nexttoward): Likewise.
24482 (struct test_fi_f_data): Likewise.
24483 (struct test_fl_f_data): Likewise.
24484 (struct test_if_f_data): Likewise.
24485 (struct test_fff_f_data): Likewise.
24486 (struct test_c_f_data): Likewise.
24487 (struct test_f_f1_data): Likewise. Remove field extra_name.
24488 (struct test_fF_f1_data): Likewise.
24489 (struct test_ffI_f1_data): Likewise.
24490 (struct test_c_c_data): Rename test_name field to arg_str.
24491 (struct test_cc_c_data): Likewise.
24492 (struct test_f_i_data): Likewise.
24493 (struct test_ff_i_data): Likewise.
24494 (struct test_f_l_data): Likewise.
24495 (struct test_f_L_data): Likewise.
24496 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
24497 and extra2_name.
24498 (COMMON_TEST_SETUP): New macro.
24499 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24500 (COMMON_TEST_CLEANUP): Likewise.
24501 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24502 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
24503 macros.
24504 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24505 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
24506 macros.
24507 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24508 (RUN_TEST_fff_f): Take argument string. Call new setup and
24509 cleanup macros.
24510 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24511 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
24512 macros.
24513 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24514 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
24515 macros.
24516 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24517 (RUN_TEST_fF_f1): Take argument string. Call new setup and
24518 cleanup macros.
24519 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24520 (RUN_TEST_fI_f1): Take argument string. Call new setup and
24521 cleanup macros.
24522 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24523 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
24524 cleanup macros.
24525 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24526 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
24527 macros.
24528 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24529 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
24530 macros.
24531 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24532 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
24533 macros.
24534 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24535 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
24536 cleanup macros.
24537 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24538 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
24539 cleanup macros.
24540 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24541 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
24542 macros.
24543 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24544 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
24545 cleanup macros.
24546 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24547 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
24548 macros.
24549 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24550 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
24551 macros.
24552 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24553 (RUN_TEST_fFF_11): Take argument string. Call new setup and
24554 cleanup macros.
24555 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24556
85118d4d
EBM
245572013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24558
24559 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24560 to _sifields.sigfault.
24561 (si_addr_lsb): Define new macro.
24562 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24563 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24564 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24565
7a44c18f
CD
245662013-05-03 Carlos O'Donell <carlos at redhat.com>
24567
24568 [BZ #15441]
24569 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24570 returns -1.
24571 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24572 null return -1.
24573 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24574 loading the domain.
24575
b50a7181
JM
245762013-05-22 Joseph Myers <joseph@codesourcery.com>
24577
24578 * math/gen-libm-test.pl (parse_args): Do not include expected
24579 result in test name.
24580 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24581 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24582 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24583 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24584 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24585 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24586
051063c8
SP
245872013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24588
3ce9e010
SP
24589 * benchtests/Makefile: Sort function entries.
24590
051063c8
SP
24591 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24592 tanh, asinh, acosh, atanh.
24593 * benchtests/acos-inputs: New file.
24594 * benchtests/acosh-inputs: New file.
24595 * benchtests/asin-inputs: New file.
24596 * benchtests/asinh-inputs: New file.
24597 * benchtests/atanh-inputs: New file.
24598 * benchtests/cosh-inputs: New file.
24599 * benchtests/log-inputs: New file.
24600 * benchtests/sinh-inputs: New file.
24601 * benchtests/tanh-inputs: New file.
24602
47c22455
DL
246032013-05-21 Dmitry V. Levin <ldv@altlinux.org>
24604
24605 [BZ #15339]
24606 * posix/tst-getaddrinfo4.c: New test.
24607 * posix/Makefile (tests): Add it.
24608
3d04f5db
SP
246092013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24610
24611 [BZ #15339]
24612 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24613 when no services were used.
24614 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24615 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24616
d5dd6189
AS
246172013-05-21 Andreas Schwab <schwab@suse.de>
24618
24619 [BZ #15014]
24620 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24621 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24622 successful.
24623 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24624 redundant variable declarations and reallocation of buffer when
24625 parsing as IPv6 address. Always set NSS status when called from
24626 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
24627 buffer too small. Correct computation of needed size.
24628 * nss/Makefile (tests): Add test-digits-dots.
24629 * nss/test-digits-dots.c: New test.
24630
fef94eab
SP
246312013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24632
24633 * benchtests/Makefile: Remove instructions for adding
24634 benchmark tests.
24635 * benchtests/README: New file to explain how to execute and
24636 enhance the benchmark tests.
24637
e39adf43
AS
246382013-05-21 Andreas Schwab <schwab@suse.de>
24639
24640 [BZ #15493]
24641 * setjmp/Makefile (tests): Add tst-sigsetjmp.
24642 * setjmp/tst-sigsetjmp.c: New test.
24643
b2b671b6
OB
246442013-05-20 Ondřej Bílka <neleai@seznam.cz>
24645
24646 * sysdeps/x86_64/memset.S (memset): New implementation.
24647 (__bzero): Likewise.
24648 (__memset_tail): New function.
24649
2d48b41c
OB
246502013-05-20 Ondřej Bílka <neleai@seznam.cz>
24651
24652 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24653 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24654 __memcpy_sse2_unaligned ifunc selection.
24655 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24656 Add memcpy-sse2-unaligned.S.
24657 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24658 Add: __memcpy_sse2_unaligned.
24659
f16cc3eb
JM
246602013-05-19 Joseph Myers <joseph@codesourcery.com>
24661
3e694268
JM
24662 [BZ #15490]
24663 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24664 math_force_eval before restoring floating-point envrionment.
24665 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24666 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24667 Likewise.
24668 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24669 <math_private.h>.
24670 (__nearbyintl): Use math_force_eval before restoring
24671 floating-point environment.
24672 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24673
db62a907
JM
24674 * math/gen-libm-test.pl (special_functions): Remove.
24675 (parse_args): Don't handle TEST_extra. Handle functions with no
24676 return value.
24677 * math/libm-test.inc (struct test_sincos_data): Replace with
24678 struct test_fFF_11_data.
24679 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24680 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24681 (sincos_test_data): Change element type to struct
24682 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
24683 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24684 RUN_TEST_LOOP_sincos.
24685 * math/README.libm-test: Don't mention special handling of
24686 individual functions.
24687 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24688 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24689 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24690 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24691 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24692 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24693
f16cc3eb
JM
24694 * math/gen-libm-test.pl (get_variable): Remove function.
24695 (parse_args): Don't show pointer parameters to call in test
24696 names. Use "extra output N" in test names for extra outputs
24697 rather than naming variables.
24698
3779b5b6
JM
246992013-05-18 Joseph Myers <joseph@codesourcery.com>
24700
2ee094ff
JM
24701 [BZ #15488]
24702 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24703 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24704 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24705 double tests.
24706 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24707 disable.
24708 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24709 check_long_double.
24710
3779b5b6
JM
24711 * math/gen-libm-test.pl (@tests): Remove variable.
24712 ($count): Likewise.
24713 (new_test): Remove function.
24714 (show_exceptions): New function.
24715 (special_functions): Use show_exceptions instead of new_test.
24716 (parse_args): Likewise.
24717 (generate_testfile): Pass only function name in generated call to
24718 print_max_error or print_complex_max_error.
24719 (get_ulps): Do not handle complex tests specially.
24720 (output_test): Rename to ...
24721 (get_all_ulps_for_test): ... this. Return a string rather than
24722 printing to a file. Require ulps to be present.
24723 (output_ulps): Generate arrays rather than #defines.
24724 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24725 (struct ulp_data): New type.
24726 (BUILD_COMPLEX_ULP): Remove macro.
24727 (compare_ulp_data): New function.
24728 (find_ulps): Likewise.
24729 (find_test_ulps): Likewise.
24730 (find_function_ulps): Likewise.
24731 (find_complex_function_ulps): Likewise.
24732 (print_max_error): Determine allowed ulps using
24733 find_function_ulps.
24734 (print_complex_max_error): Determine allowed ulps using
24735 find_complex_function_ulps.
24736 (check_float_internal): Determine max ulps using find_test_ulps.
24737 (check_float): Do not take max_ulp parameter. Update call to
24738 check_float_internal.
24739 (check_complex): Likewise.
24740 (check_int): Do not take max_ulp parameter.
24741 (check_long): Likewise.
24742 (check_bool): Likewise.
24743 (check_longlong): Likewise.
24744 (struct test_f_f_data): Remove max_ulp field.
24745 (struct test_ff_f_data): Likewise.
24746 (struct test_ff_f_data_nexttoward): Likewise.
24747 (struct test_fi_f_data): Likewise.
24748 (struct test_fl_f_data): Likewise.
24749 (struct test_if_f_data): Likewise.
24750 (struct test_fff_f_data): Likewise.
24751 (struct test_c_f_data): Likewise.
24752 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24753 (struct test_fF_f1_data): Likewise.
24754 (struct test_ffI_f1_data): Likewise.
24755 (struct test_c_c_data): Remove max_ulp field.
24756 (struct test_cc_c_data): Likewise.
24757 (struct test_f_i_data): Likewise.
24758 (struct test_ff_i_data): Likewise.
24759 (struct test_f_l_data): Likewise.
24760 (struct test_f_L_data): Likewise.
24761 (struct test_sincos_data): Likewise.
24762 (RUN_TEST_f_f): Do not handle ulps.
24763 (RUN_TEST_LOOP_f_f): Likewise.
24764 (RUN_TEST_2_f): Likewise.
24765 (RUN_TEST_LOOP_2_f): Likewise.
24766 (RUN_TEST_fff_f): Likewise.
24767 (RUN_TEST_LOOP_fff_f): Likewise.
24768 (RUN_TEST_c_f): Likewise.
24769 (RUN_TEST_LOOP_c_f): Likewise.
24770 (RUN_TEST_f_f1): Likewise.
24771 (RUN_TEST_LOOP_f_f1): Likewise.
24772 (RUN_TEST_fF_f1): Likewise.
24773 (RUN_TEST_LOOP_fF_f1): Likewise.
24774 (RUN_TEST_fI_f1): Likewise.
24775 (RUN_TEST_LOOP_fI_f1): Likewise.
24776 (RUN_TEST_ffI_f1): Likewise.
24777 (RUN_TEST_LOOP_ffI_f1): Likewise.
24778 (RUN_TEST_c_c): Likewise.
24779 (RUN_TEST_LOOP_c_c): Likewise.
24780 (RUN_TEST_cc_c): Likewise.
24781 (RUN_TEST_LOOP_cc_c): Likewise.
24782 (RUN_TEST_f_i): Likewise.
24783 (RUN_TEST_LOOP_f_i): Likewise.
24784 (RUN_TEST_f_i_tg): Likewise.
24785 (RUN_TEST_LOOP_f_i_tg): Likewise.
24786 (RUN_TEST_ff_i_tg): Likewise.
24787 (RUN_TEST_LOOP_ff_i_tg): Likewise.
24788 (RUN_TEST_f_b): Likewise.
24789 (RUN_TEST_LOOP_f_b): Likewise.
24790 (RUN_TEST_f_b_tg): Likewise.
24791 (RUN_TEST_LOOP_f_b_tg): Likewise.
24792 (RUN_TEST_f_l): Likewise.
24793 (RUN_TEST_LOOP_f_l): Likewise.
24794 (RUN_TEST_f_L): Likewise.
24795 (RUN_TEST_LOOP_f_L): Likewise.
24796 (RUN_TEST_sincos): Likewise.
24797 (RUN_TEST_LOOP_sincos): Likewise.
24798
8269107f
JM
247992013-05-17 Joseph Myers <joseph@codesourcery.com>
24800
bb38759d
JM
24801 [BZ #15480]
24802 [BZ #15485]
24803 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24804 main case of finite arguments, set rounding mode to FE_TONEAREST
24805 and discard exceptions.
24806 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24807 exceptions.
24808 (remainder_tonearest_test_data): New variable.
24809 (remainder_test_tonearest): New function.
24810 (remainder_towardzero_test_data): New variable.
24811 (remainder_test_towardzero): New function.
24812 (remainder_downward_test_data): New variable.
24813 (remainder_test_downward): New function.
24814 (remainder_upward_test_data): New variable.
24815 (remainder_test_upward): New function.
24816 (main): Call the new test functions.
24817
a00bdcf0
JM
24818 * math/libm-test.inc (struct test_f_f1_data): Remove field
24819 extra_init.
24820 (struct test_fF_f1_data): Likewise.
24821 (struct test_ffI_f1_data): Likewise.
24822 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
24823 based on value of EXTRA_EXPECTED.
24824 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24825 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
24826 EXTRA_VAR based on value of EXTRA_EXPECTED.
24827 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24828 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
24829 EXTRA_VAR based on value of EXTRA_EXPECTED.
24830 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24831 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
24832 EXTRA_VAR based on value of EXTRA_EXPECTED.
24833 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24834 * math/gen-libm-test.pl (parse_args): Don't output initializers
24835 for extra output values.
24836
de407f79
JM
24837 * math/libm-test.inc (check_int): Expect result to be exactly
24838 equal to expected value and do not handle ulps.
24839 (check_long): Likewise.
24840 (check_longlong): Likewise.
24841
8269107f
JM
24842 * math/libm-test.inc (ceil_test_data): Test for "inexact"
24843 exceptions.
24844 (cimag_test_data): Likewise.
24845 (conj_test_data): Likewise.
24846 (copysign_test_data): Likewise.
24847 (cproj_test_data): Likewise.
24848 (creal_test_data): Likewise.
24849 (fabs_test_data): Likewise.
24850 (fdim_test_data): Likewise.
24851 (finite_test_data): Likewise.
24852 (floor_test_data): Likewise.
24853 (fmax_test_data): Likewise.
24854 (fmin_test_data): Likewise.
24855 (fmod_test_data): Likewise.
24856 (fpclassify_test_data): Likewise.
24857 (frexp_test_data): Likewise.
24858 (ilogb_test_data): Likewise.
24859 (isfinite_test_data): Likewise.
24860 (isgreater_test_data): Likewise.
24861 (isgreaterequal_test_data): Likewise.
24862 (isinf_test_data): Likewise.
24863 (isless_test_data): Likewise.
24864 (islessequal_test_data): Likewise.
24865 (islessgreater_test_data): Likewise.
24866 (isnan_test_data): Likewise.
24867 (isnormal_test_data): Likewise.
24868 (issignaling_test_data): Likewise.
24869 (isunordered_test_data): Likewise.
24870 (ldexp_test_data): Likewise.
24871 (lrint_test_data): Likewise.
24872 (lrint_test_data) [TEST_FLOAT]: Disable one test.
24873 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24874 (lrint_tonearest_test_data): Test for "inexact" exceptions.
24875 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24876 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24877 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24878 test input.
24879 (lrint_towardzero_test_data): Test for "inexact" exceptions.
24880 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24881 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24882 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24883 that test input.
24884 (lrint_downward_test_data): Test for "inexact" exceptions.
24885 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24886 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24887 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24888 test input.
24889 (lrint_upward_test_data): Test for "inexact" exceptions.
24890 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24891 test input.
24892 (llrint_test_data): Test for "inexact" exceptions.
24893 (llrint_test_data) [TEST_FLOAT]: Disable one test.
24894 (llrint_tonearest_test_data): Test for "inexact" exceptions.
24895 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24896 (llrint_towardzero_test_data): Test for "inexact" exceptions.
24897 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24898 (llrint_downward_test_data): Test for "inexact" exceptions.
24899 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24900 (llrint_upward_test_data): Test for "inexact" exceptions.
24901 (logb_test_data): Likewise.
24902 (logb_downward_test_data): Likewise.
24903 (nextafter_test_data): Likewise.
24904 (nexttoward_test_data): Likewise.
24905 (remainder_test_data): Likewise.
24906 (remquo_test_data): Likewise.
24907 (scalbn_test_data): Likewise.
24908 (scalbln_test_data): Likewise.
24909 (signbit_test_data): Likewise.
24910 (sqrt_test_data): Likewise.
24911 (significand_test_data): Likewise.
24912
48a18de1
SP
249132013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
24914
24915 [BZ #15424]
24916 * benchtests/bench-modf.c (struct args): Mark arg0 as
24917 volatile.
24918 * scripts/bench.pl: Mark members of struct args as volatile.
24919
13d3b41a
AZ
249202013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24921
68191c1d 24922 [BZ # 15497]
13d3b41a
AZ
24923 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24924 negative infinity on POWER6 or lower.
24925 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24926
2848b105
MR
249272013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
24928
24929 [BZ #15442]
24930 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24931 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24932 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24933 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24934 (_FP_SETQNAN): New macro.
24935 (_FP_SETQNAN_SEMIRAW): Likewise.
24936 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24937 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24938 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24939 (FP_EXTEND): Use _FP_FRAC_SNANP.
24940 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24941 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24942 into account.
24943 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24944 New macro.
24945 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24946 Likewise.
24947
323e5cb7
JM
249482013-05-16 Joseph Myers <joseph@codesourcery.com>
24949
c58b274f
JM
24950 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24951 with DIVIDE_BY_ZERO_EXCEPTION.
24952 (gamma_test_data): Likewise.
24953 (lgamma_test_data): Likewise.
24954 (log_test_data): Likewise.
24955 (log10_test_data): Likewise.
24956 (log2_test_data): Likewise.
24957 (tgamma_test_data): Likewise.
24958
0ab34904
JM
24959 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24960 (acos_test_tonearest): Likewise.
24961 (acos_test_towardzero): Likewise.
24962 (acos_test_downward): Likewise.
24963 (acos_test_upward): Likewise.
24964 (acosh_test): Likewise.
24965 (asin_test): Likewise.
24966 (asin_test_tonearest): Likewise.
24967 (asin_test_towardzero): Likewise.
24968 (asin_test_downward): Likewise.
24969 (asin_test_upward): Likewise.
24970 (asinh_test): Likewise.
24971 (atan_test): Likewise.
24972 (atanh_test): Likewise.
24973 (atan2_test): Likewise.
24974 (cabs_test): Likewise.
24975 (cacos_test): Likewise.
24976 (cacosh_test): Likewise.
24977 (casin_test): Likewise.
24978 (casinh_test): Likewise.
24979 (catan_test): Likewise.
24980 (catanh_test): Likewise.
24981 (cbrt_test): Likewise.
24982 (ccos_test): Likewise.
24983 (ccosh_test): Likewise.
24984 (cexp_test): Likewise.
24985 (clog_test): Likewise.
24986 (clog10_test): Likewise.
24987 (cos_test): Likewise.
24988 (cos_test_tonearest): Likewise.
24989 (cos_test_towardzero): Likewise.
24990 (cos_test_downward): Likewise.
24991 (cos_test_upward): Likewise.
24992 (cosh_test): Likewise.
24993 (cosh_test_tonearest): Likewise.
24994 (cosh_test_towardzero): Likewise.
24995 (cosh_test_downward): Likewise.
24996 (cosh_test_upward): Likewise.
24997 (cpow_test): Likewise.
24998 (csin_test): Likewise.
24999 (csinh_test): Likewise.
25000 (csqrt_test): Likewise.
25001 (ctan_test): Likewise.
25002 (ctan_test_tonearest): Likewise.
25003 (ctan_test_towardzero): Likewise.
25004 (ctan_test_downward): Likewise.
25005 (ctan_test_upward): Likewise.
25006 (ctanh_test): Likewise.
25007 (ctanh_test_tonearest): Likewise.
25008 (ctanh_test_towardzero): Likewise.
25009 (ctanh_test_downward): Likewise.
25010 (ctanh_test_upward): Likewise.
25011 (erf_test): Likewise.
25012 (erfc_test): Likewise.
25013 (exp_test): Likewise.
25014 (exp_test_tonearest): Likewise.
25015 (exp_test_towardzero): Likewise.
25016 (exp_test_downward): Likewise.
25017 (exp_test_upward): Likewise.
25018 (exp10_test): Likewise.
25019 (exp2_test): Likewise.
25020 (expm1_test): Likewise.
25021 (fmod_test): Likewise.
25022 (gamma_test): Likewise.
25023 (hypot_test): Likewise.
25024 (j0_test): Likewise.
25025 (j1_test): Likewise.
25026 (jn_test): Likewise.
25027 (lgamma_test): Likewise.
25028 (log_test): Likewise.
25029 (log10_test): Likewise.
25030 (log1p_test): Likewise.
25031 (log2_test): Likewise.
25032 (logb_test_downward): Likewise.
25033 (pow_test): Likewise.
25034 (pow_test_tonearest): Likewise.
25035 (pow_test_towardzero): Likewise.
25036 (pow_test_downward): Likewise.
25037 (pow_test_upward): Likewise.
25038 (remainder_test): Likewise.
25039 (remquo_test): Likewise.
25040 (sin_test): Likewise.
25041 (sin_test_tonearest): Likewise.
25042 (sin_test_towardzero): Likewise.
25043 (sin_test_downward): Likewise.
25044 (sin_test_upward): Likewise.
25045 (sincos_test): Likewise.
25046 (sinh_test): Likewise.
25047 (sinh_test_tonearest): Likewise.
25048 (sinh_test_towardzero): Likewise.
25049 (sinh_test_downward): Likewise.
25050 (sinh_test_upward): Likewise.
25051 (sqrt_test): Likewise.
25052 (tan_test): Likewise.
25053 (tan_test_tonearest): Likewise.
25054 (tan_test_towardzero): Likewise.
25055 (tan_test_downward): Likewise.
25056 (tan_test_upward): Likewise.
25057 (tanh_test): Likewise.
25058 (tgamma_test): Likewise.
25059 (y0_test): Likewise.
25060 (y1_test): Likewise.
25061 (yn_test): Likewise.
25062
323e5cb7
JM
25063 * math/gen-libm-test.pl (adjust_arg): Remove function.
25064 (special_function): Remove argument $in_func. Only handle
25065 generating output for tables of tests, not inside functions.
25066 (parse_args): Likewise.
25067 (generate_testfile): Remove variable $in_func. Update call to
25068 parse_args.
25069 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25070 (MINUS_ZERO_INIT): Rename macro to minus_zero.
25071 (PLUS_INFTY_INIT): Rename macro to plus_infty.
25072 (MINUS_INFTY_INIT): Rename macro to minus_infty.
25073 (QNAN_VALUE_INIT): Rename macro to qnan_value.
25074 (MAX_VALUE_INIT): Rename macro to max_value.
25075 (MIN_VALUE_INIT): Rename macro to min_value.
25076 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25077 (plus_zero): Remove variable.
25078 (minus_zero): Likewise.
25079 (plus_infty): Likewise.
25080 (minus_infty): Likewise.
25081 (qnan_value): Likewise.
25082 (max_value): Likewise.
25083 (min_value): Likewise.
25084 (min_subnorm_value): Likewise.
25085
e054f494
RA
250862013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25087
25088 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25089 uint64_t or uint32_t usage.
25090 * crypt/sha256-block.c: Likewise.
25091 * crypt/sha256-crypt.c: Likewise.
25092 * crypt/sha256.c: Likewise.
25093 * crypt/sha512-block.c: Likewise.
25094 * crypt/sha512-crypt.c: Likewise.
25095 * crypt/sha512.c: Likewise.
25096 * debug/backtrace-tst.c: Likewise.
25097 * debug/pcprofiledump.c: Likewise.
25098 * elf/cache.c: Likewise.
25099 * elf/dl-cache.c: Likewise.
25100 * elf/dl-misc.c: Likewise.
25101 * elf/dl-profile.c: Likewise.
25102 * elf/dl-support.c: Likewise.
25103 * elf/ldconfig.c: Likewise.
25104 * elf/sprof.c: Likewise.
25105 * iconv/dummy-repertoire.c: Likewise.
25106 * iconv/iconv_charmap.c: Likewise.
25107 * iconv/skeleton.c: Likewise.
25108 * iconvdata/8bit-generic.c: Likewise.
25109 * iconvdata/cp737.h: Likewise.
25110 * iconvdata/cp775.h: Likewise.
25111 * iconvdata/ibm1008.h: Likewise.
25112 * iconvdata/ibm1025.h: Likewise.
25113 * iconvdata/ibm1046.h: Likewise.
25114 * iconvdata/ibm1097.h: Likewise.
25115 * iconvdata/ibm1112.h: Likewise.
25116 * iconvdata/ibm1122.h: Likewise.
25117 * iconvdata/ibm1123.h: Likewise.
25118 * iconvdata/ibm1124.h: Likewise.
25119 * iconvdata/ibm1129.h: Likewise.
25120 * iconvdata/ibm1130.h: Likewise.
25121 * iconvdata/ibm1132.h: Likewise.
25122 * iconvdata/ibm1133.h: Likewise.
25123 * iconvdata/ibm1137.h: Likewise.
25124 * iconvdata/ibm1140.h: Likewise.
25125 * iconvdata/ibm1141.h: Likewise.
25126 * iconvdata/ibm1142.h: Likewise.
25127 * iconvdata/ibm1143.h: Likewise.
25128 * iconvdata/ibm1144.h: Likewise.
25129 * iconvdata/ibm1145.h: Likewise.
25130 * iconvdata/ibm1146.h: Likewise.
25131 * iconvdata/ibm1147.h: Likewise.
25132 * iconvdata/ibm1148.h: Likewise.
25133 * iconvdata/ibm1149.h: Likewise.
25134 * iconvdata/ibm1153.h: Likewise.
25135 * iconvdata/ibm1154.h: Likewise.
25136 * iconvdata/ibm1155.h: Likewise.
25137 * iconvdata/ibm1156.h: Likewise.
25138 * iconvdata/ibm1157.h: Likewise.
25139 * iconvdata/ibm1158.h: Likewise.
25140 * iconvdata/ibm1160.h: Likewise.
25141 * iconvdata/ibm1161.h: Likewise.
25142 * iconvdata/ibm1162.h: Likewise.
25143 * iconvdata/ibm1163.h: Likewise.
25144 * iconvdata/ibm1164.h: Likewise.
25145 * iconvdata/ibm1166.h: Likewise.
25146 * iconvdata/ibm1167.h: Likewise.
25147 * iconvdata/ibm12712.h: Likewise.
25148 * iconvdata/ibm1390.h: Likewise.
25149 * iconvdata/ibm1399.h: Likewise.
25150 * iconvdata/ibm16804.h: Likewise.
25151 * iconvdata/ibm4517.h: Likewise.
25152 * iconvdata/ibm4899.h: Likewise.
25153 * iconvdata/ibm4909.h: Likewise.
25154 * iconvdata/ibm4971.h: Likewise.
25155 * iconvdata/ibm5347.h: Likewise.
25156 * iconvdata/ibm803.h: Likewise.
25157 * iconvdata/ibm856.h: Likewise.
25158 * iconvdata/ibm901.h: Likewise.
25159 * iconvdata/ibm902.h: Likewise.
25160 * iconvdata/ibm9030.h: Likewise.
25161 * iconvdata/ibm9066.h: Likewise.
25162 * iconvdata/ibm921.h: Likewise.
25163 * iconvdata/ibm922.h: Likewise.
25164 * iconvdata/ibm9448.h: Likewise.
25165 * iconvdata/isiri-3342.h: Likewise.
25166 * iconvdata/jis0201.h: Likewise.
25167 * include/link.h: Likewise.
25168 * include/netdb.h: Likewise.
25169 * inet/check_native.c: Likewise.
25170 * inet/check_pf.c: Likewise.
25171 * inet/getipv4sourcefilter.c: Likewise.
25172 * inet/getnameinfo.c: Likewise.
25173 * inet/getsourcefilter.c: Likewise.
25174 * inet/htonl.c: Likewise.
25175 * inet/setipv4sourcefilter.c: Likewise.
25176 * inet/setsourcefilter.c: Likewise.
25177 * inet/test-inet6_opt.c: Likewise.
25178 * inet/tst-network.c: Likewise.
25179 * locale/C-collate.c: Likewise.
25180 * locale/C-ctype.c: Likewise.
25181 * locale/C-time.c: Likewise.
25182 * locale/C-translit.h: Likewise.
25183 * locale/loadarchive.c: Likewise.
25184 * locale/programs/3level.h: Likewise.
25185 * locale/programs/charmap.c: Likewise.
25186 * locale/programs/charmap.h: Likewise.
25187 * locale/programs/ld-address.c: Likewise.
25188 * locale/programs/ld-collate.c: Likewise.
25189 * locale/programs/ld-ctype.c: Likewise.
25190 * locale/programs/ld-identification.c: Likewise.
25191 * locale/programs/ld-measurement.c: Likewise.
25192 * locale/programs/ld-messages.c: Likewise.
25193 * locale/programs/ld-monetary.c: Likewise.
25194 * locale/programs/ld-name.c: Likewise.
25195 * locale/programs/ld-numeric.c: Likewise.
25196 * locale/programs/ld-paper.c: Likewise.
25197 * locale/programs/ld-telephone.c: Likewise.
25198 * locale/programs/ld-time.c: Likewise.
25199 * locale/programs/linereader.c: Likewise.
25200 * locale/programs/locale.c: Likewise.
25201 * locale/programs/locarchive.c: Likewise.
25202 * locale/programs/locfile.h: Likewise.
25203 * locale/programs/repertoire.c: Likewise.
25204 * locale/programs/simple-hash.c: Likewise.
25205 * locale/programs/simple-hash.h: Likewise.
25206 * malloc/memusage.c: Likewise.
25207 * malloc/memusagestat.c: Likewise.
25208 * nis/nis_defaults.c: Likewise.
25209 * nis/nis_hash.c: Likewise.
25210 * nis/nis_print.c: Likewise.
25211 * nis/nis_xdr.c: Likewise.
25212 * nscd/connections.c: Likewise.
25213 * nscd/hstcache.c: Likewise.
25214 * nscd/nscd_gethst_r.c: Likewise.
25215 * nscd/nscd_getserv_r.c: Likewise.
25216 * nscd/nscd_helper.c: Likewise.
25217 * nscd/servicescache.c: Likewise.
25218 * nss/makedb.c: Likewise.
25219 * nss/nss_db/db-XXX.c: Likewise.
25220 * nss/nss_db/db-initgroups.c: Likewise.
25221 * nss/nss_db/db-netgrp.c: Likewise.
25222 * nss/nss_files/files-network.c: Likewise.
25223 * nss/nss_files/files-parse.c: Likewise.
25224 * posix/bug-regex5.c: Likewise.
25225 * posix/fnmatch_loop.c: Likewise.
25226 * posix/regcomp.c: Likewise.
25227 * posix/regexec.c: Likewise.
25228 * posix/tst-rfc3484-2.c: Likewise.
25229 * posix/tst-rfc3484-3.c: Likewise.
25230 * posix/tst-rfc3484.c: Likewise.
25231 * resolv/nss_dns/dns-canon.c: Likewise.
25232 * resolv/nss_dns/dns-network.c: Likewise.
25233 * resolv/res_init.c: Likewise.
25234 * resolv/res_mkquery.c: Likewise.
25235 * resolv/tst-aton.c: Likewise.
25236 * stdlib/cxa_atexit.c: Likewise.
25237 * stdlib/cxa_finalize.c: Likewise.
25238 * stdlib/gen-fpioconst.c: Likewise.
25239 * stdlib/strtol_l.c: Likewise.
25240 * string/tst-endian.c: Likewise.
25241 * sunrpc/auth_des.c: Likewise.
25242 * sunrpc/clnt_udp.c: Likewise.
25243 * sunrpc/rtime.c: Likewise.
25244 * sunrpc/svcauth_des.c: Likewise.
25245 * sunrpc/xdr.c: Likewise.
25246 * sunrpc/xdr_intXX_t.c: Likewise.
25247 * sunrpc/xdr_rec.c: Likewise.
25248 * sysdeps/generic/ldconfig.h: Likewise.
25249 * sysdeps/generic/ldsodefs.h: Likewise.
25250 * sysdeps/generic/memusage.h: Likewise.
25251 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25252 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25253 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25254 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25255 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25256 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25257 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25258 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25259 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25260 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25261 * sysdeps/posix/getaddrinfo.c: Likewise.
25262 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25263 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25264 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25265 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25266 * sysdeps/powerpc/test-gettimebase.c: Likewise.
25267 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25268 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25269 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25270 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25271 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25272 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25273 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25274 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25275 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25276 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25277 * sysdeps/x86_64/dl-tls.h: Likewise.
25278 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25279 * time/alt_digit.c: Likewise.
25280 * time/era.c: Likewise.
25281 * wcsmbs/tst-c16c32-1.c: Likewise.
25282
8c75f674
JM
252832013-05-16 Joseph Myers <joseph@codesourcery.com>
25284
25285 * math/libm-test.inc (struct test_sincos_data): New type.
25286 (RUN_TEST_LOOP_sincos): New macro.
25287 (sincos_test_data): New variable.
25288 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25289
e6e49e59
RH
252902013-05-16 Richard Henderson <rth@redhat.com>
25291
25292 * math/atest-exp2.c (LIMB64): New macro.
25293 (CONSTSZ): New macro.
25294 (mp_exp1, mp_exp_m1, mp_log2): New variables.
25295 (hexdig): Move ...
25296 (print_mpn_fp): ... to function scope.
25297 (read_mpn_hex): Remove.
25298 (get_log2): Remove.
25299 (exp2_mpn): Use mp_log2.
25300 (main): Use mp_exp1.
25301
15c7c18d
JM
253022013-05-16 Joseph Myers <joseph@codesourcery.com>
25303
105a07df
JM
25304 * math/libm-test.inc: Remove comment about not testing "inexact"
25305 exceptions.
25306 (INEXACT_EXCEPTION): New macro.
25307 (NO_INEXACT_EXCEPTION): Likewise.
25308 (INVALID_EXCEPTION_OK): Update value.
25309 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25310 (OVERFLOW_EXCEPTION_OK): Likewise.
25311 (UNDERFLOW_EXCEPTION_OK): Likewise.
25312 (IGNORE_ZERO_INF_SIGN): Likewise.
25313 (ERRNO_UNCHANGED): Likewise.
25314 (ERRNO_EDOM): Likewise.
25315 (ERRNO_ERANGE): Likewise.
25316 (test_exceptions): Handle testing "inexact" exceptions.
25317 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25318 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25319 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25320 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25321 INEXACT_EXCEPTION.
25322 (rint_towardzero_test_data): Likewise.
25323 (rint_downward_test_data): Likewise.
25324 (rint_upward_test_data): Likewise.
25325
e9eee333
JM
25326 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25327 with OVERFLOW_EXCEPTION.
25328 (exp10_test_data): Likewise.
25329 (exp2_test_data): Likewise.
25330 (expm1_test_data): Likewise.
25331 (lgamma_test_data): Likewise.
25332 (pow_test_data): Likewise.
25333 (tgamma_test_data): Likewise.
25334 (yn_test_data): Remove duplicate test of overflow.
25335
1c38ff73
JM
25336 * math/libm-test.inc (struct test_cc_c_data): New type.
25337 (RUN_TEST_LOOP_cc_c): New macro.
25338 (cpow_test_data): New variable.
25339 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25340
15c7c18d
JM
25341 * math/libm-test.inc (struct test_f_L_data): New type.
25342 (RUN_TEST_LOOP_f_L): New macro.
25343 (llrint_test_data): New variable.
25344 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25345 (llrint_tonearest_test_data): New variable.
25346 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25347 (llrint_towardzero_test_data): New variable.
25348 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25349 (llrint_downward_test_data): New variable.
25350 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25351 (llrint_upward_test_data): New variable.
25352 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25353 (llround_test_data): New variable.
25354 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25355
f137ff13
PC
253562013-05-13 Peter Collingbourne <pcc@google.com>
25357
25358 * math/atest-exp2.c (get_log2): Remove const attribute.
25359
3608cb24
JM
253602013-05-15 Joseph Myers <joseph@codesourcery.com>
25361
25362 * math/libm-test.inc (struct test_f_l_data): New type.
25363 (RUN_TEST_LOOP_f_l): New macro.
25364 (lrint_test_data): New variable.
25365 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25366 (lrint_tonearest_test_data): New variable.
25367 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25368 (lrint_towardzero_test_data): New variable.
25369 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25370 (lrint_downward_test_data): New variable.
25371 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25372 (lrint_upward_test_data): New variable.
25373 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25374 (lround_test_data): New variable.
25375 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25376
39b1f617
PC
253772013-05-15 Peter Collingbourne <pcc@google.com>
25378
1deff3dc
PC
25379 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25380 (EXTRACT_WORDS64) Use where appropriate.
25381 (INSERT_WORDS64) Likewise.
25382
791f3ba0
PC
25383 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25384 constraints with x constraints.
25385 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25386
39b1f617
PC
25387 * malloc/obstack.c (_obstack_compat): Add initializer.
25388
12fba011
EM
253892013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
25390
25391 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25392 si_trapno and add si_addr_lsb to _sifields.sigfault.
25393 (si_trapno): Remove macro.
25394 (si_addr_lsb): Define new macro.
25395 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25396
d369f531
JM
253972013-05-15 Joseph Myers <joseph@codesourcery.com>
25398
b861c6c4
JM
25399 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25400 instead of TEST_f_l.
25401 (llrint_test_tonearest): Likewise.
25402 (llrint_test_towardzero): Likewise.
25403 (llrint_test_downward): Likewise.
25404 (llrint_test_upward): Likewise.
25405 (llround_test): Likewise.
25406
7abeee12
JM
25407 * math/libm-test.inc (struct test_f_i_data): Add comment.
25408 (RUN_TEST_LOOP_f_b): New macro.
25409 (RUN_TEST_LOOP_f_b_tg): Likewise.
25410 (finite_test_data): New variable.
25411 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25412 (isfinite_test_data): New variable.
25413 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25414 (isinf_test_data): New variable.
25415 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25416 (isnan_test_data): New variable.
25417 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25418 (isnormal_test_data): New variable.
25419 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25420 (issignaling_test_data): New variable.
25421 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25422 (signbit_test_data): New variable.
25423 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25424
cbe8c4d3
JM
25425 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25426 with INVALID_EXCEPTION.
25427 (acosh_test_data): Likewise.
25428 (asin_test_data): Likewise.
25429 (atanh_test_data): Likewise.
25430 (fmod_test_data): Likewise.
25431 (log_test_data): Likewise.
25432 (log10_test_data): Likewise.
25433 (log2_test_data): Likewise.
25434 (pow_test_data): Likewise.
25435 (sqrt_test_data): Likewise.
25436 (y0_test_data): Likewise.
25437 (y1_test_data): Likewise.
25438 (yn_test_data): Likewise.
25439
5575c0e5
JM
25440 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25441 function contents.
25442
d369f531
JM
25443 * math/libm-test.inc (struct test_ff_i_data): New type.
25444 (RUN_TEST_LOOP_ff_i_tg): New macro.
25445 (isgreater_test_data): New variable.
25446 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25447 (isgreaterequal_test_data): New variable.
25448 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25449 (isless_test_data): New variable.
25450 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25451 (islessequal_test_data): New variable.
25452 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25453 (islessgreater_test_data): New variable.
25454 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25455 (isunordered_test_data): New variable.
25456 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25457
781fd748
DM
254582013-05-14 David S. Miller <davem@davemloft.net>
25459
25460 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25461
87aa21df
JM
254622013-05-14 Joseph Myers <joseph@codesourcery.com>
25463
5e908270
JM
25464 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25465
f71172e5
JM
25466 * math/libm-test.inc (struct test_fF_f1_data): Change type of
25467 extra_test to int.
25468 (struct test_f_i_data): Change type of max_ulp to int.
25469
8cfa635a
JM
25470 * math/libm-test.inc (test_ffI_f1_data): New type.
25471 (RUN_TEST_LOOP_ffI_f1): New macro.
25472 (remquo_test_data): New variable.
25473 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25474
2bcb36b2
JM
25475 * setjmp/tst-setjmp-fp.c: New file.
25476 * setjmp/Makefile (tests): Add tst-setjmp-fp.
25477 (link-libm): New variable.
25478 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25479
acbd839a
JM
25480 * math/libm-test.inc (struct test_f_i_data): New type.
25481 (RUN_TEST_LOOP_f_i): New macro.
25482 (RUN_TEST_LOOP_f_i_tg): Likewise.
25483 (fpclassify_test_data): New variable.
25484 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25485 (ilogb_test_data): New variable.
25486 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25487
e414d745
JM
25488 * math/libm-test.inc (scalbln_test): Correct function name in END
25489 call.
25490
d9c2a0fd
JM
25491 * math/libm-test.inc (struct test_f_f1_data): Add comment.
25492 (RUN_TEST_LOOP_fI_f1): New macro.
25493 (frexp_test_data): New variable.
25494 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25495
9dc9095d
JM
25496 * math/libm-test.inc (struct test_fF_f1_data): New type.
25497 (RUN_TEST_LOOP_fF_f1): New macro.
25498 (modf_test_data): New variable.
25499 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25500
87aa21df
JM
25501 * math/libm-test.inc (struct test_f_f1_data): New type.
25502 (RUN_TEST_LOOP_f_f1): New macro.
25503 (gamma_test_data): New variable.
25504 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25505 (lgamma_test_data): New variable.
25506 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25507
141af660
CD
255082013-05-13 Carlos O'Donell <carlos@redhat.com>
25509
25510 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25511 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25512 (main): Comment "tls" pseudo-hwcap.
25513
6d33265c
JM
255142013-05-13 Joseph Myers <joseph@codesourcery.com>
25515
68fc074c
JM
25516 * math/libm-test.inc (struct test_fl_f_data): New type.
25517 (RUN_TEST_LOOP_fl_f): New variable.
25518 (scalbln_test_data): New variable.
25519 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25520
243216e1
JM
25521 * math/libm-test.inc (struct test_fi_f_data): New type.
25522 (RUN_TEST_LOOP_fi_f): New macro.
25523 (ldexp_test_data): New variable.
25524 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25525 (scalbn_test_data): New variable.
25526 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25527
6a1992e2
JM
25528 * math/libm-test.inc (struct test_c_f_data): New type.
25529 (RUN_TEST_LOOP_c_f): New macro.
25530 (cabs_test_data): New variable.
25531 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25532 (carg_test_data): New variable.
25533 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25534 (cimag_test_data): New variable.
25535 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25536 (creal_test_data): New variable.
25537 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25538
0e400df5
JM
25539 * math/libm-test.inc (struct test_if_f_data): New type.
25540 (RUN_TEST_LOOP_if_f): New macro.
25541 (jn_test_data): New variable.
25542 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25543 (yn_test_data): New variable.
25544 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25545
6d33265c
JM
25546 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25547
f98ece5f
AZ
255482013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25549
25550 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25551 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25552
0f7d347b
SP
255532013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25554
43fe811b
SP
25555 * benchtests/Makefile (CPPFLAGS-nonlib): Add
25556 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25557 (bench-deps): Add bench-timing.h.
25558 * benchtests-bench-skeleton.c: Include bench-timing.h.
25559 (main): Use TIMING_* macros instead of clock_gettime.
25560 * benchtests/bench-timing.h: New file.
25561
0f7d347b
SP
25562 [BZ #14582]
25563 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25564 Renamed from _LIB_VERSION.
25565 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25566
601a3a5f
JM
255672013-05-12 Joseph Myers <joseph@codesourcery.com>
25568
4f184d30
JM
25569 * math/libm-test.inc (struct test_fff_f_data): New type.
25570 (RUN_TEST_LOOP_fff_f): New macro.
25571 (fma_test_data): New variable.
25572 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25573 (fma_towardzero_test_data): New variable.
25574 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25575 (fma_downward_test_data): New variable.
25576 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25577 (fma_upward_test_data): New variable.
25578 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25579
08198877
JM
25580 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25581 (struct test_c_c_data): New type.
25582 (RUN_TEST_LOOP_c_c): New macro.
25583 (cacos_test_data): New variable.
25584 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25585 (cacosh_test_data): New variable.
25586 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25587 (casin_test_data): New variable.
25588 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25589 (casinh_test_data): New variable.
25590 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25591 (catan_test_data): New variable.
25592 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25593 (catanh_test_data): New variable.
25594 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25595 (ccos_test_data): New variable.
25596 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25597 (ccosh_test_data): New variable.
25598 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25599 (cexp_test_data): New variable.
25600 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25601 (clog_test_data): New variable.
25602 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25603 (clog10_test_data): New variable.
25604 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25605 (conj_test_data): New variable.
25606 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25607 (cproj_test_data): New variable.
25608 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25609 (csin_test_data): New variable.
25610 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25611 (csinh_test_data): New variable.
25612 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25613 (csqrt_test_data): New variable.
25614 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25615 (ctan_test_data): New variable.
25616 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25617 (ctan_tonearest_test_data): New variable.
25618 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25619 (ctan_towardzero_test_data): New variable.
25620 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25621 (ctan_downward_test_data): New variable.
25622 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25623 (ctan_upward_test_data): New variable.
25624 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25625 (ctanh_test_data): New variable.
25626 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25627 (ctanh_tonearest_test_data): New variable.
25628 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25629 (ctanh_towardzero_test_data): New variable.
25630 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25631 (ctanh_downward_test_data): New variable.
25632 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25633 (ctanh_upward_test_data): New variable.
25634 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25635 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25636 of BUILD_COMPLEX.
25637
601a3a5f
JM
25638 * math/libm-test.inc (struct test_ff_f_data): New type.
25639 (struct test_ff_f_data_nexttoward): Likewise.
25640 (RUN_TEST_LOOP_2_f): New macro.
25641 (RUN_TEST_LOOP_ff_f): Likewise.
25642 (atan2_test_data): New variable.
25643 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25644 (copysign_test_data): New variable.
25645 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25646 (fdim_test_data): New variable.
25647 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25648 (fmax_test_data): New variable.
25649 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25650 (fmin_test_data): New variable.
25651 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25652 (fmod_test_data): New variable.
25653 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25654 (hypot_test_data): New variable.
25655 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25656 (nextafter_test_data): New variable.
25657 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25658 (nexttoward_test_data): New variable.
25659 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25660 (pow_test_data): New variable.
25661 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25662 (pow_tonearest_test_data): New variable.
25663 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25664 (pow_towardzero_test_data): New variable.
25665 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25666 (pow_downward_test_data): New variable.
25667 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25668 (pow_upward_test_data): New variable.
25669 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25670 (remainder_test_data): New variable.
25671 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25672 (scalb_test_data): New variable.
25673 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25674 * sysdeps/i386/fpu/libm-test-ulps: Update.
25675
74c57478
JM
256762013-05-11 Joseph Myers <joseph@codesourcery.com>
25677
8329e4da
JM
25678 * math/libm-test.inc (fma_test): Use max_value instead of local
25679 variable fltmax.
25680 (nextafter_test): Likewise.
25681
74c57478
JM
25682 * math/libm-test.inc (acos_towardzero_test_data): New variable.
25683 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25684 (acos_downward_test_data): New variable.
25685 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25686 (acos_upward_test_data): New variable.
25687 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25688 (acosh_test_data): New variable.
25689 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25690 (asin_test_data): New variable.
25691 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25692 (asin_tonearest_test_data): New variable.
25693 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25694 (asin_towardzero_test_data): New variable.
25695 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25696 (asin_downward_test_data): New variable.
25697 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25698 (asin_upward_test_data): New variable.
25699 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25700 (asinh_test_data): New variable.
25701 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25702 (atan_test_data): New variable.
25703 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25704 (atanh_test_data): New variable.
25705 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25706 (cbrt_test_data): New variable.
25707 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25708 (ceil_test_data): New variable.
25709 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25710 (cos_test_data): New variable.
25711 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25712 (cos_tonearest_test_data): New variable.
25713 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25714 (cos_towardzero_test_data): New variable.
25715 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25716 (cos_downward_test_data): New variable.
25717 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25718 (cos_upward_test_data): New variable.
25719 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25720 (cosh_test_data): New variable.
25721 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25722 (cosh_tonearest_test_data): New variable.
25723 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25724 (cosh_towardzero_test_data): New variable.
25725 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25726 (cosh_downward_test_data): New variable.
25727 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25728 (cosh_upward_test_data): New variable.
25729 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25730 (erf_test_data): New variable.
25731 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25732 (erfc_test_data): New variable.
25733 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25734 (exp_test_data): New variable.
25735 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25736 (exp_tonearest_test_data): New variable.
25737 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25738 (exp_towardzero_test_data): New variable.
25739 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25740 (exp_downward_test_data): New variable.
25741 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25742 (exp_upward_test_data): New variable.
25743 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25744 (exp10_test_data): New variable.
25745 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25746 (exp2_test_data): New variable.
25747 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25748 (expm1_test_data): New variable.
25749 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25750 (fabs_test_data): New variable.
25751 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25752 (floor_test_data): New variable.
25753 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25754 (j0_test_data): New variable.
25755 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25756 (j1_test_data): New variable.
25757 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25758 (log_test_data): New variable.
25759 (log_test): Run tests with RUN_TEST_LOOP_f_f.
25760 (log10_test_data): New variable.
25761 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25762 (log1p_test_data): New variable.
25763 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25764 (log2_test_data): New variable.
25765 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25766 (logb_test_data): New variable.
25767 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25768 (logb_downward_test_data): New variable.
25769 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25770 (nearbyint_test_data): New variable.
25771 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25772 (rint_test_data): New variable.
25773 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25774 (rint_tonearest_test_data): New variable.
25775 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25776 (rint_towardzero_test_data): New variable.
25777 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25778 (rint_downward_test_data): New variable.
25779 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25780 (rint_upward_test_data): New variable.
25781 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25782 (round_test_data): New variable.
25783 (round_test): Run tests with RUN_TEST_LOOP_f_f.
25784 (sin_test_data): New variable.
25785 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25786 (sin_tonearest_test_data): New variable.
25787 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25788 (sin_towardzero_test_data): New variable.
25789 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25790 (sin_downward_test_data): New variable.
25791 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25792 (sin_upward_test_data): New variable.
25793 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25794 (sinh_test_data): New variable.
25795 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25796 (sinh_tonearest_test_data): New variable.
25797 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25798 (sinh_towardzero_test_data): New variable.
25799 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25800 (sinh_downward_test_data): New variable.
25801 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25802 (sinh_upward_test_data): New variable.
25803 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25804 (sqrt_test_data): New variable.
25805 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25806 (tan_test_data): New variable.
25807 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25808 (tan_tonearest_test_data): New variable.
25809 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25810 (tan_towardzero_test_data): New variable.
25811 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25812 (tan_downward_test_data): New variable.
25813 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25814 (tan_upward_test_data): New variable.
25815 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25816 (tanh_test_data): New variable.
25817 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25818 (tgamma_test_data): New variable.
25819 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25820 (trunc_test_data): New variable.
25821 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25822 (y0_test_data): New variable.
25823 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25824 (y1_test_data): New variable.
25825 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25826 (significand_test_data): New variable.
25827 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25828
7187d844
CG
258292013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
25830
25831 [BZ #12387]
25832 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25833
f63fae73
PT
258342013-05-10 Pino Toscano <toscano.pino@tiscali.it>
25835
25836 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25837
8a67a4b3
AJ
258382013-05-10 Andreas Jaeger <aj@suse.de>
25839
25840 [BZ #15448]
25841 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25842 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25843
51df539d
JM
258442013-05-10 Joseph Myers <joseph@codesourcery.com>
25845
25846 * math/gen-libm-test.pl (adjust_arg): New function.
25847 (special_functions): Handle generating output in both functions
25848 and arrays.
25849 (parse_args): Likewise.
25850 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
25851 $in_func argument to parse_args.
25852 * math/libm-test.inc (struct test_f_f_data): New type.
25853 (IF_ROUND_INIT_): New macro.
25854 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25855 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25856 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25857 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25858 (ROUND_RESTORE_): Likewise.
25859 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25860 (ROUND_RESTORE_FE_TONEAREST): Likewise.
25861 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25862 (ROUND_RESTORE_FE_UPWARD): Likewise.
25863 (RUN_TEST_LOOP_f_f): New macro.
25864 (acos_test_data): New variable.
25865 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25866 (acos_tonearest_test_data): New variable.
25867 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25868
5c637fe5
SP
258692013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25870
25871 * benchtests/bench-skeleton.c (startup): Fix coding style.
25872
ab2b9461
JM
258732013-05-10 Joseph Myers <joseph@codesourcery.com>
25874
25875 [BZ #6809]
25876 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25877 negative infinity argument.
25878 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25879 negative infinity argument.
25880 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25881 negative infinity argument.
25882 * math/libm-test.inc (tgamma_test): Expect errno to be set for
25883 domain errors.
25884
4c0fe6fe
FW
258852013-05-10 Florian Weimer <fweimer@redhat.com>
25886
25887 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25888 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25889 * iconv/iconv_prog.c (main): Likewise.
25890 * locale/programs/charmap-dir.c (charmap_readdir)
25891 (fopen_uncompressed): Likewise.
25892 * locale/programs/locfile.c (siblings_uncached)
25893 (write_locale_data): Use lstat64 instead of lstat.
25894 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25895 stat.
25896
a3375d29
AJ
258972013-05-10 Andreas Jaeger <aj@suse.de>
25898
25899 [BZ #15395]
25900 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25901 localization.
25902 Include <locale.h>.
25903
36129722
CD
259042013-05-09 Carlos O'Donell <carlos@redhat.com>
25905
25906 * elf/dl-close.c (_dl_close_worker): Add comments.
25907
faa7f811
JM
259082013-05-09 Joseph Myers <joseph@codesourcery.com>
25909
ed41ffef
JM
25910 [BZ #15359]
25911 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25912 high part of pi/2.
25913 (__ieee754_rem_pio2l): Update comments.
25914
d0213cd0
JM
25915 [BZ #15429]
25916 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25917 high part of pi/2.
25918 (__ieee754_rem_pio2l): Update comments.
25919
0d3e777a
JM
25920 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25921 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25922
24f56066
JM
25923 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25924 M_PI_4l.
25925
faa7f811
JM
25926 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25927 (M_PI_34_LOG10El): Likewise.
25928 (M_PI2_LOG10El): Likewise.
25929 (M_PI4_LOG10El): Likewise.
25930 (M_PI_LOG10El): Likewise.
25931
e9a5e0fd
AZ
259322013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25933
25934 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25935
d8cd06db
JM
259362013-05-08 Joseph Myers <joseph@codesourcery.com>
25937
a0d9f9d7
JM
25938 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25939 (MINUS_ZERO_INIT): Likewise.
25940 (PLUS_INFTY_INIT): Likewise.
25941 (MINUS_INFTY_INIT): Likewise.
25942 (QNAN_VALUE_INIT): Likewise.
25943 (MAX_VALUE_INIT): Likewise.
25944 (MIN_VALUE_INIT): Likewise.
25945 (MIN_SUBNORM_VALUE_INIT): Likewise.
25946 (plus_zero): Initialize with PLUS_ZERO_INIT.
25947 (minus_zero): Initialize with MINUS_ZERO_INIT.
25948 (plus_infty): Initialize with PLUS_INFTY_INIT.
25949 (minus_infty): Initialize with MINUS_INFTY_INIT.
25950 (qnan_value): Initialize with QNAN_VALUE_INIT.
25951 (max_value): Initialize with MAX_VALUE_INIT.
25952 (min_value): Initialize with MIN_VALUE_INIT.
25953 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25954
ae08db3b
JM
25955 * math/libm-test.inc (RUN_TEST_if_f): New macro.
25956 (jn_test): Use TEST_if_f instead of TEST_ff_f.
25957 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25958 (yn_test): Use TEST_if_f instead of TEST_ff_f.
25959
f44bf14a
JM
25960 * math/libm-test.inc (RUN_TEST_f_f): New macro.
25961 (RUN_TEST_2_f): Likewise.
25962 (RUN_TEST_ff_f): Likewise.
25963 (RUN_TEST_fi_f): Likewise.
25964 (RUN_TEST_fl_f): Likewise.
25965 (RUN_TEST_fff_f): Likewise.
25966 (RUN_TEST_c_f): Likewise.
25967 (RUN_TEST_f_f1): Likewise.
25968 (RUN_TEST_fF_f1): Likewise.
25969 (RUN_TEST_fI_f1): Likewise.
25970 (RUN_TEST_ffI_f1): Likewise.
25971 (RUN_TEST_c_c): Likewise.
25972 (RUN_TEST_cc_c): Likewise.
25973 (RUN_TEST_f_i): Likewise.
25974 (RUN_TEST_f_i_tg): Likewise.
25975 (RUN_TEST_ff_i_tg): Likewise.
25976 (RUN_TEST_f_b): Likewise.
25977 (RUN_TEST_f_b_tg): Likewise.
25978 (RUN_TEST_f_l): Likewise.
25979 (RUN_TEST_f_L): Likewise.
25980 (RUN_TEST_sincos): Likewise.
25981 * math/gen-libm-test.pl (new_test): Take new argument to indicate
25982 whether to show exceptions. Do not include ");\n" in return
25983 value.
25984 (special_functions): Output call to RUN_TEST_sincos instead of
25985 check_float calls. Update calls to new_test.
25986 (parse_args): Output call to single RUN_TEST_* macro instead of
25987 check_* calls and other assignments. Update calls to new_test.
25988
d8cd06db
JM
25989 [BZ #2546]
25990 [BZ #2560]
25991 [BZ #5159]
25992 [BZ #15426]
25993 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25994 input to result for tgamma overflow.
25995 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25996 (gamma_coeff): New variable.
25997 (NCOEFF): New macro.
25998 (gamma_positive): New function.
25999 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26000 underflow here. Use gamma_positive instead of exp (lgamma) for
26001 other arguments.
26002 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26003 (gamma_coeff): New variable.
26004 (NCOEFF): New macro.
26005 (gammaf_positive): New function.
26006 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26007 underflow here. Use gamma_positive instead of exp (lgamma) for
26008 other arguments.
26009 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26010 (gamma_coeff): New variable.
26011 (NCOEFF): New macro.
26012 (gammal_positive): New function.
26013 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26014 underflow here. Use gamma_positive instead of exp (lgamma) for
26015 other arguments.
26016 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26017 (gamma_coeff): New variable.
26018 (NCOEFF): New macro.
26019 (gammal_positive): New function.
26020 (__ieee754_gammal_r): Handle positive infinity, overflow and
26021 underflow here. Handle NaN the same as positive infinity. Remove
26022 check x < 0xffffffff for negative integers. Use gamma_positive
26023 instead of exp (lgamma) for other arguments.
26024 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26025 (gamma_coeff): New variable.
26026 (NCOEFF): New macro.
26027 (gammal_positive): New function.
26028 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26029 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26030 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26031 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26032 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26033 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26034 * sysdeps/generic/math_private.h (__gamma_productf): New
26035 prototype.
26036 (__gamma_product): Likewise.
26037 (__gamma_productl): Likewise.
26038 * math/Makefile (libm-calls): Add gamma_product.
26039 * math/libm-test.inc (tgamma_test): Add more tests.
26040 * sysdeps/i386/fpu/libm-test-ulps: Update.
26041 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26042
bb7cf681
OB
260432013-05-08 Ondřej Bílka <neleai@seznam.cz>
26044
26045 * benchtests/bench-skeleton.c (main): Preheat CPU.
26046
ba853947
AJ
260472013-05-07 Aurelien Jarno <aurelien@aurel32.net>
26048
26049 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26050
8347c74c
RM
260512013-05-07 Roland McGrath <roland@hack.frob.com>
26052
26053 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26054 and _dl_skip_args_internal.
26055
e8dd4791
CD
260562013-05-07 Carlos O'Donell <carlos@redhat.com>
26057
26058 * manual/message.texi (Message Translation): Talk about users.
26059 Message to key mapping impacts design.
26060
c7405830
RM
260612013-05-06 Roland McGrath <roland@hack.frob.com>
26062
a9173057
RM
26063 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26064
976e2f03
RM
26065 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26066
9723ffc5
RM
26067 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26068 * sysdeps/wordsize-64/glob64.c: ... here.
26069
962e6658
RM
26070 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26071 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26072 New macros.
26073
ee586a6d
RM
26074 * debug/getlogin_r_chk.c: Moved to ...
26075 * login/getlogin_r_chk.c: ... here.
26076 * debug/Makefile (routines): Move getlogin_r_chk to ...
26077 * login/Makefile (routines): ... here.
26078 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26079 * login/Versions (libc: GLIBC_2.4): ... here.
26080
355f9165
RM
26081 * io/poll.c (__poll): Renamed from poll.
26082 Add libc_hidden_def.
26083 (poll): Define as weak alias.
26084
bd9ffde6
RM
26085 * debug/ptsname_r_chk.c: Moved to ...
26086 * login/ptsname_r_chk.c: ... here.
26087 * debug/Makefile (routines): Move ptsname_r_chk to ...
26088 * login/Makefile (routines): ... here.
26089 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26090 * login/Versions (libc: GLIBC_2.4): ... here.
26091
8fb16a04
RM
26092 * posix/getlogin.c: Moved to ...
26093 * login/getlogin.c: ... here.
26094 * posix/getlogin_r.c: Moved to ...
26095 * login/getlogin_r.c: ... here.
26096 * posix/getlogin_r.c: Moved to ...
26097 * login/getlogin_r.c: ... here.
26098 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26099 * login/Makefile (routines): ... here.
26100 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26101 * login/Versions (libc: GLIBC_2.0): ... here.
26102
b99b892f
RM
26103 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26104 (setrlimit): Define as weak alias.
26105
c7405830
RM
26106 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26107 Call __ names for open, ftruncate, and close.
26108 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26109 (truncate): Define as weak alias.
26110
5bf96de5
JM
261112013-05-06 Joseph Myers <joseph@codesourcery.com>
26112
9ea3513c
JM
26113 * math/gen-libm-test.pl (parse_args): Initialize x before each
26114 test of frexp, modf and remquo.
26115
5bf96de5
JM
26116 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26117 test signgam value.
26118
16e616a7
AZ
261192013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26120
26121 [BZ #15418]
26122 [BZ #15419]
26123 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26124 internal tests.
26125 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26126
d5e82754
RM
261272013-05-06 Roland McGrath <roland@hack.frob.com>
26128
26129 * elf/dl-writev.h: New file.
26130 * elf/dl-misc.c: Include it.
26131 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26132 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26133
a7548d41
JM
261342013-05-04 Joseph Myers <joseph@codesourcery.com>
26135
b7dab1e4
JM
26136 * math/libm-test.inc (noXFails): Remove variable.
26137 (noXPasses): Likewise.
26138 (BUILD_COMPLEX_INT): Remove macro.
26139 (print_screen): Remove xfail argument.
26140 (print_screen_max_error): Likewise.
26141 (update_stats): Likewise.
26142 (print_max_error): Likewise. Update calls to other affected
26143 functions.
26144 (print_complex_max_error): Likewise.
26145 (test_single_exception): Update calls to print_screen.
26146 (test_single_errno): Likewise.
26147 (check_float_internal): Remove xfail argument. Update calls to
26148 other affected functions.
26149 (check_float): Likewise.
26150 (check_complex): Likewise.
26151 (check_int): Likewise.
26152 (check_long): Likewise.
26153 (check_bool): Likewise.
26154 (check_longlong): Likewise.
26155 (main): Don't print noXFails and noXPasses.
26156 * math/gen-libm-test.pl (top level): Don't mention expected
26157 failure handling in comment.
26158 (new_test): Don't handle expected failures.
26159 (parse_args): Don't mention expected failure handling in comment.
26160 (generate_testfile): Don't handle expected failures.
26161 (parse_ulps): Likewise.
26162 (print_ulps_file): Likewise.
26163 (get_failure): Remove function.
26164 (output_test): Don't handle expected failures.
26165 * make/README.libm-test: Don't mention expected failure handling.
26166
a7548d41
JM
26167 * math/libm-test.inc (plus_zero): Make const. Add initializer.
26168 (minus_zero): Likewise.
26169 (plus_infty): Likewise.
26170 (minus_infty): Likewise.
26171 (qnan_value): Likewise.
26172 (max_value): Likewise.
26173 (min_value): Likewise.
26174 (min_subnorm_value): Likewise.
26175 (initialize): Do not initialize those variables dynamically.
26176
60bfd54c
RM
261772013-05-03 Roland McGrath <roland@hack.frob.com>
26178
cc0e6ed8
RM
26179 * io/open.c (__open_2): Moved to ...
26180 * io/open_2.c: ... this new file.
26181 * io/open64.c (__open64_2): Moved to ...
26182 * io/open64_2.c: ... this new file.
26183 * io/openat.c (__openat_2): Moved to ...
26184 * io/openat_2.c: ... this new file.
26185 * io/openat64.c (__openat64_2): Moved to ...
26186 * io/openat64_2.c: ... this new file.
26187 * io/Makefile (routines): Add them.
26188 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26189 * sysdeps/unix/sysv/linux/open_2.c: File removed.
26190 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26191 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26192 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26193 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26194 (__openat64): Add hidden_ver.
26195 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26196 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26197
60bfd54c
RM
26198 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26199 Separately conditionalize setting of GLRO(dl_sysinfo) so
26200 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26201 as well, but the actual setting is only under [NEED_DL_SYSINFO].
26202
83e7640f
AZ
262032013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26204
26205 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26206 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26207 definition.
26208 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26209 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26210 (_libc_vdso_platform_setup): Add __vdso_time initialization.
26211 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26212 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26213
d5dc2af3
JM
262142013-05-03 Joseph Myers <joseph@codesourcery.com>
26215
c31a5b1e
JM
26216 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26217 test signgam value.
26218
d5dc2af3
JM
26219 * math/libm-test.inc (hypot_test): Do not use
26220 IGNORE_ZERO_INF_SIGN.
26221
164fd39d
AJ
262222013-05-03 Andreas Jaeger <aj@suse.de>
26223
26224 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26225 Linux 3.9.
26226 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26227 (PF_MAX): Adjust for VSOCK change.
26228
8237f48c
AZ
262292013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26230
26231 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26232
9df02941
CD
262332013-05-02 Carlos O'Donell <carlos@redhat.com>
26234
26235 [BZ #15264]
26236 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26237 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26238 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26239
d422395e
DM
262402013-05-02 David S. Miller <davem@davemloft.net>
26241
26242 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26243
a07c5731
OB
262442013-05-01 Ondřej Bílka <neleai@seznam.cz>
26245
26246 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26247
1324e37f
RM
262482013-05-01 Roland McGrath <roland@hack.frob.com>
26249
26250 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26251
0695940b
RS
262522013-05-01 Richard Smith <richard@metafoo.co.uk>
26253
bb5f27ad 26254 [BZ #14952]
0695940b
RS
26255 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26256 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26257 Use __attribute__ ((__gnu_inline__)).
26258 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26259 Don't use __attribute__ ((__gnu_inline__)).
26260
10de07f5
JM
262612013-05-01 Joseph Myers <joseph@codesourcery.com>
26262
26263 [BZ #15423]
26264 * math/s_catan.c (__catan): Handle small real or imaginary part of
26265 input specially to avoid spurious underflow.
26266 * math/s_catanf.c (__catanf): Likewise.
26267 * math/s_catanh.c (__catanh): Likewise.
26268 * math/s_catanhf.c (__catanhf): Likewise.
26269 * math/s_catanhl.c (__catanhl): Likewise.
26270 * math/s_catanl.c (__catanl): Likewise.
26271 * math/libm-test.inc (catan_test): Add more tests.
26272 (catanh_test): Likewise.
26273 * sysdeps/i386/fpu/libm-test-ulps: Update.
26274 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26275
cb4d5414
AZ
262762013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26277
26278 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26279
caf84319
JM
262802013-04-30 Joseph Myers <joseph@codesourcery.com>
26281
26282 [BZ #15416]
26283 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26284 accurately for denominator in atan2.
26285 * math/s_catanf.c (__catanf): Likewise.
26286 * math/s_catanh.c (__catanh): Likewise.
26287 * math/s_catanhf.c (__catanhf): Likewise.
26288 * math/s_catanhl.c (__catanhl): Likewise.
26289 * math/s_catanl.c (__catanl): Likewise.
26290 * math/libm-test.inc (catan_test): Add more tests.
26291 (catanh_test): Likewise.
26292 * sysdeps/i386/fpu/libm-test-ulps: Update.
26293 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26294
d569c6ee
SP
262952013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
26296
6dbe713d
SP
26297 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26298
f0ee064b
SP
26299 * benchtests/Makefile (bench): Remove slow benchmarks.
26300 * benchtests/atan-inputs: Add slow benchmark inputs.
26301 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26302 (BENCH_FUNC): Accept variant offset.
26303 (VARIANT): Define.
26304 * benchtests/bench-skeleton.c (main): Run benchmark for each
26305 variant.
26306 * benchtests/cos-inputs: Add slow benchmark inputs.
26307 * benchtests/exp-inputs: Likewise.
26308 * benchtests/pow-inputs: Likewise.
26309 * benchtests/sin-inputs: Likewise.
26310 * benchtests/slowatan-inputs: Remove.
26311 * benchtests/slowatan.c: Remove.
26312 * benchtests/slowcos-inputs: Remove.
26313 * benchtests/slowcos.c: Remove.
26314 * benchtests/slowexp-inputs: Remove.
26315 * benchtests/slowexp.c: Remove.
26316 * benchtests/slowpow-inputs: Remove.
26317 * benchtests/slowpow.c: Remove.
26318 * benchtests/slowsin-inputs: Remove.
26319 * benchtests/slowsin.c: Remove.
26320 * benchtests/slowtan-inputs: Remove.
26321 * benchtests/slowtan.c: Remove.
26322 * benchtests/tan-inputs: Add slow benchmark inputs.
26323 * scripts/bench.pl: Parse comments and directives.
26324
d569c6ee
SP
26325 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
26326 in CPPFLAGS.
26327 ($(objpfx)bench-%.c): Remove *-ITER.
26328 * benchtests/bench-modf.c: Remove definition of ITER.
26329 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26330 (main): Loop for DURATION seconds instead of fixed number of
26331 iterations.
26332 * scripts/bench.pl: Don't expect iterations in parameters.
26333
a6a242fe
RM
263342013-04-29 Roland McGrath <roland@hack.frob.com>
26335
26336 * io/fchdir.c (__fchdir): Renamed from fchdir.
26337 (fchdir): Define as weak alias.
26338
f2da7793
JM
263392013-04-29 Joseph Myers <joseph@codesourcery.com>
26340
26341 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26342 (ERRNO_EDOM): Likewise.
26343 (ERRNO_ERANGE): Likewise.
26344 (noErrnoTests): New variable.
26345 (init_max_error): Set errno to 0.
26346 (test_single_errno): New function.
26347 (test_errno): Likewise.
26348 (check_float_internal): Call test_errno. Set errno to 0.
26349 (check_complex): Refer to errno tests in comment.
26350 (check_int): Call test_errno. Set errno to 0.
26351 (check_long): Likewise.
26352 (check_bool): Likewise.
26353 (check_longlong): Likewise.
26354 (cos_test): Use ERRNO_* flags for errno tests instead of
26355 check_int.
26356 (expm1_test): Likewise.
26357 (fmod_test): Likewise.
26358 (ilogb_test): Likewise.
26359 (lgamma_test): Likewise.
26360 (pow_test): Likewise.
26361 (remainder_test): Likewise.
26362 (sin_test): Likewise.
26363 (tan_test): Likewise.
26364 (yn_test): Likewise.
26365 (initialize): Set errno to 0.
26366 (main): Print number of errno tests.
26367 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26368
b1a36ceb
AJ
263692013-04-29 Andreas Jaeger <aj@suse.de>
26370
c3ed8088
AJ
26371 [BZ #15084]
26372 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26373 and RES_USEVC.
26374
f1a24198
AJ
26375 [BZ #15085]
26376 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26377 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26378 unimplemented.
26379
9ce3b2cb
AJ
26380 [BZ #15380]
26381 * stdlib/random.c (__initstate): Return NULL if
26382 __initstate fails.
26383
f1a24198 26384 [BZ #15086]
b1a36ceb
AJ
26385 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26386 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26387 RES_SNGLKUPREOP.
26388
7e7b6f36
AZ
263892013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26390
26391 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26392
4d14f449
JM
263932013-04-29 Joseph Myers <joseph@codesourcery.com>
26394
26395 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26396 of individual tests.
26397 (casin_test): Likewise.
26398 (casinh_test): Likewise.
26399
5b4217d7
JM
264002013-04-27 Joseph Myers <joseph@codesourcery.com>
26401
26402 [BZ #15409]
26403 * math/s_catan.c (__catan): Handle arguments with large real or
26404 imaginary part separately without squaring.
26405 * math/s_catanf.c (__catanf): Likewise.
26406 * math/s_catanh.c (__catanh): Likewise.
26407 * math/s_catanhf.c (__catanhf): Likewise.
26408 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26409 and redefine.
26410 (__catanhl): Handle arguments with large real or imaginary part
26411 separately without squaring.
26412 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26413 and redefine.
26414 (__catanl): Handle arguments with large real or imaginary part
26415 separately without squaring.
26416 * math/libm-test.inc (catan_test): Add more tests.
26417 (catanh_test): Likewise.
26418 * sysdeps/i386/fpu/libm-test-ulps: Update.
26419 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26420
4220c3ef
AJ
264212013-04-27 Andreas Jaeger <aj@suse.de>
26422
26423 [BZ #15007]
26424 * stdlib/stdlib.h: Update guards for qecvt.
26425 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26426 <stdlib.h>.
26427
4721b2d1
AM
264282013-04-27 Allan McRae <allan@archlinux.org>
26429
26430 * sysdeps/i386/fpu/libm-test-ulps: Update.
26431
f0302940
JM
264322013-04-26 Joseph Myers <joseph@codesourcery.com>
26433
9457fd95
JM
26434 [BZ #15406]
26435 * math/s_catan.c: Include <float.h>.
26436 (__catan): Ensure underflow exception occurs for underflowed
26437 result.
26438 * math/s_catanf.c: Include <float.h>.
26439 (__catanf): Ensure underflow exception occurs for underflowed
26440 result.
26441 * math/s_catanh.c: Include <float.h>.
26442 (__catanh): Ensure underflow exception occurs for underflowed
26443 result.
26444 * math/s_catanhf.c: Include <float.h>.
26445 (__catanhf): Ensure underflow exception occurs for underflowed
26446 result.
26447 * math/s_catanhl.c: Include <float.h>.
26448 (__catanhl): Ensure underflow exception occurs for underflowed
26449 result.
26450 * math/s_catanl.c: Include <float.h>.
26451 (__catanl): Ensure underflow exception occurs for underflowed
26452 result.
26453 * math/libm-test.inc (catan_test): Add more tests.
26454 (catanh_test): Likewise.
26455
f0302940
JM
26456 [BZ #15405]
26457 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26458 underflowed result.
26459 * math/s_ccoshf.c (__ccoshf): Likewise.
26460 * math/s_ccoshl.c (__ccoshl): Likewise.
26461 * math/s_csin.c (__csin): Likewise.
26462 * math/s_csinf.c (__csinf): Likewise.
26463 * math/s_csinh.c (__csinh): Likewise.
26464 * math/s_csinhf.c (__csinhf): Likewise.
26465 * math/s_csinhl.c (__csinhl): Likewise.
26466 * math/s_csinl.c (__csinl): Likewise.
26467 * math/libm-test.inc (ccos_test): Add more tests.
26468 (ccosh_test): Likewise.
26469 (csin_test): Likewise.
26470 (csinh_test): Likewise.
26471
aa630f59
AZ
264722013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26473
26474 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26475 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26476 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26477 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26478 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26479 powerpc/power5+/fpu folders.
26480 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26481
26482
1b835983
MT
264832013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
26484
26485 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26486
73709b26
JM
264872013-04-25 Joseph Myers <joseph@codesourcery.com>
26488
26489 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26490 additions to variable.
26491 [$(config-machine) = x86_64] (modules-names): Likewise.
26492 ($(objpfx)tst-audit3): Remove dependency.
26493 ($(objpfx)tst-audit3.out): Likewise.
26494 ($(objpfx)tst-audit4): Likewise.
26495 ($(objpfx)tst-audit4.out): Likewise.
26496 ($(objpfx)tst-audit5): Likewise.
26497 ($(objpfx)tst-audit5.out): Likewise.
26498 ($(objpfx)tst-audit6): Likewise.
26499 ($(objpfx)tst-audit6.out): Likewise.
26500 ($(objpfx)tst-audit7): Likewise.
26501 ($(objpfx)tst-audit7.out): Likewise.
26502 (tst-audit3-ENV): Remove variable.
26503 (tst-audit4-ENV): Likewise.
26504 (tst-audit5-ENV): Likewise.
26505 (tst-audit6-ENV): Likewise.
26506 (tst-audit7-ENV): Likewise.
26507 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26508 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26509 addition to variable.
26510 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26511 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26512 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26513 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26514 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26515 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26516 tst-audit3, tst-audit4 and tst-audit5.
26517 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26518 tst-audit6 and tst-audit7.
26519 [$(subdir) = elf] (modules-names): Add audit modules for those
26520 tests.
26521 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26522 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26523 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26524 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26525 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26526 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26527 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26528 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26529 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26530 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26531 [$(subdir) = elf] (tst-audit3-ENV): New variable.
26532 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26533 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26534 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26535 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26536 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26537 Likewise.
26538 [$(subdir) = elf && $(config-cflags-avx) = yes]
26539 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26540 [$(subdir) = elf && $(config-cflags-avx) = yes]
26541 (CFLAGS-tst-auditmod4a.c): Likewise.
26542 [$(subdir) = elf && $(config-cflags-avx) = yes]
26543 (CFLAGS-tst-auditmod4b.c): Likewise.
26544 [$(subdir) = elf && $(config-cflags-avx) = yes]
26545 (CFLAGS-tst-auditmod6b.c): Likewise.
26546 [$(subdir) = elf && $(config-cflags-avx) = yes]
26547 (CFLAGS-tst-auditmod6c.c): Likewise.
26548 [$(subdir) = elf && $(config-cflags-avx) = yes]
26549 (CFLAGS-tst-auditmod7b.c): Likewise.
26550 * elf/tst-audit3.c: Move to ...
26551 * sysdeps/x86_64/tst-audit3.c: ... here.
26552 * elf/tst-audit4.c: Move to ...
26553 * sysdeps/x86_64/tst-audit4.c: ... here.
26554 * elf/tst-audit5.c: Move to ...
26555 * sysdeps/x86_64/tst-audit5.c: ... here.
26556 * elf/tst-audit6.c: Move to ...
26557 * sysdeps/x86_64/tst-audit6.c: ... here.
26558 * elf/tst-audit7.c: Move to ...
26559 * sysdeps/x86_64/tst-audit7.c: ... here.
26560 * elf/tst-auditmod3a.c: Move to ...
26561 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26562 * elf/tst-auditmod3b.c: Move to ...
26563 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26564 * elf/tst-auditmod4a.c: Move to ...
26565 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26566 * elf/tst-auditmod4b.c: Move to ...
26567 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26568 * elf/tst-auditmod5a.c: Move to ...
26569 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26570 * elf/tst-auditmod5b.c: Move to ...
26571 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26572 * elf/tst-auditmod6a.c: Move to ...
26573 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26574 * elf/tst-auditmod6b.c: Move to ...
26575 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26576 * elf/tst-auditmod6c.c: Move to ...
26577 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26578 * elf/tst-auditmod7a.c: Move to ...
26579 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26580 * elf/tst-auditmod7b.c: Move to ...
26581 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26582
1ef74943
PP
265832013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26584
26585 [BZ #15366]
26586 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26587 define unconditionally.
26588 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26589 define unconditionally.
26590 (INT8_C, INT16_C, etc.): Likewise.
26591
93fd48c5
MR
265922013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
26593
ae9552cf
MR
26594 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26595 __ehdr_start with hidden visibility.
26596
93fd48c5
MR
26597 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26598
418601aa
CD
265992013-04-24 Carlos O'Donell <carlos@redhat.com>
26600
26601 * math/libm-test.inc (cos_test): Use accurate hex constants.
26602 (sincost_test): Likewise.
26603
2f38fbfe
JM
266042013-04-24 Joseph Myers <joseph@codesourcery.com>
26605
5e221800
JM
26606 * math/libm-test.inc (catan_test): Add more tests.
26607 (catanh_test): Likewise.
26608
77f143fd
JM
26609 * math/s_catanf.c (__catanf): Use suffixed floating-point
26610 constants.
26611 * math/s_catanhf.c (__catanhf): Likewise.
26612 * math/s_catanhl.c (__catanhl): Likewise.
26613 * math/s_catanl.c (__catanl): Likewise.
26614
2f38fbfe
JM
26615 [BZ #15394]
26616 * math/s_catan.c (__catan): Calculate imaginary part of result
26617 with log1p not log unless computing log of number close to 0.
26618 * math/s_catanf.c (__catanf): Likewise.
26619 * math/s_catanl.c (__catanl): Likewise.
26620 * math/s_catanh.c (__catanh): Calculate real part of result with
26621 log1p not log unless computing log of number close to 0.
26622 * math/s_catanhf.c (__catanhf): Likewise.
26623 * math/s_catanhl.c (__catanhl): Likewise.
26624 * math/libm-test.inc (catan_test): Add more tests.
26625 (catanh_test): Likewise.
26626 * sysdeps/i386/fpu/libm-test-ulps: Update.
26627 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26628
45d69176
SP
266292013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26630
26631 * benchtests/Makefile: Mention files in which fast and slow
26632 paths of math functions are implemented.
26633
87f51853
RM
266342013-04-23 Roland McGrath <roland@hack.frob.com>
26635
26636 * sysdeps/posix/timespec_get.c: New file.
26637
3c026539
AZ
266382013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26639
26640 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26641 POWER.
26642 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26643 for POWER.
26644 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26645 powerpc/power5/fpu folders.
26646 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26647 * benchtests/Makefile: Add modf testcase.
26648 * benchtests/bench-modf.c: New file: Benchmark test for mo
26649
ff491d14
SP
266502013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
26651
26652 [BZ #14888]
26653 * time/Makefile (tests): Add tst-strptime-whitespace.
26654 * time/strptime_l.c (get_number): Use ISSPACE.
26655 (__strptime_internal): Likewise.
26656 * time/tst-strptime-whitespace.c: New test case.
26657
7ed3f4e8
AS
266582013-04-23 Andreas Schwab <schwab@linux-m68k.org>
26659
26660 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26661 member.
26662 (_nss_files_init): Set it here.
26663
5c95f7b6
HC
266642013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
26665
26666 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26667 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26668 unsigned.
26669
d34c9158
JBG
266702013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
26671
26672 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26673
2169712d
SP
266742013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26675
26676 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26677 size just once.
26678
29c5de99
DM
266792013-04-21 David S. Miller <davem@davemloft.net>
26680
26681 * po/ru.po: Update Russion translation from translation project.
26682
ccdad15d
AC
266832013-04-17 Adam Conrad <adconrad@0c3.net>
26684
26685 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26686 and setfsgid.
26687
0f122b8d
CD
266882013-04-17 Carlos O'Donell <carlos@redhat.com>
26689
5c5b07da 26690 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 26691 * configure: Regenerate.
5c5b07da 26692 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
26693 Add example to error message.
26694 * sysdeps/i386/configure: Regenerate.
26695
037714dd
SP
266962013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26697
26698 * benchtests/Makefile (bench): Add cos, tan, slowcos and
26699 slowtan.
26700 * benchtests/cos-inputs: New file.
26701 * benchtests/slowcos-inputs: New file.
26702 * benchtests/slowcos.c: New file.
26703 * benchtests/slowtan-inputs: New file.
26704 * benchtests/slowtan.c: New file.
26705 * benchtests/tan-inputs: New file.
26706
e913141d
RM
267072013-04-16 Roland McGrath <roland@hack.frob.com>
26708
26709 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26710 considered kosher.
26711
a2964074
SP
267122013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26713
4856bcd2
SP
26714 * benchtests/Makefile: Include cppflags-iterator.mk to add
26715 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26716
a2964074
SP
26717 * Makefile.in (bench-clean): New target.
26718 * benchtests/Makefile (bench-clean): Likewise.
26719
9fbf9aca
DH
267202013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
26721
26722 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26723
207d1e2a
TS
267242013-04-15 Thomas Schwinge <thomas@codesourcery.com>
26725
26726 * stdio-common/tstdiomisc.c: Fix coding-style violation.
26727
306dfba9
AS
267282013-04-15 Andreas Schwab <schwab@suse.de>
26729
26730 * nscd/grpcache.c (cache_addgr): Properly check for short write.
26731 * nscd/initgrcache.c (addinitgroupsX): Likewise.
26732 * nscd/pwdcache.c (cache_addpw): Likewise.
26733 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
26734 more than recsize.
26735
206a6699
SP
267362013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26737
26738 * benchtests/Makefile (bench): Write all output to
26739 bench-out.tmp together.
26740
0582f6b3
AS
267412013-04-15 Andreas Schwab <schwab@suse.de>
26742
26743 * nscd/nscd.c (main): Don't fork again after closing files.
26744
acb4325f
SP
267452013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26746
5cb26d0a
SP
26747 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26748
acb4325f
SP
26749 * benchtests/Rules (bench-deps): Collect dependencies into a
26750 single variable. Add Makefile to dependencies.
26751 ($(objpfx)bench-%.c): Depend on bench-deps.
26752
47792506
RM
267532013-04-12 Roland McGrath <roland@hack.frob.com>
26754 Xavier Roche <roche+kml2@exalead.com>
26755
26756 [BZ #15361]
26757 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26758 just that it's a file descriptor.
26759 * manual/llio.texi (Synchronizing AIO Operations): Update description
26760 for EBADF error from aio_fsync.
26761
8fc1bee5
SP
267622013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26763
26764 * Rules (bench): Move target definition...
26765 * benchtests/Makefile: ... here.
26766
aba5e333
CD
267672013-04-11 Carlos O'Donell <carlos@redhat.com>
26768
26769 * math/libm-test.inc (cos_test): Fix PI/2 test.
26770 (sincos_test): Likewise.
26771 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26772 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26773
273cdee8
AS
267742013-04-11 Andreas Schwab <schwab@suse.de>
26775
6ecec3b6
AS
26776 [BZ #13988]
26777 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26778 accept exponent character only when digits were seen.
26779 * stdio-common/Makefile (tests): Add bug26.
26780 * stdio-common/bug26.c: New file.
26781
273cdee8
AS
26782 [BZ #14293]
26783 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26784 non-freeable.
26785
8da491f5
SP
267862013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26787
01dc6df9
SP
26788 * Makeconfig (rtld-prefix): Define built linker prefix.
26789 * Rules (run-bench): Use it.
26790 * math/Makefile (run-regen-ulps): Likewise.
26791
8da491f5
SP
26792 * Rules (bench): Remove eval.
26793
abe7f530
SP
267942013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26795 Roland McGrath <roland@hack.frob.com>
26796 Ondrej Bilka <neleai@seznam.cz>
26797
26798 [BZ #15346]
26799 * time/getdate.c: Include ctype.h and alloca.h.
26800 (__getdate_r): Trim leading and trailing spaces of input.
26801 * time/tst-getdate.c (tests): Add tests with leading and
26802 trailing spaces.
26803
61c23e62
RM
268042013-04-08 Roland McGrath <roland@hack.frob.com>
26805
26806 [BZ #14280]
26807 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26808 when computing value.
26809
7208a313
CD
268102013-04-06 Carlos O'Donell <carlos@redhat.com>
26811
085b2d41
CD
26812 * math/README.libm-test (How can I generate "libm-test-ulps"?):
26813 Use testrun.sh to run libm tests.
26814
7208a313
CD
26815 [BZ #15309]
26816 * elf/dl-open.c (dl_open_worker): memset all of seen array.
26817
872c0acd
MM
268182013-04-06 Marko Myllynen <myllynen@redhat.com>
26819
26820 [BZ #15264]
26821 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26822
26510bdd
CD
268232013-04-06 Carlos O'Donell <carlos@redhat.com>
26824
26825 * Makefile.in (regen-ulps): New target.
26826 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26827 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26828 [ifneq (no,$(PERL)] (regen-ulps): New target.
26829 [ifeq (no,$(PERL)] (regen-ulps): New target.
26830 * math/libm-test.inc (ulps_file_name): Define.
26831 (output_dir): New variable.
26832 (options): Add "output-dir" option.
26833 (parse_opt): Handle 'o' case.
26834 (main): If output_dir is non-NULL use it as a prefix
26835 otherwise use "".
26836 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26837
a01f19c8
CD
268382013-04-06 Carlos O'Donell <carlos@redhat.com>
26839
26840 [BZ #10060, #10062]
26841 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26842 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26843 fail configure if __sync_val_compare_and_swap is not inlined.
26844 * sysdeps/i386/configure: Regenerate.
26845 * configure.in: Build for i686 when configured for i386.
26846 * configure: Regenerate.
26847 * README: Remove i386 reference.
26848
b7a329a5
CD
268492013-04-06 Carlos O'Donell <carlos@redhat.com>
26850
26851 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26852 * sysdeps/s390/s390-64/sysdep.h: Likewise.
26853
bf0f50df
TS
268542013-04-05 Thomas Schwinge <thomas@codesourcery.com>
26855
ee091edf
TS
26856 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26857 (lmsnanval): New variables.
26858 (F): Add conversion tests.
26859 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26860 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26861
a8b792d6
TS
26862 * stdio-common/tstdiomisc.c (F): Properly collect individual
26863 tests' results.
26864
a1cbf437
TS
26865 [BZ #14686, #15336]
26866 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26867 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26868 Instead, use input NaN values or generate a qNaN by arithmetic
26869 operation. Also fix bugs to comply with the standard.
26870 * math/libm-test.inc (remainder_test): Add more tests.
26871
8b43a0c9
TS
26872 [BZ #15335, #15342]
26873 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26874 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26875 input NaN values or generate a qNaN by arithmetic operation.
26876
d91da4ce
TS
26877 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26878 unreachable code.
26879
bf0f50df
TS
26880 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26881 definitions.
26882
05e166c8
JM
268832013-04-03 Joseph Myers <joseph@codesourcery.com>
26884
26885 [BZ #14478]
26886 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26887 underflowed result.
26888 * math/s_cexpf.c (__cexpf): Likewise.
26889 * math/s_cexpl.c (__cexpl): Likewise.
26890 * math/libm-test.inc (cexp_test): Add more tests.
26891
1cef1b19
AS
268922013-04-03 Andreas Schwab <schwab@suse.de>
26893
26894 [BZ #15330]
26895 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26896 order arrays from heap if bigger than alloca cutoff.
26897
74d87055
TS
268982013-04-03 Thomas Schwinge <thomas@codesourcery.com>
26899
26900 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26901 (SNAN_TESTS_double): Refer to GCC PR56831.
26902 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26903 GCC PR56828.
26904
d755bba4
SP
269052013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26906
90d5d5bb
SP
26907 * Rules (bench): Move bench.out after the run is complete.
26908
73e0cd5d
SP
26909 * Rules (bench): Echo currently running benchmark.
26910
64aabd4b
SP
26911 * benchtests/Makefile (bench): Add atan and slowatan.
26912 * benchtests/atan-inputs: New file.
26913 * benchtests/slowatan-inputs: New file.
26914 * benchtests/slowatan.c: New file.
26915
c871eccd
SP
26916 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26917 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26918 its value.
26919
d755bba4
SP
26920 [BZ #15305]
26921 * sysdeps/unix/sysv/linux/kernel-features.h
26922 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26923 __ASSUME_XFS_RESTRICTED_CHOWN.
26924 * sysdeps/unix/sysv/linux/pathconf.c
26925 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26926 Save and restore errno.
26927
52ce4860
JM
269282013-04-02 Joseph Myers <joseph@codesourcery.com>
26929
26930 [BZ #15327]
26931 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26932 arguments using __kernel_casinh.
26933 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26934 arguments using __kernel_casinhf.
26935 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26936 arguments using __kernel_casinhl.
26937 * math/libm-test.inc (cacosh_test): Add more tests.
26938 * sysdeps/i386/fpu/libm-test-ulps: Update.
26939 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26940
81f311c2
SP
269412013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
26942
e7906a47
SP
26943 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26944 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26945
92e3664b
SP
26946 * bench/Makefile (bench): Add sin and slowsin.
26947 * benchtests/sin-inputs: New file.
26948 * benchtests/slowsin-inputs: New file.
26949 * benchtests/slowsin.c: New file.
26950
81f311c2
SP
26951 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26952 (bench): Add slowexp and slowpow.
26953 (exp-ITER): Increase iterations.
26954 (pow-ITER): Likewise.
26955 * benchtests/exp-inputs: Change input.
26956 * benchtests/pow-inputs: Likewise.
26957 * benchtests/slowexp-inputs: New file.
26958 * benchtests/slowexp.c: New file.
26959 * benchtests/slowpow-inputs: New file.
26960 * benchtests/slowpow.c: New file.
26961
ab0f1aa9
AZ
269622013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26963
26964 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26965 instructions.
26966 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26967 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26968 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26969 * benchtests/Makefile: Add rint benchtest.
26970 * benchtests/rint-inputs: Input for rint benchtest.
26971
57267616
TS
269722013-04-02 Thomas Schwinge <thomas@codesourcery.com>
26973
26974 * Versions.def (libm): Add GLIBC_2.18.
26975 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26976 hidden libm prototypes.
26977 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26978 * math/Makefile (libm-calls): Add s_issignaling.
26979 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26980 __issignalingf, __issignalingl. Adjust all libm.abilist files.
26981 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26982 declaration.
26983 * math/math.h [__USE_GNU] (issignaling): New macro.
26984 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26985 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26986 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26987 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26988 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26989 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26990 * manual/arith.texi (issignaling): New section.
26991 * manual/libm-err-tab.pl (@all_functions): Update comment.
26992 * math/gen-libm-test.pl (parse_args): Apply special handling for
26993 issignaling.
26994 * math/libm-test.inc (print_float, issignaling_test): New
26995 functions.
26996 (check_float_internal): Add issignaling checks.
26997 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26998 default definition.
26999 * sysdeps/powerpc/math-tests.h: New file.
27000 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27001 tests.
27002 * math/test-snan.c (TEST_FUNC): Likewise.
27003
6142896d
DM
270042013-03-30 David S. Miller <davem@davemloft.net>
27005
27006 * po/de.po: Update from translation team.
27007
ccc8cadf
JM
270082013-03-30 Joseph Myers <joseph@codesourcery.com>
27009
27010 [BZ #10357]
27011 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27012 imaginary part less than 1.0 and real part less than 0.5
27013 specially.
27014 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27015 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27016 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27017 (cacos_test): Add more tests.
27018 (casin_test): Likewise.
27019 (casinh_test): Likewise.
27020 * sysdeps/i386/fpu/libm-test-ulps: Update.
27021 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27022
0f6a8d4b
SP
270232013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27024
0d1029de
SP
27025 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27026 ONE with its value.
27027
c2d94018
SP
27028 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27029 (__pow_mp): Replace ONE and MONE with their values.
27030 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27031 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27032 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27033 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27034 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27035 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27036
27ec37f1
SP
27037 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27038
a64d7e0e
SP
27039 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27040 (__pow_mp): Replace ZERO and MZERO with their values.
27041 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27042 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27043 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27044 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27045 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27046 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27047 (__sqr): Likewise.
27048
d26dd3eb
SP
27049 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27050
0f6a8d4b
SP
27051 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27052
e57b0c61
RM
270532013-03-28 Roland McGrath <roland@hack.frob.com>
27054
27055 * include/stdlib.h [!SHARED] (__call_tls_dtors):
27056 Declare with __attribute__ ((weak)).
27057 * stdlib/exit.c (__libc_atexit) [!SHARED]:
27058 Call __call_tls_dtors only if it's not NULL.
27059
356b3480
RM
270602013-03-28 Roland McGrath <roland@hack.frob.com>
27061
288f7d79
RM
27062 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27063 didn't do it already, then set _dl_phdr and _dl_phnum based on the
27064 magic __ehdr_start linker symbol if it's defined.
27065 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27066 them up here if it was already done.
27067
dc0a0263
RM
27068 * elf/dl-support.c (_dl_phdr): Make pointer to const.
27069 (_dl_aux_init): Use const in cast when setting it.
27070 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27071 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27072 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27073
3d3436ae
RM
27074 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27075 Declare them here.
27076 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27077 * csu/libc-tls.c: Nor here.
27078 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27079
356b3480
RM
27080 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27081 (__libc_message): Never call vsyslog.
27082
b0f1246a
AM
270832013-03-28 Alan Modra <amodra@gmail.com>
27084
27085 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27086 Define as empty.
27087 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27088 Likewise.
27089
fbbe2b9a
AZ
270902013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27091
27092 [BZ #15214]
27093 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27094 underflow.
27095 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27096
1728ab37
SP
270972013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27098
7a86be6e
SP
27099 [BZ #15304]
27100 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27101 Don't add gid passed as argument.
27102
1728ab37
SP
27103 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27104
3a7182a1
JM
271052013-03-27 Joseph Myers <joseph@codesourcery.com>
27106
27107 [BZ #15307]
27108 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27109 imaginary part between 1.0 and 1.5 and real part less than 0.5
27110 specially.
27111 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27112 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27113 * math/libm-test.inc (cacos_test): Add more tests.
27114 (casin_test): Likewise.
27115 (casinh_test): Likewise.
27116 * sysdeps/i386/fpu/libm-test-ulps: Update.
27117 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27118
6f2e90e7
SP
271192013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27120
5739f705
SP
27121 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27122 constants.
27123 (norm): Likewise.
27124 (denorm): Likewise.
27125 (__dbl_mp): Likewise.
27126 (add_magnitudes): Likewise.
27127 (sub_magnitudes): Likewise.
27128 (__add): Likewise.
27129 (__sub): Likewise.
27130 (__mul): Likewise.
27131 (__sqr): Likewise.
27132 (__inv): Likewise.
27133 (__dvd): Likewise.
27134
e375e83d
SP
27135 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27136 commented code.
27137 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27138 (__dubcos): Likewise.
27139 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27140 (__ieee754_acos): Likewise.
27141 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27142 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27143 (__exp1): Likewise.
27144 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27145 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27146 (log1): Likewise.
27147 (my_log2): Likewise.
27148 (checkint): Likewise.
27149 * sysdeps/ieee754/dbl-64/e_remainder.c
27150 (__ieee754_remainder): Likewise.
27151 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27152 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27153 (bsloww): Likewise.
27154 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27155
6f2e90e7
SP
27156 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27157 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27158 MANTISSA_STORE_T to store computations on mantissa. Use
27159 macros for rounding and division.
27160 (denorm): Likewise.
27161 (__dbl_mp): Likewise.
27162 (add_magnitudes): Likewise.
27163 (sub_magnitudes): Likewise.
27164 (__mul): Likewise.
27165 (__sqr): Likewise.
27166 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27167 powers of two in terms of TWOPOW macro.
27168 (mp_no): Make type of mantissa as MANTISSA_T.
27169 [!RADIXI]: Define RADIXI.
27170 [!TWO52]: Define TWO52.
27171 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27172
fce14d4e
AZ
271732013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27174
27175 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27176 llroundl symbol when building for PPC32.
27177
9ad027fb
MW
271782013-03-24 Mark H Weaver <mhw@netris.org>
27179
27180 * manual/arith.texi (Normalization Functions): Fix prototypes for
27181 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27182
e42a38dd
AZ
271832013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27184
27185 [BZ #13889]
27186 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27187 high value to check if expl overflow.
27188 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27189 to check for underflow and overflow.
27190 * math/libm-test.inc: Add exp test.
27191
2e0fb521
DL
271922013-03-21 Dmitry V. Levin <ldv@altlinux.org>
27193
27194 [BZ #11120]
27195 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27196 with NOT_IN_libc.
27197
b5784d95
AZ
271982013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27199
27200 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27201 symbol.
27202
5aa4a1a1
TS
272032013-03-21 Thomas Schwinge <thomas@codesourcery.com>
27204
bdef0be7
TS
27205 * math/gen-libm-test.pl (parse_args, special_functions): Properly
27206 wrap blocks consisting of several statements.
27207
5aa4a1a1
TS
27208 * sysdeps/generic/math-tests.h: New file.
27209 * sysdeps/i386/fpu/math-tests.h: Likewise.
27210 * math/test-snan.c: Include it.
27211 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27212
98c48fe5
JM
272132013-03-21 Joseph Myers <joseph@codesourcery.com>
27214
27215 [BZ #15285]
27216 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27217 (__ieee754_j0l): Do not improve calculations using cos of twice
27218 input for inputs above LDBL_MAX / 2.0L.
27219 (__ieee754_y0l): Likewise.
27220 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27221 (__ieee754_j1l): Do not improve calculations using cos of twice
27222 input for inputs above LDBL_MAX / 2.0L.
27223 (__ieee754_y1l): Likewise.
27224 * math/libm-test.inc (j0_test): Add another test.
27225 (j1_test): Likewise.
27226 (y0_test): Likewise.
27227 (y1_test): Likewise.
27228 * sysdeps/i386/fpu/libm-test-ulps: Update.
27229
3775a8bc
SP
272302013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27231
27232 * Rules ($(objpfx)bench-%.c): Include code from a C source
27233 file.
27234
0a1b2ae6
JM
272352013-03-21 Joseph Myers <joseph@codesourcery.com>
27236
27237 [BZ #15287]
27238 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27239 imaginary part 1.0 and real part less than 0.5 specially.
27240 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27241 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27242 * math/libm-test.inc (cacos_test): Add more tests.
27243 (casin_test): Likewise.
27244 (casinh_test): Likewise.
27245 * sysdeps/i386/fpu/libm-test-ulps: Update.
27246 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27247
b33d4ce4
SP
272482013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27249
27250 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27251 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27252
bef0b507
JM
272532013-03-20 Joseph Myers <joseph@codesourcery.com>
27254
27255 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27256 * config.make.in (config-cflags-sse4): Remove variable.
27257 (config-cflags-avx): Likewise.
27258 (config-cflags-sse2avx): Likewise.
27259 (config-cflags-novzeroupper): Likewise.
27260 (config-asflags-i686): Likewise.
27261 (have-mfma4): Likewise.
27262 (have-as-vis3): Likewise.
27263 (MIG): Likewise.
27264 * configure.in (MIG): Do not AC_SUBST.
27265 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27266 (libc_cv_cc_sse4): Do not AC_SUBST.
27267 (libc_cv_cc_avx): Likewise.
27268 (libc_cv_cc_sse2avx): Likewise.
27269 (libc_cv_cc_novzeroupper): Likewise.
27270 (libc_cv_cc_fma4): Likewise.
27271 (libc_cv_as_i686): Likewise.
27272 (libc_cv_sparc_as_vis3): Likewise.
27273 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27274 LIBC_CONFIG_VAR.
27275 (config-asflags-i686): Likewise.
27276 (config-cflags-avx): Likewise.
27277 (config-cflags-sse2avx): Likewise.
27278 (have-mfma4): Likewise.
27279 (config-cflags-novzeroupper): Likewise.
27280 * sysdeps/mach/configure.in (MIG): Likewise.
27281 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27282 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27283 LIBC_CONFIG_VAR.
27284 (config-cflags-avx): Likewise.
27285 (config-cflags-sse2avx): Likewise.
27286 (have-mfma4): Likewise.
27287 (config-cflags-novzeroupper): Likewise.
27288 * configure: Regenerated.
27289 * sysdeps/i386/configure: Likewise.
27290 * sysdeps/mach/configure: Likewise.
27291 * sysdeps/sparc/configure: Likewise.
27292 * sysdeps/x86_64/configure: Likewise.
27293
912cc4b3
RM
272942013-03-20 Roland McGrath <roland@hack.frob.com>
27295
27296 [BZ #14812]
27297 * locale/programs/localedef.c (options): Put N_ translation marker
27298 on argument names, not just descriptions.
27299
04eed2b0
MS
273002013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27301
27302 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27303
a065ceff
OB
273042013-03-20 Ondřej Bílka <neleai@seznam.cz>
27305
9bb2a810 27306 [BZ #14176]
a065ceff
OB
27307 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27308
a600e5ce
RM
273092013-03-19 Roland McGrath <roland@hack.frob.com>
27310
27311 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27312 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27313 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27314 [!BEFORE_ABORT] (before_abort): New function.
27315 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27316 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27317 (writev_for_fatal): New function.
27318 (WRITEV_FOR_FATAL): New macro; call that.
27319 (backtrace_and_maps): New function.
27320 (BEFORE_ABORT): New macro; call that.
27321 (struct str_list): Type removed.
27322 (__libc_message, __libc_fatal): Functions removed.
27323 Include <sysdeps/posix/libc_fatal.c> instead.
27324
6b18bea6
JM
273252013-03-19 Joseph Myers <joseph@codesourcery.com>
27326
27327 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27328 constants.
27329 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27330 double constants.
27331
aaa8cb4b
AS
273322013-03-19 Andreas Schwab <schwab@suse.de>
27333
44673770
AS
27334 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27335 * sysdeps/gnu/configure: Regenerate.
27336
aaa8cb4b
AS
27337 * configure.in: Substitute libc_cv_rtlddir.
27338 * configure: Regenerate.
27339 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27340 * Makeconfig (rtlddir, inst_rtlddir): New variables.
27341 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27342 * elf/Makefile (install-others, CFLAGS-interp.c)
27343 (ldso_install, common-ldd-rewrite): Likewise.
27344 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27345 $(inst_slibdir)/$(rtld-installed-name).
27346 * scripts/rellns-sh: Add -p option.
27347 * Makerules (make-shlib-link): Use rellns-sh to get relative name
27348 for source.
27349
d3cfc668
SP
273502013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27351
27352 * manual/nptl.texi: Renamed to ...
27353 * manual/threads.texi: ... this.
27354 * manual/Makefile (chapters): Update.
27355
0e2b9cdd
RM
273562013-03-18 Roland McGrath <roland@hack.frob.com>
27357
27358 [BZ #14812]
27359 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27360 on argument names, not just descriptions.
0e2b9cdd
RM
27361 * malloc/memusagestat.c (options): Likewise.
27362 * nss/getent.c (options): Likewise.
63270c24
RM
27363
273642013-03-18 Benno Schulenberg <bensberg@justemail.net>
27365
27366 [BZ #14812]
27367 * iconv/iconv_prog.c (options): Put N_ translation marker
27368 on argument names, not just descriptions.
27369 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 27370
b2e1393c
OB
273712013-03-18 Ondrej Bilka <neleai@seznam.cz>
27372
27373 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27374 implementation which is faster on all x86_64 architectures.
27375 Tested on AMD, Intel Nehalem, SNB, IVB.
27376 * sysdeps/x86_64/strnlen.S: Likewise.
27377
27378 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27379 Remove all multiarch strlen and strnlen versions.
27380 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27381 Remove strlen and strnlen related parts.
27382
27383 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27384 Inline strlen part.
27385 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27386
27387 * sysdeps/x86_64/multiarch/strlen.S: Remove.
27388 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27389 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27390 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27391 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27392 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27393
ec4ff04d
CD
273942013-03-17 Carlos O'Donell <carlos@redhat.com>
27395
27396 * manual/memory.texi (Malloc Tunable Parameters):
27397 Sort parameters alphabetically. Add comments for missing entries.
27398
cd18e90a
DM
273992013-03-17 David S. Miller <davem@davemloft.net>
27400
27401 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27402
2a185d32
JM
274032013-03-16 Joseph Myers <joseph@codesourcery.com>
27404
d2f9799e
JM
27405 [BZ #15283]
27406 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27407 for arguments at most half maximum finite value.
27408 * math/libm-test.inc (j0_test): Add more tests.
27409 (j1_test): Likewise.
27410 (y0_test): Likewise.
27411 (y1_test): Likewise.
27412 * sysdeps/i386/fpu/libm-test-ulps: Update.
27413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27414
2a185d32
JM
27415 [BZ #14155]
27416 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27417 1 / x and functions P and Q for arguments above 0x1p256L.
27418 (__ieee754_y0l): Likewise.
27419 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27420 (__ieee754_y1l): Likewise.
27421 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27422 (j1_test): Likewise.
27423 (y0_test): Likewise.
27424 (y1_test): Likewise.
27425
6cbec759
TS
274262013-03-16 Thomas Schwinge <thomas@codesourcery.com>
27427
27428 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27429 variable.
27430
bc16e260
RM
274312013-03-15 Roland McGrath <roland@hack.frob.com>
27432
aefc9b8c
RM
27433 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27434 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27435 zero since it's initialized to EXEC_PAGESIZE.
27436
bc16e260
RM
27437 * sysdeps/unix/sysv/linux/ldsodefs.h
27438 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27439 * sysdeps/generic/ldsodefs.h: ... here.
27440
a57da955
TS
274412013-03-15 Thomas Schwinge <thomas@codesourcery.com>
27442
af00a34d
TS
27443 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27444
495ded2c
TS
27445 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27446 math/test-snan.c.
27447 * math/test-snan.c: Renamed from
27448 sysdeps/powerpc/fpu/test-powerpc-snan.c.
27449 * math/Makefile (tests): Add test-snan.
27450 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27451 test-powerpc-snan.
27452
777b0332
TS
27453 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27454 SUFFIX. Initialize qNaN_var with __builtin_nan family of
27455 functions.
27456 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
27457 __builtin_nan family of functions.
27458 * math/libm-test.inc (initialize): Initialize qnan_value with
27459 __builtin_nan family of functions.
27460 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27461 Remove variables.
27462 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27463 Remove functions.
27464 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
27465 storage class. Initialize qNaN_var and sNaN_var with
27466 __builtin_nan and __builtin_nans families of functions,
27467 respectively.
27468
64d063b8
TS
27469 * math/libm-test.inc (acosh_test): Also test with qNaN input.
27470 (sqrt_test): Remove duplicate test with qNaN input.
27471 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27472 (round_test, signbit_test, significand_test): Note missing +/-Inf
27473 as well as qNaN tests.
27474
67e971f1
TS
27475 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27476 qNaN_var. Fix a few strings, too.
27477 * math/libm-test.inc (nan_value): Rename to qnan_value.
27478 * math/gen-libm-test.pl (%beautify): Adjust to that.
27479 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27480 * math/test-misc.c (main): Likewise.
27481 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27482 to __qnan_bytes, and __qnan_union, respectively.
27483 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27484 Likewise.
27485 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27486 and lqnanval, respectively.
27487 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27488 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27489 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27490 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27491
64487e12
TS
27492 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27493 * math/test-misc.c (main) [__x86_64__]: Enable test for long
27494 doubles.
27495
e015e27b
TS
27496 * math/test-misc.c (main): Fix copy'n'pastos.
27497 * misc/tst-efgcvt.c (special): Likewise.
27498
a57da955
TS
27499 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27500 Remove declarations.
27501
1e380345
SP
275022013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27503
27504 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27505 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27506 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27507 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27508
ef26eece
AZ
275092013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27510
27511 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27512 macro to return vdso values correctly in IFUNC implementations.
27513 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27514 Optimization by using IFUNC.
27515
8cfdb7e0
SP
275162013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27517 Richard Henderson <rth@redhat.com>
27518 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27519
27520 * Makefile.in (bench): New target.
27521 * NEWS: Mention the benchmark framework.
27522 * Rules (bench): Likewise.
27523 (binaries-bench): Generate binaries for functions to
27524 benchmark.
27525 * benchtests/Makefile: New makefile for benchmark tests.
27526 * benchtests/bench-skeleton.c: New skeleton file for benchmark
27527 programs.
27528 * benchtests/exp-inputs: New input file for EXP function.
27529 * benchtests/pow-inputs: New input file for POW function.
27530 * scripts/bench.pl: New script to generate source files for
27531 benchmark programs.
27532
bcda9880
SP
275332013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27534
d22ca8cd
SP
27535 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27536 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27537 computations on mantissa. Use macros for rounding and
27538 division.
27539 (denorm): Likewise.
27540 (__dbl_mp): Likewise.
27541 (add_magnitudes): Likewise.
27542 (sub_magnitudes): Likewise.
27543 (__mul): Likewise.
27544 (__sqr): Likewise.
27545 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27546 powers of two in terms of TWOPOW macro.
27547 (mp_no): Make type of mantissa as MANTISSA_T.
27548 [!RADIXI]: Define RADIXI.
27549 [!TWO52]: Define TWO52.
27550 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27551
bcda9880
SP
27552 * manual/nptl.texi (cindex): Modify threads to pthreads.
27553
06d5adfb
JM
275542013-03-15 Joseph Myers <joseph@codesourcery.com>
27555
27556 * sysdeps/x86_64/preconfigure: Regenerated.
27557
41c7328e
JM
275582013-03-14 Joseph Myers <joseph@codesourcery.com>
27559
27560 [BZ #14155]
27561 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27562 0x1p28 and above.
27563 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27564 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27565 0x1p28 and above.
27566 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27567 * math/libm-test.inc (j0_test): Do not allow one spurious
27568 underflow exception.
27569 (y1_test): Likewise.
27570
e25cfa60
SP
275712013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27572
0409959c
SP
27573 * manual/Makefile (chapters): Add nptl.
27574 * manual/debug.texi (Debugging Support): Add link to Threads
27575 chapter.
27576 * manual/nptl.texi: New file.
27577
e25cfa60
SP
27578 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27579
58a1335e
PB
275802013-03-14 Petr Baudis <pasky@ucw.cz>
27581
27582 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27583 for non-NULL pointer before the memory validity test. Pointed
27584 out by Holger Brunck <holger.brunck@keymile.com>.
27585
9dc7c64f
AS
275862013-03-13 Andreas Schwab <schwab@suse.de>
27587
27588 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27589 instead of .os.
27590
54206aa6
JM
275912013-03-13 Joseph Myers <joseph@codesourcery.com>
27592
27593 * timezone/zic.c: Update from tzcode 2013b.
27594
e98cdb38
CD
275952013-03-12 Carlos O'Donell <carlos@redhat.com>
27596
27597 * manual/install.texi (Configuring and compiling):
27598 Mention i686 and i586.
27599 * INSTALL: Regenerate.
27600
9967e003
RM
276012013-03-12 Roland McGrath <roland@hack.frob.com>
27602
27603 * sysdeps/init_array/elf-init.c: New file.
27604 * csu/elf-init.c
27605 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27606 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27607
27608 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27609 __gmon_start__ as global, but as static with a .preinit_array pointer.
27610 * sysdeps/init_array/gmon-start.c: New file. Use that.
27611 * sysdeps/init_array/crti.S: New file, empty except for comments.
27612 * sysdeps/init_array/crtn.S: Likewise.
27613
e6b5a293 276142013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
27615
27616 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27617 definining bcopy.
80f844c9
OB
27618 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27619 Remove Prefer_SSE_for_memop.
27620 * sysdeps/x86_64/multiarch/init-arch.h: Remove
27621 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27622 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
27623 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27624 memset-x86-64.
80f844c9 27625 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 27626 Remove bzero, memset ifunc support.
80f844c9
OB
27627 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27628 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27629 * sysdeps/x86_64/multiarch/memset.S: Likewise.
27630 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27631
fb6b0fcb
AS
276322013-03-11 Andreas Schwab <schwab@suse.de>
27633
27634 [BZ #15234]
27635 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27636 by SHLIB_COMPAT.
27637 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27638 (GLIBC_2.16): Remove pthread_atfork.
27639
3e6bd4b1
PP
276402013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
27641
27642 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27643 (ptestcases.h): Likewise.
27644
222d7f00
RM
276452013-03-08 Roland McGrath <roland@hack.frob.com>
27646
27647 * Makeconfig ($(common-objpfx)config.status): Depend on
27648 sysdeps/*/preconfigure{,.in} too.
27649
1ba4f030
JM
276502013-03-08 Joseph Myers <joseph@codesourcery.com>
27651
a222d91a
JM
27652 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27653 (__free_hook): Use void * instead of __malloc_ptr_t.
27654 (__malloc_hook): Likewise.
27655 (__realloc_hook): Likewise.
27656 (__memalign_hook): Likewise.
27657 (__after_morecore_hook): Likewise.
27658 * malloc/arena.c (save_malloc_hook): Likewise.
27659 (save_free_hook): Likewise.
27660 * malloc/hooks.c (malloc_hook_ini): Likewise.
27661 (realloc_hook_ini): Likewise.
27662 (memalign_hook_ini): Likewise.
27663 * malloc/malloc.c (malloc_hook_ini): Likewise.
27664 (realloc_hook_ini): Likewise.
27665 (memalign_hook_ini): Likewise.
27666 (__free_hook): Likewise.
27667 (__malloc_hook): Likewise.
27668 (__realloc_hook): Likewise.
27669 (__memalign_hook): Likewise.
27670 (__libc_malloc): Likewise.
27671 (__libc_free): Likewise.
27672 (__libc_realloc): Likewise.
27673 (__libc_memalign): Likewise.
27674 (__libc_valloc): Likewise.
27675 (__libc_pvalloc): Likewise.
27676 (__libc_calloc): Likewise.
27677 (__posix_memalign): Likewise.
27678 * malloc/morecore.c (__sbrk): Likewise.
27679 (__default_morecore): Likewise.
27680
5cc45e10
JM
27681 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27682
dd54b864
JM
27683 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27684 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27685 __malloc_ptrdiff_t.
27686
1ba4f030
JM
27687 * malloc/malloc.h (__malloc_size_t): Remove macro.
27688 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27689 __malloc_size_t.
27690 (old_memalign_hook): Likewise.
27691 (old_realloc_hook): Likewise.
27692 (struct hdr): Likewise.
27693 (flood): Likewise.
27694 (mallochook): Likewise.
27695 (memalignhook): Likewise.
27696 (reallochook): Likewise.
27697 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27698 (tr_old_realloc_hook): Likewise.
27699 (tr_old_memalign_hook): Likewise.
27700 (tr_mallochook): Likewise.
27701 (tr_reallochook): Likewise.
27702 (tr_memalignhook): Likewise.
27703
edf66e57
AZ
277042013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27705
27706 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27707 default_ldbl_pack and using as default implementation.
27708 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27709 implementation.
27710 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27711 redundant definition.
27712 (ldbl_insert_mantissa): Likewise.
27713 (ldbl_canonicalize): Likewise.
27714 (ldbl_nearbyint): Likewise.
27715 (ldbl_pack): Rename to ldbl_pack_ppc.
27716 (ldbl_unpack): Rename to ldbl_unpack_ppc.
27717 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27718 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27719
6d9145d8
SP
277202013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27721
27722 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27723 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27724 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27725 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27726 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27727 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27728 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27729 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27730
4dd4e157
AJ
277312013-03-07 Andreas Jaeger <aj@suse.de>
27732
27733 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27734 bits/mman-linux.h.
27735
adbb8027
SP
277362013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
27737
ce544b5b
SP
27738 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27739 Include mpa.h and declare __MPEXP.
27740 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27741 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27742 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27743 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27744 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27745 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27746 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27747
4cc149fd
SP
27748 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27749 (__slowpow): Use long double EXPL and LOGL functions to
27750 compute POW.
27751 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27752 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27753 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27754 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27755 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27756 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27757
e6ebd4a7
SP
27758 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27759 intermediate variable to calculate exponent.
27760 (__sqr): Likewise.
27761 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27762 Likewise.
27763 (__sqr): Likewise.
27764
82a9811d
SP
27765 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27766 [!NO__SQR]: Define __sqr.
27767 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27768 and NO__SQR. Remove all code except __mul and __sqr. Include
27769 sysdeps/ieee754/dbl-64/mpa.c.
27770 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27771
adbb8027
SP
27772 [BZ #12723]
27773 * posix/Makefile (tests): Add tst-pathconf.
27774 * posix/tst-pathconf.c: New test case.
27775 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27776 _PC_PIPE_BUF.
27777 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27778
39120df9
PF
277792013-03-06 Patsy Franklin <pfrankli@redhat.com>
27780
27781 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27782
67525cb8
AJ
277832013-03-06 Andreas Jaeger <aj@suse.de>
27784
664a9ce4
AJ
27785 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27786 definition via __MAP_ANONYMOUS.
27787
8e39047d
AJ
27788 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27789 it's not part of Linux headers.
27790
67525cb8
AJ
27791 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27792 (MAP_HUGE_MASK): Define.
27793
27794 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27795 Define.
27796 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27797 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27798 Define.
27799 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27800 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27801 Define.
27802 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27803 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27804 Define.
27805 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27806
27807 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27808 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27809 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27810 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27811 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27812 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27813
27814 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27815 Handle f2fs.
27816
27817 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27818 Handle f2fs and efivarfs.
27819
27820 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27821 f2fs.
27822
27823 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27824 (EFIVARFS_MAGIC): Add.
27825 (F2FS_LINK_MAX): Add.
27826
e1b42695
PP
278272013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
27828
27829 * stdio-common/vfprintf.c: Replace __builtin_expect with
27830 __glibc_unlikely.
27831
2d67d91a
JM
278322013-03-06 Joseph Myers <joseph@codesourcery.com>
27833
27834 [BZ #13550]
27835 * sysdeps/generic/bp-sym.h: Remove file.
27836 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27837 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27838 <bp-sym.h> and <bp-asm.h>.
27839 (__longjmp): Don't use BP_SYM.
27840 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27841 and <bp-asm.h>.
27842 (memcpy): Don't use BP_SYM.
27843 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27844 <bp-sym.h> and <bp-asm.h>.
27845 (memcpy): Don't use BP_SYM.
27846 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27847 <bp-asm.h>.
27848 (memcpy): Don't use BP_SYM.
27849 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27850 <bp-asm.h>.
27851 (memset): Don't use BP_SYM.
27852 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27853 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27854 (__bzero): Don't use BP_SYM.
27855 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27856 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27857 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27858 <bp-sym.h> and <bp-asm.h>.
27859 (memcmp): Don't use BP_SYM. Remove comment about bounded
27860 pointers.
27861 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27862 <bp-sym.h> and <bp-asm.h>.
27863 (memcpy): Don't use BP_SYM.
27864 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27865 <bp-sym.h> and <bp-asm.h>.
27866 (memset): Don't use BP_SYM.
27867 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27868 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27869 (__bzero): Don't use BP_SYM.
27870 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27871 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27872 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27873 <bp-sym.h> and <bp-asm.h>.
27874 (strncmp): Don't use BP_SYM. Remove comment about bounded
27875 pointers.
27876 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27877 <bp-sym.h> and <bp-asm.h>.
27878 (memcpy): Don't use BP_SYM.
27879 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27880 <bp-sym.h> and <bp-asm.h>.
27881 (memset): Don't use BP_SYM.
27882 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27883 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27884 (__bzero): Don't use BP_SYM.
27885 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27886 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27887 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27888 <bp-sym.h> and <bp-asm.h>.
27889 (__memchr): Don't use BP_SYM.
27890 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27891 <bp-sym.h> and <bp-asm.h>.
27892 (memcmp): Don't use BP_SYM. Remove comment about bounded
27893 pointers.
27894 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27895 <bp-sym.h> and <bp-asm.h>.
27896 (memcpy): Don't use BP_SYM.
27897 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27898 <bp-sym.h> and <bp-asm.h>.
27899 (__mempcpy): Don't use BP_SYM.
27900 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27901 <bp-sym.h> and <bp-asm.h>.
27902 (__memrchr): Don't use BP_SYM.
27903 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27904 <bp-sym.h> and <bp-asm.h>.
27905 (memset): Don't use BP_SYM.
27906 (__bzero): Likewise.
27907 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27908 <bp-sym.h> and <bp-asm.h>.
27909 (__rawmemchr): Don't use BP_SYM.
27910 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27911 <bp-sym.h> and <bp-asm.h>.
27912 (__STRCMP): Don't use BP_SYM.
27913 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27914 <bp-sym.h> and <bp-asm.h>.
27915 (strchr): Don't use BP_SYM.
27916 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27917 <bp-sym.h> and <bp-asm.h>.
27918 (__strchrnul): Don't use BP_SYM.
27919 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27920 <bp-sym.h> and <bp-asm.h>.
27921 (strlen): Don't use BP_SYM.
27922 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27923 <bp-sym.h> and <bp-asm.h>.
27924 (strncmp): Don't use BP_SYM. Remove comment about bounded
27925 pointers.
27926 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27927 <bp-sym.h> and <bp-asm.h>.
27928 (__strnlen): Don't use BP_SYM.
27929 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27930 <bp-sym.h> and <bp-asm.h>.
27931 (__GI__setjmp): Don't use BP_SYM.
27932 (_setjmp): Likewise.
27933 (__sigsetjmp): Likewise.
27934 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27935 (L(start_addresses)): Don't use BP_SYM.
27936 (_start): Likewise.
27937 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27938 <bp-asm.h>.
27939 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27940 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27941 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27942 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27943 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27944 <bp-asm.h>.
27945 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27946 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
27947 about bounded pointers.
27948 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27949 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27950 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27951 <bp-asm.h>.
27952 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
27953 about bounded pointers. Remove GKM FIXME comments.
27954 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27955 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27956 <bp-asm.h>.
27957 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27958 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
27959 Remove GKM FIXME comments.
27960 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27961 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27962 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27963 <bp-asm.h>.
27964 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
27965 about bounded pointers. Remove GKM FIXME comment.
27966 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27967 and <bp-asm.h>.
27968 (strncmp): Don't use BP_SYM. Remove comment about bounded
27969 pointers.
27970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27971 <bp-sym.h> and <bp-asm.h>.
27972 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27974 <bp-sym.h> and <bp-asm.h>.
27975 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
27976 comment.
27977
cdcf361f
PP
279782013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
27979
27980 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27981 call free(NULL).
27982
3c4a2b15
DM
279832013-03-05 David S. Miller <davem@davemloft.net>
27984
27985 * po/es.po: Update from translation team.
27986
cdcf361f 279872013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
27988
27989 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27990 <bits/mman-linux.h>.
27991 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27992 is fine.
27993 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27994 <bits/mman-linux.h> to end of file.
27995 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27996 is fine.
27997 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27998 <bits/mman-linux.h> to end of file.
27999 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28000 is fine.
28001 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28002 <bits/mman-linux.h> to end of file.
28003
28004 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28005 (MCL_CURRENT, MCL_FUTURE): Define here.
28006
5f67c04f
AK
280072013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28008
8a4473cc 28009 [BZ #15232]
5f67c04f
AK
28010 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28011 attribute_hidden.
28012 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28013
c3e94a95
AK
280142013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28015
28016 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28017 fourth parameter needed for rt_sigprocmask syscall.
28018 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28019 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28020 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28021 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28022 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28023 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28024
cfb6382a
JM
280252013-03-04 Joseph Myers <joseph@codesourcery.com>
28026
28027 [BZ #13550]
28028 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28029 comment about bounded pointers.
28030 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28031 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28032
539d8e01
AJ
280332013-03-04 Andreas Jaeger <aj@suse.de>
28034
28035 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28036 common definitions.
28037
28038 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28039 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28040 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28041 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28042 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
28043 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28044
2e167a70 280452013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
28046
28047 [BZ #15055]
28048 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28049 __ieee754_sqrl instead of __sqrl.
28050
68508633
JM
280512013-03-01 Joseph Myers <joseph@codesourcery.com>
28052
28053 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28054 * sysdeps/powerpc/fpu_control.h: ... here.
28055 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28056 * sysdeps/powerpc/bits/fenvinline.h: ... here.
28057 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28058 * sysdeps/powerpc/bits/mathinline.h: ... here.
28059
7775448e
RM
280602013-03-01 Roland McGrath <roland@hack.frob.com>
28061
28062 * elf/dl-hwcaps.c (_dl_important_hwcaps):
28063 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28064 to just [NEED_DL_SYSINFO_DSO].
28065 * elf/dl-support.c: Likewise.
28066 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28067 * elf/rtld.c (dl_main): Likewise.
28068 * elf/setup-vdso.h (setup_vdso): Likewise.
28069 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28070 * sysdeps/unix/sysv/linux/dl-sysdep.c
28071 (_dl_discover_osversion): Likewise.
28072
4e9b5995
CD
280732013-03-01 Carlos O'Donell <carlos@redhat.com>
28074
28075 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28076 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28077
e23872c8
SP
280782013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
28079
e5c74c63
SP
28080 * NEWS: Mention libm performance improvements and non-x86 PI
28081 futex support.
28082
e23872c8
SP
28083 * csu/libc-start.c (__pthread_initialize_minimal): Change
28084 function arguments.
28085 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28086
b5510883
JM
280872013-02-28 Joseph Myers <joseph@codesourcery.com>
28088
28089 [BZ #13550]
28090 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28091 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28092 <bp-sym.h> and <bp-asm.h>.
28093 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28094 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28095 and <bp-asm.h>.
28096 (memcpy): Don't use BP_SYM.
28097 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28098 <bp-asm.h>.
28099 (__mpn_add_n): Don't use BP_SYM.
28100 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28101 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28102 and <bp-asm.h>.
28103 (__mpn_addmul_1): Don't use BP_SYM.
28104 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28105 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28106 <bp-sym.h>.
28107 (_setjmp): Don't use BP_SYM.
28108 (__novmx_setjmp): Likewise.
28109 (__GI__setjmp): Likewise.
28110 (__vmx_setjmp): Likewise.
28111 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28112 <bp-sym.h>.
28113 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28114 (__bzero): Don't use BP_SYM.
28115 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28116 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28117 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28118 <bp-sym.h> and <bp-asm.h>.
28119 (memcpy): Don't use BP_SYM.
28120 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28121 <bp-sym.h> and <bp-asm.h>.
28122 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28123 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28124 <bp-sym.h> and <bp-asm.h>.
28125 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28126 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28127 <bp-asm.h>.
28128 (__mpn_lshift): Don't use BP_SYM.
28129 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28130 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28131 <bp-asm.h>.
28132 (memset): Don't use BP_SYM.
28133 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28134 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28135 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28136 <bp-asm.h>.
28137 (__mpn_mul_1): Don't use BP_SYM.
28138 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28139 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28140 <bp-sym.h> and <bp-asm.h>.
28141 (memcmp): Don't use BP_SYM.
28142 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28143 <bp-sym.h> and <bp-asm.h>.
28144 (memcpy): Don't use BP_SYM.
28145 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28146 <bp-sym.h> and <bp-asm.h>.
28147 (memset): Don't use BP_SYM.
28148 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28149 <bp-sym.h> and <bp-asm.h>.
28150 (strncmp): Don't use BP_SYM.
28151 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28152 <bp-sym.h> and <bp-asm.h>.
28153 (memcpy): Don't use BP_SYM.
28154 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28155 <bp-sym.h> and <bp-asm.h>.
28156 (memset): Don't use BP_SYM.
28157 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28158 <bp-sym.h> and <bp-asm.h>.
28159 (__memchr): Don't use BP_SYM.
28160 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28161 <bp-sym.h> and <bp-asm.h>.
28162 (memcmp): Don't use BP_SYM.
28163 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28164 <bp-sym.h> and <bp-asm.h>.
28165 (memcpy): Don't use BP_SYM.
28166 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28167 <bp-sym.h> and <bp-asm.h>.
28168 (__mempcpy): Don't use BP_SYM.
28169 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28170 <bp-sym.h> and <bp-asm.h>.
28171 (__memrchr): Don't use BP_SYM.
28172 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28173 <bp-sym.h> and <bp-asm.h>.
28174 (memset): Don't use BP_SYM.
28175 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28176 <bp-sym.h> and <bp-asm.h>.
28177 (__rawmemchr): Don't use BP_SYM.
28178 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28179 <bp-sym.h> and <bp-asm.h>.
28180 (__STRCMP): Don't use BP_SYM.
28181 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28182 <bp-sym.h> and <bp-asm.h>.
28183 (strchr): Don't use BP_SYM.
28184 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28185 <bp-sym.h> and <bp-asm.h>.
28186 (__strchrnul): Don't use BP_SYM.
28187 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28188 <bp-sym.h> and <bp-asm.h>.
28189 (strlen): Don't use BP_SYM.
28190 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28191 <bp-sym.h> and <bp-asm.h>.
28192 (strncmp): Don't use BP_SYM.
28193 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28194 <bp-sym.h> and <bp-asm.h>.
28195 (__strnlen): Don't use BP_SYM.
28196 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28197 <bp-asm.h>.
28198 (__mpn_rshift): Don't use BP_SYM.
28199 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28200 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28201 <bp-sym.h> and <bp-asm.h>.
28202 (__sigsetjmp): Don't use BP_SYM.
28203 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28204 (L(start_addresses)): Don't use BP_SYM.
28205 (_start): Likewise.
28206 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28207 <bp-asm.h>.
28208 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28209 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28210 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28211 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28212 <bp-asm.h>.
28213 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28214 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28215 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28216 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28217 <bp-asm.h>.
28218 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28219 comments.
28220 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28221 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28222 <bp-asm.h>.
28223 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
28224 FIXME comments.
28225 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28226 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28227 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28228 <bp-asm.h>.
28229 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28230 comment.
28231 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28232 and <bp-asm.h>.
28233 (strncmp): Don't use BP_SYM,
28234 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28235 <bp-asm.h>.
28236 (__mpn_sub_n): Don't use BP_SYM.
28237 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28238 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28239 and <bp-asm.h>.
28240 (__mpn_submul_1): Don't use BP_SYM.
28241 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28242 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28243 <bp-sym.h> and <bp-asm.h>.
28244 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28246 <bp-sym.h> and <bp-asm.h>.
28247 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28248 comment.
28249
8d19fe64
SP
282502013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28251
28252 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28253 Use ZK to minimize writes to Z.
28254 (sub_magnitudes): Simplify code a bit.
28255 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28256 Use ZK to minimize writes to Z.
28257 (sub_magnitudes): Simplify code a bit.
28258
85bd816a
RM
282592013-02-27 Roland McGrath <roland@hack.frob.com>
28260
28261 * csu/gmon-start.c: Add special exception to license text.
28262
b5977bf2
RH
282632013-02-27 Richard Henderson <rth@redhat.com>
28264
28265 * scripts/config.guess: Update from config.git.
28266 * scripts/config.sub: Likewise.
28267
11d6e2f2
SP
282682013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28269
09c14ed2
SP
28270 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28271
a688864e
SP
28272 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28273
6295157a
SP
28274 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28275
b8de2202
SP
28276 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28277
11d6e2f2
SP
28278 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28279
7e80ddb8
RM
282802013-02-26 Roland McGrath <roland@hack.frob.com>
28281
28282 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28283 [$(build-shared = yes].
7e80ddb8 28284
7da6d9ed
SP
282852013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28286
45f05884
SP
28287 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28288 (__mul): Reduce iterations for calculating mantissa.
28289
2236d359
SP
28290 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28291 MPTWO.
28292 (__mpranred): Likewise.
28293
7da6d9ed
SP
28294 [BZ #15160]
28295 * malloc/memusagestat.c (main): Draw graphs for heap and stack
28296 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28297
b7688c42
PE
282982013-02-26 Paul Eggert <eggert@cs.ucla.edu>
28299
28300 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28301 Define __attribute__.
28302
53a5c423
SP
283032013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28304
28305 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28306 unused.
28307 * posix/regex_internal.h (__attribute): Remove.
28308 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28309 (re_string_context_at): Likewise.
28310 (bitset_not): Use __attribute__ and mark function as possibly
28311 unused.
28312 (bitset_merge): Likewise.
28313 (bitset_mask): Likewise.
28314 (re_string_char_size_at): Likewise.
28315 (re_string_wchar_at): Likewise.
28316 (re_string_elem_size_at): Likewise.
28317
60f5a8b5
SP
283182013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
28319
2a983a2e
SP
28320 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28321 code.
28322 (cc32): Likewise.
28323
e69804d1
SP
28324 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28325 (__acr): Likewise.
28326 (__cpy): Likewise.
28327 (norm): Likewise.
28328 (denorm): Likewise.
28329 (__dbl_mp): Likewise.
28330 (add_magnitudes): Likewise.
28331 (sub_magnitudes): Likewise.
28332 (__mul): Likewise.
28333 (__inv): Likewise.
28334
2f22a1e8
SP
28335 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28336 style.
28337
8930ddc7
SP
28338 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28339 style.
28340
dc60cb11
SP
28341 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28342 code.
28343
60f5a8b5
SP
28344 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28345 up changes with default code.
28346 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28347 Likewise.
28348
b4d1fd33
AM
283492013-02-24 Allan McRae <allan@archlinux.org>
28350
faf6f8bc
AM
28351 * manual/socket.texi (The Internet Namespace): Order menu items
28352 to match that in the file.
28353
b4d1fd33
AM
28354 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28355 node listing of the info page menu.
28356
2366713d
JM
283572013-02-21 Joseph Myers <joseph@codesourcery.com>
28358
28359 [BZ #13550]
28360 * sysdeps/i386/bp-asm.h: Remove file.
28361 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28362 (PARMS): Do not use macros from bp-asm.h.
28363 (S1): Likewise.
28364 (S2): Likewise.
28365 (SIZE): Likewise.
28366 (__mpn_add_n): Do not use BP_SYM
28367 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28368 "bp-asm.h".
28369 (PARMS): Do not use macros from bp-asm.h.
28370 (S1): Likewise.
28371 (SIZE): Likewise.
28372 (__mpn_addmul_1): Do not use BP_SYM
28373 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28374 "bp-asm.h".
28375 (PARMS): Do not use macros from bp-asm.h.
28376 (SIGMSK): Likewise.
28377 (_setjmp): Likewise. Do not use BP_SYM.
28378 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28379 "bp-asm.h".
28380 (PARMS): Do not use macros from bp-asm.h.
28381 (SIGMSK): Likewise.
28382 (setjmp): Likewise. Do not use BP_SYM.
28383 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28384 "bp-asm.h".
28385 (PARMS): Do not use macros from bp-asm.h.
28386 (__frexp): Do not use BP_SYM.
28387 (frexp): Likewise.
28388 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28389 "bp-asm.h".
28390 (PARMS): Do not use macros from bp-asm.h.
28391 (__frexpf): Do not use BP_SYM.
28392 (frexpf): Likewise.
28393 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28394 "bp-asm.h".
28395 (PARMS): Do not use macros from bp-asm.h.
28396 (__frexpl): Do not use BP_SYM.
28397 (frexpl): Likewise.
28398 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28399 "bp-asm.h".
28400 (PARMS): Do not use macros from bp-asm.h.
28401 (__remquo): Do not use BP_SYM.
28402 (remquo): Likewise.
28403 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28404 "bp-asm.h".
28405 (PARMS): Do not use macros from bp-asm.h.
28406 (__remquof): Do not use BP_SYM.
28407 (remquof): Likewise.
28408 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28409 "bp-asm.h".
28410 (PARMS): Do not use macros from bp-asm.h.
28411 (__remquol): Do not use BP_SYM.
28412 (remquol): Likewise.
28413 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28414 "bp-asm.h".
28415 (PARMS): Do not use macros from bp-asm.h.
28416 (DEST): Likewise.
28417 (SRC): Likewise.
28418 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
28419 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28420 "bp-asm.h".
28421 (PARMS): Do not use macros from bp-asm.h.
28422 (strlen): Do not use BP_SYM.
28423 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28424 "bp-asm.h".
28425 (PARMS): Do not use macros from bp-asm.h.
28426 (S1): Likewise.
28427 (S2): Likewise.
28428 (SIZE): Likewise.
28429 (__mpn_add_n): Do not use BP_SYM.
28430 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28431 "bp-asm.h".
28432 (PARMS): Do not use macros from bp-asm.h.
28433 (S1): Likewise.
28434 (SIZE): Likewise.
28435 (__mpn_addmul_1): Do not use BP_SYM.
28436 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28437 weak_alias.
28438 (bzero): Likewise.
28439 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28440 "bp-asm.h".
28441 (PARMS): Do not use macros from bp-asm.h.
28442 (S): Likewise.
28443 (SIZE): Likewise.
28444 (__mpn_lshift): Do not use BP_SYM.
28445 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28446 "bp-asm.h".
28447 (PARMS): Do not use macros from bp-asm.h.
28448 (DEST): Likewise.
28449 (SRC): Likewise.
28450 (LEN): Likewise.
28451 (memcpy): Likewise. Do not use BP_SYM.
28452 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28453 libc_hidden_def and weak_alias.
28454 (mempcpy): Do not use BP_SYM in weak_alias.
28455 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28456 "bp-asm.h".
28457 (PARMS): Do not use macros from bp-asm.h.
28458 (DEST): Likewise.
28459 (LEN): Likewise.
28460 [!BZERO_P] (CHR): Likewise.
28461 (memset): Likewise. Do not use BP_SYM.
28462 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28463 "bp-asm.h".
28464 (PARMS): Do not use macros from bp-asm.h.
28465 (S1): Likewise.
28466 (SIZE): Likewise.
28467 (__mpn_mul_1): Do not use BP_SYM.
28468 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28469 "bp-asm.h".
28470 (PARMS): Do not use macros from bp-asm.h.
28471 (S): Likewise.
28472 (SIZE): Likewise.
28473 (__mpn_rshift): Do not use BP_SYM.
28474 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28475 "bp-asm.h".
28476 (PARMS): Do not use macros from bp-asm.h.
28477 (STR): Likewise.
28478 (CHR): Likewise.
28479 (strchr): Likewise. Do not use BP_SYM.
28480 (index): Do not use BP_SYM in weak_alias.
28481 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28482 "bp-asm.h".
28483 (PARMS): Do not use macros from bp-asm.h.
28484 (DEST): Likewise.
28485 (SRC): Likewise.
28486 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
28487 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28488 "bp-asm.h".
28489 (PARMS): Do not use macros from bp-asm.h.
28490 (strlen): Do not use BP_SYM.
28491 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28492 "bp-asm.h".
28493 (PARMS): Do not use macros from bp-asm.h.
28494 (S1): Likewise.
28495 (S2): Likewise.
28496 (SIZE): Likewise.
28497 (__mpn_sub_n): Do not use BP_SYM.
28498 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28499 "bp-asm.h".
28500 (PARMS): Do not use macros from bp-asm.h.
28501 (S1): Likewise.
28502 (SIZE): Likewise.
28503 (__mpn_submul_1): Do not use BP_SYM.
28504 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28505 "bp-asm.h".
28506 (PARMS): Do not use macros from bp-asm.h.
28507 (S1): Likewise.
28508 (S2): Likewise.
28509 (SIZE): Likewise.
28510 (__mpn_add_n): Do not use BP_SYM.
28511 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28512 weak_alias.
28513 (bzero): Likewise.
28514 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28515 "bp-asm.h".
28516 (PARMS): Do not use macros from bp-asm.h.
28517 (BLK2): Likewise.
28518 (LEN): Likewise.
28519 (memcmp): Do not use BP_SYM.
28520 (bcmp): Do not use BP_SYM in weak_alias.
28521 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28522 "bp-asm.h".
28523 (PARMS): Do not use macros from bp-asm.h.
28524 (DEST): Likewise.
28525 (SRC): Likewise.
28526 (LEN): Likewise.
28527 (memcpy): Likewise. Do not use BP_SYM.
28528 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28529 "bp-asm.h".
28530 (PARMS): Do not use macros from bp-asm.h.
28531 (DEST): Likewise.
28532 (SRC): Likewise.
28533 (LEN): Likewise.
28534 (memmove): Likewise. Do not use BP_SYM.
28535 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28536 "bp-asm.h".
28537 (PARMS): Do not use macros from bp-asm.h.
28538 (DEST): Likewise.
28539 (SRC): Likewise.
28540 (LEN): Likewise.
28541 (__mempcpy): Likewise. Do not use BP_SYM.
28542 (mempcpy): Do not use BP_SYM in weak_alias.
28543 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28544 "bp-asm.h".
28545 (PARMS): Do not use macros from bp-asm.h.
28546 (DEST): Likewise.
28547 (LEN): Likewise.
28548 [!BZERO_P] (CHR): Likewise.
28549 (memset): Likewise. Do not use BP_SYM.
28550 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28551 "bp-asm.h".
28552 (PARMS): Do not use macros from bp-asm.h.
28553 (STR2): Likewise.
28554 (strcmp): Do not use BP_SYM.
28555 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28556 "bp-asm.h".
28557 (PARMS): Do not use macros from bp-asm.h.
28558 (STR): Likewise.
28559 (DELIM): Likewise.
28560 [USE_AS_STRTOK_R] (SAVE): Likewise.
28561 (FUNCTION): Likewise. Do not use BP_SYM.
28562 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28563 aliases.
28564 (strtok_r): Likewise.
28565 (__GI___strtok_r): Likewise.
28566 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28567 (PARMS): Do not use macros from bp-asm.h.
28568 (S): Likewise.
28569 (SIZE): Likewise.
28570 (__mpn_lshift): Do not use BP_SYM.
28571 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28572 (PARMS): Do not use macros from bp-asm.h.
28573 (STR): Likewise.
28574 (CHR): Likewise.
28575 (__memchr): Do not use BP_SYM.
28576 (memchr): Do not use BP_SYM in weak_alias.
28577 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28578 (PARMS): Do not use macros from bp-asm.h.
28579 (BLK2): Likewise.
28580 (LEN): Likewise.
28581 (memcmp): Do not use BP_SYM.
28582 (bcmp): Do not use BP_SYM in weak_alias.
28583 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28584 (PARMS): Do not use macros from bp-asm.h.
28585 (S1): Likewise.
28586 (SIZE): Likewise.
28587 (__mpn_mul_1): Do not use BP_SYM.
28588 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28589 "bp-asm.h".
28590 (PARMS): Do not use macros from bp-asm.h.
28591 (STR): Likewise.
28592 (CHR): Likewise.
28593 (__rawmemchr): Do not use BP_SYM.
28594 (rawmemchr): Do not use BP_SYM in weak_alias.
28595 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28596 (PARMS): Do not use macros from bp-asm.h.
28597 (S): Likewise.
28598 (SIZE): Likewise.
28599 (__mpn_rshift): Do not use BP_SYM.
28600 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28601 (PARMS): Do not use macros from bp-asm.h.
28602 (SIGMSK): Likewise.
28603 (__sigsetjmp): Likewise. Do not use BP_SYM.
28604 * sysdeps/i386/start.S: Do not include "bp-sym.h".
28605 (_start): Do not use BP_SYM.
28606 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28607 (PARMS): Do not use macros from bp-asm.h.
28608 (DEST): Likewise.
28609 (SRC): Likewise.
28610 (__stpcpy): Likewise. Do not use BP_SYM.
28611 (stpcpy): Do not use BP_SYM in weak_alias.
28612 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28613 "bp-asm.h".
28614 (PARMS): Do not use macros from bp-asm.h.
28615 (DEST): Likewise.
28616 (SRC): Likewise.
28617 (LEN): Likewise.
28618 (__stpncpy): Likewise. Do not use BP_SYM.
28619 (stpncpy): Do not use BP_SYM in weak_alias.
28620 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28621 (PARMS): Do not use macros from bp-asm.h.
28622 (STR): Likewise.
28623 (CHR): Likewise.
28624 (strchr): Likewise. Do not use BP_SYM.
28625 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28626 "bp-asm.h".
28627 (PARMS): Do not use macros from bp-asm.h.
28628 (STR): Likewise.
28629 (CHR): Likewise.
28630 (__strchrnul): Likewise. Do not use BP_SYM.
28631 (strchrnul): Do not use BP_SYM in weak_alias.
28632 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28633 "bp-asm.h".
28634 (PARMS): Do not use macros from bp-asm.h.
28635 (STOP): Likewise.
28636 (strcspn): Do not use BP_SYM.
28637 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28638 "bp-asm.h".
28639 (PARMS): Do not use macros from bp-asm.h.
28640 (STR): Likewise.
28641 (STOP): Likewise.
28642 (strpbrk): Likewise. Do not use BP_SYM.
28643 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28644 "bp-asm.h".
28645 (PARMS): Do not use macros from bp-asm.h.
28646 (STR): Likewise.
28647 (CHR): Likewise.
28648 (strrchr): Likewise. Do not use BP_SYM.
28649 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28650 (PARMS): Do not use macros from bp-asm.h.
28651 (SKIP): Likewise.
28652 (strspn): Do not use BP_SYM.
28653 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28654 (PARMS): Do not use macros from bp-asm.h.
28655 (STR): Likewise.
28656 (DELIM): Likewise.
28657 (SAVE): Likewise.
28658 (FUNCTION): Likewise. Do not use BP_SYM.
28659 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28660 aliases.
28661 (strtok_r): Likewise.
28662 (__GI___strtok_r): Likewise.
28663 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28664 (PARMS): Do not use macros from bp-asm.h.
28665 (S1): Likewise.
28666 (S2): Likewise.
28667 (SIZE): Likewise.
28668 (__mpn_sub_n): Do not use BP_SYM.
28669 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28670 "bp-asm.h".
28671 (PARMS): Do not use macros from bp-asm.h.
28672 (S1): Likewise.
28673 (SIZE): Likewise.
28674 (__mpn_submul_1): Do not use BP_SYM.
28675 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28676 <bp-sym.h>.
28677 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28678 and <bp-asm.h>.
28679 (PARMS): Do not use macros from bp-asm.h.
28680 (FLAGS): Likewise.
28681 (PTID): Likewise.
28682 (TLS): Likewise.
28683 (CTID): Likewise.
28684 (__clone): Do not use BP_SYM.
28685 (clone): Do not use BP_SYM in weak_alias.
28686 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28687 and <bp-asm.h>.
28688 (PARMS): Do not use macros from bp-asm.h.
28689 (LEN): Likewise.
28690 (__mmap64): Do not use BP_SYM.
28691 (mmap64): Do not use BP_SYM in weak_alias.
28692 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28693 <bp-sym.h> and <bp-asm.h>.
28694 (PARMS): Do not use macros from bp-asm.h.
28695 (__posix_fadvise64_l64): Do not use BP_SYM.
28696 * sysdeps/unix/sysv/linux/i386/semtimedop.S
28697 (PARMS): Do not use macros from bp-asm.h.
28698 (NSOPS): Likewise.
28699 (semtimedop): Do not use BP_SYM.
28700 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28701 and <bp-asm.h>.
28702
582a3cff
AM
287032013-02-21 Allan McRae <allan@archlinux.org>
28704
28705 * manual/message.texi (Charset conversion in gettext):
28706 Move @end statement to beginning of line.
28707
bab8a695
SP
287082013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28709
80945231
SP
28710 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28711 static.
28712 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28713 Likewise.
28714
bab8a695
SP
28715 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28716 (denorm): Likewise.
28717 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28718 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28719
e21d7aa7
AK
287202013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28721
28722 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28723 tail-call to the resolved function if pltexit isn't needed.
28724
4c7a4263
SP
287252013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28726
28727 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28728 or Y being zero as being unlikely.
28729 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28730 Likewise.
28731
41f49342
CD
287322013-02-20 Carlos O'Donell <carlos@redhat.com>
28733
28734 * manual/nss.texi (System Databases and Name Service Switch):
28735 Remove frobnicate @pxref.
28736
50022a93
TS
287372013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28738
28739 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28740 __attribute__ ((unused)) to __attribute__ ((__unused__)).
28741
08cbd996
PM
287422013-02-20 Petr Machata <pmachata@redhat.com>
28743
28744 * elf/elf.h (R_ARM_TARGET1): New macro.
28745 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28746 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28747 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28748 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28749 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28750 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28751 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28752 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28753 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28754 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28755 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28756 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28757 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28758 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28759 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28760 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28761 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28762 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28763 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28764 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28765 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28766 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28767 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28768 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28769 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28770 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28771 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28772 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28773 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28774 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28775 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28776 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28777 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28778 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28779 (R_ARM_THM_GOT_BREL12): Likewise.
28780 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28781 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28782 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28783 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28784 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28785 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28786 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28787 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28788 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28789
c7b275d6
TS
287902013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28791
28792 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28793 __attribute_used__ to __attribute__ ((unused)).
28794
20cd7fb3
SP
287952013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
28796
28797 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28798 powerpc mpa.c.
28799 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28800 comment formatting.
28801 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28802
92945b52
JM
288032013-02-19 Joseph Myers <joseph@codesourcery.com>
28804
28805 [BZ #13550]
28806 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28807 Remove macro.
28808 (ENTER): Remove both macro definitions.
28809 (LEAVE): Likewise.
28810 (CHECK_BOUNDS_LOW): Likewise.
28811 (CHECK_BOUNDS_HIGH): Likewise.
28812 (CHECK_BOUNDS_BOTH): Likewise.
28813 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28814 (RETURN_BOUNDED_POINTER): Likewise.
28815 (RETURN_NULL_BOUNDED_POINTER): Likewise.
28816 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28817 (POP_ERRNO_LOCATION_RETURN): Likewise.
28818 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28819 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28820 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28821 macros.
28822 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28823 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28824 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28825 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28826 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28827 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28828 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28829 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28830 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28831 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28832 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28833 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28834 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28835 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28836 removed macros.
28837 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28838 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28839 macros.
28840 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28841 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28842 * sysdeps/i386/i586/memset.S (memset): Likewise.
28843 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28844 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28845 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28846 macros.
28847 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28848 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28849 Change uses of L(2) to L(out).
28850 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28851 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28852 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28853 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28854 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28855 removed macros.
28856 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28857 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28858 macros.
28859 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28860 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28861 (RETURN): Do not use macro LEAVE.
28862 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28863 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28864 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28865 * sysdeps/i386/i686/memset.S (memset): Likewise.
28866 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28867 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28868 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28869 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28870 Likewise.
28871 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28872 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
28873 L(1_2) and L(1_3) into L(1).
28874 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28875 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28876 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28877 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28878 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28879 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28880 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28881 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28882 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28883 macros.
28884 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28885 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28886 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28887 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28888 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28889 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28890 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28891 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28892 * sysdeps/i386/strcspn.S (strcspn): Likewise.
28893 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28894 * sysdeps/i386/strrchr.S (strrchr): Likewise.
28895 * sysdeps/i386/strspn.S (strspn): Likewise.
28896 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28897 conditional code.
28898 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28899 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28900 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28901 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
28902 L(1_3) into L(1_1).
28903 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28904 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28905 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28906 macros.
28907 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28908
2389741a
JJ
289092013-02-19 Jakub Jelinek <jakub@redhat.com>
28910
28911 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28912 macro.
28913
2016b3cd
SP
289142013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28915
e4f22324
SP
28916 * math/atest-exp.c (exp_mpn): Remove ROUND.
28917 * math/atest-exp2.c (exp_mpn): Likewise.
28918 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28919
2016b3cd
SP
28920 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28921 * stdlib/tst-tls-atexit-lib.c: Likewise.
28922 * stdlib/tst-tls-atexit.c: Likewise.
28923
4be9b544
MF
289242013-02-18 Mike Frysinger <vapier@gentoo.org>
28925
28926 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28927 and __attribute_alloc_size__.
28928
2f62b9ee
MF
289292013-02-18 Mike Frysinger <vapier@gentoo.org>
28930
28931 * include/programs/xmalloc.h: Change __attribute_alloc_size to
28932 __attribute_alloc_size__.
28933 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28934 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28935
6ff444c4
MF
289362013-02-18 Mike Frysinger <vapier@gentoo.org>
28937
28938 * include/programs/xmalloc.h: New file.
28939 * catgets/gencat.c: Include it.
28940 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28941 * elf/pldd.c: Likewise.
28942 * iconv/iconv_charmap.c: Likewise.
28943 * iconv/iconvconfig.c: Likewise.
28944 * iconv/strtab.c: Likewise.
28945 * locale/programs/locale.c: Likewise.
28946 * locale/programs/localedef.h: Likewise.
28947 * locale/programs/simple-hash.c: Likewise.
28948 * nscd/nscd.h: Likewise.
28949 * nss/makedb.c: Likewise.
28950 * sysdeps/generic/ldconfig.h: Likewise.
28951
be179c8a
SP
289522013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
28953
ba384f6e
SP
28954 * Versions.def: Add GLIBC_2.18.
28955 * include/link.h (struct link_map): New member l_tls_dtor_count.
28956 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28957 (__call_tls_dtors): Likewise.
28958 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28959 __cxa_thread_atexit_impl.
28960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28961 Likewise.
28962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28963 Likewise.
28964 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28965 Likewise.
28966 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28967 Likewise.
28968 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28969 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28970 Likewise.
28971 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28972 Likewise.
28973 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28974 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28975 Likewise.
28976 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28977 (tests): Add test case tst-tls-atexit.
28978 (modules-names): Add shared library for tst-tls-atexit.
85891aca 28979 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
28980 (GLIBC_PRIVATE): Add __call_tls_dtors.
28981 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28982 for libstdc++.
28983 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28984 * stdlib/tst-tls-atexit.c: New test case.
28985 * stdlib/tst-tls-atexit-lib.c: New test case.
28986
ffaa74cf 28987 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 28988
be179c8a
SP
28989 * elf/Versions (ld): Add _dl_find_dso_for_object.
28990 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28991 * elf/dl-open.c (_dl_find_dso_for_object): New function.
28992 (dl_open_worker): Use _dl_find_dso_for_object.
28993 * elf/dl-sym.c (do_sym): Likewise.
28994 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28995
f78b5caa
AK
289962013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28997
28998 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28999 Syntactic changes only.
29000 (_dl_runtime_profile): Do a tail-call to the resolved function.
29001
29691210
JM
290022013-02-17 Joseph Myers <joseph@codesourcery.com>
29003
29004 [BZ #13550]
29005 * sysdeps/x86_64/bp-asm.h: Remove file.
29006 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29007 <bp-sym.h> and <bp-asm.h>.
29008 (__clone): Do not use BP_SYM.
29009 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29010 <bp-sym.h> and <bp-asm.h>.
29011 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29012 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29013 "bp-asm.h".
29014 (_setjmp): Do not use BP_SYM.
29015 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29016 "bp-asm.h".
29017 (setjmp): Do not use BP_SYM.
29018 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29019 libc_hidden_def.
29020 (mempcpy): Do not use BP_SYM in weak_alias.
29021 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29022 "bp-asm.h".
29023 (strchr): Do not use BP_SYM.
29024 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29025 "bp-asm.h".
29026 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29027 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29028 (_start): Do not use BP_SYM.
29029 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29030 "bp-asm.h".
29031 (strcat): Do not use BP_SYM.
29032 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29033 "bp-asm.h".
29034 (STRCMP): Do not use BP_SYM.
29035 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29036 "bp-asm.h".
29037 (STRCPY): Do not use BP_SYM.
29038 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29039 "bp-asm.h".
29040 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29041 "bp-asm.h".
29042 (FUNCTION): Do not use BP_SYM.
29043 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29044 weak_alias.
29045 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29046
f238fd19
AJ
290472013-02-17 Andreas Jaeger <aj@suse.de>
29048
29049 * time/Versions: Sort entries.
29050 * string/Versions: Likewise.
29051 * resolv/Versions: Likewise.
29052 * posix/Versions: Likewise.
29053 * iconv/Versions: Likewise.
29054 * elf/Versions: Likewise.
29055 * wcsmbs/Versions: Likewise.
29056
bd07f23c 290572013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 29058
22af19f9
SP
29059 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29060 loop termination condition.
29061
4709fe76
SP
29062 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29063 variable to calculate EZ.
29064 (__sqr): Likewise.
2d0e0f29
SP
29065
29066 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29067 the lower precision input.
29068
daaa7713
JM
290692013-02-15 Joseph Myers <joseph@codesourcery.com>
29070
29071 [BZ #13550]
29072 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29073 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29074 (run-via-rtld-prefix): Do not handle %-bp tests.
29075 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29076 (all-object-suffixes): Remove .ob.
29077 (bppfx): Remove variable.
29078 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29079 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29080 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29081 [$(build-bounded) = yes] (libtype.ob): Likewise.
29082 * Makerules (elide-routines.ob): Remove variable.
29083 (do-tests-clean): Do not handle *-bp.out.
29084 (common-mostlyclean): Do not handle *-bp and *-bp.out.
29085 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29086 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29087 (tests): Do not include $(tests-bp.out).
29088 (xtests): Do not include $(xtests-bp.out).
29089 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29090 [$(build-bounded) = yes] ($(addprefix
29091 $(objpfx),$(binaries-bounded))): Remove rule.
29092 ($(objpfx)%-bp.out): Remove rule.
29093 * config.make.in (build-bounded): Remove variable.
29094 * crypt/Makefile [$(build-bounded) = yes]
29095 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29096 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29097 append to variable.
29098 [$(build-bounded) = yes] (install-lib): Likewise.
29099 [$(build-bounded) = yes] (generated): Likewise.
29100 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29101 Remove rule.
29102 * intl/Makefile [$(build-bounded) = yes]
29103 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29104 * math/Makefile [$(build-bounded) = yes]
29105 ($(tests:%=$(objpfx)%-bp): Likewise.
29106 * misc/Makefile [$(build-bounded) = yes]
29107 ($(objpfx)tst-tsearch-bp): Likewise.
29108 * nptl/Makeconfig (bounded-thread-library): Remove variable.
29109 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29110 Remove dependency.
29111 * string/Makefile (o-objects.ob): Remove variable.
29112 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29113 (CFLAGS-.ob): Remove variable.
29114 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29115 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29116 both definitions of variable.
29117 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29118 (ASFLAGS-.ob): Remove variable.
29119
e97ed6dd
JM
291202013-02-14 Joseph Myers <joseph@codesourcery.com>
29121
2bdd4ca6
JM
29122 [BZ #13550]
29123 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29124 Remove __BOUNDED_POINTERS__ from condition.
29125 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29126 * string/bits/string2.h [!__NO_STRING_INLINES &&
29127 !__BOUNDED_POINTERS__]: Likewise.
29128 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29129 Likewise.
29130 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29131 Remove conditional code.
29132 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29133 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29134 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29135 condition.
29136
e97ed6dd
JM
29137 [BZ #13550]
29138 * csu/libc-start.c: Do not include <bp-sym.h>.
29139 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29140 * elf/dl-open.c: Do not include <bp-sym.h>.
29141 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29142 * math/fegetenv.c: Do not include <bp-sym.h>.
29143 (fegetenv): Do not use BP_SYM in versioned symbols.
29144 * nptl/sysdeps/pthread/bits/libc-lockP.h
29145 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29146 <bp-sym.h>.
29147 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29148 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29149 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29150 (__pthread_mutex_destroy): Likewise.
29151 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29152 (__pthread_mutex_lock): Likewise.
29153 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29154 (__pthread_mutex_trylock): Likewise.
29155 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29156 (__pthread_mutex_unlock): Likewise.
29157 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29158 (__pthread_mutexattr_init): Likewise.
29159 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29160 (__pthread_mutexattr_destroy): Likewise.
29161 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29162 (__pthread_mutexattr_settype): Likewise.
29163 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29164 (__pthread_rwlock_init): Likewise.
29165 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29166 (__pthread_rwlock_destroy): Likewise.
29167 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29168 (__pthread_rwlock_rdlock): Likewise.
29169 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29170 (__pthread_rwlock_tryrdlock): Likewise.
29171 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29172 (__pthread_rwlock_wrlock): Likewise.
29173 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29174 (__pthread_rwlock_trywrlock): Likewise.
29175 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29176 (__pthread_rwlock_unlock): Likewise.
29177 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29178 (__pthread_key_create): Likewise.
29179 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29180 (__pthread_setspecific): Likewise.
29181 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29182 (__pthread_getspecific): Likewise.
29183 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29184 Likewise.
29185 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29186 (_pthread_cleanup_push_defer): Likewise.
29187 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29188 (_pthread_cleanup_pop_restore): Likewise.
29189 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29190 (pthread_setcancelstate): Likewise.
29191 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29192 <bp-sym.h>.
29193 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29194 (memchr): Do not use BP_SYM in weak_alias.
29195 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29196 (fegetenv): Do not use BP_SYM in versioned symbols.
29197 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29198 (fesetenv): Do not use BP_SYM in versioned symbols.
29199 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29200 (feupdateenv): Do not use BP_SYM in versioned symbols.
29201 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29202 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29203 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29204 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29205 (open64): Do not use BP_SYM in weak_alias.
29206 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29207 (fegetenv): Do not use BP_SYM in versioned symbols.
29208 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29209 (fesetenv): Do not use BP_SYM in versioned symbols.
29210 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29211 (feupdateenv): Do not use BP_SYM in versioned symbols.
29212 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29213 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29214 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29215 (feraiseexcept): Do not use BP_SYM in versioned symbols.
29216 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29217 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29218 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29219 <bp-sym.h>.
29220 (__libc_start_main): Do not use BP_SYM.
29221
d6752ccd
SP
292222013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29223
cb57ce60
SP
29224 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29225 redundant return line.
29226 (norm): Likewise.
29227 (denorm): Likewise.
29228 (dbl_mp): Likewise.
29229 (sub_magnitudes): Likewise.
29230 (__add): Likewise.
29231 (__sub): Likewise.
29232 (__mul): Likewise.
29233 (__inv): Likewise.
29234 (__dvd): Likewise.
29235 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29236 (norm): Likewise.
29237 (denorm): Likewise.
29238 (dbl_mp): Likewise.
29239 (sub_magnitudes): Likewise.
29240 (__add): Likewise.
29241 (__sub): Likewise.
29242 (__mul): Likewise.
29243 (__inv): Likewise.
29244 (__dvd): Likewise.
29245
f414520d
SP
29246 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29247 instead of __mul.
29248 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29249 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29250 (cc32): Likewise.
29251
d6752ccd
SP
29252 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29253 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29254 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29255 of __mul for squares.
29256 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29257 function
29258 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29259 Likewise.
29260 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29261 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29262
70d9946a
JM
292632013-02-13 Joseph Myers <joseph@codesourcery.com>
29264
29265 [BZ #13550]
29266 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29267 code.
29268 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29269 prototype or function definition. Rename ubp_* variables and
29270 parameters. Remove argv definitions conditional on
29271 [__BOUNDED_POINTERS__].
29272 * debug/backtrace.c (__backtrace): Do not use __unbounded.
29273 * elf/dl-runtime.c (_dl_fixup): Likewise.
29274 * include/set-hooks.h (RUN_HOOK): Likewise.
29275 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29276 definition.
29277 * string/strcpy.c (strcpy): Do not use __unbounded.
29278 * sysdeps/generic/frame.h (struct layout): Likewise.
29279 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29280 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29281 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29282 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29283 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29284 (__backtrace): Likewise.
29285 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29286 use __ptrvalue.
29287 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29288 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29289 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29290 Likewise.
29291 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29292 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29293 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29294 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29295 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29296 Do not use __unbounded.
29297 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29298 Rename __unboundedrlimits parameter to rlimits in prototype.
29299 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29300 Do not use __unbounded.
29301 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29302 not use __ptrvalue.
29303 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29304 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29305 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29306 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29307 __ptrvalue or __unbounded.
29308 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29309 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29310 use __unbounded.
29311 (__new_msgctl): Do not use __ptrvalue.
29312 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29313 __unbounded.
29314 (__libc_msgrcv): Do not use __ptrvalue.
29315 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29316 startup_info): Do not use __unbounded.
29317 (__libc_start_main): Likewise. Rename ubp_* variables and
29318 parameters. Remove argv definitions conditional on
29319 [__BOUNDED_POINTERS__].
29320 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29321 __ptrvalue.
29322 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29323 use __unbounded.
29324 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29325 or __ptrvalue.
29326 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29327 use __unbounded.
29328 (__new_shmctl): Do not use __ptrvalue.
29329 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29330 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29331 Likewise.
29332 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29333 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29334 (__libc_sigaction): Likewise.
29335 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29336 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29337 Likewise.
29338 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29339
cc7834d6
OB
293402013-02-13 Ondřej Bílka <neleai@seznam.cz>
29341
ffb1ec7b 29342 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
29343
29344 * string/mempcpy.c: Implement by calling memcpy.
29345
bdf02814
SP
293462013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29347
c2af38aa
SP
29348 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29349
4e92d59e
SP
29350 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29351 evaluation.
29352
909279a5
SP
29353 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29354 values in the mantissa.
29355
bdf02814
SP
29356 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29357 minimize writes to Z.
29358 (sub_magnitudes): Simplify code a bit.
29359
cd525923
RM
293602013-02-12 Roland McGrath <roland@hack.frob.com>
29361
29362 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29363 from the message. The linker prefixes all warnings with that already.
29364
7e2f0d2d
AS
293652013-02-12 Andreas Schwab <schwab@suse.de>
29366
a445af0b
AS
29367 [BZ #15078]
29368 * posix/regexec.c (extend_buffers): Add parameter min_len.
29369 (check_matching): Pass minimum needed length.
29370 (clean_state_log_if_needed): Likewise.
29371 (get_subexp): Likewise.
29372 * posix/Makefile (tests): Add bug-regex34.
29373 (bug-regex34-ENV): Define.
29374 * posix/bug-regex34.c: New file.
29375
7e2f0d2d
AS
29376 [BZ #11561]
29377 * posix/regcomp.c (parse_bracket_exp): When looking up collating
29378 elements compare against the byte sequence of it, not its name.
29379 * posix/Makefile (tests): Add bug-regex35.
29380 (bug-regex35-ENV): Define.
29381 * posix/bug-regex35.c: New file.
29382
a175b684
TV
293832013-02-11 Tom de Vries <tom@codesourcery.com>
29384
29385 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
29386 comment.
29387 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29388 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29389 (CHECK_EOL): Add undef.
29390
310998fe 293912013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
29392
29393 * bits/stdlib-bsearch.h: New file.
29394 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 29395 * stdlib/stdlib.h: Likewise.
41eda41d 29396
8ded91fb
RM
293972013-02-11 Roland McGrath <roland@hack.frob.com>
29398
29399 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29400 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29401 declaration.
29402 * manual/search.texi (Array Search Function): Add missing const in
29403 lfind prototype.
29404 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29405 declaration to use rlim_t.
29406 (Basic Scheduling Functions): Remove erroneous const from
29407 sched_getparam prototype. Remove erroneous * from
29408 sched_get_priority_max and sched_get_priority_min prototypes.
29409 (Resource Usage): Fix summary @comment on vtimes to refer to
29410 sys/vtimes.h rather than vtimes.h.
29411 Add missing *s in vtimes prototype.
29412 (Limits on Resources): Fix ulimit prototype to return long int.
29413 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29414 prototypes to use long int rather than double.
29415 (BSD Random): Fix initstate and setstate to use char *, not void *.
29416 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29417 prototype to make second argument 'struct aiocb64 *const[]'.
29418 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29419 (Status of AIO Operations): Remove erroneous const in aio_return and
29420 aio_return64 prototypes.
29421 (Synchronizing I/O): Fix sync prototype to return void.
29422 * manual/startup.texi (Suboptions): Remove an erroneous const in
29423 getsubopt prototype.
29424 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29425 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29426 use size_t rather than int.
29427 (Scanning All Users): Likewise for getpwent_r.
29428 (Setting Groups): Add missing const to setgroups prototype.
29429 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29430 * manual/socket.texi (Host Names): Fix gethostbyaddr and
29431 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29432 'const void *' rather than 'const char *'.
29433 (Host Address Functions): Likewise for inet_ntop.
29434 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29435 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29436 ssize_t for return value.
29437 (Sending Data): Likewise for send, sendto, sendmsg.
29438 (Socket Option Functions): Add a missing const in setsockopt prototype.
29439 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29440 use wchar_t for the argument.
29441 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29442 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29443 take no arguments.
29444 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29445 double/float/long double for second argument.
29446 Fix return types of significand, significandf, significandl.
29447 * manual/filesys.texi (Setting Permissions): Use mode_t for second
29448 argument in fchmod prototype.
29449 (File Owner): Use uid_t and gid_t in fchown prototype.
29450 (File Times): Add const to utimes, futimes, and lutimes prototypes.
29451 (Making Special Files): Use mode_t and dev_t in mknod prototype.
29452 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29453 use 'const struct dirent **' as argument types to CMP function pointer
29454 argument.
29455 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29456 (File Times): Fix summary magic @comment for struct utimbuf and utime
29457 to refer to utime.h, not time.h.
29458 * manual/string.texi (Argz Functions): Add missing const in
29459 argz_extract and argz_next prototypes.
29460 (Finding Tokens in a String): Likewise for basename.
29461 (String/Array Comparison): Fix typo in wcscasecmp prototype.
29462 (Copying and Concatenation): Fix typo in wmemmove prototype.
29463 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29464 (Signal Stack): Remove erroneous const in sigstack prototype.
29465 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29466 prototype.
29467 (Simple Calendar Time): Likewise for stime.
29468 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29469 prototype.
29470 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29471 say sys/sysctl.h instead.
29472 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29473 and vsyslog prototypes.
29474
fe77fe6d
TV
294752013-02-11 Tom de Vries <tom@codesourcery.com>
29476
29477 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29478 Remove.
29479
3a09b620
RM
294802013-02-11 Roland McGrath <roland@hack.frob.com>
29481
29482 * misc/sys/mman.h: Fix typo in mremap comment.
29483
550a0b89
RM
294842013-02-08 Roland McGrath <roland@hack.frob.com>
29485
29486 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29487 the '\0' terminator.
29488
a2da1673
JM
294892013-02-08 Joseph Myers <joseph@codesourcery.com>
29490
29491 [BZ #13550]
29492 * debug/segfault.c: Don't include <bp-checks.h>.
29493 * sysdeps/generic/bp-checks.h: Remove file.
29494 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29495 (__GETDENTS): Don't use CHECK_N.
29496 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29497 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29498 (__getgroups): Don't use CHECK_N.
29499 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29500 (setgroups): Don't use CHECK_N.
29501 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29502 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29503 (__libc_msgrcv): Don't use CHECK_N.
29504 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29505 (__libc_msgsnd): Don't use CHECK_N.
29506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29507 <bp-checks.h>.
29508 (__libc_pread): Don't use CHECK_N.
29509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29510 include <bp-checks.h>.
29511 (__libc_pread64): Don't use CHECK_N.
29512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29513 include <bp-checks.h>.
29514 (__libc_pwrite): Don't use CHECK_N.
29515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29516 include <bp-checks.h>.
29517 (__libc_pwrite64): Don't use CHECK_N.
29518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29519 <bp-checks.h>.
29520 (__libc_pread): Don't use CHECK_N.
29521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29522 include <bp-checks.h>.
29523 (__libc_pread64): Don't use CHECK_N.
29524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29525 include <bp-checks.h>.
29526 (__libc_pwrite): Don't use CHECK_N.
29527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29528 include <bp-checks.h>.
29529 (__libc_pwrite64): Don't use CHECK_N.
29530 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29531 (do_pread): Don't use CHECK_N.
29532 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29533 (do_pread64): Don't use CHECK_N.
29534 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29535 (do_pwrite): Don't use CHECK_N.
29536 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29537 (do_pwrite64): Don't use CHECK_N.
29538 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29539 (__libc_readv): Don't use CHECK_N.
29540 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29541 (semop): Don't use CHECK_N.
29542 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29543 <bp-checks.h>.
29544 (semtimedop): Don't use CHECK_N.
29545 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29546 (__libc_pread): Don't use CHECK_N.
29547 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29548 <bp-checks.h>.
29549 (__libc_pread64): Don't use CHECK_N.
29550 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29551 <bp-checks.h>.
29552 (__libc_pwrite): Don't use CHECK_N.
29553 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29554 <bp-checks.h>.
29555 (__libc_pwrite64): Don't use CHECK_N.
29556 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29557 <bp-checks.h>.
29558 (__libc_msgrcv): Don't use CHECK_N.
29559 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29560 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
29561 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29562 (__libc_writev): Don't use CHECK_N.
29563
b84660a8
RM
295642013-02-08 Roland McGrath <roland@hack.frob.com>
29565
7f3e75f8
RM
29566 * string/strcpy.c: Removed unused variable.
29567
b84660a8
RM
29568 * Makeconfig (+sysdep-includes): Define with := rather than =.
29569 Use an existing include/ subdir of each sysdeps dir before it.
29570
471514d3
CD
295712013-02-08 Carlos O'Donell <carlos@redhat.com>
29572
29573 * nscd/connection.c (register_traced_file): Comment function.
29574 [HAVE_INOTIFY] (union __inev): Define.
29575 [HAVE_INOTIFY] (inotify_check_files): New function.
29576 [HAVE_INOTIFY] (clear_db_cache): Likewise.
29577 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29578 clear_db_cache.
29579 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29580
b2d3c3be
CD
295812013-02-08 Carlos O'Donell <carlos@redhat.com>
29582
29583 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29584 loaded if not already and that a failure is permanent.
29585
b39949d2
CD
295862013-02-08 Carlos O'Donell <carlos@redhat.com>
29587
ddacd1db 29588 [BZ #15006]
b39949d2
CD
29589 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29590 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29591
b2c9eff4
JM
295922013-02-08 Joseph Myers <joseph@codesourcery.com>
29593
f3aae3f3
JM
29594 [BZ #13550]
29595 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29596 (CHECK_1_NULL_OK): Likewise.
29597 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29598 (__fxstat): Do not use CHECK_1.
29599 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29600 <bp-checks.h>.
29601 (___fxstat64): Do not use CHECK_1.
29602 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29603 <bp-checks.h>.
29604 (__fxstatat): Do not use CHECK_1.
29605 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29606 <bp-checks.h>.
29607 (__fxstatat64): Do not use CHECK_1.
29608 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29609 <bp-checks.h>.
29610 (__fxstat): Do not use CHECK_1.
29611 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29612 <bp-checks.h>.
29613 (__fxstatat): Do not use CHECK_1.
29614 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29615 <bp-checks.h>.
29616 (__getresgid): Do not use CHECK_1.
29617 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29618 <bp-checks.h>.
29619 (__getresuid): Do not use CHECK_1.
29620 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29621 <bp-checks.h>.
29622 (__lxstat): Do not use CHECK_1.
29623 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29624 <bp-checks.h>.
29625 (__old_msgctl): Do not use CHECK_1.
29626 (__new_msgctl): Likewise.
29627 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29628 <bp-checks.h>.
29629 (__new_setrlimit): Do not use CHECK_1.
29630 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29631 <bp-checks.h>.
29632 (__old_shmctl): Do not use CHECK_1.
29633 (__new_shmctl): Likewise.
29634 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29635 <bp-checks.h>.
29636 (__xstat): Do not use CHECK_1.
29637 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29638 (__lxstat): Do not use CHECK_1.
29639 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29640 <bp-checks.h>.
29641 (___lxstat64): Do not use CHECK_1.
29642 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29643 (__old_msgctl): Do not use CHECK_1.
29644 (__new_msgctl): Likewise.
29645 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29646 <bp-checks.h>.
29647 (__gettimeofday): Do not use CHECK_1.
29648 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29649 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29650 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29651 <bp-checks.h>.
29652 (__gettimeofday): Do not use CHECK_1.
29653 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29654 (__old_shmctl): Do not use CHECK_1_NULL_OK.
29655 (__new_shmctl): Do not use CHECK_1.
29656 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29657 <bp-checks.h>.
29658 (do_sigtimedwait): Do not use CHECK_1.
29659 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29660 <bp-checks.h>.
29661 (do_sigwaitinfo): Do not use CHECK_1.
29662 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29663 <bp-checks.h>.
29664 (msgctl): Do not use CHECK_1.
29665 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29666 <bp-checks.h>.
29667 (shmctl): Do not use CHECK_1.
29668 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29669 (ustat): Do not use CHECK_1.
29670 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29671 <bp-checks.h>.
29672 (__fxstat): Do not use CHECK_1.
29673 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29674 <bp-checks.h>.
29675 (__fxstatat): Do not use CHECK_1.
29676 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29677 <bp-checks.h>.
29678 (__lxstat): Do not use CHECK_1.
29679 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29680 <bp-checks.h>.
29681 (__xstat): Do not use CHECK_1.
29682 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29683 (__xstat): Do not use CHECK_1.
29684 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29685 (___xstat64): Do not use CHECK_1.
29686
b2c9eff4
JM
29687 [BZ #13550]
29688 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29689 definitions.
29690 (CHECK_BOUNDS_HIGH): Likewise.
29691 * string/strcpy.c: Do not include <bp-checks.h>.
29692 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29693
f1d70dad
RM
296942013-02-07 Roland McGrath <roland@hack.frob.com>
29695
29696 * nscd/nscd-client.h (__nscd_drop_map_ref):
29697 Add __attribute__ ((unused)).
29698 * nis/nss-nisplus.h (niserr2nss): Likewise.
29699
29700 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29701 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29702
29703 * csu/libc-tls.c (init_static_tls, init_slotinfo):
29704 Remove inline keyword.
29705 * include/rounding-mode.h (round_away): Likewise.
29706 * libio/wfileops.c (adjust_wide_data): Likewise.
29707 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29708 (__m128i_strloadu_tolower): Likewise.
29709 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29710 (__m128i_strloadu_tolower): Likewise.
29711 * time/mktime.c (ydhms_diff): Likewise.
29712 * locale/elem-hash.h (elem_hash): Likewise.
29713 * locale/setlocale.c (setdata): Likewise.
29714 * posix/regex_internal.h (re_string_char_size_at): Likewise.
29715 (re_string_wchar_at): Likewise.
29716 (bitset_not, bitset_merge, bitset_mask): Likewise.
29717 [!(__GNUC__ > 3)] (inline): Remove macro.
29718 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29719 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29720 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29721 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29722 * string/memcmp.c (memcmp_bytes): Likewise.
29723 * locale/programs/locarchive.c (compute_hashval): Likewise.
29724 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29725 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29726 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29727 * nss/getent.c (print_rpc, print_protocols): Likewise.
29728 (print_passwd, print_group, print_aliases): Likewise.
29729 * nis/nss-nisplus.h (niserr2nss): Likewise.
29730 * nscd/connections.c (restart_p): Likewise.
29731 Change return type to bool.
29732
eab55bfb
RM
297332013-02-05 Roland McGrath <roland@hack.frob.com>
29734
7bd642f5
RM
29735 * Makeconfig (all-Depend-files): Add existing
29736 $(sorted-subdirs:=/Depend) files.
29737 (all-subdirs): Remove nss.
29738 * sysdeps/unix/inet/Subdirs: Add it here instead.
29739 * hesiod/Depend: New file.
29740
573c29b2
RM
29741 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29742 instead of calling alloca.
29743
b2e25af0
RM
29744 * io/lseek.c (__lseek): Rename to __libc_lseek.
29745 Define __lseek as an alias.
29746
eab55bfb
RM
29747 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29748
9a0d1941
CD
297492013-02-04 Carlos O'Donell <carlos@redhat.com>
29750
29751 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29752 else clause and remove check for non-standard endianness.
29753
b83bbec4
DM
297542013-02-04 David S. Miller <davem@davemloft.net>
29755
29756 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29757
6277fdab
JM
297582013-02-04 Joseph Myers <joseph@codesourcery.com>
29759
29760 [BZ #13550]
29761 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29762 (__ubp_memchr): Remove prototype.
29763 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29764 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29765 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29766 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29767 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29768 Remove alias.
29769 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29770 (__ubp_memchr): Likewise.
29771 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29772 (__ubp_memchr): Likewise.
29773 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29774 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29775 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29776 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29777 CHECK_STRING.
29778 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29779 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29780 (__getcwd): Do not use CHECK_STRING.
29781 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29782 <bp-checks.h>.
29783 (__real_chown): Do not use CHECK_STRING.
29784 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29785 <bp-checks.h>.
29786 (fchownat): Do not use CHECK_STRING.
29787 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29788 CHECK_STRING.
29789 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29790 <bp-checks.h>.
29791 (__lchown): Do not use CHECK_STRING.
29792 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29793 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29794 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29795 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29797 include <bp-checks.h>.
29798 (truncate64): Do not use CHECK_STRING.
29799 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29800 <bp-checks.h>.
29801 (__real_chown): Do not use CHECK_STRING.
29802 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29803 <bp-checks.h>.
29804 (__lchown): Do not use CHECK_STRING.
29805 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29806 <bp-checks.h>.
29807 (__chown): Do not use CHECK_STRING.
29808 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29809 <bp-checks.h>.
29810 (truncate64): Do not use CHECK_STRING.
29811 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29812 Likewise.
29813 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29814 (__xmknod): Do not use CHECK_STRING.
29815 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29816 <bp-checks.h>.
29817 (__xmknodat): Do not use CHECK_STRING.
29818 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29819 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29820
903ae060
AS
298212013-02-04 Andreas Schwab <schwab@suse.de>
29822
29823 [BZ #14142]
29824 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29825 * include/netdb.h: Likewise for h_errno.
29826 * elf/tst-stackguard1.c: Include <tls.h>.
29827
542f9466
JK
298282013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29829
29830 * elf/link.h (struct link_map): Extend the l_addr comment.
29831 * include/link.h (struct link_map): Likewise.
29832
e782a927
JM
298332013-02-01 Joseph Myers <joseph@codesourcery.com>
29834
29835 [BZ #13550]
29836 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29837 (BOUNDED_1): Remove macro.
29838 * debug/backtrace.c: Don't include <bp-checks.h>.
29839 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29840 (__backtrace): Likewise.
29841 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29842 <bp-checks.h>.
29843 (__backtrace): Don't use BOUNDED_1.
29844 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29845 <bp-checks.h>.
29846 (__backtrace): Don't use BOUNDED_1.
29847 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29848 (__backtrace): Don't use BOUNDED_1.
29849 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29850 (shmat): Don't use BOUNDED_N.
29851
8cf28c5e
JM
298522013-01-31 Joseph Myers <joseph@codesourcery.com>
29853
3a7ac8a0
JM
29854 [BZ #13550]
29855 * sysdeps/generic/bp-start.h: Remove file.
29856 * csu/libc-start.c: Don't include <bp-start.h>.
29857 (LIBC_START_MAIN): Set up __environ directly instead of using
29858 INIT_ARGV_and_ENVIRON.
29859 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29860 <bp-start.h>.
29861
f3499f95
JM
29862 [BZ #13550]
29863 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29864 definitions.
29865 (CHECK_FCNTL): Likewise.
29866 (CHECK_N_PAGES): Likewise.
29867
32a45bea
JM
29868 [BZ #13550]
29869 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29870 definitions.
29871 (CHECK_SIGSET_NULL_OK): Likewise.
29872 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29873 <bp-checks.h>.
29874 (sigpending): Don't use CHECK_SIGSET.
29875 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29876 <bp-checks.h>.
29877 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29878 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29879 <bp-checks.h>.
29880 (do_sigsuspend): Don't use CHECK_SIGSET.
29881 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29882 use CHECK_SIGSET.
29883 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29884 (do_sigwait): Don't use CHECK_SIGSET.
29885 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29886 use CHECK_SIGSET.
29887 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29888 include <bp-checks.h>.
29889 (sigpending): Don't use CHECK_SIGSET.
29890 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29891 include <bp-checks.h>.
29892 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29893 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29894 <bp-checks.h>.
29895 (sigpending): Don't use CHECK_SIGSET.
29896 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29897 <bp-checks.h>.
29898 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29899
2e8a5c8c
JM
29900 [BZ #13550]
29901 * sysdeps/generic/bp-semctl.h: Remove file.
29902 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29903 <bp-checks.h> and <bp-semctl.h>.
29904 (__old_semctl): Don't use CHECK_SEMCTL.
29905 (__new_semctl): Likewise.
29906 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29907 and <bp-semctl.h>.
29908 (__old_semctl): Don't use CHECK_SEMCTL.
29909 (__new_semctl): Likewise.
29910 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29911 <bp-checks.h> and <bp-semctl.h>.
29912 (__old_semctl): Don't use CHECK_SEMCTL.
29913 (__new_semctl): Likewise.
29914 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29915 <bp-checks.h> and <bp-semctl.h>.
29916 (semctl): Don't use CHECK_SEMCTL.
29917
c2d54929
JM
29918 [BZ #13550]
29919 * Makerules (elide-bp-thunks): Remove variable.
29920 (elide-routines.oS): Don't use $(elide-bp-thunks).
29921 (elide-routines.os): Likewise.
29922 (elide-routines.o): Likewise.
29923 (elide-routines.op): Likewise.
29924 (elide-routines.og): Likewise.
29925 (objects): Don't use $(bp-thunks).
29926 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29927 include.
29928 (common-generated): Do not add s-proto-bp.d.
29929 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29930 (int): Likewise.
29931 (typ): Likewise.
29932 Do not generate makefile rules for bounded-pointer thunks.
29933 * sysdeps/generic/bp-thunks.h: Remove file.
29934 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29935 * sysdeps/unix/s-proto-bp.S: Likewise.
29936
8cf28c5e
JM
29937 [BZ #15062]
29938 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29939 parts of result separately when argument is not close to line from
29940 -i to i and one part of argument is small.
29941 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29942 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29943 * math/libm-test.inc (cacos_test): Add more tests.
29944 (casin_test): Likewise.
29945 (casinh_test): Likewise.
29946 * sysdeps/i386/fpu/libm-test-ulps: Update.
29947 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29948
c4e33b8d
DM
299492013-01-31 David S. Miller <davem@davemloft.net>
29950
29951 * po/de.po: Update from translation team.
29952
3b60b421
MK
299532013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
29954
29955 * time/tzfile.c: Include stdint.h for SIZE_MAX.
29956
bb931195
TS
299572013-01-25 Thomas Schwinge <thomas@codesourcery.com>
29958
b5a5da23
TS
29959 * configure.in (_AC_PROG_CC_C89): New definition.
29960 * configure: Regenerate.
29961
bb931195
TS
29962 * configure.in (AC_PROG_CPP): New definition.
29963 * configure: Regenerate.
29964
8c53a12c
JM
299652013-01-23 Joseph Myers <joseph@codesourcery.com>
29966
29967 * debug/tst-backtrace.h: New file.
29968 * debug/tst-backtrace2.c: Include tst-backtrace.h.
29969 (ret): Remove variable.
29970 (x): Likewise.
29971 (FAIL): Remove macro.
29972 (NO_INLINE): Likewise.
29973 (fn1): Use match function instead of strstr.
29974 * debug/tst-backtrace3.c: Include tst-backtrace.h.
29975 (ret): Remove variable.
29976 (x): Likewise.
29977 (FAIL): Remove macro.
29978 (NO_INLINE): Likewise.
29979 (fn): Use match function instead of strstr.
29980 * debug/tst-backtrace4.c: Include tst-backtrace.h.
29981 (ret): Remove variable.
29982 (x): Likewise.
29983 (FAIL): Remove macro.
29984 (NO_INLINE): Likewise.
29985 (handle_signal): Use match function instead of strstr.
29986 * debug/tst-backtrace5.c: Include tst-backtrace.h.
29987 (ret): Remove variable.
29988 (x): Likewise.
29989 (FAIL): Remove macro.
29990 (NO_INLINE): Likewise.
29991 (handle_signal): Use match function instead of strstr.
29992
4858fa2a
RM
299932013-01-23 Roland McGrath <roland@hack.frob.com>
29994
29995 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29996
bae8e7f5
DM
299972013-01-23 David S. Miller <davem@davemloft.net>
29998
29999 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30000 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30001 argument of CAS if possible.
30002 * sysdeps/sparc/sparc64/bits/atomic.h
30003 (__arch_compare_and_exchange_val_32_acq): Likewise.
30004 (__arch_compare_and_exchange_val_64_acq): Likewise.
30005
9cbbc4ae
PT
300062013-01-23 Pino Toscano <toscano.pino@tiscali.it>
30007
30008 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30009 * sysdeps/posix/ulimit.c: ... this.
92a601b8 30010 Include <limits.h>.
67b3f58c 30011 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 30012
5655a0b5
AC
300132013-01-23 Adam Conrad <adconrad@0c3.net>
30014
30015 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30016 (LDFLAGS-tst-array5): Likewise.
30017
052aff95
JM
300182013-01-23 Joseph Myers <joseph@codesourcery.com>
30019
30020 [BZ #15036]
30021 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30022 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30023 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30024 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30025
7c1e01aa
DM
300262013-01-21 David S. Miller <davem@davemloft.net>
30027
30028 * sysdeps/sparc/backtrace.c: New file.
30029 * sysdeps/sparc/sparc32/backtrace.h: New file.
30030 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30031 * sysdeps/sparc/sparc64/backtrace.h: New file.
30032 * sysdeps/sparc/sparc64/backtrace.c: Delete.
30033 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30034 -funwind-tables.
30035
ab087e0a
AS
300362013-01-21 Andreas Schwab <schwab@suse.de>
30037
30038 [BZ #15020]
30039 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30040 closed its stdout.
30041
ed689c2f
AS
300422013-01-20 Andreas Schwab <schwab@linux-m68k.org>
30043
30044 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30045 "mpa2.h".
30046 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30047
31d470ac
JM
300482013-01-18 Joseph Myers <joseph@codesourcery.com>
30049 Mark Mitchell <mark@codesourcery.com>
30050 Tom de Vries <tom@codesourcery.com>
30051 Paul Pluzhnikov <ppluzhnikov@google.com>
30052
30053 * debug/tst-backtrace2.c: New file.
30054 * debug/tst-backtrace3.c: Likewise.
30055 * debug/tst-backtrace4.c: Likewise.
30056 * debug/tst-backtrace5.c: Likewise.
30057 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30058 (CFLAGS-tst-backtrace3.c): Likewise.
30059 (CFLAGS-tst-backtrace4.c): Likewise.
30060 (CFLAGS-tst-backtrace5.c): Likewise.
30061 (LDFLAGS-tst-backtrace2): Likewise.
30062 (LDFLAGS-tst-backtrace3): Likewise.
30063 (LDFLAGS-tst-backtrace4): Likewise.
30064 (LDFLAGS-tst-backtrace5): Likewise.
30065 (tests): Add new tests tst-backtrace2, tst-backtrace3,
30066 tst-backtrace4 and tst-backtrace5.
30067
90567f30 300682013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
30069 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
30070
30071 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30072 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30073 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30074 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30076 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30077 "+r" and remove output regs list as redundant. Add explicit inline
30078 asm to specify register of return val to work around compiler codegen
30079 bug. Remove (int) cast on return value. Add return type parameter to
30080 use in macro so that this macro does not truncate return value for
30081 64-bit values.
30082 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30083 pass to INTERNAL_VSYSCALL_NCS.
30084 (INLINE_VSYSCALL): Add 'long int' as return type to
30085 INTERNAL_VSYSCALL_NCS macro invocation.
30086 (INTERNAL_VSYSCALL): Add 'long int' as return type to
30087 INTERNAL_VSYSCALL_NCS macro invocation.
30088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30089
d3b9ea61
SP
300902013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30091
0b57daeb
SP
30092 [BZ #14496]
30093 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30094 Fix application of SIMD FP exception mask.
30095
caa99d06
SP
30096 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30097 mp_no from a power of two.
30098 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30099 __mpexp_twomm1. Use __pow_mp.
30100
d3b9ea61
SP
30101 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30102 multiplication.
30103
1dbaee3c
DM
301042013-01-17 David S. Miller <davem@davemloft.net>
30105
30106 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30107
728d7b43
JM
301082013-01-17 Joseph Myers <joseph@codesourcery.com>
30109
30110 [BZ #15023]
30111 * include/complex.h: Condition contents on [!_COMPLEX_H].
30112 (__kernel_casinhf): New prototype.
30113 (__kernel_casinh): Likewise.
30114 (__kernel_casinhl): Likewise.
30115 * math/Makefile (libm_calls): Add k_casinh.
30116 * math/k_casinh.c: New file.
30117 * math/k_casinhf.c: Likewise.
30118 * math/k_casinhl.c: Likewise.
30119 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30120 finite nonzero arguments.
30121 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30122 finite nonzero arguments.
30123 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30124 finite nonzero arguments.
30125 * math/s_casinh.c: Do not include <float.h>.
30126 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30127 * math/s_casinhf.c: Do not include <float.h>.
30128 (__casinhf): Move code for finite nonzero arguments to
30129 k_casinhf.c.
30130 * math/s_casinhl.c: Do not include <float.h>.
30131 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30132 redefine.
30133 (__casinhl): Move code for finite nonzero arguments to
30134 k_casinhl.c.
30135 * math/libm-test.inc (cacos_test): Add more tests.
30136 * sysdeps/i386/fpu/libm-test-ulps: Update.
30137 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30138
2a26ef3a
PT
301392013-01-17 Pino Toscano <toscano.pino@tiscali.it>
30140
30141 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30142 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30143 [!HAVE_MREMAP]: Remove [defined linux] case.
30144 * malloc/arena.c: Do not include <malloc-sysdep.h>.
30145
a897655d
SP
301462013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30147
30148 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30149
881ebe89 301502013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
30151
30152 * elf/elf.h (R_386_SIZE32): New relocation.
30153 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30154 R_386_SIZE32.
30155 (elf_machine_rela): Likewise.
30156 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30157 R_X86_64_SIZE64 and R_X86_64_SIZE32.
30158
59981e9b
JM
301592013-01-17 Joseph Myers <joseph@codesourcery.com>
30160
30161 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30162 (FP_FAST_FMA): Do not define.
30163 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30164 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30165 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30166 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30167 !_SOFT_FLOAT]: Likewise.
30168 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30169 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30170 value.
30171 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30172 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30173 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30174 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30175 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30176 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30177 file.
30178
cfa8054f
AS
301792013-01-16 Andreas Schwab <schwab@suse.de>
30180
30181 [BZ #14327]
30182 * include/stdlib.h (__mktemp): Add declaration.
30183 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30184 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30185
dd930cc5
SP
301862013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30187
881ebe89
SP
30188 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30189 definitions.
30190 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30191 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30192 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30193 definitions here.
30194 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30195 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30196 definitions.
30197 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30198 and ONE.
30199 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30200 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30201 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30202 definitions.
30203 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30204 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30205 definitions.
30206 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 30207
dd930cc5
SP
30208 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30209
c19a9f89
DM
302102013-01-15 David S. Miller <davem@davemloft.net>
30211
1aa61767
DM
30212 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30213 trunc{,f} to libm-sysdep_routes.
30214 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30215 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30216 file.
30217 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30218 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30219 file.
30220 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30221 file.
30222 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30223 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30224 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30225 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30226 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30227 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30228 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30229 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30230
c42d5e98
DM
30231 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30232 nearbyint{,f} to libm-sysdep_routes.
30233 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30234 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30235 New file.
30236 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30237 file.
30238 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30239 New file.
30240 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30241 file.
30242 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30243 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30244 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30245 file.
30246 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30247 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30248 file.
30249 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30250 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30251 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30252
c19a9f89
DM
30253 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30254 libc_feholdexcept and libc_fesetenv.
30255
357679d2
MF
302562013-01-15 Mike Frysinger <vapier@gentoo.org>
30257
30258 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30259
65a82e3d
DM
302602013-01-14 David S. Miller <davem@davemloft.net>
30261
8b954ab9
DM
30262 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30263 (SPARC_ASM_VIS2_IFUNC): Likewise.
30264 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30265 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30266 use of 'siam' instruction.
30267 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30268 Likewise.
30269 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30270 Likewise.
30271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30272 Likewise.
30273 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30274 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30275 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30276 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30277 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30278 file.
30279 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30280 file.
30281 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30282 file.
30283 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30284 file.
30285 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30286 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30287 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30288 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30289 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30290 new VIS2 routines.
30291 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30292 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30293 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30294 Likewise.
30295 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30296 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30297 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30298 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30299 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30300 routines to libm-sysdep_routines.
30301 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30302
65a82e3d
DM
30303 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30304 fdim/fdimf to libm-sysdep_routines.
30305 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30306 file.
30307 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30308 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30309 file.
30310 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30311 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30312 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30313 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30314 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30315 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30316 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30317
e34ab705
SP
303182013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30319
2a91b573
SP
30320 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30321 to optimize copies.
30322
1066a534
SP
30323 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30324 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30325 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30326
e34ab705
SP
30327 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30328 local variable MPTWO.
30329 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30330 Likewise.
30331
aba5e596
MF
303322013-01-13 Mike Frysinger <vapier@gentoo.org>
30333
30334 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30335 GLOB_NOESCAPE.
30336
e557e9e5
MF
303372013-01-13 Mike Frysinger <vapier@gentoo.org>
30338
30339 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30340
0428cec9
MF
303412013-01-13 Mike Frysinger <vapier@gentoo.org>
30342
30343 * manual/pattern.texi (glob_t): Document gl_flags.
30344 (glob64_t): Likewise.
30345
8794a964
DM
303462013-01-11 David S. Miller <davem@davemloft.net>
30347
66438c3f
RM
30348 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30349 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30350 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
30351 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30352 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30353 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30354 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30355 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30356 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30357 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30358 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30359 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30360 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30361
4ae4244d
DM
30362 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30363 sparc V9 rather than using V8 code.
30364 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30365 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30366
8794a964
DM
30367 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30368 Move to...
30369 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30370 Here.
30371
6270516e
RM
303722013-01-11 Roland McGrath <roland@hack.frob.com>
30373
30374 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30375 not in the main loop.
30376 * configure: Regenerated.
30377
6a57d931
JM
303782013-01-11 Joseph Myers <joseph@codesourcery.com>
30379
30380 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30381 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30382 to just #else.
30383 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
30384 [!__GLIBC_HAVE_LONG_LONG] case.
30385 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30386 condition to just #else.
30387 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30388 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30389 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30390 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30391 unconditional.
30392 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30393 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30394 #elif condition to just #else.
30395 * sysdeps/unix/sysv/linux/sys/sysmacros.h
30396 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30397 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30398 #elif condition to just #else.
30399
0e8529e9
SE
304002013-01-11 Steve Ellcey <sellcey@mips.com>
30401
30402 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30403 (EF_MIPS_ARCH_64): Fix value.
30404 (EF_MIPS_ARCH_32R2): New.
30405 (EF_MIPS_ARCH_64R2): New.
30406
740b3dbe
L
304072013-01-11 H.J. Lu <hongjiu.lu@intel.com>
30408
30409 * Makeconfig (+link-pie-before-libc): New.
30410 (+link-pie-after-libc): Likewise.
30411 (+link-pie-tests): Likewise.
30412 (+link-pie): Rewritten.
30413 (link-before-libc): Remove $(config-LDFLAGS).
30414 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30415 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30416 (config-LDFLAGS): Renamed to ...
30417 (rtld-LDFLAGS): This.
30418 (rtld-tests-LDFLAGS): New macro.
30419 (link-libc-rpath-link): Likewise.
30420 (link-libc-tests-rpath-link): Likewise.
30421 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30422 (link-libc): Prepand $(link-libc-rpath-link).
30423 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30424 (test-program-prefix): New macro.
30425 (test-via-rtld-prefix): Likewise.
30426 (test-program-cmd): Likewise.
30427 (host-test-program-cmd): Likewise.
30428 * Makefile ($(common-objpfx)testrun.sh): Replace
30429 $(run-program-prefix) with $(test-program-prefix).
30430 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30431 $(rtld-LDFLAGS).
30432 ($(common-objpfx)shlib.lds): Likewise.
30433 (build-module-helper): Likewise.
30434 ($(common-objpfx)format.lds): Likewise.
30435 * Rules (binaries-pie-tests): New.
30436 (binaries-pie-notests): Likewise.
30437 (binaries-pie): Rewritten.
30438 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30439 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30440 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30441 (make-test-out): Replace $(host-built-program-cmd) with
30442 $(host-test-program-cmd).
30443 * config.make.in (build-hardcoded-path-in-tests): New variable.
30444 * configure.in (--enable-hardcoded-path-in-tests): New configure
30445 option.
30446 (hardcoded_path_in_tests): New AC_SUBST.
30447 * configure: Regenerated.
30448 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30449 $(built-program-cmd) with $(test-program-cmd).
30450 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30451 (test_program_cmd): This.
30452 * elf/Makefile ($(objpfx)order.out): Run test with
30453 $(test-program-prefix).
30454 ($(objpfx)order2.out): Likewise.
30455 ($(objpfx)tst-initorder.out): Likewise.
30456 ($(objpfx)tst-initorder2.out): Likewise.
30457 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30458 $(test-program-cmd).
30459 ($(objpfx)tst-array1-static.out): Likewise.
30460 ($(objpfx)tst-array2.out): Likewise.
30461 ($(objpfx)tst-array3.out): Likewise.
30462 ($(objpfx)tst-array4.out): Likewise.
30463 ($(objpfx)tst-array5.out): Likewise.
30464 ($(objpfx)tst-array5-static.out): Likewise.
30465 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30466 $(test-program-cmd).
30467 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30468 $(run-program-prefix) with $(test-program-prefix).
30469 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30470 (test_program_prefix): This.
30471 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30472 $(run-program-prefix) with $(test-program-prefix).
30473 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30474 (test_program_prefix): This.
30475 * iconvdata/tst-tables.sh: Likewise.
30476 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30477 $(run-program-prefix) with $(test-program-prefix).
30478 ($(objpfx)tst-translit.out): Likewise.
30479 ($(objpfx)tst-gettext2.out): Likewise.
30480 ($(objpfx)tst-gettext4.out): Likewise.
30481 ($(objpfx)tst-gettext6.out): Likewise.
30482 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30483 (test_program_prefix): This.
30484 * intl/tst-gettext2.sh: Likewise.
30485 * intl/tst-gettext4.sh Likewise.
30486 * intl/tst-gettext6.sh: Likewise.
30487 * intl/tst-translit.sh: Likewise.
30488 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30489 with $(test-program-cmd).
30490 * libio/Makefile ($(objpfx)test-freopen.out): Replace
30491 $(run-program-prefix) with $(test-program-prefix).
30492 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30493 (test_program_prefix): This.
30494 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30495 $(run-program-prefix) with $(test-program-prefix).
30496 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30497 (test_program_prefix): This.
30498 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30499 * posix/Makefile ($(objpfx)globtest.out): Replace
30500 $(run-via-rtld-prefix) and $(test-wrapper) with
30501 $(test-program-prefix) and $(test-via-rtld-prefix).
30502 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30503 $(test-program-prefix).
30504 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30505 $(host-test-program-cmd).
30506 (tst-spawn-ARGS): Likewise.
30507 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30508 $(test-program-prefix).
30509 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30510 (test_via_rtld_prefix): This.
30511 (test_wrapper): Renamed to ...
30512 (test_program_prefix): This.
30513 (run_program_prefix): Replaced by test_program_prefix.
30514 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30515 (test_program_prefix): This.
30516 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30517 with $(host-test-program-cmd).
30518 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30519 $(run-program-prefix) with $(test-program-prefix).
30520 ($(objpfx)tst-printf.out): Likewise.
30521 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30522 $(test-program-cmd).
30523 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30524 (test_program_prefix): This.
30525 * stdio-common/tst-unbputc.sh: Likewise.
30526 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30527 $(run-program-prefix) with $(test-program-prefix).
30528 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30529 (test_program_prefix): This.
30530 * string/Makefile ($(objpfx)tst-svc.out): Replace
30531 $(built-program-cmd) with $(test-program-cmd).
30532
c6fe55cf
AJ
305332013-01-11 Andreas Jaeger <aj@suse.de>
30534
30535 [BZ #15003]
30536 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30537 value. Sync with Linux 3.7.
30538
9e6919c8
DM
305392013-01-10 David S. Miller <davem@davemloft.net>
30540
30541 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30542 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30543 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30544
1c9f1a02
RM
305452013-01-10 Roland McGrath <roland@hack.frob.com>
30546
30547 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30548 never set.
30549 * configure: Regenerated.
30550
b9de2dde
DM
305512013-01-10 David S. Miller <davem@davemloft.net>
30552
30553 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30554 sparc V9 rather than using V8 code.
30555 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30556 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30557
e7f68ef4
RM
305582013-01-10 Roland McGrath <roland@hack.frob.com>
30559
30560 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30561 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30562 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30563 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30564 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30565 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30566 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30567 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30568 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30569 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30570 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30571 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30572 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30573 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30574 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30575 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30576 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30577 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30578 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30579 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30580 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30581 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30582 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30583 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30584 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30585 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30586 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30587
5a47cc9c
DM
305882013-01-10 David S. Miller <davem@davemloft.net>
30589
30590 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30591
4cf8f209
L
305922013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30593
30594 * posix/Makefile (tests-static): New variable.
30595 (tests): Add $(tests-static).
30596 (tst-exec-static-ARGS): New variable.
30597 (tst-spawn-static-ARGS): Likewise.
30598 * posix/tst-exec-static.c: New file.
30599 * posix/tst-spawn-static.c: Likewise.
30600 * posix/tst-exec.c: Support run directly.
30601 * posix/tst-spawn.c: Likewise.
30602
fed0faa1
JM
306032013-01-10 Joseph Myers <joseph@codesourcery.com>
30604
828beb13
JM
30605 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30606 long.
30607 * math/bits/mathcalls.h (llrint): Likewise.
30608 (llround): Likewise.
30609 * stdlib/stdlib.h (struct drand48_data): Likewise.
30610 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30611 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30612 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30613 Likewise.
30614 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30615 Likewise.
30616 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30617 (elf_greg_t): Likewise.
30618 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30619 (__jmp_buf): Likewise.
30620 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30621 definitions.
30622 (llrint): Likewise, for all definitions.
30623 (llrintl): Likewise.
30624
fed0faa1
JM
30625 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30626 Remove [__GNUC__] condition.
30627 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30628 condition to just [__USE_ISOC99].
30629 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30630
1a20cb20
L
306312013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30632
30633 [BZ #14200]
30634 * sysdeps/unix/sysv/linux/x86/bits/environments.h
30635 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30636 defined.
30637 (_POSIX_V6_ILP32_OFF32): Likewise.
30638 (_XBS5_ILP32_OFF32): Likewise.
30639 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30640 (__ILP32_OFFBIG_LDFLAGS): Likewise.
30641
751b85f7
SP
306422013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30643
7490eb81
SP
30644 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30645
751b85f7
SP
30646 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30647 doubles __mpexp_twomm1. Adjust usage.
30648 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30649 Remove.
30650
988197f0
AS
306512013-01-10 Andreas Schwab <schwab@suse.de>
30652
30653 [BZ #14964]
30654 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30655 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30656
e83d7298
DM
306572013-01-09 David S. Miller <davem@davemloft.net>
30658
034ed64b 30659 [BZ #15003]
57f41c40
AS
30660 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30661 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30662 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30663 (TCP_FASTOPEN): Define.
e83d7298
DM
30664 (tcp_repair_opt): New structure.
30665 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30666 enum values.
57f41c40
AS
30667 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30668 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30669 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
30670 (tcp_cookie_transactions): New structure.
30671
d5e0b9bd
AB
306722013-01-09 Anton Blanchard <anton@samba.org>
30673
30674 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30675 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30676 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30677 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30678
0c07e3ea
JM
306792013-01-09 Joseph Myers <joseph@codesourcery.com>
30680
30681 * include/features.h (__USE_ANSI): Remove.
30682
232f7002
RM
306832013-01-09 Roland McGrath <roland@hack.frob.com>
30684
ad98e30c
RM
30685 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30686
232f7002
RM
30687 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30688
950c99ca
SP
306892013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
30690
b5792741
SP
30691 * sysdeps/s390/fpu/libm-test-ulps: Update.
30692
47cf2278
SP
30693 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30694
950c99ca
SP
30695 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30696 (__acr): Likewise.
30697 (__cpy): Likewise.
30698 (norm): Likewise.
30699 (denorm): Likewise.
30700 (__mp_dbl): Likewise.
30701 (__dbl_mp): Likewise.
30702 (add_magnitudes): Likewise.
30703 (sub_magnitudes): Likewise.
30704 (__add): Likewise.
30705 (__sub): Likewise.
30706 (__mul): Likewise.
30707 (__inv): Likewise.
30708 (__dvd): Likewise.
30709 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30710 (__acr): Likewise.
30711 (__cpy): Likewise.
30712 (norm): Likewise.
30713 (denorm): Likewise.
30714 (__mp_dbl): Likewise.
30715 (__dbl_mp): Likewise.
30716 (add_magnitudes): Likewise.
30717 (sub_magnitudes): Likewise.
30718 (__add): Likewise.
30719 (__sub): Likewise.
30720 (__mul): Likewise.
30721 (__inv): Likewise.
30722 (__dvd): Likewise.
30723 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30724 (__acr): Likewise.
30725 (__cpy): Likewise.
30726 (norm): Likewise.
30727 (denorm): Likewise.
30728 (__mp_dbl): Likewise.
30729 (__dbl_mp): Likewise.
30730 (add_magnitudes): Likewise.
30731 (sub_magnitudes): Likewise.
30732 (__add): Likewise.
30733 (__sub): Likewise.
30734 (__mul): Likewise.
30735 (__inv): Likewise.
30736 (__dvd): Likewise.
30737
eede9df9
JM
307382013-01-08 Joseph Myers <joseph@codesourcery.com>
30739
30740 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30741 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30742 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30743 2 && __USE_EXTERN_INLINES]: Likewise.
30744
c40ea3d9
AJ
307452013-01-08 Andreas Jaeger <aj@suse.de>
30746
30747 [BZ# 14985]
30748 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30749 Remove.
30750 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30751 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30752
2ccdea26
AB
307532013-01-07 Anton Blanchard <anton@samba.org>
30754
30755 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30756 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30757 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30758 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30759 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30760 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30761 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30762 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30763 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30764 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30765 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30766 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30767 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30768 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30769 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30770 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30771 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30772 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30773 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30774 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30775 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30776 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30777 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30778 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30779 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30780 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30781 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30782 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30783 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30784 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30785 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30786 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30787 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30788 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30789 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30790 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30791 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30792 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30793 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30794 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30795 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30796 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30797 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30798
a9708fed
JM
307992013-01-07 Joseph Myers <joseph@codesourcery.com>
30800
375607b9
JM
30801 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30802 (__MALLOC_PMT): Likewise.
30803 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30804 [__GNUC__], only on [_LIBC].
30805 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30806 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30807 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30808 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30809 forward declaration.
30810 (realloc_hook_ini): Likewise.
30811 (memalign_hook_ini): Likewise.
30812 (__libc_memalign): Do not use __MALLOC_PMT in variable
30813 declaration.
30814 (__libc_valloc): Likewise.
30815 (__libc_pvalloc): Likewise.
30816 (__libc_calloc): Likewise.
30817 (__posix_memalign): Likewise.
30818
a9708fed
JM
30819 [BZ #14996]
30820 * math/s_casinh.c: Include <float.h>.
30821 (__casinh): Do not do computation with squaring and square root
30822 for large arguments.
30823 * math/s_casinhf.c: Include <float.h>.
30824 (__casinhf): Do not do computation with squaring and square root
30825 for large arguments.
30826 * math/s_casinhl.c: Include <float.h>.
30827 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30828 (__casinhl): Do not do computation with squaring and square root
30829 for large arguments.
30830 * math/libm-test.inc (casin_test): Add more tests.
30831 (casinh_test): Likewise.
30832 * sysdeps/i386/fpu/libm-test-ulps: Update.
30833 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30834
afec409a
L
308352013-01-04 H.J. Lu <hongjiu.lu@intel.com>
30836
30837 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30838 (__x86_64_raw_data_cache_size): Likewise.
30839 (__x86_64_data_cache_size_half): Likewise.
30840 (__x86_64_raw_data_cache_size_half): Likewise.
30841 (__x86_64_shared_cache_size): Likewise.
30842 (__x86_64_raw_shared_cache_size): Likewise.
30843 (__x86_64_shared_cache_size_half): Likewise.
30844 (__x86_64_raw_shared_cache_size_half): Likewise.
30845 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30846 to ...
30847 (__x86_data_cache_size): This.
30848 (__x86_64_raw_data_cache_size): Renamed to ...
30849 (__x86_raw_data_cache_size): This.
30850 (__x86_64_data_cache_size_half): Renamed to ...
30851 (__x86_data_cache_size_half): This.
30852 (__x86_64_raw_data_cache_size_half): Renamed to ...
30853 (__x86_raw_data_cache_size_half): This.
30854 (__x86_64_shared_cache_size): Renamed to ...
30855 (__x86_shared_cache_size): This.
30856 (__x86_64_raw_shared_cache_size): Renamed to ...
30857 (__x86_raw_shared_cache_size): This.
30858 (__x86_64_shared_cache_size_half): Renamed to ...
30859 (__x86_shared_cache_size_half): This.
30860 (__x86_64_raw_shared_cache_size_half): Renamed to ...
30861 (__x86_raw_shared_cache_size_half): This.
30862 * sysdeps/x86_64/memcpy.S: Updated.
30863 * sysdeps/x86_64/memset.S: Likewise.
30864 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30865 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30866 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30867
0b3986d0
DM
308682013-01-04 David S. Miller <davem@davemloft.net>
30869
30870 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30871
e47686e9
AS
308722013-01-04 Andreas Schwab <schwab@linux-m68k.org>
30873
d643bac1
AS
30874 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30875 1 to avoid redefinition warning.
30876 (__USE_GNU): Don't define.
30877 (init_signaling_nan): Protoize.
30878
e47686e9
AS
30879 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30880
b18decba
SP
308812013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30882
fffb407f
SP
30883 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30884 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30885 (__cpymn): Likewise.
30886 (norm): Remove commented code.
30887 (denorm): Likewise.
30888 (__mp_dbl): Likewise.
30889 (__inv): Likewise.
30890 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30891 (__cpymn): Likewise.
30892 (norm): Remove commented code.
30893 (denorm): Likewise.
30894 (__mp_dbl): Likewise.
30895 (__inv): Likewise.
30896
b18decba
SP
30897 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30898 mp_no value for 1.0 and 2.0.
30899 (norm): Use RADIXI instead of radixi.d.
30900 (denorm): Likewise.
30901 (__mul): Use 0.0 instead of zero.d.
30902 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30903 mp_no value for 1.0 and 2.0.
30904 (norm): Use RADIXI instead of radixi.d.
30905 (denorm): Likewise.
30906 (__mul): Use 0.0 instead of zero.d.
30907
cdc1c96f
JM
309082013-01-04 Joseph Myers <joseph@codesourcery.com>
30909
30910 [BZ #14994]
30911 * math/s_casinh.c (__casinh): Reduce finite argument to first
30912 quadrant then set signs of results at the end.
30913 * math/s_casinhf.c (__casinhf): Likewise.
30914 * math/s_casinhl.c (__casinhl): Likewise.
30915 * math/libm-test.inc (casin_test): Add more tests.
30916 (casinh_test): Likewise.
30917 * sysdeps/i386/fpu/libm-test-ulps: Update.
30918 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30919
302913e1
SP
309202013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30921
6420d207
SP
30922 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30923
a9e48ab4
SP
30924 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30925
b7837264
SP
30926 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30927 declarations.
30928 (denorm): Likewise.
30929 (__mp_dbl): Likewise.
30930 (__inv): Likewise.
30931
f8af25d2
SP
30932 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30933 and adjust the header comment.
30934
302913e1
SP
30935 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30936 variable name from declaration.
30937
5d7dd1ca
L
309382013-01-03 H.J. Lu <hongjiu.lu@intel.com>
30939
30940 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30941 Initialize COMMON_CPUID_INDEX_7 element.
30942 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30943 (CPUID_RTM): Likewise.
30944 (HAS_RTM): Likewise.
30945 (COMMON_CPUID_INDEX_7): New enum.
30946
2f5f40f4
AS
309472013-01-03 Andreas Schwab <schwab@linux-m68k.org>
30948
30949 [BZ #14981]
30950 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30951 size is zero, record memory as freed.
30952
4056f4a0
AJ
309532013-01-03 Andreas Jaeger <aj@suse.de>
30954
30955 * po/ia.po: Add new Interlingua translation.
30956
ab15736f 309572012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
30958
30959 * locale/programs/localedef.c: Fix description of '--posix' flag.
30960
568035b7
JM
309612013-01-02 Joseph Myers <joseph@codesourcery.com>
30962
e6898b8d
JM
30963 * NEWS: Update dates in second copyright notice.
30964 * README: Update copyright dates in example.
30965 * manual/libc.texinfo: Update copyright dates.
30966 * scripts/test-installation.pl: Update copyright date in --version
30967 output.
30968
0e2f9562
JM
30969 * hurd/ctty-input.c: Fix copyright notice formatting.
30970 * hurd/ctty-output.c: Likewise.
30971 * hurd/dtable.c: Likewise.
30972 * hurd/hurd-raise.c: Likewise.
30973 * hurd/hurdprio.c: Likewise.
30974 * hurd/msgportdemux.c: Likewise.
30975 * misc/sys/file.h: Likewise.
30976 * misc/sys/ioctl.h: Likewise.
30977 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30978 * sysdeps/mach/hurd/chdir.c: Likewise.
30979 * sysdeps/mach/hurd/fchdir.c: Likewise.
30980 * sysdeps/mach/hurd/rename.c: Likewise.
30981 * sysdeps/mach/hurd/rmdir.c: Likewise.
30982 * sysdeps/mach/hurd/seekdir.c: Likewise.
30983 * sysdeps/mach/hurd/setsid.c: Likewise.
30984 * sysdeps/posix/wait3.c: Likewise.
30985
568035b7
JM
30986 * All files with FSF copyright notices: Update copyright dates
30987 using scripts/update-copyrights.
30988 * intl/plural.c: Regenerated.
30989 * locale/programs/charmap-kw.h: Likewise.
30990 * locale/programs/locfile-kw.h: Likewise.
30991
da08f647
SP
309922013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
30993
0f5477af
SP
30994 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30995 four values.
30996
44e0d4c2
SP
30997 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30998 calculation loop and add branch prediction.
30999
4d55b4e5
SP
31000 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31001 check access beyond bounds of m1np.
31002
da08f647
SP
31003 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31004 MPTWO.
31005 (__inv): Remove local variable MPTWO to use the global
31006 constant.
31007 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31008 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31009 variable MPTWO.
31010 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31011 MP3HALFS static const.
31012
8e051029
DM
310132013-01-01 David S. Miller <davem@davemloft.net>
31014
31015 * po/ca.po: Update from translation team.
31016
f4cf5f2d
JM
310172013-01-01 Joseph Myers <joseph@codesourcery.com>
31018
31019 * scripts/update-copyrights: New file.
31020 * Makeconfig: Reformat copyright notice.
31021 * ctype/ctype.h: Likewise.
31022 * debug/swprintf_chk.c: Likewise.
31023 * elf/dl-cache.c: Likewise.
31024 * elf/dl-debug.c: Likewise.
31025 * elf/dl-object.c: Likewise.
31026 * grp/initgroups.c: Likewise.
31027 * hurd/Makefile: Likewise.
31028 * hurd/hurd/signal.h: Likewise.
31029 * hurd/hurdfault.c: Likewise.
31030 * hurd/hurdioctl.c: Likewise.
31031 * hurd/hurdlookup.c: Likewise.
31032 * hurd/intr-msg.c: Likewise.
31033 * iconv/gconv_open.c: Likewise.
31034 * libio/swprintf.c: Likewise.
31035 * locale/lc-ctype.c: Likewise.
31036 * locale/nl_langinfo.c: Likewise.
31037 * mach/Machrules: Likewise.
31038 * mach/Makefile: Likewise.
31039 * malloc/obstack.h: Likewise.
31040 * manual/Makefile: Likewise.
31041 * manual/tsort.awk: Likewise.
31042 * misc/bits/stab.def: Likewise.
31043 * nis/nis_print_group_entry.c: Likewise.
31044 * nis/nis_table.c: Likewise.
31045 * nis/nss_compat/compat-pwd.c: Likewise.
31046 * nis/nss_compat/compat-spwd.c: Likewise.
31047 * po/Makefile: Likewise.
31048 * posix/fnmatch.c: Likewise.
31049 * posix/regex.h: Likewise.
31050 * resolv/Makefile: Likewise.
31051 * resolv/nss_dns/dns-network.c: Likewise.
31052 * resolv/res_hconf.c: Likewise.
31053 * scripts/gen-sorted.awk: Likewise.
31054 * soft-fp/soft-fp.h: Likewise.
31055 * stdio-common/printf.h: Likewise.
31056 * stdlib/monetary.h: Likewise.
31057 * stdlib/random.c: Likewise.
31058 * stdlib/random_r.c: Likewise.
31059 * sysdeps/generic/Makefile: Likewise.
31060 * sysdeps/gnu/Makefile: Likewise.
31061 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31062 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31063 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31064 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31065 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31066 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31067 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31068 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31069 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31070 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31071 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31072 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31073 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31074 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31075 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31076 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31077 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31078 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31079 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31080 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31081 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31082 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31083 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31084 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31085 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31086 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31087 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31088 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31089 * sysdeps/mach/hurd/errnos.awk: Likewise.
31090 * sysdeps/mach/hurd/fork.c: Likewise.
31091 * sysdeps/mach/hurd/getcwd.c: Likewise.
31092 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31093 * sysdeps/mach/hurd/mmap.c: Likewise.
31094 * sysdeps/mach/hurd/utimes.c: Likewise.
31095 * sysdeps/mach/hurd/xmknod.c: Likewise.
31096 * sysdeps/posix/profil.c: Likewise.
31097 * sysdeps/posix/readdir_r.c: Likewise.
31098 * sysdeps/powerpc/bits/mathdef.h: Likewise.
31099 * sysdeps/powerpc/bits/setjmp.h: Likewise.
31100 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31101 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31102 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31103 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31104 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31105 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31106 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31107 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31108 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31109 * sysdeps/pthread/lio_listio.c: Likewise.
31110 * sysdeps/sparc/dl-procinfo.h: Likewise.
31111 * sysdeps/unix/i386/sysdep.S: Likewise.
31112 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31113 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31114 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31115 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31116 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31117 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31118 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31119 * sysdeps/unix/sysv/linux/speed.c: Likewise.
31120 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31121 * sysdeps/wordsize-32/divdi3.c: Likewise.
31122 * time/sys/time.h: Likewise.
31123 * wcsmbs/Makefile: Likewise.
31124
0549fbba
DM
311252013-01-01 David S. Miller <davem@davemloft.net>
31126
a141f1a7
DM
31127 * po/fr.po: Update from translation team.
31128
0549fbba
DM
31129 * catgets/gencat.c: Update copyright year.
31130 * csu/version.c: Likewise.
31131 * debug/catchsegv.sh: Likewise.
31132 * debug/pcprofiledump.c: Likewise.
31133 * debug/xtrace.sh: Likewise.
31134 * elf/ldconfig.c: Likewise.
31135 * elf/ldd.bash.in: Likewise.
31136 * elf/pldd.c: Likewise.
31137 * elf/sotruss.ksh: Likewise.
31138 * elf/sprof.c: Likewise.
31139 * iconv/iconv_prog.c: Likewise.
31140 * iconv/iconvconfig.c: Likewise.
31141 * locale/programs/locale.c: Likewise.
31142 * locale/programs/localedef.c: Likewise.
31143 * login/programs/pt_chown.c: Likewise.
31144 * malloc/memusage.sh: Likewise.
31145 * malloc/memusagestat.c: Likewise.
31146 * malloc/mtrace.pl: Likewise.
31147 * nscd/nscd.c: Likewise.
31148 * nss/getent.c: Likewise.
31149 * nss/makedb.c: Likewise.
31150 * posix/getconf.c: Likewise.
31151
18ea052c
SP
311522012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
31153
31154 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31155 numbers.
31156
9c89fca6
MF
311572012-12-30 Mike Frysinger <vapier@gentoo.org>
31158
31159 * math/bits/mathcalls.h (modf): Use __nonnull.
31160
085ec079
SP
311612012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31162
31163 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31164 (split): Use macro CN instead of the bare value.
31165 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31166 could be used.
31167 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31168 instead of the bare value.
31169 (power1): Likewise.
31170
6d9f97e1
SP
311712012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31172
d63f73be
SP
31173 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31174 __ATAN_TWOM.
31175 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31176
6d9f97e1
SP
31177 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31178 their values.
31179 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31180 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31181 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31182 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31183
4c4febf5
AJ
311842012-12-28 Andreas Jaeger <aj@suse.de>
31185
af5843ef
AJ
31186 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
31187 values are from Linux 3.7.
31188
4c4febf5
AJ
31189 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31190 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
31191
99136f82
SP
311922012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31193
2f216c3c 31194 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
31195 TRUE case.
31196
99136f82
SP
31197 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31198 (norm): Likewise.
31199 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31200 variables with preprocessor constants.
31201 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31202 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31203 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31204
7fffbdff
BH
312052012-12-27 Bruno Haible <bruno@clisp.org>
31206
31207 [BZ #14317]
31208 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31209 only if needed.
31210
b76eb5f0
SP
312112012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31212
31a7fe5c
SP
31213 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31214 and use variable directly.
31215 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31216
b76eb5f0
SP
31217 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31218 MPONE.
31219 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31220 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31221 variable MPONE.
31222 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31223 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31224 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31225 include directive. Remove local variable MPONE.
31226 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31227 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31228 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31229
2c8bfe7d
DM
312302012-12-25 David S. Miller <davem@davemloft.net>
31231
31232 * version.h (RELEASE): Set to "development".
31233 (VERSION): Set to "2.17.90".
31234 * NEWS: Add 2.18 section.
31235
147d03b0
DM
312362012-12-21 David S. Miller <davem@davemloft.net>
31237
31238 * po/hr.po: Update from translation team.
31239
a8ebb2b9
AK
312402012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31241
31242 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31243
95b4f1b6
SE
312442012-12-19 Steve Ellcey <sellcey@mips.com>
31245
b2d94007 31246 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 31247
cedb2a90
MS
312482012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31249
31250 * manual/contrib.texi (Contributors): Spelling correction.
31251
bbf527d6
DM
312522012-12-15 David S. Miller <davem@davemloft.net>
31253
31254 * po/ru.po: Update from translation team.
31255
bc38c906
DM
312562012-12-13 David S. Miller <davem@davemloft.net>
31257
85429b1a
DM
31258 * NEWS: Mention IFUNC testsuite enhancements.
31259
d283e353
DM
31260 * po/pl.po: Update from translation team.
31261 * po/bg.po: Likewise.
31262
bc38c906
DM
31263 * manual/contrib.texi (Contributors): Update entries for Hongjiu
31264 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
31265
a181b0d7
DM
312662012-12-11 David S. Miller <davem@davemloft.net>
31267
4641d57e
DM
31268 * po/sv.po: Update from translation team.
31269
f7bc6495
DM
31270 * po/vi.po: Update from translation team.
31271
6fc9048f
DM
31272 * po/cs.po: Update from translation team.
31273
a181b0d7
DM
31274 * po/de.po: Update from translation team.
31275 * po/eo.po: Likewise.
31276 * po/nl.po: Likewise.
31277
f70bfe80
SP
312782012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
31279
3c8b4190
SP
31280 [BZ #14246]
31281 * manual/argp.texi (Argp Helper Functions): Move node to follow
31282 Argp Parsing State.
31283
f70bfe80
SP
31284 [BZ #14872]
31285 * manual/conf.texi (Limits on File System Capacity): Mention if
31286 terminating null is included in the max size.
31287
188f0adf
AJ
312882012-12-10 Andreas Jaeger <aj@suse.de>
31289
31290 * po/cs.po: Update from translation team.
31291
56e7d3ad
SP
312922012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31293
31294 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31295 void pointer and cast to uintptr_t.
31296 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31297 path.
31298 * sysdeps/s390/s390-64/memcpy.S: Likewise.
31299 * sysdeps/s390/s390-64/memset.S: Likewise.
31300
76f2d2ea 313012012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
31302
31303 [BZ #14833]
31304 * menual/message.texi (Message Translation): Fix typos.
31305 (Helper programs for gettext): Likewise.
31306
67cbf9a2
AS
313072012-12-07 Andreas Schwab <schwab@linux-m68k.org>
31308
31309 [BZ #14898]
31310 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31311 Change to -1.
31312
682d0e9a
DM
313132012-12-07 David S. Miller <davem@davemloft.net>
31314
31315 * po/libc.pot: Update.
31316
573cd484
RH
313172012-12-07 Richard Henderson <rth@redhat.com>
31318
7e9da188 31319 [BZ #10114]
573cd484
RH
31320 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31321 normal/normal case to before the switch.
31322 (_FP_DIV): Likewise.
31323
e933a943
MF
313242012-12-06 Carlos O'Donell <carlos@systemhalted.org>
31325 Mike Frysinger <vapier@gentoo.org>
31326
31327 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31328 check for __NR_fadvise64_64.
31329
82123268
CM
313302012-12-06 Chris Metcalf <cmetcalf@tilera.com>
31331
31332 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31333 0, not just to plain "0" as a statement.
31334 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31335 with cw.
31336
d9814526
JM
313372012-12-06 Joseph Myers <joseph@codesourcery.com>
31338
31339 * NEWS: Use sourceware.org in Bugzilla URL.
31340
7728c574
SP
313412012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
31342
f16946dd
SP
31343 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31344 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31345
5704bbcb
SP
31346 * stdio-common/tst-put-error.c (do_test): Add newline to the
31347 padded test to ensure flush.
31348
17aa0516
JL
313492012-12-05 Jeff Law <law@redhat.com>
31350
31351 * sunrpc/etc.rpc (fedfs_admin): Add entry.
31352
363313b5
JM
313532012-12-05 Joseph Myers <joseph@codesourcery.com>
31354
effbd42a
JM
31355 * README: Don't refer to ports add-on as distributed separately.
31356 Mention AArch64 in list of systems supported in the ports add-on.
31357
87600365
JM
31358 * LICENSES: Add more non-FSF copyright and license notices.
31359
a0d7066a
JM
31360 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31361 ((unused)).
31362
66ca5a5b
JM
31363 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31364
363313b5
JM
31365 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31366 10000 as width of padded output.
31367
b37984ad
JM
313682012-12-04 Joseph Myers <joseph@codesourcery.com>
31369
9003570a
JM
31370 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31371
b37984ad
JM
31372 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31373 variable LX with __attribute__ ((unused)).
31374 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31375 Likewise.
31376 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31377 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31378 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31379 with __attribute__ ((unused)).
31380
c8df52ec
DM
313812012-12-04 David S. Miller <davem@abraco.davemloft.net>
31382
31383 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31384
b3b099af
JM
313852012-12-04 Joseph Myers <joseph@codesourcery.com>
31386
c33aa6e3
JM
31387 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31388 (CFLAGS-nldbl-acos.c): New variable.
31389 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31390 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31391 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31392 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31393 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31394 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31395 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31396 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31397 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31398 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31399 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31400 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31401 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31402 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31403 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31404 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31405 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31406 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31407 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31408 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31409 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31410 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31411 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31412 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31413 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31414 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31415 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31416 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31417 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31418 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31419 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31420 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31421 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31422 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31423 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31424 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31425 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31426 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31427 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31428 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31429 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31430 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31431 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31432 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31433 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31434 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31435 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31436 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31437 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31438 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31439 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31440 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31441 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31442 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31443 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31444 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31445 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31446 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31447 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31448 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31449 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31450 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31451 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31452 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31453 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31454 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31455 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31456 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31457 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31458 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31459 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31460 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31461 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31462 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31463 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31464 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31465 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31466 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31467 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31468 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31469 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31470 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31471 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31472 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31473 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31474 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31475 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31476 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31477 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31478 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31479 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31480 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31481 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31482 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31483 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31484 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31485 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31486
20f0018d
JM
31487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31488 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31489
b3b099af
JM
31490 [BZ #14914]
31491 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31492 whole low double instead of just low 47 bits when splitting values
31493 into two parts.
31494
029264d1
AM
314952012-12-03 Allan McRae <allan@archlinux.org>
31496
31497 * manual/stdio.texi (Predefined Printf Handlers): Remove
31498 @hsep and @vsep usage.
31499
c9d6789e
MF
315002012-12-03 Mike Frysinger <vapier@gentoo.org>
31501
31502 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31503 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31504
4b7634a5
JL
315052012-12-03 Jeff Law <law@redhat.com>
31506
31507 * time/sys/time.h (settimeofday): Do not mark TV argument
31508 as __nonnull.
31509
eb6cbd24
MF
315102012-12-01 Mike Frysinger <vapier@gentoo.org>
31511
31512 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31513 when currently writing and seek to current position when not.
31514 * libio/Makefile (tests): Remove bug-fclose1.
31515 * libio/bug-fclose1.c: Delete.
31516
f638872a
JM
315172012-12-01 Joseph Myers <joseph@codesourcery.com>
31518
31519 * manual/arith.texi (feenableexcept): Fix typo.
31520 (fedisableexcept): Likewise.
31521
48085d14
RM
315222012-11-30 Roland McGrath <roland@hack.frob.com>
31523
31524 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31525 second, differently-typed declaration, rather than a cast.
31526
1a538b9f
SP
315272012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
31528
31529 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31530 * include/rpc/svc.h: ... here.
31531
d07f2ff1 315322012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
31533
31534 [BZ #13013]
31535 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31536 depending n and resplen2 to catch cases where answer
31537 equals answerp2.
31538
c93ec1f0
CD
315392012-11-29 Carlos O'Donell <carlos@systemhalted.org>
31540
31541 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31542 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31543
37db69de
MF
315442012-11-29 Mike Frysinger <vapier@gentoo.org>
31545
31546 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31547
e10c4e4f
RM
315482012-11-29 Roland McGrath <roland@hack.frob.com>
31549
31550 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31551
2af1b328
JL
315522012-11-28 Jeff Law <law@redhat.com>
31553
31554 [BZ #13761]
31555 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31556 dataset_temporary. Track alloca usage into alloca_used.
31557 If dataset is large allocate and release it via malloc/free.
31558
111db5b1
FW
315592012-06-04 Florian Weimer <fweimer@redhat.com>
31560
f06cc227 31561 [BZ #14197]
111db5b1
FW
31562 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31563
dd694abd
DM
315642012-11-28 David S. Miller <davem@davemloft.net>
31565
31566 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31567
9984dd01
JM
315682012-11-28 Joseph Myers <joseph@codesourcery.com>
31569
31570 [BZ #14803]
31571 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31572 of pi/2 rounded to nearest to 64 bits.
31573 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31574 nearest to 64 bits.
31575 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31576 bits.
31577
14bc93a9
JL
315782012-11-28 Jeff Law <law@redhat.com>
31579 Martin Osvald <mosvald@redhat.com>
31580
31581 [BZ #14889]
31582 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31583 * sunrpc/svc.c: Include time.h.
31584 (__svc_accept_failed): New function.
31585 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31586 any reason other than EINTR, call __svc_accept_failed.
31587 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31588 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31589
e3c6aa3a
AS
315902012-11-28 Andreas Schwab <schwab@suse.de>
31591
31592 * scripts/abilist.awk: Also handle indirect functions in .opd
31593 section.
31594
1bead169
JM
315952012-11-28 Joseph Myers <joseph@codesourcery.com>
31596
31597 [BZ #13881]
31598 * sysdeps/x86/fpu/powl_helper.c: New file.
31599 * sysdeps/x86/fpu/Makefile: Likewise.
31600 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31601 (p3): New object.
31602 (__ieee754_powl): Use __powl_helper for finite arguments except
31603 integer exponents below 8.
31604 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31605 (p3): New object.
31606 (__ieee754_powl): Use __powl_helper for finite arguments except
31607 integer exponents below 8.
31608 * math/libm-test.inc (pow_test): Add more tests and enable some
31609 previously disabled tests.
31610 * sysdeps/i386/fpu/libm-test-ulps: Update.
31611 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31612
0817d63d
SP
316132012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31614 Carlos O'Donell <carlos_odonell@mentor.com>
31615
31616 * nss/makedb.c (is_prime): Assert that input is odd and greater
31617 than 4. Note that fact in a comment too.
31618 (next_prime): Add 4 to input.
31619
de2fd463
SP
316202012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31621
31622 [BZ #11741]
31623 * libio/Makefile (tests): Add test case tst-fwrite-error.
31624 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31625 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31626 * libio/tst-fwrite-error.c: New test case.
31627
c515fb51
L
316282012-11-26 H.J. Lu <hongjiu.lu@intel.com>
31629
31630 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31631 before casting to void *.
31632 * include/libc-internal.h (__pointer_type): New macro.
31633 (__integer_if_pointer_type_sub): Likewise.
31634 (__integer_if_pointer_type): Likewise.
31635 (cast_to_integer): Likewise.
31636 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31637 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31638 before casting to atomic64_t.
31639 (atomic_exchange_acq): Likewise.
31640 (__arch_exchange_and_add_body): Likewise.
31641 (__arch_add_body): Likewise.
31642 (atomic_add_negative): Likewise.
31643 (atomic_add_zero): Likewise.
31644
4cf77aa9
JM
316452012-11-26 Joseph Myers <joseph@codesourcery.com>
31646
31647 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31648 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31649 (add_fdes): Likewise.
31650 (linear_search_fdes): Likewise.
31651 (binary_search_unencoded_fdes): Likewise.
31652
d260b3b4
AS
316532012-11-26 Andreas Schwab <schwab@linux-m68k.org>
31654
31655 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31656
67060746
AC
316572012-11-24 Adam Conrad <adconrad@0c3.net>
31658
31659 * configure.in: Autodetect C++ header directories.
31660 * configure: Regenerated.
31661
800938a1
MF
316622012-11-23 Mike Frysinger <vapier@gentoo.org>
31663
31664 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31665
4e6e34e6
AS
316662012-11-23 Andreas Schwab <schwab@linux-m68k.org>
31667
31668 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31669
7c7feb47
JM
316702012-11-22 Joseph Myers <joseph@codesourcery.com>
31671
7184dcdf
JM
31672 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31673 LDBL_MANT_DIG == 106]: Disable some tests.
31674 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31675 Likewise.
31676 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31677 Likewise.
31678
0a42601f
JM
31679 [BZ #14871]
31680 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31681 input for small inputs. Return +/- pi/2 for large inputs.
31682 * math/libm-test.inc (atan_test): Add more tests.
31683
79c9b9fe
JM
31684 * sysdeps/generic/unwind-dw2-fde-glibc.c
31685 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31686 __attribute__ ((unused)).
31687
c60d3bf2
JM
31688 [BZ #14645]
31689 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31690 x * y if x and y are nonzero and z is zero.
31691
ef1e0867
JM
31692 [BZ #14811]
31693 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31694 nonzero exponents with absolute value below 0x1p-117 to +/-
31695 0x1p-117.
31696
1468ded3
JM
31697 [BZ #14869]
31698 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31699 up arguments below 2**-450, not just those below 2**-500.
31700 * math/libm-test.inc (hypot_test): Add another test.
31701
8e27e3cc
JM
31702 [BZ #14868]
31703 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31704 Return a+b for ratio over 2**120, not 2**60.
31705 * math/libm-test.inc (hypot_test): Add another test.
31706
c9c0279b
JM
31707 * math/libm-test.inc (clog_test): Use
31708 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31709 (clog10_test): Likewise.
31710
7c7feb47
JM
31711 [BZ #6778]
31712 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31713
fff1530e
AS
317142012-11-22 Andreas Schwab <schwab@suse.de>
31715
31716 * sysdeps/i386/fpu/libm-test-ulps: Update.
31717
94558d30
PT
317182012-11-22 Pino Toscano <toscano.pino@tiscali.it>
31719
31720 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31721 printf output with newline.
31722
7e1be741
L
317232012-11-21 H.J. Lu <hongjiu.lu@intel.com>
31724
6bfea974
L
31725 [BZ #14865]
31726 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31727 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31728 -z nodlopen, -z initfirst and -z execstack support.
31729 * configure: Regenerated.
31730
7e1be741
L
31731 * elf/elf.h (DF_1_NODIRECT): New macro.
31732 (DF_1_IGNMULDEF): Likewise.
31733 (DF_1_NOKSYMS): Likewise.
31734 (DF_1_NOHDR): Likewise.
31735 (DF_1_EDITED): Likewise.
31736 (DF_1_NORELOC): Likewise.
31737 (DF_1_SYMINTPOSE): Likewise.
31738 (DF_1_GLOBAUDIT): Likewise.
31739 (DF_1_SINGLETON): Likewise.
31740 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31741 DT_1_SUPPORTED_MASK bits.
31742 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31743
105ce2ce
CD
317442012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
31745
31746 * sysdeps/unix/make-syscalls.sh: Document prefixes.
31747
123be9de
TS
317482012-11-20 Thomas Schwinge <thomas@codesourcery.com>
31749
d072f3f7
TS
31750 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31751 macro.
31752
123be9de
TS
31753 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31754 (sendmmsg): Move declarations...
31755 * socket/sys/socket.h: ... here.
31756 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31757 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31758 include it from...
31759 * socket/recvmmsg.c: ... this new file.
31760 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31761 (sendmmsg): Rename to __sendmmsg, create weak alias and make
31762 definition of __sendmmsg hidden.
31763 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31764 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31765 Move ENOSYS stub into and include it from...
31766 * socket/sendmmsg.c: ... this new file.
31767 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31768 (sysdep_routines): Move recvmmsg and sendmmsg...
31769 * socket/Makefile (routines): ... here.
31770 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31771 (GLIBC_PRIVATE): Add __sendmmsg.
31772 * include/sys/socket.h (__sendmmsg): Add declarations.
31773 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31774 sendmmsg.
31775
cf9a5d18
JM
317762012-11-20 Joseph Myers <joseph@codesourcery.com>
31777
31778 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31779 variable I1 with __attribute__ ((unused)).
31780 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31781
ecd4caf9
JM
317822012-11-19 Joseph Myers <joseph@codesourcery.com>
31783
be14d48f
JM
31784 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31785 DUMMY variables with __attribute__ ((unused)).
31786
ecd4caf9
JM
31787 * bits/byteswap.h: Include <bits/types.h>.
31788 (__bswap_64): Use __uint64_t instead of unsigned long long int.
31789
986cab95
PT
317902012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31791
31792 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31793 string_t. Do not manually set errno.
31794 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31795 length with __strnlen. Make sure to both set errno and return it on
31796 failure.
31797
6d33cc9d
DM
317982012-11-19 David S. Miller <davem@davemloft.net>
31799
31800 With help from Joseph Myers.
31801 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31802 very large arguments properly.
31803 * math/libm-test.inc (atan_test): New tests.
31804 (atan2_test): New tests.
31805 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31806 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31807
ee663277
JM
318082012-11-19 Joseph Myers <joseph@codesourcery.com>
31809
877f2d8e
JM
31810 [BZ #14856]
31811 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31812 Define to 3.
31813
116fc08a
JM
31814 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31815 [POSIX] (EADDRNOTAVAIL): Likewise.
31816 [POSIX] (EAFNOSUPPORT): Likewise.
31817 [POSIX] (EALREADY): Likewise.
31818 [POSIX] (ECONNABORTED): Likewise.
31819 [POSIX] (ECONNREFUSED): Likewise.
31820 [POSIX] (ECONNRESET): Likewise.
31821 [POSIX] (EDESTADDRREQ): Likewise.
31822 [POSIX] (EDQUOT): Likewise.
31823 [POSIX] (EHOSTUNREACH): Likewise.
31824 [POSIX] (EIDRM): Likewise.
31825 [POSIX] (EISCONN): Likewise.
31826 [POSIX] (ELOOP): Likewise.
31827 [POSIX] (EMULTIHOP): Likewise.
31828 [POSIX] (ENETDOWN): Likewise.
31829 [POSIX] (ENETUNREACH): Likewise.
31830 [POSIX] (ENOBUFS): Likewise.
31831 [POSIX] (ENODATA): Likewise.
31832 [POSIX] (ENOLINK): Likewise.
31833 [POSIX] (ENOMSG): Likewise.
31834 [POSIX] (ENOPROTOOPT): Likewise.
31835 [POSIX] (ENOSR): Likewise.
31836 [POSIX] (ENOSTR): Likewise.
31837 [POSIX] (ENOTCONN): Likewise.
31838 [POSIX] (ENOTSOCK): Likewise.
31839 [POSIX] (EOPNOTSUPP): Likewise.
31840 [POSIX] (EOVERFLOW): Likewise.
31841 [POSIX] (EPROTO): Likewise.
31842 [POSIX] (EPROTONOSUPPORT): Likewise.
31843 [POSIX] (EPROTOTYPE): Likewise.
31844 [POSIX] (ESTALE): Likewise.
31845 [POSIX] (ETIME): Likewise.
31846 [POSIX] (ETXTBSY): Likewise.
31847 [POSIX] (EWOULDBLOCK): Likewise.
31848 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31849 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31850 [POSIX] (SEEK_CUR): Likewise.
31851 [POSIX] (SEEK_END): Likewise.
31852 [POSIX || UNIX98] (mode_t): Do not require.
31853 [POSIX] (off_t): Likewise.
31854 [POSIX] (pid_t): Likewise.
31855 [POSIX] (sys/stat.h): Do not allow header.
31856 [POSIX] (unistd.h): Likewise.
31857 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31858 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31859 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31860 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31861 require.
31862 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31863 sigevent): Specify elements.
31864 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31865 entry.
31866 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31867 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31868
a483863f
JM
31869 * conform/data/cpio.h-data [POSIX]: Disable whole file.
31870 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31871 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31872 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31873 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31874 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31875 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31876 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31877 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31878 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31879 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31880 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31881 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31882 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31883 Likewise.
31884 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31885 Likewise.
31886 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31887 Likewise.
31888 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31889 Likewise.
31890 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31891 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31892 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31893 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31894 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31895 Specify lower bound on value.
31896 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31897 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31898 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31899 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31900 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31901 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31902 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31903 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31904 value.
31905 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31906 as optional.
31907 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31908 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31909 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31910 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31911 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31912 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31913 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31914 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31915 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31916 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31917 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31918 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31919 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31920 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31921 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31922 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31923 entry.
31924 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31925 optional.
31926 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31927 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31928 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31929 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31930 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31931 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31932 Likewise.
31933 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31934 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31935 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31936 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31937 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
31938 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31939 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31940 as optional.
31941 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31942 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31943 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31944 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31945 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31946 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31947 specify as optional.
31948 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31949 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31950 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31951 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31952 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31953 [XPG3] (NL_LANGMAX): Likewise.
31954 [POSIX || XPG3] (NL_MSGMAX): Likewise.
31955 [POSIX || XPG3] (NL_NMAX): Likewise.
31956 [POSIX || XPG3] (NL_SETMAX): Likewise.
31957 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31958 [XPG3] (NZERO): Likewise.
31959 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31960 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31961 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31962 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31963 (REG_ERANGE): Expect.
31964 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31965 optional-constant.
31966 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31967 Use (void) in prototype.
31968 [POSIX] (*_t): Allow.
31969 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31970 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31971 (WRDE_BADVAL): Expect.
31972
5ba924e3
JM
31973 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31974 expect.
31975 [XPG3 || XPG4] (O_RSYNC): Likewise.
31976 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31977 Likewise.
31978 [XPG3 || XPG4] (pthread_sigmask): Likewise.
31979 [XPG3 || XPG4] (sigqueue): Likewise.
31980 [XPG3 || XPG4] (sigtimedwait): Likewise.
31981 [XPG3 || XPG4] (sigwaitinfo): Likewise.
31982 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31983 [XPG3 || XPG4] (vsnprintf): Likewise.
31984 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31985 Likewise.
31986 [XPG3 || XPG4] (blksize_t): Likewise.
31987 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31988 Likewise.
31989 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31990 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31991 [XPG3 || XPG4] (struct itimerspec): Likewise.
31992 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31993 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31994 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31995 [XPG3 || XPG4] (clockid_t): Likewise.
31996 [XPG3 || XPG4] (timer_t): Likewise.
31997 [XPG3 || XPG4] (clock_getres): Likewise.
31998 [XPG3 || XPG4] (clock_gettime): Likewise.
31999 [XPG3 || XPG4] (clock_settime): Likewise.
32000 [XPG3 || XPG4] (nanosleep): Likewise.
32001 [XPG3 || XPG4] (timer_create): Likewise.
32002 [XPG3 || XPG4] (timer_delete): Likewise.
32003 [XPG3 || XPG4] (timer_gettime): Likewise.
32004 [XPG3 || XPG4] (timer_getoverrun): Likewise.
32005 [XPG3 || XPG4] (timer_settime): Likewise.
32006 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32007 [XPG3 || XPG4] (getlogin_r): Likewise.
32008 [XPG3 || XPG4] (pread): Likewise.
32009 [XPG3 || XPG4] (pthread_atfork): Likewise.
32010 [XPG3 || XPG4] (pwrite): Likewise.
32011
ee663277
JM
32012 [BZ #14835]
32013 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32014 <bits/siginfo.h>.
32015
942caa16
PT
320162012-11-19 Pino Toscano <toscano.pino@tiscali.it>
32017
e19af380
PT
32018 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32019 finalizing MALLSTREAM.
32020
942caa16
PT
32021 * sysdeps/mach/hurd/syncfs.c: New file.
32022
cfde9b46
SP
320232012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32024
32025 [BZ #14719]
32026 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32027 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32028 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32029 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32030 (_nss_dns_gethostbyname4_r): Likewise.
32031 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32032 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32033
f6da27e5
PH
320342012-11-19 Peng Haitao <penght@cn.fujitsu.com>
32035
32036 [BZ #13763]
32037 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32038
6665d4a2
SM
320392012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
32040
1f51ee92
SM
32041 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32042 * elf/cache.c (print_entry): Print ",AArch64" for
32043 FLAG_AARCH64_LIB64
32044
6665d4a2
SM
32045 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32046 * elf/cache.c (print_entry): Print ",hard-float" for
32047 FLAG_ARM_LIBHF.
32048
05b227bd
DM
320492012-11-18 David S. Miller <davem@davemloft.net>
32050
32051 With help from Joseph Myers.
32052 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32053 cutoff to 2**-13.
32054 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32055 cutoff to 2**-25.
32056 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32057 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32058 small.
32059 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32060 * math/libm-test.inc (y0_test): New tests.
32061 (y1_test): New tests.
32062 * sysdeps/i386/fpu/libm-test-ulps: Update.
32063 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32064 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32065
786b0b67
AS
320662012-11-18 Andreas Schwab <schwab@linux-m68k.org>
32067
32068 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32069 64-bit targets.
32070 * configure: Regenerated.
32071
8e18b86d
DM
320722012-11-17 David S. Miller <davem@davemloft.net>
32073
32074 [BZ #14811]
32075 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32076 nonzero exponents with absolute value below 0x1p-128 to +/-
32077 0x1p-128.
32078
531f1ae0
JM
320792012-11-17 Joseph Myers <joseph@codesourcery.com>
32080
12df29e2
JM
32081 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32082
150dc1a0
JM
32083 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32084
531f1ae0
JM
32085 * posix/getconf-speclist.c: New file.
32086 * posix/posix-envs.def: Likewise.
32087 * posix/confstr.c (START_ENV_GROUP): New macro.
32088 (END_ENV_GROUP): Likewise.
32089 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32090 (KNOWN_PRESENT_ENV_STRING): Likewise.
32091 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32092 (UNKNOWN_ENVIRONMENT): Likewise.
32093 (confstr): Include posix-envs.def instead of handling
32094 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32095 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32096 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32097 (END_ENV_GROUP): Likewise.
32098 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32099 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32100 (UNKNOWN_ENVIRONMENT): Likewise.
32101 (__sysconf): Include posix-envs.def instead of handling associated
32102 cases directly here.
32103 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32104 preprocessing getconf-speclist.c rather than running getconf or
32105 generating empty file.
32106
a93f9cbc
PT
321072012-11-16 Pino Toscano <toscano.pino@tiscali.it>
32108
32109 * scripts/check-local-headers.sh: Ignore 'mach' headers.
32110
d64d9f87
AL
321112012-11-16 Andrej Lajovic <natrij@gmail.com>
32112
32113 [BZ #14672]
32114 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32115
447885eb
DM
321162012-11-16 David S. Miller <davem@davemloft.net>
32117
32118 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32119 smaller than LDBL_EPSILON/2.0L, just return xm1.
32120
bcbf9830
L
321212012-11-16 H.J. Lu <hongjiu.lu@intel.com>
32122
32123 * elf/tst-array1.c (init): Set constructor priority to 1000.
32124 (fini): Set destructor priority to 1000.
32125 * elf/tst-array2dep.c: Likewise.
32126
2b766585
SP
321272012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32128
32129 [BZ #11741]
32130 * libio/fileops.c (_IO_new_file_write): Correctly return error.
32131 (_IO_new_file_xsputn): Also return EOF if none of the input
32132 data was written when overflow failed.
32133 * libio/iopadn.c (_IO_padn): Likewise.
32134 * libio/iowpadn.c (_IO_wpadn): Likewise.
32135 * stdio-common/tst-put-error.c: Add copyright notice.
32136 (do_test): Add case for printing padded string.
32137 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32138 _IO_padn returned error.
32139 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32140 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32141 return EOF.
32142
b1848fde
SP
321432012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32144
32145 * libio/libioP.h: Add comment note that the references to C++
32146 bits are now obsolete.
32147
2fd89785
MS
321482012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32149
32150 * math/libm-test.inc (check_complex): Use asprintf.
32151
e3ea5409
JM
321522012-11-14 Joseph Myers <joseph@codesourcery.com>
32153
32154 * debug/pcprofiledump.c (print_version): Update copyright year.
32155 * malloc/memusagestat.c (print_version): Likewise.
32156
2e64d265
L
321572012-11-14 H.J. Lu <hongjiu.lu@intel.com>
32158
32159 [BZ #14831]
32160 * elf/Makefile (tests): Add tst-audit8.
32161 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32162 ($(objpfx)tst-audit8.out): New target.
32163 (tst-audit8-ENV): New variable.
32164 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32165 audit if l_reloc_result is NULL.
32166 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32167 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32168 * elf/tst-audit8.c: New file.
32169
c485e4d2
MS
321702012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32171
32172 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32173 * misc/Makefile (CFLAGS-select.c): Define.
32174 * posix/Makefile (CFLAGS-pause.c): Define.
32175
3a0d900a
DM
321762012-11-13 David S. Miller <davem@davemloft.net>
32177
32178 * crypt/Makefile: Move test targets after toplevel Rules
32179 inclusion. Grab any necessary sysdep routines when linking.
32180 * crypt/md5.c (md5_process_block): Remove define, we will always
32181 name it __md5_process_block.
32182 (md5_finish_ctx): Update md5_process_block call.
32183 (md5_stream): Likewise.
32184 (md5_process_bytes): Likewise.
32185 (md5_process_block): Rename to __md5_process_block and move to ...
32186 * crypt/md5-block.c: ... here.
32187 * crypt/sha256.c (sha256_process_block): Move to ...
32188 * crypt/sha256-block.c: ... here.
32189 * crypt/sha512.c (sha512_process_block): Move to ...
32190 * crypt/sha512-block.c: ... here.
32191 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32192 path.
32193 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32194 * sysdeps/sparc/sparc64/multiarch/Makefile
32195 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32196 crypt subdir.
32197 (localedef-aux): Add md5 crypto assembler when in locale subdir.
32198 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32199 multiarch changes.
32200 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32201 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32202 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32203 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32204 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32205 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32206 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32207 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32208 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32209 file.
32210 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32211 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32212 file.
32213 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32214
8ca89318
JM
322152012-11-13 Joseph Myers <joseph@codesourcery.com>
32216
e27d476a
JM
32217 * timezone/tzselect.ksh: Update from tzcode git revision
32218 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32219 * timezone/zdump.c: Likewise.
32220 * timezone/zic.c: Likewise.
32221 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32222 in TZVERSION setting, not $(PKGVERSION).
32223 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
32224 REPORT_BUGS_TO settings.
32225
8ca89318
JM
32226 [BZ #14838]
32227 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32228 macro.
32229
47594329
MS
322302012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32231
32232 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32233 detection to immediately after _FP_ROUND().
32234 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32235 bits are 0.
32236
640ac3f1
DM
322372012-11-11 David S. Miller <davem@davemloft.net>
32238
32239 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32240 inttypes.h
32241 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32242 __close rather than their public counterparts.
32243
3d2577bb
JM
322442012-11-10 Joseph Myers <joseph@codesourcery.com>
32245
32246 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32247 file.
32248 [UNIX98] (sem_timedwait): Do not expect.
32249 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32250 [XPG4 || UNIX98] (sockatmark): Do not expect.
32251 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32252 (clock_getcpuclockid): Do not expect.
32253 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32254 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32255 Do not expect.
32256 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32257 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32258 [UNIX98] (vwscanf): Likewise.
32259 [UNIX98] (vswscanf): Likewise.
32260
fb1ae1ee
JM
322612012-11-09 Joseph Myers <joseph@codesourcery.com>
32262
9ec6f8bd
JM
32263 * timezone/version.h: Remove file.
32264 * timezone/README: Do not refer to version.h.
32265 * timezone/Makefile ($(objpfx)zic.o): New dependency on
32266 $(objpfx)version.h.
32267 ($(objpfx)zdump.o): Likewise.
c3f81911 32268 ($(objpfx)version.h): New target.
9ec6f8bd 32269
0aa8f8a1
JM
32270 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32271 2012i.
32272 * timezone/README: Don't mention modification to tzselect.ksh.
32273 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32274 work on unmodified tzselect.ksh. Substitute version numbers in
32275 tzselect.ksh.
32276
4e87147f
JM
32277 * Makefile (format-me): Remove.
32278 (INSTALL): Adjust indentation. Use commands directly instead of
32279 using $(format-me).
32280
8b748aed
JM
32281 * aclocal.m4 (ACX_PKGVERSION): New macro.
32282 (ACX_BUGURL): Likewise.
32283 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32284 (PKGVERSION): New AC_DEFINE_UNQUOTED.
32285 (REPORT_BUGS_TO): Likewise.
32286 * configure: Regenerated.
32287 * config.h.in (PKGVERSION): New macro.
32288 (REPORT_BUGS_TO): Likewise.
32289 * config.make.in (PKGVERSION): New variable.
32290 (PKGVERSION_TEXI): Likewise.
32291 (REPORT_BUGS_TO): Likewise.
32292 (REPORT_BUGS_TEXI): Likewise.
32293 * Makefile (format-me): Use -I$(common-objpfx)manual.
32294 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32295 ($(common-objpfx)manual/%): New target.
32296 (manual/%): Remove target.
32297 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32298 (print_version): Use PKGVERSION.
32299 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32300 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32301 and REPORT_BUGS_TO.
32302 ($(objpfx)xtrace): Likewise.
32303 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32304 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32305 (print_version): Use PKGVERSION.
32306 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32307 (do_version): Use PKGVERSION.
32308 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32309 REPORT_BUGS_TO.
32310 (common-ldd-rewrite): Likewise.
32311 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32312 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32313 (print_version): Use PKGVERSION.
32314 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32315 * elf/pldd.c (argp_program_bug_address): Remove variable.
32316 (more_help): New function.
32317 (argp): Use more_help.
32318 (print_version): Use PKGVERSION.
32319 * elf/sln.c (main): Use PKGVERSION.
32320 (usage): Use REPORT_BUGS_TO.
32321 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32322 (top level): Use PKGVERSION.
32323 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32324 (print_version): Use PKGVERSION.
32325 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32326 (print_version): Use PKGVERSION.
32327 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32328 (print_version): Use PKGVERSION.
32329 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32330 (print_version): Use PKGVERSION.
32331 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32332 (print_version): Use PKGVERSION.
32333 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32334 (print_version): Use PKGVERSION.
32335 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32336 and BUGURL.
32337 ($(objpfx)memusage): Likewise.
32338 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32339 (do_version): Use PKGVERSION.
32340 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32341 (print_version): Use PKGVERSION.
32342 * malloc/mtrace.pl ($PACKAGE): Remove variable.
32343 ($PKGVERSION): New variable.
32344 ($REPORT_BUGS_TO): Likewise.
32345 (usage): Use $REPORT_BUGS_TO.
32346 (top level): Use $PKGVERSION.
32347 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32348 ($(objpfx)pkgvers.texi): New rule.
32349 ($(objpfx)stamp-pkgvers): Likewise.
32350 * manual/install.texi: Include pkgvers.texi.
32351 (--with-pkgversion): Document new configure option.
32352 (--with-bugurl): Likewise.
32353 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32354 than necessarily for this particular distribution. Use
32355 REPORT_BUGS_TO for where to report bugs.
32356 * INSTALL: Regenerated.
32357 * manual/libc.texinfo: Include pkgvers.texi.
32358 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32359 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32360 (print_version): Use PKGVERSION.
32361 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32362 (print_version): Use PKGVERSION.
32363 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32364 (print_version): Use PKGVERSION.
32365 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32366 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32367 macro.
32368 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32369 (print_version): Use PKGVERSION.
32370 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32371 (print_version): Use PKGVERSION.
32372 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32373 and PKGVERSION.
32374
92e4b6a9
JM
32375 * timezone/checktab.awk: Update from tzcode 2012i.
32376 * timezone/ialloc.c: Likewise.
32377 * timezone/private.h: Likewise.
32378 * timezone/scheck.c: Likewise.
32379 * timezone/tzfile.h: Likewise.
32380 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32381 (TZVERSION): Hardcode tzcode version number.
32382 * timezone/zdump.c: Update from tzcode 2012i.
32383 * timezone/zic.c: Likewise.
32384 * timezone/version.h: New file.
32385 * timezone/README: Describe version.h. Update upstream location.
32386
9bde902c
JM
32387 [BZ #14824]
32388 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32389 (mktemp): Enable declaration.
32390 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32391 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32392 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32393 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32394 Likewise.
32395 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32396 Likewise.
32397 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32398 Likewise.
32399 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32400 Likewise.
32401 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32402 Likewise.
32403 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32404 Likewise.
32405
fb1ae1ee
JM
32406 [BZ #14821]
32407 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32408 offset in buffer as u_int32_t not u_long. Consistently use memcpy
32409 for copies of such integer values.
32410 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32411 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32412
2c1adbcb
AJ
324132012-11-09 Andreas Jaeger <aj@suse.de>
32414
32415 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32416 definitions and declarations that are provided by
32417 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32418
d0f8457e
AK
324192012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32420
3a235abb 32421 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
32422 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32423 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32424 definition.
32425
57241e26
MS
324262012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32427
32428 * elf/elf.h: Update comment before AArch64 relocations.
32429
60e8270d
DM
324302012-11-07 David S. Miller <davem@davemloft.net>
32431
32432 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32433 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32434 (__start_context): Declare.
32435 (__makecontext_ret): Delete.
32436 (__makecontext): Hook up __start_context instead of
32437 __makecontext_ret.
32438 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32439 (sysdep_routines): Add __start_context when in stdlib.
32440
0fbb0fbc
JM
324412012-11-07 Joseph Myers <joseph@codesourcery.com>
32442
32443 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32444 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32445 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
32446 hardcoded "nm".
32447 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
32448 (READELF): New variable. Use it instead of hardcoded "readelf".
32449
eb48db7e
L
324502012-11-07 H.J. Lu <hongjiu.lu@intel.com>
32451
32452 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32453 * sysdeps/x86/Makefile: Here.
32454 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32455 * sysdeps/x86/tst-xmmymm.sh: This.
32456
05bcf62a
JM
324572012-11-07 Joseph Myers <joseph@codesourcery.com>
32458
c4b6cf53
JM
32459 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32460 expectations.
32461 [UNIX98] (pthread_barrier_t): Do not expect.
32462 [UNIX98] (pthread_barrierattr_t): Likewise.
32463 [UNIX98] (pthread_spinlock_t): Likewise.
32464 [UNIX98] (pthread_barrier_destroy): Likewise.
32465 [UNIX98] (pthread_barrier_init): Likewise.
32466 [UNIX98] (pthread_barrier_wait): Likewise.
32467 [UNIX98] (pthread_barrierattr_destroy): Likewise.
32468 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32469 [UNIX98] (pthread_barrierattr_init): Likewise.
32470 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32471 [UNIX98] (pthread_getcpuclockid): Likewise.
32472 [UNIX98] (pthread_mutex_timedlock): Likewise.
32473 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32474 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32475 [UNIX98] (pthread_sigmask): Likewise.
32476 [UNIX98] (pthread_spin_destroy): Likewise.
32477 [UNIX98] (pthread_spin_init): Likewise.
32478 [UNIX98] (pthread_spin_lock): Likewise.
32479 [UNIX98] (pthread_spin_trylock): Likewise.
32480 [UNIX98] (pthread_spin_unlock): Likewise.
32481 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32482 Do not expect.
32483 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32484 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32485 [XPG3 || XPG4] (pthread_cond_t): Likewise.
32486 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32487 [XPG3 || XPG4] (pthread_key_t): Likewise.
32488 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32489 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32490 [XPG3 || XPG4] (pthread_once_t): Likewise.
32491 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32492 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32493 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32494 [XPG3 || XPG4] (pthread_t): Likewise.
32495
cbe6e120
JM
32496 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32497 not expect.
32498 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32499
1b126443
JM
32500 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32501 Change function return type to int.
32502
b961a573
JM
32503 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32504 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32505 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32506 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32507 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32508 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32509 [!POSIX] (posix_madvise): Likewise.
32510 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32511 && !UNIX98].
32512 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32513 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32514 (mode_t): Likewise.
32515 (posix_mem_offset): Likewise.
32516 (posix_typed_mem_get_info): Likewise.
32517 (posix_typed_mem_open): Likewise.
32518
9e188909
JM
32519 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32520 Change condition to [XOPEN2K8].
32521
05bcf62a
JM
32522 * conform/conformtest.pl: Preprocess allow-header data with -x c
32523 instead of from stdin.
32524 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32525 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32526 [C99-based standards] (cerfc): Likewise.
32527 [C99-based standards] (cexp2): Likewise.
32528 [C99-based standards] (cexpm1): Likewise.
32529 [C99-based standards] (clog10): Likewise.
32530 [C99-based standards] (clog1p): Likewise.
32531 [C99-based standards] (clog2): Likewise.
32532 [C99-based standards] (clgamma): Likewise.
32533 [C99-based standards] (ctgamma): Likewise.
32534 [C99-based standards] (cerff): Likewise.
32535 [C99-based standards] (cerfcf): Likewise.
32536 [C99-based standards] (cexp2f): Likewise.
32537 [C99-based standards] (cexpm1f): Likewise.
32538 [C99-based standards] (clog10f): Likewise.
32539 [C99-based standards] (clog1pf): Likewise.
32540 [C99-based standards] (clog2f): Likewise.
32541 [C99-based standards] (clgammaf): Likewise.
32542 [C99-based standards] (ctgammaf): Likewise.
32543 [C99-based standards] (cerfl): Likewise.
32544 [C99-based standards] (cerfcl): Likewise.
32545 [C99-based standards] (cexp2l): Likewise.
32546 [C99-based standards] (cexpm1l): Likewise.
32547 [C99-based standards] (clog10l): Likewise.
32548 [C99-based standards] (clog1pl): Likewise.
32549 [C99-based standards] (clog2l): Likewise.
32550 [C99-based standards] (clgammal): Likewise.
32551 [C99-based standards] (ctgammal): Likewise.
32552 * conform/data/inttypes.h-data [C99-based standards]: Include
32553 stdint.h-data. Remove all expectations for stdint.h contents.
32554 [C99-based standards] (PRI*): Do not allow.
32555 [C99-based standards] (SCN*): Likewise.
32556 [C99-based standards] (*_t): Likewise.
32557 [C99-based-standards] (PRId8): Expect macro.
32558 [C99-based-standards] (PRIi8): Likewise.
32559 [C99-based-standards] (PRIo8): Likewise.
32560 [C99-based-standards] (PRIu8): Likewise.
32561 [C99-based-standards] (PRIx8): Likewise.
32562 [C99-based-standards] (PRIX8): Likewise.
32563 [C99-based-standards] (SCNd8): Likewise.
32564 [C99-based-standards] (SCNi8): Likewise.
32565 [C99-based-standards] (SCNo8): Likewise.
32566 [C99-based-standards] (SCNu8): Likewise.
32567 [C99-based-standards] (SCNx8): Likewise.
32568 [C99-based-standards] (PRIdLEAST8): Likewise.
32569 [C99-based-standards] (PRIiLEAST8): Likewise.
32570 [C99-based-standards] (PRIoLEAST8): Likewise.
32571 [C99-based-standards] (PRIuLEAST8): Likewise.
32572 [C99-based-standards] (PRIxLEAST8): Likewise.
32573 [C99-based-standards] (PRIXLEAST8): Likewise.
32574 [C99-based-standards] (SCNdLEAST8): Likewise.
32575 [C99-based-standards] (SCNiLEAST8): Likewise.
32576 [C99-based-standards] (SCNoLEAST8): Likewise.
32577 [C99-based-standards] (SCNuLEAST8): Likewise.
32578 [C99-based-standards] (SCNxLEAST8): Likewise.
32579 [C99-based-standards] (PRIdFAST8): Likewise.
32580 [C99-based-standards] (PRIiFAST8): Likewise.
32581 [C99-based-standards] (PRIoFAST8): Likewise.
32582 [C99-based-standards] (PRIuFAST8): Likewise.
32583 [C99-based-standards] (PRIxFAST8): Likewise.
32584 [C99-based-standards] (PRIXFAST8): Likewise.
32585 [C99-based-standards] (SCNdFAST8): Likewise.
32586 [C99-based-standards] (SCNiFAST8): Likewise.
32587 [C99-based-standards] (SCNoFAST8): Likewise.
32588 [C99-based-standards] (SCNuFAST8): Likewise.
32589 [C99-based-standards] (SCNxFAST8): Likewise.
32590 [C99-based-standards] (PRId16): Likewise.
32591 [C99-based-standards] (PRIi16): Likewise.
32592 [C99-based-standards] (PRIo16): Likewise.
32593 [C99-based-standards] (PRIu16): Likewise.
32594 [C99-based-standards] (PRIx16): Likewise.
32595 [C99-based-standards] (PRIX16): Likewise.
32596 [C99-based-standards] (SCNd16): Likewise.
32597 [C99-based-standards] (SCNi16): Likewise.
32598 [C99-based-standards] (SCNo16): Likewise.
32599 [C99-based-standards] (SCNu16): Likewise.
32600 [C99-based-standards] (SCNx16): Likewise.
32601 [C99-based-standards] (PRIdLEAST16): Likewise.
32602 [C99-based-standards] (PRIiLEAST16): Likewise.
32603 [C99-based-standards] (PRIoLEAST16): Likewise.
32604 [C99-based-standards] (PRIuLEAST16): Likewise.
32605 [C99-based-standards] (PRIxLEAST16): Likewise.
32606 [C99-based-standards] (PRIXLEAST16): Likewise.
32607 [C99-based-standards] (SCNdLEAST16): Likewise.
32608 [C99-based-standards] (SCNiLEAST16): Likewise.
32609 [C99-based-standards] (SCNoLEAST16): Likewise.
32610 [C99-based-standards] (SCNuLEAST16): Likewise.
32611 [C99-based-standards] (SCNxLEAST16): Likewise.
32612 [C99-based-standards] (PRIdFAST16): Likewise.
32613 [C99-based-standards] (PRIiFAST16): Likewise.
32614 [C99-based-standards] (PRIoFAST16): Likewise.
32615 [C99-based-standards] (PRIuFAST16): Likewise.
32616 [C99-based-standards] (PRIxFAST16): Likewise.
32617 [C99-based-standards] (PRIXFAST16): Likewise.
32618 [C99-based-standards] (SCNdFAST16): Likewise.
32619 [C99-based-standards] (SCNiFAST16): Likewise.
32620 [C99-based-standards] (SCNoFAST16): Likewise.
32621 [C99-based-standards] (SCNuFAST16): Likewise.
32622 [C99-based-standards] (SCNxFAST16): Likewise.
32623 [C99-based-standards] (PRId32): Likewise.
32624 [C99-based-standards] (PRIi32): Likewise.
32625 [C99-based-standards] (PRIo32): Likewise.
32626 [C99-based-standards] (PRIu32): Likewise.
32627 [C99-based-standards] (PRIx32): Likewise.
32628 [C99-based-standards] (PRIX32): Likewise.
32629 [C99-based-standards] (SCNd32): Likewise.
32630 [C99-based-standards] (SCNi32): Likewise.
32631 [C99-based-standards] (SCNo32): Likewise.
32632 [C99-based-standards] (SCNu32): Likewise.
32633 [C99-based-standards] (SCNx32): Likewise.
32634 [C99-based-standards] (PRIdLEAST32): Likewise.
32635 [C99-based-standards] (PRIiLEAST32): Likewise.
32636 [C99-based-standards] (PRIoLEAST32): Likewise.
32637 [C99-based-standards] (PRIuLEAST32): Likewise.
32638 [C99-based-standards] (PRIxLEAST32): Likewise.
32639 [C99-based-standards] (PRIXLEAST32): Likewise.
32640 [C99-based-standards] (SCNdLEAST32): Likewise.
32641 [C99-based-standards] (SCNiLEAST32): Likewise.
32642 [C99-based-standards] (SCNoLEAST32): Likewise.
32643 [C99-based-standards] (SCNuLEAST32): Likewise.
32644 [C99-based-standards] (SCNxLEAST32): Likewise.
32645 [C99-based-standards] (PRIdFAST32): Likewise.
32646 [C99-based-standards] (PRIiFAST32): Likewise.
32647 [C99-based-standards] (PRIoFAST32): Likewise.
32648 [C99-based-standards] (PRIuFAST32): Likewise.
32649 [C99-based-standards] (PRIxFAST32): Likewise.
32650 [C99-based-standards] (PRIXFAST32): Likewise.
32651 [C99-based-standards] (SCNdFAST32): Likewise.
32652 [C99-based-standards] (SCNiFAST32): Likewise.
32653 [C99-based-standards] (SCNoFAST32): Likewise.
32654 [C99-based-standards] (SCNuFAST32): Likewise.
32655 [C99-based-standards] (SCNxFAST32): Likewise.
32656 [C99-based-standards] (PRId64): Likewise.
32657 [C99-based-standards] (PRIi64): Likewise.
32658 [C99-based-standards] (PRIo64): Likewise.
32659 [C99-based-standards] (PRIu64): Likewise.
32660 [C99-based-standards] (PRIx64): Likewise.
32661 [C99-based-standards] (PRIX64): Likewise.
32662 [C99-based-standards] (SCNd64): Likewise.
32663 [C99-based-standards] (SCNi64): Likewise.
32664 [C99-based-standards] (SCNo64): Likewise.
32665 [C99-based-standards] (SCNu64): Likewise.
32666 [C99-based-standards] (SCNx64): Likewise.
32667 [C99-based-standards] (PRIdLEAST64): Likewise.
32668 [C99-based-standards] (PRIiLEAST64): Likewise.
32669 [C99-based-standards] (PRIoLEAST64): Likewise.
32670 [C99-based-standards] (PRIuLEAST64): Likewise.
32671 [C99-based-standards] (PRIxLEAST64): Likewise.
32672 [C99-based-standards] (PRIXLEAST64): Likewise.
32673 [C99-based-standards] (SCNdLEAST64): Likewise.
32674 [C99-based-standards] (SCNiLEAST64): Likewise.
32675 [C99-based-standards] (SCNoLEAST64): Likewise.
32676 [C99-based-standards] (SCNuLEAST64): Likewise.
32677 [C99-based-standards] (SCNxLEAST64): Likewise.
32678 [C99-based-standards] (PRIdFAST64): Likewise.
32679 [C99-based-standards] (PRIiFAST64): Likewise.
32680 [C99-based-standards] (PRIoFAST64): Likewise.
32681 [C99-based-standards] (PRIuFAST64): Likewise.
32682 [C99-based-standards] (PRIxFAST64): Likewise.
32683 [C99-based-standards] (PRIXFAST64): Likewise.
32684 [C99-based-standards] (SCNdFAST64): Likewise.
32685 [C99-based-standards] (SCNiFAST64): Likewise.
32686 [C99-based-standards] (SCNoFAST64): Likewise.
32687 [C99-based-standards] (SCNuFAST64): Likewise.
32688 [C99-based-standards] (SCNxFAST64): Likewise.
32689 [C99-based-standards] (PRIdMAX): Likewise.
32690 [C99-based-standards] (PRIiMAX): Likewise.
32691 [C99-based-standards] (PRIoMAX): Likewise.
32692 [C99-based-standards] (PRIuMAX): Likewise.
32693 [C99-based-standards] (PRIxMAX): Likewise.
32694 [C99-based-standards] (PRIXMAX): Likewise.
32695 [C99-based-standards] (SCNdMAX): Likewise.
32696 [C99-based-standards] (SCNiMAX): Likewise.
32697 [C99-based-standards] (SCNoMAX): Likewise.
32698 [C99-based-standards] (SCNuMAX): Likewise.
32699 [C99-based-standards] (SCNxMAX): Likewise.
32700 [C99-based-standards] (PRIdPTR): Likewise.
32701 [C99-based-standards] (PRIiPTR): Likewise.
32702 [C99-based-standards] (PRIoPTR): Likewise.
32703 [C99-based-standards] (PRIuPTR): Likewise.
32704 [C99-based-standards] (PRIxPTR): Likewise.
32705 [C99-based-standards] (PRIXPTR): Likewise.
32706 [C99-based-standards] (SCNdPTR): Likewise.
32707 [C99-based-standards] (SCNiPTR): Likewise.
32708 [C99-based-standards] (SCNoPTR): Likewise.
32709 [C99-based-standards] (SCNuPTR): Likewise.
32710 [C99-based-standards] (SCNxPTR): Likewise.
32711 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32712 allow.
32713 * conform/data/stdint.h-data: Update comments to clarify
32714 requirements.
32715 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
32716 type.
32717 [C99-based standards] (INT8_MAX): Likewise.
32718 [C99-based standards] (INT16_MIN): Likewise.
32719 [C99-based standards] (INT16_MAX): Likewise.
32720 [C99-based standards] (INT32_MIN): Likewise.
32721 [C99-based standards] (INT32_MAX): Likewise.
32722 [C99-based standards] (INT64_MIN): Likewise.
32723 [C99-based standards] (INT64_MAX): Likewise.
32724 [C99-based standards] (UINT8_MAX): Likewise.
32725 [C99-based standards] (UINT16_MAX): Likewise.
32726 [C99-based standards] (UINT32_MAX): Likewise.
32727 [C99-based standards] (UINT64_MAX): Likewise.
32728 [C99-based standards] (INT_LEAST8_MIN): Likewise.
32729 [C99-based standards] (INT_LEAST8_MAX): Likewise.
32730 [C99-based standards] (INT_LEAST16_MIN): Likewise.
32731 [C99-based standards] (INT_LEAST16_MAX): Likewise.
32732 [C99-based standards] (INT_LEAST32_MIN): Likewise.
32733 [C99-based standards] (INT_LEAST32_MAX): Likewise.
32734 [C99-based standards] (INT_LEAST64_MIN): Likewise.
32735 [C99-based standards] (INT_LEAST64_MAX): Likewise.
32736 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32737 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32738 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32739 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32740 [C99-based standards] (INT_FAST8_MIN): Likewise.
32741 [C99-based standards] (INT_FAST8_MAX): Likewise.
32742 [C99-based standards] (INT_FAST16_MIN): Likewise.
32743 [C99-based standards] (INT_FAST16_MAX): Likewise.
32744 [C99-based standards] (INT_FAST32_MIN): Likewise.
32745 [C99-based standards] (INT_FAST32_MAX): Likewise.
32746 [C99-based standards] (INT_FAST64_MIN): Likewise.
32747 [C99-based standards] (INT_FAST64_MAX): Likewise.
32748 [C99-based standards] (UINT_FAST8_MAX): Likewise.
32749 [C99-based standards] (UINT_FAST16_MAX): Likewise.
32750 [C99-based standards] (UINT_FAST32_MAX): Likewise.
32751 [C99-based standards] (UINT_FAST64_MAX): Likewise.
32752 [C99-based standards] (INTPTR_MIN): Likewise.
32753 [C99-based standards] (INTPTR_MAX): Likewise.
32754 [C99-based standards] (UINTPTR_MAX): Likewise.
32755 [C99-based standards] (INTMAX_MIN): Likewise.
32756 [C99-based standards] (INTMAX_MAX): Likewise.
32757 [C99-based standards] (UINTMAX_MAX): Likewise.
32758 [C99-based standards] (PTRDIFF_MIN): Likewise.
32759 [C99-based standards] (PTRDIFF_MAX): Likewise.
32760 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32761 [C99-based standards] (SIZE_MAX): Likewise.
32762 [C99-based standards] (WCHAR_MAX): Likewise.
32763 [C99-based standards] (WINT_MAX): Likewise.
32764 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
32765 constraint on value.
32766 [C99-based standards] (WCHAR_MIN): Likewise.
32767 [C99-based standards] (WINT_MIN): Likewise.
32768 [C99-based standards] (*_t): Allow.
32769 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32770 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32771 Include math.h-data and complex.h-data. Remove all expectations
32772 of math.h and complex.h contents.
32773 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32774 at end of line.
32775 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32776 (struct tm): Expect tag.
32777 [C99-based-standards] (wcstof): Expect function.
32778 [C99-based-standards] (wcstold): Likewise.
32779 [C99-based-standards] (wcstoll): Likewise.
32780 [C99-based-standards] (wcstoull): Likewise.
32781 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32782 macro-int-constant. Specify type.
32783 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
32784 constraint on value.
32785 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32786 Specify type.
32787 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32788 Specify value.
32789 [ISO C standards]: Do not allow headers.
32790 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32791 wcs[abcdefghijklmnopqrstuvwxyz]*.
32792 [ISO C standards] (*_t): Do not allow.
32793 * conform/data/wctype.h-data [C99-based standards] (iswblank):
32794 Expect function.
32795 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32796 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32797 Specify type.
32798 [ISO C standards]: Do not allow headers.
32799 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32800 is[abcdefghijklmnopqrstuvwxyz]*.
32801 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32802 to[abcdefghijklmnopqrstuvwxyz]*.
32803 [ISO C standards] (*_t): Do not allow.
32804 * conform/data/stdalign.h-data: New file.
32805 * conform/data/stdbool.h-data: Likewise.
32806 * conform/data/stdnoreturn.h-data: Likewise.
32807
7514feb8
RM
328082012-11-07 Roland McGrath <roland@hack.frob.com>
32809
32810 [BZ #14815]
32811 * manual/filesys.texi (Directory Entries): Typo fix.
32812 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32813
19b2ecfc
MS
328142012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32815
32816 * elf/elf.h (EM_AARCH64): New macro.
32817 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32818 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32819 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32820 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32821 (R_AARCH64_TLSDESC): Likewise.
32822 (NT_ARM_TLS): Likewise.
32823 (NT_ARM_HW_BREAK): Likewise.
32824 (NT_ARM_HW_WATCH): Likewise.
32825
60e235ee
JM
328262012-11-07 Joseph Myers <joseph@codesourcery.com>
32827
32828 [BZ #14811]
32829 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32830 (__ieee754_powl): Saturate nonzero exponents with absolute value
32831 below 0x1p-79 to +/- 0x1p-79.
32832 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32833 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32834 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32835 nonzero exponents with absolute value below 0x1p-32 to +/-
32836 0x1p-32.
32837 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32838 (__ieee754_powl): Saturate nonzero exponents with absolute value
32839 below 0x1p-79 to +/- 0x1p-79.
32840 * math/libm-test.inc (pow_test): Add more tests.
32841
0ab234b7
AK
328422012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32843
32844 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32845 _dl_s390_cap_flags with kernel. Increase string length.
32846 (_dl_s390_platforms): Add z196 and zEC12.
32847
45832f74
JM
328482012-11-07 Joseph Myers <joseph@codesourcery.com>
32849
32850 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32851 Change XOPEN21K to XOPEN2K.
32852
19218757
MK
328532012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
32854
32855 * string/memmove.c: Use memcpy when possible.
32856
c5f45721
AJ
328572012-11-06 Andreas Jaeger <aj@suse.de>
32858
32859 * po/eo.po: Update from translation team.
32860
82477c28
JM
328612012-11-06 Joseph Myers <joseph@codesourcery.com>
32862
32863 [BZ #14793]
32864 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32865 exponent and small x and y exponents, scale x or y up. Increase
32866 by 2 the exponent used in scaling up.
32867 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32868 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32869 * math/libm-test.inc (fma_test): Add more tests.
32870 (fma_test_towardzero): Likewise.
32871 (fma_test_downward): Likewise.
32872 (fma_test_upward): Likewise.
32873
99252c8c
JM
328742012-11-05 Joseph Myers <joseph@codesourcery.com>
32875
acfa885f
JM
32876 [BZ #14805]
32877 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32878 fenv_t *.
32879
99252c8c
JM
32880 [BZ #14801]
32881 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32882 namespace for names of struct fields.
32883 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32884 fenv_t fields.
32885 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32886 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32887
d6d98dea
ST
328882012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
32889
32890 [BZ #3665]
32891 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32892
e10bb107
TS
328932012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32894
32895 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32896 PTR_DEMANGLE.
32897
32898 [BZ #5246]
32899 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32900 PTR_DEMANGLE.
32901
a0c2940d
JM
329022012-11-04 Joseph Myers <joseph@codesourcery.com>
32903
32904 [BZ #14797]
32905 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32906 definitely overflow as x * y not x * y + z.
32907 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32908 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32909 * math/libm-test.inc (fma_test): Add more tests.
32910 (fma_test_towardzero): Likewise.
32911 (fma_test_downward): Likewise.
32912 (fma_test_upward): Likewise.
32913
b830319d
TS
329142012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32915
32916 [BZ #157]
32917
32918 * include/stub-tag.h: Remove file.
32919 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32920 '#include' of it.
32921 * manual/maint.texi (Porting): Don't reference it.
32922 * Makerules ($(objpfx)stubs): Likewise.
32923 * dirent/closedir.c: Don't include <stub-tag.h>.
32924 * dirent/dirfd.c: Likewise.
32925 * dirent/fdopendir.c: Likewise.
32926 * dirent/getdents.c: Likewise.
32927 * dirent/getdents64.c: Likewise.
32928 * dirent/opendir.c: Likewise.
32929 * dirent/readdir.c: Likewise.
32930 * dirent/readdir64.c: Likewise.
32931 * dirent/readdir64_r.c: Likewise.
32932 * dirent/readdir_r.c: Likewise.
32933 * dirent/rewinddir.c: Likewise.
32934 * dirent/seekdir.c: Likewise.
32935 * dirent/telldir.c: Likewise.
32936 * gmon/profil.c: Likewise.
32937 * grp/setgroups.c: Likewise.
32938 * inet/if_index.c: Likewise.
32939 * io/access.c: Likewise.
32940 * io/chdir.c: Likewise.
32941 * io/chmod.c: Likewise.
32942 * io/chown.c: Likewise.
32943 * io/close.c: Likewise.
32944 * io/dup.c: Likewise.
32945 * io/dup2.c: Likewise.
32946 * io/dup3.c: Likewise.
32947 * io/euidaccess.c: Likewise.
32948 * io/faccessat.c: Likewise.
32949 * io/fchdir.c: Likewise.
32950 * io/fchmod.c: Likewise.
32951 * io/fchmodat.c: Likewise.
32952 * io/fchown.c: Likewise.
32953 * io/fchownat.c: Likewise.
32954 * io/fcntl.c: Likewise.
32955 * io/flock.c: Likewise.
32956 * io/fstatfs.c: Likewise.
32957 * io/fstatfs64.c: Likewise.
32958 * io/fstatvfs.c: Likewise.
32959 * io/fstatvfs64.c: Likewise.
32960 * io/futimens.c: Likewise.
32961 * io/fxstat.c: Likewise.
32962 * io/fxstat64.c: Likewise.
32963 * io/fxstatat.c: Likewise.
32964 * io/fxstatat64.c: Likewise.
32965 * io/getcwd.c: Likewise.
32966 * io/isatty.c: Likewise.
32967 * io/lchmod.c: Likewise.
32968 * io/lchown.c: Likewise.
32969 * io/link.c: Likewise.
32970 * io/linkat.c: Likewise.
32971 * io/lseek.c: Likewise.
32972 * io/lseek64.c: Likewise.
32973 * io/lxstat64.c: Likewise.
32974 * io/mkdir.c: Likewise.
32975 * io/mkdirat.c: Likewise.
32976 * io/mkfifo.c: Likewise.
32977 * io/mkfifoat.c: Likewise.
32978 * io/open.c: Likewise.
32979 * io/open64.c: Likewise.
32980 * io/openat.c: Likewise.
32981 * io/openat64.c: Likewise.
32982 * io/pipe.c: Likewise.
32983 * io/pipe2.c: Likewise.
32984 * io/poll.c: Likewise.
32985 * io/posix_fadvise.c: Likewise.
32986 * io/posix_fadvise64.c: Likewise.
32987 * io/posix_fallocate.c: Likewise.
32988 * io/posix_fallocate64.c: Likewise.
32989 * io/read.c: Likewise.
32990 * io/readlink.c: Likewise.
32991 * io/readlinkat.c: Likewise.
32992 * io/rmdir.c: Likewise.
32993 * io/sendfile.c: Likewise.
32994 * io/sendfile64.c: Likewise.
32995 * io/statfs.c: Likewise.
32996 * io/statfs64.c: Likewise.
32997 * io/statvfs.c: Likewise.
32998 * io/statvfs64.c: Likewise.
32999 * io/symlink.c: Likewise.
33000 * io/symlinkat.c: Likewise.
33001 * io/ttyname.c: Likewise.
33002 * io/ttyname_r.c: Likewise.
33003 * io/umask.c: Likewise.
33004 * io/unlink.c: Likewise.
33005 * io/unlinkat.c: Likewise.
33006 * io/utime.c: Likewise.
33007 * io/utimensat.c: Likewise.
33008 * io/write.c: Likewise.
33009 * io/xmknod.c: Likewise.
33010 * io/xmknodat.c: Likewise.
33011 * io/xstat.c: Likewise.
33012 * io/xstat64.c: Likewise.
33013 * login/getpt.c: Likewise.
33014 * login/grantpt.c: Likewise.
33015 * login/unlockpt.c: Likewise.
33016 * math/e_acoshl.c: Likewise.
33017 * math/e_acosl.c: Likewise.
33018 * math/e_asinl.c: Likewise.
33019 * math/e_atan2l.c: Likewise.
33020 * math/e_atanhl.c: Likewise.
33021 * math/e_coshl.c: Likewise.
33022 * math/e_expl.c: Likewise.
33023 * math/e_fmodl.c: Likewise.
33024 * math/e_gammal_r.c: Likewise.
33025 * math/e_hypotl.c: Likewise.
33026 * math/e_j0l.c: Likewise.
33027 * math/e_j1l.c: Likewise.
33028 * math/e_jnl.c: Likewise.
33029 * math/e_lgammal_r.c: Likewise.
33030 * math/e_log10l.c: Likewise.
33031 * math/e_log2l.c: Likewise.
33032 * math/e_logl.c: Likewise.
33033 * math/e_powl.c: Likewise.
33034 * math/e_rem_pio2l.c: Likewise.
33035 * math/e_sinhl.c: Likewise.
33036 * math/e_sqrtl.c: Likewise.
33037 * math/fclrexcpt.c: Likewise.
33038 * math/fedisblxcpt.c: Likewise.
33039 * math/feenablxcpt.c: Likewise.
33040 * math/fegetenv.c: Likewise.
33041 * math/fegetexcept.c: Likewise.
33042 * math/fegetround.c: Likewise.
33043 * math/feholdexcpt.c: Likewise.
33044 * math/fesetenv.c: Likewise.
33045 * math/fesetround.c: Likewise.
33046 * math/feupdateenv.c: Likewise.
33047 * math/fgetexcptflg.c: Likewise.
33048 * math/fraiseexcpt.c: Likewise.
33049 * math/fsetexcptflg.c: Likewise.
33050 * math/ftestexcept.c: Likewise.
33051 * math/k_cosl.c: Likewise.
33052 * math/k_rem_pio2l.c: Likewise.
33053 * math/k_sinl.c: Likewise.
33054 * math/k_tanl.c: Likewise.
33055 * math/s_asinhl.c: Likewise.
33056 * math/s_atanl.c: Likewise.
33057 * math/s_cbrtl.c: Likewise.
33058 * math/s_erfl.c: Likewise.
33059 * math/s_expm1l.c: Likewise.
33060 * math/s_log1pl.c: Likewise.
33061 * math/s_tanhl.c: Likewise.
33062 * misc/acct.c: Likewise.
33063 * misc/brk.c: Likewise.
33064 * misc/chflags.c: Likewise.
33065 * misc/chroot.c: Likewise.
33066 * misc/fchflags.c: Likewise.
33067 * misc/fgetxattr.c: Likewise.
33068 * misc/flistxattr.c: Likewise.
33069 * misc/fremovexattr.c: Likewise.
33070 * misc/fsetxattr.c: Likewise.
33071 * misc/fsync.c: Likewise.
33072 * misc/ftruncate.c: Likewise.
33073 * misc/futimes.c: Likewise.
33074 * misc/futimesat.c: Likewise.
33075 * misc/getdomain.c: Likewise.
33076 * misc/getdtsz.c: Likewise.
33077 * misc/gethostid.c: Likewise.
33078 * misc/gethostname.c: Likewise.
33079 * misc/getloadavg.c: Likewise.
33080 * misc/getpagesize.c: Likewise.
33081 * misc/getsysstats.c: Likewise.
33082 * misc/getxattr.c: Likewise.
33083 * misc/gtty.c: Likewise.
33084 * misc/ioctl.c: Likewise.
33085 * misc/lgetxattr.c: Likewise.
33086 * misc/listxattr.c: Likewise.
33087 * misc/llistxattr.c: Likewise.
33088 * misc/lremovexattr.c: Likewise.
33089 * misc/lsetxattr.c: Likewise.
33090 * misc/lutimes.c: Likewise.
33091 * misc/madvise.c: Likewise.
33092 * misc/mincore.c: Likewise.
33093 * misc/mlock.c: Likewise.
33094 * misc/mlockall.c: Likewise.
33095 * misc/mmap.c: Likewise.
33096 * misc/mprotect.c: Likewise.
33097 * misc/msync.c: Likewise.
33098 * misc/munlock.c: Likewise.
33099 * misc/munlockall.c: Likewise.
33100 * misc/munmap.c: Likewise.
33101 * misc/preadv.c: Likewise.
33102 * misc/preadv64.c: Likewise.
33103 * misc/ptrace.c: Likewise.
33104 * misc/pwritev.c: Likewise.
33105 * misc/pwritev64.c: Likewise.
33106 * misc/readv.c: Likewise.
33107 * misc/reboot.c: Likewise.
33108 * misc/remap_file_pages.c: Likewise.
33109 * misc/removexattr.c: Likewise.
33110 * misc/revoke.c: Likewise.
33111 * misc/select.c: Likewise.
33112 * misc/setdomain.c: Likewise.
33113 * misc/setegid.c: Likewise.
33114 * misc/seteuid.c: Likewise.
33115 * misc/sethostid.c: Likewise.
33116 * misc/sethostname.c: Likewise.
33117 * misc/setregid.c: Likewise.
33118 * misc/setreuid.c: Likewise.
33119 * misc/setxattr.c: Likewise.
33120 * misc/sstk.c: Likewise.
33121 * misc/stty.c: Likewise.
33122 * misc/swapoff.c: Likewise.
33123 * misc/swapon.c: Likewise.
33124 * misc/sync.c: Likewise.
33125 * misc/syncfs.c: Likewise.
33126 * misc/syscall.c: Likewise.
33127 * misc/truncate.c: Likewise.
33128 * misc/ualarm.c: Likewise.
33129 * misc/usleep.c: Likewise.
33130 * misc/ustat.c: Likewise.
33131 * misc/utimes.c: Likewise.
33132 * misc/vhangup.c: Likewise.
33133 * misc/writev.c: Likewise.
33134 * posix/_exit.c: Likewise.
33135 * posix/alarm.c: Likewise.
33136 * posix/execve.c: Likewise.
33137 * posix/fexecve.c: Likewise.
33138 * posix/fork.c: Likewise.
33139 * posix/fpathconf.c: Likewise.
33140 * posix/getaddrinfo.c: Likewise.
33141 * posix/getegid.c: Likewise.
33142 * posix/geteuid.c: Likewise.
33143 * posix/getgid.c: Likewise.
33144 * posix/getgroups.c: Likewise.
33145 * posix/getlogin.c: Likewise.
33146 * posix/getlogin_r.c: Likewise.
33147 * posix/getpgid.c: Likewise.
33148 * posix/getpid.c: Likewise.
33149 * posix/getppid.c: Likewise.
33150 * posix/getresgid.c: Likewise.
33151 * posix/getresuid.c: Likewise.
33152 * posix/getsid.c: Likewise.
33153 * posix/getuid.c: Likewise.
33154 * posix/glob64.c: Likewise.
33155 * posix/nanosleep.c: Likewise.
33156 * posix/pathconf.c: Likewise.
33157 * posix/pause.c: Likewise.
33158 * posix/posix_madvise.c: Likewise.
33159 * posix/pread.c: Likewise.
33160 * posix/pread64.c: Likewise.
33161 * posix/pwrite.c: Likewise.
33162 * posix/pwrite64.c: Likewise.
33163 * posix/sched_getaffinity.c: Likewise.
33164 * posix/sched_getp.c: Likewise.
33165 * posix/sched_gets.c: Likewise.
33166 * posix/sched_primax.c: Likewise.
33167 * posix/sched_primin.c: Likewise.
33168 * posix/sched_rr_gi.c: Likewise.
33169 * posix/sched_setaffinity.c: Likewise.
33170 * posix/sched_setp.c: Likewise.
33171 * posix/sched_sets.c: Likewise.
33172 * posix/sched_yield.c: Likewise.
33173 * posix/setgid.c: Likewise.
33174 * posix/setlogin.c: Likewise.
33175 * posix/setpgid.c: Likewise.
33176 * posix/setresgid.c: Likewise.
33177 * posix/setresuid.c: Likewise.
33178 * posix/setsid.c: Likewise.
33179 * posix/setuid.c: Likewise.
33180 * posix/sleep.c: Likewise.
33181 * posix/spawni.c: Likewise.
33182 * posix/sysconf.c: Likewise.
33183 * posix/times.c: Likewise.
33184 * posix/wait.c: Likewise.
33185 * posix/wait3.c: Likewise.
33186 * posix/wait4.c: Likewise.
33187 * posix/waitpid.c: Likewise.
33188 * resolv/gai_sigqueue.c: Likewise.
33189 * resource/getpriority.c: Likewise.
33190 * resource/getrlimit.c: Likewise.
33191 * resource/getrusage.c: Likewise.
33192 * resource/nice.c: Likewise.
33193 * resource/setpriority.c: Likewise.
33194 * resource/setrlimit.c: Likewise.
33195 * resource/ulimit.c: Likewise.
33196 * rt/aio_cancel.c: Likewise.
33197 * rt/aio_fsync.c: Likewise.
33198 * rt/aio_read.c: Likewise.
33199 * rt/aio_sigqueue.c: Likewise.
33200 * rt/aio_suspend.c: Likewise.
33201 * rt/aio_write.c: Likewise.
33202 * rt/clock_getres.c: Likewise.
33203 * rt/clock_gettime.c: Likewise.
33204 * rt/clock_nanosleep.c: Likewise.
33205 * rt/clock_settime.c: Likewise.
33206 * rt/lio_listio.c: Likewise.
33207 * rt/mq_close.c: Likewise.
33208 * rt/mq_getattr.c: Likewise.
33209 * rt/mq_notify.c: Likewise.
33210 * rt/mq_open.c: Likewise.
33211 * rt/mq_receive.c: Likewise.
33212 * rt/mq_send.c: Likewise.
33213 * rt/mq_setattr.c: Likewise.
33214 * rt/mq_timedreceive.c: Likewise.
33215 * rt/mq_timedsend.c: Likewise.
33216 * rt/mq_unlink.c: Likewise.
33217 * rt/shm_open.c: Likewise.
33218 * rt/shm_unlink.c: Likewise.
33219 * rt/timer_create.c: Likewise.
33220 * rt/timer_delete.c: Likewise.
33221 * rt/timer_getoverr.c: Likewise.
33222 * rt/timer_gettime.c: Likewise.
33223 * rt/timer_settime.c: Likewise.
33224 * setjmp/__longjmp.c: Likewise.
33225 * setjmp/setjmp.c: Likewise.
33226 * signal/kill.c: Likewise.
33227 * signal/killpg.c: Likewise.
33228 * signal/raise.c: Likewise.
33229 * signal/sigaction.c: Likewise.
33230 * signal/sigaltstack.c: Likewise.
33231 * signal/sigblock.c: Likewise.
33232 * signal/sigignore.c: Likewise.
33233 * signal/sigintr.c: Likewise.
33234 * signal/signal.c: Likewise.
33235 * signal/sigpause.c: Likewise.
33236 * signal/sigpending.c: Likewise.
33237 * signal/sigqueue.c: Likewise.
33238 * signal/sigreturn.c: Likewise.
33239 * signal/sigset.c: Likewise.
33240 * signal/sigsetmask.c: Likewise.
33241 * signal/sigstack.c: Likewise.
33242 * signal/sigsuspend.c: Likewise.
33243 * signal/sigtimedwait.c: Likewise.
33244 * signal/sigvec.c: Likewise.
33245 * signal/sigwait.c: Likewise.
33246 * signal/sigwaitinfo.c: Likewise.
33247 * signal/sysv_signal.c: Likewise.
33248 * socket/accept.c: Likewise.
33249 * socket/accept4.c: Likewise.
33250 * socket/bind.c: Likewise.
33251 * socket/connect.c: Likewise.
33252 * socket/getpeername.c: Likewise.
33253 * socket/getsockname.c: Likewise.
33254 * socket/getsockopt.c: Likewise.
33255 * socket/isfdtype.c: Likewise.
33256 * socket/listen.c: Likewise.
33257 * socket/recv.c: Likewise.
33258 * socket/recvfrom.c: Likewise.
33259 * socket/recvmsg.c: Likewise.
33260 * socket/send.c: Likewise.
33261 * socket/sendmsg.c: Likewise.
33262 * socket/sendto.c: Likewise.
33263 * socket/setsockopt.c: Likewise.
33264 * socket/shutdown.c: Likewise.
33265 * socket/sockatmark.c: Likewise.
33266 * socket/socket.c: Likewise.
33267 * socket/socketpair.c: Likewise.
33268 * stdio-common/ctermid.c: Likewise.
33269 * stdio-common/cuserid.c: Likewise.
33270 * stdio-common/remove.c: Likewise.
33271 * stdio-common/rename.c: Likewise.
33272 * stdio-common/renameat.c: Likewise.
33273 * stdio-common/tempname.c: Likewise.
33274 * stdlib/getcontext.c: Likewise.
33275 * stdlib/makecontext.c: Likewise.
33276 * stdlib/setcontext.c: Likewise.
33277 * stdlib/swapcontext.c: Likewise.
33278 * stdlib/system.c: Likewise.
33279 * streams/fattach.c: Likewise.
33280 * streams/fdetach.c: Likewise.
33281 * streams/getmsg.c: Likewise.
33282 * streams/getpmsg.c: Likewise.
33283 * streams/putmsg.c: Likewise.
33284 * streams/putpmsg.c: Likewise.
33285 * sysdeps/unix/bsd/getpt.c: Likewise.
33286 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33287 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33288 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33289 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33290 Likewise.
33291 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33292 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33293 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33294 * sysvipc/msgctl.c: Likewise.
33295 * sysvipc/msgget.c: Likewise.
33296 * sysvipc/msgrcv.c: Likewise.
33297 * sysvipc/msgsnd.c: Likewise.
33298 * sysvipc/semctl.c: Likewise.
33299 * sysvipc/semget.c: Likewise.
33300 * sysvipc/semop.c: Likewise.
33301 * sysvipc/semtimedop.c: Likewise.
33302 * sysvipc/shmat.c: Likewise.
33303 * sysvipc/shmctl.c: Likewise.
33304 * sysvipc/shmdt.c: Likewise.
33305 * sysvipc/shmget.c: Likewise.
33306 * termios/tcdrain.c: Likewise.
33307 * termios/tcflow.c: Likewise.
33308 * termios/tcflush.c: Likewise.
33309 * termios/tcgetattr.c: Likewise.
33310 * termios/tcgetpgrp.c: Likewise.
33311 * termios/tcsendbrk.c: Likewise.
33312 * termios/tcsetattr.c: Likewise.
33313 * termios/tcsetpgrp.c: Likewise.
33314 * time/adjtime.c: Likewise.
33315 * time/clock.c: Likewise.
33316 * time/getitimer.c: Likewise.
33317 * time/gettimeofday.c: Likewise.
33318 * time/setitimer.c: Likewise.
33319 * time/settimeofday.c: Likewise.
33320 * time/stime.c: Likewise.
33321 * time/time.c: Likewise.
33322
333232012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 33324
a20492cf
PT
33325 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33326 /usr/old/bin.
33327
72e182e3
PT
33328 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33329 instead of spaces.
33330 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33331
fbeafede
JM
333322012-11-03 Joseph Myers <joseph@codesourcery.com>
33333
5b5b04d6
JM
33334 [BZ #14796]
33335 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33336 FE_TONEAREST before applying Dekker multiplication and Knuth
33337 addition. Clear inexact exceptions and check for exact zero
33338 results afterwards.
33339 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33340 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33341 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33342 * math/libm-test.inc (fma_test): Add more tests.
33343 (fma_test_towardzero): Likewise.
33344 (fma_test_downward): Likewise.
33345 (fma_test_upward): Likewise.
33346 * sysdeps/generic/math_private.h (default_libc_fesetround): New
33347 function.
33348 (libc_fesetround): New macro.
33349 (libc_fesetroundf): Likewise.
33350 (libc_fesetroundl): Likewise.
33351 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33352 function.
33353 (libc_fesetround_387): Likewise.
33354 (libc_fesetroundf): New macro.
33355 (libc_fesetround): Likewise.
33356 (libc_fesetroundl): Likewise.
33357 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33358 function.
33359 (libc_fesetroundf): New macro.
33360 (libc_fesetround): Likewise.
33361 (libc_fesetroundl): Likewise.
33362 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33363 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33364 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33365 libm_hidden_ver.
33366 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33367 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33368 libm_hidden_def.
33369 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33370 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33371 libm_hidden_ver.
33372 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33373 libm_hidden_def.
33374
fbeafede
JM
33375 [BZ #3439]
33376 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33377 integer constant usable in #if and use that to give value to enum
33378 constant.
33379 (FE_DIVBYZERO): Likewise.
33380 (FE_UNDERFLOW): Likewise.
33381 (FE_OVERFLOW): Likewise.
33382 (FE_INVALID): Likewise.
33383 (FE_INVALID_SNAN): Likewise.
33384 (FE_INVALID_ISI): Likewise.
33385 (FE_INVALID_IDI): Likewise.
33386 (FE_INVALID_ZDZ): Likewise.
33387 (FE_INVALID_IMZ): Likewise.
33388 (FE_INVALID_COMPARE): Likewise.
33389 (FE_INVALID_SOFTWARE): Likewise.
33390 (FE_INVALID_SQRT): Likewise.
33391 (FE_INVALID_INTEGER_CONVERSION): Likewise.
33392 (FE_TONEAREST): Likewise.
33393 (FE_TOWARDZERO): Likewise.
33394 (FE_UPWARD): Likewise.
33395 (FE_DOWNWARD): Likewise.
33396 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33397 (FE_DIVBYZERO): Likewise.
33398 (FE_OVERFLOW): Likewise.
33399 (FE_UNDERFLOW): Likewise.
33400 (FE_INEXACT): Likewise.
33401 (FE_TONEAREST): Likewise.
33402 (FE_DOWNWARD): Likewise.
33403 (FE_UPWARD): Likewise.
33404 (FE_TOWARDZERO): Likewise.
33405 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33406 (FE_UNDERFLOW): Likewise.
33407 (FE_OVERFLOW): Likewise.
33408 (FE_DIVBYZERO): Likewise.
33409 (FE_INVALID): Likewise.
33410 (FE_TONEAREST): Likewise.
33411 (FE_TOWARDZERO): Likewise.
33412 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33413 (FE_OVERFLOW): Likewise.
33414 (FE_UNDERFLOW): Likewise.
33415 (FE_DIVBYZERO): Likewise.
33416 (FE_INEXACT): Likewise.
33417 (FE_TONEAREST): Likewise.
33418 (FE_TOWARDZERO): Likewise.
33419 (FE_UPWARD): Likewise.
33420 (FE_DOWNWARD): Likewise.
33421 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33422 (FE_DIVBYZERO): Likewise.
33423 (FE_OVERFLOW): Likewise.
33424 (FE_UNDERFLOW): Likewise.
33425 (FE_INEXACT): Likewise.
33426 (FE_TONEAREST): Likewise.
33427 (FE_DOWNWARD): Likewise.
33428 (FE_UPWARD): Likewise.
33429 (FE_TOWARDZERO): Likewise.
33430
105ca950
CM
334312012-11-02 Chris Metcalf <cmetcalf@tilera.com>
33432
33433 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33434
a542b389
AS
334352012-11-03 Andreas Schwab <schwab@linux-m68k.org>
33436
33437 * scripts/cross-test-ssh.sh (command): Use newlines to separate
33438 commands. Quote $PWD.
33439 (blacklist_exports): Don't use remove_newlines. Replace "declare
33440 -x" by "export".
33441 (remove_newlines): Remove.
33442
f62c8abc
L
334432012-11-02 H.J. Lu <hongjiu.lu@intel.com>
33444
33445 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33446 * stdlib/stdlib.h (atof): Moved to ...
33447 * include/bits/stdlib-float.h: Here. New file.
33448 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33449 * stdlib/bits/stdlib-float.h: New file.
33450 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33451 -mno-sse -mno-mmx.
33452 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33453 <xmmintrin.h>.
33454
0155d5b2
JM
334552012-11-02 Joseph Myers <joseph@codesourcery.com>
33456
a68d0680
JM
33457 * conform/conformtest.pl (@headers): Add fenv.h.
33458 * conform/data/fenv.h-data: New file.
33459 * include/fenv.h [_ISOMAC]: Disable all contents of file except
33460 include of <math/fenv.h>.
33461
caf7f573
JM
33462 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33463 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33464 && !UNIX98]. Enables tests for XOPEN2K8.
33465 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33466 POSIX2008]: Likewise.
33467
6c073ad6
JM
33468 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33469 (struct rusage): Do not expect type or its members.
33470
0155d5b2
JM
33471 [BZ #3439]
33472 * math/math.h (FP_NAN): Define macro to integer constant usable in
33473 #if and use that to give value to enum constant.
33474 (FP_INFINITE): Likewise.
33475 (FP_ZERO): Likewise.
33476 (FP_SUBNORMAL): Likewise.
33477 (FP_NORMAL): Likewise.
33478
b5dcacb4
AS
334792012-11-02 Andreas Schwab <schwab@linux-m68k.org>
33480
33481 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33482 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33483 arguments.
33484
f7934be8
RM
334852012-11-02 Roland McGrath <roland@hack.frob.com>
33486
33487 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33488 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33489 autoconf-time if not.
33490 * configure.in: Remove AC_PREREQ.
33491
d7d08bde
TMQMF
334922012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33493
33494 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33495 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33496 of the internal implementation.
33497
dcdae19a
JM
334982012-11-02 Joseph Myers <joseph@codesourcery.com>
33499
33500 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33501 except include of <misc/sys/syslog.h>.
33502
d6cffd3e
AS
335032012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33504
33505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33506 function returns with a NULL context exit with zero.
33507
b3563932
TMQMF
335082012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33509
33510 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33511
b288a93d
L
335122012-11-01 H.J. Lu <hongjiu.lu@intel.com>
33513
33514 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33515 (run_program_cmd): This.
33516 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33517 (tst_langinfo): New variable. Use it.
33518
a2421a68
SAS
335192012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
33520
33521 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33522 floating point opcodes.
33523
6f796e1b
TS
335242012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33525
7402596b
TS
33526 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33527 variable.
33528
d0d4f868
TS
33529 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33530
6f796e1b
TS
33531 * sysdeps/mach/hurd/powerpc: Remove directory.
33532 * sysdeps/mach/powerpc: Likewise.
33533
4da224a2
AS
335342012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33535
33536 * scripts/check-local-headers.sh: Ignore c++ headers.
33537
341dd673
TS
335382012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33539
33540 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33541 __libc_cleanup_region_start argument.
33542
473611b2
JM
335432012-11-01 Joseph Myers <joseph@codesourcery.com>
33544
33545 [BZ #14784]
33546 [BZ #14785]
33547 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33548 x * y using scaling, not as x * y + z.
33549 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33550 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33551 * math/libm-test.inc (fma_test): Add more tests.
33552 (fma_test_towardzero): Likewise.
33553 (fma_test_downward): Likewise.
33554 (fma_test_upward): Likewise.
33555
4078da3d
TS
335562012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33557
33558 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33559
903252aa
JM
335602012-10-31 Joseph Myers <joseph@codesourcery.com>
33561
33562 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33563 New variable.
33564
cbc818d0
TS
335652012-10-31 Thomas Schwinge <thomas@codesourcery.com>
33566
33567 * rt/tst-shm.c (worker): Correct checking for mmap failure.
33568
5a03cb1e
AS
335692012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33570
33571 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33572 Fix sort order.
33573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33574 Likewise.
33575
90aff2ff
TMQMF
335762012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33577
33578 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33579 Fix the order of the list for glibc 2.17.
33580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33581 Likewise.
33582
1818fcb7
AS
335832012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33584
33585 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33586
ef82f4da
JM
335872012-10-31 Joseph Myers <joseph@codesourcery.com>
33588
16a0e2ec
JM
33589 [BZ #14610]
33590 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33591 for low part of x being zero before using __atanl (y).
33592 * math/libm-test.inc (atan2_test): Add another test.
33593
0eb69512
JM
33594 * manual/install.texi (Configuring and compiling): Document
33595 general use of test-wrapper and test-wrapper-env.
33596 * INSTALL: Regenerated.
33597
ef82f4da
JM
33598 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33599 (__fma): Do not extract and scale down low bits on after-rounding
33600 systems when result rounded to normal precision would have normal
33601 exponent.
33602 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33603 (__fmal): Do not extract and scale down low bits on after-rounding
33604 systems when result rounded to normal precision would have normal
33605 exponent.
33606 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33607 (__fmal): Do not extract and scale down low bits on after-rounding
33608 systems when result rounded to normal precision would have normal
33609 exponent.
33610 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33611 macro.
33612 (fma_test): Add more tests.
33613 (fma_test_towardzero): Likewise.
33614 (fma_test_downward): Likewise.
33615 (fma_test_upward): Likewise.
33616
954ef0d9
L
336172012-10-30 H.J. Lu <hongjiu.lu@intel.com>
33618
33619 * sysdeps/i386/tininess.h: Renamed to ...
33620 * sysdeps/x86/tininess.h: This.
33621 * sysdeps/x86_64/tininess.h: Removed.
33622
df61ffb2
JM
336232012-10-30 Joseph Myers <joseph@codesourcery.com>
33624
33625 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33626 input. Use $(build-program-cmd).
33627 ($(objpfx)tst-array1-static.out): Likewise.
33628 ($(objpfx)tst-array2.out): Likewise.
33629 ($(objpfx)tst-array3.out): Likewise.
33630 ($(objpfx)tst-array4.out): Likewise.
33631 ($(objpfx)tst-array5.out): Likewise.
33632 ($(objpfx)tst-array5-static.out): Likewise.
33633
01767843
CM
336342012-10-30 Chris Metcalf <cmetcalf@tilera.com>
33635
47cc1490
CM
33636 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33637 if defined.
33638
01767843
CM
33639 * nss/nsswitch.h (nss_interface_function): Provide new
33640 macro for use with NSS functions.
33641 * grp/initgroups.c: Use new macro.
33642 * nss/getXXbyYY.c: Likewise.
33643 * nss/getXXbyYY_r.c: Likewise.
33644 * nss/getXXent.c: Likewise.
33645 * nss/getXXent_r.c: Likewise.
33646 * sysdeps/posix/getaddrinfo.c: Likewise.
33647
8321aa97
AJ
336482012-10-30 Andreas Jaeger <aj@suse.de>
33649
33650 * po/ru.po: Update Russion translation from translation project.
33651
2a27fd6d
JM
336522012-10-30 Joseph Myers <joseph@codesourcery.com>
33653
8627a232
JM
33654 [BZ #14152]
33655 [BZ #14783]
33656 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33657 result and shift together with sticky bit instead of replicating
33658 round-to-nearest rounding.
33659 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33660 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33661 * math/libm-test.inc (fma_test): Add more tests. Do not permit
33662 missing underflow exceptions.
33663 (fma_test_towardzero): Add more tests.
33664 (fma_test_downward): Likewise.
33665 (fma_test_upward): Likewise.
33666
2a27fd6d
JM
33667 [BZ #14047]
33668 * sysdeps/generic/tininess.h: New file.
33669 * sysdeps/i386/tininess.h: Likewise.
33670 * sysdeps/sh/tininess.h: Likewise.
33671 * sysdeps/x86_64/tininess.h: Likewise.
33672 * stdlib/tst-strtod-underflow.c: Likewise.
33673 * stdlib/tst-tininess.c: Likewise.
33674 * stdlib/strtod_l.c: Include <tininess.h>.
33675 (round_and_return): Do not set errno for exact underflow cases.
33676 Force an underflow exception when setting errno for underflow.
33677 Determine underflow based on rounding to normal precision if
33678 TININESS_AFTER_ROUNDING.
33679 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33680 ERANGE for exact underflow cases.
33681 * stdlib/Makefile (tests): Add tst-tininess and
33682 tst-strtod-underflow.
33683 ($(objpfx)tst-tininess): Use $(link-libm).
33684 ($(objpfx)tst-strtod-underflow): Likewise.
33685
e7170363
AJ
336862012-10-30 Andreas Jaeger <aj@suse.de>
33687
e5088dc6
AJ
33688 [BZ#14767]
33689 * elf/Makefile (tests): Remove conditional for have-initfini-array
33690 since this is now always required and the variable does not exist
33691 anymore.
33692 (tests-static): Likewise.
33693 (modules-names): Likewise.
33694
e7170363 33695 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
33696
33697 * elf/tst-array1.c (fini_array): Make writeable so that it can be
33698 merged with constructor/destructor.
33699 (init_array): Likewise.
33700 * elf/tst-array2dep.c (fini_array): Likewise.
33701 (init_array): Likewise.
33702
60457d8a
MF
337032012-10-29 Mike Frysinger <vapier@gentoo.org>
33704
33705 * manual/message.texi: Delete @cartouche tags.
33706
8bece752
PT
337072012-10-29 Pino Toscano <toscano.pino@tiscali.it>
33708
94ce799f
PT
33709 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33710 EOPNOTSUPP.
33711 * sysdeps/mach/hurd/fsync.c: Likewise.
33712
8bece752
PT
33713 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33714 [_POSIX_REALTIME_SIGNALS]: Change condition to
33715 [_POSIX_REALTIME_SIGNALS > 0].
33716
86ebe6b1
AJ
337172012-10-27 Andreas Jaeger <aj@suse.de>
33718
33719 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33720 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33721 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33722 [__WORDSIZE != 64]: Likewise.
33723
54399c08
L
337242012-10-26 H.J. Lu <hongjiu.lu@intel.com>
33725
33726 * iconvdata/tst-table.sh: Remove ${SHELL}.
33727 * iconvdata/tst-tables.sh: Likewise.
33728
e2211bed
DM
337292012-10-25 David S. Miller <davem@davemloft.net>
33730
33731 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33732 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33733 of strtoull.
33734
f303f97c
DM
33735 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33736 ifunc-impl-list.c
33737 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33738 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33739 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33740 file.
33741
1e9d84cd
RM
337422012-10-25 Roland McGrath <roland@hack.frob.com>
33743
33744 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33745 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33746 __getdirentries.
33747
df381762
JM
337482012-10-25 Joseph Myers <joseph@codesourcery.com>
33749 Jim Blandy <jimb@codesourcery.com>
33750
33751 * scripts/cross-test-ssh.sh: New file.
33752 * manual/install.texi (Configuring and compiling): Document use of
33753 cross-test-ssh.sh.
33754 * INSTALL: Regenerated.
33755
bff64913
PT
337562012-10-25 Pino Toscano <toscano.pino@tiscali.it>
33757
33758 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33759 EOPNOTSUPP.
33760
25fe8932
JM
337612012-10-25 Joseph Myers <joseph@codesourcery.com>
33762
33763 * Makeconfig (run-program-prefix): Fix comment.
33764
cc1290d0
JM
337652012-10-24 Joseph Myers <joseph@codesourcery.com>
33766 Jim Blandy <jimb@codesourcery.com>
33767
33768 * Makeconfig (test-wrapper): New variable,
33769 (test-wrapper-env): Likewise.
33770 [$(cross-compiling) = yes && $(test-wrapper) != ""]
33771 (run-built-tests): Define to yes.
33772 (run-program-prefix): Use $(test-wrapper).
33773 (built-program-cmd): Likewise.
33774 * Rules (make-test-out): Use $(test-wrapper-env) and
33775 $(host-built-program-cmd).
33776 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33777 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33778 tst-pathopt.sh.
33779 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33780 $(test-wrapper-env) to tst-rtld-load-self.sh.
33781 ($(objpfx)order2.out): Use $(test-wrapper).
33782 ($(objpfx)tst-initorder.out): Likewise.
33783 ($(objpfx)tst-initorder2.out): Likewise.
33784 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33785 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33786 (test_wrapper_env): New variable. Use it to run ld.so.
33787 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33788 Use it to run ld.so.
33789 (test_wrapper_env): Likewise.
33790 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33791 $(test-wrapper) to run-iconv-test.sh.
33792 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33793 (ICONV): Use $test_wrapper.
33794 * posix/Makefile ($(objpfx)globtest.out): Pass
33795 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33796 globtest.sh, not $(run-program-prefix).
33797 * posix/globtest.sh (run_via_rtld_prefix): New variable.
33798 (test_wrapper): Likewise.
33799 (test_wrapper_env): Likewise. Use it to run globtest with HOME
33800 set together with run_via_rtld_prefix.
33801 (run_program_prefix): Define in terms of test_wrapper and
33802 run_via_rtld_prefix.
33803
6e6249d0
RM
338042012-10-24 Roland McGrath <roland@hack.frob.com>
33805
33806 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33807 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33808 Targets removed.
33809
33810 [BZ #14743]
33811 * include/time.h: Remove librt_hidden_proto (clock_gettime).
33812 Declare __clock_getres, __clock_gettime, __clock_settime,
33813 __clock_nanosleep, and __clock_getcpuclockid.
33814 * rt/clock_gettime.c: Define __clock_gettime as an alias.
33815 Remove librt_hidden_def (clock_gettime).
33816 * sysdeps/unix/clock_gettime.c: Likewise.
33817 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33818 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33819 * rt/clock_getres.c: Define __clock_getres as an alias.
33820 * sysdeps/posix/clock_getres.c: Likewise.
33821 * rt/clock_settime.c: Define __clock_settime as an alias.
33822 * sysdeps/unix/clock_settime.c: Likewise.
33823 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33824 * sysdeps/unix/clock_nanosleep.c: Likewise.
33825 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33826 * rt/clock-compat.c: New file.
33827 * rt/Makefile (librt-routines): Add clock-compat and move
33828 $(clock-routines) to ...
33829 (routines): ... here, new variable.
33830 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33831 Don't add get_clockfreq here.
33832 * rt/Versions (libc: GLIBC_2.17): New version set.
33833 Add clock_* symbols here.
33834 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
33835 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33836 (GLIBC_2.17): Add clock_* symbols.
33837 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33838 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33839 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33841 Likewise.
33842 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33843 Likewise.
33844 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33845 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33846 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33847 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33848 * NEWS: Mention the move.
33849
33850 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33851 Use __open, __read, __close rather than their public counterparts.
33852 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33853 (__get_clockfreq_via_cpuinfo): Likewise.
33854 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33855 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33856
33857 * config.h.in (HAVE_IFUNC): New #undef.
33858 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33859 was successful.
33860 * configure: Regenerated.
33861
0cae3f4b
MF
338622012-10-24 Mike Frysinger <vapier@gentoo.org>
33863
33864 * configure.in: Move READELF check to start of file.
33865 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33866 libc_cv_asm_gnu_indirect_function in the process.
33867 * configure: Regenerated.
33868
8175a253
MF
338692012-10-24 Mike Frysinger <vapier@gentoo.org>
33870
33871 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33872 send the output to /dev/null.
33873 (libc_cv_cc_with_libunwind): Likewise.
33874 (libc_cv_as_noexecstack): Likewise.
33875 * configure: Regenerate.
33876
0708a7d1
JM
338772012-10-24 Joseph Myers <joseph@codesourcery.com>
33878
10b40d85
JM
33879 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33880
0708a7d1
JM
33881 * posix/globtest.sh (TMPDIR): Do not set.
33882 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33883 (testout): Likewise.
33884
9fddec1a
AJ
338852012-10-24 Andreas Jaeger <aj@suse.de>
33886
3a8db22f
AJ
33887 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33888 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33889 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33890 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33891 posix_fadvise64, posix_fallocate64.
33892
9fddec1a
AJ
33893 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33894 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33895 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33896 Likewise.
33897 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33898 Likewise.
33899 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33900
33901 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33902 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33903 <bits/fcntl-linux.h>.
33904 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33905
33906 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33907 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33908 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33909 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33910 [__WORDSIZE != 64]: Likewise.
33911
ebfd1bbd
JM
339122012-10-23 Joseph Myers <joseph@codesourcery.com>
33913
03ac099f
JM
33914 * Makeconfig (run-built-tests): New variable.
33915 * Rules [$(cross-compiling) = yes]: Change condition to
33916 [$(run-built-tests) = no].
33917 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33918 to [$(run-built-tests) = yes].
33919 * elf/Makefile [$(cross-compiling) = no]: Likewise
33920 * grp/Makefile [$(cross-compiling) = no]: Likewise.
33921 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33922 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33923 * intl/Makefile [$(cross-compiling) = no]: Likewise.
33924 * io/Makefile [$(cross-compiling) = no]: Likewise.
33925 * libio/Makefile [$(cross-compiling) = no]: Likewise.
33926 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33927 * misc/Makefile [$(cross-compiling) = no]: Likewise.
33928 * posix/Makefile [$(cross-compiling) = no]: Likewise.
33929 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33930 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33931 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33932 * string/Makefile [$(cross-compiling) = no]: Likewise.
33933
ebfd1bbd
JM
33934 * posix/Makefile ($(objpfx)globtest.out): Pass
33935 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33936 $(rtld-installed-name).
33937 * posix/globtest.sh (elf_objpfx): Remove variable.
33938 (rtld_installed_name): Likewise.
33939 (library_path): Likewise.
33940 (run_program_prefix): New variable. Use for running globtest
33941 binary.
33942
166bca24
JB
339432012-10-23 Jim Blandy <jimb@codesourcery.com>
33944 Joseph Myers <joseph@codesourcery.com>
33945
33946 * Makeconfig (host-built-program-cmd): New variable.
33947 * elf/Makefile (tst-stackguard1-ARGS): Use
33948 $(host-built-program-cmd).
33949 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33950 (tst-spawn-ARGS): Likewise.
33951 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33952
88866099
JM
339532012-10-23 Joseph Myers <joseph@codesourcery.com>
33954 Jim Blandy <jimb@codesourcery.com>
33955
33956 * Makeconfig (run-via-rtld-prefix): New variable.
33957 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33958 (built-program-cmd): Likewise.
33959
b4b4c296
AJ
339602012-10-22 Andreas Jaeger <aj@suse.de>
33961
33962 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33963 __O_RSYNC if it exists, otherwise to O_SYNC.
33964
6fb54a22
JB
339652012-10-22 Jim Blandy <jimb@codesourcery.com>
33966 Joseph Myers <joseph@codesourcery.com>
33967
33968 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33969 /dev/null.
33970 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33971 from /dev/null
33972 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33973 /dev/null.
33974
481b90b9
AJ
339752012-10-22 Andreas Jaeger <aj@suse.de>
33976
2a0e2669
AJ
33977 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33978 Define always.
33979 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33980
76e38f9a
AJ
33981 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33982 bits/fcntl-linux.h.
33983
7cd37b43
AJ
33984 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33985 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33986
481b90b9
AJ
33987 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33988 to __O_LARGEFILE.
33989 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33990 to __O_LARGEFILE.
33991
aba75984
JB
339922012-10-21 Jim Blandy <jimb@codesourcery.com>
33993 Joseph Myers <joseph@codesourcery.com>
33994
33995 * config.make.in (NM): New variable.
33996
88d4247f
AJ
339972012-10-21 Andreas Jaeger <aj@suse.de>
33998
33999 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34000 definitions and declarations that are provided by
34001 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34002
f2eed205
L
340032012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34004
34005 [BZ #14683]
34006 * elf/Makefile (tests-static): Add tst-leaks1-static.
34007 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34008 ($(objpfx)tst-leaks1-static): New rule.
34009 ($(objpfx)tst-leaks1-static-mem): Likewise.
34010 (tst-leaks1-static-ENV): New macro.
34011 * elf/dl-open.c (dl_open_worker): Check the main application
34012 only if SHARED is defined.
34013 * elf/tst-leaks1-static.c: New file.
34014
335e6931
AJ
340152012-10-20 Andreas Jaeger <aj@suse.de>
34016
34017 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34018 generic values for Linux.
34019 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34020 and declarations that are provided by <bits/fcntl-linux.h> and
34021 include <bits/fcntl-linux.h>.
34022 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34023 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34024
ac5c94d3
RM
340252012-10-20 Roland McGrath <roland@hack.frob.com>
34026
34027 * io/fcntl.h: Move include of <bits/types.h> to the top and
34028 include it unconditionally.
34029
de54b33a
L
340302012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34031
228cfb01
L
34032 * wcsmbs/Makefile (tests-ifunc): New variable.
34033 (tests): Add $(tests-ifunc).
34034 * wcsmbs/test-wcschr-ifunc.c: New file.
34035 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34036 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34037 * wcsmbs/test-wcslen-ifunc.c: Likewise.
34038 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34039 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34040
69f07e5f
L
34041 * string/Makefile (tests-ifunc): New variable.
34042 (tests): Add $(tests-ifunc).
34043 * string/test-memccpy.c (TEST_NAME): New macro.
34044 * string/test-memchr.c (TEST_NAME): Likewise.
34045 * string/test-memcmp.c (TEST_NAME): Likewise.
34046 * string/test-memcpy.c (TEST_NAME): Likewise.
34047 * string/test-memmem.c (TEST_NAME): Likewise.
34048 * string/test-memmove.c (TEST_NAME): Likewise.
34049 * string/test-memset.c (TEST_NAME): Likewise.
34050 * string/test-rawmemchr.c (TEST_NAME): Likewise.
34051 * string/test-stpcpy.c (TEST_NAME): Likewise.
34052 * string/test-stpncpy.c (TEST_NAME): Likewise.
34053 * string/test-strcasecmp.c (TEST_NAME): Likewise.
34054 * string/test-strcasestr.c (TEST_NAME): Likewise.
34055 * string/test-strcat.c (TEST_NAME): Likewise.
34056 * string/test-strchr.c (TEST_NAME): Likewise.
34057 * string/test-strcmp.c(TEST_NAME): Likewise.
34058 * string/test-strcpy.c (TEST_NAME): Likewise.
34059 * string/test-strcspn.c (TEST_NAME): Likewise.
34060 * string/test-strlen.c (TEST_NAME): Likewise.
34061 * string/test-strncasecmp.c (TEST_NAME): Likewise.
34062 * string/test-strncmp.c (TEST_NAME): Likewise.
34063 * string/test-strncpy.c (TEST_NAME): Likewise.
34064 * string/test-strnlen.c (TEST_NAME): Likewise.
34065 * string/test-strpbrk.c (TEST_NAME): Likewise.
34066 * string/test-strrchr.c (TEST_NAME): Likewise.
34067 * string/test-strspn.c (TEST_NAME): Likewise.
34068 * string/test-strstr.c (TEST_NAME): Likewise.
34069 * string/test-bcopy-ifunc.c: New file.
34070 * string/test-bzero-ifunc.c: Likewise.
34071 * string/test-memccpy-ifunc.c: Likewise.
34072 * string/test-memchr-ifunc.c: Likewise.
34073 * string/test-memcmp-ifunc.c: Likewise.
34074 * string/test-memcpy-ifunc.c: Likewise.
34075 * string/test-memmem-ifunc.c: Likewise.
34076 * string/test-memmove-ifunc.c: Likewise.
34077 * string/test-mempcpy-ifunc.c: Likewise.
34078 * string/test-memset-ifunc.c: Likewise.
34079 * string/test-rawmemchr-ifunc.c: Likewise.
34080 * string/test-stpcpy-ifunc.c: Likewise.
34081 * string/test-stpncpy-ifunc.c: Likewise.
34082 * string/test-strcasecmp-ifunc.c: Likewise.
34083 * string/test-strcasestr-ifunc.c: Likewise.
34084 * string/test-strcat-ifunc.c: Likewise.
34085 * string/test-strchr-ifunc.c: Likewise.
34086 * string/test-strchrnul-ifunc.c: Likewise.
34087 * string/test-strcmp-ifunc.c: Likewise.
34088 * string/test-strcpy-ifunc.c: Likewise.
34089 * string/test-strcspn-ifunc.c: Likewise.
34090 * string/test-strlen-ifunc.c: Likewise.
34091 * string/test-strncasecmp-ifunc.c: Likewise.
34092 * string/test-strncat-ifunc.c: Likewise.
34093 * string/test-strncmp-ifunc.c: Likewise.
34094 * string/test-strncpy-ifunc.c: Likewise.
34095 * string/test-strnlen-ifunc.c: Likewise.
34096 * string/test-strpbrk-ifunc.c: Likewise.
34097 * string/test-strrchr-ifunc.c: Likewise.
34098 * string/test-strspn-ifunc.c: Likewise.
34099 * string/test-strstr-ifunc.c: Likewise.
34100
de54b33a
L
34101 * debug/Makefile (tests-ifunc): New variable.
34102 (tests): Add $(tests-ifunc).
34103 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34104 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34105 * debug/test-stpcpy_chk-ifunc.c: New file.
34106 * debug/test-strcpy_chk-ifunc.c: Likewise.
34107
88481c16
SP
341082012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
34109
34110 [BZ #13601]
34111 * elf/dl-load.c (open_verify): Retry read if the entire ELF
34112 header is not read in.
34113
135948bd
JM
341142012-10-19 Joseph Myers <joseph@codesourcery.com>
34115
89f1c388
JM
34116 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
34117 script to $(SHELL) as $<. Pass $(common-objpfx) to script
34118 directly. Pass built executable to script as
34119 $(built-program-cmd).
34120 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
34121 $testprogram without using LD_LIBRARY_PATH and $ldso.
34122
e40a0d21
JM
34123 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34124 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34125 $(rtld-installed-name).
34126 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34127 (rtld_installed_name): Likewise.
34128 (library_path): Likewise.
34129 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
34130 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34131 $(run-program-prefix) to tst-tables.sh.
34132 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
34133 it to run tst-table-from and tst-table-to.
34134 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34135 Pass it to tst-table.sh.
34136 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34137 $(run-program-prefix) to tst-gettext.sh.
34138 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34139 tst-translit.sh.
34140 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34141 tst-gettext2.sh.
34142 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
34143 to run tst-gettext.
34144 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
34145 to run tst-gettext2.
34146 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
34147 to run tst-translit.
34148 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34149 $(run-program-prefix) to tst-mtrace.sh.
34150 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
34151 to run tst-mtrace.
34152 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34153 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34154 $(rtld-installed-name).
34155 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34156 (rtld_installed_name): Likewise.
34157 (run_program_prefix): New variable. Use it to run wordexp-test.
34158
728e272a
JM
34159 * Makeconfig (ARCH): Remove all definitions.
34160 (machine): Likewise.
34161 [ARCH]: Remove conditional code.
34162 [!objdir]: Give error.
34163 [!objdir] (objpfx): Remove.
34164 [!objdir] (common-objpfx): Likewise.
34165 [!objdir] (common-objdir): Likewise.
34166 * configure.in (config_makefile): Remove. Hardcode Makefile in
34167 AC_CONFIG_FILES call.
34168 * configure: Regenerated.
34169
d528cdcf
JM
34170 [BZ #13888]
34171 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34172 or TMPDIR.
34173 (testout): Likewise.
34174
135948bd
JM
34175 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34176 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34177 $(rtld-installed-name).
34178 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34179 (rtld_installed_name): Likwise.
34180 (runit): Remove function.
34181 (run_getconf): New variable, Use it for running getconf binary.
34182
38c78296
L
341832012-10-18 H.J. Lu <hongjiu.lu@intel.com>
34184
34185 [BZ #14716]
34186 * string/test-memmem.c (check_result): New function.
34187 (do_one_test): Use it.
34188 (check1): New function.
34189 (test_main): Use it.
34190
d077f65f
MT
341912012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
34192
34193 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34194
ced52c71
JM
341952012-10-18 Joseph Myers <joseph@codesourcery.com>
34196
34197 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34198 (_G_LSEEK64): Likewise.
34199 (_G_MMAP64): Likewise.
34200 (_G_FSTAT64): Likewise.
34201 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34202 (_G_LSEEK64): Likewise.
34203 (_G_MMAP64): Likewise.
34204 (_G_FSTAT64): Likewise.
34205 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34206 unconditional. Call __mmap64 directly.
34207 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34208 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
34209 __lseek64 directly.
34210 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34211 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
34212 __mmap64 directly.
34213 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34214 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
34215 __lseek64 directly.
34216 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34217 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
34218 __lseek64 directly.
34219 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34220 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
34221 __lseek64 directly.
34222 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34223 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
34224 __fxstat64 directly.
34225 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34226 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34227 unconditional.
34228 (freopen64) [!_G_OPEN64]: Remove conditional code.
34229 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34230 unconditional.
34231 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34232 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34233 unconditional.
34234 (ftello64) [!_G_LSEEK64]: Remove conditional code.
34235 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34236 unconditional.
34237 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34238 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34239 unconditional.
34240 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34241 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34242 unconditional.
34243 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34244 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34245 unconditional.
34246 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34247 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34248 unconditional.
34249 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34250
b741de23
SP
342512012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34252
34253 [BZ #12140]
34254 * manual/memory.texi (Malloc Tunable Parameters): Add note
34255 about free list pointers overwriting some perturb bytes.
34256 Wording suggested by Roland McGrath.
34257
f9b9d9c9
JM
342582012-10-17 Joseph Myers <joseph@codesourcery.com>
34259
34260 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34261 (lgamma_test): Likewise.
34262 (tgamma_test): Likewise.
34263
172a631a
FW
342642012-10-16 Florian Weimer <fweimer@redhat.com>
34265
34266 [BZ #14700]
34267 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34268 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34269
e9f37252
MK
342702012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
34271
34272 * NEWS: Mention BZ #14716.
34273 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34274 when removing AVAILABLE1_USES_J macro.
34275
d394eb74
L
342762012-10-12 H.J. Lu <hongjiu.lu@intel.com>
34277
34278 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34279 (__bswap_64): __uint64_t for unsigned 64-bit int.
34280
ca38dc17
AS
342812012-10-12 Andreas Schwab <schwab@linux-m68k.org>
34282
34283 * include/string.h (memmem): Declare libc hidden alias.
34284 * string/memmem.c (memmem): Define libc hidden alias.
34285 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34286 __read, __close instead of open, read, close.
34287
9a387d1f
L
342882012-10-11 H.J. Lu <hongjiu.lu@intel.com>
34289
ac49ecaf
L
34290 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34291 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34292 global and hidden.
34293 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34294 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34295 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34296 Likewise.
34297 (__rawmemchr_sse2): Likewise.
34298 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34299 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34300 (__strchr_sse2): Likewise.
34301 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34302 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34303 (__strcasecmp_sse2): Likewise.
34304 (__strncasecmp_sse2): Likewise.
34305 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34306 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34307 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34308 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34309 (__strrchr_sse2): Likewise.
34310 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34311 ifunc-impl-list.c.
34312 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34313 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34314 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34315 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34316 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34317 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34318 * sysdeps/x86_64/multiarch/memset.S: Likewise.
34319 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34320 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34321 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34322 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34323 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34324 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34325 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34326 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34327 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34328 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34329 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34330 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34331 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34332 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34333 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34334 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34335 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34336 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34337 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34338 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34339 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34340 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34341 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34342
b090e8ea
L
34343 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34344 global and hidden.
34345 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34346 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34347 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34348 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34349 Likewise.
34350 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34351 Likewise.
34352 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34353 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34354 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34355 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34356 ifunc-impl-list.c.
34357 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34358 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34359 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34360 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34361 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34362 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34363 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34364 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34365 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34366 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34367 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34368 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34369 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34370 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34371 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34372 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34373 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34374 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34375 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34376 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34377 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34378 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34379 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34380 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34381 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34382 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34383 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34384 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34385 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34386 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34387 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34388 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34389 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34390 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34391 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34392 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34393 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34394 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34395 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34396 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34397 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34398
11dd4af6
L
34399 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34400 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34401 * include/ifunc-impl-list.h: New file.
34402 * misc/ifunc-impl-list.c: Likewise.
34403 * misc/Makefile (routines): Add ifunc-impl-list.
34404 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34405 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
34406 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34407 TEST_NAME]: New variables.
11dd4af6
L
34408 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34409 are defined.
34410 (test_init): Call __libc_ifunc_impl_list to initialize
34411 func_list if TEST_IFUNC and TEST_NAME are defined.
34412
9a387d1f
L
34413 * string/Makefile (strop-tests): Add bcopy and bzero.
34414 * string/test-bcopy.c: New file.
34415 * string/test-bzero.c: Likewise.
34416 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34417 defined.
34418 * string/test-memset.c: Support bzero test if TEST_BZERO is
34419 defined.
34420 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34421 __libc_memmove.
34422 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34423 __libc_memset.
34424 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34425 of memset.
34426
472371b9
JM
344272012-10-10 Joseph Myers <joseph@codesourcery.com>
34428
1e4a9536
JM
34429 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34430 * configure: Regenerated.
34431
d173d12e
JM
34432 * Makeconfig (+link-static-before-libc): Don't include
34433 $(link-static-libc).
34434
472371b9
JM
34435 * libio/libio.h (_IO_pos_t): Remove.
34436
89a3ad0b
AO
344372012-10-10 Alexandre Oliva <aoliva@redhat.com>
34438
34439 * NEWS: Add note about FIPS mode. Wording suggested by Roland
34440 McGrath.
34441
e7451425
AO
344422012-10-10 Alexandre Oliva <aoliva@redhat.com>
34443
34444 * crypt/crypt-entry.c: Include fips-private.h.
34445 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34446 * crypt/md5c-test.c (main): Tolerate disabled MD5.
34447 * sysdeps/unix/sysv/linux/fips-private.h: New file.
34448 * sysdeps/generic/fips-private.h: New file, dummy fallback.
34449
4ba74a35
AO
344502012-10-10 Alexandre Oliva <aoliva@redhat.com>
34451
34452 * crypt/crypt-private.h: Include stdbool.h.
34453 (_ufc_setup_salt_r): Return bool.
34454 * crypt/crypt-entry.c: Include errno.h.
34455 (__crypt_r): Return NULL with EINVAL for bad salt.
34456 * crypt/crypt_util.c (bad_for_salt): New.
34457 (_ufc_setup_salt_r): Check that salt is long enough and within
34458 the specified alphabet.
34459 * crypt/badsalttest.c: New file.
34460 * crypt/Makefile (tests): Add it.
34461 ($(objpfx)badsalttest): New.
34462
f96f1242
MK
344632012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
34464
34465 * NEWS: Add entry for BZ #14602.
34466
0e8e0c1c
JM
344672012-10-09 Joseph Myers <joseph@codesourcery.com>
34468
34469 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34470 type-generic.
34471 * math/libm-test.inc: Update comment listing what functions and
34472 macros are tested.
34473 (isgreater_test): New function.
34474 (isgreaterequal_test): Likewise.
34475 (isless_test): Likewise.
34476 (islessequal_test): Likewise.
34477 (islessgreater_test): Likewise.
34478 (isunordered_test): Likewise.
34479 (main): Call the new functions.
34480
273edc5e
RM
344812012-10-09 Roland McGrath <roland@hack.frob.com>
34482
b8493de0
RM
34483 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34484 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34485 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34486 * sysdeps/i386/configure: Regenerated.
34487 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34488 * sysdeps/mach/configure: Regenerated.
34489 * sysdeps/mach/hurd/configure: Regenerated.
34490 * sysdeps/powerpc/configure: Regenerated.
34491 * sysdeps/powerpc/powerpc32/configure: Regenerated.
34492 * sysdeps/powerpc/powerpc64/configure: Regenerated.
34493 * sysdeps/s390/s390-32/configure: Regenerated.
34494 * sysdeps/s390/s390-64/configure: Regenerated.
34495 * sysdeps/sh/configure: Regenerated.
34496 * sysdeps/sparc/configure: Regenerated.
34497 * sysdeps/unix/sysv/linux/configure: Regenerated.
34498 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34499 * sysdeps/x86_64/configure: Regenerated.
34500
273edc5e
RM
34501 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34502 defined. Don't check if MAP is NULL.
34503
c8450f70
JM
345042012-10-09 Joseph Myers <joseph@codesourcery.com>
34505
34506 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34507 (_G_stat64): Likewise.
34508 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34509 (_G_stat64): Likewise.
34510 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34511 instead of struct _G_stat64.
34512 * libio/fileops.c (mmap_remap_check): Likewise.
34513 (decide_maybe_mmap): Likewise.
34514 (_IO_new_file_seekoff): Likewise.
34515 (_IO_file_stat): Likewise.
34516 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34517 _G_off64_t.
34518 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34519 instead of struct _G_stat64.
34520 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34521
57e605ba
MK
345222012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
34523
34524 [BZ #14602]
34525 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34526 Replace with ...
34527 (CHECK_EOL): New macro.
34528 (two_way_short_needle): Check beginning of haystack for EOL. Use
34529 CHECK_EOL.
34530 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34531 Replace with CHECK_EOL.
34532 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34533 Replace with CHECK_EOL.
34534
ef1bb361
JM
345352012-10-08 Joseph Myers <joseph@codesourcery.com>
34536
34537 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34538 type-generic.
34539 * math/libm-test.inc: Update comment listing what functions and
34540 macros are tested.
34541 (finite_test): New function.
34542 (isinf_test): Likewise.
34543 (isnan_test): Likewise.
34544 (fpclassify_test): Test subnormal input.
34545 (isfinite_test): Likewise.
34546 (isnormal_test): Likewise.
34547 (main): Call the new functions.
34548
55f11534
JN
345492012-10-08 Jonathan Nieder <jrnieder@gmail.com>
34550
34551 [BZ #14660]
34552 * Makerules (%.dynsym): Force C locale when running
34553 $(OBJDUMP) --dynamic-syms.
34554
1ab29350
AS
345552012-10-08 Andreas Schwab <schwab@linux-m68k.org>
34556
34557 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34558 <stdint.h>.
34559
f1ecb7ef
DM
345602012-10-06 David S. Miller <davem@davemloft.net>
34561
34562 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34563 upper 32-bits of the length value in %o2 since we use branch-on-register
34564 tests which consider the entire 64-bit register.
34565
5d41d91a
L
345662012-10-06 H.J. Lu <hongjiu.lu@intel.com>
34567
34568 * string/test-strstr.c (check2): Add a test for page boundary.
34569
3baddb72
DM
345702012-10-05 David S. Miller <davem@davemloft.net>
34571
34572 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34573 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34574 file.
34575 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34576 sysdep_routines.
34577 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34578 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34579 and bzero when HWCAP_SPARC_CRYPTO is present.
34580
9cee5585
L
345812012-10-05 H.J. Lu <hongjiu.lu@intel.com>
34582
d7e0dab9
L
34583 [BZ #14602]
34584 * string/test-strstr.c (check2): New function.
34585 (test_main): Call check2.
34586
03759f47
L
34587 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34588 and bug-strchr1.
34589 * string/bug-strcasestr1.c (do_test): Moved to ...
34590 * string/test-strcasestr.c (check1): Here. New function.
34591 (do_one_test): Break out result checking code into ...
34592 (check_result): This. New function.
34593 (do_one_test): Call check_result.
34594 (test_main): Call check1.
34595 * string/bug-strchr1.c (do_test): Moved to ...
34596 * string/test-strchr.c (check1): Here. New function.
34597 (do_one_test): Break out result checking code into ...
34598 (check_result): This. New function.
34599 (do_one_test): Call check_result.
34600 (test_main): Call check1.
34601 * string/bug-strstr1.c (main): Moved to ...
046f153e 34602 * string/test-strstr.c (check1): Here. New function.
03759f47
L
34603 (do_one_test): Break out result checking code into ...
34604 (check_result): This. New function.
34605 (do_one_test): Call check_result.
34606 (test_main): Call check1.
34607 * string/bug-strcasestr1.c: Removed.
34608 * string/bug-strchr1.c: Likewise.
34609 * string/bug-strstr1.c: Likewise.
34610
53cea63e
L
34611 * elf/Makefile (dl-routines): Add hwcaps.
34612 * elf/dl-support.c (_dl_important_hwcaps): Removed.
34613 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34614 (_dl_important_hwcaps): Moved to ...
34615 * elf/dl-hwcaps.c: Here. New file.
34616 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34617
9cee5585 34618 [BZ #14557]
bb859b06
L
34619 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34620 if IS_IN_rtld isn't defined.
34621
9cee5585
L
34622 * elf/dl-support.c (_dl_sysinfo_map): New.
34623 Include "get-dynamic-info.h" and "setup-vdso.h".
34624 (_dl_non_dynamic_init): Call setup_vdso.
34625 * elf/dynamic-link.h: Don't include <assert.h>.
34626 (elf_get_dynamic_info): Moved to ...
34627 * elf/get-dynamic-info.h: Here. New file.
34628 * elf/dynamic-link.h: Include "get-dynamic-info.h".
34629 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34630 * elf/setup-vdso.h: Here. New file.
34631 * elf/rtld.c: Include "setup-vdso.h".
34632 (dl_main): Call setup_vdso.
34633
23c31b76
JM
346342012-10-05 Joseph Myers <joseph@codesourcery.com>
34635
28234b07
JM
34636 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34637 creal in comment listing functions tested. List finite, isinf,
34638 isnan, isless, islessequal, isgreater, isgreaterequal,
34639 islessgreater, isunordered, lgamma_r and pow10 as functions and
34640 macros not tested. Mention which functions not tested are aliases
34641 for other functions. Fix typo. Note that signs of NaNs are not
34642 tested.
34643
23c31b76
JM
34644 * scripts/config.guess: Update from config.git.
34645 * scripts/config.sub: Likewise.
34646
9043e228
RM
346472012-10-04 Roland McGrath <roland@hack.frob.com>
34648
34649 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34650 * misc/madvise.c (madvise): Renamed to __madvise.
34651 Make madvise a weak alias.
34652 * include/sys/mman.h: Declare __madvise.
34653 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34654 * sysdeps/unix/syscalls.list
34655 (madvise): Make __madvise the strong name, and madvise a weak alias.
34656 * sysdeps/unix/sysv/linux/syscalls.list
34657 (madvise, mmap): Remove redundant entries.
34658 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34659 * malloc/malloc.c (mtrim): Likewise.
34660 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34661
f57f8055
RM
346622012-10-03 Roland McGrath <roland@hack.frob.com>
34663
34664 * sysdeps/mach/hurd/dl-cache.c: File removed.
34665 * config.h.in (USE_LDCONFIG): New #undef.
34666 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34667 * configure: Regenerated.
34668 * elf/Makefile (dl-routines): Add dl-cache only under
34669 [$(use-ldconfig) = yes].
34670 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34671 cache on [USE_LDCONFIG].
34672 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34673 [USE_LDCONFIG].
34674 * elf/rtld.c (dl_main): Likewise.
34675
5bb0c10a
PT
346762012-10-03 Pino Toscano <toscano.pino@tiscali.it>
34677
34678 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34679 _SC_LEVEL4_CACHE_LINESIZE.
34680
010188c6
RM
346812012-10-03 Roland McGrath <roland@hack.frob.com>
34682
34683 * sysdeps/unix/bsd/confstr.h: File removed.
34684
b6c5ec07
AO
346852012-10-02 Alexandre Oliva <aoliva@redhat.com>
34686
34687 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34688 sys/sdt-config.h.
34689
408223d4
RM
346902012-10-02 Roland McGrath <roland@hack.frob.com>
34691
34692 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34693 Make 'mapoff' field ElfW(Off) rather than off_t.
34694
bb9510dc
DL
346952012-10-02 Dmitry V. Levin <ldv@altlinux.org>
34696
fc997c6e
DL
34697 * nscd/Makefile: Remove nscd-cflags and all its users.
34698 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34699 (CFLAGS-nonlib): Add compiler flags for nscd modules.
34700
bb9510dc
DL
34701 [BZ #10631]
34702 * malloc.c (malloc_printerr): Clarify error message.
34703
05699367
L
347042012-10-02 H.J. Lu <hongjiu.lu@intel.com>
34705
34706 [BZ #14648]
34707 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34708 Set bit_FMA_Usable if FMA is supported.
34709 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34710 macro.
34711 (bit_FMA4_Usable): Updated.
34712 (index_FMA_Usable): New macro.
34713 (CPUID_FMA): Likewise
34714 (HAS_FMA): Defined with bit_FMA_Usable.
34715
51367701
RM
347162012-10-01 Roland McGrath <roland@hack.frob.com>
34717
34718 * bits/types.h (__swblk_t): Type removed.
34719 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34720 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34721 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34722 (__SWBLK_T_TYPE): Likewise.
34723 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34724 (__SWBLK_T_TYPE): Likewise.
34725 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34726 (__SWBLK_T_TYPE): Likewise.
34727 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34728 (__SWBLK_T_TYPE): Likewise.
34729
4d57bf63 347302012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 34731 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
34732
34733 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34734 (xdr_mapname): Use YPMAXMAP as maxsize.
34735 (xdr_peername): Use YPMAXPEER as maxsize.
34736 (xdr_keydat): Use YPAXRECORD as maxsize.
34737 (xdr_valdat): Use YPMAXRECORD as maxsize.
34738
93c65d43
RM
347392012-10-01 Roland McGrath <roland@hack.frob.com>
34740
497a03d6
RM
34741 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34742
93c65d43
RM
34743 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34744 * csu/init-first.c: ... here.
34745 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34746 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34747 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34748 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34749 * sysdeps/i386/init-first.c: File removed.
34750 * sysdeps/sh/init-first.c: File removed.
34751
bec749fd
JM
347522012-10-01 Joseph Myers <joseph@codesourcery.com>
34753
34754 [BZ #14645]
34755 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34756 if x * y might underflow to zero and z is zero.
34757 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34758 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34759 * math/libm-test.inc (min_subnorm_value): New variable.
34760 (fma_test): Add more tests.
34761 (fma_test_towardzero): Likewise.
34762 (fma_test_downward): Likewise
34763 (fma_test_upward): Likewise.
34764 (initialize): Set min_subnorm_value.
34765
8ec5b013
JM
347662012-09-29 Joseph Myers <joseph@codesourcery.com>
34767
34768 [BZ #14638]
34769 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34770 0 + 0.
34771 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34772 mode for addition resulting in exact zero.
34773 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34774 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34775 exact 0 + 0.
34776 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34777 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34778 * math/libm-test.inc (fma_test): Add more tests.
34779 (fma_test_towardzero): New function.
34780 (fma_test_downward): Likewise.
34781 (fma_test_upward): Likewise.
34782 (main): Call the new functions.
34783
b1fa802e
DM
347842012-09-28 David S. Miller <davem@davemloft.net>
34785
34786 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34787
d3b9fd9e
RM
347882012-09-28 Roland McGrath <roland@hack.frob.com>
34789
ea4d37b3
RM
34790 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34791 instead of SIGALRM.
34792
ac51c949
RM
34793 * sysdeps/gnu/_G_config.h: Moved to ...
34794 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34795 * sysdeps/mach/hurd/_G_config.h: Moved to ...
34796 * sysdeps/generic/_G_config.h: ... here.
34797
28c195f7
RM
34798 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
34799
848917f9
RM
34800 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34801
6bacf05b
RM
34802 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34803 Conditionalize target on [libnss_test1.so-version].
34804
91363dbb
RM
34805 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34806
cc87f7d8
RM
34807 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34808 (elfobjdir): Move out of conditionals.
34809
b1c608fe
RM
34810 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34811 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34812 (__nss_lookup_function): Conditionalize label remove_from_tree on
34813 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 34814
1d9a6d96
DM
348152012-09-28 David S. Miller <davem@davemloft.net>
34816
34817 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34818 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34819 file.
34820 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34821 sysdep_routines.
34822 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34823 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34824 when HWCAP_SPARC_CRYPTO is present.
34825
72581615
PT
348262012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34827
34828 * io/tst-mknodat.c: Create a FIFO instead of a socket.
34829
715a900c
JL
348302012-09-28 Andreas Schwab <schwab@linux-m68k.org>
34831
34832 [BZ #6530]
34833 * stdio-common/vfprintf.c (process_string_arg): Revert
34834 2000-07-22 change.
34835
348362011-09-28 Jonathan Nieder <jrnieder@gmail.com>
34837
34838 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34839 for testcase.
34840 * stdio-common/tst-sprintf.c: Include <locale.h>
34841 (main): Test sprintf's handling of incomplete multibyte
34842 characters.
34843
9bac1d86
L
348442012-09-28 H.J. Lu <hongjiu.lu@intel.com>
34845
34846 * elf/dl-runtime.c (VERSYMIDX): Removed.
34847 * elf/dl-version.c (VERSYMIDX): Likewise.
34848 * elf/do-rel.h (VERSYMIDX): Likewise.
34849 (VALIDX): Likewise.
34850 * elf/dynamic-link.h (VERSYMIDX): Likewise.
34851 * elf/rtld.c (VALIDX): Likewise.
34852 (ADDRIDX): Likewise.
9bac1d86
L
34853 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34854 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34855 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
34856 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34857 (VALIDX): Likewise.
34858 (ADDRIDX): Likewise.
9bac1d86 34859
b31606c0
PT
348602012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34861
34862 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34863
11541177
JL
348642012-09-28 Dmitry V. Levin <ldv@altlinux.org>
34865
34866 [BZ #11438]
34867 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34868 to global scope.
34869 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34870 addresses are in the same scope as 192.0.2/24.
34871 * posix/gai.conf: Document new scope table defaults.
34872
adb26fae
SP
348732012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34874
34875 [BZ #5298]
34876 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34877 for ftell. Compute offsets from write pointers instead.
34878 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34879
4573c6b0
SP
348802012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34881
34882 [BZ #14543]
34883 * libio/Makefile (tests): New test case tst-fseek.
34884 * libio/tst-fseek.c: New test case to verify that fseek/ftell
34885 combination works in wide mode.
34886 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34887 state when the external buffer state changes.
34888
aa9bbfe6
DM
348892012-09-27 David S. Miller <davem@davemloft.net>
34890
34891 [BZ #14376]
34892 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34893 pass reloc->r_addend in as the 'high' argument to
34894 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34895
784421e7
DM
34896 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34897
c39bc8b8
PT
348982012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34899
34900 * rt/tst-aio2.c: Include <pthread.h>.
34901 * rt/tst-aio3.c: Likewise.
34902
1ccc2399
SE
349032012-09-27 Steve Ellcey <sellcey@mips.com>
34904
34905 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34906
31ed4153
L
349072012-09-27 H.J. Lu <hongjiu.lu@intel.com>
34908
25f5f885
L
34909 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34910 contents on [SHARED].
31ed4153 34911
b7bfe116
MP
349122012-09-26 Marek Polacek <polacek@redhat.com>
34913
34914 [BZ #14530]
34915 [BZ #13741]
34916 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34917 for C++ and GCC <4.3 as well as for non GCC compilers.
34918
43c4edba
MT
349192012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
34920
34921 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34922
6a1bf82f
RM
349232012-09-25 Roland McGrath <roland@hack.frob.com>
34924
34925 * Makefile.in (all, install): Declare with .PHONY.
34926 Reported by Michael Hope <michael.hope@linaro.org>.
34927
8ad11b9a
TMQMF
349282012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34929
34930 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34931 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34932 system header.
34933 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34934 Likewise.
34935 (sydep_routines): Add the new and the internal functions.
34936 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34937 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34939 (GLIBC_2.17): Add the new function.
34940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34941 (GLIBC_2.17): Likewise.
34942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34943 (GLIBC_2.17): Likewise.
34944 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34945 (GLIBC_2.17): Likewise.
34946 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34947
7e2fca8d
AM
349482012-09-25 Alan Modra <amodra@gmail.com>
34949
34950 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34951 Add release barrier before setting once_control to say
34952 initialisation is done. Add hints on lwarx. Use macro in
34953 place of isync.
34954 (clear_once_control): Add release barrier.
34955
b87c4b24
JM
349562012-09-25 Joseph Myers <joseph@codesourcery.com>
34957
d032e0d2
JM
34958 [BZ #13629]
34959 * math/s_clog.c (__clog): Handle more values close to |z| = 1
34960 specially.
34961 * math/s_clog10.c (__clog10): Likewise.
34962 * math/s_clog10f.c (__clog10f): Likewise.
34963 * math/s_clog10l.c (__clog10l): Likewise.
34964 * math/s_clogf.c (__clogf): Likewise.
34965 * math/s_clogl.c (__clogl): Likewise.
34966 * math/Makefile (libm-calls): Add x2y2m1.
34967 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34968 (__x2y2m1): Likewise.
34969 (__x2y2m1l): Likewise.
34970 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34971 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34972 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34973 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34974 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34975 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34976 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34977 * sysdeps/i386/fpu/libm-test-ulps: Update.
34978 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34979
b87c4b24
JM
34980 [BZ #14621]
34981 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34982 int as type of variable DEPTH.
34983 (glob): Use size_t instead of int as type of variables NEWCOUNT
34984 and OLD_PATHC.
34985
6d3bf199
LD
349862012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34987
22bf5c17
LD
34988 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34989 Add s_sincosf-sse2.
34990 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34991 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34992 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34993 macros for using routine as __sincosf_ia32.
34994 Use macro for function declaration and weak_alias.
34995 * sysdeps/i386/fpu/libm-test-ulps: Update.
34996
34997 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34998 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34999
35000 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
35001 subnormal argument.
35002 * math/s_cexpf.c (__cexpf): Likewise.
35003 * math/s_csinf.c (__csinf): Likewise.
35004 * math/s_csinhf.c (__csinhf): Likewise.
35005 * math/s_ctanf.c (__ctanf): Likewise.
35006 * math/s_ctanhf.c (__ctanhf): Likewise.
35007 * math/s_ccosh.c (__ccoshf): Likewise.
35008 * math/s_cexp.c (__cexpl): Likewise.
35009 * math/s_csin.c (__csin): Likewise.
35010 * math/s_csinh.c (__csinh): Likewise.
35011 * math/s_ctan.c (__ctan): Likewise.
35012 * math/s_ctanh.c (ctanh): Likewise.
35013 * math/s_ccoshl.c (__ccoshl): Likewise.
35014 * math/s_cexpl.c (__cexpl): Likewise.
35015 * math/s_csinl.c (__csinl): Likewise.
35016 * math/s_csinhl.c (__csinhl): Likewise.
35017 * math/s_ctanl.c (__ctanl): Likewise.
35018 * math/s_ctanhl.c (__ctanhl): Likewise.
35019
203e5603
JM
350202012-09-25 Joseph Myers <joseph@codesourcery.com>
35021
35022 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35023 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35024 (_IO_off_t): Define to __off_t, not _G_off_t.
35025 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35026 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35027 (_IO_wint_t): Define to wint_t, not _G_wint_t.
35028 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35029 type of __dummy and __dummy2 fields.
35030 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35031 (_G_ssize_t): Likewise.
35032 (_G_off_t): Likewise.
35033 (_G_pid_t): Likewise.
35034 (_G_uid_t): Likewise.
35035 (_G_wchar_t): Likewise.
35036 (_G_wint_t): Likewise.
35037 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35038 (_G_ssize_t): Likewise.
35039 (_G_off_t): Likewise.
35040 (_G_pid_t): Likewise.
35041 (_G_uid_t): Likewise.
35042 (_G_wchar_t): Likewise.
35043 (_G_wint_t): Likewise.
35044 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35045 (_G_ssize_t): Likewise.
35046 (_G_off_t): Likewise.
35047 (_G_pid_t): Likewise.
35048 (_G_uid_t): Likewise.
35049 (_G_wchar_t): Likewise.
35050 (_G_wint_t): Likewise.
35051
9fab36eb
SP
350522012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35053
35054 * malloc/arena.c: Include malloc-sysdep.h.
35055 (shrink_heap): Use check_may_shrink_heap to decide if madvise
35056 is sufficient to shrink the heap or an unmap is needed.
35057 * sysdeps/generic/malloc-sysdep.h: New file. Define
35058 new function check_may_shrink_heap.
35059 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
35060 new function check_may_shrink_heap.
35061
2b4f00d1
SP
350622012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35063
35064 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35065 comments.
35066
9a9028b1
DL
350672012-09-24 Dmitry V. Levin <ldv@altlinux.org>
35068
57c69bef
DL
35069 * catgets/test-gencat.sh: Add "set -e".
35070 * elf/tst-pathopt.sh: Likewise.
35071 * grp/tst_fgetgrent.sh: Likewise.
35072 * iconvdata/run-iconv-test.sh: Likewise.
35073 * intl/tst-gettext.sh: Likewise.
35074 * intl/tst-gettext2.sh: Likewise.
35075 * intl/tst-gettext4.sh: Likewise.
35076 * intl/tst-gettext6.sh: Likewise.
35077 * intl/tst-translit.sh: Likewise.
35078 * io/ftwtest-sh: Likewise.
35079 * libio/test-freopen.sh: Likewise.
35080 * malloc/tst-mtrace.sh: Likewise.
35081 * posix/globtest.sh: Likewise.
35082 * posix/tst-getconf.sh: Likewise.
35083 * posix/wordexp-tst.sh: Likewise.
35084 * stdio-common/tst-printf.sh: Likewise.
35085 * stdio-common/tst-unbputc.sh: Likewise.
35086 * stdlib/tst-fmtmsg.sh: Likewise.
35087 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35088 * catgets/Makefile: Do not specify -e option when running
35089 testsuite shell scripts.
35090 * elf/Makefile: Likewise.
35091 * grp/Makefile: Likewise.
35092 * iconvdata/Makefile: Likewise.
35093 * intl/Makefile: Likewise.
35094 * io/Makefile: Likewise.
35095 * libio/Makefile: Likewise.
35096 * malloc/Makefile: Likewise.
35097 * posix/Makefile: Likewise.
35098 * stdio-common/Makefile: Likewise.
35099 * stdlib/Makefile: Likewise.
35100 * sysdeps/x86_64/Makefile: Likewise.
35101
9a9028b1
DL
35102 * io/ftwtest-sh: Add copyright header.
35103 * posix/globtest.sh: Likewise.
35104 * posix/tst-getconf.sh: Likewise.
35105 * posix/wordexp-tst.sh: Likewise.
35106 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35107
ced6f16e
L
351082012-09-24 H.J. Lu <hongjiu.lu@intel.com>
35109
94b32c39
L
35110 [BZ #13679]
35111 * Makeconfig (+link): Defined as $(+link-static) if
35112 $(build-shared) isn't yes.
35113 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35114 isn't yes.
35115 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35116
189e935b
L
35117 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35118
ced6f16e
L
35119 [BZ #14562]
35120 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35121 new chunk size with MALLOC_ALIGN_MASK.
35122
a9f8e53a
JM
351232012-09-24 Joseph Myers <joseph@codesourcery.com>
35124
35125 [BZ #5044]
35126 * stdio-common/printf_fphex.c: Include <stdbool.h> and
35127 <rounding-mode.h>.
35128 (__printf_fphex): Determine rounding using get_rounding_mode and
35129 round_away.
35130 * stdio-common/tst-printf-round.c (struct hex_test): New
35131 structure.
35132 (hex_tests): New variable.
35133 (test_hex_in_one_mode): New function.
35134 (do_test): Also run tests for hex float output.
35135
43153109
JM
351362012-09-21 Joseph Myers <joseph@codesourcery.com>
35137
35138 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35139 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35140 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35141 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35142 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35143 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35144 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35145 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35146
8a26625d
JM
351472012-09-20 Joseph Myers <joseph@codesourcery.com>
35148
35149 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35150 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35151 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35152 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35153
f3fd569c
DL
351542012-09-19 Dmitry V. Levin <ldv@altlinux.org>
35155
35156 [BZ #14579]
35157 * elf/rtld.c (dl_main): Limit the check for self loading to normal
35158 mode only.
35159 * elf/tst-rtld-load-self.sh: New test.
35160 * elf/Makefile: Run it.
35161
63bbedd4
JM
351622012-09-18 Joseph Myers <joseph@codesourcery.com>
35163
35164 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35165 (tst-writev-ENV): Remove.
35166 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35167
626f8b6a
CM
351682012-09-17 Chris Metcalf <cmetcalf@tilera.com>
35169
35170 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35171
b7aaa4d6
JM
351722012-09-17 Joseph Myers <joseph@codesourcery.com>
35173
35174 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35175 unconditional.
35176 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35177 Likewise.
35178 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35179 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35180 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35181 Likewise.
35182
65513990
L
351832012-09-14 H.J. Lu <hongjiu.lu@intel.com>
35184
35185 [BZ #14587]
35186 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35187 * config.make.in (have-cpp-asm-debuginfo): Removed.
35188 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35189 * configure: Regenerated.
35190
784761be
JM
351912012-09-14 Joseph Myers <joseph@codesourcery.com>
35192
35193 [BZ #5044]
35194 * stdio-common/printf_fp.c: Include <stdbool.h> and
35195 <rounding-mode.h>.
35196 (___printf_fp): Determine rounding using get_rounding_mode and
35197 round_away.
35198 * stdio-common/tst-printf-round.c: New file.
35199 * stdio-common/Makefile (tests): Add tst-printf-round.
35200 (link-libm): New variable.
35201 ($(objpfx)tst-printf-round): Depend in $(link-libm).
35202
9503345f
L
352032012-09-13 H.J. Lu <hongjiu.lu@intel.com>
35204
35205 [BZ #14576]
35206 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35207 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35208 Likewise.
35209 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35210 Likewise.
35211
ad35fc00
JM
352122012-09-13 Joseph Myers <joseph@codesourcery.com>
35213
35214 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35215 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35216 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35217 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35218
6c9b0f68
JM
352192012-09-12 Joseph Myers <joseph@codesourcery.com>
35220
35221 [BZ #14518]
35222 * include/rounding-mode.h: New file.
35223 * sysdeps/generic/get-rounding-mode.h: Likewise.
35224 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35225 * stdlib/strtod_l.c: Include <rounding-mode.h>.
35226 (MAX_VALUE): New macro.
35227 (MIN_VALUE): Likewise.
35228 (overflow_value): New function.
35229 (underflow_value): Likewise.
35230 (round_and_return): Use overflow_value and underflow_value to
35231 determine return values in overflow and underflow cases. Use
35232 round_away to determine rounding depending on rounding mode.
35233 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35234 determine return values in overflow and underflow cases.
35235 * stdlib/tst-strtod-round.c: Include <fenv.h>.
35236 (struct test_results): New structure.
35237 (struct test): Use struct test_results to store expected results
35238 for all rounding modes.
35239 (TEST): Include expected results for all rounding modes.
35240 (test_in_one_mode): New function.
35241 (do_test): Use test_in_one_mode to compute and check results.
35242 Check results for all rounding modes.
35243 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35244 $(link-libm).
35245
19fcedd5
AM
352462012-12-09 Allan McRae <allan@archlinux.org>
35247
1e9d84cd 35248 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 35249
8bbfd2f1
JM
352502012-09-11 Joseph Myers <joseph@codesourcery.com>
35251
35252 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35253 (_G_int32_t): Likewise.
35254 (_G_uint16_t): Likewise.
35255 (_G_uint32_t): Likewise.
35256 (_G_HAVE_BOOL): Likewise.
35257 (_G_HAVE_ATEXIT): Likewise.
35258 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35259 (_G_HAVE_IO_FILE_OPEN): Likewise.
35260 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35261 (_G_int32_t): Likewise.
35262 (_G_uint16_t): Likewise.
35263 (_G_uint32_t): Likewise.
35264 (_G_HAVE_BOOL): Likewise.
35265 (_G_HAVE_ATEXIT): Likewise.
35266 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35267 (_G_HAVE_IO_FILE_OPEN): Likewise.
35268 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35269 (_G_int32_t): Likewise.
35270 (_G_uint16_t): Likewise.
35271 (_G_uint32_t): Likewise.
35272 (_G_HAVE_BOOL): Likewise.
35273 (_G_HAVE_ATEXIT): Likewise.
35274 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35275 (_G_HAVE_IO_FILE_OPEN): Likewise.
35276
b1dc5912
L
352772012-09-11 H.J. Lu <hongjiu.lu@intel.com>
35278
35279 * csu/libc-tls.c: Update copyright years.
35280
0e886ef9
JM
352812012-09-10 Joseph Myers <joseph@codesourcery.com>
35282
28361c5e
JM
35283 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35284 [!_G_USING_THUNKS]: Remove conditional code.
35285 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35286 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35287
0e886ef9
JM
35288 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35289 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35290 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35291 (_G_VTABLE_LABEL_PREFIX): Likewise.
35292 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35293 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35294 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35295 (_G_VTABLE_LABEL_PREFIX): Likewise.
35296 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35297 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35298 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35299 (_G_VTABLE_LABEL_PREFIX): Likewise.
35300 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35301
bcba7aa2
L
353022012-09-10 H.J. Lu <hongjiu.lu@intel.com>
35303
35304 * libio/Makefile: Include ../Makeconfig before tests.
35305 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35306 only if $(build-shared) is yes.
35307
06585ee8
L
35308 * iconv/gconv_db.c: Update copyright years.
35309
80ccd52c
LD
353102012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35311
35312 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35313 unwind info if defined PIC. Fix special cases description.
35314 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35315
35316 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35317 DP_HI_MASK entry.
35318 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35319
691bc9c1
L
353202012-09-07 H.J. Lu <hongjiu.lu@intel.com>
35321
3d9b46b3
L
35322 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35323
de2139a9
L
35324 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35325 is NULL.
35326
5ca78dd0
L
35327 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35328 (LDLIBS-tst-chk4): This.
35329 (LDFLAGS-tst-chk5): Renamed to ...
35330 (LDLIBS-tst-chk5): This.
35331 (LDFLAGS-tst-chk6): Renamed to ...
35332 (LDLIBS-tst-chk6): This.
35333 (LDFLAGS-tst-lfschk4): Renamed to ...
35334 (LDLIBS-tst-lfschk4): This.
35335 (LDFLAGS-tst-lfschk5): Renamed to ...
35336 (LDLIBS-tst-lfschk5): This.
35337 (LDFLAGS-tst-lfschk6): Renamed to ...
35338 (LDLIBS-tst-lfschk6): This.
35339
691bc9c1
L
35340 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35341 on $(common-objpfx)soversions.mk.
35342
65cafb1c
JM
353432012-09-07 Joseph Myers <joseph@codesourcery.com>
35344
35345 [BZ #10014]
35346 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35347 example host name.
35348
c78ab094
SP
353492012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
35350
35351 * malloc/arena.c (arena_get_retry): New function that gets
35352 another arena for the caller to try its request on.
35353 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35354 current arena cannot fulfill the request.
35355 (__libc_memalign): Likewise.
35356 (__libc_memalign): Likewise.
35357 (__libc_pvalloc): Likewise.
35358 (__libc_calloc): Likewise.
35359
01f49f59
JT
353602012-09-05 John Tobey <john.tobey@gmail.com>
35361
35362 [BZ #13542]
35363 * manual/arith.texi (Operations on Complex): Fix description
35364 of carg branch cut.
35365
4c23fed5
JM
353662012-09-06 Joseph Myers <joseph@codesourcery.com>
35367
1d3c8572
JM
35368 [BZ #10014]
35369 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35370 host name.
35371
4c23fed5
JM
35372 [BZ #10038]
35373 * manual/memory.texi (Memory): Make order of menu items match
35374 order of sections.
35375
04570aaa
L
353762012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35377
35378 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35379 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
35380 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35381
b80af2f4
L
353822012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35383
35384 * csu/libc-tls.c (static_dtv): Renamed to ...
35385 (_dl_static_dtv): This. Make it global.
35386 (_dl_initial_dtv): Removed.
35387 (__libc_setup_tls): Updated.
35388 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35389 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35390 DL_INITIAL_DTV.
35391
2abe9f15
PM
353922012-09-06 Petr Machata <pmachata@redhat.com>
35393
35394 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35395 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35396 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35397 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35398
0948c3af
L
353992012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35400
35401 [BZ #14545]
35402 * csu/libc-tls.c (_dl_initial_dtv): New variable.
35403 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35404 freeing dtv[-1].
35405
a5055ad1
L
354062012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35407
35408 [BZ #14544]
35409 * Makeconfig (link-static-before-libc): Replace $(+prector)
35410 with $(+prectorT).
35411 (link-static-after-libc): Replace $(+postctor) with
35412 $(+postctorT).
35413 (link-bounded): Replace $(+prector)/$(+postctor) with
35414 $(+prectorT)/$(+postctorT).
35415 (+prectorT): New macro.
35416 (+postctorT): Likewise.
35417
ed8c2ecd
JM
354182012-09-06 Joseph Myers <joseph@codesourcery.com>
35419
35420 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35421 (round_str): Handle values above the maximum for IBM long double
35422 as inexact.
35423 * stdlib/tst-strtod-round.c (tests): Regenerated.
35424
14c996c8
AK
354252012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35426
35427 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35428 assembler flag.
35429 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35430 zarch_nohighgprs around the zarch optimized routines.
35431 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35432 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35433 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35434 for zarch.
35435
430d6ce6
DM
354362012-09-05 David S. Miller <davem@davemloft.net>
35437
35438 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35439
57f41c40
AS
35440 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35441 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
35442 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35443 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35444 entries.
35445
24d4e01b
AO
354462012-09-05 Alexandre Oliva <aoliva@redhat.com>
35447
35448 * malloc/arena.c: Fold copyright years.
35449 * malloc/mcheck.c, malloc/memusage.c: Likewise.
35450
61d58174
AO
354512012-09-05 Alexandre Oliva <aoliva@redhat.com>
35452
35453 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35454
20196a5e
AO
354552012-09-05 Alexandre Oliva <aoliva@redhat.com>
35456
35457 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
35458
5c447383
AO
354592012-09-05 Alexandre Oliva <aoliva@redhat.com>
35460
35461 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35462 change internal state upon failure.
35463
fad64255
AO
354642012-09-05 Alexandre Oliva <aoliva@redhat.com>
35465
35466 * malloc/mcheck.c (mcheck_check_all): Fix typo.
35467 * malloc/memusage.c (mmap): Likewise.
35468 (mmap64, mremap): Likewise. Adjust name in comment.
35469
1ffb8c90
SP
354702012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35471
35472 * libio/fileops.c: Fix typos in comments.
35473 * libio/oldfileops.c: Likewise.
35474 * libio/wfileops.c: Likewise.
35475
6ef9cc37
SP
354762012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35477
35478 [BZ #1349]
35479 * malloc/Makefile (tests): Add tst-malloc-usable test case.
35480 (tst-malloc-usable-ENV): Set environment for test case.
35481 * malloc/hooks.c (malloc_check_get_size): New function to get
35482 requested size.
35483 * malloc/malloc.c (musable): Use malloc_check_get_size.
35484 * malloc/tst-malloc-usable.c: New test case.
35485
4d038ae3
AS
354862012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35487
35488 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35489
c4e85184
AM
354902012-09-05 Allan McRae <allan@archlinux.org>
35491
b9dafc56 35492 [BZ #13966]
c4e85184
AM
35493 * configure.in (CXX_SYSINCLUDES): Use compiler output to
35494 determine header location.
35495 * configure: Regenerated.
35496
e1343020
AS
354972012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35498
35499 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35500 float format.
35501 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
35502 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35503 format.
e1343020
AS
35504 (test): Regenerate.
35505
0a9f1987
DM
355062012-09-04 David S. Miller <davem@davemloft.net>
35507
35508 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35509 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35510 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35511
29237804
FW
355122012-09-04 Florian Weimer <fweimer@redhat.com>
35513
35514 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35515 failures.
35516
edb3cb88
FW
35517 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35518
60160d83
JM
355192012-09-04 Joseph Myers <joseph@codesourcery.com>
35520
35521 [BZ #9914]
35522 * libio/iogetdelim.c: Include <limits.h>.
35523 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35524 + len + 1 would overflow.
35525
bcd6c8dc
AJ
355262012-09-03 Andreas Jaeger <aj@suse.de>
35527
35528 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35529 * sysdeps/i386/fpu/libm-test-ulps: Update.
35530
4ffffbd2
LD
355312012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35532
35533 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35534 Add s_sinf-sse2, s_conf-sse2.
35535
35536 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35537 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35538 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35539 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35540
35541 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35542 for using routine as __sinf_ia32.
35543 Use macro for function declaration and weak_alias.
35544 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35545 for using routine as __cosf_ia32.
35546 Use macro for function declaration and weak_alias.
35547
35548 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35549 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35550
35551 * sysdeps/x86_64/fpu/s_sinf.S: New file.
35552 * sysdeps/x86_64/fpu/s_cosf.S: New file.
35553 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35554
35555 * math/libm-test.inc (cos_test): Add more test cases.
35556 (sin_test): Likewise.
35557 (sincos_test): Likewise.
35558
511fa286
AK
355592012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35560
35561 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35562 (IFUNC_RESOLVE): Make pointers to the specialized implementations
35563 hidden.
35564 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35565
5f30cfec
L
355662012-09-02 H.J. Lu <hongjiu.lu@intel.com>
35567
35568 [BZ #14538]
35569 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35570 first element of the GOT.
35571 (elf_machine_load_address): Return the difference between
35572 the runtime address of _DYNAMIC and elf_machine_dynamic ().
35573
0786794f
AM
355742012-09-01 Allan McRae <allan@archlinux.org>
35575
5f30cfec
L
35576 [BZ #13412]
35577 * configure.in (AWK): Require gawk version 3.0 or later.
35578 * configure: Regenerated.
0786794f 35579
26889eac
JM
355802012-09-01 Joseph Myers <joseph@codesourcery.com>
35581
35582 * sysdeps/unix/sysv/linux/kernel-features.h
35583 (__ASSUME_POSIX_CPU_TIMERS): Remove.
35584 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35585 [__NR_clock_getres]: Make code unconditional.
35586 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35587 (clock_getcpuclockid): Remove code left unreachable by removal of
35588 conditionals.
35589 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35590 code unconditional.
35591 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35592 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35593 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35594 Make code unconditional.
35595 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35596 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35597 * sysdeps/unix/sysv/linux/clock_settime.c
35598 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35599 conditional code.
35600 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35601 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35602
d22e28b0
L
356032012-08-29 H.J. Lu <hongjiu.lu@intel.com>
35604
35605 [BZ #14476]
35606 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35607 scripts/test-installation.pl.
35608
35609 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35610 and $ld_so_version if it is set.
35611
050af9c4
SP
356122012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35613
35614 [BZ #14516]
35615 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35616 failure if reading from procfs failed.
35617 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35618
ad845c0b
JM
356192012-08-27 Joseph Myers <joseph@codesourcery.com>
35620
35621 * sysdeps/unix/sysv/linux/kernel-features.h
35622 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35623 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35624 Remove conditional code.
35625 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35626 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35627 Remove conditional code.
35628 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35629 * sysdeps/unix/sysv/linux/i386/fxstat.c
35630 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35631 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35632 * sysdeps/unix/sysv/linux/i386/fxstatat.c
35633 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35634 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35635 * sysdeps/unix/sysv/linux/i386/lxstat.c
35636 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35637 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35638 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35639 Remove conditional code.
35640 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35641 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35642 Remove conditional code.
35643 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35644 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35645 <kernel-features.h>.
35646 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35647 Remove.
35648 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35649 Remove conditional code.
35650 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35651 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35652 Remove conditional.
35653
5dbf56af
MF
356542012-08-27 Mike Frysinger <vapier@gentoo.org>
35655
35656 [BZ #5400]
35657 * NEWS: Add fixed bug number.
35658
d6e70f43
JM
356592012-08-27 Joseph Myers <joseph@codesourcery.com>
35660
7efb4737
JM
35661 [BZ #14519]
35662 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35663 underflowing exponent in case of negative sign.
35664 * stdlib/tst-strtod-round-data: Add more tests.
35665 * stdlib/tst-strtod-round.c (tests): Regenerated.
35666
af92131a
JM
35667 [BZ #3479]
35668 * stdlib/strtod_l.c (NDIG): Remove.
35669 (HEXNDIG): Likewise.
35670 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35671 smallest representable value.
35672 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35673 lie within an exact representation of 1/2 ulp of the result.
35674 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35675 unconditionally.
35676 (TENS_P9_IDX): Define unconditionally.
35677 (TENS_P9_SIZE): Likewise.
35678 (TENS_P10_IDX): Likewise.
35679 (TENS_P10_SIZE): Likewise.
35680 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35681 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35682 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35683 entries for 10^2^13 and 10^2^14.
35684 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35685 (TENS_P13_IDX): Define.
35686 (TENS_P13_SIZE): Likewise.
35687 (TENS_P14_IDX): Likewise.
35688 (TENS_P14_SIZE): Likewise.
35689 (_fpioconst_pow10): Change array size to
35690 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
35691 unconditional.
35692 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35693 1024]: Add entries for 10^2^13 and 10^2^14.
35694 [LAST_POW10 > _LAST_POW10]: Remove #error.
35695 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35696 (_fpioconst_pow10): Change array size to
35697 FPIOCONST_POW10_ARRAY_SIZE.
35698 * stdlib/gen-fpioconst.c: New file.
35699 * stdlib/gen-tst-strtod-round.c: Likewise.
35700 * stdlib/tst-strtod-round-data: Likewise.
35701 * stdlib/tst-strtod-round.c: Likewise.
35702 * stdlib/Makefile (tests): Add tst-strtod-round.
35703
d6e70f43
JM
35704 [BZ #14459]
35705 * stdlib/strtod_l.c: Include <stdint.h>.
35706 (NDEBUG): Do not define.
35707 (round_and_return): Change EXPONENT parameter to type intmax_t.
35708 Rearrange calculations to avoid internal overflow possibilities.
35709 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35710 Rearrange calculations to avoid internal overflow possibilities.
35711 Assert that number fits inside MPNSIZE limbs.
35712 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35713 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
35714 calculations and add assertions to avoid internal overflow
35715 possibilities. Add casts to avoid signed/unsigned operations.
35716 * stdlib/tst-strtod-overflow.c: New file.
35717 * stdlib/Makefile (tests): Add tst-strtod-overflow.
35718
1f529f7d
MP
357192012-08-25 Marek Polacek <polacek@redhat.com>
35720
35721 * time/time.h: Fix some typos in comments.
35722
59a629f1
RM
357232012-08-23 Roland McGrath <roland@hack.frob.com>
35724
35725 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35726 * posix/tst-rfc3484-2.c: Likewise.
35727 * posix/tst-rfc3484-3.c: Likewise.
35728
d3bafbc9
SM
357292012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
35730
35731 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35732 (EF_ARM_ABI_FLOAT_HARD): Likewise.
35733
4efcc022
JM
357342012-08-23 Joseph Myers <joseph@codesourcery.com>
35735
35736 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35737 #include of fxstatat64.c.
35738
3cc3ef96
RM
357392012-08-22 Roland McGrath <roland@hack.frob.com>
35740
f04e2132
RM
35741 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35742 * shadow/getspent_r.c: Likewise.
35743 * shadow/getspnam.c: Likewise.
35744 * shadow/getspnam_r.c: Likewise.
35745 * gshadow/getsgent.c: Likewise.
35746 * gshadow/getsgent_r.c: Likewise.
35747 * gshadow/getsgnam.c: Likewise.
35748 * gshadow/getsgnam_r.c: Likewise.
35749 * inet/getnetbyad.c: Likewise.
35750 * inet/getnetbyad_r.c: Likewise.
35751 * inet/getnetbynm.c: Likewise.
35752 * inet/getnetbynm_r.c: Likewise.
35753 * inet/getnetent.c: Likewise.
35754 * inet/getnetent_r.c: Likewise.
35755 * inet/getproto.c: Likewise.
35756 * inet/getproto_r.c: Likewise.
35757 * inet/getprtent.c: Likewise.
35758 * inet/getprtent_r.c: Likewise.
35759 * inet/getprtname.c: Likewise.
35760 * inet/getprtname_r.c: Likewise.
35761 * inet/getrpcbyname.c: Likewise.
35762 * inet/getrpcbyname_r.c: Likewise.
35763 * inet/getrpcbynumber.c: Likewise.
35764 * inet/getrpcbynumber_r.c: Likewise.
35765 * inet/getrpcent.c: Likewise.
35766 * inet/getrpcent_r.c: Likewise.
35767 * inet/getaliasent.c: Likewise.
35768 * inet/getaliasent_r.c: Likewise.
35769 * inet/getaliasname.c: Likewise.
35770 * inet/getaliasname_r.c: Likewise.
35771 * nscd/getgrgid_r.c: Likewise.
35772 * nscd/getgrnam_r.c: Likewise.
35773 * nscd/gethstbyad_r.c: Likewise.
35774 * nscd/gethstbynm3_r.c: Likewise.
35775 * nscd/getpwnam_r.c: Likewise.
35776 * nscd/getpwuid_r.c: Likewise.
35777 * nscd/getsrvbynm_r.c: Likewise.
35778 * nscd/getsrvbypt_r.c: Likewise.
35779 * nscd/gai.c: Likewise.
35780
c53d909c
RM
35781 * configure.in (build_nscd): New substituted variable, set
35782 by --disable-build-nscd and defaults to $use_nscd.
35783 * configure: Regenerated.
35784 * config.make.in (build-nscd): New substituted variable.
35785 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35786 Change conditional to require [$(build-nscd) = yes] as well.
35787 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35788
3cc3ef96
RM
35789 [BZ# 13696]
35790 * configure.in (use_nscd): New substituted variable, set by
35791 --disable-nscd. If enabled, define USE_NSCD.
35792 * configure: Regenerated.
35793 * config.h.in: Add USE_NSCD.
35794 * config.make.in (use-nscd): New substituted variable.
35795 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35796 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35797 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35798 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35799 (CFLAGS-getgrnam_r.c): Likewise.
35800 (CFLAGS-initgroups.c): Likewise.
35801 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35802 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35803 Variables removed.
35804 * inet/getnetgrent_r.c
35805 (nscd_setnetgrent): New function, broken out of ...
35806 (setnetgrent): ... here. Call it.
35807 (innetgr): Conditionalize nscd bits on [USE_NSCD].
35808 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35809 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35810 * nscd/Makefile (routines, aux): Move definitions after include of
35811 Makeconfig. Conditionalize on [$(use-nscd) != no].
35812 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35813 Conditionalize on [USE_NSCD].
35814 (is_nscd, nscd_init_cb): Likewise.
35815 (nss_load_library): Conditionalize init callback on [USE_NSCD].
35816 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35817 * nss/nss_db/db-init.c: Likewise.
35818 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35819 [USE_NSCD].
35820 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35821 (make_request): Use it.
35822 (cache_valid_p): New function.
35823 (__check_pf): Use it.
35824 * NEWS: Add item for --disable-nscd.
35825
07e51550
DL
358262012-08-22 Dmitry V. Levin <ldv@altlinux.org>
35827
35828 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35829 to support sed >= 4.2.1-20-ga9bf076.
35830 * configure: Regenerated.
35831
35a5b08b
RM
358322012-08-22 Roland McGrath <roland@hack.frob.com>
35833
35834 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35835 Conditionalize whole body on [IREL].
35836
8479f23a
JL
358372012-08-22 Jeff Law <law@redhat.com>
35838
35839 [BZ #14505]
35840 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35841 if the family is PF_UNSPEC.
35842
48da0b21
MF
358432012-08-22 Mike Frysinger <vapier@gentoo.org>
35844
35845 * Makerules (lib-version): Rename from V.
35846 (install-lib-nosubdir): Change V to lib-version.
35847
15d0da8c
WS
358482012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
35849
35850 [BZ #14252]
35851 * powerpc32/power6/wcschr.c: New file.
35852 * powerpc32/power6/wcscpy.c: New file.
35853 * powerpc32/power6/wcsrchr.c: New file.
35854 * powerpc64/power6/wcschr.c: New file.
35855 * powerpc64/power6/wcscpy.c: New file.
35856 * powerpc64/power6/wcsrchr.c: New file.
35857
bcca0895
MK
358582012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35859
35860 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35861 (two_way_short_needle): Use it.
5a4aaa33
RM
35862 * string/strstr.c (AVAILABLE1_USES_J): Define.
35863 * string/strcasestr.c: Likewise.
99677e57
MK
35864
35865 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35866 array references.
35867 * string/strcasestr.c (TOLOWER): Make side-effect safe.
35868
400726de
MK
35869 [BZ #11607]
35870 * NEWS: Add an entry.
35871 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35872 define their defaults.
35873 (two_way_short_needle): Detect end-of-string on-the-fly.
35874 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35875 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35876 * string/bug-strcasestr1.c: New test.
35877 * string/Makefile: Run it.
35878
20a71f2c
MK
358792012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35880
35881 [BZ #11607]
35882 * string/str-two-way.h (two_way_short_needle): Optimize matching of
35883 the first character.
35884
21ad0558
RM
358852012-08-21 Roland McGrath <roland@hack.frob.com>
35886
35887 * csu/elf-init.c (__libc_csu_irel): Function removed.
35888 * csu/libc-start.c (apply_irel): New function.
35889 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35890
0e1d9911
JM
358912012-08-21 Joseph Myers <joseph@codesourcery.com>
35892
35893 * sysdeps/unix/sysv/linux/kernel-features.h
35894 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35895 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35896 <kernel-features.h>.
35897 [__NR_fadvise64_64]: Make code unconditional.
35898 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35899 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35900 !__NR_fadvise64_64)]: Likewise.
35901 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35902 !__NR_fadvise64_64))]: Likewise.
35903 [__NR_fadvise64]: Make code unconditional.
35904 [!__NR_fadvise64]: Remove conditional code.
35905 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35906 <kernel-features.h>.
35907 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35908 unconditional.
35909 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35910 conditional code.
35911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35912 not include <kernel-features.h>.
35913 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35914 unconditional.
35915 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35916 conditional code.
35917 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35918 include <kernel-features.h>.
35919 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35920 unconditional.
35921 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35922 conditional code.
35923
14a50c9d
WS
359242012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
35925
35926 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35927 slight instruction rearrangements per scrollpipe analysis.
35928 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35929
c0f4faf0
RM
359302012-08-20 Roland McGrath <roland@hack.frob.com>
35931
696da859
RM
35932 * manual/syslog.texi (syslog; vsyslog, closelog):
35933 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35934 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35935
c0f4faf0
RM
35936 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35937 DSOCAPS to match condition on defining it.
35938
348363b2
JM
359392012-08-20 Joseph Myers <joseph@codesourcery.com>
35940
a35cbf28
JM
35941 * sysdeps/unix/sysv/linux/kernel-features.h
35942 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35944 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35945 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35946 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35947 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35948 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35949 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35950 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35951 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35952
445f7ecd
JM
35953 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35954 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35955
348363b2
JM
35956 * sysdeps/unix/sysv/linux/kernel-features.h
35957 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35958 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35959 unconditional.
35960 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35961 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35962 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35963 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35964 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35965 Make code unconditional.
35966 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35967 (__mmap64) [!__NR_mmap2]: Likewise.
35968 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35969 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35970 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35971 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35972 [__NR_mmap2]: Make code unconditional.
35973 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35974 (__mmap64) [!__NR_mmap2]: Likewise.
35975
bc5bc0e5
AK
359762012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35977
35978 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35979
88d506de
AJ
359802012-08-18 Andreas Jaeger <aj@suse.de>
35981
35982 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35983
493387d2
MF
359842012-08-18 Mike Frysinger <vapier@gentoo.org>
35985
35986 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35987 * include/unistd.h (__have_sock_cloexec): Likewise.
35988 (__have_pipe2): Likewise.
35989 (__have_dup3): Likewise.
35990
a277af22
MF
359912012-08-18 Mike Frysinger <vapier@gentoo.org>
35992
35993 [BZ #9685]
35994 * include/unistd.h (__have_pipe2): Change define into an extern int.
35995 (__have_dup3): Likewise.
35996 * socket/have_sock_cloexec.c: Include fcntl.h.
35997 (__have_pipe2): New variable.
35998 (__have_dup3): Likewise.
35999
fdab8fd3
MF
360002012-08-17 Mike Frysinger <vapier@gentoo.org>
36001
36002 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36003
31035e80
MP
360042012-08-17 Marek Polacek <polacek@redhat.com>
36005
36006 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36007 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36008
3bd9e993
RM
360092012-08-17 Roland McGrath <roland@hack.frob.com>
36010
c91c505f
RM
36011 * configure.in: Add AC_SUBST for sysheaders.
36012 * configure: Regenerated.
36013 * config.make.in (sysheaders): New substituted variable.
36014
7c6f9d53
RM
36015 * sysdeps/unix/mkfifo.c: Moved ...
36016 * sysdeps/posix/mkfifo.c: ... here.
36017 * sysdeps/unix/mkfifoat.c: Moved ...
36018 * sysdeps/posix/mkfifoat.c: ... here.
36019
36020 * sysdeps/unix/utime.c: Moved ...
36021 * sysdeps/posix/utime.c: ... here.
36022
36023 * sysdeps/unix/time.c: Moved ...
36024 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
36025 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36026 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
36027
36028 * sysdeps/unix/nice.c: Moved ...
36029 * sysdeps/posix/nice.c: ... here.
36030
36031 * sysdeps/unix/alarm.c: Moved ...
36032 * sysdeps/posix/alarm.c: ... here.
36033
3bd9e993
RM
36034 * intl/Makefile ($(codeset_mo)): Depend on the input file.
36035
d1f09384
JL
360362012-08-17 Jeff Law <law@redhat.com>
36037
36038 * intl/Makefile (codeset_mo): New variable.
36039 ($(codeset_mo)): New target.
36040 (tst-codeset.out): Depend on that. Remove explicit rule.
36041 (tst-gettext3.out, tst-gettext5.out): Likewise.
36042 (LOCPATH-ENV, tst-codeset-ENV): New variables.
36043 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36044 * intl/tst-codeset.sh: Remove.
36045 * intl/tst-gettext3.sh: Likewise.
36046 * intl/tst-gettext5.sh: Likewise.
36047
2ae1ae5c
RM
360482012-08-17 Roland McGrath <roland@hack.frob.com>
36049
c31fdb83
RM
36050 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
36051 * sysdeps/unix/syscalls.list: ... here.
36052
a0844057
RM
36053 * sysdeps/posix/getaddrinfo.c
36054 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36055 (gaiconf_init, gaiconf_reload): Use them.
36056 [!_STATBUF_ST_NSEC]
36057 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36058 Define using time_t rather than struct timespec.
36059
750c1f2a
RM
36060 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36061 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36062 Macros removed.
36063 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36064 [!NO_THREADS].
36065 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36066 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36067 Likewise.
36068
2ae1ae5c
RM
36069 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36070 __libc_cleanup_push argument.
36071
e66a42f5
RM
36072 * bits/param.h: New file.
36073 * misc/sys/param.h: New file.
36074 * include/sys/param.h: New file.
36075 * misc/Makefile (headers): Add bits/param.h.
36076 * sysdeps/generic/sys/param.h: File removed.
36077 * sysdeps/unix/sysv/linux/bits/param.h: New file.
36078 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36079 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 36080 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 36081
b7c08a66
RM
36082 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36083 last change.
36084
b2e1c562
RM
36085 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36086 [_IO_MTSAFE_IO].
36087 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36088 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36089 New macros.
36090
c75ccd4c
RM
36091 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36092 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36093 rather than -D_IO_MTSAFE_IO conditionally.
36094 * stdio-common/Makefile (CPPFLAGS): Likewise.
36095 * wcsmbs/Makefile (CPPFLAGS): Likewise.
36096 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36097 Use $(libio-mtsafe).
36098 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36099 of -D_IO_MTSAFE_IO.
36100 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36101 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36102 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36103 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36104 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36105 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36106 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36107 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36108 (CFLAGS-fread_u_chk.c): Likewise.
36109 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36110 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36111 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36112 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36113 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36114 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36115 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36116 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36117 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36118
36119 * libio/Makefile: Test [$(libc-reentrant) = yes]
36120 instead of [$(filter %REENTRANT, $(defines)) nonempty].
36121
36122 * Makeconfig
36123 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36124 * sysdeps/pthread/configure: File removed.
36125 * sysdeps/pthread/Makeconfig: New file.
36126 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36127 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36128
d9195db8
GB
361292012-08-16 Gary Benson <gbenson@redhat.com>
36130
36131 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36132 unmapping the first object in a namespace.
36133
86466cd9
RM
361342012-08-16 Roland McGrath <roland@hack.frob.com>
36135
36136 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36137 (__internal_setnetgrent): ... this. Add internal_function to
36138 definition. Add libc_hidden_def.
36139 (setnetgrent): Update caller.
36140 (internal_endnetgrent): Renamed to ...
36141 (__internal_endnetgrent): ... this. Add internal_function to
36142 definition. Add libc_hidden_def.
36143 (endnetgrent): Update caller.
36144 (internal_getnetgrent_r): Renamed to ...
36145 (__internal_getnetgrent_r): ... this. Add internal_function to
36146 definition. Add libc_hidden_def.
36147 (__getnetgrent_r): Update caller.
36148 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
36149
c3c8283c
JM
361502012-08-16 Joseph Myers <joseph@codesourcery.com>
36151
36152 * stdlib/longlong.h: Update from GCC.
36153
db1ee0a8
RM
361542012-08-16 Roland McGrath <roland@hack.frob.com>
36155
36156 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36157 on _QL, which is set by umul_ppmm but never used.
36158 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36159 variables, which are set by GMP macros but never used.
36160 * stdio-common/_itowa.c (_itowa): Likewise.
36161 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36162 * stdlib/mod_1.c (mpn_mod_1): Likewise.
36163
30f69637
CD
361642012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
36165
36166 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36167 struct La_sh_regs is not constant.
36168 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36169 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36170 and struct La_sparc64_regs are not constant.
36171
93a78ac4
JM
361722012-08-16 Joseph Myers <joseph@codesourcery.com>
36173
36174 * sysdeps/unix/sysv/linux/kernel-features.h
36175 (__ASSUME_POSIX_TIMERS): Remove.
36176 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36177 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36178 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36179 Make code unconditional.
36180 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36181 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36182 Make code unconditional.
36183 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36184 * sysdeps/unix/sysv/linux/clock_nanosleep.c
36185 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36186 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36187 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36188 Make code unconditional.
36189 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36190 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36191 (__libc_missing_posix_timers): Remove.
36192
dd924cd7
RM
361932012-08-15 Roland McGrath <roland@hack.frob.com>
36194
4b4f2771
RM
36195 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36196 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36197
601c888b
RM
36198 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36199
176790a7
RM
36200 * elf/dl-sym.c: Include <stdlib.h>.
36201
329bc018
RM
36202 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36203 constants, which avoids warnings in 32-bit builds.
36204
e04e272d
RM
36205 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36206 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36207
952bf94a
RM
36208 * misc/lseek.c: File moved to ...
36209 * io/lseek.c: ... here.
36210
7c99b50a
RM
36211 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36212
dd924cd7
RM
36213 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36214 shifting LEN more than 31 bits at once.
36215
b3f479a8
LD
362162012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36217
36218 [BZ #14195]
8c4ae0d4
RM
36219 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36220 segmentation fault for a case of two empty input strings.
b3f479a8
LD
36221 * string/test-strncasecmp.c (check1): Renamed to...
36222 (bz12205): ...this.
36223 (bz14195): Add new testcase for two empty input strings and N > 0.
36224 (test_main): Call new testcase, adapt for renamed function.
36225
9c55864e
AJ
362262012-08-15 Andreas Jaeger <aj@suse.de>
36227
36228 [BZ #14090]
36229 * crypt/md5test2.c: New test, based on test supplied by Serge
36230 Belyshev <belyshev@depni.sinp.msu.ru>.
36231 * crypt/Makefile (xtests): Add md5test-giant..
36232 * crypt/Makefile ($(objpfx)md5test-giant): Add.
36233
02dcb6c5
PE
362342012-08-15 Paul Eggert <eggert@cs.ucla.edu>
36235
36236 [BZ #14090]
36237 * crypt/md5.c (md5_process_block): Don't assume the buffer
36238 length is less than 2**32.
36239 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36240 length is less than 2**64.
36241
a3f95dcc
RM
362422012-08-15 Roland McGrath <roland@hack.frob.com>
36243
be75d758
RM
36244 * string/str-two-way.h: Include <sys/param.h>.
36245 (MAX): Macro removed.
36246
7312ca90
RM
36247 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36248 Move #define and #undef of memmove to just before and after
36249 including <string.h>.
36250
9a0a5486
RM
36251 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36252 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36253 and after including <string.h>. Move declarations of
36254 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36255 to before #include "string/memmove.c".
36256
67cc348d
RM
36257 * include/dirent.h: Declare __getdirentries.
36258
a3f95dcc
RM
36259 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36260 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36261
ca98e171
MF
362622012-08-14 Mike Frysinger <vapier@gentoo.org>
36263
36264 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36265 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36266 * sysdeps/i386/configure: Regenerated.
36267 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36268 STABS_CURRENT_FILE, and STABS_FUN.
36269 (END): Remove call to STABS_FUN_END.
36270 (STABS_CURRENT_FILE1): Delete.
36271 (STABS_CURRENT_FILE): Likewise.
36272 (STABS_FUN): Likewise.
36273 (STABS_FUN_END): Likewise.
36274 (STABS_FUN2): Likewise.
36275 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36276 * sysdeps/x86_64/configure: Regenerated.
36277
5908bf46
RM
362782012-08-14 Roland McGrath <roland@hack.frob.com>
36279
36280 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 36281 * elf/dl-lookup.c: Likewise.
5908bf46 36282
f2c05b9e
JM
362832012-08-14 Joseph Myers <joseph@codesourcery.com>
36284
36285 * sysdeps/unix/sysv/linux/kernel-features.h
36286 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36287 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36288 unconditionally.
36289 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36290 unconditionally.
36291 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36292 condition on __ASSUME_CLONE_THREAD_FLAGS.
36293
e11f5155
AJ
362942012-08-14 Andreas Jaeger <aj@suse.de>
36295
36296 * sysdeps/i386/fpu/libm-test-ulps: Update.
36297
51a9ba86
MK
362982012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
36299
2fdd4f78
AJ
36300 * include/atomic.h (atomic_exchange_and_add): Split into ...
36301 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36302 New atomic macros.
51a9ba86 36303
ba6cba9e
MT
363042012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
36305
36306 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36307
42443a47
JL
363082012-08-13 Jeff Law <law@redhat.com>
36309
36310 * manual/stdio.texi (snprintf): Clarify handling of the trailing
36311 null byte in the output string.
36312
121dce05
JM
363132012-08-10 Joseph Myers <joseph@codesourcery.com>
36314
36315 * sysdeps/unix/sysv/linux/kernel-features.h
36316 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36317 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36318 (__ASSUME_ARG_MAX_STACK_BASED): Define.
36319 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36320 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36321 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
36322 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36323
bf51f568
JL
363242012-08-09 Jeff Law <law@redhat.com>
36325
36326 [BZ #13939]
36327 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36328 When avoid_arena is set, don't retry in the that arena. Pick the
36329 next one, whatever it might be.
36330 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36331 (arena_lock): Pass in new parameter to arena_get2.
36332 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36333 arena_get2.
36334 (__libc_malloc): Unify retrying after main arena failure with
36335 __libc_memalign version.
36336 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36337
f85fa270
L
363382012-08-09 H.J. Lu <hongjiu.lu@intel.com>
36339
36340 [BZ #14166]
36341 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36342 to __redirect_strstr.
36343 (__strstr_sse42): Use typeof __redirect_strstr.
36344 (__strstr_ia32): Likewise.
36345 (__libc_strstr): New prototype.
36346 (strstr): Renamed to ...
36347 (__libc_strstr): This.
36348 (strstr): New strong alias of __libc_strstr.
36349 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36350 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36351 __redirect_time.
36352 Include <time.h>.
36353 (__libc_time): New prototype.
36354 (time_ifunc): Replace time with __libc_time.
36355 (time): New strong alias and hidden definition of __libc_time.
36356 (__GI_time): Remove strong alias.
36357 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36358 Include <stddef.h>.
36359 (memmove): Redefined to __redirect_memmove.
36360 (__memmove_sse2): Use typeof __redirect_memmove.
36361 (__memmove_ssse3): Likewise.
36362 (__memmove_ssse3_back): Likewise.
36363 (__libc_memmove): New prototype.
36364 (memmove): Renamed to ...
36365 (__libc_memmove): This.
36366 (memmove): New strong alias of __libc_memmove.
36367
33b4a91e
MS
363682012-08-08 Mark Salter <msalter@redhat.com>
36369
36370 * elf/elf.h
36371 (R_MN10300_TLS_GD): Define.
36372 (R_MN10300_TLS_LD): Likewise.
36373 (R_MN10300_TLS_LDO): Likewise.
36374 (R_MN10300_TLS_GOTIE): Likewise.
36375 (R_MN10300_TLS_IE): Likewise.
36376 (R_MN10300_TLS_LE): Likewise.
36377 (R_MN10300_TLS_DTPMOD): Likewise.
36378 (R_MN10300_TLS_DTPOFF): Likewise.
36379 (R_MN10300_TLS_TPOFF): Likewise.
36380 (R_MN10300_SYM_DIFF): Likewise.
36381 (R_MN10300_ALIGN): Likewise.
36382 (R_MN10300_NUM): Update.
36383
b36137f1
JM
363842012-08-08 Joseph Myers <joseph@codesourcery.com>
36385
36386 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36387 Remove.
36388
cdd915fd
RM
363892012-08-08 Roland McGrath <roland@hack.frob.com>
36390
a2433aac
RM
36391 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36392
cdd915fd
RM
36393 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36394 sysdeps/unix -> sysdeps/posix move.
36395 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36396
bf9b740a
AM
363972012-08-07 Allan McRae <allan@archlinux.org>
36398
36399 [BZ #14303]
36400 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36401 (SUNOS_CPP): Likewise.
36402 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36403 not found.
36404 (open_input): Call CPP using execvp.
36405
93df14ee
JM
364062012-08-07 Joseph Myers <joseph@codesourcery.com>
36407
36408 * sysdeps/unix/sysv/linux/kernel-features.h
36409 (__ASSUME_PROT_GROWSUPDOWN): Remove.
36410 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36411 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36412 (__ASSUME_WAITID_SYSCALL): Likewise.
36413 * sysdeps/unix/sysv/linux/dl-execstack.c
36414 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36415 code unconditional.
36416 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36417 conditional code.
36418 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36419 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36420 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36421 code.
36422 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36423 unconditional.
36424 [__ASSUME_WAITID_SYSCALL]: Likewise.
36425 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36426
d34689de
RM
364272012-08-07 Roland McGrath <roland@hack.frob.com>
36428
a281decc
RM
36429 * sysdeps/unix/closedir.c: Renamed to ...
36430 * sysdeps/posix/closedir.c: ... here.
36431 * sysdeps/unix/dirfd.c: Renamed to ...
36432 * sysdeps/posix/dirfd.c: ... here.
36433 * sysdeps/unix/dirstream.h: Renamed to ...
36434 * sysdeps/posix/dirstream.h: ... here.
36435 * sysdeps/unix/fdopendir.c: Renamed to ...
36436 * sysdeps/posix/fdopendir.c: ... here.
36437 * sysdeps/unix/opendir.c: Renamed to ...
36438 * sysdeps/posix/opendir.c: ... here.
36439 * sysdeps/unix/readdir.c: Renamed to ...
36440 * sysdeps/posix/readdir.c: ... here.
36441 * sysdeps/unix/readdir_r.c: Renamed to ...
36442 * sysdeps/posix/readdir_r.c: ... here.
36443 * sysdeps/unix/rewinddir.c: Renamed to ...
36444 * sysdeps/posix/rewinddir.c: ... here.
36445 * sysdeps/unix/seekdir.c: Renamed to ...
36446 * sysdeps/posix/seekdir.c: ... here.
36447 * sysdeps/unix/telldir.c: Renamed to ...
36448 * sysdeps/posix/telldir.c: ... here.
36449 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36450 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36451 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36452 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36453
22895b47
RM
36454 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36455 * bits/fcntl.h: ... here.
36456
707a53b6
RM
36457 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36458 not 0.
36459 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36460 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36461 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36462 (struct flock): Move l_start, l_len to the beginning.
36463 Use __pid_t for l_pid.
36464 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36465 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36466 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36467 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36468 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36469 [__USE_LARGEFILE64] (struct flock64): New type.
36470 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36471
f0bd3e25
RM
36472 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36473 * bits/dirent.h: ... here.
36474
d34689de
RM
36475 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36476 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36477
6dad2c06
JM
364782012-08-07 Joseph Myers <joseph@codesourcery.com>
36479
36480 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36481 Change from 2.6.0 to 2.6.16.
36482 * sysdeps/unix/sysv/linux/configure: Regenerated.
36483 * sysdeps/unix/sysv/linux/kernel-features.h
36484 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36485 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36486 version.
36487 (__ASSUME_UTIMES): Likewise.
36488 (__ASSUME_CLONE_STOPPED): Remove.
36489 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36490 architectures, not kernel version.
36491 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36492 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36493 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36494 (__ASSUME_WAITID_SYSCALL): Likewise.
36495 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36496 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36497 * README: State 2.6.16 as minimum Linux kernel version. Do not
36498 refer to older versions.
36499
03af9520
RM
365002012-08-06 Roland McGrath <roland@hack.frob.com>
36501
8e49df1d
RM
36502 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36503 Define alphasort64 as an alias.
36504 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36505 Define versionsort64 as an alias.
36506 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36507 Define scandir64 as an alias.
36508 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36509 Define scandirat64 as an alias.
36510 * dirent/alphasort64.c (alphasort64):
36511 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36512 * dirent/versionsort64.c: Likewise.
36513 * dirent/scandir64.c: Likewise.
36514 * dirent/scandirat64.c: Likewise.
36515 * sysdeps/wordsize-64/alphasort.c: File removed.
36516 * sysdeps/wordsize-64/alphasort64.c: File removed.
36517 * sysdeps/wordsize-64/scandir.c: File removed.
36518 * sysdeps/wordsize-64/scandir64.c: File removed.
36519 * sysdeps/wordsize-64/scandirat.c: File removed.
36520 * sysdeps/wordsize-64/scandirat64.c: File removed.
36521 * sysdeps/wordsize-64/versionsort.c: File removed.
36522 * sysdeps/wordsize-64/versionsort64.c: File removed.
36523 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36524 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36525 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36526 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36527 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36528 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36529 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36530 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36531
36532 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36533 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36534 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36535 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36536 [defined __arch64__ || defined __sparcv9]
36537 (__INO_T_MATCHES_INO64_T): New macro.
36538 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36539 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36540 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36541 * sysdeps/unix/sysv/linux/bits/dirent.h
36542 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36543 (_DIRENT_MATCHES_DIRENT64): New macro.
36544
03af9520
RM
36545 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36546 Define lockf64 as an alias.
36547 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36548 Define fseeko64 as an alias.
36549 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36550 Define ftello64 as an alias.
36551 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36552 Define _IO_fgetpos64 and fgetpos64 as aliases.
36553 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36554 Define _IO_fsetpos64 and fsetpos64 as aliases.
36555 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36556 Conditionalize body on this.
36557 * libio/fseeko64.c: Likewise.
36558 * libio/ftello64.c: Likewise.
36559 * libio/iofgetpos64.c: Likewise.
36560 * libio/iofsetpos64.c: Likewise.
36561 * sysdeps/wordsize-64/lockf.c: File removed.
36562 * sysdeps/wordsize-64/lockf64.c: File removed.
36563 * sysdeps/wordsize-64/fseeko.c: File removed.
36564 * sysdeps/wordsize-64/fseeko64.c: File removed.
36565 * sysdeps/wordsize-64/ftello.c: File removed.
36566 * sysdeps/wordsize-64/ftello64.c: File removed.
36567 * sysdeps/wordsize-64/iofgetpos.c: File removed.
36568 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36569 * sysdeps/wordsize-64/iofsetpos.c: File removed.
36570 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36571 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36572 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36573 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36574 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36575 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36576 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36577 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36578 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36579 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36580 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36581
36582 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36583 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36584 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36585 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36586 [defined __arch64__ || defined __sparcv9]
36587 (__OFF_T_MATCHES_OFF64_T): New macro.
36588 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36589 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36590 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36591 (__OFF_T_MATCHES_OFF64_T): New macro.
36592
c5757acd
L
365932012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36594
36595 * stdlib/secure-getenv.c (__secure_getenv): Replace
36596 GLIBC_2_16 with GLIBC_2_17.
36597
3a31811e
L
365982012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36599
36600 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36601 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36602
faa2bccb
DM
366032012-08-03 David S. Miller <davem@davemloft.net>
36604
36605 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36606
85fe1997
JM
366072012-08-03 Joseph Myers <joseph@codesourcery.com>
36608
36609 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36610 Remove.
36611 (__ASSUME_CORRECT_SI_PID): Likewise.
36612 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36613 (__ASSUME_TMPFS_NAME): Likewise.
36614 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36615 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36616 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36617 (HAVE_AUX_SECURE): Make definition unconditional.
36618 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36619 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36620
4f75b7a0
RM
366212012-08-03 Roland McGrath <roland@hack.frob.com>
36622
36623 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36624 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36625 * sysdeps/mach/hurd/eloop-threshold.h: New file.
36626 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36627 __eloop_threshold instead of SYMLOOP_MAX.
36628
36629 * sysdeps/generic/eloop-threshold.h: New file.
36630 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36631 of MAXSYMLINKS.
36632 * elf/chroot_canon.c (chroot_canon): Likewise.
36633
7aab07e4
JM
366342012-08-03 Joseph Myers <joseph@codesourcery.com>
36635
36636 [BZ #13717]
36637 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36638 Change to 2.6.0 everywhere.
36639 * sysdeps/unix/sysv/linux/configure: Regenerated.
36640 * sysdeps/unix/sysv/linux/kernel-features.h
36641 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36642 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36643 kernel versions.
36644 (__ASSUME_POSIX_TIMERS): Define unconditionally.
36645 (__ASSUME_FUTEX_REQUEUE): Remove.
36646 (__ASSUME_STATFS64): Define unconditionally.
36647 (__ASSUME_AT_SECURE): Likewise.
36648 (__ASSUME_CORRECT_SI_PID): Likewise.
36649 (__ASSUME_TGKILL): Define without depending on kernel version for
36650 i386.
36651 (__ASSUME_UTIMES): Likewise.
36652 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36653 kernel version.
36654 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36655 (__ASSUME_TMPFS_NAME): Likewise.
36656 * README: Update reference to Linux kernel versions.
36657
b67e9372
MP
366582012-08-02 Marek Polacek <polacek@redhat.com>
36659
1f529f7d 36660 [BZ# 14150]
b67e9372
MP
36661 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
36662 libc_cv_asm_type_prefix with %.
36663 * configure: Regenerated.
d2441631
RM
36664 * include/libc-symbols.h: Remove comment about
36665 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
36666 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36667 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36668 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36669 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36670 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36671 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36672 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36673 * elf/tst-unique2mod1.c: Likewise.
36674 * elf/tst-unique1mod2.c: Likewise.
36675 * elf/tst-unique1mod1.c: Likewise.
36676 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36677 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36678 Replace ASM_TYPE_DIRECTIVE with .type.
36679 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36680 * sysdeps/i386/sysdep.h: Likewise.
36681 * sysdeps/x86_64/sysdep.h: Likewise.
36682 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
36683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36684 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 36685 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
36686 * sysdeps/powerpc/powerpc32/sysdep.h:
36687 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
36688 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36689 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36690 * sysdeps/i386/fpu/e_powf.S: Likewise.
36691 * sysdeps/i386/fpu/e_expl.S: Likewise.
36692 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36693 * sysdeps/i386/fpu/e_acosh.S: Likewise.
36694 * sysdeps/i386/fpu/e_pow.S: Likewise.
36695 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36696 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36697 * sysdeps/i386/fpu/s_expm1.S: Likewise.
36698 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36699 * sysdeps/i386/fpu/e_log2.S: Likewise.
36700 * sysdeps/i386/fpu/e_log2l.S: Likewise.
36701 * sysdeps/i386/fpu/e_scalb.S: Likewise.
36702 * sysdeps/i386/fpu/e_powl.S: Likewise.
36703 * sysdeps/i386/fpu/e_log10f.S: Likewise.
36704 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36705 * sysdeps/i386/fpu/e_logl.S: Likewise.
36706 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36707 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36708 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36709 * sysdeps/i386/fpu/e_log2f.S: Likewise.
36710 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36711 * sysdeps/i386/fpu/e_log.S: Likewise.
36712 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36713 * sysdeps/i386/fpu/e_logf.S: Likewise.
36714 * sysdeps/i386/fpu/e_log10l.S: Likewise.
36715 * sysdeps/i386/fpu/e_atanh.S: Likewise.
36716 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36717 * sysdeps/i386/fpu/e_log10.S: Likewise.
36718 * sysdeps/i386/fpu/s_frexp.S: Likewise.
36719 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36720 * sysdeps/i386/fpu/s_asinh.S: Likewise.
36721 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36722 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36723 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36724 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36725 * sysdeps/i386/i686/strtok.S: Likewise.
36726 * sysdeps/i386/i386-mcount.S: Likewise.
36727 * sysdeps/i386/strtok.S: Likewise.
36728 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36729 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36730 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36731 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36732 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36733 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36734 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36735 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36736 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36737 * sysdeps/x86_64/_mcount.S: Likewise.
36738 * sysdeps/x86_64/strtok.S: Likewise.
36739 * sysdeps/sh/_mcount.S: Likewise.
36740
2747bf9a
RM
367412012-08-01 Roland McGrath <roland@hack.frob.com>
36742
36743 * libio/iofopen.c: Include <fcntl.h>.
36744 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36745 (_IO_fopen64, fopen64): Define as aliases.
36746 * libio/iofopen64.c: Include <fcntl.h>.
36747 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36748 Conditionalize body on this.
36749 * sysdeps/wordsize-64/iofopen.c: File removed.
36750 * sysdeps/wordsize-64/iofopen64.c: File removed.
36751
3fb791b8
MP
367522012-08-01 Marek Polacek <polacek@redhat.com>
36753
36754 * libc/Makeconfig: Use elf in place of binfmt-subdir.
36755 Use dlfcn directly instead of a variable.
36756 (binfmt-subdir): Do not define.
36757 (dlfcn): Likewise.
36758
a9f1039f
JM
367592012-08-01 Joseph Myers <joseph@codesourcery.com>
36760
23bddc06
JM
36761 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36762 Remove all definitions.
36763 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36764 <kernel-features.h>.
36765 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36766 (miss_F_GETOWN_EX): Remove all definitions.
36767 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36768 macro definition.
36769 [!__ASSUME_FCNTL64]: Remove conditional code.
36770 [__ASSUME_FCNTL64]: Make code unconditional.
36771 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36772 <kernel-features.h>.
36773 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36774 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36775 (lockf64) [__NR_fcntl64]: Make code unconditional.
36776 (lockf64) [__ASSUME_FCNTL64]: Likewise.
36777
a9f1039f
JM
36778 * sysdeps/unix/sysv/linux/kernel-features.h
36779 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36780 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36781 Make code unconditional.
36782 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36783 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36784 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36785 [__NR_vfork]: Make code unconditional.
36786 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36787 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36788 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36789 [__NR_vfork]: Make code unconditional.
36790 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36791 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36792
09c0ee5f
RM
367932012-08-01 Roland McGrath <roland@hack.frob.com>
36794
48aec5b9
RM
36795 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36796 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36797
cd97c966
RM
36798 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36799 Define mkstemp64 as an alias.
3f55550c
RM
36800 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36801 Define mkstemps64 as an alias.
cd97c966
RM
36802 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36803 Define mkostemp64 as an alias.
b8625cfc
RM
36804 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36805 Define mkostemps64 as an alias.
cd97c966
RM
36806 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36807 Conditionalize body on this.
36808 * misc/mkostemp64.c: Likewise.
b8625cfc 36809 * misc/mkostemps64.c: Likewise.
3f55550c 36810 * misc/mkstemps64.c: Likewise.
cd97c966
RM
36811 * sysdeps/wordsize-64/mkstemp64.c: File removed.
36812 * sysdeps/wordsize-64/mkostemp64.c: File removed.
36813 * sysdeps/wordsize-64/mkostemp.c: File removed.
36814 * sysdeps/wordsize-64/mkstemp.c: File removed.
36815 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36816 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36817 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36818 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36819
09c0ee5f
RM
36820 [BZ #14138]
36821 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36822 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36823 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36824 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36825
36826 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36827 compat_symbol macros from <shlib-compat.h> rather than the underlying
36828 default_symbol_version and symbol_version macros, so that DEFAULT
36829 lines in shlib-versions are respected.
36830 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36831
7e66ee51
FW
368322012-08-01 Florian Weimer <fweimer@redhat.com>
36833
36834 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36835 Declare with warn_unused_result.
36836 (setgid, setregid, setegid, setresgid): Likewise.
36837 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36838 Likewise.
36839 * WUR-REPORT: Remove set*id functions.
36840
d2a54255
PT
368412012-07-31 Pino Toscano <toscano.pino@tiscali.it>
36842
36843 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36844
7ecdb005
RM
368452012-07-31 Roland McGrath <roland@hack.frob.com>
36846
b4180a5e 36847 [BZ #10191]
789bd351
RM
36848 * include/sys/socket.h (__libc_accept, __libc_accept4):
36849 Add attribute_hidden.
36850 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36851
40ce302d
RM
36852 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36853 use of PTR_MANGLE.
36854 * inet/getnetgrent_r.c (setup): Likewise.
36855
7ecdb005
RM
36856 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36857
e2eabb2c
DM
368582012-07-31 David S. Miller <davem@davemloft.net>
36859
36860 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36861
d0419dbf
JM
368622012-07-31 Joseph Myers <joseph@codesourcery.com>
36863
36864 [BZ #13629]
36865 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36866 value between 1.0 and 2.0 and smaller part has absolute value less
36867 than 1.0.
36868 * math/s_clog10.c (__clog10): Likewise.
36869 * math/s_clog10f.c (__clog10f): Likewise.
36870 * math/s_clog10l.c (__clog10l): Likewise.
36871 * math/s_clogf.c (__clogf): Likewise.
36872 * math/s_clogl.c (__clogl): Likewise.
36873 * math/libm-test.inc (clog_test): Add more tests.
36874 (clog10_test): Likewise.
36875 * sysdeps/i386/fpu/libm-test-ulps: Update.
36876 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36877
2bc13872
FW
368782012-07-31 Florian Weimer <fweimer@redhat.com>
36879
36880 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36881 Exit with zero in case no suitable GID is found, and write a
36882 message to standard error.
36883
bea9b193
RM
368842012-07-30 Roland McGrath <roland@hack.frob.com>
36885
36886 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36887 rather than to 1.
36888 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36889 (MAXPATHLEN): Removed.
36890 (NOGROUP, NODEV): New macros.
36891 (setbit, clrbit, isset, isclr): New macros.
36892 (howmany, roundup, powerof2): New macros.
36893 (DEV_BSIZE): New macro.
36894
36895 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36896 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36897
36898 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36899 definition on [!__NO_LONG_DOUBLE_MATH].
36900
36901 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36902 PTR_MANGLE and PTR_DEMANGLE.
36903
36904 * socket/accept4.c (accept4): Rename to __libc_accept4.
36905 Define accept4 as a weak alias.
36906
36907 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36908 on [_DIRENT_HAVE_D_TYPE].
36909 * io/ftw.c (ftw_dir): Likewise.
36910
36911 * io/xmknod.c (__xmknod): Don't check PATH for being null.
36912
36913 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36914
36915 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36916 Use the BSD numbers rather than the arbitrary ones we had.
36917 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36918 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36919 (SIGXCPU, SIGXFSZ): New macros.
36920 (_NSIG): Now 32.
36921
36922 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36923 initializer on [_LIBC_REENTRANT].
36924
36925 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36926 definitions inside [_POSIX_MAPPED_FILES].
36927
36928 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36929
36930 * dirent/opendir.c: Include <fcntl.h>.
36931
36932 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36933 (__libc_getspecific): Likewise.
36934 (__libc_key_create): Likewise.
36935
36936 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36937 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36938 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36939 (tmpfile64): Define as alias.
36940 * sysdeps/wordsize-64/tmpfile.c: File removed.
36941 * sysdeps/wordsize-64/tmpfile64.c: File removed.
36942 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36943 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36944
36945 * stdio-common/vfscanf.c: Include <stdbool.h>.
36946 * nss/makedb.c: Likewise.
36947 * stdio-common/_i18n_number.h: Likewise.
36948 * argp/argp-help.c: Likewise.
36949 * posix/wordexp.c: Likewise.
36950 * sysdeps/posix/spawni.c: Likewise.
36951 * nss/nss_files/files-initgroups.c: Likewise.
36952 * stdio-common/reg-modifier.c: Include <stdlib.h>.
36953 * nss/nss_files/files-initgroups.c: Likewise.
36954 * nss/nss_db/db-netgrp.c: Likewise.
36955 * nss/nss_db/db-initgroups.c: Likewise.
36956 * io/fchmodat.c: Include <sys/stat.h>.
36957
36958 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36959 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36960
36961 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36962 [HAVE_MMAP].
36963
36964 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36965 Add multiple inclusion protection.
36966
e5abc686
DM
369672012-07-27 David S. Miller <davem@davemloft.net>
36968
36969 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36970
815e6fa3
GB
369712012-07-27 Gary Benson <gbenson@redhat.com>
36972
36973 [BZ #14298]
36974 * elf/rtld.c: Include <stap-probe.h>.
36975 (dl_main): Added static probes "init_start" and "init_complete".
36976 * elf/dl-load.c: Include <stap-probe.h>.
36977 (lose): Take new parameter "nsid".
36978 Added static probe "map_failed".
36979 (_dl_map_object_from_fd): Pass namespace id to lose.
36980 Added static probe "map_start".
36981 (open_verify): Pass namespace id to lose.
36982 * elf/dl-open.c: Include <stap-probe.h>.
36983 (dl_open_worker) Added static probes "map_complete", "reloc_start"
36984 and "reloc_complete".
36985 * elf/dl-close.c: Include <stap-probe.h>.
36986 (_dl_close_worker): Added static probes "unmap_start" and
36987 "unmap_complete".
36988 * elf/rtld-debugger-interface.txt: New file documenting the above.
36989
9f98c16c
RM
369902012-07-26 Roland McGrath <roland@hack.frob.com>
36991
36992 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36993 rather than a string variable.
36994 * sunrpc/rpc_main.c (h_output): Likewise.
36995 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36996
f3c22df3
PT
369972012-07-26 Pino Toscano <toscano.pino@tiscali.it>
36998
36999 * inet/check_native.c: New file.
37000
3129cfc6
JM
370012012-07-26 Joseph Myers <joseph@codesourcery.com>
37002
da865e95
JM
37003 [BZ #13629]
37004 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37005 if larger part has absolute value 1.0.
37006 * math/s_clog10.c (__clog10): Likewise.
37007 * math/s_clog10f.c (__clog10f): Likewise.
37008 * math/s_clog10l.c (__clog10l): Likewise.
37009 * math/s_clogf.c (__clogf): Likewise.
37010 * math/s_clogl.c (__clogl): Likewise.
37011 * math/libm-test.inc (clog_test): Add more tests.
37012 (clog10_test): Likewise.
37013 * sysdeps/i386/fpu/libm-test-ulps: Update.
37014 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37015
3129cfc6
JM
37016 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37017 (pltexit): Likewise.
37018 (La_regs): Likewise.
37019 (La_retval): Likewise.
37020 (int_retval): Likewise.
37021 Update #error for removed macros to refer only to definitions in
37022 tst-audit.h.
37023 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37024 macro.
37025 (pltexit): Likewise.
37026 (La_regs): Likewise.
37027 (La_retval): Likewise.
37028 (int_retval): Likewise.
37029 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37030 macro.
37031 (pltexit): Likewise.
37032 (La_regs): Likewise.
37033 (La_retval): Likewise.
37034 (int_retval): Likewise.
37035 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37036 macro.
37037 (pltexit): Likewise.
37038 (La_regs): Likewise.
37039 (La_retval): Likewise.
37040 (int_retval): Likewise.
37041 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37042 macro.
37043 (pltexit): Likewise.
37044 (La_regs): Likewise.
37045 (La_retval): Likewise.
37046 (int_retval): Likewise.
37047 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37048 macro.
37049 (pltexit): Likewise.
37050 (La_regs): Likewise.
37051 (La_retval): Likewise.
37052 (int_retval): Likewise.
37053 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37054 macro.
37055 (pltexit): Likewise.
37056 (La_regs): Likewise.
37057 (La_retval): Likewise.
37058 (int_retval): Likewise.
37059 * sysdeps/generic/tst-audit.h: Update comment to refer only to
37060 macro definitions in tst-audit.h.
37061 * sysdeps/i386/tst-audit.h: New file.
37062 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37063 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37064 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37065 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37066 * sysdeps/sh/tst-audit.h: Likewise.
37067 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37068 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37069 * sysdeps/x86_64/tst-audit.h: Likewise.
37070
bfc07087
AJ
370712012-07-26 Andreas Jaeger <aj@suse.de>
37072
b1b2aaf8
AJ
37073 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37074 ptrace.
37075
37076 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37077 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37078 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37079 PTRACE_O_MASK.
37080 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37081 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37082 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37083
bfc07087
AJ
37084 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37085 value.
37086
37087 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37088 _sigsys.
37089 (si_call_addr, si_syscall, si_arch): Define new macro.
37090 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37091 _sigsys.
37092 (si_call_addr, si_syscall, si_arch): Define new marcro.
37093 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37094 _sigsys.
37095 (si_call_addr, si_syscall, si_arch): Define new macro.
37096 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37097 _sigsys.
37098 (si_call_addr, si_syscall, si_arch): Define new macro.
37099
89b4b02f
JM
371002012-07-25 Joseph Myers <joseph@codesourcery.com>
37101
37102 [BZ #13717]
37103 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37104 Change to 2.4.21 where previously 2.4.1.
37105 * sysdeps/unix/sysv/linux/configure: Regenerated.
37106 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37107 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37108 Linux kernel version.
37109 (__ASSUME_STD_AUXV): Remove.
37110 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37111 kernel version.
37112 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37113 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37114 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37115 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37116 (__ASSUME_NETLINK_SUPPORT): Likewise.
37117 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37118 (__no_netlink_support): Remove conditional definition.
37119 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37120 Remove.
37121 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37122 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37123 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37124 (if_nameindex_ioctl): Remove.
37125 (if_nameindex_netlink): Do not handle __no_netlink_support.
37126 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37127 code.
37128 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37129 Remove conditional code.
37130 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37131 code.
37132 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37133 unconditional.
37134 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37135 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37136 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37137 Remove.
37138 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37139 [!__ASSUME_STD_AUXV]: Remove conditional code.
37140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37141 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37142 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37143 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37144 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37145 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37146 code.
37147 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37148 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37149 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37150 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37151 conditional code.
37152 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37154 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37155 code.
37156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37157 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37158 conditional code.
37159 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37160 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37161 code unconditional.
37162 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37163 conditional code.
37164 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37165 unconditional.
37166 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37167 conditional code.
37168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37169 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37170 unconditional.
37171 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37172 conditional code.
37173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37174 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37175 code unconditional.
37176 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37177 conditional code.
37178 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37179 unconditional.
37180 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37181 conditional code.
37182 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37183 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37184 code unconditional.
37185 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37186 conditional code.
37187 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37188 unconditional.
37189 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37190 conditional code.
37191
842a39cd
AS
371922012-07-25 Andreas Schwab <schwab@linux-m68k.org>
37193
37194 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37195 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37196 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37197 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37198 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37199 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37200 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37201 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37202 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37203 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37204 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37205 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37206 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37207 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37208 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37209 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37210 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37211 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37212 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37213 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37214 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37215 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37216 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37217
84b3fd84
FW
372182012-07-25 Florian Weimer <fweimer@redhat.com>
37219
37220 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
37221 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37222 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37223 Introduce __libc_secure_getenv.
0c7936d5
FW
37224 * stdlib/Versions (2.17): Add secure_getenv
37225 (GLIBC_PRIVATE): Add __libc_secure_getenv.
37226 * stdlib/secure-getenv.c: Rename __secure_getenv to
37227 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
37228 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
37229 * stdlib/tst-secure-getenv.c: New.
37230 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
37231 * manual/startup.texi (Environment Access): Document
37232 secure_getenv.
84b3fd84
FW
37233 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37234 __libc_secure_getenv.
37235 * inet/ruserpass.c (ruserpass): Likewise.
37236 * malloc/mtrace.c (mtrace): Likewise.
37237 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 37238 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
37239 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37240 * sysdeps/posix/tempname.c: Likewise. Evaluate
37241 HAVE_SECURE_GETENV.
37242 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 37243 __secure_getenv to __libc_secure_getenv.
84b3fd84 37244 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
37245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37246 Likewise.
37247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37248 Likewise.
37249 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37250 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37251 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37252 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37253 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37254 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37255 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 37256
56e49b71
JM
372572012-07-25 Joseph Myers <joseph@codesourcery.com>
37258
37259 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37260 (struct La_i86_retval): Likewise.
37261 (struct La_x86_64_regs): Likewise.
37262 (struct La_x86_64_retval): Likewise.
37263 (struct La_x32_regs): Likewise.
37264 (struct La_x32_retval): Likewise.
37265 (struct La_ppc32_regs): Likewise.
37266 (struct La_ppc32_retval): Likewise.
37267 (struct La_ppc64_regs): Likewise.
37268 (struct La_ppc64_retval): Likewise.
37269 (struct La_sh_regs): Likewise.
37270 (struct La_sh_retval): Likewise.
37271 (struct La_s390_32_regs): Likewise.
37272 (struct La_s390_32_retval): Likewise.
37273 (struct La_s390_64_regs): Likewise.
37274 (struct La_s390_64_retval): Likewise.
37275 (struct La_sparc32_regs): Likewise.
37276 (struct La_sparc32_retval): Likewise.
37277 (struct La_sparc64_regs): Likewise.
37278 (struct La_sparc64_retval): Likewise.
37279 (struct audit_ifaces): Remove architecture-specific pltenter and
37280 pltexit members.
37281 * sysdeps/i386/ldsodefs.h: New file.
37282 * sysdeps/powerpc/ldsodefs.h: Likewise.
37283 * sysdeps/s390/ldsodefs.h: Likewise.
37284 * sysdeps/sh/ldsodefs.h: Likewise.
37285 * sysdeps/sparc/ldsodefs.h: Likewise.
37286 * sysdeps/x86_64/ldsodefs.h: Likewise.
37287
354691b7
MP
372882012-07-25 Marek Polacek <polacek@redhat.com>
37289
37290 [BZ #6808]
37291 * math/libm-test.inc (yn_test): Add another test.
37292 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37293 to ERANGE when the result is +-Inf.
37294 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37295 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37296 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37297 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37298
bf9e2071
JM
372992012-07-24 Joseph Myers <joseph@codesourcery.com>
37300
37301 * conform/data/time.h-data (NULL): Use macro-constant. Require
37302 equal to 0.
37303 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
37304 clock_t.
37305 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
37306
57633811
TS
373072012-07-23 Thomas Schwinge <thomas@codesourcery.com>
37308
37309 * configure.in <sysdeps resolving>: Correct printing
37310 Implies_before.
37311 * configure: Regenerate.
37312
c23c33b0
TS
373132012-07-22 Thomas Schwinge <thomas@codesourcery.com>
37314
37315 * math/w_ilogb.c: Include <limits.h>.
37316 * math/w_ilogbl.c: Likewise.
37317
b5982523
JM
373182012-07-20 Joseph Myers <joseph@codesourcery.com>
37319
37320 * manual/lang.texi (__va_copy): Document primarily as ISO C99
37321 va_copy. Document allowing for unavailable va_copy only as
37322 pre-C99 compatibility.
37323 * manual/string.texi (Copying and Concatenation): Use va_copy
37324 instead of __va_copy in concat example.
37325
ac4ea442
PT
373262012-07-20 Pino Toscano <toscano.pino@tiscali.it>
37327
37328 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37329 (__sendto): Use create_address_port. Initialize APORT and deallocate
37330 it if not null.
37331
f98eafbd
PT
37332 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37333 with O_NOLINK passed to __file_name_lookup.
37334
898c7aab
PT
37335 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37336 with O_NOLINK passed to __file_name_lookup.
37337
0ced335a
PT
37338 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37339 negative N or less than NGIDS.
37340
b3404dbd
PT
37341 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37342 type to string_t. Set ERANGE as errno and return it if NAME is not big
37343 enough. Use memcpy instead of strncpy.
37344
0f48659e
JM
373452012-07-20 Joseph Myers <joseph@codesourcery.com>
37346
37347 * elf/Makefile (check-data): Remove.
37348 (localplt.data): New vpath directive.
37349 ($(objpfx)check-localplt.out): Use localplt.data from vpath
37350 instead of $(check-data).
37351 * scripts/data/localplt-generic.data: Move to ...
37352 * sysdeps/generic/localplt.data: ... here.
37353 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37354 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37355 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37356 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37357 ... here.
37358 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37360 ... here.
37361 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37362 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37363 ... here.
37364 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37365 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37366 ... here.
37367 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37368 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37369 ... here.
37370 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37371 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37372 ... here.
37373
d37cbdaa
AZ
373742012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37375
37376 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37377 PPC32 and PPC64 files.
37378 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37379 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37380
46f85fc2
AK
373812012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37382
37383 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37384 __makecontext_ret to ...
37385 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37386 ... here and call exit if uc_link is NULL. New file.
37387 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37388 __makecontext_ret.S.
37389 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37390 __makecontext_ret to ...
37391 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37392 ... here and call exit if uc_link is NULL. New file.
37393 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37394 __makecontext_ret.S.
37395
08f43f9b
AK
373962012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37397
37398 * elf/elf.h (R_390_IRELATIVE): New definition.
37399 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37400 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
37401 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37402 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37403 (elf_machine_lazy_rel): Likewise.
37404 * sysdeps/s390/dl-irel.h: New file.
37405 * sysdeps/s390/s390-64/memcpy.S: New asm code.
37406 * sysdeps/s390/s390-64/memset.S: New asm code.
37407 * sysdeps/s390/s390-64/memcmp.S: New asm code.
37408 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37409 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37410 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37411 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37412 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37413 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37414 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37415 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37416 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37417 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37418 * sysdeps/s390/s390-32/memcpy.S: New asm code.
37419 * sysdeps/s390/s390-32/memset.S: New asm code.
37420 * sysdeps/s390/s390-32/memcmp.S: New asm code.
37421
3b05db33
MP
374222012-07-17 Marek Polacek <polacek@redhat.com>
37423
37424 [BZ #14349]
37425 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37426 * sysdeps/s390/s390-64/configure.in: Likewise.
37427 * sysdeps/sparc/configure.in: Likewise.
37428 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37429 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37430 * sysdeps/i386/configure.in: Likewise.
37431 * sysdeps/x86_64/configure.in: Likewise.
37432 * sysdeps/sh/configure.in: Likewise.
37433 * sysdeps/s390/s390-32/configure: Regenerated.
37434 * sysdeps/s390/s390-64/configure: Likewise.
37435 * sysdeps/x86_64/configure: Likewise.
37436 * sysdeps/sh/configure: Likewise.
37437 * sysdeps/powerpc/powerpc64/configure: Likewise.
37438 * sysdeps/powerpc/powerpc32/configure: Likewise.
37439 * sysdeps/sparc/configure: Likwise.
37440 * sysdeps/i386/configure: Likewise.
37441
a66877c6
MP
37442 * elf/dl-open.c: Comment fixes.
37443
cfc82fd8
JM
374442012-07-17 Joseph Myers <joseph@codesourcery.com>
37445
bd29910a
JM
37446 * Makefile [CXX] (check-data): Remove.
37447 [CXX] (c++-types.data): New vpath directive.
37448 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37449 vpath. Do not allow for C++ type data being missing.
37450 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37451 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37452 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37453 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37454 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37455 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37456 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37458 ... here.
37459 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37460 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37461 ... here.
37462 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37463 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37464 ... here.
37465 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37466 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37467 ... here.
37468 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37469 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37470 ... here.
37471 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37472 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37473 ... here.
37474 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37475 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37476 ... here.
37477 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37478 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37479
cfc82fd8
JM
37480 * elf/tls-macros.h (TLS_LE): Move architecture-specific
37481 definitions to architecture-specific files.
37482 (TLS_IE): Likewise.
37483 (TLS_LD): Likewise.
37484 (TLS_GD): Likewise.
37485 * sysdeps/i386/tls-macros.h: New file.
37486 * sysdeps/powerpc/tls-macros.h: Likewise.
37487 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37488 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37489 * sysdeps/sh/tls-macros.h: Likewise.
37490 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37491 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37492 * sysdeps/x86_64/tls-macros.h: Likewise.
37493
f7db3170
TS
374942012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37495
07cbfc23
TS
37496 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37497 zero value for regular exit case.
37498
f7db3170
TS
37499 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37500 (__start_context): Preserve zero value for regular exit case.
37501
dc97c227
TS
375022012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37503 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37504
37505 * manual/setjmp.texi (setcontext): Clarify normal process
37506 termination when uc_link is the null pointer.
37507 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37508 exit call.
37509
d0cd7d02
AS
375102012-07-16 Andreas Schwab <schwab@linux-m68k.org>
37511
37512 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37513 preprocessor. Test for each exception mask separately.
37514
dd318934
AJ
375152012-07-16 Andreas Jaeger <aj@suse.de>
37516
37517 * po/ru.po: Update from translation team.
37518
8048311a
JM
375192012-07-15 Joseph Myers <joseph@codesourcery.com>
37520
37521 * conform/data/string.h-data (NULL): Use macro-constant. Require
37522 equal to 0.
37523 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37524 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37525 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37526 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37527 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37528
b637d46e
AJ
375292012-07-13 Andreas Jaeger <aj@suse.de>
37530
37531 * po/fr.po: Update from translation team.
37532
541428fe
MP
375332012-07-12 Marek Polacek <polacek@redhat.com>
37534
37535 [BZ #14173]
37536 * math/libm-test.inc (yn_test): Add test for BZ #14173.
37537 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37538 loop condition.
37539
ec332e94
JM
375402012-07-12 Joseph Myers <joseph@codesourcery.com>
37541
37542 [BZ #13717]
37543 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37544 Change to 2.4.1 where previously 2.4.0.
37545 * sysdeps/unix/sysv/linux/configure: Regenerated.
37546 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37547 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37548 version.
37549 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37550 (__ASSUME_AT_CLKTCK): Remove.
37551 (__ASSUME_AT_PAGESIZE): Likewise.
37552 (__ASSUME_AT_XID): Likewise.
37553 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37554 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37555 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37556 unconditionally.
37557 (HAVE_AUX_PAGESIZE): Likewise.
37558 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37559 [__ASSUME_AT_CLKTCK]: Make code unconditional.
37560 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37561
7b6e99be
JB
375622012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
37563
37564 [BZ #14307]
37565 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37566 the temporary buffer used to invoke __gethostbyname2_r,
37567 __gethostbyaddr_r and gethostbyname4_r to make room for struct
37568 host_data / struct gaih_addrtuple.
37569 * resolv/nss_dns/dns-host.c (global scope): Move definition of
37570 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37571 header file nss/nsswitch.h.
37572 * nss/nsswitch.h (global scope): Add definition of implementation
37573 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37574 resolv/nss_dns/dns-host.c).
37575
608404eb
AJ
375762012-07-11 Andreas Jaeger <aj@suse.de>
37577
37578 * po/fr.po: Update from translation team.
37579
71220aca
AJ
37580 * po/sv.po: Update from translation team
37581 * po/fr.po: Another update from translation team.
37582
28cfe843
AZ
375832012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37584
37585 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37586 for subnormals or multiply small sinh result by itself.
37587 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37588 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37589
6b90f981
DM
375902012-07-11 David S. Miller <davem@davemloft.net>
37591
37592 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37593
c6825772
AS
375942012-07-10 Andreas Schwab <schwab@linux-m68k.org>
37595
37596 [BZ #14347]
37597 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37598 (INTERNAL_MARK): Shift it here.
37599
7b8e0d49
MP
376002012-07-10 Marek Polacek <polacek@redhat.com>
37601
37602 [BZ #14151]
37603 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
37604 libc_cv_asm_global_directive with .globl.
37605 * configure: Regenerated.
37606 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37607 with .globl.
37608 * sysdeps/i386/configure: Regenerated.
37609 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37610 with .globl.
37611 * sysdeps/x86_64/configure: Regenerated.
37612 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37613 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37614 * elf/tst-unique2mod2.c: Likewise.
37615 * elf/tst-unique2mod1.c: Likewise.
37616 * elf/tst-unique1mod2.c: Likewise.
37617 * elf/tst-unique1mod1.c: Likewise.
37618 * sysdeps/s390/s390-32/sysdep.h: Likewise.
37619 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37620 * sysdeps/s390/s390-64/sysdep.h: Likewise.
37621 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37622 * sysdeps/mach/sysdep.h: Likewise.
37623 * sysdeps/i386/sysdep.h: Likewise.
37624 * sysdeps/i386/i386-mcount.S: Likewise.
37625 * sysdeps/x86_64/_mcount.S: Likewise.
37626 * sysdeps/x86_64/sysdep.h: Likewise.
37627 * sysdeps/sh/_mcount.S: Likewise.
37628 * sysdeps/sh/sysdep.h: Likewise.
37629 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37630 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37631 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37632 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37633 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37634 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37635 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37636 * locale/localeinfo.h: Likewise.
37637 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37638 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37639
6c55cda3
RM
376402012-07-09 Roland McGrath <roland@hack.frob.com>
37641
37642 [BZ #14336]
37643 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37644 system".
37645 * manual/message.texi (The Uniforum approach): Likewise.
37646 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37647 (glibc iconv Implementation): Likewise.
37648
638a572e
JM
376492012-07-09 Joseph Myers <joseph@codesourcery.com>
37650
37651 [BZ #14337]
37652 * math/s_clog.c (__clog): Avoid scaling a value down where that
37653 could result in underflow.
37654 * math/s_clog10.c (__clog10): Likewise.
37655 * math/s_clog10f.c (__clog10f): Likewise.
37656 * math/s_clog10l.c (__clog10l): Likewise.
37657 * math/s_clogf.c (__clogf): Likewise.
37658 * math/s_clogl.c (__clogl): Likewise.
37659 * math/libm-test.inc (clog_test): Add more tests.
37660 (clog10_test): Likewise.
37661 * sysdeps/i386/fpu/libm-test-ulps: Update.
37662 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37663
261f4859
AS
376642012-07-06 Andreas Schwab <schwab@linux-m68k.org>
37665
0abaf3e4
AS
37666 [BZ #14283]
37667 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37668 by 7 not 8 to examine high bit of fractional part.
37669
261f4859
AS
37670 [BZ #14042]
37671 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37672 for call to __mcount_internal.
37673 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37674 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37675 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37676
f17ac40d
JM
376772012-07-06 Joseph Myers <joseph@codesourcery.com>
37678
9ad63c23
JM
37679 [BZ #14154]
37680 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37681 approximation for values within 0x1p-13f of an odd multiple of
37682 pi/4.
37683 * math/libm-test.inc (tan_test): Do not allow spurious underflow
37684 exception. Add more tests.
37685 * sysdeps/i386/fpu/libm-test-ulps: Update.
37686
f17ac40d
JM
37687 [BZ #6778]
37688 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37689 inputs and return -1 for them. Do not check for +Inf in case not
37690 reachable for +Inf.
37691 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37692 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37693 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37694 and return -1 for them. Do not check for +Inf in case not
37695 reachable for +Inf.
37696 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37697 define.
37698 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37699 and return -1 for them. Do not check for +Inf in case not
37700 reachable for +Inf.
37701 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
37702 spurious underflow.
37703 * sysdeps/i386/fpu/libm-test-ulps: Update.
37704 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37705
fb21f89b
MF
377062012-07-06 Mike Frysinger <vapier@gentoo.org>
37707
37708 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37709
cdfe2c5e
JM
377102012-07-05 Joseph Myers <joseph@codesourcery.com>
37711
37712 [BZ #14157]
37713 [BZ #14331]
37714 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37715 could result in spurious underflow. Scale down values above
37716 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37717 * math/s_csqrtf.c (__csqrtf): Likewise.
37718 * math/s_csqrtl.c (__csqrtl): Likewise.
37719 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
37720 spurious underflow.
37721 * sysdeps/i386/fpu/libm-test-ulps: Update.
37722 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37723
70d35b67
AS
377242012-07-04 Andreas Schwab <schwab@linux-m68k.org>
37725
704bc459
AS
37726 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37727 xopen-msg.sed.
37728 * catgets/xopen-msg.awk: New file.
37729 * catgets/xopen-msg.sed: Removed.
37730
70d35b67
AS
37731 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37732 po2text.sed.
37733 * intl/po2test.awk: New file.
37734 * intl/po2test.sed: Removed.
37735
ca61cf32
JM
377362012-07-04 Joseph Myers <joseph@codesourcery.com>
37737
37738 [BZ #14328]
37739 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37740 or multiply small sinh result by itself.
37741 * math/s_ctanf.c (__ctanf): Likewise.
37742 * math/s_ctanh.c (__ctanh): Likewise.
37743 * math/s_ctanhf.c (__ctanhf): Likewise.
37744 * math/s_ctanhl.c (__ctanhl): Likewise.
37745 * math/s_ctanl.c (__ctanl): Likewise.
37746 * math/libm-test.inc (ctan_test_tonearest): New function.
37747 (ctan_test_towardzero): Likewise.
37748 (ctan_test_downward): Likewise.
37749 (ctan_test_upward): Likewise.
37750 (ctanh_test_tonearest): Likewise.
37751 (ctanh_test_towardzero): Likewise.
37752 (ctanh_test_downward): Likewise.
37753 (ctanh_test_upward): Likewise.
37754 (main): Call these new functions.
37755 * sysdeps/i386/fpu/libm-test-ulps: Update.
37756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37757
ca48a46a
MF
377582012-07-03 Mike Frysinger <vapier@gentoo.org>
37759
37760 * .gitignore: Delete /ports entry.
37761
9d63d37d
AJ
377622012-07-03 Andreas Jaeger <aj@suse.de>
37763
37764 * po/bg.po: Update from translation team.
37765 * po/cs.po: Likewise.
37766 * po/de.po: Likewise.
37767 * po/hr.po: Likewise.
37768 * po/nl.pl: Likewise.
37769 * po/pl.po: Likewise.
37770 * po/vi.po: Likewise.
37771
370ca3d2
JM
377722012-07-03 Joseph Myers <joseph@codesourcery.com>
37773
95f5a9a8
JM
37774 * Makeconfig [!+link] (+link-before-libc): New variable.
37775 [!+link] (+link-after-libc): Likewise.
37776 [!+link] (+link-tests): Likewise.
37777 [!+link] (+link): Define in terms of $(+link-before-libc) and
37778 $(+link-after-libc).
37779 [!+link-static] (+link-static-before-libc): New variable.
37780 [!+link-static] (+link-static-after-libc): Likewise.
37781 [!+link-static] (+link-static-tests): Likewise.
37782 [!+link-static] (+link-static): Define in terms of
37783 $(+link-static-before-libc) and $(+link-static-after-libc).
37784 [build-shared] (link-libc-before-gnulib): New variable.
37785 [build-shared] (link-libc-tests): Likewise.
37786 [build-shared] (link-libc): Define in terms of
37787 $(link-libc-before-gnulib).
37788 [!build-shared] (link-libc-tests): New variable.
37789 (link-libc-static-tests): New variable.
37790 [!gnulib] (gnulib-arch): New variable.
37791 [!gnulib] (gnulib-tests): Likewise.
37792 [!gnulib] (static-gnulib-arch): Likewise.
37793 [!gnulib] (static-gnulib-tests): Likewise.
37794 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
37795 Define with "=" instead of ":=".
37796 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
37797 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
37798 * Rules (binaries-all-notests): New variable.
37799 (binaries-all-tests): Likewise.
37800 (binaries-static-notests): Likewise.
37801 (binaries-static-tests): Likewise.
37802 (binaries-all): Define using $(binaries-all-notests) and
37803 $(binaries-all-tests).
37804 (binaries-static): Define using $(binaries-static-notests) and
37805 $(binaries-static-tests).
37806 (binaries-shared-tests): New variable.
37807 (binaries-shared-notests): Likewise.
37808 (binaries-shared): Remove variable.
37809 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37810 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37811 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37812 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37813 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37814 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37815 * elf/Makefile (sln-modules): New variable.
37816 (extra-objs): Add $(sln-modules:=.o).
37817 (ldconfig-modules): Add static-stubs.
37818 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37819 * elf/static-stubs.c: New file.
37820
7a845b2c
JM
37821 [BZ #14283]
37822 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37823 by 7 not 8 to examine high bit of fractional part. Use volatile
37824 variables when splitting into final array of floats if
37825 __FLT_EVAL_METHOD__ != 0.
37826 * math/libm-test.inc (cos_test): Add another test.
37827 (sin_test): Likewise.
37828 * sysdeps/i386/fpu/libm-test-ulps: Update.
37829
e2283f38
JM
37830 [BZ #14273]
37831 * math/libm-test.inc (cosh_test): Add more tests.
37832
370ca3d2
JM
37833 * version.h (RELEASE): Set to "development".
37834 (VERSION): Set to "2.16.90".
37835
ee9247c3
CD
378362012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
37837
37838 * NEWS: Update copyright. Remove last-updated date.
37839 Mention math library bug fixes and timezone data changes.
37840 * README: Mention GNU/Hurd, x32, and HPPA support status.
37841
4648c381
TS
378422012-06-28 Thomas Schwinge <thomas@codesourcery.com>
37843
37844 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37845
aac78a43
AJ
378462012-06-27 Andreas Jaeger <aj@suse.de>
37847
37848 * manual/contrib.texi (Contributors): Add Samuel Thibault.
37849
ed3dbfad
AJ
378502012-06-25 Andreas Jaeger <aj@suse.de>
37851
37852 * sysdeps/s390/fpu/libm-test-ulps: Update.
37853
4d0ee855
AS
378542012-06-23 Andreas Schwab <schwab@linux-m68k.org>
37855 Thomas Schwinge <thomas@codesourcery.com>
37856
37857 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37858 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37859 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37860 fanotify_mark.
37861
af1bce34
TS
378622012-06-23 Thomas Schwinge <thomas@codesourcery.com>
37863
a9fa33ba
TS
37864 * sysdeps/mach/start.c: Remove file.
37865 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37866 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37867 * sysdeps/sh/init-first.c: Likewise.
37868
58f902b8
TS
37869 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37870 registers for frame unwinding purposes, add CFI directives.
37871 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37872 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37873 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37874 Likewise.
37875
1518f58b
TS
37876 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37877 __fortify_fail returning.
37878 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37879
db9b5059
TS
37880 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37881 sysdeps/sh/____longjmp_chk.S.
37882 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37883 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37884 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37885 (gen-as-const-headers): Append sigaltstack-offsets.sym.
37886
967705fe
TS
37887 * sysdeps/sh/abort-instr.h: New file.
37888 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37889 process in case exit returns.
37890
a9def8c4
TS
37891 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37892 initialize the GOT register before use.
37893
2a649725
TS
37894 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37895 calculation of ARGC > 4.
37896
af1bce34
TS
37897 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37898 meaningful names to some local labels.
37899
d230f50a
KK
379002012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37901 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37902
37903 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37904 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37905 (__arch_compare_and_exchange_val_16_acq): Likewise.
37906 (__arch_compare_and_exchange_val_32_acq): Likewise.
37907 (atomic_exchange_and_add): Fix gUSA sequence.
37908 (atomic_add): Likewise.
37909 (atomic_add_negative): Likewise.
37910 (atomic_add_zero): Likewise.
37911 (atomic_bit_test_set): Likewise.
37912
0479b305
AS
379132012-06-22 Andreas Schwab <schwab@redhat.com>
37914
37915 [BZ #13579]
37916 * include/link.h (struct link_map): Add l_free_initfini.
37917 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37918 l_initfini.
37919 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37920 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37921 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37922 set.
37923
0e3933b9
CD
379242012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
37925
37926 * configure.in: Use AC_LANG_SOURCE.
37927 * configure: Regenerate.
37928
4248b1b1
RM
379292012-06-22 Roland McGrath <roland@hack.frob.com>
37930
37931 * configure.in (libc_cv_localstatedir): New substituted variable.
37932 * configure: Regenerated.
37933 * config.make.in (localstatedir): New variable, substituted from
37934 libc_cv_localstatedir.
37935 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37936 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37937 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37938 * sysdeps/gnu/configure: Regenerated.
37939
006dd861
JL
379402012-06-21 Jeff Law <law@redhat.com>
37941
37942 [BZ #14277]
37943 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37944 free. Simplify list management for _LIBC case.
37945
79662d42
JM
379462012-06-21 Joseph Myers <joseph@codesourcery.com>
37947
b7abb4bf
JM
37948 [BZ #14273]
37949 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37950 Clear sign bit of 64-bit integer value before comparing against
37951 overflow value.
37952
79662d42
JM
37953 * sysdeps/mach/configure: Regenerated.
37954
1f150908
L
379552012-06-21 H.J. Lu <hongjiu.lu@intel.com>
37956
37957 [BZ #14278]
37958 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37959
28363bbf
JL
379602012-06-21 Jeff Law <law@redhat.com>
37961
37962 [BZ #13882]
37963 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
37964 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 37965 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
37966 * elf/dl-open.c (dl_open_worker): Likewise.
37967
09615db4
CD
379682012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
37969
37970 * scripts/list-sources.sh: Scan PORTS for translations.
37971 * po/libc.pot: Regenerated.
37972
2174c6dd
AJ
379732012-06-21 Andreas Jaeger <aj@suse.de>
37974
37975 [BZ #12194]
37976 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37977 warning.
37978 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37979 * bits/byteswap-16.h (__bswap_16): Likewise.
37980 * bits/byteswap.h (__bswap_constant_16): Likewise.
37981
3ee947b1
L
379822012-06-18 H.J. Lu <hongjiu.lu@intel.com>
37983
37984 [BZ #14117]
a2f34833
L
37985 * sysdeps/i386/fpu_control.h: Removed.
37986 * sysdeps/x86_64/fpu_control.h: Moved to ...
37987 * sysdeps/x86/fpu_control.h: Here.
37988
3ee947b1
L
37989 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37990 (_FPU_SETCW): Likewise.
37991
ed1825f8
L
379922012-06-15 H.J. Lu <hongjiu.lu@intel.com>
37993
25f1282a
L
37994 [BZ #14117]
37995 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37996 * sysdeps/x86/fpu/bits/mathinline.h: This.
37997 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37998
ed1825f8
L
37999 [BZ #14050]
38000 [BZ #14117]
38001 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38002 functions if __x86_64__ is defined.
38003
36d54b74
CLT
380042012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
38005
38006 * string/endian.h: Add !__ASSEMBLER__ condition for including
38007 conversion interfaces.
38008
10285c21
JM
380092012-06-15 Joseph Myers <joseph@codesourcery.com>
38010
38011 [BZ #14241]
38012 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38013 of ABS(x) in calculating zero to negative powers other than odd
38014 integers.
38015 * math/libm-test.inc (pow_test): Add more tests.
38016
06c5abbd
AJ
380172012-06-15 Andreas Jaeger <aj@suse.de>
38018
38019 * manual/contrib.texi (Contributors): Update entry of Liubov
38020 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38021 Machado Filho.
38022
a3aeac40
CH
380232012-06-15 Cyril Hrubis <metan@ucw.cz>
38024
38025 * string/string.h: Add __wur to GNU version of strerror_r.
38026
49bdf4c1
L
380272012-06-14 H.J. Lu <hongjiu.lu@intel.com>
38028
38029 [BZ #14229]
38030 * string/Makefile (tests): Add tst-strtok_r.
38031 * string/tst-strtok_r.c: New file.
38032 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38033 RAX_LP/RDX_LP on SAVE_PTR.
38034
834f9b8d
RM
380352012-06-14 Roland McGrath <roland@hack.frob.com>
38036
38037 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38038
75fa1921
JM
380392012-06-14 Joseph Myers <joseph@codesourcery.com>
38040
38041 * libm_test.inc (csqrt_test): Allow more spurious underflow
38042 exceptions.
38043 (j0_test): Likewise.
38044 (j1_test): Likewise.
38045 (y0_test): Likewise.
38046 (y1_test): Likewise.
38047
771766df
CD
380482012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
38049
38050 * po/Makefile (libc.pot): Use UTF-8 charset.
38051
ceb9e56b
PP
380522012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
38053
38054 [BZ #14210]
38055 Suppress sign-conversion warning from FD_SET.
38056 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38057 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38058 not unsigned long int.
38059 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38060
ddb28975
L
380612012-06-12 H.J. Lu <hongjiu.lu@intel.com>
38062
38063 [BZ #14050]
38064 [BZ #14117]
38065 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38066 __extern_always_inline instead of __extern_inline.
38067 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38068 (__signbit): Likewise.
38069 (__signbitl): Support C++ namespace.
38070 (lrintf): New inline function.
38071 (lrint): Likewise.
38072 (llrintf): Likewise.
38073 (llrint): Likewise.
38074 (fmaxf): Likewise.
38075 (fmax): Likewise.
38076 (fminf): Likewise.
38077 (fmin): Likewise.
38078 (rint): Likewise.
38079 (rintf): Likewise.
38080 (ceil): Likewise.
38081 (ceilf): Likewise.
38082 (floor): Likewise.
38083 (floorf): Likewise.
38084 (nearbyint): Likewise.
38085 (nearbyintf): Likewise.
38086
d7b4fb26
TS
380872012-06-12 Thomas Schwinge <thomas@codesourcery.com>
38088
38089 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38090 non-default versions.
38091
eb55f5c2
RM
380922012-06-11 Roland McGrath <roland@hack.frob.com>
38093
38094 [BZ #14218]
38095 * manual/argp.texi (Argp): Reword argp_parse description slightly.
38096
366af02c
TS
380972012-06-09 Thomas Schwinge <thomas@codesourcery.com>
38098
99ff6e5c
TS
38099 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38100 (FE_UPWARD, FE_DOWNWARD): Don't define.
38101 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38102 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38103
366af02c
TS
38104 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38105 reading it.
38106 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38107 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38108
793ea851
KK
381092012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38110
38111 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38112 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38113 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38114 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38115
a728a38f
L
381162012-06-06 H.J. Lu <hongjiu.lu@intel.com>
38117
38118 [BZ #14117]
c08010c7
L
38119 * sysdeps/i386/fpu/bits/fenv.h: Removed.
38120 * sysdeps/i386/fpu/Implies: New file.
38121 * sysdeps/x86_64/fpu/Implies: Likewise.
38122 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38123 * sysdeps/x86/fpu/bits/fenv.h: This.
38124
a728a38f
L
38125 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38126 __SSE_MATH__.
38127
6e230d11
SP
381282012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
38129
38130 [BZ #14134]
38131 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38132 character 0xffff that matches the last element of the
38133 conversion table.
38134
1b671feb
AZ
381352012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38136
38137 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38138 fmodl commit.
38139
6043738b
AZ
381402012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38141
38142 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38143 values higher than 25.6283.
38144
34ae0b32
AZ
381452012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38146
38147 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38148 subnormal exponent extraction and add some __builtin_expect.
38149 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38150 Fix for subnormal mantissa calculation.
38151
1214ec8f
MF
381522012-06-04 Mike Frysinger <vapier@gentoo.org>
38153
38154 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38155 cpu2 is -1 and errno is not ENOSYS.
38156
f3d1f93c
L
381572012-06-04 H.J. Lu <hongjiu.lu@intel.com>
38158
38159 [BZ #14117]
0e4a3cd7
L
38160 * sysdeps/i386/i486/bits/string.h: Renamed to ...
38161 * sysdeps/x86/bits/string.h: This.
38162 * sysdeps/x86_64/bits/string.h: Removed.
38163
6704c645
L
38164 * sysdeps/i386/i486/bits/string.h: Define inline functions only
38165 if not compiling for x86-64, but compiling for >= i486.
38166
48495318
L
38167 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38168 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38169
14adcbfc
L
38170 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38171 New macro from Linux kernel 3.4.0.
38172 (FP_XSTATE_MAGIC2): Likewise.
38173 (FP_XSTATE_MAGIC2_SIZE): Likewise.
38174 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38175 (struct _fpx_sw_bytes): New struct.
38176 (struct _xsave_hdr): Likewise.
38177 (struct _ymmh_state): Likewise.
38178 (struct _xstate): Likewise.
38179
68e408ab
L
38180 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38181 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38182 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38183 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38184 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38185 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38186
f3d1f93c
L
38187 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38188 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38189 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38190 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38191 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38192 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38193
d9dc34cd
TMQMF
381942012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38195
38196 [BZ #13743]
38197 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38198 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38199 (sysdep_headers): Include sys/platform/ppc.h.
38200 * sysdeps/powerpc/test-gettimebase.c: Test for
38201 __ppc_get_timebase() to catch future ISA opcode/insn changes.
38202 * manual/Makefile (appendices): Include platform.texi.
38203 * manual/contrib.texi (Contributors): Update @node pointers.
38204 * manual/maint.texi (Maintenance): Likewise.
38205 (Platform): New node.
38206 * manual/platform.texi: New file. Document the new features.
38207
4af3879c
SP
382082012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
38209 Jakub Jelinek <jakub@redhat.com>
38210
38211 [BZ #14188]
38212 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38213 where __builtin_expect is unavailable.
38214
2fd6ff13
DM
382152012-06-03 David S. Miller <davem@davemloft.net>
38216
38217 * stdlib/longlong.h: Updated from GCC.
38218
173f7220
AS
382192012-06-02 Andreas Schwab <schwab@linux-m68k.org>
38220
38221 [BZ #14042]
38222 * sysdeps/powerpc/powerpc32/mcount.c: New file.
38223 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38224 __mcount_internal.
38225 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38226 (GLIBC_2.16): Likewise.
38227
f34a1c6f
L
382282012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38229
38230 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38231
88a4576f
JM
382322012-06-01 Joseph Myers <joseph@codesourcery.com>
38233
ea32bcdd
JM
38234 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38235 (default-abi): New variable.
38236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38237 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38238 variable.
38239 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38240 Likewise.
38241 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38242 Likewise.
38243 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38244 Likewise.
38245
88a4576f
JM
38246 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38247 definition. Document in comment.
38248
402fe938
DM
382492012-06-01 David S. Miller <davem@davemloft.net>
38250
38251 * stdlib/longlong.h: Updated from GCC.
38252
3553723f
L
382532012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38254
38255 [BZ #14117]
3bd872c4
L
38256 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38257 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38258 sys/debugreg.h sys/io.h here.
38259 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38260 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38261 sys/io.h.
38262 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38263 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38264 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38265 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38266 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38267 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38268
3553723f
L
38269 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38270 Define only if __x86_64__ is defined.
38271
4842e4fe
JM
382722012-06-01 Joseph Myers <joseph@codesourcery.com>
38273
c5bfe3d5
JM
38274 [BZ #14048]
38275 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38276 Use int64_t for variable i.
38277 * math/libm-test.inc (fmod_test): Add more tests.
38278
4842e4fe
JM
38279 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38280 z computation is not scheduled after fetestexcept.
38281 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38282 Use math_force_eval instead of asm to ensure calculation scheduled
38283 before exception test.
38284 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38285 Ensure a1 + u.d computation is not scheduled after fetestexcept.
38286
efb73488
AJ
382872012-06-01 Aurelien Jarno <aurelien@aurel32.net>
38288
38289 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38290 computation is not scheduled after fetestexcept.
38291
29bcce7c
L
382922012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38293
38294 [BZ #14117]
38295 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38296 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38297
73a68f94
AZ
382982012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38299
38300 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38301 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38302
67b6df78
L
383032012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38304
edf2933a 38305 [BZ #14117]
ebc64a18
L
38306 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38307 <bits/wordsize.h>.
38308 (__WCHAR_MIN): Support __WORDSIZE == 64.
38309 (__WCHAR_MAX): Likewise.
38310
edf2933a
L
38311 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38312 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38313
57c6cf40
L
38314 [BZ #14183]
38315 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38316 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38317
67b6df78 38318 [BZ #14117]
8eb6281e
L
38319 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38320 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38321
aac639f4
L
38322 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38323 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38324
67b6df78
L
38325 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38326 Defined to 1 if __x86_64__ isn't defined.
38327 (_STAT_VER_LINUX_OLD): New.
38328 (st_atime): Remove duplicate.
38329 (st_mtime): Likewise.
38330 (st_ctime): Likewise.
38331
1c2cfe81
DM
383322012-05-31 David S. Miller <davem@davemloft.net>
38333
38334 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38335 entries.
38336
5be8418c
AS
383372012-06-01 Andreas Schwab <schwab@linux-m68k.org>
38338
e7725326
AS
38339 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38340 gen-libm-test.pl.
38341
5be8418c
AS
38342 [BZ #14132]
38343 * elf/dl-reloc.c: Include <_itoa.h>.
38344 (_dl_reloc_bad_type): Remove use of INTUSE.
38345 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38346 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38347 * stdio-common/psiginfo.c (psiginfo): Likewise.
38348 * stdio-common/psignal.c (psignal): Likewise.
38349 * string/strsignal.c (strsignal): Likewise.
38350 * include/signal.h (_sys_siglist): Declare hidden proto.
38351 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
38352 INTVARDEF with libc_hidden_data_def.
38353 * stdio-common/itoa-udigits.c: Likewise.
38354 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38355 (_itoa_lower_digits_internal): Remove declaration.
38356 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38357 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38358 (_sys_sigabbrev_internal): Remove aliases.
38359 (_sys_siglist): Define hidden alias.
38360
507352f1
MT
383612012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
38362
38363 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38364 bits/sysctl.h.
38365
42bbb1c3
L
383662012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38367
38368 [BZ #14117]
6bd784b6
L
38369 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38370 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38371
8bca20f0
L
38372 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38373 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38374 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38375 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38376 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38377 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38378
f9e890a9
L
38379 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38380 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38381 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38382
471101a1
L
38383 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38384 with __addr.
38385 (insw): Likewise.
38386 (insl): Likewise.
38387 (outsb): Likewise.
38388 (outsw): Likewise.
38389 (outsl): Likewise.
38390
6451c862
L
38391 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38392 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38393 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38394
a254b8c9
L
38395 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38396 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38397 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38398 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38399 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38400 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38401
b8dfdd92
L
38402 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38403 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38404
578cd270
L
38405 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38406 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38407
de662f5f
L
38408 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38409 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38410 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38411
25653439
L
38412 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38413 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38414 to ...
38415 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38416
6bad24a0
L
38417 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38418 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38419 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38420
42bbb1c3
L
38421 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38422 for x86-64.
38423 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38424
2d10d547
JM
384252012-05-31 Joseph Myers <joseph@codesourcery.com>
38426
38427 * math/math.h (M_El): Use two more decimal places.
38428 (M_LOG2El): Likewise.
38429 (M_LOG10El): Likewise.
38430 (M_LN2l): Likewise.
38431 (M_LN10l): Likewise.
38432 (M_PIl): Likewise.
38433 (M_PI_2l): Likewise.
38434 (M_PI_4l): Likewise.
38435 (M_1_PIl): Likewise.
38436 (M_2_PIl): Likewise.
38437 (M_2_SQRTPIl): Likewise.
38438 (M_SQRT2l): Likewise.
38439 (M_SQRT1_2l): Likewise.
38440
f230c29b
DM
384412012-05-31 David S. Miller <davem@davemloft.net>
38442
38443 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38444 values between float registers.
38445 * sysdeps/sparc/sparc64/memset.S: Likewise.
38446 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38447
fed806c3
MF
384482012-05-31 Mike Frysinger <vapier@gentoo.org>
38449
38450 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38451 -D_FORTIFY_SOURCE=1.
38452 (CPPFLAGS-tst-longjmp_chk.c): Define.
38453 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38454 (CPPFLAGS-tst-longjmp_chk2.c): Define.
38455 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38456 CFLAGS-tst-wchar-h.c.
38457
30917259
MP
384582012-05-31 Marek Polacek <polacek@redhat.com>
38459
38460 [BZ #14132]
38461 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38462 __endmntent_internal): Remove declaration.
38463 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38464 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38465 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38466
1c58d5dc
DM
384672012-05-30 David S. Miller <davem@davemloft.net>
38468
38469 * sysdeps/sparc/sparc32/soft-fp/q_util.c
38470 (___Q_simulate_exceptions): Use real FP ops rather than writing
38471 into the %fsr.
38472 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38473 Likewise.
38474
7dc00e0d
L
384752012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38476
38477 [BZ #14117]
0bd53985
L
38478 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38479 * sysdeps/x86/bits/xtitypes.h: This.
38480
3a257e66
L
38481 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38482 * sysdeps/x86/bits/wordsize.h: This.
38483
62f62904
L
38484 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38485 * sysdeps/x86/bits/huge_vall.h: This.
38486
404fe9d9
L
38487 * sysdeps/i386/bits/select.h: Removed.
38488 * sysdeps/x86_64/bits/select.h: Renamed to ...
38489 * sysdeps/x86/bits/select.h: This.
38490
d48d0446
L
38491 * sysdeps/i386/bits/setjmp.h: Removed.
38492 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38493 * sysdeps/x86/bits/setjmp.h: This.
38494
7dc00e0d
L
38495 * sysdeps/i386/bits/mathdef.h: Removed.
38496 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38497 * sysdeps/x86/bits/mathdef.h: This.
38498
03277f8f
AS
384992012-05-30 Andreas Schwab <schwab@linux-m68k.org>
38500
38501 [BZ #14132]
38502 * include/sys/socket.h (__connect_internal)
38503 (__libc_sa_len_internal): Remove declaration.
38504 (__connect, __libc_sa_len): Declare hidden_proto.
38505 (SA_LEN): Remove use of INTUSE.
38506 * socket/connect.c: Add libc_hidden_def.
38507 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38508 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38509 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38510 alias.
38511 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38512 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38513 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38514 of adding _internal alias.
38515
13764867
L
385162012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38517
38518 [BZ #14117]
6bd97696
L
38519 * sysdeps/i386/bits/link.h: Removed.
38520 * sysdeps/i386/bits/linkmap.h: Likewise.
38521 * sysdeps/x86_64/bits/link.h: Renamed to ...
38522 * sysdeps/x86/bits/link.h: This.
38523 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38524 * sysdeps/x86/bits/linkmap.h: This.
38525
f726f0bb
L
38526 * sysdeps/i386/bits/endian.h: Removed.
38527 * sysdeps/x86_64/bits/endian.h: Renamed to ...
38528 * sysdeps/x86/bits/endian.h: This.
38529
13764867
L
38530 * sysdeps/i386/bits/byteswap.h: Removed.
38531 * sysdeps/i386/bits/byteswap-16.h: Likewise.
38532 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38533 * sysdeps/x86/bits/byteswap.h: This.
38534 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38535 * sysdeps/x86/bits/byteswap-16.h: This.
38536 * sysdeps/i386/Implies: Add x86.
38537 * sysdeps/x86_64/Implies: Likewise.
38538
ae251b0b
DM
385392012-05-30 David S. Miller <davem@davemloft.net>
38540
38541 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38542 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38543 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38544 (FP_TRAPPING_EXCEPTIONS): Define.
38545 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38546 (FP_TRAPPING_EXCEPTIONS): Define.
38547 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38548 subnormals only when inexact has been signalled or underflow
38549 exceptions are enabled.
38550 (_FP_PACK_CANONICAL): Likewise.
38551
d5c90867
L
385522012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38553
38554 [BZ #14183]
38555 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38556 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38557
63f1549e
RH
385582012-05-30 Richard Henderson <rth@twiddle.net>
38559
8d8f2279
RH
38560 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38561 with #ifndef NOT_IN_libc.
38562
63f1549e
RH
38563 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
38564 marked to avoid plt entry.
38565
0ab0291b
L
385662012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38567
38568 [BZ #14112]
38569 * Makeconfig (default-abi): New macro.
38570 (abi-includes): Likewise.
38571 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
38572 $(abi-$(default-abi)-lib-soname) for soname if defined.
38573 ($(common-objpfx)gnu/lib-names.stmp): Generate from
38574 abi-variants.
38575 * Makefile (installed-stubs): Likewise.
38576 * include/stubs-biarch.h: Removed.
38577 * scripts/lib-names.awk: Only handle one library at a time.
38578 * scripts/soversions.awk: Remove WORDSIZE support.
38579 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38580 entries.
38581 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38582 Removed.
38583 (syscall-list-default-condition): Likewise.
38584 (syscall-list-default-condition): Likewise.
38585 (syscall-list-includes): Likewise.
38586 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38587 syscall-list-* with abi-*. Handle undefined abi-variants.
38588 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38589 * sysdeps/unix/sysv/linux/i386/Implies: New file.
38590 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38591 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38592 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38593 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38594 Removed.
38595 (syscall-list-32-options): Likewise.
38596 (syscall-list-32-condition): Likewise.
38597 (syscall-list-64-options): Likewise.
38598 (syscall-list-64-condition): Likewise.
38599 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38600 macro.
38601 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38602 Renamed to ...
38603 (abi-*): This.
38604 (abi-64-ld-soname): New macro.
38605 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38606 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38607 Renamed to ...
38608 (abi-*): This.
38609 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38610 * sysdeps/x86_64/x32/shlib-versions: Likewise.
38611
4da0431d
JM
386122012-05-30 Joseph Myers <joseph@codesourcery.com>
38613
3a85279c
JM
38614 * sysdeps/unix/sysv/linux/kernel-features.h
38615 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38616 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38617 include <kernel-features.h>.
38618 [!__NR_ftruncate64]: Remove conditional code.
38619 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38620 [__NR_ftruncate64]: Make code unconditional.
38621 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38622 * sysdeps/unix/sysv/linux/truncate64.c: Do not
38623 include <kernel-features.h>.
38624 [!__NR_ftruncate64]: Remove conditional code.
38625 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38626 [__NR_ftruncate64]: Make code unconditional.
38627 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38628 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38629 include <kernel-features.h>.
38630 [!__NR_ftruncate64]: Remove conditional code.
38631 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38632 [__NR_ftruncate64]: Make code unconditional.
38633 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38635 include <kernel-features.h>.
38636 [!__NR_ftruncate64]: Remove conditional code.
38637 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38638 [__NR_ftruncate64]: Make code unconditional.
38639 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38640
4da0431d
JM
38641 * configure.in (libc_cv_fpie): Weaken to a compile test using
38642 LIBC_TRY_CC_OPTION.
38643 * configure: Regenerated.
38644
11ef492c
AK
386452012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38646
38647 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38648 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38649 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38650 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38651 Refreshed.
38652 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38653 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38654 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38655 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38656 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38657 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38658 Refreshed.
38659
d66ef399
DM
386602012-05-27 David S. Miller <davem@davemloft.net>
38661
38662 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38663 (___Q_zero): New.
38664 (__Q_simulate_exceptions): Return void. Change to simulate
38665 exceptions by writing into the %fsr.
38666 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38667 (__Qp_handle_exceptions): Likewise.
38668 (numbers): Delete.
38669 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38670 __Qp_handle_exceptions.
38671 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38672 __Qp_handle_exceptions.
38673 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38674 as unused and give dummy FP_RND_NEAREST initializer.
38675 (FP_INHIBIT_RESULTS): Define.
38676 (___Q_simulate_exceptions): Update declaration.
38677 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38678 formatting.
38679 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38680 as unused and give dummy FP_RND_NEAREST initializer.
38681 (__Qp_handle_exceptions): Update declaration.
38682 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38683 formatting.
38684
04fb54b5
TS
386852012-05-27 Thomas Schwinge <thomas@codesourcery.com>
38686
38687 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38688 the temporary FPU control word.
38689 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38690 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38691 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38692 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38693 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38694 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38695 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38696 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38697 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38698 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38699 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38700
3f99608f
KK
387012012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38702
38703 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38704 fields.
38705
65a4de4e
CLT
387062012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
38707
38708 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38709 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38710 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38711 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38712 Likewise.
38713 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38714 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38715 Likewise.
38716
15749d40
UD
387172012-05-27 Ulrich Drepper <drepper@gmail.com>
38718
38719 * po/h.po: Update from translation team.
38720
25dbcb27
AS
387212012-05-26 Andreas Schwab <schwab@linux-m68k.org>
38722
3d3f8e55
AS
38723 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38724
25dbcb27
AS
38725 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38726 handling of denormals.
38727 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38728 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38729 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38730 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38731 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38732 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38733 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38734 Likewise.
38735
7ad47a80 387362012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
38737
38738 [BZ #14152]
38739 * math/libm-test.inc (fma_test): Don't always expect underflow
38740 exception.
38741
9c6ea9fa
SP
387422012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38743
38744 [BZ #12416]
38745 * elf/tst-execstack.c: Include stackinfo.h.
38746 (do_test): Adjust test case to ensure that pthread_getattr_np
38747 behaviour remains the same after marking stack executable.
38748
a8239222
JM
387492012-05-25 Joseph Myers <joseph@codesourcery.com>
38750
38751 * sysdeps/unix/sysv/linux/kernel-features.h
38752 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38753 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38754 kernel-features.h.
38755 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38756 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38757 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38758 kernel-features.h.
38759 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38760 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38761
918b5606
L
387622012-05-25 H.J. Lu <hongjiu.lu@intel.com>
38763
38764 * configure.in: Define the default includes to being none.
38765 * configure: Regenerated.
38766
3a097cc7
RM
387672012-05-25 Roland McGrath <roland@hack.frob.com>
38768
8422c9a5
RM
38769 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38770 * sysdeps/x86_64/setjmp.S: Likewise.
38771 * sysdeps/i386/bsd-setjmp.S: Likewise.
38772 * sysdeps/i386/bsd-_setjmp.S: Likewise.
38773 * sysdeps/i386/setjmp.S: Likewise.
38774 * sysdeps/i386/__longjmp.S: Likewise.
38775 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38776 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38777
3a097cc7
RM
38778 * include/stap-probe.h: New file.
38779 * configure.in: Handle --enable-systemtap.
38780 * configure: Regenerated.
38781 * config.h.in (USE_STAP_PROBE): New #undef.
38782 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38783 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38784 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38785
21708942
JM
387862012-05-25 Joseph Myers <joseph@codesourcery.com>
38787
38788 [BZ #13717]
38789 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38790 to 2.4.0 where earlier.
38791 * sysdeps/unix/sysv/linux/configure: Regenerated.
38792 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38793 <kernel-features.h>.
38794 [__ASSUME_32BITUIDS]: Make code unconditional.
38795 [!__ASSUME_32BITUIDS]: Remove conditional code.
38796 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38797 <kernel-features.h>.
38798 [__ASSUME_32BITUIDS]: Make code unconditional.
38799 [!__ASSUME_32BITUIDS]: Remove conditional code.
38800 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38801 [__ASSUME_32BITUIDS]: Make code unconditional.
38802 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38803 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38804 <kernel-features.h>.
38805 [__ASSUME_32BITUIDS]: Make code unconditional.
38806 [!__ASSUME_32BITUIDS]: Remove conditional code.
38807 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38808 <kernel-features.h>.
38809 [__ASSUME_32BITUIDS]: Make code unconditional.
38810 [!__ASSUME_32BITUIDS]: Remove conditional code.
38811 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38812 <kernel-features.h>.
38813 [__ASSUME_32BITUIDS]: Make code unconditional.
38814 [!__ASSUME_32BITUIDS]: Remove conditional code.
38815 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38816 <kernel-features.h>.
38817 [__ASSUME_32BITUIDS]: Make code unconditional.
38818 [!__ASSUME_32BITUIDS]: Remove conditional code.
38819 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38820 <kernel-features.h>.
38821 [__ASSUME_32BITUIDS]: Make code unconditional.
38822 [!__ASSUME_32BITUIDS]: Remove conditional code.
38823 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38824 <kernel-features.h>.
38825 [__ASSUME_32BITUIDS]: Make code unconditional.
38826 [!__ASSUME_32BITUIDS]: Remove conditional code.
38827 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38828 <kernel-features.h>.
38829 [__ASSUME_32BITUIDS]: Make code unconditional.
38830 [!__ASSUME_32BITUIDS]: Remove conditional code.
38831 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38832 <kernel-features.h>.
38833 [__ASSUME_32BITUIDS]: Make code unconditional.
38834 [!__ASSUME_32BITUIDS]: Remove conditional code.
38835 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38836 <kernel-features.h>.
38837 [__ASSUME_32BITUIDS]: Make code unconditional.
38838 [!__ASSUME_32BITUIDS]: Remove conditional code.
38839 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38840 <kernel-features.h>.
38841 [__ASSUME_32BITUIDS]: Make code unconditional.
38842 [!__ASSUME_32BITUIDS]: Remove conditional code.
38843 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38844 <kernel-features.h>.
38845 [__NR_setresgid] (__setresgid): Do not declare.
38846 [__ASSUME_32BITUIDS]: Make code unconditional.
38847 [!__ASSUME_32BITUIDS]: Remove conditional code.
38848 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38849 <kernel-features.h>.
38850 [__NR_setresuid] (__setresuid): Do not declare.
38851 [__ASSUME_32BITUIDS]: Make code unconditional.
38852 [!__ASSUME_32BITUIDS]: Remove conditional code.
38853 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38854 <kernel-features.h>.
38855 [__ASSUME_32BITUIDS]: Make code unconditional.
38856 [!__ASSUME_32BITUIDS]: Remove conditional code.
38857 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38858 <kernel-features.h>.
38859 [__ASSUME_32BITUIDS]: Make code unconditional.
38860 [!__ASSUME_32BITUIDS]: Remove conditional code.
38861 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38862 <kernel-features.h>.
38863 [__ASSUME_32BITUIDS]: Make code unconditional.
38864 [!__ASSUME_32BITUIDS]: Remove conditional code.
38865 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38866 <kernel-features.h>.
38867 [__ASSUME_32BITUIDS]: Make code unconditional.
38868 [!__ASSUME_32BITUIDS]: Remove conditional code.
38869 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38870 <kernel-features.h>.
38871 [__ASSUME_32BITUIDS]: Make code unconditional.
38872 [!__ASSUME_32BITUIDS]: Remove conditional code.
38873 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38874 <kernel-features.h>.
38875 [__ASSUME_32BITUIDS]: Make code unconditional.
38876 [!__ASSUME_32BITUIDS]: Remove conditional code.
38877 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38878 <kernel-features.h>.
38879 [__ASSUME_32BITUIDS]: Make code unconditional.
38880 [!__ASSUME_32BITUIDS]: Remove conditional code.
38881 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38882 <kernel-features.h>.
38883 [__ASSUME_32BITUIDS]: Make code unconditional.
38884 [!__ASSUME_32BITUIDS]: Remove conditional code.
38885 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38886 <kernel-features.h>.
38887 [__ASSUME_32BITUIDS]: Make code unconditional.
38888 [!__ASSUME_32BITUIDS]: Remove conditional code.
38889 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38890 <kernel-features.h>.
38891 [__ASSUME_32BITUIDS]: Make code unconditional.
38892 [!__ASSUME_32BITUIDS]: Remove conditional code.
38893 * sysdeps/unix/sysv/linux/kernel-features.h
38894 (__ASSUME_SETRESUID_SYSCALL): Remove.
38895 (__ASSUME_SETRESGID_SYSCALL): Likewise.
38896 (__ASSUME_32BITUIDS): Likewise.
38897 (__ASSUME_LDT_WORKS): Likewise.
38898 (__ASSUME_O_DIRECTORY): Likewise.
38899 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38900 architecture but not kernel version.
38901 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38902 (__ASSUME_MMAP2_SYSCALL): Likewise.
38903 (__ASSUME_STAT64_SYSCALL): Likewise.
38904 (__ASSUME_IPC64): Likewise.
38905 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38906 <kernel-features.h>.
38907 [__ASSUME_32BITUIDS]: Make code unconditional.
38908 [!__ASSUME_32BITUIDS]: Remove conditional code.
38909 * sysdeps/unix/sysv/linux/opendir.c: Do not include
38910 <kernel-features.h>.
38911 [__ASSUME_O_DIRECTORY]: Make code unconditional.
38912 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38913 132096]: Remove conditional code.
38914 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38915 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38916 <kernel-features.h>.
38917 [__ASSUME_32BITUIDS]: Make code unconditional.
38918 [!__ASSUME_32BITUIDS]: Remove conditional code.
38919 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38920 <kernel-features.h>.
38921 [__ASSUME_32BITUIDS]: Make code unconditional.
38922 [!__ASSUME_32BITUIDS]: Remove conditional code.
38923 * sysdeps/unix/sysv/linux/setegid.c: Do not include
38924 <kernel-features.h>.
38925 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38926 unconditional.
38927 (__setresgid): Do not declare.
38928 [__ASSUME_32BITUIDS]: Make code unconditional.
38929 [!__ASSUME_32BITUIDS]: Remove conditional code.
38930 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38931 <kernel-features.h>.
38932 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38933 unconditional.
38934 (__setresuid): Do not declare.
38935 [__ASSUME_32BITUIDS]: Make code unconditional.
38936 [!__ASSUME_32BITUIDS]: Remove conditional code.
38937 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38938 <kernel-features.h>.
38939 [__ASSUME_32BITUIDS]: Make code unconditional.
38940 [!__ASSUME_32BITUIDS]: Remove conditional code.
38941 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38942 <kernel-features.h>.
38943 [__ASSUME_32BITUIDS]: Make code unconditional.
38944 [!__ASSUME_32BITUIDS]: Remove conditional code.
38945
a386f1cc
RH
389462012-05-25 Richard Henderson <rth@twiddle.net>
38947
38948 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38949 dl_hwcap to ifunc resolver.
38950 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38951 elf_ifunc_invoke.
38952 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38953 dl_hwcap to ifunc resolver.
38954 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38955
b6550497
JM
389562012-05-24 Joseph Myers <joseph@codesourcery.com>
38957
38958 [BZ #14153]
38959 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38960 for |x| <= 2**-26, not 2**-57.
38961 * math/libm-test.inc (acos_test): Do not allow spurious underflow
38962 exception.
38963
b0bc23a1
JL
389642012-05-24 Jeff Law <law@redhat.com>
38965
38966 * stdio-common/Makefile (tests): Add bug25.
38967 * stdio-common/bug25.c: New test.
38968
347c92e9
L
389692012-05-24 H.J. Lu <hongjiu.lu@intel.com>
38970
38971 [BZ #13576]
38972 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38973 multiple of MALLOC_ALIGNMENT in size.
38974 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38975
6bcc8b3f
JM
389762012-05-24 Joseph Myers <joseph@codesourcery.com>
38977
38978 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38979 Require >= 256.
38980 (FILENAME_MAX): Use macro-int-constant.
38981 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
38982 (_IOFBF): Use macro-int-constant.
38983 (_IOLBF): Likewise.
38984 (_IONBF): Likewise.
38985 (SEEK_CUR): Likewise.
38986 (SEEK_END): Likewise.
38987 (SEEK_SET): Likewise.
38988 (TMP_MAX): Likewise.
38989 (EOF): Use macro-int-constant. Require < 0.
38990 (NULL): Use macro-constant. Require == 0.
38991 (stdin): Require type to be FILE *.
38992 (stdout): Likewise.
38993 (stderr): Likewise.
38994 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38995 macro-int-constant.
38996 (EXIT_SUCCESS): Likewise.
38997 (NULL): Use macro-constant. Require == 0.
38998 (RAND_MAX): Use macro-int-constant.
38999 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39000 [C99-based standards] (strtof): Require function.
39001 [C99-based standards] (strtold): Likewise.
39002 [C99-based standards] (strtoll): Likewise.
39003 [C99-based standards] (strtoull): Likewise.
39004 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39005 [ISO || ISO99 || ISO11] (limits.h): Likewise.
39006 [ISO || ISO99 || ISO11] (math.h): Likewise.
39007 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39008 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39009 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39010
d18ea0c5
AS
390112012-05-24 Andreas Schwab <schwab@linux-m68k.org>
39012
39013 [BZ #14132]
56d25bb8
AS
39014 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39015 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39016 * intl/dgettext.c (DCGETTEXT): Likewise.
39017 * intl/gettext.c (DCGETTEXT): Likewise.
39018 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39019 * posix/regex_internal.h (gettext): Likewise.
39020 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39021 Remove declaration.
39022 * include/argz.h (__argz_count_internal)
39023 (__argz_stringify_internal): Remove declaration.
39024 (__argz_count, __argz_stringify): Declare hidden proto.
39025 * intl/dcgettext.c: Remove use of INTDEF.
39026 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39027 * string/argz-stringify.c: Likewise.
39028 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39029 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39030 Declare hidden proto.
d18ea0c5
AS
39031 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39032 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39033 Declare hidden proto.
39034 * include/stdio.h (__asprintf_internal): Don't declare.
39035 (__asprintf): Don't define as macro. Declare hidden proto.
39036 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39037 (__fsetlocking): Declare hidden proto.
39038 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39039 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39040 hidden proto.
39041 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39042 (_IO_setlinebuf): Remove use of INTUSE.
39043 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39044 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39045 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39046 Remove declaration.
39047 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39048 (_IO_do_flush): Remove use of INTUSE.
39049 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39050 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39051 (_IO_adjust_column, _IO_least_wmarker)
39052 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39053 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39054 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39055 (_IO_default_doallocate, _IO_wdefault_doallocate)
39056 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39057 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39058 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39059 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39060 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39061 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39062 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39063 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39064 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39065 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39066 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39067 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39068 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39069 proto.
39070 (_IO_flush_all_internal, _IO_adjust_column_internal)
39071 (_IO_default_uflow_internal, _IO_default_finish_internal)
39072 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39073 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39074 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39075 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39076 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39077 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39078 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39079 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39080 (_IO_file_close_internal, _IO_file_close_it_internal)
39081 (_IO_file_underflow_internal, _IO_file_overflow_internal)
39082 (_IO_file_init_internal, _IO_file_attach_internal)
39083 (_IO_file_fopen_internal, _IO_file_read_internal)
39084 (_IO_file_sync_internal, _IO_file_seek_internal)
39085 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39086 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39087 (_IO_str_underflow_internal, _IO_str_overflow_internal)
39088 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39089 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39090 (_IO_list_all_internal, _IO_link_in_internal)
39091 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39092 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39093 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39094 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39095 (_IO_do_write_internal, _IO_padn_internal)
39096 (_IO_getline_info_internal, _IO_getline_internal)
39097 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39098 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39099 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39100 (_IO_vfscanf_internal, _IO_vfprintf_internal)
39101 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39102 (_IO_init_internal, _IO_un_link_internal): Don't declare.
39103 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39104 with libc_hidden_ver, remove use of INTUSE.
39105 * libio/genops.c: Likewise.
39106 * libio/freopen.c: Likewise.
39107 * libio/freopen64.c: Likewise.
39108 * libio/iofclose.c: Likewise.
39109 * libio/iofdopen.c: Likewise.
39110 * libio/iofflush.c: Likewise.
39111 * libio/iofflush_u.c: Likewise.
39112 * libio/iofgets.c: Likewise.
39113 * libio/iofgets_u.c: Likewise.
39114 * libio/iofopen.c: Likewise.
39115 * libio/iofopncook.c: Likewise.
39116 * libio/iofread.c: Likewise.
39117 * libio/iofread_u.c: Likewise.
39118 * libio/ioftell.c: Likewise.
39119 * libio/iofwrite.c: Likewise.
39120 * libio/iogetline.c: Likewise.
39121 * libio/iogets.c: Likewise.
39122 * libio/iogetwline.c: Likewise.
39123 * libio/iopadn.c: Likewise.
39124 * libio/iopopen.c: Likewise.
39125 * libio/ioseekoff.c: Likewise.
39126 * libio/ioseekpos.c: Likewise.
39127 * libio/iosetbuffer.c: Likewise.
39128 * libio/iosetvbuf.c: Likewise.
39129 * libio/ioungetc.c: Likewise.
39130 * libio/ioungetwc.c: Likewise.
39131 * libio/iovdprintf.c: Likewise.
39132 * libio/iovsprintf.c: Likewise.
39133 * libio/iovsscanf.c: Likewise.
39134 * libio/memstream.c: Likewise.
39135 * libio/obprintf.c: Likewise.
39136 * libio/oldfileops.c: Likewise.
39137 * libio/oldiofclose.c: Likewise.
39138 * libio/oldiofdopen.c: Likewise.
39139 * libio/oldiofopen.c: Likewise.
39140 * libio/oldiopopen.c: Likewise.
39141 * libio/oldstdfiles.c: Likewise.
39142 * libio/putc.c: Likewise.
39143 * libio/setbuf.c: Likewise.
39144 * libio/setlinebuf.c: Likewise.
39145 * libio/stdfiles.c: Likewise.
39146 * libio/strops.c: Likewise.
39147 * libio/vasprintf.c: Likewise.
39148 * libio/vscanf.c: Likewise.
39149 * libio/vsnprintf.c: Likewise.
39150 * libio/vswprintf.c: Likewise.
39151 * libio/wfiledoalloc.c: Likewise.
39152 * libio/wfileops.c: Likewise.
39153 * libio/wgenops.c: Likewise.
39154 * libio/wmemstream.c: Likewise.
39155 * libio/wstrops.c: Likewise.
39156 * libio/__fpurge.c: Likewise.
39157 * libio/__fsetlocking.c: Likewise.
39158 * assert/assert.c: Likewise.
39159 * debug/fgets_chk.c: Likewise.
39160 * debug/fgets_u_chk.c: Likewise.
39161 * debug/fread_chk.c: Likewise.
39162 * debug/fread_u_chk.c: Likewise.
39163 * debug/gets_chk.c: Likewise.
39164 * debug/obprintf_chk.c: Likewise.
39165 * debug/vasprintf_chk.c: Likewise.
39166 * debug/vdprintf_chk.c: Likewise.
39167 * debug/vsnprintf_chk.c: Likewise.
39168 * debug/vsprintf_chk.c: Likewise.
39169 * malloc/mtrace.c: Likewise.
39170 * misc/error.c: Likewise.
39171 * misc/syslog.c: Likewise.
39172 * stdio-common/asprintf.c: Likewise.
39173 * stdio-common/fxprintf.c: Likewise.
39174 * stdio-common/getw.c: Likewise.
39175 * stdio-common/isoc99_fscanf.c: Likewise.
39176 * stdio-common/isoc99_scanf.c: Likewise.
39177 * stdio-common/isoc99_vfscanf.c: Likewise.
39178 * stdio-common/isoc99_vscanf.c: Likewise.
39179 * stdio-common/isoc99_vsscanf.c: Likewise.
39180 * stdio-common/printf-prs.c: Likewise.
39181 * stdio-common/printf_fp.c: Likewise.
39182 * stdio-common/printf_fphex.c: Likewise.
39183 * stdio-common/printf_size.c: Likewise.
39184 * stdio-common/putw.c: Likewise.
39185 * stdio-common/scanf.c: Likewise.
39186 * stdio-common/sprintf.c: Likewise.
39187 * stdio-common/tmpfile.c: Likewise.
39188 * stdio-common/vfprintf.c: Likewise.
39189 * stdio-common/vfscanf.c: Likewise.
39190 * stdlib/strfmon_l.c: Likewise.
39191 * sunrpc/openchild.c: Likewise.
39192 * sunrpc/xdr_stdio.c: Likewise.
39193 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39194 * sysdeps/mach/hurd/tmpfile.c: Likewise.
39195
d6c33fda
RM
391962012-05-24 Roland McGrath <roland@hack.frob.com>
39197
c1487492
RM
39198 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39199
39200 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39201 in the third column, to generate for the shared library an IFUNC
39202 that uses _dl_vdso_vsym.
39203 * Makerules (COMPILE.c, compile-stdin.c): New variables.
39204 * Makeconfig (object-suffixes-noshared): New variable.
39205
39206 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39207 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39208 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39209 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39210
d6c33fda
RM
39211 [BZ #14132]
39212 * include/sys/time.h (__gettimeofday): Remove macro.
39213 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39214 * time/gettimeofday.c (__gettimeofday): Remove #undef.
39215 Remove INTDEF.
39216 (__gettimeofday): Add libc_hidden_def.
39217 (gettimeofday): Add libc_hidden_weak.
39218 * sysdeps/mach/gettimeofday.c: Likewise.
39219 * sysdeps/posix/gettimeofday.c: Likewise.
39220 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39221 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39222 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39223 (__gettimeofday_internal): Remove strong_alias.
39224 (__gettimeofday): Add libc_hidden_def.
39225 (gettimeofday): Add libc_hidden_weak.
39226 * sysdeps/unix/syscalls.list (gettimeofday):
39227 Remove __gettimeofday_internal alias.
39228
b5a2bbe6
L
392292012-05-24 Daniel Jacobowitz <drow@false.org>
39230 H.J. Lu <hongjiu.lu@intel.com>
39231
39232 [BZ #12495]
39233 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39234 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39235 (largebin_index_32_big): New.
39236 (largebin_index): Use it for 16-byte alignment.
39237 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
39238 correction with front_misalign.
39239
cfba4fda
L
392402012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39241
7f907421
L
39242 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39243 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39244 Likewise.
39245 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39246 Likewise.
39247 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39248 Likewise.
39249 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39250 Likewise.
39251 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39252 Likewise.
39253 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39254 Likewise.
39255 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39256 Likewise.
39257 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39258 Likewise.
39259 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39260 Likewise.
39261 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39262 Likewise.
39263 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39264 Likewise.
39265 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39266 Likewise.
39267
cfba4fda
L
39268 * scripts/data/c++-types-x32-linux-gnu.data: New file.
39269 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39270
80bad0cc
JM
392712012-05-24 Joseph Myers <joseph@codesourcery.com>
39272
7a25eb06
JM
39273 [BZ #10846]
39274 [BZ #14036]
39275 * math/libm-test.inc (exp_test): Add test from bug 14036.
39276 (pow_test): Add test from bug 10846.
39277
795405f9
JM
39278 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39279 and other flags.
39280 (special_function): Do not include flags in test name.
39281 (parse_args): Likewise.
39282 * sysdeps/i386/fpu/libm-test-ulps: Update.
39283 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39284 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39285 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39286 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39287
80bad0cc
JM
39288 * math/gen-libm-test.pl (%beautify): Add entries for underflow
39289 exceptions.
39290 * math/libm-test.inc ("Philosophy"): Update comment about
39291 exception testing.
39292 (UNDERFLOW_EXCEPTION): New macro.
39293 (UNDERFLOW_EXCEPTION_OK): Likewise.
39294 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39295 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39296 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39297 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39298 (INVALID_EXCEPTION_OK): Update value.
39299 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39300 (OVERFLOW_EXCEPTION_OK): Likewise.
39301 (IGNORE_ZERO_INF_SIGN): Likewise.
39302 (test_exceptions): Handle underflow exceptions.
39303 (acos_test): Update for underflow exception expectations.
39304 (cexp_test): Likewise.
39305 (clog_test): Likewise.
39306 (clog10_test): Likewise.
39307 (csqrt_test): Likewise.
39308 (ctan_test): Likewise.
39309 (ctanh_test): Likewise.
39310 (exp_test): Likewise.
39311 (exp10_test): Likewise.
39312 (exp2_test): Likewise.
39313 (expm1_test): Likewise.
39314 (fma_test): Likewise.
39315 (j0_test): Likewise.
39316 (jn_test): Likewise.
39317 (nexttoward_test): Likewise.
39318 (pow_test): Likewise.
39319 (scalbn_test): Likewise.
39320 (scalbln_test): Likewise.
39321 (tan_test): Likewise.
39322 (y1_test): Likewise.
39323 * sysdeps/i386/fpu/libm-test-ulps: Update.
39324 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39325
9e0e3d0b
DM
393262012-05-23 David S. Miller <davem@davemloft.net>
39327
39328 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39329 (__libc_sigaction): Remove unused local variables.
39330
ccd0a08f
L
393312012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39332
39333 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39334
62bdf9a6
PE
393352012-05-23 Paul Eggert <eggert@cs.ucla.edu>
39336
f8591f80
PE
39337 mktime: avoid signed integer overflow
39338 * time/mktime.c (__mktime_internal): Do not mishandle the case
39339 where diff == INT_MIN.
39340
94c7d826
PE
39341 mktime: simplify computation of average
39342 * time/mktime.c (ranged_convert): Use new time_t_avg function
39343 instead of rolling our own (probably-slower) code.
39344
ce73d683
PE
39345 mktime: do not assume signed right shift propagates sign bit
39346 * time/mktime.c (isdst_differ): New static function.
39347 (__mktime_internal): No need to normalize tm_isdst now.
39348 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39349 tm_isdst values.
39350
72a22e59
PE
39351 mktime: merge another wrapv change from gnulib
39352 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39353 from some compilers.
39354
68605433
PE
39355 mktime: remove incorrect attempt at unusual arithmetics
39356 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39357 The code didn't really work on such machines anyway.
39358 (TYPE_MINIMUM): Assume two's complement.
39359 (twos_complement_arithmetic): Verify that long_int and time_t
39360 are two's complement (or unsigned, in the latter case).
39361
03cf7fe3
PE
39362 mktime: check signed shifts on long_int and time_t, too
39363 * time/mktime.c (SHR): Check that shifts work as desired
39364 on the types long_int and time_t too, as SHR is used on
39365 such types.
39366
f04dfbc2
PE
39367 mktime: do not assume 'long' is wide enough
39368 * time/mktime.c (verify): Move decl up.
39369 (long_int): New type.
39370 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39371 to remove assumption in the code that 'long' is wide enough to
39372 store year values. This assumption is not true on x32 and on
39373 some non-glibc platforms.
39374
62bdf9a6
PE
39375 mktime: merge wrapv change from gnulib
39376 * time/mktime.c (WRAPV): New macro.
39377 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39378 (guess_time_tm, __mktime_internal): Do not assume that signed
39379 integer overflow wraps around; modern compilers generate code
39380 where this assumption is no longer valid.
39381
5e292e4f
L
393822012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39383
39384 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39385 Replace "jmp L(pseudo_end)" with "ret".
39386 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39387 Likewise.
39388
8caf8c87
AJ
393892012-05-23 Andreas Jaeger <aj@suse.de>
39390
39391 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39392 * sysdeps/unix/sysv/linux/poll.c: Remove file.
39393
1a09dc56
AJ
393942012-05-23 Andreas Jaeger <aj@suse.de>
39395 Maximilian Attems <max@stro.at>
39396
39397 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39398 New macros.
39399
1c87aba0
L
394002012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39401
39402 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39403 code so that pseudo_end is just ret and the stack pointer is
39404 correct also for static library in error case.
39405
40e45bd5
JM
394062012-05-23 Joseph Myers <joseph@codesourcery.com>
39407
c2670533
JM
39408 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39409 move to syscalls.list.
39410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39414
40e45bd5
JM
39415 * manual/install.texi (Running make install): Do not mention Linux
39416 kernel version for which pt_chown is not needed.
39417 (Linux): Do not mention problems with nscd with 2.0 kernels.
39418 * INSTALL: Regenerated.
39419
be08eda5
AJ
394202012-05-23 Andreas Jaeger <aj@suse.de>
39421
39422 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39423 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39424 macro.
39425 * sysdeps/unix/sysv/linux/s390/bits/mman.h
39426 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39427 * sysdeps/unix/sysv/linux/sh/bits/mman.h
39428 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39429 * sysdeps/unix/sysv/linux/i386/bits/mman.h
39430 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39431 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39432 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39433 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39434 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39435 * sysdeps/unix/sysv/linux/bits/in.h
39436 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39437
a6a056bb
RM
394382012-05-22 Roland McGrath <roland@hack.frob.com>
39439
39440 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39441 (PREPARE_VERSION): Just use assert instead, it will be elided
39442 under [NDEBUG] anyway.
39443
c9009328
L
394442012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39445
39446 * sysdeps/unix/sysv/linux/Makefile: Include
39447 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 39448 (sysdep_routines): Remove sysctl.
c9009328
L
39449 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39450 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39451 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39452 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39453 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39454
73338355
AJ
394552012-05-22 Andreas Jaeger <aj@suse.de>
39456
39457 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39458 that pseudo_end is just ret and the stack pointer is correct also
39459 for static library in error case.
39460
d44638b0
PP
394612012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
39462
39463 [BZ #14122]
39464 * nss/nsswitch.c (defconfig_entries): New variable.
39465 (__nss_database_lookup): Don't leak defconfig entries.
39466 (nss_parse_service_list): Don't leak on error paths.
39467 (free_database_entries): New function.
39468 (free_defconfig): New function.
39469 (free_mem): Move common code to free_database_entries.
39470
31a39bd8
L
394712012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39472
da0331a8
L
39473 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39474 Add arch_prctl.
39475 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39476
31a39bd8
L
39477 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39478 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39479 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39480 New macro.
39481 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39482 (INTERNAL_SYSCALL_TYPES): Likewise.
39483 (LOAD_ARGS_TYPES_[1-6]): Likewise.
39484 (LOAD_REGS_TYPES_[1-6]): Likewise.
39485 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39486 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39487
45470df3
AZ
394882012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39489
39490 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39491 copysignl for GLIBC_2_0.
39492 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39493 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39494 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39495 logbl for GLIBC_2_0.
39496 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39497 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39498
98a61bcb
L
394992012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39500
a4f6e481
L
39501 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39502 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39503
f63d5db6
L
39504 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39505 Use "neg %eax".
39506
98a61bcb
L
39507 * time/mktime.c: Update copyright years.
39508
95770f14
PE
395092012-05-22 Paul Eggert <eggert@cs.ucla.edu>
39510
6226efbd
PE
39511 mktime: merge comment-quoting-style change from gnulib
39512 * time/mktime.c: Quote 'like this' in comments.
39513 The GNU coding standards suggest that we no longer quote `like this',
39514 as "`" and "'" are typically rendered asymmetrically nowadays.
39515 The typical gnulib style is to quote 'like this' when quoting
39516 code, and "like this" when quoting English.
39517
b99e4f78
PE
39518 * time/mktime.c (compile-command): Add "-I.".
39519
643e01e6
PE
39520 mktime: merge mktime-internal.h change from gnulib
39521 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39522
2554247d
PE
39523 mktime: merge time_r change from gnulib
39524 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39525
826dd0ab
PE
39526 mktime: merge DEBUG change from gnulib
39527 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39528 case system <time.h> has a #define.
39529
bd83aabe
PE
39530 mktime: merge <sys/types.h> change from gnulib
39531 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39532 since <time.t> is now guaranteed to define time_t.
39533
95770f14
PE
39534 mktime: merge HAVE_CONFIG_H change from gnulib
39535 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39536
5e1a27a9
L
395372012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39538
0e44a77e
L
39539 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39540 Use "neg %eax".
39541
5e1a27a9
L
39542 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39543 __rlim_t cast.
39544 (struct rusage): Use anonymous union to pad each field to
39545 __syscall_slong_t.
39546
46259bec
DM
395472012-05-21 David S. Miller <davem@davemloft.net>
39548
39549 * Makefules (o-iterator): Remove .s cases.
39550 (compile-command.s): Delete.
39551 (COMPILE.s): Delete.
39552 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39553
59f0c22e
JM
395542012-05-21 Joseph Myers <joseph@codesourcery.com>
39555
39556 * configure.in (libc_cv_predef_stack_protector): Only consider
39557 "foobar" and "__stack_chk_fail" lines in libc_undefs.
39558 * configure: Regenerated.
39559
20c07380
L
395602012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39561
bbb3154b
L
39562 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39563 New macro. Use R*LP on int and pointer.
39564 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
39565 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39566 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
39567 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39568
20c07380
L
39569 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39570 [__WORDSIZE_TIME64_COMPAT32] instead of
39571 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39572 (struct utmp): Likewise.
39573 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39574 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39575 Renamed to ...
39576 (__WORDSIZE_TIME64_COMPAT32): This.
39577 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39578 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39579 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39580 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39581 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39582 (__WORDSIZE_TIME64_COMPAT32): New macro.
39583
d8d1017e
AJ
395842012-05-21 Andreas Jaeger <aj@suse.de>
39585
39586 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39587 only if [SHARED]. Add prototype for __wcschr_ia32.
39588
6c7fb145
RM
395892012-05-21 Roland McGrath <roland@hack.frob.com>
39590
39591 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39592 of %rbp unmolested in the jmp_buf while mangling the low bits.
39593 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39594 unmolested high bits of %rbp while demangling the low bits.
39595 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39596
66274218
AJ
395972012-05-21 Andreas Jaeger <aj@suse.de>
39598
07c58f8f
AJ
39599 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39600 * sunrpc/svc_simple.c: Use it for registerrpc.
39601 * sunrpc/xcrypt.c: Use it for passwd2des.
39602
66274218
AJ
39603 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39604
61f65140
L
396052012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39606
39607 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39608 Don't define if [__SYSCALL_WORDSIZE != 32].
39609 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39610 New macro.
39611
5fefb436
AJ
396122012-05-21 Bruno Haible <bruno@clisp.org>
39613 Andreas Jaeger <aj@suse.de>
39614
39615 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39616 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39617 inptr and inend for must_buffer_ch.
39618 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39619 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39620 * stdio-common/Makefile (tests): Remove bug15.
39621 (bug15-ENV): Remove macro.
39622 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39623 anymore.
39624
d8e272ab
AJ
396252012-05-19 Andreas Jaeger <aj@suse.de>
39626 Roland McGrath <roland@hack.frob.com>
39627
39628 * manual/contrib.texi: Completely rewritten. It contains now an
39629 alphabetical list of contributors and their contributions.
39630
4a56a162
RH
396312012-05-21 Richard Henderson <rth@twiddle.net>
39632
39633 * misc/getauxval.c (__getauxval): Use unsigned long int.
39634 * misc/sys/auxv.h: Include <sys/cdefs.h>.
39635 (getauxval): Use unsigned long int.
39636
d024d23c
L
396372012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39638
39639 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39640
cbc00a03
RM
396412012-05-21 Roland McGrath <roland@hack.frob.com>
39642
39643 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39644 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39645 __alignof__ (long double).
39646
478143fa
AZ
396472012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39648
39649 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39650
c7683a6d
RH
396512012-05-20 Richard Henderson <rth@twiddle.net>
39652
39653 * misc/getauxval.c: New file.
39654 * misc/sys/auxv.h: New file.
39655 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39656 (routines): Add getauxval.
39657 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39658 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39659 * elf/dl-sysdep.c (_dl_auxv): Remove.
39660 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39661 * elf/dl-support.c (_dl_auxv): New variable.
39662 (_dl_aux_init): Initialize it.
39663 * manual/startup.texi (Auxiliary Vector): New node.
39664 * sysdeps/generic/bits/hwcap.h: New file.
39665 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39666 * sysdeps/powerpc/sysdep.h: ... here. Include it.
39667 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39668 * sysdeps/sparc/sysdep.h: ... here. Include it.
39669 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39670 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
39671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39672 Update.
c7683a6d
RH
39673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39674 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39675 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39676 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39677 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39678 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39679 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39680 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39681
a6f1845d
AZ
396822012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39683
39684 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39685
cbcbe830
DM
396862012-05-19 David S. Miller <davem@davemloft.net>
39687
39688 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39689
e0b16cc2
JM
396902012-05-19 Joseph Myers <joseph@codesourcery.com>
39691
39692 [BZ #14123]
39693 * math/s_ccosh.c: Include <float.h>
39694 (__ccosh): Avoid internal overflow calculating sinh and cosh
39695 values before multiplying by sin and cos values.
39696 * math/s_ccoshf.c: Likewise.
39697 * math/s_ccoshl.c: Likewise.
39698 * math/s_csin.c: Likewise.
39699 * math/s_csinf.c: Likewise.
39700 * math/s_csinl.c: Likewise.
39701 * math/s_csinh.c: Likewise.
39702 * math/s_csinhf.c: Likewise.
39703 * math/s_csinhl.c: Likewise.
39704 * math/libm-test.inc (ccos_test): Add more tests.
39705 (ccosh_test): Likewise.
39706 (csin_test): Likewise.
39707 (csinh_test): Likewise.
39708 * sysdeps/i386/fpu/libm-test-ulps: Update.
39709 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39710
6ad13e08
L
397112012-05-19 H.J. Lu <hongjiu.lu@intel.com>
39712
f66f0ce8
L
39713 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39714 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39715
6ad13e08
L
39716 * sysdeps/x86_64/x32/_itoa.h: Add comment.
39717
b1d072a7
JM
397182012-05-19 Joseph Myers <joseph@codesourcery.com>
39719
39720 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39721 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39722 * sysdeps/powerpc/soft-fp/Versions: Likewise.
39723 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39724 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39725 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39726 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39727 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39728 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39729 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39730 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39731 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39732 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39733 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39734 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39735 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39736 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39737 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39738 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39739 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39740 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39741 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39742 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39743 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39744 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39745 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39746 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39747 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39748 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39749 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39750 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39751
9eae47cb
AJ
397522012-05-18 Andreas Jaeger <aj@suse.de>
39753
39754 * csu/.gitignore: Delete.
39755
bb07f69f
L
397562012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39757
39758 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39759 (timex): Use __syscall_slong_t.
39760
e6bdb741
AJ
397612012-05-18 Andreas Jaeger <aj@suse.de>
39762 Carlos O'Donell <carlos_odonell@mentor.com>
39763
39764 * manual/install.texi (Configuring and compiling): Update
39765 description about files modified in the source directory.
d6c33fda 39766 * INSTALL: Regenerated.
e6bdb741 39767
1b74487e
L
397682012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39769
39770 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39771 value. Use "or" to set return value to -1.
39772 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39773 negate return value.
39774
a88b64b9
TMQMF
397752012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39776
57f41c40
AS
39777 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39778 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
39779 failure if the compiler has Graphite support disabled.
39780 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39781 Likewise.
57f41c40
AS
39782 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39783 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
39784 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39785 Likewise.
39786
3707636e
L
397872012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39788
610b8622
L
39789 * sysdeps/x86_64/x32/_itoa.h: New file.
39790
7cd195df
L
39791 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39792 getdents system call only if kernel and user dirents have the
39793 same d_ino and d_off.
39794
94b07d20
L
39795 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39796 LLONG_MAX != LONG_MAX.
39797 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39798 (_fitoa_word): Likewise.
39799
18298070
L
39800 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39801 years.
39802 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39803 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39804 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39805
553c7ea4
L
39806 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39807 include <bits/wordsize.h>. Check __x86_64__ instead of
39808 __WORDSIZE.
39809 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39810 if __x86_64__ is defined. Use anonymous union on fpstate.
39811
3707636e
L
39812 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39813 anonymous union.
39814
b53ef01a
AS
398152012-05-18 Andreas Schwab <schwab@linux-m68k.org>
39816
37fb1dc0
AS
39817 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39818 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39819 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39820 Refer to _rtld_local_ro instead of _rtld_global_ro.
39821 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39822 Likewise.
39823 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39824 Likewise.
39825 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39826 Likewise.
39827 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39828 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39829 of _rtld_global, and rtld_progname instead of _dl_argv[0].
39830
b53ef01a
AS
39831 * sysdeps/powerpc/powerpc32/dl-machine.c
39832 (__elf_machine_runtime_setup) [PROF]: Don't reference
39833 _dl_prof_resolve.
39834
7a185db2
AJ
398352012-05-18 Andreas Jaeger <aj@suse.de>
39836
39837 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39838 function only available for GCCs before 3.4 since GCC 3.4
39839 introduced a builtin.
39840 (lrint): Likewise.
39841 (llrintf): Likewise.
39842 (llrint): Likewise.
39843 (fmaxf): Likewise.
39844 (fmax): Likewise.
39845 (fminf): Likewise.
39846 (fmin): Likewise.
39847 (rint): Likewise.
39848 (rintf): Likewise.
39849 (nearbyint): Likewise.
39850 (nearbyintf): Likewise.
39851 (ceil): Likewise.
39852 (ceilf): Likewise.
39853 (floor): Likewise.
39854 (floorf): Likewise.
39855
3e5aef87
L
398562012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39857
428bd707
L
39858 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39859 on both fields and cast pointer to __syscall_ulong_t.
39860
3e5aef87
L
39861 * bits/types.h (__fsword_t): New type.
39862 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39863 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39864 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39865 (__FSWORD_T_TYPE): Likewise.
39866 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39867 (__FSWORD_T_TYPE): Likewise.
39868 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39869 (__FSWORD_T_TYPE): Likewise.
39870 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39871 (__FSWORD_T_TYPE): Likewise.
39872 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39873 __SWORD_TYPE with __fsword_t.
39874 (statfs64): Likewise.
39875
1ba7c3dc
DM
398762012-05-17 David S. Miller <davem@davemloft.net>
39877
39878 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39879
59910343
AJ
398802012-05-17 Andreas Jaeger <aj@suse.de>
39881
39882 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39883 warning.
39884
2e4c1e9e
L
398852012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39886
39887 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39888
de7f5ce7
AJ
398892012-05-17 Andreas Jaeger <aj@suse.de>
39890
39891 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39892 when it is used.
39893
286abc3d
CM
398942012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39895
39896 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39897
477cc68e
L
398982012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39899
39900 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39901 * sysdeps/x86_64/tst-mallocalign1.c: New file.
39902
1a0994f5
CD
399032012-05-17 Andreas Jaeger <aj@suse.de>
39904 Carlos O'Donell <carlos_odonell@mentor.com>
39905
39906 [BZ #14059]
39907 * sysdeps/x86_64/multiarch/init-arch.h
39908 (bit_YMM_Usable): Rename to...
39909 (bit_AVX_Usable): ... this.
39910 (bit_FMA4_Usable): New macro.
39911 (bit_XMM_state): New macro.
39912 (bit_YMM_state): New macro.
39913 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39914 [__ASSEMBLER__] (index_AVX_Usable): ... this.
39915 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39916 (CPUID_OSXSAVE): New macro.
39917 (CPUID_AVX): New macro.
39918 (CPUID_FMA4): New macro.
39919 (index_YMM_Usable): Rename to...
39920 (index_AVX_Usable): ... this.
39921 (HAS_AVX): Use HAS_ARCH_FEATURE.
39922 (HAS_FMA4): Likewise.
39923 (HAS_YMM_USABLE): Remove.
39924 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39925 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39926 are present.
39927 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39928 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39929 * sysdeps/x86_64/multiarch/Makefile: Likewise.
39930 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39931 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39932
0af797de
CM
399332012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39934
39935 * math/libm-test.c: Support platforms without multiple rounding modes.
39936 * math/bug-nextafter.c: Support platforms without FP exceptions.
39937 * math/bug-nexttoward.c: Likewise.
39938 * math/test-fenv.c: Likewise.
39939 * math/test-misc.c: Likewise.
39940 * stdlib/bug-getcontext.c: Likewise.
39941
e39745ff
AJ
399422012-05-17 Andreas Jaeger <aj@suse.de>
39943
39944 * manual/examples/search.c (critter_cmp): Change signature to
39945 avoid warnings.
39946 * manual/string.texi (Collation Functions): Likewise.
39947
48970aba
L
399482012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39949
39950 * bits/types.h: Fold copyright years.
39951 * bits/typesizes.h: Likewise.
39952 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39953 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39954 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39955 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39956 * time/time.h: Likewise.
39957
bedee953
PP
399582012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
39959
39960 [BZ #208]
39961 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39962 in instead of returning them. Return void.
39963 (__libc_mallinfo): Accumulate over all arenas.
39964 (__malloc_stats): Adjust for change in int_mallinfo interface.
39965
61653dfb
RM
399662012-05-16 Roland McGrath <roland@hack.frob.com>
39967
30b99d79
RM
39968 [BZ #10375]
39969 * configure.in (NM): Add AC_CHECK_TOOL for it.
39970 (libc_extra_cflags): New substituted variable.
39971 Check for -fstack-protector being used implicitly.
39972 * configure: Regenerated.
39973 * config.make.in (config-extra-cflags): New variable,
39974 gets @libc_extra_cflags@.
39975 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39976
61653dfb
RM
39977 [BZ #10375]
39978 * configure.in: Check for _FORTIFY_SOURCE being predefined.
39979 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39980 * configure: Regenerated.
39981 * config.make.in (CPPUNDEFS): New substituted variable.
39982 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39983 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39984 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39985
661768bb
L
399862012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39987
39988 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39989 (mq_attr): Use __syscall_slong_t.
39990
d4261567
L
399912012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39992
39993 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39994 Check __x86_64__ instead of __WORDSIZE.
39995 (_STAT_VER_LINUX): Likewise.
39996 (stat): Check __x86_64__ instead of __WORDSIZE. Use
39997 __syscall_ulong_t and __syscall_slong_t.
39998 (stat64): Likewise.
39999
cf3ff365
L
400002012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40001
40002 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40003
76cf3e4d
L
400042012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40005
40006 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40007
a637753a
L
400082012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40009
40010 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40011 __syscall_ulong_t.
40012
d5e05119
L
40013 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40014 include <bits/wordsize.h>. Check __x86_64__ instead of
40015 __WORDSIZE.
40016 (greg_t): Use "__extension__ long long int" if __x86_64__ is
40017 defined.
40018 (mcontext_t): Replace "unsigned long" with "unsigned long long".
40019
f62ee380
L
40020 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40021 include <bits/wordsize.h>. Check __x86_64__ instead of
40022 __WORDSIZE.
40023 (user_regs_struct): Use "__extension__ unsigned long long"
40024 instead of "unsigned long" if __x86_64__ is defined.
40025 (user): Likewise. Pad after pointer field if __ILP32__ is
40026 defined.
40027
4e124ced
JM
400282012-05-16 Joseph Myers <joseph@codesourcery.com>
40029
6a3951a0
JM
40030 * configure.in (makeinfo): Require version 4.5 or later. Allow
40031 versions 5 to 9.
40032 * configure: Regenerated.
40033 * manual/install.texi (texinfo): Increase version requirement to
40034 4.5 or later.
40035 * INSTALL: Regenerated.
40036
4e124ced
JM
40037 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40038
953ca31a
L
400392012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40040
40041 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40042
617aca05
L
40043 * sysdeps/x86_64/x32/ffs.c: New file.
40044
5762f7ae
L
40045 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40046 __syscall_ulong_t.
40047 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40048 defined. Use __syscall_ulong_t.
40049 (shminfo): Use __syscall_ulong_t.
40050 (shm_info): Likewise.
40051
a26b6856
L
40052 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40053 __syscall_ulong_t.
40054
cb2b9ef7
L
40055 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40056 <bits/wordsize.h>.
40057 (msgqnum_t): Use __syscall_ulong_t.
40058 (msglen_t): Likewise.
40059 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
40060 __syscall_ulong_t.
40061
34683bb0
L
40062 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40063 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40064
84a68786
L
40065 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40066
48baa5f1
L
40067 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40068 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40069
180be88b
L
40070 * sysvipc/sys/msg.h (msgbuf): Replace long int with
40071 __syscall_slong_t.
40072
5e90c8ad
L
40073 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40074 include <bits/wordsize.h>. Check __x86_64__ instead of
40075 __WORDSIZE.
40076
23dfb58b
L
40077 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40078 "unsigned long long int" if __x86_64__ is defined.
40079 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40080
ce5d54b0
L
40081 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40082 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40083 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40084
13dc9eac
L
40085 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40086 <stdint.h>.
40087 (GET_PC): Cast to uintptr_t first.
40088 (GET_FRAME): Likewise.
40089 (GET_STACK): Likewise.
40090
a7895d15
L
40091 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40092 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40093 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40094 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40095 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40096 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40097 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40098 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40099 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40100 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40101 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40102 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40103 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40104 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40105 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40106 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40107 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40108 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40109 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40110 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40111 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40112 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40113 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40114 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40115 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40116 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40117 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40118 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40119 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40120
656416c9
AS
401212012-05-16 Andreas Schwab <schwab@linux-m68k.org>
40122
5bd66283
AS
40123 * Makerules (+depfiles): Also collect depfiles from .oS in
40124 $(extra-objs).
40125 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40126 .oS, $(libnldbl-routines)).
40127
656416c9
AS
40128 * Makerules (native-compile-mkdep-flags): Define.
40129 * sunrpc/Makefile (extra-objs): Add $(addprefix
40130 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40131 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40132 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
40133 calling $(make-target-directory).
40134
a46f2169
L
401352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40136
40137 * bits/types.h (__snseconds_t): Removed.
40138 * time/time.h (struct timespec): Replace __snseconds_t with
40139 __syscall_slong_t.
40140 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40141 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40142 Likewise.
40143 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40144 (__SNSECONDS_T_TYPE): Likewise.
40145 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40146 (__SNSECONDS_T_TYPE): Likewise.
40147 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40148 (__SNSECONDS_T_TYPE): Likewise.
40149
6af6528b
L
401502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40151
40152 * sysdeps/mach/hurd/bits/typesizes.h
40153 (__SYSCALL_SLONG_TYPE): New macro.
40154 (__SYSCALL_ULONG_TYPE): Likewise.
40155
de986b56
L
401562012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40157
40158 * bits/types.h (__syscall_slong_t): New type.
40159 (__syscall_ulong_t): Likewise.
40160
40161 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40162 (__SYSCALL_ULONG_TYPE): Likewise.
40163 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40164 (__SYSCALL_SLONG_TYPE): Likewise.
40165 (__SYSCALL_ULONG_TYPE): Likewise.
40166 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40167 (__SYSCALL_SLONG_TYPE): Likewise.
40168 (__SYSCALL_ULONG_TYPE): Likewise.
40169 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40170 (__SYSCALL_SLONG_TYPE): Likewise.
40171 (__SYSCALL_ULONG_TYPE): Likewise.
40172
85736dc7
L
401732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40174
40175 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40176 Add sigaltstack-offsets.sym.
40177 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40178 <sigaltstack-offsets.h>.
40179 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
40180 longjmp_msg pointer.
40181 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
40182 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40183 signal stack.
40184 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40185
cc03b296
JM
401862012-05-15 Joseph Myers <joseph@codesourcery.com>
40187
a9538892
JM
40188 * elf/stackguard-macros.h: Remove file.
40189 * sysdeps/generic/stackguard-macros.h: New file.
40190 * sysdeps/i386/stackguard-macros.h: Likewise.
40191 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40192 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40193 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40194 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40195 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40196 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40197 * sysdeps/x86_64/stackguard-macros.h: Likewise.
40198 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40199 <elf/stackguard-macros.h>.
40200
cc03b296
JM
40201 [BZ #14109]
40202 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40203 __aligned__ in attribute.
40204 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40205 (gregset_t): Likewise.
40206
93171016
L
402072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40208
40209 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40210 * sysdeps/x86_64/64/Implies-after: Here. New file.
40211 * sysdeps/x86_64/x32/Implies-after: New file.
40212
d86813a0
L
402132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40214
40215 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40216 and access return value for _dl_profile_fixup. Use R10_LP to
40217 load frame size.
40218
2953ec75
L
402192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40220
40221 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40222
3b550e9e
L
402232012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40224
40225 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40226 * sysdeps/x86_64/x32/sysdep.h: New file.
40227
eda41706
L
402282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40229
40230 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40231 * sysdeps/x86_64/setjmp.S: Likewise.
40232
9ea01d93
AZ
402332012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40234
40235 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40236 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40237 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40238 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40239 remove unused global constant.
40240
02a91938
CM
402412012-05-15 Chris Metcalf <cmetcalf@tilera.com>
40242
40243 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40244 include of <not-cancel.h>.
40245
6540185f
RM
402462012-05-15 Roland McGrath <roland@hack.frob.com>
40247
40248 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40249
509072a0
AJ
402502012-05-15 Jeff Law <law@redhat.com>
40251 Andreas Jaeger <aj@suse.de>
40252
40253 [BZ #13594]
40254 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40255 out from...
40256 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40257 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40258 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40259 code changing __hst_map_handle.map.
40260
ba75122d
RM
402612012-05-15 Roland McGrath <roland@hack.frob.com>
40262
40263 * configure.in (sysnames): Look for Implies-before and Implies-after
40264 files.
40265 * configure: Regenerated.
40266
890d8bd8
L
402672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40268
40269 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40270 8-byte data alignment with LP_SIZE alignment.
40271
f6ee6623
L
402722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40273
40274 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40275 into R10_LP.
40276
ea2626f6
L
402772012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40278
40279 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40280
085f715e
L
402812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40282
40283 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40284 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40285 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40286 Likewise.
40287 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40288
be8498fc
L
402892012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40290
40291 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40292 (stackinfo_sub_sp): Likewise.
40293
70bc83b9
L
402942012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40295
40296 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40297 RAX_LP.
40298
9bc0b730
L
402992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40300
40301 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40302 into R*_LP.
40303
6d2850e7
L
403042012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40305
40306 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40307 sizes into R*_LP.
40308
3cb84561
L
403092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40310
40311 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40312
54e2ed81
L
403132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40314
40315 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40316 into R11_LP and load __x86_64_shared_cache_size_half into
40317 R8_LP.
40318
8a17f349
L
403192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40320
40321 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40322 R8_LP.
40323
777b1eea
AZ
403242012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40325
40326 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40327 logb for POWER7.
40328 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40329 logbf for POWER7.
40330 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40331 logbl for POWER7.
40332 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40333 powerpc32/power7/fpu/s_logb.c via #include.
40334 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40335 powerpc32/power7/fpu/s_logbf.c via #include.
40336 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40337 powerpc32/power7/fpu/s_logbl.c via #include.
40338
d20d4ac2
JM
403392012-05-15 Joseph Myers <joseph@codesourcery.com>
40340
40341 * README.libm: Remove file.
40342
6cdef1ab
L
403432012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40344
40345 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40346 count for x32. Use R*_LP and omit operand-size suffix.
40347
0b254d8f
L
403482012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40349
40350 * shlib-versions: Move x86_64-.*-linux.* entries to ...
40351 * sysdeps/x86_64/64/shlib-versions: Here. New file.
40352 * sysdeps/x86_64/x32/shlib-versions: New file.
40353
ceb809dc
RM
403542012-05-14 Roland McGrath <roland@hack.frob.com>
40355
40356 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40357 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40358 Use _dl_fatal_printf instead.
40359
37f1abd4
JM
403602012-05-14 Joseph Myers <joseph@codesourcery.com>
40361
40362 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40363 set if not set by the user. Do not allow for being unset.
40364 * sysdeps/unix/sysv/linux/configure: Regenerated.
40365
11de3a33
L
403662012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40367
40368 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40369 the `q' suffix from lea and replace .quad with ASM_ADDR.
40370
e02f153a
L
403712012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40372
40373 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40374 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
40375 instead of $17.
40376 (PTR_DEMANGLE): Likewise.
40377
520ae0fd
L
403782012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40379
40380 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40381 (LP_OP): Likewise.
40382 (ASM_ADDR): Likewise.
40383 (RAX_LP): Likewise.
40384 (RBP_LP): Likewise.
40385 (RBX_LP): Likewise.
40386 (RCX_LP): Likewise.
40387 (RDI_LP): Likewise.
40388 (RSI_LP): Likewise.
40389 (RSP_LP): Likewise.
40390 (R8_LP): Likewise.
40391 (R9_LP): Likewise.
40392 (R10_LP): Likewise.
40393 (R10_LP): Likewise.
40394 (R11_LP): Likewise.
40395 (R12_LP): Likewise.
40396 (R13_LP): Likewise.
40397 (R14_LP): Likewise.
40398 (R15_LP): Likewise.
40399
b985be81
L
404002012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40401
40402 * sysdeps/x86_64/x32/dl-machine.h: New file.
40403
6a4888ff
AJ
404042012-05-14 Andreas Jaeger <aj@suse.de>
40405
40406 * manual/Makefile (subdir): Remove export of subdir.
40407 (all): Remove target.
40408 (.PHONY): Remove all from list.
40409 (mkinstalldirs): Remove.
40410 (.PHONY): Remove installdirs from list.
40411 ($(inst_infodir)/libc.info): Use make-target-directory.
40412 (installdirs): Remove.
40413 (subdir_%): Remove.
40414 (glibc-targets): Remove.
40415 (lib): Remove.
40416 (stubs): Remove.
40417 ($(objpfx)stubs ../po/manual.pot): Remove.
40418 ($(objpfx)stamp%): Remove.
40419 (make-target-directory): Remove.
40420 (subdir_install): Remove.
40421 (routines): Remove.
40422 (aux): Remove.
40423 (sources): Remove.
40424 (objects): Remove.
40425 (headers): Remove.
40426
40427 [BZ #13750]
40428 * manual/.gitignore: Remove, it's not needed anymore.
40429 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40430 all files in it.
40431 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40432 directory.
40433 (texis): Renamed to $(objpfx)texis.
40434 (texis-path): New, contains path to generated files.
40435 (chapters.%): Use texis-path for complete path, add extra argument
40436 libc-texinfo.sh.
40437 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40438 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40439 (summary,texi, stamp-summary): Use complete path of
40440 files. Generate files in build dir.
40441 (dir-add.texi): Build in build dir.
40442 (libm-err.texi,stamp-libm-err): Likewise.
40443 (version.texi, stamp-version): Likewise.
40444 (.%c.texi): Likewise.
40445 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40446 (mostlyclean): Remove target.
40447 (realclean): Remove target.
40448 (generated): Add new variable with contents from mostlyclean and
40449 realclean, remove entries duplicated in common-mostlyclean, add
40450 stamp-libm-err and stamp-version.
40451 (generated-dirs): Add libc directory.
40452 ($(inst_infodir)/libc.info): Install files from build dir.
40453
40454 * manual/install.texi (Configuring and compiling): Adjust since
40455 the info files are not part of the tar ball anymore.
40456
7ac77294
AJ
404572012-05-14 Andreas Jaeger <aj@suse.de>
40458
40459 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40460 variable.
40461
ffb7875d
JM
404622012-05-14 Joseph Myers <joseph@codesourcery.com>
40463
40464 [BZ #13717]
40465 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40466 to 2.2.0 where earlier.
40467 * sysdeps/unix/sysv/linux/configure: Regenerated.
40468 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40469 Remove conditional code.
40470 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40471 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40472 Remove conditional code.
40473 [!__NR_lchown]: Likewise.
40474 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40475 [__NR_lchown]: Likewise.
40476 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40477 comment referencing __ASSUME_LCHOWN_SYSCALL.
40478 * sysdeps/unix/sysv/linux/i386/sigaction.c
40479 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40480 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40481 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40482 Remove conditional code.
40483 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40484 (__protocol_available): Remove #if 0 code.
40485 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40486 conditional code.
40487 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40488 * sysdeps/unix/sysv/linux/kernel-features.h
40489 (__ASSUME_GETCWD_SYSCALL): Don't define.
40490 (__ASSUME_REALTIME_SIGNALS): Likewise.
40491 (__ASSUME_PREAD_SYSCALL): Likewise.
40492 (__ASSUME_PWRITE_SYSCALL): Likewise.
40493 (__ASSUME_POLL_SYSCALL): Likewise.
40494 (__ASSUME_LCHOWN_SYSCALL): Likewise.
40495 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40496 non-SPARC.
40497 (__ASSUME_SIOCGIFNAME): Don't define.
40498 (__ASSUME_MSG_NOSIGNAL): Likewise.
40499 (__ASSUME_SENDFILE): Define unconditionally.
40500 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40501 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40502 conditional code.
40503 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40504 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40505 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40506 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40507 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40508 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40509 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40511 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40512 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40514 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40515 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40517 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40518 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40519 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40520 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40521 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40523 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40524 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40526 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40527 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40529 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40530 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40532 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40533 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40534 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40535 Remove conditional code.
40536 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40537 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40538 Remove conditional code.
40539 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40540 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40541 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40542 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40543 Remove conditional code.
40544 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40545 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40546 Remove conditional code.
40547 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40548 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40549 Remove conditional code.
40550 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40551 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40552 Remove conditional code.
40553 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40554 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40555 Remove conditional code.
40556 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40557 * sysdeps/unix/sysv/linux/sh/pwrite64.c
40558 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40559 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40560 * sysdeps/unix/sysv/linux/sigaction.c
40561 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40562 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40563 * sysdeps/unix/sysv/linux/sigpending.c
40564 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40565 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40566 * sysdeps/unix/sysv/linux/sigprocmask.c
40567 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40568 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40569 * sysdeps/unix/sysv/linux/sigsuspend.c
40570 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40571 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40572 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40573 (__libc_missing_rt_sigs): Remove.
40574 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40575 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40576 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40577 Remove conditional code.
40578 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40579 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40580 return 1.
40581 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40582 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40583 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40584 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40585
1bfb7291
AJ
405862012-05-14 Andreas Jaeger <aj@suse.de>
40587
caae5a81
AJ
40588 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40589 it's not used in glibc.
40590 (__coshm1): Likewise.
40591 (__acosh1p): Likewise.
40592 (__sgn): Likewise.
40593
1bfb7291
AJ
40594 * manual/string.texi (Copying and Concatenation): Add missing
40595 variable in concat example.
40596 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40597
c044d724
L
405982012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40599
144c5467 40600 [BZ #14103]
c044d724
L
40601 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40602 __builtin_clzl with __builtin_clzll.
40603
2523c62b
L
406042012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40605
40606 [BZ #14104]
40607 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40608 libc_freeres_ptr.
40609
d7bb4c42
LD
406102012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40611
40612 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40613 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40614 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40615 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40616
9dc4e1fb
MF
406172012-05-14 Mike Frysinger <vapier@gentoo.org>
40618
40619 * NEWS: Update ia64 info.
40620
c7df0112
AS
406212012-05-12 Andreas Schwab <schwab@linux-m68k.org>
40622
40623 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40624 used as bcopy.
40625
dc70356c
TS
406262012-05-12 Thomas Schwinge <thomas@codesourcery.com>
40627
40628 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40629 * sysdeps/unix/syscalls.list (dup3): Likewise.
40630 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40631 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40632
9fb1a21f
L
406332012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40634
40635 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40636 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40637
4822a2a5
L
406382012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40639
40640 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40641 thread pointer.
40642 (TLS_IE): Use mov/add instead of movq/addq to load thread
40643 pointer.
40644 (TLS_GD_PREFIX): New.
40645 (TLS_GD): Use it.
40646
842b81d6
DM
406472012-05-11 David S. Miller <davem@davemloft.net>
40648
40649 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40650 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40651 (_FPU_SETCW): Likewise.
40652
1cf463cd
L
406532012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40654
40655 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40656 is 32-byte aligned.
40657
60cc4a18
AS
406582012-05-11 Andreas Schwab <schwab@linux-m68k.org>
40659
40660 [BZ #11837]
40661 * iconvdata/gb18030.c: Update tables.
40662 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
40663 characters specially.
40664 (BODY for TO_LOOP): Add encoding of missing ranges.
40665
febb44a4
TS
406662012-05-11 Thomas Schwinge <thomas@codesourcery.com>
40667
40668 [BZ #13673]
40669 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40670 * sysdeps/mach/hurd/dup3.c: Likewise.
40671 * sysdeps/mach/hurd/readlinkat.c: Likewise.
40672 * sysdeps/powerpc/memmove.c:: Likewise.
40673
0a10fb9e
L
406742012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40675
40676 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40677 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40678
df8a552f
L
406792012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40680
40681 * elf/elf.h (R_X86_64_RELATIVE64): New.
40682 (R_X86_64_NUM): Updated.
40683 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40684 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
40685 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40686 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40687 tst-quad1pie tst-quad2pie
40688 (modules-names): Add tst-quadmod1 tst-quadmod2.
40689 ($(objpfx)tst-quad1): New dependency.
40690 ($(objpfx)tst-quad2): Likewise.
40691 ($(objpfx)tst-quad1pie): Likewise.
40692 ($(objpfx)tst-quad2pie): Likewise.
40693 * sysdeps/x86_64/tst-quad1.c: New file.
40694 * sysdeps/x86_64/tst-quad1pie.c: New file.
40695 * sysdeps/x86_64/tst-quad2.c: Likewise.
40696 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40697 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40698 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40699 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40700 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40701
f34d6f84
ST
407022012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40703
f42d41d1
ST
40704 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40705 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40706 * streams/stropts.h (t_scalar_t): Define type.
40707
3c3571fc
ST
40708 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40709 (_PATH_PRESERVE): Set to "/var/lib".
40710 (_PATH_RWHODIR): Set to "/var/spool/rwho".
40711
61f06bd3
ST
40712 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40713 instead of int.
40714
918d4d71
ST
40715 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40716 if __dir_mkfile succeeded.
40717
f34d6f84
ST
40718 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40719 checking for _hurd_dtablesize. Unlock it right after having
40720 finished _hurd_dtable allocation.
40721
10589b4a
TS
407222012-05-10 Thomas Schwinge <thomas@schwinge.name>
40723
674cdbc7
TS
40724 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40725 * sysdeps/mach/hurd/configure: Regenerated.
40726 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40727 special-casing to...
40728 * sysdeps/gnu/configure.in: ... this new file.
40729 * sysdeps/unix/sysv/linux/configure: Regenerated.
40730 * sysdeps/gnu/configure: New generated file.
40731
8e41b99f
TS
40732 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40733 for Linux: use nsec instead of usec, as well as:
40734 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40735 members of type struct timespec.
40736 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40737 New macros.
40738 (struct stat64): Likewise.
40739 (_STATBUF_ST_NSEC): New macro.
40740 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40741
10589b4a
TS
40742 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40743 __strtoul_internal rather than strtoul.
40744
63643c85
PT
407452012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40746
40747 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40748 and reject them.
40749
3faebe6a
ST
407502012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40751
40752 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40753 which preserves existing values.
40754 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40755
c6474b07
PT
407562012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40757
40758 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40759 TIMEOUT values. Return EINVAL for NFDS values either negative or
40760 greater than FD_SETSIZE.
40761
1043890b
ST
407622012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40763
40764 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40765 allocated, call __vm_protect to finish enabling the existing space, and
40766 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40767 allocate the remainder.
40768
37ed8b9b
PT
407692012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40770
40771 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40772 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
40773
db653660
ST
407742012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40775
37ed8b9b
PT
40776 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40777 sysdeps/mach/hurd/readlink.c.
b29d4053 40778
db653660
ST
40779 * posix/tst-sysconf.c (posix_options): Only use
40780 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40781 _POSIX_SYNCHRONIZED_IO when they are defined
40782 * sysdeps/mach/hurd/bits/posix_opt.h:
40783 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40784 (_XOPEN_REALTIME): Undefine macro.
40785 (_XOPEN_REALTIME_THREADS): Undefine macro.
40786 (_XOPEN_SHM): Undefine macro.
40787 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40788 macro to -1.
40789 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40790 macro to -1.
40791 (_POSIX_ASYNC_IO): Undefine macro.
40792 (_POSIX_PRIORITIZED_IO): Undefine macro.
40793 (_POSIX_SPIN_LOCKS): Define macro to -1.
40794
ee16e894
ST
40795 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40796 SA_NODEFER, SA_RESETHAND.
40797 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40798 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40799 F_DUPFD_CLOEXEC.
40800
6103ae3b
TS
408012012-05-10 Thomas Schwinge <thomas@schwinge.name>
40802
40803 * elf/Makefile (pldd-modules): Define unconditionally.
40804
80b4e5f3
TS
408052012-05-10 Thomas Schwinge <thomas@schwinge.name>
40806
40807 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40808
edadcbd6
ST
408092012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40810
40811 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40812 Return ENOENT when name is empty.
40813 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40814
80694780
TS
408152012-05-10 Thomas Schwinge <thomas@schwinge.name>
40816
1792c087
TS
40817 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40818
80694780
TS
40819 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40820
6b645f0d
ST
408212012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40822
80694780
TS
40823 Fix mlock in all cases except non-readable pages.
40824 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40825 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 40826
6b645f0d
ST
40827 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40828 (__mkdir): When path is `/', just fail with EEXIST.
40829 * sysdeps/mach/hurd/mkdirat.c: Likewise.
40830
e468f8a3
TS
408312012-05-10 Thomas Schwinge <thomas@schwinge.name>
40832
40833 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40834 <sys/uio.h> (for writev).
40835 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40836 and <sys/param.h> (for MIN).
40837
a4186cff
PT
408382012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40839
40840 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40841 REQUESTED_TIME. Properly set the remaining time and return EINTR
40842 if interrupted.
40843
510bbf14
TS
408442012-05-10 Thomas Schwinge <thomas@schwinge.name>
40845
40846 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40847 Depend on against $(link-rpcuserlibs).
40848
5d5722e8
ST
408492012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40850
a4186cff
PT
40851 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40852 (__libc_stack_end): Do not use attribute_relro.
40853 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40854 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 40855 to libthread-provided value.
a4186cff
PT
40856 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40857 attribute_relro.
5d5722e8 40858
37233df9
TS
408592012-05-10 Thomas Schwinge <thomas@schwinge.name>
40860
be971a2b
TS
40861 [BZ #3748]
40862 * bits/libc-lock.h (__libc_once_get): New macro.
40863 * sysdeps/mach/bits/libc-lock.h: Likewise.
40864 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40865 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40866 instead of using implementation details.
40867
37233df9
TS
40868 * libio/fileops.c: Unconditionally include <kernel-features.h>.
40869 * libio/freopen.c: Likewise.
40870 * libio/freopen64.c: Likewise.
40871 * misc/syslog.c: Likewise.
40872 * nscd/connections.c: Likewise.
40873 * nscd/netgroupcache.c: Likewise.
40874 * sysdeps/posix/getcwd.c: Likewise.
40875
38de94a5
RM
408762012-05-10 Roland McGrath <roland@hack.frob.com>
40877
40878 * math/w_ilogbf.c: Add #include <limits.h>.
40879
67530489
ST
408802012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40881
a4186cff 40882 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
40883 path instead of returning without unlocking.
40884
67530489
ST
40885 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40886 immediate-write ioctls.
40887 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40888
5aa3a74a
TS
408892012-05-10 Thomas Schwinge <thomas@schwinge.name>
40890
18bad2ae
TS
40891 * sysdeps/mach/hurd/i386/init-first.c (init): Use
40892 __builtin_frame_address instead of making assumptions about the
40893 location of the return address relative to DATA. Force early load of
40894 the return address.
40895 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40896 __builtin_frame_address.
40897
5aa3a74a
TS
40898 dup3 for GNU Hurd.
40899 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40900 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
40901 implement dup3 and do some further code clean-ups.
40902 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40903 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40904
ecd0de9a
ST
409052012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40906
cd9fa985
ST
40907 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40908
a4186cff
PT
40909 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40910 HURD_CRITICAL_END around holding _hurd_dtable_lock.
40911 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40912 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40913 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40914 d->port.lock.
802ca5a5 40915
a4186cff
PT
40916 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40917 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
40918 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 40919
bcf55240
TS
409202012-05-10 Thomas Schwinge <thomas@schwinge.name>
40921
6960eb42
TS
40922 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40923 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40924 definitions.
40925
eb43375f
TS
40926 accept4 for GNU Hurd.
40927 * include/sys/socket.h (__libc_accept4): New prototype.
40928 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
40929 to implement __libc_accept4.
40930 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40931 __libc_accept4.
40932 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40933
bcf55240
TS
40934 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40935 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40936 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40937 signal-defines.sym.
40938
6178c55b
ST
409392012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40940
a4186cff 40941 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 40942
6f080c2f
TS
409432012-05-10 Thomas Schwinge <thomas@schwinge.name>
40944
40945 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40946 assertion on O_CLOEXEC flag.
40947 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40948 * hurd/intern-fd.c: Likewise.
40949 * hurd/port2fd.c: Likewise.
40950
bcfe3a54
ST
409512012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40952
40953 [BZ #3906]
40954 * bits/in.h (IPV6_PKTINFO): Define new macro.
40955 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40956
89c9aa49
AZ
409572012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40958
40959 [BZ #13954]
40960 [BZ #13955]
40961 [BZ #13956]
40962 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40963 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40964 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40965 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40966 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40967 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40968 * math/libm-test.inc (logb_test) : Additional logb tests.
40969
021db4be
AJ
409702012-05-09 Andreas Schwab <schwab@linux-m68k.org>
40971 Andreas Jaeger <aj@suse.de>
40972
40973 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40974 * configure: Regenerated.
40975 * config.h.in (LINK_OBSOLETE_RPC): New macro.
40976 * config.make.in (link-obsolete-rpc): New substituted variable.
40977 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40978 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40979 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40980 (shared-only-routines): Don't set it under [link-obsolete-rpc],
40981 so that libc.a contains the symbols.
40982 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40983 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40984 * sunrpc/auth_none.c: Likewise.
40985 * sunrpc/auth_unix.c: Likewise.
40986 * sunrpc/authdes_prot.c: Likewise.
40987 * sunrpc/authuxprot.c: Likewise.
40988 * sunrpc/clnt_gen.c: Likewise.
40989 * sunrpc/clnt_perr.c: Likewise.
40990 * sunrpc/clnt_raw.c: Likewise.
40991 * sunrpc/clnt_simp.c: Likewise.
40992 * sunrpc/clnt_tcp.c: Likewise.
40993 * sunrpc/clnt_udp.c: Likewise.
40994 * sunrpc/clnt_unix.c: Likewise.
40995 * sunrpc/des_crypt.c: Likewise.
40996 * sunrpc/des_soft.c: Likewise.
40997 * sunrpc/get_myaddr.c: Likewise.
40998 * sunrpc/key_call.c: Likewise.
40999 * sunrpc/key_prot.c: Likewise.
41000 * sunrpc/netname.c: Likewise.
41001 * sunrpc/pm_getmaps.c: Likewise.
41002 * sunrpc/pm_getport.c: Likewise.
41003 * sunrpc/pmap_clnt.c: Likewise.
41004 * sunrpc/pmap_prot.c: Likewise.
41005 * sunrpc/pmap_prot2.c: Likewise.
41006 * sunrpc/pmap_rmt.c: Likewise.
41007 * sunrpc/publickey.c: Likewise.
41008 * sunrpc/rpc_cmsg.c: Likewise.
41009 * sunrpc/rpc_common.c: Likewise.
41010 * sunrpc/rpc_dtable.c: Likewise.
41011 * sunrpc/rpc_prot.c: Likewise.
41012 * sunrpc/rpc_thread.c: Likewise.
41013 * sunrpc/rtime.c: Likewise.
41014 * sunrpc/svc.c: Likewise.
41015 * sunrpc/svc_auth.c: Likewise.
41016 * sunrpc/svc_raw.c: Likewise.
41017 * sunrpc/svc_run.c: Likewise.
41018 * sunrpc/svc_tcp.c: Likewise.
41019 * sunrpc/svc_udp.c: Likewise.
41020 * sunrpc/svc_unix.c: Likewise.
41021 * sunrpc/svcauth_des.c: Likewise.
41022 * sunrpc/xcrypt.c: Likewise.
41023 * sunrpc/xdr.c: Likewise.
41024 * sunrpc/xdr_array.c: Likewise.
41025 * sunrpc/xdr_float.c: Likewise.
41026 * sunrpc/xdr_intXX_t.c: Likewise.
41027 * sunrpc/xdr_mem.c: Likewise.
41028 * sunrpc/xdr_rec.c: Likewise.
41029 * sunrpc/xdr_ref.c: Likewise.
41030 * sunrpc/xdr_sizeof.c: Likewise.
41031 * sunrpc/xdr_stdio.c: Likewise.
41032
b5c086a2
RM
410332012-05-10 Roland McGrath <roland@hack.frob.com>
41034
41035 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41036 change. Update copyright years.
41037
6d74dd09
JM
410382012-05-10 Joseph Myers <joseph@codesourcery.com>
41039
41040 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41041
28e72501
MK
410422012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
41043 Joseph Myers <joseph@codesourcery.com>
41044 Paul Pluzhnikov <ppluzhnikov@google.com>
41045
41046 [BZ #14012]
41047 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41048 requiring rpcgen.
41049 [cross-compiling] (extra-libs): Likewise.
41050 [cross-compiling] (extra-libs-others): Likewise.
41051 [cross-compiling] (librpcsvc-routines): Likewise.
41052 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41053 [cross-compiling] (omit-deps): Likewise.
41054 (sunrpc-CPPFLAGS): New variable.
41055 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41056 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41057 (cross-rpcgen-objs): New variable.
41058 (extra-objs): Append $(cross-rpcgen-objs).
41059 ($(cross-rpcgen-objs)): New rule.
41060 ($(objpfx)cross-rpcgen): Likewise.
41061 (rpcgen-cmd): Define to use $(built-program-file). Expand
41062 comment.
41063 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41064 ($(objpfx)x%.stmp): Likewise.
41065 * sunrpc/proto.h [IS_IN_build] (_): Define.
41066 [IS_IN_build] (_libc_intl_domainname): Likewise.
41067
c8c59454
L
410682012-05-10 H.J. Lu <hongjiu.lu@intel.com>
41069
41070 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41071 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41072 and R_X86_64_TPOFF64.
41073
6f27cd16
JM
410742012-05-10 Joseph Myers <joseph@codesourcery.com>
41075
41076 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41077 sysdeps/unix/sysv/syscalls.list.
41078 (stime): Likewise.
41079 (utime): Likewise.
41080 * sysdeps/unix/sysv/syscalls.list: Remove file.
41081
02467e1c
PE
410822012-05-10 Paul Eggert <eggert@cs.ucla.edu>
41083
41084 [BZ #3440]
41085 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41086 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41087 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41088 (__LC_IDENTIFICATION): Make these macros useful in #if
41089 expressions, as required by C99.
41090
da392631
AS
410912012-05-10 Andreas Schwab <schwab@linux-m68k.org>
41092
41093 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41094 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
41095 after this.
41096
8115f29b
L
410972012-05-09 H.J. Lu <hongjiu.lu@intel.com>
41098
41099 * stdlib/longlong.h: Updated from GCC.
41100
bdd74070
AJ
411012012-05-09 Andreas Jaeger <aj@suse.de>
41102
edfe0dbe
AJ
41103 * nscd/nscd.c (run_modes): Make named enum, reorder so that
41104 default is first entry.
41105 (run_mode): Set type.
41106 (main): Remove informal message about syslog.
41107 (options): Fix typo.
41108
bcfe3a54
ST
41109 [BZ #14053]
41110 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 41111 to asm.
bcfe3a54
ST
41112 (lrint): Likewise.
41113 (llrintf): Likewise.
41114 (llrint): Likewise.
41115 (rint): Likewise.
41116 (rintf): Likewise.
41117 (nearbyint): Likewise.
41118 (nearbyintf): Likewise.
bdd74070 41119
91d8d69e
AJ
411202012-05-09 Andreas Jaeger <aj@suse.de>
41121 Pedro Alves <palves@redhat.com>
41122
41123 * nscd/nscd.c (run_mode): Use enum.
41124 (main): Cleanup coding style issue.
41125
bb90b80b
AJ
411262012-05-09 Alexandre Oliva <aoliva@redhat.com>
41127 Andreas Jaeger <aj@suse.de>
41128
bcfe3a54
ST
41129 * nscd/nscd.c (go_background): Replaced with...
41130 (run_mode): ... this.
bb90b80b 41131 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
41132 (options): Add -F --foreground.
41133 (main): Implement it.
41134 (parse_opt): Parse it.
bb90b80b 41135
1a4b75a1
AJ
411362012-05-09 Andreas Jaeger <aj@suse.de>
41137
41138 [BZ #14083]
41139 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41140 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41141 -Wconversion warning.
41142 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41143 Likewise.
41144
b1cc2472
JM
411452012-05-09 Joseph Myers <joseph@codesourcery.com>
41146
41147 * conform/data/locale.h-data (NULL): Use macro-constant. Require
41148 == 0.
41149 (LC_ALL): Use macro-int-constant.
41150 (LC_COLLATE): Likewise.
41151 (LC_CTYPE): Likewise.
41152 (LC_MESSAGES): Likewise.
41153 (LC_MONETARY): Likewise.
41154 (LC_NUMERIC): Likewise.
41155 (LC_TIME): Likewise.
41156 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41157 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41158 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41159 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41160 Specify type.
41161 [C99-based standards] (float_t): Expect type.
41162 [C99-based standards] (double_t): Expect type.
41163 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
41164 type.
41165 [C99-based standards] (HUGE_VALL): Likewise.
41166 [C99-based standards] (INFINITY): Likewise.
41167 [C99-based standards] (NAN): Likewise.
41168 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41169 [C99-based standards] (FP_NAN): Likewise.
41170 [C99-based standards] (FP_NORMAL): Likewise.
41171 [C99-based standards] (FP_SUBNORMAL): Likewise.
41172 [C99-based standards] (FP_ZERO): Likewise.
41173 [C99-based standards] (FP_FAST_FMA): Use
41174 optional-macro-int-constant. Specify type. Require == 1.
41175 [C99-based standards] (FP_FAST_FMAF): Likewise.
41176 [C99-based standards] (FP_FAST_FMAL): Likewise.
41177 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41178 [C99-based standards] (FP_ILOGBNAN): Likewise.
41179 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41180 Specify type.
41181 [C99-based standards] (MATH_ERREXCEPT): Likewise.
41182 [C99-based standards] (math_errhandling): Specify type.
41183 [ISO99 || ISO11] (signgam): Do not allow.
41184 [non-C99-based standards] (copysignf): Do not allow.
41185 [non-C99-based standards] (exp2f): Likewise.
41186 [non-C99-based standards] (log2f): Likewise.
41187 [non-C99-based standards] (modff): Allow.
41188 [non-C99-based standards] (erff): Do not allow.
41189 [non-C99-based standards] (erfcf): Likewise.
41190 [non-C99-based standards] (gammaf): Likewise.
41191 [non-C99-based standards] (hypotf): Likewise.
41192 [non-C99-based standards] (j0f): Likewise.
41193 [non-C99-based standards] (j1f): Likewise.
41194 [non-C99-based standards] (jnf): Likewise.
41195 [non-C99-based standards] (lgammaf): Likewise.
41196 [non-C99-based standards] (tgammaf): Likewise.
41197 [non-C99-based standards] (y0f): Likewise.
41198 [non-C99-based standards] (y1f): Likewise.
41199 [non-C99-based standards] (ynf): Likewise.
41200 [non-C99-based standards] (isnanf): Likewise.
41201 [non-C99-based standards] (acoshf): Likewise.
41202 [non-C99-based standards] (asinhf): Likewise.
41203 [non-C99-based standards] (atanhf): Likewise.
41204 [non-C99-based standards] (cbrtf): Likewise.
41205 [non-C99-based standards] (expm1f): Likewise.
41206 [non-C99-based standards] (ilogbf): Likewise.
41207 [non-C99-based standards] (log1pf): Likewise.
41208 [non-C99-based standards] (logbf): Likewise.
41209 [non-C99-based standards] (nextafterf): Likewise.
41210 [non-C99-based standards] (remainderf): Likewise.
41211 [non-C99-based standards] (rintf): Likewise.
41212 [non-C99-based standards] (scalbf): Likewise.
41213 [non-C99-based standards] (copysignl): Likewise.
41214 [non-C99-based standards] (exp2l): Likewise.
41215 [non-C99-based standards] (log2l): Likewise.
41216 [non-C99-based standards] (modfl): Allow.
41217 [non-C99-based standards] (erfl): Do not allow.
41218 [non-C99-based standards] (erfcl): Likewise.
41219 [non-C99-based standards] (gammal): Likewise.
41220 [non-C99-based standards] (hypotl): Likewise.
41221 [non-C99-based standards] (j0l): Likewise.
41222 [non-C99-based standards] (j1l): Likewise.
41223 [non-C99-based standards] (jnl): Likewise.
41224 [non-C99-based standards] (lgammal): Likewise.
41225 [non-C99-based standards] (tgammal): Likewise.
41226 [non-C99-based standards] (y0l): Likewise.
41227 [non-C99-based standards] (y1l): Likewise.
41228 [non-C99-based standards] (ynl): Likewise.
41229 [non-C99-based standards] (isnanl): Likewise.
41230 [non-C99-based standards] (acoshl): Likewise.
41231 [non-C99-based standards] (asinhl): Likewise.
41232 [non-C99-based standards] (atanhl): Likewise.
41233 [non-C99-based standards] (cbrtl): Likewise.
41234 [non-C99-based standards] (expm1l): Likewise.
41235 [non-C99-based standards] (ilogbl): Likewise.
41236 [non-C99-based standards] (log1pl): Likewise.
41237 [non-C99-based standards] (logbl): Likewise.
41238 [non-C99-based standards] (nextafterl): Likewise.
41239 [non-C99-based standards] (remainderl): Likewise.
41240 [non-C99-based standards] (rintl): Likewise.
41241 [non-C99-based standards] (scalbl): Likewise.
41242 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41243 [non-C99-based standards] (FP_*): Do not allow.
41244 [C99-based standards] (FP_*): Change to
41245 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41246 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41247 allow.
41248 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41249 (SIG_ERR): Likewise.
41250 [X/Open-based standards] (SIG_HOLD): Likewise.
41251 (SIG_IGN): Likewise.
41252 (SIGABRT): Use macro-int-constant. Specify type. Require
41253 positive value.
41254 (SIGFPE): Likewise.
41255 (SIGILL): Likewise.
41256 (SIGINT): Likewise.
41257 (SIGSEGV): Likewise.
41258 (SIGTER): Likewise.
41259 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41260 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41261 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41262 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41263 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41264 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41265 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41266 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41267 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41268 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41269 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41270 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41271 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41272 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41273 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41274 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41275 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41276 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41277 [X/Open-based standards] (SIGTRAP): Likewise.
41278 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41279 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41280 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41281 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41282 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41283 allow.
41284
b9f1922d
IW
412852012-05-08 Ian Wienand <ianw@vmware.com>
41286
41287 [BZ #14080]
41288 * time/tzset.c (__tzset_parse_tz): Update default rules for
41289 daylight time changes in the Energy Policy Act of 2005.
41290
1db86e88
AJ
412912012-05-09 Andreas Jaeger <aj@suse.de>
41292
41293 [BZ #13983]
41294 * elf/ldconfig.c (parse_conf): Change string to make clear that
41295 ldconfig only issued a warning if ld.so.conf does not exist.
41296
dee4a4e3
DM
412972012-05-08 David S. Miller <davem@davemloft.net>
41298
ee0db190
DM
41299 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41300 movxtod instead of popping the value on the stack.
41301
dee4a4e3
DM
41302 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41303
6a43ec98
CD
413042012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
41305
41306 * config.h.in: Add HAVE_ARM_PCS_VFP.
41307
05c2c961
RMG
413082012-05-08 Roland Mc Grath <roland@hack.frob.com>
41309
bcfe3a54
ST
41310 [BZ #13979]
41311 * include/features.h: Warn if user requests __FORTIFY_SOURCE
41312 checking but the checks are disabled for any reason.
05c2c961 41313
4b30f61a
L
413142012-05-08 H.J. Lu <hongjiu.lu@intel.com>
41315
41316 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41317 and ELF64_R_TYPE with ELFW(R_TYPE).
41318
eee2bc67
JM
413192012-05-08 Joseph Myers <joseph@codesourcery.com>
41320
7ea5391a
JM
41321 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41322 (ulimit): Likewise.
41323
eee2bc67
JM
41324 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41325 (settimeofday): Likewise.
41326
abb66a67
MF
413272012-05-08 Mike Frysinger <vapier@gentoo.org>
41328
41329 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
41330 a struct th_u2 inside the union, and move tu_block/tu_code into
41331 a new th_u3 union of tu_block/tu_code inside of that. Move
41332 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
41333 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
41334 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41335 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41336 (th_stuff): Change to th_u1.tu_stuff.
41337 (th_data): Define.
41338 (th_msg): Change to th_u1.th_u2.tu_data.
41339
7f18b530
DM
413402012-05-07 David S. Miller <davem@davemloft.net>
41341
05760585
DM
41342 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41343
7f18b530
DM
41344 [BZ #14074]
41345 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41346 (SETUP_PIC_REG): Use it.
41347 (SETUP_PIC_REG_LEAF): Use it.
41348
495fd99f
JM
413492012-05-07 Joseph Myers <joseph@codesourcery.com>
41350
41351 [BZ #13885]
41352 [BZ #13923]
41353 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41354 USE_AS_EXPM1L.
41355 (EXPL_FINITE): Likewise.
41356 (FLDLOG): Likewise.
41357 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41358 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41359 e_expl.S.
41360 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41361 USE_AS_EXPM1L.
41362 (EXPL_FINITE): Likewise.
41363 (FLDLOG): Likewise.
41364 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41365 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41366 e_expl.S.
41367 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
41368 test of -max_value argument for long double.
41369 * sysdeps/i386/fpu/libm-test-ulps: Update.
41370 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41371
6693d694
DM
413722012-05-06 David S. Miller <davem@davemloft.net>
41373
41374 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41375 quad soft-float symbols whose references which are compiler
41376 generated.
41377 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41378
6c23e11c
JM
413792012-05-06 Joseph Myers <joseph@codesourcery.com>
41380
d8b82cad
JM
41381 [BZ #13884]
41382 [BZ #13914]
41383 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41384 USE_AS_EXP10L.
41385 (EXPL_FINITE): Likewise.
41386 (FLDLOG): Likewise.
41387 (c0): Likewise.
41388 (c1): Likewise.
41389 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41390 Adjust comments for base varying.
41391 (__expl_finite): Change alias to EXPL_FINITE.
41392 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41393 e_expl.S.
41394 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41395 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41396 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41397 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41398 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41399 USE_AS_EXP10L.
41400 (EXPL_FINITE): Likewise.
41401 (FLDLOG): Likewise.
41402 (c0): Likewise.
41403 (c1): Likewise.
41404 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41405 Adjust comments for base varying.
41406 (__expl_finite): Change alias to EXPL_FINITE.
41407 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
41408 tests for bugs.
41409 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41410
6c23e11c
JM
41411 [BZ #14064]
41412 * math/libm-test.inc (check_float_internal): Correct ulp
41413 calculation for subnormal expected results.
41414
29ba805c
AJ
414152012-05-06 Andreas Jaeger <aj@suse.de>
41416
41417 * Makeconfig (+math-flags): New, set to -frounding-math.
41418 (+cflags): Add +math-flags so that all of glibc gets compiled with
41419 it.
41420
41421 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41422
7b17aeda
JM
414232012-05-05 Joseph Myers <joseph@codesourcery.com>
41424
5779f134
JM
41425 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41426 Disable one test.
41427
41498f4d
JM
41428 [BZ #13787]
41429 [BZ #13922]
41430 [BZ #14036]
41431 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41432 (__ieee754_expl): Allow for and saturate large arguments.
41433 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41434 (u_threshold): Likewise.
41435 (__exp): Call __ieee754_exp before checking for overflow and
41436 underflow.
41437 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41438 (u_threshold): Likewise.
41439 (__expf): Call __ieee754_expf before checking for overflow and
41440 underflow.
41441 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41442 (u_threshold): Likewise.
41443 (__expl): Call __ieee754_expl before checking for overflow and
41444 underflow.
41445 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41446 (__ieee754_expl): Allow for and saturate large arguments.
41447 * math/libm-test.inc (exp_test): Add another test. Do not allow
41448 missing overflow exception on overflow.
41449 (expm1_test): Do not allow missing overflow exception on overflow.
41450
6698b8bf
JM
41451 * sysdeps/i386/fpu/e_expl.c: Move to ...
41452 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
41453 rather than using inline asm.
41454 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41455 * sysdeps/x86_64/fpu/e_expl.S: Copy from
41456 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41457
7b17aeda
JM
41458 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41459 (nice): Likewise.
41460 (poll): Likewise.
41461 (signal): Likewise.
41462 (time): Likewise.
41463 (times): Likewise.
41464
f7c85819
JM
414652012-05-04 Joseph Myers <joseph@codesourcery.com>
41466
41467 * sysdeps/unix/syscalls.list (adjtime): Add entry from
41468 sysdeps/unix/common/syscalls.list.
41469 (fchmod): Likewise.
41470 (fchown): Likewise.
41471 (ftruncate): Likewise.
41472 (getrusage): Likewise.
41473 (gettimeofday): Likewise.
41474 (setpgid): Likewise.
41475 (setregid): Likewise.
41476 (setreuid): Likewise.
41477 (sigaction): Likewise.
41478 (truncate): Likewise.
41479 (vhangup): Likewise.
41480 * sysdeps/unix/common/syscalls.list: Remove file.
41481 * sysdeps/unix/bsd/Implies: Don't include unix/common.
41482 * sysdeps/unix/sysv/linux/Implies: Likewise.
41483
336270d0
L
414842012-05-04 H.J. Lu <hongjiu.lu@intel.com>
41485
41486 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41487 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41488 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41489 Moved to ...
41490 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41491 Here.
41492 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41493 to ...
41494 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41495 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41496 to ...
41497 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41498 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41499 to ...
41500 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41501 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41502 to ...
41503 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41504 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41505 to ...
41506 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41507 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41508 to ...
41509 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41510 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41511 to ...
41512 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41513 Here.
41514 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41515 to ...
41516 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41517 Here.
41518 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41519 to ...
41520 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41521 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41522 Moved to ...
41523 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41524 Here.
41525 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41526 to ...
41527 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41528
d128e450
JM
415292012-05-04 Joseph Myers <joseph@codesourcery.com>
41530
fa8ee516
JM
41531 * sysdeps/unix/common/bits/dirent.h: Remove file.
41532 * sysdeps/unix/common/bits/fcntl.h: Likewise.
41533
d128e450
JM
41534 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41535 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41536 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41537 * sysdeps/unix/bsd/isatty.c: Likewise.
41538 * sysdeps/unix/bsd/tcdrain.c: Likewise.
41539 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41540 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41541
ff8faaf0 415422012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 41543
62881be4 41544 [BZ #13563]
31dc8730
AZ
41545 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41546 long double comparison inaccuracies.
41547 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41548 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41549
6fef930c
AS
415502012-05-04 Andreas Schwab <schwab@linux-m68k.org>
41551
41552 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41553 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41554
8f203e6c
JM
415552012-05-04 Joseph Myers <joseph@codesourcery.com>
41556
41557 [BZ #14049]
41558 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41559 nonzero digits before rounding a hex value.
41560 * stdlib/tst-strtod.c (tests): Add another test.
41561
5197d9c2
AK
415622012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41563
41564 * sysdeps/s390/fpu/libm-test-ulps: Update.
41565
f0c1dedf
AJ
415662012-05-03 Andreas Jaeger <aj@suse.de>
41567
41568 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41569 does not get optimized out.
41570 (malloc_opt_barrier): New.
41571
a65ef2ae 415722012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 41573 Roland McGrath <roland@hack.frob.com>
a65ef2ae 41574
2b942cb7 41575 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 41576 intermediate file deletion.
2b942cb7 41577 (generated): Add .symlist files.
a65ef2ae 41578
54b71e02
JM
415792012-05-03 Joseph Myers <joseph@codesourcery.com>
41580
41581 [BZ #13775]
41582 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41583 Redirect under this condition.
41584 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41585 [__USE_GNU] (__dprintf_chk): Not under this condition.
41586 [__USE_GNU] (__vdprintf_chk): Likewise.
41587 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41588 under this condition.
41589 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41590 [__USE_XOPEN2K8] (dprintf): Define under this condition.
41591 [__USE_XOPEN2K8] (vdprintf): Likewise.
41592 [__USE_GNU] (__dprintf_chk): Not under this condition.
41593 [__USE_GNU] (__vdprintf_chk): Likewise.
41594 [__USE_GNU] (dprintf): Likewise.
41595 [__USE_GNU] (vdprintf): Likewise.
41596
d3dfcc41
RM
415972012-05-03 Roland McGrath <roland@hack.frob.com>
41598
41599 * elf/Makefile (common-generated): Set this instead of generated for
41600 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
41601 $(all-built-dso)-derived lists.
41602
7ac30cc5
AJ
416032012-05-03 Andreas Jaeger <aj@suse.de>
41604
0c51e550
AJ
41605 * sysdeps/i386/fpu/libm-test-ulps: Update.
41606
7ac30cc5
AJ
41607 * FAQ: Removed.
41608 * FAQ.in: Likewise.
41609 * scripts/gen-FAQ.pl: Likewise.
41610 * manual/install.texi (Installation): Point to online location of
41611 FAQ.
41612 * Makefile (files-for-dist): Remove FAQ.
41613 (FAQ): Remove.
41614
d4c2917f
AM
416152012-05-02 Allan McRae <allan@archlinux.org>
41616
41617 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41618 (LDFLAGS-reldepmod5.so): Likewise.
41619 (LDFLAGS-reldep6mod1.so): Likewise.
41620 (LDFLAGS-reldep6mod4.so): Likewise.
41621 (LDFLAGS-reldep8mod3.so): Likewise.
41622 (LDFLAGS-unload4mod1.so): Likewise.
41623 (LDFLAGS-unload4mod2.so): Likewise.
41624 (LDFLAGS-tst-initorder): Likewise.
41625 (LDFLAGS-tst-initordera2.so): Likewise.
41626 (LDFLAGS-tst-initordera3.so): Likewise.
41627 (LDFLAGS-tst-initordera4.so): Likewise.
41628 (LDFLAGS-tst-initorderb2.so): Likewise.
41629 (LDFLAGS-noload): Likewise.
41630 (LDFLAGS-next): Likewise.
41631 (LDFLAGS-order2mod1.so): Likewise.
41632 (LDFLAGS-order2mod2.so): Likewise.
41633 (LDFLAGS-tst-initorder2): Likewise.
41634 (LDFLAGS-tst-initorder2a.so): Likewise.
41635 (LDFLAGS-tst-initorder2b.so): Likewise.
41636 (LDFLAGS-tst-initorder2c.so): Likewise.
41637 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41638
d77f993f
DM
416392012-05-02 David S. Miller <davem@davemloft.net>
41640
41641 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41642
171a70b4
PP
416432012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
41644
41645 [BZ #14055]
41646 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41647
0be196ad
AJ
416482012-05-02 Andreas Jaeger <aj@suse.de>
41649
41650 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41651 since we manipulate rounding mode.
41652 (CPPFLAGS-test-idouble.c): Likewise.
41653 (CPPFLAGS-test-ifloat.c): Likewise.
41654 (CFLAGS-test-ldouble.c): Likewise.
41655 (CFLAGS-test-double.c): Likewise.
41656 (CFLAGS-test-float.c): Likewise.
41657 (CFLAGS-test-misc.c): Likewise.
41658 (CFLAGS-test-test-fenv.c): Likewise.
41659
4f9d04aa
AZ
416602012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41661
2b942cb7
RM
41662 [BZ #2550]
41663 [BZ #2570]
41664 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41665 comparisons to determine direction to adjust input.
4f9d04aa 41666
82a79e7d
RM
416672012-05-01 Roland McGrath <roland@hack.frob.com>
41668
f5a01ca9
RM
41669 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41670 output to the target.
41671
90fe4186
RM
41672 * scripts/localplt.awk: New file.
41673 * elf/Makefile ($(objpfx)check-localplt): Target removed.
41674 (check-localplt-CFLAGS): Variable removed.
41675 ($(all-built-dso:=.jmprel)): New static pattern rule.
41676 (generated): Add those targets.
41677 (localplt-built-dso): New variable.
41678 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41679
41680 * elf/check-localplt.c: File removed.
41681
82397ed6
RM
41682 * scripts/check-execstack.awk: New file.
41683 * elf/Makefile ($(objpfx)check-execstack): Target removed.
41684 (check-execstack-CFLAGS): Variable removed.
41685 ($(objpfx)check-execstack.h): Target removed.
41686 ($(objpfx)execstack-default): New target.
41687 (generated): Add that instead of check-execstack.h.
41688 ($(all-built-dso:=.phdr)): New static pattern rule.
41689 (generated): Add those targets.
41690 * elf/check-execstack.c: File removed.
41691
82a79e7d
RM
41692 * scripts/check-textrel.awk: New file.
41693 * elf/Makefile ($(objpfx)check-textrel): Target removed.
41694 (check-textrel-CFLAGS): Variable removed.
41695 (all-built-dso): Use := to define.o
41696 ($(all-built-dso:=.dyn)): New static pattern rule.
41697 (generated): Add those targets.
41698 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41699 * config.make.in (READELF): New substituted variable.
41700 * elf/check-textrel.c: File removed.
41701
62fde54f 417022012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 41703
615605c9
JM
41704 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41705 allow.
41706 * conform/data/ctype.h-data [C99-based standards] (isblank):
41707 Expect function.
41708 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41709 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41710 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41711 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41712 Specify type. Require positive value.
41713 (EILSEQ): Likewise.
41714 (ERANGE): Likewise.
41715 [ISO || POSIX] (EILSEQ): Do not expect.
41716 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41717 Specify type. Require positive value.
41718 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41719 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41720 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41721 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41722 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41723 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41724 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41725 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41726 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41727 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41728 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41729 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41730 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41731 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41732 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41733 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41734 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41735 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41736 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41737 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41738 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41739 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41740 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41741 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41742 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41743 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41744 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41745 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41746 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41747 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41748 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41749 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41750 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41751 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41752 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41753 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41754 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41755 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41756 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41757 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41758 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41759 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41760 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41761 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41762 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41763 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41764 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41765 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41766 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41767 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41768 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41769 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41770 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41771 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41772 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41773 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41774 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41775 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41776 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41777 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41778 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41779 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41780 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41781 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41782 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41783 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41784 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41785 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41786 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41787 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41788 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41789 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41790 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41791 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41792 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41793 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41794 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41795 Require >= 2.
41796 (FLT_ROUNDS): Expect as macro, not constant.
41797 (FLT_MANT_DIG): Use macro-int-constant.
41798 (DBL_MANT_DIG): Likewise.
41799 (LDBL_MANT_DIG): Likewise.
41800 (FLT_DIG): Likewise.
41801 (DBL_DIG): Likewise.
41802 (LDBL_DIG): Likewise.
41803 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
41804 (DBL_MIN_EXP): Likewise.
41805 (LDBL_MIN_EXP): Likewise.
41806 (FLT_MAX_EXP): Use macro-int-constant.
41807 (DBL_MAX_EXP): Likewise.
41808 (LDBL_MAX_EXP): Likewise.
41809 (FLT_MAX_10_EXP): Likewise.
41810 (DBL_MAX_10_EXP): Likewise.
41811 (LDBL_MAX_10_EXP): Likewise.
41812 (FLT_MAX): Use macro-constant.
41813 (DBL_MAX): Likewise.
41814 (LDBL_MAX): Likewise.
41815 (FLT_EPSILON): Use macro-constant. Give upper bound.
41816 (DBL_EPSILON): Likewise.
41817 (LDBL_EPSILON): Likewise.
41818 (FLT_MIN): Likewise.
41819 (DBL_MIN): Likewise.
41820 (LDBL_MIN): Likewise.
41821 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41822 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41823 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41824 [ISO11] (FLT_HAS_SUBNORM): Likewise.
41825 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41826 [ISO11] (DBL_DECIMAL_DIG): Likewise.
41827 [ISO11] (FLT_DECIMAL_DIG): Likewise.
41828 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41829 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41830 [ISO11] (FLT_TRUE_MIN): Likewise.
41831 [ISO11] (LDBL_TRUE_MIN): Likewise.
41832 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41833 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41834 (SCHAR_MIN): Use macro-int-constant. Specify type.
41835 (SCHAR_MAX): Likewise.
41836 (UCHAR_MAX): Likewise.
41837 (CHAR_MIN): Likewise.
41838 (CHAR_MAX): Likewise.
41839 (MB_LEN_MAX): Use macro-int-constant.
41840 (SHRT_MIN): Use macro-int-constant. Specify type.
41841 (SHRT_MAX): Likewise.
41842 (USHRT_MAX): Likewise.
41843 (INT_MAX): Likewise.
41844 (INT_MIN): Use macro-int-constant. Specify type. Make upper
41845 bound negative.
41846 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
41847 bound with "U".
41848 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41849 bound with "L".
41850 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
41851 bound negative. Suffix upper bound with "L".
41852 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41853 bound with "UL".
41854 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41855 Specify type.
41856 [C99-based standards] (LLONG_MAX): Likewise.
41857 [C99-based standards] (ULLONG_MAX): Likewise.
41858 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
41859 == 0.
41860 [ISO11] (max_align_t): Require type.
41861 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41862
c9140a62
JM
41863 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41864 from $CFLAGS, without defining away __attribute__ calls.
41865 (checknamespace): Use $CFLAGS_namespace.
41866
9af0bf29
JM
41867 * conform/conformtest.pl (@keywords): Only include C99 keywords
41868 for standards based on C99 or C11.
41869
343222a2
JM
41870 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41871 Disable tests.
41872 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41873 UNIX98]: Likewise.
41874
661f8cf0
JM
41875 * conform/conformtest.pl: Handle "macro-int-constant" and test for
41876 usability of symbols in #if.
41877
ee74b9cb
JM
41878 * conform/conformtest.pl: If macro or constant types start
41879 "promoted:", expect the symbol to be of the following type
41880 promoted by the integer promotions.
62fde54f 41881
aafc49b3
JM
41882 * conform/conformtest.pl: Parse all "constant" and "macro" lines
41883 in one place. Also handle "macro-constant".
41884
fefdf574
JM
41885 * conform/conformtest.pl: Only accept expected macro values with
41886 "==". Parse all "macro" lines in one place.
41887 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41888
f2d922fe
JM
41889 * conform/conformtest.pl: Handle braced types on "constant" lines
41890 instead of handling "typed-constant".
41891 * conform/data/signal.h-data: Use "constant" instead of
41892 "typed-constant".
41893
d22956c9
JM
41894 * conform/conformtest.pl: Handle "optional-" at start of lines in
41895 one place rather than duplicating several cases. Handle each
41896 format of "macro" line with initial "optional-".
41897
028e2e38
JM
41898 * conform/conformtest.pl: Only accept expected constant or
41899 optional-constant values with "==". Parse all "constant" lines in
41900 one place. Parse all "optional-constant" lines in one place.
41901 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41902 * conform/data/fmtmsg.h-data: Likewise.
41903 * conform/data/netinet/in.h-data: Likewise.
41904 * conform/data/tar.h-data: Likewise.
41905 * conform/data/limits.h-data: Use "==" form on "constant" and
41906 "optional-constant" lines.
41907
1b8f2850
JM
41908 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41909 Use -std=c99 for XOPEN2K.
41910 (@knownproblems): Remove.
41911 (newtoken): Don't check %isknown.
41912
a05a144b
JM
41913 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41914 Do not expect macro.
41915 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41916 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41917 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41918 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41919 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41920 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41921 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41922 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41923 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41924 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41925 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41926 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41927 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41928 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41929 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41930 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41931 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41932 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41933 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41934 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41935 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41936 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41937 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41938 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41939 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41940 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41941 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41942 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41943 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41944 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41945 [XPG3] (acosh): Likewise.
41946 [XPG3] (asinh): Likewise.
41947 [XPG3] (atanh): Likewise.
41948 [XPG3] (cbrt): Likewise.
41949 [XPG3] (expm1): Likewise.
41950 [XPG3] (ilogb): Likewise.
41951 [XPG3] (log1p): Likewise.
41952 [XPG3] (logb): Likewise.
41953 [XPG3] (nextafter): Likewise.
41954 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41955 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41956 [XPG3] (remainder): Likewise.
41957 [XPG3] (rint): Likewise.
41958 [XPG3 || XPG4 || UNIX98] (round): Likewise.
41959 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41960 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41961 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41962 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41963 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41964 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41965 [UNIX98 || XOPEN2K] (scalb): Expect.
41966 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41967 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41968 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41969 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41970 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41971 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41972 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41973 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41974 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41975 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41976 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41977 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41978 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41979 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41980 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41981 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41982 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41983 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41984 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41985 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41986 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41987 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41988 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41989 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41990 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41991 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41992 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41993 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41994 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41995 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41996 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41997 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41998 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41999 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42000 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42001 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42002 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42003 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42004 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42005 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42006 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42007 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42008 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42009 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42010 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42011 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42012 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42013 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42014 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42015 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42016 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42017 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42018 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42019 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42020 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42021 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42022 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42023 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42024 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42025 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42026 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42027 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42028 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42029 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42030 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42031 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42032 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42033 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42034 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42035 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42036 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42037 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42038 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42039 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42040 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42041 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42042 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42043 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42044 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42045 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42046 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42047 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42048 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42049 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42050 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42051 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42052 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42053 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42054 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42055 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42056 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42057 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42058 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42059 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42060 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42061 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42062 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42063 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42064 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42065 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42066 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42067 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42068 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42069 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42070 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42071 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42072 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42073 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42074 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42075 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42076 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42077 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42078 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42079 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42080 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42081 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42082 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42083 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42084 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42085 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42086 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42087 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42088 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42089 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42090 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42091 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42092 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42093 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42094 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42095 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42096 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42097 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42098 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42099 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42100 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42101 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42102 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42103
73c5ebe3
JM
42104 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42105 _XOPEN_SOURCE_EXTENDED for XPG4.
42106
39c33b6c
JM
42107 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42108
62fde54f
JM
42109 * Makeconfig (localtime): Remove variable.
42110 (inst_localtime-file): Likewise.
42111
0741d64c
AS
421122012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42113
42114 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42115 Update.
42116 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42117 Update.
42118 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42119 Update.
42120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42121 Update.
42122 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42123 Update.
42124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42125 Update.
42126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42127 Update.
42128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42129 Update.
42130 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42131 Update.
42132
7cb029ee
JM
421332012-05-01 Joseph Myers <joseph@codesourcery.com>
42134
42135 [BZ #2550]
42136 [BZ #2570]
42137 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42138 comparisons to determine direction to adjust input.
42139 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42140 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42141 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42142 Likewise.
42143 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42144 Likewise.
42145 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42146 Likewise.
42147 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42148 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42149 Likewise.
42150 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42151 Likewise.
42152 * math/libm-test.inc (nexttoward_test): Add more tests.
42153
412bd966
AS
421542012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42155
42156 [BZ #14040]
42157 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42158 in version GLIBC_2.1, not GLIBC_2.0.
42159 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42160 Likewise.
42161
9568c0c2
JM
421622012-04-30 Joseph Myers <joseph@codesourcery.com>
42163
adfbc8ac
JM
42164 [BZ #13942]
42165 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42166 (1 - x) * (1 + x).
42167 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42168 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42169 * math/libm-test.inc (acos_test): Add more tests.
42170 (asin_test): Likewise.
42171 * sysdeps/i386/fpu/libm-test-ulps: Update.
42172 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42173
5ba3cc69
JM
42174 [BZ #14034]
42175 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42176 of square root.
42177 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42178 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42179 * math/libm-test.inc (acos_test_tonearest): New function.
42180 (acos_test_towardzero): Likewise.
42181 (acos_test_downward): Likewise.
42182 (acos_test_upward): Likewise.
42183 (asin_test_tonearest): Likewise.
42184 (asin_test_towardzero): Likewise.
42185 (asin_test_downward): Likewise.
42186 (asin_test_upward): Likewise.
42187 (main): Call the new functions.
42188 * sysdeps/i386/fpu/libm-test-ulps: Update.
42189 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42190
9568c0c2
JM
42191 [BZ #13884]
42192 [BZ #13924]
42193 * math/e_exp10.c: Include <float.h>.
42194 (__ieee754_exp10): Handle underflow here rather than multiplying
42195 large negative argument by M_LN10.
42196 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42197 of __ieee754_expf.
42198 * math/e_exp10l.c: Include <float.h>.
42199 (__ieee754_exp10l): Handle underflow here rather than multiplying
42200 large negative argument by M_LN10l.
42201 * math/libm-test.inc (exp10_test): Add another test. Do not allow
42202 spurious overflow exception on underflow.
42203
5ac3ea17
MP
422042012-04-29 Marek Polacek <polacek@redhat.com>
42205
42206 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42207 (__fortify_function): New macro.
42208 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42209 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42210 __extern_always_inline.
42211 * libio/bits/stdio2.h: Likewise.
42212 * libio/bits/stdio.h: Likewise.
42213 * string/string.h: Likewise.
42214 * string/bits/string3.h: Likewise.
42215 * include/stdio.h: Likewise.
42216 * stdlib/bits/stdlib.h: Likewise.
42217 * stdlib/stdlib.h: Likewise.
42218 * rt/bits/mqueue2.h: Likewise.
42219 * rt/mqueue.h: Likewise.
42220 * posix/bits/unistd.h: Likewise.
42221 * posix/unistd.h: Likewise.
42222 * io/bits/poll2.h: Likewise.
42223 * io/bits/fcntl2.h: Likewise.
42224 * io/fcntl.h: Likewise.
42225 * io/sys/poll.h: Likewise.
42226 * misc/bits/syslog.h: Likewise.
42227 * misc/bits/syslog-ldbl.h: Likewise.
42228 * misc/sys/syslog.h: Likewise.
42229 * socket/bits/socket2.h: Likewise.
42230 * socket/sys/socket.h: Likewise.
42231 * debug/tst-chk1.c: Likewise.
42232 * wcsmbs/bits/wchar2.h: Likewise.
42233 * wcsmbs/bits/wchar-ldbl.h: Likewise.
42234 * wcsmbs/wchar.h: Likewise.
42235
ecf0ebfb
AJ
422362012-04-29 Andreas Jaeger <aj@suse.de>
42237
42238 * Makerules (tests): Remove enable-check-abi protection.
42239 (check-abi-warn): Remove.
42240 (check-abi-%): Remove check-abi-warn usage.
42241
42242 * configure.in: Remove check-abi configure option.
42243 * configure: Regenerated.
42244 * config.make.in (enable-check-abi): Remove.
42245
6d5c57fa
AS
422462012-04-28 Andreas Schwab <schwab@linux-m68k.org>
42247
24c5d07e 42248 [BZ #14033]
ded5180a
AS
42249 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42250 double functions to double *_finite functions.
42251
7e0d315d
AS
42252 [BZ #13941]
42253 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42254 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42255 LDBL_MIN_EXP.
42256 * stdio-common/Makefile (tests): Add tst-sprintf3.
42257 * stdio-common/tst-sprintf3.c: New file.
42258
6d5c57fa
AS
42259 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42260 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42261
0749ff8b
JM
422622012-04-28 Joseph Myers <joseph@codesourcery.com>
42263
42264 * conform/conformtest.pl: Remove duplicate typed-constant
42265 handling.
42266
8dbd5d7b
DM
422672012-04-28 David S. Miller <davem@davemloft.net>
42268
42269 * Makerules (%.abilist): Add vpath on sysdep_dirs.
42270 (check-abi-%): Remove AWK script prerequisite and explicit
42271 abilist directory.
42272 (check-abi): Rewrite to just diff the symlist with the abilist.
42273 (config-tls, config-abi-config): Delete, no longer used.
42274 (update-abi-%): Remove AWK script and explicit abilist directory.
42275 (update-abi): Rewrite to simply compare and conditionally copy the
42276 symlist and the sysdep abilist file. Remove update-abi-config
42277 checks.
42278 * abilist/ld.abilist: Remove.
42279 * abilist/libBrokenLocale.abilist: Remove.
42280 * abilist/libanl.abilist: Remove.
42281 * abilist/libcrypt.abilist: Remove.
42282 * abilist/libdl.abilist: Remove.
42283 * abilist/librt.abilist: Remove.
42284 * abilist/libthread_db.abilist: Remove.
42285 * abilist/libutil.abilist: Remove.
42286 * scripts/extract-abilist.awk: Remove.
42287 * scripts/merge-abilist.awk: Remove.
42288 * sysdeps/generic/libcidn.abilist: New file.
42289 * sysdeps/generic/libnss_compat.abilist: New file.
42290 * sysdeps/generic/libnss_db.abilist: New file.
42291 * sysdeps/generic/libnss_dns.abilist: New file.
42292 * sysdeps/generic/libnss_files.abilist: New file.
42293 * sysdeps/generic/libnss_hesiod.abilist: New file.
42294 * sysdeps/generic/libnss_nis.abilist: New file.
42295 * sysdeps/generic/libnss_nisplus.abilist: New file.
42296 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42297 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42298 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42299 file.
42300 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42301 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42302 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42303 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42304 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42305 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42306 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42307 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42308 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42309 file.
42310 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42311 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42312 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42313 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42314 file.
42315 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42316 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42317 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42318 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42319 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42320 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42321 file.
42322 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42323 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42324 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42325 file.
42326 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42327 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42328 New file.
42329 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42330 New file.
42331 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42332 New file.
42333 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42334 New file.
42335 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42336 New file.
42337 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42338 New file.
42339 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42340 New file.
42341 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42342 New file.
42343 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42344 New file.
42345 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42346 New file.
42347 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42348 New file.
42349 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42350 New file.
42351 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42352 New file.
42353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42354 file.
42355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42356 New file.
42357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42358 New file.
42359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42360 file.
42361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42362 New file.
42363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42364 New file.
42365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42366 file.
42367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42368 New file.
42369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42370 New file.
42371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42372 New file.
42373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42374 New file.
42375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42376 New file.
42377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42378 New file.
42379 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42380 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42381 file.
42382 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42383 New file.
42384 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42385 file.
42386 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42387 file.
42388 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42389 file.
42390 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42391 file.
42392 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42393 file.
42394 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42395 New file.
42396 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42397 file.
42398 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42399 file.
42400 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42401 New file.
42402 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42403 file.
42404 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42405 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42406 file.
42407 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42408 New file.
42409 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42410 file.
42411 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42412 file.
42413 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42414 file.
42415 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42416 file.
42417 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42418 file.
42419 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42420 New file.
42421 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42422 file.
42423 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42424 file.
42425 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42426 New file.
42427 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42428 file.
42429 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42430 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42431 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42432 file.
42433 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42434 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42435 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42436 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42437 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42438 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42439 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42440 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42441 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42442 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42443 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42444 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42445 file.
42446 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42447 New file.
42448 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42449 file.
42450 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42451 file.
42452 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42453 file.
42454 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42455 file.
42456 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42457 file.
42458 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42459 New file.
42460 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42461 New file.
42462 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42463 file.
42464 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42465 New file.
42466 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42467 file.
42468 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42469 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42470 file.
42471 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42472 New file.
42473 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42474 file.
42475 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42476 file.
42477 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42478 file.
42479 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42480 file.
42481 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42482 file.
42483 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42484 New file.
42485 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42486 New file.
42487 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42488 file.
42489 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42490 New file.
42491 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42492 file.
42493
41d73a1b
JM
424942012-04-28 Joseph Myers <joseph@codesourcery.com>
42495
42496 * conform/conformtest.pl: Fix typo in handling typed-constant from
42497 allow-header.
42498
28aeeda4
JM
424992012-04-27 Joseph Myers <joseph@codesourcery.com>
42500
adae8f5e
JM
42501 * README: Cut down references to pre-2.6 Linux kernels and
42502 Linuxthreads. Update lists of configurations in libc and ports
42503 and sort alphabetically. Say "or newer" with Linux kernel version
42504 requirements.
42505
28aeeda4
JM
42506 * config.h.in [IS_IN_build]: Allow compiling without optimization.
42507
a462cb63
RA
425082012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
42509
42510 [BZ #887]
42511 * math/libm-test.inc (logb_test_downward): New test to expose
42512 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42513 rounding mode.
42514
6ad3493e
JM
425152012-04-27 Joseph Myers <joseph@codesourcery.com>
42516
42517 [BZ #14027]
42518 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42519 to be done.
42520 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42521 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42522
2ce4f015
JM
425232012-04-26 Joseph Myers <joseph@codesourcery.com>
42524
5aeb141a
JM
42525 * sysdeps/unix/i386/brk.S: Remove file.
42526 * sysdeps/unix/i386/dl-brk.S: Likewise.
42527 * sysdeps/unix/i386/pipe.S: Likewise.
42528 * sysdeps/unix/i386/sigreturn.S: Likewise.
42529 * sysdeps/unix/i386/syscall.S: Likewise.
42530 * sysdeps/unix/i386/vfork.S: Likewise.
42531 * sysdeps/unix/i386/wait.S: Likewise.
42532
7143acae
JM
42533 * sysdeps/unix/common/tcsendbrk.c: Move to ...
42534 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42535
2ce4f015
JM
42536 * configure.in (arm*-none*): Do not allow without
42537 --enable-hacker-mode.
42538 (netbsd*): Remove case setting base_os.
42539 (386bsd*): Likewise.
42540 (freebsd*): Likewise.
42541 (bsdi*): Likewise.
42542 (osf*): Likewise.
42543 (sunos*): Likewise.
42544 (ultrix*): Likewise.
42545 (newsos*): Likewise.
42546 (dynix*): Likewise.
42547 (*bsd*): Likewise.
42548 (sysv*): Likewise.
42549 (isc*): Likewise.
42550 (esix*): Likewise.
42551 (sco*): Likewise.
42552 (minix*): Likewise.
42553 (irix4*): Likewise.
42554 (irix6*): Likewise.
42555 (solaris[2-9]*): Likewise.
42556 (none): Likewise.
42557 * configure: Regenerated.
42558
0ac229c8
AZ
425592012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42560
42561 [BZ #11521]
42562 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42563 overflow or cancellation in calculating denominator.
42564 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42565 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42566 down expression to avoid unexpected rounding in newer GCCs.
42567 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42568
33f244f4
DM
425692012-04-26 David S. Miller <davem@davemloft.net>
42570
42571 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42572 long-double compat symbols.
42573 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42574 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42575 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42577 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42578 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42579 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42580 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42581 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42582 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42583 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42584 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42585 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42586
cfa1f3e8
DM
425872012-04-25 David S. Miller <davem@davemloft.net>
42588
42589 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42590 HWCAP_* values only after the memory barriers have been defined.
42591 (atomic_full_barrier): Define.
42592 (atomic_read_barrier): Define.
42593 (atomic_write_barrier): Define.
42594
6e236b92
SP
425952012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42596
42597 * shlib-versions: Add libgcc_s version information.
42598 * sysdeps/generic/libgcc_s.h: Remove.
42599 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42600 libgcc_s.h.
42601 * sysdeps/gnu/unwind-resume.c: Likewise.
42602 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42603
aab39a09
DM
426042012-04-25 David S. Miller <davem@davemloft.net>
42605
42606 * sysdeps/unix/sparc/brk.S: Delete.
42607 * sysdeps/unix/sparc/dl-brk.S: Delete.
42608 * sysdeps/unix/sparc/pipe.S: Delete.
42609 * sysdeps/unix/sparc/sysdep.S: Delete.
42610 * sysdeps/unix/sparc/sysdep.h: Delete.
42611 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
42612 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42613 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42614 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42615 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
42616 (JUMPTARGET): Remove.
42617 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42618 sysdeps/unix/sparc/sysdep.h
42619 (ENTRY, END): Remove.
42620 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42621
a3cc4f48
JM
426222012-04-25 Joseph Myers <joseph@codesourcery.com>
42623
2ed8cda2
JM
42624 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42625 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42626 -DIS_IN_build.
42627
35d76d59
JM
42628 * timezone/README: Update upstream location and email address for
42629 tzcode and tzdata.
42630 * timezone/zdump.c: Update from tzcode 2012b.
42631 * timezone/zic.c: Likewise.
42632
a3cc4f48
JM
42633 * configure.in (libc_cv_as_needed): Remove test.
42634 * configure: Regenerated.
42635 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42636 conditional definition.
42637 [$(have-as-needed) != yes] (no-as-needed): Likewise.
42638 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42639 * config.make.in (have-as-needed): Remove variable.
42640
ceab42c3
SP
426412012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
42642 Paul Pluzhnikov <ppluzhnikov@google.com>
42643
42644 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42645 strings correctly.
42646
3ce2865f
CLT
426472012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
42648
42649 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42650 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42651 * sysdeps/sh/strlen.S: Likewise.
42652
f37e0d68
JM
426532012-04-24 Joseph Myers <joseph@codesourcery.com>
42654
ae186e9a
JM
42655 * sysdeps/unix/fork.S: Remove file.
42656 * sysdeps/unix/i386/fork.S: Likewise.
42657 * sysdeps/unix/sparc/fork.S: Likewise.
42658
b96914af
JM
42659 * sysdeps/unix/system.c: Remove file.
42660 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42661
f37e0d68
JM
42662 * sysdeps/unix/getegid.S: Remove file.
42663 * sysdeps/unix/geteuid.S: Likewise.
42664
87ef29ca
RM
426652012-04-24 Roland McGrath <roland@hack.frob.com>
42666
83bcd236
RM
42667 * scripts/check-localplt.awk: New file.
42668 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42669 of diff.
42670 * scripts/data/localplt-generic.data: Add a comment.
42671
87ef29ca
RM
42672 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42673 NODE when __dir_mkfile failed.
42674 * sysdeps/mach/hurd/symlinkat.c: Likewise.
42675 Reported by Ludovic Courtès <ludo@gnu.org>.
42676
e5a6e567
AJ
426772012-04-24 Andreas Jaeger <aj@suse.de>
42678
42679 * Makerules (common-clean): Also remove gen-as-const-headers
42680 files.
42681
c1820385
JM
426822012-04-24 Joseph Myers <joseph@codesourcery.com>
42683
42684 * Makerules (native-compile): Do not change working directory for
42685 build. Use $(OUTPUT_OPTION) in command.
42686 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42687
94e02fc4
AZ
426882012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42689
42690 [BZ #13886]
42691 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42692 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42693 * math/libm-test.inc (floor_test): Add more tests.
42694 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42695
3a533ca3
JM
426962012-04-24 Joseph Myers <joseph@codesourcery.com>
42697
940ab4b3
JM
42698 * sysdeps/unix/getdents.c: Remove file.
42699 * sysdeps/unix/sysv/getdents.c: Likewise.
42700 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42701
90e037bd
JM
42702 * sysdeps/unix/syscalls.list (madvise): Add syscall from
42703 sysdeps/unix/mman/syscalls.list.
42704 (mmap): Likewise.
42705 (mprotect): Likewise.
42706 (msync): Likewise.
42707 (munmap): Likewise.
42708 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42709 * sysdeps/unix/mman/syscalls.list: Remove.
42710 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42711
3a533ca3
JM
42712 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42713 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42714 * configure: Regenerated.
42715 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42716 $(libgcc_s_suffix).
42717 * config.make.in (libgcc_s_suffix): Remove variable.
42718
1ad743de
JM
427192012-04-23 Joseph Myers <joseph@codesourcery.com>
42720
4ad451e2
JM
42721 * sysdeps/unix/sysv/gethostname.c: Move to ...
42722 * sysdeps/posix/gethostname.c: ... here.
42723
5e37ce39
JM
42724 * sysdeps/unix/execve.S: Remove file.
42725
1ad743de
JM
42726 * sysdeps/unix/_exit.S: Remove file.
42727
4e681b5b
AJ
427282012-04-23 Andreas Jaeger <aj@suse.de>
42729
42730 [BZ #13739]
42731 * manual/Makefile: Remove make dist support, there's no
42732 need for a stand-alone documentation tar ball.
42733 (TEXI2DVI): Define always, it's not in Makeconfig.
42734 (dist): Removed.
42735 (tar-it): Removed.
42736 (edition): Removed.
42737 (glibc-doc-$(edition).tar): Removed
42738 (%.Z): Removed.
42739 (%.gz): Removed.
42740 (%.uu): Removed.
42741 (ETAGS): Remove, it's in Makeconfig.
42742 (move-if-change): Remove, it's in Makeconfig.
42743
38686a03 427442012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
42745
42746 [BZ #13970]
42747 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42748 (strtod, strtof, strtold, strtol, strtoul, strtoq)
42749 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42750 (strtod_l, strtof_l, strtold_l): Remove __wur.
42751 It is not necessarily an error to ignore strtol's return value.
42752 One can reliably look at the stored endptr to decide whether
42753 the number had valid syntax.
42754
7c0616fa
AJ
427552012-04-21 Andreas Jaeger <aj@suse.de>
42756
803cb6b7 42757 [BZ #13739]
7c0616fa
AJ
42758 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42759
b0fe253f
JM
427602012-04-21 Joseph Myers <joseph@codesourcery.com>
42761
42762 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42763 * sysdeps/unix/sysv/Versions: Remove file.
42764
8280f22d
MT
427652012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
42766
42767 [BZ #13927]
42768 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42769
75ce411f 427702012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
42771
42772 [BZ #7064]
42773 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42774 version from __vm86.
42775
097d59fa
JM
427762012-04-20 Joseph Myers <joseph@codesourcery.com>
42777
a90f3bcb
JM
42778 * sysdeps/unix/common/lxstat.c: Remove file.
42779 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42780
edc7ea78
JM
42781 * sysdeps/unix/sysv/Makefile: Remove file.
42782
cb78c221
JM
42783 * sysdeps/unix/sysv/direct.h: Remove file.
42784
efa6a45f
JM
42785 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42786 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42787 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42788 * sysdeps/unix/sysv/bits/signum.h: Likewise.
42789 * sysdeps/unix/sysv/bits/stat.h: Likewise.
42790 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42791 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42792
9c9f2d0c
JM
42793 * sysdeps/unix/sysv/setrlimit.c: Remove file.
42794
4541c83b
JM
42795 * sysdeps/unix/xmknod.c: Remove file.
42796 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42797
f5d153a0
JM
42798 * sysdeps/unix/sysv/settimeofday.c: Remove file.
42799
aa746595
JM
42800 * sysdeps/unix/sysv/i386/time.S: Remove file.
42801
cce5905e
JM
42802 * sysdeps/unix/fxstat.c: Remove file.
42803 * sysdeps/unix/xstat.c: Likewise.
42804 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42805
37fa3841
JM
42806 * sysdeps/unix/sysv/sigaction.c: Remove file.
42807
ff1962a3
JM
42808 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42809 (sysdep_headers): Remove variable.
42810 [termio.h not in sysdep_headers] (generated): Likewise.
42811 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42812 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42813 * sysdeps/unix/sysv/tcdrain.c: Likewise.
42814 * sysdeps/unix/sysv/tcflow.c: Likewise.
42815 * sysdeps/unix/sysv/tcflush.c: Likewise.
42816 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42817 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42818 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42819 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42820 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42821
e7740d31
JM
42822 * sysdeps/unix/siglist.c: Remove file.
42823
ee06f18b
JM
42824 * sysdeps/unix/getppid.S: Remove file.
42825
097d59fa
JM
42826 * sysdeps/unix/mkdir.c: Remove file.
42827 * sysdeps/unix/rmdir.c: Likewise.
42828
ff3d51ec
AS
428292012-04-19 Andreas Schwab <schwab@linux-m68k.org>
42830
42831 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42832 ERR_MAX value.
42833 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42834 errlist-compat value.
42835
50f81fd7
DM
428362012-04-18 David S. Miller <davem@davemloft.net>
42837
42838 * sysdeps/generic/memcopy.h (reg_char): Delete.
42839 * debug/strcat_chk.c: Use char, not reg_char.
42840 * debug/strcpy_chk.c: Likewise.
42841 * debug/strncat_chk.c: Likewise.
42842 * debug/strncpy_chk.c: Likewise.
42843 * string/memchr.c: Likewise.
42844 * string/memrchr.c: Likewise.
42845 * string/rawmemchr.c: Likewise.
42846 * string/strcat.c: Likewise.
42847 * string/strchr.c: Likewise.
42848 * string/strchrnul.c: Likewise.
42849 * string/strcmp.c: Likewise.
42850 * string/strcpy.c: Likewise.
42851 * string/strncat.c: Likewise.
42852 * string/strncmp.c: Likewise.
42853 * string/strncpy.c: Likewise.
42854
8ff41c46
WS
428552012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42856
42857 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42858 __builtin_memcopy is called when src and dest ranges are known to not
42859 overlap.
42860
6b652f46
WS
428612012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42862
42863 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42864 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42865 fwd_align_merge macro call.
42866 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42867 bwd_align_merge macro call.
42868 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42869
b282631e
WS
428702012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42871
42872 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42873 bwd_align_merge macros.
42874 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42875 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42876 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42877
95aa737c
DM
428782012-04-18 David S. Miller <davem@davemloft.net>
42879
42880 * sysdeps/sparc/sparc64/memcopy.h: Delete.
42881
7a99a614
AJ
428822012-04-18 Andreas Jaeger <aj@suse.de>
42883
42884 [BZ# 6794]
42885 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42886 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42887 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42888
42889 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42890 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42891 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42892
42893 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42894 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42895 Adjust for changed ldbl-128 files.
42896
42897 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42898 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42899 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42900
e5270c23
DM
429012012-04-17 David S. Miller <davem@davemloft.net>
42902
42903 * sysdeps/sparc/sparc32/memcopy.h: Delete.
42904
fb5e92c9
AS
429052012-04-17 Andreas Schwab <schwab@linux-m68k.org>
42906
42907 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42908 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42909 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42910 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42911 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42912 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42913
76da7265
AZ
429142012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42915
42916 [BZ #6794]
42917 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42918 * math/libm-test.inc: Add ilogb errno and exception tests.
42919 * math/w_ilogb.c: New file: ilogb wrapper.
42920 * math/w_ilogbf.c: New file: ilogbf wrapper.
42921 * math/w_ilogbl.c: New file: ilogbl wrapper.
42922 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42923 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42924 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42925 exception being thrown with 0.0 as argument.
42926 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42927 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42928 exception being thrown with 0.0 as argument.
42929 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42930 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42931 exception being thrown with 0.0 as argument.
42932 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42933 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42934 exception being thrown with 0.0 as argument.
42935 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42936 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 42937 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
42938 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42939 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42940 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42941 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42942 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42943 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42944
0396e69d
PB
429452012-04-17 Petr Baudis <pasky@ucw.cz>
42946
42947 * include/sys/uio.h: Change __vector to __iovec to avoid clash
42948 with altivec.
42949
750b5926
MP
429502012-04-16 Marek Polacek <polacek@redhat.com>
42951
42952 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42953
751728a1
MP
429542012-04-16 Marek Polacek <polacek@redhat.com>
42955
42956 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42957 operands of fdivp instruction.
42958
34a27407
L
429592012-04-13 H.J. Lu <hongjiu.lu@intel.com>
42960
42961 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42962 * elf/tst-auditmod3b.c: Likewise.
42963 * elf/tst-auditmod4b.c: Likewise.
42964 * elf/tst-auditmod5b.c: Likewise.
42965 * elf/tst-auditmod6b.c: Likewise.
42966 * elf/tst-auditmod6c.c: Likewise.
42967 * elf/tst-auditmod7b.c: Likewise.
42968 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42969 * sysdeps/x86_64/preconfigure.in: Likewise.
42970 * sysdeps/x86_64/preconfigure: Regenerated.
42971
7e73e17d
L
429722012-04-13 H.J. Lu <hongjiu.lu@intel.com>
42973
42974 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42975 __ILP32__.
42976
c7a6ab72
AB
429772012-04-13 Antoine Balestrat <merkil33@gmail.com>
42978
42979 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42980 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42981
a9e8e0e0
CL
429822012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
42983
42984 [BZ #13973]
42985 * locale/iso-639.def: Fix gl language name. Spotted by
42986 Yaron Shahrabani.
42987
ec98af7d
RM
429882012-04-12 Roland McGrath <roland@hack.frob.com>
42989
42990 [BZ #2074]
42991 * libio/libio.h (__io_write_fn): Update comment.
42992
247c3ede
PB
429932012-04-12 Petr Baudis <pasky@ucw.cz>
42994
42995 [BZ #2074]
42996 * stdio.texi (Hook Functions): The user provided writer function
42997 is not allowed to return -1.
42998
55939d6d
DM
429992012-04-11 David S. Miller <davem@davemloft.net>
43000
43001 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43002
90020f5a
MF
430032012-04-11 Mike Frysinger <vapier@gentoo.org>
43004
43005 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43006 Add a leading slash to rtkaio.
43007
288f9098
JM
430082012-04-11 Jim Meyering <meyering@redhat.com>
43009
90020f5a
MF
43010 [BZ #11959]
43011 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43012 It is not necessarily an error to ignore fwrite's return
43013 value. One can reliably use ferror to test for errors after
43014 the fact.
288f9098 43015
4be2b570
L
430162012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43017
43018 * bits/types.h (__snseconds_t): New type.
43019 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43020
43021 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43022 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43023 (__SNSECONDS_T_TYPE): Likewise.
43024 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43025 (__SNSECONDS_T_TYPE): Likewise.
43026 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43027 (__SNSECONDS_T_TYPE): Likewise.
43028
288f9098 430292012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
43030
43031 [BZ #2636]
43032 * manual/time.texi (Processor Time): Return type of times is
43033 elapsed real time since an arbitrary point in the past.
43034 (CPU Time): Move CLK_TCK from here...
43035 (Processor Time): ...to here. Correct description.
43036 * manual/conf.texi (Constants for Sysconf): Correct description of
43037 _SC_CLK_TCK.
43038
d7dd4413
DM
430392012-04-10 David S. Miller <davem@davemloft.net>
43040
43041 [BZ #13967]
43042 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43043 where the is a gap between DT_REL(A) and DT_JMPREL.
43044
b46068fc
L
430452012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43046
43047 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43048 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43049 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43050
73d65cc3
SP
430512012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
43052
43053 * elf/dl-support.c (_dl_inhibit_cache): New variable.
43054 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43055 (dl_main): Handle --inhibit-cache.
43056 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43057 _dl_inhibit_cache.
43058 * elf/dl-load.c (_dl_map_object): Use it.
43059 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43060
bcc8d661
JM
430612012-04-09 Joseph Myers <joseph@codesourcery.com>
43062
8f9a2fae
JM
43063 [BZ #13872]
43064 * sysdeps/i386/fpu/e_powl.S (p78): New object.
43065 (__ieee754_powl): Saturate large exponents rather than testing for
43066 overflow of y*log2(x).
43067 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43068 * math/libm-test.inc (pow_test): Do not permit spurious overflow
43069 exceptions.
43070
bcc8d661
JM
43071 [BZ #11521]
43072 * math/s_ctan.c: Include <float.h>.
43073 (__ctan): Avoid internal overflow or cancellation in calculating
43074 denominator.
43075 * math/s_ctanf.c: Likewise.
43076 * math/s_ctanl.c: Likewise.
43077 * math/s_ctanh.c: Likewise.
43078 * math/s_ctanhf.c: Likewise.
43079 * math/s_ctanhl.c: Likewise.
43080 * math/libm-test.inc (ctan_test): Add more tests.
43081 (ctanh_test): Likewise.
43082 * sysdeps/i386/fpu/libm-test-ulps: Update.
43083 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43084
823fbbb4
AJ
430852012-04-09 Andreas Jaeger <aj@suse.de>
43086
03879793
AJ
43087 [BZ #6894]
43088 * manual/filesys.texi (Directory Entries): Mention that d_namlen
43089 is an optional BSD extension.
43090
823fbbb4
AJ
43091 [BZ #10254]
43092 * manual/stdio.texi (Opening Streams): Document additional fopen
43093 parameters.
43094
8de131cb
RM
430952012-04-09 Roland McGrath <roland@hack.frob.com>
43096
43097 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43098 %eax without telling the compiler.
43099
c0ed9d7d
CD
431002012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
43101
43102 [BZ # 13963]
43103 * manual/install.texi: Use sourceware.org.
43104
c483f6b4
JM
431052012-04-09 Joseph Myers <joseph@codesourcery.com>
43106
d7dd9453
JM
43107 [BZ #13873]
43108 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43109 (__ieee754_pow): Generate overflow and underflow using huge*huge
43110 and tiny*tiny rather than just returning constant infinity or zero
43111 for large exponents.
43112 * math/libm-test.inc (pow_test): Require overflow exceptions for
43113 applicable cases of large exponents.
43114
c483f6b4
JM
43115 [BZ #706]
43116 * sysdeps/i386/fpu/e_pow.S (p10): New object.
43117 (__ieee754_pow): Use iterative multiplication algorithm only for
43118 integer exponents with absolute value below 1024. Check for odd
43119 integer exponents when using algorithm for real exponents.
43120 * math/libm-test.inc (pow_test): Add more tests.
43121 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43122
d2de7579
JM
431232012-04-08 Joseph Myers <joseph@codesourcery.com>
43124
43125 [BZ #13705]
43126 * math/libm-test.inc (exp_test): Do not allow overflow exception
43127 on underflow test.
43128
f77f1232
AJ
431292012-04-08 Aurelien Jarno <aurelien@aurel32.net>
43130
43131 [BZ #13705]
43132 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43133 instead of __kernel_standard_f.
43134
3884932b
MF
431352012-04-08 Mike Frysinger <vapier@gentoo.org>
43136
43137 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43138 * sysdeps/x86_64/memset_chk.S: Likewise.
43139
54472e9c
AJ
431402012-04-08 Andreas Jaeger <aj@suse.de>
43141
6ab0fbfc
AJ
43142 [BZ #10153]
43143 * manual/startup.texi (Environment Access): Describe return value
43144 for putenv and setenv.
43145
61efba8c
AJ
43146 [BZ #6895]
43147 * manual/filesys.texi (Directory Entries): Add description for
43148 DT_LNK.
43149
95c3f29a
AJ
43150 [BZ #6890]
43151 * manual/filesys.texi (Directory Entries): Clarify that it's file
43152 system not operating system in the description of DT_UNKNOWN.
43153
54472e9c
AJ
43154 [BZ #6578]
43155 * manual/syslog.texi (closelog): Fix reference, it's openlog.
43156
624254b1
SC
431572012-04-08 Stephen Compall <s11@member.fsf.org>
43158
43159 [BZ #6649]
43160 * manual/llio.texi (Opening and Closing Files): Add cross
43161 reference to explain mode argument.
43162
1e4920e0
MF
431632012-04-07 Mike Frysinger <vapier@gentoo.org>
43164
43165 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43166 * sysdeps/x86_64/memset_chk.S: Likewise.
43167
5ed848f3
DM
431682012-04-07 David S. Miller <davem@davemloft.net>
43169
43170 * elf/elf.h (R_SPARC_WDISP10): Define.
43171 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43172 R_SPARC_SIZE32.
43173 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43174 R_SPARC_SIZE64 and R_SPARC_H34.
43175
96154cd8
CD
431762012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
43177
43178 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43179 conditions and remove no longer applicable assertion.
43180
9904dc47
L
431812012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43182
43183 * bits/byteswap.h: Include <features.h>.
43184 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43185 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43186
f8887d0a
L
431872012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43188
43189 * bits/byteswap.h (__bswap_16): Removed.
43190 Include <bits/byteswap-16.h> to get __bswap_16.
43191 * sysdeps/i386/bits/byteswap.h: Likewise.
43192 * sysdeps/s390/bits/byteswap.h: Likewise.
43193 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43194 * bits/byteswap-16.h: New file.
43195 * sysdeps/i386/bits/byteswap-16.h: Likewise.
43196 * sysdeps/s390/bits/byteswap-16.h: Likewise.
43197 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43198 * string/Makefile (headers): Add bits/byteswap-16.h.
43199
62470f60
PP
432002012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
43201
43202 [BZ #13895]
43203 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43204 extra indirection.
43205 * nss/Makefile (tests-static, tests): Add tst-nss-static.
43206 * nss/tst-nss-static.c: New.
43207
4dad7bab
RM
432082012-04-06 Robert Millan <rmh@gnu.org>
43209
43210 [BZ #6486]
43211 * manual/llio.texi (File Position Primitive): lseek
43212 refers to WHENCE when it really means OFFSET.
43213
e9142a17
AJ
432142012-04-06 Andreas Jaeger <aj@suse.de>
43215
2c040eff
AJ
43216 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43217 strncmp declarations.
43218
e9142a17
AJ
43219 * abilist/libc.abilist: Add __poll and __ppoll.
43220
ff9f1c5f
DM
432212012-04-05 David S. Miller <davem@davemloft.net>
43222
dcd2ae90
DM
43223 * scripts/check-local-headers.sh: Accept a host triplet in the
43224 path matched by the exclude regexp.
43225
993eb054
DM
43226 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43227 definition.
43228 * sysdeps/powerpc/powerpc32/dl-machine.h
43229 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43230 * sysdeps/s390/s390-32/dl-machine.h
43231 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43232 * sysdeps/sparc/sparc32/dl-machine.h
43233 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43234 * sysdeps/sparc/sparc64/dl-machine.h
43235 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43236
ff9f1c5f
DM
43237 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43238 lazy binding.
48e2e132 43239 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
43240 undefined symbol errors.
43241
48e2e132 43242 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
43243 DT_NEEDED entries.
43244
e80d6f94
MM
432452012-04-05 Michael Matz <matz@suse.de>
43246
43247 [BZ #13592]
43248 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43249
349fa79f
AJ
432502012-04-05 Andreas Jaeger <aj@suse.de>
43251
43252 [BZ #13908]
43253 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43254 comment.
43255
f402708f
KK
432562012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43257
43258 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43259 which ROUND is no valid rounding mode.
43260
2ecccfc9
KK
432612012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43262
43263 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43264 read again.
43265 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43266
8a53f50f
KK
432672012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43268
43269 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43270 an exception using FPU order intentionally.
43271
432722012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43273
43274 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43275 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43276 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43277 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43278
d653abb7
SJ
432792012-04-05 Simon Josefsson <simon@josefsson.org>
43280
43281 [BZ #12340]
43282 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43283 EINVAL when BUFLEN is too smal.
43284
c3b1bf7d
TS
432852012-04-05 Thomas Schwinge <thomas@codesourcery.com>
43286
43287 [BZ #13553]
43288 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43289 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43290
b1aa60f3
AJ
432912012-04-03 Andreas Jaeger <aj@suse.de>
43292
c3b1bf7d 43293 [BZ #13938]
67f60a26
AJ
43294 * manual/setjmp.texi (System V contexts): Fix sentence.
43295
b1aa60f3
AJ
43296 [BZ #13926]
43297 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43298 New macro for this case.
43299 [!__GNUC__] (__bswap_64): New inline function for this case.
43300 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43301 * bits/byteswap.h: Likewise.
43302 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43303 ull, guard with __GLIBC_HAVE_LONG_LONG.
43304
43305 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43306 __GLIBC_HAVE_LONG_LONG.
43307
43308 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43309 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43310
39c59c35
TMQMF
433112012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43312
43313 [BZ #13691]
43314 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43315 inptr and inend, rather than using last_ch.
43316
135ffda8
DM
433172012-04-02 David S. Miller <davem@davemloft.net>
43318
43319 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43320 * stdio-common/printf-parse.h (read_int): Change return type to
43321 'int', return -1 on INT_MAX overflow.
43322 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43323 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
43324 overflows INT_MAX. Check for overflow of in-format-string precision
43325 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
43326 SIZE_MAX not INT_MAX for integer overflow test.
43327 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43328 skip the construct in the format string but do not record anything.
43329 * stdio-common/bug22.c: Adjust to test both width/prevision
43330 INT_MAX overflow as well as total length INT_MAX overflow. Check
43331 explicitly for proper errno values.
43332
228c019e
TS
433332012-04-02 Thomas Schwinge <thomas@codesourcery.com>
43334
302cadd3
TS
43335 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43336 CHAR_MAX.
43337 * string/test-strcmp.c [! WIDE]: Likewise.
43338 * time/tst-mktime2.c: Likewise for INT_MAX.
43339 * string/test-string.h: #include <sys/param.h> for MIN.
43340
228c019e
TS
43341 * csu/init-first.c (__libc_init_first): Call __ctype_init.
43342 * sysdeps/i386/init-first.c (init): Likewise.
43343 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43344 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43345 * sysdeps/sh/init-first.c (init): Likewise.
43346
cfa633f5
UD
433472012-04-01 Ulrich Drepper <drepper@gmail.com>
43348
43349 * po/ru.po: Update from translation team.
d1635ef8 43350 * po/vi.po: Likewise.
cfa633f5 43351
6cd0a5ea
SP
433522012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
43353
43354 * resolv/nss_dns/dns-host.c: Merge copyright years.
43355
4b43400f
LD
433562012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43357
43358 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43359 Optimize memcpy with prefetch if
43360 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
43361 src, dst pointers have unequal 16 byte alignments.
43362
48c41d04
SP
433632012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
43364
43365 [BZ #13928]
43366 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43367 from a CNAME entry and return the minimum ttl for the query.
43368 (gaih_getanswer_slice): Likewise.
43369
b8dc394d
JL
433702012-03-30 Jeff Law <law@redhat.com>
43371
43372 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43373 due to long keys.
43374 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43375 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43376
2f5a5ed0
JL
43377 * resolv/nss_dns/dns-host.c: Update copyright year.
43378
1d39e359
UD
433792012-03-30 Ulrich Drepper <drepper@gmail.com>
43380
c030f70c 43381 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 43382 requests to save a system call. Fix check that all bytes are sent.
c030f70c 43383
1d39e359
UD
43384 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43385 comments for sendmmsg.
43386
433872012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
43388
43389 [BZ #13691]
43390 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43391 with only 1 character between 0x0041 and 0x01b0.
43392 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43393 * wcsmbs/tst-mbsnrtowcs.c: New file.
43394
20fde227
DM
433952012-03-29 David S. Miller <davem@davemloft.net>
43396
43397 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43398 small copies by hand.
43399
984a4237
JL
434002012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
43401
43402 [BZ #13761]
57f41c40
AS
43403 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43404 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43405 group memberships.
984a4237 43406
18c9d62b
DM
434072012-03-28 David S. Miller <davem@davemloft.net>
43408
88d85d4f
DM
43409 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43410 that branches into memcpy.
43411 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43412 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43413 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43414 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43415 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43416 bits.
43417 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43418 implementation too.
43419 * sysdeps/sparc/mempcpy.S: New file.
43420
e5aa83e1
DM
43421 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43422 the IFUNC routine in the libc case.
43423 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43424
88570753
DM
43425 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43426 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43427 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43428 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43429 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43430 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43431 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43432 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43433
249d7567
DM
43434 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43435 loop to 256 bytes instead of 64 bytes and fix test signedness.
43436
18c9d62b
DM
43437 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43438 * sysdeps/sparc/sparc32/Makefile: rather than here...
43439 * sysdeps/sparc/sparc64/Makefile: and here.
43440
05f3d1f6
UD
434412012-03-28 Ulrich Drepper <drepper@gmail.com>
43442
43443 * malloc/mallocbug.c: Avoid warnings about unused variables.
43444
86ae07a8
JL
434452012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
43446
43447 [BZ #13760]
43448 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43449 in the right place. Discard and retry query if response is
43450 larger than input buffer size.
43451
41bf21a1
JM
434522012-03-28 Joseph Myers <joseph@codesourcery.com>
43453
d6270972
JM
43454 [BZ #369]
43455 [BZ #2678]
43456 [BZ #3866]
43457 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43458 x for large integer exponent.
43459 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43460 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
43461 sign of result as needed afterwards.
43462 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43463 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43464 result for underflowing pow the same as for overflow.
43465 (__kernel_standard_l): Handle powl overflow and underflow here
43466 rather than calling __kernel_standard.
43467 * math/libm-test.inc (pow_test): Add more tests.
43468
414fca03 43469 [BZ #3868]
41bf21a1
JM
43470 [BZ #13879]
43471 [BZ #13910]
43472 [BZ #13911]
43473 [BZ #13912]
43474 [BZ #13913]
43475 [BZ #13915]
43476 [BZ #13916]
43477 [BZ #13917]
43478 [BZ #13918]
43479 [BZ #13919]
43480 [BZ #13920]
43481 [BZ #13921]
43482 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43483 * sysdeps/ieee754/k_standard.c: Include <float.h>.
43484 (__kernel_standard_l): New function.
43485 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43486 __kernel_standard.
43487 * math/w_acosl.c (__acosl): Likewise.
43488 * math/w_asinl.c (__asinl): Likewise.
43489 * math/w_atan2l.c (__atan2l): Likewise.
43490 * math/w_atanhl.c (__atanhl): Likewise.
43491 * math/w_coshl.c (__coshl): Likewise.
43492 * math/w_exp10l.c (__exp10l): Likewise.
43493 * math/w_exp2l.c (__exp2l): Likewise.
43494 * math/w_fmodl.c (__fmodl): Likewise.
43495 * math/w_hypotl.c (__hypotl): Likewise.
43496 * math/w_j0l.c (__j0l, __y0l): Likewise.
43497 * math/w_j1l.c (__j1l, __y1l): Likewise.
43498 * math/w_jnl.c (__jnl, __ynl): Likewise.
43499 * math/w_lgammal.c (__lgammal): Likewise.
43500 * math/w_log10l.c (__log10l): Likewise.
43501 * math/w_log2l.c (__log2l): Likewise.
43502 * math/w_logl.c (__logl): Likewise.
43503 * math/w_powl.c (__powl): Likewise.
43504 * math/w_remainderl.c (__remainderl): Likewise.
43505 * math/w_scalbl.c (sysv_scalbl): Likewise.
43506 * math/w_sinhl.c (__sinhl): Likewise.
43507 * math/w_sqrtl.c (__sqrtl): Likewise.
43508 * math/w_tgammal.c (__tgammal): Likewise.
43509 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43510 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43511 * math/libm-test.inc (acos_test): Add more tests.
43512 (acosh_test): Likewise.
43513 (asin_test): Likewise.
43514 (atanh_test): Likewise.
43515 (exp_test): Likewise.
43516 (exp10_test): Likewise.
43517 (exp2_test): Likewise.
43518 (expm1_test): Likewise.
43519 (lgamma_test): Likewise.
43520 (log_test): Likewise.
43521 (log10_test): Likewise.
43522 (log1p_test): Likewise.
43523 (log2_test): Likewise.
43524 (pow_test): Do not allow some spurious overflow exceptions.
43525 (sqrt_test): Add more tests.
43526 (tgamma_test): Likewise.
43527 (y0_test): Likewise.
43528 (y1_test): Likewise.
43529 (yn_test): Likewise.
43530
dd62fda6
AB
435312012-03-27 Anton Blanchard <anton@samba.org>
43532
43533 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43534 MAP_HUGETLB.
43535 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43536 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43537 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43538
1e3cdfda
AJ
435392012-03-27 David S. Miller <davem@davemloft.net>
43540
b855ab85
DM
43541 * conform/Makefile: Run run-conformtest.sh using $(BASH).
43542
1e3cdfda
AJ
43543 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43544 have-as-vis3 check.
43545
435462012-03-27 Andreas Jaeger <aj@suse.de>
43547
43548 * sysdeps/x86_64/elf/configure.in: Moved to ...
43549 * sysdeps/x86_64/configure.in: ... here.
43550 * sysdeps/x86_64/elf/start.S: Moved to ...
43551 * sysdeps/x86_64/start.S: ... here.
43552 * sysdeps/x86_64/elf/configure: Delete.
43553
43554 * sysdeps/x86_64/configure.in: Merge contents from
43555 sysdeps/i386/configure.in (without i686 check).
43556
43557 * sysdeps/i386/elf/Versions: Merge into ...
43558 * sysdeps/i386/Versions: ... this.
43559 * sysdeps/i386/elf/Versions: Delete file.
43560 * sysdeps/i386/elf/start.S: Moved to ...
43561 * sysdeps/i386/start.S: ...here.
43562 * sysdeps/i386/elf/configure.in: Merge into...
43563 * sysdeps/i386/configure.in: ...here.
43564 * sysdeps/i386/elf/configure.in: Delete file.
43565 * sysdeps/i386/elf/configure: Delete file.
43566
43567 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43568 * debug/backtracesyms.c: ... here.
43569 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43570 * debug/backtracesymsfd.c: ... here.
43571 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43572 * sysdeps/generic/ifunc-sel.h: ... here.
43573
43574 * sysdeps/unix/i386/start.c: Delete file.
43575 * sysdeps/unix/sparc/start.c: Delete file.
43576 * sysdeps/unix/start.c: Delete file.
43577
43578 * sysdeps/sh/elf/configure.in: Moved to ...
43579 * sysdeps/sh/configure.in: ... here.
43580 * sysdeps/sh/elf/start.S: Moved to ...
43581 * sysdeps/sh/start.S: ... here.
43582 * sysdeps/sh/elf/configure: Delete file.
43583
43584 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43585 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43586 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43587 * sysdeps/powerpc/powerpc64/entry.h: ... here.
43588 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43589 * sysdeps/powerpc/powerpc64/start.S: here.
43590 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43591 * sysdeps/powerpc/powerpc64/Makefile: ... this.
43592 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43593 * sysdeps/powerpc/powerpc64/configure.in: ... this.
43594 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43595
43596 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43597 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43598 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43599 * sysdeps/powerpc/powerpc32/start.S: ... here.
43600 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43601 * sysdeps/powerpc/powerpc32/configure.in: ... this.
43602 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43603
43604 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43605 * sysdeps/powerpc/ifunc-sel.h: ... here.
43606 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43607 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43608
43609 * sysdeps/sparc/elf/configure.in: Moved to ...
43610 * sysdeps/sparc/configure.in: ... here.
43611 * sysdeps/sparc/elf/configure: Delete file.
43612 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43613 * sysdeps/sparc/sparc32/start.S: ... here.
43614 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43615 * sysdeps/sparc/sparc64/start.S: ... here.
43616 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43617 * sysdeps/sparc/sparc32/Makefile: ... this.
43618 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43619 * sysdeps/sparc/sparc64/Makefile: ... this.
43620
43621 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43622 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43623 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43624 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43625 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43626 * sysdeps/s390/s390-32/setjmp.S: ... here.
43627 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43628 * sysdeps/s390/s390-32/configure.in: ... here.
43629 * sysdeps/s390/s390-32/elf/configure: Delete file.
43630 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43631 * sysdeps/s390/s390-32/start.S: ... here.
43632
43633 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43634 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43635 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43636 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43637 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43638 * sysdeps/s390/s390-64/setjmp.S: ... here.
43639 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43640 * sysdeps/s390/s390-64/configure.in: ... here
43641 * sysdeps/s390/s390-64/elf/configure: Delete file.
43642 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43643 * sysdeps/s390/s390-64/start.S: ... here.
43644 * sysdeps/s390/s390-64/elf/configure: Delete.
43645
43646 * configure.in: Remove support for elf directories in sysdeps.
43647
43648 * configure: Regenerated.
43649 * sysdeps/i386/configure: Regenerated.
43650 * sysdeps/powerpc/powerpc32/configure: Regenerated.
43651 * sysdeps/powerpc/powerpc64/configure: Regenerated.
43652 * sysdeps/s390/s390-32/configure: Regenerated.
43653 * sysdeps/s390/s390-64/configure: Regenerated.
43654 * sysdeps/sh/configure: Regenerated.
43655 * sysdeps/sparc/configure: Regenerated.
43656 * sysdeps/x86_64/configure: Regenerated.
43657
a3f61311
AS
436582012-03-26 Andreas Schwab <schwab@linux-m68k.org>
43659
c876e002
AS
43660 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43661
a3f61311
AS
43662 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43663 denormal result into account.
43664
ac4c54f0
RM
436652012-03-25 Roland McGrath <roland@hack.frob.com>
43666
43667 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43668 Reported by Allan McRae <allan@archlinux.org>.
43669
6a9b9c02
JL
436702012-03-23 Jeff Law <law@redhat.com>
43671
43672 * nss/getnssent.c (__nss_getent): Fix typo.
43673
4c42a0c1
DM
436742012-03-23 David S. Miller <davem@davemloft.net>
43675
43676 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43677
1532c7ac
L
436782012-03-23 H.J. Lu <hongjiu.lu@intel.com>
43679
43680 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43681 to pad to uint64_t for each field.
43682 (dl_tls_index): Replace unsigned long with uint64_t.
43683
3ff42526
PP
436842012-03-23 Daniel Jacobowitz <dmj@google.com>
43685 Paul Pluzhnikov <ppluzhnikov@google.com>
43686
43687 [BZ #6528]
43688 * grp/Makefile (otherlibs): Don't set it.
43689 * inet/Makefile (otherlibs): Likewise.
43690 * login/Makefile (otherlibs): Likewise.
43691 * nscd/Makefile (otherlibs): Likewise.
43692 * posix/Makefile (otherlibs): Likewise.
43693 * pwd/Makefile (otherlibs): Likewise.
43694 * rt/Makefile (otherlibs): Likewise.
43695 * sunrpc/Makefile (otherlibs): Likewise.
43696 * nss/Makefile (otherlibs): Likewise.
43697 Add libnss_files to routines and static-only-routines.
43698 ($(objpfx)getent): Remove rule.
43699 * resolv/Makefile: Add libnss_dns and libresolv to routines and
43700 static-only-routines.
43701
7c69cd14
JM
437022012-03-22 Joseph Myers <joseph@codesourcery.com>
43703
43704 [BZ #13892]
43705 * math/s_cexp.c: Include <float.h>.
43706 (__cexp): Handle exp result overflowing not necessarily
43707 overflowing both real and imaginary parts of result.
43708 * math/s_cexpf.c: Likewise.
43709 * math/s_cexpl.c: Likewise.
43710 * math/libm-test.inc (cexp_test): Add more tests.
43711 * sysdeps/i386/fpu/libm-test-ulps: Update.
43712 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43713
81b035fe
L
437142012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43715
43716 * include/link.h (ELFW): New macro.
43717 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43718 Replace ELF64_R_TYPE with ELFW(R_TYPE).
43719
1da7940c
L
437202012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43721
43722 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43723 with uint64_t.
43724
b749dbb9
L
437252012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43726
43727 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43728 declaration.
43729 (struct La_x32_retval): Likewise.
43730
2ff87f3f
L
437312012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43732
43733 * sysdeps/x86_64/preconfigure.in: New file.
43734 * sysdeps/x86_64/preconfigure: New generated file.
43735
c0df8e69
JM
437362012-03-22 Joseph Myers <joseph@codesourcery.com>
43737
48e44791
JM
43738 [BZ #13824]
43739 * math/e_exp2l.c: Include <float.h>.
43740 (__ieee754_exp2l): Handle overflow and underflow cases
43741 separately. Only pass fractional part of argument to
43742 __ieee754_expl.
43743 * math/libm-test.inc (exp2_test): Add more tests.
43744
c0df8e69
JM
43745 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43746 negating x to take absolute value.
43747 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43748 Likewise.
43749 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43750 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43751 Likewise.
43752 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43753 computing low part if x was negated.
43754 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43755
c8e43ba7
L
437562012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43757
43758 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43759 la_x32_gnu_pltexit.
43760 (pltexit): Cast int_retval to ptrdiff_t.
43761 * elf/tst-auditmod3b.c: Likewise.
43762 * elf/tst-auditmod4b.c: Likewise.
43763 * elf/tst-auditmod5b.c: Likewise.
43764 * elf/tst-auditmod6b.c: Likewise.
43765 * elf/tst-auditmod6c.c: Likewise.
43766 * elf/tst-auditmod7b.c: Likewise.
43767
43768 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43769 and x32_gnu_pltexit.
43770
43771 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43772 __ELF_NATIVE_CLASS.
43773 (La_x32_regs): New macro.
43774 (La_x32_retval): Likewise.
43775 (la_x32_gnu_pltenter): New function prototype.
43776 (la_x32_gnu_pltexit): Likewise.
43777
7998fa78
AS
437782012-03-21 Andreas Schwab <schwab@linux-m68k.org>
43779
dcb33988
AS
43780 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43781 exponent.
43782
233fc563
AS
43783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43784
7998fa78
AS
43785 * configure.in (libc_cv_cc_nofma): Check for option to disable
43786 generation of FMA instructions.
43787 * configure: Regenerate.
43788 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43789 * sysdeps/ieee754/dbl-64/Makefile: New file.
43790 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43791 Remove brandred-fma4.
43792 (CFLAGS-brandred-fma4.c): Remove.
43793 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43794 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43795 define.
43796 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43797 define.
43798
8e95c99a
L
437992012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43800
43801 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43802 LLONG_MAX != LONG_MAX.
43803 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43804 (_fitoa_word): Likewise.
43805 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43806 LLONG_MAX != LONG_MAX.
43807 * stdio-common/_itowa.h: Include <_itoa.h>.
43808 (_itowa_word): Use _ITOA_WORD_TYPE on value.
43809 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
43810 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
43811 only if not defined.
43812 (_ITOA_WORD_TYPE): Likewise.
43813 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43814 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43815
6f4db457
DM
438162012-03-21 David S. Miller <davem@davemloft.net>
43817
43818 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43819
7785fe5a
L
438202012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43821
43822 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43823 of x86_64 when setting libc_cv_slibdir, libdir and
43824 libc_cv_localedir.
43825 * sysdeps/unix/sysv/linux/configure: Regenerated.
43826
4535cd55
JM
438272012-03-21 Joseph Myers <joseph@codesourcery.com>
43828
43829 * manual/lang.texi (Old Varargs): Remove section.
43830 (How Variadic): Update menu.
43831 (va_start): Do not mention varargs.h.
43832
17228132
TS
438332012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43834 Joseph Myers <joseph@codesourcery.com>
43835
43836 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43837 link test.
43838 * configure: Regenerated.
43839
8149f976
TS
438402012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43841
05f3d1f6
UD
43842 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43843 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43844 conformtest.pl
8149f976 43845
1a4ac776
JM
438462012-03-21 Joseph Myers <joseph@codesourcery.com>
43847
be22ce65
JM
43848 * NOTES: Remove.
43849 * Makefile (files-for-dist): Remove NOTES.
43850 (NOTES): Remove rule.
43851 * README: Don't refer to NOTES.
43852 * manual/creature.texi: Don't include macros.texi.
43853 * manual/intro.texi (creature.texi): Remove comment referring to
43854 NOTES.
43855
40b601fb
JM
43856 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43857 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43858 * configure: Regenerated.
43859 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43860 LIBC_TRY_CC_OPTION.
43861 (libc_cv_as_i686): Likewise.
43862 (libc_cv_cc_avx): Likewise.
43863 (libc_cv_cc_sse2avx): Likewise.
43864 (libc_cv_cc_fma4): Likewise.
43865 (libc_cv_cc_novzeroupper): Likewise.
43866 * sysdeps/i386/configure: Regenerated.
43867
1a4ac776
JM
43868 [BZ #13883]
43869 * sysdeps/i386/fpu/s_cexp.S: Remove.
43870 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43871 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43872 * math/libm-test.inc (cexp_test): Add more tests.
43873 * sysdeps/i386/fpu/libm-test-ulps: Update.
43874 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43875
a458e7fe
AM
438762012-03-21 Allan McRae <allan@archlinux.org>
43877
43878 * timezone/Makefile: Do not install iso3166.tab and zone.tab
43879
0cb7efc5
JM
438802012-03-21 Joseph Myers <joseph@codesourcery.com>
43881
43882 [BZ #13871]
43883 * math/w_exp2.c: Do not include <float.h>.
43884 (o_threshold, u_threshold): Remove.
43885 (__exp2): Calculate result before checking finiteness and calling
43886 __kernel_standard.
43887 * math/w_exp2f.c: Likewise.
43888 * math/w_exp2l.c: Likewise.
43889 * math/libm-test.inc (exp2_test): Require overflow exception for
43890 1e6 input.
2460d3aa
JM
43891
43892 [BZ #3866]
43893 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43894 range of signed 64-bit integers before using fistpll. Remove
43895 checks for whether integers fit in mantissa bits.
43896 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43897 the range of signed 32-bit integers before using fistpl. Remove
43898 checks for whether integers fit in mantissa bits.
43899 * sysdeps/i386/fpu/e_powl.S (p64): New object.
43900 (__ieee754_powl): Test for y outside the range of signed 64-bit
43901 integers before using fistpll. Reduce 64-bit values to 63-bit
43902 ones as needed.
43903 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43904 divide-by-zero is raised for zero to large negative powers.
43905 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43906 (__ieee754_powl): Test for y outside the range of signed 64-bit
43907 integers before using fistpll. Reduce 64-bit values to 63-bit
43908 ones as needed.
43909 * math/libm-test.inc (pow_test): Add more tests.
43910
eb96ffb0
L
439112012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43912
43913 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43914 <stdio-common/_itoa.h>.
43915 * debug/segfault.c: Likewise.
43916 * elf/dl-cache.c: Likewise.
43917 * elf/dl-minimal.c: Likewise.
43918 * elf/dl-misc.c: Likewise.
43919 * elf/dl-sysdep.c: Likewise.
43920 * elf/dl-version.c: Likewise.
43921 * elf/rtld.c: Likewise.
43922 * hurd/hurdsock.c: Likewise.
43923 * hurd/lookup-retry.c: Likewise.
43924 * malloc/malloc.c: Likewise.
43925 * malloc/mtrace.c: Likewise.
43926 * nscd/nscd_getgr_r.c: Likewise.
43927 * nscd/nscd_getpw_r.c: Likewise.
43928 * nscd/nscd_getserv_r.c: Likewise.
43929 * posix/getopt_init.c: Likewise.
43930 * posix/wordexp.c: Likewise.
43931 * stdio-common/_itoa.c: Likewise.
43932 * stdio-common/printf_fphex.c: Likewise.
43933 * stdio-common/vfprintf.c: Likewise.
43934 * string/_strerror.c: Likewise.
43935 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43936 * sysdeps/i386/i686/hp-timing.h: Likewise.
43937 * sysdeps/mach/_strerror.c: Likewise.
43938 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43939 * sysdeps/mach/hurd/sethostid.c: Likewise.
43940 * sysdeps/mach/hurd/xmknodat.c: Likewise.
43941 * sysdeps/mach/xpg-strerror.c: Likewise.
43942 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43943 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43944 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43945 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43946 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43947 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43948 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43949 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43950 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43951 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43952 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43953 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43954 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43955 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43956 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43957 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43958 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43959 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43960 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43961 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43962 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43963
43964 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43965
43966 * stdio-common/_itoa.h: Moved to ...
43967 * sysdeps/generic/_itoa.h: Here.
43968
43969 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43970
43971 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43972 instead of "_itoa.h" and "_itowa.h".
43973 * stdio-common/vfprintf.: Likewise.
43974
d1af992d
L
439752012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43976
43977 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43978 <bits/wordsize.h>.
43979 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43980 (__signbit): Likwise.
43981 (llrintf): Likwise.
43982 (llrint): Likwise.
43983
114883e0
L
439842012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43985
43986 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43987 __WORDSIZE != 64.
43988
c135cc1b
JM
439892012-03-20 Joseph Myers <joseph@codesourcery.com>
43990
43991 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43992 OVERFLOW_EXCEPTION_OK.
43993 * math/libm-test.inc ("Philosophy"): Update comment about
43994 exception testing.
43995 (OVERFLOW_EXCEPTION): Define.
43996 (OVERFLOW_EXCEPTION_OK): Likewise.
43997 (INVALID_EXCEPTION_OK): Renumber.
43998 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43999 (IGNORE_ZERO_INF_SIGN): Likewise.
44000 (test_exceptions): Handle FE_OVERFLOW.
44001 (exp10_test): Expect overflow exceptions.
44002 (exp2_test): Likewise.
44003 (expm1_test): Likewise.
44004 (nextafter_test): Likewise.
44005 (pow_test): Likewise.
44006 (scalbn_test): Likewise.
44007 (scalbln_test): Likewise.
44008
95443d88
L
440092012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44010
44011 * sysdeps/x86_64/bits/atomic.h
44012 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44013 64bit integer.
44014 (atomic_exchange_acq): Likewise.
44015 (__arch_exchange_and_add_body): Likewise.
44016 (__arch_add_body): Likewise.
44017 (atomic_add_negative): Likewise.
44018 (atomic_add_zero): Likewise.
44019
490df6c4
L
440202012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44021
c2722551 44022 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
44023 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44024
5e52b189
L
440252012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44026
44027 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44028 Check __x86_64__ instead of __WORDSIZE.
44029
a9879d4c
L
440302012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44031
44032 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44033
5df98260
DM
440342012-03-19 David S. Miller <davem@davemloft.net>
44035
e1497744
DM
44036 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44037
5df98260
DM
44038 * sysdeps/sparc/fpu/fenv_private.h: New file.
44039 * sysdeps/sparc/fpu/math_private.h: Use it.
44040 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44041 Remove.
57f41c40 44042 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
44043 (libc_feholdexcept_setroundl): Remove.
44044 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44045 Remove.
44046 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44047 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44048
b4c35121
L
440492012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44050
44051 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44052 int64_t instead of long int.
44053 (INSERT_WORDS64): Likwise.
44054
56965fd7
L
440552012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44056
44057 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44058 _Unwind_GetCFA return to _Unwind_Ptr first.
44059
83d1aec8
JM
440602012-03-19 Joseph Myers <joseph@codesourcery.com>
44061
1897ad44
JM
44062 [BZ #13629]
44063 * math/s_clog.c: Include <float.h>.
44064 (__clog): Scale large or subnormal inputs.
44065 * math/s_clogf.c: Likewise.
44066 * math/s_clogl.c: Likewise.
44067 * math/s_clog10.c: Include <float.h>.
44068 (M_LOG10_2): Define.
44069 (__clog10): Scale large or subnormal inputs.
44070 * math/s_clog10f.c: Likewise.
44071 * math/s_clog10l.c: Likewise.
44072 * math/libm-test.inc (clog_test): Add more tests.
44073 (clog10_test): Likewise.
44074 * sysdeps/i386/fpu/libm-test-ulps: Update.
44075 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44076
7726d6a9
JM
44077 [BZ #11451]
44078 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44079 x and y.
44080 * math/libm-test.inc (atan2_test): Add another test.
44081
83d1aec8
JM
44082 * Makerules (common-objdir-compile): Remove.
44083 * sysdeps/unix/Makefile (config-generated): Do not add
44084 $(unix-generated) to variable.
44085 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44086 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44087 Remove rule.
44088 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44089 Likewise.
44090 [generic bits/local_lim.h] (before-compile): Do not append to
44091 variable.
44092 [generic bits/local_lim.h] (common-generated): Likewise.
44093 [generic sys/param.h] (before-compile): Do not append to variable.
44094 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44095 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44096 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44097 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44098 include.
44099 [generic sys/param.h] (sys/param.h-includes): Remove variable.
44100 [generic sys/param.h] (sys/param.h-includes): Remove rule.
44101 [generic sys/param.h] ($(addprefix
44102 $(common-objpfx),$(sys/param.h-includes))): Likewise.
44103 [generic sys/param.h] (common-generated): Do not append to
44104 variable.
44105 [generic sys/param.h] (sysdep_headers): Likewise.
44106 [generic bits/errno.h] (before-compile): Do not append to
44107 variable.
44108 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44109 rule.
44110 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44111 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44112 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44113 [generic bits/errno.h] (common-generated): Do not append to
44114 variable.
44115 [generic bits/ioctls.h] (before-compile): Do not append to
44116 variable.
44117 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44118 rule.
44119 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44120 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44121 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44122 rule.
44123 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44124 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44125 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44126 [generic bits/ioctls.h] (common-generated): Do not append to
44127 variable.
44128 [generic sys/syscall.h] (syscall.h): Remove variable.
44129 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44130 rule.
44131 [generic sys/syscall.h] (before-compile): Do not append to
44132 variable.
44133 [generic sys/syscall.h] (common-generated): Likewise.
44134 * sysdeps/unix/errnos-tmpl.c: Remove file.
44135 * sysdeps/unix/errnos.awk: Likewise.
44136 * sysdeps/unix/ioctls-tmpl.c: Likewise.
44137 * sysdeps/unix/ioctls.awk: Likewise.
44138 * sysdeps/unix/mk-local_lim.c: Likewise.
44139 * sysdeps/unix/snarf-ioctls: Likewise.
44140
4851a949
RH
441412012-03-19 Richard Henderson <rth@twiddle.net>
44142
bd37f2ee
RH
44143 * sysdeps/i386/fpu/fenv_private.h: New file.
44144 * sysdeps/i386/fpu/math_private.h: Use it.
44145 (math_opt_barrier, math_force_eval): Remove.
44146 (libc_feholdexcept_setround_53bit): Remove.
44147 (libc_feupdateenv_53bit): Remove.
44148 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44149 (math_opt_barrier, math_force_eval): Remove.
44150 (libc_feholdexcept): Remove.
44151 (libc_feholdexcept_setround): Remove.
44152 (libc_fetestexcept, libc_fesetenv): Remove.
44153 (libc_feupdateenv_test): Remove.
44154 (libc_feupdateenv, libc_feholdsetround): Remove.
44155 (libc_feresetround): Remove.
44156
d0adc922
RH
44157 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44158 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44159
0fe0f1f8
RH
44160 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44161 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44162 (libc_feupdateenv_testl): New.
44163 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44164 (libc_feupdateenv_testf): New.
44165 (libc_feupdateenv): Use libc_feupdateenv_test.
44166 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44167 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44168
eb92c487
RH
44169 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44170 (libc_feholdsetroundf, libc_feholdsetroundl): New.
44171 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44172 (libc_feresetround_noex): New.
44173 (libc_feresetround_noexf): New.
44174 (libc_feresetround_noexl): New.
44175 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44176 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44177 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44178 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44179 SET_RESTORE_ROUND.
44180 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44181 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44182 (__cos): Likewise.
44183 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44184 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44185 SET_RESTORE_ROUND_NOEX.
44186 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44187 SET_RESTORE_ROUND_NOEXF.
44188 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44189 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44190 (libc_feholdsetroundf): New.
44191 (libc_feresetround, libc_feresetroundf): New.
44192
7d2e8012
RH
44193 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44194 (libc_feholdexcept_setround_53bit): Convert from macro to function.
44195 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
44196
b4dabbb4
RH
44197 * sysdeps/generic/math_private.h: Include <fenv.h>.
44198 (default_libc_feholdexcept): New.
44199 (default_libc_feholdexcept_setround): New.
44200 (default_libc_fesetenv, default_libc_feupdateenv): New.
44201 (libc_feholdexcept): Only define if undefined.
44202 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44203 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44204 (libc_feholdexcept_setroundl): Likewise.
44205 (libc_feholdexcept_setround_53bit): Likewise.
44206 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44207 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44208 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44209 (libc_feupdateenv_53bit): Likewise.
44210 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44211 (libc_feholdexcept): Convert from macro to inline function.
44212 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44213 (libc_fesetenv, libc_feupdateenv): Likewise.
44214
4851a949
RH
44215 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44216 not previously defined.
44217 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44218 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44219 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44220 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44221 * sysdeps/ieee754/flt-32/math_private.h: New file.
44222 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44223 math_private.h below SET_FLOAT_WORD.
44224 (__isnan, __isinf_ns, __finite): Remove.
44225 (__isnanf, __isinf_nsf, __finitef): Remove.
44226
e79d442e
AS
442272012-03-18 Andreas Schwab <schwab@linux-m68k.org>
44228
44229 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44230
90b80344
DM
442312012-03-17 David S. Miller <davem@davemloft.net>
44232
44233 [BZ #6471]
44234 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44235 for 2.16.
44236
edc21804
DM
442372012-03-16 David S. Miller <davem@davemloft.net>
44238
77e927af
DM
44239 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44240 warnings.
44241
374976dd
DM
44242 [BZ #6471]
44243 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44244 properly.
44245 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44246 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44247 sysdep_routines when subdir is sysvipc.
44248 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44249 __getshmlba helper.
44250
edc21804
DM
44251 * sysdeps/sparc/fpu/libm-test/ulps: Update.
44252
473c3ef3
L
442532012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44254
44255 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44256 [__LP64__].
44257
eb0f39b6
L
442582012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44259
44260 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44261 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44262 (__lround): Renamed to ...
44263 (__llround): This. Replace long int with long long int.
44264 Define lround functions as aliases of llround functions.
44265 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44266
6b6cd74b
L
442672012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44268
44269 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44270 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
44271 adresses to uintptr_t. Replace "long int" and "unsigned long
44272 int" with "greg_t" on va_arg.
44273
f1a77b01
L
442742012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44275
44276 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44277 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44278
44279 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44280 Move e_machine check before EI_CLASS check. Handle x32
44281 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44282 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44283 SKIP_EM_IA_64 and include
44284 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44285
44286 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44287 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44288 (add_system_dir): New macro.
44289
44290 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44291 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44292
11b90b9f
JM
442932012-03-16 Joseph Myers <joseph@codesourcery.com>
44294
c36e1d23
JM
44295 [BZ #2551]
44296 [BZ #2552]
44297 [BZ #2553]
44298 [BZ #2554]
44299 [BZ #2562]
44300 [BZ #2563]
44301 [BZ #2565]
44302 [BZ #2566]
44303 [BZ #2576]
44304 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44305 (y0): Likewise.
44306 * math/w_j0f.c (j0f): Likewise.
44307 (y0f): Likewise.
44308 * math/w_j0l.c (__j0l): Likewise.
44309 (__y0l): Likewise.
44310 * math/w_j1.c (j1): Likewise.
44311 (y1): Likewise.
44312 * math/w_j1f.c (j1f): Likewise.
44313 (y1f): Likewise.
44314 * math/w_j1l.c (__j1l): Likewise.
44315 (__y1l): Likewise.
44316 * math/w_jn.c (jn): Likewise.
44317 (yn): Likewise.
44318 * math/w_jnf.c (jnf): Likewise.
44319 (ynf): Likewise.
44320 * math/w_jnl.c (__jnl): Likewise.
44321 (__ynl): Likewise.
44322 * math/libm-test.inc (j0_test): Add more tests.
44323 (j1_test): Likewise.
44324 (jn_test): Likewise. Add trailing semicolon to existing test.
44325 (y0_test): Likewise.
44326 (y1_test): Likewise.
44327 * sysdeps/i386/fpu/libm-test-ulps: Update.
44328 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44329
11b90b9f
JM
44330 [BZ #13851]
44331 [BZ #13854]
44332 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44333 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44334 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44335 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44336 (__tanl): Set errno for infinite argument.
44337 * sysdeps/i386/fpu/mptan.c: Remove.
44338 * sysdeps/i386/fpu/s_tan.S: Likewise.
44339 * sysdeps/i386/fpu/s_tanl.S: Likewise.
44340 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44341 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44342 * math/libm-test.inc (tan_test): Add more tests and enable more
44343 tests for double and long double.
44344 * sysdeps/i386/fpu/libm-test-ulps: Update.
44345 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44346
6a1bd2a1
JK
443472012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44348
44349 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44350 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44351
10a803e0
RM
443522012-03-16 Roland McGrath <roland@hack.frob.com>
44353
44354 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44355 * configure.in: Use it for both main tree and add-ons.
44356 * configure: Regenerated.
44357
f196c7f7
L
443582012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44359
44360 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44361
8848d99d
JM
443622012-03-16 Joseph Myers <joseph@codesourcery.com>
44363
96cbe7f4
JM
44364 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44365 in comment.
44366
8848d99d
JM
44367 [BZ #13851]
44368 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44369 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44370 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44371 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44372 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44373 infinite argument.
44374 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44375 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44376 != 0 for prec == 2.
44377 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44378 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44379 * sysdeps/i386/fpu/s_cosl.S: Likewise.
44380 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44381 * sysdeps/i386/fpu/s_sinl.S: Likewise.
44382 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44383 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44384 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44385 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44386 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44387 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44388 * math/libm-test.inc (cos_test): Add more tests and enable more
44389 tests for long double.
44390 (sin_test): Likewise.
44391 (sincos_test): Likewise.
44392 * sysdeps/i386/fpu/libm-test-ulps: Update.
44393 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44394
dd7f4703
DM
443952012-03-16 David S. Miller <davem@davemloft.net>
44396
44397 * sysdeps/sparc/fpu/math_private.h: New file.
44398
006f1daa
DM
443992012-03-15 David S. Miller <davem@davemloft.net>
44400
c0c83bc8
DM
44401 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44402 file.
e6a62e18 44403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
44404 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44405 file.
e6a62e18
DM
44406 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44407 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44408 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44409 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44410 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44411 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44412 sysdep routines.
44413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44414
88cb87d9
DM
44415 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44416 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44417
006f1daa 44418 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
44419 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44420 sparc-ifunc.h
006f1daa 44421 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
44422 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44423 Likewise.
44424 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44425 Likewise.
006f1daa
DM
44426 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44427 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44428 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
44429 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44430 Likewise.
006f1daa
DM
44431 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44432 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44433 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44434 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
44435 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44436 Likewise.
44437 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44438 Likewise.
006f1daa
DM
44439 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44440 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44441 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44443 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44444 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44445 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44446 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44447 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44448 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44449 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44450 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44451 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44452 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44453 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44454 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44455 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44456 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44457 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44458 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44459 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44460 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44461 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44462 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44463
11e0098e
AS
444642012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44465
44466 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44467 scaling.
44468 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44469
e85b09d0
AJ
444702012-03-15 Andreas Jaeger <aj@suse.de>
44471
44472 [BZ #13852]
44473 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44474 ieee754/flt-32 implementation for sin, cos and sincos.
44475 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44476 * sysdeps/i386/fpu/s_cosf.S: Likewise.
44477 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44478 * sysdeps/i386/fpu/s_sinf.S: Likewise.
44479 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44480 ieee754/flt-32 implementation for tan.
44481
44482 * math/libm-test.inc (cos_test): Enable some large input tests for
44483 float as well
44484 (sin_test): Likewise.
44485 (sincos_test): Likewise.
44486 (tan_test): Add tests for large input.
44487
44488 * sysdeps/i386/fpu/libm-test-ulps: Update.
44489
81c64153
AJ
444902012-03-15 Andreas Jaeger <aj@suse.de>
44491
44492 [BZ #13658]
44493 * math/libm-test.inc (cos_test): Add more test cases.
44494 (sin_test): Likewise.
44495 (sincos_test): Likewise.
44496
7bbfa5c6
AJ
444972012-03-15 Andreas Jaeger <aj@suse.de>
44498
44499 [BZ #13837]
44500 * math/libm-test.inc (cos_test): Add a test case for large input
44501 value.
44502 (sin_test): Likewise.
44503 (sincos_test): Likewise.
44504
57f41c40
AS
445052012-03-15 Andreas Jaeger <aj@suse.de>
44506 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
44507
44508 [BZ #13658]
0671f479 44509 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
44510 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44511 * sysdeps/i386/fpu/branred.c: Likewise.
44512 * sysdeps/i386/fpu/dosincos.c: Likewise.
44513 * sysdeps/i386/fpu/mpa.c: Likewise.
44514 * sysdeps/i386/fpu/s_cos.S: Likewise.
44515 * sysdeps/i386/fpu/s_sin.S: Likewise.
44516 * sysdeps/i386/fpu/s_sincos.S: Likewise.
44517 * sysdeps/i386/fpu/sincos32.c: Likewise.
44518
44519 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44520 Define.
44521 (libc_feupdateenv_53bit): Define.
44522 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44523 Define.
44524 (libc_feupdateenv_53bit): Define.
44525
44526 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44527 53 bit (without extend i386 double precision).
44528
44529 * math/libm-test.inc (sincos_test): Add tests for large input.
44530 (sin): Likewise.
44531 (cos): Likewise.
44532
44533 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44534
9cad04ea
AS
445352012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44536
44537 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44538
f7062b9a
DM
445392012-03-15 David S. Miller <davem@davemloft.net>
44540
44541 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44542 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44543 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44544 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44545 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44546 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44547 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44548 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44549 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44550 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44551 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44552 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44553 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44554 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44555 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
44556 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44557 file.
f7062b9a 44558 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
44559 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44560 file.
f7062b9a 44561 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
44562 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44563 file.
f7062b9a 44564 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
44565 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44566 file.
f7062b9a
DM
44567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44568 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44569 fmin/fmax sysdep routines.
44570 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44571
7bd951ff
DM
445722012-03-14 David S. Miller <davem@davemloft.net>
44573
559398ab
DM
44574 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44575 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44576 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44577 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44578 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44579 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44580 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44581 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44582 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44583 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44584 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44585 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44586 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44587 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44588 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44589 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44590 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44591 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44592 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44593 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44594 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44595 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44596 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44597 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44598 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44599 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44600 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44601 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44602 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44603 routines.
44604 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44605 file.
559398ab 44606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
44607 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44608 file.
559398ab 44609 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
44610 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44611 file.
559398ab 44612 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
44613 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44614 file.
559398ab 44615 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
44616 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44617 file.
559398ab 44618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
44619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44620 file.
44621 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44622 file.
44623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44624 file.
44625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44626 file.
44627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44628 New file.
44629 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44630 file.
44631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44632 file.
559398ab 44633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
44634 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44635 file.
559398ab 44636 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44637 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44638 file.
559398ab 44639 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
44640 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44641 file.
559398ab 44642 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
44643 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44644 VIS3 routines.
559398ab
DM
44645
44646 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44647 New file.
44648
5a1c1e32
DM
44649 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44650
eae47a36
DM
44651 * sysdeps/sparc/configure.in: New file.
44652 * sysdeps/sparc/configure: Generate.
44653 * configure.in (libc_cv_sparc_as_vis3): Substitute.
44654 * configure: Regenerate.
44655 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44656 * config.make.in (have-as-vis3): New.
44657 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44658 available use -Av9d instead of -Av9a.
44659 * sysdeps/sparc/sparc64/Makefile: Likewise.
44660 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
44661 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44662 New file.
44663 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44664 file.
44665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44666 New file.
44667 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44668 file.
eae47a36
DM
44669 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44670 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44671 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44672 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44673 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44674
c0c83bc8
DM
44675 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44676 fzeros/fnegs to load 0x80000000 into a float register instead of
44677 using the stack.
7bd951ff
DM
44678 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44679
bd951ccb
JM
446802012-03-14 Joseph Myers <joseph@codesourcery.com>
44681
44682 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44683 bits/syscall.h.
44684 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44685 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44686 ($(inst_includedir)/bits/syscall.h): Remove rule.
44687 ($(objpfx)bits/syscall.d): Include instead of
44688 $(objpfx)syscall-list.d.
44689 (generated): Change syscall-list.h and syscall-list.d to
44690 bits/syscall.h and bits/syscall.d.
44691
bb4e6db2
RM
446922012-03-14 Roland McGrath <roland@hack.frob.com>
44693
44694 [BZ #13846]
44695 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44696
aa4a2ae1
JM
446972012-03-14 Joseph Myers <joseph@codesourcery.com>
44698
e456826d
JM
44699 [BZ #13841]
44700 * math/s_csqrt.c: Include <float.h>.
44701 (__csqrt): Scale large or subnormal inputs.
44702 * math/s_csqrtf.c: Likewise.
44703 * math/s_csqrtl.c: Likewise.
44704 * math/libm-test.inc (csqrt_test): Add more tests.
44705 * sysdeps/i386/fpu/libm-test-ulps: Update.
44706 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44707
aa4a2ae1
JM
44708 [BZ #13840]
44709 * math/libm-test.inc (hypot_test): Add more tests.
44710
7c10fd35
DM
447112012-03-13 David S. Miller <davem@davemloft.net>
44712
44713 [BZ #13840]
44714 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44715 double-precision for the calculation instead of scaling.
44716
f453b98b
JM
447172012-03-13 Joseph Myers <joseph@codesourcery.com>
44718
44719 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44720 manipulate bits before adding and subtracting TWO52[sx].
44721 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44722 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44723 Likewise.
44724 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44725
09a3453f
DM
447262012-03-13 David S. Miller <davem@davemloft.net>
44727
8e59da90
DM
44728 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44729 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44730 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44731 rtld-global-offsets.h
44732 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44733
2a8ab7f2
DM
44734 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44735 large parameters.
44736
10f62770
DM
44737 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44738
5f0bdb18
DM
44739 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44740 'err' in the ifdef scope in which it is actually used.
44741
09a3453f
DM
44742 * nss/nss_db/db-init.c: Include string.h
44743
b4b2eb5e
DM
447442012-03-12 David S. Miller <davem@davemloft.net>
44745
98bb2f1c
DM
44746 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44747 masking out of the most significant byte of random value used.
44748 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44749 Fix coding style in previous change.
44750
b4b2eb5e
DM
44751 * sysdeps/unix/sysv/linux/kernel-features.h
44752 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44753 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44754 expression.
44755 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44756 later.
44757
6e226b09
DM
447582012-03-11 David S. Miller <davem@davemloft.net>
44759
a1bcbd40
DM
44760 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44761 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44762 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44763 for 'resultvar' otherwise things get truncated on 64-bit.
44764
cb9d6174
DM
44765 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44766 Fix masking out of the most significant byte of random value used.
44767
6e226b09
DM
44768 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44769
058c132d
AS
447702012-03-10 Andreas Schwab <schwab@linux-m68k.org>
44771
44772 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44773
2d2cd515
DM
447742012-03-09 David S. Miller <davem@davemloft.net>
44775
44776 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44777 variables with appropriate CPP guards.
57f41c40
AS
44778 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44779 from the frame pointer, not the stack pointer. Correct layout
44780 comments. Fix test on resulting framesize and the management of
44781 the outregs buffer for pltexit. Preserve floating point return
44782 values across _dl_call_pltexit call.
2d2cd515
DM
44783 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44784 framesize and the management of the outregs buffer for pltexit.
44785 Preserve floating point return values across _dl_call_pltexit
44786 call.
57f41c40
AS
44787 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44788 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44789 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
44790 (print_exit): Fix format string for return register value.
44791
9a07f9d0
JM
447922012-03-10 Joseph Myers <joseph@codesourcery.com>
44793
44794 * sunrpc/Makefile (others): Add rpcgen.
44795 ($(objpfx)rpcgen): Remove special build rule and dependency on
44796 libc.
44797 * sunrpc/rpcgen.c: New file.
44798
547b5e30
PE
447992012-03-09 Paul Eggert <eggert@cs.ucla.edu>
44800
c524201a
PE
44801 [BZ #13673]
44802 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44803 * stdio-common/bug-vfprintf-nargs.c: Likewise.
44804 * sysdeps/i386/crti.S: Likewise.
44805 * sysdeps/i386/crtn.S: Likewise.
44806 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44807 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44808 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44809 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44810 * sysdeps/sh/crti.S: Likewise.
44811 * sysdeps/sh/crtn.S: Likewise.
44812 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44813
7b6235f2
PE
44814 [BZ #13673]
44815 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44816 with URL.
44817 * locale/programs/locfile-kw.gperf: Likewise.
44818 * locale/programs/charmap-kw.h: Regenerated.
44819 * locale/programs/locfile-kw.h: Likewise.
44820
547b5e30
PE
44821 [BZ #13673]
44822 * intl/plural.y: Replace FSF snail mail address with URL.
44823 * intl/plural.c: Regenerated.
44824
5f0a5dae
RH
448252012-03-09 Richard Henderson <rth@twiddle.net>
44826
44827 * include/math_private.h: Remove file.
44828 * math/math_private.h: Move file ...
44829 * sysdeps/generic/math_private.h: ... here.
44830
b8c03620
RH
44831 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44832 * sysdeps/powerpc/fpu/math_private.h: Likewise.
44833 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44834
4e234f5d 44835 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
44836 and <math_private.h>.
44837 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44838 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44839 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44840 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44841 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44842 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44843 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44844 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44845 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44846 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44847 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44848 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44849 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44850 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44851 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44852 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44853 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44854 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44855 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44856 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44857 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44858 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44859 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44860 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44861 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44862 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44863 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44864 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44865 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44866 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44867 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44868 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44869 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44870 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44871 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44872 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44873 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44874 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44875 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44876 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44877 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44878 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44879 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44880 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44881 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44882 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44883 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44884 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44885 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44886 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44887 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44888 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44889 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44890 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44891 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44892 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44893 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44894 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44895 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44896 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44897 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44898 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44899 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44900 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44901 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44902 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44903 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44904 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44905 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44906 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44907 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44908 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44909 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44910 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44911 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44912 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44913 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44914 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44915 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44916 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44917 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44918 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44919 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44920 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44921 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44922 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44923 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44924 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44925 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44926 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44927 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44928 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44929 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44930 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44931 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44932 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44933 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44934 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44935 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44936 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44937 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44938 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44939 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44940 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44941 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44942 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44943 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44944 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44945 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44946 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44947 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44948 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44949 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44950 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44951 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44952 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44953 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44954 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44955 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44956 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44957 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44958 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44959 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44960 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44961 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44962 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44963 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44964 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44965 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44966 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44967 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44968 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44969 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44970 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44971 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44972 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44973 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44974 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44975 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44976 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44977 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44978 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44979 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44980 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44981 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44982 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44983 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44984 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44985 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44986 * sysdeps/ieee754/k_standard.c: Likewise.
44987 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44988 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44989 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44990 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44991 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44992 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44993 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44994 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44995 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44996 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44997 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44998 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44999 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45000 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45001 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45002 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45003 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45004 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45005 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45006 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45007 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45008 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45009 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45010 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45011 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45012 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45013 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45014 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45015 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45016 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45017 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45018 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45019 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45020 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45021 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45022 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45023 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45024 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45025 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45026 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45027 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45028 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45029 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45030 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45031 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45032 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45033 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45034 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45035 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45036 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45037 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45038 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45039 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45040 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45041 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45042 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45043 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45044 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45045 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45046 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45047 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45048 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45049 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45050 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45051 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45052 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45053 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45054 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45055 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45056 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45057 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45058 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45059 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45060 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45061 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45062 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45063 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45064 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45065 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45066 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45067 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45068 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45069 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45070 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45071 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45072 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45073 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45074 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45075 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45076 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45077 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45078 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45079 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45080 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45081 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45082 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45083 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45084 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45085 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45086 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45087 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45088 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45089 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45090 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45091 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45092 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45093 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45094 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45095 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45096 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45097 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45098 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45099 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45100 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45101 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45102 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45103 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45104 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45105 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45106 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45107 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45108 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45109 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45110 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45111 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45112 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45113 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45114 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45115 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45116 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45117 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45118 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45119 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45120 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45121 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45122 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45123 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45124 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45125 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45126 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45127 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45128 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45129 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45130 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45131 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45132 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45133 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45134 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45135 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45136 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45137 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45138 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45139 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45140 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45141 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45142 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45143 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45144 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45145 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45146 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45147 * sysdeps/ieee754/s_lib_version.c: Likewise.
45148 * sysdeps/ieee754/s_matherr.c: Likewise.
45149 * sysdeps/ieee754/s_signgam.c: Likewise.
45150 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45151 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45152 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45153 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45154 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45155 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45156 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45157 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45158 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45159 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45160 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45161 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45162 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45163 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45164 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45165 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45166 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45167 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45168 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45169 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45170 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 45171
1991fa03
JM
451722012-03-09 Joseph Myers <joseph@codesourcery.com>
45173
45174 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45175 * sunrpc/rpc_main.c: Likewise.
45176 * sunrpc/rpc_svcout.c: Likewise.
45177
60d6f5a6
DM
451782012-03-09 David S. Miller <davem@davemloft.net>
45179
45180 * include/math_private.h: New file.
45181
4962050e
JM
451822012-03-09 Joseph Myers <joseph@codesourcery.com>
45183
02a6f887
JM
45184 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45185 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45186 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45187 from <bits/socket_type.h>.
45188 (enum __socket_type): Don't define here.
45189 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45190 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45191 bits/socket_type.h.
45192
c6e013c1
JM
45193 [BZ #13566]
45194 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45195 checking __USE_GNU.
45196
4962050e
JM
45197 * Makerules ($(inst_includedir)/%.h): New rule.
45198 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45199 (install-others): Remove variable setting.
45200 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45201
38842f45
RH
452022012-03-08 Richard Henderson <rth@twiddle.net>
45203
67bb6da6
RH
45204 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45205 from macro to inline function; merge with the
45206 !__LIBC_INTERNAL_MATH_INLINES version.
45207 (__ieee754_sqrtf): Likewise.
45208
15194b4b
RH
45209 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45210 to inline function.
45211 (__rintf, __floor, __floorf): Likewise.
45212
64e21ede
RH
45213 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45214 macro to inline function.
45215 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45216
38842f45
RH
45217 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45218 not <math/math_private.h>.
45219
c64bf5fe
DM
452202012-03-08 David S. Miller <davem@davemloft.net>
45221
45222 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45223 copyright year.
45224 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45225
82d86f28
TS
452262012-03-08 Thomas Schwinge <thomas@codesourcery.com>
45227
45228 * resolv/gai_misc.c (handle_requests): Fix struct timespec
45229 normalization.
45230 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45231 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45232
aea5d727
UD
452332012-03-08 Ulrich Drepper <drepper@gmail.com>
45234
45235 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
45236 be defined individually, they must be defined as a block. Define
45237 S for printing a string instead of hidint the different by using a
45238 macro for adding the 'l'.
45239 * stdio-common/tst-fphex-wide.c: Adjust.
45240
70bca0a3
MP
452412012-03-07 Marek Polacek <polacek@redhat.com>
45242
45243 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45244
65b81130
MP
452452012-03-08 Marek Polacek <polacek@redhat.com>
45246
45247 [BZ #13806]
45248 * stdio-common/Makefile (tests): Add tst-fphex-wide.
45249 * stdio-common/tst-fphex.c: Define a few macros to make the
45250 test reusable. Use them.
45251 * stdio-common/tst-fphex-wide.c: New file.
45252
07037eeb
JM
452532012-03-08 Joseph Myers <joseph@codesourcery.com>
45254
a7a93d50
JM
45255 [BZ #6911]
45256 * manual/macros.texi (gnusystems): New macro.
45257 (nongnusystems): Likewise.
45258 (gnulinuxhurdsystems): Likewise.
45259 (gnuhurdsystems): Likewise..
45260 (gnulinuxsystems): Likewise.
45261 * manual/charset.texi: Use new macros or @theglibc{} to refer to
45262 variants of the GNU system, not "GNU system".
45263 * manual/conf.texi: Likewise.
45264 * manual/errno.texi: Likewise. Update example of errno macro
45265 expansion.
45266 * manual/filesys.texi: Likewise.
45267 (getumask): Document as specific to GNU/Hurd.
45268 * manual/install.texi: Likewise. Reword some references to
45269 GNU/Linux.
45270 * manual/intro.texi: Likewise.
45271 * manual/io.texi: Likewise.
45272 (File Name Portability): Detail which constraints are inapplicable
45273 to all GNU systems and which are only inapplicable to GNU/Hurd.
45274 * manual/job.texi: Likewise.
45275 * manual/llio.texi: Likewise.
45276 (O_NOCTTY): Document as present on GNU/Linux.
45277 * manual/maint.texi: Likewise.
45278 * manual/memory.texi: Likewise.
45279 * manual/pattern.texi: Likewise.
45280 * manual/pipe.texi: Likewise.
45281 * manual/process.texi: Likewise.
45282 * manual/resource.texi: Likewise.
45283 (RUSAGE_CHILDREN): Remove statement about specifying a particular
45284 child on GNU/Hurd.
45285 * manual/setjmp.texi: Likewise.
45286 * manual/signal.texi: Likewise.
45287 * manual/startup.texi: Likewise.
45288 * manual/stdio.texi: Likewise.
45289 * manual/terminal.texi: Likewise.
45290 (ONLCR): Document as POSIX.
45291 (OXTABS): Document availability on GNU/Linux as XTABS.
45292 (ONOEOT): Document availability separately from other bits.
45293 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45294 * manual/time.texi: Likewise.
45295 * manual/users.texi: Likewise.
45296 * INSTALL: Regenerated.
45297 * sysdeps/gnu/errlist.c: Regenerated.
45298
07037eeb
JM
45299 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45300 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45301 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
45302 puts.
45303 * configure: Regenerated.
45304
d1d3431a
JM
453052012-03-07 Joseph Myers <joseph@codesourcery.com>
45306
af6a1e37
JM
45307 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45308 default includes instead of AC_HEADER_CHECK.
45309 * sysdeps/i386/configure: Regenerated.
45310
d1d3431a
JM
45311 [BZ #10716]
45312 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45313 * math/s_cacoshf.c (__cacoshf): Likewise.
45314 * math/s_cacoshl.c (__cacoshl): Likewise.
45315 * math/s_casinh.c (__casinh): Set signs of result from argument.
45316 * math/s_casinhf.c (__casinhf): Likewise.
45317 * math/s_casinhl.c (__casinhl): Likewise.
45318 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45319 (casinh_test): Add more tests.
45320 * sysdeps/i386/fpu/libm-test-ulps: Update.
45321 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45322
482ff4da
UD
453232012-03-07 Ulrich Drepper <drepper@gmail.com>
45324
872fda05
UD
45325 * po/zh_TW.po: Update from translation team.
45326
a4300c7a
UD
45327 * login/Makefile (distribute): Remove variable.
45328 * catgets/Makefile: Likewise.
45329 * mach/Makefile: Likewise.
45330 * malloc/Makefile: Likewise.
45331 * misc/Makefile: Likewise.
45332 * iconv/Makefile: Likewise.
45333 * nscd/Makefile: Likewise.
45334 * hurd/Makefile: Likewise.
45335 * manual/Makefile: Likewise.
45336 * locale/Makefile: Likewise.
45337 * intl/Makefile: Likewise.
45338 * conform/Makefile: Likewise.
45339 * nss/Makefile: Likewise.
45340 * time/Makefile: Likewise.
45341 * soft-fp/Makefile: Likewise.
45342 * dirent/Makefile: Likewise.
45343 * gmon/Makefile: Likewise.
45344 * po/Makefile: Likewise.
45345 * rt/Makefile: Likewise.
45346 * socket/Makefile: Likewise.
45347 * math/Makefile: Likewise.
45348 * signal/Makefile: Likewise.
45349 * debug/Makefile: Likewise.
45350 * elf/Makefile: Likewise.
45351 * timezone/Makefile: Likewise.
45352 * stdlib/Makefile: Likewise.
45353 * iconvdata/Makefile: Likewise.
45354 * sunrpc/Makefile: Likewise.
45355 * io/Makefile: Likewise.
45356 * argp/Makefile: Likewise.
45357 * inet/Makefile: Likewise.
45358 * hesiod/Makefile: Likewise.
45359 * grp/Makefile: Likewise.
45360 * csu/Makefile: Likewise.
45361 * wctype/Makefile: Likewise.
45362 * crypt/Makefile: Likewise.
45363 * libio/Makefile: Likewise.
45364 * string/Makefile: Likewise.
45365 * nis/Makefile: Likewise.
45366 * resolv/Makefile: Likewise.
45367 * stdio-common/Makefile: Likewise.
45368 * wcsmbs/Makefile: Likewise.
45369 * dlfcn/Makefile: Likewise.
45370 * posix/Makefile: Likewise.
45371
3b7c4e74 45372 [BZ #6959]
482ff4da
UD
45373 * timezone/Makefile: Don't install timezone files, just the programs
45374 and scripts.
45375
f72ed77d
UD
453762012-03-06 Ulrich Drepper <drepper@gmail.com>
45377
a000466f
UD
45378 * nss/databases.def: Add missing gshadow entry.
45379
f72ed77d
UD
45380 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
45381
a53b7a4e
MP
453822012-03-06 Marek Polacek <polacek@redhat.com>
45383
45384 [BZ #13726]
45385 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45386 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45387 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45388 * stdio-common/tst-long-dbl-fphex.c: New file.
45389
e9258400
DM
453902012-03-06 David S. Miller <davem@davemloft.net>
45391
45392 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45393 (set_obp_int): New function.
45394 (get_obp_int): New function.
45395 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
45396 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45397 Avoid unused variable warnings on 'val' and use builtin_expect.
45398 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45399 __builtin_expect.
e9258400
DM
45400 (INLINE_CLONE_SYSCALL): Likewise.
45401
3bd2c723
DM
454022012-03-05 David S. Miller <davem@davemloft.net>
45403
45404 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45405
bbb78d03
AS
454062012-03-05 Andreas Schwab <schwab@linux-m68k.org>
45407
884c5db4
AS
45408 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45409
bbb78d03
AS
45410 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45411 only for |x| >= 40.
45412 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45413
1c9f702a 454142012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
45415
45416 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45417 Replace gettimeofday with __vdso_gettimeofday.
45418
7be16f82
RM
45419 * sysdeps/unix/sysv/linux/x86_64/init-first.c
45420 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45421 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
45422
45423 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45424 time with __vdso_time.
45425
ed58a00f
JM
454262012-03-05 Joseph Myers <joseph@codesourcery.com>
45427
45428 * manual/lang.texi (size_t): Note types to which size_t may be
45429 equivalent with the GNU C Library, but do not describe when
45430 differences between them are significant.
45431
30ee4ced
AJ
454322012-03-05 Andreas Jaeger <aj@suse.de>
45433
45434 * sysdeps/i386/fpu/libm-test-ulps: Update.
45435
b7cd39e8
JM
454362012-03-05 Joseph Myers <joseph@codesourcery.com>
45437
45438 [BZ #3976]
45439 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45440 (__ieee754_pow): Save and restore rounding mode and use
45441 round-to-nearest for main computations.
45442 * math/libm-test.inc (pow_test_tonearest): New function.
45443 (pow_test_towardzero): Likewise.
45444 (pow_test_downward): Likewise.
45445 (pow_test_upward): Likewise.
45446 (main): Call the new functions.
45447 * sysdeps/i386/fpu/libm-test-ulps: Update.
45448 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
45449
45450 [BZ #3976]
45451 * math/libm-test.inc (cosh_test_tonearest): New function.
45452 (cosh_test_towardzero): Likewise.
45453 (cosh_test_downward): Likewise.
45454 (cosh_test_upward): Likewise.
45455 (sinh_test_tonearest): Likewise.
45456 (sinh_test_towardzero): Likewise.
45457 (sinh_test_downward): Likewise.
45458 (sinh_test_upward): Likewise.
45459 (main): Call the new functions.
45460 * sysdeps/i386/fpu/libm-test-ulps: Update.
45461 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45462
6c6a98c9
TV
454632012-03-05 Tom de Vries <tom@codesourcery.com>
45464
45465 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45466 default stack guard is set in last bytes.
45467 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45468
21bb2d2e 454692012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 45470
21bb2d2e 45471 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 45472
21bb2d2e
AJ
45473 [BZ #13656]
45474 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45475 possibly allocate from heap instead of stack.
45476 * stdio-common/bug-vfprintf-nargs.c: New file.
45477 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 45478
c6922934
AS
454792012-03-03 Andreas Schwab <schwab@linux-m68k.org>
45480
45481 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45482
bc957d53
MP
454832012-03-03 Marek Polacek <polacek@redhat.com>
45484
45485 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45486 * math/math_private.h: Likewise.
45487 * stdlib/tst-strtod.c: Likewise.
45488 * sysdeps/i386/i486/bits/atomic.h: Likewise.
45489 * sysdeps/x86_64/bits/atomic.h: Likewise.
45490
6358490d
DM
454912012-03-02 David S. Miller <davem@davemloft.net>
45492
45493 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45494 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45495 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45496 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45497 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45498 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45499 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45500 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45501
01ae168d
RM
455022012-03-02 Roland McGrath <roland@hack.frob.com>
45503
d9a17c07
RM
45504 [BZ #13792]
45505 * manual/examples/README: New file, says the example source files
45506 can be used under GPL>=2.
45507 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45508 line containing just "*/".
45509 * manual/examples/add.c: Add copyright header (GPL>=2).
45510 * manual/examples/argp-ex1.c: Likewise.
45511 * manual/examples/argp-ex2.c: Likewise.
45512 * manual/examples/argp-ex3.c: Likewise.
45513 * manual/examples/argp-ex4.c: Likewise.
45514 * manual/examples/atexit.c: Likewise.
45515 * manual/examples/db.c: Likewise.
45516 * manual/examples/dir.c: Likewise.
45517 * manual/examples/dir2.c: Likewise.
45518 * manual/examples/execinfo.c: Likewise.
45519 * manual/examples/filecli.c: Likewise.
45520 * manual/examples/filesrv.c: Likewise.
45521 * manual/examples/fmtmsgexpl.c: Likewise.
45522 * manual/examples/genpass.c: Likewise.
45523 * manual/examples/inetcli.c: Likewise.
45524 * manual/examples/inetsrv.c: Likewise.
45525 * manual/examples/isockad.c: Likewise.
45526 * manual/examples/longopt.c: Likewise.
45527 * manual/examples/memopen.c: Likewise.
45528 * manual/examples/memstrm.c: Likewise.
45529 * manual/examples/mkfsock.c: Likewise.
45530 * manual/examples/mkisock.c: Likewise.
45531 * manual/examples/mygetpass.c: Likewise.
45532 * manual/examples/pipe.c: Likewise.
45533 * manual/examples/popen.c: Likewise.
45534 * manual/examples/rprintf.c: Likewise.
45535 * manual/examples/search.c: Likewise.
45536 * manual/examples/select.c: Likewise.
45537 * manual/examples/setjmp.c: Likewise.
45538 * manual/examples/sigh1.c: Likewise.
45539 * manual/examples/sigusr.c: Likewise.
45540 * manual/examples/stpcpy.c: Likewise.
45541 * manual/examples/strdupa.c: Likewise.
45542 * manual/examples/strftim.c: Likewise.
45543 * manual/examples/strncat.c: Likewise.
45544 * manual/examples/subopt.c: Likewise.
45545 * manual/examples/swapcontext.c: Likewise.
45546 * manual/examples/termios.c: Likewise.
45547 * manual/examples/testopt.c: Likewise.
45548 * manual/examples/testpass.c: Likewise.
45549 * manual/examples/timeval_subtract.c: Likewise.
45550
01ae168d
RM
45551 [BZ #13792]
45552 * manual/time.texi (Elapsed Time): Move timeval_subtract example
45553 function to ...
45554 * manual/timeval_subtract.c.texi: ... here, new file.
45555
49efa33d
DM
455562012-03-02 David S. Miller <davem@davemloft.net>
45557
45558 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45559
28afd92d
JM
455602012-03-02 Joseph Myers <joseph@codesourcery.com>
45561
804360ed
JM
45562 [BZ #3976]
45563 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45564 (__sin): Save and restore rounding mode and use round-to-nearest
45565 for all computations.
45566 (__cos): Save and restore rounding mode and use round-to-nearest
45567 for all computations.
45568 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45569 <fenv.h>.
45570 (tan): Save and restore rounding mode and use round-to-nearest for
45571 all computations.
45572 * math/libm-test.inc (cos_test_tonearest): New function.
45573 (cos_test_towardzero): Likewise.
45574 (cos_test_downward): Likewise.
45575 (cos_test_upward): Likewise.
45576 (sin_test_tonearest): Likewise.
45577 (sin_test_towardzero): Likewise.
45578 (sin_test_downward): Likewise.
45579 (sin_test_upward): Likewise.
45580 (tan_test_tonearest): Likewise.
45581 (tan_test_towardzero): Likewise.
45582 (tan_test_downward): Likewise.
45583 (tan_test_upward): Likewise.
45584 (main): Call the new functions.
45585 * sysdeps/i386/fpu/libm-test-ulps: Update.
45586 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45587
a6d06d7b
JM
45588 [BZ #10135]
45589 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45590 small n, then large n, before computing and testing k+n.
45591 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45592 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45593 Likewise.
45594 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45595 Likewise.
45596 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45597 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45598 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45599 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45600 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45601 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45602 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45603 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45604 * math/libm-test.inc (scalbn_test): Add more tests.
45605 (scalbln_test): Likewise.
45606
07e12bb3
JM
45607 * manual/filesys.texi (mode_t): Describe constraints on size and
45608 signedness, not exact equivalence to a particular type.
45609 (ino_t): Likewise.
45610 (ino64_t): Likewise.
45611 (dev_t): Likewise.
45612 (nlink_t): Likewise.
45613 (blkcnt_t): Likewise.
45614 (blkcnt64_t): Likewise.
45615 * manual/llio.texi (off_t): Likewise.
45616
28afd92d
JM
45617 [BZ #3976]
45618 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45619 (__ieee754_exp): Save and restore rounding mode and use
45620 round-to-nearest for all computations.
45621 * math/libm-test.inc (exp_test_tonearest): New function.
45622 (exp_test_towardzero): Likewise.
45623 (exp_test_downward): Likewise.
45624 (exp_test_upward): Likewise.
45625 (main): Call the new functions.
45626 * sysdeps/i386/fpu/libm-test-ulps: Update.
45627 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45628
b1eeb65d
CD
456292012-03-01 Chris Demetriou <cgd@google.com>
45630
45631 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45632 have predictable order.
45633
53362a4b
DM
456342012-03-01 David S. Miller <davem@davemloft.net>
45635
3c969083
DM
45636 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45637
759707de
DM
45638 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45639 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45640 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45641 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45642
dfdb8ff2
DM
45643 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45644 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45645 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45646 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45647 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45648 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45649 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45650 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45651 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45652
ead89f96
DM
45653 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45654
7f66bd07
DM
45655 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45656 * sysdeps/sparc/fpu/libm-test-ulps: to here.
45657 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45658
53362a4b
DM
45659 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45660 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45661 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45662 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45663 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45664 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45665 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45666 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45667 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45668 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45669 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45670 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45671 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45672 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45673 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45674 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45675 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45676 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45677 * sysdeps/sparc/elf/configure: Regenerated.
45678
7b1902cb
JM
456792012-03-01 Joseph Myers <joseph@codesourcery.com>
45680
bec039bc
JM
45681 * configure.in (AS, LD): Require binutils 2.20 or later.
45682 * configure: Regenerated.
45683 * manual/install.texi (Tools for Compilation): Give binutils 2.20
45684 as required minimum version.
45685 * INSTALL: Regenerated.
45686
7b1902cb
JM
45687 [BZ #2541]
45688 [BZ #4108]
45689 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45690 before squaring exponent.
45691 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45692 bottom long double and 27 bits of top long double before squaring
45693 exponent.
45694 * math/libm-test.inc (erfc_test): Add more tests.
45695 * sysdeps/i386/fpu/libm-test-ulps: Update.
45696 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45697 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45698
f775c276
KT
456992012-03-01 Kai Tietz <ktietz@redhat.com>
45700
45701 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45702 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45703 containing bit-fields.
45704 * soft-fp/extended.h (_FP_UNION_E): Likewise.
45705 * soft-fp/single.h (_FP_UNION_S): Likewise.
45706 * soft-fp/double.h (_FP_UNION_D): Likewise.
45707
5b8a4d4a
JM
457082012-02-29 Joseph Myers <joseph@codesourcery.com>
45709
0bab47b6
JM
45710 [BZ #13786]
45711 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45712 not include ../strcmp.S.
45713 [USE_AS_STRNCASECMP_L]: Likewise.
45714 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45715 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45716 * sysdeps/i386/i686/multiarch/strncase_l-c.c
45717 (__strncasecmp_l_ia32): Define as alias to
45718 __strncasecmp_l_nonascii.
45719
0fcad3e2
JM
45720 [BZ #5794]
45721 * math/libm-test.inc (expm1_test): Add test for bug 5794.
45722 * sysdeps/i386/fpu/libm-test-ulps: Update.
45723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45724
5b8a4d4a
JM
45725 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45726 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45727
8fdceb2e
JL
457282012-02-29 Jeff Law <law@redhat.com>
45729
45730 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45731 out of bounds read.
45732
1f393a11
MP
457332012-02-29 Marek Polacek <polacek@redhat.com>
45734
45735 [BZ #13706]
45736 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45737 * elf/Makefile: Add rules to run tst-unused-dep.out.
45738
8847f037
DM
457392012-02-28 David S. Miller <davem@davemloft.net>
45740
45741 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45742 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45743 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45744 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45745 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45746 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45747
169d7f11
JM
457482012-02-29 Joseph Myers <joseph@codesourcery.com>
45749
45750 * math/libm-test.inc (llround_test): Move one test from
45751 lround_test. Use TEST_f_L in moved test.
45752 (lround_test): Move misplaced test to llround_test. Add testcase
45753 from bug 2561.
45754
39adf059
UD
457552012-02-28 Ulrich Drepper <drepper@gmail.com>
45756
45757 * sysdeps/x86_64/fpu/e_expf.S: New file.
45758 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45759
71b5d1c5
SB
457602012-02-28 Stanislav Brabec <sbrabec@suse.cz>
45761
45762 [BZ #13637]
45763 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45764 of remain_len that may cause incomplete multi-byte character and
45765 false match.
45766 * posix/bug-regex33.c: New file.
45767 * posix/Makefile (tests): Add bug-regex33.
45768
1f77f049
JM
457692012-02-28 Joseph Myers <joseph@codesourcery.com>
45770
45771 * manual/macros.texi: New file.
45772 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45773 * manual/libc.texinfo: Include macros.texi.
45774 * manual/creatute.texi: Likewise.
45775 * manual/install.texi: Likewise.
45776 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45777 @glibcadj{} in references to the GNU C Library.
45778 * manual/charset.texi: Likewise.
45779 * manual/conf.texi: Likewise.
45780 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
45781 when not using those macros.
45782 * manual/creature.texi: Likewise.
45783 * manual/crypt.texi: Likewise.
45784 * manual/errno.texi: Likewise.
45785 * manual/filesys.texi: Likewise.
45786 * manual/header.texi: Likewise.
45787 * manual/install.texi: Likewise.
45788 * manual/intro.texi: Likewise.
45789 * manual/io.texi: Likewise.
45790 * manual/job.texi: Likewise.
45791 * manual/lang.texi: Likewise.
45792 * manual/libc.texiinfo: Likewise.
45793 * manual/llio.texi: Likewise.
45794 * manual/locale.texi: Likewise.
45795 * manual/maint.texi: Likewise.
45796 * manual/math.texi: Likewise.
45797 * manual/memory.texi: Likewise.
45798 * manual/message.texi: Likewise.
45799 * manual/nss.texi: Likewise.
45800 * manual/pattern.texi: Likewise.
45801 * manual/process.texi: Likewise.
45802 * manual/resource.texi: Likewise.
45803 * manual/search.texi: Likewise.
45804 * manual/setjmp.texi: Likewise.
45805 * manual/signal.texi: Likewise.
45806 * manual/socket.texi: Likewise.
45807 * manual/startup.texi: Likewise.
45808 * manual/stdio.texi: Likewise.
45809 * manual/string.texi: Likewise.
45810 * manual/sysinfo.texi: Likewise.
45811 * manual/syslog.texi: Likewise.
45812 * manual/terminal.texi: Likewise.
45813 * manual/time.texi: Likewise.
45814 * manual/users.texi: Likewise.
45815 * INSTALL: Regenerated.
45816 * NOTES: Regenerated.
d40c5d54 45817 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 45818
450bf206
AS
458192012-02-28 Andreas Schwab <schwab@linux-m68k.org>
45820
45821 * include/dirent.h: Include <dirstream.h> before
45822 <dirent/dirent.h>.
45823
741a235b
DM
458242012-02-28 David S. Miller <davem@davemloft.net>
45825
45826 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45827 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45828 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45829 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45830
d6b5aa58
DM
458312012-02-27 David S. Miller <davem@davemloft.net>
45832
1aff59a3
DM
45833 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45834 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45835 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45836 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45837
d6b5aa58
DM
45838 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45839 frame pointer instead of stack pointer relative arg slot.
45840 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45841 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45842 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45843
433f48bf
CD
458442012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
45845
45846 [BZ #3992]
45847 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45848
d674b76d
DM
458492012-02-27 David S. Miller <davem@davemloft.net>
45850
45851 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45852 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45853 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45854 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45855 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45856 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45857 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45858 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45859
0e7727f7
JM
458602012-02-27 Joseph Myers <joseph@codesourcery.com>
45861
45862 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45863 later. Allow versions 5-9.
43be4ca2 45864 * configure: Regenerated.
0e7727f7
JM
45865 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45866 required minimum version and 4.6 as recommended version. Do not
45867 mention bugs in GCC 2.7 and 2.8.
43be4ca2 45868 * INSTALL: Regenerated.
0e7727f7 45869
a78bc654
DM
458702012-02-27 David S. Miller <davem@davemloft.net>
45871
428d5830
DM
45872 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45873 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45874 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45875 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45876 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45877 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45878 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45879 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45880
a78bc654
DM
45881 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45882 manipulate bits before adding and subtracting TWO112[sx].
45883 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45884
4579f81c
RM
458852012-02-27 Roland McGrath <roland@hack.frob.com>
45886
36c8acb4
RM
45887 [BZ #13775]
45888 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45889 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45890 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45891 being in POSIX, because they are in 1003.1-2008.
45892
84ad622b
RM
45893 * rt/tst-aio.c: Include <fcntl.h>.
45894 * rt/tst-aio7.c: Likewise.
45895 * rt/tst-aio64.c: Likewise.
45896
4579f81c
RM
45897 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45898
abd923db
JM
458992012-02-27 Joseph Myers <joseph@codesourcery.com>
45900
45901 * manual/install.texi (--with-headers): Describe headers as
45902 interface headers, not private headers.
45903 (Specific advice for GNU/Linux systems): Describe use of headers
45904 from "make headers_install", not private headers from older
45905 kernels.
43be4ca2 45906 * INSTALL: Regenerated.
abd923db
JM
45907 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45908 Change to 2.6.19.
45909 * sysdeps/unix/sysv/linux/configure: Regenerated.
45910
6664049b
JM
45911 * manual/llio.texi (fclean): Remove documentation.
45912
bb8b6697
JM
45913 * manual/Makefile (libc-texi-generated): New variable. Include
45914 version.texi.
45915 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45916 $(libc-texi-generated), not duplicated list of files.
45917 (version.texi, stamp-version): New rules.
45918 (realclean): Remove $(libc-texi-generated), not individual files
45919 from that list. Do not remove dir-add.texinfo.
45920 * manual/libc.texinfo: Comment out uses of edition numbers and
45921 references to printed manual. Remove last-updated dates.
45922 (EDITION): Comment out.
45923 (ISBN): Likewise.
45924 (VERSION, UPDATED): Remove.
45925 (version.texi): Include.
45926
12e5c3b9
AS
459272012-02-27 Andreas Schwab <schwab@linux-m68k.org>
45928
45929 * sysdeps/posix/spawni.c: Include <signal.h>.
45930 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45931 * sysdeps/pthread/aio_fsync.c: Likewise.
45932
4efeffc1 459332012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 45934
ba63ba08
UD
45935 * conform/Makefile (tests): Run only when not cross-compiling and
45936 when fast-check is not defined.
45937
d94a4670
UD
45938 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45939 * conform/data/limits.h-data: Fixes for POSIX2008.
45940 * conform/run-conformtest.sh: Run all tests.
45941 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45942 headers.
45943 * include/bits/dlfcn.h: Likewise.
45944 * include/langinfo.h: Likewise.
45945 * include/monetary.h: Likewise.
45946 * include/sys/poll.h: Likewise.
45947
45948 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45949 for __USE_GNU.
45950 * posix/spawn.h: Define __need_sigset_t.
45951 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45952 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45953 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
45954 to get sigevent_t only.
45955 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45956 only for __USE_GNU.
45957 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45958 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45959 process_vm_writev only for __USE_GNU.
45960 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
45961
45962 * conform/Makefile: For now ignore errors from run-conformtest.
45963 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
45964 POSIX to avoid namespace pollution. Don't prepend headers.
45965 * conform/data/aio.h-data: Fixes for POSIX testing.
45966 * conform/data/fcntl.h-data: Likewise.
45967 * conform/data/glob.h-data: Likewise.
45968 * conform/data/grp.h-data: Likewise.
45969 * conform/data/pthread.h-data: Likewise.
45970 * conform/data/pwd.h-data: Likewise.
45971 * conform/data/signal.h-data: Likewise.
45972 * conform/data/spawn.h-data: Likewise.
45973 * conform/data/stdio.h-data: Likewise.
45974 * conform/data/stdlib.h-data: Likewise.
45975 * conform/data/stropts.h-data: Likewise.
45976 * conform/data/sys/mman.h-data: Likewise.
45977 * conform/data/sys/stat.h-data: Likewise.
45978 * conform/data/sys/types.h-data: Likewise.
45979 * conform/data/sys/wait.h-data: Likewise.
45980 * conform/data/time.h-data: Likewise.
45981 * conform/data/unistd.h-data: Likewise.
45982 * conform/data/utime.h-data: Likewise.
45983
45984 * io/sys/stat.h: fchmod was always in POSIX.
45985 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45986 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45987 * rt/aio.h: Define __need_timespec before including <time.h>.
45988 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45989 struct. Add forward declaration of pthread_attr_t and use it in
45990 sigevent.
45991 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45992 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45993 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45994 always remove CLK_TCK definition.
45995
c20105c3
AS
459962012-02-26 Andreas Schwab <schwab@linux-m68k.org>
45997
45998 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45999
7a270350
UD
460002012-02-25 Ulrich Drepper <drepper@gmail.com>
46001
31341567
UD
46002 * conform/run-conformtest.sh: New file.
46003 * conform/Makefile: Run run-conformtest for tests.
46004 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
46005 support.
46006
46007 * conform/data/uchar.h-data: New file.
46008 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46009 * conform/data/arpa/inet.h-data: Likewise.
46010 * conform/data/assert.h-data: Likewise.
46011 * conform/data/complex.h-data: Likewise.
46012 * conform/data/cpio.h-data: Likewise.
46013 * conform/data/ctype.h-data: Likewise.
46014 * conform/data/dirent.h-data: Likewise.
46015 * conform/data/dlfcn.h-data: Likewise.
46016 * conform/data/errno.h-data: Likewise.
46017 * conform/data/fcntl.h-data: Likewise.
46018 * conform/data/float.h-data: Likewise.
46019 * conform/data/fmtmsg.h-data: Likewise.
46020 * conform/data/fnmatch.h-data: Likewise.
46021 * conform/data/ftw.h-data: Likewise.
46022 * conform/data/glob.h-data: Likewise.
46023 * conform/data/grp.h-data: Likewise.
46024 * conform/data/iconv.h-data: Likewise.
46025 * conform/data/inttypes.h-data: Likewise.
46026 * conform/data/langinfo.h-data: Likewise.
46027 * conform/data/libgen.h-data: Likewise.
46028 * conform/data/limits.h-data: Likewise.
46029 * conform/data/locale.h-data: Likewise.
46030 * conform/data/math.h-data: Likewise.
46031 * conform/data/monetary.h-data: Likewise.
46032 * conform/data/mqueue.h-data: Likewise.
46033 * conform/data/ndbm.h-data: Likewise.
46034 * conform/data/net/if.h-data: Likewise.
46035 * conform/data/netdb.h-data: Likewise.
46036 * conform/data/netinet/in.h-data: Likewise.
46037 * conform/data/nl_types.h-data: Likewise.
46038 * conform/data/poll.h-data: Likewise.
46039 * conform/data/pthread.h-data: Likewise.
46040 * conform/data/pwd.h-data: Likewise.
46041 * conform/data/regex.h-data: Likewise.
46042 * conform/data/sched.h-data: Likewise.
46043 * conform/data/search.h-data: Likewise.
46044 * conform/data/semaphore.h-data: Likewise.
46045 * conform/data/setjmp.h-data: Likewise.
46046 * conform/data/signal.h-data: Likewise.
46047 * conform/data/spawn.h-data: Likewise.
46048 * conform/data/stdarg.h-data: Likewise.
46049 * conform/data/stdio.h-data: Likewise.
46050 * conform/data/stdlib.h-data: Likewise.
46051 * conform/data/string.h-data: Likewise.
46052 * conform/data/strings.h-data: Likewise.
46053 * conform/data/stropts.h-data: Likewise.
46054 * conform/data/sys/ipc.h-data: Likewise.
46055 * conform/data/sys/mman.h-data: Likewise.
46056 * conform/data/sys/msg.h-data: Likewise.
46057 * conform/data/sys/resource.h-data: Likewise.
46058 * conform/data/sys/select.h-data: Likewise.
46059 * conform/data/sys/sem.h-data: Likewise.
46060 * conform/data/sys/shm.h-data: Likewise.
46061 * conform/data/sys/socket.h-data: Likewise.
46062 * conform/data/sys/stat.h-data: Likewise.
46063 * conform/data/sys/statvfs.h-data: Likewise.
46064 * conform/data/sys/time.h-data: Likewise.
46065 * conform/data/sys/timeb.h-data: Likewise.
46066 * conform/data/sys/times.h-data: Likewise.
46067 * conform/data/sys/types.h-data: Likewise.
46068 * conform/data/sys/uio.h-data: Likewise.
46069 * conform/data/sys/un.h-data: Likewise.
46070 * conform/data/sys/utsname.h-data: Likewise.
46071 * conform/data/sys/wait.h-data: Likewise.
46072 * conform/data/syslog.h-data: Likewise.
46073 * conform/data/tar.h-data: Likewise.
46074 * conform/data/termios.h-data: Likewise.
46075 * conform/data/utime.h-data: Likewise.
46076 * conform/data/utmpx.h-data: Likewise.
46077 * conform/data/varargs.h-data: Likewise.
46078 * conform/data/wchar.h-data: Likewise.
46079 * conform/data/wctype.h-data: Likewise.
46080 * conform/data/wordexp.h-data: Likewise.
46081
46082 * include/stropts.h: New file.
46083 * include/uchar.h: New file.
46084 * include/aio.h: Changes to allow conformtest.pl to use the headers.
46085 * include/assert.h: Likewise.
46086 * include/ctype.h: Likewise.
46087 * include/dirent.h: Likewise.
46088 * include/dlfcn.h: Likewise.
46089 * include/fcntl.h: Likewise.
46090 * include/fnmatch.h: Likewise.
46091 * include/glob.h: Likewise.
46092 * include/grp.h: Likewise.
46093 * include/libio.h: Likewise.
46094 * include/locale.h: Likewise.
46095 * include/math.h: Likewise.
46096 * include/net/if.h: Likewise.
46097 * include/netdb.h: Likewise.
46098 * include/netinet/in.h: Likewise.
46099 * include/pthread.h: Likewise.
46100 * include/pwd.h: Likewise.
46101 * include/regex.h: Likewise.
46102 * include/sched.h: Likewise.
46103 * include/search.h: Likewise.
46104 * include/setjmp.h: Likewise.
46105 * include/signal.h: Likewise.
46106 * include/stdio.h: Likewise.
46107 * include/stdlib.h: Likewise.
46108 * include/string.h: Likewise.
46109 * include/sys/cdefs.h: Likewise.
46110 * include/sys/mman.h: Likewise.
46111 * include/sys/msg.h: Likewise.
46112 * include/sys/resource.h: Likewise.
46113 * include/sys/select.h: Likewise.
46114 * include/sys/socket.h: Likewise.
46115 * include/sys/stat.h: Likewise.
46116 * include/sys/statvfs.h: Likewise.
46117 * include/sys/time.h: Likewise.
46118 * include/sys/times.h: Likewise.
46119 * include/sys/uio.h: Likewise.
46120 * include/sys/utsname.h: Likewise.
46121 * include/sys/wait.h: Likewise.
46122 * include/termios.h: Likewise.
46123 * include/time.h: Likewise.
46124 * include/ulimit.h: Likewise.
46125 * include/unistd.h: Likewise.
46126 * include/utime.h: Likewise.
46127 * include/wchar.h: Likewise.
46128 * include/wctype.h: Likewise.
46129 * include/wordexp.h: Likewise.
46130
46131 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46132
7a270350
UD
46133 * time/time.h: TIME_UTC must be a macro.
46134 Make timespec_get available for ISO C11 only as well.
46135
7724defc
UD
461362012-02-24 Ulrich Drepper <drepper@gmail.com>
46137
46138 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46139 Reported by Peng Haitao <penght@cn.fujitsu.com>.
46140
6b1d1d46
JM
461412012-02-24 Joseph Myers <joseph@codesourcery.com>
46142
46143 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 46144
0f8bbd69
JM
461452012-02-24 Joseph Myers <joseph@codesourcery.com>
46146
46147 * manual/texinfo.tex: Update to version 2012-01-19.16.
46148
66ab80bc
JM
461492012-02-24 Joseph Myers <joseph@codesourcery.com>
46150
46151 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46152
74981cc5
RM
461532012-02-24 Roland McGrath <roland@hack.frob.com>
46154
ee968201
RM
46155 [BZ #13738]
46156 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46157 * manual/fdl-1.3.texi: New file.
46158 * manual/fdl-1.1.texi: File removed.
46159
74981cc5
RM
46160 [BZ #13738]
46161 * manual/libc.texinfo (FDL_VERSION): New @set.
46162 Use it for mention of FDL in cover text.
46163 (Documentation License): Use it in @include file name.
46164
7bb764bc
JM
461652012-02-22 Joseph Myers <joseph@codesourcery.com>
46166 Roland McGrath <roland@hack.frob.com>
46167
46168 [BZ #5461]
57f41c40
AS
46169 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46170 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
46171 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46172 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
46173 name.
46174 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46175
6cbeae47
JM
461762012-02-22 Joseph Myers <joseph@codesourcery.com>
46177
46178 [BZ #2547]
46179 [BZ #11365]
46180 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46181 manipulate bits before adding and subtracting TWO23[sx].
46182 * math/libm-test.inc (nearbyint_test): Add more tests.
46183
fe45ce09
JM
461842012-02-22 Joseph Myers <joseph@codesourcery.com>
46185
46186 [BZ #2548]
46187 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46188 bits before adding and subtracting TWO23[sx].
46189 * math/libm-test.inc (rint_test): Add more tests.
46190 (rint_test_tonearest): Likewise.
46191 (rint_test_towardzero): Likewise.
46192 (rint_test_downward): Likewise.
46193 (rint_test_upward: Likewise.
46194
ff3b3d82
JM
461952012-02-22 Joseph Myers <joseph@codesourcery.com>
46196
46197 [BZ #10110]
46198 * include/stdc-predef.h: New file. Extracted from features.h.
46199 * include/features.h: Include stdc-predef.h.
46200 * Makefile (headers): Add stdc-predef.h.
46201 * CONFORMANCE (Compiler limitations): Update.
46202
ef0aab35
JM
462032012-02-22 Joseph Myers <joseph@codesourcery.com>
46204
46205 * manual/libc.texinfo (VERSION, UPDATED): Revert.
46206
58639409
DM
462072012-02-21 David S. Miller <davem@davemloft.net>
46208
46209 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46210 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46211
c0e70b25
DM
462122012-02-20 David S. Miller <davem@davemloft.net>
46213
46214 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46215 using a normal save/restore sequence, rather than allocating a
46216 dummy stack frame just to store a frame pointer and restore.
46217 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46218
fb06851d
JM
462192012-02-21 Joseph Myers <joseph@codesourcery.com>
46220
46221 * manual/install.texi: Fix stray word in line-wrapped comment.
46222
7a8b71c3
DM
462232012-02-20 David S. Miller <davem@davemloft.net>
46224
d510c123
DM
46225 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46226 both binutils and gcc support GOTDATA.
46227
0722d7c2
DM
46228 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46229 "rd %pc" in the PIC register setup sequences.
46230
3d2b3019
DM
46231 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46232 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46233 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46234 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46235 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46236 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46237 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46238 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46239 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46240 (SYSCALL_ERROR_HANDLER): Likewise.
46241 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46242 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46243 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46244 (SYSCALL_ERROR_HANDLER): Likewise.
46245
c80098a9
DM
46246 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46247 (HAVE_GCC_GOTDATA): New.
46248 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46249 relocation support in both binutils and gcc.
46250 * sysdeps/sparc/elf/configure: Regenerate.
46251
3a2545a0
DM
46252 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46253 * sysdeps/sparc/sparc32/elf/configure: Delete.
46254 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46255 * sysdeps/sparc/sparc64/elf/configure: Delete.
46256 * sysdeps/sparc/elf/configure.in: New file.
46257 * sysdeps/sparc/elf/configure: Generate.
46258
7a8b71c3
DM
46259 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46260 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46261 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46262 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46263 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46264
f1e86fca
JM
462652012-02-21 Joseph Myers <joseph@codesourcery.com>
46266
46267 * manual/install.texi: Do not mention specific glibc version
46268 numbers.
46269 * manual/libc.texinfo (VERSION, UPDATED): Update.
46270 (@copying): Use @copyright{} and range of years.
46271
0e7dfaef
JM
462722012-02-21 Joseph Myers <joseph@codesourcery.com>
46273
46274 [BZ #13695]
46275 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46276 [crti.S not in sysdirs] (generated): Do not append.
46277 [crti.S not in sysdirs] (omit-deps): Likewise.
46278 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46279 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46280 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46281 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46282 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46283 Likewise.
46284 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46285 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46286 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46287 * csu/defs.awk: Remove file.
46288 * sysdeps/generic/initfini.c: Likewise.
46289 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46290 variable.
46291 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46292 Likewise.
46293
599af3ca
JM
462942012-02-20 Joseph Myers <joseph@codesourcery.com>
46295
46296 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46297 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46298 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46299 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46300 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46301 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46302 <bits/epoll.h>.
46303 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46304 (__EPOLL_PACKED): Define to empty if not defined by
46305 <bits/epoll.h>.
46306 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46307 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46308 bits/epoll.h.
46309
0e499750
JM
463102012-02-20 Joseph Myers <joseph@codesourcery.com>
46311
46312 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46313 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46314 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46315 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46316 <bits/timerfd.h>.
46317 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46318 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46319 bits/timerfd.h.
46320
5ad91f6e
JM
463212012-02-20 Joseph Myers <joseph@codesourcery.com>
46322
46323 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46324 in C locale.
46325 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46326 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46327 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46328 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46329
06b99b02
AJ
463302012-02-20 Aurelien Jarno <aurelien@aurel32.net>
46331
46332 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46333 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46334
7638c0fd
AS
463352012-02-19 Andreas Schwab <schwab@linux-m68k.org>
46336
46337 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46338 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46339 defined.
46340 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46341 Likewise.
46342 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46343 entry for 2.16.
46344
92221550
AJ
463452012-02-19 Aurelien Jarno <aurelien@aurel32.net>
46346
46347 * math/w_acos.c: Use non-signaling floating-point comparisons.
46348 * math/w_acosf.c: Likewise.
46349 * math/w_acosh.c: Likewise.
46350 * math/w_acoshf.c: Likewise.
46351 * math/w_acoshl.c: Likewise.
46352 * math/w_acosl.c: Likewise.
46353 * math/w_asin.c: Likewise.
46354 * math/w_asinf.c: Likewise.
46355 * math/w_asinl.c: Likewise.
46356 * math/w_atanh.c: Likewise.
46357 * math/w_atanhf.c: Likewise.
46358 * math/w_atanhl.c: Likewise.
46359 * math/w_exp2.c: Likewise.
46360 * math/w_exp2f.c: Likewise.
46361 * math/w_exp2l.c: Likewise.
46362 * math/w_j0.c: Likewise.
46363 * math/w_j0f.c: Likewise.
46364 * math/w_j0l.c: Likewise.
46365 * math/w_j1.c: Likewise.
46366 * math/w_j1f.c: Likewise.
46367 * math/w_j1l.c: Likewise.
46368 * math/w_jn.c: Likewise.
46369 * math/w_jnf.c: Likewise.
46370 * math/w_log.c: Likewise.
46371 * math/w_log10.c: Likewise.
46372 * math/w_log10f.c: Likewise.
46373 * math/w_log10l.c: Likewise.
46374 * math/w_log2.c: Likewise.
46375 * math/w_log2f.c: Likewise.
46376 * math/w_log2l.c: Likewise.
46377 * math/w_logf.c: Likewise.
46378 * math/w_logl.c: Likewise.
46379 * math/w_sqrt.c: Likewise.
46380 * math/w_sqrtf.c: Likewise.
46381 * math/w_sqrtl.c: Likewise.
46382 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46383 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46384 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46385 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46386 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46387
ebaf36eb
JM
463882012-02-19 Joseph Myers <joseph@codesourcery.com>
46389
46390 [BZ #9739]
46391 * manual/string.texi (strnlen): Use correct parameter name in
46392 equivalent expression.
46393
71c254a6
JM
463942012-02-19 Joseph Myers <joseph@codesourcery.com>
46395
46396 [BZ #11174]
46397 * manual/users.texi (seteuid): Consistently use neweuid for
46398 argument name.
46399
16d2c631
JM
464002012-02-19 Joseph Myers <joseph@codesourcery.com>
46401
46402 [BZ #13704]
46403 * manual/nss.texi (Services in the NSS configuration): Correct
46404 list of services in example configuration file.
46405
cd837b09
NB
464062012-02-19 Nick Bowler <nbowler@draconx.ca>
46407
46408 [BZ #11322]
46409 * manual/arith.texi: Remove statements about negative zero
46410 behaving identically to zero.
46411
02c4bbad
JM
464122012-02-18 Joseph Myers <joseph@codesourcery.com>
46413
46414 [BZ #5993]
46415 * manual/install.texi: Do not document upgrading from libc5.
46416
366842e7
JM
464172012-02-18 Joseph Myers <joseph@codesourcery.com>
46418
46419 [BZ #4596]
46420 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46421
dd54084d
DM
464222012-02-18 David S. Miller <davem@davemloft.net>
46423
46424 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46425 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46426 %o7 across the call.
46427 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46428 instead.
46429 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46430 SETUP_PIC_REG_LEAF.
46431 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46432 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46433 * sysdeps/sparc/crtn.S: Likewise.
46434
2bcc53a3
UD
464352012-02-17 Ulrich Drepper <drepper@gmail.com>
46436
46437 * aout/Makefile: Remove.
46438
09c093b5
RK
464392012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
46440
46441 [BZ #13058]
46442 * manual/examples/argp-ex1.c (main): Format definition in GNU
46443 style.
46444 * manual/examples/argp-ex2.c (main): Likewise.
46445 * manual/examples/argp-ex3.c (main): Likewise.
46446 * manual/examples/argp-ex4.c (main): Likewise.
46447 * manual/examples/longopt.c (main): Use new-style prototype
46448 definition.
46449 * manual/examples/strncat.c (main): Specify return type and use
46450 (void) for arguments.
46451 * manual/examples/subopt.c (main): Use char **argv argument.
46452
2ee633a2
JM
464532012-02-17 Joseph Myers <joseph@codesourcery.com>
46454
46455 [BZ #5077]
46456 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46457 rounding modes.
46458
0520adde
FB
464592012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
46460
46461 [BZ #6907]
46462 * manual/string.texi (strchr): Change when strchrnul is
46463 recommended.
46464
3f4081cd
DGM
464652012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
46466
46467 [BZ #174]
46468 * manual/locale.texi (setlocale): Document LOCPATH.
46469
d1b10e78
JM
464702012-02-17 Joseph Myers <joseph@codesourcery.com>
46471
46472 [BZ #10210]
46473 * manual/process.texi (execle): Move @dots{} before last argument.
46474
79c6869c
PB
464752012-02-17 Paul Bolle <pebolle@tiscali.nl>
46476
46477 [BZ #12047]
46478 * manual/charset.texi (Generic Charset Conversion): Fix typo
46479 (LC_TYPE -> LC_CTYPE).
46480
cc6e48bc
NB
464812012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
46482
46483 [BZ #5805]
46484 * manual/arith.texi (scalbn): Use @var{} on parameter names.
46485 (scalbnf): Likewise.
46486 (scalbnl): Likewise.
46487 (scalbln): Likewise.
46488 (scalblnf): Likewise.
46489 (scalblnl): Likewise.
46490 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46491 (vwarnx): Likewise.
46492 (verr): Likewise.
46493 (verrx): Likewise.
46494 * manual/filesys.texi (telldir): Use braces around return type.
46495 * manual/llio.texi (mmap): Add space after comma.
46496 (mmap64): Likewise.
46497 * manual/math.texi (jn): Use @var{} on parameter names.
46498 (jnf): Likewise.
46499 (jnl): Likewise.
46500 (yn): Likewise.
46501 (ynf): Likewise.
46502 (ynl): Likewise.
46503 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46504 line.
46505 * manual/resource.texi (ulimit): Use @dots{} instead of literal
46506 "...".
46507 (sched_get_priority_min): Remove semicolon on @deftypefun line.
46508 (sched_get_priority_max): Likewise.
46509 * manual/signal.texi (sigvec): Add space after comma.
46510 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46511 names.
46512 (if_indextoname): Likewise.
46513 (if_freenameindex): Likewise.
46514 (sendto): Use ',' instead of '.' in prototype.
46515 * manual/startup.texi (syscall): Use @dots{} instead of literal
46516 "...".
46517 * manual/stdio.texi (__fpending): Separate initial words of
46518 paragraph from @deftypefun line.
46519 * manual/syslog.texi (syslog): Use @dots{} instead of literal
46520 "...".
46521 (vsyslog): Use @var{} on parameter names.
46522 * manual/terminal.texi (stty): Use @var{} on parameter names.
46523 * manual/users.texi (getutmp): Use @var{} on parameter names.
46524 (getutmpx): Likewise.
46525
5b23062f
JM
465262012-02-17 Joseph Myers <joseph@codesourcery.com>
46527
46528 [BZ #6884]
46529 * manual/stdio.texi (fopen): Fix typos in description of
46530 ",ccs=STRING".
46531
8dee4833
AJ
465322012-02-17 Aurelien Jarno <aurelien@aurel32.net>
46533
46534 [BZ #4026]
46535 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46536 get clock_id definition.
46537
9078ce93
TS
465382012-02-17 Thomas Schwinge <thomas@schwinge.name>
46539
46540 [BZ #4822]
46541 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46542 (madvise): Cast every argument to void on its own.
46543
3835c55f
JM
465442012-02-17 Joseph Myers <joseph@codesourcery.com>
46545
46546 [BZ #9902]
46547 * manual/startup.texi (Exit Status): Fix typo.
46548
35c47e37
JM
465492012-02-17 Joseph Myers <joseph@codesourcery.com>
46550
46551 [BZ #10140]
46552 * manual/examples/argp-ex1.c: Include <stdlib.h>.
46553 * manual/examples/argp-ex2.c: Likewise.
46554 * manual/examples/argp-ex3.c: Likewise.
46555
e3b69ca7
RH
465562012-02-16 Richard Henderson <rth@redhat.com>
46557
46558 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46559 * sysdeps/s390/s390-32/initfini.c: Remove.
46560 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46561 * sysdeps/s390/s390-64/initfini.c: Remove.
46562
df83af67
KK
465632012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
46564
46565 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46566 compiler output for sysdeps/generic/initfini.c.
46567 * sysdeps/sh/elf/initfini.c: Remove file.
46568
f63f3380
DM
465692012-02-16 David S. Miller <davem@davemloft.net>
46570
fb59b3a4
DM
46571 [BZ #11494]
46572 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46573
f63f3380
DM
46574 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46575 * sysdeps/sparc/crti.S: New file.
46576 * sysdeps/sparc/crtn.S: New file.
46577 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46578 * sysdeps/sparc/sparc64/Makefile: Likewise.
46579
df6a4a4a
MF
465802012-02-15 Mike Frysinger <vapier@gentoo.org>
46581
6dd8f3dc 46582 [BZ #3335]
df6a4a4a
MF
46583 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46584
1cac7236
RM
465852012-02-15 Roland McGrath <roland@hack.frob.com>
46586
d2c736f8
RM
46587 [BZ #4822]
46588 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46589
1cac7236
RM
46590 * mach/devstream.c (cookie_io_functions_t): Macro removed.
46591 (write, read, close): Likewise.
46592 Patch by Aurelien Jarno <aurelien@aurel32.net>.
46593
8e475601
JM
465942012-02-15 Joseph Myers <joseph@codesourcery.com>
46595
46596 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46597 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46598 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46599 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46600 <bits/signalfd.h>.
46601 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46602 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46603 bits/signalfd.h.
46604
ed656b40
MP
466052012-02-14 Marek Polacek <polacek@redhat.com>
46606
46607 * sysdeps/x86_64/crti.S: New file.
46608 * sysdeps/x86_64/crtn.S: New file.
46609 * sysdeps/x86_64/elf/initfini.c: Remove file.
46610
2a979d3a
JM
466112012-02-13 Joseph Myers <joseph@codesourcery.com>
46612
46613 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46614 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46615 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46616 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46617 <bits/inotify.h>.
46618 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46619 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46620 bits/inotify.h.
46621
2a418ac3
JM
466222012-02-13 Joseph Myers <joseph@codesourcery.com>
46623
46624 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46625 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46626 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46627 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46628 <bits/eventfd.h>.
46629 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46630 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46631 bits/eventfd.h.
46632
fb779be7
TS
466332012-02-10 Thomas Schwinge <thomas@codesourcery.com>
46634
e19e83c5
RM
46635 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46636 __feraiseexcept instead of feraiseexcept.
7c35ffed 46637
fb779be7
TS
46638 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46639 nanosleep invocations.
46640 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46641 strings, and add error checking for a nanosleep invocations.
46642
59ba27a6
PE
466432012-02-09 Paul Eggert <eggert@cs.ucla.edu>
46644
46645 Replace FSF snail mail address with URLs, as per GNU coding standards.
46646 Most of the snail mail addresses were wrong anyway, and omitting
46647 them makes the source code easier to maintain. Almost all of the
46648 changes are to license notices and to locale LC_IDENTIFICATION
46649 addresses, except for this one:
46650 * manual/libc.texinfo: In "Published by", give the FSF's URL,
46651 not its snail mail address.
46652
57b957eb
RH
466532012-02-09 Richard Henderson <rth@twiddle.net>
46654
af850b1c
RH
46655 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46656 of kernel-features.h.
46657
57b957eb
RH
46658 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46659
6b73181a
MP
466602012-02-08 Marek Polacek <polacek@redhat.com>
46661
46662 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46663 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46664 * sysdeps/gnu/_G_config.h: Likewise.
46665 * sysdeps/generic/_G_config.h: Likewise.
46666
26ecc33a
AS
466672012-02-08 Andreas Schwab <schwab@linux-m68k.org>
46668
6c6dbc63
AS
46669 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46670 tests.
46671 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46672
e216c012
AS
46673 * sysdeps/powerpc/powerpc32/crti.S: New file.
46674 * sysdeps/powerpc/powerpc32/crtn.S: New file.
46675 * sysdeps/powerpc/powerpc64/crti.S: New file.
46676 * sysdeps/powerpc/powerpc64/crtn.S: New file.
46677
26ecc33a
AS
46678 * Makeconfig (have-initfini): Don't set.
46679 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46680 * configure.in (nopic_initfini): Don't substitute.
46681 * config.h.in (HAVE_INITFINI): Don't #undef.
46682 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46683 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46684
3add8e13
JM
466852012-02-08 Joseph Myers <joseph@codesourcery.com>
46686
46687 Support crti.S and crtn.S provided directly by architectures.
46688 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46689 [crti.S in sysdirs] (omit-deps): Likewise.
46690 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46691 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46692 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46693 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46694 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46695 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46696 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46697 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46698 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46699 compiler output for sysdeps/generic/initfini.c.
46700 * sysdeps/i386/elf/Makefile: Remove file.
46701 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46702
a22f12b4
MP
467032012-02-07 Marek Polacek <polacek@redhat.com>
46704
46705 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46706 * sysdeps/gnu/_G_config.h: Likewise.
46707 * sysdeps/mach/hurd/_G_config.h: Likewise.
46708
148cf100
MP
467092012-02-07 Marek Polacek <polacek@redhat.com>
46710
46711 * math/Makefile (tests): Add tst-CMPLX2.
46712 * math/tst-CMPLX2.c: New file.
46713
cfdc0dd7
AS
467142012-02-07 Andreas Schwab <schwab@linux-m68k.org>
46715
84ba42c4
AS
46716 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46717
cfdc0dd7
AS
46718 * math/libm-test.inc (jn_test): Add missing L suffix.
46719
622c86f4
MP
467202012-02-06 Marek Polacek <polacek@redhat.com>
46721
46722 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46723 * sysdeps/i386/fpu/e_powf.S: Likewise.
46724 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46725 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46726 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46727 * sysdeps/i386/fpu/e_pow.S: Likewise.
46728 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46729 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46730 * sysdeps/i386/fpu/s_expm1.S: Likewise.
46731 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46732 * sysdeps/i386/fpu/e_log2.S: Likewise.
46733 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46734 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46735 * sysdeps/i386/fpu/e_powl.S: Likewise.
46736 * sysdeps/i386/fpu/s_log1p.S: Likewise.
46737 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46738 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46739 * sysdeps/i386/fpu/e_logl.S: Likewise.
46740 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46741 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46742 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46743 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46744 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46745 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46746 * sysdeps/i386/fpu/e_log.S: Likewise.
46747 * sysdeps/i386/fpu/s_cexp.S: Likewise.
46748 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46749 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46750 * sysdeps/i386/fpu/e_logf.S: Likewise.
46751 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46752 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46753 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46754 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46755 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46756 * sysdeps/i386/fpu/e_log10.S: Likewise.
46757 * sysdeps/i386/fpu/s_frexp.S: Likewise.
46758 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46759 * sysdeps/i386/fpu/s_asinh.S: Likewise.
46760 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46761 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46762 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46763 * sysdeps/i386/asm-syntax.h: Likewise.
46764 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46765 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46766 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46767 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46768 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46769 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46770 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46771 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46772 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46773 * sysdeps/powerpc/sysdep.h: Likewise.
46774 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46775 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46776
d4a54ac6
JM
467772012-02-06 Joseph Myers <joseph@codesourcery.com>
46778
46779 [BZ #411]
46780 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46781
314054ea
JM
467822012-02-06 Joseph Myers <joseph@codesourcery.com>
46783
46784 * sysdeps/i386/sysdep.h: Include <features.h>.
46785 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46786 version.
46787
d8e0ca50
JM
467882012-02-05 Joseph Myers <joseph@codesourcery.com>
46789
46790 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46791 Define.
46792 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46793 LOAD_PIC_REG_STR.
46794
b1da7dd9
JM
467952012-02-03 Joseph Myers <joseph@codesourcery.com>
46796
46797 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46798 (SETUP_PIC_REG): Use GET_PC_THUNK.
46799 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46800 macro.
46801
9a1d9254
JM
468022012-02-03 Joseph Myers <joseph@codesourcery.com>
46803
46804 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46805 for non-PIC compilation.
46806 (SETUP_PIC_REG): Add .p2align directive.
46807 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46808 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46809 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46810 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46811 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46812 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46813 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46814 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46815 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46816 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46817 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46818 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46819 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46820 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46821 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46822 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46823 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46824 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46825 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46826 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46827 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46828 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46829 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46830 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46831 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46832 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46833 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46834 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46835 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46836 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46837 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46838 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46839 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46840 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46841 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46842 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46843 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46844 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46845 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46846 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46847 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46848
65dc3b75
JM
468492012-02-03 Joseph Myers <joseph@codesourcery.com>
46850
46851 * math/tst-CMPLX.c: Include <stdio.h>.
46852
d55bf177
JM
468532012-01-31 Joseph Myers <joseph@codesourcery.com>
46854
46855 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46856 float.
46857 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46858 * sysdeps/sparc/bits/mathdef.h: Likewise.
46859
69db4f8f
MP
468602012-01-31 Marek Polacek <polacek@redhat.com>
46861
46862 * libio/libio.h: Don't define _PARAMS.
46863 * locale/programs/config.h: Don't define PARAMS.
46864 * stdlib/strtol_l.c: Likewise.
46865 (__strtol_l): Remove PARAMS from the prototype.
46866
41b81892
UD
468672012-01-31 Ulrich Drepper <drepper@gmail.com>
46868
3b49edc0
UD
46869 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
46870 names. Just use the correct names. Remove unnecessary wrapper
46871 functions.
46872 * malloc/arena.c: Likewise.
46873 * malloc/hooks.c: Likewise.
46874
41b81892
UD
46875 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46876 ARENA_TEST says not to. Simplify test for creation of a new arena.
46877 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46878
27a25b6e
UD
468792012-01-30 Ulrich Drepper <drepper@gmail.com>
46880
46881 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46882 into tail calls.
46883 (update_get_addr): New function.
46884 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46885 GET_ADDR_MODULE parameter.
46886
c8a89e7d
JM
468872012-01-30 Joseph Myers <joseph@codesourcery.com>
46888
46889 * crypt/cert.c: Remove __STDC__ conditionals.
46890 * crypt/crypt-entry.c: Likewise.
46891 * crypt/crypt_util.c: Likewise.
46892 * libio/filedoalloc.c: Likewise.
46893 * libio/fileops.c: Likewise.
46894 * libio/genops.c: Likewise.
46895 * libio/iofclose.c: Likewise.
46896 * libio/iofdopen.c: Likewise.
46897 * libio/iofopen.c: Likewise.
46898 * libio/iofopen64.c: Likewise.
46899 * libio/iogetdelim.c: Likewise.
46900 * libio/iopopen.c: Likewise.
46901 * libio/obprintf.c: Likewise.
46902 * libio/oldfileops.c: Likewise.
46903 * libio/oldiofclose.c: Likewise.
46904 * libio/oldiofdopen.c: Likewise.
46905 * libio/oldiofopen.c: Likewise.
46906 * libio/oldiopopen.c: Likewise.
46907 * libio/wfiledoalloc.c: Likewise.
46908 * libio/wgenops.c: Likewise.
46909 * locale/programs/xmalloc.c: Likewise.
46910 * misc/syslog.c: Likewise.
46911 * stdio-common/xbug.c: Likewise.
46912 * string/memchr.c: Likewise.
46913 * string/memcmp.c: Likewise.
46914 * string/memrchr.c: Likewise.
46915 * string/rawmemchr.c: Likewise.
46916 * sysdeps/posix/getcwd.c: Likewise.
46917 * time/strftime_l.c: Likewise.
46918
3b100462
JM
469192012-01-30 Joseph Myers <joseph@codesourcery.com>
46920
46921 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
46922 * config.make.in (config-cflags-sse2avx): Define.
46923 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46924 Fix typo.
46925
607998af
CM
469262012-01-29 Chris Metcalf <cmetcalf@tilera.com>
46927
46928 * scripts/config.guess: Update from upstream config git repository.
46929 * scripts/config.sub: Likewise.
46930
3601428f
CM
469312012-01-28 Chris Metcalf <cmetcalf@tilera.com>
46932
3ac8b282
CM
46933 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46934 (EM_NUM): Update.
46935 (R_TILEPRO_*, R_TILEGX_*): New macros.
46936
e034841e
CM
46937 * scripts/firstversions.awk: Fix bug in version range handling.
46938
540d7568
CM
46939 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46940
3601428f
CM
46941 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46942
463de862
CM
46943 * include/sys/epoll.h: New file.
46944 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46945 libc_hidden_def.
46946
73139a76
UD
469472012-01-28 Ulrich Drepper <drepper@gmail.com>
46948
96bc5b45
UD
46949 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46950 Avoid unnecessary __WORDSIZE == 64 test.
46951 (fmaxf): Use VEX format if possible.
46952 (fmax): Likewise.
46953 (fminf): Likewise.
46954 (fmin): Likewise.
46955
56f6f6a2
UD
46956 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46957 * math/math_private.h: Remove libc_fegetround* and
46958 libc_fesetround*.
46959 * sysdeps/i386/configure.in: Check for -msse2avx.
46960 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46961 also if SSE2AVX is defined.
46962 Remove libc_fegetround* and libc_fesetround*.
46963 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46964 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
46965 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46966 of HAS_YMM_USABLE.
46967 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46968 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46969 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46970 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46971 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46972
73139a76
UD
46973 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46974
d73f93a4
AZ
469752012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46976
46977 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46978 size is not set.
46979 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46980
6ee65ed6
UD
469812012-01-27 Ulrich Drepper <drepper@gmail.com>
46982
46983 [BZ #13618]
46984 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46985 relocation.
46986 * Makeconfig (libm): Define.
46987 * elf/Makefile: Add rules to build and run tst-relsort1.
46988 * elf/tst-relsort1.c: New file.
46989 * elf/tst-relsort1mod1.c: New file.
46990 * elf/tst-relsort1mod2.c: New file.
46991
8db21882
JM
469922012-01-27 Joseph Myers <joseph@codesourcery.com>
46993
46994 * math/s_ldexp.c: Remove __STDC__ conditionals.
46995 * math/s_ldexpf.c: Likewise.
46996 * math/s_ldexpl.c: Likewise.
46997 * math/s_nextafter.c: Likewise.
46998 * math/s_nexttowardf.c: Likewise.
46999 * math/s_significand.c: Likewise.
47000 * math/s_significandf.c: Likewise.
47001 * math/s_significandl.c: Likewise.
47002 * math/w_jnl.c: Likewise.
47003 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47004 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47005 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47006 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47007 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47008 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47009 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47010 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47011 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47012 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47013 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47014 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47015 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47016 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47017 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47018 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47019 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47020 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47021 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47022 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47023 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47024 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47025 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47026 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47027 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47028 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47029 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47030 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47031 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47032 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47033 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47034 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47035 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47036 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47037 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47038 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47039 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47040 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47041 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47042 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47043 * sysdeps/ieee754/k_standard.c: Likewise.
47044 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47045 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47046 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47047 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47048 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47049 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47050 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47051 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47052 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47053 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47054 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47055 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47056 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47057 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47058 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47059 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47060 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47061 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47062 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47063 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47064 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47065 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47066 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47067 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47068 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47069 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47070 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47071 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47072 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47073 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47074 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47075 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47076 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47077 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47078 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47079 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47080 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47081 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47082 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47083 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47084 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47085 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47086 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47087 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47088 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47089 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47090 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47091 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47092 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47093 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47094 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47095 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47096 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47097 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47098 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47099 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47100 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47101 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47102 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47103 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47104 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47105 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47106 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47107 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47108 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47109 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47110 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47111 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47112 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47113 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47114 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47115 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47116 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47117 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47118 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47119 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47120 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47121 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47122 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47123 * sysdeps/ieee754/s_matherr.c: Likewise.
47124 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47125 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47126 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47127 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47128
965a54a4
JM
471292012-01-26 Joseph Myers <joseph@codesourcery.com>
47130
47131 * crypt/md5.h: Remove __STDC__ conditionals.
47132 * libio/libioP.h: Likewise.
47133 * locale/programs/config.h: Likewise.
47134 * sysdeps/generic/sysdep.h: Likewise.
47135 * sysdeps/i386/asm-syntax.h: Likewise.
47136 * sysdeps/s390/asm-syntax.h: Likewise.
47137 * sysdeps/unix/sysdep.h: Likewise.
47138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47140
7071ad79
JM
471412012-01-26 Joseph Myers <joseph@codesourcery.com>
47142
47143 * libio/libio.h: Remove __STDC__ conditionals.
47144 * malloc/obstack.h: Likewise.
47145 * math/complex.h: Likewise.
47146 * math/math.h: Likewise.
47147 * sysdeps/generic/_G_config.h: Likewise.
47148 * sysdeps/gnu/_G_config.h: Likewise.
47149 * sysdeps/mach/hurd/_G_config.h: Likewise.
47150 * sysdeps/powerpc/bits/mathdef.h: Likewise.
47151 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47152 * sysdeps/sparc/bits/mathdef.h: Likewise.
47153
afc5ed09
UD
471542012-01-26 Ulrich Drepper <drepper@gmail.com>
47155
47156 [BZ #13583]
47157 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 47158 Clean up HAS_* macros.
afc5ed09 47159 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
47160 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47161 possible.
47162 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47163 HAS_AVX.
47164 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47165 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47166 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47167 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47168 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 47169
bdb6de1d
JM
471702012-01-25 Joseph Myers <joseph@codesourcery.com>
47171
47172 * elf/tst-unique3.cc (gets): Remove declaration.
47173 * elf/tst-unique3lib.cc (gets): Likewise.
47174 * elf/tst-unique3lib2.cc (gets): Likewise.
47175 * elf/tst-unique4.cc (gets): Likewise.
47176
b15549e6
UD
471772012-01-24 Ulrich Drepper <drepper@gmail.com>
47178
47179 * include/stdio.h: Add C++ protection. Add gets declarations and
47180 definitions.
47181 * debug/tst-chk1.c: Don't declare gets here.
47182 * stdio-common/tst-gets.c: Likewise.
47183
a037381f
JM
471842012-01-24 Joseph Myers <joseph@codesourcery.com>
47185
47186 * posix/glob: Remove directory.
47187
f1d4aa75
JM
471882012-01-24 Joseph Myers <joseph@codesourcery.com>
47189
47190 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47191
81c0c964
PT
471922012-01-22 Pino Toscano <toscano.pino@tiscali.it>
47193
47194 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47195 of the non-standard EPFNOSUPPORT.
47196
0ea698ae
ST
471972011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
47198
47199 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47200 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47201 ANYWHERE set to 1 only on KERN_NO_SPACE error.
47202
d220b117
UD
472032012-01-21 Ulrich Drepper <drepper@gmail.com>
47204
47205 * wcsmbs/uchar.h: Test __STDC_VERSION__.
47206
3e1aa84e
UD
472072012-01-20 Ulrich Drepper <drepper@gmail.com>
47208
47209 * nscd/aicache.c (addhstaiX): Do not cache negative results of
47210 transient errors.
47211 * nscd/grpcache.c (cache_addgr): Likewise.
47212 * nscd/hstcache.c (cache_addhst): Likewise.
47213 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47214 * nscd/pwdcache.c (cache_addpw): Likewise.
47215 * nscd/servicescache.c (cache_addserv): Likewise.
47216
400aa020
UD
472172012-01-16 Ulrich Drepper <drepper@gmail.com>
47218
d77e7869
UD
47219 * malloc/malloc.c: Various cleanups.
47220 * malloc/hooks.c: Likewise.
47221
400aa020
UD
47222 * stdlib/Makefile (tests): Add bug-fmtmsg1.
47223 * stdlib/bug-fmtmsg1.c: New file.
47224
47225 * stdlib/fmtmsg.c (init): Add missing unlock.
47226 Patch by Peng Haitao <penght@cn.fujitsu.com>.
47227
e0a309cf
MP
472282012-01-12 Marek Polacek <polacek@redhat.com>
47229
47230 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47231 and _GNU_SOURCE.
47232
929d11c7
WS
472332012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47234
47235 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47236 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47237 macro to ensure uniqueness of label name.
47238 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47239 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47240
41d0e869
UD
472412012-01-11 Ulrich Drepper <drepper@gmail.com>
47242
0cc5ed3b
UD
47243 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47244
41d0e869
UD
47245 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47246 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47247 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47248 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47249
a47a831a
UD
472502012-01-10 Ulrich Drepper <drepper@gmail.com>
47251
daa891c0
UD
47252 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47253
47254 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47255 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47256 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47257
e58ef0f2
UD
47258 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47259
a47a831a 47260 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
47261 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47262 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 47263 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
47264
47265 * math/bits/math-finite.h: Add ldexp support.
47266
a0bfc9c7
MP
472672012-01-10 Marek Polacek <polacek@redhat.com>
47268
47269 * locale/programs/localedef.h (show_archive_content): Add noreturn
47270 attribute.
47271
d6e97a1d
UD
472722012-01-09 Ulrich Drepper <drepper@gmail.com>
47273
47274 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47275
d5835c26
UD
472762012-01-08 Ulrich Drepper <drepper@gmail.com>
47277
e5f484c6
UD
47278 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47279
d5835c26
UD
47280 * io/Makefile (headers): Add bits/poll2.h.
47281
d1f741e9
WS
472822011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
47283
47284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47285 typo #include statement.
47286
ec09c1c4
UD
472872012-01-08 Ulrich Drepper <drepper@gmail.com>
47288
47289 * include/sys/cdefs.h: Define __attribute_alloc_size.
47290 * catgets/gencat.c: Add alloc_size attribute and apply consistently
47291 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47292 * elf/pldd.c: Likewise.
47293 * iconv/iconv_charmap.c: Likewise.
47294 * iconv/iconvconfig.c: Likewise.
47295 * iconv/strtab.c: Likewise.
47296 * locale/programs/locale.c: Likewise.
47297 * locale/programs/localedef.h: Likewise.
47298 * locale/programs/simple-hash.c: Likewise.
47299 * nscd/nscd.h: Likewise.
47300 * nss/makedb.c: Likewise.
47301 * sysdeps/generic/ldconfig.h: Likewise.
47302 * locale/programs/localedef.c: Remove xmalloc prototype.
47303 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47304
20b38e03
PP
473052012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
47306
47307 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47308 appropriate.
47309
a0da5fe1
UD
473102012-01-08 Ulrich Drepper <drepper@gmail.com>
47311
1d5a644a 47312 * math/Makefile (tests): Add tst-CMPLX.
669704fd 47313 * math/tst-CMPLX.c: New file.
1d5a644a 47314
8784a6db
UD
47315 * math/complex.h (CMPLXL): Fix typo.
47316
d9a216c0
UD
47317 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47318 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47319 GLIBC_2.16.
47320 * debug/tst-chk1.c: Add poll and ppoll tests.
47321 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47322 * include/sys/poll.h: Add hidden proto for ppoll.
47323 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47324 * sysdeps/mach/hurd/ppoll.c: Likewise.
47325 * io/ppoll.c: Likewise.
47326 * debug/poll_chk.c: New file.
47327 * debug/ppoll_chk.c: New file.
47328 * include/bits/poll2.h: New file.
47329 * io/bits/poll2.h: New file.
47330
ac097f5c
UD
47331 [BZ #1350]
47332 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47333
2119dcfa
UD
47334 * configure.in: static is always set to yes. Remove.
47335 * config.make.in: Don't set build-static.
47336 * Makeconfig: Remove use of build-static.
47337 * dlfcn/Makefile: Likewise.
47338 * elf/Makefile: Likewise.
47339 * math/Makefile: Likewise.
47340 * misc/Makefile: Likewise.
47341 * nptl/Makefile: Likewise.
47342 * sysdeps/mach/hurd/Makefile: Likewise.
47343
121766a9
UD
47344 * configure.in: PWD_P is not used anymore.
47345 * config.make.in: Remove PWD_P entry.
47346
51a1d39c 47347 * configure.in: Remove last remnants of RANLIB.
8720d066 47348 No need to check for signed size_t anymore.
215f4bdc
UD
47349 Don't set libc_commonpagesize and libc_relro_required here for Alpha
47350 and IA-64.
3857022a 47351 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
47352 * aclocal.m4: Likewise.
47353
d3ed7225
UD
47354 * wcsmbs/mbrtoc16.c: Implement using towc function.
47355 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47356 * wcsmbs/wcsmbsload.c: Likewise.
47357 * iconv/gconv_simple.c: Likewise.
47358 * iconv/gconv_int.h: Likewise.
47359 * iconv/gconv_builtin.h: Likewise.
47360 * iconv/iconv_prog.c: Remove CHAR16 handling.
47361
47362 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47363
47364 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47365
a0da5fe1
UD
47366 * configure.in: Remove --with-elf and --enable-bounded options.
47367 Dont set base_machine for ia64. More non-ELF conditions removed.
47368 Remove testing and setting of leading underscore information.
47369 * config.make.in (build-bounded): Set to no.
47370 * config.h.in: Remove NO_UNDERSCORES entry.
47371 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
47372 them.
47373 * csu/start.c: Remove !NO_UNDERSCORE code.
47374 * locale/localeinfo.h: Likewise.
47375 * sysdeps/generic/machine-gmon.h: Likewise.
47376 * sysdeps/generic/sysdep.h: Likewise.
47377 * sysdeps/i386/sysdep.h: Likewise.
47378 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47379 * sysdeps/mach/sysdep.h: Likewise.
47380 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47381 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47382 * sysdeps/sh/sysdep.h: Likewise.
47383 * sysdeps/sparc/sparc32/alloca.S: Likewise.
47384 * sysdeps/unix/i386/sysdep.S: Likewise.
47385 * sysdeps/unix/sparc/start.c: Likewise.
47386 * sysdeps/unix/sparc/sysdep.S: Likewise.
47387 * sysdeps/unix/sparc/sysdep.h: Likewise.
47388 * sysdeps/unix/start.c: Likewise.
47389 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47390 * sysdeps/x86_64/sysdep.h: Likewise.
47391
df78418a
UD
473922012-01-07 Ulrich Drepper <drepper@gmail.com>
47393
a784e502
UD
47394 [BZ #13553]
47395 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47396 for non-gcc.
47397 * argp/argp-fmtstream.h: Use const instead __const.
47398 * argp/argp.h: Likewise.
47399 * assert/assert.h: Likewise.
47400 * bits/fenv.h: Likewise.
47401 * bits/sched.h: Likewise.
47402 * bits/sigset.h: Likewise.
47403 * bits/sigthread.h: Likewise.
47404 * catgets/nl_types.h: Likewise.
47405 * conform/data/pthread.h-data: Likewise.
47406 * crypt/crypt-private.h: Likewise.
47407 * crypt/crypt.h: Likewise.
47408 * crypt/crypt_util.c: Likewise.
47409 * ctype/ctype.h: Likewise.
47410 * debug/execinfo.h: Likewise.
47411 * debug/mbsnrtowcs_chk.c: Likewise.
47412 * debug/mbsrtowcs_chk.c: Likewise.
47413 * debug/wcsnrtombs_chk.c: Likewise.
47414 * debug/wcsrtombs_chk.c: Likewise.
47415 * debug/wcstombs_chk.c: Likewise.
47416 * dirent/dirent.h: Likewise.
47417 * dlfcn/dlfcn.h: Likewise.
47418 * elf/neededtest4.c: Likewise.
47419 * grp/grp.h: Likewise.
47420 * gshadow/gshadow.h: Likewise.
47421 * iconv/gconv.h: Likewise.
47422 * iconv/gconv_int.h: Likewise.
47423 * iconv/gconv_simple.c: Likewise.
47424 * iconv/iconv.h: Likewise.
47425 * iconv/loop.c: Likewise.
47426 * iconv/skeleton.c: Likewise.
47427 * include/aio.h: Likewise.
47428 * include/aliases.h: Likewise.
47429 * include/argz.h: Likewise.
47430 * include/arpa/inet.h: Likewise.
47431 * include/assert.h: Likewise.
47432 * include/dirent.h: Likewise.
47433 * include/dlfcn.h: Likewise.
47434 * include/execinfo.h: Likewise.
47435 * include/fcntl.h: Likewise.
47436 * include/fenv.h: Likewise.
47437 * include/glob.h: Likewise.
47438 * include/grp.h: Likewise.
47439 * include/libintl.h: Likewise.
47440 * include/mntent.h: Likewise.
47441 * include/netdb.h: Likewise.
47442 * include/pwd.h: Likewise.
47443 * include/rpc/netdb.h: Likewise.
47444 * include/sched.h: Likewise.
47445 * include/search.h: Likewise.
47446 * include/shadow.h: Likewise.
47447 * include/signal.h: Likewise.
47448 * include/stdio.h: Likewise.
47449 * include/stdlib.h: Likewise.
47450 * include/string.h: Likewise.
47451 * include/sys/socket.h: Likewise.
47452 * include/sys/stat.h: Likewise.
47453 * include/sys/statfs.h: Likewise.
47454 * include/sys/statvfs.h: Likewise.
47455 * include/sys/syslog.h: Likewise.
47456 * include/sys/time.h: Likewise.
47457 * include/sys/uio.h: Likewise.
47458 * include/time.h: Likewise.
47459 * include/unistd.h: Likewise.
47460 * include/utmp.h: Likewise.
47461 * include/wchar.h: Likewise.
47462 * include/wctype.h: Likewise.
47463 * inet/aliases.h: Likewise.
47464 * inet/arpa/inet.h: Likewise.
47465 * inet/netinet/ether.h: Likewise.
47466 * inet/netinet/in.h: Likewise.
47467 * intl/libintl.h: Likewise.
47468 * io/bits/fcntl2.h: Likewise.
47469 * io/fcntl.h: Likewise.
47470 * io/ftw.h: Likewise.
47471 * io/sys/poll.h: Likewise.
47472 * io/sys/stat.h: Likewise.
47473 * io/sys/statfs.h: Likewise.
47474 * io/sys/statvfs.h: Likewise.
47475 * io/utime.h: Likewise.
47476 * libio/bits/stdio.h: Likewise.
47477 * libio/bits/stdio2.h: Likewise.
47478 * libio/libio.h: Likewise.
47479 * libio/libioP.h: Likewise.
47480 * libio/stdio.h: Likewise.
47481 * locale/lc-ctype.c: Likewise.
47482 * locale/locale.h: Likewise.
47483 * login/utmp.h: Likewise.
47484 * malloc/arena.c: Likewise.
47485 * malloc/malloc.c: Likewise.
47486 * malloc/malloc.h: Likewise.
47487 * malloc/mcheck.c: Likewise.
47488 * malloc/mtrace.c: Likewise.
47489 * math/bits/mathcalls.h: Likewise.
47490 * math/fenv.h: Likewise.
47491 * math/math_private.h: Likewise.
47492 * misc/bits/error.h: Likewise.
47493 * misc/bits/syslog.h: Likewise.
47494 * misc/err.h: Likewise.
47495 * misc/error.h: Likewise.
47496 * misc/fstab.h: Likewise.
47497 * misc/mntent.h: Likewise.
47498 * misc/regexp.h: Likewise.
47499 * misc/search.h: Likewise.
47500 * misc/sgtty.h: Likewise.
47501 * misc/sys/mman.h: Likewise.
47502 * misc/sys/syslog.h: Likewise.
47503 * misc/sys/uio.h: Likewise.
47504 * misc/sys/xattr.h: Likewise.
47505 * misc/ttyent.h: Likewise.
47506 * nis/rpcsvc/ypclnt.h: Likewise.
47507 * nss/nss.h: Likewise.
47508 * posix/bits/unistd.h: Likewise.
47509 * posix/fnmatch.h: Likewise.
47510 * posix/glob.h: Likewise.
47511 * posix/sched.h: Likewise.
47512 * posix/spawn.h: Likewise.
47513 * posix/sys/wait.h: Likewise.
47514 * posix/unistd.h: Likewise.
47515 * posix/wordexp.h: Likewise.
47516 * pwd/pwd.h: Likewise.
47517 * resolv/netdb.h: Likewise.
47518 * resource/sys/resource.h: Likewise.
47519 * rt/aio.h: Likewise.
47520 * rt/bits/mqueue2.h: Likewise.
47521 * rt/mqueue.h: Likewise.
47522 * shadow/shadow.h: Likewise.
47523 * signal/signal.h: Likewise.
47524 * socket/send.c: Likewise.
47525 * socket/sendto.c: Likewise.
47526 * socket/sys/socket.h: Likewise.
47527 * stdio-common/printf.h: Likewise.
47528 * stdlib/bits/stdlib.h: Likewise.
47529 * stdlib/fmtmsg.h: Likewise.
47530 * stdlib/monetary.h: Likewise.
47531 * stdlib/stdlib.h: Likewise.
47532 * stdlib/ucontext.h: Likewise.
47533 * streams/stropts.h: Likewise.
47534 * string/argz.h: Likewise.
47535 * string/bits/string2.h: Likewise.
47536 * string/string.h: Likewise.
47537 * string/strings.h: Likewise.
47538 * sunrpc/rpc/auth.h: Likewise.
47539 * sunrpc/rpc/auth_des.h: Likewise.
47540 * sunrpc/rpc/clnt.h: Likewise.
47541 * sunrpc/rpc/netdb.h: Likewise.
47542 * sunrpc/rpc/pmap_clnt.h: Likewise.
47543 * sunrpc/rpc/xdr.h: Likewise.
47544 * sysdeps/generic/inttypes.h: Likewise.
47545 * sysdeps/generic/net/if.h: Likewise.
47546 * sysdeps/generic/sys/swap.h: Likewise.
47547 * sysdeps/gnu/net/if.h: Likewise.
47548 * sysdeps/gnu/utmpx.h: Likewise.
47549 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47550 * sysdeps/i386/i486/bits/string.h: Likewise.
47551 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47552 * sysdeps/s390/bits/string.h: Likewise.
47553 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47554 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47555 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47556 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47557 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47558 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47559 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47560 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47561 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47562 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47563 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47564 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47565 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47566 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47567 * sysdeps/unix/sysv/linux/readv.c: Likewise.
47568 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47569 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47570 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47571 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47572 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47573 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47574 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47575 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47576 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47577 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47578 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47579 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47580 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47581 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47582 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47583 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47584 * sysvipc/sys/ipc.h: Likewise.
47585 * sysvipc/sys/msg.h: Likewise.
47586 * sysvipc/sys/sem.h: Likewise.
47587 * sysvipc/sys/shm.h: Likewise.
47588 * termios/termios.h: Likewise.
47589 * time/sys/time.h: Likewise.
47590 * time/time.h: Likewise.
47591 * wcsmbs/bits/wchar2.h: Likewise.
47592 * wcsmbs/uchar.h: Likewise.
47593 * wcsmbs/wchar.h: Likewise.
47594 * wctype/wctype.h: Likewise.
47595
0269750c
UD
47596 [BZ #13551]
47597 * Makeconfig: Remove all but ELF support including AIX support.
47598 * Makerules: Likewise.
47599 * config.h.in: Likewise.
47600 * config.make.in: Likewise.
47601 * configure: Likewise.
47602 * configure.in: Likewise.
47603 * csu/Makefile: Likewise.
47604 * csu/version.c: Likewise.
47605 * debug/Makefile: Likewise.
47606 * dlfcn/Makefile: Likewise.
47607 * elf/Makefile: Likewise.
47608 * extra-lib.mk: Likewise.
47609 * iconv/Makefile: Likewise.
47610 * include/libc-symbols.h: Likewise.
47611 * include/shlib-compat.h: Likewise.
47612 * resolv/Makefile: Likewise.
47613 * resolv/res_libc.c: Likewise.
47614 * rt/Makefile: Likewise.
47615 * sysdeps/i386/asm-syntax.h: Likewise.
47616 * sysdeps/i386/sysdep.h: Likewise.
47617 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47618 * sysdeps/mach/sysdep.h: Likewise.
47619 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47620 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47621 * sysdeps/s390/asm-syntax.h: Likewise.
47622 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47623 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47624 * sysdeps/sh/sysdep.h: Likewise.
47625 * sysdeps/unix/sparc/sysdep.h: Likewise.
47626 * sysdeps/wordsize-32/divdi3.c: Likewise.
47627 * sysdeps/x86_64/sysdep.h: Likewise.
47628
00bbd29b
UD
47629 * argp/Versions: Remove _argp_unlock_xxx.
47630
47631 [BZ #13559]
47632 * abilist/ld.abilist: Update. Adjust for removal of tls option.
47633 * abilist/libBrokenLocale.abilist: Likewise.
47634 * abilist/libanl.abilist: Likewise.
47635 * abilist/libc.abilist: Likewise.
47636 * abilist/libcrypt.abilist: Likewise.
47637 * abilist/libdl.abilist: Likewise.
47638 * abilist/libm.abilist: Likewise.
47639 * abilist/libnsl.abilist: Likewise.
47640 * abilist/libpthread.abilist: Likewise.
47641 * abilist/libresolv.abilist: Likewise.
47642 * abilist/librt.abilist: Likewise.
47643 * abilist/libthread_db.abilist: Likewise.
47644 * abilist/libutil.abilist: Likewise.
47645 * abilist/libnss_db.abilist: New file.
47646
47647 * scripts/abilist.awk: Add support for indirect functions.
47648
a2693a0e
UD
47649 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47650
3f05895f
UD
47651 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47652
ecb6fb48
UD
47653 * shlib-versions: Remove entries for ports architectures.
47654
664f8cb9
UD
47655 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
47656 files in ports.
47657 * elf/stackguard-macros.h: Remove support for IA-64.
47658 * elf/tst-auditmod1.c: Likewise.
47659 * sysdeps/generic/ldsodefs.h: Likewise.
47660
7ae81d88
UD
47661 * sysdeps/unix/sysv/linux/configure.in: Ports should define
47662 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47663 configure files.
47664
bdeba135
UD
47665 [BZ #13552]
47666 * configure.in: Remove --enable-omitfp support.
47667 * FAQ.in: Adjust.
47668 * config.make.in: Likewise.
47669 * Makeconfig: Likewise.
47670 * manual/install.texi: Likewise.
47671
d75a0a62
UD
47672 In case anyone cares, the IA-64 architecture could move to ports.
47673 * sysdeps/ia64/*: Removed.
47674 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 47675 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 47676
dcc9756b
UD
47677 [BZ #13555]
47678 * configure.in: Remove entries for unsupported architectures.
47679
d3761ebc 47680 [BZ #13533]
9954432e
UD
47681 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47682 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
47683 routines.
47684 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47685 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47686 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
47687 fall back to using wcrtomb.
47688 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47689 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
47690 renaming.
47691 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47692 * wcsmbs/tst-c16c32-1.c: New file.
47693
47694 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47695 local variable.
47696
c3a87236
UD
47697 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47698
28926a1b
UD
47699 * elf/tst-unique3.cc: Add explicit declaration of gets.
47700 * elf/tst-unique3lib.cc: Likewise.
47701 * elf/tst-unique3lib2.cc: Likewise.
47702 * elf/tst-unique4.cc: Likewise.
47703
df78418a
UD
47704 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47705
8ecd6b2a
JM
477062012-01-06 Joseph Myers <joseph@codesourcery.com>
47707
47708 [BZ #13566]
47709 * assert/assert.h (static_assert): Don't define for C++.
47710 * libio/stdio.h (gets): Do declare for C++ <= C++11.
47711 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47712
9f115170
UD
477132012-01-03 Ulrich Drepper <drepper@gmail.com>
47714
5e0d0300
UD
47715 * iconv/loop.c (single loop): Fix assertion in storing of
47716 remaining bytes.
47717
9f115170
UD
47718 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47719
81fb02b0
UD
477202012-01-01 Ulrich Drepper <drepper@gmail.com>
47721
47722 * posix/getconf.c: Update copyright year.
47723 * nss/getent.c: Likewise.
a316c1f6 47724 * nss/makedb.c: Likewise.
81fb02b0
UD
47725 * iconv/iconvconfig.c: Likewise.
47726 * iconv/iconv_prog.c: Likewise.
47727 * elf/ldconfig.c: Likewise.
a316c1f6
UD
47728 * elf/pldd.c: Likewise.
47729 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
47730 * catgets/gencat.c: Likewise.
47731 * csu/version.c: Likewise.
47732 * elf/ldd.bash.in: Likewise.
47733 * elf/sprof.c (print_version): Likewise.
47734 * locale/programs/locale.c: Likewise.
47735 * locale/programs/localedef.c: Likewise.
a316c1f6 47736 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
47737 * nscd/nscd.c (print_version): Likewise.
47738 * debug/xtrace.sh: Likewise.
47739 * malloc/memusage.sh: Likewise.
47740 * malloc/mtrace.pl: Likewise.
47741 * debug/catchsegv.sh: Likewise.
47742
2ba92745
JJ
477432011-12-30 Jakub Jelinek <jakub@redhat.com>
47744
47745 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47746 pure attribute.
47747
dadebdae
UD
477482011-12-24 Ulrich Drepper <drepper@gmail.com>
47749
d3761ebc 47750 [BZ #13533]
db6af3eb
UD
47751 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47752 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47753 transformations.
47754 * iconv/gconv_int.h: Likewise.
47755 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47756 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47757 from libc for GLIBC_2.16.
47758 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47759 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47760 * wcsmbs/uchar.h: Really define mbstate_t.
47761 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47762 * wcsmbs/c16rtomb.c: New file.
47763 * wcsmbs/mbrtoc16.c: New file.
47764 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47765 for C/POSIX locale.
47766 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47767 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47768
dadebdae
UD
47769 * wcsmbs/wchar.h: Add missing __restrict.
47770
67371b56
UD
477712011-12-23 Ulrich Drepper <drepper@gmail.com>
47772
74033a25
UD
47773 [BZ #13532]
47774 * time/Makefile (routines): Add timespec_get.
47775 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47776 * time/time.h: Define TIME_UTC and declare timespec_get. Define
47777 timespec for ISO C11.
47778 * time/timespec_get.c: New file.
47779 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47780 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47781
380d7e87
UD
47782 [BZ #13531]
47783 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47784 * stdlib/stdlib.h: Declare aligned_alloc.
47785 * Versions.def: Add GLIBC_2.16 for libc.
47786 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47787
4e9e7a35
UD
47788 [BZ 13527]
47789 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47790 ISO C11.
47791
380d7e87 47792 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
47793 code.
47794
03a71829
UD
47795 [BZ #13528]
47796 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47797
839e283e
UD
47798 [BZ #13529]
47799 * assert/assert.h (static_assert): Define.
47800
ce5294e2 47801 * version.h: Update for 2.16 development version.
90fa7312 47802
8d44e150 47803 [BZ #13526]
d7809905
UD
47804 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47805 _ISOC11_SOURCE.
47806
c0da14cd
UD
47807 * version.h (RELEASE): Bump for 2.15 release.
47808 * include/features.h (__GLIBC_MINOR__): Bump to 15.
47809
530a3249
MP
47810 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47811 Patch by Marek Polacek <mpolacek@redhat.com>.
47812
67371b56
UD
47813 * bits/byteswap.h: Protect long long constants with __extension__.
47814 * sysdeps/i386/bits/byteswap.h: Likewise.
47815 * sysdeps/ia64/bits/byteswap.h: Likewise.
47816 * sysdeps/s390/bits/byteswap.h: Likewise.
47817 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47818
15db4de1
LD
478192011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47820
47821 [BZ #13540]
bbe315ea
LD
47822 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47823 destination buffer.
15db4de1
LD
47824 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47825
2b2596b1
MP
478262011-12-23 Marek Polacek <polacek@redhat.com>
47827
47828 * elf/dl-addr.c (determine_info): Add inline keyword.
47829 * elf/tst-auditmod4b.c (check_avx): Likewise.
47830 * elf/tst-auditmod6b.c (check_avx): Likewise.
47831 * elf/tst-auditmod6c.c (check_avx): Likewise.
47832 * elf/tst-auditmod7b.c (check_avx): Likewise.
47833
70c6c246
UD
478342011-12-23 Ulrich Drepper <drepper@gmail.com>
47835
47836 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47837 !__SSE_MATH__.
47838
c044cf14
LD
478392011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47840
15db4de1 47841 [BZ #13540]
c044cf14
LD
47842 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47843 processing for last bytes.
47844
6b13d9d9
BH
478452011-08-06 Bruno Haible <bruno@clisp.org>
47846
d455f537
BH
47847 [BZ #13061]
47848 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47849 U+0385, not to U+1FEE.
47850
6b13d9d9
BH
47851 [BZ #13062]
47852 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47853 entry for U+00A5 U+0301.
47854
db910efd
UD
478552011-12-22 Ulrich Drepper <drepper@gmail.com>
47856
27deeafc
UD
47857 [BZ #13166]
47858 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47859 buffer for the output is too small.
47860
aed9d171
UD
47861 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47862 optimization.
47863
db910efd
UD
47864 [BZ #13185]
47865 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47866 SSE flags if possible.
47867
2bd779ae
LD
478682011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47869
e7f9dac3 47870 [BZ #13540]
2bd779ae
LD
47871 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47872 processing for last bytes.
47873
154bfc16
JM
478742011-12-22 Joseph Myers <joseph@codesourcery.com>
47875
47876 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47877 (syscall-list-default-options, syscall-list-default-condition)
47878 (syscall-list-includes): Define.
47879 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47880 list of ABIs and options and #if conditions for each ABI. Do not
47881 handle common syscalls between ABIs specially.
47882 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47883 Remove.
47884 (syscall-list-variants, syscall-list-32bit-options)
47885 (syscall-list-32bit-condition, syscall-list-64bit-options)
47886 (syscall-list-64bit-condition): Define.
47887 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47888 (syscall-list-variants, syscall-list-32bit-options)
47889 (syscall-list-32bit-condition, syscall-list-64bit-options)
47890 (syscall-list-64bit-condition): Define.
47891 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47892 Remove.
47893 (syscall-list-variants, syscall-list-32bit-options)
47894 (syscall-list-32bit-condition, syscall-list-64bit-options)
47895 (syscall-list-64bit-condition): Define.
47896 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47897 Remove.
47898 (syscall-list-variants, syscall-list-32bit-options)
47899 (syscall-list-32bit-condition, syscall-list-64bit-options)
47900 (syscall-list-64bit-condition): Define.
47901
21eaf3a5
UD
479022011-12-22 Ulrich Drepper <drepper@gmail.com>
47903
16c6f992
UD
47904 * locale/iso-639.def: Add brx entry.
47905
41043168
UD
47906 [BZ #13328]
47907 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47908 Proposed by Mariusz_Cukr <marcukr@op.pl>.
47909
21eaf3a5
UD
47910 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47911 __feraiseexcept_renamed.
47912
e3a851a2
UD
479132011-12-21 Ulrich Drepper <drepper@gmail.com>
47914
4920765e
UD
47915 [BZ #13538]
47916 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47917 EPOLLET with unsigned values.
47918 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47919 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47920
e3a851a2
UD
47921 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47922 to large cancellation.
47923 * math/s_cacoshf.c: Likewise.
47924 * math/s_cacoshl.c: Likewise.
47925
b27e24b8
RK
479262011-11-18 Richard B. Kreckel <kreckel@ginac.de>
47927
47928 [BZ #13305]
aebefeee 47929 [BZ #12786]
b27e24b8
RK
47930 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47931 * math/s_cacoshf.c: Likewise.
47932 * math/s_cacoshl.c: Likewise.
47933
ee190f67
UD
479342011-12-21 Ulrich Drepper <drepper@gmail.com>
47935
47936 [BZ #13439]
47937 * iconv/gconv.h: Define __GCONV_SWAP.
47938 * iconvdata/unicode.c: The swap bit must be stored in __flags.
47939 * iconvdata/utf-16.c: Likewise.
47940 * iconvdata/utf-32.c: Likewise.
47941
707f25df
AS
479422011-12-21 Andreas Schwab <schwab@linux-m68k.org>
47943
47944 [BZ #13524]
47945 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47946 numerator after shifting it by one limb.
47947
d2daaa1e
RÁE
479482011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
47949
47950 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47951 under [__USE_EXTERN_INLINES].
47952
a4647e72
UD
479532011-12-17 Ulrich Drepper <drepper@gmail.com>
47954
47955 [BZ #13446]
47956 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47957
f0b264f1
AZ
479582011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47959
47960 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47961 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47962 optimized code.
47963 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47964 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47965 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47966 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47967 for strncasecmp/strncasecmp_l compilation.
47968 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47969 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47970
8ef4f244
MP
479712011-12-08 Marek Polacek <mpolacek@redhat.com>
47972
47973 [BZ #13484]
47974 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47975 of __asm__.
47976
97ac2654
UD
479772011-12-17 Ulrich Drepper <drepper@gmail.com>
47978
47979 [BZ #13506]
47980 * time/tzfile.c (__tzfile_read): Check values from file header.
47981
91d2a845
WS
479822011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
47983
47984 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47985 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47986 * powerpc/powerpc32/dl-start.S: Likewise.
47987 * powerpc/powerpc32/elf/start.S: Likewise.
47988 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47989 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47990 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47991 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47992 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47993 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47994 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47995 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47996 * powerpc/powerpc32/fpu/s_round.S: Likewise.
47997 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47998 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47999 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48000 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48001 * powerpc/powerpc32/memset.S: Likewise.
48002 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48003 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48004 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48005 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48006 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48007 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48008 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48009 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48010 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48011 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48012 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48013 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48014 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48015
a1267ba1
AZ
480162011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48017
48018 * math/libm-test.inc: Added more nearbyint tests.
48019 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48020 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48021 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48022 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48023
ad8ac1bd
RL
480242011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
48025
48026 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48027 FD_CLOEXEC.
48028
1d3e4b61
UD
480292011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48030
48031 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48032 Add wcscpy-ssse3 wcscpy-c.
48033 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48034 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48035 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48036 * sysdeps/x86_64/wcschr.S: New file.
48037 * sysdeps/x86_64/wcsrchr.S: New file.
48038 * string/test-strcmp.c: Remove checking of wcscmp function for
48039 wrong alignments.
48040 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48041 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48042 wcsrchr-sse2 wcsrchr-c.
48043 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48044 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48045 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48046 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48047 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48048 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48049 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48050 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48051 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48052 * wcsmbc/wcschr.c (WCSCHR): New macro.
48053
5b330a2d
UD
480542011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48055
48056 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48057 * wcsmbs/test-wcsrchr.c: New file.
48058 * string/test-strrchr.c: Add wcsrchr support.
48059 (WIDE): New macro.
48060 * wcsmbs/test-wcscpy.c: New file.
48061 * string/test-strcpy.c: Add wcscpy support.
48062 (WIDE): New macro.
26428b7c 48063
f039c043
UD
480642011-12-10 Ulrich Drepper <drepper@gmail.com>
48065
48066 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48067 the inner loop.
48068
850fb039
AS
480692011-12-06 Andreas Schwab <schwab@linux-m68k.org>
48070
48071 [BZ #13472]
48072 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48073
4efbd5cb
UD
480742011-12-04 Ulrich Drepper <drepper@gmail.com>
48075
52ff5dd0 48076 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 48077 Minor optimizations.
52ff5dd0 48078
4efbd5cb
UD
48079 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48080 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48081 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48082
8a426e12
UD
480832011-12-03 Ulrich Drepper <drepper@gmail.com>
48084
aff2453d
UD
48085 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48086 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48087 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48088 for gcc to avoid warnings.
48089 * inet/Makefile (tests): Add tst-checks.
48090 * inet/tst-checks.c: New file.
48091
48092 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48093 warning.
48094
48095 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48096 __wmemcmp_sse2.
48097
48098 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48099 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48100
8a426e12
UD
48101 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48102
9bea3473
UD
481032011-12-02 Ulrich Drepper <drepper@gmail.com>
48104
3a965496
UD
48105 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48106 problem.
48107
9bea3473
UD
48108 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48109
f101631b
UD
481102011-11-29 Joseph Myers <joseph@codesourcery.com>
48111
48112 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48113 conditional on GCC version.
48114 (__arch_compare_and_exchange_val_8_acq)
48115 (__arch_compare_and_exchange_val_16_acq)
48116 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48117 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48118 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48119
a98275aa
UD
481202011-12-02 Joseph Myers <joseph@codesourcery.com>
48121
48122 * sysdeps/sh/backtrace.c: New file.
48123
d4cc29a2
AS
481242011-12-02 Andreas Schwab <schwab@redhat.com>
48125
48126 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
48127 parenthesis.
48128
6257af2d
AS
481292011-12-01 Andreas Schwab <schwab@redhat.com>
48130
48131 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48132 falling back to utime.
48133
b5f44c1a
AS
481342011-11-30 Andreas Schwab <schwab@redhat.com>
48135
48136 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48137 expectations for float.
48138
f3a6cc0a
AS
481392011-11-29 Andreas Schwab <schwab@redhat.com>
48140
48141 * locale/weight.h (findidx): Add parameter len.
48142 * locale/weightwc.h (findidx): Likewise.
48143 * posix/fnmatch_loop.c (FCT): Adjust caller.
48144 * posix/regcomp.c (build_equiv_class): Likewise.
48145 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48146 * posix/regexec.c (check_node_accept_bytes): Likewise.
48147 * string/strcoll_l.c (STRCOLL): Likewise.
48148 * string/strxfrm_l.c (STRXFRM): Likewise.
48149
9d65ea3a
UD
481502011-11-17 Ulrich Drepper <drepper@gmail.com>
48151
48152 * Makefile.in: Remove CVSOPT handling.
48153 * configure.in: Remove use of AC_REVISION.
48154 * iconvdata/Makefile (distribute): No need to filter out CVS.
48155 * scripts/list-sources.sh: Remove CVS, subversion and monotone
48156 handling.
48157
5583a086
AS
481582011-11-16 Andreas Schwab <schwab@redhat.com>
48159
48160 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48161 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48162 [USE_AS_STRNCASECMP_L]: Likewise.
48163 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48164 NO_TLS_DIRECT_SEG_REFS.
48165 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48166 Fix argument offsets for non-PIC.
48167 [USE_AS_STRNCASECMP_L]: Likewise.
48168 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48169 NO_TLS_DIRECT_SEG_REFS.
48170
d62a8200
UD
481712011-11-15 Ulrich Drepper <drepper@gmail.com>
48172
9d65ea3a 48173 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
48174 O_CLOEXEC.
48175 * locale/loadlocale.c (_nl_load_locale): Likewise.
48176
09f93bd3
AS
481772011-11-15 Andreas Schwab <schwab@redhat.com>
48178
446514f9
AS
48179 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48180 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48181 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48182 (SYSCALL_GETTIME): Set errno on error.
48183
09f93bd3
AS
48184 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48185 count references to noai6ai_cached.
48186
312be3f9
UD
481872011-11-15 Ulrich Drepper <drepper@gmail.com>
48188
48189 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48190
48191 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48192 FD_CLOEXEC for /proc/self/maps.
48193
48194 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48195 FD_CLOEXEC for /proc/meminfo.
48196
48197 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48198 gai.conf.
48199
48200 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
48201 FD_CLOEXEC for given file.
48202
48203 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48204
48205 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48206 FD_CLOEXEC for /etc/hosts.
48207 (_gethtent): Likewise.
48208
48209 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48210
48211 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48212 cancellation and set FD_CLOEXEC for /etc/netgroup.
48213
48214 * nss/nss_files/files-key.c (search): Don't allow cancellation when
48215 reading /etc/publickey.
48216
48217 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48218 allow cancellation when reading /etc/group.
48219
48220 * nss/nss_files/files-alias.c (internal_setent): Don't allow
48221 cancellation.
48222 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
48223
48224 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48225 when using data file.
48226
48227 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48228
48229 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48230 (write_nis_obj): Use "c" and "e" in fopen.
48231
48232 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48233
48234 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48235
48236 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48237
48238 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48239
48240 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48241 locale.alias.
48242
48243 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48244
48245 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48246
48247 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48248
48249 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48250 file parsing and set FD_CLOEXEC.
48251
82af0fa8
UD
482522011-11-14 Ulrich Drepper <drepper@gmail.com>
48253
48254 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48255
a5fb313c
AS
482562011-11-14 Andreas Schwab <schwab@redhat.com>
48257
48258 * malloc/arena.c (arena_get2): Don't call reused_arena when
48259 _int_new_arena failed.
48260
6abf3465
UD
482612011-11-14 Ulrich Drepper <drepper@gmail.com>
48262
48263 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48264 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48265 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48266 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48267 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48268 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48269 to compile strcasecmp and strncasecmp.
48270 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48271 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48272
48273 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48274
76e3966e
UD
482752011-11-13 Ulrich Drepper <drepper@gmail.com>
48276
48277 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48278 locale-defines.sym to gen-as-const-headers.
48279 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48280 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48281 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48282 to compile strcasecmp and strncasecmp.
48283 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48284 strcasecmp_l and strncasecmp_l.
48285 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48286 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48287 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48288 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48289 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48290 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48291 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48292 * sysdeps/i386/i686/multiarch/strncase.S: New file.
48293 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48294 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48295 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48296
ab26144e
UD
482972011-11-12 Ulrich Drepper <drepper@gmail.com>
48298
7edb22ef
UD
48299 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48300 result of SYSDEP_GETTIME_CPU to retval.
48301 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48302 parameter list to macro. Remove trailing semicolon. Adjust users.
48303
9694fc44
UD
48304 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48305 variable.
48306
8ad89ef8
UD
48307 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48308 mantissa words.
48309 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48310
0c822ef9
UD
48311 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48312 from unused variable.
48313
874e0564
UD
48314 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48315 DWARF definitions.
48316 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48317 for assembling.
48318
3a2edc79
UD
48319 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48320 over namespaces.
48321
f3c2577f
UD
48322 * sunrpc/rpc_prot.c (rejected): Fix case value.
48323
294ce126
UD
48324 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48325 unsigned long long int to avoid warnings in shift.
48326
5e2b63c6
UD
48327 * posix/regex_internal.c (re_string_reconstruct): Actually use result
48328 of use of trans.
48329 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48330 variable tmp.
48331
e7f4b08e
UD
48332 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48333 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48334 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48335
ab26144e
UD
48336 * nis/nis_table.c (nis_list): Use variable of correct type for
48337 result of __follow_path call.
48338
8a6d5255
AZ
483392011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48340
48341 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48342 of math functions ceil, trunc, floor, round, and sqrt, when
48343 avaliable on the platform.
48344 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48345 name clash.
48346 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48347 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48348 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48349
aaddc98c
MP
483502011-10-30 Marek Polacek <mpolacek@redhat.com>
48351
48352 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48353 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48354
95b7042b
RM
483552011-11-11 Roland McGrath <roland@hack.frob.com>
48356
48357 * include/unistd.h: Fix __readlink return type.
48358 Reported by Chris Metcalf <cmetcalf@tilera.com>.
48359
57769839
UD
483602011-11-11 Ulrich Drepper <drepper@gmail.com>
48361
48362 * stdlib/ucontext.h: Undo last change for makecontext.
48363
edc5984d
AS
483642011-11-11 Andreas Schwab <schwab@redhat.com>
48365
98591e58
AS
48366 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48367
edc5984d
AS
48368 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48369 * setjmp/setjmp.h: Mark functions as non-leaf.
48370 * setjmp/bits/setjmp2.h: Likewise.
48371 * stdlib/ucontext.h: Likewise.
48372
77cdc054
AS
483732011-11-10 Andreas Schwab <schwab@redhat.com>
48374
48375 * malloc/arena.c (_int_new_arena): Don't increment narenas.
48376 (reused_arena): Don't check arena limit.
48377 (arena_get2): Atomically check arena limit.
48378
fe72eebd
UD
483792011-11-08 Ulrich Drepper <drepper@gmail.com>
48380
5f078c32
UD
48381 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48382 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48383
fe72eebd
UD
48384 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48385 instructions.
48386
ae1bc2fa
AS
483872011-11-07 Andreas Schwab <schwab@redhat.com>
48388
7583a88d
AS
48389 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48390 handler when locking.
48391
ae1bc2fa
AS
48392 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48393 Fix size of allocated buffer.
48394
10fb0bfa
AS
483952011-11-04 Andreas Schwab <schwab@redhat.com>
48396
998832a4
AS
48397 [BZ #10103]
48398 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48399 declarations for long double functions.
48400 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48401
10fb0bfa
AS
48402 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48403
3d7ba52b
AS
484042011-11-03 Andreas Schwab <schwab@redhat.com>
48405
a9ae54a1
AS
48406 * nscd/nscd.c (main): Don't start AVC thread until credentials are
48407 installed.
48408
3d7ba52b
AS
48409 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48410 is disabled.
48411
bc8db248
ST
484122011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
48413
48414 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48415
45b96dd6
AS
484162011-11-01 Andreas Schwab <schwab@linux-m68k.org>
48417
647776f6
AS
48418 * include/alloca.h (stackinfo_alloca_round): Define.
48419 (extend_alloca): Use it.
48420 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48421 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48422 here.
48423
d91a8b93
AS
48424 * scripts/check-local-headers.sh: Ignore libaudit.h.
48425
45b96dd6
AS
48426 * nscd/Makefile (extra-objs): Make recursively expanded.
48427
432d41ce
UD
484282011-11-01 Ulrich Drepper <drepper@gmail.com>
48429
34372fc6
UD
48430 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48431 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48432
fadb59f8
UD
48433 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48434 * posix/tst-rfc3484-2.c: Likewise.
48435 * posix/tst-rfc3484-3.c: Likewise.
48436
78239589
UD
48437 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48438 process_vm_writev.
48439 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48440 process_vm_writev.
48441 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48442 process_vm_writev from libc using GLIBC_2.15 version.
48443
432d41ce
UD
48444 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48445
02f9c6cf
PP
484462011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
48447
48448 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48449 stack usage.
48450
3a2c0242
UD
484512011-10-31 Ulrich Drepper <drepper@gmail.com>
48452
f4ec4833
UD
48453 [BZ #13367]
48454 * nss/getent.c (initgroups_keys): Show error message in case no group
48455 names are given.
48456
3a2c0242
UD
48457 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48458 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48459 __bump_nl_timestamp.
48460 * nscd/connections (nscd_init): When host database is served open
48461 netlink socket and request notification about configuration changes.
48462 (main_loop_poll): Track netlink file descriptor and bump timestamp
48463 in case data becomes available.
48464 (main_loop_epoll): Likewise.
48465 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48466 (database_pers_head): Add extra_data fileds.
48467 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48468 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48469 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48470 Adjust caller.
48471 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48472 in6ai data, call __free_in6ai.
48473 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48474 Add -DHAVE_NETLINK.
48475 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
48476 interface information. Reuse previous data if netlink timestamp
48477 is not changed.
48478 (__bump_nl_timestamp): New function.
48479 (__free_in6ai): New function.
48480
636064eb
UD
484812011-10-30 Ulrich Drepper <drepper@gmail.com>
48482
48483 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48484 close_not_cancel_no_status here.
48485 (__check_pf): Reorganize code a bit to not call close twice if OOM.
48486
9beb2334
UD
484872011-10-29 Ulrich Drepper <drepper@gmail.com>
48488
6ef76f3b
UD
48489 [BZ #13276]
48490 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48491 return value.
48492
0ffc4f3e 48493 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
48494 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48495 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48496
cb95113e
UD
484972011-07-03 Andreas Jaeger <aj@suse.de>
48498
48499 [BZ #10709]
48500 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48501 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48502 * math/libm-test.inc (sin_test): Add test case.
48503
a1b560ff
UD
485042011-10-29 Ulrich Drepper <drepper@gmail.com>
48505
c9aaface
UD
48506 [BZ #13337]
48507 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48508 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48509
d272e7f1
UD
48510 * elf/chroot_canon.c (chroot_canon): Cleanups.
48511
1bc33071
UD
48512 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48513
1760874d
TJ
48514 [BZ #13335]
48515 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48516 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48517
51d91b18
UD
48518 * string/test-strchr.c: Make usable for strchrnul testing.
48519 * string/test-strchrnul.c: New file.
48520 * string/Makefile (strop-tests): Add strchrnul.
48521
a1b560ff 48522 * po/it.po: Update from translation team.
b611fb81 48523 * po/es.po: Likewise.
a1b560ff 48524
a5b81e1f
UD
485252011-10-28 Ulrich Drepper <drepper@gmail.com>
48526
fd52bc6d
UD
48527 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48528 the three constants needed as parameters. Drop the others.
48529 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48530 __m128i_strloadu_tolower.
52e4b9eb
UD
48531 Create and initialize variable zero and use it in all the places
48532 where _mm_setzero_si128 was used.
fd52bc6d 48533
a5b81e1f
UD
48534 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48535 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48536 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48537 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48538 anymore.
48539 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48540 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48541 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48542 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48543 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48544 __mpranred, __mptan.
48545 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48546 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48547 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48548 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48549 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48550 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48551 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48552 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48553 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48554
b4343346
AS
485552011-10-28 Andreas Schwab <schwab@redhat.com>
48556
0c92d8a8
AS
48557 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48558 redefine if SHARED.
48559 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48560
b4343346
AS
48561 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48562 wide char related routines to wcsmbs subdir.
48563
3871f58f
AS
485642011-10-27 Andreas Schwab <schwab@redhat.com>
48565
48566 [BZ #13344]
48567 * misc/sys/cdefs.h (__THROWNL): Define.
48568 * posix/unistd.h: Use __THREADNL instead of __THREAD
48569 for memory synchronization functions.
48570
94d44d9f
RM
485712011-10-26 Roland McGrath <roland@hack.frob.com>
48572
21b64b15 48573 [BZ #13349]
94d44d9f
RM
48574 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48575 doesn't exist.
48576 * manual/stdio.texi (Obstack Streams): Node removed.
48577
f6ce9294
AS
485782011-10-26 Andreas Schwab <schwab@redhat.com>
48579
80479147
AS
48580 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48581 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48582 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48583
f6ce9294
AS
48584 * math/math_private.h (math_force_eval): Allow non-addressable
48585 arguments.
48586 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48587
618280a1
UD
485882011-10-25 Ulrich Drepper <drepper@gmail.com>
48589
e0016b11
UD
48590 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48591 file is not needed.
48592
48593 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48594 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48595 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48596 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48597 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48598 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48599 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48600 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48601 Add AVX variants.
48602 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48603 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48604 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48605 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48606 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48607 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48608 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48609 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48610 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48611 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48612 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48613 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48614 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48615 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48616 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48617 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48618 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48619 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48620 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48621
48622 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48623 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
48624
618280a1
UD
48625 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48626 place. Use VEX encoding when compiling for AVX.
48627
37822576
AS
486282011-10-25 Andreas Schwab <schwab@redhat.com>
48629
1f1e1947
AS
48630 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48631 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48632
37822576
AS
48633 * string/test-strchr.c (do_test): Don't generate NUL bytes.
48634
31ea014d
UD
486352011-10-25 Ulrich Drepper <drepper@gmail.com>
48636
d7826aa1 48637 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 48638 useless if() expression.
d7826aa1
UD
48639 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48640 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48641 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48642 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48643 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48644 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48645 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48646 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48647 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48648 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48649 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48650 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48651 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48652 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48653 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48654 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48655 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48656 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48657 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48658
31ea014d
UD
48659 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48660
16437fec
AS
486612011-10-25 Andreas Schwab <schwab@redhat.com>
48662
48663 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48664 condition.
48665 * elf/dl-fini.c (_dl_sort_fini): Likewise.
48666
31d3cc00
UD
486672011-10-25 Ulrich Drepper <drepper@gmail.com>
48668
48669 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48670 .text section. Avoid duplicate constants.
48671 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48672 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48673 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48674 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48675 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48676 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48677 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48678 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48679 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48680 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48681 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48682 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48683 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48684 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48685 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48686 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48687 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48688 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48689 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48690 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48691 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48692 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48693 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48694 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48695 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48696 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48697 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48698 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48699 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48700 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48701 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48702 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48703 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48704 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48705 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48706 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48707 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48708 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48709 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48710 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48711 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48712 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48713 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48714 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48715 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48716
58985aa9
UD
487172011-10-24 Ulrich Drepper <drepper@gmail.com>
48718
202c9deb
UD
48719 * sysdeps/x86_64/dla.h: Move to ...
48720 * sysdeps/x86_64/fpu/dla.h: ...here.
48721 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48722 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 48723
af968f62
UD
48724 * config.make.in: Add have-mfma4 entry.
48725 * configure.in: Substitute libc_cv_cc_fma4.
48726 * math/Makefile (dbl-only-routines): Add sincostab.
48727 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48728 Use __sincostab not sincos.
48729 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48730 name is a macro.
48731 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48732 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48733 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48734 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
48735 using __copysign.
48736 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
48737 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
48738 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48739 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48740 and __inv.
48741 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48742 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48743 __copysign.
48744 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
48745 define aliases when function name is a macro.
48746 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48747 sysdeps/ieee754/dbl-64/sincos.tbl.
48748 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48749 fma4-enabled routines.
48750 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48751 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48752 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48753 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48754 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48755 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48756 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48757 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48758 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48759 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48760 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48761 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48762 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48763 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48764 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48765 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48766 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48767 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48768 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48769 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48770 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48771 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48772 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48773 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48774 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48775 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48776 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48777 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48778 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48779 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48780
58985aa9
UD
48781 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48782 rename.
48783 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48784 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48785 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48786 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48787 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48788 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48789 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48790 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48791
a201fbcf
AS
487922011-10-24 Andreas Schwab <schwab@redhat.com>
48793
48794 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48795
fc2ee42a
LD
487962011-10-23 Ulrich Drepper <drepper@gmail.com>
48797
bb3129bd
UD
48798 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48799
0275fff8
UD
48800 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48801 prediction.
48802 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48803
2fa2ae85
UD
48804 * string/strnlen.c: Don't define STRNLEN, reverse logic.
48805 Remove unused variable magic_bits.
48806 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48807
fc2ee42a
LD
48808 * string/strnlen.c: Define and use STRNLEN macro.
48809 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48810 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48811 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48812 * wcsmbs/wcslen.c: Define and use WCSLEN.
48813 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48814 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48815 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48816 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48817 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48818 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48819 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48820
ce7dd29f
LD
488212011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48822
48823 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48824 strnlen-sse2-no-bsf.
48825 Rename strlen-no-bsf to strlen-sse2-no-bsf.
48826 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48827 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48828 Add strnlen support.
48829 (USE_AS_STRNLEN): New macro.
48830 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48831 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48832 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48833 * sysdeps/x86_64/wcslen.S: New file.
48834
979c70a3
MZ
488352011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
48836
48837 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48838 XMM-moves are used for copying on small sizes.
48839
2d09f82f
LD
488402011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48841
48842 * wcsmbs/Makefile (strop-tests): Add wcschr.
48843 * wcsmbs/test-wcschr.c: New file.
48844 * string/test-strchr.c: Update.
48845 Add wcschr support.
48846 (WIDE): New macro.
48847
619fccca
LD
488482011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48849
2d09f82f 48850 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
48851 * wcsmbs/test-wcslen.c: New file.
48852 * string/test-strlen.c: Update.
48853 Add wcslen support.
48854 (WIDE): New macro.
48855
09f699ea
UD
488562011-10-23 Ulrich Drepper <drepper@gmail.com>
48857
48858 * po/it.po: Update from translation team.
48859
95584d3b
LD
488602011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48861
48862 * sysdeps/x86_64/wcscmp.S: Update.
48863 Fix wrong comparison semantics.
48864 wcscmp shall use signed comparison not unsigned.
48865 Don't use substraction to avoid overflow bug.
48866 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48867 * wcsmbc/wcscmp.c: Likewise.
48868 * string/test-strcmp.c: Likewise.
48869 Add new tests to check cases with negative values.
48870
c8b3296b
UD
488712011-10-23 Ulrich Drepper <drepper@gmail.com>
48872
48873 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48874 * sysdeps/x86_64/dla.h: ...here. New file.
48875 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48876 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48877 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48878 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48879 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48880 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48881 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48882 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48883 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48884
246ad57a
AS
488852011-10-23 Andreas Schwab <schwab@linux-m68k.org>
48886
48887 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48888 __ynl_finite aliases.
48889
a1a87169
UD
488902011-10-22 Ulrich Drepper <drepper@gmail.com>
48891
0d355eb7
UD
48892 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48893
a1a87169
UD
48894 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48895 define DLA_FMA.
48896 [DLA_FMA] (EMULV): Use DLA_FMA.
48897 [DLA_FMA] (MUL12): Use EMULV.
48898 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48899 that are not needed.
48900 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48901 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48902 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48903 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48904 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48905 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48906 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48907
ee2aafe0
AS
489082011-10-22 Andreas Schwab <schwab@linux-m68k.org>
48909
48910 * math/s_nan.c: Undef __nan.
48911 * math/s_nanf.c: Undef __nanf.
48912 * math/s_nanl.c: Undef __nanl.
48913 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48914 "math_private.h".
48915
bc62c2fb
UD
489162011-10-22 Ulrich Drepper <drepper@gmail.com>
48917
77425c63
UD
48918 * math/s_catan.c: Add branch predictions.
48919 * math/s_catanf.c: Likewise.
48920 * math/s_catanh.c: Likewise.
48921 * math/s_catanhf.c: Likewise.
48922 * math/s_catanhl.c: Likewise.
48923 * math/s_catanl.c: Likewise.
48924 * math/s_cexp.c: Likewise.
48925 * math/s_cexpf.c: Likewise.
48926 * math/s_cexpl.c: Likewise.
48927 * math/s_clog.c: Likewise.
48928 * math/s_clog10.c: Likewise.
48929 * math/s_clog10f.c: Likewise.
48930 * math/s_clog10l.c: Likewise.
48931 * math/s_clogf.c: Likewise.
48932 * math/s_clogl.c: Likewise.
48933 * math/s_csqrt.c: Likewise.
48934 * math/s_csqrtf.c: Likewise.
48935 * math/s_csqrtl.c: Likewise.
48936 * math/s_ctanf.c: Likewise.
48937 * math/s_ctanh.c: Likewise.
48938 * math/s_ctanhf.c: Likewise.
48939 * math/s_ctanhl.c: Likewise.
48940 * math/s_ctanl.c: Likewise.
48941
bc62c2fb
UD
48942 * math/math_private.h: Define __nan, __nanf, __nanl.
48943 * math/s_cacosh.c: Include <math_private.h>.
48944 * math/s_cacoshl.c: Likewise.
48945 * math/s_casinh.c: Likewise.
48946 * math/s_casinhf.c: Likewise.
48947 * math/s_casinhl.c: Likewise.
48948 * math/s_ccos.c: Rely entire on ccosh.
48949 * math/s_ccosf.c: Rely entire on ccoshf.
48950 * math/s_ccosl.c: Rely entirely on ccoshl.
48951 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
48952 Remove tests for FE_INVALID.
48953 * math/s_ccoshf.c: Likewise.
48954 * math/s_ccoshl.c: Likewise.
48955 * math/s_csin.c: Likewise.
48956 * math/s_csinf.c: Likewise.
48957 * math/s_csinh.c Likewise.
48958 * math/s_csinhf.c: Likewise.
48959 * math/s_csinhl.c: Likewise.
48960 * math/s_csinl.c: Likewise.
48961 * math/s_ctan.c: Likewise.
48962 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48963 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48964 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48965
8ec250a4
UD
489662011-10-21 Ulrich Drepper <drepper@gmail.com>
48967
c196fed8
UD
48968 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48969 compilation problems.
48970
8ec250a4
UD
48971 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48972 __builtin_expect.
48973
8d4f46c6
UD
489742011-10-20 Ulrich Drepper <drepper@gmail.com>
48975
ed72b654
UD
48976 * sysdeps/i386/configure.in: Test for -mfma4 option.
48977 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48978 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48979 COMMON_CPUID_INDEX_80000001.
48980 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48981 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48982 use it if FMA3 is not supported.
48983 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48984
8d4f46c6
UD
48985 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48986 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48987
d45c60c2
AS
489882011-10-20 Andreas Schwab <schwab@redhat.com>
48989
48990 [BZ #12892]
48991 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48992 it would create a cycle with a link time dependency.
48993
d9a4d2ab
UD
489942011-10-19 Ulrich Drepper <drepper@gmail.com>
48995
855d1560
UD
48996 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48997 instruction.
48998 * string/Makefile (strop-tests): Add rawmemchr.
48999 * string/test-rawmemchr.c: New file.
49000
d9a4d2ab
UD
49001 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49002 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
49003 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
49004 when compiling str{,n}casecmp and when AVX is available. Hook up
49005 new optimized code in initializers.
49006
8f3b1ffe
AS
490072011-10-19 Andreas Schwab <schwab@redhat.com>
49008
49009 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49010 __feraiseexcept instead of feraiseexcept.
49011
d38f1dba
UD
490122011-10-18 Ulrich Drepper <drepper@gmail.com>
49013
d9a8d0ab
UD
49014 * math/math_private.h: Define defaults for libc_fetestexcept and
49015 libc_feupdateenv.
49016 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49017 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49018 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49019 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49020 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49021 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49022 libc_fetestexcept and libc_feupdateenv.
49023
4855e3dd
UD
49024 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49025 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49026 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49027 * sysdeps/x86_64/fpu/math_private.h: Define special version of
49028 libc_feholdexcept_setround.
49029
581d30e3
UD
49030 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49031 Add s_nearbyint-c and s_nearbyintf-c.
49032 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49033 nearbyintf inlines.
49034 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49035 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49036 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49037 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49038
d38f1dba
UD
49039 * math/math_private.h: Define defaults for libc_fegetround,
49040 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49041 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49042 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49043 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49044 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49045 standard functions.
49046 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49047 Remove comments and hacks for old compiler versions.
49048 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49049 libc_fegetround, libc_fesetround, libc_feholdexcept, and
49050 libc_feholdexceptl.
49051
caa6c9d8
AS
490522011-10-18 Andreas Schwab <schwab@redhat.com>
49053
49054 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
49055 (__feraiseexcept_renamed): Add __NTH.
49056 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
49057 namespace violations.
49058
97c066e6
UD
490592011-10-17 Ulrich Drepper <drepper@gmail.com>
49060
99ce7b04
UD
49061 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49062
1004d182
UD
49063 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49064
228a984d
UD
49065 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49066 recently added interfaces.
49067 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49068
c8553a6a
UD
49069 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49070 about macro parameter expansion.
49071
ed22dcf6
UD
49072 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49073 __NO_MATH_INLINES is defined. Cleanups.
49074
49075 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49076 and __floorf is target has SSE4.1.
49077 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49078 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49079 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49080 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49081
b171c137
UD
49082 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49083 name.
49084 (floorf): Likewise.
49085
97c066e6
UD
49086 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49087
629f62ef
AS
490882011-10-17 Andreas Schwab <schwab@redhat.com>
49089
49a43d80
AS
49090 * misc/sys/cdefs.h: Fix last change.
49091
629f62ef
AS
49092 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49093 database lookup.
49094
e453f6cd
UD
490952011-10-16 Ulrich Drepper <drepper@gmail.com>
49096
aa78043a
UD
49097 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49098
ad0f5cad
UD
49099 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49100 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49101 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49102 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49103 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49104 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49105 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49106 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49107 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49108 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49109 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49110 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49111 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49112 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49113 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49114 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49115 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49116 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49117 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49118 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49119 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49120 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49121
49122 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49123 ceil, ceilf, floor, floorf.
49124
49125 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49126 Perform IRELATIVE relocations last.
49127
e453f6cd
UD
49128 * elf/do-rel.h: Add another parameter nrelative, replacing the
49129 local variable with the same name. Change name of the function
49130 to end in Rel or Rela (uppercase).
49131 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49132 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
49133 elf_dynamic_do_##reloc function.
49134
fd5bdc09
UD
491352011-10-15 Ulrich Drepper <drepper@gmail.com>
49136
79b195b5
UD
49137 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49138 is sufficient, at least on modern CPUs.
49139
d4a28569
UD
49140 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49141
b61099b5
UD
49142 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49143 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49144
bcf01e6d
UD
49145 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49146 __expl_finite.
49147 * math/bits/math-finite.h: Add entries for exp.
49148 * math/e_expl.c: Add __*_finite alias.
49149 * sysdeps/i386/fpu/e_exp.S: Likewise.
49150 * sysdeps/i386/fpu/e_expf.S: Likewise.
49151 * sysdeps/i386/fpu/e_expl.c: Likewise.
49152 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49153 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49154 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49155 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49156 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49157 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49158 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49159
ba1a0d59
UD
49160 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49161 is sufficient, at least on modern CPUs.
49162
fd5bdc09
UD
49163 * ctype/ctype-info.c (__ctype_init): Define.
49164 * include/ctype.h (__ctype_init): Declare.
49165 (__ctype_b_loc): The variable is always initialized.
49166 (__ctype_toupper_loc): Likewise.
49167 (__ctype_tolower_loc): Likewise.
49168 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49169 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49170
7872cfb0
AS
491712011-10-15 Andreas Schwab <schwab@linux-m68k.org>
49172
b468825a
AS
49173 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49174
7872cfb0
AS
49175 * configure.in: Also look in $cxxmachine/include for C++ system
49176 headers.
49177
be13f7bf
LD
491782011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49179
49180 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49181 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49182 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49183 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
49184 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49185 (USE_AS_WMEMCMP): New macro.
49186 Fixing indents.
49187 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49188 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49189 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49190 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49191 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49192 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49193 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49194 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49195 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49196 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49197 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49198 (USE_AS_WMEMCMP): New macro.
49199 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49200 * sysdeps/string/test-memcmp.c: Update.
49201 Fix simple_wmemcmp.
49202 Add new tests.
49203 * wcsmbs/wmemcmp.c: Update.
49204 (WMEMCMP): New macro.
49205 Fix overflow bug.
49206
556a2007
AJ
492072011-10-12 Andreas Jaeger <aj@suse.de>
49208
49209 [BZ #13268]
49210 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49211
538faaa7
UD
492122011-10-15 Ulrich Drepper <drepper@gmail.com>
49213
ab6737ff
UD
49214 * libio/iofwide.c (do_length): Avoid warning.
49215
538faaa7
UD
49216 * ctype/ctype.h (__isctype_f): Add missing __THROW.
49217
396a21b1
UD
492182011-10-14 Ulrich Drepper <drepper@gmail.com>
49219
cdf2901f
UD
49220 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49221
38ad40ce
UD
49222 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49223 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49224 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49225 * sysdeps/i386/i686/fpu/e_log.S: New file.
49226 * sysdeps/i386/i686/fpu/e_logf.S: New file.
49227 * sysdeps/i386/i686/fpu/e_logl.S: New file.
49228
396a21b1
UD
49229 * ctype/ctype.h: Add support for inlined isXXX functions when
49230 compiling C++ code.
49231
6b1f68c9
AS
492322011-10-14 Andreas Schwab <schwab@redhat.com>
49233
349290c0
AS
49234 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49235
6b1f68c9
AS
49236 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49237
f2282d42
RM
492382011-10-13 Roland McGrath <roland@hack.frob.com>
49239
49240 [BZ #13291]
49241 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49242
5298ffa8
AS
492432011-10-13 Andreas Schwab <schwab@redhat.com>
49244
714fad23
AS
49245 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49246 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49247 feraiseexcept.
49248
81dcc7fb
AS
49249 * sysdeps/x86_64/memrchr.S: Check for zero size.
49250
5298ffa8
AS
49251 * string/stratcliff.c: Add memrchr tests.
49252
951fbcec
LD
492532011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49254
49255 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49256 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49257 rawmemchr-sse2 rawmemchr-sse2-bsf.
49258 * sysdeps/i386/i686/multiarch/memchr.S: New file.
49259 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49260 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49261 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49262 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49263 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49264 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49265 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49266 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49267 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49268 * string/memrchr.c (MEMRCHR): New macro.
49269
0ac5ae23
UD
492702011-10-12 Ulrich Drepper <drepper@gmail.com>
49271
49272 Add integration with gcc's -ffinite-math-only and optimize wrapper
49273 functions in libm.
49274 * Versions.def: Define GLIBC_2.15 version for libm.
49275 * math/Makefile (headers): Add bits/math-finite.h.
49276 * math/bits/math-finite.h: New file.
49277 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49278 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49279 * math/e_acoshl.c: Add __*_finite alias.
49280 * math/e_acosl.c: Likewise.
49281 * math/e_asinl.c: Likewise.
49282 * math/e_atan2l.c: Likewise.
49283 * math/e_atanhl.c: Likewise.
49284 * math/e_coshl.c: Likewise.
49285 * math/e_exp10.c: Likewise.
49286 * math/e_exp10f.c: Likewise.
49287 * math/e_exp10l.c: Likewise.
49288 * math/e_exp2l.c: Likewise.
49289 * math/e_fmodl.c: Likewise.
49290 * math/e_gammal_r.c: Likewise.
49291 * math/e_hypotl.c: Likewise.
49292 * math/e_j0l.c: Likewise.
49293 * math/e_j1l.c: Likewise.
49294 * math/e_jnl.c: Likewise.
49295 * math/e_lgammal_r.c: Likewise.
49296 * math/e_log10l.c: Likewise.
49297 * math/e_log2l.c: Likewise.
49298 * math/e_logl.c: Likewise.
49299 * math/e_powl.c: Likewise.
49300 * math/e_sinhl.c: Likewise.
49301 * math/e_sqrtl.c: Likewise.
49302 * math/e_scalb.c: Completely rewritten and optimized.
49303 * math/e_scalbf.c: Likewise.
49304 * math/e_scalbl.c: Likewise.
49305 * math/w_acos.c: Likewise.
49306 * math/w_acosf.c: Likewise.
49307 * math/w_acosl.c: Likewise.
49308 * math/w_acosh.c: Likewise.
49309 * math/w_acoshf.c: Likewise.
49310 * math/w_acoshl.c: Likewise.
49311 * math/w_asin.c: Likewise.
49312 * math/w_asinf.c: Likewise.
49313 * math/w_asinl.c: Likewise.
49314 * math/w_atan2.c: Likewise.
49315 * math/w_atan2f.c: Likewise.
49316 * math/w_atan2l.c: Likewise.
49317 * math/w_atanh.c: Likewise.
49318 * math/w_atanhf.c: Likewise.
49319 * math/w_atanhl.c: Likewise.
49320 * math/w_exp10.c: Likewise.
49321 * math/w_exp10f.c: Likewise.
49322 * math/w_exp10l.c: Likewise.
49323 * math/w_fmod.c: Likewise.
49324 * math/w_fmodf.c: Likewise.
49325 * math/w_fmodl.c: Likewise.
49326 * math/w_j0.c: Likewise.
49327 * math/w_j0f.c: Likewise.
49328 * math/w_j0l.c: Likewise.
49329 * math/w_j1.c: Likewise.
49330 * math/w_j1f.c: Likewise.
49331 * math/w_j1l.c: Likewise.
49332 * math/w_jn.c: Likewise.
49333 * math/w_jnf.c: Likewise.
49334 * math/w_log.c: Likewise.
49335 * math/w_logf.c: Likewise.
49336 * math/w_logl.c: Likewise.
49337 * math/w_log10.c: Likewise.
49338 * math/w_log10f.c: Likewise.
49339 * math/w_log10l.c: Likewise.
49340 * math/w_log2.c: Likewise.
49341 * math/w_log2f.c: Likewise.
49342 * math/w_log2l.c: Likewise.
49343 * math/w_pow.c: Likewise.
49344 * math/w_powf.c: Likewise.
49345 * math/w_powl.c: Likewise.
49346 * math/w_remainder.c: Likewise.
49347 * math/w_remainderf.c: Likewise.
49348 * math/w_remainderl.c: Likewise.
49349 * math/w_scalb.c: Likewise.
49350 * math/w_scalbf.c: Likewise.
49351 * math/w_scalbl.c: Likewise.
49352 * math/w_sqrt.c: Likewise.
49353 * math/w_sqrtf.c: Likewise.
49354 * math/w_sqrtl.c: Likewise.
49355 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49356 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
49357 used.
49358 * math/math_private.h: Declare __kernel_standard_f.
49359 * math/w_cosh.c: Remove cruft and optimize a bit.
49360 * math/w_coshf.c: Likewise.
49361 * math/w_coshl.c: Likewise.
49362 * math/w_exp2.c: Likewise.
49363 * math/w_exp2f.c: Likewise.
49364 * math/w_exp2l.c: Likewise.
49365 * math/w_hypot.c: Likewise.
49366 * math/w_hypotf.c: Likewise.
49367 * math/w_hypotl.c: Likewise.
49368 * math/w_lgamma.c: Likewise.
49369 * math/w_lgamma_r.c: Likewise.
49370 * math/w_lgammaf.c: Likewise.
49371 * math/w_lgammaf_r.c: Likewise.
49372 * math/w_lgammal.c: Likewise.
49373 * math/w_lgammal_r.c: Likewise.
49374 * math/w_sinh.c: Likewise.
49375 * math/w_sinhf.c: Likewise.
49376 * math/w_sinhl.c: Likewise.
49377 * math/w_tgamma.c: Likewise.
49378 * math/w_tgammaf.c: Likewise.
49379 * math/w_tgammal.c: Likewise.
49380 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49381 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49382 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49383 Minor optimizations. Pretty printing. Remove cruft.
49384 * sysdeps/i386/fpu/e_acosf.S: Likewise.
49385 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49386 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49387 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49388 * sysdeps/i386/fpu/e_acosl.c: Likewise.
49389 * sysdeps/i386/fpu/e_asin.S: Likewise.
49390 * sysdeps/i386/fpu/e_asinf.S: Likewise.
49391 * sysdeps/i386/fpu/e_atan2.S: Likewise.
49392 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49393 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49394 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49395 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49396 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49397 * sysdeps/i386/fpu/e_exp10.S: Likewise.
49398 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49399 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49400 * sysdeps/i386/fpu/e_exp2.S: Likewise.
49401 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49402 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49403 * sysdeps/i386/fpu/e_fmod.S: Likewise.
49404 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49405 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49406 * sysdeps/i386/fpu/e_hypot.S: Likewise.
49407 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49408 * sysdeps/i386/fpu/e_log.S: Likewise.
49409 * sysdeps/i386/fpu/e_log10.S: Likewise.
49410 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49411 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49412 * sysdeps/i386/fpu/e_log2.S: Likewise.
49413 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49414 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49415 * sysdeps/i386/fpu/e_logf.S: Likewise.
49416 * sysdeps/i386/fpu/e_logl.S: Likewise.
49417 * sysdeps/i386/fpu/e_pow.S: Likewise.
49418 * sysdeps/i386/fpu/e_powf.S: Likewise.
49419 * sysdeps/i386/fpu/e_powl.S: Likewise.
49420 * sysdeps/i386/fpu/e_remainder.S: Likewise.
49421 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49422 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49423 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49424 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49425 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49426 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49427 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49428 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49429 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49430 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49431 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49432 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49433 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49434 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49435 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49436 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49437 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49438 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49439 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49440 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49441 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49442 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49443 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49444 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49445 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49446 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49447 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49448 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49449 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49450 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49451 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49452 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49453 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49454 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49455 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49456 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49457 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49458 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49459 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49460 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49461 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49462 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49463 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49464 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49465 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49466 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49467 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49468 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49469 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49470 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49471 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49472 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49473 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49474 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49475 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49476 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49477 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49478 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49479 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49480 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49481 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49482 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49483 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49484 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49485 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49486 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49487 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49488 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49489 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49490 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49491 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49492 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49493 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49494 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49495 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49496 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49497 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49498 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49499 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49500 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49501 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49502 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49503 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49504 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49505 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49506 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49507 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49508 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49509 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49510 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49511 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49512 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49513 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49514 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49515 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49516 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49517 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49518 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49519 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49520 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49521 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49522 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49523 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49524 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49525 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49526 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49527 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49528 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49529 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49530 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49531 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49532 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49533 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49534 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49535 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49536 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49537 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49538 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49539 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
49540 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49541 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49542 (__isnanf): Likewise.
49543 (__isinf_ns): Likewise.
49544 (__isinf_nsf): Likewise.
49545 (__finite): Likewise.
49546 (__finitef): Likewise.
49547 (__ieee754_sqrt): Define as macro.
49548 (__ieee754_sqrtf): Define as macro.
49549 (__ieee754_sqrtl): Define as macro.
49550 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49551 inlined copy.
49552 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49553 __FINITE_MATH_ONLY__ consistent.
49554 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49555
12cc2fcd
AS
495562011-10-10 Andreas Schwab <schwab@linux-m68k.org>
49557
a843a204
AS
49558 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49559 of rawmemchr.
49560
12cc2fcd
AS
49561 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49562
c853acd5
UD
495632011-10-09 Ulrich Drepper <drepper@gmail.com>
49564
49565 * po/ja.po: Update from translation team.
49566
c658d255
RM
495672011-10-08 Roland McGrath <roland@hack.frob.com>
49568
110946e4
RM
49569 * locale/programs/locarchive.c (prepare_address_space): New function.
49570 (create_archive, enlarge_archive, open_archive): Use it.
49571
50604220
RM
49572 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49573 inside [SHARED], where it is used.
49574
c658d255
RM
49575 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49576
49577 * nss/getent.c (netgroup_keys): Remove unused variable.
49578 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49579
6a621eb7
UD
495802011-10-08 Ulrich Drepper <drepper@gmail.com>
49581
7edb55ce
UD
49582 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49583 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49584 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49585 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49586 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49587 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49588 * math/Makefile (libm-calls): Add s_isinf_ns.
49589 * math/divtc3.c: Use __isinf_nsl instead of isinf.
49590 * math/multc3.c: Likewise.
49591 * math/s_casin.c: Likewise.
49592 * math/s_casinf.c: Likewise.
49593 * math/s_casinl.c: Likewise.
49594 * math/s_ccos.c: Likewise.
49595 * math/s_ccosf.c: Likewise.
49596 * math/s_ccosl.c: Likewise.
49597 * math/s_ctan.c: Likewise.
49598 * math/s_ctanf.c: Likewise.
49599 * math/s_ctanh.c: Likewise.
49600 * math/s_ctanhf.c: Likewise.
49601 * math/s_ctanhl.c: Likewise.
49602 * math/s_ctanl.c: Likewise.
49603 * math/w_fmod.c: Likewise.
49604 * math/w_fmodf.c: Likewise.
49605 * math/w_fmodl.c: Likewise.
49606 * math/w_remainder.c: Likewise.
49607 * math/w_remainderf.c: Likewise.
49608 * math/w_remainderl.c: Likewise.
49609 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49610 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49611 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49612 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49613 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49614 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49615 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49616 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49617
187da0ae
UD
49618 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49619 of the number.
49620 * stdio-common/printf_fphex.c: Likewise.
49621 * stdio-common/printf_size.c: Likewise.
49622
9277c064
UD
49623 * math/e_exp10.c: Include math_private.h using <...> not "...".
49624 * math/e_exp10f.c: Likewise.
49625 * math/e_exp10l.c: Likewise.
49626 * math/e_exp2l.c: Likewise.
49627 * math/e_j0l.c: Likewise.
49628 * math/e_j1l.c: Likewise.
49629 * math/e_jnl.c: Likewise.
49630 * math/e_lgammal_r.c: Likewise.
49631 * math/e_rem_pio2l.c: Likewise.
49632 * math/e_scalb.c: Likewise.
49633 * math/e_scalbf.c: Likewise.
49634 * math/e_scalbl.c: Likewise.
49635 * math/k_cosl.c: Likewise.
49636 * math/k_sinl.c: Likewise.
49637 * math/k_tanl.c: Likewise.
49638 * math/s_cacoshf.c: Likewise.
49639 * math/s_catan.c: Likewise.
49640 * math/s_catanf.c: Likewise.
49641 * math/s_catanh.c: Likewise.
49642 * math/s_catanhf.c: Likewise.
49643 * math/s_catanhl.c: Likewise.
49644 * math/s_catanl.c: Likewise.
49645 * math/s_ccosh.c: Likewise.
49646 * math/s_ccoshf.c: Likewise.
49647 * math/s_ccoshl.c: Likewise.
49648 * math/s_cexp.c: Likewise.
49649 * math/s_cexpf.c: Likewise.
49650 * math/s_cexpl.c: Likewise.
49651 * math/s_clog.c: Likewise.
49652 * math/s_clog10.c: Likewise.
49653 * math/s_clog10f.c: Likewise.
49654 * math/s_clog10l.c: Likewise.
49655 * math/s_clogf.c: Likewise.
49656 * math/s_clogl.c: Likewise.
49657 * math/s_csin.c: Likewise.
49658 * math/s_csinf.c: Likewise.
49659 * math/s_csinh.c: Likewise.
49660 * math/s_csinhf.c: Likewise.
49661 * math/s_csinhl.c: Likewise.
49662 * math/s_csinl.c: Likewise.
49663 * math/s_csqrt.c: Likewise.
49664 * math/s_csqrtf.c: Likewise.
49665 * math/s_csqrtl.c: Likewise.
49666 * math/s_ctan.c: Likewise.
49667 * math/s_ctanf.c: Likewise.
49668 * math/s_ctanh.c: Likewise.
49669 * math/s_ctanhf.c: Likewise.
49670 * math/s_ctanhl.c: Likewise.
49671 * math/s_ctanl.c: Likewise.
49672 * math/s_ldexp.c: Likewise.
49673 * math/s_ldexpf.c: Likewise.
49674 * math/s_ldexpl.c: Likewise.
49675 * math/s_significand.c: Likewise.
49676 * math/s_significandf.c: Likewise.
49677 * math/s_significandl.c: Likewise.
49678 * math/w_acos.c: Likewise.
49679 * math/w_acosf.c: Likewise.
49680 * math/w_acosh.c: Likewise.
49681 * math/w_acoshf.c: Likewise.
49682 * math/w_acoshl.c: Likewise.
49683 * math/w_acosl.c: Likewise.
49684 * math/w_asin.c: Likewise.
49685 * math/w_asinf.c: Likewise.
49686 * math/w_asinl.c: Likewise.
49687 * math/w_atan2.c: Likewise.
49688 * math/w_atan2f.c: Likewise.
49689 * math/w_atan2l.c: Likewise.
49690 * math/w_atanh.c: Likewise.
49691 * math/w_atanhf.c: Likewise.
49692 * math/w_atanhl.c: Likewise.
49693 * math/w_cosh.c: Likewise.
49694 * math/w_coshf.c: Likewise.
49695 * math/w_coshl.c: Likewise.
49696 * math/w_dremf.c: Likewise.
49697 * math/w_exp10.c: Likewise.
49698 * math/w_exp10f.c: Likewise.
49699 * math/w_exp10l.c: Likewise.
49700 * math/w_exp2.c: Likewise.
49701 * math/w_exp2f.c: Likewise.
49702 * math/w_fmod.c: Likewise.
49703 * math/w_fmodf.c: Likewise.
49704 * math/w_fmodl.c: Likewise.
49705 * math/w_hypot.c: Likewise.
49706 * math/w_hypotf.c: Likewise.
49707 * math/w_hypotl.c: Likewise.
49708 * math/w_j0.c: Likewise.
49709 * math/w_j0f.c: Likewise.
49710 * math/w_j0l.c: Likewise.
49711 * math/w_j1.c: Likewise.
49712 * math/w_j1f.c: Likewise.
49713 * math/w_j1l.c: Likewise.
49714 * math/w_jn.c: Likewise.
49715 * math/w_jnf.c: Likewise.
49716 * math/w_jnl.c: Likewise.
49717 * math/w_lgamma.c: Likewise.
49718 * math/w_lgamma_r.c: Likewise.
49719 * math/w_lgammaf.c: Likewise.
49720 * math/w_lgammaf_r.c: Likewise.
49721 * math/w_lgammal.c: Likewise.
49722 * math/w_lgammal_r.c: Likewise.
49723 * math/w_log.c: Likewise.
49724 * math/w_log10.c: Likewise.
49725 * math/w_log10f.c: Likewise.
49726 * math/w_log10l.c: Likewise.
49727 * math/w_log2.c: Likewise.
49728 * math/w_log2f.c: Likewise.
49729 * math/w_log2l.c: Likewise.
49730 * math/w_logf.c: Likewise.
49731 * math/w_logl.c: Likewise.
49732 * math/w_pow.c: Likewise.
49733 * math/w_powf.c: Likewise.
49734 * math/w_powl.c: Likewise.
49735 * math/w_remainder.c: Likewise.
49736 * math/w_remainderf.c: Likewise.
49737 * math/w_remainderl.c: Likewise.
49738 * math/w_scalb.c: Likewise.
49739 * math/w_scalbf.c: Likewise.
49740 * math/w_scalbl.c: Likewise.
49741 * math/w_sinh.c: Likewise.
49742 * math/w_sinhf.c: Likewise.
49743 * math/w_sinhl.c: Likewise.
49744 * math/w_sqrt.c: Likewise.
49745 * math/w_sqrtf.c: Likewise.
49746 * math/w_sqrtl.c: Likewise.
49747 * math/w_tgamma.c: Likewise.
49748 * math/w_tgammaf.c: Likewise.
49749 * math/w_tgammal.c: Likewise.
49750
6a621eb7
UD
49751 * po/ja.po: Update from translation team.
49752
bf582445
AJ
497532011-09-29 Andreas Jaeger <aj@suse.de>
49754
f9efbf3a
AJ
49755 [BZ #13179]
49756 * sunrpc/netname.c (netname2host): Fix logic.
49757
bf582445
AJ
49758 [BZ #6779]
49759 [BZ #6783]
49760 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49761 correctly.
49762 * math/w_remainder.c (__remainder): Likewise.
49763 * math/w_remainderf.c (__remainderf): Likewise.
49764 * math/libm-test.inc (remainder_test): Add test cases.
49765
48693bea
AK
497662011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49767
49768 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
49769 sdiv_qrnnd.
49770
42622229
LD
497712011-10-07 Ulrich Drepper <drepper@gmail.com>
49772
49773 * string/test-memcmp.c: Avoid unncessary #defines.
49774 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49775
093ecf92
LD
497762011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49777
49778 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49779 Use new sse2 version for core i3 - i7 as it's faster
49780 than sse42 version.
49781 (bit_Prefer_PMINUB_for_stringop): New.
49782 * sysdeps/x86_64/rawmemchr.S: Update.
49783 Replace with faster SSE2 version.
49784 * sysdeps/x86_64/memrchr.S: New file.
49785 * sysdeps/x86_64/memchr.S: Update.
49786 Replace with faster SSE2 version.
49787
fde56e5c
MP
497882011-09-12 Marek Polacek <mpolacek@redhat.com>
49789
49790 * elf/dl-load.c (lose): Add cast to avoid warning.
49791
21fd49a9
UD
497922011-10-07 Ulrich Drepper <drepper@gmail.com>
49793
5a06e643
UD
49794 * po/ca.po: Update from translation team.
49795
684ae515
UD
49796 * inet/getnetgrent_r.c: Hook up nscd.
49797 * nscd/Makefile (routines): Add nscd_netgroup.
49798 (nscd-modules): Add netgroupcache.
49799 (CFLAGS-netgroupcache.c): Define.
49800 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49801 (cache_search): Add const to second parameter.
49802 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49803 INNETGR.
49804 (dbs): Add netgrdb entry.
49805 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49806 (verify_persistent_db): Handle netgrdb.
49807 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49808 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49809 GETFDNETGR.
49810 (netgroup_response_header): Define.
49811 (innetgroup_response_header): Define.
49812 (datahead): Add netgroup_response_header and innetgroup_response_header
49813 elements.
49814 * nscd/nscd.conf: Add entries for netgroup cache.
49815 * nscd/nscd.h (dbtype): Add netgrdb.
49816 (_PATH_NSCD_NETGROUP_DB): Define.
49817 (netgroup_iov_disabled): Declare.
49818 (xmalloc, xcalloc, xrealloc): Move declarations here.
49819 (cache_search): Adjust prototype.
49820 Add netgroup-related prototypes.
49821 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49822 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49823 (__nscd_innetgr): Declare.
49824 * nscd/selinux.c (perms): Use access_vector_t as element type and
49825 add netgroup-related initializers.
49826 * nscd/netgroupcache.c: New file.
49827 * nscd/nscd_netgroup.c: New file.
49828 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49829 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49830 For four parameters use innetgr.
49831 * nss/nss_files/files-init.c: Add definition and callback for netgr.
49832 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49833 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49834 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49835
21fd49a9
UD
49836 * nscd/connections.c (register_traced_file): Don't register file
49837 for disabled databases.
49838
054c0457
UD
498392011-10-06 Ulrich Drepper <drepper@gmail.com>
49840
32b63198
UD
49841 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49842
054c0457
UD
49843 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49844 from tree and freeing node.
49845
64031225
JO
498462011-09-25 Jiri Olsa <jolsa@redhat.com>
49847
49848 * nss/nsswitch.c (__nss_database_lookup): Handle
49849 nss_parse_service_list out of memory case.
49850
0490345c
JO
498512011-09-15 Jiri Olsa <jolsa@redhat.com>
49852
49853 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49854 out of memory case.
49855
3a62d00d
AS
498562011-10-04 Andreas Schwab <schwab@redhat.com>
49857
49858 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49859 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49860 pass it down.
49861 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49862 elf_machine_rela, elf_machine_lazy_rel.
49863 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49864 (ELF_DYNAMIC_DO_REL): Likewise.
49865 (ELF_DYNAMIC_DO_RELA): Likewise.
49866 (ELF_DYNAMIC_RELOCATE): Likewise.
49867 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49868 to ELF_DYNAMIC_DO_REL.
49869 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49870 (dl_main): In trace mode always set __RTLD_NOIFUNC.
49871 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49872 elf_machine_rela.
49873 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49874 skip_ifunc, don't call ifunc function if non-zero.
49875 (elf_machine_rela): Likewise.
49876 (elf_machine_lazy_rel): Likewise.
49877 (elf_machine_lazy_rela): Likewise.
49878 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49879 (elf_machine_lazy_rel): Likewise.
49880 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49881 Likewise.
49882 (elf_machine_lazy_rel): Likewise.
49883 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49884 Likewise.
49885 (elf_machine_lazy_rel): Likewise.
49886 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49887 (elf_machine_lazy_rel): Likewise.
49888 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49889 (elf_machine_lazy_rel): Likewise.
49890 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49891 (elf_machine_lazy_rel): Likewise.
49892 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49893 (elf_machine_lazy_rel): Likewise.
49894 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49895 (elf_machine_lazy_rel): Likewise.
49896 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49897 (elf_machine_lazy_rel): Likewise.
49898
68577918
UD
498992011-09-28 Ulrich Drepper <drepper@gmail.com>
49900
49901 * nss/nss_files/files-init.c (_nss_files_init): Use static
49902 initialization for all the *_traced_file variables.
49903
68822d74
AS
499042011-09-28 Andreas Schwab <schwab@redhat.com>
49905
49906 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49907
2056100b
RM
499082011-09-27 Roland McGrath <roland@hack.frob.com>
49909
49910 [BZ #13226]
49911 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49912
32c76b63
AS
499132011-09-27 Andreas Schwab <schwab@redhat.com>
49914
49915 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49916 Reread the line before reparsing it.
49917
bf972c9d
AS
499182011-09-26 Andreas Schwab <schwab@redhat.com>
49919
49920 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49921
e057a1b5
JM
499222011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
49923 Maxim Kuvyrkov <maxim@codesourcery.com>
49924 Joseph Myers <joseph@codesourcery.com>
49925
49926 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49927 if needed for __stack_chk_guard.
49928
bc7e1c36
RM
499292011-09-19 Roland McGrath <roland@hack.frob.com>
49930
ecb1482f
RM
49931 * sysdeps/posix/spawni.c (script_execute): Always define it.
49932 It will be optimized away if unused.
49933 (maybe_script_execute): New function.
49934 (__spawni): Call it.
49935
bc7e1c36
RM
49936 * Makerules: Don't include tls.make.
49937 (config-tls): Always set to thread.
49938 * tls.make.c: File removed.
49939
1c3b002b
MF
499402011-09-19 Mike Frysinger <vapier@gentoo.org>
49941
49942 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49943 * config.make.in (CPPFLAGS-config): New substituted variable.
49944
2840865d
UD
499452011-09-15 Ulrich Drepper <drepper@gmail.com>
49946
88738eb6
UD
49947 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49948
cbf645a6 49949 [BZ #13192]
2840865d
UD
49950 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49951 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49952
b402e91a
RM
499532011-09-15 Roland McGrath <roland@hack.frob.com>
49954
49955 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49956 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49957 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49958 (CALL_FAIL): Likewise.
49959 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49960 (CALL_FAIL): Macro removed.
49961 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49962
4c1a1f71
UD
499632011-09-15 Ulrich Drepper <drepper@gmail.com>
49964
49965 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49966 for __FINITE_MATH_ONLY__ == 1.
49967
edc121be
AS
499682011-09-15 Andreas Schwab <schwab@redhat.com>
49969
49970 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49971 __ieee754_sqrt instead of sqrt.
49972 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49973 __ieee754_sqrtf instead of sqrtf.
49974 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49975 __floorf instead of floorf.
49976 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49977 __floorf, __truncf instead of floorf, truncf.
49978
cd205654
UD
499792011-09-14 Ulrich Drepper <drepper@gmail.com>
49980
ee4d0315
UD
49981 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49982
cd205654
UD
49983 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49984 __extern_always_inline.
49985 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49986 32-bit.
49987
48b67d71
AS
499882011-09-14 Andreas Schwab <schwab@redhat.com>
49989
49990 * elf/rtld.c (dl_main): Also relocate in dependency order when
49991 doing symbol dependency testing.
49992
1ae12c75
AS
499932011-09-13 Andreas Schwab <schwab@linux-m68k.org>
49994
49995 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49996 Always define `refsym'.
49997
995a80df
AS
499982011-09-13 Andreas Schwab <schwab@redhat.com>
49999
e529793b
AS
50000 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50001 (__FD_ELT): Renamed from __FDELT.
50002 * misc/bits/select2.h (__FD_ELT): Likewise.
50003 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50004 __FD_MASK instead of __FDELT, __FDMASK.
50005 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50006 Likewise.
50007 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50008 Likewise.
50009
52d4fef8
AS
50010 * elf/Makefile (gen-ldd): Fix pattern.
50011
995a80df
AS
50012 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50013 (init_tls): Likewise.
50014
8682f8b0
UD
500152011-09-12 Ulrich Drepper <drepper@gmail.com>
50016
50017 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50018
de82006d
AS
500192011-09-12 Andreas Schwab <schwab@redhat.com>
50020
a7c8e6a1
AS
50021 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50022 `struct cmsghdr *' instead of `void *'.
50023 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50024 Likewise.
50025
0f31fe77
AS
500262011-09-11 Andreas Schwab <schwab@linux-m68k.org>
50027
50028 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50029 if non-absolute.
50030 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50031 ldd_rewrite_script.
0f31fe77 50032
32b4c839
UD
500332011-09-11 Ulrich Drepper <drepper@gmail.com>
50034
83cd1420
UD
50035 * configure.in: Remove --with-tls option.
50036 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50037 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50038 out in case it is missing.
50039 * sysdeps/ia64/elf/configure.in: Likewise.
50040 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50041 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50042 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50043 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50044 * sysdeps/sh/elf/configure.in: Likewise.
50045 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50046 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50047 * sysdeps/x86_64/elf/configure.in: Likewise.
50048 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50049 * sysdeps/mach/hurd/tls.h: Likewise.
50050
633f745d
UD
50051 [BZ #13067]
50052 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50053
f318beb8
UD
50054 [BZ #13090]
50055 * configure.in: Fix use of AC_INIT.
50056
32b4c839
UD
50057 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50058
3ce1f295
UD
500592011-09-10 Ulrich Drepper <drepper@gmail.com>
50060
bb016596
UD
50061 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50062 __set_errno.
8e58439c
UD
50063 * malloc/hooks.c: Likewise.
50064
aebae053 50065 [BZ #11929]
02d46fc4
UD
50066 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
50067 variables statically.
50068 (narenas): Initialize.
50069 (list_lock): Initialize.
bb016596
UD
50070 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
50071 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
50072 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50073 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
50074 Add initializers to main_arena and mp_.
50075 (malloc_state): Remove pagesize member. Change all users to use
50076 GLRO(dl_pagesize).
50077
50078 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50079 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
50080 is always initialized.
50081
22a89187
UD
50082 * malloc/malloc.c: Removed unused configurations and dead code.
50083 * malloc/arena.c: Likewise.
50084 * malloc/hooks.c: Likewise.
02d46fc4 50085 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 50086
d063d164
UD
50087 * include/tls.h: Removed. USE___THREAD must always be defined.
50088 * bits/libc-tsd.h: Don't handle !USE___THREAD.
50089 * elf/dl-libc.c: Likewise.
50090 * elf/dl-tsd.c: Likewise.
50091 * include/errno.h: Likewise.
50092 * include/netdb.h: Likewise.
50093 * include/resolv.h: Likewise.
50094 * inet/herrno-loc.c: Likewise.
50095 * inet/herrno.c: Likewise.
50096 * malloc/arena.c: Likewise.
50097 * malloc/hooks.c: Likewise.
50098 * malloc/malloc.c: Likewise.
50099 * resolv/res-state.c: Likewise.
50100 * resolv/res_libc.c: Likewise.
50101 * sysdeps/i386/dl-machine.h: Likewise.
50102 * sysdeps/ia64/dl-machine.h: Likewise.
50103 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50104 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50105 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50106 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50107 * sysdeps/sh/dl-machine.h: Likewise.
50108 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50109 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50110 * sysdeps/unix/i386/sysdep.S: Likewise.
50111 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50112 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50113 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50114 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50115 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50116 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50117 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50118 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50119 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50120 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50121 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50122 * sysdeps/x86_64/dl-machine.h: Likewise.
50123 * tls.make.c: Likewise.
50124
3ce1f295
UD
50125 * configure.in: Remove --with-__thread option. Make tests for
50126 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50127 tls_model attribute fail if no support is available. Remove
50128 USE_IN_LIBIO.
50129 * Makeconfig: Adjust for dropped configure option. All features are
50130 now mandatory.
50131 * Makerules: Likewise.
50132 * Versions.def: Likewise.
50133 * argp/argp-fmtstream.c: Likewise.
50134 * argp/argp-fmtstream.h: Likewise.
50135 * argp/argp-help.c: Likewise.
50136 * assert/assert.c: Likewise.
50137 * config.h.in: Likewise.
50138 * config.make.in: Likewise.
50139 * configure: Likewise.
50140 * configure.in: Likewise.
50141 * csu/Versions: Likewise.
50142 * csu/init.c: Likewise.
50143 * elf/tst-audit2.c: Likewise.
50144 * elf/tst-tls10.c: Likewise.
50145 * elf/tst-tls10.h: Likewise.
50146 * elf/tst-tls11.c: Likewise.
50147 * elf/tst-tls12.c: Likewise.
50148 * elf/tst-tls14.c: Likewise.
50149 * elf/tst-tlsmod11.c: Likewise.
50150 * elf/tst-tlsmod12.c: Likewise.
50151 * elf/tst-tlsmod13.c: Likewise.
50152 * elf/tst-tlsmod13a.c: Likewise.
50153 * elf/tst-tlsmod14a.c: Likewise.
50154 * elf/tst-tlsmod15b.c: Likewise.
50155 * elf/tst-tlsmod16a.c: Likewise.
50156 * elf/tst-tlsmod16b.c: Likewise.
50157 * elf/tst-tlsmod7.c: Likewise.
50158 * elf/tst-tlsmod8.c: Likewise.
50159 * elf/tst-tlsmod9.c: Likewise.
50160 * gmon/gmon.c: Likewise.
50161 * grp/fgetgrent_r.c: Likewise.
50162 * grp/putgrent.c: Likewise.
50163 * hurd/fopenport.c: Likewise.
50164 * include/libc-symbols.h: Likewise.
50165 * include/tls.h: Likewise.
50166 * intl/gettextP.h: Likewise.
50167 * intl/loadinfo.h: Likewise.
50168 * locale/global-locale.c: Likewise.
50169 * locale/localeinfo.h: Likewise.
50170 * mach/devstream.c: Likewise.
50171 * malloc/arena.c: Likewise.
50172 * malloc/set-freeres.c: Likewise.
50173 * misc/err.c: Likewise.
50174 * misc/getttyent.c: Likewise.
50175 * misc/mntent_r.c: Likewise.
50176 * posix/getopt.c: Likewise.
50177 * posix/wordexp.c: Likewise.
50178 * pwd/fgetpwent_r.c: Likewise.
50179 * resolv/Versions: Likewise.
50180 * resolv/res_hconf.c: Likewise.
50181 * shadow/fgetspent_r.c: Likewise.
50182 * shadow/putspent.c: Likewise.
50183 * stdio-common/printf_fphex.c: Likewise.
50184 * stdio-common/tmpfile.c: Likewise.
50185 * stdlib/abort.c: Likewise.
50186 * stdlib/fmtmsg.c: Likewise.
50187 * sunrpc/auth_unix.c: Likewise.
50188 * sunrpc/clnt_perr.c: Likewise.
50189 * sunrpc/clnt_tcp.c: Likewise.
50190 * sunrpc/clnt_udp.c: Likewise.
50191 * sunrpc/clnt_unix.c: Likewise.
50192 * sunrpc/openchild.c: Likewise.
50193 * sunrpc/svc_simple.c: Likewise.
50194 * sunrpc/svc_tcp.c: Likewise.
50195 * sunrpc/svc_udp.c: Likewise.
50196 * sunrpc/svc_unix.c: Likewise.
50197 * sunrpc/xdr.c: Likewise.
50198 * sunrpc/xdr_array.c: Likewise.
50199 * sunrpc/xdr_rec.c: Likewise.
50200 * sunrpc/xdr_ref.c: Likewise.
50201 * sunrpc/xdr_stdio.c: Likewise.
50202
1248c1c4
PB
502032011-09-09 Ulrich Drepper <drepper@gmail.com>
50204
50205 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50206
502072011-07-03 Andreas Jaeger <aj@suse.de>
50208
50209 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50210 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50211 regenerate with gen-libm-tests.pl.
50212
502132010-05-12 Petr Baudis <pasky@suse.cz>
50214
50215 [BZ #11589]
50216 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50217 around j0() zero points by switching to j1().
50218 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50219 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50220 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50221 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50222
f22e1074
UD
502232011-09-09 Ulrich Drepper <drepper@gmail.com>
50224
f19009c1
UD
50225 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50226 instead of 0.
50227 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 50228 instead of 0.
f19009c1
UD
50229 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50230 Patch in part by Pavel Roskin <proski@gnu.org>.
50231
3f8cc204
UD
50232 [BZ #13138]
50233 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50234 realloc.
50235 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
50236 Free memory block if necessary.
50237
f22e1074
UD
50238 [BZ #12847]
50239 * libio/genops.c (INTDEF): For string streams the _lock pointer can
50240 be NULL. Don't lock in this case.
50241
0a2349f9
RM
502422011-09-09 Roland McGrath <roland@hack.frob.com>
50243
50244 * elf/elf.h (ELFOSABI_GNU): New macro.
50245 (ELFOSABI_LINUX): Define to that.
50246
f3cdd467
DZ
502472011-07-29 Denis Zaitceff <zaitceff@gmail.com>
50248
50249 * string/strncat.c (strncat): Undef the symbol in case it has been
50250 defined in bits/string.h.
50251
74718d13
UD
502522011-09-09 Ulrich Drepper <drepper@gmail.com>
50253
633e9e0f
UD
50254 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50255
0a2349f9 50256 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
50257 link map.
50258
f9924780
AJ
502592011-08-17 Andreas Jaeger <aj@suse.de>
50260
50261 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50262
7f5517aa
PP
502632011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
50264 Ian Lance Taylor <iant@google.com>
50265
50266 * math/libm-test.inc (lround_test): New testcase.
50267 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50268
762011fe
UD
502692011-09-08 Ulrich Drepper <drepper@gmail.com>
50270
92963737
UD
50271 * Makefile: Remove support for automatic cvs check-ins.
50272 * Makerules: Likewise.
50273 * config.make.in: Likewise.
50274 * configure.in: Likewise.
50275 * intl/Makefile: Likewise.
50276 * locale/Makefile: Likewise.
50277 * po/Makefile: Likewise.
50278 * posix/Makefile: Likewise.
50279 * sysdeps/gnu/Makefile: Likewise.
50280 * sysdeps/mach/hurd/Makefile: Likewise.
50281 * sysdeps/sparc/sparc32/Makefile: Likewise.
50282
b0727fd8
JS
50283 [BZ #13118]
50284 * posix/Makefile (bug-regex32-ENV): Define.
50285 Patch by John Stanley <jpsinthemix@verizon.net>.
50286
a0f33f99
UD
50287 * misc/Makefile (headers): Add bits/select2.h.
50288 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50289 * misc/bits/select2.h: New file.
50290 * include/bits/select2.h: New file.
50291 * debug/Makefile (routines): Add fdelt_chk.
50292 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50293 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50294 FD_ISSET.
50295 * debug/fdelt_chk.c: New file.
50296
762011fe
UD
50297 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
50298 * wcsmbs/test-wmemcmp.c: Likewise.
50299 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 50300 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
50301
503022011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50303
50304 * string/Makefile (strop-tests): Add memcmp.
50305 * string/test-wmemcmp.c: New file.
50306 * string/test-memcmp.c: Add wmemcmp support.
50307
7f513ec8
RM
503082011-09-08 Roland McGrath <roland@hack.frob.com>
50309
0442afb4
RM
50310 [BZ #13153]
50311 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50312 2011-07-19 change.
50313
7f513ec8
RM
50314 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50315 garbage value in a __mach_port_mod_refs call in the cases of the
50316 task-self and thread-self ports.
50317
a12b2239
ST
503182011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50319
50320 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50321
610f9ab4
AS
503222011-09-08 Andreas Schwab <schwab@redhat.com>
50323
7f513ec8 50324 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 50325
48882a1a
LD
503262011-09-07 Ulrich Drepper <drepper@gmail.com>
50327
b49865be
UD
50328 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50329
fdc86bc9
UD
50330 * elf/dl-libc.c (dlerror_run): Pass back error code from
50331 dl_catch_error.
50332
c966526a
UD
50333 [BZ #13123]
50334 * elf/dl-load.c (lose): Free l_origin if it is valid.
50335
48882a1a
LD
50336 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50337 names.
50338 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50339 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50340 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50341 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50342 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50343 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50344
77a2a8b4
AZ
503452011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50346
50347 * sysdeps/powerpc/fpu/e_hypot.c: New file.
50348 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50349 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50350 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50351 * sysdeps/powerpc/fpu/k_cosf.c: New file.
50352 * sysdeps/powerpc/fpu/k_sinf.c: New file.
50353 * sysdeps/powerpc/fpu/s_cosf.c: New file.
50354 * sysdeps/powerpc/fpu/s_sinf.c: New file.
50355 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50356 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50357
24f579d8
AM
503582011-08-15 Alan Modra <amodra@gmail.com>
50359
50360 [BZ #13092]
50361 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50362 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50363 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
50364 ppc_mcount to static-only-routines.
50365 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50366 __mcount_internal.
50367 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50368 __mcount_internal with usual JUMPTARGET. Remove useless nop.
50369
3d4837df
UD
503702011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
50371
50372 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50373 for finite and infinity parameters.
50374
22700377
WS
503752011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50376
50377 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50378 and add nop instructions for throughput optimization.
50379 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50380
5025581e
WS
503812011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
50382
50383 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50384 aligned copy for power7 with vector-scalar instructions.
50385 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50386
08a300c9
L
503872011-07-24 H.J. Lu <hongjiu.lu@intel.com>
50388
50389 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50390 AVX check.
50391
59178ef9
AS
503922011-09-07 Andreas Schwab <schwab@redhat.com>
50393
50394 [BZ #13144]
50395 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50396 last change.
50397
e38ba7ab
UD
503982011-09-07 Ulrich Drepper <drepper@gmail.com>
50399
50400 * sysdeps/unix/sysv/linux/x86_64/init-first.c
50401 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50402 syscall wrapper around clock_gettime in __vdso_clock_gettime.
50403 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50404 clock_gettime.
50405
d53a73ac
UD
504062011-09-06 Ulrich Drepper <drepper@gmail.com>
50407
fc8bffcc
UD
50408 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50409 Forgot to demangle the pointer.
50410
ceaa0c5d
UD
50411 * sysdeps/i386/sysdep.h: Define atom_text_section.
50412 * sysdeps/x86_64/sysdep.h: Likewise.
50413 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50414 section with atom_text_section.
50415 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50416 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50417 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50418 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50419 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50420
a77d3c17
UD
50421 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50422 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50423 already be defined. Change to take two parameters and don't assign
50424 result to variable. Adjust all users.
50425 Define INTERNAL_GETTIME if not already defined.
50426 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50427 call.
50428 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50429 HAVE_CLOCK_GETTIME_VSYSCALL.
50430 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50431
d53a73ac
UD
50432 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50433 gettimeofday vsyscall, just use time.
50434
a8f84144
AS
504352011-09-06 Andreas Schwab <schwab@redhat.com>
50436
50437 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50438 <errno.h>.
50439
ef606249
UD
504402011-09-06 Ulrich Drepper <drepper@gmail.com>
50441
50442 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50443 syscall on x86-64.
50444 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50445 syscall.
50446 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50447 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50448 syscall if possible.
50449
6585cb60
UD
504502011-09-05 Ulrich Drepper <drepper@gmail.com>
50451
50452 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50453 e_ident. Don't pass to find_mapsXX.
50454 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50455
a5f524e4
LD
504562011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50457
50458 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50459 strchr-sse2-no-bsf strrchr-sse2-no-bsf
50460 * sysdeps/x86_64/multiarch/strchr.S: Update.
50461 Check bit_slow_BSF bit.
50462 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50463 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50464 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50465
554881ef
UD
504662011-09-05 Ulrich Drepper <drepper@gmail.com>
50467
d96de963
UD
50468 [BZ #13134]
50469 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50470 before glibc 2.15.
50471 (tryshell): Define.
50472 (__spawni): Change last parameter to be flag. Test
50473 SPAWN_XFLAGS_USE_PATH flag to use path or not.
50474 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50475 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50476 * posix/spawni.c: Likewise.
50477 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50478 * posix/spawnp.c: Likewise. Change normal version to use
50479 SPAWN_XFLAGS_USE_PATH.
50480 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50481 SPAWN_XFLAGS_TRY_SHELL.
50482
d48e5868
UD
50483 [BZ #13150]
50484 * posix/glob.h: Remove gcc 1.x support.
50485
554881ef
UD
50486 [BZ #13068]
50487 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50488
693fb948
LD
504892011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50490
50491 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50492 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50493 strrchr-sse2-bsf
50494 * sysdeps/i386/i686/multiarch/strchr.S: New file.
50495 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50496 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50497 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50498 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50499 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50500
1b48c537
UD
505012011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50502
49d42c37
UD
50503 * sysdeps/x86_64/wcscmp.S: New file.
50504
1b48c537
UD
50505 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50506 wcscmp-c wcscmp-sse2
50507 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50508 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50509 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50510 * wcsmbs/wcscmp.c: Allow renaming.
50511
15c95c5d
DM
505122011-09-05 David S. Miller <davem@davemloft.net>
50513
50514 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50515 stack slot, rather than the struct return pointer slot.
50516 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50517 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50518 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50519 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50520
2f0ad8f3
UD
505212011-09-05 Ulrich Drepper <drepper@gmail.com>
50522
d88ae418
UD
50523 * po/ja.po: Update from translation team.
50524
2f0ad8f3
UD
50525 [BZ #13144]
50526 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50527 kernel in 64-bit binaries.
50528
5f4318d1
DM
505292011-09-01 David S. Miller <davem@davemloft.net>
50530
50531 * elf/elf.h (HWCAP_SPARC_*): Move to..
50532 * sysdeps/sparc/sysdep.h: this new file and add new values.
50533 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50534 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50535 _DL_HWCAP_COUNT to 24.
50536 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50537 entries.
50538 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50539 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50540 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50541 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50542 instead of magic constants.
50543 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50544
3ba57516
DM
505452011-08-31 David S. Miller <davem@davemloft.net>
50546
50547 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50548 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50549 Reimplement to do errno handling inline.
50550 (SYSCALL_ERROR_HANDLER): New macro.
50551 (__SYSCALL_STRING): Do not do errno handling in asm.
50552 (__CLONE_SYSCALL_STRING): Delete.
50553 (__INTERNAL_SYSCALL_STRING): Delete.
50554 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50555 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50556 (PSEUDO): Reimplement to do errno handling inline.
50557 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50558 (SYSCALL_ERROR_HANDLER): New macro.
50559 (__SYSCALL_STRING): Do not do errno handling in asm.
50560 (__CLONE_SYSCALL_STRING): Delete.
50561 (__INTERNAL_SYSCALL_STRING): Delete.
50562 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50563 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50564 i386.
50565 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50566 (inline_syscall*): Add 'err' argument.
50567 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50568 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50569 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50570 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50571
50572 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50573 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50574
2bc17433
AS
505752011-08-30 Andreas Schwab <schwab@redhat.com>
50576
50577 * elf/rtld.c (dl_main): Relocate objects in dependency order.
50578
fbeb5f4d
JO
505792011-08-29 Jiri Olsa <jolsa@redhat.com>
50580
50581 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50582 directive.
50583
ad69cc26
DM
505842011-08-24 David S. Miller <davem@davemloft.net>
50585
50586 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50587
39dd69df
AS
505882011-08-24 Andreas Schwab <schwab@redhat.com>
50589
50590 * elf/Makefile: Add rules to build and run unload8 test.
50591 * elf/unload8.c: New file.
50592 * elf/unload8mod1.c: New file.
50593 * elf/unload8mod1x.c: New file.
50594 * elf/unload8mod2.c: New file.
50595 * elf/unload8mod3.c: New file.
50596
50597 * elf/dl-close.c (_dl_close_worker): Reset private search list if
50598 it wasn't used.
50599
2c0b250a
DM
506002011-08-23 David S. Miller <davem@davemloft.net>
50601
50602 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50603 subtract stack bias.
50604 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50605 %sp not %fp in calculations.
50606 (_JMPBUF_UNWINDS_ADJ): Likewise.
50607
22044b48
DM
50608 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50609 (aio_suspend): Call it to force an exception region around the
50610 AIO_MISC_WAIT() invocation.
50611
2cae4995
AS
506122011-08-23 Andreas Schwab <schwab@redhat.com>
50613
50614 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50615 backslash.
50616
873a772e
AJ
506172011-07-04 Aurelien Jarno <aurelien@aurel32.net>
50618
50619 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50620 protection macro.
50621 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50622 and <dl-machine.h>.
50623 (Elf64_FuncDesc): Remove.
50624
25ad0df1
DM
506252011-08-22 David S. Miller <davem@davemloft.net>
50626
50627 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50628 sigaltstack check, add missing cfi directives.
50629 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50630 missing cfi directives, and sigaltstack handling.
50631
e888bcbe
AS
506322011-08-16 Andreas Schwab <schwab@redhat.com>
50633
50634 [BZ #11724]
50635 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50636 object is seen twice.
50637 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50638
50639 * elf/Makefile (distribute): Add tst-initorder2.c.
50640 (tests): Add tst-initorder2.
50641 (modules-names): Add tst-initorder2a tst-initorder2b
50642 tst-initorder2c tst-initorder2d. Add rules to build them.
50643 ($(objpfx)tst-initorder2.out): New rule.
50644 * elf/tst-initorder2.c: New file.
50645 * elf/tst-initorder2.exp: New file.
50646
87162f46
AS
506472011-08-22 Andreas Schwab <schwab@redhat.com>
50648
70538b7f
AS
50649 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50650
f55ffe58
AS
50651 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50652 dependencies back to end of function.
50653
87162f46
AS
50654 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50655 $(elfobjdir)/ld.so.
50656
91b392a4
UD
506572011-08-21 Ulrich Drepper <drepper@gmail.com>
50658
50659 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50660 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50661 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50662 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50663 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50664 of __vdso_gettimeofday.
50665 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50666 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
50667 attribute_hidden.
50668 (_libc_vdso_platform_setup): Remove initialization of
50669 __vdso_gettimeofday and __vdso_time.
50670
5c43483f
UD
506712011-08-20 Ulrich Drepper <drepper@gmail.com>
50672
775a77e7
UD
50673 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50674 and fgetc_unlocked.
50675 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50676 getc_unlocked.
89f447ed 50677
49c74ba9
UD
50678 * elf/dl-open.c (add_to_global): Report additions to the global scope
50679 for LD_DEBUG=scopes.
50680 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 50681 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 50682
5c43483f
UD
50683 [BZ #13114]
50684 * stdio-common/Makefile (tests): Add bug24.
50685 * stdio-common/bug24.c: New file.
50686
a101b025
AJ
506872011-08-19 Andreas Jaeger <aj@suse.de>
50688
50689 [BZ #13114]
50690 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50691 non-existant file when using close-on-exec mode.
50692
c88f1766
UD
506932011-08-20 Ulrich Drepper <drepper@gmail.com>
50694
0276a718
UD
50695 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50696 the very first instruction.
50697
c88f1766
UD
50698 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50699 the CFI state in the end.
50700 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50701 inclusion of dl-trampoline.h.
50702 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50703
51ccffa0
AS
507042011-08-19 Andreas Schwab <schwab@redhat.com>
50705
94d7165f
AS
50706 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50707 expectations for long double.
50708
51ccffa0
AS
50709 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50710 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50711
fd708658 507122011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
50713
50714 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50715 artificual limit depends upon the system page size.
50716
44f0a71e
UD
507172011-08-17 Ulrich Drepper <drepper@gmail.com>
50718
50719 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50720 * resolv/Makefile: Define CFLAGS-libresolv.
50721
8de79a24
AS
507222011-08-17 Andreas Schwab <schwab@redhat.com>
50723
50724 * nss/makedb.c (compute_tables): Make variables used in nested
50725 function static.
50726
27724598
UD
507272011-08-17 Ulrich Drepper <drepper@gmail.com>
50728
c5305d88
UD
50729 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50730 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50731 if buffer was too small.
50732
27724598
UD
50733 * elf/pldd.c (main): Attach to all threads in the process.
50734 Rewrite /proc handling to use *at functions.
50735
076fe015
UD
507362011-08-16 Ulrich Drepper <drepper@gmail.com>
50737
174baab3
UD
50738 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50739 specifies first scope to show.
50740 (dl_open_worker): Update callers. Move printing scope of new
50741 object to before the relocation.
44f0a71e 50742 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
50743 * sysdeps/generic/ldsodefs.h: Update declaration.
50744
076fe015
UD
50745 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50746 string for the scope number.
50747
a60df2c3
UD
507482011-08-14 Ulrich Drepper <drepper@gmail.com>
50749
50750 * nscd/servicescache.c (cache_addserv): Make sure written is always
50751 initialized.
50752
5e4287d1
RM
507532011-08-14 Roland McGrath <roland@hack.frob.com>
50754
85ae0589
RM
50755 * sysdeps/i386/i486/bits/atomic.h
50756 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50757 statement expression, so as to suppress "set but not used" warning.
50758 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50759
69f63097
RM
50760 * string/strncat.c (STRNCAT): Use prototype definition.
50761
675456ef
RM
50762 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50763 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50764 -Iprograms here.
50765 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50766 (localedef-modules): Add localedef.
50767 (locale-modules): Add locale.
50768
5e4287d1
RM
50769 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50770 * elf/rtld.c (dl_main): Invert order of assignment in last change,
50771 to avoid a warning.
50772
9c96ff23
DM
507732011-08-14 David S. Miller <davem@davemloft.net>
50774
50775 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50776 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50777
f9ddf089
UD
507782011-08-13 Ulrich Drepper <drepper@gmail.com>
50779
44f0a71e 50780 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
50781 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50782 * elf/rtld.c (dl_main): Set l_name of vDSO.
50783 Call _dl_show_scope when DL_DEBUG_SCOPES.
50784 (process_dl_debug): Recognize scopes flag and also set it for all.
50785 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50786 Declare _dl_show_scope.
50787
1dc27704
UD
50788 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50789 (do_dlopen): Pass caller_dlopen to dl_open.
50790 (__libc_dlopen_mode): Initialize caller_dlopen.
50791
f9ddf089
UD
50792 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50793 of libc. Make tolower call locale-independent. Optimize a bit by
50794 using isdigit instead of isalnum.
50795 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50796
9ac533d3
UD
507972011-08-12 Ulrich Drepper <drepper@gmail.com>
50798
50799 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50800 was a dependency or dynamically loaded.
50801
89edf2e9
UD
508022011-08-11 Ulrich Drepper <drepper@gmail.com>
50803
8e999d29
UD
50804 * intl/l10nflist.c: Allow architecture-specific pop function.
50805 * sysdeps/x86_64/l10nflist.c: New file.
50806
89edf2e9
UD
50807 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50808 classification.
50809
14d96785
AS
508102011-08-10 Andreas Schwab <schwab@redhat.com>
50811
50812 * include/dirent.h: Add libc_hidden_proto for scandirat and
50813 scandirat64. Don't declare __scandirat64.
50814 * dirent/scandirat.c: Add libc_hidden_def.
50815 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50816 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50817
6761ac04
DM
508182011-08-10 David S. Miller <davem@davemloft.net>
50819
50820 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50821 enum.
50822 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50823 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50824 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50825
c55fbd1e
UD
508262011-08-09 Ulrich Drepper <drepper@gmail.com>
50827
50828 * Versions.def [libc]: Add GLIBC_2.15.
50829 * dirent/Makefile (routines): Add scandirat and scandirat64.
50830 * dirent/Versions [libc]: Export scandirat and scandirat64 for
50831 GLIBC_2.15.
50832 * dirent/dirent.h: Declare scandirat and scandirat64.
50833 * dirent/scandirat.c: New file.
50834 * dirent/scandirat64.c: New file.
50835 * sysdeps/wordsize-64/scandirat.c: New file.
50836 * sysdeps/wordsize-64/scandirat64.c: New file.
50837 * dirent/opendir.c: Define opendirat.
50838 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
50839 using scandirat.
50840 * dirent/scandir64.c: Adjust for scandir.c change.
50841 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
50842 __scandirat64, and __scandir_cancel_handler.
50843 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
50844 additional parameter and use openat instead of open (outside of ld.so).
50845 Add new __opendir as wrapper around __opendirat.
50846 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50847 here without requiring old scandirat implementation.
50848
879165f2
UD
508492011-08-08 Ulrich Drepper <drepper@gmail.com>
50850
50851 * dirent/scandir.c (cancel_handler): Renamed to
50852 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
50853 defined. Adjust users.
50854 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50855 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50856
cb7e923b
UD
508572011-08-04 Ulrich Drepper <drepper@gmail.com>
50858
16292edd
UD
50859 * string/test-string.h (IMPL): Use __STRING to expand name and then
50860 stringify it.
50861
cb7e923b
UD
50862 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
50863 of cleanups.
50864
cff82933
LD
508652011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50866
50867 * string/Makefile: Update.
50868 (strop-tests): Append strncat.
50869 * string/test-wcscmp.c: New file.
50870 New comprehensive test for wcscmp.
50871 * string/test-strcmp.c: Update.
50872 (WIDE): New define.
50873
9be9bfcc
AS
508742011-07-22 Andreas Schwab <schwab@redhat.com>
50875
50876 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50877 line.
50878
2e96f1c7
AS
508792011-07-26 Andreas Schwab <schwab@redhat.com>
50880
50881 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50882 encoding to ACE if AI_IDN.
50883
85188888
JJ
508842011-08-01 Jakub Jelinek <jakub@redhat.com>
50885
50886 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50887 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50888
5fa16e9b
LD
508892011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50890
50891 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50892 Fix overflow bug in strncat.
50893 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50894
50895 * string/test-strncat.c: Update.
50896 Add new tests for checking overflow bugs.
50897
508982011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50899
50900 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50901 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50902 * sysdeps/i386/i686/multiarch/strcat.S: New file.
50903 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50904 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50905 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50906 * sysdeps/i386/i686/multiarch/strncat.S: New file.
50907 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50908 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50909
50910 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50911 (USE_AS_STRCAT): Define.
50912 Add strcat and strncat support.
50913 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50914
8c1a459f
AS
509152011-07-25 Andreas Schwab <schwab@redhat.com>
50916
50917 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50918 __n bigger than INT_MAX+1.
50919 (__strncmp_g): Likewise.
50920
bba33c28
UD
509212011-07-23 Ulrich Drepper <drepper@gmail.com>
50922
798be72d
UD
50923 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50924 * libio/stido.h: Likewise.
50925
8accd4dc
UD
50926 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50927 (AF_NFC): Define.
50928 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50929 (AF_NFC): Define.
50930
cbff0d96
UD
50931 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50932 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50933 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50934 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50935 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50936
9191c04a
UD
50937 [BZ #13021]
50938 * scripts/test-installation.pl: Don't expect libnss_test1 to be
50939 installed.
50940
bba33c28
UD
50941 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50942 typo.
50943 (_dl_x86_64_save_sse): Likewise.
50944
90f139dd
UD
509452011-07-22 Ulrich Drepper <drepper@gmail.com>
50946
1aae088a
UD
50947 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50948 OSXSAVE.
50949 (_dl_x86_64_save_sse): Likewise.
50950
8e2045f5
UD
50951 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50952
90f139dd
UD
50953 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50954
1d002f25
AS
509552011-07-21 Andreas Schwab <schwab@redhat.com>
50956
50957 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50958 change.
50959 (_dl_x86_64_save_sse): Use correct AVX check.
50960
21137f89
UD
509612011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50962
50963 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50964 bug in strncpy/strncat.
50965 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50966
a65c0b7a
UD
509672011-07-21 Ulrich Drepper <drepper@gmail.com>
50968
50969 * string/tester.c (test_strcat): Add tests for different alignments
50970 of source and destination.
50971 (test_strncat): Likewise.
50972
6986b98a
UD
509732011-07-20 Ulrich Drepper <drepper@gmail.com>
50974
90bb2039
UD
50975 [BZ #12852]
50976 * posix/glob.c (glob): Check passed in values before using them in
50977 expressions to avoid some overflows.
50978 (glob_in_dir): Likewise.
50979
5644ef54
UD
50980 [BZ #13007]
50981 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50982 check for AVX enablement so that we don't crash with old kernels and
50983 new hardware.
50984 * elf/tst-audit4.c: Add same checks here.
50985 * elf/tst-audit6.c: Likewise.
50986
50987 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 50988
bfc9dc9b
AS
509892011-07-09 Andreas Schwab <schwab@linux-m68k.org>
50990
50991 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50992
702e64bb
UD
509932011-07-20 Ulrich Drepper <drepper@gmail.com>
50994
50995 * po/cs.po: Update from translation team.
50996 * po/bg.po: Likewise.
50997
295e904f
MP
509982011-07-12 Marek Polacek <mpolacek@redhat.com>
50999
51000 * misc/sys/cdefs.h: Add support for const attribute.
51001 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51002 to gnu_dev_{major,minor,makedev} functions.
51003
3ff94596
MP
510042011-07-20 Marek Polacek <mpolacek@redhat.com>
51005
51006 * intl/dcigettext.c (get_output_charset): Add missing bracket.
51007
28b59fca
AS
510082011-07-20 Andreas Schwab <schwab@redhat.com>
51009
51010 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51011 strlen results.
51012
19df733e
AK
510132011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51014
51015 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51016 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51017 register in order to avoid conflicts with the soft frame pointer
51018 being held in r11 when necessary.
51019 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51020 (INTERNAL_VSYSCALL_NCS): Likewise.
51021
c8835729
MP
510222011-07-14 Marek Polacek <mpolacek@redhat.com>
51023
51024 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51025 * elf/dl-fini.c (_dl_fini): Adjust caller.
51026 * elf/dl-close.c (_dl_close_worker): Likewise.
51027 * sysdeps/generic/ldsodefs.h: Adjust declaration.
51028
b902330c
MP
510292011-07-15 Marek Polacek <mpolacek@redhat.com>
51030
8991e135
MP
51031 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51032 "aux_cache->nlibs < 0".
51033
b902330c
MP
51034 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51035 in the reload-count case.
51036
99710781
LD
510372011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51038
51039 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51040 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51041 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51042 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51043 * sysdeps/x86_64/multiarch/strcat.S: New file.
51044 * sysdeps/x86_64/multiarch/strncat.S: New file.
51045 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51046 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51047 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51048 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51049 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51050 (USE_AS_STRCAT): Define.
51051 Add strcat and strncat support.
51052 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51053 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51054 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51055 * string/strncat.c: Update.
51056 (USE_AS_STRNCAT): Define.
51057 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51058 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51059 and i7.
51060 * sysdeps/x86_64/multiarch/init-arch.h
51061 (bit_Prefer_PMINUB_for_stringop): New.
51062 (index_Prefer_PMINUB_for_stringop): Likewise.
51063 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51064 bit_Prefer_PMINUB_for_stringop.
51065
7dc6bd90
UD
510662011-07-19 Ulrich Drepper <drepper@gmail.com>
51067
51068 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51069 buffer64.
51070 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51071 of casting of buffer.
51072 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51073 buffer32 and buffer64.
51074 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51075 writes instead of casting of buffer.
51076 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51077 buffer32.
51078 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51079 casting of buffer.
51080
e0e72284
AS
510812011-07-19 Andreas Schwab <schwab@redhat.com>
51082
51083 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51084
feb1eb0b
UD
510852011-07-19 Ulrich Drepper <drepper@gmail.com>
51086
51087 * nscd/nscd.c (termination_handler): Don't do anything for a database
51088 if it has not yet been initialized.
51089
298711ff
UD
510902011-07-18 Ulrich Drepper <drepper@gmail.com>
51091
51092 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51093
510942011-07-15 Marek Polacek <mpolacek@redhat.com>
51095
51096 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51097
f9d68389
UD
510982011-07-18 Ulrich Drepper <drepper@gmail.com>
51099
51100 * po/nl.po: Update from translation team.
51101 * po/sv.po: Likewise.
51102
db290cf5
RM
511032011-07-16 Roland McGrath <roland@hack.frob.com>
51104
51105 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51106 now disallowed by GCC.
5c550700 51107
fd5e21c7
RM
51108 * configure.in (use-default-link): Default to yes if a test -shared
51109 link meets our qualifications.
51110 * configure: Regenerated.
51111
5c550700
RM
51112 * config.make.in (output-format): New variable.
51113 * configure.in: Check for ld --print-output-format support.
51114 * configure: Regenerated.
51115 * Makerules ($(common-objpfx)format.lds)
51116 [$(output-format) != unknown]: Just use $(output-format),
51117 instead of the linker-script munging.
51118
9fa2c032
RM
511192011-07-14 Roland McGrath <roland@hack.frob.com>
51120
a6928d51
RM
51121 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51122 of $(common-objpfx)shlib.lds.
51123 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51124
661607b3
RM
51125 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51126 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51127
9fa2c032
RM
51128 * configure.in (-z relro check): Adjust test code to add a large
51129 writable data section after it.
51130 * configure: Regenerated.
51131
defe9061
RM
511322011-07-11 Roland McGrath <roland@hack.frob.com>
51133
51134 * configure.in (-z relro check): Fix test code to make the variable
51135 truly const.
51136 * configure: Regenerated.
51137
319b9ad4
UD
511382011-07-11 Ulrich Drepper <drepper@gmail.com>
51139
51140 * nscd/nscd.h (struct traced_file): Define.
51141 (struct database_dyn): Remove inotify_descr, reset_res, and filename
51142 elements. Add traced_files.
51143 (inotify_fd): Declare.
51144 (register_traced_file): Declare.
51145 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51146 (inotify_fd): Export.
51147 (resolv_conf_descr): Remove.
51148 (nscd_init): Move inotify descriptor creation to main.
51149 Don't register files for notification here.
51150 (register_traced_file): New function.
51151 (invalidate_cache): Don't use reset_res to determine whether to call
51152 res_init, go through the list of registered files.
51153 (main_loop_poll): The inotify descriptors are now stored in the
51154 structures for the traced files.
51155 (main_loop_epoll): Likewise
51156 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
51157 to __nss_disable_nscd.
51158 * nscd/cache.c (prune_cache): There is no single inotify descriptor
51159 for a database anymore. Check the records for all the registered
51160 files instead.
51161 * nss/Makefile (libnss_files-routines): Add files-init.
51162 (libnss_db-routines): Add db-init.
51163 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51164 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51165 * nss/nss_db/db-init.c: New file.
51166 * nss/nss_files/files-init.c: New file.
51167 * nss/nsswitch.c (nss_load_library): New function. Broken out of
51168 __nss_lookup_function.
51169 (__nss_lookup_function): Call nss_load_library.
51170 (nss_load_all_libraries): New function.
51171 (__nss_disable_nscd): Take parameter with callback function for files
51172 to register. Set is_nscd. Load all the DSOs for the NSS modules
51173 used for the cached services.
51174 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51175 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51176 options for features to all the files in nscd.
51177
51178 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51179
23bee3e8
RM
511802011-07-10 Roland McGrath <roland@hack.frob.com>
51181
51182 * csu/elf-init.c (__libc_csu_init): Comment typo.
51183
46a5b7f0
UD
511842011-07-09 Ulrich Drepper <drepper@gmail.com>
51185
51186 * po/pl.po: Update from translation team.
51187 * po/ja.po: Likewise.
51188 * po/ru.po: Likewise.
51189 * po/ko.po: Likewise.
51190 * po/fr.po: Likewise.
51191
d30cf5bb
RM
511922011-07-09 Roland McGrath <roland@hack.frob.com>
51193
113ddea4
RM
51194 * configure.in (.ctors/.dtors header and trailer check):
51195 Use an empirical test on a built program.
51196 * configure: Regenerated.
51197
574920b4
RM
51198 * configure.in (-z relro check): Use an empirical test on a built DSO.
51199 Detect, but do not require, on ia64.
51200 * configure: Regenerated.
51201
d30cf5bb
RM
51202 * configure.in (READELF): Find it with AC_CHECK_TOOL.
51203 Update tests that use readelf to use $READELF instead.
51204 * configure: Regenerated.
51205
8538fdb3
UD
512062011-07-08 Ulrich Drepper <drepper@gmail.com>
51207
51208 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51209 if the result is not used.
51210
04d08991
AJ
512112011-07-05 Andreas Jaeger <aj@suse.de>
51212
51213 [BZ#9696]
51214 * stdlib/tst-strtod.c: Add testcase.
51215
de283087
AD
512162011-07-07 Ulrich Drepper <drepper@gmail.com>
51217
4e5f31c8 51218 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 51219 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
51220 The latter has a higher limit. Take additional parameter to pass to
51221 the new function.
51222 (__pathconf): Pass file to __statfs_link_max.
51223 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51224 __statfs_link_max.
51225 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51226 __statfs_link_max.
51227
de283087
AD
51228 [BZ #12868]
51229 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51230 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51231 Handle Lustre.
51232 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51233 (__statfs_filesize_max): Likewise.
51234 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51235
c75fa153
AJ
512362011-07-05 Andreas Jaeger <aj@suse.de>
51237
51238 * resolv/res_comp.c (dn_skipname): Remove unused variable.
51239
1a544854
UD
512402011-07-06 Marek Polacek <mpolacek@redhat.com>
51241
51242 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51243 `status' variable.
51244 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51245 Likewise.
51246
6f0eec67
UD
512472011-07-04 H.J. Lu <hongjiu.lu@intel.com>
51248
51249 * Makefile (strop-tests): Add strncat.
51250 * string/test-strncat.c: New file.
51251
aae30307
UD
512522011-06-30 Marek Polacek <mpolacek@redhat.com>
51253
51254 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51255
c0cfb5eb
UD
512562011-06-21 Andreas Jaeger <aj@suse.de>
51257
51258 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51259 Copy rule from iconvdata/Makefile.
51260
01636b21
UD
512612011-07-06 Ulrich Drepper <drepper@gmail.com>
51262
51263 [BZ #12922]
51264 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51265 but no long options are defined, just return 'W'.
51266
9895c8bc
UD
512672011-06-22 Marek Polacek <mpolacek@redhat.com>
51268
51269 [BZ #9696]
51270 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51271
5d4cf042
UD
512722011-07-06 Ulrich Drepper <drepper@gmail.com>
51273
51274 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51275 netgroups to read.
960e5535 51276 (innetgr): Likewise.
5d4cf042 51277
751eb97e
RM
512782011-07-05 Roland McGrath <roland@hack.frob.com>
51279
51280 * config.make.in (install_root): Default to $(DESTDIR).
51281
f15f1e45
UD
512822011-07-05 Ulrich Drepper <drepper@gmail.com>
51283
51284 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51285
4e34ac6a
RM
512862011-07-02 Roland McGrath <roland@hack.frob.com>
51287
5e9b6af4
RM
51288 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51289
84f9ea0f
RM
51290 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51291 containing directory rather than embedding absolute directory names.
51292
ea5ee9f7
RM
51293 * scripts/check-local-headers.sh: Rewritten using awk.
51294 Match by word, not by line. Print error messages for matches.
51295 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51296
1b74661a
RM
51297 * Makerules [shlib-lds-flags empty]:
51298 ($(common-objpfx)libc_pic.opts): New target.
51299 ($(common-objpfx)libc_pic.os.clean): New target.
51300 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51301
51302 * config.make.in (OBJCOPY): New variable.
51303 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51304 * configure: Regenerated.
51305
f781ef40
RM
51306 * config.make.in (use-default-link): New variable.
51307 * configure.in (use_default_link): Grok --with-default-link to set it.
51308 * configure: Regenerated.
51309 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51310 (shlib-lds, shlib-lds-flags): Define to empty.
51311
2d4fa81e
RM
51312 * Makerules (shlib-lds): New variable.
51313 (shlib-lds-flags): New variable.
51314 (build-shlib, build-moduile, build-module-asneeded): Use it.
51315 ($(common-objpfx)libc.so): Use $(shlib-lds).
51316 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51317 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51318
31fffa6b
RM
51319 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51320 DT_FLAGS/DT_FLAGS_1 with zero flags.
51321
4e34ac6a
RM
51322 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51323 linker script munging.
51324
fcfc776b
UD
513252011-07-02 Ulrich Drepper <drepper@gmail.com>
51326
51327 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51328 as 128-bit value.
51329 * crypt/sha512.c (sha512_process_block): Perform total addition using
51330 128-bit if possible.
51331 (__sha512_finish_ctx): Likewise.
51332 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51333 as 64-bit value.
51334 * crypt/sha256.c (SWAP64): Define.
51335 (sha256_process_block): Perform total addition using 64-bit if
51336 possible.
51337 (__sha256_finish_ctx): Likewise.
51338
99231d9a
UD
513392011-07-01 Ulrich Drepper <drepper@gmail.com>
51340
51341 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
51342 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51343 * nscd/hstcache.c (cache_addhst): Likewise.
51344 * nscd/grpcache.c (cache_addgr): Likewise.
51345 * nscd/aicache.c (addhstaiX): Likewise
51346 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51347
445b4a53
TK
513482011-07-01 Thorsten Kukuk <kukuk@suse.de>
51349
51350 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51351 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51352 * nscd/hstcache.c (cache_addhst): Likewise.
51353 * nscd/grpcache.c (cache_addgr): Likewise.
51354 * nscd/aicache.c (addhstaiX): Likewise
51355
6d4d8e8e
AS
513562011-07-01 Andreas Schwab <schwab@redhat.com>
51357
51358 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51359 domain only when needed.
51360
89f654c5
AS
513612011-06-30 Andreas Schwab <schwab@redhat.com>
51362
51363 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51364 is always restored.
51365
cf3b23ff
UD
513662011-06-29 Ulrich Drepper <drepper@gmail.com>
51367
51368 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51369 are re-adding the entry.
51370 * nscd/servicescache.c (cache_addserv): Likewise.
51371
751626f9
AJ
513722011-06-30 Aurelien Jarno <aurelien@aurel32.net>
51373
51374 * sysdeps/generic/dl-irel.h: fix protection against multiple
51375 inclusions.
51376 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51377
9113ea1f
UD
513782011-06-28 Ulrich Drepper <drepper@gmail.com>
51379
5c0b8d90
UD
51380 [BZ #12935]
51381 * malloc/memusage.sh: Fix quoting in message.
51382 * debug/xtrace.sh: Likewise.
51383
9113ea1f
UD
51384 * configure.in: Remove support for --experimental-malloc option, make
51385 it the default.
51386 * config.make.in: Likewise.
51387 * malloc/Makefile: Likewise.
51388
a4172181
AS
513892011-06-27 Andreas Schwab <schwab@redhat.com>
51390
51391 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51392 two-byte characters.
51393
78a7eee7
RM
513942011-06-27 Roland McGrath <roland@hack.frob.com>
51395
62bede13
RM
51396 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51397 AC_CACHE_CHECK invocation.
51398 * configure: Regenerated.
51399
78a7eee7
RM
51400 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51401
5ce33a62
UD
514022011-06-27 Ulrich Drepper <drepper@gmail.com>
51403
034807a9
UD
51404 [BZ #12350]
51405 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
51406 bit from old_res_options.
51407
4902da17
UD
51408 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51409
5ce33a62
UD
51410 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51411 value type for setfct.
51412
c2344f56
L
514132011-06-23 H.J. Lu <hongjiu.lu@intel.com>
51414
51415 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51416 __gettimeofday instead of gettimeofday.
51417
68468076
UD
514182011-06-26 Ulrich Drepper <drepper@gmail.com>
51419
51420 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51421
acb0d739
L
514222011-06-24 H.J. Lu <hongjiu.lu@intel.com>
51423
51424 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51425
51426 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51427 info.
51428
8912479f
L
514292011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51430
51431 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51432 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51433 strcpy-sse2-unaligned strncpy-sse2-unaligned
51434 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51435 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51436 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51437 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51438 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51439 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51440 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51441 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51442 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51443 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51444 (STRCPY): Support SSE2 and SSSE3 versions.
51445
d5495a11
UD
514462011-06-24 Ulrich Drepper <drepper@gmail.com>
51447
51448 [BZ #12874]
51449 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51450 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51451 kernels which artificially limit size of requests.
51452
0b1cbaae
L
514532011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51454
51455 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51456 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51457 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51458 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51459 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51460 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51461 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51462 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51463 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51464 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51465 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51466 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51467 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51468 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51469 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51470 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51471 Enable unaligned load optimization for Intel Core i3, i5 and i7
51472 processors.
51473 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51474 Define.
51475 (index_Fast_Unaligned_Load): Define.
51476 (HAS_FAST_UNALIGNED_LOAD): Define.
51477
07f494a0
MP
514782011-06-23 Marek Polacek <mpolacek@redhat.com>
51479
51480 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51481
fa3fc0fe
UD
514822011-06-22 Ulrich Drepper <drepper@gmail.com>
51483
51484 [BZ #12907]
51485 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51486 until it is clear that the information is realy needed.
51487 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51488
e12df166
AS
514892011-06-22 Andreas Schwab <schwab@redhat.com>
51490
51491 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51492
852eb34d
UD
514932011-06-22 Ulrich Drepper <drepper@gmail.com>
51494
84e2a551
UD
51495 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51496 /sys/devices/system/cpu/online if it is usable.
51497
852eb34d
UD
51498 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51499 reading the information from the /proc filesystem to once a second.
51500
6e502e19
UD
515012011-06-21 Andreas Jaeger <aj@suse.de>
51502
51503 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51504 NULL after inclusion of kernel headers.
51505
75d39ff2
UD
515062011-06-21 Ulrich Drepper <drepper@gmail.com>
51507
51f9aa6a
UD
51508 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51509 calls to internal_setent.
51510
c0244a9d
UD
51511 [BZ #12885]
51512 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51513 addresses using gethostbyname4_r ignore IPv4 addresses.
51514
c5e3c2ae
UD
51515 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51516 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
51517
75d39ff2
UD
51518 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51519
42675c6f
DM
515202011-06-20 David S. Miller <davem@davemloft.net>
51521
51522 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51523 inclusions.
51524 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51525
51526 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51527 (elf_irel): Use it.
51528 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51529 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51530 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51531 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51532 * sysdeps/x86_64/dl-irel.h: Likewise.
51533
51534 * elf/dl-runtime.c: Use elf_ifunc_invoke.
51535 * elf/dl-sym.c: Likewise.
51536
57912a71
UD
515372011-06-15 Ulrich Drepper <drepper@gmail.com>
51538
51539 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
51540 need to dereference resplen2.
51541
ee22793d
AS
515422011-06-14 Andreas Schwab <schwab@redhat.com>
51543
51544 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51545
a9e836b0
UD
515462011-06-15 Ulrich Drepper <drepper@gmail.com>
51547
77fb9117
UD
51548 * Makeconfig: Define vardbdir and inst_vardbdir.
51549 * nss/Makefile: Add rules to install db-Makefile.
51550
40c1b22c
UD
51551 * nss/nss_db/db-XXX.c: Cleanup.
51552
9f2da732
UD
51553 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51554 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51555 GLIBC_PRIVATE.
51556 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51557 * nss/makedb.c: Implement -g option to specify that value strings
51558 are generated and should not be added to table iterated over for
51559 get*ent calls.
51560 * nss/nss_db/db-initgroups.c: New file.
51561
82e9a1f7
UD
51562 * nss/getent.c: Add support for initgroups lookups through getgrouplist
51563 interface.
51564
c41af17e
UD
51565 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51566 (internal_getgrouplist): Adjust to name change.
51567 Update use_initgroups_entry if this is not the first call.
51568 * nss/databases.def: Add initgroups entry.
51569
a9e836b0
UD
51570 * nss/makedb.c (compute_tables): Check result of multiple hash table
51571 sizes to minimize maximum chain length.
51572
2666d441
UD
515732011-06-14 Ulrich Drepper <drepper@gmail.com>
51574
51575 * Versions.def: Add entry for libnss_db.
51576 * shlib-versions: Likewise.
51577 * nss/Makefile: Add rules to build libnss_db.
51578 * nss/Versions: Add libnss_db information. Organize libnss_files
51579 entries better.
51580 * nss/db-Makefile: Add gshadow support. Change rules for the new
51581 makedb progra. Some minor improvements to generate smaller files.
51582 * nss/nss_db/nss_db.h: Move NSS database header data structures to
51583 here from...
51584 * nss/makedb.c: ...here.
51585 Improve database format to be smaller and require less memory at
51586 runtime.
51587 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
51588 db anymore.
51589 * nss/nss_db/db-netgrp.c: Likewise.
51590 * nss/nss_db/db-open.c: Likewise.
51591 * nss/nss_files/flies-XXX.x: Adjust comments.
51592 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51593 * nss/nss_files/files-grp.c: Likewise.
51594 * nss/nss_files/files-hosts.c: Likewise.
51595 * nss/nss_files/files-network.c: Likewise.
51596 * nss/nss_files/files-proto.c: Likewise.
51597 * nss/nss_files/files-pwd.c: Likewise.
51598 * nss/nss_files/files-rpc.c: Likewise.
51599 * nss/nss_files/files-service.c: Likewise.
51600 * nss/nss_files/files-sgrp.c: Likewise.
51601 * nss/nss_files/files-spwd.c: Likewise.
51602 * nss/nss_db/db-alias.c: Removed.
51603 * nss/nss_db/dummy-db.h: Removed.
51604
9ee76b5a
UD
516052011-06-02 Ulrich Drepper <drepper@gmail.com>
51606
51607 * nss/makedb.c: Rewritten to not use database library.
51608 * nss/Makefile: Update to build new makedb program.
51609
c71ca1f8
AJ
516102011-06-14 Andreas Jaeger <aj@suse.de>
51611
51612 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51613 memset declaration.
51614
3154bfb8
UD
516152011-06-10 Andreas Schwab <schwab@redhat.com>
51616
51617 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51618 tmpbuf.
51619
b350afab
RM
516202011-06-10 Roland McGrath <roland@hack.frob.com>
51621
decd4e50
RM
51622 * Makerules (shlib.lds): Fail if the linker script comes out empty.
51623 * elf/Makefile ($(objpfx)ld.so): Likewise.
51624
5615eaf2
RM
51625 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51626 Don't list ld.so twice in dependencies.
51627
51628 * posix/bug-regex31.c: Include <stdlib.h>.
51629
51630 * nscd/hstcache.c (cache_addhst): Remove unused variable.
51631
51632 * nis/nss_compat/compat-spwd.c
51633 (getspent_next_nss_netgr): Remove unused variable.
51634 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51635
51636 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51637 nonmembers" output to use the right array.
51638
51639 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51640
51641 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51642
51643 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51644 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51645 * catgets/gencat.c (read_input_file): Likewise.
51646 * locale/programs/locarchive.c (enlarge_archive): Likewise.
51647
51648 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51649 variable definition inside #if's controlling its use.
51650
51651 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51652
51653 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51654
51655 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51656
51657 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51658 unreachable code.
51659
51660 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51661
b68e08db
RM
51662 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51663 * configure: Regenerated.
51664
b350afab
RM
51665 * Makerules: Revert last change.
51666 * elf/Makefile: Likewise.
51667
28368601
RM
516682011-06-09 Roland McGrath <roland@hack.frob.com>
51669
51670 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51671 * elf/Makefile ($(objpfx)librtld.os): Likewise.
51672 (reloc-link): Likewise.
51673
11988f8f
UD
516742011-06-09 Ulrich Drepper <drepper@gmail.com>
51675
51676 * elf/Makefile: Add rules to build pldd.
51677 * elf/pldd.c: New file.
51678 * elf/pldd-xx.c: New file.
51679
e80fab37
UD
516802011-06-07 Ulrich Drepper <drepper@gmail.com>
51681
51682 * version.h: Update for 2.15 development version.
51683
9b849836
DM
516842011-06-07 David S. Miller <davem@davemloft.net>
51685
51686 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51687 ifuncs.
51688 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51689 elf_machine_lazy_rel): Likewise.
51690 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51691 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51692 elf_machine_lazy_rel): Likewise.
51693 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51694 dl_hwcap via passed in argument.
51695 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51696 Likewise.
51697
5a31b283
AK
516982011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51699
51700 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
51701
069e52f8
RM
517022011-06-06 Roland McGrath <roland@hack.frob.com>
51703
51704 [BZ #12849]
51705 * manual/fdl-1.1.texi: New file, verbatim from:
51706 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51707 * manual/lgpl-2.1.texi: New file, verbatim from:
51708 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51709 * manual/Makefile (licenses): New variable, list those new file names.
51710 (texis): Use it.
51711 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51712
51713 * manual/fdl.texi: File removed.
51714 * manual/lesser.texi: File removed.
51715 * manual/libc.texinfo (Copying, Documentation License):
51716 Use new @include file names, put @appendix directive before @include.
51717
f16846a5
JJ
517182011-06-04 Jakub Jelinek <jakub@redhat.com>
51719
51720 [BZ #12841]
51721 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51722 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51723 (mq_open): Add __NTH.
51724
3d29045b
L
517252011-06-02 H.J. Lu <hongjiu.lu@intel.com>
51726
51727 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51728 Assume Intel Core i3/i5/i7 processor if AVX is available.
51729
8c297311
UD
517302011-05-31 Ulrich Drepper <drepper@gmail.com>
51731
51732 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51733 typo.
51734
c8fc0c91
UD
517352011-05-31 Andreas Schwab <schwab@redhat.com>
51736
51737 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51738 memory. Use alloca_account. Fix memory leak when retrying.
51739
5b27a807
UD
517402011-05-31 Ulrich Drepper <drepper@gmail.com>
51741
356f8bc6
UD
51742 * version.h (RELEASE): Bump for 2.14 release.
51743 * include/features.h (__GLIBC_MINOR__): Bump to 14.
51744
5b27a807
UD
51745 * config.make.in (RANLIB): Remove entry.
51746
01f16ab0
UD
517472011-05-30 Ulrich Drepper <drepper@gmail.com>
51748
41fce8bd
UD
51749 * po/Makefile (po-sed-cmd): Add ksh to extensions.
51750 (libc.pot): Work around missing support for .ksh extension in xgettext.
51751
4769ae77
UD
51752 [BZ #12684]
51753 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51754 if both request failed.
51755 (send_dg): In case of server errors clear resplen or *resplen2.
51756
6b1e7d19
UD
51757 [BZ #12454]
51758 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51759 when there are multiple maps.
51760 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51761 (_dl_fini): Remove test here.
51762
01f16ab0
UD
51763 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51764
b1ebd700
UD
517652011-05-29 Ulrich Drepper <drepper@gmail.com>
51766
7ae22829
UD
51767 [BZ #12350]
51768 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51769 bit from old_res_options.
51770 (gaih_inet): Likewise.
51771
553149f6 51772 [BZ #11099]
18a84741 51773 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
51774 as signed.
51775
652ffab1
UD
51776 * resolv/res_init.c (res_setoptions): Make the code more compact.
51777
16985fd0
UD
51778 [BZ #11558]
51779 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51780 set RES_USEVC.
51781
0464f746
UD
51782 [BZ #11634]
51783 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51784
7d17596c
UD
51785 * malloc/malloc.h: Mark malloc hook variables as deprecated.
51786
cf6bbbd7
UD
51787 [BZ #11781]
51788 * malloc/malloc.h: Declare malloc hook variables as volatile.
51789
13f1ab36
UD
51790 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51791 in last patch.
51792
b1ebd700
UD
51793 [BZ #11799]
51794 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 51795 raise in the comment.
80e2212d
UD
51796 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51797 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51798 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 51799
ce67228d
UD
518002011-05-28 Ulrich Drepper <drepper@gmail.com>
51801
8887a920
UD
51802 [BZ #12811]
51803 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51804 grow the buffers more if it already has to be sufficient.
51805 (build_wcs_upper_buffer): Likewise.
51806 * posix/regexec.c (check_matching): Likewise.
51807 (clean_state_log_if_needed): Likewise.
51808 (extend_buffers): Don't enlarge buffers beyond size of the input
51809 buffer.
51810 Patches mostly by Emil Wojak <emil@wojak.eu>.
51811 * posix/bug-regex32.c: New file.
51812 * posix/Makefile (tests): Add bug-regex32.
51813
4f031072
UD
51814 * locale/findlocale.c (_nl_find_locale): Return right away if
51815 _nl_explode_name failed.
51816 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51817
d0478f0c
UD
51818 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51819
de81b246
UD
51820 * debug/xtrace.sh: Unify messages.
51821 * malloc/memusage.sh: Likewise.
51822
c738465a
UD
51823 [BZ #12813]
51824 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51825 time symbol from vDSO. Substitute with vsyscall if not available.
51826 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51827 __vdso_time.
51828
f1f929d7
UD
51829 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51830 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51831 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51832 Add sendmmsg and internal_sendmmsg.
51833 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51834 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51835 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51836
ce67228d
UD
51837 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51838 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51839 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51840
e57420c6
UD
518412011-05-27 Ulrich Drepper <drepper@gmail.com>
51842
a8509ca5
UD
51843 [BZ #12813]
51844 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51845 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
51846 available.
51847 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51848 __vdso_getcpu.
51849
e57420c6
UD
51850 [BZ #12814]
51851 * iconvdata/Makefile (tests): Add bug-iconv9.
51852 * iconvdata/bug-iconv9.c: New file.
51853
4d07db15
AS
518542011-05-27 Andreas Schwab <schwab@redhat.com>
51855
51856 [BZ #12814]
51857 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51858
ea486f69
JJ
518592011-05-25 Jakub Jelinek <jakub@redhat.com>
51860
51861 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51862 (struct user_regs_struct): Change intcs field back to cs.
51863
6f038433
UD
518642011-05-25 Ulrich Drepper <drepper@gmail.com>
51865
51866 * po/ja.po: Update from translation team.
51867
67f86a25
UD
518682011-05-23 Ulrich Drepper <drepper@gmail.com>
51869
51870 [BZ #12795]
51871 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51872 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51873
def7fbd6
AS
518742011-05-20 Andreas Schwab <schwab@redhat.com>
51875
51876 * stdlib/longlong.h: Update from GCC.
51877
f50ef8f1
AS
518782011-05-23 Andreas Schwab <schwab@redhat.com>
51879
51880 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51881 parameter name.
51882 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51883 Add parameter name.
51884 (__sysconf): Pass it down.
51885
de7ce8f1
UD
518862011-05-22 Ulrich Drepper <drepper@gmail.com>
51887
f2962a71
UD
51888 [BZ #12671]
51889 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51890 some situations.
51891 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51892 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51893 add in in __libc_use_alloca calls. Adjust callers.
51894 (glob): Use malloc in some situations.
51895
de7ce8f1
UD
51896 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51897 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51898 pltexit.
51899
aec84f53
UD
519002011-05-21 Ulrich Drepper <drepper@gmail.com>
51901
05bb4a68
UD
51902 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51903 and CLOCK_BOOTTIME_ALARM.
51904
7ea72f99
UD
51905 [BZ #12782]
51906 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51907 is returned.
51908
7e4afad5
UD
51909 * string/_strerror.c (__strerror_r): Print negative errors as signed
51910 numbers.
51911
8e211fec
UD
51912 [BZ #12777]
51913 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51914 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51915 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51916
f7d82dc9
UD
51917 * configure.in: Fix typo in redirection and correct removal of test
51918 files in two cases.
51919
cc9e536d
UD
51920 [BZ #12788]
51921 * locale/setlocale.c (new_composite_name): Fix test to check for
51922 identical name of all categories.
51923
aec84f53
UD
51924 [BZ #12792]
51925 * libio/filedoalloc.c (local_isatty): New function.
51926 (_IO_file_doallocate): Use local_isatty.
51927 * stdio-common/perror.c (perror): In case a new stream is used
51928 forward the stream error.
51929 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51930 error flag.
51931
78e64fdc
RT
519322011-05-20 Ulrich Drepper <drepper@gmail.com>
51933
34a9094f
UD
51934 [BZ #11869]
51935 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51936 alloca.
51937 * include/alloca.h (extend_alloca_account): Define.
51938
78e64fdc
RT
51939 [BZ #11857]
51940 * posix/regex.h: Fix comments with documentation of user-accessible
51941 fields after compilation and describe correct free'ing of pattern
51942 after re_compile_pattern.
51943 Patch by Reuben Thomas <rrt@sc3d.org>.
51944
457bddfc
RA
519452011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
51946
51947 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51948 and -mno-altivec to prevent the compiler from using Altivec and/or
51949 VSX instructions when the corresponding registers are not available.
51950
a4527b51
AS
519512011-05-19 Andreas Schwab <schwab@redhat.com>
51952
51953 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51954
ed690b2f
UD
519552011-05-19 Ulrich Drepper <drepper@gmail.com>
51956
51957 * libio/freopen.c (freopen): Use __dup2, not dup2.
51958 * libio/freopen64.c (freopen64): Likewise.
51959
8db73634
L
519602011-05-17 H.J. Lu <hongjiu.lu@intel.com>
51961
51962 [BZ #12775]
51963 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51964 * math/Makefile (tests): Add test-powl.
51965 (CFLAGS-test-powl.c): Define.
51966 * math/test-powl.c: New file.
51967
0a197a9d
L
519682011-05-16 H.J. Lu <hongjiu.lu@intel.com>
51969
51970 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51971
ee30c380
UD
519722011-05-17 Ulrich Drepper <drepper@gmail.com>
51973
51974 [BZ #11837]
51975 * iconvdata/gb18030.c: Update to GB18020-2005.
51976
6ce75379
UD
519772011-05-16 Ulrich Drepper <drepper@gmail.com>
51978
a4b89fd8
AR
51979 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51980 RE_SYNTAX_POSIX_AWK): Update to match recent development.
51981 Patch by Aharon Robbins <arnold@skeeve.com>.
51982
ea389b12
UD
51983 [BZ #11892]
51984 * stdlib/putenv.c (putenv): Don't always create copy of the variable
51985 on the stack.
51986
68a3f91f
UD
51987 [BZ #11895]
51988 * misc/pselect.c (__pselect): Handle timeout value errors hidden
51989 through underflows.
51990
15cc7dd1
UD
51991 [BZ #12766]
51992 * misc/error.c (error_at_line): Ensure file_name and old_file_name
51993 point to strings before performing equality test for error_one_per_line
51994 mode.
51995
f3799213
UD
51996 [BZ #11697]
51997 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51998
d79a9c94
UD
51999 [BZ #11820]
52000 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52001 (struct user_fpregs_struct): Avoid __uint*_t types.
52002
56e5eb46
UD
52003 [BZ #6420]
52004 * malloc/mtrace.c (tr_where): Add additional parameter to point to
52005 symbol info. Use it instead of calling _dl_addr locally.
52006 (lock_and_info): New function.
52007 (tr_freehook): Call lock_and_info and pass symbol info as additional
52008 parameter to tr_where.
52009 (tr_mallochook): Likewise.
52010 (tr_reallochook): Likewise.
52011 (tr_memalignhook): Likewise.
52012
6ce75379
UD
52013 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
52014 used and couldn't be at all thread-safe.
52015
f8a3b5bf
UD
520162011-05-15 Ulrich Drepper <drepper@gmail.com>
52017
94b7cc37
UD
52018 * libio/freopen.c (freopen): Don't close old file descriptor
52019 before the new one is opened. Instead dup the new file descriptor
52020 to the old one after the new stream is created.
52021 * libio/freopen64.c (freopen64): Likewise.
52022 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52023 * libio/fileops.c (_IO_new_file_close_it): Handle new
52024 _IO_FLAGS2_NOCLOSE flag.
52025 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52026 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52027 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52028 _IO_FLAGS2_NOCLOSE flag.
52029 * include/unistd.h: Add hidden_proto for dup3.
52030 Define __have_dup3.
52031 * io/dup3.c: Define hidden symbol.
52032 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52033
bd25564e
UD
52034 [BZ #7101]
52035 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52036 when an incomplete long option is used.
52037 * posix/tst-getopt_long1.c: New file.
52038 * posix/Makefile (tests): Add tst-getopt_long1.
52039
c84cfef4
UD
52040 [BZ #10138]
52041 * scripts/config.guess: Update from autoconf-2.68.
52042 * scripts/config.sub: Likewise.
52043
3b85df27
UD
52044 [BZ #10157]
52045 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52046 tests into ...
52047 (has_cpuclock): ...this. New function.
52048 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52049 macro here based on has_cpuclock code.
52050
15a856b1
UD
52051 [BZ #10149]
52052 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52053 First byte (not low byte) is now always NUL.
52054 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52055
05f399e6
UD
52056 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52057 Use non-cancelable interfaces.
52058
10a52685 52059 [BZ #9809]
94ecc67d
UD
52060 * locale/iso-639.def: Add entry for Sorani.
52061
f8a3b5bf
UD
52062 [BZ #11901]
52063 * include/stdlib.h: Move include protection to the right place.
52064 Define abort_msg_s. Declare __abort_msg with it.
52065 * stdlib/abort.c (__abort_msg): Adjust type.
52066 * assert/assert.c (__assert_fail_base): New function. Majority
52067 of code from __assert_fail. Allocate memory for __abort_msg with
52068 mmap.
52069 (__assert_fail): Now call __assert_fail_base.
52070 * assert/assert-perr.c: Remove bulk of implementation. Use
52071 __assert_fail_base.
52072 * include/assert.hL Declare __assert_fail_base.
52073 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52074 mmap.
52075 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52076
1af4e298
UD
520772011-05-14 Ulrich Drepper <drepper@gmail.com>
52078
f8a3b5bf 52079 [BZ #11952]
d26dfc60
MG
52080 [BZ #12453]
52081 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52082 until all modules are registered in the DTV.
52083 * elf/Makefile: Add rules to build and run tst-tls19.
52084 * elf/tst-tls19.c: New file.
52085 * elf/tst-tls19mod1.c: New file.
52086 * elf/tst-tls19mod2.c: New file.
52087 * elf/tst-tls19mod3.c: New file.
52088 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52089
2fc54d6f
UD
52090 [BZ #12083]
52091 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52092 correctly.
52093
98d76b46
UD
52094 [BZ #12601]
52095 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52096 two-byte sequence errors.
52097 * iconvdata/Makefile (tests): Add bug-iconv8.
52098 * iconvdata/bug-iconv8.c: New file.
52099
da3c19ef
UD
52100 [BZ #12626]
52101 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52102 buf2 definition.
52103
ca408c15
UD
52104 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52105
d6f67f7d
UD
52106 [BZ #12432]
52107 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52108 (dummy_getcfa): New function.
52109 (init): Get _Unwind_GetCFA address, use dummy if not found.
52110 (backtrace_helper): In recursion check, also check whether CFA changes.
52111 (__backtrace): Completely initialize arg.
52112
1af4e298 52113 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
52114 storing incomplete byte sequence in state object. Avoid testing for
52115 guaranteed too small input if we know there is enough data available.
1af4e298 52116
da62f81b
AS
521172011-05-11 Andreas Schwab <schwab@redhat.com>
52118
52119 * Makeconfig (+link-pie): Indent.
52120 * Rules (binaries-pie): Define if $(have-fpie) and
52121 $(build-shared).
52122 (binaries-shared): Also filter out $(binaries-pie).
52123 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52124 * nscd/Makefile (others-pie): Add nscd.
52125 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52126 ($(objpfx)nscd): Remove command override.
52127 * login/Makefile (others-pie): Add pt_chown.
52128 ($(objpfx)pt_chown): Remove command override.
52129 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52130 remove command overrides.
52131
fcabc0f8
UD
521322011-05-13 Ulrich Drepper <drepper@gmail.com>
52133
20030ae6
UD
52134 * libio/tst_putwc.c: Fix error messages.
52135
fcabc0f8
UD
52136 [BZ #12724]
52137 * libio/fileops.c (_IO_new_file_close_it): Always flush when
52138 currently writing and seek to current position when not.
52139 * libio/Makefile (tests): Add bug-fclose1.
52140 * libio/bug-fclose1.c: New file.
52141
320a5dc0
PB
521422011-05-12 Ulrich Drepper <drepper@gmail.com>
52143
52144 [BZ #12511]
52145 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52146 don't set DF_1_NODELETE here.
52147 (do_lookup_x): When entering new entry test for copy relocation
52148 and if necessary set DF_1_NODELETE flag.
52149 * elf/tst-unique4.cc: New file.
52150 * elf/tst-unique4.h: New file.
52151 * elf/tst-unique4lib.cc: New file.
52152 * elf/Makefile: Add rules to build and run tst-unique4.
52153 Patch by Piotr Bury <pbury@goahead.com>.
52154
22836f52
UD
521552011-05-11 Ulrich Drepper <drepper@gmail.com>
52156
f574184a
UD
52157 [BZ #12052]
52158 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52159
e1fb097f
UD
52160 [BZ #12625]
52161 * misc/mntent_r.c (addmntent): Flush the stream after the output
52162
22836f52
UD
52163 [BZ #12393]
52164 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52165 (is_trusted_path_normalize): Skip initial colon. Append slash
52166 to empty buffer. Duplicate is_trusted_path code but allow
52167 constructed patch to be prefix.
52168 (is_dst): Allow $ORIGIN followed by /.
52169 (_dl_dst_substitute): Correct clearing of check_for_trusted.
52170 Correct testing of result of is_trusted_path_normalize
52171 (decompose_rpath): Fix warning.
52172
7b3b0b2a
UD
521732011-05-10 Ulrich Drepper <drepper@gmail.com>
52174
52175 [BZ #11257]
52176 * grp/initgroups.c (internal_getgrouplist): When we found the service
52177 list through the initgroups entry in nsswitch.conf do not always
52178 continue on a successful lookup. Don't always use the
eac80ce2 52179 __nss_group_database value if it is set.
7b3b0b2a
UD
52180 * nss/nsswitch.conf (initgroups): Change action for successful db
52181 lookup to continue for compatibility.
52182
2a81eaa5
UD
521832011-05-09 Ulrich Drepper <drepper@gmail.com>
52184
be97a69e
UD
52185 [BZ #11532]
52186 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52187 and CP774 modules.
52188 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52189 and CP774 modules.
52190 * iconvdata/tst-tables.sh: Likewise.
52191 * iconvdata/cp770.c: New file.
52192 * iconvdata/cp771.c: New file.
52193 * iconvdata/cp772.c: New file.
52194 * iconvdata/cp773.c: New file.
52195 * iconvdata/cp774.c: New file.
52196 * iconvdata/testdata/CP770: New file.
52197 * iconvdata/testdata/CP770..UTF8: New file.
52198 * iconvdata/testdata/CP771: New file.
52199 * iconvdata/testdata/CP771..UTF8: New file.
52200 * iconvdata/testdata/CP772: New file.
52201 * iconvdata/testdata/CP772..UTF8: New file.
52202 * iconvdata/testdata/CP773: New file.
52203 * iconvdata/testdata/CP773..UTF8: New file.
52204 * iconvdata/testdata/CP774: New file.
52205 * iconvdata/testdata/CP774..UTF8: New file.
52206
52207 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52208 END CHARMAP line.
52209 * iconvdata/gen-8bit-gap.sh: Likewise.
52210 * iconvdata/gen-8bit.sh: Likewise.
52211
c1e9e399
UD
52212 * locale/iso-639.def: Add ary entry.
52213
24c55fb3 52214 [BZ #11258]
96b4b1b0
UD
52215 * locale/C-translit.h.in: Add U20A1 transliteration.
52216
bdc2f971
KB
52217 [BZ #12178]
52218 * locale/iso-639.def: Add wae entry.
52219 Patch by Kevin Bortis <bortis@translate-wae.ch>.
52220
2952b117
UD
52221 [BZ #12545]
52222 * locale/programs/localedef.c (construct_output_path): Use ssize_t
52223 for n.
52224
2a81eaa5
UD
52225 [BZ #12711]
52226 * locale/C-translit.h.in: Add entry for U20B9.
52227 Patch by pravin.d.s@gmail.com.
52228
28377d1b
UD
522292011-05-08 Ulrich Drepper <drepper@gmail.com>
52230
7fb90fb8
UD
52231 [BZ #12713]
52232 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52233 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
52234 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
52235 in rtld. Use *stat64.
7fb90fb8 52236 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 52237 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 52238 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
52239 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52240 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52241 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52242 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52243 __fstatat64 macros.
7fb90fb8
UD
52244 * include/dirent.h: Add libc_hidden_proto for rewinddir.
52245 * dirent/rewinddir.c: Add libc_hidden_def.
52246 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 52247 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 52248
28377d1b
UD
52249 * include/dirent.h (__alloc_dir): Add flags parameter.
52250 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52251 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52252 __alloc_dir.
52253 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
52254 from fdopendir if O_CLOEXEC is already set.
52255
66bdbaa4
AM
522562011-03-15 Alan Modra <amodra@gmail.com>
52257
52258 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52259 l_tls_firstbyte_offset non-zero. Save padding offset in
52260 l_tls_firstbyte_offset for later use.
52261 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52262 freeing static tls block.
52263
95721191
JN
522642011-03-05 Jonathan Nieder <jrnieder@gmail.com>
52265
52266 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52267 where #ifdef was intended. The intent is to prevent ARG_MAX from
52268 being defined by the kernel headers.
52269
f87dfb1f
UD
522702011-05-07 Ulrich Drepper <drepper@gmail.com>
52271
52272 [BZ #12734]
52273 * resolv/resolv.h: Define RES_NOTLDQUERY.
52274 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52275 no-tld-query and set RES_NOTLDQUERY.
52276 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52277 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52278 modern BIND to search name as TLD unless forbidden.
52279
47c3cd7a
UD
522802011-05-07 Petr Baudis <pasky@suse.cz>
52281 Ulrich Drepper <drepper@gmail.com>
52282
52283 [BZ #12393]
52284 * elf/dl-load.c (fillin_rpath): Move trusted path check...
52285 (is_trusted_path): ...to here.
c1e9ea35 52286 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 52287 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 52288 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 52289
8a35c912
PP
522902011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
52291
52292 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52293 __BEGIN/__END_DECLS.
52294
acd41f47
UD
522952011-05-06 Ulrich Drepper <drepper@gmail.com>
52296
52297 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52298 NSS_STATUS_NOTFOUND if no record was found.
52299
597df647
AS
523002011-05-05 Andreas Schwab <schwab@redhat.com>
52301
52302 * sunrpc/Makefile (headers): Add rpc/netdb.h.
52303 (headers-not-in-tirpc): Remove rpc/netdb.h
52304 * resolv/netdb.h: Revert last change.
52305
b9af1301
PP
523062011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
52307
52308 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52309 circular dependency between libgcc.a and libc.a.
52310
4e34d5f5
AS
523112011-05-05 Andreas Schwab <schwab@redhat.com>
52312
52313 * resolv/netdb.h: Don't include <rpc/netdb.h>.
52314 * nis/Makefile: Don't install rpcsvc/*.
52315 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52316 instead of <rpc/types.h>.
52317 (MAXHOSTNAMELEN): Define.
52318
00ee369c
AS
523192011-05-03 Andreas Schwab <schwab@redhat.com>
52320
52321 * elf/ldconfig.c (add_dir): Don't crash on empty path.
52322
0b592a30
MB
523232011-04-28 Maciej Babinski <mbabinski@google.com>
52324
52325 [BZ #12714]
52326 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52327 gethostbyname4_r when IPv6 results are possible.
52328
6e04cbbe
UD
523292011-05-02 Ulrich Drepper <drepper@gmail.com>
52330
52331 [BZ #12723]
52332 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52333 _PC_PIPE_BUF handling.
52334
e4ecafe0
BH
523352011-04-30 Bruno Haible <bruno@clisp.org>
52336
52337 [BZ #12717]
52338 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52339 * resolv/netdb.h (getnameinfo): Change type of flags parameter
52340 to 'int'.
52341 * inet/getnameinfo.c (getnameinfo): Likewise.
52342
125ee683
UD
523432011-04-29 Ulrich Drepper <drepper@gmail.com>
52344
52345 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52346 to groups setting in database lookup.
52347 * nss/nsswitch.conf: Add initgroups entry.
52348
b722481a
EB
523492011-04-22 Ulrich Drepper <drepper@gmail.com>
52350
52351 [BZ #12685]
52352 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52353 mode string.
52354 Patch by Eric Blake <eblake@redhat.com>.
52355
4df46dbd
L
523562011-04-20 H.J. Lu <hongjiu.lu@intel.com>
52357
52358 * sunrpc/Makefile (need-export-routines): Add svc_run.
52359 (routines): Remove svc_run.
52360 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52361 * sunrpc/clnt_perr.c (clnt_perrno): Export.
52362 * sunrpc/svc_run.c (svc_run): Likewise.
52363 * sunrpc/svc_udp.c (svcudp_create): Likewise.
52364
e84142d2
UD
523652011-04-21 Ulrich Drepper <drepper@gmail.com>
52366
52367 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52368 problem in reallocation in last patch.
52369
877175d8
UD
523702011-04-20 Ulrich Drepper <drepper@gmail.com>
52371
52372 * sunrpc/Makefile: Move inclusion of Rules.
52373
ab8eed78
UD
523742011-04-19 Ulrich Drepper <drepper@gmail.com>
52375
52376 * nss/nss_files/files-initgroups.c: New file.
52377 * nss/Makefile (libnss_files-routines): Add files-initgroups.
52378 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52379 _nss_files_initgroups_dyn.
52380
e3d8f584
RS
523812011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
52382
52383 * elf/elf.h (R_ARM_IRELATIVE): Define.
52384
af190f45
UD
523852011-04-19 Ulrich Drepper <drepper@gmail.com>
52386
52387 * po/ru.po: Update from translation team.
52388
53cf59ef
UD
523892011-04-17 Ulrich Drepper <drepper@gmail.com>
52390
52391 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52392 dependencies.
52393
4c559bcd
MF
523942011-02-06 Mike Frysinger <vapier@gentoo.org>
52395
52396 [BZ #12653]
52397 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52398 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52399 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52400 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52401 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52402
4420675c
AS
524032011-03-28 Andreas Schwab <schwab@linux-m68k.org>
52404
52405 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52406 differing bytes.
52407 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52408 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52409 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52410
75ea32ab
UD
524112011-04-17 Ulrich Drepper <drepper@gmail.com>
52412
52413 [BZ #12420]
52414 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52415 storing it.
52416 * stdlib/bug-getcontext.c: New file.
52417 * stdlib/Makefile: Add rules to build and run bug-getcontext.
52418
27390476
AK
524192011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52420
52421 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52422 instructions into .machine "z9-109".
52423 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52424 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52425
10442705
AK
524262011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52427
52428 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52429 between environment variables and auxiliary vector.
52430
7b57bfe5
UD
524312011-04-16 Ulrich Drepper <drepper@gmail.com>
52432
52433 * Makefile: Add rules to build linkobj/libc.so.
52434 * include/libc-symbols.h: Define libc_hidden_nolink.
52435 * include/rpc/auth.h: Mark functions which are to be hidden.
52436 * include/rpc/auth_des.h: Likewise.
52437 * include/rpc/auth_unix.h: Likewise.
52438 * include/rpc/clnt.h: Likewise.
52439 * include/rpc/des_crypt.h: Likewise.
52440 * include/rpc/key_prot.h: Likewise.
52441 * include/rpc/pmap_clnt.h: Likewise.
52442 * include/rpc/pmap_prot.h: Likewise.
52443 * include/rpc/pmap_rmt.h: Likewise.
52444 * include/rpc/rpc_msg.h: Likewise.
52445 * include/rpc/svc.h: Likewise.
52446 * include/rpc/svc_auth.h: Likewise.
52447 * include/rpc/xdr.h: Likewise.
52448 * nis/Makefile: Link all DSOs against linkobj/libc.so.
52449 * nss/Makefile: Likewise.
52450 * sunrpc/Makefile: Don't install headers. Build library with normal
52451 entry points. Don't build rpcinfo. Link RPC tests appropriately.
52452 * sunrpc/auth_des.c: Hide exported symbols by default, export some
52453 for the compat linking library. Remove use of INTDEF/INTUSE.
52454 * sunrpc/auth_none.c: Likewise.
52455 * sunrpc/auth_unix.c: Likewise.
52456 * sunrpc/authdes_prot.c: Likewise.
52457 * sunrpc/authuxprot.c: Likewise.
52458 * sunrpc/clnt_gen.c: Likewise.
52459 * sunrpc/clnt_perr.c: Likewise.
52460 * sunrpc/clnt_raw.c: Likewise.
52461 * sunrpc/clnt_simp.c: Likewise.
52462 * sunrpc/clnt_tcp.c: Likewise.
52463 * sunrpc/clnt_udp.c: Likewise.
52464 * sunrpc/clnt_unix.c: Likewise.
52465 * sunrpc/des_crypt.c: Likewise.
52466 * sunrpc/des_soft.c: Likewise.
52467 * sunrpc/get_myaddr.c: Likewise.
52468 * sunrpc/key_call.c: Likewise.
52469 * sunrpc/key_prot.c: Likewise.
52470 * sunrpc/netname.c: Likewise.
52471 * sunrpc/pm_getmaps.c: Likewise.
52472 * sunrpc/pm_getport.c: Likewise.
52473 * sunrpc/pmap_clnt.c: Likewise.
52474 * sunrpc/pmap_prot.c: Likewise.
52475 * sunrpc/pmap_prot2.c: Likewise.
52476 * sunrpc/pmap_rmt.c: Likewise.
52477 * sunrpc/publickey.c: Likewise.
52478 * sunrpc/rpc_cmsg.c: Likewise.
52479 * sunrpc/rpc_common.c: Likewise.
52480 * sunrpc/rpc_dtable.c: Likewise.
52481 * sunrpc/rpc_prot.c: Likewise.
52482 * sunrpc/rpc_thread.c: Likewise.
52483 * sunrpc/rtime.c: Likewise.
52484 * sunrpc/svc.c: Likewise.
52485 * sunrpc/svc_auth.c: Likewise.
52486 * sunrpc/svc_authux.c: Likewise.
52487 * sunrpc/svc_raw.c: Likewise.
52488 * sunrpc/svc_run.c: Likewise.
52489 * sunrpc/svc_simple.c: Likewise.
52490 * sunrpc/svc_tcp.c: Likewise.
52491 * sunrpc/svc_udp.c: Likewise.
52492 * sunrpc/svc_unix.c: Likewise.
52493 * sunrpc/svcauth_des.c: Likewise.
52494 * sunrpc/xcrypt.c: Likewise.
52495 * sunrpc/xdr.c: Likewise.
52496 * sunrpc/xdr_array.c: Likewise.
52497 * sunrpc/xdr_float.c: Likewise.
52498 * sunrpc/xdr_intXX_t.c: Likewise.
52499 * sunrpc/xdr_mem.c: Likewise.
52500 * sunrpc/xdr_rec.c: Likewise.
52501 * sunrpc/xdr_ref.c: Likewise.
52502 * sunrpc/xdr_sizeof.c: Likewise.
52503 * sunrpc/xdr_stdio.c: Likewise.
52504
e6c61494
UD
525052011-04-10 Ulrich Drepper <drepper@gmail.com>
52506
52507 [BZ #12650]
52508 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52509 * sysdeps/ia64/dl-tls.h: Likewise.
52510 * sysdeps/powerpc/dl-tls.h: Likewise.
52511 * sysdeps/s390/dl-tls.h: Likewise.
52512 * sysdeps/sh/dl-tls.h: Likewise.
52513 * sysdeps/sparc/dl-tls.h: Likewise.
52514 * sysdeps/x86_64/dl-tls.h: Likewise.
52515 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52516
34fe483e
AS
525172011-03-14 Andreas Schwab <schwab@redhat.com>
52518
52519 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52520 rpath element also skip the following colon.
52521 (expand_dynamic_string_token): Add is_path parameter and pass
52522 down to DL_DST_REQUIRED and _dl_dst_substitute.
52523 (decompose_rpath): Call expand_dynamic_string_token with
52524 non-zero is_path. Ignore empty rpaths.
52525 (_dl_map_object_from_fd): Call expand_dynamic_string_token
52526 with zero is_path.
52527
f12a32e6
AS
525282011-04-08 Andreas Schwab <schwab@linux-m68k.org>
52529
52530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52531 Make cancelable.
52532
38a7d692
UD
525332011-04-09 Ulrich Drepper <drepper@gmail.com>
52534
52535 [BZ #12655]
52536 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52537 Patch by Filipe David Manana <fdmanana@apache.org>.
52538
e451d22b
AS
525392011-04-07 Andreas Schwab <schwab@redhat.com>
52540
52541 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52542 Maintain aligned stack.
52543 (CHECK_RSP): Remove unused macro.
52544
dedc7c7b
UD
525452011-04-03 Ulrich Drepper <drepper@gmail.com>
52546
52547 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52548 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52549
94521213
UD
525502011-04-02 Ulrich Drepper <drepper@gmail.com>
52551
52552 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52553
8cb700c0 52554 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 52555
0354e355
L
525562011-03-26 H.J. Lu <hongjiu.lu@intel.com>
52557
52558 [BZ #12518]
52559 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52560 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52561 * sysdeps/x86_64/memmove.c: New file.
52562 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52563 (memcpy): Renamed to ...
52564 (__new_memcpy): This.
52565 (memcpy): Provide GLIBC_2_14 memcpy.
52566 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52567 (memcpy): Provide GLIBC_2_2_5 memcpy.
52568
8593482f
UD
525692011-04-01 Ulrich Drepper <drepper@gmail.com>
52570
52571 [BZ #12631]
52572 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52573
81a5726b
AS
525742011-03-30 Andreas Schwab <schwab@redhat.com>
52575
52576 * misc/syncfs.c: New file.
52577 * misc/Makefile (routines): Add syncfs.
52578 * posix/unistd.h: Declare syncfs.
52579 * sysdeps/unix/syscalls.list: Add syncfs.
52580
00e5419f
AS
525812011-04-01 Andreas Schwab <schwab@redhat.com>
52582
52583 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52584 open_by_handle_at.
52585 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52586 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52587 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52588 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52589 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52590 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52591 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52592
748876bf
UD
525932011-04-01 Ulrich Drepper <drepper@gmail.com>
52594
658e451d
UD
52595 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52596 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52597 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52598 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52599 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52600 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52601 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52602
748876bf
UD
52603 * io/Makefile: Compile fallocate.c, fallocate64.c, and
52604 sync_file_range.c with -fexceptions.
52605 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52606 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52607 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52608 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52609 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52610 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52611 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
52612 sync_file_range as cancellation point
52613 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
52614 now a wrapper around __call_sync_file_range with cancellation handling.
52615 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52616 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
52617 function name to __call_sync_file_range.
52618 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52619 Add call_sync_file_range.
748876bf 52620
6e63d5e1
AS
526212011-04-01 Andreas Schwab <schwab@redhat.com>
52622
52623 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 52624 bits/timex.h.
6e63d5e1 52625
46998f74
UD
526262011-04-01 Ulrich Drepper <drepper@gmail.com>
52627
4c1423ed
UD
52628 * iconv/iconv.h: Fix typo in comment.
52629 * io/fcntl.h: Likewise.
52630 * libio/stdio.h: Likewise.
52631 * posix/spawn.h: Likewise.
52632 * posix/unistd.h: Likewise.
52633 * stdlib/stdlib.h: Likewise.
52634 * time/time.h: Likewise.
52635 * wcsmbs/wchar.h: Likewise.
52636
158648c0
UD
52637 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52638 open_by_handle): Add.
52639 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52640 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
52641 Augment a few comments.
52642 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52643 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52644 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52645 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52646 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52647 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52648 open_by_handle.
52649
46998f74
UD
52650 * io/fcntl.h (AT_EMPTY_PATH): Define.
52651
83fe108b
UD
526522011-03-30 Ulrich Drepper <drepper@gmail.com>
52653
52654 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52655 * sysdeps/unix/sysv/linux/bits/time.h: New file.
52656 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52657 to...
52658 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
52659 * Versions.def: Add GLIBC_2.14.
52660 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52661 Export.
83fe108b 52662
bb242059
UD
526632011-03-22 Ulrich Drepper <drepper@gmail.com>
52664
52665 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52666 round counter.
52667 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52668
c97a1282
L
526692011-03-20 H.J. Lu <hongjiu.lu@intel.com>
52670
52671 [BZ #12597]
52672 * string/test-strncmp.c (do_page_test): New function.
52673 (check2): Likewise.
52674 (test_main): Call check2.
52675 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52676
2a115601
UD
526772011-03-20 Ulrich Drepper <drepper@gmail.com>
52678
52679 [BZ #12587]
52680 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52681 Handle cache information in CPU leaf 4.
52682 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52683
8126d904
UD
526842011-03-18 Ulrich Drepper <drepper@gmail.com>
52685
042c49c6 52686 [BZ #12583]
8126d904
UD
52687 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52688 character representation.
52689 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52690
ccfe366e
RA
526912011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
52692
52693 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52694 END(__isnan) to END(__isnanf) to match function entry point/label
52695 EALIGN(__isnanf,...).
52696
c6e13027
JJ
526972011-03-10 Jakub Jelinek <jakub@redhat.com>
52698
52699 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52700
33f85a3f
UD
527012011-03-10 Ulrich Drepper <drepper@gmail.com>
52702
028478fa
UD
52703 [BZ #12510]
52704 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52705 copy from the symbol referenced in the relocation to initialize the
52706 used variable.
52707 Patch by Piotr Bury <pbury@goahead.com>.
52708 * elf/Makefile: Add rules to build and tst-unique3.
52709 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52710 * elf/tst-unique3.cc: New file.
52711 * elf/tst-unique3.h: New file.
52712 * elf/tst-unique3lib.cc: New file.
52713 * elf/tst-unique3lib2.cc: New file.
52714
33f85a3f
UD
52715 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52716
03592fc7
MF
527172011-03-10 Mike Frysinger <vapier@gentoo.org>
52718
52719 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52720 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
52721 to _start.
03592fc7 52722
6a5ee102
UD
527232011-03-06 Ulrich Drepper <drepper@gmail.com>
52724
52725 * elf/dl-load.c (_dl_map_object): If we are looking for the first
52726 to-be-loaded object along a path to loader is ld.so.
52727
7e4ba49c
HJ
527282011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52729 Ulrich Drepper <drepper@gmail.com>
52730
52731 * sysdeps/x86_64/memset.S: After aligning destination, code
52732 branches to different locations depending on the value of
52733 misalignment, when multiarch is enabled. Fix this.
52734
527352011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52736
52737 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52738 Set _x86_64_preferred_memory_instruction for AMD processsors.
52739 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52740 Set bit_Prefer_SSE_for_memop for AMD processors.
52741
13a804de
UD
527422011-03-04 Ulrich Drepper <drepper@gmail.com>
52743
52744 * libio/fmemopen.c (fmemopen): Optimize a bit.
52745
9d25c392
AS
527462011-03-03 Andreas Schwab <schwab@redhat.com>
52747
52748 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52749
a5543c6a
RM
527502011-03-03 Roland McGrath <roland@redhat.com>
52751
52752 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52753
012d35f7
DM
527542011-02-28 Aurelien Jarno <aurelien@aurel32.net>
52755
7e4ba49c 52756 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
52757 __bzero_ultra1 instead of __memset_ultra1.
52758
4bff6e01
AS
527592011-02-23 Andreas Schwab <schwab@redhat.com>
52760 Ulrich Drepper <drepper@gmail.com>
52761
52762 [BZ #12509]
52763 * include/link.h (struct link_map): Add l_orig_initfini.
52764 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52765 returning unsuccessfully.
52766 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52767 close of a file loaded at startup, restore the original l_initfini
52768 list.
52769 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52770 list, store the pointer.
52771 * elf/Makefile ($(objpfx)noload-mem): New rule.
52772 (noload-ENV): Define.
52773 (tests): Add $(objpfx)noload-mem.
52774 * elf/noload.c: Include <memcheck.h>.
52775 (main): Call mtrace. Close all opened handles.
52776
f2092faf
AS
527772011-02-17 Andreas Schwab <schwab@redhat.com>
52778
52779 [BZ #12454]
52780 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52781 dependencies are missing.
52782
6c8a2e88
ST
527832011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
52784
f2092faf 52785 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
52786 Hurd needs munmap.
52787 * sysdeps/mach/hurd/ifreq.h: New file.
52788
84a42118
PB
527892011-01-27 Petr Baudis <pasky@suse.cz>
52790 Ulrich Drepper <drepper@gmail.com>
52791
071f805e 52792 [BZ 12445]#
84a42118
PB
52793 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52794 to extend_alloca().
52795 * stdio-common/bug23.c: New file.
52796 * stdio-common/Makefile (tests): Add bug23.
52797
e23fe25b
AS
527982010-09-28 Andreas Schwab <schwab@redhat.com>
52799 Ulrich Drepper <drepper@gmail.com>
52800
52801 [BZ #12489]
52802 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52803 before performing relro protection. At old place add assertion
52804 to make sure nothing changed.
52805
d3f02e10
NS
528062011-02-17 Nathan Sidwell <nathan@codesourcery.com>
52807 Glauber de Oliveira Costa <glommer@gmail.com>
52808
52809 * elf/elf.h: Add new ARM TLS relocs.
52810
d55fd7a5
RA
528112011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
52812
52813 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52814 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52815 cast from r3.
52816 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
52817 'tests' variable.
52818 * sysdeps/wordsize-64/tst-writev.c: New file.
52819
2206397e
RA
528202011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
52821
52822 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52823 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52824 insns in _dl_start to prevent a TOC reference before relocs are
52825 resolved.
52826
e9433893
UD
528272011-02-15 Ulrich Drepper <drepper@gmail.com>
52828
52829 [BZ #12469]
52830 * Makeconfig: Remove RANLIB definition.
52831 * Makerules: Don't use RANLIB.
52832 * aclocal.m4: Remove ranlib test.
52833 * configure.in: No need to check for ranlib.
52834 * elf/rtld-Rules: Don't use RANLIB.
52835
f75286c6
ST
528362011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
52837
8e31c82d
ST
52838 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52839 protection macro.
52840 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52841 inclusion protection macro.
52842
f75286c6
ST
52843 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52844 SIGRTMIN and SIGRTMAX and print information in that case only when
52845 SIGRTMIN is defined.
52846
c1d0e639
JJ
528472011-02-11 Jakub Jelinek <jakub@redhat.com>
52848
52849 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52850 arginfo fn returning -1.
52851
52852 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52853 and thousands string is zero terminated.
52854
edf9294e
AS
528552011-02-03 Andreas Schwab <schwab@redhat.com>
52856
52857 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52858 sysdeps/unix/sysv/linux/bits/socket.h.
52859
2b7e92df
ST
528602011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
52861
edf9294e
AS
52862 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52863 (__CPU_COUNT): Remove old macros.
52864 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52865 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52866 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
52867 (__sched_cpualloc, __sched_cpufree): Add declarations.
52868
a4c7ea7b
UD
528692011-02-05 Ulrich Drepper <drepper@gmail.com>
52870
52871 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52872 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52873 * nscd/aicache.c (addhstaiX): Return timeout of added value.
52874 (readdhstai): Return value of addhstaiX call.
52875 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52876 (addgrbyX): Return value returned by cache_addgr.
52877 (readdgrbyname): Return value returned by addgrbyX.
52878 (readdgrbygid): Likewise.
52879 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52880 (addpwbyX): Return value returned by cache_addpw.
52881 (readdpwbyname): Return value returned by addhstbyX.
52882 (readdpwbyuid): Likewise.
52883 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52884 (addservbyX): Return value returned by cache_addserv.
52885 (readdservbyname): Return value returned by addservbyX:
52886 (readdservbyport): Likewise.
52887 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52888 (addhstbyX): Return value returned by cache_addhst.
52889 (readdhstbyname): Return value returned by addhstbyX.
52890 (readdhstbyaddr): Likewise.
52891 (readdhstbynamev6): Likewise.
52892 (readdhstbyaddrv6): Likewise.
52893 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52894 (readdinitgroups): Return value returned by addinitgroupsX.
52895 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52896 (prune_cache): Keep track of timeout value of re-added entries.
52897 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52898 * nscd/nscd.h: Adjust prototypes of readd* functions.
52899
a0bf67cc
RM
529002011-02-04 Roland McGrath <roland@redhat.com>
52901
52902 * nis/nis_server.c (nis_servstate): Use the right name for 0.
52903 (nis_stats): Likewise.
52904 * nis/nis_modify.c (nis_modify): Likewise.
52905 * nis/nis_remove.c (nis_remove): Likewise.
52906 * nis/nis_add.c (nis_add): Likewise.
52907
52908 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52909
52910 * posix/fnmatch_loop.c: Add some consts.
52911
52912 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52913
435b95eb
L
529142011-02-02 H.J. Lu <hongjiu.lu@intel.com>
52915
52916 [BZ #12460]
52917 * config.make.in (config-cflags-novzeroupper): Define.
52918 * configure.in: Substitute libc_cv_cc_novzeroupper.
52919 * elf/Makefile (AVX-CFLAGS): Define.
52920 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52921 (CFLAGS-tst-auditmod4a.c): Likewise.
52922 (CFLAGS-tst-auditmod4b.c): Likewise.
52923 (CFLAGS-tst-auditmod6b.c): Likewise.
52924 (CFLAGS-tst-auditmod6c.c): Likewise.
52925 (CFLAGS-tst-auditmod7b.c): Likewise.
52926 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52927
8517b15e
UD
529282011-02-02 Ulrich Drepper <drepper@gmail.com>
52929
52930 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52931 function to the callback.
52932 Patch partly by Jiri Olsa <jolsa@redhat.com>.
52933
10a656fe
AS
529342011-02-02 Andreas Schwab <schwab@redhat.com>
52935
52936 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52937 of errno.
52938
968dad0a
UD
529392011-01-19 Ulrich Drepper <drepper@gmail.com>
52940
9f94d2ea 52941 [BZ #11724]
968dad0a
UD
52942 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52943 of constructors.
52944 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52945 of destructors.
52946 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52947
52948 [BZ #11724]
52949 * elf/Makefile: Add rules to build and run new test.
52950 * elf/tst-initorder.c: New file.
52951 * elf/tst-initorder.exp: New file.
52952 * elf/tst-initordera1.c: New file.
52953 * elf/tst-initordera2.c: New file.
52954 * elf/tst-initordera3.c: New file.
52955 * elf/tst-initordera4.c: New file.
52956 * elf/tst-initorderb1.c: New file.
52957 * elf/tst-initorderb2.c: New file.
52958 * elf/tst-order-a1.c: New file.
52959 * elf/tst-order-a2.c: New file.
52960 * elf/tst-order-a3.c: New file.
52961 * elf/tst-order-a4.c: New file.
52962 * elf/tst-order-b1.c: New file.
52963 * elf/tst-order-b2.c: New file.
52964 * elf/tst-order-main.c: New file.
52965 New test case by George Gensure <werkt0@gmail.com>.
52966
86e92359
UD
529672010-10-01 Andreas Schwab <schwab@redhat.com>
52968
52969 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52970 decoding ACE if AI_CANONIDN.
52971
5d5732b0
UD
529722011-01-18 Ulrich Drepper <drepper@gmail.com>
52973
52974 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52975
a77e8cbc
UD
529762011-01-17 Ulrich Drepper <drepper@gmail.com>
52977
6392473f
UD
52978 * version.h (RELEASE): Bump for 2.13 release.
52979 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52980
620a0529
UD
52981 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52982
18ba70a5
UD
52983 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52984 MADV_NOHUGEPAGE.
32465c3e
UD
52985 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52986 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52987 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52988 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52989 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52990 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52991
c0dafcf1
UD
52992 * posix/getconf.c: Update copyright year.
52993 * catgets/gencat.c: Likewise.
52994 * csu/version.c: Likewise.
52995 * debug/catchsegv.sh: Likewise.
52996 * debug/xtrace.sh: Likewise.
52997 * elf/ldconfig.c: Likewise.
52998 * elf/ldd.bash.in: Likewise.
52999 * elf/sprof.c (print_version): Likewise.
53000 * iconv/iconv_prog.c: Likewise.
53001 * iconv/iconvconfig.c: Likewise.
53002 * locale/programs/locale.c: Likewise.
53003 * locale/programs/localedef.c: Likewise.
53004 * malloc/memusage.sh: Likewise.
53005 * malloc/mtrace.pl: Likewise.
53006 * nscd/nscd.c (print_version): Likewise.
53007 * nss/getent.c: Likewise.
53008
a77e8cbc
UD
53009 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53010 PF_CAIF, and PF_ALG.
53011 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53012
77e8bddf
AS
530132011-01-16 Andreas Schwab <schwab@linux-m68k.org>
53014
1f20b93a
AS
53015 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53016 (modules-names): Use them.
53017 (ifunc-test-modules, ifunc-pie-tests): Define.
53018 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53019 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53020 (test-extras): Likewise.
53021 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53022 $(compile-command.c).
53023 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53024 (all-built-dso): Define.
53025 (check-textrel.out, check-execstack.out): Depend on it.
53026
77e8bddf
AS
53027 * configure.in: Don't override --enable-multi-arch.
53028
bc425b33
UD
530292011-01-15 Ulrich Drepper <drepper@gmail.com>
53030
53031 [BZ #6812]
53032 * nscd/hstcache.c (tryagain): Define.
53033 (cache_addhst): Return tryagain not notfound for temporary errors.
53034 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53035 failed.
53036
794c3ad3
UD
530372011-01-14 Ulrich Drepper <drepper@gmail.com>
53038
70181fdd
UD
53039 [BZ #10563]
53040 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53041 to make the syscall.
53042 * sysdeps/unix/sysv/linux/setgroups.c: New file.
53043
794c3ad3
UD
53044 [BZ #12378]
53045 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53046 and fall back to matching as normal character if the string ends before
53047 the matching ']' is found. This is what POSIX requires.
53048 * posix/testfnm.c: Adjust test result.
53049 * posix/globtest.sh: Adjust test result. Add new test.
53050 * posix/tst-fnmatch.input: Likewise.
53051 * posix/tst-fnmatch2.c: Add new test.
53052
68dc9497
AS
530532010-12-28 Andreas Schwab <schwab@linux-m68k.org>
53054
53055 * elf/Makefile (check-execstack): Revert last change. Depend on
53056 check-execstack.h.
53057 (check-execstack.h): New target.
53058 (generated): Add check-execstack.h.
53059 * elf/check-execstack.c: Include "check-execstack.h".
53060 (main): Revert last change.
53061 (handle_file): Return zero if GNU_STACK is absent and
53062 DEFAULT_STACK_PERMS doesn't include PF_X.
53063
451f001b
UD
530642011-01-13 Ulrich Drepper <drepper@gmail.com>
53065
cfa28e56
UD
53066 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53067 in child fails because the descriptor is already closed.
8cf8ce17
UD
53068 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53069 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53070 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 53071
1086d70d
UD
53072 [BZ #12397]
53073 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53074 syscall.
53075
451f001b
UD
53076 [BZ #10484]
53077 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53078 temporary buffer used to handle multi lookups locally.
a85b5cb4 53079 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 53080
08769175
UD
530812011-01-12 Ulrich Drepper <drepper@gmail.com>
53082
53083 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53084 loader is ld.so.
53085
5e49c52e
UD
530862011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
53087
53088 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53089 alignment for SSE2.
53090
60522a5f
UD
530912011-01-12 Ulrich Drepper <drepper@gmail.com>
53092
53093 [BZ #12394]
53094 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53095 characters. When rounding increased number of integer digits recompute
53096 number of groups.
53097 * stdio-common/tst-grouping.c: New file.
53098 * stdio-common/Makefile: Add rules to build and run tst-grouping.
53099
f257bbd7
UD
531002011-01-09 Ulrich Drepper <drepper@gmail.com>
53101
53102 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53103 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
53104
53105 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53106 void.
53107 * bits/select.h: Likewise.
53108
fa9c15cb
UD
531092011-01-08 Ulrich Drepper <drepper@gmail.com>
53110
53111 * po/ja.po: Update from translation team.
53112
16c2895f
DM
531132011-01-04 David S. Miller <davem@sunset.davemloft.net>
53114
53115 [BZ #11155]
53116 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53117 implementation just like for lxstat, fxstatat, et al.
53118
2543fef2
JM
531192010-12-27 Jim Meyering <meyering@redhat.com>
53120
53121 [BZ #12348]
53122 * posix/regexec.c (build_trtable): Return failure indication upon
53123 calloc failure. Otherwise, re_search_internal could infloop on OOM.
53124
98727dbe
UD
531252010-12-25 Ulrich Drepper <drepper@gmail.com>
53126
5bd6dc5c
UD
53127 [BZ #12201]
53128 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53129 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53130 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53131 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53132
97983464
UD
53133 [BZ #12207]
53134 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53135
98727dbe
UD
53136 [BZ #12204]
53137 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53138 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53139
4a531bb0
L
531402010-12-15 H.J. Lu <hongjiu.lu@intel.com>
53141
53142 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53143 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53144 script has SORT_BY_INIT_PRIORITY.
53145 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53146 NO_CTORS_DTORS_SECTIONS is defined.
53147 * elf/soinit.c: Likewise.
53148 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53149 NO_CTORS_DTORS_SECTIONS is defined.
53150 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53151 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53152 * sysdeps/sh/init-first.c: Likewise.
53153 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53154
07eb4b71
UD
531552010-12-24 Ulrich Drepper <drepper@gmail.com>
53156
53157 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53158 always use the slow path.
53159
30950a5f
RA
531602010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
53161
53162 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53163 similar rule which adds the sysdep directories to the header search in
53164 order to pick up the correct platform stackinfo.h.
53165 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53166 perform test if it is, otherwise return successfully without testing.
53167 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53168 DEFAULT_STACK_PERMS define in stackinfo.h.
53169 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53170 defined in stackinfo.h.
53171 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53172 DEFAULT_STACK_PERMS defined in stackinfo.h.
53173 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53174 * sysdeps/ia64/stackinfo.h: Likewise.
53175 * sysdeps/s390/stackinfo.h: Likewise.
53176 * sysdeps/sh/stackinfo.h: Likewise.
53177 * sysdeps/sparc/stackinfo.h: Likewise.
53178 * sysdeps/x86_64/stackinfo.h: Likewise.
53179 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53180 PF_X for powerpc64. Retain PF_X for powerpc32.
53181
db753e2c
UD
531822010-12-19 Ulrich Drepper <drepper@gmail.com>
53183
14b697f7
UD
53184 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53185 accurately.
db753e2c
UD
53186 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53187 GETDENTS_64BIT_ALIGNED.
53188
28300719
UD
531892010-12-14 Ulrich Drepper <dreper@gmail.com>
53190
14b697f7 53191 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 53192
4f197237
AS
531932010-12-10 Andreas Schwab <schwab@redhat.com>
53194
dbb0472f
AS
53195 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53196 _GNU_SOURCE.
53197
4f197237
AS
53198 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53199 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53200 Remove __restrict.
53201 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53202 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53203
fb88ac72
UD
532042010-12-09 Ulrich Drepper <drepper@gmail.com>
53205
53206 [BZ #11655]
53207 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53208 are initialized.
53209
42acbb92
JJ
532102010-12-09 Jakub Jelinek <jakub@redhat.com>
53211
53212 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53213
c038d98d
UD
532142010-12-03 Ulrich Drepper <drepper@gmail.com>
53215
53216 * po/it.po: Update from translation team.
53217
3a4a2499
L
532182010-12-01 H.J. Lu <hongjiu.lu@intel.com>
53219
53220 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53221 unused codes.
53222
1e24cf6e
UD
532232010-11-30 Ulrich Drepper <drepper@gmail.com>
53224
53225 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53226
a7690819
AS
532272010-11-24 Andreas Schwab <schwab@redhat.com>
53228
53229 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53230 specially.
53231 (gaih_getanswer_slice): Likewise.
53232
3bf8d1b1
JJ
532332010-10-20 Jakub Jelinek <jakub@redhat.com>
53234
53235 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53236
6db52fbb
PB
532372010-05-31 Petr Baudis <pasky@suse.cz>
53238
53239 [BZ #11149]
53240 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53241 silently even in the chroot mode.
53242
eaca7569
UD
532432010-11-22 Ulrich Drepper <drepper@gmail.com>
53244
53245 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53246 last patch a bit. Pretty printing
53247
3056dcdb
UD
532482010-05-31 Petr Baudis <pasky@suse.cz>
53249
53250 [BZ #10085]
53251 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53252 initialization of skip_initgroups_dyn.
53253
cf7c9078
UD
532542010-11-19 Ulrich Drepper <drepper@gmail.com>
53255
53256 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53257 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53258
a1fb5e3e
UD
532592010-11-16 Ulrich Drepper <drepper@gmail.com>
53260
53261 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53262
3540d66b
AS
532632010-11-11 Andreas Schwab <schwab@redhat.com>
53264
53265 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53266 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53267 (tst-fnmatch-ENV): Set MALLOC_TRACE.
53268 ($(objpfx)tst-fnmatch-mem): New rule.
53269 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53270 * posix/tst-fnmatch.c (main): Call mtrace.
53271
13b69574
L
532722010-11-11 H.J. Lu <hongjiu.lu@intel.com>
53273
53274 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53275 Support Intel processor model 6 and model 0x2c.
53276
da93d214
LM
532772010-11-10 Luis Machado <luisgpm@br.ibm.com>
53278
53279 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53280 signed comparison.
53281
8ca52c6e
L
532822010-11-09 H.J. Lu <hongjiu.lu@intel.com>
53283
53284 [BZ #12205]
53285 * string/test-strncasecmp.c (check_result): New function.
53286 (do_one_test): Use it.
53287 (check1): New function.
53288 (test_main): Use it.
53289 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53290 Support strcasecmp and strncasecmp.
53291
69da074d
UD
532922010-11-08 Ulrich Drepper <drepper@gmail.com>
53293
53294 [BZ #12194]
53295 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53296 * sysdeps/x86_64/bits/byteswap.h: Likewise.
53297
ff02d528
L
532982010-11-07 H.J. Lu <hongjiu.lu@intel.com>
53299
53300 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53301 IFUNC support.
53302 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53303 memset-x86-64.
53304 * sysdeps/x86_64/multiarch/bzero.S: New file.
53305 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53306 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53307 * sysdeps/x86_64/multiarch/memset.S: New file.
53308 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53309 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53310 Set bit_Prefer_SSE_for_memop for Intel processors.
53311 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53312 Define.
53313 (index_Prefer_SSE_for_memop): Define.
53314 (HAS_PREFER_SSE_FOR_MEMOP): Define.
53315
344d0b54
LM
533162010-11-04 Luis Machado <luisgpm@br.ibm.com>
53317
53318 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53319 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53320
c0dde15b
UD
533212010-11-03 H.J. Lu <hongjiu.lu@intel.com>
53322
53323 [BZ #12191]
53324 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53325 (__x86_64_raw_data_cache_size_half): Likewise.
53326 (__x86_64_raw_shared_cache_size): Likewise.
53327 (__x86_64_raw_shared_cache_size_half): Likewise.
53328
53329 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53330 (__x86_64_raw_data_cache_size_half): Likewise.
53331 (__x86_64_raw_shared_cache_size): Likewise.
53332 (__x86_64_raw_shared_cache_size_half): Likewise.
53333 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53334 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53335 and __x86_64_raw_shared_cache_size_half. Round
53336 __x86_64_data_cache_size_half, __x86_64_data_cache_size
53337 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53338 to multiple of 256 bytes.
53339
0e516e0e
MS
533402010-11-03 Ulrich Drepper <drepper@gmail.com>
53341
53342 [BZ #12167]
53343 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53344 of inacessible symlinks. Verify result of symlink before returning it.
53345 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53346 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53347
0e012e87
ER
533482010-10-28 Erich Ritz <erichritz@gmail.com>
53349
53350 * math/math.h (isinf): Fix typo in comment.
53351
de0ff7bc
UD
533522010-11-01 Ulrich Drepper <drepper@gmail.com>
53353
53354 * po/da.po: Update from translation team.
53355
fa41c84d
UD
533562010-10-26 Ulrich Drepper <drepper@gmail.com>
53357
53358 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53359 is added to the list.
53360
f0967738
AK
533612010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53362 Ulrich Drepper <drepper@gmail.com>
53363
53364 * elf/dl-object.c (_dl_new_object): Don't append the new object to
53365 the global list here. Move code to...
53366 (_dl_add_to_namespace_list): ...here. New function.
53367 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53368 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53369 * elf/dl-load.c (lose): Don't remove the element from the list.
53370 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53371 (_dl_map_object): Likewise.
53372
533732010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
53374
53375 [BZ #12159]
53376 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53377 into all bytes of SSE register.
53378 Patch by Richard Li <richardpku@gmail.com>.
53379
f0967738 533802010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
53381
53382 [BZ #12140]
53383 * malloc/malloc.c (_int_free): Fill correct number of bytes when
53384 perturbing.
53385
d0b9e94f
MB
533862010-10-20 Michael B. Brutman <brutman@us.ibm.com>
53387
53388 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53389 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53390 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53391 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53393 submachine.
53394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53395
8e9f92e9
AS
533962010-10-22 Andreas Schwab <schwab@redhat.com>
53397
53398 * include/dlfcn.h (__RTLD_SECURE): Define.
53399 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
53400 mode & __RTLD_SECURE instead.
53401 (open_path): Rename preloaded parameter to secure.
53402 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53403 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53404 * elf/dl-deps.c (openaux): Likewise.
53405 * elf/rtld.c (struct map_args): Remove is_preloaded.
53406 (map_doit): Don't use it.
53407 (dl_main): Likewise.
53408 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53409 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53410
bc96fbda
AS
534112010-09-09 Andreas Schwab <schwab@redhat.com>
53412
53413 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53414 (sysd-rules-targets): Remove duplicates.
53415 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53416 rtld-%.$o dependency.
53417
22cd1c9b
AS
534182010-10-18 Andreas Schwab <schwab@redhat.com>
53419
53420 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53421 _dl_map_object do it.
53422
18edac48
UD
534232010-10-19 Ulrich Drepper <drepper@gmail.com>
53424
53425 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53426 fast fma builtins, define the macros in the C99 standard.
53427 (FP_FAST_FMAF): Likewise.
53428 (FP_FAST_FMAL): Likewise.
53429 * sysdeps/x86_64/bits/mathdef.h: Likewise.
53430
53431 * bits/mathdef.h: Update copyright year.
53432 * sysdeps/powerpc/bits/mathdef.h: Likewise.
53433
d2050124
MM
534342010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
53435
53436 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53437 builtins, define the macros in the C99 standard.
53438 (FP_FAST_FMAF): Likewise.
53439 (FP_FAST_FMAL): Likewise.
53440 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53441 multiply/add.
53442 (FP_FAST_FMAF): Likewise.
53443
475facd1
JJ
534442010-10-15 Jakub Jelinek <jakub@redhat.com>
53445
53446 [BZ #3268]
53447 * math/libm-test.inc (fma_test): Some new testcases.
53448 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53449 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53450 y and infinite z. Do multiplication by C already in long double.
53451 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53452 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53453 y and infinite z. Do bitwise or of inexact bit into u.d.
53454 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53455 * sysdeps/i386/fpu/s_fmaf.S: Removed.
53456 * sysdeps/i386/fpu/s_fma.S: Removed.
53457 * sysdeps/i386/fpu/s_fmal.S: Removed.
53458
7c08a05c
JJ
534592010-10-16 Jakub Jelinek <jakub@redhat.com>
53460
53461 [BZ #3268]
53462 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53463 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53464 computation is not scheduled after fetestexcept. Fix value
53465 of minimum denormal long double.
53466
f3f7372d
JJ
534672010-10-14 Jakub Jelinek <jakub@redhat.com>
53468
53469 [BZ #3268]
53470 * math/libm-test.inc (fma_test): Add some more tests.
53471 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53472 correctly.
53473
14d43591
AS
534742010-10-15 Andreas Schwab <schwab@redhat.com>
53475
53476 * scripts/data/localplt-s390-linux-gnu.data: New file.
53477 * scripts/data/localplt-s390x-linux-gnu.data: New file.
53478
5e908464
JJ
534792010-10-13 Jakub Jelinek <jakub@redhat.com>
53480
53481 [BZ #3268]
53482 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53483 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53484 instead of dbl-64.
53485 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53486 inlines.
53487 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53488 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53489 if one of x and y is very large and the other is subnormal.
53490 * sysdeps/s390/fpu/s_fmaf.c: New file.
53491 * sysdeps/s390/fpu/s_fma.c: New file.
53492 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53493 * sysdeps/powerpc/fpu/s_fma.S: New file.
53494 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53495 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53496 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53497
534982010-10-12 Jakub Jelinek <jakub@redhat.com>
53499
53500 [BZ #3268]
53501 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53502 fma tests.
53503 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53504 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53505 * sysdeps/i386/i686/multiarch/s_fma.c: Include
53506 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53507 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53508 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53509 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53510
b833d51f
UD
535112010-10-12 Ulrich Drepper <drepper@redhat.com>
53512
53513 [BZ #12078]
53514 * posix/regcomp.c (parse_branch): One more memory leak plugged.
53515 * posix/bug-regex31.input: Add test case.
53516
1751705d
UD
535172010-10-11 Ulrich Drepper <drepper@gmail.com>
53518
e9b9cbf5
UD
53519 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53520 * posix/bug-regex31.input: New file.
53521
53522 [BZ #12078]
53523 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53524 (parse_sub_exp): Fix last change, use postorder.
53525
ef06edbe
UD
53526 * posix/bug-regex31.c: New file.
53527 * posix/Makefile: Add rules to build and run bug-regex31.
53528
a129c80d
UD
53529 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53530
53531 [BZ #12078]
53532 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53533
b76b818e
UD
53534 [BZ #12108]
53535 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53536 to have entries in sys_siglist.
53537
1751705d
UD
53538 [BZ #12093]
53539 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53540 be NULL.
53541
9ff8d36f
JJ
535422010-10-07 Jakub Jelinek <jakub@redhat.com>
53543
53544 [BZ #3268]
53545 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53546 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53547 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53548 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53549 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53550 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53551 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53552 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53553 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53554 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53555 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53556 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53557 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53558 * math/ftestexcept.c (fetestexcept): Likewise.
53559 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53560 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53561 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53562 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53563 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53564 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53565 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53566
af325969
UD
535672010-10-11 Ulrich Drepper <drepper@gmail.com>
53568
c579b202 53569 [BZ #12107]
af325969
UD
53570 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53571 newline.
53572
67a67b95
UD
535732010-10-06 Ulrich Drepper <drepper@gmail.com>
53574
53575 * string/bug-strstr1.c: New file.
53576 * string/Makefile: Add rules to build and run bug-strstr1.
53577
5fb308bc
EB
535782010-10-05 Eric Blake <eblake@redhat.com>
53579
53580 [BZ #12092]
53581 * string/str-two-way.h (two_way_long_needle): Always clear memory
53582 when skipping input due to the shift table.
53583
45db99c7
UD
535842010-10-03 Ulrich Drepper <drepper@gmail.com>
53585
3b111893
UD
53586 [BZ #12005]
53587 * malloc/mcheck.c: Handle large requests.
53588
45db99c7
UD
53589 [BZ #12077]
53590 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53591 for strncmp and strncasecmp.
53592 * string/stratcliff.c: Add tests for strcmp and strncmp.
53593 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53594
cf7a1eb8
NI
535952010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53596
53597 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53598 __set_fpscr.
53599
6484ba5e
AJ
536002010-09-30 Andreas Jaeger <aj@suse.de>
53601
53602 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53603 (CGROUP_SUPER_MAGIC): Define.
53604 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53605 Handle btrfs and cgroup file systems.
53606 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53607 Likewise.
53608
91c42559
LM
536092010-09-27 Luis Machado <luisgpm@br.ibm.com>
53610
53611 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53612 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53613
87a97932
AK
536142010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53615
53616 [BZ #12067]
53617 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53618 trying to locate the ELF header.
53619
c21cc9bc
AS
536202010-09-27 Andreas Schwab <schwab@redhat.com>
53621
53622 [BZ #11611]
53623 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53624 Mask out sign-bit copies when constructing f_fsid.
53625
315970f6
PB
536262010-09-24 Petr Baudis <pasky@suse.cz>
53627
53628 * debug/stack_chk_fail_local.c: Add missing licence exception.
53629 * debug/warning-nop.c: Likewise.
53630
1ac7a2c7
JM
536312010-09-15 Joseph Myers <joseph@codesourcery.com>
53632
53633 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53634 implementing getdents64 using getdents syscall, set d_type if
53635 __ASSUME_GETDENTS32_D_TYPE.
53636
56801c50
AS
536372010-09-16 Andreas Schwab <schwab@redhat.com>
53638
53639 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53640 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53641
dda51327
UD
536422010-09-21 Ulrich Drepper <drepper@redhat.com>
53643
53644 [BZ #12037]
53645 * posix/unistd.h: Undo change of feature selection for ftruncate from
53646 2010-01-11.
53647
8ffcee4a
UD
536482010-09-20 Ulrich Drepper <drepper@redhat.com>
53649
a545ecd9 53650 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
53651 detection.
53652
e24f0a8b
AS
536532010-09-20 Andreas Schwab <schwab@redhat.com>
53654
53655 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53656 fanotify_mark.
53657 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53658
7291c56f
AS
536592010-09-14 Andreas Schwab <schwab@redhat.com>
53660
53661 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53662 variables after CHECK_SP call.
53663 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53664
bc5fb037
AS
536652010-09-13 Andreas Schwab <schwab@redhat.com>
53666 Ulrich Drepper <drepper@redhat.com>
53667
53668 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53669 re-relocationg ld.so.
53670 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53671 _dl_init_paths call.
53672 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
53673 here anymore.
53674
e66e7419
UD
536752010-09-14 Ulrich Drepper <drepper@redhat.com>
53676
53677 * resolv/res_init.c (__res_vinit): Count the default server we added.
53678
c044aa75
CLT
536792010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
53680 Ulrich Drepper <drepper@redhat.com>
53681
53682 [BZ #11968]
53683 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53684 (____longjmp_chk): Use %ebx for saving value across system call.
53685 Add unwind info.
53686
32cf4069
AS
536872010-09-06 Andreas Schwab <schwab@redhat.com>
53688
53689 * manual/Makefile: Don't mix pattern rules with normal rules.
53690
817328ee
AS
536912010-09-05 Andreas Schwab <schwab@linux-m68k.org>
53692
53693 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53694 operation.
53695 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53696 * libio/iofopncook.c (_IO_cookie_init): Likewise.
53697 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53698 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53699 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53700 Likewise.
53701
29fddf61
UD
537022010-09-04 Ulrich Drepper <drepper@redhat.com>
53703
53704 [BZ #11979]
53705 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53706 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53707
0959ffc9
UD
537082010-09-02 Ulrich Drepper <drepper@redhat.com>
53709
53710 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53711 * sysdeps/x86_64/addmul_1.S: Likewise.
53712 * sysdeps/x86_64/lshift.S: Likewise.
53713 * sysdeps/x86_64/mul_1.S: Likewise.
53714 * sysdeps/x86_64/rshift.S: Likewise.
53715 * sysdeps/x86_64/sub_n.S: Likewise.
53716 * sysdeps/x86_64/submul_1.S: Likewise.
53717
ece29840
ST
537182010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
53719
0959ffc9
UD
53720 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53721 Define __sched_param instead of SCHED_* and sched_param when
ece29840 53722 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 53723 * bits/sched.h [__need_schedparam]
ece29840 53724 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
53725 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53726 (__defined_schedparam): Define to 1.
ece29840
ST
53727 (__sched_param): New structure, identical to sched_param.
53728 (__need_schedparam): Undefine.
53729
e53a31fe
MF
537302010-08-31 Mike Frysinger <vapier@gentoo.org>
53731
fdc0c10d
MF
53732 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53733 (epoll_create1): Declare.
53734
e53a31fe
MF
53735 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53736
a726d796
AS
537372010-08-31 Andreas Schwab <schwab@redhat.com>
53738
53739 [BZ #7066]
53740 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53741 shifting retval into place.
53742
2f3e3dc7
UD
537432010-09-01 Ulrich Drepper <drepper@redhat.com>
53744
f2933da9
UD
53745 * nis/rpcsvc/nis.h: Update copyright notice.
53746 * nis/rpcsvc/nis.x: Likewise.
53747 * nis/rpcsvc/nis_callback.h: Likewise.
53748 * nis/rpcsvc/nis_callback.x: Likewise.
53749 * nis/rpcsvc/nis_object.x: Likewise.
53750 * nis/rpcsvc/nis_tags.h: Likewise.
53751 * nis/rpcsvc/yp.h: Likewise.
53752 * nis/rpcsvc/yp.x: Likewise.
53753 * nis/rpcsvc/ypupd.h: Likewise.
53754 * nis/yp_xdr.c: Likewise.
53755 * nis/ypupdate_xdr.c: Likewise.
53756
2f3e3dc7
UD
53757 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
53758 mainly the body of pmap_getport. Add parameters to specify timeouts.
53759 (pmap_getport): Use __libc_rpc_getport.
53760 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53761 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53762 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53763
f3dcc2f9
AS
537642010-08-31 Andreas Schwab <schwab@linux-m68k.org>
53765
53766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53767 fanotify_mark.
53768
6d34eb5b
RM
537692010-08-27 Roland McGrath <roland@redhat.com>
53770
53771 * sysdeps/i386/i686/multiarch/Makefile
53772 (CFLAGS-varshift.c): New variable.
53773
9ea3de11
UD
537742010-08-27 Ulrich Drepper <drepper@redhat.com>
53775
c96d23fc
UD
53776 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53777 * sysdeps/i386/i686/multiarch/varshift.c: New file.
53778
9ea3de11
UD
53779 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53780
53781 * sysdeps/x86_64/strlen.S: Minimal code improvement.
53782
623aac7f
L
537832010-08-26 H.J. Lu <hongjiu.lu@intel.com>
53784
53785 * sysdeps/x86_64/strlen.S: Unroll the loop.
53786 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53787 strlen-sse2 strlen-sse2-bsf.
53788 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53789 __strlen_no_bsf if bit_Slow_BSF is set.
53790 (__strlen_sse42): Removed.
53791 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53792 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53793
8b2b7715
RM
537942010-08-25 Roland McGrath <roland@redhat.com>
53795
53796 * sysdeps/x86_64/multiarch/varshift.S: File removed.
53797 * sysdeps/x86_64/multiarch/varshift.c: New file.
53798 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53799 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53800 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53801 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53802
e73015f2
L
538032010-08-25 H.J. Lu <hongjiu.lu@intel.com>
53804
53805 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53806 strlen-sse2 strlen-sse2-bsf.
53807 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53808 __strlen_sse2_bsf if bit_Slow_BSF is unset.
53809 (__strlen_sse2): Removed.
53810 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53811 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53812 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53813 bit_Slow_BSF for Atom.
53814 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53815 (index_Slow_BSF): Define.
53816 (HAS_SLOW_BSF): Define.
53817
df24a73e
UD
538182010-08-25 Ulrich Drepper <drepper@redhat.com>
53819
53820 [BZ #10851]
53821 * resolv/res_init.c (__res_vinit): When no server address at all
53822 is given default to loopback.
53823
f2ac4868
RM
538242010-08-24 Roland McGrath <roland@redhat.com>
53825
09055553
RM
53826 * configure.in: Remove config-name.h generation.
53827 * configure: Regenerated.
53828 * config-name.in: File removed.
53829 * scripts/config-uname.sh: New file.
53830 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53831 ($(objdir)config-name.h): New target.
53832
f2ac4868
RM
53833 * sunrpc/rpc_parse.h: Avoid nested comment.
53834
73f27d5e
RH
538352010-08-24 Richard Henderson <rth@redhat.com>
53836 Ulrich Drepper <drepper@redhat.com>
53837 H.J. Lu <hongjiu.lu@intel.com>
53838
53839 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53840 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53841 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53842 Replace _mm_srli_si128 with __m128i_shift_right. Replace
53843 _mm_alignr_epi8 with _mm_loadu_si128.
53844 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53845 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53846 (__m128i_shift_right): Removed.
53847 * sysdeps/i386/i686/multiarch/varshift.h: New file.
53848 * sysdeps/i386/i686/multiarch/varshift.S: New file.
53849 * sysdeps/x86_64/multiarch/varshift.h: New file.
53850 * sysdeps/x86_64/multiarch/varshift.S: New file.
53851
84b9230c
MF
538522010-08-21 Mike Frysinger <vapier@gentoo.org>
53853
53854 * configure.in: Move assembler checks to before sysdep dir checking.
53855
9bbd0ddc
PB
538562010-08-20 Petr Baudis <pasky@suse.cz>
53857
53858 * LICENSES: Sync the sunrpc license.
53859
9da4bb31
UD
538602010-08-19 Ulrich Drepper <drepper@redhat.com>
53861
a7ab6ec8
UD
53862 * sunrpc/auth_des.c: Update copyright notice once again.
53863 * sunrpc/auth_none.c: Likewise.
53864 * sunrpc/auth_unix.c: Likewise.
53865 * sunrpc/authdes_prot.c: Likewise.
53866 * sunrpc/authuxprot.c: Likewise.
53867 * sunrpc/bindrsvprt.c: Likewise.
53868 * sunrpc/clnt_gen.c: Likewise.
53869 * sunrpc/clnt_perr.c: Likewise.
53870 * sunrpc/clnt_raw.c: Likewise.
53871 * sunrpc/clnt_simp.c: Likewise.
53872 * sunrpc/clnt_tcp.c: Likewise.
53873 * sunrpc/clnt_udp.c: Likewise.
53874 * sunrpc/clnt_unix.c: Likewise.
53875 * sunrpc/des_crypt.c: Likewise.
53876 * sunrpc/des_soft.c: Likewise.
53877 * sunrpc/get_myaddr.c: Likewise.
53878 * sunrpc/getrpcport.c: Likewise.
53879 * sunrpc/key_call.c: Likewise.
53880 * sunrpc/key_prot.c: Likewise.
53881 * sunrpc/openchild.c: Likewise.
53882 * sunrpc/pm_getmaps.c: Likewise.
53883 * sunrpc/pm_getport.c: Likewise.
53884 * sunrpc/pmap_clnt.c: Likewise.
53885 * sunrpc/pmap_prot.c: Likewise.
53886 * sunrpc/pmap_prot2.c: Likewise.
53887 * sunrpc/pmap_rmt.c: Likewise.
53888 * sunrpc/rpc/auth.h: Likewise.
53889 * sunrpc/rpc/auth_unix.h: Likewise.
53890 * sunrpc/rpc/clnt.h: Likewise.
53891 * sunrpc/rpc/des_crypt.h: Likewise.
53892 * sunrpc/rpc/key_prot.h: Likewise.
53893 * sunrpc/rpc/netdb.h: Likewise.
53894 * sunrpc/rpc/pmap_clnt.h: Likewise.
53895 * sunrpc/rpc/pmap_prot.h: Likewise.
53896 * sunrpc/rpc/pmap_rmt.h: Likewise.
53897 * sunrpc/rpc/rpc.h: Likewise.
53898 * sunrpc/rpc/rpc_des.h: Likewise.
53899 * sunrpc/rpc/rpc_msg.h: Likewise.
53900 * sunrpc/rpc/svc.h: Likewise.
53901 * sunrpc/rpc/svc_auth.h: Likewise.
53902 * sunrpc/rpc/types.h: Likewise.
53903 * sunrpc/rpc/xdr.h: Likewise.
53904 * sunrpc/rpc_clntout.c: Likewise.
53905 * sunrpc/rpc_cmsg.c: Likewise.
53906 * sunrpc/rpc_common.c: Likewise.
53907 * sunrpc/rpc_cout.c: Likewise.
53908 * sunrpc/rpc_dtable.c: Likewise.
53909 * sunrpc/rpc_hout.c: Likewise.
53910 * sunrpc/rpc_main.c: Likewise.
53911 * sunrpc/rpc_parse.c: Likewise.
53912 * sunrpc/rpc_parse.h: Likewise.
53913 * sunrpc/rpc_prot.c: Likewise.
53914 * sunrpc/rpc_sample.c: Likewise.
53915 * sunrpc/rpc_scan.c: Likewise.
53916 * sunrpc/rpc_scan.h: Likewise.
53917 * sunrpc/rpc_svcout.c: Likewise.
53918 * sunrpc/rpc_tblout.c: Likewise.
53919 * sunrpc/rpc_util.c: Likewise.
53920 * sunrpc/rpc_util.h: Likewise.
53921 * sunrpc/rpcinfo.c: Likewise.
53922 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53923 * sunrpc/rpcsvc/key_prot.x: Likewise.
53924 * sunrpc/rpcsvc/klm_prot.x: Likewise.
53925 * sunrpc/rpcsvc/mount.x: Likewise.
53926 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53927 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53928 * sunrpc/rpcsvc/rex.x: Likewise.
53929 * sunrpc/rpcsvc/rstat.x: Likewise.
53930 * sunrpc/rpcsvc/rusers.x: Likewise.
53931 * sunrpc/rpcsvc/sm_inter.x: Likewise.
53932 * sunrpc/rpcsvc/spray.x: Likewise.
53933 * sunrpc/rpcsvc/yppasswd.x: Likewise.
53934 * sunrpc/rtime.c: Likewise.
53935 * sunrpc/svc.c: Likewise.
53936 * sunrpc/svc_auth.c: Likewise.
53937 * sunrpc/svc_authux.c: Likewise.
53938 * sunrpc/svc_raw.c: Likewise.
53939 * sunrpc/svc_run.c: Likewise.
53940 * sunrpc/svc_simple.c: Likewise.
53941 * sunrpc/svc_tcp.c: Likewise.
53942 * sunrpc/svc_udp.c: Likewise.
53943 * sunrpc/svc_unix.c: Likewise.
53944 * sunrpc/svcauth_des.c: Likewise.
53945 * sunrpc/xcrypt.c: Likewise.
53946 * sunrpc/xdr.c: Likewise.
53947 * sunrpc/xdr_array.c: Likewise.
53948 * sunrpc/xdr_float.c: Likewise.
53949 * sunrpc/xdr_mem.c: Likewise.
53950 * sunrpc/xdr_rec.c: Likewise.
53951 * sunrpc/xdr_ref.c: Likewise.
53952 * sunrpc/xdr_sizeof.c: Likewise.
53953 * sunrpc/xdr_stdio.c: Likewise.
53954
9da4bb31
UD
53955 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53956 handling.
53957
bdaa77bc
AS
539582010-08-19 Andreas Schwab <schwab@redhat.com>
53959
53960 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53961
fe2f79db
LM
539622010-08-19 Luis Machado <luisgpm@br.ibm.com>
53963
53964 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53965 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53966 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53967 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53968 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53969 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53970 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53971 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53972 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53973 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53974 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53975 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53976 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53977 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53978
b9b42ee0
AB
539792010-07-26 Anton Blanchard <anton@samba.org>
53980
53981 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53982 * malloc/arena.c (heap_trim): Likewise.
53983
1c06ba31
UD
539842010-08-16 Ulrich Drepper <drepper@redhat.com>
53985
53986 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53987 here. Not...
53988 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53989 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53990
f8392f40
L
539912010-08-12 H.J. Lu <hongjiu.lu@intel.com>
53992
53993 * sysdeps/i386/elf/Makefile: New file.
53994
3162f12e
AS
539952010-08-14 Andreas Schwab <schwab@linux-m68k.org>
53996
53997 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53998 from fanotify_init.
53999 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54000 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54001
28c90b2c
UD
540022010-08-15 Ulrich Drepper <drepper@redhat.com>
54003
54004 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54005 of strncasecmp_l.
1feccb6c 54006 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 54007
ca6bb004
UD
540082010-08-14 Ulrich Drepper <drepper@redhat.com>
54009
e9f82e0d
UD
54010 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54011 strncase_l-nonascii.
54012 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54013 Add strncase_l-ssse3.
54014 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54015 * sysdeps/x86_64/strcmp.S: Likewise.
54016 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54017 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54018 * sysdeps/x86_64/strncase.S: New file.
54019 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54020 * sysdeps/x86_64/strncase_l.S: New file.
54021 * string/Makefile (strop-tests): Add strncasecmp.
54022 * string/test-strncasecmp.c: New file.
54023
54024 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54025 warning.
54026
ca6bb004
UD
54027 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54028 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54029
052fa7b3
AS
540302010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54031
54032 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54033
962dba78
UD
540342010-08-12 Ulrich Drepper <drepper@redhat.com>
54035
54036 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54037 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54038 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54039
bebff237
AM
540402010-05-01 Alan Modra <amodra@gmail.com>
54041
54042 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54043 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54044 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54045 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54046 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54047 tidying. Don't tail-call __sigjmp_save for static lib.
54048 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54049 save location.
54050 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54051 (CALL_MCOUNT): Add eh info, and nop after bl.
54052 (TAIL_CALL_SYSCALL_ERROR): New macro.
54053 (PSEUDO_RET): Use it.
54054 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54055 Correct save location of integer regs and cr.
54056 (_dl_profile_resolve): Correct cr save location. Delete nops
54057 after bl when SHARED. Reduce cfi size a little by better
54058 placement of cfi directives.
54059 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54060 make a stack frame. Instead use parm save area as a temp.
54061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54062 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
54063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54064 Don't make a stack frame for parent, use parm save area.
54065 Increase child stack frame to 112 bytes. Don't save unused reg,
54066 and adjust reg usage. Set up cfi on error recovery and
54067 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54069 (__makecontext): Add dummy nop after jump to exit.
54070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54071 Use correct parm save area and cr save, reduce stack frame.
54072 Correct cfi for possible PSEUDO_RET frame setup.
54073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54074 Branch to local label emitted by PSEUDO_RET rather than
54075 __syscall_error.
54076
02637374
AS
540772010-08-12 Andreas Schwab <schwab@redhat.com>
54078
54079 [BZ #11904]
54080 * locale/programs/locale.c (print_assignment): New function.
54081 (show_locale_vars): Use it.
54082
c3e2f19b
UD
540832010-08-11 Ulrich Drepper <drepper@redhat.com>
54084
3cdaa6ad
UD
54085 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54086 field.
54087 (struct statfs64): Likewise.
54088 (_STATFS_F_FLAGS): Define.
54089 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54090 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54091 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54092 (ST_VALID): Define locally.
54093 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54094 __statvfs_getflags, use the provided value.
54095 * sysdeps/unix/sysv/linux/kernel-features.h: Define
54096 __ASSUME_STATFS_F_FLAGS.
54097
754f7da3
UD
54098 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54099
10b3bedc
UD
54100 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54101 Add sys/fanotify.h.
54102 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54103 fanotify_mask for GLIBC_2.13.
54104 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54105 fanotify_init and fanotify_mark.
54106 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54107 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54108
c08fb0d7
UD
54109 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54110 Add prlimit.
54111 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54112 prlimit64 for GLIBC_2.13.
54113 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54114 prlimit64.
54115 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54116 syscall.
54117 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54118 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54119 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54120 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54121 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
54122 add prlimit alias.
54123 * sysdeps/unix/sysv/linux/prlimit.c: New file.
54124
15bac72b
UD
54125 [BZ #11903]
54126 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54127 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54128
c3e2f19b
UD
54129 * nss/Makefile: Add rules to build and run tst-nss-test1.
54130 * shlib-versions: Add entry for libnss_test1.
54131 * nss/nss_test1.c: New file.
54132 * nss/tst-nss-test1.c: New file.
54133
54134 * nss/nsswitch.c (__nss_database_custom): Define new variable.
54135 (__nss_configure_lookup): Set appropriate entry in
54136 __nss_configure_lookup to true.
54137 * nss/nsswitch.h: Define enum with indeces of databases in
54138 databases and __nss_database_custom arrays. Declare
54139 __nss_database_custom.
54140 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54141 to avoid using nscd when custom rules are installed.
54142 * nss/getXXbyYY_r.c: Likewise.
54143 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54144
54145 * nss/nss_files/files-parse.c: Whitespace fixes.
54146
f15ce4d8
UD
541472010-08-09 Ulrich Drepper <drepper@redhat.com>
54148
54149 [BZ #11883]
54150 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54151 * posix/fnmatch_loop.c: Likewise.
54152
d22e4cc9
AK
541532010-07-17 Andi Kleen <ak@linux.intel.com>
54154
54155 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54156 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54157 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54158 * Versions.def [GLIBC_2.13]: Add.
54159
805bc17d
UD
541602010-08-06 Ulrich Drepper <drepper@redhat.com>
54161
54162 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54163 Also fail if tpwd after pwuid call is NULL.
54164
5a42321d
ST
541652010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
54166
54167 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54168 when converting to ms.
54169
fd3ebeda
ST
541702010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54171
54172 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54173 EOPNOTSUPP errors with ENOTTY.
54174 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54175 EOPNOTSUPP errors with ENOTTY.
54176
73507d3a
UD
541772010-07-31 Ulrich Drepper <drepper@redhat.com>
54178
54179 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54180 Add strcasecmp_l-ssse3.
54181 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54182 strcasecmp.
54183 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54184 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54185 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54186
fe36dd02
UD
541872010-07-30 Ulrich Drepper <drepper@redhat.com>
54188
66f6765a
UD
54189 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54190
42e08a54
UD
54191 * string/Makefile (strop-tests): Add strcasecmp.
54192 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54193 strcasecmp_l-nonascii.
54194 (gen-as-const-headers): Add locale-defines.sym.
54195 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54196 * sysdeps/x86_64/strcasecmp.S: New file.
54197 * sysdeps/x86_64/strcasecmp_l.S: New file.
54198 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54199 * sysdeps/x86_64/locale-defines.sym: New file.
54200 * string/test-strcasecmp.c: New file.
54201
fe36dd02
UD
54202 * string/test-strcasestr.c: Test both ends of the range of characters.
54203 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54204
48cbc0d6
RM
542052010-07-29 Roland McGrath <roland@redhat.com>
54206
76e6d6bc 54207 [BZ #11856]
48cbc0d6
RM
54208 * manual/locale.texi (Yes-or-No Questions): Fix example code.
54209
880113d9
UD
542102010-07-27 Ulrich Drepper <drepper@redhat.com>
54211
54212 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54213 for ld.so.
54214
deb9cabb
AS
542152010-07-27 Andreas Schwab <schwab@redhat.com>
54216
54217 * manual/memory.texi (Malloc Tunable Parameters): Document
54218 M_PERTURB.
54219
1c7570ff
RM
542202010-07-26 Roland McGrath <roland@redhat.com>
54221
54222 [BZ #11840]
54223 * configure.in (-fgnu89-inline check): Set and substitute
54224 gnu89_inline, not libc_cv_gnu89_inline.
54225 * configure: Regenerated.
54226 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54227
24fb0f88
UD
542282010-07-26 Ulrich Drepper <drepper@redhat.com>
54229
54230 * string/test-strnlen.c: New file.
54231 * string/Makefile (strop-tests): Add strnlen.
54232 * string/tester.c (test_strnlen): Add a few more test cases.
54233 * string/tst-strlen.c: Better error reporting.
54234
54235 * sysdeps/x86_64/strnlen.S: New file.
54236
8e96b93a
UD
542372010-07-24 Ulrich Drepper <drepper@redhat.com>
54238
54239 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54240 lower-latency instructions.
54241
dbc676d4
UD
542422010-07-23 Ulrich Drepper <drepper@redhat.com>
54243
54244 * string/test-strcasestr.c: New file.
54245 * string/test-strstr.c: New file.
54246 * string/Makefile (strop-tests): Add strstr and strcasestr.
54247 * string/str-two-way.h: Don't undefine MAX.
54248 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54249
f6a31e0e
AS
542502010-07-21 Andreas Schwab <schwab@redhat.com>
54251
54252 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54253 strcasestr-nonascii.
54254 (CFLAGS-strcasestr-nonascii.c): Define.
54255 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54256 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54257 Remove unused attribute.
54258
5dbc3b6c
RM
542592010-07-20 Roland McGrath <roland@redhat.com>
54260
54261 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54262 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
54263 ld.so.cache was broken. With it, there is no way to disable dsocaps
54264 like LD_HWCAP_MASK can disable hwcaps.
54265
23d101d8
EPM
542662010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54267
54268 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54269
cc9f2e47
UD
542702010-07-16 Ulrich Drepper <drepper@redhat.com>
54271
54272 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54273 call in strcasestr.
54274 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54275 __strcasestr_sse42_nonascii.
54276 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54277 strcasestr-nonascii.c.
54278 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54279
77c1b069
LM
542802010-06-15 Luis Machado <luisgpm@br.ibm.com>
54281
54282 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54283 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54284 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54285 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54286
440566c3
UD
542872010-07-09 Ulrich Drepper <drepper@redhat.com>
54288
54289 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54290 fcntl.
54291
5be9d05d
AS
542922010-07-06 Andreas Schwab <schwab@redhat.com>
54293
c30b7ee2 54294 [BZ #11577]
5be9d05d
AS
54295 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54296 dl_signal_cerror.
54297
8a492a67
UD
542982010-07-06 Ulrich Drepper <drepper@redhat.com>
54299
54300 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54301 _PC_PIPE_BUF using F_GETPIPE_SZ.
54302
713df3d5
RM
543032010-07-05 Roland McGrath <roland@redhat.com>
54304
54305 * manual/arith.texi (Rounding Functions): Fix rint description
54306 implicit in round description.
54307
702e8f14
UD
543082010-07-02 Ulrich Drepper <drepper@redhat.com>
54309
54310 * elf/Makefile: Fix linking for a few tests to make recent linker
54311 happy.
54312
52ed8be9
AS
543132010-06-30 Andreas Schwab <schwab@redhat.com>
54314
54315 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54316 $(common-objpfx)libc_nonshared.a.
54317
f47c9a11
LM
543182010-06-21 Luis Machado <luisgpm@br.ibm.com>
54319
54320 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54321 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54322 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54323 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54324 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54325 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54326 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54327 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54329 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54331 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54336 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54337 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54338 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54339 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54340 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54342 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54343 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54344 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54345 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54346 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54347 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54348 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54349 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54350 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54351 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54352 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54353 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54354 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54355 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54356 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54357 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54359 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54362 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54368
6fb8cbcb
L
543692010-06-25 H.J. Lu <hongjiu.lu@intel.com>
54370
54371 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54372 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
54373 * string/memmove.c (memmove): Renamed to ...
54374 (MEMMOVE): ...this. Default to memmove.
54375 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54376 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54377 (END_CHK): Define.
54378 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54379 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54380 mempcpy-ssse3-back memmove-ssse3-back.
54381 * sysdeps/x86_64/multiarch/bcopy.S: New file .
54382 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54383 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54384 * sysdeps/x86_64/multiarch/memcpy.S: New file.
54385 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54386 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54387 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54388 * sysdeps/x86_64/multiarch/memmove.c: New file.
54389 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54390 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54391 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54392 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54393 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54394 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54395 Define.
54396 (index_Fast_Copy_Backward): Define.
54397 (HAS_ARCH_FEATURE): Define.
54398 (HAS_FAST_REP_STRING): Define.
54399 (HAS_FAST_COPY_BACKWARD): Define.
54400
4e733bac 544012010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
54402
54403 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54404 Restore proper fallback handling.
54405
63c4ed22
UD
544062010-06-19 Ulrich Drepper <drepper@redhat.com>
54407
ac2b484c
UD
54408 [BZ #11701]
54409 * posix/group_member.c (__group_member): Correct checking loop.
54410
63c4ed22
UD
54411 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54412 OOM in getpwuid_r correctly. Return error number when the caller
54413 should return, otherwise -1.
54414 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54415 call returning > 0 value.
54416 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54417
765ade4b
AS
544182010-06-07 Andreas Schwab <schwab@redhat.com>
54419
54420 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54421 libc_nonshared.a from targets in modules-names.
54422
80da2e09
KS
544232010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
54424
54425 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54426 requires it.
54427
158db122
LM
544282010-06-10 Luis Machado <luisgpm@br.ibm.com>
54429
54430 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54431 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54432 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54433 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54434
caa78cf8
AS
544352010-06-02 Andreas Schwab <schwab@redhat.com>
54436
54437 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54438
b2ef2c01
UD
544392010-06-14 Ulrich Drepper <drepper@redhat.com>
54440
54441 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54442 and F_GETPIPE_SZ.
54443 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54444 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54445 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54446 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54447 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54448 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54449
fbd643b6
RM
544502010-06-14 Roland McGrath <roland@redhat.com>
54451
54452 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54453
f32f2869
JJ
544542010-06-07 Jakub Jelinek <jakub@redhat.com>
54455
54456 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54457 __REDIRECT followed by __THROW.
54458 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54459 * posix/getopt.h (getopt): Likewise.
54460
2a50c078
EPM
544612010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54462
54463 * hurd/lookup-at.c (__file_name_lookup_at): Accept
54464 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
54465 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54466 in AT_FLAGS.
54467 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54468 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54469
eb5ad2eb
LM
544702010-05-28 Luis Machado <luisgpm@br.ibm.com>
54471
54472 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54473
3c88fe1e
L
544742010-05-26 H.J. Lu <hongjiu.lu@intel.com>
54475
54476 [BZ #11640]
54477 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54478 Properly check family and model.
54479
d2f73151
TY
544802010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
54481
54482 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54483
ebd2e13d
LM
544842010-05-24 Luis Machado <luisgpm@br.ibm.com>
54485
54486 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54487
b32b8b45
UD
544882010-05-21 Ulrich Drepper <drepper@redhat.com>
54489
54490 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54491 symbol reference.
54492
9acbe24d
AS
544932010-05-19 Andreas Schwab <schwab@redhat.com>
54494
54495 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54496 symbol reference.
54497
f0ccf6ea
AS
544982010-05-21 Andreas Schwab <schwab@redhat.com>
54499
3d04ff3a
AS
54500 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54501 and internal_recvmmsg.
54502 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54503 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54504 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54505 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54506
f0ccf6ea
AS
54507 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54508 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54509 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54510
5b08ac57
AS
545112010-05-20 Andreas Schwab <schwab@redhat.com>
54512
54513 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54514
4828935d
LM
545152010-05-17 Luis Machado <luisgpm@br.ibm.com>
54516
54517 POWER7 optimizations.
54518 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54519 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54520
373d545e
UD
545212010-05-19 Ulrich Drepper <drepper@redhat.com>
54522
54523 * version.h: Update for 2.13 development version.
54524
21a2b1ae
AS
545252010-05-12 Andrew Stubbs <ams@codesourcery.com>
54526
54527 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54528 exceptions. Return 0.
54529
3f7dcb2b
RM
545302010-05-07 Roland McGrath <roland@redhat.com>
54531
54532 * elf/ldconfig.c (main): Add a const.
54533
5f24d53a 545342010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 54535
a160f8d8
UD
54536 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54537 (args_options): Add no-idn option.
54538 (ahosts_keys_int): Add idn_flags to ai_flags.
54539 (parse_option): Handle 'i' option to clear idn_flags.
54540
5f24d53a
UD
54541 * malloc/malloc.c (_int_free): Possible race in the most recently
54542 added check. Only act on the data if no current modification
54543 happened.
265bb1ce
UD
54544
54545See ChangeLog.17 for earlier changes.
This page took 7.912147 seconds and 5 git commands to generate.