]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
tilegx: fix sysdep.h to avoid a redefinition warning
[thirdparty/glibc.git] / ChangeLog
CommitLineData
7c1395a7
CM
12014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
2
5d24aa60
CM
3 * sysdeps/unix/sysv/linux/tile/sysdep.h
4 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
5 assembly-specific section to avoid a redefinition warning.
6
7c1395a7
CM
7 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
8 long before casting to pointer to avoid a cast warning.
9
3c87c616
CM
102014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
11
12 * sysdeps/tile/tilegx/Implies: New file.
13
f559d8cf
RE
142014-12-23 Richard Earnshaw <rearnsha@arm.com>
15
16 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
17
7d81e8d6
FW
182014-12-23 Florian Weimer <fweimer@redhat.com>
19
20 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
21
90aa3d09
JM
222014-12-22 Joseph Myers <joseph@codesourcery.com>
23
24 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
25 not define.
26 * sysdeps/unix/sysv/linux/utimes.c: Do not include
27 <kernel-features.h>.
28 (__utimes) [__NR_utimes]: Make code unconditional.
29 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
30 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31 (__ASSUME_UTIMES): Do not undefine.
32 * sysdeps/unix/sysv/linux/tile/kernel-features.h
33 (__ASSUME_UTIMES): Likewise.
34 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
35 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
36 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
37 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
38
4c0c0e2a
SE
392014-12-22 Steve Ellcey <sellcey@imgtec.com>
40
41 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
42
0dacd7a3
CM
432014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
44
b638f96a
CM
45 [BZ #17747]
46 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
47 alias to weak alias for j0l, y0l.
48 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
49 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
50
0dacd7a3
CM
51 [BZ #17746]
52 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
53 conversion.
54
528479c4
SE
552014-12-22 Steve Ellcey <sellcey@imgtec.com>
56
57 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
58 to zero if not already defined.
59
f56f9124
JM
602014-12-22 Joseph Myers <joseph@codesourcery.com>
61
62 [BZ #17724]
63 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
64 (__kernel_standard_f): Remove. Moved to k_standardf.c.
65 (__kernel_standard_l): Remove. Moved to k_standardl.c with
66 (char *) casts added.
67 * sysdeps/ieee754/k_standardf.c: New file.
68 * sysdeps/ieee754/k_standardl.c: Likewise.
69 * math/Makefile (libm-support): Remove k_standard.
70 (libm-calls): Add k_standard.
71
8622d556
WD
722014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
73
74 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
75 Optimize to avoid an unnecessary FPCR read.
76
f3806bdb
WD
772014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
78
79 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
80 Optimize to reduce FPCR/FPSR accesses.
81
9b47df58
WD
822014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
83
84 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
85 Call libc_fetestexcept_aarch64.
86
97be3cac
WD
872014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
88
89 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
90 Call libc_fesetround_aarch64.
91
935ab817
JM
922014-12-22 Joseph Myers <joseph@codesourcery.com>
93
94 [BZ #17733]
95 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
96 (__bind): Do not define as weak alias.
97 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
98 define.
99 (__getsockname): Do not define as weak alias.
100
cc8623f1
WN
1012014-12-22 Will Newton <will.newton@linaro.org>
102
103 * manual/install.texi: Document that we require bison 2.7
104 or above.
105 * INSTALL: Regenerate.
106 * configure.ac: Use AC_CHECK_PROG_VER instead of
107 AC_PATH_PROG when checking for bison and check for
108 version 2.7 or above.
109 * configure: Regenerate.
110
a19ca65a
CM
1112014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
112
92901170 113 [BZ #17745]
e969965a
CM
114 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
115 * sysdeps/tile/ffsll.c (ffsll): To here.
116
a19ca65a
CM
117 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
118
050f7298
L
1192014-12-21 H.J. Lu <hongjiu.lu@intel.com>
120
121 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
122 if not defined.
123 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
124 definition.
125 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
126 hidden ___tls_get_addr.
127 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
128 hidden __tls_get_addr.
129 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
130 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
131 Likewise.
132
6df5547e
AS
1332014-12-21 Andreas Schwab <schwab@linux-m68k.org>
134
135 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
136 _dl_init call.
137
7432d613
L
1382014-12-21 H.J. Lu <hongjiu.lu@intel.com>
139
140 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
141 from "call _dl_init@PLT".
142 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 143
98fe149e
AK
1442014-12-21 Anders Kaseorg <andersk@mit.edu>
145
146 * manual/search.texi: (Array Sort Function): Clarify stable sorting
147 guarantees.
148
d12455f5
CM
1492014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
150
151 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
152
95dee05f
CM
1532014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
154
92901170 155 [BZ #17744]
95dee05f
CM
156 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
157 strnlen.
158
2ef4b74a
SE
1592014-12-19 Steve Ellcey <sellcey@imgtec.com>
160
161 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
162 of multu on MIPSr6.
163 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
164 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
165 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
166 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
167 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
168
1692014-12-19 Steve Ellcey <sellcey@imgtec.com>
170
171 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
172 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
173 (PTR_SUBU): Use subu for mips32r6/mips64r6.
174 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 175 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
176 mips32r6/mips64r6.
177 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
178
3eb38795
OB
1792014-12-19 Ondřej Bílka <neleai@seznam.cz>
180
181 * string/strncat.c (STRNCAT): Simplify implementation.
182
6d4188dd
DM
1832014-12-19 David S. Miller <davem@davemloft.net>
184
0d4ba8be
DM
185 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
186 access the quad as both a long double and as a series of 4 words.
187
6d4188dd
DM
188 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
189 link_map->l_info array access.
190
4ef91cdc
CM
1912014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
192
804c54f7
CM
193 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
194
4ef91cdc
CM
195 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
196 * math/atest-exp2.c (TIMEOUT): Likewise.
197 * math/atest-sincos.c (TIMEOUT): Likewise.
198
afd176d6
L
1992014-12-19 H.J. Lu <hongjiu.lu@intel.com>
200
201 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
202 -Wno-error with -fno-builtin-lround.
203
a4a43a90
TR
2042014-12-19 Torvald Riegel <triegel@redhat.com>
205
206 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
207 Contains futex constants and functions moved over from ...
208 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
209 <lowlevellock-futex.h>.
210 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
211 (lll_timedwait_tid): Add comments and parentheses around macro
212 arguments.
213
76f71081
TR
2142014-12-19 Torvald Riegel <triegel@redhat.com>
215
216 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
217 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
218 (__lll_private_flag): Remove.
219 (lll_futex_wait): Likewise.
220 (lll_futex_timed_wait): Likewise.
221 (lll_futex_wake): Likewise.
222 (lll_futex_requeue): Likewise.
223 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
224 (__lll_timedwait_tid): Spell out argument names.
225 (lll_timedwait_tid): Add comments and parentheses around macro
226 arguments.
227 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
228 LLL_SHARED and LLL_PRIVATE usable from assembly code.
229
6b814909
TR
2302014-12-19 Torvald Riegel <triegel@redhat.com>
231
232 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
233 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
234 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
235 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
236 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
237 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
238 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
239 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
240 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
241 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
242 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
243 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
244 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
245 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
246 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
247 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
248 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
249 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
250 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
251
9cd4d4ab
L
2522014-12-19 H.J. Lu <hongjiu.lu@intel.com>
253
254 * sysdeps/x86_64/x32/Makefile: New file.
255
c9c1a2d0
L
2562014-12-19 H.J. Lu <hongjiu.lu@intel.com>
257
258 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
259 1L with (mp_limb_t) 1.
260
af102d95
RM
2612014-12-17 Roland McGrath <roland@hack.frob.com>
262
dd690454
RM
263 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
264 * nptl/libc_pthread_init.c: ... here.
265 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
266 * nptl/register-atfork.c: ... here.
267
74eb826c
RM
268 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
269 Use pthread_sigmask rather than INTERNAL_SYSCALL.
270 Use assert_perror to check its return value.
271 (__gai_create_helper_thread): Likewise.
272
c9ce306b
RM
273 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
274
af102d95
RM
275 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
276
8ac5a76a
JM
2772014-12-17 Joseph Myers <joseph@codesourcery.com>
278
ea41469b
JM
279 [BZ #17725]
280 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
281 __profil_counter.
282 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
283 Likewise.
284 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
285 Likewise.
286 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
287 Likewise.
288 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
289 (profil_counter): Likewise.
290 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
291 (profil_counter): Likewise.
292 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
293 Likewise.
294 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
295 Likewise.
296 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
297 (profil_counter): Likewise.
298 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
299 Likewise.
300 [!__profil_counter] (profil_counter): Define as weak alias of
301 __profil_counter.
302 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
303 (profil_counter): Rename to __profil_counter.
304 [!__profil_counter] (profil_counter): Define as weak alias of
305 __profil_counter.
306 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
307 (profil_counter): Rename to __profil_counter.
308 [!__profil_counter] (profil_counter): Define as weak alias of
309 __profil_counter.
310 * sysdeps/posix/profil.c: Update comment referring to
311 profil_counter.
312 (__profil): Use __profil_counter instead of profil_counter.
313 * sysdeps/posix/sprofil.c (profil_counter): Rename to
314 __profil_counter. Use __profil_counter_ushort and
315 __profil_counter_uint in definitions.
316 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
317 instead of profil_counter_uint and profil_counter_ushort.
318
8ac5a76a
JM
319 [BZ #17722]
320 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
321 define as weak alias of __inet_makeaddr.
322 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
323 as weak alias of __inet_addr.
324 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
325 as weak alias of __inet_pton. Use libc_hidden_weak.
326 * include/arpa/inet.h (__inet_pton): Declare. Use
327 libc_hidden_proto.
328 (inet_makeaddr): Don't use libc_hidden_proto.
329 (__inet_makeaddr): Declare. Use libc_hidden_proto.
330 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
331 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
332 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
333 Remove variable.
334 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
335 (test-xfail-POSIX/time.h/linknamespace): Likewise.
336
66ce3cb1
SE
3372014-12-17 Steve Ellcey <sellcey@imgtec.com>
338
339 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
340
d22ce01b
SL
3412014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
342
343 * stdio-common/bug-vfprintf-nargs.c (do_test):
344 Cast value to intptr_t to avoid format warning
345 for usage with PRIdPTR printing macro.
346
eca2772b
SL
3472014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
348
349 * libio/tst-widetext.c (do_test):
350 Use format type %td instead of %Zd for ptrdiff_t
351 in order to avoid format warning.
352
bdf079da
AS
3532014-12-17 Andreas Schwab <schwab@suse.de>
354
355 * nscd/mem.c (gc): Add size_t cast to match printf format.
356
3eb5d2fc
RM
3572014-12-16 Roland McGrath <roland@hack.frob.com>
358
359 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
360 (init): Apply PTR_MANGLE to pointers before storing them.
361 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
362 before using them.
363
d003ada2
JM
3642014-12-16 Joseph Myers <joseph@codesourcery.com>
365
380292ba
JM
366 [BZ #17719]
367 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
368 define as weak alias of __memrchr.
369 (__memrchr): Do not define as strong alias of memrchr.
370 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
371 Remove variable.
372 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
373 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
374 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
375
9a44d530
JM
376 [BZ #17717]
377 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
378 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
379 (if_indextoname): Rename to __if_indextoname and define as weak
380 alias of __if_indextoname. Use libc_hidden_weak.
381 (if_freenameindex): Rename to __if_freenameindex and define as
382 weak alias of __if_freenameindex.
383 (if_nameindex): Rename to __if_nameindex and define as weak alias
384 of __if_nameindex.
385 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
386 __if_nametoindex and define as weak alias of __if_nametoindex.
387 Use libc_hidden_weak.
388 (if_freenameindex): Rename to __if_freenameindex and define as
389 weak alias of __if_freenameindex.
390 (if_nameindex): Rename to __if_nameindex and define as weak alias
391 of __if_nameindex.
392 (if_indextoname): Rename to __if_indextoname and define as weak
393 alias of __if_indextoname. Use libc_hidden_weak.
394 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
395 __if_nametoindex and define as weak alias of __if_nametoindex.
396 Use libc_hidden_weak.
397 (if_freenameindex): Rename to __if_freenameindex and define as
398 weak alias of __if_freenameindex. Use libc_hidden_weak.
399 (if_nameindex_netlink): Use __if_freenameindex instead of
400 if_freenameindex.
401 (if_nameindex): Rename to __if_nameindex and define as weak alias
402 of __if_nameindex. Use libc_hidden_weak.
403 (if_indextoname): Rename to __if_indextoname and define as weak
404 alias of __if_indextoname. Use libc_hidden_weak.
405 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
406 libc_hidden_proto.
407 [!_ISOMAC] (__if_freenameindex): Likewise.
408 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
409 if_nametoindex.
410 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
411 variable.
412 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
413 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
414 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
415 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
416 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
417 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
418 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
419
d003ada2
JM
420 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
421 Remove variable.
422 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
423 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
424
a0d424ef
SP
4252014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
426
0cd85520
SP
427 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
428 subscript above bounds'
429
a0d424ef
SP
430 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
431 bounds.
432
0e426475
AS
4332014-12-16 Arjun Shankar <arjun.is@lostca.se>
434
8b460906
AS
435 * libio/tst-fopenloc.c: Use test-skeleton.c.
436
fa13e15b
AS
437 * stdlib/tst-bsearch.c: Use test-skeleton.c.
438 (entry): Rename to ITEM.
439 (do_test, comp): Adjust.
440
0e426475
AS
441 * stdio-common/tst-fseek.c: Use test-skeleton.c.
442
4f646bce
TR
4432014-12-16 Torvald Riegel <triegel@redhat.com>
444
445 * string/tester.c: Include <libc-internal.h>.
446 (test_memset): Ignore -Wmemset-transposed-args.
447
a07c4427
TR
4482014-12-16 Torvald Riegel <triegel@redhat.com>
449
450 * misc/tst-mntent2.c (do_test): Fix warning.
451
1469f466
TR
4522014-12-16 Torvald Riegel <triegel@redhat.com>
453
454 * elf/tst-unique4lib.cc(a): Mark as used.
455
11e3417a
FW
4562014-12-16 Florian Weimer <fweimer@redhat.com>
457
458 [BZ #17630]
459 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
460 names.
461
ae61fc7b
AM
4622014-12-16 Allan McRae <allan@archlinux.org>
463
464 * stdio-common/Makefile (tests): Re-add bug26.
465
363a9899
OB
4662014-12-15 Ondřej Bílka <neleai@seznam.cz>
467
468 [BZ #17657]
469 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
470 static array.
471
d52c62df
TR
4722014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
473
474 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
475 (__lll_lock_wait): Likewise.
476 (__lll_timedlock_wait): Likewise.
477 (__lll_timedwait_tid): Likewise.
478 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
479 (__lll_robust_timedlock_wait): Likewise.
480 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
481 (lll_cond_trylock): Likewise.
482 (__lll_lock): Likewise.
483 (__lll_robust_lock): Likewise.
484 (__lll_cond_lock): Likewise.
485 (lll_robust_cond_lock): Likewise.
486 (__lll_timedlock): Likewise.
487 (__lll_robust_timedlock): Likewise.
488 (__lll_unlock): Likewise.
489 (__lll_robust_unlock): Likewise.
490 (lll_wait_tid): Likewise.
491 (lll_timedwait_tid): Likewise.
492
045a6bcd
TR
4932014-12-15 Torvald Riegel <triegel@redhat.com>
494
495 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
496
7f786dc1
TR
4972014-12-15 Torvald Riegel <triegel@redhat.com>
498
499 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
500
e7e21cba
AZ
5012014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
502
503 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
504 * stdio-common/tst-sprintf.c: Likewise.
505
bc89c0fc
TR
5062014-12-15 Torvald Riegel <triegel@redhat.com>
507
508 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
509
a5357b7c
JL
5102014-12-15 Jeff Law <law@redhat.com>
511
512 [BZ #16617]
513 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
514 on the heap. (CVE-2012-3406)
515 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
516 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
517 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
518
3a12c70f
WN
5192014-12-15 Will Newton <will.newton@linaro.org>
520
521 * manual/install.texi: Bump required version of texinfo
522 to 4.7 from 4.5.
523 * INSTALL: Regenerated.
524 * configure.ac: Check for makeinfo version 4.7 and above.
525 * configure: Regenerated.
526
e4f639e4
RM
5272014-12-12 Roland McGrath <roland@hack.frob.com>
528
529 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
530 PREFIX, string constant to insert between directory and name.
531 * sysdeps/posix/shm_open.c: Update caller.
532 * sysdeps/posix/shm_unlink.c: Likewise.
533 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
534 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
535 (SEM_SHM_PREFIX): New macro.
536 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
537 [$(have-thread-library) = no].
538 * nptl/Makefile (libpthread-routines): Add shm-directory.
539 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
540 * sysdeps/nptl/shm-directory.h: New file.
541 * sysdeps/posix/shm-directory.c
542 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
543 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
544 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
545 INTERNAL_SYSCALL.
546 (__where_is_shmfs): Function removed.
547 (mountpoint, defaultmount, defaultdir, __namedsem_once):
548 Variables removed.
549 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
550 Use SHM_GET_NAME.
551 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
552
553 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
554 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
555 unconditional for use inside libpthread.
556 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
557
439c43f6
RM
5582014-12-12 Roland McGrath <roland@hack.frob.com>
559
c76d1ff5
RM
560 * nptl/pthread_getaffinity.c: New file.
561 * nptl/pthread_setaffinity.c: New file.
562 * nptl/pthread_getname.c: New file.
563 * nptl/pthread_setname.c: New file.
564
439c43f6
RM
565 * nptl/pthread_create.c (START_THREAD_DEFN)
566 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
567
48e435cd
SL
5682014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
569 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
570
571 * resolv/res_send.c (send_vc): Disable warning resplen may
572 be used uninitialized.
573
9d9c0019
SL
5742014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
575
576 * nptl/tst-mutex6.c
577 (ATTR_NULL): New define checks ATTR against NULL.
578 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
579 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
580
9173840b
JL
5812014-12-11 James Lemke <jwlemke@codesourcery.com>
582
583 [BZ #17581]
584 * malloc/hooks.c
585 (mem2mem_check): Revert my previous change.
586 (malloc_check_get_size): Revert my previous change.
587 (mem2chunk_check): Revert my previous change.
588
78e21c5d
RM
5892014-12-11 Roland McGrath <roland@hack.frob.com>
590
591 * sysdeps/posix/shm-directory.c: New file.
592 * sysdeps/posix/shm-directory.h: New file.
593 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
594 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
595 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
596 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
597 Transmute EPERM to EACCES.
598 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
599 from ...
600 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
601 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
602
f82c43af
KK
6032014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
604
605 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
606 pointer and cast to uintptr_t.
607 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
608 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
609 Add cast to avoid warning.
610 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
611
fc00cf7b
JM
6122014-12-11 Joseph Myers <joseph@codesourcery.com>
613
614 * nptl/semaphore.h: Move to ...
615 * sysdeps/pthread/semaphore.h: ... here.
616 * Makefile (installed-headers): Change nptl/semaphore.h to
617 sysdeps/pthread/semaphore.h.
618
1c4053db
RM
6192014-12-11 Roland McGrath <roland@hack.frob.com>
620
73b0c1a1
RM
621 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
622 generated error format strings.
623
1c4053db
RM
624 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
625 -Wformat-extra-args warnings for scanf formats.
626 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
627 test of zero-length format (duh).
628 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
629 corner-case scanf format test.
630 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
631 generated fprintf format string.
632 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
633 corner-case sprintf format tests.
634 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
635 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
636 -Wformat-extra-args warnings throughout.
637 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
638 (CFLAGS-scanf4.c): Likewise.
639 (CFLAGS-scanf7.c): Likewise.
640 (CFLAGS-tst-sprintf.c): Likewise.
641 (CFLAGS-tst-printf.c): Likewise.
642 (CFLAGS-tst-printfsz.c): Likewise.
643
47d51f4f
JM
6442014-12-11 Joseph Myers <joseph@codesourcery.com>
645
a1edbf3c
JM
646 * include/cpio.h: New file.
647 * include/fmtmsg.h: Likewise.
648
47d51f4f
JM
649 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
650 corresponding format argument to size_t.
651 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
652 arguments.
653 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
654 corresponding format argument to size_t.
655 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
656 arguments.
657 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
658 corresponding format argument to size_t.
659 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
660 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
661 (CFLAGS-tst-mbswcs2.c): Likewise.
662 (CFLAGS-tst-mbswcs3.c): Likewise.
663 (CFLAGS-tst-mbswcs4.c): Likewise.
664 (CFLAGS-tst-mbswcs5.c): Likewise.
665 (CFLAGS-tst-trans.c): Likewise
666
e9813cfb
RM
6672014-12-11 Roland McGrath <roland@hack.frob.com>
668
669 * posix/regexbug1.c (main): Use "%s" format with regerror results,
670 rather than assuming they won't contain any '%'s.
671
f627ca82
CM
6722014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
673
674 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
675 inhibit_loop_to_libcall to avoid recursive calls.
676 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
677 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
678
7f296942
AZ
6792014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
680
681 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
682 prototype.
683
d0276e18
SE
6842014-12-11 Steve Ellcey <sellcey@imgtec.com>
685
686 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
687 integer value instead of boolean.
688
fc56e970
SE
6892014-12-11 Steve Ellcey <sellcey@imgtec.com>
690
691 * malloc/malloc.c: Fix powerof2 check.
692
40e53917
SL
6932014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
694
695 * locale/programs/locfile.h (maybe_swap_uint32):
696 Remove inline and add unused attribute.
697
1ea166df
SL
6982014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
699
9d9c0019 700 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
701 Truncating assembler expression to a .long expression.
702
acf869f4
AS
7032014-12-11 Andreas Schwab <schwab@suse.de>
704
705 * elf/rtld.c (struct map_args): Constify str member.
706 (do_preload): Constify fname argument.
707
9d969099
AZ
7082014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
709
710 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
711 constants definition.
712
da5bcaa4
AS
7132014-12-11 Andreas Schwab <schwab@suse.de>
714
b0a3c164
AS
715 [BZ #16657]
716 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
717 FORCE_ELISION instead of DO_ELISION.
718 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
719 Remove.
720 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
721 Likewise.
722
da5bcaa4
AS
723 * iconvdata/gconv-modules: Remove duplicate entry.
724
6d248857
WN
7252014-12-11 Will Newton <will.newton@linaro.org>
726
727 Merge gettext 0.19.3 into intl/.
728
729 This involves a number of cosmetic changes to comments
730 and ANSI function definitions and prototypes throughout
731 all the files. The gettext copyright header is used but
732 with the date ranges taken from the glibc copy.
733
734 * NEWS: Add gettext merge to 2.21.
735 * intl/bindtextdom.c: Switch to gettext copyright.
736 Use ANSI definitions and prototypes.
737 Use gl_* locking primitives rather than __libc_* ones.
738 Use __builtin_expect rather than __glibc_likely/unlikely.
739 * intl/dcgettext.c: Switch to gettext copyright.
740 Use ANSI definitions and prototypes.
741 * intl/dcigettext.c: Switch to gettext copyright.
742 Use ANSI definitions and prototypes.
743 (INTDIV0_RAISES_SIGFPE): New define.
744 Use gl_* locking primitives rather than __libc_* ones.
745 Include eval-plural.h instead of plural-eval.c.
746 Use __builtin_expect rather than __glibc_likely/unlikely.
747 * intl/dcngettext.c: Switch to gettext copyright.
748 Use ANSI definitions and prototypes.
749 * intl/dgettext.c: Likewise.
750 * intl/dngettext.c: Likewise.
751 * intl/plural-eval.c: Renamed to...
752 * intl/eval-plural.h: ...this.
753 * intl/explodename.c: Switch to gettext copyright.
754 Use ANSI definitions and prototypes.
755 (_nl_explode_name): Use strchr instead of __rawmemchr.
756 * intl/finddomain.c: Switch to gettext copyright.
757 Use ANSI definitions and prototypes.
758 Use gl_* locking primitives rather than __libc_* ones.
759 (_nl_find_domain): Use malloc rather than alloca for
760 allocation of temporary locale name.
761 * intl/gettext.c: Switch to gettext copyright.
762 Use ANSI definitions and prototypes.
763 * intl/gettextP.h: Switch to gettext copyright.
764 Use ANSI definitions and prototypes.
765 Use gl_* locking primitives rather than __libc_* ones.
766 * intl/gmo.h: Switch to gettext copyright.
767 (struct sysdep_string): Move struct segment_pair outside of
768 struct definition.
769 * intl/hash-string.c: Use ANSI definitions and prototypes.
770 * intl/hash-string.h: Switch to gettext copyright.
771 Use ANSI definitions and prototypes.
772 * intl/l10nflist.c: Switch to gettext copyright.
773 Use ANSI definitions and prototypes.
774 (_nl_normalize_codeset): Avoid integer overflow.
775 * intl/loadinfo.h: Switch to gettext copyright.
776 Use ANSI definitions and prototypes.
777 (LIBINTL_DLL_EXPORTED): New define.
778 (PATH_SEPARATOR): New define.
779 * intl/loadmsgcat.c: Switch to gettext copyright.
780 * intl/localealias.c: Switch to gettext copyright.
781 Use ANSI definitions and prototypes.
782 (_nl_expand_alias): Use PATH_SEPARATOR.
783 * intl/ngettext.c: Switch to gettext copyright.
784 Use ANSI definitions and prototypes.
785 * intl/plural-exp.c: Likewise.
786 * intl/plural-exp.h: Switch to gettext copyright.
787 Use ANSI definitions and prototypes.
788 (struct expression): Move definition of enum operator outside
789 of struct definition.
790 * intl/plural.c: Regenerate.
791 * intl/plural.y: Switch to gettext copyright.
792 Use ANSI definitions and prototypes.
793 Port to bison 3.0.
794 * intl/textdomain.c: Switch to gettext copyright.
795 Use ANSI definitions and prototypes.
796 Use gl_* locking primitives rather than __libc_* ones.
797
48c43298
SE
7982014-12-10 Steve Ellcey <sellcey@imgtec.com>
799
800 * debug/warning-nop.c: Add used atrribute.
801
2b89bce9
JM
8022014-12-10 Joseph Myers <joseph@codesourcery.com>
803
c153ac9f
JM
804 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
805
2b89bce9
JM
806 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
807 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
808 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
809
2cfbdb9a
JM
8102014-12-10 Joseph Myers <joseph@codesourcery.com>
811 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
812
813 [BZ #17634]
814 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
815 Undefine after defining function. Define as weak alias of
816 __wcschr. Use libc_hidden_weak.
817 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
818 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
819 (libc_hidden_def): Also define __GI___wcschr alias.
820 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
821 __wcschr and define as weak alias of __wcschr.
822 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
823 __wcschr.
824 [!WCSCHR] (DEFAULT_WCSCHR): Define.
825 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
826 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
827 libc_hidden_weak. Do not use libc_hidden_def.
828 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
829 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
830 __GI___wcschr alias.
831 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
832 [IS_IN (libc)] (wcschr): Define as macro expanding to
833 __redirect_wcschr.
834 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
835 [IS_IN (libc)] (__wcschr_power6): Likewise.
836 [IS_IN (libc)] (__wcschr_power7): Likewise.
837 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
838 instead of wcschr.
839 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
840 __libc_wcschr.
841 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
842 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
843 __wcschr and define as weak alias of __wcschr. Use
844 libc_hidden_builtin_def.
845 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
846 as weak alias of __wcschr. Use libc_hidden_weak.
847 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
848 wcschr.
849 * time/era.c (_nl_init_era_entries): Likewise.
850 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
851 variable.
852 (test-xfail-XPG3/time.h/linknamespace): Likewise.
853 (test-xfail-XPG4/time.h/linknamespace): Likewise.
854
1b8bf351
JM
8552014-12-10 Joseph Myers <joseph@codesourcery.com>
856
857 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
858 format for long int variable.
859
f5f46d51
AK
8602014-12-10 Anders Kaseorg <andersk@MIT.EDU>
861
862 [BZ #10672]
07008f7d 863 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
864 qsort stable.
865
217a74a8
AS
8662014-12-10 Andreas Schwab <schwab@suse.de>
867
868 [BZ #12847]
869 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
870 user-controlled locks.
871
aa76a5c7
RE
8722014-12-10 Richard Earnshaw <rearnsha@arm.com>
873
874 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
875 register.
876
2084e7ca
JM
8772014-12-10 Joseph Myers <joseph@codesourcery.com>
878
a4ecc9eb
JM
879 * configure.ac (--disable-werror): New configure option.
880 (enable_werror): New AC_SUBST.
881 * configure: Regenerated.
882 * config.make.in (enable-werror): New variable.
883 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
884 -Wno-error=undef.
885 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
886 * manual/install.texi (Configuring and compiling): Document
887 --disable-werror.
888 * INSTALL: Regenerated.
889 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
890 (CFLAGS-tst-chk2.c): Likewise.
891 (CFLAGS-tst-chk3.c): Likewise.
892 (CFLAGS-tst-chk4.cc): Likewise.
893 (CFLAGS-tst-chk5.cc): Likewise.
894 (CFLAGS-tst-chk6.cc): Likewise.
895 (CFLAGS-tst-lfschk1.c): Likewise.
896 (CFLAGS-tst-lfschk2.c): Likewise.
897 (CFLAGS-tst-lfschk3.c): Likewise.
898 (CFLAGS-tst-lfschk4.cc): Likewise.
899 (CFLAGS-tst-lfschk5.cc): Likewise.
900 (CFLAGS-tst-lfschk6.cc): Likewise.
901
0f88636c
JM
902 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
903 (main): Disable -Wdeprecated-declarations around calls to
904 register_printf_function.
905
c81e9deb
JM
906 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
907 (do_test): Disable -Wdiv-by-zero around some calls to
908 fwrite_unlocked and fread_unlocked.
909
2084e7ca
JM
910 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
911 (DIAG_POP_NEEDS_COMMENT): Likewise.
912 (_DIAG_STR1): Likewise.
913 (_DIAG_STR): Likewise.
914 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
915 * stdio-common/bug21.c: Include <libc-internal.h>.
916 (do_test): Disable -Wformat around call to sscanf.
917 * stdio-common/scanf14.c: Include <libc-internal.h>.
918 (main): Disable -Wformat around some calls to scanf functions.
919
df7ecc6b
TR
9202014-12-09 Torvald Riegel <triegel@redhat.com>
921
922 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
923
2aa3862e
AZ
9242014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
925
926 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
927 stack variable alignment.
928
c5c2b7c3
JM
9292014-12-06 Joseph Myers <joseph@codesourcery.com>
930
931 [BZ #17682]
932 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
933 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
934 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
935 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
936 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
937 __getrlimit instead of getrlimit.
938 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
939 __gettimeofday instead of gettimeofday.
940 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
941 Likewise.
942 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
943 Likewise.
944 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
945 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
946 Remove variable.
947 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
948 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
949
9752c3cd
AZ
9502014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
951
952 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
953 for wide-character tests.
954
4bee4cd9
RM
9552014-12-04 Roland McGrath <roland@hack.frob.com>
956
957 * io/openat64.c: #include <libc-internal.h>
958 (__openat64): Prototypify. Use ignore_value on MODE.
959 * io/openat.c: Likewise.
960 * misc/reboot.c: #include <libc-internal.h>
961 (reboot): Prototypify. Use ignore_value on HOWTO.
962 * misc/ptrace.c: #include <libc-internal.h>
963 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
964
84dbedb6
JM
9652014-12-04 Joseph Myers <joseph@codesourcery.com>
966
967 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
968 XPG4, UNIX98 and XOPEN2K.
969 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
970 Remove variable.
971 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
972
b7a3e1c4 9732014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 974
af50dfc1 975 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
976 * libio/iofopen.c: Likewise.
977 * libio/wfileops.c: Likewise.
978
fe8b4d98
SP
979 [BZ #17653]
980 * libio/fileops.c (_IO_new_file_underflow): Unset cached
981 offset on EOF.
982 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
983 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
984 (fgets_func): Function pointer to fgets and fgetws.
985 (do_ftell_test): Add test to verify ftell value after read
986 EOF.
987 (do_test): Set fgets_func.
988
61b4f792
SP
989 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
990 O_TRUNC flag for w and w+ modes.
991 (do_rewind_test): Likewise.
992 (do_ftell_test): Likewise.
993 (do_write_test): Likewise.
994
be349d70
SP
995 [BZ #17647]
996 * libio/fileops.c (do_ftell): Seek only when there are
997 unflushed writes.
998 * libio/wfileops.c (do_ftell_wide): Likewise.
999 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1000 test case.
1001 (do_one_test): Call it.
1002
e3d6dba5
JM
10032014-12-03 Joseph Myers <joseph@codesourcery.com>
1004
1005 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1006 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1007 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1008 Remove variable.
1009 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1010 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1011 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1012
7f994279
JM
10132014-12-02 Joseph Myers <joseph@codesourcery.com>
1014
28a91e8f
JM
1015 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1016 Remove variable.
1017 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1018
7f994279
JM
1019 [BZ #17668]
1020 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1021 as weak alias of __getifaddrs. Use libc_hidden_weak.
1022 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1023 __freeifaddrs. Use libc_hidden_weak.
1024 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1025 define as weak alias of __getifaddrs. Use libc_hidden_weak.
1026 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1027 __freeifaddrs. Use libc_hidden_weak.
1028 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1029 __getifaddrs and define as weak alias of __getifaddrs. Use
1030 libc_hidden_weak.
1031 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1032 __freeifaddrs. Use libc_hidden_weak.
1033 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1034 Remove variable.
1035 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1036 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1037
bbe4c142
PJ
10382014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
1039
1040 [BZ #17601]
1041 * sysdeps/mips/start.S (__start): Use indirect jump to call
1042 __libc_start_main.
1043
66cadc05
JM
10442014-12-02 Joseph Myers <joseph@codesourcery.com>
1045
909e16d9
JM
1046 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1047
4e0b9016
JM
1048 * nptl/tst-mutex1.c: Include <stdbool.h>.
1049 [!ATTR] (ATTR_NULL): New macro.
1050 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1051 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1052 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1053
b1aff6a4
JM
1054 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1055 to char *.
1056
266865c0
JM
1057 [BZ #17665]
1058 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1059 Change conditional to [__USE_MISC].
1060
84e5e756
JM
1061 [BZ #17664]
1062 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1063 fgets_unlocked.
1064 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1065 __fgets_unlocked.
1066 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1067 fgets_unlocked.
1068 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1069 Remove variable.
1070 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1071 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1072 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1073 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1074 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1075 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1076 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1077 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1078 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1079
66cadc05
JM
1080 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1081
2e8a2de2 10822014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
1083
1084 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1085 Remove strpbrk objects.
1086 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1087 (__libc_ifunc_impl_list): Remove strpbrk implementation.
1088 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1089 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1090 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1091 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1092
bb2542e0
AZ
1093 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1094 Remove strcspn objects.
1095 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1096 (__libc_ifunc_impl_list): Remove strcspn implementation.
1097 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1098 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1099 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1100 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
1101
1102 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1103 Remove strspn objetcs.
1104 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1105 (__libc_ifunc_impl_list): Remove strspn implementation.
1106 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1107 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1108 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1109 * sysdeps/powerpc/powerpc64/strspn.S: New file.
1110
08f1e1d2
JL
11112014-12-01 James Lemke <jwlemke@codesourcery.com>
1112
1113 [BZ #17581]
1114 * malloc/hooks.c
1115 (mem2mem_check): Add a terminator to the chain of checking blocks.
1116 (malloc_check_get_size): Use it here.
1117 (mem2chunk_check): Ditto.
1118
a8a7d7d2
RS
11192014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1120
1121 * sysdeps/powerpc/powerpc64/strtok.S: New file.
1122 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1123
97114a38
CD
11242014-11-29 Carlos O'Donell <carlos@redhat.com>
1125
c8dc1727
CD
1126 * bits/ioctl-types.h: Indent preprocessor directives correctly.
1127
6d03458e
CD
1128 * nptl/nptl-init.c: Include libc-internal.h.
1129 (__pthread_initialize_minimal_internal): Use ROUND_UP.
1130
97114a38
CD
1131 * elf/ldconfig.c (search_dir): Expand comment.
1132
0e7e69ba
JM
11332014-11-29 Joseph Myers <joseph@codesourcery.com>
1134
1135 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1136 variable.
1137 (linknamespace-symlist-stdlibs-tests): Likewise.
1138 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1139 instead of $(objpfx)symlist-stdlibs.
1140 (linknamespace-libs-isoc): New variable.
1141 (linknamespace-libs): Use $(linknamespace-libs-isoc).
1142 (linknamespace-libs-ISO): New variable.
1143 (linknamespace-libs-ISO99): Likewise.
1144 (linknamespace-libs-ISO11): Likewise.
1145 (linknamespace-libs-XPG3): Likewise.
1146 (linknamespace-libs-XPG4): Likewise.
1147 (linknamespace-libs-POSIX): Likewise.
1148 (linknamespace-libs-UNIX98): Likewise.
1149 (linknamespace-libs-XOPEN2K): Likewise.
1150 (linknamespace-libs-POSIX2008): Likewise.
1151 (linknamespace-libs-XOPEN2K8): Likewise.
1152 ($(objpfx)symlist-stdlibs): Replace by
1153 $(linknamespace-symlist-stdlibs-tests). Use
1154 $(linknamespace-libs-$*) as set of libraries.
1155 ($(linknamespace-header-tests)): Update dependencies. Use
1156 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1157 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1158 * conform/linknamespace.pl: Remove comment about considering
1159 definitions of symbols from irrelevant libraries.
1160
d8dd0080
L
11612014-11-28 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 [BZ #13862]
1164 * elf/dl-tls.c: Include <atomic.h>.
1165 (oom): Remove #ifdef SHARED/#endif.
1166 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1167 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
1168 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1169 big enough.
1170 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1171 * nptl/Makefile (tests): Add tst-stack4.
1172 (modules-names): Add tst-stack4mod.
1173 ($(objpfx)tst-stack4): New.
1174 (tst-stack4mod.sos): Likewise.
1175 ($(objpfx)tst-stack4.out): Likewise.
1176 ($(tst-stack4mod.sos)): Likewise.
1177 (clean): Likewise.
1178 * nptl/tst-stack4.c: New file.
1179 * nptl/tst-stack4mod.c: Likewise.
1180
167da422
B
11812014-11-27 J. Brown <jb999@gmx.de>
1182
1183 * sysdeps/x86/bits/string.h: Add recent CPUs.
1184
9114625b
JM
11852014-11-27 Joseph Myers <joseph@codesourcery.com>
1186
6b5189eb
JM
1187 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1188 sigblock.
1189
49051f8e
JM
1190 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1191 feof.
1192
9114625b
JM
1193 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1194 variable.
1195
e7300fef
SL
11962014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
1197
1198 * nscd/connections.c: Include libc-internal.h because of macro
1199 usage ignore_value.
1200
1721f0a4
SP
12012014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1202
1203 * string/bits/string3.h (__warn_memset_zero_len): Don't
1204 declare for gcc newer than 5.0.
1205 (memset): Don't test for zero-length __LEN for gcc newer than
1206 5.0.
1207
be970916
JM
12082014-11-27 Joseph Myers <joseph@codesourcery.com>
1209
d88548f4
JM
1210 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1211 size_t for %zu format.
1212
be970916
JM
1213 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1214 difference, not %ju.
1215
3b20fd5c
JM
12162014-11-26 Joseph Myers <joseph@codesourcery.com>
1217
8915eace
JM
1218 * include/libc-internal.h (ignore_value): New macro.
1219 * nscd/connections.c (restart): Wrap calls to setuid and setgid
1220 with ignore_value.
1221
f1a5a0e3
JM
1222 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1223 definition.
1224
59ef1715
JM
1225 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1226 pthread_cleanup_push to void *.
1227
a6f3079b
JM
1228 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1229 Undefine.
1230
706688aa
JM
1231 [BZ #16619]
1232 [BZ #16740]
1233 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1234 instead of 1L << 52.
1235
12da14a5
JM
1236 * libio/bug-rewind.c (do_test): Check fwscanf return values.
1237 * libio/bug-rewind2.c (do_test): Likewise.
1238
bd5dadac
JM
1239 * debug/test-stpcpy_chk-ifunc.c: Remove file.
1240 * debug/test-strcpy_chk-ifunc.c: Likewise.
1241 * wcsmbs/test-wcschr-ifunc.c: Likewise.
1242 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1243 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1244 * wcsmbs/test-wcslen-ifunc.c: Likewise.
1245 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1246 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1247 * Rules [$(multi-arch) = no] (tests): Do not filter out
1248 $(tests-ifunc).
1249 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1250 * debug/Makefile (tests-ifunc): Remove variable.
1251 (tests): Do not add $(tests-ifunc).
1252 * wcsmbs/Makefile (tests-ifunc): Remove variable.
1253 (tests): Do not add $(tests-ifunc).
1254 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1255 [TEST_IFUNC]: Remove conditionals.
1256 * string/test-string.h (TEST_IFUNC): Remove macro.
1257 [TEST_IFUNC]: Remove conditionals.
1258
3b20fd5c
JM
1259 * string/test-strchr.c [!WIDE] (L): New macro.
1260 [WIDE] (L): Likewise.
1261 (check1): Use CHAR instead of char. Use L on string and character
1262 constants.
1263
704f7947
AZ
12642014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
1265
1266 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1267 tests.
1268 * sysdeps/powerpc/bits/atomic.h
1269 (__arch_atomic_exchange_and_add_32_acq): Add definition.
1270 (__arch_atomic_exchange_and_add_32_rel): Likewise.
1271 (atomic_exchange_and_add_acq): Likewise.
1272 (atomic_exchange_and_add_rel): Likewise.
1273 * sysdeps/powerpc/powerpc32/bits/atomic.h
1274 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1275 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1276 * sysdeps/powerpc/powerpc64/bits/atomic.h
1277 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1278 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1279
cdcb42d7
TR
12802014-11-26 Torvald Riegel <triegel@redhat.com>
1281
1282 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1283 Change synchronization of __sched_fifo_min_prio and
1284 __sched_fifo_max_prio.
1285 * nptl/pthread_mutexattr_getprioceiling.c
1286 (pthread_mutexattr_getprioceiling): Likewise.
1287 * nptl/pthread_mutexattr_setprioceiling.c
1288 (pthread_mutexattr_setprioceiling): Likewise.
1289 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1290 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1291 Likewise.
1292
c82f5c0c
JM
12932014-11-26 Joseph Myers <joseph@codesourcery.com>
1294
1295 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1296 void.
1297
439e1ad6
JM
12982014-11-25 Joseph Myers <joseph@codesourcery.com>
1299
1300 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1301 third argument const.
1302
b1eda10e
PE
13032014-11-25 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 fnmatch: work around GCC compiler warning bug with uninit var
1306 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1307 This works around a bug with x86-64 GCC 4.9.2 and earlier
1308 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1309 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1310 used uninitialized in this function [-Wmaybe-uninitialized]".
1311
bde2667a
JM
13122014-11-25 Joseph Myers <joseph@codesourcery.com>
1313
1314 * posix/bug-regex31.c (main): Return RES not 0.
1315
5fbb5691
AB
13162014-11-25 Anton Blanchard <anton@samba.org>
1317
1318 * sysdeps/powerpc/bits/atomic.h
1319 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1320
467fec0b
BM
13212014-11-24 Sterling Augustine <saugustine@google.com>
1322
1323 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1324
e9ff8efb
RC
13252014-11-24 Ryan Cumming <etaoins@gmail.com>
1326
1327 [BZ #17608]
1328 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1329
9744496f
JM
13302014-11-24 Joseph Myers <joseph@codesourcery.com>
1331
1332 [BZ #17633]
1333 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1334 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1335 variable.
1336 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1337 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1338
6423d475
WD
13392014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
1340
1341 * string/strncpy.c (strncpy): Improve performance by using memset.
1342
13432014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
1344
1345 * string/strcpy.c (strcpy):
1346 Improve performance by using strlen and memcpy.
1347
5d178c37
LH
13482014-11-24 Leonhard Holz <leonhard.holz@web.de>
1349
1350 * string/strcoll_l.c (get_next_seq): __always_inline.
1351 * string/strcoll_l.c (do_compare): __always_inline.
1352
279bc5b3
SP
13532014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1354
7a9ebfa1
SP
1355 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1356 defined.
1357 * include/mqueue.h: Likewise.
1358 * include/stdlib.h: Likewise.
1359
4f41c682
SP
1360 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1361 (get_null_defines): Adjust.
1362 * sunrpc/Makefile: Adjust comment.
1363 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1364 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1365 (CFLAGS-interp.c): Likewise.
1366 (CFLAGS-ldconfig.c): Likewise.
1367 (CPPFLAGS-.os): Likewise.
1368 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1369 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1370 * extra-modules.mk (extra-modules.mk): Likewise.
1371 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1372 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1373 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1374 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1375 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1376 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1377 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1378 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1379 * iconvdata/Makefile (CPPFLAGS): Likewise.
1380 (cpp-srcs-left): Add libof for all iconvdata routines.
1381 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1382 * include/assert.h: Likewise.
1383 * include/ctype.h: Likewise.
1384 * include/errno.h: Likewise.
1385 * include/libc-symbols.h: Likewise.
1386 * include/math.h: Likewise.
1387 * include/netdb.h: Likewise.
1388 * include/resolv.h: Likewise.
1389 * include/stdio.h: Likewise.
1390 * include/stdlib.h: Likewise.
1391 * include/string.h: Likewise.
1392 * include/sys/stat.h: Likewise.
1393 * include/wctype.h: Likewise.
1394 * intl/l10nflist.c: Likewise.
1395 * libidn/idn-stub.c: Likewise.
1396 * libio/libioP.h: Likewise.
1397 * nptl/libc_multiple_threads.c: Likewise.
1398 * nptl/pthreadP.h: Likewise.
1399 * posix/regex_internal.h: Likewise.
1400 * resolv/res_hconf.c: Likewise.
1401 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1402 * sysdeps/arm/memmove.S: Likewise.
1403 * sysdeps/arm/sysdep.h: Likewise.
1404 * sysdeps/generic/_itoa.h: Likewise.
1405 * sysdeps/generic/symbol-hacks.h: Likewise.
1406 * sysdeps/gnu/errlist.awk: Likewise.
1407 * sysdeps/gnu/errlist.c: Likewise.
1408 * sysdeps/i386/i586/memcpy.S: Likewise.
1409 * sysdeps/i386/i586/memset.S: Likewise.
1410 * sysdeps/i386/i686/memcpy.S: Likewise.
1411 * sysdeps/i386/i686/memmove.S: Likewise.
1412 * sysdeps/i386/i686/mempcpy.S: Likewise.
1413 * sysdeps/i386/i686/memset.S: Likewise.
1414 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1415 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1416 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1417 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1418 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1419 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1420 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1421 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1422 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1423 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1424 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1425 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1426 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1427 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1428 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1429 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1430 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1431 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1432 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1433 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1434 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1435 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1436 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1437 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1438 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1439 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1440 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1441 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1442 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1443 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1444 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1445 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1446 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1447 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1448 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1449 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1450 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1451 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1452 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1453 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1454 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1455 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1456 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1457 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1458 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1459 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1460 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1461 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1462 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1463 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1464 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1465 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1466 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1467 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1468 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1469 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1470 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1471 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1472 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1473 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1474 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1475 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1476 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1477 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1478 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1479 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1480 * sysdeps/posix/closedir.c: Likewise.
1481 * sysdeps/posix/opendir.c: Likewise.
1482 * sysdeps/posix/readdir.c: Likewise.
1483 * sysdeps/posix/rewinddir.c: Likewise.
1484 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1485 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1486 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1487 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1488 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1489 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1490 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1491 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1492 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1493 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1494 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1495 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1496 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1497 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1498 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1499 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1500 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1501 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1502 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1503 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1504 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1505 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1506 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1507 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1508 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1509 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1510 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1511 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1512 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1513 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1514 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1515 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1516 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1517 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1518 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1519 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1520 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1521 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1522 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1523 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1524 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1525 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1526 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1527 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1528 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1529 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1530 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1531 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1532 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1533 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1534 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1535 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1536 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1537 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1538 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1539 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1540 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1541 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1542 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1543 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1544 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1545 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1546 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1547 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1548 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1549 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1550 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1551 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1552 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1553 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1554 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1555 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1556 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1557 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1558 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1559 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1560 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1561 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1562 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1563 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1564 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1565 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1566 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1567 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1568 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1569 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1570 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1571 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1572 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1573 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1574 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1575 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1576 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1577 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1578 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1579 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1580 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1581 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1582 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1583 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1584 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1585 * sysdeps/unix/alpha/sysdep.S: Likewise.
1586 * sysdeps/unix/alpha/sysdep.h: Likewise.
1587 * sysdeps/unix/make-syscalls.sh: Likewise.
1588 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1589 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1590 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1591 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1592 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1593 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1594 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1595 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1596 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1597 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1598 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1599 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1600 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1601 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1602 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1603 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1604 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1605 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1606 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1607 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1608 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1609 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1610 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1611 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1612 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1613 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1614 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1617 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1618 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1619 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1620 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1621 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1622 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1623 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1624 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1625 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1626 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1627 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1628 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1629 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1630 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1631 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1632 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1633 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1634 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1635 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1636 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1637 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1638 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1639 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1640 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1641 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1642 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1643 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1644 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1645 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1646 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1647 * sysdeps/x86_64/memcpy.S: Likewise.
1648 * sysdeps/x86_64/memmove.c: Likewise.
1649 * sysdeps/x86_64/memset.S: Likewise.
1650 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1651 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1652 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1653 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1654 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1655 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1656 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1657 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1658 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1659 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1660 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1661 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1662 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1663 * sysdeps/x86_64/multiarch/memset.S: Likewise.
1664 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1665 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1666 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1667 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1668 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1669 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1670 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1671 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1672 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1673 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1674 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1675 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1676 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1677 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1678 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1679 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1680 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1681 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1682 * sysdeps/x86_64/strcmp.S: Likewise.
1683
76ca86a5
SP
1684 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1685
a3848485
SP
1686 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1687 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1688 * elf/rtld-Rules: Likewise.
1689 * elf/setup-vdso.h: Likewise.
1690 * include/assert.h: Likewise.
1691 * include/bits/stdlib-float.h: Likewise.
1692 * include/errno.h: Likewise.
1693 * include/sys/stat.h: Likewise.
1694 * include/unistd.h: Likewise.
1695 * sysdeps/aarch64/setjmp.S: Likewise.
1696 * sysdeps/alpha/setjmp.S: Likewise.
1697 * sysdeps/arm/__longjmp.S: Likewise.
1698 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1699 * sysdeps/arm/setjmp.S: Likewise.
1700 * sysdeps/arm/sysdep.h: Likewise.
1701 * sysdeps/generic/_itoa.h: Likewise.
1702 * sysdeps/generic/dl-sysdep.h: Likewise.
1703 * sysdeps/generic/ldsodefs.h: Likewise.
1704 * sysdeps/i386/dl-tls.h: Likewise.
1705 * sysdeps/i386/setjmp.S: Likewise.
1706 * sysdeps/m68k/setjmp.c: Likewise.
1707 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1708 * sysdeps/mach/hurd/opendir.c: Likewise.
1709 * sysdeps/posix/getcwd.c: Likewise.
1710 * sysdeps/posix/opendir.c: Likewise.
1711 * sysdeps/posix/profil.c: Likewise.
1712 * sysdeps/powerpc/dl-procinfo.h: Likewise.
1713 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1714 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1715 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1716 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1717 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1718 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1719 * sysdeps/s390/dl-tls.h: Likewise.
1720 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1721 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1722 * sysdeps/sh/sh3/setjmp.S: Likewise.
1723 * sysdeps/sh/sh4/setjmp.S: Likewise.
1724 * sysdeps/unix/alpha/sysdep.h: Likewise.
1725 * sysdeps/unix/arm/sysdep.S: Likewise.
1726 * sysdeps/unix/i386/sysdep.S: Likewise.
1727 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1728 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1729 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1730 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1731 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1732 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1733 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1734 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1735 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1736 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1737 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1738 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1739 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1740 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1742 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1743 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1744 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1745 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1746 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1747 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1748 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1749 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1750 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1751 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1752 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1753 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1754 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1755 * sysdeps/x86_64/setjmp.S: Likewise.
1756
a109996e
SP
1757 * include/math.h: Use IS_IN instead of IS_IN_libm.
1758 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1759 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1760 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1761 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1762 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1763 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1764 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1765 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1766 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1767 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1768 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1769 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1770 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1771 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1772 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1773 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1774 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1775 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1776 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1777 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1778 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1779 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1780 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1781 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1782 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1783 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1784 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1785 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1786 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1787 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1788 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1789 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1790 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1791 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1792 Likewise.
1793 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1794 Likewise.
1795 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1796 Likewise.
1797 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1798 Likewise.
1799 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1800 Likewise.
1801 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1802 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1803 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1804 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1805 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1806 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1807 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1808 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1809 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1810 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1811 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1812 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1813 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1814 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1815 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1816 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1817 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1818 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1819 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1820 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1821 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1822 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1823 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1824 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1825 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1826 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1827 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1828
ce9f10f7
SP
1829 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1830 * nptl/pthreadP.h: Likewise.
1831 * nptl_db/structs.def: Likewise.
1832 * sysdeps/arm/sysdep.h: Likewise.
1833 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1834 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1835 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1836 * sysdeps/unix/alpha/sysdep.h: Likewise.
1837 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1838 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1839 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1840 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1841 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1842 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1843 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1844 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1845 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1846 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1847 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1848 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1849 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1850 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1852 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1853 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1854 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1855 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1856 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1857 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1858 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1859 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1860 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1861 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1862 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1863
016afc75
SP
1864 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1865 * nptl/pthreadP.h: Likewise.
1866 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1867 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1868 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1869 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1870 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1871 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1872 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1873 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1874 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1875 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1876 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1877 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1879 Likewise.
1880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1881 Likewise.
1882 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1883 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1884 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1885 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1886 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1887 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1888 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1889 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1890
9b42a0b3
SP
1891 * dlfcn/dladdr.c: Use IS_IN.
1892 * dlfcn/dladdr1.c: Likewise.
1893 * dlfcn/dlclose.c: Likewise.
1894 * dlfcn/dlerror.c: Likewise.
1895 * dlfcn/dlinfo.c: Likewise.
1896 * dlfcn/dlmopen.c: Likewise.
1897 * dlfcn/dlopen.c: Likewise.
1898 * dlfcn/dlsym.c: Likewise.
1899 * dlfcn/dlvsym.c: Likewise.
1900
85f36372
SP
1901 * include/ifaddrs.h: Use IS_IN.
1902 * inet/check_pf.c: Likewise.
1903 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1904 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1905
fb6784e3
SP
1906 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1907 IS_IN_ldconfig.
1908 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1909 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1910
2886d2d1
SP
1911 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1912 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1913 IS_IN (libc).
1914
9a484857
SP
1915 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1916
a10178bd
SP
1917 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1918 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1919 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1920 * include/libc-symbols.h (IS_IN_LIB): New macro.
1921 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1922 * include/netdb.h: Likewise.
1923 * include/stap-probe.h: Remove all uses of IN_LIB.
1924
279bc5b3
SP
1925 * Makeconfig (module-cppflags-real): Define MODULE_NAME
1926 instead of IN_MODULE.
1927 * include/libc-symbols.h (IN_MODULE): Define using
1928 MODULE_NAME.
1929 (PASTE_NAME, PASTE_NAME1): New macros.
1930 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1931 of IN_LIB.
1932 (STAP_PROBE_ASM): Likewise.
1933
e0cfa510
ST
19342014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
1935
1936 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1937 __mach_init in dlopened libc.
1938
34d97d87
MF
19392014-11-22 Mike Frysinger <vapier@gentoo.org>
1940
1941 * sysdeps/arm/preconfigure.ac: Delete EABI check.
1942 * sysdeps/arm/preconfigure: Regenerate.
1943
33cd1f74
RM
19442014-11-21 Roland McGrath <roland@hack.frob.com>
1945
1946 * nptl/pthread_create.c (__pthread_create_2_1): Set
1947 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1948 when copying values from IATTR into PD.
1949
8c230039
WN
19502014-11-21 Will Newton <will.newton@linaro.org>
1951 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1952
6d3db89b
AP
1953 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1954 Refactor inline-asm. Also add comment.
1955
01194ba1
WN
1956 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1957 ElfW macro instead of hardcoded Elf64 types.
1958 (la_aarch64_gnu_pltenter): Likewise.
1959 * sysdeps/aarch64/dl-machine.h
1960 (elf_machine_runtime_setup): Use ElfW(Addr).
1961
8c230039
WN
1962 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1963 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1964 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1965 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1966 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1967 (R_AARCH64_TLS_DTPMOD64): Rename to ..
1968 (R_AARCH64_TLS_DTPMOD): This.
1969 (R_AARCH64_TLS_DTPREL64): Rename to ...
1970 (R_AARCH64_TLS_DTPREL): This.
1971 (R_AARCH64_TLS_TPREL64): Rename to ...
1972 (R_AARCH64_TLS_TPREL): This.
1973 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1974 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1975 R_AARCH64_TLS_TPREL64.
1976 (elf_machine_rela): Likewise.
1977
0d79fa53
TR
19782014-11-21 Torvald Riegel <triegel@redhat.com>
1979
1980 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1981 by setting it to 0. 64b atomics are not supported currently.
1982
b59d114b
AO
19832014-11-21 Alexandre Oliva <aoliva@redhat.com>
1984
1985 [BZ #16469]
1986 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1987 search domain names.
1988
f3d945d5
AO
19892014-11-21 Alexandre Oliva <aoliva@redhat.com>
1990
1991 [BZ #16469]
1992 * NEWS: Update.
1993 * resolv/res_query.c (__libc_res_nquerydomain): Retain
1994 trailing dot.
1995 * posix/tst-getaddrinfo5.c: New.
1996 * posix/Makefile (tests): Add it.
1997
49698902
AO
19982014-11-21 Alexandre Oliva <aoliva@redhat.com>
1999
2000 [BZ #14498]
2001 * NEWS: Fixed.
2002 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2003 after parsing line but before break_if_match.
2004 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2005 if there is a protocol mismatch.
2006
81959214
MS
20072014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2008
2009 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2010 because the potential race is on the user-supplied stream.
2011
7729e0e9
AO
20122014-11-21 Alexandre Oliva <aoliva@redhat.com>
2013
2014 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2015 string literal if not passed a buffer.
2016 * manual/job.texi (ctermid): Update reasoning, note deviation
2017 from posix, suggest mtasurace when not passed a buffer, for
2018 future non-preliminary safety notes.
2019
a4ea5e28
AO
20202014-11-21 Alexandre Oliva <aoliva@redhat.com>
2021
2022 * manual/users.texi (cuserid): Fix MT-Safety note for the case
2023 of not passing it a buffer.
2024 Reported by Peng Haitao.
2025
a2b581cb
AO
20262014-11-21 Alexandre Oliva <aoliva@redhat.com>
2027
2028 * manual/Makefile ($(objpfx)stamp-summary): Require
2029 check-safety.sh to pass.
2030 * manual/check-safety.sh: Wish for verification that every
2031 @deftypefn and @deftypefun is followed by a @safety remark.
2032
f214ff74
RM
20332014-11-20 Roland McGrath <roland@hack.frob.com>
2034
7f0dfae0
RM
2035 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2036
2f531bbb
RM
2037 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2038 PTHREAD_CANCEL_ASYNCHRONOUS.
2039 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2040 send SIGCANCEL.
2041
f214ff74
RM
2042 * nptl/default-sched.h: New file.
2043 * sysdeps/unix/sysv/linux/default-sched.h: New file.
2044 * nptl/pthread_create.c: Include it.
2045 (__pthread_create_2_1): Use collect_default_sched instead of making
2046 Linux syscalls here directly.
2047
e37c91d4
TR
20482014-11-20 Torvald Riegel <triegel@redhat.com>
2049
2050 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2051 __pthread_once): Use C11 atomics.
2052
1eccfecd
TR
20532014-11-20 Torvald Riegel <triegel@redhat.com>
2054
2055 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2056
ff871426
TR
20572014-11-20 Torvald Riegel <triegel@redhat.com>
2058
2059 * include/atomic.h (__atomic_link_error, __atomic_check_size,
2060 atomic_thread_fence_acquire, atomic_thread_fence_release,
2061 atomic_thread_fence_seq_cst, atomic_load_relaxed,
2062 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2063 atomic_compare_exchange_weak_relaxed,
2064 atomic_compare_exchange_weak_acquire,
2065 atomic_compare_exchange_weak_release,
2066 atomic_exchange_acquire, atomic_exchange_release,
2067 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2068 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2069 atomic_fetch_and_acquire,
2070 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2071
1ea339b6
TR
20722014-11-20 Torvald Riegel <triegel@redhat.com>
2073
2074 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2075 USE_ATOMIC_COMPILER_BUILTINS): Define.
2076 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2077 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2078 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2079 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2080 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2081 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2082 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2083 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2084 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2085 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2086 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2087 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2088 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2089 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2090 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2091 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2092 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2093 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2094 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2095 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2096 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2097 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2098 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2099 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2100 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2101 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2102 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2103 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2104 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2105 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2106 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2107 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2108 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2109 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2110 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2111 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2112 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2113 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2114 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2115 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2116
cbd463e2
RM
21172014-11-19 Roland McGrath <roland@hack.frob.com>
2118
d960211f
RM
2119 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2120 the sched_priority value here. It was already checked when the user
2121 called pthread_attr_setschedparam.
2122
cbd463e2
RM
2123 * nptl/tst-bad-schedattr.c: New file.
2124 * nptl/Makefile (tests): Add it.
2125
a39208bd
CD
21262014-11-19 Carlos O'Donell <carlos@redhat.com>
2127 Florian Weimer <fweimer@redhat.com>
2128 Joseph Myers <joseph@codesourcery.com>
2129 Adam Conrad <adconrad@0c3.net>
2130 Andreas Schwab <schwab@suse.de>
2131 Brooks <bmoses@google.com>
2132
2133 [BZ #17625]
2134 * wordexp-test.c (__dso_handle): Add prototype.
2135 (__register_atfork): Likewise.
2136 (__app_register_atfork): New function.
2137 (registered_forks): New global.
2138 (register_fork): New function.
2139 (test_case): Add 3 new tests for WRDE_CMDSUB.
2140 (main): Call __app_register_atfork.
2141 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2142 fork count is non-zero fail the test.
2143 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2144 is set.
2145 (parse_dollars): Remove check for WRDE_NOCMD.
2146 (parse_dquote): Likewise.
2147
9cd47470
SP
21482014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2149
130ac68c
SP
2150 * Makeconfig (built-modules): List non-library modules to be
2151 built.
2152 (module-cppflags): Include libc-modules.h for
2153 everything except shlib-versions.v.i.
2154 (CPPFLAGS): Use it.
2155 (before-compile): Add libc-modules.h.
2156 ($(common-objpfx)libc-modules.h,
2157 $(common-objpfx)libc-modules.stmp): New targets.
2158 (common-generated): Add libc-modules.h and libc-modules.stmp.
2159 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2160 * include/libc-symbols.h: Don't include libc-modules.h.
2161 * include/libc-modules.h: Remove file.
2162 * scripts/gen-libc-modules.awk: New script to generate
2163 libc-modules.h.
2164 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2165 Depend on libc-modules.stmp.
2166
286663c3
SP
2167 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2168
9cd47470
SP
2169 * Makeconfig (in-module): Get value of libof set for the
2170 translation unit.
2171 (CPPFLAGS): Use $(in-module).
2172 * Makerules: Don't suffix routine names for nonlib.
2173 * include/libc-modules.h: New file.
2174 * include/libc-symbols.h: Include libc-modules.h
2175 (IS_IN): New macro to replace IS_IN_* macros.
2176 * elf/Makefile: Set libof-* for each routine.
2177 * elf/rtld-Rules: Likewise.
2178 * extra-modules.mk: Likewise.
2179 * iconv/Makefile: Likewise.
2180 * iconvdata/Makefile: Likewise.
2181 * locale/Makefile: Likewise.
2182 * malloc/Makefile: Likewise.
2183 * nss/Makefile: Likewise.
2184 * sysdeps/gnu/Makefile: Likewise.
2185 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2186 * sysdeps/unix/sysv/linux/Makefile: Likewise.
2187 * sysdeps/s390/s390-64/Makefile: Likewise.
2188 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
2189 CPPFLAGS for nscd instead of nonlib.
2190
32fed10f
RM
21912014-11-18 Roland McGrath <roland@hack.frob.com>
2192
d71035bd
RM
2193 * nptl/createthread.c: New file.
2194
6540b991
RM
2195 * nptl/createthread.c: Moved ...
2196 * sysdeps/unix/sysv/linux/createthread.c: ... here.
2197
32fed10f
RM
2198 * nptl/createthread.c: Add proper top-line comment.
2199 (do_clone): Folded into ...
2200 (create_thread): ... here. Take new arguments STOPPED_START and
2201 THREAD_RAN. Always set PD->stopped_start to something here. Don't
2202 increment __nptl_threads, do event-reporting logic, do
2203 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2204 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
2205 resource cleanup if sched_setaffinity or sched_setscheduler fails,
2206 just send SIGCANCEL.
2207 * nptl/pthread_create.c: Forward-declare create_thread before
2208 including createthread.c.
2209 (start_thread): Use new macro START_THREAD_DEFN to replace defining
2210 declaration, and new macro START_THREAD_SELF to replace argument.
2211 Remove return statement.
2212 (report_thread_creation): New function.
2213 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
2214 synchronization logic, and __nptl_nthreads increment here, around
2215 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
2216 PD->parent_cancelhandling here, before create_thread. When
2217 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2218 __deallocate_stack, and ENOMEM translation here.
2219
107a5bf0
JM
22202014-11-18 Joseph Myers <joseph@codesourcery.com>
2221
2222 [BZ #17616]
2223 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2224 (mptwo): Rename to __mptwo.
2225 (__inv): Use __mptwo instead of mptwo.
2226 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2227 (mptwo): Rename to __mptwo.
2228 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2229 of mpone and __mptwo instead of mptwo.
2230 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2231 instead of mpone.
2232 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2233 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2234 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2235 of mpone and __mptwo instead of mptwo.
2236 (__mpranred): Use __mpone instead of mpone.
2237 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2238 variable.
2239 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2240 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2241 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2242 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2243 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2244 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2245 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2246 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2247 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2248 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2249 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2250 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2251 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2252 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2253 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2254 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2255 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2256 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2257 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2258
3b679ab3
TV
22592014-11-18 Tom de Vries <tom@codesoucery.com>
2260
2261 * manual/signal.texi (Primitives Interrupted by Signals): In section,
2262 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
2263
22642014-11-17 Richard Henderson <rth@redhat.com>
2265
2266 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2267 (_FP_PACK_RAW_2): Remove.
2268 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2269 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2270 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2271 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2272 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2273 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2274 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2275 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2276 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2277 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2278 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2279 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2280 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2281 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2282 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2283 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2284
0781a777
RM
22852014-11-14 Roland McGrath <roland@hack.frob.com>
2286
2287 * signal/signal.h [__USE_MISC]
2288 (struct sigvec): Remove type.
2289 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2290 (sigvec): Remove declaration.
2291 * sysdeps/posix/sigvec.c: Moved ...
2292 * signal/sigvec.c: ... here, replacing old file.
2293 (struct sigvec): New type, copied from old signal.h definition.
2294 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2295 (__sigvec): Convert definition to prototype.
2296 (sigvec): Replace weak_alias with compat_symbol.
2297 * signal/Versions (libc: GLIBC_2.21): New version set.
2298 * include/signal.h: Remove __sigvec declaration.
2299 * sysdeps/unix/bsd/sigvec.c: Remove file.
2300 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2301 * manual/signal.texi (BSD Handler): Remove subsection.
2302 Move siginterrupt up to ...
2303 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
2304 (Blocking in BSD): Fold subsection into its parent.
2305 * NEWS: Mention sigvec removal.
2306
a4733812
JM
23072014-11-14 Joseph Myers <joseph@codesourcery.com>
2308
5ae4fe60
JM
2309 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2310 (DLA_FMS): Make definition conditional only on [__FMA4__].
2311 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2312 definition.
2313
6a0dd472
JM
2314 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2315 Make definition conditional only on [PROF].
2316 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2317 definition.
2318 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2319 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2320
a4733812
JM
2321 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2322 !__GNUC__].
2323 * include/signal.h (__sigpause): Move declaration above call to
2324 libc_hidden_proto.
2325 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2326 variable.
2327 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2328 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2329
cf7246dd
DM
23302014-11-14 David S. Miller <davem@davemloft.net>
2331
2332 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2333 Define before including <string/memcpy.c> and <string/mempcpy.c>.
2334
c1b0aadc
JM
23352014-11-14 Joseph Myers <joseph@codesourcery.com>
2336
4863355a
JM
2337 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2338 * configure: Regenerated.
2339 * manual/install.texi (Tools for Compilation): Document a
2340 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2341 compiler verified to work.
2342 * INSTALL: Regenerated.
2343
c1b0aadc
JM
2344 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2345 redeclare with asm name.
2346 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2347 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2348 including <string.h>.
2349 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2350 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2351 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2352 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2353 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2354 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2355 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2356
2a1cfd94
JM
23572014-11-13 Joseph Myers <joseph@codesourcery.com>
2358
bf438382
JM
2359 * stdlib/strtol.c (__strtol): Use prototype definition.
2360
2a1cfd94
JM
2361 [BZ #17594]
2362 * stdlib/strtol.c (SYM__): New macro.
2363 (SYM__1): Likewise.
2364 (__strtol): Likewise.
2365 (strtol): Rename to __strtol and define as weak alias of
2366 __strtol. Use libc_hidden_weak.
2367
20ed0d26
SL
23682014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2369
2370 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2371 Use numbered labels in inline assembly.
2372
53244a4e
SL
23732014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2374
2375 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2376 Add setjmp LIBC_PROBE.
2377 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2378 Likewise.
2379 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2380 Add longjmp, longjmp_target LIBC_PROBE.
2381 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2382 Likewise.
2383
47df8251
SL
23842014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2385
2386 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2387 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2388 to get rid of unused variable warning.
2389
618cebef
SL
23902014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2391
2392 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2393 Check for unwind_backtrace == NULL only in SHARED case.
2394 (__backchain_backtrace): Compile only in SHARED case.
2395 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2396 Likewise.
2397 (__backchain_backtrace): Declare as static.
2398
c6aab2cb
RM
23992014-11-12 Roland McGrath <roland@hack.frob.com>
2400
2401 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2402 (__libc_multiple_threads_ptr): Variable moved ...
2403 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2404
5a6fa4d7
JM
24052014-11-12 Joseph Myers <joseph@codesourcery.com>
2406
24f4f825
JM
2407 * conform/GlibcConform.pm: New file.
2408 * conform/conformtest.pl: Use GlibcConform module.
2409 * conform/linknamespace.pl: New file.
2410 * conform/list-header-symbols.pl: Likewise.
2411 * conform/Makefile (linknamespace-symlists-base): New variable.
2412 (linknamespace-symlists-tests): Likewise.
2413 (linknamespace-header-base): Likewise.
2414 (linknamespace-header-tests): Likewise.
2415 (tests-special): Add new tests.
2416 ($(linknamespace-symlists-tests)): New rule.
2417 (linknamespace-libs): New variable.
2418 ($(objpfx)symlist-stdlibs): New rule.
2419 ($(linknamespace-header-tests)): Likewise.
2420 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2421 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2422 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2423 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2424 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2425 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2426 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2427 (test-xfail-ISO/math.h/linknamespace): Likewise.
2428 (test-xfail-ISO/signal.h/linknamespace): Likewise.
2429 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2430 (test-xfail-ISO/time.h/linknamespace): Likewise.
2431 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2432 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2433 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2434 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2435 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2436 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2437 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2438 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2439 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2440 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2441 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2442 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2443 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2444 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2445 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2446 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2447 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2448 (test-xfail-XPG3/search.h/linknamespace): Likewise.
2449 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2450 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2451 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2452 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2453 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2454 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2455 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2456 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2457 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2458 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2459 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2460 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2461 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2462 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2463 (test-xfail-XPG4/search.h/linknamespace): Likewise.
2464 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2465 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2466 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2467 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2468 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2469 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2470 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2471 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2472 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2473 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2474 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2475 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2476 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2477 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2478 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2479 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2480 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2481 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2482 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2483 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2484 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2485 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2486 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2487 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2488 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2489 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2490 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2491 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2492 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2493 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2494 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2495 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2496 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2497 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2498 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2499 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2500 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2501 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2502 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2503 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2504 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2505 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2506 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2507 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2508 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2509 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2510 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2511 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2512 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2513 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2514 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2515 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2516 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2517 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2518 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2519 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2520 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2521 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2522 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2523 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2524 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2525 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2526 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2527 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2528 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2529 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2530 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2531 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2532 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2533 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2534 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2535 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2536 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2537 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2538 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2539 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2540 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2541 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2542 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2543 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2544 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2545 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2546 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2547 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2548 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2549 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2550 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2551 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2552 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2553 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2554 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2555 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2556 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2557 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2558 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2559 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2560 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2561 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2562 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2563 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2564 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2565 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2566 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2567 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2568 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2569 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2570 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2571 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2572 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2573 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2574 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2575 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2576 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2577 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2578 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2579 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2580 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2581
cc67478e
JM
2582 [BZ #17589]
2583 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2584 of fgets_unlocked.
2585
9975e3d3
JM
2586 [BZ #17585]
2587 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2588 (memmem): Rename to __memmem and define as weak alias of
2589 __memmem. Use libc_hidden_weak.
2590 (__memmem): Use libc_hidden_def.
2591 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
2592 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2593 memmem.
2594
c4eae752
JM
2595 [BZ #17582]
2596 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2597 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
2598 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2599 and define as weak alias of __fgets_unlocked. Use
2600 libc_hidden_weak.
2601 (__fgets_unlocked): Use libc_hidden_def.
2602 * include/stdio.h (__fgets_unlocked): Declare. Use
2603 libc_hidden_proto.
2604 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2605 __fgets_unlocked instead of fgets_unlocked.
2606 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2607 (GET_NPROCS_CONF_PARSER): Likewise.
2608 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2609 (GET_NPROCS_CONF_PARSER): Likewise.
2610
01cad84e
JM
2611 [BZ #17574]
2612 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2613 weak alias of __wmemset. Use libc_hidden_weak.
2614 (__wmemset): Use libc_hidden_def.
2615 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
2616 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2617 of wmemset.
2618
939da411
JM
2619 [BZ #17573]
2620 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2621 with asm name __mempcpy.
2622 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2623
293d9a41
JM
2624 [BZ #17572]
2625 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2626 and define as weak alias of __rawmemchr.
2627 (__rawmemchr): Do not define as strong alias of rawmemchr.
2628
bef8fd60
JM
2629 [BZ #17571]
2630 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2631 alias of __qsort_r.
2632 (qsort): Call __qsort_r instead of qsort_r.
2633 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2634 (__qsort_r): Declare. Call libc_hidden_proto.
2635 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2636 instead of qsort_r.
2637 * nscd/gai.c (__qsort_r): Define to qsort_r.
2638 * posix/tst-rfc3484.c (__qsort_r): Likewise.
2639 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2640 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2641
c52ff39e
JM
2642 [BZ #17570]
2643 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2644 define as weak alias of __malloc_info.
2645
2f5c1b00
JM
2646 [BZ #17584]
2647 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2648 as weak alias of __rewinddir. Don't use libc_hidden_def.
2649 (__rewinddir): Use libc_hidden_def.
2650 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2651 as weak alias of __rewinddir. Don't use libc_hidden_def.
2652 (__rewinddir): Use libc_hidden_def.
2653 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2654 weak alias of __rewinddir. Don't use libc_hidden_def.
2655 (__rewinddir): Use libc_hidden_def.
2656 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2657 (__rewinddir): Use libc_hidden_proto.
2658 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2659 rewinddir.
2660 (__getcwd): Use __rewinddir instead of rewinddir.
2661
5a6fa4d7
JM
2662 [BZ #17583]
2663 * libio/fileno.c (fileno): Rename to __fileno and define as weak
2664 alias of __fileno. Use libc_hidden_weak.
2665 (__fileno): Use libc_hidden_def.
2666 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2667 * libio/ftello.c (ftello): Rename to __ftello and define as weak
2668 alias of __ftello.
2669 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2670 __ftello.
2671 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2672 (__fread_unlocked): Define as strong alias of _IO_fread. Use
2673 libc_hidden_def.
2674 (fread_unlocked): Don't use libc_hidden_ver.
2675 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2676 and define as weak alias of __fread_unlocked. Don't use
2677 libc_hidden_def.
2678 (__fread_unlocked): Use libc_hidden_def.
2679 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
2680 (ftello): Don't use libc_hidden_proto.
2681 (__ftello): Declare. Use libc_hidden_proto.
2682 (fread_unlocked): Don't use libc_hidden_proto.
2683 (__fread_unlocked): Declare. Use libc_hidden_proto.
2684 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2685 and __ftello instead of fileno, fread_unlocked and ftello.
2686
2581b98e
SP
26872012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
2688
2689 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2690 GOT12.
2691 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2692 Likewise.
2693 (_dl_start_user): Likewise.
2694 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2695
533bb7c2
SP
26962014-11-12 Carlos O'Donell <carlos@redhat.com>
2697 Siddhesh Poyarekar <siddhesh@redhat.com>
2698
2699 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2700 Move argv and envp down instead of moving argc up.
2701 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2702
fffa1cf8
LH
27032014-11-12 Leonhard Holz <leonhard.holz@web.de>
2704
2705 [BZ #17506]
2706 * test-skeleton.c (main): Return successful if one of
2707 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2708 * string/tst-strcoll-overflow.c: Define expected status.
2709
fb89b46d
TU
27102014-11-12 Tatiana Udalova <t.udalova@samsung.com>
2711
2712 [BZ #17475]
2713 * locale/iso-639.def: Define Bhili and Tulu language codes.
2714
5c40c3ba
AH
27152014-11-11 Alan Hayward <alan.hayward@arm.com>
2716
2717 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2718
b17fe01b 27192014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
2720
2721 [BZ #17555]
2722 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2723
bd805071
AS
27242014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2725
2726 * configure.ac: Updated check of minimal required version to
2727 2.22.
2728 * manual/install.texi (Tools for Compilation): Updated version
2729 number.
2730 * configure: Regenerated.
2731 * INSTALL: Likewise.
2732
1400983e
AS
27332014-11-07 Andreas Schwab <schwab@linux-m68k.org>
2734
2735 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2736 __tls_get_addr.
2737
2c46a66a
JM
27382014-11-07 Joseph Myers <joseph@codesourcery.com>
2739
2740 * include/sys/wait.h (__libc_waitpid): Remove declaration.
2741 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2742 (__waitpid): Don't define as alias. Use libc_hidden_def not
2743 libc_hidden_weak.
2744 (waitpid): Define as alias of __waitpid.
2745 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2746 __waitpid.
2747 (__waitpid): Don't define as alias. Use libc_hidden_def not
2748 libc_hidden_weak.
2749 (waitpid): Define as alias of __waitpid.
2750 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2751 __libc_waitpid alias.
2752 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2753 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2754 Likewise.
2755 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2756 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2757 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2758 alias.
2759 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2760 __waitpid.
2761 (__waitpid): Don't define as alias. Use libc_hidden_def not
2762 libc_hidden_weak.
2763 (waitpid): Define as alias of __waitpid.
2764
da53d6db
CD
27652014-11-06 Carlos O'Donell <carlos@redhat.com>
2766
a2887bdb
CD
2767 * manual/llio.texi: Add comment that write safety has been
2768 fixed in Linux.
2769
da53d6db
CD
2770 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2771 (localplt-build-dso): Add elf/ld.so.
2772 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2773 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2774 and free for ld.so.
2775 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2776 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2777 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2778 Likewise.
2779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2780 Likewise.
2781 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2782 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2783 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2784 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2785 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2786 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2787 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2788 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2789 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2790 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2791 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2792
9cf27b8d
JM
27932014-11-05 Joseph Myers <joseph@codesourcery.com>
2794
2795 [BZ #14132]
2796 * include/libc-symbols.h (INTUSE): Remove macro.
2797 (INTDEF): Likewise.
2798 (INTVARDEF): Likewise.
2799 (_INTVARDEF): Likewise.
2800 (INTDEF2): Likewise.
2801 (INTVARDEF2): Likewise.
2802 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2803 rtld_hidden_def instead of INTVARDEF.
2804 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2805 (_dl_starting_up_internal): Remove declaration.
2806 (_dl_starting_up): Use rtld_hidden_proto.
2807 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2808 declaration.
2809 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2810 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2811 _dl_starting_up.
2812 * elf/dl-writev.h (_dl_writev): Likewise.
2813 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2814 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2815 _dl_starting_up_internal.
2816
af83568d
AZ
28172014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2818
2819 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2820 test-skeleton.c.
2821
b01ee67c
WN
28222014-11-05 Will Newton <will.newton@linaro.org>
2823
2824 * benchtests/Makefile: (bench-malloc): Add malloc thread
2825 scalability benchmark.
2826 * benchtests/bench-malloc-threads.c: New file.
2827
be9d4ccc
RE
28282014-11-05 Richard Earnshaw <rearnsha@arm.com>
2829
2830 * sysdeps/aarch64/strchrnul.S: New file.
2831
7110166d
AZ
28322014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2833
2834 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2835 definition.
2836 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2837 Likwise.
2838 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2839 Likewise.
2840 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2841 Likewise.
2842 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2843 Likewise.
2844 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2845 Likewise.
2846
28472014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
2848
2849 * catgets/test-gencat.c: Use test-skeleton.c.
2850 * catgets/tst-catgets.c: Likewise.
2851 * csu/tst-empty.c: Likewise.
2852 * elf/tst-audit2.c: Likewise.
2853 * elf/tst-global1.c: Likewise.
2854 * elf/tst-pathopt.c: Likewise.
2855 * elf/tst-piemod1.c: Likewise.
2856 * elf/tst-tls10.c: Likewise.
2857 * elf/tst-tls11.c: Likewise.
2858 * elf/tst-tls12.c: Likewise.
2859 * gnulib/tst-gcc.c: Likewise.
2860 * iconvdata/tst-e2big.c: Likewise.
2861 * iconvdata/tst-loading.c: Likewise.
2862 * iconv/tst-iconv1.c: Likewise.
2863 * iconv/tst-iconv2.c: Likewise.
2864 * inet/test-inet6_opt.c: Likewise.
2865 * inet/tst-gethnm.c: Likewise.
2866 * inet/tst-network.c: Likewise.
2867 * inet/tst-ntoa.c: Likewise.
2868 * intl/tst-codeset.c: Likewise.
2869 * intl/tst-gettext2.c: Likewise.
2870 * intl/tst-gettext3.c: Likewise.
2871 * intl/tst-ngettext.c: Likewise.
2872 * intl/tst-translit.c: Likewise.
2873 * io/test-stat.c: Likewise.
2874 * libio/test-fmemopen.c: Likewise.
2875 * libio/tst-freopen.c: Likewise.
2876 * libio/tst-sscanf.c: Likewise.
2877 * libio/tst-ungetwc1.c: Likewise.
2878 * libio/tst-ungetwc2.c: Likewise.
2879 * libio/tst-widetext.c: Likewise.
2880 * localedata/tst-ctype.c: Likewise.
2881 * localedata/tst-digits.c: Likewise.
2882 * localedata/tst-leaks.c: Likewise.
2883 * localedata/tst-mbswcs1.c: Likewise.
2884 * localedata/tst-mbswcs2.c: Likewise.
2885 * localedata/tst-mbswcs3.c: Likewise.
2886 * localedata/tst-mbswcs4.c: Likewise.
2887 * localedata/tst-mbswcs5.c: Likewise.
2888 * localedata/tst-setlocale.c: Likewise.
2889 * localedata/tst-trans.c: Likewise.
2890 * localedata/tst-wctype.c: Likewise.
2891 * localedata/tst-xlocale1.c: Likewise.
2892 * login/tst-grantpt.c: Likewise.
2893 * malloc/tst-calloc.c: Likewise.
2894 * malloc/tst-malloc.c: Likewise.
2895 * malloc/tst-mallocstate.c: Likewise.
2896 * malloc/tst-mcheck.c: Likewise.
2897 * malloc/tst-mtrace.c: Likewise.
2898 * malloc/tst-obstack.c: Likewise.
2899 * math/atest-exp2.c: Likewise.
2900 * math/atest-exp.c: Likewise.
2901 * math/atest-sincos.c: Likewise.
2902 * math/test-matherr.c: Likewise.
2903 * math/test-misc.c: Likewise.
2904 * math/test-powl.c: Likewise.
2905 * math/tst-definitions.c: Likewise.
2906 * misc/tst-dirname.c: Likewise.
2907 * misc/tst-efgcvt.c: Likewise.
2908 * misc/tst-fdset.c: Likewise.
2909 * misc/tst-hsearch.c: Likewise.
2910 * misc/tst-mntent2.c: Likewise.
2911 * nptl/tst-sem7.c: Likewise.
2912 * nptl/tst-sem8.c: Likewise.
2913 * nptl/tst-sem9.c: Likewise.
2914 * nss/test-netdb.c: Likewise.
2915 * posix/tst-fnmatch.c: Likewise.
2916 * posix/tst-getlogin.c: Likewise.
2917 * posix/tst-gnuglob.c: Likewise.
2918 * posix/tst-mmap.c: Likewise.
2919 * pwd/tst-getpw.c: Likewise.
2920 * resolv/tst-inet_ntop.c: Likewise.
2921 * rt/tst-timer.c: Likewise.
2922 * stdio-common/test-fseek.c: Likewise.
2923 * stdio-common/test-popen.c: Likewise.
2924 * stdio-common/test-vfprintf.c: Likewise.
2925 * stdio-common/tst-cookie.c: Likewise.
2926 * stdio-common/tst-fileno.c: Likewise.
2927 * stdio-common/tst-gets.c: Likewise.
2928 * stdio-common/tst-obprintf.c: Likewise.
2929 * stdio-common/tst-perror.c: Likewise.
2930 * stdio-common/tst-sprintf2.c: Likewise.
2931 * stdio-common/tst-sprintf3.c: Likewise.
2932 * stdio-common/tst-sprintf.c: Likewise.
2933 * stdio-common/tst-swprintf.c: Likewise.
2934 * stdio-common/tst-tmpnam.c: Likewise.
2935 * stdio-common/tst-unbputc.c: Likewise.
2936 * stdio-common/tst-wc-printf.c: Likewise.
2937 * stdlib/tst-environ.c: Likewise.
2938 * stdlib/tst-fmtmsg.c: Likewise.
2939 * stdlib/tst-limits.c: Likewise.
2940 * stdlib/tst-rand48-2.c: Likewise.
2941 * stdlib/tst-rand48.c: Likewise.
2942 * stdlib/tst-random2.c: Likewise.
2943 * stdlib/tst-random.c: Likewise.
2944 * stdlib/tst-strtol.c: Likewise.
2945 * stdlib/tst-strtoll.c: Likewise.
2946 * stdlib/tst-tls-atexit.c: Likewise.
2947 * stdlib/tst-xpg-basename.c: Likewise.
2948 * string/test-ffs.c: Likewise.
2949 * string/tst-bswap.c: Likewise.
2950 * string/tst-inlcall.c: Likewise.
2951 * string/tst-strtok.c: Likewise.
2952 * string/tst-strxfrm.c: Likewise.
2953 * sysdeps/x86_64/tst-audit10.c: Likewise.
2954 * sysdeps/x86_64/tst-audit3.c: Likewise.
2955 * sysdeps/x86_64/tst-audit4.c: Likewise.
2956 * sysdeps/x86_64/tst-audit5.c: Likewise.
2957 * time/tst-ftime_l.c: Likewise.
2958 * time/tst-getdate.c: Likewise.
2959 * time/tst-mktime3.c: Likewise.
2960 * time/tst-mktime.c: Likewise.
2961 * time/tst-posixtz.c: Likewise.
2962 * time/tst-strptime2.c: Likewise.
2963 * time/tst-strptime3.c: Likewise.
2964 * wcsmbs/tst-btowc.c: Likewise.
2965 * wcsmbs/tst-mbrtowc.c: Likewise.
2966 * wcsmbs/tst-mbsrtowcs.c: Likewise.
2967 * wcsmbs/tst-wchar-h.c: Likewise.
2968 * wcsmbs/tst-wcpncpy.c: Likewise.
2969 * wcsmbs/tst-wcrtomb.c: Likewise.
2970 * wcsmbs/tst-wcsnlen.c: Likewise.
2971 * wcsmbs/tst-wcstof.c: Likewise.
2972
2004e7fb
JM
29732014-11-04 Joseph Myers <joseph@codesourcery.com>
2974
ab97ee8f
JM
2975 [BZ #14132]
2976 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2977 INTDEF.
2978 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2979 declaration.
2980 (_dl_mcount): Use rtld_hidden_proto.
2981 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2982 _dl_mcount.
2983 * elf/rtld.c (_rtld_global_ro): Likewise.
2984
c5684fdb
JM
2985 [BZ #14132]
2986 * elf/dl-init.c (_dl_init): Don't use INTDEF.
2987 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2988 of _dl_init_internal.
2989 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2990 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2991 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2992 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2993 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2994 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2995 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2996 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2997 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2998 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2999 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3000 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3001 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3002 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3003 * sysdeps/tile/dl-start.S (_start): Likewise.
3004 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3005 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3006
4243cbea
JM
3007 [BZ #14132]
3008 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3009 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3010 (rtld_progname): Make macro definition unconditional.
3011 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3012 INTDEF.
3013 (dlmopen_doit): Do not use INTUSE with _dl_argv.
3014 (dl_main): Likewise.
3015 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3016 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3017 instead of _dl_argv_internal.
3018 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3019 __GI__dl_argv instead of INTUSE(_dl_argv).
3020 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3021 __GI__dl_argv instead of _dl_argv_internal.
3022
2004e7fb
JM
3023 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3024 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3025 macro.
3026 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3027 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3028 New macro.
3029 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3030 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3031 macro.
3032 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3033 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3034
97827bfc
AS
30352014-11-04 Andreas Schwab <schwab@suse.de>
3036
3037 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3038
5e4df284
AZ
30392014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3040
3041 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3042 mtvsrd instruction in binary form.
3043
04b76b5a
AS
30442014-11-03 Andreas Schwab <schwab@suse.de>
3045
3046 [BZ #17522]
3047 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3048 for less than MB_LEN_MAX use a local buffer of that size.
3049 * libio/tst-fputws.c: New file.
3050 * libio/Makefile (tests): Add tst-fputws.
3051
4c6da7da
JM
30522014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
3053
3054 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3055 the size of the fpu_fr.fpu_dregs[] array.
3056
1679ba8e
JM
30572014-11-01 Joseph Myers <joseph@codesourcery.com>
3058
3059 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3060 (__nanosleep): Do not define as alias.
3061 (nanosleep): Define as alias of __nanosleep.
3062 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3063 __libc_nanosleep name.
3064
2626c183
JM
30652014-10-31 Joseph Myers <joseph@codesourcery.com>
3066
3067 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3068 install.texi in comment.
3069
7f981fc2
TR
30702014-10-31 Torvald Riegel <triegel@redhat.com>
3071
3072 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3073 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3074 ... add here and use lwsync or sync ...
3075 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3076 ... and add here using lwsync.
3077
d6f373d2
MF
30782014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
3079
3080 * elf/dl-machine-reject-phdr.h: New file.
3081 * elf/dl-load.c: #include that.
3082 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3083 if that returned true.
3084
67c37987
RM
30852014-10-31 Roland McGrath <roland@hack.frob.com>
3086
3087 [BZ #17496]
3088 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3089 gen-as-const-headers chunk. Add a big scare comment after the last
3090 safe place to touch before-compile.
3091
94a42455 30922014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 3093
f3f5d895
JM
3094 * manual/install.texi (Tools for Compilation): Update autoconf
3095 version requirements.
3096 * INSTALL: Regenerated.
3097
f62ff286
JM
3098 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3099 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3100 (__libc_pselect): Likewise.
94a42455
JM
3101
3102 [BZ #14138]
3103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3104 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3106 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3107
ff9dbdc0
TR
31082014-10-31 Torvald Riegel <triegel@redhat.com>
3109
3110 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3111 correct barrier instruction.
3112 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3113 Likewise.
3114 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3115 Likewise.
3116
b4f66884
RM
31172014-10-30 Roland McGrath <roland@hack.frob.com>
3118
3119 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3120 after defining inlines. Instead, just use parens to defeat macro
3121 expansion of __isctype in its declaration.
3122
e19c95fd
JM
31232014-10-30 Joseph Myers <joseph@codesourcery.com>
3124
3125 * include/sys/uio.h (__libc_readv): Remove declaration.
3126 (__libc_writev): Likewise.
3127 * misc/readv.c (__libc_readv): Rename to __readv.
3128 (__readv): Do not define as alias.
3129 (readv): Define as alias of __readv.
3130 * misc/writev.c (__libc_writev): Rename to __writev.
3131 (__writev): Do not define as alias.
3132 (writev): Define as alias of __writev.
3133 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3134 (__readv): Do not define as alias.
3135 (readv): Define unconditionally as alias of __readv.
3136 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3137 (__writev): Do not define as alias.
3138 (writev): Define unconditionally as alias of __writev.
3139 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3140 name.
3141 (writev): Do not define __libc_writev name.
3142
65b00b6c
RM
31432014-10-30 Roland McGrath <roland@hack.frob.com>
3144
3145 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3146 (convert_charseq): New function, broken out of ...
3147 (use_from_charmap): ... here. Call it.
3148 (use_to_charmap): Use convert_charseq and free instead of duplicating
3149 its code with a variable-length stack struct.
3150
d4e157aa
JM
31512014-10-30 Joseph Myers <joseph@codesourcery.com>
3152
3153 * include/fcntl.h (__libc_creat): Remove declaration.
3154 * io/creat.c (__libc_creat): Rename to creat.
3155 (creat): Do not define as alias.
3156 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3157 of creat instead of __libc_creat.
3158 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3159 to creat.
3160 (creat): Do not define as alias.
3161 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3162 __libc_creat.
3163 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3164 __libc_creat name.
3165 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3166 Likewise.
3167
0c6891a0
CD
31682014-10-29 Carlos O'Donell <carlos@redhat.com>
3169
3170 * manual/llio.texi: Add comments discussing why write() may be
3171 considered MT-unsafe on Linux.
3172
cc00cece
CD
31732014-10-28 Carlos O'Donell <carlos@redhat.com>
3174
3175 * dl-load.c (local_strdup): Remove.
3176 (expand_dynamic_string_token): Use __strdup.
3177 (decompose_rpath): Likewise.
3178 (_dl_map_object): Likewise.
3179
51e623f2
JM
31802014-10-28 Joseph Myers <joseph@codesourcery.com>
3181
3182 [BZ #14132]
3183 * sysdeps/generic/unwind-dw2-fde.c
3184 (__register_frame_info_bases_internal): Do not declare.
3185 (__register_frame_info_table_bases_internal): Likewise.
3186 (__deregister_frame_info_bases_internal): Likewise.
3187 (__register_frame_info_bases): Declare and use hidden_proto before
3188 definition. Use hidden_def instead of INTDEF.
3189 (__register_frame_info_table_bases): Likewise.
3190 (__deregister_frame_info_bases): Likewise.
3191 (__register_frame_info): Do not use INTUSE.
3192 (__register_frame): Likewise.
3193 (__register_frame_info_table): Likewise.
3194 (__register_frame_table): Likewise.
3195 (__deregister_frame_info): Likewise.
3196 (__deregister_frame): Likewise.
3197
03d41216
GC
31982014-10-27 Gratian Crisan <gratian.crisan@ni.com>
3199
3200 * sysdeps/unix/sysv/linux/arm/kernel-features.h
3201 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3202 not undefine.
3203 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3204 Likewise.
3205 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3206 Likewise.
3207
a4b3624d
JM
32082014-10-27 Joseph Myers <joseph@codesourcery.com>
3209
3210 [BZ #14138]
3211 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3212 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3213 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3214 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3215 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3216 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3217 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3218 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3219 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3220 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3221 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3222 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3223 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3224 syscall.
3225 (setfsuid): Likewise.
3226 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3227 (setfsuid): Likewise.
3228 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3229 (setfsuid): Likewise.
3230 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3231 Likewise.
3232 (setfsuid): Likewise.
3233 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3234 (setfsuid): Likewise.
3235 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3236 Likewise.
3237 (setfsuid): Likewise.
3238
3574f2fd
AS
32392014-10-27 Andreas Schwab <schwab@suse.de>
3240
3241 [BZ #17501]
3242 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3243 check for Slow_SSE4_2 feature bit.
3244 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3245 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3246 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3247 Likewise. Fix check for Fast_Unaligned_Load feature bit.
3248
70996a37
RM
32492014-10-24 Roland McGrath <roland@hack.frob.com>
3250
461a7b1e
RM
3251 * configure.ac: Validate compiler version with a empirical test of
3252 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3253 $CC -v output.
3254 * configure: Regenerated.
3255
70996a37
RM
3256 * inet/htons.c (htons): Prototypify.
3257 * inet/htonl.c (htonl): Likewise.
3258
e80514b5
WD
32592014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3260
3261 * string/strncat.c (strncat): Improve performance by using strlen.
3262
6e46de42
WD
32632014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3264
3265 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3266
6a9ad2fa
WD
32672014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3268
3269 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3270 Call libc_fetestexcept_aarch64.
3271
1c8810ed
WD
32722014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3273
3274 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3275 Call libc_feholdexcept_aarch64.
3276
8b1af712
WD
32772014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3278
3279 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3280 Call get_rounding_mode.
3281
a7b00c11
WD
32822014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3283
3284 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3285 Simplify logic.
3286
3a84f1a6
WD
32872014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3288
3289 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3290 Simplify logic.
3291
48eb7a94
JM
32922014-10-24 Joseph Myers <joseph@codesourcery.com>
3293
c8bc4038
JM
3294 [BZ #14138]
3295 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3296 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3297 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3298 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3299 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3300 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3301 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3302 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3303 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3304 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3305 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3306 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3307 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3308 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3309 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3310 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3311 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3312 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3313 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3314 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3315 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3316 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3317 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3318 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3319 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3320 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3321 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3322 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3323 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3324 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3325 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3326 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3327 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3328 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3329 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3330 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3331 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3332 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3333 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3334 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3335 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3336 syscall.
3337 (geteuid): Likewise.
3338 (getgid): Likewise.
3339 (getuid): Likewise.
3340 (getresgid): Likewise.
3341 (getresuid): Likewise.
3342 (getgroups): Likewise.
3343 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3344 (geteuid): Likewise.
3345 (getgid): Likewise.
3346 (getuid): Likewise.
3347 (getresgid): Likewise.
3348 (getresuid): Likewise.
3349 (getgroups): Likewise.
3350 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3351 (geteuid): Likewise.
3352 (getgid): Likewise.
3353 (getuid): Likewise.
3354 (getresgid): Likewise.
3355 (getresuid): Likewise.
3356 (getgroups): Likewise.
3357 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3358 Likewise.
3359 (geteuid): Likewise.
3360 (getgid): Likewise.
3361 (getuid): Likewise.
3362 (getresgid): Likewise.
3363 (getresuid): Likewise.
3364 (getgroups): Likewise.
3365 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3366 (geteuid): Likewise.
3367 (getgid): Likewise.
3368 (getuid): Likewise.
3369 (getresgid): Likewise.
3370 (getresuid): Likewise.
3371 (getgroups): Likewise.
3372 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3373 Likewise.
3374 (geteuid): Likewise.
3375 (getgid): Likewise.
3376 (getuid): Likewise.
3377 (getgroups): Likewise.
3378
48eb7a94
JM
3379 [BZ #14138]
3380 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3381 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3382 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3383 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3384 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3385 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3386 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3387 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3388 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3389 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3390 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3391 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3392 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3393 __chown.
3394 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3395 (lchown): Likewise.
3396 (fchown): Likewise.
3397 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3398 Likewise.
3399 (lchown): Likewise.
3400 (fchown): Likewise.
3401 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3402 (lchown): Likewise.
3403 (fchown): Likewise.
3404 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3405 Likewise.
3406 (lchown): Likewise.
3407 (fchown): Likewise.
3408
ea9a7c8b
WD
34092014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3410
3411 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3412 Simplify logic.
3413
e226de33
WD
34142014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3415
3416 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3417 Cleanup logic.
3418
6e3d8ed3
WD
34192014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3420
3421 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3422 Remove unused include.
3423
eb04247d
WD
34242014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3425
3426 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3427 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3428 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3429 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3430
13d84554
CD
34312014-10-23 Carlos O'Donell <carlos@systemhalted.org>
3432 Helge Deller <deller@gmx.de>
3433
3434 [BZ #17508]
3435 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3436 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3437 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3438
15f9c5df
JM
34392014-10-23 Joseph Myers <joseph@codesourcery.com>
3440
3441 [BZ #14132]
3442 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3443 Remove macro definition.
3444 (__ashrdi3_v_glibc20): Likewise.
3445 (__lshrdi3_v_glibc20): Likewise.
3446 (__cmpdi2_v_glibc20): Likewise.
3447 (__ucmpdi2_v_glibc20): Likewise.
3448 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3449 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3450 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3451 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3452 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3453 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3454
c6dfed24
RM
34552014-10-22 Roland McGrath <roland@hack.frob.com>
3456
3457 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3458 old GNU extension [0] syntax.
3459 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3460 alloca rather than an array member with variable length.
3461 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3462 * nscd/nscd.c (invalidate_db): New function, broken out of ...
3463 (parse_opt): ... here. Likewise use alloca there.
3464 Validate the -i argument before checking for rootness.
3465 (send_shutdown): New function, broken out of ...
3466 (parse_opt): ... here.
3467
8c2b1ed8
RM
34682014-10-22 Roland McGrath <roland@hack.frob.com>
3469
3470 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3471 macro to get at the _rt_local_ro field.
3472 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3473 ([PIC] case) or _dl_hwcap ([!PIC] case).
3474 * sysdeps/arm/setjmp.S: Likewise.
3475
3476 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3477 * sysdeps/arm/configure.ac: New check to define it.
3478 * sysdeps/arm/configure: Regenerated.
3479 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3480 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3481 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3482 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3483 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3484 Use move/movt pair instead of a load.
3485 (LDST_GLOBAL): Macro removed.
3486 (LDR_GLOBAL): New macro replaces it.
3487 (LDR_HIDDEN): New macro.
3488 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3489 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3490
3491 * setjmp/tst-setjmp-static.c: New file.
3492 * setjmp/Makefile (tests): Add it.
3493 (tests-static): New variable.
3494
b5af9297
MR
34952014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
3496
3497 [BZ #17485]
3498 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3499
a13d0d74
JM
35002014-10-21 Joseph Myers <joseph@codesourcery.com>
3501
3502 [BZ #14132]
3503 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3504
f05e73f6
RM
35052014-10-21 Roland McGrath <roland@hack.frob.com>
3506
3507 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3508
6ab1d1ea
RM
35092014-10-20 Roland McGrath <roland@hack.frob.com>
3510
3511 * io/fts.c (dirent_not_directory): New function.
3512 (fts_build): Call it.
3513
ab49e763
RM
35142014-10-20 Roland McGrath <roland@hack.frob.com>
3515
e436eb79
RM
3516 * nptl/version.c (__nptl_main): Use normal __write rather than
3517 INTERNAL_SYSCALL.
3518 (banner): Update copyright years.
3519
6af246cf
RM
3520 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3521 gettimeofday.
3522 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3523 * nptl/pthread_cond_timedwait.c: Likewise.
3524 * nptl/pthread_mutex_timedlock.c: Likewise.
3525 * nptl/sem_timedwait.c: Likewise.
3526
ab49e763
RM
3527 * sysdeps/nptl/bits/libc-lock.h
3528 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3529 (__libc_lock_init_recursive): Return void, not 0.
3530 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3531 (__libc_rwlock_init): Likewise.
3532 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3533
f50277c1
TR
35342014-10-20 Torvald Riegel <triegel@redhat.com>
3535
3536 [BZ #15215]
3537 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3538 (__pthread_once_slow): ... here.
3539 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3540 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3541
63668b70
TR
35422014-10-20 Torvald Riegel <triegel@redhat.com>
3543
3544 [BZ #15215]
3545 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3546 __PTHREAD_ONCE_FORK_GEN_INCR): New.
3547 * sysdeps/nptl/fork.c (__libc_fork): Use them.
3548 * nptl/pthread_once.c (__pthread_once): Likewise.
3549 Update comments.
3550
42b7f5d4
JM
35512014-10-20 Joseph Myers <joseph@codesourcery.com>
3552
3553 [BZ #14138]
3554 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3555 name.
3556 (writev): Use __libc_writev as strong name.
3557 * sysdeps/unix/sysv/linux/readv.c: Remove file.
3558 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3559
b0643088
RM
35602014-10-17 Roland McGrath <roland@hack.frob.com>
3561
114c4e09
RM
3562 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3563
674b8978
RM
3564 * sysdeps/i386/nptl/tls.h
3565 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3566 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3567 New macros.
3568 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3569 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3570 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3571 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3572 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3573 Call CHECK_THREAD_SYSINFO instead of doing an assert.
3574
184ee940
RM
3575 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3576 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3577 on [__NR_futex].
3578 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3579 broken out of ...
3580 (__pthread_mutex_init): ... here. Call it.
3581 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3582 Conditionalize PI cases on [__NR_futex].
3583 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3584 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3585 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3586
327ae257
RM
3587 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3588 conditional on [SIGSETXID].
3589 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3590 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3591 is defined. Likewise for SIGSETXID.
3592 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3593 Conditionalize definitions on [SIGSETXID].
3594 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3595 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3596 unblocking on [SIGCANCEL].
3597
b0643088
RM
3598 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3599 [__NR_set_robust_list].
3600
33cc770b
SP
36012014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3602
3603 * string/strcoll_l.c (get_next_seq): Fix up formatting.
3604 (do_compare): Likewise.
3605
0742aef6
LH
36062014-10-17 Leonhard Holz <leonhard.holz@web.de>
3607
3608 [BZ #15884]
3609 * string/strcoll_l.c: Don't include stdio.h.
3610 (coll_seq): Remove members idxarr and rulearr.
3611 (get_next_seq_cached): Remove function.
3612 (get_next_seq): Likewise.
3613 (get_next_seq_nocache): Rename to get_next_seq.
3614 (do_compare): Remove function.
3615 (do_compare_nocache): Rename to do_compare.
3616 (STRCOLL): Remove weight and rules cache.
3617
ee54ce44
RM
36182014-10-16 Roland McGrath <roland@hack.frob.com>
3619
3620 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3621 * sysdeps/arm/sfp-machine.h: ... to here.
3622 * sysdeps/arm/Implies: Remove arm/soft-fp.
3623
a75d3b02
JM
36242014-10-14 Joseph Myers <joseph@codesourcery.com>
3625
3626 * conform/data/sys/utsname.h-data (*_t): Allow.
3627 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3628 [POSIX] (WEXITED): Do not expect constant.
3629 [POSIX] (WSTOPPED): Likewise.
3630 [POSIX] (WNOHANG): Likewise.
3631 [POSIX] (WNOWAIT): Likewise.
3632 [POSIX] (siginfo_t): Do not expect type or elements.
3633 [POSIX] (pid_t): Do not expect type.
3634 [POSIX] (signal.h): Do not allow header.
3635 [POSIX] (sys/resource.h): Likewise.
3636 [POSIX] (si_*): Do not allow pattern.
3637 [POSIX] (W*): Likewise.
3638 [POSIX] (P_*): Likewise.
3639 [POSIX] (BUS_*): Likewise.
3640 [POSIX] (CLD_*): Likewise.
3641 [POSIX] (FPE_*): Likewise.
3642 [POSIX] (ILL_*): Likewise.
3643 [POSIX] (POLL_*): Likewise.
3644 [POSIX] (SEGV_*): Likewise.
3645 [POSIX] (SI_*): Likewise.
3646 [POSIX] (TRAP_*): Likewise.
3647 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3648 variable.
3649
fda389c8
SP
36502014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3651
3652 [BZ #12926]
3653 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3654 infinite loop when __recvmsg returns 0.
3655
6bc6bd3b
JM
36562014-10-10 Joseph Myers <joseph@codesourcery.com>
3657
fcb32af1
JM
3658 * CANCEL-FCT-WAIVE: Remove file.
3659 * CANCEL-FILE-WAIVE: Likewise.
3660
6bc6bd3b
JM
3661 [BZ #14132]
3662 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3663 instead of INTVARDEF.
3664 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3665 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3666 rtld_hidden_data_def instead of INTVARDEF.
3667 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3668 * elf/dl-deps.c (expand_dst): Likewise.
3669 * elf/dl-load.c (_dl_dst_count): Likewise.
3670 (_dl_dst_substitute): Likewise.
3671 (decompose_rpath): Likewise.
3672 (_dl_init_paths): Likewise.
3673 (open_path): Likewise.
3674 (_dl_map_object): Likewise.
3675 * elf/rtld.c (dl_main): Likewise.
3676 (process_dl_audit): Likewise.
3677 (process_envvars): Likewise.
3678 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3679 Remove declaration.
3680 (__libc_enable_secure): Use rtld_hidden_proto.
3681
b8c80a7e
KS
36822014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3683
3684 * elf/dl-load.c
3685 (add_path): New function broken out of _dl_rtld_di_serinfo.
3686 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
3687
ff12c11f
JM
36882014-10-09 Joseph Myers <joseph@codesourcery.com>
3689
5c0508a3
JM
3690 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3691 parentheses around macro arguments.
3692 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3693 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3694 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3695 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3696 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3697 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3698 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3699 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3700 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3701 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3702 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3703 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3704 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3705 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3706 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3707 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3708 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3709 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3710 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3711 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3712 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3713 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3714 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3715 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3716 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3717 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3718 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3719 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3720 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3721 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3722 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3723 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3724 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3725 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3726 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3727 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3728 Likewise.
3729 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3730 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3731 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3732 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3733 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3734 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3735 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3736 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3737 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3738 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3739 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3740 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3741 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3742 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3743 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3744 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3745 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3746 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3747 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3748 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3749 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3750 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3751 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3752 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3753 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3754 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3755 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3756 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3757 (_FP_FRAC_SRS_1): Likewise.
3758 (_FP_FRAC_CLZ_1): Likewise.
3759 (_FP_MUL_MEAT_1_imm): Likewise.
3760 (_FP_MUL_MEAT_1_wide): Likewise.
3761 (_FP_MUL_MEAT_1_hard): Likewise.
3762 (_FP_SQRT_MEAT_1): Likewise.
3763 (_FP_FRAC_ASSEMBLE_1): Likewise.
3764 (_FP_FRAC_DISASSEMBLE_1): Likewise.
3765 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3766 (__FP_CLZ_2): Likewise.
3767 (_FP_MUL_MEAT_2_wide): Likewise.
3768 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3769 (_FP_MUL_MEAT_2_gmp): Likewise.
3770 (_FP_MUL_MEAT_2_120_240_double): Likewise.
3771 (_FP_SQRT_MEAT_2): Likewise.
3772 (_FP_FRAC_ASSEMBLE_2): Likewise.
3773 (_FP_FRAC_DISASSEMBLE_2): Likewise.
3774 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3775 (_FP_FRAC_CLZ_4): Likewise.
3776 (_FP_MUL_MEAT_4_wide): Likewise.
3777 (_FP_MUL_MEAT_4_gmp): Likewise.
3778 (_FP_SQRT_MEAT_4): Likewise.
3779 (_FP_FRAC_ASSEMBLE_4): Likewise.
3780 (_FP_FRAC_DISASSEMBLE_4): Likewise.
3781 * soft-fp/op-common.h (_FP_CMP): Likewise.
3782 (_FP_CMP_EQ): Likewise.
3783 (_FP_CMP_UNORD): Likewise.
3784 (_FP_TO_INT): Likewise.
3785 (_FP_FROM_INT): Likewise.
3786 [!__FP_CLZ] (__FP_CLZ): Likewise.
3787 (_FP_DIV_HELP_imm): Likewise.
3788 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3789 Likewise.
3790 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3791 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3792 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3793 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3794 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3795 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3796 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3797 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3798 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3799 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3800 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3801 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3802 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3803 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3804 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3805 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3806 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3807 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3808 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3809 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3810 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3811 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3812 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3813 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3814 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3815 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3816 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3817 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3818 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3819 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3820 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3821 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3822 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3823 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3824 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3825 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3826 (FP_UNPACK_RAW_SP): Likewise.
3827 (FP_PACK_RAW_S): Likewise.
3828 (FP_PACK_RAW_SP): Likewise.
3829 (FP_UNPACK_S): Likewise.
3830 (FP_UNPACK_SP): Likewise.
3831 (FP_UNPACK_SEMIRAW_S): Likewise.
3832 (FP_UNPACK_SEMIRAW_SP): Likewise.
3833 (FP_PACK_S): Likewise.
3834 (FP_PACK_SP): Likewise.
3835 (FP_PACK_SEMIRAW_S): Likewise.
3836 (FP_PACK_SEMIRAW_SP): Likewise.
3837 (_FP_SQRT_MEAT_S): Likewise.
3838 (FP_CMP_S): Likewise.
3839 (FP_CMP_EQ_S): Likewise.
3840 (FP_CMP_UNORD_S): Likewise.
3841 (FP_TO_INT_S): Likewise.
3842 (FP_FROM_INT_S): Likewise.
3843
a736ec37
JM
3844 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3845
ff12c11f
JM
3846 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3847 (FP_EX_INVALID_IMZ): Likewise.
3848 (FP_EX_INVALID_IMZ_FMA): Likewise.
3849 (FP_EX_INVALID_ISI): Likewise.
3850 (FP_EX_INVALID_ZDZ): Likewise.
3851 (FP_EX_INVALID_IDI): Likewise.
3852 (FP_EX_INVALID_SQRT): Likewise.
3853 (FP_EX_INVALID_CVI): Likewise.
3854 (FP_EX_INVALID_VC): Likewise.
3855 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3856 "invalid" exceptions.
3857 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3858 (_FP_ADD_INTERNAL): Likewise.
3859 (_FP_MUL): Likewise.
3860 (_FP_FMA): Likewise.
3861 (_FP_DIV): Likewise.
3862 (_FP_CMP_CHECK_NAN): Likewise.
3863 (_FP_SQRT): Likewise.
3864 (_FP_TO_INT): Likewise.
3865 (FP_EXTEND): Likewise.
3866
b6dcfe8c
AM
38672014-10-09 Allan McRae <allan@archlinux.org>
3868
3869 * po/fr.po: Update French translation from translation project.
3870
2d6a47ba
JM
38712014-10-09 Joseph Myers <joseph@codesourcery.com>
3872
cb831245
JM
3873 [BZ #14132]
3874 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3875 of INTDEF.
3876 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3877 (__cxa_atexit): Use libc_hidden_proto.
3878 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3879
5deeb190
JM
3880 [BZ #14132]
3881 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3882 declaration.
3883 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3884 [!_ISOMAC] (__iswspace_l_internal): Likewise.
3885 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3886 [!_ISOMAC] (__iswctype_internal): Likewise.
3887 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3888 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3889 alias.
3890 (fcntl): Remove __fcntl_internal alias.
3891 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3892 __connect_internal alias.
3893 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3894 Likewise.
3895
454ac701
JM
3896 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3897 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3898 FP_DENORM_ZERO.
3899 (_FP_CHECK_FLUSH_ZERO): New macro.
3900 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3901 (_FP_CMP): Likewise.
3902 (_FP_CMP_EQ): Likewise.
3903 (_FP_TO_INT): Do not set inexact for subnormal arguments if
3904 FP_DENORM_ZERO.
3905 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3906 (FP_TRUNC): Likewise.
3907
0022e688
JM
3908 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3909 treated as invalid conversion, not as normal exponent.
3910
73e28d9c
JM
3911 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3912 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
3913 (_FP_CMP_EQ): Likewise.
3914 (_FP_CMP_UNORD): Likewise.
3915 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3916 (FP_CMP_EQ_D): Likewise.
3917 (FP_CMP_UNORD_D): Likewise.
3918 * soft-fp/extended.h (FP_CMP_E): Likewise.
3919 (FP_CMP_EQ_E): Likewise.
3920 (FP_CMP_UNORD_E): Likewise.
3921 * soft-fp/quad.h (FP_CMP_Q): Likewise.
3922 (FP_CMP_EQ_Q): Likewise.
3923 (FP_CMP_UNORD_Q): Likewise.
3924 * soft-fp/single.h (FP_CMP_S): Likewise.
3925 (FP_CMP_EQ_S): Likewise.
3926 (FP_CMP_UNORD_S): Likewise.
3927 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3928 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3929 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3930 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3931 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3932 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3933 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3934 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3935 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3936 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3937 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3938 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3939 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3940 to FP_CMP_Q.
3941 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3942 FP_CMP_Q.
3943 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3944 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3945 FP_CMP_EQ_Q.
3946 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3947 FP_CMP_Q.
3948 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3949 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3950 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3951 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3952 FP_CMP_EQ_Q.
3953 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3954 FP_CMP_Q.
3955 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3956 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3957 FP_CMP_EQ_Q.
3958 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3959 FP_CMP_Q.
3960 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3961 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3962 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3963 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3964 FP_CMP_EQ_Q.
3965
43059f42
JM
3966 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3967 a subnormal result, set the underflow exception if trapping on
3968 underflow is enabled.
3969 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3970 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3971 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3972 redefine to 0.
3973 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3974 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3975 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3976 * soft-fp/extendxftf2.c (__extendxftf2): Use
3977 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3978
2d6a47ba
JM
3979 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3980 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3981 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3982 FP_HANDLE_EXCEPTIONS.
3983 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3984 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3985 FP_HANDLE_EXCEPTIONS.
3986 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3987 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3988 FP_HANDLE_EXCEPTIONS.
3989 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3990 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3991 FP_HANDLE_EXCEPTIONS.
3992
620f462e
JM
39932014-10-08 Joseph Myers <joseph@codesourcery.com>
3994
3995 [BZ #14132]
3996 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3997 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3998 use INTUSE.
3999 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4000 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4001 Remove alias.
4002 (__adjtimex): Define using libc_hidden_ver.
4003 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4004 Remove declaration.
4005 (ntp_gettime): Call __adjtimex directly.
4006 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4007 Remove declaration.
4008 (ntp_gettimex): Call __adjtimex directly.
4009 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4010 __adjtimex_internal alias.
4011
c763c5d2
RM
40122014-10-08 Roland McGrath <roland@hack.frob.com>
4013
4014 [BZ #17460]
4015 * nscd/nscd.c (more_help): Rewrite list of tables collection
4016 using xstrdup and asprintf.
4017
4018 * nscd/nscd_conf.c: Remove local xstrdup declaration.
4019
7b8fb2b8
RM
40202014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4021 Roland McGrath <roland@hack.frob.com>
4022
4023 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4024 (do_lookup_unique): ... local function 'enter' here; update callers.
4025
abb280f7
JM
40262014-10-06 Joseph Myers <joseph@codesourcery.com>
4027
f7b42517
JM
4028 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4029 compat_symbol calls on [SHARED].
4030 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4031 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4032 Remove.
4033 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4034 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4035 (oldsetrlimit): Remove.
4036 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4037 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4038 (lchown): New syscall entry.
4039 (oldsetrlimit): Remove.
4040 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4041 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4042 (oldsetrlimit): Remove.
4043 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4044
abb280f7
JM
4045 [BZ #14138]
4046 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4047 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4048 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4049 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4050 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4051 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4052 (fchown): Likewise.
4053 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4054 (fchown): Likewise.
4055 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4056 Likewise.
4057
47d46237
AZ
40582014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4059
4060 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4061 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4062 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4063 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4064 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4065 Likewise.
4066 (__old_sem_post): Likewise.
4067
40682014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 4069
845a7343
CM
4070 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4071 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4072 HAVE_CLOCK_GETTIME_VSYSCALL macros.
4073 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4074 Use INLINE_VSYSCALL macro.
4075 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4076 __vdso_clock_gettime.
4077 * sysdeps/unix/sysv/linux/tile/init-first.c
4078 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4079 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4080 __vdso_clock_gettime.
4081
83d641ef
CM
4082 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4083 to set up frame more cleanly.
4084
d9cd52e6
CM
4085 * sysdeps/tile/memcmp.c: New file.
4086
4b68ea11
CM
4087 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4088
c86f7b80
CM
4089 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4090 * sysdeps/tile/tilegx/strcasestr.c: New file.
4091 * sysdeps/tile/tilegx/strnlen.c: New file.
4092 * sysdeps/tile/tilegx/strstr.c: New file.
4093
1c4c1a6f
CM
4094 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4095
99d86ea3
AS
40962014-10-06 Arjun Shankar <arjun.is@lostca.se>
4097
4098 * nptl/tst-setuid3.c: Write errors to stdout.
4099
06210a44
KS
41002014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4101
4102 * elf/dl-deps.c
4103 (preload): New functions broken out of _dl_map_object_deps.
4104 (_dl_map_object_deps): Remove a nested function. Update call sites.
4105
6268f532
JM
41062014-10-01 Joseph Myers <joseph@codesourcery.com>
4107
4108 [BZ #14138]
4109 * sysdeps/unix/sysv/linux/execve.c: Remove file.
4110 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4111
b925285f
SE
41122014-10-01 Steve Ellcey <sellcey@mips.com>
4113
4114 * sysdeps/mips/strcmp.S: New.
4115
754a15c6
JM
41162014-09-30 Joseph Myers <joseph@codesourcery.com>
4117
4118 [BZ #14138]
4119 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4120 (linkat): Likewise.
4121 (mkdirat): Likewise.
4122 (readlinkat): Likewise.
4123 (renameat): Likewise.
4124 (symlinkat): Likewise.
4125 (unlinkat): Likewise.
4126 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4127 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4128 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4129 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4130 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4131 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4132 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4133
85bb81c9
WN
41342014-09-30 Will Newton <will.newton@linaro.org>
4135
dc6fe23b
WN
4136 * math/math.h: Define long double math functions if
4137 _LIBC_TEST is defined.
4138 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4139
85bb81c9
WN
4140 * localedata/Makefile: Move assignment to tests-special
4141 into an ifdef testing run-built-tests.
4142 * timezone/Makefile: Likewise.
4143
b7e02da4
JM
41442014-09-29 Joseph Myers <joseph@codesourcery.com>
4145
4146 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4147 with $(BASH) not $(SHELL).
4148
62058ce6
CD
41492014-09-29 Carlos O'Donell <carlos@redhat.com>
4150 Matthew LeGendre <legendre1@llnl.gov>
4151
4152 [BZ #17411]
4153 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4154 l_reloc_result.
4155
8e257a29
KS
41562014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4157
4158 * stdio-common/printf_fp.c
4159 (hack_digit): New function, broken out of ...
4160 (__printf_fp): ... local function here. Update call sites.
4161 hack_digit now takes an additional parameter that is a pointer
4162 to a struct of the referenced locals. Those locals moved inside
4163 the struct and references updated.
4164
f4a58f0d
L
41652014-09-29 H.J. Lu <hongjiu.lu@intel.com>
4166
4167 * aclocal.m4: Require autoconf 2.69.
4168 * configure: Regenerated.
4169 * sysdeps/aarch64/configure: Likewise.
4170 * sysdeps/alpha/configure: Likewise.
4171 * sysdeps/arm/armv7/configure: Likewise.
4172 * sysdeps/arm/configure: Likewise.
4173 * sysdeps/ia64/configure: Likewise.
4174 * sysdeps/mach/configure: Likewise.
4175 * sysdeps/mips/configure: Likewise.
4176 * sysdeps/s390/configure: Likewise.
4177 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4179
4180 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4181 file.
4182 * sysdeps/ia64/configure.ac: Likewise.
4183
93ae1eba
JM
41842014-09-26 Joseph Myers <joseph@codesourcery.com>
4185
1810d3ab
JM
4186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4187 specify symbol version for ld.so. Do not include entry for
4188 libpthread.
4189 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4190 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4191 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4192
93ae1eba
JM
4193 [BZ #14171]
4194 * Makeconfig [$(build-shared) = yes]
4195 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4196 makefiles.
4197 [$(build-shared) = yes && $(soversions.mk-done) = t]
4198 ($(common-objpfx)gnu/lib-names.h): Remove rule.
4199 [$(build-shared) = yes && $(soversions.mk-done) = t]
4200 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
4201 to Makerules.
4202 [$(build-shared) = yes && $(soversions.mk-done) = t]
4203 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4204 here.
4205 [$(build-shared) = yes && $(soversions.mk-done) = t]
4206 (common-generated): Don't append gnu/lib-names.h and
4207 gnu/lib-names.stmp here.
4208 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4209 (lib-names-h-abi): New variable.
4210 [$(build-shared) = yes && $(soversions.mk-done) = t]
4211 (lib-names-stmp-abi): Likewise.
4212 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4213 abi-variants] (before-compile): Append
4214 $(common-objpfx)$(lib-names-h-abi).
4215 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4216 abi-variants] (common-generated): Append gnu/lib-names.h.
4217 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4218 abi-variants] (install-others-nosubdir): Depend on
4219 $(inst_includedir)/$(lib-names-h-abi).
4220 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4221 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4222 [$(build-shared) = yes && $(soversions.mk-done) = t]
4223 ($(common-objpfx)$(lib-names-h-abi)): New rule.
4224 [$(build-shared) = yes && $(soversions.mk-done) = t]
4225 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4226 [$(build-shared) = yes && $(soversions.mk-done) = t]
4227 (common-generated): Append $(lib-names-h-abi) and
4228 $(lib-names-stmp-abi).
4229 * scripts/lib-names.awk: Do not handle multi being set.
4230 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4231 Remove variable.
4232 (abi-lp64_be-ld-soname): Likewise.
4233 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4234 Likewise.
4235 (abi-hard-ld-soname): Likewise.
4236 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4237 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4238 Remove variable.
4239 (abi-o32_hard-ld-soname): Likewise.
4240 (abi-o32_soft_2008-ld-soname): Likewise.
4241 (abi-o32_hard_2008-ld-soname): Likewise.
4242 (abi-n32_soft-ld-soname): Likewise.
4243 (abi-n32_hard-ld-soname): Likewise.
4244 (abi-n32_soft_2008-ld-soname): Likewise.
4245 (abi-n32_hard_2008-ld-soname): Likewise.
4246 (abi-n64_soft-ld-soname): Likewise.
4247 (abi-n64_hard-ld-soname): Likewise.
4248 (abi-n64_soft_2008-ld-soname): Likewise.
4249 (abi-n64_hard_2008-ld-soname): Likewise.
4250 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4251 Likewise.
4252 (abi-64-v2-ld-soname): Likewise.
4253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4254 ld.so entries.
4255 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4256 variable.
4257 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4258 entry.
4259 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4260 variable.
4261 (abi-64-ld-soname): Likewise.
4262 (abi-x32-ld-soname): Likewise.
4263 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4264 entry.
4265 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4266
68870f12
JM
42672014-09-23 Joseph Myers <joseph@codesourcery.com>
4268
4269 [BZ #14138]
4270 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4271 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4272 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4273 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4274 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4275 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4276 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4277 syscall entry for GLIBC_2.2 symbol version.
4278 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4279 Likewise.
4280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4281 (setrlimit): Likewise.
4282 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4283 Likewise.
4284
ea58f202
WN
42852014-09-23 Will Newton <will.newton@linaro.org>
4286
4287 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4288 _LINUX_ARM_SYSDEP_H include guard too.
4289 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4290 define.
4291
69eb9a18
RV
42922014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
4293
4294 * sysdeps/unix/sysv/linux/eventfd.c:
4295 Make first argument unsigned.
4296 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4297 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4298
20e5a5f7
OB
42992014-09-20 Ondřej Bílka <neleai@seznam.cz>
4300
4301 * socket/recvmmsg.c (recvmmsg): Drop const argument.
4302 * socket/sys/socket.h: Likewise
4303 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4304
d3c827e7
AK
43052014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4306
4307 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4308
fe1cc35a
AS
43092014-09-17 Arjun Shankar <arjun.is@lostca.se>
4310
4311 * time/tst-ftime.c: New test.
4312 * time/Makefile (tests): Add tst-ftime.
4313
4e8afe69
JM
43142014-09-17 Joseph Myers <joseph@codesourcery.com>
4315
c4fe3ea7
JM
4316 * soft-fp/extended.h: Fix comment formatting.
4317 * soft-fp/op-1.h: Likewise.
4318 * soft-fp/op-2.h: Likewise.
4319 * soft-fp/op-4.h: Likewise.
4320 * soft-fp/op-8.h: Likewise.
4321 * soft-fp/op-common.h: Likewise.
4322 * soft-fp/soft-fp.h: Likewise.
4323
4e8afe69
JM
4324 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4325
af296fcd
JM
43262014-09-16 Joseph Myers <joseph@codesourcery.com>
4327
4328 [BZ #6652]
4329 * Makeconfig (soversions-default-setname): Remove variable.
4330 ($(common-objpfx)soversions.i): Don't pass default_setname to
4331 soversions.awk.
4332 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4333 oldest_abi to abi-versions.awk.
4334 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4335 * config.make.in (oldest-abi): Remove variable.
4336 * configure.ac (--enable-oldest-abi): Remove configure option.
4337 * configure: Regenerated.
4338 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4339 text.
4340 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4341 * scripts/soversions.awk: Do not handle default_setname variable.
4342 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4343 variable.
4344 * sysdeps/mach/hurd/configure: Regenerated.
4345 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4346 variable.
4347 * sysdeps/unix/sysv/linux/configure: Regenerated.
4348
545583d6
SP
43492014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4350
d330b980
SP
4351 * elf/Makefile (CFLAGS-interp.c): Remove.
4352 ($(elf-objpfx)runtime-linker.h): Generate header with linker
4353 path string.
4354 * elf/interp.c: Include generated runtime-linker.h
4355
02657da2
SP
4356 * Makerules (lib%.so): Don't include $(+interp) in
4357 prerequisites.
4358 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4359 * dlfcn/eval.c: Remove file.
4360
653b1080
SP
4361 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4362 macros.
4363
602f80ec
SP
4364 [BZ #17266]
4365 * misc/sys/cdefs.h: Define __extern_always_inline for clang
4366 4.2 and newer.
4367
545583d6
SP
4368 [BZ #17370]
4369 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4370
884ddc50
SP
43712014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4372 Jakub Jelinek <jakub@redhat.com>
4373
4374 [BZ #17266]
4375 * libio/stdio.h: Check definition of __fortify_function
4376 instead of __extern_always_inline to include bits/stdio2.h.
4377 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4378 check if __extern_always_inline is defined.
4379 [__USE_MISC || __USE_XOPEN]: Likewise.
4380 [__USE_ISOC99] Likewise.
4381 * misc/sys/cdefs.h (__fortify_function): Define only if
4382 __extern_always_inline is defined.
4383 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4384 __extern_always_inline and __extern_inline only for g++-4.3
4385 and newer or a compatible gcc.
4386
a7b87268
AS
43872014-09-15 Andreas Schwab <schwab@linux-m68k.org>
4388
4389 [BZ #17371]
4390 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4391 last change to handle zero prefix length.
4392
3f41521d
SP
43932014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4394
61fe374a
SP
4395 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4396 _SC_REGEX_VERSION.
4397
3f41521d
SP
4398 * posix/getconf.c (vars): Add _POSIX_IPV6 and
4399 _POSIX_RAW_SOCKETS.
4400
d8f879ee
AM
44012014-09-13 Allan McRae <allan@archlinux.org>
4402
4403 * po/ru.po: Update Russian translation from translation project.
4404
c079afb7
RM
44052014-09-12 Roland McGrath <roland@hack.frob.com>
4406
a62b3c15
RM
4407 * locale/programs/locale.c (show_locale_vars): Inline local function
4408 into its sole call site. Clean up some style nits.
4409 (print_item): New function, broken out of ...
4410 (show_info): ... local function here. Clean up style nits.
4411
d7e49b19
RM
4412 * locale/programs/ld-ctype.c (set_one_default): New function, broken
4413 out of ...
4414 (set_class_defaults): ... local function set_default here.
4415 Define set_default as a macro locally to pass constant parameters.
4416 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4417 rather than a shared local.
4418
c079afb7
RM
4419 * stdlib/rpmatch.c (try): New function, broken out of ...
4420 (rpmatch): ... local function here. Also, prototypify definition.
4421
0bd72468
JM
44222014-09-12 Joseph Myers <joseph@codesourcery.com>
4423
ba90e050
JM
4424 * scripts/soversions.awk: Do not handle configuration names.
4425 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4426 vendor and os variables to soversions.awk.
4427 * configure.ac: Do not modify gnu-* host_os.
4428 * configure: Regenerated
4429 * shlib-versions: Remove first column with configuration names.
4430 * nptl/shlib-versions: Likewise.
4431 * nptl_db/shlib-versions: Likewise.
4432 * sysdeps/hppa/shlib-versions: Likewise.
4433 * sysdeps/m68k/shlib-versions: Likewise.
4434 * sysdeps/mach/hurd/shlib-versions: Likewise.
4435 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4436 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4437 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4438 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4439 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4440 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4441 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4442 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4444 Likewise.
4445 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4446 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4447 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4448 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4449 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4450 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4451 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4452 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4453
73a39112
JM
4454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4455 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4457 Regenerated.
4458 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4459 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4460 Condition symbol version definitions on [HAVE_ELFV2_ABI].
4461
c729e7c1
JM
4462 * shlib-versions: Remove OS-specific entries. Moved to files in
4463 sysdeps.
4464 * sysdeps/mach/hurd/shlib-versions: New file.
4465 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4466
dc932a24
JM
4467 * nptl/shlib-versions: Remove architecture-specific entries.
4468 Moved to files in sysdeps.
4469 * shlib-versions: Likewise.
4470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4471 file.
4472 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4473 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4474 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4475 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4476
0bd72468
JM
4477 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4478 (UDP_NO_CHECK6_RX): Likewise.
4479
920238e0
SP
44802014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4481
4482 * sysdeps/posix/sysconf.c (__sysconf): Spell
4483 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4484
ba7b4d29
FW
44852014-08-12 Florian Weimer <fweimer@redhat.com>
4486
4487 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4488 loading.
4489 * iconv/Versions (__gconv_transliterate): Export for use from
4490 gconv modules.
4491 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4492 (struct __gconv_trans_data, __gconv_trans_fct,
4493 __gconv_trans_context_fct, __gconv_trans_query_fct,
4494 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4495 definitions.
4496 (struct __gconv_step_data): Remove __trans member.
4497 (__gconv_transliterate): Declaration moved from gconv_int.h. No
4498 longer hidden. Remove unused trans_data argument.
4499 * iconv/gconv_int.h (struct trans_struct): Remove definition.
4500 (__gconv_translit_find): Remove declaration.
4501 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
4502 prototype.
4503 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4504 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4505 trans_data argument. Add hidden definition.
4506 (__gconv_translit_find): Remove.
4507 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4508 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4509 * iconv/skeleton.c: Remove transliteration initialization.
4510 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4511 __gconv_step_data initialization.
4512 * libio/iofwide.c (__libio_translit_): Remove.
4513 (_IO_fwide): Adjust struct __gconv_step_data initialization.
4514 * wcsmbs/btowc.c (__btowc): Likewise.
4515 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4516 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4517 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4518 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4519 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4520 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4521 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4522 * wcsmbs/wctob.c (wctob): Likewise.
4523
5379aebd
SP
45242014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4525
4526 [BZ #16194]
4527 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4528 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
4529 register usage.
4530 * sysdeps/x86/Makefile: Adjust.
4531
8c0ab919
RM
45322014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4533 Roland McGrath <roland@hack.frob.com>
4534
4535 * locale/weight.h: Add include guard.
4536 (findidx): Make static rather than auto; take new parameters
4537 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4538 * locale/weightwc.h: Likewise.
4539 * posix/fnmatch_loop.c
4540 (FCT): Change type of EXTRA from int32_t to wint_t.
4541 Don't include either header inside the function.
4542 Call FINDIDX rather than findidx, and pass new arguments.
4543 #undef FINDIDX at the end of the file.
4544 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4545 FINDIDX before including fnmatch_loop.c for the non-wide version.
4546 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4547 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4548 for the wide version.
4549 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4550 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4551 Pass new arguments to findidx.
4552 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4553 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4554 Don't #include it inside the function. Pass new arguments to findidx.
4555 * posix/regex_internal.h
4556 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4557 (re_string_elem_size_at): Don't #include it inside the function.
4558 Pass new arguments to findidx.
4559 * string/strcoll_l.c: #include WEIGHT_H at top level.
4560 (get_next_seq): Don't #include it inside the function.
4561 Pass new arguments to findidx.
4562 (get_next_seq_nocache): Likewise.
4563 * string/strxfrm_l.c: #include WEIGHT_H at top level.
4564 (STRXFRM): Don't #include it inside the function.
4565 Pass new arguments to findidx.
4566
52ffbdf2
FW
45672014-09-11 Florian Weimer <fweimer@redhat.com>
4568
4569 [BZ #17344]
4570 * malloc/malloc.c (unlink): Turn asserts into a call to
4571 malloc_printerr.
4572
984c0ea9
TL
45732014-09-11 Tim Lammens <tim.lammens@gmail.com>
4574
4575 [BZ #17370]
4576 * libio/wfileops (do_ftell_wide): Free OUT.
4577
3daee107
CM
45782014-09-10 Chris Metcalf <cmetcalf@tilera.com>
4579
4580 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4581
58b930ae
SP
45822014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4583
4584 [BZ #17363]
4585 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4586 group if the current group is empty.
4587
3b473fec
AZ
45882014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4589
71ae8647
AZ
4590 * benchtests/bench-memset.c (test_main): Add more test from size
4591 from 32 to 512 bytes.
4592 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4593 Add POWER8 memset object.
4594 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4595 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4596 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4597 implementation.
4598 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4599 Likewise.
4600 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4601 multiarch POWER8 memset optimization.
4602 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4603 POWER8 memset optimization.
4604
3b473fec
AZ
4605 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4606 Remove bzero multiarch objects.
4607 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4608 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4609 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4610 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4611 Remove define.
4612 [__bzero]: Redefine to specific name.
4613 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4614 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4615 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4616 define.
4617 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4618 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4619
e6fb9587
FW
46202014-09-10 Florian Weimer <fweimer@redhat.com>
4621
4622 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4623 warnings into errors.
4624
4625 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4626 __cxa_thread_atexit_impl prototype.
4627
9d3a350b
SE
46282014-09-09 Steve Ellcey <sellcey@mips.com>
4629
4630 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4631 Fix capitalization of error message.
4632
0febba23
SE
46332014-09-09 Steve Ellcey <sellcey@mips.com>
4634
4635 * sysdeps/mips/preconfigure: Modify ABI tests.
4636
645a0e9c
CD
46372014-09-07 Carlos O'Donell <carlos@systemhalted.org>
4638
4639 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4640
d83f0734
CD
46412014-09-07 Roland McGrath <roland@hack.frob.com>
4642 Carlos O'Donell <carlos@systemhalted.org>
4643
4644 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4645 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4646 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4647 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4648 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4649 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4650 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4651 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4652 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4653 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4654 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4655 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4656 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4657 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4658 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4659 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4660 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4661 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4662 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4663 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4664 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4665 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4666 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4667 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4668 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4669 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4670 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4671 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4672 Deconditionalize the code that was previously under [RESET_PID].
4673 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4674 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4675 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4676 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4677 include sysdep.h.
4678
21c83793
AM
46792014-09-08 Allan McRae <allan@archlinux.org>
4680
4681 * version.h (RELEASE): Set to "development".
4682 (VERSION): Set to "2.20.90"
4683
1cd9b65c
AM
46842014-09-07 Allan McRae <allan@archlinux.org
4685
b8079dd0
AM
4686 * version.h (RELEASE): Set to "stable".
4687 (VERSION): Set to "2.20"
4688 * include/features.h (__GLIBC_MINOR__): Set to 20.
4689
c46303ef
AM
4690 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4691 Liebler.
4692
1cd9b65c
AM
4693 * po/ko.po: Update Korean translation from translation project.
4694
8622092d
CM
46952014-09-06 Chris Metcalf <cmetcalf@tilera.com>
4696
4697 [BZ #17354]
4698 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4699 macro for handling signed relocations.
4700
41488498
FW
47012014-09-03 Florian Weimer <fweimer@redhat.com>
4702
4703 [BZ #17325]
4704 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4705 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4706 assert.
4707 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4708 * iconvdata/ibm935.c (BODY): Likewise.
4709 * iconvdata/ibm937.c (BODY): Likewise.
4710 * iconvdata/ibm939.c (BODY): Likewise.
4711 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4712 assert.
4713 * iconvdata/Makefile (iconv-test.out): Pass module list to test
4714 script.
4715 * iconvdata/run-iconv-test.sh: New test loop for checking for
4716 decoder crashers.
4717
a78b712d
KR
47182014-09-02 Khem Raj <raj.khem@gmail.com>
4719
4720 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4721 libm_hidden_ver.
4722
cb08abc6
AM
47232014-09-01 Allan McRae <allan@archlinux.org>
4724
2c31e102
AM
4725 * po/eo.po: Update Esperanto translation from translation project.
4726
cb08abc6
AM
4727 * po/ca.po: Update Catalan translation from translation project.
4728
17a62de1
ST
47292014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4730
4731 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4732 __proc_dostop call.
4733
9570bc53
MW
47342014-08-27 Mark Wielaard <mjw@redhat.com>
4735
4736 [BZ #17319]
4737 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4738 to call set_thread_area instead of hand written asm.
4739 (__NR_set_thread_area): Removed define.
4740 (TLS_FLAG_WRITABLE): Likewise.
4741 (__ASSUME_SET_THREAD_AREA): Remove check.
4742 (TLS_EBX_ARG): Remove define.
4743 (TLS_LOAD_EBX): Likewise.
4744
b0f955c9
ST
47452014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4746
4747 Simplify atomicity of socket creation in bind.
4748
4749 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4750 looking up the name after linking the file.
4751
529bf515
AM
47522014-08-27 Allan McRae <allan@archlinux.org>
4753
4754 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4755
a1a6a401
FW
47562014-08-26 Florian Weimer <fweimer@redhat.com>
4757
4758 [BZ #17187]
4759 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4760 trans_compare, open_translit, __gconv_translit_find):
4761 Remove module loading code.
4762
686ab290
AM
47632014-08-26 Allan McRae <allan@archlinux.org>
4764
e4e7cfd2
AM
4765 * po/vi.po: Update Vietnamese translation from translation project.
4766
6aa09f71
AM
4767 * po/uk.po: Update Ukrainian translation from translation project.
4768
edc0660e
AM
4769 * po/fr.po: Update French translation from translation project.
4770
7eea72ac
AM
4771 * po/ru.po: Update Russian translation from translation project.
4772
93c49eff
AM
4773 * po/pl.po: Update Polish translation from translation project.
4774
46acaf63
AM
4775 * po/cs.po: Update Czech translation from translation project.
4776
a9f5ce98
AM
4777 * po/de.po: Update German translation from translation project.
4778
373f2b78
AM
4779 * po/bg.po: Update Bulgarian translation from translation project.
4780
e7548bd8
AM
4781 * po/sv.po: Update Sweedish translation from translation project.
4782
c526bf4d
AM
4783 * po/nl.po: Update Dutch translation from translation project.
4784
686ab290
AM
4785 * po/es.po: Update Spanish translation from translation project.
4786
eb72478a
SP
47872014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4788
dd763fdb
SP
4789 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4790
318c7a58
SP
4791 * catgets/Makefile (CPPFLAGS-gencat): Remove.
4792 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4793 (CPPFLAGS-iconvconfig): Likewise.
4794 * timezone/Makefile (CPPFLAGS-zic): Likewise.
4795
eb72478a
SP
4796 * include/libc-symbols.h: Remove unnecessary check for
4797 NOT_IN_libc.
4798 * nptl/pthreadP.h: Likewise.
4799 * sysdeps/aarch64/setjmp.S: Likewise.
4800 * sysdeps/alpha/setjmp.S: Likewise.
4801 * sysdeps/arm/sysdep.h: Likewise.
4802 * sysdeps/i386/setjmp.S: Likewise.
4803 * sysdeps/m68k/setjmp.c: Likewise.
4804 * sysdeps/posix/getcwd.c: Likewise.
4805 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4806 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4807 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4808 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4809 * sysdeps/sh/sh3/setjmp.S: Likewise.
4810 * sysdeps/sh/sh4/setjmp.S: Likewise.
4811 * sysdeps/unix/alpha/sysdep.h: Likewise.
4812 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4813 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4814 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4815 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4816 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4818 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4819 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4820 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4821 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4822 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4823 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4824 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4825 * sysdeps/x86_64/setjmp.S: Likewise.
4826
d44a052c
JM
48272014-08-13 Joseph Myers <joseph@codesourcery.com>
4828
4829 [BZ #17263]
4830 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4831 <stdint.h>.
4832 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4833 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4834
508ce3ac
SP
48352014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4836
e44c8b0e
SP
4837 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4838
508ce3ac
SP
4839 [BZ #17262]
4840 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4841 and __x86_64__ when disabling x87 inline functions.
4842
b4acef1f
L
48432014-08-12 H.J. Lu <hongjiu.lu@intel.com>
4844
4845 [BZ #17259]
4846 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4847 asm statement with __cpuid_count.
4848
61b1ef6e
MF
48492014-08-12 Mike Frysinger <vapier@gentoo.org>
4850
4851 * configure.ac: Change __ehdr_start code to dereference the struct.
4852 Run readelf on the output to look for relocations.
4853 * configure: Regenerated.
4854
898c62f4
JM
48552014-08-12 Joseph Myers <joseph@codesourcery.com>
4856
4857 [BZ #17261]
4858 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4859 value to 0.
4860 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4861
9a8a5720
RM
48622014-08-12 Roland McGrath <roland@hack.frob.com>
4863
4864 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4865
4e75751c
BO
48662014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
4867
4868 [BZ #16892]
4869 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4870 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4871
bb2ce416
SA
48722014-08-12 Sean Anderson <seanga2@gmail.com>
4873
4874 * malloc/malloc.c: Fix typo in comment.
4875
7950a4ee
AM
48762014-08-09 Allan McRae <allan@archlinux.org>
4877
4878 * Regenerate libc.po.
4879
f469c49f
MF
48802014-08-08 Mike Frysinger <vapier@gentoo.org>
4881
4882 * intl/tst-gettext2.sh: Check every lang file for creation.
4883
656b84c2
WD
48842014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4885
4886 * sysdeps/aarch64/fpu/math_private.h
4887 (libc_feholdsetround_noex_aarch64_ctx): New function.
4888
538e9e45
W
48892014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4890
4891 * sysdeps/arm/armv6/strcpy.S (strcpy):
4892 Fix performance issue in misaligned cases.
4893
d4795e4a
AZ
48942014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4895
4896 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4897 Move definition from termios.h.
4898 (struct termio): Likewise.
4899 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4900 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4901 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4902 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4903 Likewise.
4904 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4905 Move definition to ioctl-types.h
4906 (struct termio): Likewise.
4907 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4908 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4909 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4910 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4911 Likewise.
4912
64accb62
RH
49132014-08-05 Richard Henderson <rth@redhat.com>
4914
27bb6dc0
RH
4915 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4916 exceptions.
4917 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4918 Add fraiseexcpt.
4919 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4920 Use __feraiseexcept.
4921 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4922 Protect libm symbols with IS_IN_libm.
4923
64accb62
RH
4924 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4925
e5292691
BO
49262014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
4927
4928 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4929
5b4bd2d4
WN
49302014-08-04 Will Newton <will.newton@linaro.org>
4931
4932 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4933 file.
4934
fcadaeef
MF
49352014-08-04 Mike Frysinger <vapier@gentoo.org>
4936
4937 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4938 variants for each function.
4939
43a94c64
RM
49402014-08-04 Roland McGrath <roland@hack.frob.com>
4941
4942 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4943 appended ...
4944 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4945 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4946 appended ...
4947 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4948 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4949 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4950 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4951 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4952 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4953 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4954 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4955 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4956 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4957 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4958 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4959 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4960 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4961 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4962 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4963 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4964 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4965 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4966 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4967 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4968 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4969 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4970 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4971 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4972 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4973 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4974 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4975 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4976 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4977 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4978 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4979 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4980 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4981 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4982 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4983 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4984 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4985 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4986 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4987 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4988 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4989 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4990 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4991 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4992 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4993 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4994 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4995 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4996 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4997 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4998 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4999 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5000 Update #include.
5001 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5002 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5003
8f3c1fa4
RM
50042014-08-04 Roland McGrath <roland@hack.frob.com>
5005
5006 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5007 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5008 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5009 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5010 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5011 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5012
ca08746f
RM
50132014-08-04 Roland McGrath <roland@hack.frob.com>
5014
5015 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5016 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5017 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5018 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5019
9c925ff9
RM
50202014-08-04 Roland McGrath <roland@hack.frob.com>
5021
5022 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5023 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5024 (__libc_vfork): Define function under this name.
5025 (__vfork): Define as an alias.
5026 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5027 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5028
e641054c
RM
50292014-08-04 Roland McGrath <roland@hack.frob.com>
5030
5031 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5032 that was previously under [RESET_PID].
5033 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5034
dacdc867
AS
50352014-08-04 Andreas Schwab <schwab@suse.de>
5036
5037 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5038
41f725ff
MF
50392014-08-03 Mike Frysinger <vapier@gentoo.org>
5040
5041 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5042 (main): Likewise.
5043
277cfb31
RM
50442014-08-01 Roland McGrath <roland@hack.frob.com>
5045
5046 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5047
4896f049
RH
50482014-08-01 Richard Henderon <rth@redhat.com>
5049
5050 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5051 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5052 typo in exact zero test.
5053 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5054 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5055 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5056
6f64e7d7
RM
50572014-08-01 Roland McGrath <roland@hack.frob.com>
5058
5059 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5060 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5061 * sysdeps/arm/sysdep.h: ... here.
5062 [!__ASSEMBLER__]: Include <stdint.h>.
5063
3f3dd810
SP
50642014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5065
a476ac4b
SP
5066 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5067 (HAVE_WCTYPE_H): Likewise.
5068 (HAVE_ISWCTYPE): Likewise.
5069 (ENABLE_NLS): Likewise.
5070 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5071 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5072
78dd658a
SP
5073 * posix/regex_internal.c: Check if DEBUG is defined and is
5074 set.
5075
3f3dd810
SP
5076 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5077 (HAVE_MBSRTOWCS): Likewise.
5078 * posix/fnmatch.c: Include string.h unconditionally.
5079
95ee7fb1
SL
50802014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
5081
5082 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5083 reversal.
5084
23fe486b
RM
50852014-07-31 Roland McGrath <roland@hack.frob.com>
5086
f61a113f
RM
5087 * sysdeps/generic/safe-fatal.h: New file.
5088 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5089 * nptl/forward.c: Include it.
5090 (__pthread_unwind): Use __safe_fatal as default action, rather
5091 than a bogus use of INTERNAL_SYSCALL that could never work.
5092
9fe7e787
RM
5093 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5094 * configure.ac (libc_cv_builtin_trap): New test.
5095 * configure: Regenerated.
5096 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5097 (ABORT_INSTRUCTION): Define using __builtin_trap.
5098
23fe486b
RM
5099 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5100 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5101 * sysdeps/nptl/nptl-signals.h: New file.
5102 * nptl/pthreadP.h: Include <nptl-signals.h>.
5103
f349489e
SL
51042014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5105
5106 * sysdeps/s390/s390-64/utf16-utf32-z9.c
5107 (ONE_DIRECTION): Define.
5108 * sysdeps/s390/s390-64/utf8-utf16-z9.c
5109 (ONE_DIRECTION): Define.
5110 * sysdeps/s390/s390-64/utf8-utf32-z9.c
5111 (ONE_DIRECTION): Define.
5112
2f438e20
SL
51132014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5114
5115 * sysdeps/s390/Makefile: Delete file.
5116 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5117 * sysdeps/s390/__longjmp.c: Delete file.
5118 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5119 Remove fields __flags and __reserved.
5120 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5121 and add versioning.
5122 * sysdeps/s390/rtld-__longjmp.c: Delete file.
5123 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5124 * sysdeps/s390/rtld-setjmp.S: Likewise.
5125 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5126 * sysdeps/s390/s390-32/__longjmp.c: ... here.
5127 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5128 * sysdeps/s390/s390-32/setjmp.S: ... here.
5129 Add versioning.
5130 (__sigsetjmp): Remove setting __flags field.
5131 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5132 * sysdeps/s390/s390-64/__longjmp.c: ... here.
5133 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5134 * sysdeps/s390/s390-64/setjmp.S: ... here.
5135 Add versioning.
5136 (__sigsetjmp): Remove setting __flags field.
5137 * sysdeps/s390/setjmp.S: Delete file.
5138 * sysdeps/s390/sigjmp.c: Likewise.
5139 * sysdeps/s390/v1-longjmp.c: Likewise.
5140 * sysdeps/s390/v1-setjmp.h: Likewise.
5141 * sysdeps/s390/v1-sigjmp.c: Likewise.
5142 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5143 Remove v1-longjmp_chk.
5144 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5145 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5146 Include debug/longjmp_chk.c and add versioning.
5147 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5148 Include nptl/pt-longjmp.c and add versioning.
5149 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5150 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5151 Include __longjmp.c.
5152 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5153 Move to ...
5154 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5155 (__getcontext): Remove setting __flags field.
5156 Add versioning.
5157 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5158 Don't restore upper high grps.
5159 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5160 Likewise.
5161 (__swapcontext): Remove setting uc_flags field.
5162 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5163 Delete file.
5164 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5165 Include __longjmp.c.
5166 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5167 Move to ...
5168 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5169 (__getcontext): Remove setting __flags field.
5170 Add versioning.
5171 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5172 (__swapcontext): Remove setting uc_flags field.
5173 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5174 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5175 Remove fields uc_high_gprs and __reserved.
5176 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5177 New file with reverted content.
5178 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5179 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5180 Regenerated.
5181 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5182 Regenerated.
5183
6c9578a2
AS
51842014-07-31 Andreas Schwab <schwab@suse.de>
5185
5186 * config.h.in (HAVE_IFUNC): Define to 0.
5187 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5188 definedness.
5189
05f3633d
LM
51902014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
5191
5192 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5193 memmove-avx-unaligned, memcpy-avx-unaligned and
5194 mempcpy-avx-unaligned.
5195 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5196 Add tests for AVX memcpy functions.
5197 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5198 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5199 memcpy_chk.
5200 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5201 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5202 memmove_chk.
5203 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5204 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5205 mempcpy_chk.
5206 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5207 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5208 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5209
a53fbd8e
AZ
52102013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5211
5212 [BZ #17213]
5213 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5214 powerpc64le.
5215
0961f7e1
JL
52162014-07-29 Jeff Layton <jlayton@poochiereds.net>
5217
5218 [BZ #16839]
5219 * manual/llio.texi: Add section about open file description locks.
5220 * manual/examples/ofdlocks.c: Example of open file description
5221 lock usage.
5222 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5223 F_OFD_SETLK, and F_OFD_SETLKW.
5224
cc5fb300
AM
52252014-07-23 Allan McRae <allan@archlinux.org>
5226
5227 * po/es.po: Update Spanish translation from translation project.
5228
23329dca
AS
52292014-07-18 Andreas Schwab <schwab@linux-m68k.org>
5230
5231 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5232
9c82da17
MR
52332014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
5234
5235 [BZ #17078]
5236 * sysdeps/arm/dl-machine.h (elf_machine_rela)
5237 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5238 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5239
29c4f53e
JM
52402014-07-17 Joseph Myers <joseph@codesourcery.com>
5241
831b9896
JM
5242 [BZ #17088]
5243 * math/fesetenv.c (__fesetenv)
5244 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5245 * math/feupdateenv.c (__feupdateenv)
5246 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5247
b21c2d50
JM
5248 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5249 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5250 (__ASSUME_SOCKETCALL): Do not define.
5251
067764ef
JM
5252 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5253 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5254 (__ASSUME_SOCKETCALL): Do not define.
5255 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5256 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5257 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5258 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5259 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5260 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5261 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5262 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5263
642530c1
JM
5264 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5265 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5266 (__ASSUME_SOCKETCALL): Do not define.
5267 (__ASSUME_IPC64): Define unconditionally.
5268 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5269 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5270 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5271 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5272 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5273 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5274 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5275 Likewise.
5276
03f77315
JM
5277 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5278 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5279 (__ASSUME_SOCKETCALL): Do not define.
5280 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5281 (__ASSUME_FUTEX_LOCK_PI): Likewise.
5282 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5283 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5284 (__ASSUME_REQUEUE_PI): Define unconditionally.
5285 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5286 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5287 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5288 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5289 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5290 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5291
083b1f7c
JM
5292 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5293 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5294 (__ASSUME_SOCKETCALL): Do not define.
5295 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5296 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5297 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5298 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5299 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5300 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5301
5be44ea6
JM
5302 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5303 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5304 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5305 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5306 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5307 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5308 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5309 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5310 (__ASSUME_GETCPU_SYSCALL): Likewise.
5311
d95ffd4c
JM
5312 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5313 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
5314 cases for individual architectures.
5315 * sysdeps/gnu/configure: Regenerated.
5316 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5317 LIBC_SLIBDIR_RTLDDIR.
5318 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5319 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5320 LIBC_SLIBDIR_RTLDDIR.
5321 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5323 LIBC_SLIBDIR_RTLDDIR.
5324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5325 Regenerated.
5326 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5327 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5328 file.
5329 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5330 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5331 file.
5332 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5333 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5334 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5335 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5336
29c4f53e
JM
5337 * sysdeps/aarch64/shlib-versions: Move to ...
5338 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5339 * sysdeps/alpha/shlib-versions: Move to ...
5340 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5341 * sysdeps/arm/shlib-versions: Move to ...
5342 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5343 * sysdeps/hppa/shlib-versions: Move all contents except for
5344 libgcc_s entry to ...
5345 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
5346 entry from ...
5347 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
5348 * sysdeps/ia64/shlib-versions: Move to ...
5349 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
5350 entry from ...
5351 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
5352 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5353 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5354 * sysdeps/microblaze/shlib-versions: Move to ...
5355 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5356 * sysdeps/mips/shlib-versions: Move to ...
5357 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
5358 entry from ...
5359 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
5360 * sysdeps/tile/shlib-versions: Move to ...
5361 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5362 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5363 from ...
5364 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
5365 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5366 entry from ...
5367 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
5368
32bead5b
WN
53692014-07-17 Will Newton <will.newton@linaro.org>
5370
57977c4b
WN
5371 * sysdeps/arm/bits/atomic.h
5372 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5373 (__arch_compare_and_exchange_bool_16_int): Likewise.
5374 (__arch_compare_and_exchange_bool_64_int): Likewise.
5375
32bead5b
WN
5376 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5377 into an #else block.
5378
37fccd41
RM
53792014-07-16 Roland McGrath <roland@hack.frob.com>
5380
5381 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5382 just Linux configurations. Test empirically that the compiler sets
5383 __ARM_EABI__, rather than using the tuple to decide.
5384 * sysdeps/arm/preconfigure: Regenerated.
5385 * sysdeps/unix/sysv/linux/arm/configure: File removed.
5386 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5387 contents appended ...
5388 * sysdeps/arm/configure.ac: ... here.
5389 * sysdeps/arm/configure: Regenerated.
5390
b365f3ec
RM
53912014-07-15 Roland McGrath <roland@hack.frob.com>
5392
8badf496
RM
5393 * nptl/pthread_kill.c: New file.
5394 * nptl/pthread_sigmask.c: New file.
5395 * nptl/pthread_sigqueue.c: New file.
5396
3df6f22e
RM
5397 * sysdeps/nptl/lowlevellock.h: New file.
5398 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5399 * sysdeps/nptl/lowlevellock-futex.h: New file.
5400
b365f3ec
RM
5401 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5402 Remove dead declarations.
5403
f2fef657
L
54042014-07-14 H.J. Lu <hongjiu.lu@intel.com>
5405
5406 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5407 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5408 config-cflags-avx2.
5409 * sysdeps/x86_64/configure.ac: Likewise.
5410 * sysdeps/i386/configure: Regenerated.
5411 * sysdeps/x86_64/configure: Likewise.
5412 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5413 memset-avx2 only if config-cflags-avx2 is yes.
5414 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5415 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5416 defined.
5417 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5418 only if HAVE_AVX2_SUPPORT is defined.
5419 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5420
f6c44d47
AM
54212014-07-14 Alan Modra <amodra@gmail.com>
5422
5423 [BZ #17153]
5424 * elf/elf.h (DT_PPC64_NUM): Correct value.
5425 * NEWS: Add to fixed bug list.
5426
7ee03f00
JM
54272014-07-13 Jim Meyering <meyering@fb.com>
5428
5429 [BZ 17150]
5430 regex: don't deref NULL upon heap allocation failure
5431 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5432 failure in one more place.
5433 To trigger the segfault, configure grep -with-included-regex,
5434 build it, and run these commands:
5435 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5436
9d39d517
AS
54372014-07-13 Andreas Schwab <schwab@linux-m68k.org>
5438
5439 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5440
a75b89b7
RH
54412014-07-11 Richard Henderson <rth@redhat.com>
5442
5443 * sysdeps/aarch64/libm-test-ulps: Update.
5444
771eb141
FW
54452014-07-10 Florian Weimer <fweimer@redhat.com>
5446
5447 [BZ #17135]
5448 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5449 * nptl/allocatestack.c (__nptl_setxid_error): New function.
5450 (__nptl_setxid): Initialize error member. Call
5451 __nptl_setxid_error.
5452 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5453 * nptl/descr.h (struct xid_command): Add error member.
5454 * nptl/tst-setuid3.c: New file.
5455 * nptl/Makefile (tests): Add it.
5456
bc1da176
AZ
54572014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5458
5459 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5460 New define.
5461 (__lll_trylock): Use __lll_base_trylock.
5462 (__lll_cond_trylock): Likewise.
5463
887865fc
RM
54642014-07-10 Roland McGrath <roland@hack.frob.com>
5465
c0c6bac9
RM
5466 * nptl/pthread_create.c (start_thread): Use atomic_or and
5467 lll_futex_wake directly rather than lll_robust_dead.
5468 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5469 (lll_robust_dead): Macro removed.
6a42be57 5470 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
5471 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5472 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5473 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5474 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5475 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5476 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5477 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5478 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5479 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5480 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5481 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5482 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5483 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5484 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5485
887865fc
RM
5486 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5487 Use atomic_compare_and_exchange_val_acq directly rather than
5488 lll_robust_trylock.
5489 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5490 (__lll_robust_trylock, lll_robust_trylock): Removed.
5491 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5492 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5493 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5494 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5495 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5496 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5497 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5498 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5499 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5500 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5501 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5502 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5503 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5504 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5505
58536726
FW
55062014-07-02 Florian Weimer <fweimer@redhat.com>
5507
5508 * manual/locale.texi (Locale Names): New section documenting
5509 locale name syntax. Adjust menu and node chaining accordingly.
5510 (Choosing Locale): Reference Locale Names, Locale Categories.
5511 Mention setting LC_ALL=C. Reflect that name syntax is now
5512 documented.
5513 (Locale Categories): New section title. Reference Locale Names.
5514 LC_ALL is an environment variable, but not a category.
5515 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5516 description, now in Locale Name. Reference that section. Locale
5517 name syntax is now documented.
5518
4e8f95a0
FW
55192014-07-02 Florian Weimer <fweimer@redhat.com>
5520
5521 [BZ #17137]
5522 * locale/findlocale.c (name_present, valid_locale_name): New
5523 functions.
5524 (_nl_find_locale): Use the loc_name variable to store name
5525 candidates. Call name_present and valid_locale_name to check and
5526 validate locale names. Return an error if the locale is invalid.
5527
d1836456
FW
55282014-07-02 Florian Weimer <fweimer@redhat.com>
5529
5530 * locale/setlocale.c (setlocale): Use strdup for allocating
5531 composite name copy.
5532
d69b7f5a
SP
55332014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5534
888c679b
SP
5535 Sync up with gnulib.
5536 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5537 [!_LIBC && ENABLE_NLS]: Include gettext.h.
5538 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5539 and _GL_ARG_NONNULL.
5540 [USE_UNLOCKED_IO]: Include unlocked-io.h.
5541 [!_LIBC]: Include code for Windows and Cygwin.
5542 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5543 Include prototype for int strerror_r.
5544 [!_LIBC] (is_open): New function.
5545 (flush_stdout): New function.
5546 (print_errno_message): Use it.
5547 (error): Likewise.
5548 (error_at_line): Likewise.
5549 (error_tail) Add function attribute macros. Use
5550 __builtin_expect.
5551
180e0e4b
SP
5552 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5553
d22f1fe2
SP
5554 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5555
12f2254b
SP
5556 * io/ftw.c: Include sys/param.h unconditionally.
5557
c3c7c360
SP
5558 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5559
d62aa75a
SP
5560 [BZ #17125]
5561 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5562 libc_freeres_ptr.
5563 (freecache): New function to free CACHE on exit.
5564
d69b7f5a
SP
5565 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5566 initialization.
5567
5efe06a1
DM
55682014-07-09 David S. Miller <davem@davemloft.net>
5569
5570 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5571
7000d82e
DM
5572 * sysdeps/sparc/nptl/internaltypes.h: Delete.
5573 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5574 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5575 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5576 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5577 * sysdeps/sparc/nptl/sem_init.c: Likewise.
5578 * sysdeps/sparc/nptl/sem_post.c: Likewise.
5579 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5580 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5581 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5582 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5583 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5584 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5585
c213442d
AS
55862014-07-09 Andreas Schwab <schwab@suse.de>
5587
4a2552c3
AS
5588 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5589 output.
5590 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5591 (do_test): Likewise.
5592
c213442d
AS
5593 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5594
82374e65
WN
55952014-07-09 Will Newton <will.newton@linaro.org>
5596
5597 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5598 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5599 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5600 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5601 * sysdeps/hppa/start.S (_start): Likewise.
5602
6680738a
SP
56032014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
5604
6ee3eab4
SP
5605 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5606
6680738a
SP
5607 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5608 defined.
5609
80b5c505
SP
56102014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5611
e35c53e3
SP
5612 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5613 after checking that it is non-NULL.
5614
80b5c505
SP
5615 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5616
91f4b564
AZ
56172014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5618
27b75f56
AZ
5619 * sysdeps/powerpc/memmove.c: Remove file.
5620 * sysdeps/powerpc/powerpc32/power4/memcopy.h
5621 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5622 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5623 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5624 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5625 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5626 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5627 string memmove instead of removed powerpc one.
5628
e7f95bb5
AZ
5629 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5630 [weak_alias]: Fix compiler warning due trailing data.
5631 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5632 [weak_alias]: Likewise.
5633 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5634 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5635
91f4b564
AZ
5636 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5637 (__libc_ifunc_impl_list): Add memmove functions.
5638
7c33f1e5
SP
56392014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5640
5641 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5642 Remove code.
5643 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5644 Likewise
5645 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5646 Likewise
5647 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5648 Likewise
5649 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5650 Likewise
5651 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5652 Likewise
5653 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5654 Likewise
5655 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5656 Likewise
5657 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5658 Likewise
5659 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5660 Likewise
5661 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5662 Likewise
5663 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5664 Likewise
5665 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5666 Likewise
5667 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5668 Likewise
5669 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5670 Likewise
5671 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5672 Likewise
5673 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5674 Likewise
5675
3f17b03b
AZ
56762014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5677
87868c24
AZ
5678 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5679 to avoid alignment traps in non-cacheable memory.
5680 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5681
07aedd78
AZ
5682 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5683 multiarch objects.
5684 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5685 file: multiarch power7 memmove.
5686 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5687 multiarch default memmove.
5688 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5689 multiarch memove for powerpc32/power4.
5690
17762f66
AZ
5691 * string/bcopy.c: Use full path to include memmove.c.
5692 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5693 multiarch objects.
5694 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5695 bcopy for powerpc64.
5696 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5697 bcopy for powerpc64.
5698 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5699 and memmove implementations.
5700 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5701 optimized multiarch memmove for POWER7/powerpc64.
5702 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5703 default multiarch memmove for powerpc64.
5704 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5705 multiarch for powerpc64.
5706 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5707 for POWER7/powerpc64.
5708 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5709 memmove for POWER7/powerpc64.
5710
d6f68bbe
AZ
5711 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5712 glibc default one.
5713
3f17b03b
AZ
5714 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5715 __ELF_NATIVE_CLASS equal to 64.
5716
08192659
RM
57172014-07-07 Roland McGrath <roland@hack.frob.com>
5718
f4c4021b
RM
5719 * sysdeps/nptl/lowlevellock.h: File removed.
5720
f083450f
RM
5721 * NEWS: NPTL is no longer an add-on!
5722 * nptl/internaltypes.h: Moved ...
5723 * sysdeps/nptl/internaltypes.h: ... here.
5724 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5725 * sysdeps/nptl/fork.c: Likewise.
5726 * sysdeps/nptl/gai_misc.h: Likewise.
5727 * sysdeps/nptl/librt-cancellation.c: Likewise.
5728 * sysdeps/nptl/jmp-unwind.c: Likewise.
5729 * sysdeps/nptl/setxid.h: Likewise.
5730 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5731 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5732 * sysdeps/unix/sysv/linux/arm/Implies: New file.
5733 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5734 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5735 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5736 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5737 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5738 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5739 * sysdeps/unix/sysv/linux/mips/Implies: New file.
5740 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5741 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5742 * sysdeps/unix/sysv/linux/sh/Implies: New file.
5743 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5744 * sysdeps/unix/sysv/linux/tile/Implies: New file.
5745 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5746 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5747 * nptl/Makeconfig: Moved ...
5748 * sysdeps/nptl/Makeconfig: ... here.
5749 * nptl/configure: File removed.
5750 * nptl/ANNOUNCE: File removed.
5751 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5752 * sysdeps/unix/sysv/linux/configure: Regenerated.
5753
08192659
RM
5754 * nptl/Makefile (routines): Add libc_pthread_init,
5755 libc_multiple_threads, register-atfork and unregister-atfork.
5756 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5757 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5758 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5759 pthread-pi-defines.sym, structsem.sym.
5760 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5761 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5762 [$(subdir) = nptl] (tests): Add tst-setgetname.
5763 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5764 * sysdeps/unix/sysv/linux/sigaction.c: Just include
5765 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5766 [!LIBC_SIGACTION]: Remove aliases.
5767 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5768 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5769 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5770 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5771 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5772 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5773 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5774 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5775 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5776 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5777 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5778 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5779 __libc_allocate_rtsig_private.
5780 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5781 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5782 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5783 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5784 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5785 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5786 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5787 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5788 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5789 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5790 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5791 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5792 * nptl/internaltypes.h: ... here.
5793 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5794 * sysdeps/nptl/jmp-unwind.c: ... here.
5795 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5796 * nptl/libc-lowlevellock.c: ... here.
5797 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5798 * nptl/libc_multiple_threads.c: ... here.
5799 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5800 * nptl/libc_pthread_init.c: ... here.
5801 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5802 * nptl/lowlevelbarrier.sym: ... here.
5803 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5804 * nptl/lowlevelcond.sym: ... here.
5805 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5806 * nptl/lowlevellock.c: ... here.
5807 * nptl/lowlevellock.h: Moved ...
5808 * sysdeps/nptl/lowlevellock.h: ... here.
5809 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5810 * nptl/lowlevelrobustlock.c: ... here.
5811 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5812 * nptl/lowlevelrobustlock.sym: ... here.
5813 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5814 * nptl/lowlevelrwlock.sym: ... here.
5815 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5816 * nptl/pt-fork.c: ... here.
5817 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5818 * nptl/pthread-pi-defines.sym: ... here.
5819 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5820 * nptl/pthread_attr_getaffinity.c: ... here.
5821 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5822 * nptl/pthread_attr_setaffinity.c: ... here.
5823 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5824 * nptl/pthread_mutex_cond_lock.c: ... here.
5825 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5826 Update #include.
5827 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5828 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5829 * nptl/pthread_once.c: ... here, replacing old file.
5830 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5831 * nptl/pthread_yield.c: ... here.
5832 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5833 * nptl/register-atfork.c: ... here.
5834 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5835 * nptl/sem_post.c: ... here.
5836 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5837 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5838 * nptl/sem_timedwait.c: ... here.
5839 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5840 * nptl/sem_trywait.c: ... here.
5841 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5842 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5843 * nptl/sem_wait.c: ... here.
5844 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5845 * nptl/structsem.sym: ... here.
5846 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5847 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5848 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5849 * nptl/unregister-atfork.c: ... here.
5850 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5851 * nptl/unwindbuf.sym: ... here.
5852 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5853 * sysdeps/nptl/fork.c: ... here.
5854 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5855 * sysdeps/nptl/fork.h: ... here.
5856 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5857 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5858 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5859 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5860 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5861 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5862 * sysdeps/unix/sysv/linux/getpid.c: ... here.
5863 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5864 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5865 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5866 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5867 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5868 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5869 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5870 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5871 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5872 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5873 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5874 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5875 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5876 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5877 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5878 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5879 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5880 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5881 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5882 * sysdeps/unix/sysv/linux/raise.c: ... here.
5883 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5884 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5885 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5886 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5887 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5888 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5889 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5890 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5891 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5892 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5893 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5894 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5895 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5896 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5897 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5898
96baf6ff
SP
58992014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
5900
5901 * sysdeps/generic/memcopy.h: Add comment for
5902 MEMCPY_OK_FOR_FWD_MEMMOVE.
5903
6b7b14b2
WN
59042014-07-04 Will Newton <will.newton@linaro.org>
5905
1570a72b
WN
5906 * string/memchr.c: Merge from gnulib.
5907 [_LIBC]: Remove conditionals.
5908 (__ptr_t): Remove define.
5909 (LONG_MAX_32_BITS): Likewise.
5910 (LONG_MAX): Likewise.
5911 (MEMCHR): Use ANSI prototype and optimize algorithm.
5912
6b7b14b2
WN
5913 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5914
38851324
SP
59152014-07-03 Roland McGrath <roland@hack.frob.com>
5916
3d9eb57c
RM
5917 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5918 (lll_futex_timed_wait_bitset): Fix syscall argument count.
5919
78b984ae
RM
5920 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5921 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5922 in a bare environment with no <stdlib.h> installed.
5923 * sysdeps/nptl/configure: Regenerated.
5924
2d5976a5
RM
5925 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5926
c1f5acd4
RM
5927 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5928 AC_EGREP_CPP for kernel header checks, so they only succeed if
5929 including <linux/version.h> actually works right.
5930 * sysdeps/unix/sysv/linux/configure: Regenerated.
5931
4d614fe5
RM
5932 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5933 value so it's not diagnosed as unused.
5934
38851324
SP
5935 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5936 thing) with "ifeq ($(subdir),rt)".
5937
b3ec00e5
RH
59382014-07-03 Richard Henderson <rth@redhat.com>
5939
69862e25
RH
5940 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5941 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5942 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5943
d5e16ade
RH
5944 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5945 (math_force_eval): New.
5946
ca7b945c
RH
5947 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5948 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5949
cd1175a3
RH
5950 * sysdeps/alpha/fpu/s_round.c: Remove file.
5951 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5952
b3ec00e5
RH
5953 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5954 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5955 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5956 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5957 (_dl_start, print_statistics): Likewise.
5958 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5959 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5960
5961 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5962 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5963 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5964 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5965 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5966 (HP_SMALL_TIMING_AVAIL): Define.
5967 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5968 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5969 (HP_SMALL_TIMING_AVAIL): Define.
5970 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5971 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5972
5973 * sysdeps/aarch64/hp-timing.h: New file.
5974
5975 * sysdeps/generic/hp-timing.h: Remove dead comment.
5976 * sysdeps/generic/hp-timing-common.h: New file.
5977 * sysdeps/alpha/hp-timing.h: Include it.
5978 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5979 * sysdeps/i386/i686/hp-timing.h: Likewise.
5980 * sysdeps/ia64/hp-timing.h: Likewise.
5981 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5982 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5983 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5984 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5985 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5986 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5987 (hp_timing_t): New.
5988
5989 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5990 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5991 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5992 * elf/rtld.c (_dl_start_final): Likewise.
5993 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5994 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5995 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5996 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5997 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5998 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5999 (HP_TIMING_DIFF_INIT): Remove.
6000 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6001 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6002 (HP_TIMING_DIFF_INIT): Remove.
6003 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6004 * sysdeps/i386/i686/hp-timing.c: Remove file.
6005 * sysdeps/x86_64/hp-timing.c: Remove file.
6006 * sysdeps/ia64/hp-timing.c: Remove file.
6007 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6008 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6009 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6010 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6011
6012 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6013 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6014 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6015 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6016 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6017 (HP_TIMING_ACCUM): Remove.
6018 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6019 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6020 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6021
6022 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6023 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6024 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6025 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6026 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6027 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6028 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6029 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6030
6031 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6032
225f410f
MR
60332014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
6034
6035 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6036
3247f285
SP
60372014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6038
6039 Sync up with gettext.
6040 * intl/loadmsgcat.c: Define O_BINARY if not defined.
6041 [_MSC_VER]: Include malloc.h
6042 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6043 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6044 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
6045 TEMP_FAILURE_RETRY. Cast return of alloca.
6046 [!_LIBC] Call gl_rwlock_init.
6047 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6048
d12704c7
SP
60492014-07-02 Roland McGrath <roland@hack.frob.com>
6050
6051 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6052 before checking its value.
6053
99f8dc92
SP
60542014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6055
05fdac77
SP
6056 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6057
99f8dc92
SP
6058 * debug/memcpy_chk.c: Don't include pagecopy.h.
6059 * debug/mempcpy_chk.c: Likewise.
6060 * string/memcpy.c: Likewise.
6061 * string/memmove.c: Likewise.
6062 * sysdeps/powerpc/memmove.c: Likewise.
6063 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
6064 definition of PAGE_COPY_FWD_MAYBE here...
6065 * sysdeps/generic/pagecopy.h: ... from here.
6066 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6067
bc8ea385
VR
60682014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
6069 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6070
6071 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6072 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6073 optimizations.
6074 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6075 (__libc_ifunc_impl_list): Likewise.
6076 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6077 multiarch strcat for PPC64.
6078 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6079 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6080
fe5f34e4
RM
60812014-07-02 Roland McGrath <roland@hack.frob.com>
6082
6083 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6084
256aa665
SP
60852014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6086
d4eb8195
SP
6087 * intl/loadmsgcat.c: Remove declaration of
6088 get_sysdep_segment_value.
6089 (get_sysdep_segment_value): Use ISO C style.
6090 (_nl_load_domain): Use ISO C style. Get rid of redundant
6091 semicolon. Fix typo and formatting in comment.
6092 (_nl_unload_domain): Use ISO C style.
6093
256aa665
SP
6094 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6095
b100f9aa
WN
60962014-07-02 Will Newton <will.newton@linaro.org>
6097
6098 * malloc/obstack.c: Merge from gnulib master.
6099 [HAVE_CONFIG_H]: Remove conditional code.
6100 [!_LIBC]: Include config.h.
6101 [!ELIDE_CODE]: Don't include inttypes.h, include
6102 stdint.h unconditionally.
6103 (print_and_abort): Mark as _Noreturn.
6104 (_obstack_allocated_p): Mark as __attribute_pure__.
6105 (obstack_free): Rename to __obstack_free.
6106 [!__attribute__]: Remove conditional code.
6107 * malloc/obstack.h: Merge from gnulib master.
6108 [__cplusplus]: Move conditional down.
6109 [!__attribute_pure__]: Define __attribute_pure__ here
6110 if it is not already defined.
6111 (_obstack_memory_used): Mark as __attribute_pure__.
6112 [!__obstack_free]: Define as obstack_free.
6113 [__GNUC__]: Remove check for ancient NeXT gcc.
6114
c4c41244
PE
61152014-07-02 Will Newton <will.newton@linaro.org>
6116 Paul Eggert <eggert@cs.ucla.edu>
6117
6118 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6119
e1e041c4
SP
61202014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6121
6122 * resolv/gethnamaddr.c: Add comment warning that the file is
6123 not maintained.
6124
ccf431ff
CD
61252014-07-01 Carlos O'Donell <carlos@redhat.com>
6126
d34570a6
CD
6127 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6128 entries.
6129
ccf431ff
CD
6130 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6131 entry for aio_cancel and aio_cancel64.
6132 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6133 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6134 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6135 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6136 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6137 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6138 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6139 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6140 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6141 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6142 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6143 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6144 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6145
ca06321d
RM
61462014-07-01 Roland McGrath <roland@hack.frob.com>
6147
6148 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6149 * nptl/pthread_mutex_lock.c: Likewise.
6150 * nptl/pthread_mutex_timedlock.c: Likewise.
6151 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6152
a1ac3184
RH
61532014-07-01 Richard henderson <rth@redhat.com>
6154
631021e0
RH
6155 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6156 (__isnan, __isnanl): Remove.
6157 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6158
a1ac3184
RH
6159 * sysdeps/alpha/fpu/libm-test-ulps: Update.
6160
0c1d731f
SL
61612014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6162
6163 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6164
76985d3e
SP
61652014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6166
6167 * resolv/nss_dns/dns-host.c (getanswer_r)
6168 [MULTI_PTRS_ARE_ALIASES]: Remove code.
6169
b0cb3096
JM
61702014-07-01 Joseph Myers <joseph@codesourcery.com>
6171
6172 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6173 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6174 undefine.
6175 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6176 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6177
4d76cb39
RM
61782014-07-01 Roland McGrath <roland@hack.frob.com>
6179
6180 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6181 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6182
6183 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6184 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6185
6186 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6187 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6188 ... here.
6189 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6190 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6191
6192 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6193 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6194 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6195 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6196
6197 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6198 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6199 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6200 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6201 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6202 Moved ...
6203 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6204 ... here.
6205 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6206 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6207 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6208 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6209 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6210 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6211 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6212 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6213 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6214 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6215 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6216 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6217 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6218 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6219 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6220 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6221 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6222 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6223 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6224 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6225 ... here.
6226 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6227 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6228 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6229 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6230 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6231 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6232 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6233 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6234
0cdcad17
DH
62352014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
6236
6237 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6238 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6239 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6240 Add sysdep.
6241
9b71d0e3
AZ
62422014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6243
6244 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6245
665390c2
JM
62462014-06-30 Joseph Myers <joseph@codesourcery.com>
6247
ae05a9d7
JM
6248 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6249 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6250
a7672a2f
JM
6251 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6252
665390c2
JM
6253 * sysdeps/arm/libm-test-ulps: Regenerated.
6254
d7a05d07
MR
62552014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6256 Roland McGrath <roland@hack.frob.com>
6257
6258 * test-skeleton.c (signal_handler): Kill the whole process group
6259 before killing the child individually.
6260 (main): Report any failure on `setpgid'.
6261
46f1d8a6
RM
62622014-06-30 Roland McGrath <roland@hack.frob.com>
6263
6264 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6265 from _TLS_H to _ARM_NPTL_TLS_H.
6266 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6267 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6268
9c37ec0b
JM
62692014-06-30 Joseph Myers <joseph@codesourcery.com>
6270
ce9c5b3e
JM
6271 [BZ #16539]
6272 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6273 (__expm1l): Return argument unchanged when small but not
6274 subnormal.
6275
3a6e9887
JM
6276 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6277 include macro name.
6278 (_FP_UNPACK_RAW_1_P): Likewise.
6279 (_FP_PACK_RAW_1): Likewise.
6280 (_FP_PACK_RAW_1_P): Likewise.
6281 (_FP_MUL_MEAT_1_wide): Likewise.
6282 (_FP_MUL_MEAT_DW_1_hard): Likewise.
6283 (_FP_MUL_MEAT_1_hard): Likewise.
6284 (_FP_DIV_MEAT_1_imm): Likewise.
6285 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6286 (_FP_DIV_MEAT_1_udiv): Likewise.
6287 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6288 (_FP_UNPACK_RAW_2): Likewise.
6289 (_FP_UNPACK_RAW_2_P): Likewise.
6290 (_FP_PACK_RAW_2): Likewise.
6291 (_FP_PACK_RAW_2_P): Likewise.
6292 (_FP_MUL_MEAT_DW_2_wide): Likewise.
6293 (_FP_MUL_MEAT_2_wide): Likewise.
6294 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6295 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6296 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6297 (_FP_MUL_MEAT_2_gmp): Likewise.
6298 (_FP_DIV_MEAT_2_udiv): Likewise.
6299 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6300 (_FP_FRAC_SRL_4): Likewise.
6301 (_FP_FRAC_SRST_4): Likewise.
6302 (_FP_FRAC_SRS_4): Likewise.
6303 (_FP_UNPACK_RAW_4): Likewise.
6304 (_FP_UNPACK_RAW_4_P): Likewise.
6305 (_FP_PACK_RAW_4): Likewise.
6306 (_FP_PACK_RAW_4_P): Likewise.
6307 (_FP_MUL_MEAT_DW_4_wide): Likewise.
6308 (_FP_MUL_MEAT_4_wide): Likewise.
6309 (_FP_MUL_MEAT_4_gmp): Likewise.
6310 (umul_ppppmnnn): Likewise.
6311 (_FP_DIV_MEAT_4_udiv): Likewise.
6312 (__FP_FRAC_ADD_4): Likewise.
6313 (__FP_FRAC_SUB_3): Likewise.
6314 (__FP_FRAC_SUB_4): Likewise.
6315 (__FP_FRAC_DEC_3): Likewise.
6316 (__FP_FRAC_DEC_4): Likewise.
6317 (__FP_FRAC_ADDI_4): Likewise.
6318 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6319 (_FP_FRAC_SRL_8): Likewise.
6320 (_FP_FRAC_SRS_8): Likewise.
6321
9c37ec0b
JM
6322 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6323 include macro name.
6324 (FP_UNPACK_RAW_EP): Likewise.
6325 (FP_PACK_RAW_E): Likewise.
6326 (FP_PACK_RAW_EP): Likewise.
6327 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6328 (_FP_ISSIGNAN): Likewise.
6329 (_FP_ADD_INTERNAL): Likewise.
6330 (_FP_FMA): Likewise.
6331 (_FP_CMP): Likewise.
6332 (_FP_SQRT): Likewise.
6333 (_FP_TO_INT): Likewise.
6334 (_FP_FROM_INT): Likewise.
6335 (FP_EXTEND): Likewise.
6336 (_FP_DIV_MEAT_N_loop): Likewise.
6337
2125f674
MR
63382014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6339
6340 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6341 throughout.
6342
edea4028
JM
63432014-06-29 Joseph Myers <joseph@codesourcery.com>
6344
6345 [BZ #17097]
6346 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6347 result with correct sign in case of exponents that produce
6348 overflow except for X very close to 1.
6349
dd0ba018
PE
63502014-06-28 Paul Eggert <eggert@cs.ucla.edu>
6351
6352 mktime: merge #if/#ifdef usage from glibc
6353 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6354 as that works with both Glibc's and Gnulib's style.
6355 See thread starting at Siddhesh Poyarekar's bug report at:
6356 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6357
64df73c2
SP
63582014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
6359
6360 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6361 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6362 * sysdeps/tile/tilegx/memmove.c: Remove file.
6363
f1eafb41
JM
63642014-06-27 Joseph Myers <joseph@codesourcery.com>
6365
6366 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6367 abi-name definition.
6368 * scripts/soversions.awk: Do not handle or generate ABI lines.
6369 * shlib-versions: Remove ABI entries.
6370 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6371 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6372
58eb0862
RM
63732014-06-27 Roland McGrath <roland@hack.frob.com>
6374
37caf178
RM
6375 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6376 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6377 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6378 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6379 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6380 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6381 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6382 Moved ...
6383 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6384 ... here.
6385 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6386 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6387 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6388 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6389 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6390 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6391 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6392 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6393 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6394 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6395 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6396 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6397 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6398 Moved ...
6399 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6400 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6401 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6402 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6403 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6404 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6405 Moved ...
6406 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6407 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6408 Moved ...
6409 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6410 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6411 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6412 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6413 Moved ...
6414 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6415 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6416 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6417 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6418 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6419 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6420 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6421 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6422 Moved ...
6423 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6424 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6425 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6426 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6427 Moved ...
6428 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6429 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6430 Moved ...
6431 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6432 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6433 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6434 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6435 Moved ...
6436 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6437 ... here.
6438 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6439 Identical file removed.
6440 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6441 Moved ...
6442 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6443 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6444 Identical file removed.
6445 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6446 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6447 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6448 Moved ...
6449 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6450 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6451 Identical file removed.
6452 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6453 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6454 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6455 Identical file removed.
6456 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6457 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6458 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6459 Identical file removed.
6460 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6461 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6462 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6463 Identical file removed.
6464 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6465 Moved ...
6466 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6467 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6468 Identical file removed.
6469 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6470 Moved ...
6471 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6472 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6473 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6474 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6475 Identical file removed.
6476 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6477 Moved ...
6478 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6479 ... here.
6480 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6481 Identical file removed.
6482 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6483 Moved ...
6484 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6485 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6486 Identical file removed.
6487 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6488 Moved ...
6489 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6490 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6491 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6492 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6493 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6494 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6495 Moved ...
6496 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6497 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6498 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6499
58eb0862
RM
6500 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6501 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6502 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6503 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6504 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6505
6f12d062
AS
65062014-06-27 Arjun Shankar <arjun.is@lostca.se>
6507
6508 [BZ #17092]
6509 * nscd/nscd.c (monitor_child): Return exit status of child
6510 instead of return value from wait syscall.
6511
be254932
JM
65122014-06-27 Joseph Myers <joseph@codesourcery.com>
6513
cb403c34
JM
6514 * configure.ac (libc_commonpagesize): Remove variable.
6515 (libc_relro_required): Likewise.
6516 (libc_cv_z_relro): Remove configure test.
6517 * configure: Regenerated.
6518 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6519 variable.
6520 (libc_relro_required): Likewise.
6521 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6522 (libc_relro_required): Likewise.
6523 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6524 (libc_relro_required): Likewise.
6525 * sysdeps/arm/preconfigure: Regenerated.
6526 * sysdeps/ia64/preconfigure: Remove file.
6527 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6528 variable.
6529 (libc_relro_required): Likewise.
6530
be254932
JM
6531 [BZ #16561]
6532 [BZ #16562]
6533 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6534 (__ieee754_yn): Set FE_TONEAREST mode internally and then
6535 recompute overflowing results in original rounding mode.
6536 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6537 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6538 recompute overflowing results in original rounding mode.
6539 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6540 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6541 recompute overflowing results in original rounding mode.
6542 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6543 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6544 recompute overflowing results in original rounding mode.
6545 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6546 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6547 recompute overflowing results in original rounding mode.
6548 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6549 (libc_feholdsetround_ctx): New macro.
6550 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6551 * sysdeps/i386/fpu/libm-test-ulps: Update.
6552 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6553
b351d85a
JM
65542014-06-26 Joseph Myers <joseph@codesourcery.com>
6555
6556 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6557 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6558 corresponding .cpsetup call.
6559
3cb4de47
RM
65602014-06-26 Roland McGrath <roland@hack.frob.com>
6561
6562 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6563 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6564 * sysdeps/arm/Makefile [$(subdir) = csu]
6565 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6566 (static-only-routines): Add aeabi_read_tp here.
6567 (shared-only-routines): Add libc-aeabi_read_tp here.
6568 (CFLAGS-libc-start.c): Add -fexceptions here.
6569 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6570 (sysdep_routines, static-only-routines, shared-only-routines):
6571 Don't add to these here.
6572 (CFLAGS-libc-start.c): Likewise.
6573
6574 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6575 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6576 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6577 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6578 * sysdeps/arm/Makefile [$(subdir) = rt]
6579 (librt-sysdep_routines, librt-shared-only-routines):
6580 Append rt-aeabi_unwind_cpp_pr1 here.
6581 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6582 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6583 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6584 (libpthread-sysdep_routines, libpthread-shared-only-routines):
6585 Append nptl-aeabi_unwind_cpp_pr1 here.
6586 (tests): Filter out tst-cleanupx4 here.
6587 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6588 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6589 Don't do those here.
6590
354426bb
JM
65912014-06-26 Joseph Myers <joseph@codesourcery.com>
6592
6593 * scripts/list-sources.sh: Do not handle ports specially.
6594
28b0a8c9
RM
65952014-06-26 Roland McGrath <roland@hack.frob.com>
6596
a3dd035d
RM
6597 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6598 * sysdeps/arm/feupdateenv.c: Likewise.
6599
28b0a8c9
RM
6600 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6601
e66a8203
JM
66022014-06-26 Joseph Myers <joseph@codesourcery.com>
6603
6604 * manual/texinfo.tex: Update to version 2014-05-05.10 with
6605 trailing whitespace removed.
6606 * scripts/config.guess: Update to version 2014-03-23.
6607 * scripts/config.sub: Update to version 2014-05-01
6608 * scripts/install-sh: Update to version 2013-12-25.23.
6609 * scripts/move-if-change: Update from gnulib.
6610
74171115
SP
66112014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6612
b97c9ce5
SP
6613 * debug/memmove_chk.c: Remove pagecopy.h include.
6614
4000f892
SP
66152014-06-26 Paul Eggert <eggert@cs.ucla.edu>
6616
74171115
SP
6617 * time/mktime.c (leapyear): Remove inline keyword. The code is now
6618 identical to gnulib mktime.
6619
a8779c28
JM
66202014-06-26 Joseph Myers <joseph@codesourcery.com>
6621
e64708de
JM
6622 * configure.ac: Do not test for machine being rs6000. Do not test
6623 for powerpc*-*soft.
6624 * configure: Regenerated.
6625
a8779c28
JM
6626 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6627 test.
6628 * configure: Regenerated.
6629 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6630 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6631 Remove configure test.
6632 * sysdeps/arm/configure: Regenerated.
6633 * sysdeps/nptl/configure.ac: Do not check
6634 libc_cv_asm_cfi_directives.
6635 * sysdeps/nptl/configure: Regenerated.
6636 * sysdeps/x86_64/nptl/configure.ac: Remove file.
6637 * sysdeps/x86_64/nptl/configure: Remove generated file.
6638 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6639 unconditional.
6640 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6641
2aac0a86
SP
66422014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6643
059bf913
SP
6644 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6645 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6646 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6647 it is defined.
6648
4cf5b6d0
SP
6649 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6650 instead of whether it is defined.
6651 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6652 * sysdeps/hppa/dl-machine.h: Likewise.
6653 * sysdeps/ia64/dl-machine.h: Likewise.
6654 * sysdeps/m68k/dl-machine.h: Likewise.
6655 * sysdeps/microblaze/dl-machine.h: Likewise.
6656 * sysdeps/mips/dl-machine.: Likewise.
6657 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6658 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6659 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6660 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6661 * sysdeps/sh/dl-machine.h: Likewise.
6662 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6663 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6664 * sysdeps/tile/dl-machine.h: Likewise.
6665 * sysdeps/x86_64/dl-machine.h: Likewise.
6666
2aac0a86
SP
6667 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6668 code.
6669 (verify_persistent_db): Likewise.
6670
6ad2df0b
RM
66712014-06-26 Roland McGrath <roland@hack.frob.com>
6672
d8a483f3
RM
6673 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6674 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6675 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6676 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6677 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6678 Moved ...
6679 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6680 ... here.
6681 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6682 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6683 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6684 Identical file removed.
6685 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6686 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6687 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6688 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6689 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6690 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6691 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6692 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6693 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6694 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6695 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6696 Moved ...
6697 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6698 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6699 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6700 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6701 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6702 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6703 Moved ...
6704 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6705 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6706 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6707 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6708 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6709 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6710 Identical file removed.
6711 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6712 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6713 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6714 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6715 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6716 Moved ...
6717 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6718 ... here.
6719 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6720 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6721 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6722 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6723 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6724 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6725 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6726 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6727 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6728 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6729 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6730 Moved ...
6731 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6732 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6733 Moved ...
6734 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6735 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6736 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6737 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6738 Moved ...
6739 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6740 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6741 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6742
52ae23b4
RM
6743 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6744 folded into ...
6745 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6746 * sysdeps/unix/sysv/linux/s390/Versions
6747 (libpthread: GLIBC_2.19): New version set.
6748 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6749 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6750 (librt: GLIBC_2.3.3): New version set.
6751 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6752 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6753 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6754 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6755 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6756 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6757 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6758 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6759 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6760 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6761 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6762 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6763 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6764 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6765 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6766 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6767 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6768 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6769 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6770 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6771 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6772 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6773 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6774 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6775 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6776 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6777 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6778 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6779 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6780 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6781 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6782 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6783 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6784 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6785 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6786 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6787 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6788 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6789 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6790 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6791 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6792 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6793 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6794 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6795 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6796
39507e4a
RM
6797 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6798 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6799 (__libc_vfork): Define the function under this name.
6800 [!NOT_IN_libc] (__vfork): Make this an alias.
6801 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6802 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6803 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6804 (__libc_vfork): Define the function under this name.
6805 [!NOT_IN_libc] (__vfork): Make this an alias.
6806 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6807 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6808 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6809 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6810 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6811 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6812
e549ee56
RM
6813 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6814 code that was previously under [RESET_PID].
6815 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6816 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6817 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6818
6ad2df0b
RM
6819 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6820 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6821 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6822 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6823 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6824 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6825 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6826 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6827 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6828 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6829 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6830 Moved ...
6831 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6832 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6833 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6834 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6835 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6836 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6837 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6838 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6839 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6840 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6841 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6842 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6843 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6844 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6845 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6846 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6847 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6848 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6849 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6850 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6851 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6852 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6853 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6854 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6855 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6856 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6857 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6858 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6859 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6860
7c1c1d8e
RM
68612014-06-25 Roland McGrath <roland@hack.frob.com>
6862
6863 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6864 that was previously under [RESET_PID].
6865 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6866
3e239be6
JM
68672014-06-25 Joseph Myers <joseph@codesourcery.com>
6868
74385da5
JM
6869 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6870 not undefine and redefine.
6871 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6872 [O_CLOEXEC]: Make code unconditional.
6873 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6874 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6875 <kernel-features.h>.
6876 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6877 conditional variable definition.
6878 (shm_open) [O_CLOEXEC]: Make code unconditional.
6879 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6880 code.
6881
c2570a0b
JM
6882 * configure.ac (USE_REGPARMS): Don't define here.
6883 * configure: Regenerated.
6884 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6885 * sysdeps/i386/configure: Regenerated.
6886
11b076bb
JM
6887 * nptl/createthread.c: Don't include kernel-features.h.
6888 * nptl/pthread_cancel.c: Likewise.
6889 * nptl/pthread_condattr_setclock.c: Likewise.
6890 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6891 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6892 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6893 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6894 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6895 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6896 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6897 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6898 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6899 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6900 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6901 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6902 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6903 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6904 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6905 * nscd/gai.c: Likewise.
6906 * nss/nss_db/db-open.c: Likewise.
6907 * sysdeps/generic/ldsodefs.h: Likewise.
6908 * sysdeps/sh/nptl/tls.h: Likewise.
6909 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6910 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6911 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6912 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6913 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6914 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6915 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6916 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6917 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6918 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6919 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6920 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6921 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6922 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6923 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6924 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6925 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6926 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6927 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6928 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6929 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6930 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6931 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6932 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6933 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6934 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6935 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6936 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6937 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6938 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6939 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6940 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6941 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6942 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6943 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6944 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6945 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6946 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6947 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6948 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6949 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6950 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6951 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6952 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6953 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6954 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6955 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6956 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6957 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6958 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6959 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6960 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6961 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6962 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6963 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6964 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6965 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6966 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6973 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6977 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6981 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6982 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6984 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6987 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6989 * sysdeps/unix/sysv/linux/pread.c: Likewise.
6990 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6991 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6992 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6993 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6994 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6995 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6996 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6997 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6998 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6999 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7000 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7001 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7002 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7003 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7004 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7005 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7006 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7007 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7008 * sysdeps/unix/sysv/linux/system.c: Likewise.
7009 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7010 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7011 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7012 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7013 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7014 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7015 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7016
92072d57
JM
7017 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7018 * configure: Regenerated.
7019 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7020
3e239be6
JM
7021 * configure.ac (base_machine): Do not set specially for particular
7022 machines here.
7023 * configure: Regenerated.
7024 * sysdeps/powerpc/preconfigure: Move machine and base_machine
7025 settings from configure.ac.
7026 * sysdeps/i386/preconfigure: New file.
7027 * sysdeps/s390/preconfigure: Likewise.
7028 * sysdeps/sh/preconfigure: Likewise.
7029 * sysdeps/sparc/preconfigure: Likewise.
7030
06d50baa
RM
70312014-06-25 Roland McGrath <roland@hack.frob.com>
7032
74836003
RM
7033 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7034 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7035 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7036 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7037 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7038 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7039 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7040 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7041 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7042 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7043 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7044 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7045 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7046 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7047 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7048 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7049 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7050 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7051 * sysdeps/sparc/sparc64/Makefile: ... appended here.
7052
7053 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7054 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7055 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7056 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7057 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7058 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7059 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7060 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7061 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7062 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7063 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7064 * sysdeps/sparc/sparc32/sem_post.c: ... here.
7065 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7066 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7067 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7068 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7069 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7070 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7071 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7072 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7073 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7074 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7075 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7076 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7077 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7078 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7079 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7080 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7081 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7082 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7083 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7084 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7085 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7086 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7087 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7088 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7089 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7090 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7091
06d50baa
RM
7092 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7093 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7094 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7095 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7096 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7097 Moved ...
7098 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7099 ... here.
7100 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7101 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7102 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7103 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7104 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7105 Moved ...
7106 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7107 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7108 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7109 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7110 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7111 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7112 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7113 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7114 Moved ...
7115 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7116 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7117 Moved ...
7118 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7119 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7120 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7121 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7122 Moved ...
7123 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7124 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7125 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7126 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7127 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7128 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7129 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7130 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7131 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7132 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7133 Moved ...
7134 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7135 ... here.
7136 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7137 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7138 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7139 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7140 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7141 Moved ...
7142 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7143 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7144 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7145 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7146 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7147 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7148 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7149 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7150 Moved ...
7151 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7152 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7153 Moved ...
7154 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7155 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7156 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7157 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7158 Moved ...
7159 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7160 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7161 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7162 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7163 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7164
a4ccbc9b
JM
71652014-06-25 Joseph Myers <joseph@codesourcery.com>
7166
0828edbf
JM
7167 * timezone/checktab.awk: Update from tzcode 2014e.
7168 * timezone/private.h: Likewise.
7169 * timezone/tzfile.h: Likewise.
7170 * timezone/zdump.c: Likewise.
7171 * timezone/zic.c: Likewise.
7172
a4ccbc9b
JM
7173 * sysdeps/unix/sysv/linux/kernel-features.h
7174 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7175 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7176 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7177 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7178 Remove conditional code.
7179
9aea0cb8
WN
71802014-06-25 Will Newton <will.newton@linaro.org>
7181
7182 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7183 (_dl_arm_cap_flags): Add HWCAP2 values.
7184 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7185 (_DL_HWCAP_COUNT): Increase to 37.
7186 (_DL_HWCAP_LAST): New define.
7187 (_DL_HWCAP2_LAST): New define.
7188 (_dl_procinfo): Add support for printing
7189 AT_HWCAP2 entries.
7190 (_dl_string_hwcap): Use _dl_hwcap_string.
7191
6eaa65ce
AZ
71922014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7193
7194 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7195
0f5b7185
JM
71962014-06-25 Joseph Myers <joseph@codesourcery.com>
7197
cfd2ea50
JM
7198 * README: Do not mention ports directory.
7199
cecf2ed4
JM
7200 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7201 Remove macro.
7202 * sysdeps/unix/sysv/linux/futimes.c: Do not include
7203 <kernel-features.h>.
7204 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7205 conditional variable definition.
7206 (__futimes): Update comment.
7207 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7208 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7209
a638de82
JM
7210 [BZ #16560]
7211 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7212 arguments close to 0.
7213 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7214 Likewise.
7215 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7216 Likewise.
7217 * math/auto-libm-test-in: Add more tests of exp10.
7218 * math/auto-libm-test-out: Regenerated.
7219 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7220
0f5b7185
JM
7221 * sysdeps/unix/sysv/linux/kernel-features.h
7222 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7223 * sysdeps/unix/sysv/linux/readv.c: Do not include
7224 <kernel-features.h>.
7225 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7226 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7227 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7228 unconditional.
7229 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7230 conditional code.
7231 * sysdeps/unix/sysv/linux/writev.c: Do not include
7232 <kernel-features.h>.
7233 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7234 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7235 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7236 unconditional.
7237 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7238 conditional code.
7239
c7aec4be
WN
72402014-06-25 Will Newton <will.newton@linaro.org>
7241
7242 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7243 comment changes throughout the file. Remove checks
7244 for HAVE_*_H definitions that are not required.
7245 (__gen_tempname): Call abort if an unknown kind value is
7246 passed.
7247
c5241f95
AS
72482014-06-25 Andreas Schwab <schwab@suse.de>
7249
7250 [BZ #17086]
7251 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7252 scalbln, scalblnf, scalblnl in libc.
7253
911422da
SP
72542014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7255
7256 [BZ #17086]
7257 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7258 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7259 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7260
0d749bbe
RM
72612014-06-24 Roland McGrath <roland@hack.frob.com>
7262
7263 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7264 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7265 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7266 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7267 Update #include.
7268 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7269 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7270 Update #include.
7271 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7272 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7273 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7274 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7275 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7276 * sysdeps/x86/bits/pthreadtypes.h: ... here.
7277 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7278 * sysdeps/x86/bits/semaphore.h: ... here.
7279 * sysdeps/x86/nptl/elide.h: Moved ...
7280 * sysdeps/x86/elide.h: ... here.
7281 * sysdeps/x86_64/nptl/Implies: File removed.
7282 * sysdeps/i386/nptl/Implies: File removed.
7283
0ea5d373
JM
72842014-06-24 Joseph Myers <joseph@codesourcery.com>
7285
4060283d
JM
7286 [BZ #16539]
7287 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7288 return the argument for normal arguments with exponent below -64.
7289 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7290 Likewise.
7291 * math/auto-libm-test-in: Add another test of expm1.
7292 * math/auto-libm-test-out: Regenerated.
7293
e7dd3c8c
JM
7294 [BZ #16287]
7295 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7296 calling __erfcl for arguments at least 16.
7297 * math/auto-libm-test-in: Add more tests of erf.
7298 * math/auto-libm-test-out: Regenerated.
7299
0ea5d373
JM
7300 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7301 individual architectures.
7302 * sysdeps/unix/sysv/linux/configure: Regenerated.
7303 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7304 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7305 * sysdeps/unix/sysv/linux/powerpc/configure.ac
7306 (ldd_rewrite_script): Define variable.
7307 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7309 file.
7310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7311 generated file.
7312 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7313 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7314 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7315 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7316 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7317 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7318 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7319 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7320
2307e126
SP
73212014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7322
7323 [BZ #17084]
7324 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7325 Rename member __data.d to __data.__elision_data.
7326
c0a4ed77
W
73272014-06-24 Wilco <wdijkstr@arm.com>
7328
7329 * NEWS: Add 16918 to fixed bug list.
7330
b8c00573
W
73312014-06-24 Wilco <wdijkstr@arm.com>
7332
7333 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7334
b5570d92
W
73352014-06-24 Wilco <wdijkstr@arm.com>
7336
7337 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7338 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7339 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7340 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7341 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7342 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7343 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7344 Use _FPU_MASK_RM.
7345
947bdca2
W
73462014-06-24 Wilco <wdijkstr@arm.com>
7347
7348 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7349
00f669ed
W
73502014-06-24 Wilco <wdijkstr@arm.com>
7351
7352 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7353 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7354 * sysdeps/arm/fesetround.c (fesetround): Remove space.
7355 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7356
db59bad3
W
73572014-06-24 Wilco <wdijkstr@arm.com>
7358
7359 [BZ #16918]
7360 * sysdeps/arm/feupdateenv.c (feupdateenv):
7361 Rewrite to reduce FPSCR accesses and fix return value.
7362
001f7b77
W
73632014-06-24 Wilco <wdijkstr@arm.com>
7364
7365 * sysdeps/arm/fclrexcpt.c (feclearexcept):
7366 Optimize to avoid unnecessary FPSCR writes.
7367 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7368 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7369 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7370 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7371
4841e6a6
W
73722014-06-24 Wilco <wdijkstr@arm.com>
7373
7374 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7375 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7376 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7377 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7378 Call libc_fetestexcept_vfp.
7379 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7380 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7381 __SOFTFP__ ifdef so that they can be built for softfp.
7382
0813022c
SP
73832014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7384
08e5862f
SP
7385 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7386 argument type signed char.
7387
0813022c
SP
7388 * Makerules (check-abi): Dump diff of symlist if the test
7389 fails.
7390
3fc7236a
RM
73912014-06-23 Roland McGrath <roland@hack.frob.com>
7392
aba8ef95
RM
7393 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7394 using abort.
7395
3fc7236a
RM
7396 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7397 Remove unused variable ST.
7398
4da6db51
JM
73992014-06-23 Joseph Myers <joseph@codesourcery.com>
7400
4648909d
JM
7401 [BZ #16354]
7402 [BZ #17061]
7403 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7404 small arguments before calling __expm1.
7405 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7406 small arguments before calling __expm1f.
7407 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7408 small arguments before calling __expm1l.
7409 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7410 Likewise.
7411 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7412 * math/auto-libm-test-in: Add more cosh tests. Do not allow
7413 spurious underflow for some cosh tests.
7414 * math/auto-libm-test-out: Regenerated.
7415 * sysdeps/i386/fpu/libm-test-ulps: Update.
7416
46a3d3c7
JM
7417 [BZ #17050]
7418 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7419 (__ieee754_y1): Set errno if return value overflows.
7420 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7421 (__ieee754_y1f): Set errno if return value overflows.
7422 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7423 (__ieee754_y1l): Set errno if return value overflows.
7424 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7425 (__ieee754_y1l): Set errno if return value overflows.
7426 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7427 * math/auto-libm-test-out: Regenerated.
7428
863893ec
JM
7429 * math/gen-auto-libm-tests.c: Document use of
7430 ignore-zero-inf-sign.
7431 (input_flag_type): Add value flag_ignore_zero_inf_sign.
7432 (input_flags): Add ignore-zero-inf-sign.
7433 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7434 * math/gen-libm-test.pl (generate_testfile): Handle
7435 ignore-zero-inf-sign.
7436 * math/auto-libm-test-in: Mark some cpow tests with
7437 ignore-zero-inf-sign and some with xfail-rounding.
7438 * math/auto-libm-test-out: Regenerated.
7439 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7440 * sysdeps/i386/fpu/libm-test-ulps: Update.
7441 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7442
4da6db51
JM
7443 [BZ #16315]
7444 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7445 overflowing or underflowing operations take place with sign of
7446 result.
7447 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7448 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7449 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7450 (__ieee754_pow): Recompute overflowing and underflowing results in
7451 original rounding mode.
7452 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7453 (__powl_helper): Allow negative argument X and scale negated value
7454 as needed. Avoid passing value outside [-1, 1] to f2xm1.
7455 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7456 overflowing or underflowing operations take place with sign of
7457 result.
7458 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7459 Include <math.h>.
7460 * math/auto-libm-test-in: Add more tests of pow.
7461 * math/auto-libm-test-out: Regenerated.
7462 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7463 (pow_tonearest_test_data): Remove.
7464 (pow_test_tonearest): Likewise.
7465 (pow_towardzero_test_data): Likewise.
7466 (pow_test_towardzero): Likewise.
7467 (pow_downward_test_data): Likewise.
7468 (pow_test_downward): Likewise.
7469 (pow_upward_test_data): Likewise.
7470 (pow_test_upward): Likewise.
7471 (main): Don't call removed functions.
7472 * sysdeps/i386/fpu/libm-test-ulps: Update.
7473 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7474
5686b236
RM
74752014-06-23 Roland McGrath <roland@hack.frob.com>
7476
7477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7478 Moved ...
7479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7481 Moved ...
7482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7483 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7484 Moved ...
7485 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7487 Moved ...
7488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7489 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7490 File removed.
7491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7492 File removed.
7493 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7494 File removed.
7495 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7496 File removed.
7497 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7498 File removed.
7499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7500 File removed.
7501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7502 File removed.
7503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7504 File removed.
7505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7506 File removed.
7507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7508 File removed.
7509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7510 File removed.
7511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7512 File removed.
7513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7514 Moved ...
7515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7517 Moved ...
7518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7519 ... here.
7520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7521 Moved ...
7522 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7523 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7524 Moved ...
7525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7526 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7527 Moved ...
7528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7529 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7530 Moved ...
7531 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7532 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7533 Moved ...
7534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7536 Moved ...
7537 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7538 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7539 Moved ...
7540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7542 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7543 ... here.
7544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7545 Moved ...
7546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7547 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7548 Moved ...
7549 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7550 ... here.
7551 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7552 Moved ...
7553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7554 ... here.
7555 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7556 Moved ...
7557 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7558 ... here.
7559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7560 Moved ...
7561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7563 Moved ...
7564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7566 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7568 Moved ...
7569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7570 ... here.
7571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7572 Moved ...
7573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7574 ... here.
7575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7576 Moved ...
7577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7579 Moved ...
7580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7581 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7582 Moved ...
7583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7584 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7585 Moved ...
7586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7587 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7588 Moved ...
7589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7590 ... here.
7591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7592 Moved ...
7593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7595 Moved ...
7596 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7598 Moved ...
7599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7600 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7601 Moved ...
7602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7606 Moved ...
7607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7608 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7609 Moved ...
7610 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7611 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7612 Moved ...
7613 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7614 ... here.
7615 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7616 Moved ...
7617 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7618 ... here.
7619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7620 Moved ...
7621 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7622 ... here.
7623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7624 Moved ...
7625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7626 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7627 Moved ...
7628 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7630 Moved ...
7631 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7632 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7633 Moved ...
7634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7635 ... here.
7636 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7637 Moved ...
7638 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7639 ... here.
7640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7641 Moved ...
7642 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7643 ... here.
7644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7645 Moved ...
7646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7648 Moved ...
7649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7650
e6d90d67
WD
76512014-06-23 Will Newton <will.newton@linaro.org>
7652 Wilco <wdijkstr@arm.com>
7653
7654 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7655 implementation. Include get-rounding-mode.h.
7656 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7657 [!libc_feholdsetround_noex_ctx]: Define
7658 libc_feholdsetround_noex_ctx.
7659 [!libc_feholdsetround_noexf_ctx]: Define
7660 libc_feholdsetround_noexf_ctx.
7661 [!libc_feholdsetround_noexl_ctx]: Define
7662 libc_feholdsetround_noexl_ctx.
7663 (libc_feholdsetround_ctx): New function.
7664 (libc_feresetround_ctx): New function.
7665 (libc_feholdsetround_noex_ctx): New function.
7666 (libc_feresetround_noex_ctx): New function.
7667
d42df555
RM
76682014-06-23 Roland McGrath <roland@hack.frob.com>
7669
88a46474
RM
7670 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7671 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7672 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7673 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7674 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7675 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7676
15bed472
RM
7677 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7678 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7679 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7680 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7681 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7682 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7683 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7684 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7685 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7686 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7687 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7688 Moved ...
7689 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7690 ... here.
7691 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7692 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7693 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7694 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7695 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7696 Moved ...
7697 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7698 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7699 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7700 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7701 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7702 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7703 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7704 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7705 Moved ...
7706 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7707 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7708 Moved ...
7709 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7710 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7711 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7712 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7713 Moved ...
7714 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7715 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7716 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7717 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7718 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7719 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7720 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7721 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7722 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7723 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7724 Moved ...
7725 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7726 ... here.
7727 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7728 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7729 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7730 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7731 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7732 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7733 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7734 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7735 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7736 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7737 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7738 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7739 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7740 Moved ...
7741 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7742 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7743 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7744 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7745 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7746 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7747 Moved ...
7748 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7749 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7750 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7751 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7752 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7753
d42df555
RM
7754 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7755 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7756 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7757 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7758 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7759 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7760 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7761 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7762 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7763 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7764 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7765 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7766 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7767 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7768 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7769 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7770 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7771 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7772 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7773 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7774 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7775 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7776 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7777 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7778 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7779 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7780 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7781 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7782
76e5216e
JM
77832014-06-23 Joseph Myers <joseph@codesourcery.com>
7784
7785 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7786 (FALLOC_FL_COLLAPSE_RANGE): New macro.
7787 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7788 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7789 (IPV6_PMTUDISC_INTERFACE): Likewise.
7790 (IPV6_PMTUDISC_OMIT): Likewise.
7791
7a81cbcc
AS
77922014-06-23 Andreas Schwab <schwab@suse.de>
7793
7794 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7795 Remove unused errout label.
7796
db224009
AZ
77972014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7798
7799 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7800 macro: hardware supports Vector Crypto instructions.
7801
f393b4aa
WN
78022014-06-23 Will Newton <will.newton@linaro.org>
7803
cc7d0447
WN
7804 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7805 rather than __builtin_expect.
7806
d6d06225
WN
7807 * elf/dl-lookup.c (undefined_msg): Remove variable.
7808 (_dl_lookup_symbol_x): Replace undefined_msg with string
7809 literal.
7810
f393b4aa
WN
7811 * elf/dl-lookup.c (do_lookup_unique): New function.
7812 (do_lookup_x): Move STB_GNU_UNIQUE handling code
7813 to a separate function.
7814
ac60763e
AS
78152014-06-23 Andreas Schwab <schwab@suse.de>
7816
7817 [BZ #17079]
7818 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7819 before reading the next line.
7820
c5c13355
WN
78212014-06-23 Will Newton <will.newton@linaro.org>
7822
7823 * test-skeleton.c (signal_handler): Use printf and %m
7824 rather than perror. Use printf rather than fprintf to
7825 stderr. Use puts rather than fputs to stderr.
7826 (main): Likewise.
7827
bd3675f9
LC
78282014-06-22 Ludovic Courtès <ludo@gnu.org>
7829
7830 * nscd/nscd.c (thread_info_t): Remove typedef.
7831 (thread_info): Remove variable.
7832
d03efb2f
AM
78332014-06-21 Allan McRae <allan@archlinux.org>
7834
7835 * NEWS: Mention CVE-2014-4043.
7836
bc4a86fa
RM
78372014-06-20 Roland McGrath <roland@hack.frob.com>
7838
dc9a54f8
RM
7839 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7840 * nptl/smp.h: ... here.
7841
bd7022c4
RM
7842 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7843
26ffd5e6
RM
7844 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7845 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7846 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7847 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7848
93a6d082
RM
7849 * nptl/allocatestack.c: Include <stack-aliasing.h>.
7850 * nptl/stack-aliasing.h: New file.
7851 * sysdeps/i386/i686/stack-aliasing.h: New file.
7852 * sysdeps/i386/i686/nptl/Makefile: File removed.
7853 * sysdeps/x86_64/stack-aliasing.h: New file.
7854 * sysdeps/x86_64/nptl/Makefile
7855 (CFLAGS-pthread_create.c): Variable removed.
7856
bc4a86fa
RM
7857 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7858 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7859 old file.
7860 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7861 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7862 old file.
7863
2272ffc1
JM
78642014-06-21 Joseph Myers <joseph@codesourcery.com>
7865
7866 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7867 (__ASSUME_SIGFRAME_V2): Remove macro.
7868 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7869 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7870 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7871 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7872 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7873 Declare as function. Remove conditional macro definitions.
7874 (__default_rt_sa_restorer): Likewise.
7875 (__default_sa_restorer_v1): Remove declaration.
7876 (__default_sa_restorer_v2): Likewise.
7877 (__default_rt_sa_restorer_v1): Likewise.
7878 (__default_rt_sa_restorer_v2): Likewise.
7879 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7880 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7881 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7882
4b88139b
RM
78832014-06-20 Roland McGrath <roland@hack.frob.com>
7884
7885 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7886 (libpthread-routines): Add sysdep.
7887 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7888 * sysdeps/unix/sysv/linux/sparc/Versions
7889 (libpthread: GLIBC_2.3.3): New version set.
7890 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7891 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7892 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7893 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7894 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
7895 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7896 Moved ...
7897 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7898 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7899 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7900 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7901 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7902 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7903 * sysdeps/sparc/nptl/sem_init.c: ... here.
7904 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7905 * sysdeps/sparc/nptl/sem_post.c: ... here.
7906 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7907 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7908 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7909 * sysdeps/sparc/nptl/sem_wait.c: ... here.
7910 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7911 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7912 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7913 (libpthread-routines): Add cpu_relax.
7914 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7915 File removed.
7916 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7917 (librt: GLIBC_2.3.3): New version set.
7918 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7919 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7920 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7921 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7922 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7923 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7924 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7925 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7926 Moved ...
7927 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7928 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7929 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7930 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7931 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7932 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7933 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7934 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7935 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7936 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7937 Moved ...
7938 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7939 Update #include.
7940 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7941 Moved ...
7942 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7943 Update #include.
7944 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7945 Moved ...
7946 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7947 Update #include.
7948 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7949 Moved ...
7950 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7951 Update #include.
7952 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7953 Moved ...
7954 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7955 Update #include.
7956 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7957 Moved ...
7958 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7959 Update #include.
7960 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7961 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7962 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7963 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7964 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7965 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7966 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7967 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7968 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7969 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7970 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7971 Moved ...
7972 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7973 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7974 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7975 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7976 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7977
d7109027
JM
79782014-06-20 Joseph Myers <joseph@codesourcery.com>
7979
9bc6103d
JM
7980 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7981 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7982 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7983 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7984 * nscd/nscd.c: Likewise.
7985 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7986 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7987 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7988 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7989
d7109027
JM
7990 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7991 <kernel-features.h>.
7992 (init_mq_netlink): Remove conditional have_sock_cloexec
7993 definitions. Remove code conditional on have_sock_cloexec < 0.
7994 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7995 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7996 * sysdeps/unix/sysv/linux/opensock.c: Do not include
7997 <kernel-features.h>.
7998 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7999 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8000
d92d8f8a
L
80012014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8002
8003 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8004 Add tests for memset_chk and memset.
8005
8006 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8007 with AVX2_Usable.
8008
4e6d2347
MR
80092014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
8010
257ce712
MR
8011 [BZ #16046]
8012 * elf/tst-dl-iter-static.c: New file.
8013 * elf/Makefile (tests-static): Add tst-dl-iter-static.
8014
4e6d2347
MR
8015 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8016 error.
8017
a2a76afe
JM
80182014-06-20 Joseph Myers <joseph@codesourcery.com>
8019
7fd00f99
JM
8020 * sysdeps/unix/sysv/linux/kernel-features.h
8021 (__ASSUME_F_GETOWN_EX): Remove macro.
8022 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8023 <kernel-features.h>.
8024 (miss_F_GETOWN_EX): Remove variable or macro.
8025 (do_fcntl): Do not check miss_F_GETOWN_EX.
8026 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8027
4a103975
JM
8028 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8029 Remove macro.
8030 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8031 [!__ASSUME_AT_RANDOM]: Remove conditional code.
8032 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8033
a2a76afe
JM
8034 * sysdeps/unix/sysv/linux/kernel-features.h
8035 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8036 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8037 [ADJ_OFFSET_SS_READ]: Make code unconditional.
8038 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8039
90e5dd48
MR
80402014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
8041
8042 [BZ #17075]
8043 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8044 Fix calculation of the symbol's value.
8045 * sysdeps/arm/tst-armtlsdescloc.c: New file.
8046 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8047 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8048 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8049 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8050 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8051 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8052 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8053 (modules-names): Add `tst-armtlsdescmod',
8054 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8055 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8056 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8057 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8058 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8059 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8060 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8061 ($(objpfx)tst-armtlsdescloc): New dependency.
8062 ($(objpfx)tst-armtlsdescextnow): Likewise.
8063 ($(objpfx)tst-armtlsdescextlazy): Likewise.
8064 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8065 TLS scheme support.
8066 * sysdeps/arm/configure: Regenerate.
8067
809fdf0d
JM
80682014-06-20 Joseph Myers <joseph@codesourcery.com>
8069
8070 * include/fcntl.h (__atfct_seterrno): Remove prototype.
8071 (__atfct_seterrno_2): Likewise.
8072 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8073 <kernel-features.h>.
8074 (__ASSUME_ATFCTS): Do not undefine and redefine.
8075 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8076 (__have_atfcts): Remove conditional definition.
8077 (__fxstatat([__NR_fstatat64]: Make code unconditional.
8078 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8079 unreachable if [__ASSUME_ATFCTS].
8080 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8081 not undefine and redefine.
8082 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8083 <kernel-features.h>.
8084 (faccessat) [__NR_faccessat]: Make code unconditional.
8085 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8086 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8087 <kernel-features.h>.
8088 (fchmodat) [__NR_fchmodat]: Make code unconditional.
8089 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8090 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8091 <kernel-features.h>.
8092 (fchownat) [__NR_fchownat]: Make code unconditional.
8093 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8094 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8095 <kernel-features.h>.
8096 (futimesat) [__NR_futimesat]: Make code unconditional.
8097 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8098 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8099 <kernel-features.h>.
8100 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8101 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8102 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8103 <kernel-features.h>.
8104 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8105 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8106 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8107 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8108 <kernel-features.h>.
8109 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8110 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8111 * sysdeps/unix/sysv/linux/linkat.c: Do not include
8112 <kernel-features.h>.
8113 (linkat) [__NR_linkat]: Make code unconditional.
8114 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8115 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8116 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8117 <kernel-features.h>.
8118 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8119 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8120 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8121 <kernel-features.h>.
8122 (mkdirat) [__NR_mkdirat]: Make code unconditional.
8123 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8124 * sysdeps/unix/sysv/linux/openat.c: Do not include
8125 <kernel-features.h>.
8126 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8127 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8128 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8129 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8130 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8131 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8132 <kernel-features.h>.
8133 (readlinkat) [__NR_readlinkat]: Make code unconditional.
8134 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
8135 result of INLINE_SYSCALL directly, not via int variable.
8136 * sysdeps/unix/sysv/linux/renameat.c: Do not include
8137 <kernel-features.h>.
8138 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8139 (renameat) [__NR_renameat]: Make code unconditional.
8140 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8141 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8142 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8143 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8144 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8145 (__ASSUME_ATFCTS): Do not undefine and redefine.
8146 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8147 <kernel-features.h>.
8148 (symlinkat) [__NR_symlinkat]: Make code unconditional.
8149 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8150 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8151 <kernel-features.h>.
8152 (unlinkat) [__NR_unlinkat]: Make code unconditional.
8153 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8154 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8155 (__ASSUME_ATFCTS): Do not undefine and redefine.
8156 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8157 <kernel-features.h>.
8158 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8159 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8160 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8161 <kernel-features.h>.
8162 (__xmknodat) [__NR_mknodat]: Make code unconditional.
8163 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8164
224c6c51
L
81652014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8166
8167 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8168
aa6ec754
AS
81692014-06-20 Andreas Schwab <schwab@linux-m68k.org>
8170
8171 [BZ #17069]
8172 * posix/regcomp.c (parse_reg_exp): Deallocate partially
8173 constructed tree before returning error.
8174 * posix/bug-regexp36.c: Expand test case.
8175
d8c2869d
SL
81762014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
8177
3ef6b850
SL
8178 [BZ #6803]
8179 * math/libm-test.inc (scalbln_test_date):
8180 Add errno expectations.
8181 * math/w_scalblnf.c: New File.
8182 Add wrapper which checks for setting errno to ERANGE.
8183 Add weak_alias for corresponding scalbln function.
8184 * math/w_scalbln.c: Likewise.
8185 * math/w_scalblnl.c: Likewise.
8186 * math/Makefile (libm-calls): Add w_scalbln.
8187 * sysdeps/ieee754/flt-32/s_scalblnf.c:
8188 Remove weak_alias for corresponding scalbln function.
8189 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8190 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8191 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8192 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8193 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8194 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8195 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8196 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8197 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8198 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8199 Remove long_double_symbol for scalblnl function in libm, libc.
8200 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8201 Add wrapper which checks for setting errno to ERANGE.
8202 Add long_double_symbol for scalblnl function in libm, libc.
8203 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8204 Remove long_double_symbol for scalblnl in libm.
8205 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8206 Add wrapper which checks for setting errno to ERANGE.
8207 Add long_double_symbol for scalblnl function in libm.
8208 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8209 Do not use wrapper because of own implementation.
8210
c8daec5c
L
82112014-06-19 H.J. Lu <hongjiu.lu@intel.com>
8212
8213 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8214 3 bytes for __pad1 for x32.
8215 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8216
5c74e47c
LM
82172014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
8218 H.J. Lu <hongjiu.lu@intel.com>
8219
8220 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8221 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8222 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8223 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8224 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8225
4d43ef1e
AS
82262014-06-19 Andreas Schwab <schwab@linux-m68k.org>
8227
8228 [BZ #17069]
8229 * posix/regcomp.c (parse_expression): Deallocate partially
8230 constructed tree before returning error.
8231 * posix/Makefile.c (tests): Add bug-regex36.
8232 (generated): Add bug-regex36.mtrace.
8233 (tests-special): Add $(objpfx)bug-regex36-mem.out
8234 (bug-regex36-ENV): New variable.
8235 ($(objpfx)bug-regex36-mem.out): New rule.
8236 * posix/bug-regex36.c: New file.
8237
51a7380b
WN
82382014-06-19 Will Newton <will.newton@linaro.org>
8239
8240 * malloc/malloc.c (systrim): If extra is zero then return
8241 early.
8242
91b84fe5
SP
82432014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8244
8245 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8246
f940b965
RE
82472014-06-19 Richard Earnshaw <rearnsha@arm.com>
8248
8249 * sysdeps/aarch64/strchr.S: New file.
8250
4ba7a00f
JM
82512014-06-18 Joseph Myers <joseph@codesourcery.com>
8252
8253 [BZ #17022]
8254 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8255 from arguments -2 or below.
8256 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8257 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8258
b3a9f56b
AS
82592014-06-18 Andreas Schwab <schwab@suse.de>
8260
8261 [BZ #17062]
8262 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8263 of a bracket expr not to run off the end of the string.
8264 * posix/Makefile (tests): Add tst-fnmatch3.
8265 * posix/tst-fnmatch3.c: New file.
8266
85d89278
JM
82672014-06-18 Joseph Myers <joseph@codesourcery.com>
8268
8269 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8270 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8271 [$(cross-compiling) = no]: Likewise.
8272 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8273 [$(cross-compiling) = no]: Likewise.
8274
754c5a08
RS
82752014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8276
8277 [BZ #17031]
8278 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8279 double, adjusted for any remainder from the high double.
8280 * math/libm-test.inc (nearbyint): Add tests.
8281 (rint): Likewise.
8282
556f529d
AZ
82832014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8284
8285 * nptl/sysdeps/powerpc/Makefile: Moved ...
8286 * sysdeps/powerpc/nptl/Makefile: ... here.
8287 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8288 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8289 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8290 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8291 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8292 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8293 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8294 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8295 * nptl/sysdeps/powerpc/tls.h: Moved ...
8296 * sysdeps/powerpc/nptl/tls.h: ... here.
8297
91c03c53
JM
82982014-06-16 Joseph Myers <joseph@codesourcery.com>
8299
8300 [BZ #16681]
8301 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8302 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8303 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8304 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8305 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8306 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8307 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8308 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8309 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8310
a76e63c5
AS
83112014-06-17 Andreas Schwab <schwab@linux-m68k.org>
8312
8313 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8314
f2f6d82f
AS
83152014-06-16 Andreas Schwab <schwab@linux-m68k.org>
8316
ea8a15f6
AS
8317 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8318 defined operator.
8319
f2f6d82f
AS
8320 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8321 $TIMEOUTFACTOR.
8322
a7291117
FW
83232014-06-16 Florian Weimer <fweimer@redhat.com>
8324
8325 [BZ #17058]
8326 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8327 non-executed part of the test.
8328
3d7c00e3
AS
83292014-06-16 Andreas Schwab <schwab@suse.de>
8330
8331 * string/bits/string2.h (strdup, strndup): Update feature guard.
8332
6957fb31
DM
83332014-06-14 David S. Miller <davem@davemloft.net>
8334
8335 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8336
11b9e55b
AS
83372014-06-14 Andreas Schwab <schwab@linux-m68k.org>
8338
1d2a0492
AS
8339 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8340 that was previously under [RESET_PID].
8341 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8342
11b9e55b
AS
8343 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8344 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8345 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8346 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8347 (__libc_vfork): New strong alias.
8348 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8349
0f6901d0
AK
83502014-06-14 Andi Kleen <ak@linux.intel.com>
8351
8352 * sysdeps/generic/elide.h: New file.
8353
38bbbb9f
SL
83542014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
8355
8356 * Makefile (installed-headers): Adjust path of pthread.h header.
8357
45193bb8
RM
83582014-06-13 Roland McGrath <roland@hack.frob.com>
8359
9a25fd1e
RM
8360 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8361 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8362 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8363 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8364
4004f7e4
RM
8365 * nptl/sysdeps/s390/Makefile: Moved ...
8366 * sysdeps/s390/nptl/Makefile: ... here.
8367 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8368 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8369 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8370 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8371 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8372 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8373 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8374 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8375 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8376 * sysdeps/s390/nptl/pthreaddef.h: ... here.
8377 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8378 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8379 * nptl/sysdeps/s390/tls.h: Moved ...
8380 * sysdeps/s390/nptl/tls.h: ... here.
8381
45193bb8
RM
8382 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8383 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8384
f6fdf533
DM
83852014-06-13 David S. Miller <davem@davemloft.net>
8386
8387 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8388 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8389 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8390 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8391 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8392 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8393 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8394 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8395 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8396 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8397 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8398 Remove RESET_PID cpp guards.
8399 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8400 Remove RESET_PID cpp guards.
8401 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8402
f5d71e14
AS
84032014-06-13 Andreas Schwab <schwab@linux-m68k.org>
8404
8405 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8406 __sp to uintptr_t.
8407
b7aa8caa
AK
84082014-06-13 Andi Kleen <ak@linux.intel.com>
8409
4b266200
AZ
8410 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8411 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8412 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8413 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8414 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8415 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8416 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8417 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8418 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8419 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8420 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8421 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8422 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8423 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8424 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8425 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8426 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8427 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8428 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8429 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
8430
8431 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
8432 (pthread_rwlock_rdlock): Add elision.
8433 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8434 (pthread_rwlock_wrlock): Add elision.
8435 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8436 (pthread_rwlock_trywrlock): Add elision.
8437 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8438 (pthread_rwlock_tryrdlock): Add elision.
8439 * nptl/pthread_rwlock_unlock.c: Include elide.h.
8440 (pthread_rwlock_tryrdlock): Add elision unlock.
8441 * nptl/sysdeps/pthread/pthread.h:
8442 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8443 (PTHREAD_RWLOCK_INITIALIZER,
8444 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8445 Handle new elision field.
8446 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8447 * sysdeps/arm/nptl/bits/pthreadtypes.h
8448 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8449 * sysdeps/sh/nptl/bits/pthreadtypes.h
8450 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8451 * sysdeps/tile/nptl/bits/pthreadtypes.h
8452 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8453 * sysdeps/a/nptl/bits/pthreadtypes.h
8454 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8455 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8456 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8457 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8458 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8459 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8460 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8461 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8462 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8463 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8464 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8465 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8466 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8467 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8468 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8469 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8470 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8471 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8472 (elision_init): Set try_xbegin to zero when no RTM.
8473 * sysdeps/x86/nptl/bits/pthreadtypes.h
8474 (pthread_rwlock_t): Change __pad1 to __rwelision.
8475 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 8476
a832bdd3
AK
84772014-06-13 Andi Kleen <ak@linux.intel.com>
8478
8479 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8480 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8481 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8482 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8483
995a46bb
MI
84842014-06-13 Meador Inge <meadori@codesourcery.com>
8485
8486 [BZ #16996]
03ed7738 8487 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
8488 that the cached result has been set before returning it.
8489
45262aee
RM
84902014-06-12 Roland McGrath <roland@hack.frob.com>
8491
febf6cc5
RM
8492 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8493 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8494 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8495 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8496 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8497 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8498
e2682246
RM
8499 * nptl/sysdeps/sparc/Makefile: Moved ...
8500 * sysdeps/sparc/nptl/Makefile: ... here.
8501 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8502 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8503 * nptl/sysdeps/sparc/tls.h: Moved ...
8504 * sysdeps/sparc/nptl/tls.h: ... here.
8505 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8506 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8507 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8508 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8509 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8510 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8511 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8512 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8513 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8514 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8515 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8516 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8517 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8518 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8519 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8520 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8521 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8522 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8523 Update #include.
8524 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8525 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8526 Update #include.
8527 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8528 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8529 Update #include.
8530 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8531 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8532 Update #include.
8533
b0725f43
RM
8534 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8535
b14368b8
RM
8536 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8537 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8538
c5620eb3
RM
8539 * sysdeps/pthread/posix-timer.h: Include <list.h>.
8540 (struct list_links): Type removed.
8541 (struct thread_node, struct timer_node): Replace struct list_links
8542 with struct list_head.
8543 (list_unlink_ip): Likewise.
8544 * sysdeps/pthread/timer_routines.c
8545 (timer_free_list, thread_free_list, thread_active_list): Likewise.
8546 (list_append, list_insbefore): Likewise.
8547 (list_init): Function removed.
8548 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
8549 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8550 * sysdeps/pthread/Makefile: ... here, new file.
8551
8552 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8553 * sysdeps/nptl/Implies: ... here.
8554 * sysdeps/unix/sysv/linux/Implies: Add nptl.
8555 * nptl/sysdeps/pthread/list.h: Moved ...
8556 * include/list.h: ... here.
8557 * nptl/sysdeps/pthread/createthread.c: Moved ...
8558 * nptl/createthread.c: ... here.
8559 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8560 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8561 * nptl/pt-longjmp.c: ... here.
8562 * nptl/sysdeps/pthread/Makefile: Moved ...
8563 * sysdeps/nptl/Makefile: ... here.
8564 * nptl/sysdeps/pthread/Subdirs: Moved ...
8565 * sysdeps/nptl/Subdirs: ... here.
8566 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8567 * sysdeps/nptl/aio_misc.h: ... here.
8568 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8569 * sysdeps/nptl/bits/libc-lock.h: ... here.
8570 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8571 * sysdeps/nptl/bits/libc-lockP.h: ... here.
8572 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8573 * sysdeps/nptl/bits/stdio-lock.h: ... here.
8574 * nptl/sysdeps/pthread/configure: Moved ...
8575 * sysdeps/nptl/configure: ... here.
8576 * nptl/sysdeps/pthread/configure.ac: Moved ...
8577 * sysdeps/nptl/configure.ac: ... here.
8578 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8579 * sysdeps/nptl/gai_misc.h: ... here.
8580 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8581 * sysdeps/nptl/librt-cancellation.c: ... here.
8582 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8583 * sysdeps/nptl/malloc-machine.h: ... here.
8584 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8585 * sysdeps/nptl/pthread-functions.h: ... here.
8586 * nptl/sysdeps/pthread/pthread.h: Moved ...
8587 * sysdeps/nptl/pthread.h: ... here.
8588 * nptl/sysdeps/pthread/setxid.h: Moved ...
8589 * sysdeps/nptl/setxid.h: ... here.
8590 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8591 * sysdeps/nptl/sigfillset.c: ... here.
8592 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8593 * sysdeps/nptl/tcb-offsets.h: ... here.
8594 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8595 * sysdeps/nptl/tst-mqueue8x.c: ... here.
8596 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8597 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8598 * nptl/sysdeps/pthread/allocalim.h: Moved ...
8599 * sysdeps/pthread/allocalim.h: ... here.
8600 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8601 * sysdeps/pthread/bits/sigthread.h: ... here.
8602 * nptl/sysdeps/pthread/flockfile.c: Moved ...
8603 * sysdeps/pthread/flockfile.c: ... here.
8604 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8605 * sysdeps/pthread/ftrylockfile.c: ... here.
8606 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8607 * sysdeps/pthread/funlockfile.c: ... here.
8608 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8609 * sysdeps/pthread/posix-timer.h: ... here.
8610 * nptl/sysdeps/pthread/timer_create.c: Moved ...
8611 * sysdeps/pthread/timer_create.c: ... here.
8612 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8613 * sysdeps/pthread/timer_delete.c: ... here.
8614 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8615 * sysdeps/pthread/timer_getoverr.c: ... here.
8616 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8617 * sysdeps/pthread/timer_gettime.c: ... here.
8618 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8619 * sysdeps/pthread/timer_routines.c: ... here.
8620 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8621 * sysdeps/pthread/timer_settime.c: ... here.
8622 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8623 * sysdeps/pthread/tst-timer.c: ... here.
8624 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8625 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8626
e876b090
RM
8627 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8628 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8629
f6b07b3d
RM
8630 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8631 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8632 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8633 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8634 Update #include target.
8635 * nptl/sysdeps/i386/i686/Makefile: Moved ...
8636 * sysdeps/i386/i686/nptl/Makefile: ... here.
8637 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8638 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8639 Update #include target.
8640 * nptl/sysdeps/i386/i686/tls.h: Moved ...
8641 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
8642 * nptl/sysdeps/i386/Makefile: Moved ...
8643 * sysdeps/i386/nptl/Makefile: ... here.
8644 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8645 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8646 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8647 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8648 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8649 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8650 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8651 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8652 * sysdeps/i386/nptl/pthreaddef.h: ... here.
8653 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8654 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8655 * nptl/sysdeps/i386/tls.h: Moved ...
8656 * sysdeps/i386/nptl/tls.h: ... here.
8657
45262aee
RM
8658 * sysdeps/sh/Makefile [$(subdir) = csu]
8659 (gen-as-const-headers): Add tcb-offsets.sym.
8660 * nptl/sysdeps/sh/Makefile: File removed.
8661 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8662 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8663 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8664 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8665 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8666 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8667 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8668 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8669 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8670 * sysdeps/sh/nptl/pthreaddef.h: ... here.
8671 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8672 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8673 * nptl/sysdeps/sh/tls.h: Moved ...
8674 * sysdeps/sh/nptl/tls.h: ... here.
8675 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8676 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8677 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8678 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8679 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8680 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8681 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8682 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8683 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8684 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8685 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8686 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8687 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8688 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8689 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8690 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8691 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8692 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8693 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8694 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8695 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8696 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8697 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8698 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8699 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8700 Moved ...
8701 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8702 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8703 Moved ...
8704 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8705 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8706 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8707 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8708 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8709 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8710 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8711 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8712 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8713 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8714 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8715 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8716 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8717 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8718 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8719 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8720 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8721 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8722 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8723
35a5e3e3
SL
87242014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
8725
8726 * posix/spawn_faction_addopen.c: Include string.h.
8727
14642b85
RM
87282014-06-11 Roland McGrath <roland@hack.frob.com>
8729
8730 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8731 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8732 * nptl/sysdeps/x86_64/Makefile: Moved ...
8733 * sysdeps/x86_64/nptl/Makefile: ... here.
8734 * nptl/sysdeps/x86_64/configure: Moved ...
8735 * sysdeps/x86_64/nptl/configure: ... here.
8736 * nptl/sysdeps/x86_64/configure.ac: Moved ...
8737 * sysdeps/x86_64/nptl/configure.ac: ... here.
8738 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8739 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8740 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8741 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8742 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8743 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8744 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8745 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8746 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8747 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8748 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8749 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8750 * nptl/sysdeps/x86_64/tls.h: Moved ...
8751 * sysdeps/x86_64/nptl/tls.h: ... here.
8752 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8753 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8754 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8755 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8756
8757 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8758
31c44fea
AZ
87592014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8760
8761 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8762
e81a4f9a
JM
87632014-06-11 Joseph Myers <joseph@codesourcery.com>
8764
8765 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8766 type.
8767 [POSIX] (off_t): Likewise.
8768 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8769 [POSIX] (S_ISBLK): Require macro.
8770 [POSIX] (S_ISCHR): Likewise.
8771 [POSIX] (S_ISDIR): Likewise.
8772 [POSIX] (S_ISFIFO): Likewise.
8773 [POSIX] (S_ISREG): Likewise.
8774 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8775 optional-macro.
8776 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8777 type.
8778 [POSIX] (time_t): Likewise.
8779 [POSIX] (timer_t): Likewise.
8780
89e435f3
FW
87812014-06-11 Florian Weimer <fweimer@redhat.com>
8782
8783 [BZ #17048]
8784 * posix/spawn_int.h (struct __spawn_action): Make the path string
8785 non-const to support deallocation.
8786 * posix/spawn_faction_addopen.c
8787 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8788 * posix/spawn_faction_destroy.c
8789 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
8790 path in all spawn_do_open actions.
8791 * posix/tst-spawn.c (do_test): Exercise the copy operation in
8792 posix_spawn_file_actions_addopen.
8793
c3a2ebe1
CM
87942014-06-11 Chris Metcalf <cmetcalf@tilera.com>
8795
8796 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8797 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8798 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8799 conditional code always true.
8800 (__libc_vfork): New alias.
8801
9503784a
RM
88022014-06-11 Roland McGrath <roland@hack.frob.com>
8803
c9cab3d2
RM
8804 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8805 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8806
d3996c79
RM
8807 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8808
ba5ec611
RM
8809 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8810 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8811
f12b4814
RM
8812 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8813 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8814
9503784a
RM
8815 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8816 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8817
e23d3d26
VR
88182014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8819
8820 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8821 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8822 multiarch strcmp for PPC64.
8823 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8824 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8825 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8826 multiarch optimizations.
8827 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8828 (__libc_ifunc_impl_list): Likewise.
8829
42b1161e
SP
88302014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8831
8832 * benchtests/scripts/validate_benchout.py: New script.
8833 * benchtests/Makefile (bench-func): Call it.
8834 * benchtests/scripts/benchout.schema.json: New file.
8835
2d0fc4dc
CM
88362014-06-10 Chris Metcalf <cmetcalf@tilera.com>
8837
4a594c34
AZ
8838 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8839 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8840 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8841 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8842 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8843 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8844 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8845 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8846 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8847 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8848 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8849 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8850 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8851 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8852 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8853 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8854 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 8855 Moved ...
4a594c34 8856 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 8857 ... here.
4a594c34 8858 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 8859 Moved ...
4a594c34
AZ
8860 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8861 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 8862 Moved ...
4a594c34 8863 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 8864 ... here.
4a594c34 8865 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 8866 Moved ...
4a594c34 8867 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 8868 ... here.
4a594c34 8869 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 8870 Moved ...
4a594c34
AZ
8871 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8872 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 8873 Moved ...
4a594c34 8874 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 8875 ... here.
4a594c34 8876 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 8877 Moved ...
4a594c34 8878 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 8879 ... here.
4a594c34 8880 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 8881 Moved ...
4a594c34
AZ
8882 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8883 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 8884 Moved ...
4a594c34 8885 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 8886 ... here.
4a594c34 8887 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 8888 Moved ...
4a594c34 8889 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 8890 ... here.
4a594c34 8891 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 8892 Moved ...
4a594c34 8893 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 8894 ... here.
4a594c34 8895 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 8896 Moved ...
4a594c34
AZ
8897 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8898 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 8899 Moved ...
4a594c34 8900 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 8901 ... here.
4a594c34 8902 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 8903 Moved ...
4a594c34 8904 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 8905 ... here.
4a594c34 8906 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 8907 Moved ...
4a594c34 8908 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 8909 ... here.
4a594c34 8910 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 8911 Moved ...
4a594c34
AZ
8912 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8913 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 8914 Moved ...
4a594c34 8915 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 8916 ... here.
4a594c34 8917 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 8918 Moved ...
4a594c34 8919 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 8920 ... here.
4a594c34 8921 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 8922 Moved ...
4a594c34
AZ
8923 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8924 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 8925 Moved ...
4a594c34 8926 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 8927 ... here.
4a594c34 8928 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 8929 Moved ...
4a594c34
AZ
8930 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8931 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 8932 Moved ...
4a594c34
AZ
8933 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8934 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 8935 Moved ...
4a594c34 8936 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 8937 ... here.
4a594c34 8938 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 8939 Moved ...
4a594c34 8940 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 8941 ... here.
4a594c34 8942 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 8943 Moved ...
4a594c34 8944 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 8945 ... here.
4a594c34 8946 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 8947 Moved ...
4a594c34
AZ
8948 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8949 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 8950 Moved ...
4a594c34 8951 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 8952 ... here.
4a594c34 8953 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 8954 Moved ...
4a594c34 8955 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 8956 ... here.
4a594c34
AZ
8957 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8958 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8959 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8960 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8961 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 8962 Moved ...
4a594c34 8963 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 8964 ... here.
4a594c34
AZ
8965 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8966 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8967 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8968 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8969 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8970 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8971 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8972 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8973 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8974 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8975 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8976 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8977 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 8978 Moved ...
4a594c34
AZ
8979 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8980 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 8981 Moved ...
4a594c34
AZ
8982 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8983 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8984 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8985 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 8986 Moved ...
4a594c34
AZ
8987 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8988 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8989 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8990 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8991 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8992 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8993 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 8994
0570cfed
W
89952014-06-10 Wilco <wdijkstr@arm.com>
8996
8997 * math/test-fenv-return.c: New file.
8998 * math/Makefile: Add new test test-fenv-return.
8999
f8ba1b56
JM
90002014-06-10 Joseph Myers <joseph@codesourcery.com>
9001
9002 [BZ #17042]
9003 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9004 when x - 1 is zero.
9005 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9006 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9007 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9008 0.0L for an argument of 1.0L.
9009 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9010 Likewise.
9011 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9012 value when x - 1 is zero.
9013 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9014 * sysdeps/i386/fpu/libm-test-ulps: Update.
9015 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9016
2c3520d9
BO
90172014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
9018
9019 [BZ #15119]
9020 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9021
acaa4d24
RM
90222014-06-09 Roland McGrath <roland@hack.frob.com>
9023
9024 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9025 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9026
962b744d
RM
90272014-06-09 Roland McGrath <roland@hack.frob.com>
9028
d752f0cc
RM
9029 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9030 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9031
34eda6d1
RM
9032 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9033 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9034
50f0a637
RM
9035 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9036 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9037
08f41f04
RM
9038 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9039 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9040
962b744d
RM
9041 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9042 if not already defined.
9043 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9044 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9045 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9046 (TLS_INIT_TP): Use it.
9047 (TLS_DEFINE_INIT_TP): New macro.
9048 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9049
09f19b05
JM
90502014-06-09 Joseph Myers <joseph@codesourcery.com>
9051
9052 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9053 constant.
9054 [POSIX] (IXANY): Likewise.
9055 [POSIX] (OLCUC): Likewise.
9056 [POSIX || POSIX2008] (CBAUD): Do not allow.
9057 [POSIX || POSIX2008] (DEFECHO): Likewise.
9058 [POSIX || POSIX2008] (ECHOCTL): Likewise.
9059 [POSIX || POSIX2008] (ECHOKE): Likewise.
9060 [POSIX || POSIX2008] (ECHOPRT): Likewise.
9061 [POSIX || POSIX2008] (EXTA): Likewise.
9062 [POSIX || POSIX2008] (EXTB): Likewise.
9063 [POSIX || POSIX2008] (FLUSHO): Likewise.
9064 [POSIX || POSIX2008] (LOBLK): Likewise.
9065 [POSIX || POSIX2008] (PENDIN): Likewise.
9066 [POSIX || POSIX2008] (SWTCH): Likewise.
9067 [POSIX || POSIX2008] (VDISCARD): Likewise.
9068 [POSIX || POSIX2008] (VDSUSP): Likewise.
9069 [POSIX || POSIX2008] (VLNEXT): Likewise.
9070 [POSIX || POSIX2008] (VREPRINT): Likewise.
9071 [POSIX || POSIX2008] (VSTATUS): Likewise.
9072 [POSIX || POSIX2008] (VWERASE): Likewise.
9073 (B*): Change to B[0123456789]*.
9074 * conform/data/time.h-data [POSIX || UNIX98]
9075 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9076 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9077 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9078 [POSIX] (tm_*): Do not allow.
9079
686554bf
JM
90802014-06-07 Joseph Myers <joseph@codesourcery.com>
9081
9082 * Makefile (install): Don't set LANGUAGE.
9083 * Makefile.in (install): Likewise.
9084 * assert/Makefile (test-assert-ENV): Remove variable.
9085 (test-assert-perr-ENV): Likewise.
9086 * elf/Makefile (neededtest4-ENV): Likewise.
9087 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9088 [$(cross-compiling) = no]: Don't set LANGUAGE.
9089 * io/ftwtest-sh (LANG): Remove variable.
9090 * libio/Makefile (tst-widetext-ENV): Likewise.
9091 * manual/install.texi (Running make install): Don't refer to
9092 environment settings for make install.
9093 * INSTALL: Regenerated.
9094 * nptl/tst-tls6.sh: Don't set LANG.
9095 * posix/globtest.sh (LANG): Remove variable.
9096 * string/Makefile (tester-ENV): Likewise.
9097 (inl-tester-ENV): Likewise.
9098 (noinl-tester-ENV): Likewise.
9099 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9100 [$(cross-compiling) = no]: Don't set LANGUAGE.
9101 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9102 without explicit environment settings.
9103
68e6b6b1
RM
91042014-06-06 Roland McGrath <roland@hack.frob.com>
9105
9106 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9107 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9108 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9109 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9110
4d3ae034
CM
91112014-06-06 Chris Metcalf <cmetcalf@tilera.com>
9112
9113 * crypt/crypt-private.h [DOS]: Add some includes taken from the
9114 other files in the crypt directory.
9115 * crypt/crypt.c: Remove duplicate includes.
9116 * crypt/crypt-entry.c: Likewise.
9117 * crypt/crypt_util.c: Likewise.
9118
8540f6d2
JM
91192014-06-06 Joseph Myers <joseph@codesourcery.com>
9120
9121 * Makeconfig (run-program-env): New variable.
9122 (run-program-prefix-before-env): Likewise.
9123 (run-program-prefix-after-env): Likewise.
9124 (run-program-prefix): Define in terms of new variables.
9125 (built-program-cmd-before-env): New variable.
9126 (built-program-cmd-after-env): Likewise.
9127 (built-program-cmd): Define in terms of new variables.
9128 (test-program-prefix-before-env): New variable.
9129 (test-program-prefix-after-env): Likewise.
9130 (test-program-prefix): Define in terms of new variables.
9131 (test-program-cmd-before-env): New variable.
9132 (test-program-cmd-after-env): Likewise.
9133 (test-program-cmd): Define in terms of new variables.
9134 * Rules (make-test-out): Use $(run-program-env).
9135 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9136 (help): Do not mention environment variables. Mention
9137 --timeoutfactor option.
9138 (timeoutfactor): New variable.
9139 (blacklist_exports): Remove function.
9140 (exports): Remove variable.
9141 (command): Do not include ${exports}.
9142 * manual/install.texi (Configuring and compiling): Do not mention
9143 test wrappers preserving environment variables. Mention that last
9144 assignment to a variable must take precedence.
9145 * INSTALL: Regenerated.
9146 * benchtests/Makefile (run-bench): Use $(run-program-env).
9147 * catgets/Makefile ($(objpfx)test1.cat): Use
9148 $(built-program-cmd-before-env), $(run-program-env) and
9149 $(built-program-cmd-after-env).
9150 ($(objpfx)test2.cat): Do not specify environment variables
9151 explicitly.
9152 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9153 $(run-program-env) and $(built-program-cmd-after-env).
9154 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9155 $(run-program-env) and $(test-program-cmd-after-env).
9156 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9157 explicitly.
9158 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9159 run_program_env and test_program_cmd_after_env arguments.
9160 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9161 * elf/tst-pathopt.sh: Use run_program_env argument.
9162 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9163 $(test-wrapper-env) and $(run-program-env).
9164 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9165 run_program_env arguments.
9166 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9167 * intl/Makefile ($(objpfx)tst-gettext.out): Use
9168 $(test-program-prefix-before-env), $(run-program-env) and
9169 $(test-program-prefix-after-env).
9170 ($(objpfx)tst-gettext2.out): Likewise.
9171 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9172 run_program_env and test_program_prefix_after_env arguments.
9173 * intl/tst-gettext2.sh: Likewise.
9174 * intl/tst-gettext4.sh: Do not set environment variables
9175 explicitly.
9176 * intl/tst-gettext6.sh: Likewise.
9177 * intl/tst-translit.sh: Likewise.
9178 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9179 $(test-program-prefix-before-env), $(run-program-env) and
9180 $(test-program-prefix-after-env).
9181 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9182 run_program_env and test_program_prefix_after_env arguments.
9183 * math/Makefile (run-regen-ulps): Use $(run-program-env).
9184 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9185 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
9186 explicitly with each use of ${test_wrapper_env}.
9187 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9188 $(test-program-prefix-before-env), $(run-program-env) and
9189 $(test-program-prefix-after-env).
9190 * posix/tst-getconf.sh: Do not set environment variables
9191 explicitly.
9192 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9193 run_program_env and test_program_prefix_after_env arguments.
9194 * stdio-common/tst-printf.sh: Do not set environment variables
9195 explicitly.
9196 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9197 $(test-program-prefix-before-env), $(run-program-env) and
9198 $(test-program-prefix-after-env).
9199 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9200 run_program_env and test_program_prefix_after_env arguments.
9201 Split $test calls into $test_pre and $test.
9202 * timezone/Makefile (build-testdata): Use
9203 $(built-program-cmd-before-env), $(run-program-env) and
9204 $(built-program-cmd-after-env).
9205
ed36bfa1
AZ
92062014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9207
9208 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9209 strlen for non SHARED builds.
9210
fc75bf46
SP
92112014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
9212
9213 * nptl/allocatestack.c (check_list): Inlined function...
9214 (__reclaim_stacks): ... here.
9215
d89b3d80
OB
92162014-06-05 Ondřej Bílka <neleai@seznam.cz>
9217
9218 [BZ #15698]
9219 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9220 memory overrun.
9221
2bf18041
JM
92222014-06-05 Joseph Myers <joseph@codesourcery.com>
9223
9224 * Rules (make-test-out): Include
9225 LOCPATH=$(common-objpfx)localedata in default environment.
9226 * debug/Makefile (tst-chk1-ENV): Remove variable.
9227 (tst-chk2-ENV): Likewise.
9228 (tst-chk3-ENV): Likewise.
9229 (tst-chk4-ENV): Likewise.
9230 (tst-chk5-ENV): Likewise.
9231 (tst-chk6-ENV): Likewise.
9232 (tst-lfschk1-ENV): Likewise.
9233 (tst-lfschk2-ENV): Likewise.
9234 (tst-lfschk3-ENV): Likewise.
9235 (tst-lfschk4-ENV): Likewise.
9236 (tst-lfschk5-ENV): Likewise.
9237 (tst-lfschk6-ENV): Likewise.
9238 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9239 (tst-iconv7-ENV): Likewise.
9240 * intl/Makefile (LOCPATH-ENV): Likewise.
9241 (tst-codeset-ENV): Likewise.
9242 (tst-gettext3-ENV): Likewise.
9243 (tst-gettext5-ENV): Likewise.
9244 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9245 (tst-fopenloc-ENV): Likewise.
9246 (tst-fgetws-ENV): Remove variable.
9247 (tst-ungetwc1-ENV): Likewise.
9248 (tst-ungetwc2-ENV): Likewise.
9249 (bug-ungetwc2-ENV): Likewise.
9250 (tst-swscanf-ENV): Likewise.
9251 (bug-ftell-ENV): Likewise.
9252 (tst-fgetwc-ENV): Likewise.
9253 (tst-fseek-ENV): Likewise.
9254 (tst-ftell-partial-wide-ENV): Likewise.
9255 (tst-ftell-active-handler-ENV): Likewise.
9256 (tst-ftell-append-ENV): Likewise.
9257 * posix/Makefile (tst-fnmatch-ENV): Likewise.
9258 (tst-regexloc-ENV): Likewise.
9259 (bug-regex1-ENV): Likewise.
9260 (tst-regex-ENV): Likewise.
9261 (tst-regex2-ENV): Likewise.
9262 (bug-regex5-ENV): Likewise.
9263 (bug-regex6-ENV): Likewise.
9264 (bug-regex17-ENV): Likewise.
9265 (bug-regex18-ENV): Likewise.
9266 (bug-regex19-ENV): Likewise.
9267 (bug-regex20-ENV): Likewise.
9268 (bug-regex22-ENV): Likewise.
9269 (bug-regex23-ENV): Likewise.
9270 (bug-regex25-ENV): Likewise.
9271 (bug-regex26-ENV): Likewise.
9272 (bug-regex30-ENV): Likewise.
9273 (bug-regex32-ENV): Likewise.
9274 (bug-regex33-ENV): Likewise.
9275 (bug-regex34-ENV): Likewise.
9276 (bug-regex35-ENV): Likewise.
9277 (tst-rxspencer-ENV): Likewise.
9278 (tst-rxspencer-no-utf8-ENV): Likewise.
9279 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9280 (tst-sscanf-ENV): Likewise.
9281 (tst-swprintf-ENV): Likewise.
9282 (tst-swscanf-ENV): Likewise.
9283 (test-vfprintf-ENV): Likewise.
9284 (scanf13-ENV): Likewise.
9285 (bug14-ENV): Likewise.
9286 (tst-grouping-ENV): Likewise.
9287 * stdlib/Makefile (tst-strtod-ENV): Likewise.
9288 (tst-strtod3-ENV): Likewise.
9289 (tst-strtod4-ENV): Likewise.
9290 (tst-strtod5-ENV): Likewise.
9291 (testmb2-ENV): Likewise./
9292 * string/Makefile (tst-strxfrm-ENV): Likewise.
9293 (tst-strxfrm2-ENV): Likewise.
9294 (bug-strcoll1-ENV): Likewise.
9295 (test-strcasecmp-ENV): Likewise.
9296 (test-strncasecmp-ENV): Likewise.
9297 * time/Makefile (tst-strptime-ENV): Likewise.
9298 (tst-ftime_l-ENV): Likewise.
9299 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9300 (tst-mbrtowc-ENV): Likewise.
9301 (tst-wcrtomb-ENV): Likewise.
9302 (tst-mbrtowc2-ENV): Likewise.
9303 (tst-c16c32-1-ENV): Likewise.
9304 (tst-mbsnrtowcs-ENV): Likewise.
9305
cd1fb604
OB
93062014-06-05 Ondřej Bílka <neleai@seznam.cz>
9307
9308 * manual/resource.texi (How to get information about the memory
9309 subsystem?): Fix typo.
9310 Reported by Peon de la Parra Ivan <peon@keba.com>
9311
b42eca7d
GY
93122014-06-03 Guo Yixuan <culu.gyx@gmail.com>
9313
9314 [BZ #16882]
9315 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9316 (pthread_spin_lock): Branch out of spin loop to proper location.
9317 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9318 (pthread_spin_lock): Likewise.
9319
902b71f9
DM
9320 * nptl/tst-spin4.c: New test.
9321 * nptl/Makefile (tests): Add tst-spin4.
9322
f9d2d032
AS
93232014-06-03 Andreas Schwab <schwab@suse.de>
9324
9325 [BZ #15946]
9326 * resolv/res_send.c (send_dg): Reload file descriptor after
9327 calling reopen.
9328
cf7bfd28
SL
93292014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
9330
9331 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9332
111cc714
RH
93332014-06-03 Richard Henderson <rth@redhat.com>
9334
89b4bd6b
RH
9335 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9336 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9337 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9338 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
9339 in the SAVE_PID block.
9340 (__libc_vfork): New alias.
71840409 9341 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 9342
111cc714
RH
9343 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9344 child in registers, not on the stack. Remove RESET_PID conditionals.
9345 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9346
ccc39911
MS
93472014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
9348
9349 * sysdeps/aarch64/libm-test-ulps: Regenerate.
9350
693096cc
W
93512014-06-03 Wilco <wdijkstr@arm.com>
9352
9353 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9354 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9355 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9356 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9357 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9358 Likewise.
9359
0b4366bc
W
93602014-06-03 Wilco <wdijkstr@arm.com>
9361
9362 * sysdeps/aarch64/fpu/math_private.h
9363 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9364 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9365 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9366 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9367 Fix declarations.
9368
8747cd03
KS
93692014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9370
9371 * crypt/crypt-private.h: Include ufc-crypt.h.
9372 (__b64_from_24bit): Declare extern.
9373 * crypt/crypt_util.c(__b64_from_24bit): New function.
9374 (b64t): New static const variable.
9375 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9376 (b64t): Remove variable.
9377 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9378 * crypt/sha256-crypt.c: Include crypt-private.h.
9379 (b64t): Remove variable.
9380 (__sha256_crypt_r): Remove b64_from_24bit and replace
9381 with __b64_from_24bit.
9382 * crypt/sha512-crypt.c: Likewise.
9383
d936d379
RM
93842014-06-02 Roland McGrath <roland@hack.frob.com>
9385
9386 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9387 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9388 Label the code __libc_vfork rather than __vfork.
9389 [!NOT_IN_libc] (vfork): Define as weak alias.
9390 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9391 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9392 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9393
9fa76613
SP
93942014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9395
9396 * malloc/malloc.c (malloc_info): Fix format specifier for
9397 n_mmaps.
9398
a88dadbe
W
93992014-06-02 Wilco <wdijkstr@arm.com>
9400
9401 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9402 FPCR write.
9403
c95b3011
W
94042014-06-02 Wilco <wdijkstr@arm.com>
9405
9406 [BZ #17009]
9407 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9408 Rewrite to reduce FPCR/FPSR accesses.
9409
6b4d7a90
DM
94102014-06-01 David S. Miller <davem@davemloft.net>
9411
9412 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9413
30f3d07c
DM
94142014-05-31 David S. Miller <davem@davemloft.net>
9415
9416 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9417 to occur in round to nearest mode when |x| >= 2.0
9418
74f31c18
RH
94192014-05-30 Richard Henderson <rth@twiddle.net>
9420
f0712b54
RH
9421 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9422 (PSEUDO_RET_NOERRNO): Remove.
9423 (ret): Don't redefine.
9424 (ret_NOERRNO): Define in terms of ret.
9425 (ret_ERRVAL): Likewise.
9426
74f31c18
RH
9427 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9428 use of PSEUDO_RET; perform the error check directly.
9429
30477995
MM
94302014-05-30 Marko Myllynen <myllynen@redhat.com>
9431
9432 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9433 with __int128_t.
9434
62a58816
SP
94352014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9436
9437 * malloc/malloc (malloc_info): Fix formatting.
9438
4d653a59
SP
94392014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9440 Roland McGrath <roland@hack.frob.com>
9441
9442 * malloc/malloc (malloc_info): Also print mmapped statistics.
9443
5190c17f
RM
94442014-05-30 Roland McGrath <roland@hack.frob.com>
9445
9446 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9447 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9448
987c0269
OB
94492014-05-30 Ondřej Bílka <neleai@seznam.cz>
9450
9451 * malloc/malloc.c (malloc_info): Inline mi_arena.
9452
af4e8ef9
RH
94532014-05-29 Richard Henderson <rth@twiddle.net>
9454
1670e207
RH
9455 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9456 Remove comma before expanding ASM_ARGS_##nr.
9457 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9458 Make _x0 a strict output; make _x8 a strict input; adjust expansion
9459 of ASM_ARGS_##nr.
9460 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9461 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9462 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9463 (ASM_ARGS_1): Add leading comma.
9464
11a28aee
RH
9465 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9466 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9467 to __errno_location.
9468 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9469 Remove the expected plt for __errno_location.
9470
a17e5ffb 9471 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 9472 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
9473 call to __read_tp.
9474
b5be4597
RH
9475 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9476 Always allocate 64 bytes of stack frame. Use ldp/stp to create
9477 it and break it down.
9478 (DOCARGS_0, DOCARGS_1): Do nothing.
9479 (DOCARGS_2): Update to store into the new stack frame.
9480 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9481 (UNDOCARGS_1): Update to restore from the new stack frame.
9482 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9483 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9484
645d44ab
RH
9485 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9486 (SINGLE_THREAD_P): New parameter for result regno.
9487 (PSEUDO): Update to match; use cbz instead of beq.
9488
a8b4f04a
RH
9489 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9490 Use ENTRY to define the _nocancel entry point. Share the syscall
9491 and syscall error check paths with the cancel path.
9492 (PSEUDO_END): New.
9493
af4e8ef9
RH
9494 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9495 whitespace; tabs before and after asm mnemonics.
9496
26b0d2e1
EW
94972014-05-29 Eric Wong <normalperson@yhbt.net>
9498
9499 [BZ #15132]
9500 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9501 Call fstat64 or stat64 internally, depending on arguments passed.
9502 Replace stat buffer argument with file descriptor argument.
9503 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9504 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9505 Pass fd to __internal_statvfs instead of calling fstat64.
9506 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9507 Pass fd to __internal_statvfs64 instead of calling fstat64.
9508 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9509 Pass -1 to __internal_statvfs instead of calling stat64.
9510 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9511 Pass -1 to __internal_statvfs64 instead of calling stat64.
9512
1efe2bd9
RM
95132014-05-28 Roland McGrath <roland@hack.frob.com>
9514
0d3b7a19
RM
9515 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9516 that was previously under [RESET_PID].
9517 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9518
1efe2bd9
RM
9519 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9520 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9521
a6bea3ca
RM
95222014-05-27 Roland McGrath <roland@hack.frob.com>
9523
30b6629e
RM
9524 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9525
a6bea3ca
RM
9526 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9527 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9528
3dfb9a5c
OB
95292014-05-27 Ondřej Bílka <neleai@seznam.cz>
9530
9531 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9532
774f9285
AS
95332014-05-27 Andreas Schwab <schwab@suse.de>
9534
9535 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9536 TLS_INIT_TP macro.
9537 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9538 * elf/rtld.c (init_tls, dl_main): Likewise.
9539 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9540 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9541 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9542 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9543 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9544 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9545 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9546 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9547 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9548 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9549 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9550 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9551 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9552 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9553 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9554 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9555 * sysdeps/generic/tls.h: Update description.
9556
36ffe739
WN
95572014-05-27 Will Newton <will.newton@linaro.org>
9558
9559 [BZ #16990]
9560 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9561 and restore r2 rather than just restoring.
9562
2482ae43
SP
95632014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9564
9565 [BZ #16724]
9566 * libio/tst-ftell-append.c: New test case.
9567 * libio/Makefile (tests): Add test case.
9568 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9569 append mode.
9570 * libio/wfileops.c (do_ftell_wide): Likewise.
9571
3d1024e8
AZ
95722014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9573
bab90016
AZ
9574 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9575
c7a8d667
AZ
9576 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9577 ...
9578 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9580 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9581 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9582 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9583 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9584 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9585 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9586 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9587 Moved ...
9588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9589 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9590 Moved ...
9591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9592 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9593 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9594 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9595 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9596 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9597 ...
9598 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9599 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9600 Moved ...
9601 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9602 here.
9603 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9604 ...
9605 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9606 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9607 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9608
daee7851
AZ
9609 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9610 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9611 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9612 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9613
50a40819
AZ
9614 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9615 merge into ...
9616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9617 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9618 ...
9619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9620 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9621 ...
9622 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9623 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9624 Moved ...
9625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9626 here.
9627 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9628 Moved ...
9629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9630 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9631 Moved ...
9632 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9633
8464c2a1
AZ
9634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9635 conditional [RESET_PID].
9636 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9637 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9638 removed.
9639 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9640 removed.
9641
3d1024e8
AZ
9642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9643 <tcb-offsets.h>.
9644 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9645 (__libc_vfork): New strong alias.
9646 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9647 removed.
9648 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9649 Removed.
9650
9651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9652 <tcb-offsets.h>.
9653 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9654 (__libc_vfork): New strong alias.
9655 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9656 removed.
9657 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9658 removed.
9659
fdfd175d
CD
96602014-05-26 Carlos O'Donell <carlos@redhat.com>
9661
9662 * malloc/malloc.c (mi_arena): New function.
9663 (malloc_info): Remove nested function mi_arena. Call non-nosted
9664 function mi_arena.
9665
d298c416
AZ
96662014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9667
9668 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9669 by insrwi.
9670 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9671 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9672 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9673 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9674 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9675 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9676 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9677
b60ea6ff
AS
96782014-05-26 Andreas Schwab <schwab@suse.de>
9679
9680 [BZ #16984]
9681 * locale/programs/repertoire.c (repertoire_read): Add slash
9682 between I18NPATH element and file name.
9683 * locale/programs/locfile.c (locfile_read): Likewise.
9684
67365926
SL
96852014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9686
9687 * nptl/pthread_mutexattr_settype.c
9688 (__pthread_mutexattr_settype):
9689 Disable lock elision for PTHREAD_MUTEX_NORMAL.
9690
f8bdf1f0
SL
96912014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9692
9693 * nptl/tst-mutex5 (do_test):
9694 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9695
15eaf6ff
SP
96962014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9697
9698 * benchtests/README: Document 'init' directive.
9699 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9700 BENCH_INIT.
9701 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9702 (parse_file): Recognize 'init' directive.
9703
75f11331
KM
97042014-05-26 Kyle McMartin <kyle@redhat.com>
9705
9706 [BZ #16796]
9707 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9708 alignment of struct pthread.
9709
c3ec475c
SP
97102014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9711
9712 [BZ #16878]
9713 * nscd/netgroupcache.c (addgetnetgrentX): Look for
9714 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9715 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9716 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9717
82aab97c
RH
97182014-05-25 Richard Henderson <rth@twiddle.net>
9719
aa2f176d
RH
9720 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9721 (SINGLE_THREAD_P_PIC): Remove.
9722 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9723 (SINGLE_THREAD_P_PIC): Remove.
9724
ca3cfa40
RH
9725 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9726 branch to syscall error ...
9727 (PSEUDO): ... here.
9728 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9729 from __local_syscall_error to .Lsyscall_error.
9730 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9731 (SYSCALL_ERROR): Update label name.
9732
6e6c2d01
RH
9733 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9734 Do not use DOARGS/UNDOARGS.
9735 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9736 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9737 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9738 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9739 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9740
c69abcee
RH
9741 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9742 block comment.
9743
82aab97c
RH
9744 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9745 define if !NOT_IN_libc.
9746 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9747 define with non-default symbol versions.
9748
8820e3ac
RH
97492014-05-23 Richard Henderson <rth@twiddle.net>
9750
900e445f
RH
9751 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9752 (vfork, __vfork): Define via compat_symbol.
9753
8820e3ac
RH
9754 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9755 [!HAVE_IFUNC] (vfork_compat): Remove.
9756 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9757
e59252a5
JM
97582014-05-23 Joseph Myers <joseph@codesourcery.com>
9759
9760 [BZ #16978]
9761 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9762 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9763 variable.
9764
132c7f5f
RH
97652014-05-23 Richard Henderson <rth@twiddle.net>
9766
bc89e962
RH
9767 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9768 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9769 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9770 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9771
9772 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9773 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9774 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9775 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9776 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9777 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9778 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9779 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9780 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9781 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9782 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9783 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9784 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9785 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9786 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9787 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9788 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9789 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9790 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9791 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9792 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9793 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9794 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9795 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9796 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9797 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9798 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9799 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9800 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9801 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9802 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9803 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9804 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9805 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9806 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9807 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9808 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9809 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9810 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9811 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9812 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9813 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9814 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9815 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9816 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9817 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9818 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9819 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9820 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9821 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9822 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9823 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9824 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9825 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9826 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9827 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9828
e2fa4bc2
RH
9829 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9830 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9831 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
9832 before exiting on error.
9833 (__libc_vfork): New strong alias.
9834 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9835 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9836
279b24e2
RH
9837 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9838 that was previously under [RESET_PID].
9839 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9840
132c7f5f
RH
9841 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9842
b72592e7
JM
98432014-05-23 Joseph Myers <joseph@codesourcery.com>
9844
9845 [BZ #16977]
9846 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9847 value when x - 1 is zero.
9848 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9849 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9850 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9851 0.0L for an argument of 1.0L.
9852 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9853 Likewise.
9854 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9855 value when x - 1 is zero.
9856 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9857 * sysdeps/i386/fpu/libm-test-ulps: Update.
9858 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9859
2302d679
RV
98602014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9861
9862 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9863 alphasort and versionsort.
9864
32999d63
AZ
98652014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9866
9867 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9868 macro.
9869 [copysignf]: Likewise.
9870
019324d0
SP
98712014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9872
9873 * crypt/md5-crypt.c: Fix formatting.
9874
34fff5c2
KS
98752014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9876
9877 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9878 (b64_from_24bit): New function.
9879
3d2badac
AZ
98802014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9881
9882 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9883 libc_hidden_builtin_def to ifunc.
9884 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9885 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9886
f7bb179f 98872014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
9888
9889 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9890 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9891
4134b50d
JM
98922014-05-21 Joseph Myers <joseph@codesourcery.com>
9893
bb7d0337
JM
9894 * nscd/Depend (linuxthreads): Remove.
9895 (nptl): Add.
9896 * resolv/Depend (linuxthreads): Remove.
9897 * rt/Depend (linuxthreads): Remove.
9898
4134b50d
JM
9899 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9900 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9901 $(common-objpfx)elf/.
9902 (link-libc-before-gnulib): Likewise.
9903 (elfobjdir): Remove variable.
9904 * Makefile (install): Use $(elf-objpfx) instead of
9905 $(common-objpfx)elf/.
9906 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9907 $(elfobjdir)/.
9908 (link-libc-deps): Likewise.
9909 ($(common-objpfx)libc.so): Likewise.
9910 ($(common-objpfx)linkobj/libc.so): Likewise.
9911 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9912 instead of $(common-objpfx)elf/.
9913 (symbolic-link-list): Likewise.
9914 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9915 [$(cross-compiling) = no]: Likewise.
9916 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9917 $(elfobjdir)/.
9918 (static-gnulib-arch): Likewise.
9919 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9920 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9921 $(common-objpfx)elf/.
9922
3612eb8f
RH
99232014-05-21 Richard Henderson <rth@redhat.com>
9924
a6b3657b
RH
9925 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9926 (SINGLE_THREAD_P): Use the correct width load. Fold
9927 into the ldr offset.
9928
3612eb8f
RH
9929 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9930 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9931
175cef41
JM
99322014-05-20 Joseph Myers <joseph@codesourcery.com>
9933
9934 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9935 (libgcc_s_resume): Use __attribute_used__.
9936 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9937 Likewise.
9938
e13bccd3
AZ
99392014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9940
9941 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9942 optimization when used with float constants.
9943
7c112a38
AZ
9944 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9945
ae75a883
AJ
99462014-05-20 Aurelien Jarno <aurelien@aurel32.net>
9947
9948 [BZ #16915]
9949 * locale/nl_langinfo_l.c: Make direct reference to every
9950 _nl_current_CATEGORY symbol.
9951 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9952 (tests-static): Add tst-langinfo-static.
9953 (tests-special): Add tst-langinfo-static.out.
9954 ($(objpfx)tst-langinfo.out): Redirect output.
9955 ($(objpfx)tst-langinfo-static.out): New.
9956 * localedata/tst-langinfo.sh: Send output to stdout.
9957 * localedata/tst-langinfo-static.c: New file.
9958
4406c41c
AJ
9959 [BZ #16965]
9960 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9961 when the shift amount is modulo the limb size.
9962
4c0a1e63
RH
99632014-05-20 Richard Henderson <rth@redhat.com>
9964
de9d8f20
RH
9965 [BZ #16967]
9966 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9967 Change type of sa_flags from unsigned int to int.
9968
4c0a1e63
RH
9969 [BZ #16966]
9970 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
9971
9972 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9973
a60339aa
WN
99742014-05-20 Will Newton <will.newton@linaro.org>
9975
9976 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9977 Test the return value of the system call in the nocancel case.
9978
7d05a816
YR
99792014-05-20 Will Newton <will.newton@linaro.org>
9980 Yvan Roux <yvan.roux@linaro.org>
9981
9982 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9983 #include of asm/ptrace.h.
9984 (PTRACE_GET_THREAD_AREA): Remove #undef.
9985 (PTRACE_GETHBPREGS): Likewise.
9986 (PTRACE_SETHBPREGS): Likewise.
9987 (struct user_regs_struct): New structure.
9988 (struct user_fpsimd_struct): New structure.
9989 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9990 #include of asm/ptrace.h and second #include of sys/user.h.
9991 (PTRACE_GET_THREAD_AREA): Remove #undef.
9992 (PTRACE_GETHBPREGS): Likewise.
9993 (PTRACE_SETHBPREGS): Likewise.
9994 (ELF_NGREG): Use new struct user_regs_struct.
9995 (elf_fpregset_t): Use new struct user_fpsimd_struct.
9996
af121e37
AZ
99972014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9998
9999 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10000 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10001
834caf06
JM
100022014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10003
10004 [BZ #16958]
10005 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10006 membar to avoid block loads/stores to overlap previous stores.
10007
e184a918
RH
100082014-05-17 Richard Henderson <rth@redhat.com>
10009
10010 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10011 Create the __##syscall_name##_nocancel entry point.
10012 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10013 Remove; let the sysdep-cancel.h code create it.
10014
f56c7a6a
DM
100152014-05-17 David S. Miller <davem@davemloft.net>
10016
10017 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10018 Protect with __USE_GNU.
10019 (TIOCSET_TEMPT): Likewise.
10020 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10021 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10022 these are already provided in bits/ioctl-types.h
10023
f75616b2
RM
100242014-05-16 Roland McGrath <roland@hack.frob.com>
10025
3edeca86
RM
10026 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10027 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10028
f75616b2
RM
10029 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10030 Use wait4 regardless of [__NR_waitpid].
10031
deb0f7f6
MR
100322014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
10033
10034 PR libgcc/60166
10035 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10036 (_FP_NANSIGN_Q): Set the quiet bit.
10037
79520f4b
JM
100382014-05-16 Joseph Myers <joseph@codesourcery.com>
10039
10040 * benchtests/Makefile
10041 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10042 not $(common-objpfx)math/libm.so.
10043 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10044 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10045 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10046 $(common-objpfx)dlfcn/libdl.so.
10047 ($(objpfx)tst-audit8): Depend on $(libm), not
10048 $(common-objpfx)math/libm.so.
10049 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10050 not $(common-objpfx)dlfcn/libdl.so.
10051 * math/Makefile
10052 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10053 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
10054 [$(build-shared) = yes].
10055 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10056 $(common-objpfx)nptl/libpthread.so.
10057 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10058 $(common-objpfx)math/libm.so$(libm.so-version) or
10059 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10060 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10061 $(common-objpfx)dlfcn/libdl.so.
10062 * setjmp/Makefile (link-libm): Remove variable.
10063 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10064 * stdio-common/Makefile (link-libm): Remove variable.
10065 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10066 * stdlib/Makefile (link-libm): Remove variable.
10067 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10068 ($(objpfx)tst-strtod-round): Likewise.
10069 ($(objpfx)tst-tininess): Likewise.
10070 ($(objpfx)tst-strtod-underflow): Likewise.
10071 ($(objpfx)tst-strtod6): Likewise.
10072 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10073 $(libdl), not $(common-objpfx)nptl/libpthread.so and
10074 $(common-objpfx)dlfcn/libdl.so.
10075
026b0fe4
AZ
100762014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10077
10078 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10079 BSD terminal modes definitions.
10080
def4bcb2
RM
100812014-05-16 Roland McGrath <roland@hack.frob.com>
10082
fe39b021
RM
10083 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10084 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10085
1d1fc46e 10086 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
10087 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10088 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10089 Don't do #include_next.
10090 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10091 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10092 Don't do #include_next.
10093 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10094 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10095 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10096 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10097
c72399fb
AM
100982014-05-16 Allan McRae <allan@archlinux.org>
10099
d51d659d
AM
10100 * po/sv.po: Update Swedish translation from translation project.
10101
c72399fb
AM
10102 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10103 in sed expression.
10104
d0583c40
AJ
101052014-05-16 Aurelien Jarno <aurelien@aurel32.net>
10106
10107 [BZ #16917]
10108 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10109 errno if the TIOCGPTN ioctl fails with an error different than
10110 EINVAL.
10111 * login/tst-ptsname.c: New file.
10112 * login/Makefile (tests): Add tst-ptsname.
10113
d16e6ec7
AJ
10114 [BZ #16943]
10115 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10116 and prlimit64.
10117
cf26a0cb
SP
101182014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10119
10120 [BZ #16849]
10121 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10122 herrno to return EAI_AGAIN.
10123
5675da1e
RM
101242014-05-14 Roland McGrath <roland@hack.frob.com>
10125
a5d87b3d
RM
10126 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10127 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10128 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10129 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10130 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10131 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10132 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10133 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10134 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10135 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10136 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10137 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10138 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10139 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10140 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10141 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10142 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10143 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10144 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10145 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10146 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10147 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10148 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10149 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10150 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10151 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10152 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10153 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10154 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10155 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10156 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10157 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10158 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10159 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10160 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10161 Moved ...
10162 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10163 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10164 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10165 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10166 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10167 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10168 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10169 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10170 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10171 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10172 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10173 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10174 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10175 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10176 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10177 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10178 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10179 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10180 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10181 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10182 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10183 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10184 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10185 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10186 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10187 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10188 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10189 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10190 Moved ...
10191 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10192 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10193 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10194 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10195 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10196 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10197 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10198 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10199 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10200 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10201 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10202 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10203 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10204 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10205 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10206 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10207 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10208 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10209 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10210 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10211 Moved ...
10212 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10213 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10214 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10215
039890a6
RM
10216 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10217 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10218 (libpthread-sysdep_routines): Add elision-related stuff here instead.
10219 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10220 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10221 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10222 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10223 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10224 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10225 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10226 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10227 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10228 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10229 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10230 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10231 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10232 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10233 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10234 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10235 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10236 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10237 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10238 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10239 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10240 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10241 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10242 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10243 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10244 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10245 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10246 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10247
65c89320
RM
10248 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10249 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10250
348f8e8c
RM
10251 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10252 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10253 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10254 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10255 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10256 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10257 Moved ...
10258 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10259 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10260 Moved ...
10261 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10262 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10263 Moved ...
10264 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10265 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10266 Moved ...
10267 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10268 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10269 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10270 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10271 Moved ...
10272 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10273 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10274 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10275 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10276 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10277 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10278 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10279 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10280 Moved ...
10281 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10282 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10283 Moved ...
10284 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10285 ... here.
10286 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10287 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10288 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10289 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10290 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10291 Moved ...
10292 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10293 ... here.
10294 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10295 Moved ...
10296 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10297 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10298 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10299 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10300 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10301 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10302 Moved ...
10303 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10304 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10305 Moved ...
10306 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10307 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10308 Moved ...
10309 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10310 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10311 Moved ...
10312 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10313 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10314 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10315 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10316 Moved ...
10317 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10318 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10319 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10320 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10321 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10322 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10323 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10324 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10325 Moved ...
10326 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10327 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10328 Moved ...
10329 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10330 ... here.
10331 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10332 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10333 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10334 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10335 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10336 Moved ...
10337 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10338 ... here.
10339 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10340 Moved ...
10341 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10342 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10343 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10344 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10345 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10346 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10347 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10348 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10349 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10350 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10351 Moved ...
10352 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10353 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10354 Moved ...
10355 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10356 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10357 Moved ...
10358 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10359 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10360 Moved ...
10361 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10362 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10363 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10364 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10365 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10366 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10367 Moved ...
10368 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10369 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10370 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10371 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10372 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10373 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10374 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10375 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10376 Moved ...
10377 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10378 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10379 Moved ...
10380 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10381 ... here.
10382 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10383 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10384 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10385 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10386 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10387 Moved ...
10388 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10389 ... here.
10390 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10391 Moved ...
10392 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10393 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10394 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10395 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10396 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10397 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10398 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10399 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10400 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10401 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10402 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10403
5085af05
RM
10404 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10405 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10406
708f0813
RM
10407 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10408 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10409
c96067bc
RM
10410 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10411 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10412 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10413 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10414 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10415 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10416 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10417 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10418 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10419 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10420 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10421 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10422 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10423 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10424 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10425 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10426 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10427 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10428 Moved ...
10429 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10430 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10431 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10432 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10433 Moved ...
10434 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10435 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10436 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10437 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10438 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10439 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10440 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10441 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10442 Moved ...
10443 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10444 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10445 Moved ...
10446 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10447 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10448 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10449 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10450 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10451 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10452 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10453 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10454 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10455 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10456 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10457 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10458 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10459 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10460 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10461 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10462 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10463
ec136444
RM
10464 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10465 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10466 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10467 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10468 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10469
2fbdf533
RM
10470 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10471 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10472 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10473 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10474 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10475 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10476 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10477 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10478 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10479 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10480
4c68138b
RM
10481 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10482 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10483
4eaae765
RM
10484 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10485 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
10486 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10487 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10488 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10489 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10490 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10491 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10492 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10493 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10494 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10495 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10496 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10497 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10498 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10499 Update #include.
10500 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10501 Likewise.
10502 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10503 Likewise.
10504 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10505 Likewise.
10506 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10507 Likewise.
10508 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10509 Likewise.
10510 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10511 Likewise.
10512 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10513 Likewise.
10514 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10515 Likewise.
10516 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10517 Likewise.
4ef6befa
RM
10518 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10519 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10520 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10521 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10522 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
10523 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10524 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10525 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10526 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10527 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10528 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10529 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10530 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10531 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
10532 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 10533
941d7dfd
RM
10534 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10535 that was previously under [RESET_PID].
10536 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10537 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10538 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10539
1b731c35
RM
10540 * sysdeps/i386/nptl/Implies: New file.
10541 * sysdeps/x86_64/nptl/Implies: New file.
10542 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10543 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10544 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10545 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10546
e2787137
RM
10547 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10548 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10549 (__libc_vfork): New strong alias.
10550 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10551 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10552
10553 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10554 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10555 (__libc_vfork): New strong alias.
10556 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10557 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10558
5675da1e
RM
10559 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10560 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10561 (__libc_vfork): New strong alias.
10562 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10563 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10564 * nptl/pt-vfork.c: New file.
10565 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10566 (libpthread: GLIBC_2.20): New version set (empty).
10567
4f02e2b8
WN
105682014-05-14 Will Newton <will.newton@linaro.org>
10569
10570 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10571 rather than #if.
10572
0bf061d3
JM
105732014-05-14 Joseph Myers <joseph@codesourcery.com>
10574
1a84c3d6
JM
10575 [BZ #16564]
10576 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10577 arguments with exponent 65 or above.
10578 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10579 arguments 0x1p113L or above.
10580 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10581 to arguments 0x1p107L or above.
10582 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10583 positive arguments with exponent 65 or above.
10584 * math/auto-libm-test-in: Add more tests of log1p.
10585 * math/auto-libm-test-out: Regenerated.
10586
01dbacd2
JM
10587 [BZ #16928]
10588 * math/s_cacos.c (__cacos): Ensure zero real part of result from
10589 non-finite arguments is +0.
10590 * math/s_cacosf.c (__cacosf): Likewise.
10591 * math/s_cacosl.c (__cacosl): Likewise.
10592 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10593 * sysdeps/i386/fpu/libm-test-ulps: Update.
10594 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10595
913d03c8
JM
10596 [BZ #16927]
10597 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10598 value.
10599 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10600 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10601 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10602 for explicit high bit of mantissa when testing for argument equal
10603 to 1.
10604 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10605 * sysdeps/i386/fpu/libm-test-ulps: Update.
10606 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10607
0bf061d3
JM
10608 [BZ #16516]
10609 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10610 (__erf): Scale by 16 instead of 8 in potentially underflowing
10611 case. Ensure exception if result actually underflows.
10612 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10613 (__erff): Scale by 16 instead of 8 in potentially underflowing
10614 case. Ensure exception if result actually underflows.
10615 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10616 (efx8): Remove variable.
10617 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10618 case. Ensure exception if result actually underflows.
10619 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10620 (efx8): Remove variable.
10621 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10622 case. Ensure exception if result actually underflows.
10623 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10624 (efx8): Remove variable.
10625 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10626 case. Ensure exception if result actually underflows.
10627 * math/auto-libm-test-in: Add more tests of erf.
10628 * math/auto-libm-test-out: Regenerated.
10629
73ba67cb
AS
106302014-05-14 Andreas Schwab <schwab@suse.de>
10631
3d8c8bff
AS
10632 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10633 Remove code conditionalized on USE___THREAD.
10634
73ba67cb
AS
10635 * config.h.in (HAVE_PT_CHOWN): Define as 0.
10636 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10637 not definedness.
10638
5c521ecd
JM
106392014-05-14 Joseph Myers <joseph@codesourcery.com>
10640
5e7698c6
JM
10641 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10642 Define unconditionally.
10643 (__ASSUME_O_CLOEXEC): Likewise.
10644 (__ASSUME_SOCK_CLOEXEC): Likewise.
10645 (__ASSUME_IN_NONBLOCK): Likewise.
10646 (__ASSUME_PIPE2): Likewise.
10647 (__ASSUME_EVENTFD2): Likewise.
10648 (__ASSUME_SIGNALFD4): Likewise.
10649 (__ASSUME_DUP3): Likewise.
10650 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10651 (__ASSUME_DUP3): Do not define.
10652 (__ASSUME_EVENTFD2): Likewise.
10653 (__ASSUME_IN_NONBLOCK): Likewise.
10654 (__ASSUME_O_CLOEXEC): Likewise.
10655 (__ASSUME_PIPE2): Likewise.
10656 (__ASSUME_SIGNALFD4): Likewise.
10657 (__ASSUME_SOCK_CLOEXEC): Likewise.
10658 (__ASSUME_UTIMES): Undefine.
10659 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10660 (__ASSUME_UTIMES): Do not define.
10661 (__ASSUME_O_CLOEXEC): Likewise.
10662 (__ASSUME_SOCK_CLOEXEC): Likewise.
10663 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10664 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10665 0x020621].
10666 (__ASSUME_PIPE2): Likewise.
10667 (__ASSUME_EVENTFD2): Likewise.
10668 (__ASSUME_SIGNALFD4): Likewise.
10669 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10670 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10671 Do not define.
10672 (__ASSUME_EVENTFD2): Likewise.
10673 (__ASSUME_SIGNALFD4): Likewise.
10674 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10675 (__ASSUME_32BITUIDS): Likewise.
10676 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10677 (__ASSUME_IPC64): Likewise.
10678 (__ASSUME_ST_INO_64_BIT): Likewise.
10679 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10680 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10681 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10682 (__ASSUME_UTIMES): Do not define.
10683 (__ASSUME_PSELECT): Likewise.
10684 (__ASSUME_PPOLL): Likewise.
10685 (__ASSUME_O_CLOEXEC): Likewise.
10686 (__ASSUME_SOCK_CLOEXEC): Likewise.
10687 (__ASSUME_IN_NONBLOCK): Likewise.
10688 (__ASSUME_PIPE2): Likewise.
10689 (__ASSUME_EVENTFD2): Likewise.
10690 (__ASSUME_SIGNALFD4): Likewise.
10691 (__ASSUME_DUP3): Likewise.
10692 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10693 (__ASSUME_UTIMES): Likewise.
10694 (__ASSUME_O_CLOEXEC): Likewise.
10695 (__ASSUME_SOCK_CLOEXEC): Likewise.
10696 (__ASSUME_IN_NONBLOCK): Likewise.
10697 (__ASSUME_PIPE2): Likewise.
10698 (__ASSUME_EVENTFD2): Likewise.
10699 (__ASSUME_SIGNALFD4): Likewise.
10700 (__ASSUME_DUP3): Likewise.
10701 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10702 (__ASSUME_UTIMES): Likewise.
10703 (__ASSUME_O_CLOEXEC): Likewise.
10704 (__ASSUME_SOCK_CLOEXEC): Likewise.
10705 (__ASSUME_IN_NONBLOCK): Likewise.
10706 (__ASSUME_PIPE2): Likewise.
10707 (__ASSUME_EVENTFD2): Likewise.
10708 (__ASSUME_SIGNALFD4): Likewise.
10709 (__ASSUME_DUP3): Likewise.
10710 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10711 Likewise.
10712 (__ASSUME_UTIMES): Likewise.
10713 (__ASSUME_EVENTFD2): Likewise.
10714 (__ASSUME_SIGNALFD4): Likewise.
10715 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10716 (__ASSUME_O_CLOEXEC): Likewise.
10717 (__ASSUME_SOCK_CLOEXEC): Likewise.
10718 (__ASSUME_IN_NONBLOCK): Likewise.
10719 (__ASSUME_PIPE2): Likewise.
10720 (__ASSUME_EVENTFD2): Likewise.
10721 (__ASSUME_SIGNALFD4): Likewise.
10722 (__ASSUME_DUP3): Likewise.
10723 (__ASSUME_UTIMES): Undefine.
10724
5c521ecd
JM
10725 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10726 feclearexcept. Remove symbol versioning code.
10727 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
10728 symbol versioning code.
10729 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
10730 symbol versioning code.
10731 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10732 feupdateenv. Remove symbol versioning code.
10733 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10734 fegetexceptflag. Remove symbol versioning code.
10735 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10736 fesetexceptflag. Remove symbol versioning code.
10737 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10738 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
10739 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10740 (__posix_fadvise64_l32): Remove prototype.
10741 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10742 code.
10743
5da9dfad
RM
107442014-05-13 Roland McGrath <roland@hack.frob.com>
10745
10746 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10747 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10748 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10749 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10750
893b4f37
SK
107512014-05-13 Sami Kerola <kerolasa@iki.fi>
10752
10753 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10754 current working directory
10755
e0db6517
RM
107562014-05-13 Roland McGrath <roland@hack.frob.com>
10757
58aa195d
RM
10758 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10759 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10760 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10761 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10762 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10763 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10764 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10765 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10766 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10767 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10768 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10769 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10770 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10771 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10772 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10773 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10774 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10775 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10776 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10777 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10778 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10779 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10780 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10781 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10782 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10783 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10784 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10785 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10786 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10787 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10788 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10789 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10790 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10791 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10792 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10793 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10794 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10795 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10796 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10797 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10798 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10799 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10800
8c6d01f0
RM
10801 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10802 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10803
10804 * sysdeps/unix/sysv/linux/arm/Makefile
10805 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10806 Add rt-aeabi_unwind_cpp_pr1.
10807 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10808 Add nptl-aeabi_unwind_cpp_pr1.
10809 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10810 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10811 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10812 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10813 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10814 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10815
10816 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10817 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10818 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10819 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10820
bba6da4e
RM
10821 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10822 Deconditionalize the code that was previously under [RESET_PID].
10823 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10824
e0db6517
RM
10825 * sysdeps/generic/exit-thread.h: New file.
10826 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10827 * include/unistd.h (__exit_thread): Remove declaration.
10828 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10829 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10830 * csu/libc-start.c: Include <exit-thread.h>.
10831 (LIBC_START_MAIN): Pass no argument to __exit_thread.
10832 * nptl/pthread_create.c: Include <exit-thread.h>.
10833 (start_thread): Call __exit_thread in place of __exit_thread_inline.
10834 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10835 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10836 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10837 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10838 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10839 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10840 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10841 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10842 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10843 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10844 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10845 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10846 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10847 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10848 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10849 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10850
01eb16fd
AS
108512014-05-13 Andreas Schwab <schwab@suse.de>
10852
10853 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10854
637461d9
JM
108552014-05-12 Joseph Myers <joseph@codesourcery.com>
10856
10857 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10858 (__ASSUME_UTIMES): Do not condition on kernel version.
10859 (__ASSUME_PSELECT): Define unconditionally.
10860 (__ASSUME_PPOLL): Likewise.
10861 (__ASSUME_ATFCTS): Likewise.
10862 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10863 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10864 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10865 (__ASSUME_UTIMENSAT): Define unconditionally.
10866 (__ASSUME_PRIVATE_FUTEX): Likewise.
10867 (__ASSUME_FALLOCATE): Likewise.
10868 (__ASSUME_O_CLOEXEC): Likewise.
10869 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10870 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10871 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10872 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10873 (__ASSUME_IN_NONBLOCK): Likewise.
10874 (__ASSUME_PIPE2): Likewise.
10875 (__ASSUME_EVENTFD2): Likewise.
10876 (__ASSUME_SIGNALFD4): Likewise.
10877 (__ASSUME_DUP3): Likewise.
10878 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10879 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10880 (__ASSUME_AT_RANDOM): Likewise.
10881 (__ASSUME_PREADV): Likewise.
10882 (__ASSUME_PWRITEV): Likewise.
10883 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10884 (__ASSUME_F_GETOWN_EX): Define unconditionally.
10885 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10886 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10887 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10888 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10889 (__ASSUME_O_CLOEXEC): Define unconditionally.
10890 (__ASSUME_PSELECT): Do not undefine conditionally.
10891 (__ASSUME_PPOLL): Likewise.
10892 (__ASSUME_ATFCTS): Likewise.
10893 (__ASSUME_SET_ROBUST_LIST): Likewise.
10894 (__ASSUME_UTIMENSAT): Likewise.
10895 (__ASSUME_FDATASYNC): Define unconditionally.
10896 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10897 (__ASSUME_SIGFRAME_V2): Likewise.
10898 )__ASSUME_EVENTFD2): Likewise.
10899 (__ASSUME_SIGNALFD4): Likewise.
10900 (__ASSUME_PSELECT): Do not undefine conditionally.
10901 (__ASSUME_PPOLL): Likewise.
10902 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10903 (__ASSUME_PSELECT): Define unconditionally.
10904 (__ASSUME_PPOLL): Likewise.
10905 (__ASSUME_O_CLOEXEC): Likewise.
10906 (__ASSUME_SOCK_CLOEXEC): Likewise.
10907 (__ASSUME_IN_NONBLOCK): Likewise.
10908 (__ASSUME_PIPE2): Likewise.
10909 (__ASSUME_EVENTFD2): Likewise.
10910 (__ASSUME_SIGNALFD4): Likewise.
10911 (__ASSUME_DUP3): Likewise.
10912 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10913 (__ASSUME_O_CLOEXEC): Likewise.
10914 (__ASSUME_SOCK_CLOEXEC): Likewise.
10915 (__ASSUME_IN_NONBLOCK): Likewise.
10916 (__ASSUME_PIPE2): Likewise.
10917 (__ASSUME_EVENTFD2): Likewise.
10918 (__ASSUME_SIGNALFD4): Likewise.
10919 (__ASSUME_DUP3): Likewise.
10920 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10921 (__ASSUME_EVENTFD2): Likewise.
10922 (__ASSUME_SIGNALFD4): Likewise.
10923 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10924
315eb1d8
AS
109252014-05-12 Andreas Schwab <schwab@suse.de>
10926
10927 [BZ #16932]
10928 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10929 (_nss_nis_gethostbyname4_r): Return error if item length is larger
10930 than maximum RPC packet size.
10931 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10932 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10933 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10934 (_nss_nis_getservbyport_r): Likewise.
10935
91df99f7
WN
109362014-05-12 Will Newton <will.newton@linaro.org>
10937
10938 * malloc/Makefile (tests): Add tst-mallopt.
10939 * malloc/tst-mallopt.c: New file.
10940
0a982a29
RM
109412014-05-09 Roland McGrath <roland@hack.frob.com>
10942
10943 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10944 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10945
0ded08a5
AZ
109462014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10947
10948 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10949 (tst-tlsmod6.so): Likewise.
10950
55d4d550
RM
109512014-05-09 Roland McGrath <roland@hack.frob.com>
10952
10953 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10954
77d08aca
JM
109552014-05-09 Joseph Myers <joseph@codesourcery.com>
10956
10957 [BZ #16064]
10958 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10959 and <dl-procinfo.h>.
10960 (__fegetenv): Save SSE state in envp->__eip if supported.
10961 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10962 envp->__eip if supported.
10963 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10964 and <dl-procinfo.h>.
10965 (__fesetenv): Always set __eip, __cs_selector, __opcode,
10966 __data_offset and __data_selector in environment to 0. Set SSE
10967 state if supported.
10968 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10969 test-fenv-sse.
10970 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10971 -mfpmath=sse.
10972 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10973
28162f4d
WN
109742014-05-09 Will Newton <will.newton@linaro.org>
10975
10976 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10977 and libc_relro_required for ARM.
10978 * sysdeps/arm/preconfigure: Regenerate.
10979
5a414ff7
DV
109802014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
10981 Stefan Liebler <stli@linux.vnet.ibm.com>
10982
10983 * config.make.in (enable-lock-elision): New Makefile variable.
10984 * configure.ac: Likewise.
10985 * configure: Regenerate.
10986 * sysdeps/s390/configure.ac:
10987 Add check for gcc transactions support.
10988 * sysdeps/s390/configure: Regenerate.
10989 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10990 Build elision files if enabled.
10991 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10992 Add lock elision support for s390.
10993 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10994 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10995 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10996 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10997 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10998 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10999 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11000 Likewise.
11001 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11002 Likewise.
11003 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11004 Likewise.
11005 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11006 Likewise.
11007 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11008 (__lll_timedlock_elision, __lll_lock_elision)
11009 (__lll_unlock_elision, __lll_trylock_elision)
11010 (lll_timedlock_elision, lll_lock_elision)
11011 (lll_unlock_elision, lll_trylock_elision): Add.
11012 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11013 (pthread_mutex_t): Add lock elision support for s390.
11014
1a2f40e5
W
110152014-05-14 Wilco <wdijkstr@arm.com>
11016
11017 * sysdeps/arm/fclrexcpt.c: Cleanup.
11018 * sysdeps/arm/fedisblxcpt.c: Cleanup.
11019 * sysdeps/arm/feenablxcpt.c: Cleanup.
11020 * sysdeps/arm/fegetenv.c: Cleanup.
11021 * sysdeps/arm/fegetexcept.c: Cleanup.
11022 * sysdeps/arm/fegetround.c: Cleanup.
11023 * sysdeps/arm/feholdexcpt.c: Cleanup.
11024 * sysdeps/arm/fesetenv.c: Cleanup.
11025 * sysdeps/arm/fesetround.c: Cleanup.
11026 * sysdeps/arm/feupdateenv.c: Cleanup.
11027 * sysdeps/arm/fgetexcptflg.c: Cleanup.
11028 * sysdeps/arm/fraiseexcpt.c: Cleanup.
11029 * sysdeps/arm/fsetexcptflg.c: Cleanup.
11030 * sysdeps/arm/ftestexcept.c: Cleanup.
11031 * sysdeps/arm/get-rounding-mode.h: Cleanup.
11032 * sysdeps/arm/setfpucw.c: Cleanup.
11033
f63c86fe
WN
110342014-05-09 Will Newton <will.newton@linaro.org>
11035
11036 * sysdeps/arm/armv7/strcmp.S: New file.
11037 * NEWS: Mention addition of ARMv7 optimized strcmp.
11038
7a1a51b5
RM
110392014-05-08 Roland McGrath <roland@hack.frob.com>
11040
95afbbe5
RM
11041 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11042 look for %.ac rather than %.in.
11043
11044 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11045 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11046 * sysdeps/mach/hurd/configure: Regenerated.
11047 * sysdeps/unix/sysv/linux/configure: Regenerated.
11048
7a1a51b5
RM
11049 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11050
5057ad3b
SE
110512014-05-07 Steve Ellcey <sellcey@mips.com>
11052
11053 [BZ# 16922]
11054 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11055 (LONG_SUB): Ditto.
11056 (PTR_SUB): Ditto.
11057
8dc97517
AS
110582014-05-07 Andreas Schwab <schwab@suse.de>
11059
11060 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11061 when skipping over non-matching result from nscd.
11062
ce0c5b8f
OB
110632014-05-07 Ondřej Bílka <neleai@seznam.cz>
11064
11065 [BZ #16876]
11066 * nptl/sockperf.c (client): Check socket return value.
8dc97517 11067
a1189263
OB
11068 [BZ #16877]
11069 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11070 nscd security class.
ce0c5b8f 11071
0f58d252
RM
110722014-05-06 Roland McGrath <roland@hack.frob.com>
11073
11074 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11075 * sysdeps/arm/unwind.h: ... here.
11076
83df9ad0
AJ
110772014-05-06 Aurelien Jarno <aurelien@aurel32.net>
11078
ce0c5b8f
OB
11079 [BZ# 16916]
11080 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11081 Define.
83df9ad0 11082
f360f94a
VR
110832014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11084
11085 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11086 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11087 multiarch strncpy for PPC64.
11088 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11089 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11090 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11091 multiarch optimizations.
11092 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11093 (__libc_ifunc_impl_list): Likewise.
11094 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11095 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11096 multiarch stpncpy for PPC64.
11097 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11098 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11099
978a41c3
AS
111002014-05-06 Andreas Schwab <schwab@suse.de>
11101
11102 [BZ #16912]
11103 * gmon/mcount.c (_MCOUNT_DECL): Use
11104 atomic_compare_and_exchange_bool_acq instead of
11105 catomic_compare_and_exchange_bool_acq.
11106
eb1ed03d
RM
111072014-05-05 Roland McGrath <roland@hack.frob.com>
11108
fe658845
RM
11109 * elf/Makefile (others, install-bin): Remove pldd.
11110 (pldd-modules): Variable removed.
11111 ($(objpfx)pldd): Target removed.
11112 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11113 (others, install-bin): Append pldd here.
11114 ($(objpfx)pldd): New target.
11115
eb1ed03d
RM
11116 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11117 to 0, so the first #if test emitted later doesn't see it undefined.
11118 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11119 * sysdeps/gnu/errlist.c: Regenerated.
11120
19c4bec0
AZ
111212014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11122
11123 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11124 [libc_hidden_builtin_def]: Define to empty value.
11125 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11126 [libc_hidden_builtin_def]: Likewise.
11127 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11128 [libc_hidden_builtin_def]: Likewise.
11129 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11130 [libc_hidden_builtin_def]: Likewise.
11131 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11132 __redirect_memcpy and define ifunc as default hidden symbol.
11133 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11134 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11135
7776e669
AC
111362014-05-04 Adam Conrad <adconrad@0c3.net>
11137
11138 * locale/iso-4217.def: Reintroduce XDR currency.
11139
d69aeb12
AM
111402014-05-04 Allan McRae <allan@archlinux.org>
11141
11142 * po/eo.po: Update Esperanto translation from translation project.
11143
8f1df5cf
CD
111442014-05-02 Carlos O'Donell <carlos@redhat.com>
11145
11146 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11147 and FEATURE_INDEX_MAX to 1.
11148 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11149
13e402e7
SE
111502014-05-01 Steve Ellcey <sellcey@mips.com>
11151
11152 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11153 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11154 * iconvdata/big5.c (ONE_DIRECTION): Define.
11155 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11156 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11157 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11158 * iconvdata/cp932.c (ONE_DIRECTION): Define.
11159 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11160 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11161 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11162 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11163 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11164 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11165 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11166 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11167 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11168 * iconvdata/gbk.c (ONE_DIRECTION): Define.
11169 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11170 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11171 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11172 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11173 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11174 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11175 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11176 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11177 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11178 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11179 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11180 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11181 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11182 * iconvdata/iso646.c (ONE_DIRECTION): Define.
11183 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11184 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11185 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11186 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11187 * iconvdata/johab.c (ONE_DIRECTION): Define.
11188 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11189 * iconvdata/sjis.c (ONE_DIRECTION): Define.
11190 * iconvdata/t.61.c (ONE_DIRECTION): Define.
11191 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11192 * iconvdata/tscii.c (ONE_DIRECTION): Define.
11193 * iconvdata/uhc.c (ONE_DIRECTION): Define.
11194 * iconvdata/unicode.c (ONE_DIRECTION): Define.
11195 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11196 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11197 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11198
c727f032
RM
111992014-05-01 Roland McGrath <roland@hack.frob.com>
11200
8f2f08d0
RM
11201 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11202 (_IO_JUMPS_OFFSET): Define to 0.
11203
c727f032
RM
11204 * nptl/sysdeps/pthread/bits/libc-lock.h
11205 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11206 (__libc_lock_define_initialized_recursive): Always define using
11207 initializer. Modern compilers treat uninitialized (implicit zero) and
11208 explicit zero initializers the same (i.e. put the datum in bss).
11209
a849e800
AS
112102014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11211
11212 * nscd/nscd-client.h: Include <string.h>.
11213
5331255b
DM
112142014-05-01 David S. Miller <davem@davemloft.net>
11215
11216 [BZ #16885]
11217 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11218 multiple zero bytes exist at the end of a string.
11219 Reported by Aurelien Jarno <aurelien@aurel32.net>
11220
11221 * string/test-strcmp.c (check): Add explicit test for situations where
11222 there are multiple zero bytes after the first.
11223
4fdfe821
AS
112242014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11225
11226 [BZ #16890]
11227 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11228 when compiling wprintf.
11229 * stdio-common/tstdiomisc.c (t3): New function.
11230 (main): Call it.
11231
0cdddc25
SE
112322014-05-01 Steve Ellcey <sellcey@mips.com>
11233
11234 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11235 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11236 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11237 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11238
6426d77e
SE
112392014-05-01 Steve Ellcey <sellcey@mips.com>
11240
11241 * stdlib/longlong.h: Updated from GCC.
11242
6d96f5e4
WN
112432014-05-01 Will Newton <will.newton@linaro.org>
11244 Bernard Ogden <bernie.ogden@linaro.org>
11245
7470db0c
WN
11246 * NEWS: Update fixed bug list.
11247
6d96f5e4
WN
11248 [BZ #15119]
11249 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11250
211d653c
DM
112512014-04-30 David S. Miller <davem@davemloft.net>
11252
4fa262fa
DM
11253 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11254 (libc_feholdexcept_setround_sparc_ctx): New function.
11255 (libc_fesetenv_sparc_ctx): Likewise.
11256 (libc_feupdateenv_sparc_ctx): Likewise.
11257 (libc_feholdsetround_sparc_ctx): Likewise.
11258 (libc_feholdexcept_setround_ctx): Define.
11259 (libc_feholdexcept_setroundf_ctx): Likewise.
11260 (libc_feholdexcept_setroundl_ctx): Likewise.
11261 (libc_fesetenv_ctx): Likewise.
11262 (libc_fesetenvf_ctx): Likewise.
11263 (libc_fesetenvl_ctx): Likewise.
11264 (libc_feupdateenv_ctx): Likewise.
11265 (libc_feupdateenvf_ctx): Likewise.
11266 (libc_feupdateenvl_ctx): Likewise.
11267 (libc_feresetround_ctx): Likewise.
11268 (libc_feresetroundf_ctx): Likewise.
11269 (libc_feresetroundl_ctx): Likewise.
11270 (libc_feholdsetround_ctx): Likewise.
11271 (libc_feholdsetroundf_ctx): Likewise.
11272 (libc_feholdsetroundl_ctx): Likewise.
11273
1d3d93ef
DM
11274 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11275 with __USE_GNU instead of XOPEN cpp guards.
11276
8aa583c3
DM
11277 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11278 0.
11279
211d653c
DM
11280 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11281 with XOPEN cpp guards.
11282
60c8f1f6
JB
112832014-04-30 Julian Brown <julian@codesourcery.com>
11284
11285 [BZ #16888]
11286 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11287 handling.
11288
9a461d46
JM
112892014-04-30 Joseph Myers <joseph@codesourcery.com>
11290
d0f5b3f8
JM
11291 [BZ #9894]
11292 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11293 Change to 2.6.32.
11294 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11295 * sysdeps/unix/sysv/linux/configure: Regenerated.
11296 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11297 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11298 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11299 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11300 * README: Update reference to required Linux kernel version.
11301 * manual/install.texi (Linux): Update reference to required Linux
11302 kernel headers version.
11303 * INSTALL: Regenerated.
11304
9a461d46
JM
11305 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11306 header inclusion.
11307 [POSIX] (limits.h): Likewise.
11308 [POSIX] (math.h): Likewise.
11309 [POSIX] (sys/wait.h): Likewise.
11310 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11311 function.
11312 [POSIX] (stddef.h): Do not allow header inclusion.
11313
1775babf
AZ
113142014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11315
57f41c40 11316 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 11317
8f630cca
YY
113182014-04-30 Yang Yingliang <yangyingliang@huawei.com>
11319
11320 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11321 Return immediately after lll_futex_wake.
11322
1cdeb237
SP
113232014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11324
bc8f194c
SP
11325 [BZ #16791]
11326 * nscd/nscd-client.h (datahead_init_common): Initialize entire
11327 structure.
11328 (datahead_init_pos): Call datahead_init_common early.
11329 (datahead_init_neg): Likewise.
11330
1cdeb237
SP
11331 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11332 datahead_init_neg): New functions.
11333 * nscd/aicache.c (addhstaiX): Use them.
11334 * nscd/grpcache.c (cache_addgr): Likewise.
11335 * nscd/hstcache.c (cache_addhst): Likewise.
11336 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11337 * nscd/netgroupcache.c (do_notfound): Likewise.
11338 (addgetnetgrentX): Likewise.
11339 (addinnetgrX): Likewise.
11340 * nscd/pwdcache.c (cache_addpw): Likewise.
11341 * nscd/servicescache.c (cache_addserv): Likewise.
11342
16b293a7
SP
113432014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11344 Atsushi Onoe <atsushi@onoe.org>
11345
11346 [BZ #14308]
11347 [BZ #12994]
11348 [BZ #13651]
11349 * resolv/res_query.c (__libc_res_nsearch): Return if at least
11350 one response is valid.
11351 * resolv/res_send.c (send_dg): Check for validity of other
11352 response if the current response is a referral.
11353
a28a9b94
SE
113542014-04-29 Steve Ellcey <sellcey@mips.com>
11355
11356 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11357
2ca180e9
SL
113582014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
11359
11360 [BZ #16823]
11361 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11362 Always divide by positive zero when computing -Inf result.
11363 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11364 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11365
18f2945a
AZ
113662014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11367
11368 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11369 FPSCR if value do not change.
11370 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11371 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11372 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11373 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11374 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11375 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11376 function.
11377
5abebba4
CD
113782014-05-29 Carlos O'Donell <carlos@systemhalted.org>
11379
11380 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11381 * sysdeps/unix/sysv/linux/hppa: Move directory from
11382 ports/systeps/unix/sysv/linux/hppa.
11383 * README: Update listing for hppa-*-linux-gnu.
11384
f7ed60c2
OB
113852014-04-28 Ondřej Bílka <neleai@seznam.cz>
11386
fff763a5
OB
11387 [BZ #16754]
11388 * manual/stdio.texi (Hook functions): Fix types of stream hook
11389 functions.
f7ed60c2
OB
11390 [BZ #16854]
11391 * socket/sys/socket.h: Fix typo in comment.
11392
df639d73
WD
113932014-04-28 Wilco <wdijkstr@arm.com>
11394
f7ed60c2 11395 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
11396 * sysdeps/arm/math_private.h: New file.
11397 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11398
48332d82
L
113992014-04-25 H.J. Lu <hongjiu.lu@intel.com>
11400
11401 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11402 with __int128_t.
11403 (La_x86_64_retval): Likewise.
11404
e5e0d9a4
IB
114052014-04-24 Ian Bolton <ian.bolton@arm.com>
11406
11407 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11408 fpsr if value didn't change.
11409 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11410 to fpcr if value didn't change.
11411 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11412 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11413 fpsr or fpcr if value didn't change.
11414 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11415 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11416 fpcr if value didn't change.
11417 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11418 to fpsr if value didn't change.
11419
bacc75f7
SP
114202014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
11421
11422 * nptl/tst-sem3.c: Use test-skeleton.c
11423 (main): Rename to do_test. Use return instead of
11424 exit.
11425 * nptl/tst-sem4.c: Use test-skeleton.c
11426 (main): Rename to do_test.
11427
a059d359
DM
114282014-04-22 David S. Miller <davem@davemloft.net>
11429
11430 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11431 (struct sigaction): New struct member __glibc_reserved0, change
11432 type of sa_flags to int.
11433
ea6c92f3
YZ
114342014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
11435
11436 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11437 (COUNT_LEADING_ZEROS_0): Define for AArch64.
11438
766c4a36
SP
114392014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11440
11441 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11442 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11443
140cc7ab
VK
114442014-04-22 Will Newton <will.newton@linaro.org>
11445 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
11446
11447 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11448 (__longjmp): Add longjmp and longjmp_target SystemTap
11449 probes.
11450 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11451 (__sigsetjmp): Add setjmp SystemTap probe.
11452
c54e5cf7
CD
114532014-04-17 Carlos O'Donell <carlos@redhat.com>
11454
11455 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11456 match manual order.
11457
75ffb047
AZ
114582014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11459
11460 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11461
2cd925f7
AZ
11462 * sysdeps/powerpc/fpu/fenv_private.h
11463 (libc_feholdexcept_setroundl_ctx): Define to
11464 libc_feholdexcept_setround_ppc_ctx.
11465 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11466 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11467 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11468 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11469
39e6cd8d
IB
114702014-04-17 Ian Bolton <ian.bolton@arm.com>
11471
11472 * sysdeps/aarch64/math-tests.h: New file.
11473
f9281df9
SY
114742014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
11475
11476 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11477 New.
11478 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11479 Check and set bit_AVX2_Usable.
11480 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11481 macro.
11482 (bit_AVX2): Likewise.
11483 (index_AVX2_Usable): Likewise.
11484 (CPUID_AVX2): Likewise.
11485 (HAS_AVX2): Likewise.
11486
37d35007
WN
114872014-04-17 Will Newton <will.newton@linaro.org>
11488
7c677662
WN
11489 * manual/setjmp.texi (System V contexts): Add note that
11490 calling setcontext on a context created by a call to a
11491 signal handler is undefined. Update text to note that
11492 setcontext from a signal handler is possible but not
11493 recommended.
11494
37d35007 11495 [BZ #16629]
e04a4e9d
WN
11496 * stdlib/tst-setcontext.c: Include signal.h.
11497 (main): Check that the signal stack before and
11498 after swapcontext is the same.
11499
37d35007
WN
11500 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11501 Re-implement to restore registers in user code and avoid
11502 rt_sigreturn system call.
11503
423a7160
W
115042014-04-17 Wilco <wdijkstr@arm.com>
11505
11506 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11507 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11508 * math/test-fenv.c: Skip exception trap tests on targets which only
11509 support non-stop mode.
11510
bc93ab29
IB
115112014-04-17 Ian Bolton <ian.bolton@arm.com>
11512 Wilco Dijkstra <wilco.dijkstra@arm.com>
11513
11514 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11515 (libc_feholdsetround_aarch64_ctx)
11516 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11517 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11518 (libc_feresetround_ctx, libc_feresetroundf_ctx)
11519 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11520 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11521 (libc_feresetround_noexl_ctx): Define.
11522
95fc5fa3
RH
115232014-04-16 Richard Henderson <rth@redhat.com>
11524
ddb04724
RH
11525 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11526
d77c0899
RH
11527 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11528 unwind tables.
11529
a3df56fc
RH
11530 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11531 const from the non-libc, non-ldso copy.
11532
95fc5fa3
RH
11533 * sysdeps/alpha/libm-test-ulps: Regenerate.
11534
7e0b6763
IB
115352014-04-16 Ian Bolton <ian.bolton@arm.com>
11536 Wilco Dijkstra <wilco.dijkstra@arm.com>
11537
11538 * sysdeps/aarch64/fpu/math_private.h: New file.
11539
a9ea2e0c
MS
115402014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
11541
11542 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11543
ea8ba7cd
IZ
115442014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
11545
7e54fd04 11546 [BZ #16275]
ea8ba7cd
IZ
11547 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11548 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11549 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11550 Intel MPX bound registers before _dl_profile_fixup.
11551 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11552 registers after _dl_profile_fixup. Save and restore bound
11553 registers bnd0/bnd1 when calling _dl_call_pltexit.
11554 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11555 (LR_BND_OFFSET): Likewise.
11556 (LRV_BND0_OFFSET): Likewise.
11557 (LRV_BND1_OFFSET): Likewise.
11558
9f2a4fbc
ST
115592014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11560
11561 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11562 to...
11563 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
11564 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11565 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11566 fields.
9f2a4fbc 11567
fd15a59b
ST
115682014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11569
11570 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11571
f19dfa0a
SL
115722014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11573
11574 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11575
4fa8bc3b
SL
115762014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11577
11578 [BZ #14770]
11579 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11580 * sysdeps/s390/configure: Regenerate.
11581
8ea587db
SL
11582 [BZ #16824]
11583 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11584 Set round-to-nearest internally to reduce error accumulation.
11585
aa5f0ff1
AM
115862014-04-16 Alan Modra <amodra@gmail.com>
11587
11588 [BZ #16740]
11589 [BZ #16619]
11590 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11591 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 11592 * NEWS: Update fixed bug list.
aa5f0ff1 11593
bb9c256f
SP
115942014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11595
11596 * benchtests/Makefile: Depend on libraries in build directory.
11597 (bench-math): Separate out math tests.
11598 (bench-pthread): Separate out pthread tests.
11599 (bench): Include math and pthread tests.
11600
f737dfd0
CD
116012014-04-14 Carlos O'Donell <carlos@redhat.com>
11602
11603 [BZ #16831]
11604 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11605 _dl_debug_initialize.
11606
0699f766
CD
11607 * configure.ac: Remove SELinux header check.
11608 * configure: Regenerate.
11609 * nscd/selinux.c (perms): Array of const char* to permission names.
11610 (nscd_request_avc_has_perm): Call security_deny_unknown to find
11611 default policy. Call string_to_security_class and string_to_av_perm to
11612 translate strings. Enforce default policy and call avs_has_perm with
11613 results of translated strings.
11614
809bd45f
DM
116152014-04-13 David S. Miller <davem@davemloft.net>
11616
11617 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11618
89e691f2
AM
116192014-04-12 Allan McRae <allan@archlinux.org>
11620
11621 [BZ #16838]
11622 * manual/string.texi (Collation Functions): Fix qsort argument
11623 order in example.
11624 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11625
9c9daaeb
CM
116262014-04-11 Chris Metcalf <cmetcalf@tilera.com>
11627
11628 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11629 Make the test a no-op if there are no exceptions defined.
11630
95561fb9
PP
116312014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11632
fe8d072c 11633 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
11634 enable-hardcoded-path-in-tests
11635
970c602a
WN
116362014-04-11 Will Newton <will.newton@linaro.org>
11637
11638 * benchtests/Makefile (extra-objs): Add json-lib.o.
11639 (bench-func): Tidy up JSON output.
11640 * benchtests/bench-skeleton.c: Include json-lib.h.
11641 (main): Use JSON library functions to do output of
11642 benchmark results.
11643 * benchtests/bench-timing-type.c (main): Output the
11644 timing type simply, leaving formatting to the user.
11645 * benchtests/json-lib.c: New file.
11646 * benchtests/json-lib.h: Likewise.
11647
36875b06
TR
116482014-04-11 Torvald Riegel <triegel@redhat.com>
11649
11650 [BZ #15215]
11651 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11652 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
11653 memory barriers. Add comments.
11654 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11655 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11656 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11657 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11658 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11659 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11660
579db35a
SL
116612014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11662
11663 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11664 * sysdeps/s390/s390-64/configure.ac: ... this ...
11665 * sysdeps/s390/configure.ac: ... to here.
11666 * sysdeps/s390/s390-32/configure: Delete file.
11667 * sysdeps/s390/s390-64/configure: Delete file.
11668 * sysdeps/s390/configure: Regenerate.
11669
c12e9f37
JAPH
116702014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
11671
11672 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11673
439bda32
WN
116742014-04-11 Will Newton <will.newton@linaro.org>
11675
11676 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11677 to zero if it is not defined elsewhere. (mtrim): Test
11678 the value of MALLOC_DEBUG with #if rather than #ifdef.
11679
6a5d6ea1
TR
116802014-04-10 Torvald Riegel <triegel@redhat.com>
11681
11682 * benchtests/pthread_once-inputs: New file.
11683 * benchtests/pthread_once-source.c: New file.
11684 * benchtests/README: Update documentation.
11685
a4c75cfd
IZ
116862014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
11687 H.J. Lu <hongjiu.lu@intel.com>
11688
7e54fd04 11689 [BZ #16275]
a4c75cfd
IZ
11690 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11691 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11692 * sysdeps/x86_64/configure: Regenerated.
11693 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11694 macro.
11695 (REGISTER_SAVE_RAX): Likewise.
11696 (REGISTER_SAVE_RCX): Likewise.
11697 (REGISTER_SAVE_RDX): Likewise.
11698 (REGISTER_SAVE_RSI): Likewise.
11699 (REGISTER_SAVE_RDI): Likewise.
11700 (REGISTER_SAVE_R8): Likewise.
11701 (REGISTER_SAVE_R9): Likewise.
11702 (REGISTER_SAVE_BND0): Likewise.
11703 (REGISTER_SAVE_BND1): Likewise.
11704 (REGISTER_SAVE_BND2): Likewise.
11705 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
11706 bound registers when calling _dl_fixup.
11707
27822ce6
AZ
117082014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11709
11710 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
11711 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11712 of its definition.
27822ce6
AZ
11713 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11714 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11715 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11716 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11717 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11718 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11719 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11720
a88ddc90
PTB
117212014-04-09 Peter Brett <peter@peter-b.co.uk>
11722
11723 [BZ #15514]
11724 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11725 pathconf(_PC_NAME_MAX).
11726
01f8eac2
AZ
117272014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11728
11729 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11730 Remove macro usage.
11731 (__PTHREAD_SPINS): Move definition to ...
11732 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11733 (__PTHREAD_SPINS): ... here.
11734 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11735 (__PTHREAD_SPIN): Likewise.
11736 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11737 (__PTHREAD_SPIN): Likewise.
11738 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11739 (__PTHREAD_SPIN): Likewise.
11740 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11741 (__PTHREAD_SPIN): Likewise.
11742 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11743 (__PTHREAD_SPIN): Likewise.
11744 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11745 (__PTHREAD_SPIN): Likewise.
11746 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11747 (__PTHREAD_SPIN): Likewise.
11748 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11749 (__PTHREAD_SPIN): Likewise.
11750 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11751 (__PTHREAD_SPIN): Likewise.
11752 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11753 (__PTHREAD_SPIN): Likewise.
11754 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11755 (__PTHREAD_SPIN): Likewise.
11756 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11757 (__PTHREAD_SPIN): Likewise.
11758
de21c33c
AZ
11759 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11760 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11761 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11762 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11763 imply folder.
11764 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11765 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11766 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11767 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11768 correct imply path.
11769 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11770 strlen symbol for non multi-arch builds.
11771 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11772 missing hidden_def and weak_alias.
11773
862c472e
CD
117742014-04-08 Carlos O'Donell <carlos@redhat.com>
11775
11776 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11777
8667f90e
WN
117782014-04-07 Will Newton <will.newton@linaro.org>
11779
11780 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11781 and contents. [!_LIBC] Remove #ifndef and contents.
11782 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
11783 * string/memccpy.c (__memccpy): Use ANSI prototype.
11784 * string/memfrob.c (memfrob): Likewise.
11785 * string/strcoll.c (STRCOLL): Likewise.
11786 * string/strlen.c (strlen): Likewise.
11787 * string/strtok.c (STRTOK): Likewise.
11788 * string/strcat.c: Remove unused #include of memcopy.h.
11789 (strcat): Use ANSI prototype.
11790 * string/strchr.c: Remove unused #include of memcopy.h.
11791 (strchr): Use ANSI prototype.
11792 * string/strcmp.c: Remove unused #include of memcopy.h.
11793 (strcmp): Use ANSI prototype.
11794 * string/strcpy.c: Remove unused #include of memcopy.h.
11795 (strcpy): Use ANSI prototype.
11796
7ffa9423
AZ
117972014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11798
11799 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11800 * config.make.in (config-extra-cppflags): Set it from
11801 libc_extra_cppflags.
11802 * configure.ac (libc_extra_cflags): Make it accumulate over
11803 configure fragments.
11804 (libc_extra_cppflags): New flag.
11805 * configure. Regenerate.
11806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
11807 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11808 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
11809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11810
8bd70862
AZ
11811 [BZ #16815]
11812 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11813 result for FE_DOWNWARD rounding mode.
11814 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11815 Likewise.
11816 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11817
d42f3448
CM
118182014-04-04 Chris Metcalf <cmetcalf@tilera.com>
11819
11820 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11821 in function argument name.
11822
1c21d115
DS
118232014-04-03 David Svoboda <svoboda@cert.org>
11824
11825 [BZ #5666]
11826 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11827 explicitly.
11828
fcccd512
RM
118292014-04-03 Roland McGrath <roland@hack.frob.com>
11830
11831 * elf/dl-unmap-segments.h: New file.
11832 * sysdeps/generic/ldsodefs.h
11833 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11834 * elf/dl-close.c: Include <dl-unmap-segments.h>.
11835 * elf/dl-fptr.c: Likewise.
11836 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11837 * sysdeps/aarch64/tlsdesc.c: Likewise.
11838 * sysdeps/arm/tlsdesc.c: Likewise.
11839 * sysdeps/i386/tlsdesc.c: Likewise.
11840 * sysdeps/tile/dl-runtime.c: Likewise.
11841 * sysdeps/x86_64/tlsdesc.c: Likewise.
11842 * elf/dl-load.h: New file.
11843 * elf/dl-load.c: Include it.
11844 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11845 Macros moved to dl-load.h.
11846 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11847 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11848 Use _dl_unmap_segments in place of __munmap.
11849 Break out segment-mapping loop into ...
11850 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11851
f6488e2b
WN
118522014-04-03 Will Newton <will.newton@linaro.org>
11853
11854 * elf/dl-lookup.c (do_lookup_x): Remove comment
11855 referring to nested function and move variable
11856 declarations down to before first use.
11857
6f05bafe
JM
118582014-04-02 Joseph Myers <joseph@codesourcery.com>
11859
a84e78c8
JM
11860 [BZ #16799]
11861 [BZ #16800]
11862 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11863 with 0 numerator.
11864 * math/s_catanf.c (__catanf): Likewise.
11865 * math/s_catanh.c (__catanh): Likewise.
11866 * math/s_catanhf.c (__catanhf): Likewise.
11867 * math/s_catanhl.c (__catanhl): Likewise.
11868 * math/s_catanl.c (__catanl): Likewise.
11869 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11870 by positive zero when computing -Inf result.
11871 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11872 (catanh_test): Likewise.
11873 * sysdeps/i386/fpu/libm-test-ulps: Update.
11874 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11875
6f05bafe
JM
11876 [BZ #16789]
11877 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11878 instead of using underflowing value in computing result.
11879 * math/s_clog10.c (__clog10): Likewise.
11880 * math/s_clog10f.c (__clog10f): Likewise.
11881 * math/s_clog10l.c (__clog10l): Likewise.
11882 * math/s_clogf.c (__clogf): Likewise.
11883 * math/s_clogl.c (__clogl): Likewise.
11884 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11885 (clog10_test): Likewise.
11886 * sysdeps/i386/fpu/libm-test-ulps: Update.
11887 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11888
b0abbc21
AM
118892014-04-02 Alan Modra <amodra@gmail.com>
11890
11891 [BZ #16739]
11892 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11893 output when value is near a power of two. Use int64_t for lx and
11894 remove casts. Use decimal rather than hex exponent constants.
11895 Don't use long double multiplication when double will suffice.
11896 * math/libm-test.inc (nextafter_test_data): Add tests.
11897 * NEWS: Add 16739 and 16786 to bug list.
11898
af6b1797
AM
11899 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11900
483818d7
AM
11901 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11902
f6c55796
WN
119032014-04-01 Will Newton <will.newton@linaro.org>
11904
11905 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11906 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
11907
13f7fe35
FW
119082014-04-01 Florian Weimer <fweimer@redhat.com>
11909
11910 [BZ #13347]
11911 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11912 * nptl/tst-setuid2.c: New file.
11913 * nptl/Makefile (xtests): Add tst-setuid2.
11914
c859b32e
AM
119152014-04-01 Alan Modra <amodra@gmail.com>
11916
11917 [BZ #16786]
11918 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11919
54fa2475
JM
119202014-03-31 Joseph Myers <joseph@codesourcery.com>
11921
8795b4a4
JM
11922 [BZ #6803]
11923 [BZ #6804]
11924 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11925 set errno as appropriate.
11926 * math/w_scalbf.c (__scalbf): Likewise.
11927 * math/w_scalbl.c (__scalbl): Likewise.
11928 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11929 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11930 * math/libm-test.inc (scalb_test_data): Add errno expectations.
11931 Add more NaN tests.
11932
54fa2475
JM
11933 [BZ #16349]
11934 * math/w_atan2.c: Include <errno.h>.
11935 (__atan2): Set errno for result underflowing to zero.
11936 * math/w_atan2f.c: Include <errno.h>.
11937 (__atan2f): Set errno for result underflowing to zero.
11938 * math/w_atan2l.c: Include <errno.h>.
11939 (__atan2l): Set errno for result underflowing to zero.
11940 * math/auto-libm-test-in: Don't allow missing errno for some atan2
11941 tests.
11942 * math/auto-libm-test-out: Regenerated.
11943
757d9dd5
AZ
119442014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11945
11946 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11947 Encode instruction correctly in little endian.
11948 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11949 Likewise.
11950 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11951 Likewise.
11952 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11953 Likewise.
11954 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11955 Likewise.
11956
d7a68734
JM
119572014-03-31 Joseph Myers <joseph@codesourcery.com>
11958
47c5adeb
JM
11959 [BZ #9894]
11960 * sysdeps/unix/sysv/linux/kernel-features.h
11961 [__sparc__ && !__arch64__ && !__sparc_v9__]
11962 (__ASSUME_SET_ROBUST_LIST): Do not define.
11963 [__sparc__ && !__arch64__ && !__sparc_v9__]
11964 (__ASSUME_FUTEX_LOCK_PI): Likewise.
11965 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11966 Likewise.
11967 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11968 (__ASSUME_FUTEX_LOCK_PI): Undefine.
11969 (__ASSUME_REQUEUE_PI): Likewise.
11970 (__ASSUME_SET_ROBUST_LIST): Likewise.
11971 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11972 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11973 Undefine.
11974 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11975 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11976 Likewise.
11977 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11978 Likewise.
11979 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11980 Likewise.
11981 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11982 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11983 Undefine.
11984 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11985 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11986 Likewise.
11987
d7a68734
JM
11988 [BZ #16648]
11989 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11990 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11991 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11992
c760f5c2
WN
119932014-03-31 Will Newton <will.newton@linaro.org>
11994
11995 * benchtests/Makefile (bench): Add ffs and ffsll to list
11996 of tests.
11997 * benchtests/ffs-inputs: New file.
11998 * benchtests/ffsll-inputs: Likewise.
11999
ea6029b1
JM
120002014-03-29 Joseph Myers <joseph@codesourcery.com>
12001
12002 [BZ #16770]
12003 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12004 too large before casting to int.
12005 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12006 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12007 * math/libm-test.inc (scalb_test_data): Add more tests.
12008
cf806aff
SP
120092014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
12010
56737508
SP
12011 * benchtests/Makefile (DETAILED_OPT): New make option.
12012 (bench-func): Run benchmark program with -d if DETAILED_OPT is
12013 set.
12014 * benchtests/bench-skeleton.c: Include stdbool.h.
12015 (main): Store and print timings per input.
12016 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12017 member to each argument value.
12018 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12019 (_print_arg_data): Initialize per-input timing to 0.
12020
cb5e4aad
SP
12021 * benchtests/Makefile (timing-type): New binary.
12022 (bench-clean): Also remove bench-timing-type.
12023 (bench): New target for timing-type.
12024 (bench-func): Print output in JSON format.
12025 * benchtests/bench-skeleton.c (main): Print output in JSON
12026 format.
12027 * benchtests/bench-timing-type.c: New file.
12028 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12029 (TIMING_PRINT_STATS): Remove.
12030 * benchtests/scripts/bench.py (_print_arg_data): Store variant
12031 name separately.
12032
cf806aff
SP
12033 * benchtests/bench-modf.c: Remove.
12034 * benchtests/modf-inputs: New inputs file.
12035
289e0779
JM
120362014-03-28 Joseph Myers <joseph@codesourcery.com>
12037
12038 [BZ #16362]
12039 * math/s_clog10.c (M_PI_LOG10E): New macro.
12040 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12041 imaginary parts are 0.
12042 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12043 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12044 imaginary parts are 0.
12045 * math/s_clog10l.c (M_PI_LOG10El): New macro.
12046 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12047 imaginary parts are 0.
12048 * math/libm-test.inc (clog10_test_data): Update expected results
12049 for when real and imaginary parts are 0.
12050
277ae3f1
PP
120512014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
12052
12053 * elf/dl-load.c: Finish conversion of __builtin_expect into
12054 __glibc_{un}likely.
12055
03a7091f
JM
120562014-03-27 Joseph Myers <joseph@codesourcery.com>
12057
12058 [BZ #16348]
12059 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12060 1+x for argument with exponent below -67.
12061 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12062 Likewise.
12063 * math/auto-libm-test-in: Add more tests of exp.
12064 * math/auto-libm-test-out: Regenerated.
12065
ea7d8b95
SP
120662014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12067
dd3022d7
SP
12068 [BZ #16759]
12069 * inet/getnetgrent_r.c (get_nonempty_val): New function.
12070 (nscd_getnetgrent): Use it.
12071
ea7d8b95
SP
12072 [BZ #16760]
12073 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12074 of stpcpy.
12075
df5b85da
AK
120762014-03-27 Andi Kleen <ak@linux.intel.com>
12077
57f41c40
AS
12078 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12079 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12080 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12081 (lll_robust_unlock): Remove out of line section. Use cfi
12082 intrinsics.
df5b85da 12083 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
12084 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12085 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12086 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12087 (lll_robust_unlock): Remove out of line section. Use cfi
12088 intrinsics.
df5b85da
AK
12089 (LLL_STUB_UNWIND_INFO*): Remove.
12090
fbd6b5a4
SP
120912014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12092
12093 [BZ #16758]
12094 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12095 blank values.
12096
1b26b855
PP
120972014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
12098
12099 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12100
9be36fb8
JM
121012014-03-26 Joseph Myers <joseph@codesourcery.com>
12102
12103 [BZ #16198]
12104 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12105 fnstenv.
12106 * math/test-fenv-preserve.c: New file.
12107 * math/Makefile (tests): Add test-fenv-preserve.
12108
60a2f3c1
WN
121092014-03-26 Will Newton <will.newton@linaro.org>
12110
12111 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12112
a5e5f1e2
RM
121132014-03-25 Roland McGrath <roland@hack.frob.com>
12114
12115 * scripts/versionlist.awk: Partition the version sets and emit all
12116 GLIBC_* (sorted) before all others (sorted).
12117
00f4012a
JM
121182014-03-25 Joseph Myers <joseph@codesourcery.com>
12119
12120 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12121 GLIBC_2.2.5 version.
12122
7bc5a741
AZ
121232014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12124
12125 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12126 calls.
12127
7578473b
AZ
12128 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12129 previous change.
12130
f3f1dab3
AZ
12131 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12132
6da36183
AS
121332014-03-25 Andreas Schwab <schwab@suse.de>
12134
12135 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12136 label to be used after in6ailist is initialized.
12137
f3f1dab3 121382014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 12139
7578473b 12140 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
12141 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12142
046651c1
JM
121432014-03-25 Joseph Myers <joseph@codesourcery.com>
12144
12145 [BZ #16357]
12146 [BZ #16599]
12147 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12148 min_plus_half.
12149 (fp_formats): Update initializers.
12150 (init_fp_formats): Initialize new field.
12151 (output_for_one_input_case): Allow underflow for results up to
12152 min_plus_half.
12153 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12154 * math/auto-libm-test-in: Don't mark some underflows from asin and
12155 atanh as spurious.
12156 * math/auto-libm-test-out: Regenerated.
12157 * sysdeps/i386/fpu/libm-test-ulps: Update.
12158 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12159
003e49ed
AS
121602014-03-25 Andreas Schwab <schwab@suse.de>
12161
12162 * libio/Makefile (tst-ftell-partial-wide-ENV)
12163 (tst-ftell-active-handler-ENV): Define.
12164
de031874
SL
121652014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
12166
12167 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12168
55a81e3b
PP
121692014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12170
12171 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12172
f3426898
JM
121732014-03-24 Joseph Myers <joseph@codesourcery.com>
12174
12175 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12176 * sysdeps/x86_64/fpu/multiarch/e_exp.c
12177 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12178
a42faf59
PP
121792014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12180
12181 [BZ #16634]
a42faf59 12182 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
12183 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12184 (open_path): Change from boolean 'secure' to complete flag 'mode'
12185 (_dl_map_object): Adjust.
a42faf59
PP
12186 * elf/Makefile (tests): Add tst-dlopen-aout.
12187 * elf/tst-dlopen-aout.c: New test.
12188
50936127
SL
121892014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
12190
12191 [BZ #16714]
12192 * sysdeps/unix/sysv/linux/s390/bits/stat.h
12193 (struct stat): Rename member pad0 to __glibc_reserved0.
12194
26011b5c
SL
12195 [BZ #16712]
12196 * sysdeps/s390/s390-32/bits/wordsize.h
12197 (__WORDSIZE32_SIZE_ULONG): New define.
12198 * sysdeps/s390/s390-64/bits/wordsize.h
12199 (__WORDSIZE32_SIZE_ULONG): Likewise.
12200 * sysdeps/generic/stdint.h (SIZE_MAX):
12201 Define as UL if __WORDSIZE32_SIZE_ULONG.
12202
a2d86bf1
SL
12203 [BZ #16713]
12204 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12205 (__glibc_reserved0): New variable.
12206 (sa_flags): Change type to int.
12207
78b6eebc
SL
12208 * posix/Makefile (before-compile): Use += before-compile instead
12209 of a :=.
12210
f1399b5a
SL
12211 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12212 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12213
a071766e
AS
122142014-03-20 Andreas Schwab <schwab@suse.de>
12215
12216 [BZ #16743]
12217 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12218 non-matching result from nscd.
12219
27c673b8
SP
122202014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12221
12222 * scripts/bench.py: Moved to ...
12223 * benchtests/scripts/bench.py: ... here.
12224 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12225
44152e4b
AS
122262014-03-24 Andreas Schwab <schwab@suse.de>
12227
12228 [BZ #16002]
12229 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12230 alloca_account and account alloca use for struct in6ailist.
12231
b376a11a
JM
122322014-03-24 Joseph Myers <joseph@codesourcery.com>
12233
12234 [BZ #16284]
12235 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12236 rounding mode to recompute results that overflow to infinity or
12237 underflow to zero.
12238 * math/auto-libm-test-in: Don't mark tests as expected to fail for
12239 bug 16284.
12240 * math/auto-libm-test-out: Regenerated.
12241 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12242 (ccosh_test): Likewise.
12243 (csin_test_data): Use plus_oflow.
12244 (csin_test): Use ALL_RM_TEST.
12245 (csinh_test_data): Use plus_oflow.
12246 (csinh_test): Use ALL_RM_TEST.
12247 * sysdeps/i386/fpu/libm-test-ulps: Update.
12248 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12249
f7be7376
JM
122502014-03-21 Joseph Myers <joseph@codesourcery.com>
12251
1ca2d03e
JM
12252 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12253 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12254 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12255
f7be7376
JM
12256 [BZ #16731]
12257 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12258 when x - 1 is zero.
12259 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12260 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12261 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12262 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12263 argument is 1.
12264 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12265 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12266 zero.
12267 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12268 * sysdeps/i386/fpu/libm-test-ulps: Update.
12269 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12270
fdf4534d
SP
122712014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
12272
df26ea53
SP
12273 * scripts/bench.pl: Remove file.
12274 * scripts/bench.py: New benchmark script.
12275 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12276 * benchtests/README: Mention python dependency.
12277 * scripts/pylintrc: New file.
12278 * scripts/pylint: New file.
12279
fdf4534d
SP
12280 * bits/mathdef.h: Use #ifdef instead of #if.
12281 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12282 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12283 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12284 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12285 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12286 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12287
6f23d093
AZ
122882014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12289 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12290
12291 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12292 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12293 and strpbrk-ppc64 objects.
12294 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12295 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12296 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12297 multiarch strpbrk for POWER7.
12298 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12299 multiarch strpbrk for PPC64.
12300 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12301 ifunc selector.
12302 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12303 strpbrk for POWER7.
12304
8c92dfff
JM
123052014-03-20 Joseph Myers <joseph@codesourcery.com>
12306
12307 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12308 (atan_test): Likewise.
12309 (atanh_test_data): Use NO_TEST_INLINE for two tests.
12310 (atanh_test): Use ALL_RM_TEST.
12311 (atan2_test_data): Likewise.
12312 (cabs_test): Likewise.
12313 (cacosh_test): Likewise.
12314 (carg_test): Likewise.
12315 (casin_test): Likewise.
12316 (casinh_test): Likewise.
12317 (cbrt_test): Likewise.
12318 (csqrt_test): Likewise.
12319 (erf_test): Likewise.
12320 (erfc_test): Likewise.
12321 (pow10_test): Likewise.
12322 (exp2_test): Likewise.
12323 (hypot_test): Likewise.
12324 (j0_test): Likewise.
12325 (j1_test): Likewise.
12326 (lgamma_test): Likewise.
12327 (gamma_test): Likewise.
12328 (sincos_test): Likewise.
12329 (tanh_test): Likewise.
12330 (y0_test): Likewise.
12331 (y1_test): Likewise.
12332 * sysdeps/i386/fpu/libm-test-ulps: Update.
12333 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12334
6eaf95cb
AZ
123352014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12336
a387428c
SP
12337 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12338 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
12339 and strcspn-ppc64 objects.
12340 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12341 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12342 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12343 multiarch strcspn for POWER7.
12344 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12345 multiarch strcspn for PPC64.
12346 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12347 ifunc selector.
12348 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12349 strcspn for POWER7.
12350
ae3a5dff
JM
123512014-03-20 Joseph Myers <joseph@codesourcery.com>
12352
12353 * math/gen-libm-test.pl (generate_testfile): Expect only function
12354 name as argument to AUTO_TESTS_* and pass results for all rounding
12355 modes to parse_args.
12356 (parse_auto_input): Separate inputs of automatic tests from
12357 outputs before storing in %auto_tests.
12358 * math/libm-test.inc (acos_test_data): Update call to
12359 AUTO_TESTS_f_f.
12360 (acos_test): Use ALL_RM_TEST.
12361 (acos_tonearest_test_data): Remove.
12362 (acos_test_tonearest): Likewise.
12363 (acos_towardzero_test_data): Likewise.
12364 (acos_test_towardzero): Likewise.
12365 (acos_downward_test_data): Likewise.
12366 (acos_test_downward): Likewise.
12367 (acos_upward_test_data): Likewise.
12368 (acos_test_upward): Likewise.
12369 (acosh_test_data): Update call to AUTO_TESTS_f_f.
12370 (asin_test_data): Likewise.
12371 (asin_test): Use ALL_RM_TEST.
12372 (asin_tonearest_test_data): Remove.
12373 (asin_test_tonearest): Likewise.
12374 (asin_towardzero_test_data): Likewise.
12375 (asin_test_towardzero): Likewise.
12376 (asin_downward_test_data): Likewise.
12377 (asin_test_downward): Likewise.
12378 (asin_upward_test_data): Likewise.
12379 (asin_test_upward): Likewise.
12380 (asinh_test_data): Update call to AUTO_TESTS_f_f.
12381 (atan_test_data): Likewise.
12382 (atanh_test_data): Likewise.
12383 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12384 (cabs_test_data): Update call to AUTO_TESTS_c_f.
12385 (carg_test_data): Likewise.
12386 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12387 (ccos_test_data): Update call to AUTO_TESTS_c_c.
12388 (ccosh_test_data): Likewise.
12389 (cexp_test_data): Likewise.
12390 (clog_test_data): Likewise.
12391 (clog10_test_data): Likewise.
12392 (cos_test_data): Update call to AUTO_TESTS_f_f.
12393 (cos_test): Use ALL_RM_TEST.
12394 (cos_tonearest_test_data): Remove.
12395 (cos_test_tonearest): Likewise.
12396 (cos_towardzero_test_data): Likewise.
12397 (cos_test_towardzero): Likewise.
12398 (cos_downward_test_data): Likewise.
12399 (cos_test_downward): Likewise.
12400 (cos_upward_test_data): Likewise.
12401 (cos_test_upward): Likewise.
12402 (cosh_test_data): Update call to AUTO_TESTS_f_f.
12403 (cosh_test): Use ALL_RM_TEST.
12404 (cosh_tonearest_test_data): Remove.
12405 (cosh_test_tonearest): Likewise.
12406 (cosh_towardzero_test_data): Likewise.
12407 (cosh_test_towardzero): Likewise.
12408 (cosh_downward_test_data): Likewise.
12409 (cosh_test_downward): Likewise.
12410 (cosh_upward_test_data): Likewise.
12411 (cosh_test_upward): Likewise.
12412 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12413 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12414 (ctan_test_data): Likewise.
12415 (ctan_test): Use ALL_RM_TEST.
12416 (ctan_tonearest_test_data): Remove.
12417 (ctan_test_tonearest): Likewise.
12418 (ctan_towardzero_test_data): Likewise.
12419 (ctan_test_towardzero): Likewise.
12420 (ctan_downward_test_data): Likewise.
12421 (ctan_test_downward): Likewise.
12422 (ctan_upward_test_data): Likewise.
12423 (ctan_test_upward): Likewise.
12424 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12425 (ctanh_test): Use ALL_RM_TEST.
12426 (ctanh_tonearest_test_data): Remove.
12427 (ctanh_test_tonearest): Likewise.
12428 (ctanh_towardzero_test_data): Likewise.
12429 (ctanh_test_towardzero): Likewise.
12430 (ctanh_downward_test_data): Likewise.
12431 (ctanh_test_downward): Likewise.
12432 (ctanh_upward_test_data): Likewise.
12433 (ctanh_test_upward): Likewise.
12434 (erf_test_data): Update call to AUTO_TESTS_f_f.
12435 (erfc_test_data): Likewise.
12436 (exp_test_data): Likewise.
12437 (exp_test): Use ALL_RM_TEST.
12438 (exp_tonearest_test_data): Remove.
12439 (exp_test_tonearest): Likewise.
12440 (exp_towardzero_test_data): Likewise.
12441 (exp_test_towardzero): Likewise.
12442 (exp_downward_test_data): Likewise.
12443 (exp_test_downward): Likewise.
12444 (exp_upward_test_data): Likewise.
12445 (exp_test_upward): Likewise.
12446 (exp10_test_data): Update call to AUTO_TESTS_f_f.
12447 (exp10_test): Use ALL_RM_TEST.
12448 (exp10_tonearest_test_data): Remove.
12449 (exp10_test_tonearest): Likewise.
12450 (exp10_towardzero_test_data): Likewise.
12451 (exp10_test_towardzero): Likewise.
12452 (exp10_downward_test_data): Likewise.
12453 (exp10_test_downward): Likewise.
12454 (exp10_upward_test_data): Likewise.
12455 (exp10_test_upward): Likewise.
12456 (exp2_test_data): Update call to AUTO_TESTS_f_f.
12457 (expm1_test_data): Likewise.
12458 (expm1_test): Use ALL_RM_TEST.
12459 (expm1_tonearest_test_data): Remove.
12460 (expm1_test_tonearest): Likewise.
12461 (expm1_towardzero_test_data): Likewise.
12462 (expm1_test_towardzero): Likewise.
12463 (expm1_downward_test_data): Likewise.
12464 (expm1_test_downward): Likewise.
12465 (expm1_upward_test_data): Likewise.
12466 (expm1_test_upward): Likewise.
12467 (fma_test_data): Update call to AUTO_TESTS_fff_f.
12468 (fma_test): Use ALL_RM_TEST.
12469 (fma_towardzero_test_data): Remove.
12470 (fma_test_towardzero): Likewise.
12471 (fma_downward_test_data): Likewise.
12472 (fma_test_downward): Likewise.
12473 (fma_upward_test_data): Likewise.
12474 (fma_test_upward): Likewise.
12475 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12476 (j0_test_data): Update call to AUTO_TESTS_f_f.
12477 (j1_test_data): Likewise.
12478 (jn_test_data): Update call to AUTO_TESTS_if_f.
12479 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12480 (log_test_data): Update call to AUTO_TESTS_f_f.
12481 (log10_test_data): Likewise.
12482 (log1p_test_data): Likewise.
12483 (log2_test_data): Likewise.
12484 (pow_test_data): Update call to AUTO_TESTS_ff_f.
12485 (pow_tonearest_test_data): Likewise.
12486 (sin_test_data): Update call to AUTO_TESTS_f_f.
12487 (sin_test): Use ALL_RM_TEST.
12488 (sin_tonearest_test_data): Remove.
12489 (sin_test_tonearest): Likewise.
12490 (sin_towardzero_test_data): Likewise.
12491 (sin_test_towardzero): Likewise.
12492 (sin_downward_test_data): Likewise.
12493 (sin_test_downward): Likewise.
12494 (sin_upward_test_data): Likewise.
12495 (sin_test_upward): Likewise.
12496 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12497 (sinh_test_data): Update call to AUTO_TESTS_f_f.
12498 (sinh_test): Use ALL_RM_TEST.
12499 (sinh_tonearest_test_data): Remove.
12500 (sinh_test_tonearest): Likewise.
12501 (sinh_towardzero_test_data): Likewise.
12502 (sinh_test_towardzero): Likewise.
12503 (sinh_downward_test_data): Likewise.
12504 (sinh_test_downward): Likewise.
12505 (sinh_upward_test_data): Likewise.
12506 (sinh_test_upward): Likewise.
12507 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12508 (sqrt_test): Use ALL_RM_TEST.
12509 (sqrt_tonearest_test_data): Remove.
12510 (sqrt_test_tonearest): Likewise.
12511 (sqrt_towardzero_test_data): Likewise.
12512 (sqrt_test_towardzero): Likewise.
12513 (sqrt_downward_test_data): Likewise.
12514 (sqrt_test_downward): Likewise.
12515 (sqrt_upward_test_data): Likewise.
12516 (sqrt_test_upward): Likewise.
12517 (tan_test_data): Update call to AUTO_TESTS_f_f.
12518 (tan_test): Use ALL_RM_TEST.
12519 (tan_tonearest_test_data): Remove.
12520 (tan_test_tonearest): Likewise.
12521 (tan_towardzero_test_data): Likewise.
12522 (tan_test_towardzero): Likewise.
12523 (tan_downward_test_data): Likewise.
12524 (tan_test_downward): Likewise.
12525 (tan_upward_test_data): Likewise.
12526 (tan_test_upward): Likewise.
12527 (tanh_test_data): Update call to AUTO_TESTS_f_f.
12528 (tgamma_test_data): Likewise.
12529 (y0_test_data): Likewise.
12530 (y1_test_data): Likewise.
12531 (yn_test_data): Update call to AUTO_TESTS_if_f.
12532 (main): Do not call removed functions.
12533
d71aeee8
JM
125342014-03-19 Joseph Myers <joseph@codesourcery.com>
12535
12536 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12537 (ldexp_test_data): Remove.
12538 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
12539 scalbn_test_data.
12540 (scalb_test): Use ALL_RM_TEST.
12541
baaf1ded
AS
125422014-03-19 Andreas Schwab <schwab@suse.de>
12543
12544 * nscd/nscd.service: Also invalidate netgroup cache on reload.
12545
b1115e91
JM
125462014-03-19 Joseph Myers <joseph@codesourcery.com>
12547
12548 [BZ #16649]
12549 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12550 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12551 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12552 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12553 (__ASSUME_PREADV): Undefine.
12554 (__ASSUME_PWRITEV): Likewise.
12555
0283ecca
RM
125562014-03-18 Roland McGrath <roland@hack.frob.com>
12557
7d375303
RM
12558 * bits/mman-linux.h: Add comment about non-Linux use.
12559 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12560 bits/mman-linux.h resting place.
12561
0283ecca
RM
12562 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12563 * bits/mman-linux.h: ... here.
12564
aebe1003
AZ
125652014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12566
12567 * conform/conformtest.pl: Add standard definition when calling C
12568 preprocessor on data files.
12569 (checknamespace): Remove unused variable.
12570
b29b6bb8
JM
125712014-03-18 Joseph Myers <joseph@codesourcery.com>
12572
12573 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12574 minus_oflow, plus_uflow and minus_uflow in expected results.
12575 * math/libm-test.inc (scalbn_test_data): Add more tests of
12576 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
12577 minus_uflow.
12578 (scalbn_test): Use ALL_RM_TEST.
12579 (scalbln_test_data): Add more tests of negative arguments. Use
12580 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12581 (scalbln_test): Use ALL_RM_TEST.
12582
c8f8fa15
RM
125832014-03-18 Roland McGrath <roland@hack.frob.com>
12584
12585 * scripts/abilist.awk: Ignore symbols marked with .hidden.
12586
fede7a5f
WN
125872014-03-18 Will Newton <will.newton@linaro.org>
12588
12589 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12590 inaccurate comment.
12591
80cf0a58
JM
125922014-03-18 Joseph Myers <joseph@codesourcery.com>
12593
12594 * Makerules [!subdir] (check-abi): Exit with error status if a
12595 test failed.
12596
b3620862
JM
125972014-03-17 Joseph Myers <joseph@codesourcery.com>
12598
12599 * math/libm-test.inc (nearbyint_test_data): Include all tests used
12600 for rint. Include results for all rounding modes.
12601 (nearbyint_test): Use ALL_RM_TEST.
12602 (rint_test_data): Include all tests used for nearbyint.
12603
788bba36
WN
126042014-03-17 Will Newton <will.newton@linaro.org>
12605
04ec140a
WN
12606 * nptl/sysdeps/pthread/pthread.h: Revert previous
12607 change.
12608
7579d8d5
WN
12609 * sysdeps/generic/ldsodefs.h: Revert previous
12610 change.
12611
c15cf13a
WN
12612 * libio/genops.c: Revert previous change.
12613 * libio/libioP.h: Likewise.
12614 * stdio-common/vfprintf.c: Likewise.
12615
d0ac1324
WN
12616 * sysdeps/generic/math_private.h: Revert previous
12617 change.
12618
9290130a
WN
12619 * sysdeps/generic/math_private.h: Check whether
12620 HAVE_RM_CTX is defined with #ifdef rather
12621 than #if.
12622
afb466fc
WN
12623 * argp/argp-fmtstream.h: Check whether
12624 __STRICT_ANSI__ is defined with #ifdef rather
12625 than #if.
12626 * argp/argp.h: Likewise.
12627
f7efd7c3
WN
12628 * libio/genops.c: Check whether
12629 _IO_JUMPS_OFFSET is defined with #ifdef rather
12630 than #if.
12631 * libio/libioP.h: Likewise.
12632 * stdio-common/vfprintf.c: Likewise.
12633
53f1bed3
WN
12634 * sysdeps/generic/ldsodefs.h: Check whether
12635 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12636 than #if.
12637
788bba36
WN
12638 * nptl/sysdeps/pthread/pthread.h: Check
12639 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12640 its value.
12641
fcd89ebe
SP
126422014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12643
ae42bbc5
SP
12644 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12645 setting O_APPEND.
12646 * libio/tst-ftell-active-handler.c (do_append_test): Add a
12647 test case.
12648
ea33158c
SP
12649 [BZ #16680]
12650 * libio/fileops.c (_IO_file_open): Seek to end of file but
12651 don't cache the offset.
12652 (get_file_offset): Remove function.
12653 (do_ftell): Use cached offset when available.
12654 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12655 don't cache the offset.
12656 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12657 case.
12658 (do_one_test): Call it.
12659 (do_ftell_test): Fix up expected old offset for a+ mode.
12660 * libio/wfileops.c (do_ftell_wide): Used cached offset when
12661 available.
12662
b1dbb426
SP
12663 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12664 up test status with function return status.
12665 (do_write_test): Likewise.
12666 (do_append_test): Likewise.
12667
fcd89ebe
SP
12668 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12669 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12670 Remove.
12671
9962a2d3
JM
126722014-03-17 Joseph Myers <joseph@codesourcery.com>
12673
12674 * math/gen-libm-test.pl (parse_args): Handle results specified for
12675 each rounding mode separately.
12676 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12677 tests and results from lrint_tonearest_test_data,
12678 lrint_towardzero_test_data, lrint_downward_test_data and
12679 lrint_upward_test_data.
12680 (lrint_test): Use ALL_RM_TEST.
12681 (lrint_tonearest_test_data): Remove.
12682 (lrint_test_tonearest): Likewise.
12683 (lrint_towardzero_test_data): Likewise.
12684 (lrint_test_towardzero): Likewise.
12685 (lrint_downward_test_data): Likewise.
12686 (lrint_test_downward): Likewise.
12687 (lrint_upward_test_data): Likewise.
12688 (lrint_test_upward): Likewise.
12689 (llrint_test_data): Merge in per-rounding-mode tests and results
12690 from llrint_tonearest_test_data, llrint_towardzero_test_data,
12691 llrint_downward_test_data and llrint_upward_test_data.
12692 (llrint_test): Use ALL_RM_TEST.
12693 (llrint_tonearest_test_data): Remove.
12694 (llrint_test_tonearest): Likewise.
12695 (llrint_towardzero_test_data): Likewise.
12696 (llrint_test_towardzero): Likewise.
12697 (llrint_downward_test_data): Likewise.
12698 (llrint_test_downward): Likewise.
12699 (llrint_upward_test_data): Likewise.
12700 (llrint_test_upward): Likewise.
12701 (rint_test_data): Merge in per-rounding-mode tests and results
12702 from rint_tonearest_test_data, rint_towardzero_test_data,
12703 rint_downward_test_data and rint_upward_test_data. Add
12704 per-rounding-mode results for tests not in those arrays.
12705 (rint_test): Use ALL_RM_TEST.
12706 (rint_tonearest_test_data): Remove.
12707 (rint_test_tonearest): Likewise.
12708 (rint_towardzero_test_data): Likewise.
12709 (rint_test_towardzero): Likewise.
12710 (rint_downward_test_data): Likewise.
12711 (rint_test_downward): Likewise.
12712 (rint_upward_test_data): Likewise.
12713 (rint_test_upward): Likewise.
12714 (main): Don't call removed functions.
12715
5006148e
RM
127162014-03-14 Roland McGrath <roland@hack.frob.com>
12717
12718 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12719 "Compiled on ..." crapola. It is anti-useful.
12720
d6fe5e58
JM
127212014-03-14 Joseph Myers <joseph@codesourcery.com>
12722
12723 * scripts/evaluate-test.sh: Handle fourth argument to determine
12724 whether test run should stop on failure.
12725 * Makeconfig (stop-on-test-failure): New variable.
12726 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12727 $(stop-on-test-failure).
12728 * Makefile (tests): Give a summary of results from testing and
12729 exit with failure status if they include an ERROR or FAIL.
12730 (xtests): Likewise.
12731 * manual/install.texi (Configuring and compiling): Mention
12732 stop-on-test-failure=y.
12733 * INSTALL: Regenerated.
12734
498a2233
RM
127352014-03-14 Roland McGrath <roland@hack.frob.com>
12736
22dbc19d
RM
12737 * scripts/versionlist.awk: New file.
12738 * Makerules [$(build-shared) = yes]
12739 (postclean-generated): Add Versions.def, not Versions.def.v and
12740 Versions.def.v.i.
12741 ($(common-objpfx)Versions.def.v.i): Target removed.
12742 ($(common-objpfx)Versions.def): New target.
12743 ($(common-objpfx)Versions.all): Depend on that rather that
12744 $(common-objpfx)Versions.def.v.
12745 * Versions.def: File removed.
12746
498a2233
RM
12747 * Makeconfig (+gccwarn): Add -Wundef.
12748 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12749 a dl-sysdep.h breaking its contract.
12750 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12751 * include/stackinfo.h: New file.
12752 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12753 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12754 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12755 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12756 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12757 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12758 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12759 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12760 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12761 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12762 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12763 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12764 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12765 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12766 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12767
c7de5025
AZ
127682014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12769
12770 [BZ #16707]
12771 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12772 implementation.
12773 * math/libm-test.inc (round_test_data): Add more tests.
12774
98fb27a3
AZ
12775 [BZ #16706]
12776 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12777 implementation.
12778 * math/libm-test.inc (nearbyint_test_data): Add more tests.
12779
374f7f61
AZ
12780 [BZ #16701]
12781 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12782 implementation.
12783 * math/libm-test.inc (ceil_test_data): Add more tests.
12784
4655c291
AZ
12785 * math/libm-test.inc (trunc_test_data): Add more tests related to
12786 BZ#16414.
12787
d7329d4b
RM
127882014-03-14 Roland McGrath <roland@hack.frob.com>
12789
12790 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12791 with #if rather than #ifdef.
12792 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12793
aa4de9ce
L
127942014-03-14 H.J. Lu <hongjiu.lu@intel.com>
12795
12796 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12797 first. Disable AVX-512 GCC support if assembler doesn't support
12798 it.
12799 * sysdeps/x86_64/configure: Regenerated.
12800
2e03fae7
CD
128012014-03-13 Carlos O'Donell <carlos@redhat.com>
12802
12803 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12804 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12805 (__old_pthread_attr_setstack): Likewise.
12806 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12807 [!_STACK_GROWS_DOWN]: Likewise.
12808
43ca83ec
MF
128092014-03-13 Mike Frysinger <vapier@gentoo.org>
12810
12811 * config.make.in (have-bash2): Delete.
12812 * configure.ac (libc_cv_have_bash2): Delete.
12813 * configure: Regenerate.
12814 * elf/Makefile (common-ldd-rewrite): Rename to ...
12815 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
12816 (sh-ldd-rewrite): Delete.
12817 (bash-ldd-rewrite): Delete.
12818 (have-bash2): Delete checks.
57f41c40
AS
12819 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12820 ldd-rewrite.
c66e48b4
MF
12821
12822 * config.make.in (have-ksh): Delete.
12823 (KSH): Delete.
12824 * configure.ac (libc_cv_have_ksh): Delete.
12825 * configure: Regenerate.
12826
b93834ef
MF
12827 * elf/Makefile: Delete $(have-ksh) check.
12828 ($(objpfx)sotruss): Change KSH to BASH.
12829 * elf/sotruss.ksh: Rename to ...
12830 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
12831 function style to match POSIX. Drop ksh vim mode setting.
12832
f3a4632a
MF
12833 * manual/time.texi (Specifying the Time Zone with TZ): Change
12834 Tuesday to Thursday.
12835
5896c8bd
MF
12836 * debug/tst-longjmp_chk2.c: Update header comment.
12837 (stackoverflow_handler): Add comment. Call assert on pass value.
12838
2d63a517
IZ
128392014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
12840
7e54fd04 12841 [BZ #16194]
2d63a517
IZ
12842 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12843 (HAVE_AVX512_ASM_SUPPORT): Likewise.
12844 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12845 (La_x86_64_vector): Add zmm.
12846 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12847 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12848 ($(objpfx)tst-audit10): New target.
12849 ($(objpfx)tst-audit10.out): Likewise.
12850 (tst-audit10-ENV): New.
12851 (AVX512-CFLAGS): Likewise.
12852 (CFLAGS-tst-audit10.c): Likewise.
12853 (CFLAGS-tst-auditmod10a.c): Likewise.
12854 (CFLAGS-tst-auditmod10b.c): Likewise.
12855 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12856 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12857 * sysdeps/x86_64/configure: Regenerated.
12858 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12859 AVX-512 zmm register support.
12860 (_dl_x86_64_save_sse): Likewise.
12861 (_dl_x86_64_restore_sse): Likewise.
12862 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12863 size vector registers.
12864 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12865 (ZMM_SIZE): Likewise.
12866 * sysdeps/x86_64/tst-audit10.c: New file.
12867 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12868 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12869
44c4e5d5
RM
128702014-03-13 Roland McGrath <roland@hack.frob.com>
12871
12872 * configure.ac (HAVE_EHDR_START): New check.
12873 * configure: Regenerated.
12874 * config.h.in (HAVE_EHDR_START): New #undef.
12875 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12876 assuming the lowest-addressed segment maps the start of the file.
12877
acd6e389
JM
128782014-03-13 Joseph Myers <joseph@codesourcery.com>
12879
12880 * INSTALL: Regenerated.
12881
6f918f36
WN
128822014-03-13 Will Newton <will.newton@linaro.org>
12883
12884 * manual/setjmp.texi (System V contexts): Improve
12885 clarity and grammar of documentation.
12886
798212a0
PP
128872014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
12888
12889 [BZ #16381]
798212a0 12890 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 12891 (tests-pie): Add tst-pie2.
798212a0
PP
12892 * elf/tst-pie2.c: New file.
12893 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12894 for ET_EXEC.
12895 * elf/rtld.c (map_doit): Load executable as lt_executable.
12896 (dl_main): Likewise.
12897
abe6d90c
JM
128982014-03-12 Joseph Myers <joseph@codesourcery.com>
12899
12900 [BZ #16642]
12901 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12902 (__ASSUME_PSELECT): Undefine.
12903
dd3946c6
AZ
129042014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12905
12906 [BZ #16689]
12907 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12908 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12909 static build.
12910 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12911 selector for static builds.
12912
c44496df
SP
129132014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
12914
12915 [BZ #16695]
12916 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12917 key in the buffer.
12918
27c7220a
AZ
129192014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12920
57f41c40
AS
12921 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12922 IFUNC selector for static builds.
27c7220a 12923
600fa361
JM
129242014-03-11 Joseph Myers <joseph@codesourcery.com>
12925
76c96cf7
JM
12926 * sysdeps/mips/math_private.h [__mips_hard_float]
12927 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12928 libc_feresetround_mips_ctx.
12929 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12930 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12931 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12932
600fa361
JM
12933 [BZ #16677]
12934 * math/s_nextafter.c (__nextafter): Do not return value from
12935 overflowing computation.
12936 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12937 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12938 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12939 Likewise.
12940 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12941 Likewise.
12942 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12943 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12944
d7706c32
RM
129452014-03-11 Roland McGrath <roland@hack.frob.com>
12946
12947 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12948 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12949 Move sfi_sp use from the load-multiple (that no longer sets sp) to
12950 the new mov targetting sp.
12951
4facea47
AZ
129522014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12953
12954 [BZ #16683]
12955 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12956 Define it for static builds as well.
12957 (NO_BZERO_IMPL): Likewise.
12958
e65caf1f
VR
129592014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12960
12961 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12962 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12963 multiarch strspn for PPC64.
12964 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12965 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12966 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12967 (__libc_ifunc_impl_list): Likewise.
12968 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12969 multiarch optimizations
12970 * string/strspn.c (strspn): Using macro to redefine symbol name.
12971
ba9cc071
AZ
129722014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12973 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12974
12975 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12976 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12977 multiarch strncat for PPC64.
12978 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12979 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12980 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12981 (__libc_ifunc_impl_list): Likewise.
12982 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12983 multiarch optimizations
12984
8b4ff974
SP
129852014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12986
12987 [BZ #16639]
12988 * nscd/nscd.service: Make service type forking.
12989
54b46a4b
AZ
129902014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12991
12992 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12993 sign in non default rounding modes.
12994 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12995
e9996ef7
JM
129962014-03-08 Joseph Myers <joseph@codesourcery.com>
12997
12998 * math/libm-test.inc (ALL_RM_TEST): New macro.
12999 (ceil_test): Use ALL_RM_TEST.
13000 (cimag_test): Likewise.
13001 (conj_test): Likewise.
13002 (copysign_test): Likewise.
13003 (cproj_test): Likewise.
13004 (creal_test): Likewise.
13005 (fabs_test): Likewise.
13006 (floor_test): Likewise.
13007 (fmax_test): Likewise.
13008 (fmin_test): Likewise.
13009 (fmod_test): Likewise.
13010 (fpclassify_test): Likewise.
13011 (frexp_test): Likewise.
13012 (ilogb_test): Likewise.
13013 (isfinite_test): Likewise.
13014 (finite_test): Likewise.
13015 (isgreater_test): Likewise.
13016 (isgreaterequal_test): Likewise.
13017 (isinf_test): Likewise.
13018 (isless_test): Likewise.
13019 (islessequal_test): Likewise.
13020 (islessgreater_test): Likewise.
13021 (isnan_test): Likewise.
13022 (isnormal_test): Likewise.
13023 (issignaling_test): Likewise.
13024 (isunordered_test): Likewise.
13025 (logb_test): Likewise.
13026 (logb_downward_test_data): Remove.
13027 (logb_test_downward): Likewise.
13028 (lround_test): Use ALL_RM_TEST.
13029 (llround_test): Likewise.
13030 (modf_test): Likewise.
13031 (nexttoward_test): Likewise.
13032 (remainder_test): Likewise.
13033 (drem_test): Likewise.
13034 (remainder_tonearest_test_data): Likewise.
13035 (remainder_test_tonearest): Likewise.
13036 (drem_test_tonearest): Likewise.
13037 (remainder_towardzero_test_data): Likewise.
13038 (remainder_test_towardzero): Likewise.
13039 (drem_test_towardzero): Likewise.
13040 (remainder_downward_test_data): Likewise.
13041 (remainder_test_downward): Likewise.
13042 (drem_test_downward): Likewise.
13043 (remainder_upward_test_data): Likewise.
13044 (remainder_test_upward): Likewise.
13045 (drem_test_upward): Likewise.
13046 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
13047 (round_test): Use ALL_RM_TEST.
13048 (signbit_test): Likewise.
13049 (trunc_test): Likewise.
13050 (significand_test): Likewise.
13051 (main): Don't call removed functions.
13052
bc61d27c
JM
130532014-03-07 Joseph Myers <joseph@codesourcery.com>
13054
5c780849
JM
13055 [BZ #16674]
13056 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13057 || __USE_XOPEN2K8].
13058 (ILL_ILLOPN): Likewise.
13059 (ILL_ILLADR): Likewise.
13060 (ILL_ILLTRP): Likewise.
13061 (ILL_PRVOPC): Likewise.
13062 (ILL_PRVREG): Likewise.
13063 (ILL_COPROC): Likewise.
13064 (ILL_BADSTK): Likewise.
13065 (FPE_INTDIV): Likewise.
13066 (FPE_INTOVF): Likewise.
13067 (FPE_FLTDIV): Likewise.
13068 (FPE_FLTOVF): Likewise.
13069 (FPE_FLTUND): Likewise.
13070 (FPE_FLTRES): Likewise.
13071 (FPE_FLTINV): Likewise.
13072 (FPE_FLTSUB): Likewise.
13073 (SEGV_MAPERR): Likewise.
13074 (SEGV_ACCERR): Likewise.
13075 (BUS_ADRALN): Likewise.
13076 (BUS_ADRERR): Likewise.
13077 (BUS_OBJERR): Likewise.
13078 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13079 (TRAP_TRACE): Likewise.
13080 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13081 __USE_XOPEN2K8].
13082 (CLD_KILLED): Likewise.
13083 (CLD_DUMPED): Likewise.
13084 (CLD_TRAPPED): Likewise.
13085 (CLD_STOPPED): Likewise.
13086 (CLD_CONTINUED): Likewise.
13087 (POLL_IN): Likewise.
13088 (POLL_OUT): Likewise.
13089 (POLL_MSG): Likewise.
13090 (POLL_ERR): Likewise.
13091 (POLL_PRI): Likewise.
13092 (POLL_HUP): Likewise.
13093 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13094 Likewise.
13095 (ILL_ILLOPN): Likewise.
13096 (ILL_ILLADR): Likewise.
13097 (ILL_ILLTRP): Likewise.
13098 (ILL_PRVOPC): Likewise.
13099 (ILL_PRVREG): Likewise.
13100 (ILL_COPROC): Likewise.
13101 (ILL_BADSTK): Likewise.
13102 (FPE_INTDIV): Likewise.
13103 (FPE_INTOVF): Likewise.
13104 (FPE_FLTDIV): Likewise.
13105 (FPE_FLTOVF): Likewise.
13106 (FPE_FLTUND): Likewise.
13107 (FPE_FLTRES): Likewise.
13108 (FPE_FLTINV): Likewise.
13109 (FPE_FLTSUB): Likewise.
13110 (SEGV_MAPERR): Likewise.
13111 (SEGV_ACCERR): Likewise.
13112 (BUS_ADRALN): Likewise.
13113 (BUS_ADRERR): Likewise.
13114 (BUS_OBJERR): Likewise.
13115 (BUS_MCEERR_AR): Likewise.
13116 (BUS_MCEERR_AO): Likewise.
13117 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13118 (TRAP_TRACE): Likewise.
13119 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13120 __USE_XOPEN2K8].
13121 (CLD_KILLED): Likewise.
13122 (CLD_DUMPED): Likewise.
13123 (CLD_TRAPPED): Likewise.
13124 (CLD_STOPPED): Likewise.
13125 (CLD_CONTINUED): Likewise.
13126 (POLL_IN): Likewise.
13127 (POLL_OUT): Likewise.
13128 (POLL_MSG): Likewise.
13129 (POLL_ERR): Likewise.
13130 (POLL_PRI): Likewise.
13131 (POLL_HUP): Likewise.
13132 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13133 (ILL_ILLOPN): Likewise.
13134 (ILL_ILLADR): Likewise.
13135 (ILL_ILLTRP): Likewise.
13136 (ILL_PRVOPC): Likewise.
13137 (ILL_PRVREG): Likewise.
13138 (ILL_COPROC): Likewise.
13139 (ILL_BADSTK): Likewise.
13140 (FPE_INTDIV): Likewise.
13141 (FPE_INTOVF): Likewise.
13142 (FPE_FLTDIV): Likewise.
13143 (FPE_FLTOVF): Likewise.
13144 (FPE_FLTUND): Likewise.
13145 (FPE_FLTRES): Likewise.
13146 (FPE_FLTINV): Likewise.
13147 (FPE_FLTSUB): Likewise.
13148 (SEGV_MAPERR): Likewise.
13149 (SEGV_ACCERR): Likewise.
13150 (BUS_ADRALN): Likewise.
13151 (BUS_ADRERR): Likewise.
13152 (BUS_OBJERR): Likewise.
13153 (BUS_MCEERR_AR): Likewise.
13154 (BUS_MCEERR_AO): Likewise.
13155 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13156 (TRAP_TRACE): Likewise.
13157 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13158 __USE_XOPEN2K8].
13159 (CLD_KILLED): Likewise.
13160 (CLD_DUMPED): Likewise.
13161 (CLD_TRAPPED): Likewise.
13162 (CLD_STOPPED): Likewise.
13163 (CLD_CONTINUED): Likewise.
13164 (POLL_IN): Likewise.
13165 (POLL_OUT): Likewise.
13166 (POLL_MSG): Likewise.
13167 (POLL_ERR): Likewise.
13168 (POLL_PRI): Likewise.
13169 (POLL_HUP): Likewise.
13170 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13171 Likewise.
13172 (ILL_ILLOPN): Likewise.
13173 (ILL_ILLADR): Likewise.
13174 (ILL_ILLTRP): Likewise.
13175 (ILL_PRVOPC): Likewise.
13176 (ILL_PRVREG): Likewise.
13177 (ILL_COPROC): Likewise.
13178 (ILL_BADSTK): Likewise.
13179 (ILL_BADIADDR): Likewise.
13180 (ILL_BREAK): Likewise.
13181 (FPE_INTDIV): Likewise.
13182 (FPE_INTOVF): Likewise.
13183 (FPE_FLTDIV): Likewise.
13184 (FPE_FLTOVF): Likewise.
13185 (FPE_FLTUND): Likewise.
13186 (FPE_FLTRES): Likewise.
13187 (FPE_FLTINV): Likewise.
13188 (FPE_FLTSUB): Likewise.
13189 (FPE_DECOVF): Likewise.
13190 (FPE_DECDIV): Likewise.
13191 (FPE_DECERR): Likewise.
13192 (FPE_INVASC): Likewise.
13193 (FPE_INVDEC): Likewise.
13194 (SEGV_MAPERR): Likewise.
13195 (SEGV_ACCERR): Likewise.
13196 (SEGV_PSTKOVF): Likewise.
13197 (BUS_ADRALN): Likewise.
13198 (BUS_ADRERR): Likewise.
13199 (BUS_OBJERR): Likewise.
13200 (BUS_MCEERR_AR): Likewise.
13201 (BUS_MCEERR_AO): Likewise.
13202 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13203 (TRAP_TRACE): Likewise.
13204 (TRAP_BRANCH): Likewise.
13205 (TRAP_HWBKPT): Likewise.
13206 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13207 __USE_XOPEN2K8].
13208 (CLD_KILLED): Likewise.
13209 (CLD_DUMPED): Likewise.
13210 (CLD_TRAPPED): Likewise.
13211 (CLD_STOPPED): Likewise.
13212 (CLD_CONTINUED): Likewise.
13213 (POLL_IN): Likewise.
13214 (POLL_OUT): Likewise.
13215 (POLL_MSG): Likewise.
13216 (POLL_ERR): Likewise.
13217 (POLL_PRI): Likewise.
13218 (POLL_HUP): Likewise.
13219 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13220 (ILL_ILLOPN): Likewise.
13221 (ILL_ILLADR): Likewise.
13222 (ILL_ILLTRP): Likewise.
13223 (ILL_PRVOPC): Likewise.
13224 (ILL_PRVREG): Likewise.
13225 (ILL_COPROC): Likewise.
13226 (ILL_BADSTK): Likewise.
13227 (FPE_INTDIV): Likewise.
13228 (FPE_INTOVF): Likewise.
13229 (FPE_FLTDIV): Likewise.
13230 (FPE_FLTOVF): Likewise.
13231 (FPE_FLTUND): Likewise.
13232 (FPE_FLTRES): Likewise.
13233 (FPE_FLTINV): Likewise.
13234 (FPE_FLTSUB): Likewise.
13235 (SEGV_MAPERR): Likewise.
13236 (SEGV_ACCERR): Likewise.
13237 (BUS_ADRALN): Likewise.
13238 (BUS_ADRERR): Likewise.
13239 (BUS_OBJERR): Likewise.
13240 (BUS_MCEERR_AR): Likewise.
13241 (BUS_MCEERR_AO): Likewise.
13242 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13243 (TRAP_TRACE): Likewise.
13244 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13245 __USE_XOPEN2K8].
13246 (CLD_KILLED): Likewise.
13247 (CLD_DUMPED): Likewise.
13248 (CLD_TRAPPED): Likewise.
13249 (CLD_STOPPED): Likewise.
13250 (CLD_CONTINUED): Likewise.
13251 (POLL_IN): Likewise.
13252 (POLL_OUT): Likewise.
13253 (POLL_MSG): Likewise.
13254 (POLL_ERR): Likewise.
13255 (POLL_PRI): Likewise.
13256 (POLL_HUP): Likewise.
13257 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13258 (ILL_ILLOPN): Likewise.
13259 (ILL_ILLADR): Likewise.
13260 (ILL_ILLTRP): Likewise.
13261 (ILL_PRVOPC): Likewise.
13262 (ILL_PRVREG): Likewise.
13263 (ILL_COPROC): Likewise.
13264 (ILL_BADSTK): Likewise.
13265 (FPE_INTDIV): Likewise.
13266 (FPE_INTOVF): Likewise.
13267 (FPE_FLTDIV): Likewise.
13268 (FPE_FLTOVF): Likewise.
13269 (FPE_FLTUND): Likewise.
13270 (FPE_FLTRES): Likewise.
13271 (FPE_FLTINV): Likewise.
13272 (FPE_FLTSUB): Likewise.
13273 (SEGV_MAPERR): Likewise.
13274 (SEGV_ACCERR): Likewise.
13275 (BUS_ADRALN): Likewise.
13276 (BUS_ADRERR): Likewise.
13277 (BUS_OBJERR): Likewise.
13278 (BUS_MCEERR_AR): Likewise.
13279 (BUS_MCEERR_AO): Likewise.
13280 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13281 (TRAP_TRACE): Likewise.
13282 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13283 __USE_XOPEN2K8].
13284 (CLD_KILLED): Likewise.
13285 (CLD_DUMPED): Likewise.
13286 (CLD_TRAPPED): Likewise.
13287 (CLD_STOPPED): Likewise.
13288 (CLD_CONTINUED): Likewise.
13289 (POLL_IN): Likewise.
13290 (POLL_OUT): Likewise.
13291 (POLL_MSG): Likewise.
13292 (POLL_ERR): Likewise.
13293 (POLL_PRI): Likewise.
13294 (POLL_HUP): Likewise.
13295 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13296 (ILL_ILLOPN): Likewise.
13297 (ILL_ILLADR): Likewise.
13298 (ILL_ILLTRP): Likewise.
13299 (ILL_PRVOPC): Likewise.
13300 (ILL_PRVREG): Likewise.
13301 (ILL_COPROC): Likewise.
13302 (ILL_BADSTK): Likewise.
13303 (FPE_INTDIV): Likewise.
13304 (FPE_INTOVF): Likewise.
13305 (FPE_FLTDIV): Likewise.
13306 (FPE_FLTOVF): Likewise.
13307 (FPE_FLTUND): Likewise.
13308 (FPE_FLTRES): Likewise.
13309 (FPE_FLTINV): Likewise.
13310 (FPE_FLTSUB): Likewise.
13311 (SEGV_MAPERR): Likewise.
13312 (SEGV_ACCERR): Likewise.
13313 (BUS_ADRALN): Likewise.
13314 (BUS_ADRERR): Likewise.
13315 (BUS_OBJERR): Likewise.
13316 (BUS_MCEERR_AR): Likewise.
13317 (BUS_MCEERR_AO): Likewise.
13318 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13319 (TRAP_TRACE): Likewise.
13320 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13321 __USE_XOPEN2K8].
13322 (CLD_KILLED): Likewise.
13323 (CLD_DUMPED): Likewise.
13324 (CLD_TRAPPED): Likewise.
13325 (CLD_STOPPED): Likewise.
13326 (CLD_CONTINUED): Likewise.
13327 (POLL_IN): Likewise.
13328 (POLL_OUT): Likewise.
13329 (POLL_MSG): Likewise.
13330 (POLL_ERR): Likewise.
13331 (POLL_PRI): Likewise.
13332 (POLL_HUP): Likewise.
13333 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13334 (ILL_ILLOPN): Likewise.
13335 (ILL_ILLADR): Likewise.
13336 (ILL_ILLTRP): Likewise.
13337 (ILL_PRVOPC): Likewise.
13338 (ILL_PRVREG): Likewise.
13339 (ILL_COPROC): Likewise.
13340 (ILL_BADSTK): Likewise.
13341 (ILL_DBLFLT): Likewise.
13342 (ILL_HARDWALL): Likewise.
13343 (FPE_INTDIV): Likewise.
13344 (FPE_INTOVF): Likewise.
13345 (FPE_FLTDIV): Likewise.
13346 (FPE_FLTOVF): Likewise.
13347 (FPE_FLTUND): Likewise.
13348 (FPE_FLTRES): Likewise.
13349 (FPE_FLTINV): Likewise.
13350 (FPE_FLTSUB): Likewise.
13351 (SEGV_MAPERR): Likewise.
13352 (SEGV_ACCERR): Likewise.
13353 (BUS_ADRALN): Likewise.
13354 (BUS_ADRERR): Likewise.
13355 (BUS_OBJERR): Likewise.
13356 (BUS_MCEERR_AR): Likewise.
13357 (BUS_MCEERR_AO): Likewise.
13358 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13359 (TRAP_TRACE): Likewise.
13360 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13361 __USE_XOPEN2K8].
13362 (CLD_KILLED): Likewise.
13363 (CLD_DUMPED): Likewise.
13364 (CLD_TRAPPED): Likewise.
13365 (CLD_STOPPED): Likewise.
13366 (CLD_CONTINUED): Likewise.
13367 (POLL_IN): Likewise.
13368 (POLL_OUT): Likewise.
13369 (POLL_MSG): Likewise.
13370 (POLL_ERR): Likewise.
13371 (POLL_PRI): Likewise.
13372 (POLL_HUP): Likewise.
13373 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13374 (ILL_ILLOPN): Likewise.
13375 (ILL_ILLADR): Likewise.
13376 (ILL_ILLTRP): Likewise.
13377 (ILL_PRVOPC): Likewise.
13378 (ILL_PRVREG): Likewise.
13379 (ILL_COPROC): Likewise.
13380 (ILL_BADSTK): Likewise.
13381 (FPE_INTDIV): Likewise.
13382 (FPE_INTOVF): Likewise.
13383 (FPE_FLTDIV): Likewise.
13384 (FPE_FLTOVF): Likewise.
13385 (FPE_FLTUND): Likewise.
13386 (FPE_FLTRES): Likewise.
13387 (FPE_FLTINV): Likewise.
13388 (FPE_FLTSUB): Likewise.
13389 (SEGV_MAPERR): Likewise.
13390 (SEGV_ACCERR): Likewise.
13391 (BUS_ADRALN): Likewise.
13392 (BUS_ADRERR): Likewise.
13393 (BUS_OBJERR): Likewise.
13394 (BUS_MCEERR_AR): Likewise.
13395 (BUS_MCEERR_AO): Likewise.
13396 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13397 (TRAP_TRACE): Likewise.
13398 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13399 __USE_XOPEN2K8].
13400 (CLD_KILLED): Likewise.
13401 (CLD_DUMPED): Likewise.
13402 (CLD_TRAPPED): Likewise.
13403 (CLD_STOPPED): Likewise.
13404 (CLD_CONTINUED): Likewise.
13405 (POLL_IN): Likewise.
13406 (POLL_OUT): Likewise.
13407 (POLL_MSG): Likewise.
13408 (POLL_ERR): Likewise.
13409 (POLL_PRI): Likewise.
13410 (POLL_HUP): Likewise.
13411 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13412 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13413
bc61d27c
JM
13414 [BZ #16670]
13415 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13416 before #include of <time.h>.
13417 [!__USE_XOPEN2K] (__need_timespec): Likewise.
13418 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13419 (test-xfail-UNIX98/sched.h/conform): Likewise.
13420
302949e2
MS
134212014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
13422
13423 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13424 error absence of trapping exception support.
13425 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13426
a00f522a
JM
134272014-03-07 Joseph Myers <joseph@codesourcery.com>
13428
6f99f280
JM
13429 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13430 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13431 * timezone/Makefile (testdata): Move definition above include of
13432 Rules.
13433 (test-zones): New variable.
13434 (tests-special): Add zone files.
13435 (build-testdata): Use $(evaluate-test).
13436
0b20a9e8
JM
13437 * elf/Makefile (tests-special): Rename tests to end with .out.
13438 ($(objpfx)noload-mem): Likewise.
13439 ($(objpfx)tst-leaks1-mem): Likewise.
13440 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13441 * iconv/Makefile (xtests-special): Change test-iconvconfig to
13442 $(objpfx)test-iconvconfig.out.
13443 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
13444 set -e inside subshell and redirect output to file.
13445 * iconvdata/Makefile (generated): Rename tests to end with .out.
13446 Correct type.
13447 (tests-special): Rename tests to end with .out.
13448 ($(objpfx)mtrace-tst-loading): Likewise.
13449 * intl/Makefile (generated): Likewise.
13450 (tests-special): Likewise.
13451 ($(objpfx)mtrace-tst-gettext): Likewise.
13452 * misc/Makefile (generated): Likewise.
13453 (tests-special): Likewise.
13454 ($(objpfx)tst-error1-mem): Likewise.
13455 * nptl/Makefile (tests-special): Likewise.
13456 ($(objpfx)tst-stack3-mem): Likewise.
13457 (generated): Likewise.
13458 * posix/Makefile (generated): Likewise.
13459 (tests-special): Likewise.
13460 (xtests-special): Likewise.
13461 ($(objpfx)tst-fnmatch-mem): Likewise.
13462 ($(objpfx)bug-regex2-mem): Likewise.
13463 ($(objpfx)bug-regex14-mem): Likewise.
13464 ($(objpfx)bug-regex21-mem): Likewise.
13465 ($(objpfx)bug-regex31-mem): Likewise.
13466 ($(objpfx)tst-vfork3-mem): Likewise.
13467 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13468 ($(objpfx)tst-pcre-mem): Likewise.
13469 ($(objpfx)tst-boost-mem): Likewise.
13470 ($(objpfx)bug-ga2-mem): Likewise.
13471 ($(objpfx)bug-glob2-mem): Likewise.
13472 * resolv/Makefile (generate): Likewise.
13473 (tests-special): Likewise.
13474 (xtests-special): Likewise.
13475 (generated): Likewise.
13476 ($(objpfx)mtrace-tst-leaks): Likewise.
13477 ($(objpfx)mtrace-tst-leaks2): Likewise.
13478
265d52ab
JM
13479 * scripts/merge-test-results.sh: New file.
13480 * Makefile (tests-special-notdir): New variable.
13481 (tests): Run merge-test-results.sh.
13482 (xtests): Likewise.
13483 * Rules (tests-special-notdir): New variable.
13484 (xtests-special-notdir): Likewise.
13485 (tests): Run merge-test-results.sh
13486 (xtests): Likewise.
13487
54ee292d
JM
13488 * Makeconfig (test-xfail-name): New variable.
13489 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13490 compute variable name for expected failures.
13491 * conform/Makefile (conformtest-headers-data): New variable.
13492 (conformtest-standards): Likewise.
13493 (conformtest-headers-ISO): Likewise.
13494 (conformtest-headers-ISO99): Likewise.
13495 (conformtest-headers-ISO11): Likewise.
13496 (conformtest-headers-POSIX): Likewise.
13497 (conformtest-headers-XPG3): Likewise.
13498 (conformtest-headers-XPG4): Likewise.
13499 (conformtest-headers-UNIX98): Likewise.
13500 (conformtest-headers-XOPEN2K): Likewise.
13501 (conformtest-headers-POSIX2008): Likewise.
13502 (conformtest-headers-XOPEN2K8): Likewise.
13503 (conformtest-header-list-base): Likewise.
13504 (conformtest-header-list-tests): Likewise.
13505 (conformtest-header-base): Likewise.
13506 (conformtest-header-tests): Likewise.
13507 (tests-special): Add $(conformtest-header-list-tests). If
13508 [$(fast-check) && !$(cross-compiling)], add
13509 $(conformtest-header-tests) instead of
13510 $(objpfx)run-conformtest.out.
13511 (generated): Add $(conformtest-header-list-base). If
13512 [$(fast-check) && !$(cross-compiling)], add
13513 $(conformtest-header-base). Remove previous setting.
13514 ($(conformtest-header-list-tests)): New target.
13515 (test-xfail-run-conformtest): Remove variable.
13516 ($(objpfx)run-conformtest.out): Remove target.
13517 (test-xfail-ISO11/complex.h/conform): New variable.
13518 (test-xfail-ISO11/stdalign.h/conform): Likewise.
13519 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13520 (test-xfail-XPG3/varargs.h/conform): Likewise.
13521 (test-xfail-XPG4/varargs.h/conform): Likewise.
13522 (test-xfail-UNIX98/varargs.h/conform): Likewise.
13523 (test-xfail-XPG4/ndbm.h/conform): Likewise.
13524 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13525 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13526 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13527 (test-xfail-XPG3/fcntl.h/conform): Likewise.
13528 (test-xfail-XPG3/ftw.h/conform): Likewise.
13529 (test-xfail-XPG3/grp.h/conform): Likewise.
13530 (test-xfail-XPG3/langinfo.h/conform): Likewise.
13531 (test-xfail-XPG3/limits.h/conform): Likewise.
13532 (test-xfail-XPG3/pwd.h/conform): Likewise.
13533 (test-xfail-XPG3/search.h/conform): Likewise.
13534 (test-xfail-XPG3/signal.h/conform): Likewise.
13535 (test-xfail-XPG3/stdio.h/conform): Likewise.
13536 (test-xfail-XPG3/stdlib.h/conform): Likewise.
13537 (test-xfail-XPG3/string.h/conform): Likewise.
13538 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13539 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13540 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13541 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13542 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13543 (test-xfail-XPG3/sys/types.h/conform): Likewise.
13544 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13545 (test-xfail-XPG3/termios.h/conform): Likewise.
13546 (test-xfail-XPG3/time.h/conform): Likewise.
13547 (test-xfail-XPG3/unistd.h/conform): Likewise.
13548 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13549 (test-xfail-XPG4/fcntl.h/conform): Likewise.
13550 (test-xfail-XPG4/langinfo.h/conform): Likewise.
13551 (test-xfail-XPG4/netdb.h/conform): Likewise.
13552 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13553 (test-xfail-XPG4/signal.h/conform): Likewise.
13554 (test-xfail-XPG4/stdio.h/conform): Likewise.
13555 (test-xfail-XPG4/stdlib.h/conform): Likewise.
13556 (test-xfail-XPG4/stropts.h/conform): Likewise.
13557 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13558 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13559 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13560 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13561 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13562 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13563 (test-xfail-XPG4/sys/time.h/conform): Likewise.
13564 (test-xfail-XPG4/sys/types.h/conform): Likewise.
13565 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13566 (test-xfail-XPG4/termios.h/conform): Likewise.
13567 (test-xfail-XPG4/ucontext.h/conform): Likewise.
13568 (test-xfail-XPG4/unistd.h/conform): Likewise.
13569 (test-xfail-XPG4/utmpx.h/conform): Likewise.
13570 (test-xfail-POSIX/sched.h/conform): Likewise.
13571 (test-xfail-POSIX/signal.h/conform): Likewise.
13572 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13573 (test-xfail-POSIX/tar.h/conform): Likewise.
13574 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13575 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13576 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13577 (test-xfail-UNIX98/netdb.h/conform): Likewise.
13578 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13579 (test-xfail-UNIX98/sched.h/conform): Likewise.
13580 (test-xfail-UNIX98/signal.h/conform): Likewise.
13581 (test-xfail-UNIX98/stdio.h/conform): Likewise.
13582 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13583 (test-xfail-UNIX98/stropts.h/conform): Likewise.
13584 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13585 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13586 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13587 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13588 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13589 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13590 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13591 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13592 (test-xfail-UNIX98/unistd.h/conform): Likewise.
13593 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13594 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13595 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13596 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13597 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13598 (test-xfail-XOPEN2K/math.h/conform): Likewise.
13599 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13600 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13601 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13602 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13603 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13604 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13605 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13606 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13607 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13608 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13609 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13610 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13611 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13612 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13613 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13614 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13615 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13616 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13617 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13618 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13619 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13620 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13621 (test-xfail-POSIX2008/signal.h/conform): Likewise.
13622 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13623 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13624 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13625 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13626 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13627 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13628 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13629 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13630 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13631 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13632 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13633 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13634 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13635 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13636 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13637 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13638 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13639 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13640 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13641 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13642 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13643 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13644 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13645 (conformtest-cc-flags): Likewise.
13646 ($(conformtest-header-tests): New target.
13647 * conform/check-header-lists.sh: New file.
13648 * conform/run-conformtest.sh: Remove.
13649
a00f522a
JM
13650 * conform/conformtest.pl: Allow ' and \ in values given for
13651 constants.
13652 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13653 inclusion.
13654 [POSIX] (sys/types.h): Likewise.
13655 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13656 inclusion.
13657 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13658 inclusion.
13659 * conform/data/signal.h-data (SIGIO): Remove expectation.
13660 [XPG3] (SIGBUS): Do not expect.
13661 [POSIX || XPG3] (SIGPOLL): Likewise.
13662 [POSIX || XPG3] (SIGPROF): Likewise.
13663 [POSIX || XPG3] (SIGSYS): Likewise.
13664 [XPG3] (SIGTRAP): Likewise.
13665 [POSIX || XPG3] (SIGURG): Likewise.
13666 [POSIX || XPG3] (SIGVTALRM): Likewise.
13667 [POSIX || XPG3] (SIGXCPU): Likewise.
13668 [POSIX || XPG3] (SIGXFSZ): Likewise.
13669 [POSIX] (SA_SIGINFO): Expect.
13670 [XPG3] (siginfo_t): Do not expect type or contents.
13671 [POSIX] (si_pid): Do not expect element.
13672 [POSIX] (si_uid): Likewise.
13673 [POSIX] (si_addr): Likewise.
13674 [POSIX] (si_status): Likewise.
13675 [POSIX] (si_band): Likewise.
13676 [XPG4] (si_value): Likewise.
13677 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13678 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13679 [POSIX || XPG3] (ILL_ILLADR): Likewise.
13680 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13681 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13682 [POSIX || XPG3] (ILL_PRVREG): Likewise.
13683 [POSIX || XPG3] (ILL_COPROC): Likewise.
13684 [POSIX || XPG3] (ILL_BADSTK): Likewise.
13685 [POSIX || XPG3] (FPE_INTDIV): Likewise.
13686 [POSIX || XPG3] (FPE_INTOVF): Likewise.
13687 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13688 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13689 [POSIX || XPG3] (FPE_FLTUND): Likewise.
13690 [POSIX || XPG3] (FPE_FLTRES): Likewise.
13691 [POSIX || XPG3] (FPE_FLTINV): Likewise.
13692 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13693 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13694 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13695 [POSIX || XPG3] (BUS_ADRALN): Likewise.
13696 [POSIX || XPG3] (BUS_ADRERR): Likewise.
13697 [POSIX || XPG3] (BUS_OBJERR): Likewise.
13698 [POSIX || XPG3] (CLD_EXITED): Likewise.
13699 [POSIX || XPG3] (CLD_KILLED): Likewise.
13700 [POSIX || XPG3] (CLD_DUMPED): Likewise.
13701 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13702 [POSIX || XPG3] (CLD_STOPPED): Likewise.
13703 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13704 [POSIX || XPG3] (POLL_IN): Likewise.
13705 [POSIX || XPG3] (POLL_OUT): Likewise.
13706 [POSIX || XPG3] (POLL_MSG): Likewise.
13707 [POSIX || XPG3] (POLL_ERR): Likewise.
13708 [POSIX || XPG3] (POLL_PRI): Likewise.
13709 [POSIX || XPG3] (POLL_HUP): Likewise.
13710 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13711 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13712 (SIG*): Do not allow.
13713 [XPG3] (si_*): Likewise.
13714 [XPG3] (SI_*): Likewise.
13715 [XPG3 || XPG4] (sigev_*): Likewise.
13716 [XPG3 || XPG4] (SIGEV_*): Likewise.
13717 [XPG3 || XPG4] (sival_*): Likewise.
13718 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13719 [POSIX || XPG3] (BUS_*): Likewise.
13720 [POSIX || XPG3] (CLD_*): Likewise.
13721 [POSIX || XPG3] (FPE_*): Likewise.
13722 [POSIX || XPG3] (ILL_*): Likewise.
13723 [POSIX || XPG3] (POLL_*): Likewise.
13724 [POSIX || XPG3] (SEGV_*): Likewise.
13725 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13726 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13727 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13728 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13729 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13730 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13731 Specify type and value.
13732 (TVERSLEN): Likewise.
13733 (REGTYPE): Likewise.
13734 (AREGTYPE): Likewise.
13735 (LNKTYPE): Likewise.
13736 (SYMTYPE): Likewise.
13737 (CHRTYPE): Likewise.
13738 (BLKTYPE): Likewise.
13739 (DIRTYPE): Likewise.
13740 (FIFOTYPE): Likewise.
13741 (CONTTYPE): Likewise.
13742 (TSUID): Likewise.
13743 (TSGID): Likewise.
13744 (TSVTX): Likewise.
13745 (TUREAD): Likewise.
13746 (TUWRITE): Likewise.
13747 (TUEXEC): Likewise.
13748 (TGREAD): Likewise.
13749 (TGWRITE): Likewise.
13750 (TGEXEC): Likewise.
13751 (TOREAD): Likewise.
13752 (TOWRITE): Likewise.
13753 (TOEXEC): Likewise.
13754 [POSIX] (TSVTX): Expect constant.
13755
aa97dee1
JM
137562014-03-06 Joseph Myers <joseph@codesourcery.com>
13757
f214606a
JM
13758 * Makefile (tests): Change dependencies to ....
13759 (tests-special): ... additions to this variable.
13760 (tests): Depend on $(tests-special).
13761 * Makerules (check-abi-list): New variable.
13762 (check-abi): Depend on $(check-abi-list).
13763 [$(subdir) = elf] (tests-special): Add
13764 $(objpfx)check-abi-libc.out.
13765 [$(build-shared) = yes && subdir] (tests-special): Add
13766 $(check-abi-list).
13767 [$(build-shared) = yes && subdir] (tests): Do not depend on
13768 check-abi.
13769 * Rules (tests): Depend on $(tests-special).
13770 (xtests): Depend on $(xtests-special).
13771 * catgets/Makefile (tests): Change dependencies to ....
13772 (tests-special): ... additions to this variable.
13773 * conform/Makefile (tests): Change dependencies to ....
13774 (tests-special): ... additions to this variable.
13775 * elf/Makefile (tests): Change dependencies to ....
13776 (tests-special): ... additions to this variable.
13777 * grp/Makefile (tests): Change dependencies to ....
13778 (tests-special): ... additions to this variable.
13779 * iconv/Makefile (xtests): Change dependencies to ....
13780 (xtests-special): ... additions to this variable.
13781 * iconvdata/Makefile (tests): Change dependencies to ....
13782 (tests-special): ... additions to this variable.
13783 * intl/Makefile (tests): Change dependencies to ....
13784 (tests-special): ... additions to this variable. Also add
13785 $(objpfx)tst-gettext.out.
13786 * io/Makefile (tests): Change dependencies to ....
13787 (tests-special): ... additions to this variable.
13788 * libio/Makefile (tests): Change dependencies to ....
13789 (tests-special): ... additions to this variable.
13790 * malloc/Makefile (tests): Change dependencies to ....
13791 (tests-special): ... additions to this variable.
13792 * misc/Makefile (tests): Change dependencies to ....
13793 (tests-special): ... additions to this variable.
13794 * nptl/Makefile (tests): Change dependencies to ....
13795 (tests-special): ... additions to this variable.
13796 * nptl_db/Makefile (tests): Change dependencies to ....
13797 (tests-special): ... additions to this variable.
13798 * posix/Makefile (tests): Change dependencies to ....
13799 (tests-special): ... additions to this variable.
13800 (xtests): Change dependencies to ....
13801 (xtests-special): ... additions to this variable.
13802 * resolv/Makefile (tests): Change dependencies to ....
13803 (tests-special): ... additions to this variable.
13804 (xtests): Change dependencies to ....
13805 (xtests-special): ... additions to this variable.
13806 * stdio-common/Makefile (tests): Change dependencies to ....
13807 (tests-special): ... additions to this variable.
13808 (do-tst-unbputc): Remove target.
13809 (do-tst-printf): Likewise.
13810 * stdlib/Makefile (tests): Change dependencies to ....
13811 (tests-special): ... additions to this variable.
13812 * string/Makefile (tests): Change dependencies to ....
13813 (tests-special): ... additions to this variable.
13814 * sysdeps/x86/Makefile (tests): Change dependencies to ....
13815 (tests-special): ... additions to this variable.
13816
81700b53
JM
13817 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13818 whole file.
13819 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13820 whole file.
13821 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13822 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13823
2ea18461
JM
13824 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13825 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13826 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13827 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13828 * conform/data/libgen.h-data [XPG3]: Likewise.
13829 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13830 * conform/data/ndbm.h-data [XPG3]: Likewise.
13831 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13832 * conform/data/netdb.h-data [XPG3]: Likewise.
13833 * conform/data/netinet/in.h-data [XPG3]: Likewise.
13834 * conform/data/poll.h-data [XPG3]: Likewise.
13835 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13836 * conform/data/strings.h-data [XPG3]: Likewise.
13837 * conform/data/stropts.h-data [XPG3]: Likewise.
13838 * conform/data/sys/mman.h-data [XPG3]: Likewise.
13839 * conform/data/sys/resource.h-data [XPG3]: Likewise.
13840 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13841 Likewise.
13842 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13843 * conform/data/sys/time.h-data [XPG3]: Likewise.
13844 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13845 * conform/data/sys/uio.h-data [XPG3]: Likewise.
13846 * conform/data/sys/un.h-data [XPG3]: Likewise.
13847 * conform/data/syslog.h-data [XPG3]: Likewise.
13848 * conform/data/ucontext.h-data [XPG3]: Likewise.
13849 * conform/data/utmpx.h-data [XPG3]: Likewise.
13850 * conform/data/varargs.h-data [UNIX98]: Enable file.
13851
355bc986
JM
13852 * manual/Makefile (INSTALL_INFO): Remove variable setting.
13853
215db402
JM
13854 * math/libm-test.inc (struct test_f_f_data): Move expected results
13855 into structure for each rounding mode.
13856 (struct test_ff_f_data): Likewise.
13857 (struct test_ff_f_data_nexttoward): Likewise.
13858 (struct test_fi_f_data): Likewise.
13859 (struct test_fl_f_data): Likewise.
13860 (struct test_if_f_data): Likewise.
13861 (struct test_fff_f_data): Likewise.
13862 (struct test_c_f_data): Likewise.
13863 (struct test_f_f1_data): Likewise.
13864 (struct test_fF_f1_data): Likewise.
13865 (struct test_ffI_f1_data): Likewise.
13866 (struct test_c_c_data): Likewise.
13867 (struct test_cc_c_data): Likewise.
13868 (struct test_f_i_data): Likewise.
13869 (struct test_ff_i_data): Likewise.
13870 (struct test_f_l_data): Likewise.
13871 (struct test_f_L_data): Likewise.
13872 (struct test_fFF_11_data): Likewise.
13873 (RM_): New macro.
13874 (RM_FE_DOWNWARD): Likewise.
13875 (RM_FE_TONEAREST): Likewise.
13876 (RM_FE_TOWARDZERO): Likewise.
13877 (RM_FE_UPWARD): Likewise.
13878 (RUN_TEST_LOOP_f_f): Update references to expected results.
13879 (RUN_TEST_LOOP_2_f): Likewise.
13880 (RUN_TEST_LOOP_fff_f): Likewise.
13881 (RUN_TEST_LOOP_c_f): Likewise.
13882 (RUN_TEST_LOOP_f_f1): Likewise.
13883 (RUN_TEST_LOOP_fF_f1): Likewise.
13884 (RUN_TEST_LOOP_fI_f1): Likewise.
13885 (RUN_TEST_LOOP_ffI_f1): Likewise.
13886 (RUN_TEST_LOOP_c_c): Likewise.
13887 (RUN_TEST_LOOP_cc_c): Likewise.
13888 (RUN_TEST_LOOP_f_i): Likewise.
13889 (RUN_TEST_LOOP_f_i_tg): Likewise.
13890 (RUN_TEST_LOOP_ff_i_tg): Likewise.
13891 (RUN_TEST_LOOP_f_b): Likewise.
13892 (RUN_TEST_LOOP_f_b_tg): Likewise.
13893 (RUN_TEST_LOOP_f_l): Likewise.
13894 (RUN_TEST_LOOP_f_L): Likewise.
13895 (RUN_TEST_LOOP_fFF_11): Likewise.
13896 * math/gen-libm-test.pl (parse_args): Output four copies of
13897 expected results for each test.
13898
67737b8f
JM
13899 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13900 (__ASSUME_UTIMES): Remove.
13901 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13902 (__ASSUME_UTIMES): Likewise.
13903
aa97dee1
JM
13904 * math/gen-auto-libm-tests.c: Update comment on output format.
13905 (output_for_one_input_case): Generate before-rounding and
13906 after-rounding information as conditions on output flags not
13907 floating-point format.
13908 * math/auto-libm-test-out: Regenerated.
13909 * math/gen-libm-test.pl (cond_value): New function.
13910 (or_cond_value): Use cond_value.
13911 (generate_testfile): Handle conditional exceptions.
13912
e6b6a857
JM
139132014-03-05 Joseph Myers <joseph@codesourcery.com>
13914
2f0a0f44
JM
13915 * math/libm-test.inc (max_valid_error): New variable.
13916 (init_max_error): Take new argument specifying whether function
13917 results are exactly determined. Set max_valid_error and bound
13918 other variables for errors based on this argument.
13919 (set_max_error): Do not record results above max_valid_error.
13920 (check_float_internal): Only accept errors of up to 0.5ulps if
13921 also at most max_valid_error.
13922 (START): Take new argument EXACT and pass it to init_max_error.
13923 (acos_test): Update call to START.
13924 (acos_test_tonearest): Likewise.
13925 (acos_test_towardzero): Likewise.
13926 (acos_test_downward): Likewise.
13927 (acos_test_upward): Likewise.
13928 (acosh_test): Likewise.
13929 (asin_test): Likewise.
13930 (asin_test_tonearest): Likewise.
13931 (asin_test_towardzero): Likewise.
13932 (asin_test_downward): Likewise.
13933 (asin_test_upward): Likewise.
13934 (asinh_test): Likewise.
13935 (atan_test): Likewise.
13936 (atanh_test): Likewise.
13937 (atan2_test): Likewise.
13938 (cabs_test): Likewise.
13939 (cacos_test): Likewise.
13940 (cacosh_test): Likewise.
13941 (carg_test): Likewise.
13942 (casin_test): Likewise.
13943 (casinh_test): Likewise.
13944 (catan_test): Likewise.
13945 (catanh_test): Likewise.
13946 (cbrt_test): Likewise.
13947 (ccos_test): Likewise.
13948 (ccosh_test): Likewise.
13949 (ceil_test): Likewise.
13950 (cexp_test): Likewise.
13951 (cimag_test): Likewise.
13952 (clog_test): Likewise.
13953 (clog10_test): Likewise.
13954 (conj_test): Likewise.
13955 (copysign_test): Likewise.
13956 (cos_test): Likewise.
13957 (cos_test_tonearest): Likewise.
13958 (cos_test_towardzero): Likewise.
13959 (cos_test_downward): Likewise.
13960 (cos_test_upward): Likewise.
13961 (cosh_test): Likewise.
13962 (cosh_test_tonearest): Likewise.
13963 (cosh_test_towardzero): Likewise.
13964 (cosh_test_downward): Likewise.
13965 (cosh_test_upward): Likewise.
13966 (cpow_test): Likewise.
13967 (cproj_test): Likewise.
13968 (creal_test): Likewise.
13969 (csin_test): Likewise.
13970 (csinh_test): Likewise.
13971 (csqrt_test): Likewise.
13972 (ctan_test): Likewise.
13973 (ctan_test_tonearest): Likewise.
13974 (ctan_test_towardzero): Likewise.
13975 (ctan_test_downward): Likewise.
13976 (ctan_test_upward): Likewise.
13977 (ctanh_test): Likewise.
13978 (ctanh_test_tonearest): Likewise.
13979 (ctanh_test_towardzero): Likewise.
13980 (ctanh_test_downward): Likewise.
13981 (ctanh_test_upward): Likewise.
13982 (erf_test): Likewise.
13983 (erfc_test): Likewise.
13984 (exp_test): Likewise.
13985 (exp_test_tonearest): Likewise.
13986 (exp_test_towardzero): Likewise.
13987 (exp_test_downward): Likewise.
13988 (exp_test_upward): Likewise.
13989 (exp10_test): Likewise.
13990 (exp10_test_tonearest): Likewise.
13991 (exp10_test_towardzero): Likewise.
13992 (exp10_test_downward): Likewise.
13993 (exp10_test_upward): Likewise.
13994 (pow10_test): Likewise.
13995 (exp2_test): Likewise.
13996 (expm1_test): Likewise.
13997 (expm1_test_tonearest): Likewise.
13998 (expm1_test_towardzero): Likewise.
13999 (expm1_test_downward): Likewise.
14000 (expm1_test_upward): Likewise.
14001 (fabs_test): Likewise.
14002 (fdim_test): Likewise.
14003 (floor_test): Likewise.
14004 (fma_test): Likewise.
14005 (fma_test_towardzero): Likewise.
14006 (fma_test_downward): Likewise.
14007 (fma_test_upward): Likewise.
14008 (fmax_test): Likewise.
14009 (fmin_test): Likewise.
14010 (fmod_test): Likewise.
14011 (fpclassify_test): Likewise.
14012 (frexp_test): Likewise.
14013 (hypot_test): Likewise.
14014 (ilogb_test): Likewise.
14015 (isfinite_test): Likewise.
14016 (finite_test): Likewise.
14017 (isgreater_test): Likewise.
14018 (isgreaterequal_test): Likewise.
14019 (isinf_test): Likewise.
14020 (isless_test): Likewise.
14021 (islessequal_test): Likewise.
14022 (islessgreater_test): Likewise.
14023 (isnan_test): Likewise.
14024 (isnormal_test): Likewise.
14025 (issignaling_test): Likewise.
14026 (isunordered_test): Likewise.
14027 (j0_test): Likewise.
14028 (j1_test): Likewise.
14029 (jn_test): Likewise.
14030 (ldexp_test): Likewise.
14031 (lgamma_test): Likewise.
14032 (gamma_test): Likewise.
14033 (lrint_test): Likewise.
14034 (lrint_test_tonearest): Likewise.
14035 (lrint_test_towardzero): Likewise.
14036 (lrint_test_downward): Likewise.
14037 (lrint_test_upward): Likewise.
14038 (llrint_test): Likewise.
14039 (llrint_test_tonearest): Likewise.
14040 (llrint_test_towardzero): Likewise.
14041 (llrint_test_downward): Likewise.
14042 (llrint_test_upward): Likewise.
14043 (log_test): Likewise.
14044 (log10_test): Likewise.
14045 (log1p_test): Likewise.
14046 (log2_test): Likewise.
14047 (logb_test): Likewise.
14048 (logb_test_downward): Likewise.
14049 (lround_test): Likewise.
14050 (llround_test): Likewise.
14051 (modf_test): Likewise.
14052 (nearbyint_test): Likewise.
14053 (nextafter_test): Likewise.
14054 (nexttoward_test): Likewise.
14055 (pow_test): Likewise.
14056 (pow_test_tonearest): Likewise.
14057 (pow_test_towardzero): Likewise.
14058 (pow_test_downward): Likewise.
14059 (pow_test_upward): Likewise.
14060 (remainder_test): Likewise.
14061 (drem_test): Likewise.
14062 (remainder_test_tonearest): Likewise.
14063 (drem_test_tonearest): Likewise.
14064 (remainder_test_towardzero): Likewise.
14065 (drem_test_towardzero): Likewise.
14066 (remainder_test_downward): Likewise.
14067 (drem_test_downward): Likewise.
14068 (remainder_test_upward): Likewise.
14069 (drem_test_upward): Likewise.
14070 (remquo_test): Likewise.
14071 (rint_test): Likewise.
14072 (rint_test_tonearest): Likewise.
14073 (rint_test_towardzero): Likewise.
14074 (rint_test_downward): Likewise.
14075 (rint_test_upward): Likewise.
14076 (round_test): Likewise.
14077 (scalb_test): Likewise.
14078 (scalbn_test): Likewise.
14079 (scalbln_test): Likewise.
14080 (signbit_test): Likewise.
14081 (sin_test): Likewise.
14082 (sin_test_tonearest): Likewise.
14083 (sin_test_towardzero): Likewise.
14084 (sin_test_downward): Likewise.
14085 (sin_test_upward): Likewise.
14086 (sincos_test): Likewise.
14087 (sinh_test): Likewise.
14088 (sinh_test_tonearest): Likewise.
14089 (sinh_test_towardzero): Likewise.
14090 (sinh_test_downward): Likewise.
14091 (sinh_test_upward): Likewise.
14092 (sqrt_test): Likewise.
14093 (sqrt_test_tonearest): Likewise.
14094 (sqrt_test_towardzero): Likewise.
14095 (sqrt_test_downward): Likewise.
14096 (sqrt_test_upward): Likewise.
14097 (tan_test): Likewise.
14098 (tan_test_tonearest): Likewise.
14099 (tan_test_towardzero): Likewise.
14100 (tan_test_downward): Likewise.
14101 (tan_test_upward): Likewise.
14102 (tanh_test): Likewise.
14103 (tgamma_test): Likewise.
14104 (trunc_test): Likewise.
14105 (y0_test): Likewise.
14106 (y1_test): Likewise.
14107 (yn_test): Likewise.
14108 (significand_test): Likewise.
14109
e6b6a857
JM
14110 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14111 individual tests in comment.
14112 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14113 (prev_max_error): New variable.
14114 (prev_real_max_error): Likewise.
14115 (prev_imag_max_error): Likewise.
14116 (compare_ulp_data): Don't refer to test names in comment.
14117 (find_test_ulps): Remove function.
14118 (find_function_ulps): Likewise.
14119 (find_complex_function_ulps): Likewise.
14120 (init_max_error): Take function name as argument. Look up ulps
14121 for that function.
14122 (print_ulps): Remove function.
14123 (print_max_error): Use prev_max_error instead of calling
14124 find_function_ulps.
14125 (print_complex_max_error): Use prev_real_max_error and
14126 prev_imag_max_error instead of calling find_complex_function_ulps.
14127 (check_float_internal): Take max_ulp parameter instead of calling
14128 find_test_ulps. Don't call print_ulps.
14129 (check_float): Update call to check_float_internal.
14130 (check_complex): Update calls to check_float_internal.
14131 (START): Pass argument to init_max_error.
14132 * math/gen-libm-test.pl (%results): Don't include "kind"
14133 information.
14134 (parse_ulps): Don't handle ulps of individual tests.
14135 (print_ulps_file): Likewise.
14136 (output_ulps): Likewise.
14137 * math/README.libm-test: Update.
14138 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14139 individual tests.
14140 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14141 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14142 * sysdeps/arm/libm-test-ulps: Likewise.
14143 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14144 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14145 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14146 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14147 * sysdeps/microblaze/libm-test-ulps: Likewise.
14148 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14149 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14150 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14151 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14152 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14153 * sysdeps/sh/libm-test-ulps: Likewise.
14154 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14155 * sysdeps/tile/libm-test-ulps: Likewise.
14156 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14157
45adef3c
JM
141582014-03-04 Joseph Myers <joseph@codesourcery.com>
14159
14160 * math/libm-test.inc (print_complex_max_error): Check separately
14161 whether real and imaginary errors are within allowed range and
14162 pass 0 to print_complex_function_ulps instead of value within
14163 allowed range.
14164
000232b9
SP
141652014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
14166
d4b17258
SP
14167 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14168 formatting.
14169 (get_handles_fopen): Likewise.
14170 (do_write_test): Likewise.
14171
091eff71
SP
14172 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14173
fa3cd248
SP
14174 * libio/fileops.c (do_ftell): Use cached offset when
14175 available.
14176 * libio/iofwide.c (do_ftell_wide): Likewise.
14177 * libio/iofdopen.c (_IO_new_fdopen): Don't use
14178 _IO_file_attach.
14179 * libio/wfileops.c (_IO_fwide): Don't cache offset.
14180
000232b9
SP
14181 [BZ #16532]
14182 * libio/libioP.h (get_file_offset): New function.
14183 * libio/fileops.c (get_file_offset): Likewise.
14184 (do_ftell): Likewise.
14185 (_IO_new_file_seekoff): Split out ftell logic.
14186 * libio/wfileops.c (do_ftell_wide): Likewise.
14187 (_IO_wfile_seekoff): Split out ftell logic.
14188 * libio/tst-ftell-active-handler.c: New test case.
14189 * libio/Makefile (tests): Add it.
14190
116f4d1a
RM
141912014-03-03 Roland McGrath <roland@hack.frob.com>
14192
14193 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14194 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14195
532a6035
SP
141962014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
14197
14198 [BZ #16639]
14199 * nscd/connections.c (nscd_init): Call do_exit.
14200 (start_threads): Call do_exit and notify_parent.
14201 (begin_drop_privileges): Call do_exit.
14202 (finish_drop_privileges): Likewise.
14203 * nscd/selinux.c (preserve_capabilities): Likewise.
14204 (install_real_capabilities): Likewise.
14205 (nscd_selinux_enabled): Likewise.
14206 (avc_create_thread): Likewise.
14207 (avc_alloc_lock): Likewise.
14208 (nscd_avc_init): Likewise.
14209 * nscd/nscd.c (parent_fd): New static variable.
14210 (main): Create a pipe between parent and child processes.
14211 Skip closing parent_fd.
14212 (monitor_child): New function.
14213 (do_exit): Likewise.
14214 (notify_parent): Likewise.
14215 * nscd/nscd.h (notify_parent): Likewise.
14216 (do_exit): Likewise.
14217
d6285c9f
CD
142182014-03-03 Carlos O'Donell <carlos@redhat.com>
14219
14220 * malloc/malloc.c (__libc_calloc): Revert last change.
14221
2b85d2a0
AZ
142222014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14223
14224 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14225
c7debbdf
RS
142262014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14227
14228 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14229 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14230 implementation.
14231 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14232 (__libc_ifunc_impl_list): Likewise.
14233 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14234 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14235 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14236 * string/strrchr.c: Define STRRCHR.
14237
235eed86
OB
142382014-02-28 Ondřej Bílka <neleai@seznam.cz>
14239
14240 * benchtest/bench-strtok.c (simple_strtok): Delete.
14241 (strtok_string): Use as benchmark.
14242 * string/strtok (STRTOK): New macro.
14243
8e25d1e7
CD
142442014-02-28 Carlos O'Donell <carlos@redhat.com>
14245
ef563f92
CD
14246 * manual/threads.texi: Add header and standard comments to all
14247 functions.
14248
8e25d1e7
CD
14249 * elf/dl-lookup.c (check_match): New function.
14250 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14251 (do_lookup_x): Remove nested function check_match. Use non-nested
14252 function check_match.
14253
ff71cc37
RM
142542014-02-28 Roland McGrath <roland@hack.frob.com>
14255
f08e9a26
RM
14256 * csu/Makefile (generated, before-compile): Use += rather than =.
14257 * catgets/Makefile (generated, generated-dirs): Likewise.
14258 * debug/Makefile (generated): Likewise.
14259 * dlfcn/Makefile (generated): Likewise.
14260 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14261 * iconvdata/Makefile (before-compile, generated): Likewise.
14262 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14263 * libio/Makefile (generated): Likewise.
14264 * malloc/Makefile (generated): Likewise.
14265 * manual/Makefile (generated, generated-dirs): Likewise.
14266 * misc/Makefile (generated): Likewise.
14267 * posix/Makefile (generated): Likewise.
14268 * resolv/Makefile (generated): Likewise.
14269 * sunrpc/Makefile (generated, generated-dirs): Likewise.
14270 * timezone/Makefile (generated, generated-dirs): Likewise.
14271
ff71cc37
RM
14272 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14273
fe13a20c
AZ
142742014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14275
57f41c40
AS
14276 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14277 power8 implementation.
14278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14279 file: POWER8 llround ifunc implementation.
14280 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14281 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
14282 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14283 POWER8 llround implementation.
14284
57f41c40
AS
14285 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14286 power8 implementation.
14287 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14288 file: POWER8 llrint ifunc implementation.
14289 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14290 Add POWER8 implementation.
1ad8950a
AZ
14291 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14292 POWER8 llrint implementation.
14293
57f41c40
AS
14294 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14295 power8 implementation.
14296 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14297 file: POWER8 finite ifunc implementation.
14298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14299 Add POWER8 implementation.
cac626d6
AZ
14300 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14301 Likewise.
14302 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14303 POWER8 finite implementation.
14304 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14305
57f41c40
AS
14306 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14307 power8 implementation.
14308 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14309 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
14310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14311 POWER8 implementation.
14312 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14313 Likewise.
57f41c40
AS
14314 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14315 isinf implementation.
4393fc11
AZ
14316 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14317
57f41c40
AS
14318 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14319 (INIT_ARCH): Add hwcap2 initialization.
14320 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14321 power8 implementation.
14322 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14323 file: POWER8 isnan ifunc implementation.
487972ae
AZ
14324 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14325 POWER8 implementation.
14326 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14327 Likewise.
57f41c40
AS
14328 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14329 isnan implementation.
487972ae
AZ
14330 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14331
7d92b787
JY
143322014-02-27 Joey Ye <joey.ye@arm.com>
14333
14334 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14335 (_FP_NANFRAC_Q): Set to zero.
14336
1cadc858
SP
143372014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14338
14339 [BZ #16623]
14340 * math/auto-libm-test-in: New test inputs.
14341 * math/auto-libm-test-out: Regenerate.
14342 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14343 and DA.
14344 (__cos): Likewise.
14345 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14346
f8c17e79
JM
143472014-02-27 Joseph Myers <joseph@codesourcery.com>
14348
14349 * scripts/evaluate-test.sh: Take new argument indicating whether
14350 failure is expected.
14351 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14352 indicating whether failure is expected.
14353 * conform/Makefile (test-xfail-run-conformtest): New variable.
14354 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14355 level.
14356 * posix/Makefile (test-xfail-annexc): New variable.
14357 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14358
a5f891ac
JM
143592014-02-26 Joseph Myers <joseph@codesourcery.com>
14360
14361 * argp/Makefile: Include Makeconfig immediately after defining
14362 subdir.
14363 * assert/Makefile: Likewise.
14364 * benchtests/Makefile: Likewise.
14365 * catgets/Makefile: Likewise.
14366 * conform/Makefile: Likewise.
14367 * crypt/Makefile: Likewise.
14368 * csu/Makefile: Likewise.
14369 (all): Remove target.
14370 * ctype/Makefile: Include Makeconfig immediately after defining
14371 subdir.
14372 * debug/Makefile: Likewise.
14373 * dirent/Makefile: Likewise.
14374 * dlfcn/Makefile: Likewise.
14375 * gmon/Makefile: Likewise.
14376 * gnulib/Makefile: Likewise.
14377 * grp/Makefile: Likewise.
14378 * gshadow/Makefile: Likewise.
14379 * hesiod/Makefile: Likewise.
14380 * hurd/Makefile: Likewise.
14381 (all): Remove target.
14382 * iconvdata/Makefile: Include Makeconfig immediately after
14383 defining subdir.
14384 * inet/Makefile: Likewise.
14385 * intl/Makefile: Likewise.
14386 * io/Makefile: Likewise.
14387 * libio/Makefile: Likewise.
14388 (all): Remove target.
14389 * locale/Makefile: Include Makeconfig immediately after defining
14390 subdir.
14391 * login/Makefile: Likewise.
14392 * mach/Makefile: Likewise.
14393 (all): Remove target.
14394 * malloc/Makefile: Include Makeconfig immediately after defining
14395 subdir.
14396 (all): Remove target.
14397 * manual/Makefile: Include Makeconfig immediately after defining
14398 subdir.
14399 * math/Makefile: Likewise.
14400 * misc/Makefile: Likewise.
14401 * nis/Makefile: Likewise.
14402 * nss/Makefile: Likewise.
14403 * po/Makefile: Likewise.
14404 (all): Remove target.
14405 * posix/Makefile: Include Makeconfig immediately after defining
14406 subdir.
14407 * pwd/Makefile: Likewise.
14408 * resolv/Makefile: Likewise.
14409 * resource/Makefile: Likewise.
14410 * rt/Makefile: Likewise.
14411 * setjmp/Makefile: Likewise.
14412 * shadow/Makefile: Likewise.
14413 * signal/Makefile: Likewise.
14414 * socket/Makefile: Likewise.
14415 * soft-fp/Makefile: Likewise.
14416 * stdio-common/Makefile: Likewise.
14417 * stdlib/Makefile: Likewise.
14418 * streams/Makefile: Likewise.
14419 * string/Makefile: Likewise.
14420 * sunrpc/Makefile: Likewise.
14421 (all): Remove target.
14422 * sysvipc/Makefile: Include Makeconfig immediately after defining
14423 subdir.
14424 * termios/Makefile: Likewise.
14425 * time/Makefile: Likewise.
14426 * timezone/Makefile: Likewise.
14427 (all): Remove target.
14428 * wcsmbs/Makefile: Include Makeconfig immediately after defining
14429 subdir.
14430 * wctype/Makefile: Likewise.
14431
5b456e9d
SE
144322014-02-26 Steve Ellcey <sellcey@mips.com>
14433
14434 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14435 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14436 (libc_feholdexcept_setround_mips): Ditto.
14437 (libc_feholdsetround): New.
14438 (libc_feholdsetroundf): New.
14439 (libc_feholdsetroundl): New.
14440 (libc_feupdateenv_test_mips): New.
14441 (libc_feupdateenv_test): New.
14442 (libc_feupdateenv_testf): New.
14443 (libc_feupdateenv_testl): New.
14444 (libc_feresetround): New.
14445 (libc_feresetroundf): New.
14446 (libc_feresetroundl): New.
14447 (libc_fetestexcept_mips): New.
14448 (libc_fetestexcept): New.
14449 (libc_fetestexceptf): New.
14450 (libc_fetestexceptl): New.
14451 (HAVE_RM_CTX): New.
14452 (libc_feholdexcept_setround_mips_ctx): New.
14453 (libc_feholdexcept_setround_ctx): New.
14454 (libc_feholdexcept_setroundf_ctx): New.
14455 (libc_feholdexcept_setroundl_ctx): New.
14456 (libc_fesetenv_mips_ctx): New.
14457 (libc_fesetenv_ctx): New.
14458 (libc_fesetenv_ctxf): New.
14459 (libc_fesetenv_ctxl): New.
14460 (libc_feupdateenv_mips_ctx): New.
14461 (libc_feupdateenv_ctx): New.
14462 (libc_feupdateenvf_ctx): New.
14463 (libc_feupdateenvl_ctx): New.
14464 (libc_feholdsetround_mips_ctx): New.
14465 (libc_feholdsetround_ctx): New.
14466 (libc_feholdsetroundf_ctx): New.
14467 (libc_feholdsetroundl_ctx): New.
14468 (libc_feresetround_mips_ctx): New.
14469 (libc_feresetround_ctx): New.
14470 (libc_feresetroundf_ctx): New.
14471 (libc_feresetroundl_ctx): New.
14472
085d0e35
CD
144732014-02-26 Carlos O'Donell <carlos@redhat.com>
14474
f067bf1f
CD
14475 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14476
085d0e35
CD
14477 * manual/ipc.texi: New file.
14478 * manual/Makefile (chapters): Add ipc.
14479 * manual/job.texi: Add "Inter-Process Communication" to next.
14480 * manual/process.texi: Add "Inter-Process Communication" to prev.
14481
86e58c08
AZ
144822014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14483
14484 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14485
4248f0da
OB
144862014-02-26 Ondřej Bílka <neleai@seznam.cz>
14487
14488 * malloc/malloc.c (__libc_calloc): Simplify implementation.
14489
cf822e3c
OB
14490 * manual/arith.texi: Fix spaces after sentences.
14491 * manual/charset.texi: Likewise.
14492 * manual/errno.texi: Likewise.
14493 * manual/install.texi: Likewise.
14494 * manual/llio.texi: Likewise.
14495 * manual/locale.texi: Likewise.
14496 * manual/maint.texi: Likewise.
14497 * manual/math.texi: Likewise.
14498 * manual/memory.texi: Likewise.
14499 * manual/message.texi: Likewise.
14500 * manual/probes.texi: Likewise.
14501 * manual/resource.texi: Likewise.
14502 * manual/signal.texi: Likewise.
14503 * manual/socket.texi: Likewise.
14504 * manual/stdio.texi: Likewise.
14505 * manual/string.texi: Likewise.
14506 * manual/time.texi: Likewise.
14507 * manual/users.texi: Likewise.
14508
ade40b10
CD
145092014-02-25 Carlos O'Donell <carlos@redhat.com>
14510
14511 [BZ #16632]
14512 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14513 _DEFAULT_SOURCE is defined.
14514
d0503676
CD
145152014-02-25 Ulrich Drepper <drepper@gmail.com>
14516 Carlos O'Donell <carlos@redhat.com>
14517
14518 [BZ #16613]
14519 * elf/dl-tls.c (_dl_count_modids): New function.
14520 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14521 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14522 audit library and increment generation counter.
14523 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14524 * elf/tst-audit9.c: New file.
14525 * elf/tst-auditmod9a.c: New file.
14526 * elf/tst-auditmod9b.c: New file.
14527 * elf/Makefile: Add rules to build and run tst-audit9.
14528
4cbf380c
FW
145292014-02-25 Florian Weimer <fweimer@redhat.com>
14530
14531 [BZ #15347]
14532 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14533
80a56cc3
WN
145342014-02-25 Will Newton <will.newton@linaro.org>
14535
14536 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14537 (__longjmp): Restore sp and lr before restoring callee
14538 saved registers. Add longjmp and longjmp_target
14539 SystemTap probe point.
14540 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14541 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14542 Define to zero to match jmpbuf layout.
14543 * sysdeps/arm/setjmp.S: Include stap-probe.h.
14544 (__sigsetjmp): Save sp and lr before saving callee
14545 saved registers. Add setjmp SystemTap probe point.
14546
3ea0f74e
SL
145472014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
14548
14549 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14550
b04acb26
AS
145512014-02-24 Andreas Schwab <schwab@suse.de>
14552
14553 [BZ #15804]
14554 * elf/pldd.c (wait_for_ptrace_stop): New function.
14555 (main): Call it after attaching.
14556
098ad55c
RM
145572014-02-22 Roland McGrath <roland@hack.frob.com>
14558
d4ec6ae1
RM
14559 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14560 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14561 Versions files is now verboten.
14562 * hurd/Versions (libc: GLIBC_2.0):
14563 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14564 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14565 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14566 * mach/Versions: Likewise.
14567
098ad55c
RM
14568 * csu/Versions: Remove unused %include.
14569 * resolv/Versions: Likewise.
14570
acd7f096
JM
145712014-02-21 Joseph Myers <joseph@codesourcery.com>
14572
f0881698
JM
14573 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14574 ($(objpfx)check-local-headers.out): Likewise.
14575 ($(objpfx)begin-end-check.out): Likewise.
14576 * Makerules (check-abi-%.out): Likewise.
14577 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14578 ($(objpfx)test2.cat): Likewise.
14579 ($(objpfx)de/libc.cat): Likewise.
14580 ($(objpfx)test-gencat.out): Likewise.
14581 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14582 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14583 ($(objpfx)noload-mem): Likewise.
14584 ($(objpfx)tst-pathopt.out): Likewise.
14585 ($(objpfx)tst-rtld-load-self.out): Likewise.
14586 ($(objpfx)tst-array1-cmp.out): Likewise.
14587 ($(objpfx)tst-array1-static-cmp.out): Likewise.
14588 ($(objpfx)tst-array2-cmp.out): Likewise.
14589 ($(objpfx)tst-array3-cmp.out): Likewise.
14590 ($(objpfx)tst-array4-cmp.out): Likewise.
14591 ($(objpfx)tst-array5-cmp.out): Likewise.
14592 ($(objpfx)tst-array5-static-cmp.out): Likewise.
14593 ($(objpfx)check-textrel.out): Likewise.
14594 ($(objpfx)check-execstack.out): Likewise.
14595 ($(objpfx)check-localplt.out): Likewise.
14596 ($(objpfx)order2-cmp.out): Likewise.
14597 ($(objpfx)tst-leaks1-mem): Likewise.
14598 ($(objpfx)tst-leaks1-static-mem): Likewise.
14599 ($(objpfx)tst-initorder-cmp.out): Likewise.
14600 ($(objpfx)tst-initorder2-cmp.out): Likewise.
14601 ($(objpfx)tst-unused-dep.out): Likewise.
14602 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14603 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14604 * iconv/Makefile (test-iconvconfig): Likewise.
14605 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14606 ($(objpfx)iconv-test.out): Likewise.
14607 ($(objpfx)tst-tables.out): Likewise.
14608 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14609 ($(objpfx)tst-gettext.out): Likewise.
14610 ($(objpfx)tst-translit.out): Likewise.
14611 ($(objpfx)tst-gettext2.out): Likewise.
14612 ($(objpfx)tst-gettext4.out): Likewise.
14613 ($(objpfx)tst-gettext6.out): Likewise.
14614 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14615 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14616 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14617 ($(objpfx)tst-fopenloc-mem.out): Likewise.
14618 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14619 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14620 * posix/Makefile ($(objpfx)globtest.out): Likewise.
14621 ($(objpfx)wordexp-tst.out): Likewise.
14622 ($(objpfx)annexc.out): Likewise.
14623 ($(objpfx)tst-fnmatch-mem): Likewise.
14624 ($(objpfx)bug-regex2-mem): Likewise.
14625 ($(objpfx)bug-regex14-mem): Likewise.
14626 ($(objpfx)bug-regex21-mem): Likewise.
14627 ($(objpfx)bug-regex31-mem): Likewise.
14628 ($(objpfx)tst-vfork3-mem): Likewise.
14629 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14630 ($(objpfx)tst-pcre-mem): Likewise.
14631 ($(objpfx)tst-boost-mem): Likewise.
14632 ($(objpfx)tst-getconf.out): Likewise.
14633 ($(objpfx)bug-ga2-mem): Likewise.
14634 ($(objpfx)bug-glob2-mem): Likewise.
14635 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14636 ($(objpfx)mtrace-tst-leaks2): Likewise.
14637 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14638 ($(objpfx)tst-printf.out): Likewise.
14639 ($(objpfx)tst-setvbuf1.out): Likewise.
14640 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14641 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14642 ($(objpfx)tst-fmtmsg.out): Likewise.
14643 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14644 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14645
acd7f096
JM
14646 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14647 * bits/sigaction.h [__USE_MISC]: Likewise.
14648 * bits/waitstatus.h: Update #endif comments.
14649 * ctype/ctype.h: Likewise.
14650 * dirent/dirent.h: Likewise.
14651 [__USE_MISC]: Remove redundant conditionals.
14652 * grp/grp.h: Update #endif comments.
14653 [__USE_GNU]: Remove redundant conditionals.
14654 [__USE_MISC]: Likewise.
14655 * inet/netinet/in.h [__USE_GNU]: Likewise.
14656 * io/sys/stat.h [__USE_MISC]: Likewise.
14657 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14658 * libio/bits/stdio.h: Update #endif comments.
14659 [__USE_MISC]: Remove redundant conditionals.
14660 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14661 * libio/stdio.h: Update #endif comments.
14662 [__USE_MISC]: Remove redundant conditionals.
14663 * math/bits/math-finite.h [__USE_MISC]: Likewise.
14664 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14665 * math/math.h: Update #else and #endif comments.
14666 [__USE_MISC]: Remove redundant conditionals.
14667 * misc/sys/uio.h: Update #endif comments.
14668 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14669 * posix/glob.h [__USE_MISC]: Likewise.
14670 * posix/sys/types.h: Update #endif comments.
14671 [__USE_MISC]: Remove redundant conditionals.
14672 * posix/sys/wait.h: Update #endif comments.
14673 [__USE_MISC]: Remove redundant conditionals.
14674 * posix/unistd.h: Update #endif comments.
14675 [__USE_MISC]: Remove redundant conditionals.
14676 * pwd/pwd.h [__USE_GNU]: Likewise.
14677 [__USE_MISC]: Likewise.
14678 * resolv/netdb.h [__USE_GNU]: Likewise.
14679 * signal/signal.h: Update #endif comments.
14680 [__USE_MISC]: Remove redundant conditionals.
14681 * stdlib/stdlib.h: Update #else and #endif comments.
14682 [__USE_MISC]: Remove redundant conditionals.
14683 [__USE_GNU]: Likewise.
14684 * string/bits/string2.h [__USE_MISC]: Likewise.
14685 * string/string.h: Update #endif comments.
14686 [__USE_MISC]: Remove redundant conditionals.
14687 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14688 Likewise.
14689 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14690 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14691 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14692 Likewise.
14693 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14694 Likewise.
14695 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14696 comments.
14697 [__USE_MISC]: Remove redundant conditionals.
14698 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14699 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14700 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14701 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14702 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14703 Likewise.
14704 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14705 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14706 Likewise.
14707 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14708 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14709 Likewise.
14710 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14711 Likewise.
14712 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14713 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14714 Likewise.
14715 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14716 Likewise.
14717 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14718 * sysdeps/x86/bits/string.h: Update #endif comments.
14719 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14720 conditionals.
14721 * time/sys/time.h: Update #endif comments.
14722 * time/time.h: Likewise.
14723 [__USE_MISC]: Remove redundant conditionals.
14724
a5d82e4e
YG
147252014-02-21 Yury Gribov <y.gribov@samsung.com>
14726
14727 [BZ #16600]
14728 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14729
9a80491d
AS
147302014-02-21 Andreas Schwab <schwab@linux-m68k.org>
14731
14732 * Versions.def (librt): Add GLIBC_2.17.
14733
105fa381
AC
147342014-02-21 Adam Conrad <adconrad@0c3.net>
14735
14736 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14737 synonym for _SYS_AUXV_H to allow direct inclusion.
14738 * sysdeps/sparc/bits/hwcap.h: Likewise.
14739 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14740 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14741 * sysdeps/sparc/sysdep.h: Likewise.
14742
b8cd1c4e
SP
147432014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14744
14745 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14746
bd939d23
RS
147472014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14748
14749 * benchtests/bench-strrchr.c: Print length instead of position.
14750
5d7b57ca
JM
147512014-02-20 Joseph Myers <joseph@codesourcery.com>
14752
bc688c10
JM
14753 [BZ #16611]
14754 * sysdeps/unix/sysv/linux/kernel-features.h
14755 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14756 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14757 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14758 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14759 Likewise.
14760 [__i386__ || __powerpc__ || __sh__ || __sparc__]
14761 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14762 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14763 (__ASSUME_SENDMMSG): Define instead of using previous
14764 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14765 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14766 (__ASSUME_SENDMMSG_SYSCALL): Define.
14767 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14768 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14769 Likewise.
14770 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14771 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14772 Likewise.
14773 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14774 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14775 Likewise.
14776 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14777 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14778 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14779 [__ASSUME_SENDMMSG]: Change conditionals to
14780 [__ASSUME_SENDMMSG_SOCKETCALL].
14781 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14782 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14783 Define.
14784 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14785 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14786 Likewise.
14787 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14788 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14789 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14790 [!__ASSUME_SENDMMSG]: Change conditional to
14791 [!__ASSUME_SENDMMSG_SOCKETCALL].
14792 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14793 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14794 Define.
14795
0e31b18c
JM
14796 [BZ #16610]
14797 * sysdeps/unix/sysv/linux/kernel-features.h
14798 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14799 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14800 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14801 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14802 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14803 [__i386__ || __sparc__]
14804 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14805 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14806 (__ASSUME_RECVMMSG): Define instead of using previous
14807 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14808 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14809 (__ASSUME_RECVMMSG_SYSCALL): Define.
14810 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14811 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14812 Likewise.
14813 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14814 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14815 Likewise.
14816 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14817 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14818 Likewise.
14819 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14820 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14821 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14822 [__ASSUME_RECVMMSG]: Change condition to
14823 [__ASSUME_RECVMMSG_SOCKETCALL].
14824 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14825 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14826 Define.
14827 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14828 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14829 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14830 Likewise.
14831 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14832 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14833 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14834 [!__ASSUME_RECVMMSG]: Change condition to
14835 [!__ASSUME_RECVMMSG_SOCKETCALL].
14836 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14837 (__ASSUME_RECVMMSG_SYSCALL): Define.
14838
dd481ccf
JM
14839 [BZ #16609]
14840 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14841 __powerpc__ || __s390__ || __sh__ || __sparc__]
14842 (__ASSUME_SOCKETCALL): Define.
14843 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14844 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14845 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14846 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14847 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14848 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14849 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14850 (__ASSUME_ACCEPT4): Define instead of using previous
14851 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14852 __powerpc__ || __sparc__ || __s390__)] condition.
14853 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14854 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14855 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14856 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14857 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14858 [!__ASSUME_ACCEPT4]: Change condition to
14859 [!__ASSUME_ACCEPT4_SOCKETCALL].
14860 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14861 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
14862 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14863 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14864 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14865 __ASSUME_ACCEPT4_SYSCALL.
14866 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14867 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14868 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14869 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14870 __ASSUME_ACCEPT4_SYSCALL.
14871 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14872 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14873 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14874 [__ASSUME_ACCEPT4]: Change condition to
14875 [__ASSUME_ACCEPT4_SOCKETCALL].
14876 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14877 (__ASSUME_SOCKETCALL): Define.
14878 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14879 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14880 (__ASSUME_SOCKETCALL): Define.
14881 (__ASSUME_ACCEPT4): Remove.
14882 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14883 Define.
14884 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14885 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14886 Likewise.
14887 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14888 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14889
5d7b57ca
JM
14890 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14891 macro.
14892 (HWCAP_ARM_LPAE): Likewise.
14893 (HWCAP_ARM_EVTSTRM): Likewise.
14894 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14895 Add vpfd32, lpae and evtstrm.
14896 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14897 Increase to 22.
14898
63689d61
JM
148992014-02-19 Joseph Myers <joseph@codesourcery.com>
14900
14901 * math/auto-libm-test-in: Add tests of clog10.
14902 * math/auto-libm-test-out: Regenerated.
14903 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14904 * sysdeps/i386/fpu/libm-test-ulps: Update.
14905 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14906
ab09bf61
AS
149072014-02-18 Andreas Schwab <schwab@suse.de>
14908
14909 [BZ #16574]
14910 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14911 Store non-zero if the second buffer was newly allocated.
14912 (send_dg): Likewise.
14913 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14914 to send_vc and send_dg.
14915 (res_nsend): Pass NULL for ansp2_malloced.
14916 * resolv/res_query.c (__libc_res_nquery): Add parameter
14917 answerp2_malloced and pass it down to __libc_res_nsend.
14918 (res_nquery): Pass additional NULL to __libc_res_nquery.
14919 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14920 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
14921 second answer buffer if answerp2_malloced was set.
14922 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14923 (__libc_res_nquerydomain): Add parameter
14924 answerp2_malloced and pass it down to __libc_res_nquery.
14925 (res_nquerydomain): Pass additional NULL to
14926 __libc_res_nquerydomain.
14927 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14928 additional NULL to __libc_res_nsend and __libc_res_nquery.
14929 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14930 additional NULL to __libc_res_nsearch.
14931 (_nss_dns_gethostbyname4_r): Revert last change. Use new
14932 parameter of __libc_res_nsearch to check for separately allocated
14933 second buffer.
14934 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14935 __libc_res_nquery.
14936 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14937 additional NULL to __libc_res_nquery.
14938 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14939 __libc_res_nsearch.
14940 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14941 * include/resolv.h: Update prototypes of __libc_res_nquery,
14942 __libc_res_nsearch, __libc_res_nsend.
14943
a4fb7861
JM
149442014-02-18 Joseph Myers <joseph@codesourcery.com>
14945
c6af2d89
JM
14946 * math/auto-libm-test-in: Add tests of fma.
14947 * math/auto-libm-test-out: Regenerated.
14948 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14949 (fma_towardzero_test_data): Likewise.
14950 (fma_downward_test_data): Likewise.
14951 (fma_upward_test_data): Likewise.
14952 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14953 mpc_mode.
14954 (rounding_modes): Add values for new field.
14955 (func_calc_method): Add value mpfr_fff_f.
14956 (func_calc_desc): Add mpfr_fff_f union field.
14957 (test_function): Add field exact_args.
14958 (FUNC): Add macro argument EXACT_ARGS.
14959 (FUNC_mpfr_f_f): Update call to FUNC.
14960 (FUNC_mpfr_f_f): Likewise.
14961 (FUNC_mpfr_ff_f): Likewise.
14962 (FUNC_mpfr_if_f): Likewise.
14963 (FUNC_mpc_c_f): Likewise.
14964 (FUNC_mpc_c_c): Likewise.
14965 (test_functions): Add fma. Update calls to FUNC.
14966 (handle_input_arg): Add argument exact_args.
14967 (add_test): Update call to handle_input_arg.
14968 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
14969 (output_for_one_input_case): Update call to calc_generic_results.
14970 Recalculate exact zero results in each rounding mode.
14971
a4fb7861
JM
14972 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14973 non-negative before setting low bit.
14974 * math/auto-libm-test-in: Mark one asin test possibly having
14975 spurious underflow.
14976 * math/auto-libm-test-out: Regenerated.
14977 * sysdeps/i386/fpu/libm-test-ulps: Update.
14978 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14979
ef114eaf
DH
149802014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
14981
2b7f4f2c
SP
14982 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14983 * sysdeps/unix/sysv/linux/microblaze: Move directory from
14984 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
14985 * README: Add missing listing for microblaze*-*-linux-gnu.
14986
8125aedc
AM
149872014-02-16 Ondřej Bílka <neleai@seznam.cz>
14988
14989 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14990 duplicate code
14991
c70a4b1d
MF
149922014-02-16 Mike Frysinger <vapier@gentoo.org>
14993
14994 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14995 * sysdeps/unix/sysv/linux/ia64: Move directory from
14996 ports/sysdeps/unix/sysv/linux/ia64.
14997 * README: Update listing for ia64-*-linux-gnu.
14998
591aeaf7
TD
149992014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
15000 Joseph Myers <joseph@codesourcery.com>
15001
15002 * Makeconfig (test-name): New variable.
15003 (evaluate-test): Likewise.
15004 * Makerules (do-test-clean): Remove .test-result files.
15005 (common-mostlyclean): Likewise.
15006 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15007 * scripts/evaluate-test.sh: New file.
15008
6e89caf1
JM
150092014-02-14 Joseph Myers <joseph@codesourcery.com>
15010
7f98f180
JM
15011 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15012 separate $(objpfx)tst-fopenloc-cmp.out and
15013 $(objpfx)tst-fopenloc-mem.out targets.
15014 (tests): Update dependencies.
15015 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15016 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15017 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15018 (tst-rxspencer-no-utf8-ARGS): New variable.
15019 (tst-rxspencer-no-utf8-ENV): Likewise.
15020 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15021 instead of $(objpfx)tst-rxspencer-mem.
15022 ($(objpfx)tst-rxspencer-mem): Change target to
15023 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
15024 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15025 * posix/tst-rxspencer-no-utf8.c: New file.
15026
6e89caf1
JM
15027 * elf/Makefile ($(objpfx)order.out): Remove rule.
15028 [$(run-built-tests) = yes] (tests): Depend on
15029 $(objpfx)order-cmp.out.
15030 ($(objpfx)order-cmp.out): New rule.
15031 [$(run-built-tests) = yes] (tests): Depend on
15032 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15033 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15034 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15035 $(objpfx)tst-array5-static-cmp.out.
15036 ($(objpfx)tst-array1.out): Remove rule.
15037 ($(objpfx)tst-array1-cmp.out): New rule.
15038 ($(objpfx)tst-array1-static.out): Remove rule.
15039 ($(objpfx)tst-array1-static-cmp.out): New rule.
15040 ($(objpfx)tst-array2.out): Remove rule.
15041 ($(objpfx)tst-array2-cmp.out): New rule.
15042 ($(objpfx)tst-array3.out): Remove rule.
15043 ($(objpfx)tst-array3-cmp.out): New rule.
15044 ($(objpfx)tst-array4.out): Remove rule.
15045 ($(objpfx)tst-array4-cmp.out): New rule.
15046 ($(objpfx)tst-array5.out): Remove rule.
15047 ($(objpfx)tst-array5-cmp.out): New rule.
15048 ($(objpfx)tst-array5-static.out): Remove rule.
15049 ($(objpfx)tst-array5-static-cmp.out): New rule.
15050 [$(run-built-tests) = yes] (tests): Depend on
15051 $(objpfx)order2-cmp.out.
15052 ($(objpfx)order2.out): Remove rule.
15053 ($(objpfx)order2-cmp.out): New rule.
15054 ($(objpfx)tst-initorder.out): Remove rule.
15055 [$(run-built-tests) = yes] (tests): Depend on
15056 $(objpfx)tst-initorder-cmp.out.
15057 ($(objpfx)tst-initorder-cmp.out): New rule.
15058 ($(objpfx)tst-initorder2.out): Remove rule.
15059 [$(run-built-tests) = yes] (tests): Depend on
15060 $(objpfx)tst-initorder2-cmp.out.
15061 ($(objpfx)tst-initorder2-cmp.out): New rule.
15062 [$(run-built-tests) = yes] (tests): Depend on
15063 $(objpfx)tst-unused-dep-cmp.out.
15064 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15065 ($(objpfx)tst-unused-dep-cmp.out): New rule.
15066 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15067 on $(objpfx)tst-setvbuf1-cmp.out.
15068 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15069 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15070 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15071 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15072 ($(objpfx)tst-svc.out): Remove rule.
15073 ($(objpfx)tst-svc-cmp.out): New rule.
15074
ed9a38e2
JM
150752014-02-13 Joseph Myers <joseph@codesourcery.com>
15076
15077 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15078 * ctype/ctype.h [__USE_MISC]: Likewise.
15079 * dirent/dirent.h [__USE_MISC]: Likewise.
15080 * grp/grp.h [__USE_MISC]: Likewise.
15081 * io/fcntl.h [__USE_MISC]: Likewise.
15082 * io/sys/stat.h [__USE_MISC]: Likewise.
15083 * libio/stdio.h [__USE_MISC]: Likewise.
15084 * posix/unistd.h [__USE_MISC]: Likewise.
15085 * pwd/pwd.h [__USE_MISC]: Likewise.
15086 * stdlib.h [__USE_MISC]: Likewise.
15087 * string/bits/string2.h [__USE_MISC]: Likewise.
15088 * string/string.h [__USE_MISC]: Likewise.
15089 * time/time.h [__USE_MISC]: Likewise.
15090
d6680619
AS
150912014-02-13 Andreas Schwab <schwab@suse.de>
15092
15093 [BZ #16574]
15094 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15095 second answer buffer if it was separately allocated.
15096
ace614b8
JM
150972014-02-12 Joseph Myers <joseph@codesourcery.com>
15098
743151ae
JM
15099 * sysdeps/mips/math-tests.h: Include <features.h>.
15100 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15101 (ROUNDING_TESTS_long_double): Do not define.
15102 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15103 (EXCEPTION_TESTS_long_double): Likewise.
15104 * sysdeps/mips/mips64/libm-test-ulps: Update.
15105
498afc54
JM
15106 * include/features.h (__USE_BSD): Remove macro definitions.
15107 (__USE_SVID): Likewise.
15108 (_BSD_SOURCE): Likewise.
15109 (_SVID_SOURCE): Likewise.
15110 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15111 from definition of _DEFAULT_SOURCE.
15112 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15113 [_DEFAULT_SOURCE].
15114 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15115 * bits/mman.h [__USE_BSD]: Likewise.
15116 * bits/termios.h [__USE_BSD]: Likewise.
15117 * bits/waitstatus.h [__USE_BSD]: Likewise.
15118 * ctype/ctype.h [__USE_SVID]: Likewise.
15119 * dirent/dirent.h [__USE_BSD]: Likewise.
15120 * grp/grp.h [__USE_SVID]: Likewise.
15121 [__USE_BSD]: Likewise.
15122 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15123 * io/fcntl.h [__USE_BSD]: Likewise.
15124 * io/ftw.h [__USE_BSD]: Likewise.
15125 * io/sys/stat.h [__USE_BSD]: Likewise.
15126 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15127 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15128 * libio/stdio.h [__USE_SVID]: Likewise.
15129 [__USE_BSD]: Likewise.
15130 * math/math.h [__USE_SVID]: Likewise.
15131 [__USE_BSD]: Likewise.
15132 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15133 * misc/bits/syslog.h [__USE_BSD]: Likewise.
15134 * misc/search.h [__USE_SVID]: Likewise.
15135 * misc/sys/mman.h [__USE_BSD]: Likewise.
15136 * misc/sys/syslog.h [__USE_BSD]: Likewise.
15137 * misc/sys/uio.h [__USE_BSD]: Likewise.
15138 * posix/bits/unistd.h [__USE_BSD]: Likewise.
15139 * posix/glob.h [__USE_BSD]: Likewise.
15140 * posix/regex.h [__USE_BSD]: Likewise.
15141 * posix/sys/types.h [__USE_BSD]: Likewise.
15142 [__USE_SVID]: Likewise.
15143 * posix/sys/utsname.h [__USE_SVID]: Likewise.
15144 * posix/sys/wait.h [__USE_BSD]: Likewise.
15145 [__USE_SVID]: Likewise.
15146 * posix/unistd.h [__USE_BSD]: Likewise.
15147 [__USE_SVID]: Likewise.
15148 * pwd/pwd.h [__USE_SVID]: Likewise.
15149 * resolv/netdb.h [__USE_BSD]: Likewise.
15150 * setjmp/setjmp.h [__USE_BSD]: Likewise.
15151 * signal/signal.h [__USE_BSD]: Likewise.
15152 [__USE_SVID]: Likewise.
15153 * socket/sys/socket.h [__USE_BSD]: Likewise.
15154 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15155 * stdlib/stdlib.h [__USE_BSD]: Likewise.
15156 [__USE_SVID]: Likewise.
15157 * string/bits/string2.h [__USE_BSD]: Likewise.
15158 [__USE_SVID]: Likewise.
15159 * string/bits/string3.h [__USE_BSD]: Likewise.
15160 * string/endian.h [__USE_BSD]: Likewise.
15161 * string/string.h [__USE_SVID]: Likewise.
15162 [__USE_BSD]: Likewise.
15163 * string/strings.h [__USE_BSD]: Likewise.
15164 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15165 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15166 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15167 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15168 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15169 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15170 Likewise.
15171 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15172 Likewise.
15173 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15174 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15175 Likewise.
15176 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15177 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15178 Likewise.
15179 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15180 Likewise.
15181 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15182 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15183 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15184 Likewise.
15185 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15186 Likewise.
15187 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15188 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15189 * termios/termios.h [__USE_BSD]: Likewise.
15190 * time/sys/time.h [__USE_BSD]: Likewise.
15191 * time/time.h [__USE_BSD]: Likewise.
15192 [__USE_SVID]: Likewise.
15193
dd7b064c
JM
15194 * Makefile (subdir_targets): Remove subdir_lint.out.
15195
a2c4c199
JM
15196 * stdio-common/Makefile (do-tst-unbputc): Remove target.
15197 (do-tst-printf): Likewise.
15198 (tests): Depend directly on $(objpfx)tst-unbputc.out and
15199 $(objpfx)tst-printf.out.
15200
8756f740
JM
15201 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15202
1b6dd3f1
JM
15203 * Makerules (check-abi-%): Change target to
15204 $(objpfx)check-abi-%.out.
15205 (check-abi target): Update dependencies.
15206 (check-abi-pattern variable): Redirect output of diff to $@.
15207 (check-abi variable): Likewise.
15208 * elf/Makefile (check-abi): Update dependencies.
15209
ace614b8
JM
15210 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15211 unused.
15212 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15213 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15214 subnormal range.
15215 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15216 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15217 value has largest subnormal exponent.
15218 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15219 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15220 * sysdeps/aarch64/soft-fp/sfp-machine.h
15221 (_FP_TININESS_AFTER_ROUNDING): New macro.
15222 * sysdeps/alpha/soft-fp/sfp-machine.h
15223 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15224 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15225 Likewise.
15226 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15227 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15228 * sysdeps/mips/soft-fp/sfp-machine.h
15229 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15230 * sysdeps/powerpc/soft-fp/sfp-machine.h
15231 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15232 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15233 Likewise.
15234 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15235 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15236 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15237 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15238 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15239 Likewise.
15240
fbfdf9cb
DAS
152412014-02-12 Dylan Alex Simon <dylan@dylex.net>
15242
15243 [BZ #16545]
15244 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15245 model 1.
15246
68b7efaa
RH
152472014-02-12 Richard Henderson <rth@redhat.com>
15248
c70a4b1d 15249 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
15250 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15251 * sysdeps/unix/sysv/linux/alpha: Move directory from
15252 ports/sysdeps/unix/sysv/linux/alpha.
15253 * README: Update listing for alpha-*-linux-gnu.
15254
cb4a2928
JM
152552014-02-11 Joseph Myers <joseph@codesourcery.com>
15256
c941736c
JM
15257 * include/features.h: Update comment documenting feature test
15258 macros.
15259 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
15260 _DEFAULT_SOURCE.
15261 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15262 (_SVID_SOURCE): Likewise.
15263 (_DEFAULT_SOURCE): Update description of default features.
15264 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15265 with _GNU_SOURCE.
15266 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15267 (S_ISVTX): Likewise.
15268 * manual/math.texi (Mathematical Constants): Likewise.
15269 * manual/signal.texi (Interrupted Primitives): Likewise.
15270 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15271 * math/test-matherr.c (_SVID_SOURCE): Do not define.
15272 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15273 Don't refer to _SVID_SOURCE in warning text.
15274
e8d8d7ec
JM
15275 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15276
cb4a2928
JM
15277 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15278 already defined.
15279 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15280 * sysdeps/mips/dl-lookup.c: Remove.
15281 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15282
7e6424e3
AK
152832014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15284
15285 [BZ #16447]
15286 * math/auto-libm-test-in: Add testcase for expl.
15287 * math/auto-libm-test-out: Regenerate.
15288 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15289 calculation of unsafe.
15290 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15291
75eff3fe
MS
152922014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
15293
15294 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15295 * sysdeps/unix/sysv/linux/aarch64: Move directory from
15296 ports/sysdeps/unix/sysv/linux/aarch64.
15297 * README: Update listing for aarch64*-*-linux-gnu.
15298
d35f1e80
WN
152992014-02-11 Will Newton <will.newton@linaro.org>
15300
15301 * manual/probes.texi (Mathematical Function Probes): Use
15302 "triggered" instead of "hit".
15303
7b3436d4
WN
15304 * manual/probes.texi (Internal Probes): Add documentation
15305 of setjmp, longjmp and longjmp_target probes.
15306
b4f12ca3
WN
15307 * include/stap-probe.h: Add comment about probe argument
15308 format.
15309
c13a72b7
WN
15310 * malloc/mtrace.c (attribute_hidden): Remove unused macro
15311 definition. (tr_where, tr_freehook, tr_mallochook,
15312 tr_reallochook, tr_memalignhook): Use ANSI protoype.
15313
195b8165
DM
153142014-02-11 David S. Miller <davem@davemloft.net>
15315
15316 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15317 processing int_tests.
15318
2ad7600b
JM
153192014-02-10 Joseph Myers <joseph@codesourcery.com>
15320
15321 * sysdeps/mips: Move directory from ports/sysdeps/mips.
15322 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15323 * sysdeps/unix/sysv/linux/mips: Move directory from
15324 ports/sysdeps/unix/sysv/linux/mips.
15325 * README: Update listing for mips-*-linux-gnu and
15326 mips64-*-linux-gnu.
15327
73588a72
AS
153282014-02-10 Andreas Schwab <schwab@linux-m68k.org>
15329
15330 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15331 * sysdeps/unix/sysv/linux/m68k: Move directory from
15332 ports/sysdeps/unix/sysv/linux/m68k.
15333 * README: Update listing for m68k-*-linux-gnu.
15334
4372980f
CM
153352014-02-10 Chris Metcalf <cmetcalf@tilera.com>
15336
15337 * sysdeps/tile: Move directory from ports/sysdeps/tile.
15338 * sysdeps/unix/sysv/linux/generic: Move directory from
15339 ports/sysdeps/unix/sysv/linux/generic.
15340 * sysdeps/unix/sysv/linux/tile: Move directory from
15341 ports/sysdeps/unix/sysv/linux/tile.
15342 * README: Update listing for tile*-*-linux-gnu.
15343
a1ffb40e
OB
153442014-02-10 Ondřej Bílka <neleai@seznam.cz>
15345
57f41c40
AS
15346 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15347 __builtin_expect.
a1ffb40e
OB
15348 * benchtests/bench-memmem.c (simple_memmem): Likewise.
15349 * catgets/open_catalog.c (__open_catalog): Likewise.
15350 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15351 * debug/confstr_chk.c: Likewise.
15352 * debug/fread_chk.c (__fread_chk): Likewise.
15353 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15354 * debug/getgroups_chk.c: Likewise.
15355 * debug/mbsnrtowcs_chk.c: Likewise.
15356 * debug/mbsrtowcs_chk.c: Likewise.
15357 * debug/mbstowcs_chk.c: Likewise.
15358 * debug/memcpy_chk.c: Likewise.
15359 * debug/memmove_chk.c: Likewise.
15360 * debug/mempcpy_chk.c: Likewise.
15361 * debug/memset_chk.c: Likewise.
15362 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15363 * debug/strcat_chk.c (__strcat_chk): Likewise.
15364 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15365 * debug/strncat_chk.c (__strncat_chk): Likewise.
15366 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15367 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15368 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15369 * debug/wcpncpy_chk.c: Likewise.
15370 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15371 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15372 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15373 * debug/wcsncpy_chk.c: Likewise.
15374 * debug/wcsnrtombs_chk.c: Likewise.
15375 * debug/wcsrtombs_chk.c: Likewise.
15376 * debug/wcstombs_chk.c: Likewise.
15377 * debug/wmemcpy_chk.c: Likewise.
15378 * debug/wmemmove_chk.c: Likewise.
15379 * debug/wmempcpy_chk.c: Likewise.
15380 * debug/wmemset_chk.c: Likewise.
15381 * dirent/scandirat.c (SCANDIRAT): Likewise.
15382 * dlfcn/dladdr1.c (dladdr1): Likewise.
15383 * dlfcn/dladdr.c (dladdr): Likewise.
15384 * dlfcn/dlclose.c (dlclose_doit): Likewise.
15385 * dlfcn/dlerror.c (__dlerror): Likewise.
15386 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15387 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15388 * dlfcn/dlopen.c (dlopen_doit): Likewise.
15389 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15390 * dlfcn/dlsym.c (dlsym_doit): Likewise.
15391 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15392 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15393 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15394 Likewise.
15395 * elf/dl-conflict.c: Likewise.
15396 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15397 * elf/dl-dst.h: Likewise.
15398 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15399 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15400 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15401 * elf/dl-init.c (call_init, _dl_init): Likewise.
15402 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
15403 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15404 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15405 Likewise.
a1ffb40e
OB
15406 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15407 Likewise.
15408 * elf/dl-minimal.c (__libc_memalign): Likewise.
15409 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15410 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15411 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15412 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
15413 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15414 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
15415 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15416 * elf/dl-writev.h (_dl_writev): Likewise.
15417 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
15418 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15419 (dl_main): Likewise.
a1ffb40e
OB
15420 * elf/setup-vdso.h (setup_vdso): Likewise.
15421 * grp/compat-initgroups.c (compat_call): Likewise.
15422 * grp/fgetgrent.c (fgetgrent): Likewise.
15423 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15424 * grp/putgrent.c (putgrent): Likewise.
15425 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15426 Likewise.
15427 * hurd/hurdinit.c: Likewise.
15428 * iconvdata/8bit-gap.c (struct): Likewise.
15429 * iconvdata/ansi_x3.110.c : Likewise.
15430 * iconvdata/big5.c : Likewise.
15431 * iconvdata/big5hkscs.c : Likewise.
15432 * iconvdata/cp1255.c: Likewise.
15433 * iconvdata/cp1258.c : Likewise.
15434 * iconvdata/cp932.c : Likewise.
15435 * iconvdata/euc-cn.c: Likewise.
15436 * iconvdata/euc-jisx0213.c : Likewise.
15437 * iconvdata/euc-jp.c: Likewise.
15438 * iconvdata/euc-jp-ms.c : Likewise.
15439 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15440 * iconvdata/gb18030.c : Likewise.
15441 * iconvdata/gbbig5.c (const): Likewise.
15442 * iconvdata/gbgbk.c: Likewise.
15443 * iconvdata/gbk.c : Likewise.
15444 * iconvdata/ibm1364.c : Likewise.
15445 * iconvdata/ibm930.c : Likewise.
15446 * iconvdata/ibm932.c: Likewise.
15447 * iconvdata/ibm933.c : Likewise.
15448 * iconvdata/ibm935.c : Likewise.
15449 * iconvdata/ibm937.c : Likewise.
15450 * iconvdata/ibm939.c : Likewise.
15451 * iconvdata/ibm943.c: Likewise.
15452 * iconvdata/iso_11548-1.c: Likewise.
15453 * iconvdata/iso-2022-cn.c : Likewise.
15454 * iconvdata/iso-2022-cn-ext.c : Likewise.
15455 * iconvdata/iso-2022-jp-3.c: Likewise.
15456 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15457 * iconvdata/iso-2022-kr.c : Likewise.
15458 * iconvdata/iso646.c (gconv_end): Likewise.
15459 * iconvdata/iso_6937-2.c : Likewise.
15460 * iconvdata/iso_6937.c : Likewise.
15461 * iconvdata/iso8859-1.c: Likewise.
15462 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15463 * iconvdata/shift_jisx0213.c : Likewise.
15464 * iconvdata/sjis.c : Likewise.
15465 * iconvdata/t.61.c : Likewise.
15466 * iconvdata/tcvn5712-1.c : Likewise.
15467 * iconvdata/tscii.c: Likewise.
15468 * iconvdata/uhc.c : Likewise.
15469 * iconvdata/unicode.c (gconv_end): Likewise.
15470 * iconvdata/utf-16.c (gconv_end): Likewise.
15471 * iconvdata/utf-32.c (gconv_end): Likewise.
15472 * iconvdata/utf-7.c (base64): Likewise.
15473 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15474 * iconv/gconv_close.c (__gconv_close): Likewise.
15475 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
15476 * iconv/gconv_simple.c (internal_ucs4_loop_single)
15477 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15478 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15479 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15480 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
15481 * iconv/iconv.c (iconv): Likewise.
15482 * iconv/iconv_close.c: Likewise.
15483 * iconv/loop.c (SINGLE): Likewise.
15484 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15485 * include/atomic.h: Likewise.
15486 * inet/inet6_option.c (option_alloc): Likewise.
15487 * intl/bindtextdom.c (set_binding_values): Likewise.
15488 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15489 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15490 * intl/localealias.c (read_alias_file): Likewise.
15491 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
15492 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15493 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
15494 * libio/fmemopen.c (fmemopen): Likewise.
15495 * libio/iofgets.c (_IO_fgets): Likewise.
15496 * libio/iofgets_u.c (fgets_unlocked): Likewise.
15497 * libio/iofgetws.c (fgetws): Likewise.
15498 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15499 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
15500 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15501 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
15502 * locale/findlocale.c (_nl_find_locale): Likewise.
15503 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15504 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15505 Likewise.
15506 * locale/setlocale.c (setlocale): Likewise.
15507 * login/programs/pt_chown.c (main): Likewise.
15508 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15509 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
15510 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15511 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
15512 * math/e_exp2l.c: Likewise.
15513 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15514 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15515 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15516 * math/s_catan.c (__catan): Likewise.
15517 * math/s_catanf.c (__catanf): Likewise.
15518 * math/s_catanh.c (__catanh): Likewise.
15519 * math/s_catanhf.c (__catanhf): Likewise.
15520 * math/s_catanhl.c (__catanhl): Likewise.
15521 * math/s_catanl.c (__catanl): Likewise.
15522 * math/s_ccosh.c (__ccosh): Likewise.
15523 * math/s_ccoshf.c (__ccoshf): Likewise.
15524 * math/s_ccoshl.c (__ccoshl): Likewise.
15525 * math/s_cexp.c (__cexp): Likewise.
15526 * math/s_cexpf.c (__cexpf): Likewise.
15527 * math/s_cexpl.c (__cexpl): Likewise.
15528 * math/s_clog10.c (__clog10): Likewise.
15529 * math/s_clog10f.c (__clog10f): Likewise.
15530 * math/s_clog10l.c (__clog10l): Likewise.
15531 * math/s_clog.c (__clog): Likewise.
15532 * math/s_clogf.c (__clogf): Likewise.
15533 * math/s_clogl.c (__clogl): Likewise.
15534 * math/s_csin.c (__csin): Likewise.
15535 * math/s_csinf.c (__csinf): Likewise.
15536 * math/s_csinh.c (__csinh): Likewise.
15537 * math/s_csinhf.c (__csinhf): Likewise.
15538 * math/s_csinhl.c (__csinhl): Likewise.
15539 * math/s_csinl.c (__csinl): Likewise.
15540 * math/s_csqrt.c (__csqrt): Likewise.
15541 * math/s_csqrtf.c (__csqrtf): Likewise.
15542 * math/s_csqrtl.c (__csqrtl): Likewise.
15543 * math/s_ctan.c (__ctan): Likewise.
15544 * math/s_ctanf.c (__ctanf): Likewise.
15545 * math/s_ctanh.c (__ctanh): Likewise.
15546 * math/s_ctanhf.c (__ctanhf): Likewise.
15547 * math/s_ctanhl.c (__ctanhl): Likewise.
15548 * math/s_ctanl.c (__ctanl): Likewise.
15549 * math/w_pow.c: Likewise.
15550 * math/w_powf.c: Likewise.
15551 * math/w_powl.c: Likewise.
15552 * math/w_scalb.c (sysv_scalb): Likewise.
15553 * math/w_scalbf.c (sysv_scalbf): Likewise.
15554 * math/w_scalbl.c (sysv_scalbl): Likewise.
15555 * misc/error.c (error_tail): Likewise.
15556 * misc/pselect.c (__pselect): Likewise.
15557 * nis/nis_callback.c (__nis_create_callback): Likewise.
15558 * nis/nis_call.c (__nisfind_server): Likewise.
15559 * nis/nis_creategroup.c (nis_creategroup): Likewise.
15560 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15561 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15562 * nis/nis_getservlist.c (nis_getservlist): Likewise.
15563 * nis/nis_lookup.c (nis_lookup): Likewise.
15564 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
15565 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15566 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 15567 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
15568 * nis/nss_compat/compat-grp.c (getgrent_next_file)
15569 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15570 * nis/nss_compat/compat-initgroups.c (add_group)
15571 (internal_getgrent_r): Likewise.
15572 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15573 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15574 * nis/nss_compat/compat-spwd.c (getspent_next_file)
15575 (internal_getspnam_r): Likewise.
15576 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15577 (_nss_nis_getaliasbyname_r): Likewise.
15578 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15579 (_nss_nis_getntohost_r): Likewise.
15580 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15581 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15582 (_nss_nis_getgrgid_r): Likewise.
15583 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15584 (internal_nis_gethostent_r, internal_gethostbyname2_r)
15585 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15586 (_nss_nis_gethostbyname4_r): Likewise.
15587 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15588 (initgroups_netid): Likewise.
a1ffb40e 15589 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
15590 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15591 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15592 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15593 (_nss_nis_getprotobynumber_r): Likewise.
15594 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15595 (_nss_nis_getsecretkey): Likewise.
15596 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15597 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15598 (_nss_nis_getpwuid_r): Likewise.
15599 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15600 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15601 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15602 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15603 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15604 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
15605 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15606 Likewise.
57f41c40
AS
15607 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15608 (_nss_nisplus_getntohost_r): Likewise.
15609 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15610 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15611 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15612 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 15613 Likewise.
57f41c40
AS
15614 * nis/nss_nisplus/nisplus-initgroups.c
15615 (_nss_nisplus_initgroups_dyn): Likewise.
15616 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15617 (_nss_nisplus_getnetbyaddr_r): Likewise.
15618 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15619 (_nss_nisplus_getprotobynumber_r): Likewise.
15620 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15621 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
15622 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15623 Likewise.
57f41c40
AS
15624 * nis/nss_nisplus/nisplus-service.c
15625 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15626 (_nss_nisplus_getservbyport_r): Likewise.
15627 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15628 (_nss_nisplus_getspnam_r): Likewise.
15629 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15630 Likewise.
a1ffb40e
OB
15631 * nscd/aicache.c (addhstaiX): Likewise.
15632 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
15633 * nscd/connections.c (register_traced_file, send_ro_fd)
15634 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15635 (main_loop_epoll): Likewise.
a1ffb40e
OB
15636 * nscd/grpcache.c (addgrbyX): Likewise.
15637 * nscd/hstcache.c (addhstbyX): Likewise.
15638 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15639 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
15640 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15641 (addinnetgrX): Likewise.
15642 * nscd/nscd-client.h (__nscd_acquire_maplock)
15643 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
15644 * nscd/nscd_getai.c (__nscd_getai): Likewise.
15645 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15646 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15647 Likewise.
15648 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15649 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
15650 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15651 (__nscd_get_map_ref): Likewise.
a1ffb40e 15652 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
15653 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15654 Likewise.
a1ffb40e
OB
15655 * nscd/pwdcache.c (addpwbyX): Likewise.
15656 * nscd/selinux.c (preserve_capabilities): Likewise.
15657 * nscd/servicescache.c (addservbyX): Likewise.
15658 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15659 * posix/fnmatch.c (fnmatch): Likewise.
15660 * posix/getopt.c (_getopt_internal_r): Likewise.
15661 * posix/glob.c (glob, glob_in_dir): Likewise.
15662 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
15663 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15664 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
15665 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15666 * resolv/res_init.c: Likewise.
15667 * resolv/res_mkquery.c (res_nmkquery): Likewise.
15668 * resolv/res_query.c (__libc_res_nquery): Likewise.
15669 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15670 Likewise.
15671 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15672 * stdio-common/perror.c (perror): Likewise.
15673 * stdio-common/printf_fp.c (___printf_fp): Likewise.
15674 * stdio-common/tmpnam.c (tmpnam): Likewise.
15675 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15676 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
15677 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15678 Likewise.
a1ffb40e
OB
15679 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15680 * stdlib/putenv.c (putenv): Likewise.
15681 * stdlib/setenv.c (__add_to_environ): Likewise.
15682 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15683 * stdlib/strtol_l.c (INTERNAL): Likewise.
15684 * string/memmem.c (memmem): Likewise.
15685 * string/strerror.c (strerror): Likewise.
15686 * string/strnlen.c (__strnlen): Likewise.
15687 * string/test-memmem.c (simple_memmem): Likewise.
15688 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15689 * sunrpc/pm_getport.c (__get_socket): Likewise.
15690 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15691 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
15692 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15693 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
15694 Likewise.
15695 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15696 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15697 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15698 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15699 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
15700 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15701 Likewise.
15702 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15703 Likewise.
a1ffb40e
OB
15704 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15705 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15706 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15707 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15708 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15709 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15710 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15711 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15712 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15713 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15714 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15715 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15716 Likewise.
15717 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15718 Likewise.
15719 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15720 Likewise.
15721 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15722 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15723 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15724 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15725 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15726 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15727 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15728 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15729 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15730 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15731 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15732 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15733 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15734 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15735 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
15736 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15737 Likewise.
a1ffb40e
OB
15738 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15739 Likewise.
15740 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15741 Likewise.
15742 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15743 Likewise.
15744 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15745 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15746 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15747 Likewise.
15748 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15749 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15750 * sysdeps/posix/opendir.c (__opendirat): Likewise.
15751 * sysdeps/posix/sleep.c: Likewise.
15752 * sysdeps/posix/tempname.c: Likewise.
15753 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15754 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15755 Likewise.
57f41c40
AS
15756 * sysdeps/powerpc/powerpc32/dl-machine.h
15757 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
15758 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15759 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15760 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15761 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15762 Likewise.
15763 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15764 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15765 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15766 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15767 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15768 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15769 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15770 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15771 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15772 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15773 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15774 (elf_machine_lazy_rel): Likewise.
a1ffb40e 15775 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15776 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15777 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15778 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15779 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15780 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15781 * sysdeps/unix/grantpt.c (grantpt): Likewise.
15782 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15783 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15784 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15785 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15786 Likewise.
15787 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15788 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15789 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15790 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15791 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15792 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15793 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15794 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15795 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15796 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15797 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15798 Likewise.
15799 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15800 (__posix_fallocate64_l64): Likewise.
15801 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15802 (posix_fallocate): Likewise.
57f41c40
AS
15803 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15804 Likewise.
a1ffb40e 15805 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
15806 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15807 (getifaddrs_internal): Likewise.
a1ffb40e
OB
15808 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15809 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15810 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15811 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15812 * sysdeps/unix/sysv/linux/posix_fallocate64.c
15813 (__posix_fallocate64_l64): Likewise.
15814 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15815 Likewise.
15816 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
15817 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15818 (__get_clockfreq): Likewise.
a1ffb40e
OB
15819 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15820 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15821 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15822 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15823 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15824 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15825 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15826 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15827 Likewise.
15828 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15829 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15830 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15831 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15832 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15833 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15834 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15835 Likewise.
15836 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15837 (posix_fallocate): Likewise.
15838 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15839 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15840 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15841 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15842 (elf_machine_rela, elf_machine_rela_relative)
15843 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15844 * time/asctime.c (asctime_internal): Likewise.
15845 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15846 * time/tzset.c (__tzset_parse_tz): Likewise.
15847 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15848 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15849 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15850 * wcsmbs/wcsmbsload.h: Likewise.
15851
f3d338c9
OB
15852 [BZ #15894]
15853 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15854
57f41c40
AS
15855 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15856 (arena_get2): Remove THREAD_STATS conditionals.
15857 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15858 (__malloc_stats, int): Likewise.
bdfe308a 15859
d674667c
MF
158602014-02-08 Mike Frysinger <vapier@gentoo.org>
15861
15862 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15863 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
15864
6349768c
MF
15865 * manual/setjmp.texi: Fix typos/grammar errors.
15866
0b7c7473
MF
15867 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15868 Only return early when n is <= 0. Delete unused return statement.
15869
ac8cc9e3
MF
15870 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15871 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15872 * debug/tst-longjmp_chk3.c: New file.
15873
c5bb8e23
MF
15874 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15875 (test_main): Replace code with set_fortify_handler call.
15876 * debug/test-strcpy_chk.c: Likewise.
15877 * debug/tst-chk1.c: Likewise.
15878 * debug/tst-longjmp_chk.c: Likewise.
15879 * test-skeleton.c: Include fcntl.h & paths.h
15880 (set_fortify_handler): Define.
15881
10444e42
MF
15882 * debug/tst-longjmp_chk.c: Add header comment and include
15883 ../test-skeleton.c.
15884 (do_test): Mark static.
15885 (TEST_FUNCTION): Define.
15886
1e805e8d
MF
15887 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15888 (IP_PMTUDISC_INTERFACE): Likewise.
15889 (IP_MULTICAST_IF): Likewise.
15890 (IP_MULTICAST_TTL): Likewise.
15891 (IP_MULTICAST_LOOP): Likewise.
15892 (IP_ADD_MEMBERSHIP): Likewise.
15893 (IP_DROP_MEMBERSHIP): Likewise.
15894 (IP_UNBLOCK_SOURCE): Likewise.
15895 (IP_BLOCK_SOURCE): Likewise.
15896 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15897 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15898 (IP_MSFILTER): Likewise.
15899 (MCAST_JOIN_GROUP): Likewise.
15900 (MCAST_BLOCK_SOURCE): Likewise.
15901 (MCAST_UNBLOCK_SOURCE): Likewise.
15902 (MCAST_LEAVE_GROUP): Likewise.
15903 (MCAST_JOIN_SOURCE_GROUP): Likewise.
15904 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15905 (MCAST_MSFILTER): Likewise.
15906 (IP_MULTICAST_ALL): Likewise.
15907 (IP_UNICAST_IF): Likewise.
15908
73f79bb7
MF
15909 * timezone/Makefile: Delete $(have-ksh) check.
15910 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15911 * timezone/tzselect.ksh: Add +x mode bits.
15912
8da79b60
MF
15913 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15914 (ANON_INODE_FS_MAGIC): Likewise.
15915 (BDEVFS_MAGIC): Likewise.
15916 (BINFMTFS_MAGIC): Likewise.
15917 (BTRFS_TEST_MAGIC): Likewise.
15918 (CRAMFS_MAGIC_WEND): Likewise.
15919 (DEBUGFS_MAGIC): Likewise.
15920 (ECRYPTFS_SUPER_MAGIC): Likewise.
15921 (EXT3_SUPER_MAGIC): Likewise.
15922 (EXT4_SUPER_MAGIC): Likewise.
15923 (FUTEXFS_SUPER_MAGIC): Likewise.
15924 (HOSTFS_SUPER_MAGIC): Likewise.
15925 (HUGETLBFS_MAGIC): Likewise.
15926 (MINIX3_SUPER_MAGIC): Likewise.
15927 (MTD_INODE_FS_MAGIC): Likewise.
15928 (NILFS_SUPER_MAGIC): Likewise.
15929 (OPENPROM_SUPER_MAGIC): Likewise.
15930 (PIPEFS_MAGIC): Likewise.
15931 (PSTOREFS_MAGIC): Likewise.
15932 (QNX6_SUPER_MAGIC): Likewise.
15933 (RAMFS_MAGIC): Likewise.
15934 (REISERFS_SUPER_MAGIC_STRING): Likewise.
15935 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15936 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15937 (SECURITYFS_MAGIC): Likewise.
15938 (SELINUX_MAGIC): Likewise.
15939 (SMACK_MAGIC): Likewise.
15940 (SOCKFS_MAGIC): Likewise.
15941 (SQUASHFS_MAGIC): Likewise.
15942 (STACK_END_MAGIC): Likewise.
15943 (TMPFS_MAGIC): Likewise.
15944 (USBDEVICE_SUPER_MAGIC): Likewise.
15945 (V9FS_MAGIC): Likewise.
15946 (XENFS_SUPER_MAGIC): Likewise.
15947 (CRAMFS_MAGIC): Fix typo in comment.
15948 (EXT2_SUPER_MAGIC): Update comment.
15949 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15950
464263cc
JM
159512014-02-08 Joseph Myers <joseph@codesourcery.com>
15952
c6bfe5c4
JM
15953 * sysdeps/arm: Move directory from ports/sysdeps/arm.
15954 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15955 * sysdeps/unix/sysv/linux/arm: Move directory from
15956 ports/sysdeps/unix/sysv/linux/arm.
15957 * README: Update listing for arm-*-linux-gnueabi.
15958
464263cc
JM
15959 * README: Remove mention of am33.
15960
32749f6c
RM
159612014-02-07 Roland McGrath <roland@hack.frob.com>
15962
15963 * bits/sigset.h (__sigemptyset): Use a statement expression rather
15964 than the comma operator, to avoid "rhs of comma has no effect"
15965 compiler warnings.
15966 (__sigfillset, __sigandset, __sigorset): Likewise.
15967 * include/signal.h (__sigemptyset): Likewise.
15968 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15969
d5b396c1
AM
159702014-02-07 Allan McRae <allan@archlinux.org>
15971
15972 * version.h (RELEASE): Set to "development".
15973 (VERSION): Set to "2.19.90"
15974 * NEWS: Add 2.20 section.
15975
3bfff2ed
CD
159762014-02-06 Carlos O'Donell <carlos@redhat.com>
15977
15978 [BZ #16529]
15979 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15980
ee7cc385
SP
159812014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15982
15983 * manual/contrib.texi: Update entry for Carlos O'Donell,
15984 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15985
f877c4f2
CD
159862014-02-05 Carlos O'Donell <carlos@rehdat.com>
15987
27e839f6
CD
15988 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15989
f877c4f2
CD
15990 * sysdeps/unix/sysv/linux/kernel-features.h
15991 [__LINUX_KERNEL_VERSION >= 0x020621]
15992 (__ASSUME_PROC_PID_TASK_COMM): Define.
15993
68159946
SP
159942014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15995
ba17cdbd
SP
15996 [BZ #16398]
15997 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15998 conversion when destination buffer does not have enough space.
15999 * libio/tst-ftell-partial-wide.c: New test case.
16000 * libio/Makefile (tests): Add tst-ftell-partial-wide.
16001
68159946
SP
16002 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16003 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
16004 Leonard and Allan McRae.
16005
2b528732
DM
160062014-02-04 David S. Miller <davem@davemloft.net>
16007
16008 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16009 32-bit.
16010
0ff82463
AZ
160112014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16012
57f41c40
AS
16013 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16014 New file
c01603f7
AZ
16015 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16016 New file
57f41c40
AS
16017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16018 New file.
16019 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16020 New file.
c01603f7
AZ
16021 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16022 New file.
57f41c40
AS
16023 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16024 New file.
16025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16026 New file.
c01603f7
AZ
16027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16028 New file.
16029 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16030 New file.
16031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16032 New file.
16033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16034 New file.
16035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16036 New file.
16037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16038 New file.
16039
160402014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16041
0ff82463
AZ
16042 * nptl/shlib-versions: Change powerpc*le start to 2.17.
16043 * shlib-versions: Likewise.
16044
1695c773
AZ
160452014-02-04 Roland McGrath <roland@hack.frob.com>
16046 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16047
16048 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16049 (abilist-pattern): New variable, set to %-le.abilist.
16050
16051 * Makerules (abilist-pattern): New variable.
16052 (vpath): Use $(abilist-pattern) in place of %.abilist.
16053 (check-abi-% pattern rule): Likewise.
16054 (check-abi, update-abi): Likewise.
16055
6c0ce4b4
EW
160562014-02-04 Eric Wong <normalperson@yhbt.net>
16057
16058 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16059
481e3524
CD
160602014-02-03 Carlos O'Donell <carlos@redhat.com>
16061
16062 * manual/startup.texi: Add next, previous, and top entries for
16063 the `Program Arguments' and `Environment Variables' nodes.
16064
375592d3
AO
160652014-02-03 Alexandre Oliva <aoliva@redhat.com>
16066
16067 * manual/macros.texi: Add comments before MTASC-safety macros.
16068
f54838ba
AO
16069 * manual/users.texi: Document MTASC-safety properties.
16070
57f41c40
AS
16071 * manual/threads.texi (pthread_key_create, pthread_key_delete)
16072 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
16073 @deftypefun, and add @safety note.
16074 * manual/signal.texi: Move comments that analyze the above
16075 functions to their home place.
16076
fd3daba4
AM
160772014-02-03 Allan McRae <allan@archlinux.org>
16078
16079 * po/sl.po: Update Slovenian translation from translation project.
16080
597636d7
AO
160812014-02-02 Alexandre Oliva <aoliva@redhat.com>
16082
16083 * manual/time.texi (timegm): Add missing blank after @c.
16084 Reported by Joseph Myers <joseph@codesourcery.com>.
16085
ee196e3c
AO
160862014-02-01 Alexandre Oliva <aoliva@redhat.com>
16087
16088 * manual/check-safety.sh: New.
16089 * manual/Makefile ($(objpfx)stamp-summary): Run it.
16090
f8d529d5
AO
16091 * manual/terminal.texi: Document MTASC-safety properties.
16092
de55fdf4
AO
16093 * manual/filesys.texi: Document MTASC-safety properties.
16094
c3299c08
AO
16095 * manual/errno.texi: Document MTASC-safety properties.
16096
06e90b14
AO
16097 * manual/intro.texi: Document safety identifiers and
16098 conditionals.
16099
1acd4371
AO
16100 * manual/string.texi (wcstok): Fix prototype.
16101 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16102
23e5b8cb
AO
16103 * manual/time.texi: Document MTASC-safety properties.
16104
11087373
AO
16105 * manual/string.texi: Document MTASC-safety properties.
16106
5da2c93d
AO
16107 * manual/threads.texi: Document MTASC-safety properties.
16108
171e9210
AO
16109 * manual/stdio.texi: Document MTASC-safety properties.
16110
d9e02532
AO
16111 * manual/syslog.texi: Document MTASC-safety properties.
16112
6af8bab7
AO
16113 * manual/sysinfo.texi: Document MTASC-safety properties.
16114
663b02d7
AO
16115 * manual/startup.texi: Document MTASC-safety properties.
16116
973f180b
AO
16117 * manual/socket.texi: Document MTASC-safety properties.
16118
8f3c25c8
AO
16119 * manual/signal.texi: Document MTASC-safety properties.
16120
542210fb
AO
161212014-01-31 Alexandre Oliva <aoliva@redhat.com>
16122
16123 * manual/setjmp.texi: Document MTASC-safety properties.
16124
433c45a2
AO
16125 * manual/search.texi: Document MTASC-safety properties.
16126
c8ce789c
AO
16127 * manual/resource.texi: Document MTASC-safety properties.
16128
19f5d29c
AO
16129 * manual/process.texi: Document MTASC-safety properties.
16130
e2dfb7f4
AO
16131 * manual/platform.texi: Document MTASC-safety properties.
16132
8c1413f5
AO
16133 * manual/pipe.texi: Document MTASC-safety properties.
16134
03483ada
AO
16135 * manual/pattern.texi: Document MTASC-safety properties.
16136
29e7e2df
AO
16137 * manual/message.texi: Document MTASC-safety properties.
16138
9f529d7c
AO
16139 [BZ #12751]
16140 * manual/memory.texi: Document MTASC-safety properties.
16141
27aaa791
AO
16142 * manual/math.texi: Document MTASC-safety properties.
16143
f2d58726
AO
16144 * manual/locale.texi: Document MTASC-safety properties.
16145
2cc3615c
AO
16146 * manual/llio.texi: Document MTASC-safety properties.
16147
d9f0ec97
AO
16148 * manual/libdl.texi: New.
16149
e7c4409a
AO
16150 * manual/lang.texi: Document MTASC-safety properties.
16151
27bdc63c
AO
16152 * manual/job.texi: Document MTASC-safety properties.
16153
a7b90ea9
AO
16154 * manual/getopt.texi: Document MTASC-safety properties.
16155
c49130e3
AO
16156 * manual/ctype.texi: Document MTASC-safety properties.
16157
0d23a5c1
MR
161582014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
16159
16160 [BZ #16046]
16161 * csu/libc-tls.c (static_map): Remove variable.
16162 (__libc_setup_tls): Use main executable's link map for TLS data.
16163 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16164 casing for LM_ID_BASE and GL(dl_nns).
16165 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16166 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
16167 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16168 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16169 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16170 member.
16171 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16172 l_phnum members.
16173
0037bb60
AO
161742014-01-30 Alexandre Oliva <aoliva@redhat.com>
16175
16176 * manual/debug.texi: Document MTASC-safety properties.
16177
409e00bd
L
161782014-01-29 H.J. Lu <hongjiu.lu@intel.com>
16179
16180 [BZ #16510]
16181 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16182 of __x86_64__ when disabling x87 inline functions.
16183
86e60666
AO
161842014-01-29 Alexandre Oliva <aoliva@redhat.com>
16185
16186 * manual/charset.texi: Document MTASC-safety properties.
16187
76167637
AO
16188 * manual/crypt.texi: Document MTASC-safety properties.
16189
e567f2a0
AO
16190 * manual/conf.texi: Document MTASC-safety properties.
16191
b719dafd
AO
16192 * manual/arith.texi: Document MTASC-safety properties.
16193
4a16c662
AO
16194 * manual/argp.texi: Document MTASC-safety properties.
16195
0a57b83e
AO
16196 * manual/macros.texi: Introduce macros to document multi
16197 thread, asynchronous signal and asynchronous cancellation
16198 safety properties.
16199 * manual/intro.texi: Introduce the properties themselves.
16200
feab2397
KK
162012014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16202
16203 * sysdeps/sh/sh4/Makefile: New file.
16204
1c0d11bc
AS
162052014-01-27 Andreas Schwab <schwab@linux-m68k.org>
16206
16207 * math/gen-libm-test.pl ($srcdir): New variable.
16208 ($auto_input): Use it.
16209
af37a8a3
SP
162102014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16211
d7b00f98
SP
16212 [BZ #16506]
16213 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16214 access beyond array bounds when parsing netgroups file.
16215
af37a8a3
SP
16216 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16217 the old buffer before realloc.
16218
0c00f062
AM
162192014-01-27 Allan McRae <allan@archlinux.org>
16220
16221 * po/fr.po: Update French translation from translation project.
16222
7d69a1b0
KK
162232014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16224
16225 * sysdeps/sh/libm-test-ulps: Regenerate.
16226
6e697ff7
DM
162272014-01-24 David S. Miller <davem@davemloft.net>
16228
16229 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16230
9cadb35c
KK
162312014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16232
16233 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16234 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16235
5d41dadf
SP
162362013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16237
16238 [BZ #16474]
16239 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16240 string pointers after reallocation.
16241
0bad441c
KK
162422014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16243
16244 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16245 __SH4A__ instead of __SH_FPU_ANY__.
16246
7007c661
KK
162472014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16248
16249 * sysdeps/sh/fpu_control.h: New file.
16250 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16251 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16252 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16253 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16254 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16255 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16256 * sysdeps/sh/sys/ucontext.h: Remove.
16257 * sysdeps/sh/sys: Remove directory.
16258
0f0c35e4
AK
162592014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16260
16261 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16262 s390/sys/ucontext.h.
16263 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16264 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16265
4959e284
L
162662014-01-20 H.J. Lu <hongjiu.lu@intel.com>
16267
16268 [BZ #15605]
16269 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16270
d98720e0
AZ
162712014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16272
16273 [BZ#16431]
16274 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16275 Adjust the vDSO correctly for internal calls.
16276 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16277
91cbd0bc
AM
162782014-01-20 Allan McRae <allan@archlinux.org>
16279
16280 * po/ca.po: Update Catalan translation from translation project.
16281
7a02cfad
MF
162822014-01-16 Mike Frysinger <vapier@gentoo.org>
16283
16284 * sysdeps/s390/sotruss-lib.c: New file.
16285
736c304a
AZ
162862014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16287
16288 [BZ#16430]
6e077ee5 16289 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
16290 (__GI___gettimeofday): Alias for a different internal symbol to avoid
16291 local calls issues by not having a PLT stub required for IFUNC calls.
16292 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16293
94d0cea0
JM
162942014-01-16 Joseph Myers <joseph@codesourcery.com>
16295
16296 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16297 * math/test-fpucw-static.c: Likewise.
16298
980cb518
SP
162992013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16300
16301 [BZ #16453]
16302 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16303
2393fc01
AZ
163042014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16305
16306 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16307 implementation for powerpc.
16308
d359bcc2
OB
163092014-01-15 Ondřej Bílka <neleai@seznam.cz>
16310
16311 [BZ #14782]
16312 * sysdeps/posix/system.c (__libc_system): Do not enable
16313 asynchronous cancellation.
16314
7beb48cb
AK
163152014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16316
16317 [BZ #16427]
16318 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16319 handling only for numbers special also in the IEEE case.
16320
c20d5bf5
AK
163212014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16322
16323 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16324
e83bd4ee
AM
163252014-01-11 Allan McRae <allan@archlinux.org>
16326
76d0ea69
AM
16327 * po/bg.po: Update Bulgarian translation from translation project.
16328
e83bd4ee
AM
16329 * po/de.po: Update German translation from translation project.
16330
bc2ba20a
RM
163312014-01-10 Roland McGrath <roland@hack.frob.com>
16332
16333 * sysdeps/generic/gcc-compat.h: New file.
16334
649ecea2
SP
163352014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16336
16337 * benchtests/asin-inputs: Correct slow inputs.
16338 * benchtests/acos-inputs: Likewise.
16339
1b19c006
AM
163402014-01-10 Allan McRae <allan@archlinux.org>
16341
a46dab08
AM
16342 * po:sv.po: Update Swedish translation from translation project.
16343
421df74a
AM
16344 * po/vi.po: Update Vietnamese translation from translation project.
16345
d61c51a7
AM
16346 * po/eo.po: Update Esperanto translation from translation project.
16347
0339a319
AM
16348 * po/cs.po: Update Czech translation from translation project.
16349
94ad3e99
AM
16350 * po/nl.po: Update Dutch translation from translation project.
16351
e349ca71
AM
16352 * po/pl.po: Update Polish translation from translation project.
16353
ddf930c1
AM
16354 * po/ru.po: Update Russian translation from translation project.
16355
1b19c006
AM
16356 * po/uk.po: Update Ukrainian translation from translation project.
16357
9f236c49
BM
163582014-01-08 Brooks Moses <bmoses@google.com>
16359
16360 * elf/dl-load.c: Fix comment typo.
16361
cd6701cf
CD
163622014-01-08 Carlos O'Donell <carlos@redhat.com>
16363
16364 * po/header.pot: Rename to...
16365 * po/pot.header: ... this.
16366 * po/Makefile: Use pot.header.
16367
66671c84
YK
163682014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
16369 Maxim Kuvyrkov <maxim@kugelworks.com>
16370
16371 [BZ #16394]
cd6701cf
CD
16372 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16373 SRC and DEST against LEN.
66671c84 16374
38f34581
AZ
163752014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16376
16377 [BZ #16414]
16378 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16379 implementation.
16380 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16381
163822014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
16383
16384 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16385
4c327f2a
JM
163862014-01-08 Joseph Myers <joseph@codesourcery.com>
16387
16388 [BZ #16408]
16389 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16390 for large positive arguments.
16391
b821f414
JM
163922014-01-07 Joseph Myers <joseph@codesourcery.com>
16393
1f0f2067
JM
16394 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16395
a5a326f6
JM
16396 * math/auto-libm-test-in: Mark various tests with
16397 xfail-rounding:ldbl-128ibm.
16398 * math/auto-libm-test-out: Regenerated.
16399
b821f414
JM
16400 [BZ #16407]
16401 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16402 Increase overflow threshold.
16403
94c8a4bc
OB
164042014-01-07 Ondřej Bílka <neleai@seznam.cz>
16405
16406 [BZ #14286]
16407 * stdio-common/vfprintf.c: Check for integer overflow.
16408
87ded0c3
AK
164092014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16410
16411 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16412 the first argument and return value of __tls_get_addr_internal.
16413
c5eebdd0
AK
164142014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16415
16416 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16417 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16418
05d138ef
AK
164192014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16420
16421 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16422 * sysdeps/s390/rtld-global-offsets.sym: New file.
16423 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16424 GLIBC_2.19 symbol.
16425 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16426 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16427 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16428 ... this.
16429 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16430 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16431 ... this.
16432 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16433 Regenerate.
16434 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16435 Regenerate.
16436 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16437 halfs of GPRs for high_gprs contexts.
16438 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16439 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
16440 field.
16441 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16442 uc_flags field.
16443 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16444 64 bit versions:
16445 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16446 for high GPRs (uc_high_gprs) and for future extensions
16447 (__reserved).
16448 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16449 for future extensions (__reserved).
16450 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16451 64 bit versions:
16452 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16453 SC_HIGHGPRS offset definition.
16454 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16455 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16456
93a45ff1
AK
16457 * Versions.def: Add GLIBC_2.19 for libpthread.
16458 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16459 siglongjmp for libpthread with GLIBC_2.19 symver.
16460 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16461 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16462 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16463 * sysdeps/s390/__longjmp.c: New file.
16464 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16465 * sysdeps/s390/longjmp.c: New file.
16466 * sysdeps/s390/setjmp.S: New file.
16467 * sysdeps/s390/sigjmp.S: New file.
16468 * sysdeps/s390/v1-longjmp.c: New file.
16469 * sysdeps/s390/v1-setjmp.h: New file.
16470 * sysdeps/s390/v1-sigjmp.c: New file.
16471 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16472 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16473 GLIBC_2.19 version.
16474 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16475 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16476 versioned symbols for ____longjmp_chk.
16477 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16478 Likewise.
16479 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16480 Regenerate.
16481 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16482 Regenerate.
16483 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16484 Regenerate.
16485 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16486 Regenerate.
16487 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16488 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16489 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16490 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16491 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16492 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16493 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16494 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16495 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16496 * sysdeps/s390/rtld-__longjmp.c: New file.
16497 * sysdeps/s390/rtld-setjmp.S: New file.
16498
eb3fc44b
JM
164992014-01-06 Joseph Myers <joseph@codesourcery.com>
16500
16501 [BZ #16400]
16502 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16503 Return -__logl (x) for small positive arguments without evaluating
16504 a polynomial.
16505
9341dde4
MF
165062014-01-06 Mike Frysinger <vapier@gentoo.org>
16507
16508 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16509 Rename to ...
16510 (__ptrace_peeksiginfo_args): ... this.
16511 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16512 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16513 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16514
4cff0293
AM
165152014-01-06 Allan McRae <allan@archlinux.org>
16516
16517 * inet/netinet/in.h: Fix typo in comment.
16518
75595dcf
AJ
165192014-01-05 Andreas Jaeger <aj@suse.de>
16520
16521 * sysdeps/i386/fpu/libm-test-ulps: Update.
16522
79c1e109
AM
165232014-01-05 Allan McRae <allan@archlinux.org>
16524
dd804818
AM
16525 * po/libc.pot: Regenerated.
16526
79c1e109
AM
16527 * malloc/memusagestat.c: Fix gettext call formatting.
16528
0c813d1f
SK
165292014-01-04 Sami Kerola <kerolasa@iki.fi>
16530
16531 * nscd/nscd.c: Improve usage() output.
16532
20f4a8d9
MF
165332014-01-04 Mike Frysinger <vapier@gentoo.org>
16534
16535 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16536 * sysdeps/unix/sysv/linux/configure: Regenerated.
16537 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16538 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16539
22562bb2
JM
165402014-01-03 Joseph Myers <joseph@codesourcery.com>
16541
16542 [BZ #16390]
16543 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16544 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16545
d7ad2d9b
AZ
165462014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16547
16548 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16549 extra tokens at end of #undef directive.
16550 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16551 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16552 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16553
7dd009d8
JM
165542014-01-03 Joseph Myers <joseph@codesourcery.com>
16555
24db925a
JM
16556 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16557
7dd009d8
JM
16558 * math/auto-libm-test-in: Mark various tests with
16559 xfail-rounding:ldbl-128ibm.
16560 * math/auto-libm-test-out: Regenerated.
16561
396e3ecf
JM
165622014-01-02 Joseph Myers <joseph@codesourcery.com>
16563
819e5d50
JM
16564 [BZ #16386]
16565 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16566 numbers with subnormal high part when calculating exponent.
16567
90b6a1e5
JM
16568 [BZ #16385]
16569 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16570 fabs.
16571
396e3ecf
JM
16572 [BZ #16384]
16573 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16574 M_LN2l.
16575 (__ieee754_acoshl): Use __log1pl not __log1p.
16576
6c8dbf00
OB
165772013-01-02 Ondřej Bílka <neleai@seznam.cz>
16578
57f41c40
AS
16579 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16580 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16581 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16582 (grow_heap, heap_trim, _int_new_arena, get_free_list)
16583 (reused_arena, arena_get2): Convert to GNU style.
16584 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16585 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16586 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 16587 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
16588 * malloc/malloc.c (__malloc_assert, malloc_init_state)
16589 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16590 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16591 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16592 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16593 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 16594 * malloc/malloc.h: Likewise.
57f41c40
AS
16595 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16596 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 16597 * malloc/mcheck.h: Likewise.
57f41c40
AS
16598 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16599 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
16600 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16601 * malloc/morecore.c (__default_morecore): Likewise.
16602 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
16603 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16604 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16605 (print_and_abort): Likewise.
6c8dbf00
OB
16606 * malloc/obstack.h: Likewise.
16607 * malloc/set-freeres.c (__libc_freeres): Likewise.
16608 * malloc/tst-mallocstate.c (main): Likewise.
16609 * malloc/tst-mtrace.c (main): Likewise.
16610 * malloc/tst-realloc.c (do_test): Likewise.
16611
d4124212
SP
166122013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
16613
9a3c6a6f
SP
16614 [BZ #16366]
16615 * nscd/netgroupcache.c (do_notfound): New function.
16616 (addgetnetgrentX): Use it.
16617
d4124212
SP
16618 [BZ # 16365]
16619 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16620 NSS_STATUS_NOTFOUND.
16621
97b9a009
JM
166222014-01-01 Joseph Myers <joseph@codesourcery.com>
16623
16624 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16625 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16626
d4697bc9
AM
166272014-01-01 Allan McRae <allan@archlinux.org>
16628
ddb3687f
AM
16629 * scripts/update-copyrights: Update configure input file suffix.
16630
88726d48
AM
16631 * NEWS: Update copyright year.
16632 * catgets/gencat.c: Likewise.
16633 * csu/version.c: Likewise.
16634 * debug/catchsegv.sh: Likewise.
16635 * debug/pcprofiledump.c: Likewise.
16636 * debug/xtrace.sh: Likewise.
16637 * elf/ldconfig.c: Likewise.
16638 * elf/ldd.bash.in: Likewise.
16639 * elf/pldd.c: Likewise.
16640 * elf/sotruss.ksh: Likewise.
16641 * elf/sprof.c: Likewise.
16642 * iconv/iconv_prog.c: Likewise.
16643 * iconv/iconvconfig.c: Likewise.
16644 * locale/programs/locale.c: Likewise.
16645 * locale/programs/localedef.c: Likewise.
16646 * login/programs/pt_chown.c: Likewise.
16647 * malloc/memusage.sh: Likewise.
16648 * malloc/memusagestat.c: Likewise.
16649 * malloc/mtrace.pl: Likewise.
16650 * manual/libc.texinfo: Likewise.
16651 * nscd/nscd.c: Likewise.
16652 * nss/getent.c: Likewise.
16653 * nss/makedb.c: Likewise.
16654 * posix/getconf.c: Likewise.
16655 * scripts/test-installation.pl: Likewise.
16656
d4697bc9
AM
16657 * All files with FSF copyright notices: Update copyright dates
16658 using scripts/update-copyrights.
16659 * intl/plural.c: Regenerated.
16660 * locale/programs/charmap-kw.h: Likewise.
16661 * locale/programs/locfile-kw.h: Likewise.
16662
c8590f9d
MF
166632013-12-31 Mike Frysinger <vapier@gentoo.org>
16664
16665 * sysdeps/unix/sysv/linux/configure: Regenerated.
16666 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16667 the linux/fanotify.h header.
16668 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16669 HAVE_LINUX_FANOTIFY_H is defined.
16670
b19221b9
SP
166712013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
16672
dd1d85e5
SP
16673 * benchtests/cos-inputs: New inputs.
16674 * benchtests/sin-inputs: Likewise.
16675
1acbb90f
SP
16676 * benchtests/atan-inputs: New inputs. Fix name of multiple
16677 precision fallback inputs.
16678
4c012ed3
SP
16679 * benchtests/atanh-inputs: New inputs.
16680 * benchtests/tanh-inputs: Likewise.
16681
eff98324
SP
16682 * benchtests/acosh-inputs: New inputs.
16683 * benchtests/asinh-inputs: Likewise.
16684
ce641152
SP
16685 * benchtests/cosh-inputs: New inputs.
16686 * benchtests/sinh-inputs: Likewise.
16687
b19221b9
SP
16688 * benchtests/acos-inputs: Add more inputs.
16689 * benchtests/asin-inputs: Likewise.
16690
030a4976 166912013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 16692
030a4976 16693 [BZ #16375]
9dcc8f11
VS
16694 * manual/arith.texi: Fix spelling.
16695 * manual/charset.texi: Likewise.
16696 * manual/errno.texi: Likewise.
16697 * manual/filesys.texi: Likewise.
16698 * manual/lang.texi: Likewise.
16699 * manual/llio.texi: Likewise.
16700 * manual/locale.texi: Likewise.
16701 * manual/message.texi: Likewise.
16702 * manual/resource.texi: Likewise.
16703 * manual/search.texi: Likewise.
16704 * manual/setjmp.texi: Likewise.
16705 * manual/stdio.texi: Likewise.
16706 * manual/string.texi: Likewise.
16707 * manual/sysinfo.texi: Likewise.
16708 * manual/time.texi: Likewise.
16709
11520a57
CD
167102013-12-27 Carlos O'Donell <carlos@redhat.com>
16711
16712 * po/sl.po: New file.
16713
471103ae
MF
167142013-12-27 Mike Frysinger <vapier@gentoo.org>
16715
16716 * .gitignore: Add core/.gdbinit/.gdb_history.
16717
6c9642ed
AM
167182013-12-27 Allan McRae <allan@archlinux.org>
16719
16720 [BZ #16369]
16721 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16722 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16723
3f637079
BM
167242013-12-24 Brooks Moses <bmoses@google.com>
16725
16726 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16727 all compilers that claim C++98 compliance, not just GCC.
16728 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16729 Likewise.
16730
abc26e99
MK
167312013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16732
16733 * NEWS: Restore accidentally deleted bug-fix entries.
16734
362b47fe
MK
167352013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16736 Ondřej Bílka <neleai@seznam.cz>
16737
16738 [BZ #15073]
16739 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 16740 have_lock.
362b47fe 16741
b9bcbbcb
OB
167422013-12-23 Ondřej Bílka <neleai@seznam.cz>
16743
16744 [BZ #12986]
16745 * manual/stdio.texi (String Input Conversions): Clarify that character
16746 classes are not supported.
16747
fb55fcd2
AZ
167482013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16749
16750 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16751
ef7344f0
JM
167522013-12-22 Joseph Myers <joseph@codesourcery.com>
16753
4f40e4b3
JM
16754 [BZ #16337]
16755 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16756 Calculate results for small negative arguments directly rather
16757 than using reflection formula with special underflow handling.
16758
ef7344f0
JM
16759 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16760 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16761 sysdeps/unix/bsd/bsd4.4/syscalls.list.
16762 (fchflags): Likewise.
16763 (revoke): Likewise.
16764 (setlogin): Likewise.
16765 (sigaltstack): Likewise.
16766 (wait4): Likewise.
16767 (sigblock): Remove.
16768 (sigsetmask): Likewise.
16769 (wait3): Likewise.
16770 (waitpid): Likewise.
16771 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16772 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16773 file.
16774 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16775 * sysdeps/unix/bsd/Makefile: ... here.
16776 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16777 * sysdeps/unix/bsd/Versions: ... here.
16778 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16779 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16780 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16781 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16782 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16783 * sysdeps/unix/bsd/sigblock.c: ... here.
16784 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16785 * sysdeps/unix/bsd/sigsetmask.c: ... here.
16786 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16787 * sysdeps/unix/bsd/sigvec.c: ... here.
16788 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16789 * sysdeps/unix/bsd/tcdrain.c: ... here.
16790 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16791 * sysdeps/unix/bsd/tcgetattr.c: ... here.
16792 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16793 * sysdeps/unix/bsd/tcsetattr.c: ... here.
16794 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16795 * sysdeps/unix/bsd/wait.c: ... here.
16796 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16797 * sysdeps/unix/bsd/wait3.c: ... here.
16798 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16799 * sysdeps/unix/bsd/waitpid.c: ... here.
16800
5b0626b9
JM
168012013-12-21 Joseph Myers <joseph@codesourcery.com>
16802
16803 [BZ #16356]
16804 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16805 round-to-nearest for [!USE_AS_EXPM1L].
16806 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16807 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
16808 more tests of exp and exp10. Expect some exp10 tests to miss
16809 exceptions or fail in directed rounding modes.
16810 * math/auto-libm-test-out: Regenerated.
16811 * math/libm-test.inc (exp10_tonearest_test_data): New array.
16812 (exp10_test_tonearest): New function.
16813 (exp10_towardzero_test_data): New array.
16814 (exp10_test_towardzero): New function.
16815 (exp10_downward_test_data): New array.
16816 (exp10_test_downward): New function.
16817 (exp10_upward_test_data): New array.
16818 (exp10_test_upward): New function.
16819 (main): Call the new functions.
16820 * sysdeps/i386/fpu/libm-test-ulps: Update.
16821 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16822
7fda5682
JM
168232013-12-20 Joseph Myers <joseph@codesourcery.com>
16824
31e3a405
JM
16825 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16826 asinh, atan, atan2, atanh, cbrt, cos and cosh.
16827 * math/auto-libm-test-out: Regenerated.
16828 * math/libm-test.inc (acosh_test_data): Add more tests.
16829 (atanh_test_data): Likewise.
16830 (ceil_test_data): Likewise.
16831 (copysign_test_data): Likewise.
16832 * sysdeps/i386/fpu/libm-test-ulps: Update.
16833 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16834
85bff96a
JM
16835 * timezone/checktab.awk: Update from tzcode 2013i.
16836 * timezone/private.h: Likewise.
16837 * timezone/scheck.c: Likewise.
16838 * timezone/tzfile.h: Likewise.
16839 * timezone/tzselect.ksh: Likewise.
16840 * timezone/zdump.c: Likewise.
16841 * timezone/zic.c: Likewise.
16842
b7867a3b
JM
16843 * math/auto-libm-test-in: Add tests of cpow.
16844 * math/auto-libm-test-out: Regenerated.
16845 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 16846 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
16847 mpc_cc_c.
16848 (func_calc_desc): Add mpc_cc_c union field.
16849 (test_functions): Add cpow.
16850 (special_fill_2pi): New function.
16851 (special_real_inputs): Add 2pi.
16852 (calc_generic_results): Handle mpc_cc_c.
16853 * sysdeps/i386/fpu/libm-test-ulps: Update.
16854 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16855
7fda5682
JM
16856 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16857 csqrt, ctan and ctanh.
16858 * math/auto-libm-test-out: Regenerated.
16859 * math/libm-test.inc (TEST_COND_x86_64): New macro.
16860 (TEST_COND_x86): Likewise.
16861 (ccos_test_data): Use AUTO_TESTS_c_c.
16862 (ccosh_test_data): Likewise.
16863 (cexp_test_data): Likewise.
16864 (clog_test_data): Likewise.
16865 (csqrt_test_data): Likewise.
16866 (ctan_test_data): Likewise.
16867 (ctan_tonearest_test_data): Likewise.
16868 (ctan_towardzero_test_data): Likewise.
16869 (ctan_downward_test_data): Likewise.
16870 (ctan_upward_test_data): Likewise.
16871 (ctanh_test_data): Likewise.
16872 (ctanh_tonearest_test_data): Likewise.
16873 (ctanh_towardzero_test_data): Likewise.
16874 (ctanh_downward_test_data): Likewise.
16875 (ctanh_upward_test_data): Likewise.
16876 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16877 mpc_c_c.
16878 (func_calc_desc): Add mpc_c_c union field.
16879 (FUNC_mpc_c_c): New macro.
16880 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16881 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16882 ctanh.
16883 (special_fill_min_subnorm_p120): New function.
16884 (special_real_inputs): Add min_subnorm_p120.
16885 (calc_generic_results): Handle mpc_c_c.
16886 * sysdeps/i386/fpu/libm-test-ulps: Update.
16887 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16888
5ff8d60e
SP
168892013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16890
57f41c40
AS
16891 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16892 (do_sin_slow): New functions.
16893 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16894 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 16895
84ba214c
SP
16896 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16897 Use M to change sign of result instead of X. Assume X is
16898 positive.
16899 (csloww1): Likewise.
16900 (__sin): Adjust.
16901 (__cos): Adjust.
16902
975195e4
SP
16903 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16904 arguments A and DA.
16905 (__sin): Adjust.
16906 (__cos): Likewise.
16907
5ff8d60e
SP
16908 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16909 (__cos): Likewise.
16910 (sloww1): Don't adjust sign of DX.
16911 (csloww1): Likewise.
16912 (sloww2): Use X directly and don't adjust sign of DX.
16913 (csloww2): Likewise.
16914
eb983568
JM
169152013-12-19 Joseph Myers <joseph@codesourcery.com>
16916
64a17f1a
JM
16917 * math/auto-libm-test-in: Add tests of cabs and carg.
16918 * math/auto-libm-test-out: Regenerated.
16919 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16920 (carg_test_data): Likewise.
16921 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16922 mpc_c_f.
16923 (func_calc_desc): Add mpc_c_f union field.
16924 (test_functions): Add cabs and carg.
16925 (calc_generic_results): Handle mpc_c_f.
16926
eb983568
JM
16927 * sysdeps/powerpc/powerpc32/libgcc-compat.S
16928 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16929 as a macro and a compat symbol.
16930 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16931 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16932 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16933 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16934 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16935 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16936 not use .hidden.
16937 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16938 Likewise.
16939 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16940 Likewise.
16941 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16942 Likewise.
16943 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16944 Likewise.
16945 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16946 Likewise.
16947 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16948 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16949 from GLIBC_2.3.2.
16950
6eeb678a
AZ
169512013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16952
16953 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16954
6f6fc482
JM
169552013-12-19 Joseph Myers <joseph@codesourcery.com>
16956
21fea2e2
JM
16957 * manual/texinfo.tex: Update to version 2013-11-26.10 with
16958 trailing whitespace removed.
16959 * scripts/config.guess: Update to version 2013-11-29.
16960 * scripts/config.sub: Update to version 2013-10-01.
16961
6f6fc482
JM
16962 * math/auto-libm-test-in: Add tests of sincos.
16963 * math/auto-libm-test-out: Regenerated.
16964 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16965 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16966 mpfr_f_11.
16967 (func_calc_desc): Add mpfr_f_11 union field.
16968 (test_functions): Add sincos.
16969 (calc_generic_results): Handle mpfr_f_11.
16970 * sysdeps/i386/fpu/libm-test-ulps: Update.
16971 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16972
83f5c32d
AS
169732013-12-19 Andreas Schwab <schwab@suse.de>
16974
16975 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16976 CALL_MCOUNT.
16977 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16978 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16979 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16980
c688b419
JM
169812013-12-19 Joseph Myers <joseph@codesourcery.com>
16982
335ee092
JM
16983 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16984 * sysdeps/i386/fpu/libm-test-ulps: Update.
16985 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16986
f88acd39
JM
16987 [BZ #16293]
16988 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16989 round-to-nearest mode when using frndint.
16990 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16991 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16992 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16993 Likewise.
16994 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
16995 sinh test to fail.
16996 * math/auto-libm-test-out: Regenerated.
16997 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16998 (TEST_COND_x86): Likewise.
16999 (expm1_tonearest_test_data): New array.
17000 (expm1_test_tonearest): New function.
17001 (expm1_towardzero_test_data): New array.
17002 (expm1_test_towardzero): New function.
17003 (expm1_downward_test_data): New array.
17004 (expm1_test_downward): New function.
17005 (expm1_upward_test_data): New array.
17006 (expm1_test_upward): New function.
17007 (main): Run the new test functions.
17008 * sysdeps/i386/fpu/libm-test-ulps: Update.
17009 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17010
c688b419
JM
17011 * include/features.h: Update comment documenting feature test
17012 macros. Mention _DEFAULT_SOURCE in comment.
17013 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17014 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17015 _BSD_SOURCE and _SVID_SOURCE.
17016 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17017 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17018 !_SVID_SOURCE]: Likewise.
17019 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17020 (__USE_POSIX_IMPLICITLY): Define.
17021 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17022 (_POSIX_SOURCE): Undefine and redefine.
17023 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17024 (_POSIX_C_SOURCE): Likewise.
17025 * manual/creature.texi (_DEFAULT_SOURCE): Document.
17026 (Feature Test Macros): Update documentation of default features.
17027
9f6e964c
RS
170282013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17029
17030 * benchtests/Makefile: Add bench-strtok.
17031 * benchtests/bench-strtok.c: New file: strtok benchtest.
17032
ee0a148a
AM
170332013-12-19 Allan McRae <allan@archlinux.org>
17034
17035 * manual/install.texi: Suppress menu for plain text output.
17036 * INSTALL: Regenerated.
17037
b9ab448f
BM
170382013-12-18 Brooks Moses <bmoses@google.com>
17039
17040 [BZ #15846]
17041 * misc/getauxval.c: Include errno.h.
17042 (__getauxval): Set errno to ENOENT if the requested type is not
17043 found.
17044 * misc/sys/auxv.h (getauxval): Document that it may set errno;
17045 don't declare with __attribute_const__.
17046 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17047 * manual/startup.texi: Document that getauxval sets errno.
17048
23776487
JM
170492013-12-18 Joseph Myers <joseph@codesourcery.com>
17050
f889953b
JM
17051 * math/auto-libm-test-in: Add tests of jn and yn.
17052 * math/auto-libm-test-out: Regenerated.
17053 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17054 (yn_test_data): Likewise.
17055 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17056 mpfr_if_f.
17057 (func_calc_desc): Add mpfr_if_f union field.
17058 (FUNC_mpfr_if_f): New macro.
17059 (test_functions): Add jn and yn.
17060 (calc_generic_results): Assert type of second input for
17061 mpfr_ff_f. Handle mpfr_if_f.
17062 (output_for_one_input_case): Disable all checking for arguments
17063 fitting floating-point types in case of an integer argument.
17064 * sysdeps/i386/fpu/libm-test-ulps: Update.
17065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17066
23776487
JM
17067 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17068 Don't expect fegetround reference in libm.so.
17069
cb756c6d
MS
170702013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
17071
17072 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17073 $(config-cflags-nofma).
17074
2dec468f
JM
170752013-12-18 Joseph Myers <joseph@codesourcery.com>
17076
5953eb3a
JM
17077 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17078 * math/auto-libm-test-out: Regenerated.
17079
2dec468f
JM
17080 [BZ #16338]
17081 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17082 to determine exponent and adjust argument to have exponent of -1.
17083 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17084 log2.
17085 * math/auto-libm-test-out: Regenerated.
17086 * sysdeps/i386/fpu/libm-test-ulps: Update.
17087 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17088
4d84e6ad
OB
170892013-12-18 Ondřej Bílka <neleai@seznam.cz>
17090
17091 * manual/probes.texi: Remove cases when per-thread arenas are
17092 disabled.
17093
1818483b
AS
170942013-12-18 Andreas Schwab <schwab@suse.de>
17095
17096 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17097 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17098 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17099 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17100 * sysdeps/i386/i686/multiarch/Makefile: Update.
17101 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17102
25de95bf
JM
171032013-12-17 Joseph Myers <joseph@codesourcery.com>
17104
17105 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17106 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17107
674762d9
PE
171082013-12-17 Paul Eggert <eggert@cs.ucla.edu>
17109
ed27ed83 17110 [BZ #15968]
0748546f
PE
17111 Support TZ transition times < 00:00:00.
17112 This is needed for version-3 tz-format files; it supports time
17113 stamps past 2037 for America/Godthab (the only entry in the tz
17114 database for which this change is relevant).
17115 * manual/time.texi (TZ Variable): Document transition times
17116 from -167:59:59 through -00:00:01.
17117 * time/tzset.c (tz_rule): Time of day is now signed.
17118 (__tzset_parse_tz): Parse negative time of day.
17119
4480e934
PE
17120 Document TZ transition times >= 25:00:00.
17121 * manual/time.texi (TZ Variable): Document transition times from
17122 25:00:00 through 167:59:59. These are already supported, and this
17123 support will help with version-3 tz-format files.
17124
69947401
PE
17125 * manual/time.texi (TZ Variable): Modernize North America example
17126 to reflect current (i.e., 2007-and-later) daylight saving rules.
17127
674762d9
PE
17128 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17129
7011c262
JM
171302013-12-17 Joseph Myers <joseph@codesourcery.com>
17131
2fc6557e
JM
17132 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17133 * sysdeps/unix/bsd/bits/stat.h: Likewise.
17134 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17135 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17136 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17137 * sysdeps/unix/bsd/bsdstat.h: Likewise.
17138 * sysdeps/unix/bsd/clock.c: Likewise.
17139 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17140 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17141 * sysdeps/unix/bsd/init-posix.c: Likewise.
17142 * sysdeps/unix/bsd/poll.c: Likewise.
17143 * sysdeps/unix/bsd/ptsname.c: Likewise.
17144 * sysdeps/unix/bsd/seekdir.c: Likewise.
17145 * sysdeps/unix/bsd/setegid.c: Likewise.
17146 * sysdeps/unix/bsd/seteuid.c: Likewise.
17147 * sysdeps/unix/bsd/setgid.c: Likewise.
17148 * sysdeps/unix/bsd/setrgid.c: Likewise.
17149 * sysdeps/unix/bsd/setruid.c: Likewise.
17150 * sysdeps/unix/bsd/setsid.c: Likewise.
17151 * sysdeps/unix/bsd/setuid.c: Likewise.
17152 * sysdeps/unix/bsd/sigaction.c: Likewise.
17153 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17154 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17155 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17156 * sysdeps/unix/bsd/telldir.c: Likewise.
17157 * sysdeps/unix/bsd/times.c: Likewise.
17158 * sysdeps/unix/bsd/usleep.c: Likewise.
17159
029c7b25
JM
17160 * misc/Makefile (install-lib): Remove libbsd-compat.a.
17161 ($(objpfx)libbsd-compat.a): Remove rule.
17162
7011c262
JM
17163 * include/features.h (__FAVOR_BSD): Do not define.
17164 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17165 features conflicting with POSIX.
17166 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17167 (_BSD_SOURCE): Remove description of not being a subset of other
17168 feature test macros.
17169 * manual/job.texi (getpgrp): Do not document BSD version.
17170 (getpgid): Do not document by reference to BSD getpgrp.
17171 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17172 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17173 * signal/signal.h [__FAVOR_BSD]: Likewise.
17174 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17175 instead of making contents conditional on [__FAVOR_BSD].
17176 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17177
affb6f78
AZ
171782013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17179
17180 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17181
c88769dd
JM
171822013-12-17 Joseph Myers <joseph@codesourcery.com>
17183
6432a540
JM
17184 [BZ #16314]
17185 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17186 values below 2**-450, not 2**-500.
17187 * math/auto-libm-test-in: Don't allow spurious underflow from
17188 hypot.
17189 * math/auto-libm-test-out: Regenerated.
17190
c88769dd
JM
17191 [BZ #16316]
17192 [BZ #16330]
17193 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17194 values of ha and hb and sort them after adjusting subnormal
17195 arguments.
17196 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17197 Likewise.
17198 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17199 values of ea and eb and sort them after adjusting subnormal
17200 arguments.
17201 * math/auto-libm-test-in: Do not expect some hypot tests of
17202 subnormals to fail. Add more hypot tests.
17203 * math/auto-libm-test-out: Regenerated.
17204
29618f6b
KK
172052013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17206
17207 [BZ #13304]
17208 * sysdeps/sh/s_fma.c: New file.
17209 * sysdeps/sh/s_fmaf.c: New file.
17210 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
17211 version.
17212 * sysdeps/sh/Implies: Add sh/soft-fp.
17213
eacfdfbf
RM
172142013-12-16 Roland McGrath <roland@hack.frob.com>
17215
17216 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
17217 level of indirection to members `objname', `errstring', `malloced'.
17218 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17219 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
17220 it as the __longjmp argument (just pass 1 instead).
17221 (_dl_catch_error): Initialize C with argument pointers and address of
17222 volatile local ERRCODE rather than copying values out of C at return.
17223
ff362e5b
JM
172242013-12-16 Joseph Myers <joseph@codesourcery.com>
17225
17226 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17227 * math/auto-libm-test-out: Regenerated.
17228 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17229 (hypot_test_data): Likewise.
17230 (pow_test_data): Likewise.
17231 (pow_tonearest_test_data): Likewise.
17232 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17233 mpfr_ff_f.
17234 (func_calc_desc): Add mpfr_ff_f union field.
17235 (FUNC_mpfr_ff_f): New macro.
17236 (test_functions): Add atan2, hypot and pow.
17237 (special_fill_min): New function.
17238 (special_fill_minus_min): Likewise.
17239 (special_fill_min_subnorm): Likewise.
17240 (special_fill_minus_min_subnorm): Likewise.
17241 (special_real_inputs): Add min, -min, min_subnorm and
17242 -min_subnorm.
17243 (calc_generic_results): Handle mpfr_ff_f.
17244 * sysdeps/i386/fpu/libm-test-ulps: Update.
17245 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17246
5764c27f
WN
172472013-12-16 Will Newton <will.newton@linaro.org>
17248
17249 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17250 (Aligned Memory Blocks): Add documentation for aligned_alloc
17251 and suggest it as an alternative to posix_memalign.
17252 (Hooks for Malloc): Document __memalign_hook is also called
17253 for aligned_alloc. (Summary of Malloc): Add summary for
17254 aligned alloc. Document __memalign_hook is also called
17255 for aligned_alloc.
17256
0a096e44
WN
172572013-12-16 Will Newton <will.newton@linaro.org>
17258
17259 * manual/memory.texi (Malloc Examples): Clarify default
17260 alignment documentation. Suggest posix_memalign rather
17261 than memalign or valloc.
17262 (Aligned Memory Blocks): Remove suggestion to use memalign
17263 or valloc. Remove obsolete comment about BSD.
17264 Document memalign errno values and mark the function obsolete.
17265 Document posix_memalign returned error codes. Mark valloc
17266 as obsolete. (Hooks for Malloc): __memalign_hook is also
17267 called for posix_memalign and valloc.
17268 (Summary of Malloc): Add posix_memalign to function summary.
17269 __memalign_hook is also called for posix_memalign and valloc.
17270
8d561986
SP
172712013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
17272
17273 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17274 TAYLOR_SIN.
17275 (__sin): Adjust.
17276 (__cos): Likewise.
17277 (sloww): Use mynumber union. Expand ternary operator into
17278 if-else statements.
17279 (cslow): use mynumber union.
17280
73616a74
AM
172812013-12-16 Allan McRae <allan@archlinux.org>
17282
9e8ac24b
AM
17283 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17284 * configure: Regenerated.
17285
6f8e37eb
AM
17286 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17287
8894bad3
AM
17288 [BZ #14120]
17289 * configure.ac: Added --enable-maintainer-mode. Check for
17290 autoconf when enabled.
17291 * configure: Regenerated.
17292
73616a74
AM
17293 * nscd/nscd.service: New file.
17294 * nscd/nscd.tmpfiles: New file.
17295
584b18eb
OB
172962013-12-14 Ondřej Bílka <neleai@seznam.cz>
17297
17298 [BZ #12100]
17299 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17300 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17301 * sysdeps/x86_64/multiarch/strstr.c: ... here.
17302 (strstr): Add __strstr_sse2_unaligned ifunc.
17303 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17304 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17305 (strcasestr): Remove __strcasestr_sse42 ifunc.
17306 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17307 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17308 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17309
8a5c7897
KK
173102013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17311
17312 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17313 * sysdeps/sh/bits/fenv.h: ... here.
17314 * sysdeps/sh/sh4/fpu/bits: Remove directory.
17315
fd712ef3
AZ
173162013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17317
17318 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17319
42fcb46c
AZ
17320 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17321 hypotf multiarch implementations.
17322 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17323 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17324 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17325 multiarch hypot for PPC64.
17326 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17327 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17328 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17329 multiarch hypotf for PPC64.
17330
83efded4
AZ
17331 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17332 modff multiarch implementations.
17333 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17334 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17335 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17336 multiarch modf for PPC64.
17337 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17338 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17339 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17340 multiarch modff for PPC64.
17341
43e246d2
AZ
17342 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17343 and logl multiarch implementations.
17344 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17345 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17346 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17347 multiarch logb for PPC64.
17348 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17349 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17350 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17351 multiarch logb for PPC64.
17352 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17353 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17354 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17355 multiarch logb for PPC64.
17356
8fdad123
AZ
17357 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17358 isinff multiarch implementation.
17359 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17360 file.
17361 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17362 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17363 multiarch isinf for PPC64.
17364 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17365 file.
17366 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17367 multiarch isinff for PPC64.
17368
1481d706
AZ
17369 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17370 finitef multiarch implementation.
17371 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17372 file.
17373 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17374 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17375 multiarch finite for PPC64.
17376 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17377 file.
17378 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17379 multiarch finitef for PPC64.
17380
5ccd5fc8
AZ
17381 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17382 lrint multiarch implementation.
17383 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17384 file.
17385 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17386 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17387 multiarch llrint for PPC64.
17388 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17389 multiarch lrint for PPC64.
17390
2568f3fa
AZ
17391 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17392 copysignf multiarch implementation.
17393 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17394 file.
17395 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17396 file.
17397 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17398 multiarch copysign for PPC64.
17399 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17400 multiarch copysignf for PPC64.
17401
1cb341fd
AZ
17402 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17403 multiarch implementation.
17404 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17405 file.
17406 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17407 file.
17408 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17409 file.
17410 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17411 file.
17412 multiarch llround for PPC64.
17413 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17414 multiarch trunc for PPC64.
17415 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17416 multiarch truncf for PPC64.
17417
59a3e194
AZ
17418 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17419 multiarch implementation.
17420 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17421 file.
17422 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17423 file.
17424 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17425 file.
17426 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17427 file.
17428 multiarch llround for PPC64.
17429 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17430 multiarch round for PPC64.
17431 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17432 multiarch roundf for PPC64.
17433
357fd3b4
AZ
17434 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17435 multiarch implementation.
17436 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17437 file.
17438 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17439 file.
17440 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17441 file.
17442 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17443 file.
17444 multiarch llround for PPC64.
17445 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17446 multiarch floor for PPC64.
17447 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17448 multiarch floorf for PPC64.
17449
96770f12
AZ
17450 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17451 multiarch implementation.
17452 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17453 file.
17454 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17455 file.
17456 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17457 file.
17458 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17459 file.
17460 multiarch llround for PPC64.
17461 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17462 multiarch ceil for PPC64.
17463 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17464 multiarch ceilf for PPC64.
17465
c3627f6e
AZ
17466 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17467 multiarch implementation.
17468 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17469 file.
17470 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17471 file.
17472 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17473 file.
17474 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17475 multiarch llround for PPC64.
17476 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17477 multiarch lround for PPC64.
17478
b2284ad7
AZ
17479 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17480 multiarch implementation.
17481 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17482 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17483 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17484 file.
17485 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17486 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17487 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17488 multiarch isnan for PPC64.
17489 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17490 multiarch isnanf for PPC64.
17491
69bbc63d
AZ
17492 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17493 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17494 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17495 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17496 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17498
c24517c9
AZ
17499 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17500 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17501 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17502 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17503
a52374e8
AZ
17504 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17505 multiarch implementations.
17506 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17507 (__libc_ifunc_impl_list): Likewise.
17508 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17509 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17510 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17511 multiarch stpcpy for PPC64.
17512
7f5ec113
AZ
17513 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17514 multiarch implementations.
17515 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17516 (__libc_ifunc_impl_list): Likewise.
17517 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17518 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17519 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17520 multiarch strcpy for PPC64.
17521
e28bcd42
AZ
17522 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17523 redefine function name.
17524 (_wordcopy_fwd_dest_aligned): Likewise.
17525 (_wordcopy_bwd_aligned): Likewise.
17526 (_wordcopy_bwd_dest_aligned): Likewise.
17527 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17528 multiarch implementations.
17529 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17530 (__libc_ifunc_impl_list): Likewise.
17531 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17532 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17533 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17534 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17535 multiarch wcscpy for PPC64.
17536
92cacfce
AZ
17537 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17538 multiarch implementations.
17539 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17540 (__libc_ifunc_impl_list): Likewise.
17541 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17542 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17543 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17544 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17545 multiarch wcscpy for PPC64.
17546
7b714620
AZ
17547 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17548 multiarch implementations.
17549 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17550 (__libc_ifunc_impl_list): Likewise.
17551 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17552 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17553 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17554 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17555 multiarch wcsrchr for PPC64.
17556
16fd2ae3
AZ
17557 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17558 multiarch implementations.
17559 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17560 (__libc_ifunc_impl_list): Likewise.
17561 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17562 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17563 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17564 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17565 multiarch wcschr for PPC64.
17566
9ee2969b
AZ
17567 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17568 multiarch implementations.
17569 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17570 (__libc_ifunc_impl_list): Likewise.
17571 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17572 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17573 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17574 multiarch strchrnul for PPC64.
17575
372dc060
AZ
17576 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17577 implementations.
17578 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17579 (__libc_ifunc_impl_list): Likewise.
17580 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17581 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17582 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17583 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17584 strchr for PPC64.
17585
24c2c3b9
AZ
17586 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17587 implementations.
17588 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17589 (__libc_ifunc_impl_list): Likewise.
17590 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17591 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17592 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17593 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17594 strncmp for PPC64.
17595
1c92d9a0
AZ
17596 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17597 multiarch implementations.
17598 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17599 (__libc_ifunc_impl_list): Likewise.
17600 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17601 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17602 strncasecmp for PPC64.
17603 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17604 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17605 multiarch strncasecmp_l for PPC64.
17606
17de3ee3
AZ
17607 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17608 multiarch implementations.
17609 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17610 (__libc_ifunc_impl_list): Likewise.
17611 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17612 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17613 multiarch strcasecmp for PPC64.
17614 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17615 file.
17616 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17617 multiarch strcasecmp_l for PPC64.
17618
62982bf9
AZ
17619 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17620 implementations.
17621 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17622 (__libc_ifunc_impl_list): Likewise.
17623 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17624 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17625 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17626 strnlen for PPC64.
17627
a65f4904
AZ
17628 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17629 implementations.
17630 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17631 (__libc_ifunc_impl_list): Likewise.
17632 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17633 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17634 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17635 strlen for PPC64.
17636
1fd005ad
AZ
17637 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17638 implementations.
17639 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17640 (__libc_ifunc_impl_list): Likewise.
17641 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17642 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17643 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17644 rawmemrchr for PPC64.
17645
cd05ba91
AZ
17646 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17647 implementation.
17648 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17649 (__libc_ifunc_impl_list): Likewise.
17650 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17651 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17652 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17653 memrchr for PPC64.
17654
870f8676
AZ
17655 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17656 implementation.
17657 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17658 (__libc_ifunc_impl_list): Likewise.
17659 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17660 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17661 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17662 memchr for PPC64.
17663
f00be62b
AZ
17664 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17665 implementation.
17666 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17667 (__libc_ifunc_impl_list): Likewise.
17668 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17669 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17670 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17671 mempcpy for PPC64.
17672
8a29a3d0
AZ
17673 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17674 avoid cretion of __bzero symbol.
17675 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17676 Likewise.
17677 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17678 Likewise.
17679 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17680 Likewise.
17681 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17682 multiarch implementations.
17683 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17684 (__libc_ifunc_impl_list): Likewise.
17685 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17686 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17687 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17688 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17689 bzero for PPC32.
17690 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17691 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17692 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17693 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17694 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17695 memset for PPC64.
17696 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17697
07253fcf
AZ
17698 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17699 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17700 implementations.
17701 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17702 (__libc_ifunc_impl_list): Likewise.
17703 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17704 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17705 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17706 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17707 memcmp for PPC64.
17708
b5beafbc
AZ
17709 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17710 multiarch for POWER/PPC64.
17711 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17712 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17713 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17714 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17715 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17716 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17717 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17718 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17719 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17720 memcpy for PPC64.
17721
5e6a4d4b
AZ
17722 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17723 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17724 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17725 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17726 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17727 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17728 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17729 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17730 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17731 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17732 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17733 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17734 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17735 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17736 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17737 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17738 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17739 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17740 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17742 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17743 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17744
ddfab6dc
KK
177452013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17746
17747 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17748
19b5525e
SP
177492013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17750
17751 * benchtests/Makefile (bench): Add exp2 and log2.
17752 (LDLIBS-bench-exp2): Add -lm.
17753 (LDLIBS-bench-log2): Likewise.
17754 * benchtests/exp2-inputs: New inputs file.
17755 * benchtests/log2-inputs: New inputs file.
17756 * benchtests/log-inputs: Add new inputs.
17757 * benchtests/tan-inputs: Likewise.
17758
196f7f5d
SP
177592013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17760
7a74607f
SP
17761 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17762 definition...
57f41c40
AS
17763 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17764 (csloww2): ... from here.
7a74607f 17765
196f7f5d
SP
17766 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17767 instead of structures.
17768 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17769 (POLYNOMIAL): Likewise.
17770 (TAYLOR_SLOW): Likewise.
17771 (__sin): Likewise.
17772 (__cos): Likewise.
17773 (slow1): Likewise.
17774 (slow2): Likewise.
17775 (sloww): Likewise.
17776 (sloww1); Likewise.
17777 (sloww2): Likewise.
17778 (bsloww1): Likewise.
17779 (bsloww2): Likewise.
17780 (cslow2): Likewise.
17781 (csloww): Likewise.
17782 (csloww1): Likewise.
17783 (csloww2): Likewise.
17784
0dfa665c
OB
177852013-12-10 Ondřej Bílka <neleai@seznam.cz>
17786
17787 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
17788 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17789 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
17790 * malloc/hooks.c (realloc_check): Likewise.
17791
5782a80f
OB
17792 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17793 * malloc/arena.c: Remove PER_THREAD conditional.
17794 [!PER_THREAD]: Remove code.
17795 (ptmalloc_unlock_all2): Likewise.
17796 (ptmalloc_init): Likewise.
17797 (_int_new_arena): Likewise.
17798 (arena_get2): Likewise.
17799 * malloc/hooks.c (__malloc_get_state): Likewise.
17800 (__malloc_set_state): Likewise.
17801 * malloc/malloc.c: Likewise.
17802 (struct malloc_state): Likewise.
17803 (struct malloc_par): Likewise.
17804 (__libc_realloc): Likewise.
17805 (__libc_mallopt): Likewise.
17806
aeb95445
AZ
178072013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17808
17809 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17810
e8349efd
OB
178112013-12-09 Ondřej Bílka <neleai@seznam.cz>
17812
17813 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17814 macro to a function. Check for zero perturb_byte.
17815 (_int_malloc, _int_free): Remove zero perturb_byte checks.
17816
f3eeb3fc 17817 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
17818 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17819 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
17820 force_reg by atomic_forced_read.
17821 * malloc/arena.c (ptmalloc_init): Likewise.
17822 * malloc/hooks.c (top_check): Likewise.
17823
be2f9009
AZ
178242013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17825
17826 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17827
e7b914bd
MT
178282013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
17829
17830 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17831
9f0be4f8
JM
178322013-12-08 Joseph Myers <joseph@codesourcery.com>
17833
17834 * math/auto-libm-test-in: Add tests of lgamma.
17835 * math/auto-libm-test-out: Regenerated.
17836 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17837 (M_LOG_2_SQRT_PIl): Likewise.
17838 (lgamma_test_data): Use AUTO_TESTS_f_f1.
17839 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17840 mpfr_f_f1.
17841 (func_calc_desc): Add mpfr_f_f1 union field.
17842 (ARGS1): New macro.
17843 (ARGS2): Likewise.
17844 (ARGS3): Likewise.
17845 (ARGS4): Likewise.
17846 (RET1): Likewise.
17847 (RET2): Likewise.
17848 (CALC): Likewise.
17849 (FUNC): Likewise.
17850 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17851 (test_functions): Add lgamma.
17852 (calc_generic_results): Handle mpfr_f_f1.
17853 * sysdeps/i386/fpu/libm-test-ulps: Update.
17854 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17855
24eeafdb
AZ
178562013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17857
17858 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17859 __mpn_add_n for PowerPC64/POWER7.
17860 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17861 __mpn_sub_n for PowerPC64/POWER7.
17862
4a2c0fd4
AZ
17863 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17864 __mpn_addmul_1 for PowerPC64.
17865 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17866 __mpn_submul_1 for PowerPC64.
17867 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17868 for PowerPC64.
17869 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17870 for PowerPC64.
17871
4b5b548c
FS
178722013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
17873
17874 [BZ #15089]
17875 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17876
0a3ac0aa
AZ
178772013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17878
17879 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17880
ccdc8438
AZ
17881 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17882 add multiarch folders.
17883 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17884 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17885 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17886 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17887 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17888 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17889 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17890 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17891 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17892 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17893 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17895 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17896 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17897 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17899 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17900
2e973d99
AZ
17901 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17902 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17903 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17904 New file.
17905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17906 New file.
17907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17908 multiarch __ieee754_hypot for PowerPC32.
17909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17910 New file.
17911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17912 New file.
17913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17914 multiarch __ieee754_hypotf for PowerPC32.
17915
2d9470b2
AZ
17916 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17917 long_double_symbol only if __logbl is defined.
17918 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17919 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17920 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17921 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17922 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17923 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17924 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17925 path for implementation.
17926 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17927 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17929 logb, and logbl multiarch implementations for PowerPC32.
17930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17931 file.
17932 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17933 file.
17934 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17935 multiarch logb for PowerPC32.
17936 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17937 file.
17938 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17939 file.
17940 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17941 multiarch logbf for PowerPC32.
17942 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17944 file.
17945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17946 multiarch logbl implementation for PowerPC32.
17947
5212ffce
AZ
17948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17949 and modff multiarch implementations.
17950 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17951 New file.
17952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17953 New file.
17954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17955 multiarch modf for PowerPC32.
17956 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17957 New file.
17958 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17959 New file.
17960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17961 multiarch modff for PowerPC32.
17962
79dccf31
AZ
17963 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17964 and lrintf multiarch implementations.
17965 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17966 New file.
17967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17968 New file.
17969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17970 multiarch lrint for PowerPC32.
17971 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17972 file: multiarch lrintf for PowerPC32.
17973
deb66480
AZ
17974 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17975 and lroundf multiarch implementations.
17976 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17977 New file.
17978 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17979 New file.
17980 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17981 New file.
17982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17983 multiarch lround for PowerPC32.
17984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17985 file: multiarch lroundf for PowerPC32.
17986
264b036b
AZ
17987 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17988 copysign and copysignf multiarch implementations.
17989 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17990 New file.
17991 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17992 New file.
17993 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17994 file: multiarch copysign for PowerPC32.
17995 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17996 file: multiarch copysignf for PowerPC32.
17997
d47db6c9
AZ
17998 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17999 and truncf multiarch implementations.
18000 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18001 New file.
18002 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18003 file.
18004 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18005 multiarch trunc for PowerPC32.
18006 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18007 New file.
18008 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18009 New file.
18010 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18011 multiarch truncf for PowerPC32.
18012
ddb60b5a
AZ
18013 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18014 and roundf multiarch implementations.
18015 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18016 New file.
18017 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18018 file.
18019 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18020 multiarch round for PowerPC32.
18021 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18022 New file.
18023 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18024 New file.
18025 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18026 multiarch roundf for PowerPC32.
18027
bedcf49b
AZ
18028 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18029 and floorf multiarch implementations.
18030 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18031 New file.
18032 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18033 file.
18034 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18035 multiarch floor for PowerPC32.
18036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18037 New file.
18038 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18039 New file.
18040 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18041 multiarch floorf for PowerPC32.
18042
35ae5b40
AZ
18043 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18044 and ceilf multiarch implementations.
18045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18046 New file.
18047 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18048 file.
18049 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18050 multiarch ceil for PowerPC32.
18051 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18052 New file.
18053 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18054 file.
18055 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18056 multiarch ceilf for PowerPC32.
18057
ae1a4cd9
AZ
18058 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18059 is defined.
18060 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18061 FINITEF is defined.
18062 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18063 and finitef multiarch implementations.
18064 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18065 New file.
18066 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18067 file.
18068 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18069 multiarch finite for PowerPC32.
18070 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18071 New file.
18072 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18073 file: multiarch finitef for PowerPC32.
18074
64fffd65
AZ
18075 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18076 and isinff multiarch implementations.
18077 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18078 file.
18079 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18080 file.
18081 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18082 multiarch isinf for PowerPC32.
18083 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18084 New file.
18085 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18086 multiarch isinff for PowerPC32.
18087
8e4e7ba2
AZ
18088 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18089 alias when __isnan is defined.
18090 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18091 and isnanf multiarch implementations.
18092 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18093 file.
18094 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18095 file.
18096 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18097 file.
18098 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18099 file.
18100 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18101 multiarch isnan for PowerPC32.
18102 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18103 New file.
18104 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18105 New file.
18106 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18107 multiarch isnanf for PowerPC32.
18108
ddba588e
AZ
18109 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18110 and sqrtf multiarch implementations.
18111 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18112 file.
18113 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18114 file.
18115 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18116 multiarch sqrt for PowerPC32.
18117 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18118 file.
18119 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18120 file.
18121 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18122 multiarch sqrtf for PowerPC32.
18123
0f96a2f0
AZ
18124 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18125 and llroundf multiarch implementations.
18126 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18127 New file.
18128 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18129 New file.
18130 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18131 New file.
18132 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18133 file: multiarch llround for PowerPC32.
18134 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18135 file: multiarch llroundf for PowerPC32.
18136
c9b5d79e
AZ
18137 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18138 multiarch PowerPC32 fpu implementations.
18139 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18140 New file.
18141 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18142 New file.
18143 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18144 multiarch llrint for PowerPC32.
18145 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18146 New file.
18147 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18148 New file.
18149 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18150 file.
18151
9cbb3aab
AZ
18152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18153
ea5a72f8
AZ
18154 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18155 file.
18156 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18157 file.
18158 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18159 file.
18160 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18161 multiarch wordcopy for PPC32.
18162 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18163 wordcopy objects.
18164 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18165 (__libc_ifunc_impl_list): Likewise.
18166 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18167 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18168 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18169 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18170 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18171 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18172
93be09e7
AZ
18173 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18174 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18175 file.
18176 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18177 file.
18178 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18179 file.
18180 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18181 multiarch wcscpy for PPC32.
18182 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18183 multiarch objects.
18184 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18185 (__libc_ifunc_impl_list): Likewise.
18186 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18187 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18188 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18189 sysdeps/powerpc/power6/wcscpy.c.
18190
bb04e529
AZ
18191 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18192 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18193 file.
18194 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18195 file.
18196 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18197 file.
18198 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18199 multiarch wcsrchr for PPC32.
18200 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18201 multiarch objects.
18202 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18203 (__libc_ifunc_impl_list): Likewise.
18204 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18205 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18206 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18207 sysdeps/powerpc/power6/wcsrchr.c.
18208
05b5cd1c
AZ
18209 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18210 file.
18211 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18212 file.
18213 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18214 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18215 multiarch wcschr for PPc32.
18216 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18217 multiarch objects.
18218 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18219 (__libc_ifunc_impl_list): Likewise.
18220 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18221 * sysdeps/powerpc/power6/wcschr.c: ... to here.
18222 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18223 sysdeps/powerpc/power6/wcschr.c.
18224
ba964147
AZ
18225 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18226 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18227 file.
18228 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18229 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18230 file: multiarch strchr for PPC32.
18231 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18232 multiarch objects.
18233 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18234 (__libc_ifunc_impl_list): Likewise.
18235
31c81aaa
AZ
18236 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18237 name.
18238 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18239 file.
18240 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18241 file.
18242 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18243 multiarch strchrnul for PPC32.
18244 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18245 multiarch objects.
18246 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18247 (__libc_ifunc_impl_list): Likewise.
18248
0d0607d9
AZ
18249 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18250 file.
18251 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18252 multiarch strncasecmp for PPC32.
18253 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18254 file.
18255 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18256 multiarch strncasecmp_l for PPC32.
18257 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18258 strncasecmp multiarch objects.
18259 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18260 (__libc_ifunc_impl_list): Likewise.
18261
4dfd5c86
AZ
18262 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18263 file.
18264 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18265 multiarch strncasecmp for PPC32.
18266 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18267 New file.
18268 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18269 multiarch strcasecmp_l for PPC32.
18270 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18271 multiarch objects.
18272 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18273 (__libc_ifunc_impl_list): Likewise.
18274
a19e01a3
AZ
18275 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18276 file.
18277 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18278 file.
18279 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18280 multiarch strncmp for PPC32.
18281 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18282 multiarch objects.
18283 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18284 (__libc_ifunc_impl_list): Likewise.
18285
ae9cf7a2
AZ
18286 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18287 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18288 file.
18289 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18290 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18291 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18292 multiarch objects.
18293 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18294 (__libc_ifunc_impl_list): Likewise.
18295
3148bb7d
AZ
18296 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18297 file.
18298 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18299 file.
18300 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18301 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18302 multiarch objects.
18303 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18304 (__libc_ifunc_impl_list): Likewise.
18305
7af8b946
AZ
18306 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18307 file.
18308 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18309 file.
18310 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18311 multiarch rawmemchr for PPC32.
18312 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18313 multiarch objects.
18314 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18315 (__libc_ifunc_impl_list): Likewise.
18316
03a6aa6a
AZ
18317 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18318 file.
18319 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18320 file.
18321 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18322 file: memrchr multiarch for PPC32.
18323 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18324 multiarch objects.
18325 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18326 (__libc_ifunc_impl_list): Likewise.
18327
1c62e6d9
AZ
18328 * string/memchr.c (__memchr): Using macro to redefine symbol name.
18329 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18330 file.
18331 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18332 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18333 multiarch memchr for PPC32.
18334 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18335 multiarch objects.
18336 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18337 (__libc_ifunc_impl_list): Likewise.
18338
87da8bdb
AZ
18339 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18340 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18341 file.
18342 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18343 file.
18344 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18345 file: multiarch mempcpy for PPC32.
18346 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18347 multiarch objects.
18348 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18349 (__libc_ifunc_impl_list): Likewise.
18350
20ed4714
AZ
18351 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18352 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18353 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18354 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18355 multiarch bzero for PPC32.
18356 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18357 file.
18358 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18359 file.
18360 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18361 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18362 file: multiarch memset for PPC32.
18363 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18364 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18365 memset multiarch objects.
18366 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18367 (__libc_ifunc_impl_list): Likewise.
18368
ab3e3a46
AZ
18369 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18370 file.
18371 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18372 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18373 memcmp for PPC32.
18374 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18375 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18376 multiarch objects.
18377 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18378 (__libc_ifunc_impl_list): Likewise.
18379
930de6f0
AZ
18380 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18381 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18382 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18383 file.
18384 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18385 file.
18386 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18387 file.
18388 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18389 multiarch memcpy for PPC32.
18390 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18391 multiarch objects.
18392 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18393 (__libc_ifunc_impl_list): Likewise.
18394
4c628e00
AZ
18395 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18396 support multiarch for POWER/PPC32.
18397 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18398 Likewise.
18399 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18401 Implies file to make multiarch folder appers before the fpu and
18402 default folder for power4 configuration.
18403
f4479220
SP
184042013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18405
18406 * scripts/bench.pl: Append volatile keyword to type.
18407
8517800f
KK
184082013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18409
18410 * sysdeps/sh/sotruss-lib.c: New file.
18411 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18412
180138f1
AZ
184132013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18414
18415 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18416
bbf37bdc
JM
184172013-12-05 Joseph Myers <joseph@codesourcery.com>
18418
e47cc4e0
JM
18419 [BZ #6810]
18420 * math/w_tgamma.c: Include <errno.h>.
18421 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
18422 * math/w_tgammaf.c: Include <errno.h>.
18423 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
18424 * math/w_tgammal.c: Include <errno.h>.
18425 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
18426 * math/auto-libm-test-in: Do not allow missing errno on tgamma
18427 underflow. Add more tgamma tests.
18428 * math/auto-libm-test-out: Regenerated.
18429 * sysdeps/i386/fpu/libm-test-ulps: Update.
18430 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18431
bbf37bdc
JM
18432 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18433 sin, sinh, tan, tanh, tgamma, y0 and y1.
18434 * math/auto-libm-test-out: Regenerated.
18435 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18436 (TEST_COND_x86): Likewise.
18437 (M_E2l): Remove macro.
18438 (M_E3l): Likewise.
18439 (M_2_SQRT_PIl): Likewise.
18440 (M_SQRT_PIl): Likewise.
18441 (M_1_DIV_El): Likewise.
18442 (log_test_data): Use AUTO_TESTS_f_f.
18443 (log10_test_data): Likewise.
18444 (log1p_test_data): Likewise.
18445 (log2_test_data): Likewise.
18446 (sin_test_data): Likewise.
18447 (sin_tonearest_test_data): Likewise.
18448 (sin_towardzero_test_data): Likewise.
18449 (sin_downward_test_data): Likewise.
18450 (sin_upward_test_data): Likewise.
18451 (sinh_test_data): Likewise.
18452 (sinh_tonearest_test_data): Likewise.
18453 (sinh_towardzero_test_data): Likewise.
18454 (sinh_downward_test_data): Likewise.
18455 (sinh_upward_test_data): Likewise.
18456 (tan_test_data): Likewise.
18457 (tan_tonearest_test_data): Likewise.
18458 (tan_towardzero_test_data): Likewise.
18459 (tan_downward_test_data): Likewise.
18460 (tan_upward_test_data): Likewise.
18461 (tanh_test_data): Likewise.
18462 (tgamma_test_data): Likewise.
18463 (y0_test_data): Likewise.
18464 (y1_test_data): Likewise.
18465 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18466 (special_real_inputs): Add pi/4.
18467 * sysdeps/i386/fpu/libm-test-ulps: Update.
18468 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18469
eb5ad6b9
AZ
184702013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18471
18472 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18473 "longjmp_target" static probes.
18474 (__longjmp): Rename to __longjmp_symbol.
18475 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18476 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18477 on which longjmp to generate.
18478 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18479 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18480 probe.
18481 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18482 (__sigjmp_save): Rename to __sigjmp_save_symbol.
18483 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18484 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18485 and __sigjmp_save_symbol based on which sigsetjmp to generated.
18486 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18488 __longjmp_symbol based on which __longjmp to generate.
18489 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18490 probe.
18491 (setjmp): Rename to setjmp_symbol.
18492 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18493 (_setjmp): Rename to _setjmp_symbol.
18494 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18495 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18496 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18497 which setjmp to generate.
18498 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18499 "longjmp_target" static probes.
18500
d136c6dc
SP
185012013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18502
9298ecba
SP
18503 * benchtests/README: Add note about output arguments.
18504 * benchtests/bench-sincos.c: Remove file.
18505 * benchtests/sincos-inputs: New file.
18506 * scripts/bench.pl: Identify output arguments and define
18507 static variables for them.
18508
232983e9
SP
18509 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18510
d136c6dc
SP
18511 [BZ #15941]
18512 * Makefile (INSTALL): Add install-plain.texi as the primary
18513 dependency.
18514 * manual/install-plain.texi: New file.
18515 * manual/install.texi: Include node directive only for
18516 non-plaintext output.
18517
699ff837
JM
185182013-12-04 Joseph Myers <joseph@codesourcery.com>
18519
ab07cea8
JM
18520 * stdlib/longlong.h: Update from GCC.
18521
699ff837
JM
18522 [BZ #6807]
18523 [BZ #15901]
18524 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18525 * math/w_j0f.c (y0f): Likewise.
18526 * math/w_j0l.c (__y0l): Likewise.
18527 * math/w_j1.c (y1): Likewise.
18528 * math/w_j1f.c (y1f): Likewise.
18529 * math/w_j1l.c (__y1l): Likewise
18530 * math/w_jn.c (yn): Likewise.
18531 * math/w_jnf.c (ynf): Likewise.
18532 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18533 Bessel function pole errors in _POSIX_ mode. Use NAN as return
18534 value for Bessel function domain errors outside _SVID_ mode.
18535 Adjust sign of return value for yn (negative integer, 0).
18536 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18537 by zero in return for negative x and set sign appropriately for
18538 negative n.
18539 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18540 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18541 * math/libm-test.inc (y0_test_data): Add more tests and adjust
18542 expectations in error cases.
18543 (y1_test_data): Likewise.
18544 (yn_test_data): Likewise.
18545 * sysdeps/i386/fpu/libm-test-ulps: Update.
18546 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18547
5b118558
UW
185482013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18549
18550 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18551 "64" to "64-v1". Add "64-v2".
18552 (abi-64-options): Rename to ...
18553 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
18554 (abi-64-condition): Rename to ...
18555 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
18556 (abi-64-ld-soname): Rename to ...
18557 (abi-64-v1-ld-soname): ... this.
18558 (abi-64-v2-options): Define.
18559 (abi-64-v2-condition): Likewise.
18560 (abi-64-v2-ld-soname): Likewise.
18561 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18562 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18566
61cd8fe4
UW
185672013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18568 Alan Modra <amodra@gmail.com>
18569
18570 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18571 New versions for use with the ELFv2 ABI.
18572 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18573 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18574 declaration.
18575 (struct La_ppc64v2_retval): Likewise.
18576 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18577 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18578 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18579 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18580 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18581 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18582 Do not save or restore CR.
18583 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18584 (_dl_profile_resolve): Do no save or restore CR. Support extended
18585 return values for ELFv2 ABI. Fix location of FPR return registers.
18586 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18587 updated values for _CALL_ELF == 2.
18588 (La_regs, La_retval, int_retval): Likewise.
18589
8b8a692c
UW
185902013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18591
18592 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18593 (FRAME_MIN_SIZE_PARM): Likewise.
18594 (FRAME_BACKCHAIN): Likewise.
18595 (FRAME_CR_SAVE): Likewise.
18596 (FRAME_LR_SAVE): Likewise.
18597 (FRAME_TOC_SAVE): Likewise.
18598 (FRAME_PARM_SAVE): Likewise.
18599 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18600 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18601 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18602 (call_mcount_parm_offset): New macro.
18603 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18604 (PROF): Use symbolic stack frame offsets.
18605 (TAIL_CALL_SYSCALL_ERROR): Likewise.
18606 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18607 Redefine in terms of FRAME_MIN_SIZE.
18608 (_dl_runtime_resolve): Use symbolic stack frame offsets.
18609 (_dl_profile_resolve): Likewise. Update comment.
18610 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18611 symbols stack frame offsets.
18612 (__sigsetjmp): Likewise.
18613 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18614 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18615 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18616 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18617
18618 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18619 (FRAME_BACKCHAIN): Remove.
18620 (FRAME_CR_SAVE): Likewise.
18621 (FRAME_LR_SAVE): Likewise.
18622 (FRAME_COMPILER_DW): Likewise.
18623 (FRAME_LINKER_DW): Likewise.
18624 (FRAME_TOC_SAVE): Likewise.
18625 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
18626 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18627 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18628 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
18629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18630 (CHECK_SP): Use symbolic stack frame offsets.
18631 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18632 zone" instead of caller's parameter save area for temp storage.
18633 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18634 Likewise. Also, use symbolic stack frame offsets.
18635 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18636 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18637 our own stack frame instead of the caller's.
18638 (__socket): Use symbolic stack frame offsets.
18639
122b66de
UW
186402013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18641 Alan Modra <amodra@gmail.com>
18642
18643 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18644 Define.
57f41c40
AS
18645 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18646 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
18647 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18648 New function.
18649 (elf_machine_fixup_plt): Call it.
18650 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
18651 reloc arguments.
18652 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
18653 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18654 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
18655 r2 before calling target.
18656
696caf1d
UW
186572013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18658 Alan Modra <amodra@gmail.com>
18659
18660 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18661 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18662 versions of macros to support ELFv2 ABI.
18663 (LOCALENTRY): New macro.
18664 (ENTRY, EALIGN): Use it.
18665 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18666 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18667 fall through into ENTRY entry point.
18668 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18669 Only define if _CALL_ELF != 2.
18670
18671 (elf_machine_matches_host): Verify ABI version matches.
18672 (RTLD_START): Use LOCALENTRY.
18673 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18674 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18675 (PLT_ENTRY_WORDS): New macro.
18676 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18677 (elf_machine_runtime_setup): Support ELFv2 ABI.
18678 (elf_machine_fixup_plt): Likewise.
18679 (elf_machine_plt_conflict): Likewise.
18680 (resolve_ifunc): Likewise.
18681 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18682 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18683 Likewise.
18684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18685 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18687 (makecontext): Support ELFv2 ABI.
18688 * elf/elf.h (EF_PPC64_ABI): Define.
18689
d31beafa
UW
186902013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18691
57f41c40
AS
18692 * sysdeps/powerpc/powerpc64/sysdep.h
18693 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18694 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18695 (ENTRY) [ASSEMBLER]: ... but instead here ...
18696 (EALIGN) [ASSEMBLER]: ... and here.
18697 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18698 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18699 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
18700 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18701 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
18702 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18703 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
18704 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18705 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18706 Use PPC64_LOAD_FUNCPTR.
18707
b525166b
UW
18708 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18709
7ec07d9a
AM
187102013-12-04 Alan Modra <amodra@gmail.com>
18711
18712 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18713 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18714 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18715 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18716
18717 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18718 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18719 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18720 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18721 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18722 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18723
5162e7dd
UW
187242013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18725
18726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18727 (__makecontext): Fix incorrect CFI when backtracing out of
18728 context created via makecontext.
18729 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18730 (__setcontext): Fix incorrect CFI during switch to new context.
18731 (__novec_setcontext): Likewise.
18732
19e3372b
OB
187332013-12-04 Ondřej Bílka <neleai@seznam.cz>
18734
18735 [BZ #4772]
18736 * time/strptime_l.c (__strptime_internal): Allow modifiers
18737 in strptime.
18738 * time/tst-strptime.c (day_tests): Add testcase.
18739
ecaf142d
SP
187402013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18741
18742 * scripts/bench.pl: Skip over blank lines.
18743
fbf964ae
PE
187442013-12-04 Paul Eggert <eggert@cs.ucla.edu>
18745
18746 [BZ #926]
18747 * manual/time.texi (Calendar Time): Clarify what timezone functions
18748 use.
18749
fa60a674
AZ
187502013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18751
18752 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18753
d674f0ef
OB
187542013-12-04 Ondřej Bílka <neleai@seznam.cz>
18755
18756 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18757 implementation.
18758 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18759 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18760 * debug/memset_chk.c (__memset_chk): Likewise.
18761 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18762 * debug/strncpy_chk.c: Likewise.
18763
17dea188
JM
187642013-12-03 Joseph Myers <joseph@codesourcery.com>
18765
749008ff
JM
18766 [BZ #15268]
18767 [BZ #15425]
18768 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18769 (__ieee754_exp): For possibly underflowing results, check size of
18770 result and force underflow exception if required.
18771 * math/auto-libm-test-in: Add more tests of exp.
18772 * math/auto-libm-test-out: Regenerated.
18773 * sysdeps/i386/fpu/libm-test-ulps: Update.
18774 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18775
17dea188
JM
18776 [BZ #16283]
18777 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18778 * math/w_exp2f.c (__exp2f): Likewise.
18779 * math/w_exp2l.c (__exp2l): Likewise.
18780 * math/auto-libm-test-in: Do not allow missing errno on exp2
18781 underflow.
18782 * math/auto-libm-test-out: Regenerated.
18783
b20de2c3
OB
187842013-12-03 Ondřej Bílka <neleai@seznam.cz>
18785
18786 [BZ #16274]
18787 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18788 handle filename validation.
18789 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18790 (do_open): Delete.
18791
d8e2dbe3
JM
187922013-12-03 Joseph Myers <joseph@codesourcery.com>
18793
34e16df5
JM
18794 [BZ #6786]
18795 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18796 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18797 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18798 <float.h>.
18799 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18800 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18801 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18802 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18803 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18804 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18805 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18806 * math/auto-libm-test-in: Don't allow missing errno from erfc.
18807 Add more erfc tests.
18808 * math/auto-libm-test-out: Regenerated.
18809 * sysdeps/i386/fpu/libm-test-ulps: Update.
18810 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18811
d8e2dbe3
JM
18812 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18813 exp2, expm1, j0 and j1.
18814 * math/auto-libm-test-out: Regenerated.
18815 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18816 (erfc_test_data): Likewise.
18817 (exp_test_data): Likewise.
18818 (exp_tonearest_test_data): Likewise.
18819 (exp_towardzero_test_data): Likewise.
18820 (exp_downward_test_data): Likewise.
18821 (exp_upward_test_data): Likewise.
18822 (exp10_test_data): Likewise.
18823 (exp2_test_data): Likewise.
18824 (expm1_test_data): Likewise.
18825 (j0_test_data): Likewise.
18826 (j1_test_data): Likewise.
18827 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18828 (input_flag_type): Add flag_xfail_rounding.
18829 (input_flags): Add xfail-rounding.
18830 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18831 (output_for_one_input_case): Handle flag_xfail_rounding.
18832 * sysdeps/i386/fpu/libm-test-ulps: Update.
18833 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18834
18d14251
AJ
188352013-12-03 Aurelien Jarno <aurelien@aurel32.net>
18836
3d2e6075 18837 [BZ #16289]
18d14251
AJ
18838 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18839 division by 0.
18840
520d437b
SP
188412013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18842
18843 [BZ #16195]
18844 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18845 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18846 (STAP_PROBE0): New macro.
18847 (STAP_PROBE1): Likewise.
18848 (STAP_PROBE2): Likewise.
18849 (STAP_PROBE3): Likewise.
18850 (STAP_PROBE4): Likewise.
18851
416e0145
OB
188522013-12-02 Ondřej Bílka <neleai@seznam.cz>
18853
18854 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18855
9d17796a
SE
188562013-12-02 Steve Ellcey <sellcey@mips.com>
18857
18858 * benchtests/Makefile (bench): Add sqrt.
18859 (LDLIBS-bench-sqrt): New.
18860 * benchtests/sqrt-input: New.
18861
f524d6a8
PS
188622013-12-02 Pavel Simerda <psimerda@redhat.com>
18863
639a0ef8
PS
18864 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18865 (GAIH_EAI): Likewise.
18866 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18867 (gaih_inet): Likewise.
18868 (getaddrinfo): Don't use GAIH_EAI.
18869
f524d6a8
PS
18870 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18871 (struct gaih): Remove definition.
18872
df3aedaf
SP
188732013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18874
18875 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18876 Use HERRNOP directly.
18877
1ab19dec
AZ
188782013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18879
b42ad38d 18880 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 18881
176b0c79
JM
188822013-11-30 Joseph Myers <joseph@codesourcery.com>
18883
18884 * math/gen-auto-libm-tests.c (test_functions): Add more
18885 single-argument functions.
18886 (special_fill_pi_2): New function.
18887 (special_fill_minus_pi_2): Likewise.
18888 (special_fill_pi_6): Likewise.
18889 (special_fill_minus_pi_6): Likewise.
18890 (special_fill_pi_3): Likewise.
18891 (special_fill_2pi_3): Likewise.
18892 (special_fill_e): Likewise.
18893 (special_fill_1_e): Likewise.
18894 (special_fill_e_minus_1): Likewise.
18895 (special_real_inputs): Add more special inputs.
18896 (output_for_one_input_case): Do not require ERANGE on underflow to
18897 zero if round-to-nearest result does not underflow to zero, unless
18898 exact results required.
18899 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18900 atan, atanh, cbrt, cos and cosh.
18901 * math/auto-libm-test-out: Regenerated.
18902 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18903 (acos_tonearest_test_data): Likewise.
18904 (acos_towardzero_test_data): Likewise.
18905 (acos_downward_test_data): Likewise.
18906 (acos_upward_test_data): Likewise.
18907 (acosh_test_data): Likewise.
18908 (asin_test_data): Likewise.
18909 (asin_tonearest_test_data): Likewise.
18910 (asin_towardzero_test_data): Likewise.
18911 (asin_upward_test_data): Likewise.
18912 (asinh_test_data): Likewise.
18913 (atan_test_data): Likewise.
18914 (atanh_test_data): Likewise.
18915 (cbrt_test_data): Likewise.
18916 (cos_test_data): Likewise.
18917 (cos_tonearest_test_data): Likewise.
18918 (cos_towardzero_test_data): Likewise.
18919 (cos_downward_test_data): Likewise.
18920 (cos_upward_test_data): Likewise.
18921 (cosh_test_data): Likewise.
18922 (cosh_tonearest_test_data): Likewise.
18923 (cosh_towardzero_test_data): Likewise.
18924 (cosh_downward_test_data): Likewise.
18925 (cosh_upward_test_data): Likewise.
18926 * sysdeps/i386/fpu/libm-test-ulps: Update.
18927 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18928
ffb536d0
JM
189292013-11-29 Joseph Myers <joseph@codesourcery.com>
18930
2a77a467
JM
18931 [BZ #6787]
18932 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18933 * math/w_exp10f.c (__exp10f): Likewise.
18934 * math/w_exp10l.c (__exp10l): Likewise.
18935 * math/libm-test.inc (exp10_test_data): Add more tests and expect
18936 errno settings in existing tests.
18937
ea3bc4e8
JM
18938 [BZ #14032]
18939 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18940 precision control set to double precision.
18941 * sysdeps/i386/fpu/w_sqrt.c: New file.
18942 * math/auto-libm-test-in: Add more tests.
18943 * math/auto-libm-test-out: Update.
18944
0712c9d8
JM
18945 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18946 (sqrt_test_tonearest): New function.
18947 (sqrt_towardzero_test_data): New variable.
18948 (sqrt_test_towardzero): New function.
18949 (sqrt_downward_test_data): New variable.
18950 (sqrt_test_downward): New function.
18951 (sqrt_upward_test_data): New variable.
18952 (sqrt_test_upward): New function.
18953 (main): Call the new functions.
18954
ffb536d0
JM
18955 * math/gen-auto-libm-tests.c: New file.
18956 * math/auto-libm-test-in: Likewise.
18957 * math/auto-libm-test-out: New generated file.
18958 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18959 variables.
18960 (%beautify): Add generated representations of zero.
18961 (top level): Set $auto_input and call parse_auto_input.
18962 (beautify): Remove trailing "f" from hex float constants.
18963 (parse_args): Handle XFAIL_TEST.
18964 (convert_condition): New function.
18965 (or_value): Likewise.
18966 (or_cond_value): Likewise.
18967 (generate_testfile): Handle AUTO_TESTS_* lines.
18968 (parse_auto_input): New function.
18969 * math/libm-test.inc (XFAIL_TEST): New macro.
18970 (ERRNO_UNCHANGED): Update value.
18971 (ERRNO_EDOM): Likewise.
18972 (ERRNO_ERANGE): Likewise.
18973 (IGNORE_RESULT): Likewise.
18974 (TEST_COND_flt_32): New macro.
18975 (TEST_COND_dbl_64): Likewise.
18976 (TEST_COND_ldbl_96_intel): Likewise.
18977 (TEST_COND_ldbl_96_m68k): Likewise.
18978 (TEST_COND_ldbl_128): Likewise.
18979 (TEST_COND_ldbl_128ibm): Likewise.
18980 (TEST_COND_long32): Likewise.
18981 (TEST_COND_long64): Likewise.
18982 (TEST_COND_before_rounding): Likewise.
18983 (TEST_COND_after_rounding): Likewise.
18984 (enable_test): Handle XFAIL_TEST flag.
18985 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18986 with finite results.
18987 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18988 auto-libm-test-out.
18989
acd98a8e
AK
189902013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
18991 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18992
18993 [BZ #16214]
18994 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18995 __tls_get_addr_internal instead of __tls_get_offset in order to
18996 avoid GOT pointer dependency. Make rtld export
18997 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18998 __tls_get_addr since we are a __tls_get_offset platform.
18999 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19000 GOT pointer being set up before.
19001 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19002
3c1c46a6
JM
190032013-11-28 Joseph Myers <joseph@codesourcery.com>
19004
7475aef5
JM
19005 * manual/math.texi (Errors in Math Functions): Document accuracy
19006 goals.
19007
8bca7cd8
JM
19008 [BZ #15004]
19009 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19010 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19011 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19012 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19013 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19014 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19015 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19016 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19017 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19018 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19019 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19020 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19021 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19022 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19023 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19024 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19025
91a1f3fe
JM
19026 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19027 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19028 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19029 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19030 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19031 Likewise.
19032 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19033 Likewise.
19034 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19035 Likewise.
19036 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19037 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19038 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19039 atomic-feupdateenv and flt-rounds.
19040 * sysdeps/powerpc/nofpu/Versions (libc): Add
19041 __atomic_feholdexcept, __atomic_feclearexcept,
19042 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19043 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19044 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19045 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19046 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19047 here.
19048 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19049 Update.
19050
c5df7609
JM
19051 * manual/arith.texi (FP Exceptions): Document that exceptions may
19052 not be raised when matherr is used.
19053 (Math Error Reporting): Document overflow in directed rounding
19054 modes. Document that errno may not be set when finite values are
19055 returned on overflow. Document intent to set errno on underflow
19056 only for underflow to zero.
19057
3c1c46a6
JM
19058 [BZ #16271]
19059 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19060 round-to-nearest then adjust result for other rounding modes.
19061 * include/fenv.h (fegetround): Use libm_hidden_proto.
19062 * math/fegetround.c (fegetround): Use libm_hidden_def.
19063 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19064 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19065 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19066 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19067 Likewise.
19068 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19069 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19070 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19071 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19072
5a4c6d53
SP
190732013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19074
19075 [BZ #16077]
19076 * nss/Versions (libnss_files): Add
19077 _nss_files_gethostbyname3_r.
19078 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19079 New function.
19080 (HOST_DB_LOOKUP): Remove macro.
19081 (_nss_files_gethostbyname_r): Implement function without the
19082 HOST_DB_LOOKUP macro.
19083 (_nss_files_gethostbyname2_r): Likewise.
19084
897b98ba
OB
190852013-11-28 Ondřej Bílka <neleai@seznam.cz>
19086
19087 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19088
6f476861
UB
190892013-11-26 Uros Bizjak <ubizjak@gmail.com>
19090
19091 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19092 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19093 warning.
19094
bd12ab55
AZ
190952013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19096
19097 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19098 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19099 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19100 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19101 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19102 __fe_nomask_env_priv and attribute_hidden.
19103 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19104 (libc_feupdateenv_test_ppc): Likewise.
19105 (libc_feresetround_ppc): Likewise.
19106 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19107 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19108 compat_symbol macro.
19109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19110 (__fe_nomask_env): Likewise.
19111 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19112
52bb6543
OB
191132013-11-26 Ondřej Bílka <neleai@seznam.cz>
19114
19115 * string/Makefile: Remove ifunc tests.
19116 * string/test-string.h: Define TEST_IFUNC.
19117 * string/test-bcopy-ifunc.c: Remove.
19118 * string/test-bzero-ifunc.c: Likewise.
19119 * string/test-memccpy-ifunc.c: Likewise.
19120 * string/test-memchr-ifunc.c: Likewise.
19121 * string/test-memcmp-ifunc.c: Likewise.
19122 * string/test-memcpy-ifunc.c: Likewise.
19123 * string/test-memmem-ifunc.c: Likewise.
19124 * string/test-memmove-ifunc.c: Likewise.
19125 * string/test-mempcpy-ifunc.c: Likewise.
19126 * string/test-memrchr-ifunc.c: Likewise.
19127 * string/test-memset-ifunc.c: Likewise.
19128 * string/test-rawmemchr-ifunc.c: Likewise.
19129 * string/test-stpcpy-ifunc.c: Likewise.
19130 * string/test-stpncpy-ifunc.c: Likewise.
19131 * string/test-strcasecmp-ifunc.c: Likewise.
19132 * string/test-strcasestr-ifunc.c: Likewise.
19133 * string/test-strcat-ifunc.c: Likewise.
19134 * string/test-strchr-ifunc.c: Likewise.
19135 * string/test-strchrnul-ifunc.c: Likewise.
19136 * string/test-strcmp-ifunc.c: Likewise.
19137 * string/test-strcpy-ifunc.c: Likewise.
19138 * string/test-strcspn-ifunc.c: Likewise.
19139 * string/test-strlen-ifunc.c: Likewise.
19140 * string/test-strncasecmp-ifunc.c: Likewise.
19141 * string/test-strncat-ifunc.c: Likewise.
19142 * string/test-strncmp-ifunc.c: Likewise.
19143 * string/test-strncpy-ifunc.c: Likewise.
19144 * string/test-strnlen-ifunc.c: Likewise.
19145 * string/test-strpbrk-ifunc.c: Likewise.
19146 * string/test-strrchr-ifunc.c: Likewise.
19147 * string/test-strspn-ifunc.c: Likewise.
19148 * string/test-strstr-ifunc.c: Likewise.
19149
ab260039 191502013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
19151
19152 * benchtests/Makefile: Remove ifunc tests.
19153 * benchtests/bench-string.h: Define TEST_IFUNC.
19154 * benchtests/bench-bcopy-ifunc.c: Remove.
19155 * benchtests/bench-bzero-ifunc.c: Likewise.
19156 * benchtests/bench-memccpy-ifunc.c: Likewise.
19157 * benchtests/bench-memchr-ifunc.c: Likewise.
19158 * benchtests/bench-memcmp-ifunc.c: Likewise.
19159 * benchtests/bench-memcpy-ifunc.c: Likewise.
19160 * benchtests/bench-memmem-ifunc.c: Likewise.
19161 * benchtests/bench-memmove-ifunc.c: Likewise.
19162 * benchtests/bench-mempcpy-ifunc.c: Likewise.
19163 * benchtests/bench-memrchr-ifunc.c: Likewise.
19164 * benchtests/bench-memset-ifunc.c: Likewise.
19165 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19166 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19167 * benchtests/bench-stpcpy-ifunc.c: Likewise.
19168 * benchtests/bench-stpncpy-ifunc.c: Likewise.
19169 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19170 * benchtests/bench-strcasestr-ifunc.c: Likewise.
19171 * benchtests/bench-strcat-ifunc.c: Likewise.
19172 * benchtests/bench-strchr-ifunc.c: Likewise.
19173 * benchtests/bench-strchrnul-ifunc.c: Likewise.
19174 * benchtests/bench-strcmp-ifunc.c: Likewise.
19175 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19176 * benchtests/bench-strcpy-ifunc.c: Likewise.
19177 * benchtests/bench-strcspn-ifunc.c: Likewise.
19178 * benchtests/bench-strlen-ifunc.c: Likewise.
19179 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19180 * benchtests/bench-strncat-ifunc.c: Likewise.
19181 * benchtests/bench-strncmp-ifunc.c: Likewise.
19182 * benchtests/bench-strncpy-ifunc.c: Likewise.
19183 * benchtests/bench-strnlen-ifunc.c: Likewise.
19184 * benchtests/bench-strpbrk-ifunc.c: Likewise.
19185 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 19186 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
19187 * benchtests/bench-strspn-ifunc.c: Likewise.
19188 * benchtests/bench-strstr-ifunc.c: Likewise.
19189
191902013-11-26 Ondřej Bílka <neleai@seznam.cz>
19191
ab260039
OB
19192 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19193
d1d9eaf4 191942013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 19195
d1d9eaf4
OB
19196 * resolv/netdb.h: Use __glibc_reserved instead __unused.
19197 * rt/aio.h: Likewise.
19198 * sysdeps/gnu/bits/utmp.h: Likewise.
19199 * sysdeps/gnu/bits/utmpx.h: Likewise.
19200 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19201 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19202 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19203 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19204 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19205 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19206 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19207 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19208 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19209 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19210 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19211 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19212 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19214 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19215 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19216 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19217 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19218 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19219 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19220 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19221 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19222 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19223 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19224 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19225 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19226 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19227 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19228 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19229 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19230 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19231 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19232 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19233 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19234 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19235 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19236 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19237 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19238 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19239 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19240 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19241 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19242
a7624ed9
CD
192432013-11-25 Carlos O'Donell <carlos@redhat.com>
19244
19245 [BZ #16245]
19246 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19247 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19248
63cfe52b
JM
192492013-11-25 Joseph Myers <joseph@codesourcery.com>
19250
19251 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19252 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19253 Likewise.
19254
41e8926a
AZ
192552013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19256
19257 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19258 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19259 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19260 (__fesetround): Remove define.
19261 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19262 rounding and exceptions handling.
19263 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19264 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19265 (__fe_nomask_env): Likewise.
19266 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19267 __fegetround instead of fegetround.
19268 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19269 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19270
6851bd4d
RM
192712013-11-21 Roland McGrath <roland@hack.frob.com>
19272
070906ff
RM
19273 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19274 it's there.
19275
6851bd4d
RM
19276 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19277
84ae135d
MI
192782013-11-21 Meador Inge <meadori@codesourcery.com>
19279
19280 [BZ #11157]
19281 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19282 (encrypt_r): Likewise.
19283 * malloc/obstack.h (obstack_free): Likewise.
19284 * posix/unistd.h (encrypt): Likewise.
19285
daf75146
GM
192862013-11-21 Guy Martin <gmsoft@tuxicoman.be>
19287
19288 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19289 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19290 DL_CALL_DT_FINI() that call the functions directly.
19291 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19292 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19293 * elf/dl-fini.c: Likewise.
19294
10ad46bc
OB
192952013-11-20 Ondřej Bílka <neleai@seznam.cz>
19296
19297 * malloc/hooks.c (memalign_check): Add alignment rounding.
19298 * malloc/malloc.c (_mid_memalign): New function.
19299 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19300 Implement by calling _mid_memalign.
19301 * manual/probes.texi (Memory Allocation Probes): Remove
19302 memory_valloc_retry and memory_pvalloc_retry.
19303
f3fd2628
SP
193042013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19305
4712799f
SP
19306 * locale/programs/locarchive.c (open_archive): Add const
19307 qualifier to ARCHIVEFNAME and copy default fname to
19308 DEFAULT_FNAME.
19309
0417b20f
SP
19310 [BZ #15601]
19311 * libio/tst-widetext.input: Rename Oriya to Odia.
19312 * locale/iso-639.def: Likewise.
19313
f3fd2628
SP
19314 * manual/probes.texi (Mathematical Function Probes): Add
19315 documentation for sin, cos, asin and acos probes.
19316 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19317 (__sin32): Add slowasin probe.
19318 (__cos32): Add slowacos probe.
19319 (__mpsin): Add slowsin probe.
19320 (__mpcos): Add slowcos probe.
19321
73c1ce4f
JM
193222013-11-19 Joseph Myers <joseph@codesourcery.com>
19323
19324 [BZ #15483]
19325 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19326 thread-local __sim_exceptions_thread and global
19327 __sim_exceptions_global.
19328 (__sim_disabled_exceptions): Change to thread-local
19329 __sim_disabled_exceptions_thread and global
19330 __sim_disabled_exceptions_global.
19331 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19332 and global __sim_round_mode_global.
19333 (__simulate_exceptions): Use thread-local floating-point state and
19334 set global state from it as needed.
19335 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19336 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19337 __sim_round_mode_thread.
19338 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19339 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19340 and global __sim_exceptions_global.
19341 (__sim_disabled_exceptions): Change to thread-local
19342 __sim_disabled_exceptions_thread and global
19343 __sim_disabled_exceptions_global.
19344 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19345 and global __sim_round_mode_global.
19346 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19347 (SIM_SET_GLOBAL): Likewise.
19348 * sysdeps/powerpc/soft-fp/sfp-machine.h
19349 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19350 __sim_round_mode_thread.
19351 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19352 __sim_disabled_exceptions_thread.
19353 (__sim_exceptions): Change to __sim_exceptions_thread.
19354 (__sim_disabled_exceptions): Change to
19355 __sim_disabled_exceptions_thread.
19356 (__sim_round_mode): Change to __sim_round_mode_thread.
19357 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19358 thread-local floating-point state and set global state from it as
19359 needed.
19360 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19361 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19362 (__sim_disabled_exceptions): Remove extern declaration.
19363 (feenableexcept): Use thread-local floating-point state and set
19364 global state from it as needed.
19365 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19366 extern declaration.
19367 (__sim_disabled_exceptions): Likewise.
19368 (__sim_round_mode): Likewise.
19369 (__fegetenv): Use thread-local floating-point state.
19370 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19371 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19372 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19373 floating-point state and set global state from it as needed.
19374 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19375 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19376 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19377 Likewise.
19378 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19379 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19380 Likewise.
19381 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19382 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19383 Use __sim_round_mode_thread.
19384 * math/test-fenv-tls.c: New file.
19385 * math/Makefile (tests): Add test-fenv-tls.
19386 ($(objpfx)test-fenv-tls): Depend on
19387 $(common-objpfx)nptl/libpthread.so.
19388
b5449b12
AS
193892013-11-19 Andreas Schwab <schwab@suse.de>
19390
19391 * locale/programs/locale.c (show_info): Decode wordarray elements.
19392 * locale/categories.def (LC_MONETARY): Add element for
19393 _NL_MONETARY_CRNCYSTR.
19394 * locale/C-monetary.c (conversion_rate): New variable.
19395 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19396 element.
19397
e186536b
CM
193982013-11-18 Chris Metcalf <cmetcalf@tilera.com>
19399
19400 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19401 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19402
5c349950
PP
194032013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
19404
19405 * elf/Makefile (tst-auxv): New test.
19406 * elf/tst-auxv.c: New
19407 * elf/rtld.c (dl_main): Adjust AT_EXECFN
19408
699df45b
JM
194092013-11-18 Joseph Myers <joseph@codesourcery.com>
19410
19411 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19412 (hidden_proto): Caller changed.
19413 (hidden_tls_proto): New macro.
19414 (libc_hidden_tls_proto): Likewise.
19415 (rtld_hidden_tls_proto): Likewise.
19416 (libm_hidden_tls_proto): Likewise.
19417 (libresolv_hidden_tls_proto): Likewise.
19418 (librt_hidden_tls_proto): Likewise.
19419 (libdl_hidden_tls_proto): Likewise.
19420 (libnss_files_hidden_tls_proto): Likewise.
19421 (libnsl_hidden_tls_proto): Likewise.
19422 (libnss_nisplus_hidden_tls_proto): Likewise.
19423 (libutil_hidden_tls_proto): Likewise.
19424
b7589107
OB
194252013-11-18 Ondřej Bílka <neleai@seznam.cz>
19426
19427 [BZ #10253]
19428 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19429 (decompose_rpath): Defer expansion to fillin_rpath.
19430 (_dl_init_paths): Pass linkmap to fillin_rpath.
19431
250c23bd
RS
194322013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19433
19434 * benchtests/Makefile: Add strsep.
19435 * benchtests/bench-strsep.c: New file: strsep benchtest.
19436 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19437
a7931fcf
AS
194382013-11-18 Andreas Schwab <schwab@suse.de>
19439
19440 * locale/programs/locale.c (show_info) [case byte]: Check for
19441 '\377' instead of '\177'.
19442 * locale/C-monetary.c (not_available): Always use "\377".
19443 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19444 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
19445 detect unavailable sign_posn locale elements.
19446 * locale/localeconv.c (__localeconv): For grouping and
19447 mon_grouping handle "\177" and "\377" like no grouping.
19448 (INT_ELEM): New macro. Use it to set all numeric members.
19449 * locale/programs/ld-monetary.c (monetary_read)
19450 <tok_mon_grouping>: Normalize single -1 to the empty string.
19451 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19452 Likewise.
19453
728dab0e
OB
194542013-11-07 Ondřej Bílka <neleai@seznam.cz>
19455
19456 [BZ #16055]
19457 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19458 when we match (nil).
19459 * stdio-common/tst-sscanf.c (struct test): Add testcase.
19460
66294491
JM
194612013-11-16 Joseph Myers <joseph@codesourcery.com>
19462
ce665817
JM
19463 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19464 (NO_TEST_INLINE): Update value.
19465 (ERRNO_UNCHANGED): Likewise.
19466 (ERRNO_EDOM): Likewise.
19467 (ERRNO_ERANGE): Likewise.
19468 (IGNORE_RESULT): Likewise.
19469 (check_float_internal): Check signs of NaN results if
19470 TEST_NAN_SIGN used.
19471 (check_complex): Pass TEST_NAN_SIGN flag through to second
19472 check_float_internal call.
19473 (copysign_test_data): Add tests with quiet NaNs as second
19474 argument. Use TEST_NAN_SIGN.
19475 (fabs_test_data): Add test of negative quiet NaN argument. Use
19476 TEST_NAN_SIGN.
19477 (signbit_test_data): Add tests of quiet NaN argument.
19478 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19479
ee1466a9
JM
19480 * math/gen-libm-test.pl (show_exceptions): Take extra argument
19481 $ignore_result.
19482 (parse_args): Handle function results specified as IGNORE.
19483 * math/libm-test.inc (IGNORE_RESULT): New macro.
19484 (check_float_internal): Do not check numerical result if flag
19485 IGNORE_RESULT set.
19486 (check_complex): Pass through IGNORE_RESULT to second
19487 check_float_internal call.
19488 (check_int): Do not check numerical result if flag IGNORE_RESULT
19489 set.
19490 (check_long): Likewise.
19491 (check_bool): Likewise.
19492 (check_longlong): Likewise.
19493 (lrint_test_data): Add tests of infinite and NaN arguments.
19494 (lrint_tonearest_test_data): Likewise.
19495 (lrint_towardzero_test_data): Likewise.
19496 (lrint_downward_test_data): Likewise.
19497 (lrint_upward_test_data): Likewise.
19498 (llrint_test_data): Likewise.
19499 (llrint_tonearest_test_data): Likewise.
19500 (llrint_towardzero_test_data): Likewise.
19501 (llrint_downward_test_data): Likewise.
19502 (llrint_upward_test_data): Likewise.
19503 (lround_test_data): Likewise.
19504 (llround_test_data): Likewise.
19505
14407b7e
JM
19506 * math/libm-test.inc (NO_TEST_INLINE): New macro.
19507 (ERRNO_UNCHANGED): Update value.
19508 (ERRNO_EDOM): Likewise.
19509 (ERRNO_ERANGE): Likewise.
19510 (NO_TEST_INLINE_FLOAT): New macro.
19511 (NO_TEST_INLINE_DOUBLE): Likewise.
19512 (enable_test): New function.
19513 (RUN_TEST_f_f): Check enable_test before running test.
19514 (RUN_TEST_2_f): Likewise.
19515 (RUN_TEST_fff_f): Likewise.
19516 (RUN_TEST_c_f): Likewise.
19517 (RUN_TEST_f_f1): Likewise.
19518 (RUN_TEST_fF_f1): Likewise.
19519 (RUN_TEST_fI_f1): Likewise.
19520 (RUN_TEST_ffI_f1): Likewise.
19521 (RUN_TEST_c_c): Likewise.
19522 (RUN_TEST_cc_c): Likewise.
19523 (RUN_TEST_f_i): Likewise.
19524 (RUN_TEST_f_i_tg): Likewise.
19525 (RUN_TEST_ff_i_tg): Likewise.
19526 (RUN_TEST_f_b): Likewise.
19527 (RUN_TEST_f_b_tg): Likewise.
19528 (RUN_TEST_f_l): Likewise.
19529 (RUN_TEST_f_L): Likewise.
19530 (RUN_TEST_fFF_11): Likewise.
19531 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19532 conditionals.
19533 (cosh_test_data): Likewise.
19534 (exp_test_data): Likewise.
19535 (expm1_test_data): Likewise.
19536 (hypot_test_data): Likewise.
19537 (pow_test_data): Likewise.
19538 (sinh_test_data): Likewise.
19539 (tanh_test_data): Likewise.
19540 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19541 flags argument.
19542
ca07f197
JM
19543 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19544 tests with quiet NaN input and output.
19545 (acosh_test_data): Likewise.
19546 (asin_test_data): Likewise.
19547 (asinh_test_data): Likewise.
19548 (atan_test_data): Likewise.
19549 (atanh_test_data): Likewise.
19550 (atan2_test_data): Likewise.
19551 (cbrt_test_data): Likewise.
19552 (cos_test_data): Likewise.
19553 (cosh_test_data): Likewise.
19554 (erf_test_data): Likewise.
19555 (erfc_test_data): Likewise.
19556 (exp_test_data): Likewise.
19557 (exp10_test_data): Likewise.
19558 (exp2_test_data): Likewise.
19559 (expm1_test_data): Likewise.
19560 (hypot_test_data): Likewise.
19561 (j0_test_data): Likewise.
19562 (j1_test_data): Likewise.
19563 (jn_test_data): Likewise.
19564 (lgamma_test_data): Likewise.
19565 (log_test_data): Likewise.
19566 (log10_test_data): Likewise.
19567 (log1p_test_data): Likewise.
19568 (log2_test_data): Likewise.
19569 (pow_test_data): Likewise.
19570 (scalb_test_data): Likewise.
19571 (sin_test_data): Likewise.
19572 (sincos_test_data): Likewise.
19573 (sinh_test_data): Likewise.
19574 (tan_test_data): Likewise.
19575 (tanh_test_data): Likewise.
19576 (tgamma_test_data): Likewise.
19577 (y0_test_data): Likewise.
19578 (y1_test_data): Likewise.
19579 (yn_test_data): Likewise.
19580
66294491
JM
19581 [BZ #16167]
19582 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19583 argument being NaN and avoid computations with second argument in
19584 that case.
19585 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19586 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19587 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19588
1820b143
CL
195892013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
19590
19591 * locale/iso-639.def: Add Chitwani Tharu (the).
19592
714bd261
AS
195932013-11-14 Andreas Schwab <schwab@suse.de>
19594
19595 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19596 word instead of empty string.
19597
7ab44563
AZ
195982013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19599
19600 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19601 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19603 (__fe_nomask_env): Likewise.
19604
e8470ea2
SE
196052013-11-13 Steve Ellcey <sellcey@mips.com>
19606
19607 * benchtests/bench-timing.h: Include time.h.
19608
17c1d9f0
L
196092013-11-13 H.J. Lu <hongjiu.lu@intel.com>
19610
19611 [BZ #15997]
19612 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19613 to 3.4.0 for x32.
19614 * sysdeps/unix/sysv/linux/configure: Regenerated.
19615
9310c284
JM
196162013-11-13 Joseph Myers <joseph@codesourcery.com>
19617
19618 [BZ #16151]
19619 * stdlib/strtod_l.c (round_and_return): Do not consider
19620 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19621 exponent one less than half the least subnormal exponent.
19622 * stdlib/test-strtod-round-data: Add more tests.
19623 * stdlib/tst-strtod-round.c (tests): Regenerated.
19624
7a2ad8cf
AZ
196252013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19626
19627 [BZ #14143]
19628 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19629 (__fe_mask_env): Likewise.
19630 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19631 libm_hidden_proto and add function prototype.
19632 (__fe_mask_env): Add function prototype.
19633 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19634 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19635 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19636 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19637 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19638 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19639
50727aa7
MS
196402013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19641
b2f386c1 19642 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
19643 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19644
a615be46
MS
196452013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19646
19647 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19648 of htab_find_slot().
19649
7ddace62
DM
196502013-11-11 David S. Miller <davem@davemloft.net>
19651
19652 [BZ #16150]
19653 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19654 symbol in the non-vis3 case in static builds.
19655 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19656 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19657 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19658 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19659
9182aa67
JK
196602013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19661
19662 [BZ #387]
19663 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19664 it is empty.
19665
450a2e2d
AZ
196662013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19667
b2f386c1
SP
19668 * benchtests/Makefile: Add bench-strtod.
19669 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 19670
8ec3f656
AS
196712013-11-11 Andreas Schwab <schwab@suse.de>
19672
19673 [BZ #16153]
19674 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19675 terminating NUL in key length.
19676
76a9b998
AZ
196772013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19678
19679 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19680 Add artificial ODP entry for vDSO symbol for PPC64.
19681 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19682 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19683
e4368156
OB
196842013-11-07 Ondřej Bílka <neleai@seznam.cz>
19685
19686 [BZ #15374]
19687 * nss/getent.c (services_keys): Recognize services starting with digit.
19688
8d6bb57c
DM
196892013-11-06 David S. Miller <davem@davemloft.net>
19690
19691 [BZ #15985]
19692 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19693 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19694
e256c421
WN
196952013-11-06 Will Newton <will.newton@linaro.org>
19696
19697 * manual/memory.texi (Malloc Examples): Remove register
19698 keyword from examples.
19699
f6e12daa 197002013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 19701
f6e12daa 19702 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 19703
9d880655
AS
197042013-11-04 Joseph Myers <joseph@codesourcery.com>
19705
fd2f9486 19706 [BZ #6981]
9d880655
AS
19707 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19708 depending on [__GCC_IEC_559 > 0].
19709 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19710 depending on [__GCC_IEC_559_COMPLEX > 0].
19711
ae129d3c
CL
197122013-11-03 Chris Leonard <cjl@sugarlabs.org>
19713
19714 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19715 to iso-639.def.
19716
4a15c2a4 197172013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
19718
19719 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19720
8b35e35d
OB
197212013-11-01 Ondřej Bílka <neleai@seznam.cz>
19722
19723 [BZ #16112]
19724 * malloc/malloc (malloc_info): Do not handle first bin as
19725 special case.
19726
1d70fd6c
CL
197272013-11-01 Chris Leonard <cjl@sugarlabs.org>
19728
19729 * locale/iso-639.def: Add Central Nahuatl (nhn).
19730
8c5c2600
BH
197312013-11-01 Bruno Haible <bruno@clisp.org>
19732
19733 [BZ #7003]
19734 * manual/math.texi (BSD Random): Specify range upper bound as
19735 in POSIX.
19736
da5579c2
CL
197372013-10-31 Chris Leonard <cjl@sugarlabs.org>
19738
19739 * locale/iso-639.def: Add Meadow Mari (mhr).
19740
5d30d853
OB
197412013-10-31 Ondřej Bílka <neleai@seznam.cz>
19742
19743 [BZ #14752], [BZ #15763]
19744 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19745 Validate name.
19746 * rt/tst_shm.c: Add test for escaping directory.
19747
a4966c61
AS
197482013-10-31 Andreas Schwab <schwab@suse.de>
19749
8a43e768 19750 [BZ #15917]
a4966c61
AS
19751 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19752 followed by 'x' as part of digit sequence.
19753 * stdio-common/tst-sscanf.c (double_tests2): New tests.
19754
28d708c4
MAP
197552013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19756
19757 [BZ #16037]
19758 * configure.ac: allow GNU Make 4.0 and greater.
19759 * configure: Regenerated.
19760
a56ee40b
WN
197612013-10-30 Will Newton <will.newton@linaro.org>
19762
19763 [BZ #16038]
19764 * malloc/hooks.c (memalign_check): Limit alignment to the
19765 maximum representable power of two.
19766 * malloc/malloc.c (__libc_memalign): Likewise.
19767 * malloc/tst-memalign.c (do_test): Add test for very
19768 large alignment values.
19769 * malloc/tst-posix_memalign.c (do_test): Likewise.
19770
c6e4925d
OB
197712013-10-30 Ondřej Bílka <neleai@seznam.cz>
19772
19773 [BZ #11087]
19774 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19775 (munmap_chunk): Likewise.
19776 (mremap_chunk): Likewise.
19777
197782013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 19779
8a43e768 19780 [BZ #15799]
bbea82f7
OB
19781 * stdlib/div.c (div): Remove obsolete code.
19782 * stdlib/ldiv.c (ldiv): Likewise.
19783 * stdlib/lldiv.c (lldiv): Likewise.
19784
977f4b31
SP
197852013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
19786
19787 [BZ #16071]
19788 * nss/nss_files/files-XXX.c (get_contents_ret): New
19789 enumerator.
19790 (get_contents): New function.
19791 (internal_getent): Use it. Expand size of LINEBUFLEN.
19792
cb8a6dbd
MF
197932013-10-30 Mike Frysinger <vapier@gentoo.org>
19794
19795 * configure.in: Moved to ...
19796 * configure.ac: ... here. Change reference to configure.in
19797 to configure.ac.
19798 * sysdeps/arm/preconfigure.ac: ... here.
19799 configure.in to configure.ac.
19800 * sysdeps/gnu/configure.in: Moved to ...
19801 * sysdeps/gnu/configure.ac: ... here.
19802 * sysdeps/i386/configure.in: Moved to ...
19803 * sysdeps/i386/configure.ac: ... here.
19804 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19805 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19806 * sysdeps/mach/configure.in: Moved to ...
19807 * sysdeps/mach/configure.ac: ... here.
19808 * sysdeps/mach/hurd/configure.in: Moved to ...
19809 * sysdeps/mach/hurd/configure.ac: ... here.
19810 * sysdeps/powerpc/configure.in: Moved to ...
19811 * sysdeps/powerpc/configure.ac: ... here.
19812 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19813 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19814 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19815 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19816 * sysdeps/s390/s390-32/configure.in: Moved to ...
19817 * sysdeps/s390/s390-32/configure.ac: ... here.
19818 * sysdeps/s390/s390-64/configure.in: Moved to ...
19819 * sysdeps/s390/s390-64/configure.ac: ... here.
19820 * sysdeps/sh/configure.in: Moved to ...
19821 * sysdeps/sh/configure.ac: ... here.
19822 * sysdeps/sparc/configure.in: Moved to ...
19823 * sysdeps/sparc/configure.ac: ... here.
19824 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19825 * sysdeps/unix/sysv/linux/configure.ac: ... here.
19826 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19827 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19828 * sysdeps/x86_64/configure.in: Moved to ...
19829 * sysdeps/x86_64/configure.ac: ... here.
19830 * sysdeps/x86_64/preconfigure.in: Moved to ...
19831 * sysdeps/x86_64/preconfigure.ac: ... here.
19832 * aclocal.m4: Change reference to configure.in to configure.ac.
19833 * config.h.in: Likewise.
19834 * manual/install.texi: Likewise.
19835 * manual/maint.texi: Likewise.
19836 * Makefile: Likewise.
19837 * malloc/Makefile: Likewise.
19838 * nscd/Makefile: Likewise.
19839 * Makeconfig: Change reference to configure.in and
19840 preconfigure.in to configure.ac and preconfigure.ac
19841 respectively.
19842 * INSTALL: Regenerated.
19843 * configure: Likewise.
19844 * sysdeps/gnu/configure: Likewise.
19845 * sysdeps/i386/configure: Likewise.
19846 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19847 * sysdeps/mach/configure: Likewise.
19848 * sysdeps/mach/hurd/configure: Likewise.
19849 * sysdeps/powerpc/configure: Likewise.
19850 * sysdeps/powerpc/powerpc32/configure: Likewise.
19851 * sysdeps/powerpc/powerpc64/configure: Likewise.
19852 * sysdeps/s390/s390-32/configure: Likewise.
19853 * sysdeps/s390/s390-64/configure: Likewise.
19854 * sysdeps/sh/configure: Likewise.
19855 * sysdeps/sparc/configure: Likewise.
19856 * sysdeps/unix/sysv/linux/configure: Likewise.
19857 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19858 * sysdeps/x86_64/configure: Likewise.
19859 * sysdeps/x86_64/preconfigure: Likewise.
19860
36a4953a
AS
198612013-10-29 Andreas Schwab <schwab@suse.de>
19862
19863 * stdio-common/Makefile (tst-swscanf-ENV): Define.
19864
c79a1204
SP
198652013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19866
dfa1b402
SP
19867 * benchtests/pow-inputs: Add new inputs.
19868
54f73d9c
SP
19869 * benchtests/exp-inputs: Add new inputs.
19870
c79a1204
SP
19871 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19872 conditional check for return value.
19873 (__cos32): Likewise.
19874
67beb545 198752013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
19876
19877 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19878 to provide a boost for large inputs with word alignment.
19879 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19880 implementation based on optimized PPC64 strcpy.
19881 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19882 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19883 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19884 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19885
151659f6
OB
198862013-10-25 Ondřej Bílka <neleai@seznam.cz>
19887
482a077e 19888 [BZ #2801]
151659f6
OB
19889 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19890
10b0f26b
OB
198912013-10-25 Ondřej Bílka <neleai@seznam.cz>
19892
19893 [BZ #14876]
19894 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19895 * time/tst-strptime.c (day_tests): Add testcase.
19896
ca42d35e
OB
198972013-10-25 Ondřej Bílka <neleai@seznam.cz>
19898
482a077e 19899 [BZ #14029]
ca42d35e
OB
19900 * manual/pattern.texi: Acknowledge that fnmatch can fail.
19901
52e6d801
FB
199022013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
19903
19904 [BZ #16074]
19905 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19906 MAP_FAILED on error.
19907
7cbcdb36
SP
199082013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19909
19910 [BZ #16072]
19911 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19912 heap for large requests.
19913
894f3f10
AM
199142013-10-25 Aurelien Jarno <aurelien@aurel32.net>
19915
19916 [BZ #9954]
19917 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19918 result if the result has no associated interface.
19919 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19920 interface for all 127.X.Y.Z addresses.
19921
b85545a6
CL
199222013-10-24 Chris Leonard <cjl@sugarlabs.org>
19923
19924 * locale/iso-639.def: Add Ligurian (lij)
19925
d1f23d46
OB
199262013-10-21 Ondřej Bílka <neleai@seznam.cz>
19927
19928 [BZ #15825]
19929 * sunrpc/rpc_main.c: Document rpcgen -5.
19930
4db5b08f
MS
199312013-10-19 Michael Stahl <mstahl@redhat.com>
19932
19933 * elf/rtld.c (do_preload): Print the reason why preloading failed.
19934
a471e96a
OB
199352013-10-19 Ondřej Bílka <neleai@seznam.cz>
19936
d1f23d46 19937 [BZ #10278]
a471e96a
OB
19938 * posix/glob.c: Match only directories when trailing slash is present.
19939 * posix/tst-gnuglob.c (my_opendir): Do not open files.
19940 (main): Add testcase.
19941
45c30c61
OB
199422013-10-19 Ondřej Bílka <neleai@seznam.cz>
19943
19944 [BZ #15670]
19945 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19946
484c12fb
CD
199472013-10-18 Carlos O'Donell <carlos@redhat.com>
19948
3d7dc513
CD
19949 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19950 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19951 AUTH_DES and cindex for FIPS 140-2.
19952 (DES Encryption): Add cindex FIPS 46-3.
19953
484c12fb
CD
19954 * locale/locarchive.h (struct locarhandle): Add fname.
19955 * locale/programs/localedef.c (main): Pass ARGV[remaining]
19956 if an optional argument was specified to --list-archive,
19957 otherwise NULL.
19958 * locale/programs/locarchive.c (show_archive_content): Take new
19959 argument fname and pass it via ah.fname to open_archive.
19960 * locale/programs/localedef.h: Update decl.
19961 (open_archive): If AH->fname is non-null, open that file
19962 rather than the default file name, and don't ignore ENOENT.
19963 (create_archive): Set AH.fname to NULL.
19964 (delete_locales_from_archive): Likewise.
19965 (add_locales_to_archive): Likewise.
19966 * locale/programs/locfile.c (write_all_categories): Likewise.
19967
3c8325fb
JM
199682013-10-18 Joseph Myers <joseph@codesourcery.com>
19969 Aldy Hernandez <aldyh@redhat.com>
19970
19971 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19972 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19973 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19974 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19975 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19976 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19977 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19978 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19979 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19980 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19981 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19982 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19983 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19984 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19985 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19986 Likewise.
19987 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19988 Likewise.
19989 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19990 Likewise.
19991 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19992 Likewise.
19993 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19994 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19995 Likewise.
19996 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19997 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19998 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19999 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20000 Likewise.
20001 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20002 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20003 * sysdeps/powerpc/preconfigure: Likewise.
20004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20005 Likewise.
20006 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20007 Replace contents of file by #include of <fenv_libc.h>.
20008 * sysdeps/powerpc/soft-fp/sfp-machine.h
20009 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20010 and <sys/prctl.h>.
20011 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20012 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20013 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20014 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20015 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20016 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20017 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20018 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20019 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20020 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20021 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20022 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20023 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20024 Allow copysignl PLT reference to be missing.
20025
5abe0682
RS
200262013-10-18 Richard Sandiford <richard@codesourcery.com>
20027 Joseph Myers <joseph@codesourcery.com
20028
20029 [BZ #15948]
20030 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20031 single character.
20032 (add_to_tablewc): Assert sequence of wide characters is nonempty.
20033
c7738d08
SP
200342013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
20035
20036 * elf/tst-tls-dlinfo.c: Don't include tls.h.
20037 * elf/tst-tls1.c: Likewise.
20038 * elf/tst-tls10.h: Likewise.
20039 * elf/tst-tls14.c: Likewise.
20040 * elf/tst-tls2.c: Likewise.
20041 * elf/tst-tls3.c: Likewise.
20042 * elf/tst-tls4.c: Likewise.
20043 * elf/tst-tls5.c: Likewise.
20044 * elf/tst-tls6.c: Likewise.
20045 * elf/tst-tls7.c: Likewise.
20046 * elf/tst-tls8.c: Likewise.
20047 * elf/tst-tls9.c: Likewise.
20048 * elf/tst-tlsmod1.c: Likewise.
20049 * elf/tst-tlsmod13.c: Likewise.
20050 * elf/tst-tlsmod13a.c: Likewise.
20051 * elf/tst-tlsmod14a.c: Likewise.
20052 * elf/tst-tlsmod16a.c: Likewise.
20053 * elf/tst-tlsmod16b.c: Likewise.
20054 * elf/tst-tlsmod2.c: Likewise.
20055 * elf/tst-tlsmod3.c: Likewise.
20056 * elf/tst-tlsmod4.c: Likewise.
20057 * elf/tst-tlsmod5.c: Likewise.
20058 * elf/tst-tlsmod6.c: Likewise.
20059
0bfcf2c7
OB
200602013-10-18 Ondřej Bílka <neleai@seznam.cz>
20061
20062 [BZ #12486]
20063 * malloc/malloc.c: remove checks for statistics.
20064
264aad1e
OB
200652013-10-17 Ondřej Bílka <neleai@seznam.cz>
20066
20067 [BZ #15277]
20068 * inet/inet_net.c (inet_network): Detect additional invalid strings.
20069 * inet/tst-network.c: Add testcase.
20070
b957ced8
AS
200712013-10-17 Andreas Schwab <schwab@suse.de>
20072
20073 [BZ #15218]
20074 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20075 to determine canonical name.
20076
c5d5d574
OB
200772013-10-17 Ondřej Bílka <neleai@seznam.cz>
20078
20079 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20080 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20081 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20082 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20083 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20084 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20085 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20086 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20087 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20088 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20089 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20090 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20091 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20092 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20093 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20094 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20095 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20096 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20097 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20098 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20099 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20100 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20101 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20102 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20103 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20104 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20105 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20106 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20107 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20108 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20109 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20110 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20111 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20112 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20113 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20114 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20115 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20116 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20117 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20118 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20119 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20120 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20121 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20122 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20123 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20124 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20125 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20126 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20127 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20128 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20129 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20130 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20131 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20132 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20133 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20134 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20135 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20136 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20137
e5c2c2d0
JM
201382013-10-17 Joseph Myers <joseph@codesourcery.com>
20139
20140 [BZ #16041]
20141 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20142 make result into a quiet NaN.
20143
51ca9e29
JM
201442013-10-16 Joseph Myers <joseph@codesourcery.com>
20145
20146 * soft-fp/adddf3.c: Fix horizontal whitespace.
20147 * soft-fp/addsf3.c: Likewise.
20148 * soft-fp/addtf3.c: Likewise.
20149 * soft-fp/divdf3.c: Likewise.
20150 * soft-fp/divsf3.c: Likewise.
20151 * soft-fp/divtf3.c: Likewise.
20152 * soft-fp/double.h: Likewise.
20153 * soft-fp/eqdf2.c: Likewise.
20154 * soft-fp/eqsf2.c: Likewise.
20155 * soft-fp/eqtf2.c: Likewise.
20156 * soft-fp/extenddftf2.c: Likewise.
20157 * soft-fp/extended.h: Likewise.
20158 * soft-fp/extendsfdf2.c: Likewise.
20159 * soft-fp/extendsftf2.c: Likewise.
20160 * soft-fp/extendxftf2.c: Likewise.
20161 * soft-fp/fixdfdi.c: Likewise.
20162 * soft-fp/fixdfsi.c: Likewise.
20163 * soft-fp/fixdfti.c: Likewise.
20164 * soft-fp/fixsfdi.c: Likewise.
20165 * soft-fp/fixsfsi.c: Likewise.
20166 * soft-fp/fixsfti.c: Likewise.
20167 * soft-fp/fixtfdi.c: Likewise.
20168 * soft-fp/fixtfsi.c: Likewise.
20169 * soft-fp/fixtfti.c: Likewise.
20170 * soft-fp/fixunsdfdi.c: Likewise.
20171 * soft-fp/fixunsdfsi.c: Likewise.
20172 * soft-fp/fixunsdfti.c: Likewise.
20173 * soft-fp/fixunssfdi.c: Likewise.
20174 * soft-fp/fixunssfsi.c: Likewise.
20175 * soft-fp/fixunssfti.c: Likewise.
20176 * soft-fp/fixunstfdi.c: Likewise.
20177 * soft-fp/fixunstfsi.c: Likewise.
20178 * soft-fp/fixunstfti.c: Likewise.
20179 * soft-fp/floatdidf.c: Likewise.
20180 * soft-fp/floatdisf.c: Likewise.
20181 * soft-fp/floatditf.c: Likewise.
20182 * soft-fp/floatsidf.c: Likewise.
20183 * soft-fp/floatsisf.c: Likewise.
20184 * soft-fp/floatsitf.c: Likewise.
20185 * soft-fp/floattidf.c: Likewise.
20186 * soft-fp/floattisf.c: Likewise.
20187 * soft-fp/floattitf.c: Likewise.
20188 * soft-fp/floatundidf.c: Likewise.
20189 * soft-fp/floatundisf.c: Likewise.
20190 * soft-fp/floatunditf.c: Likewise.
20191 * soft-fp/floatunsidf.c: Likewise.
20192 * soft-fp/floatunsisf.c: Likewise.
20193 * soft-fp/floatunsitf.c: Likewise.
20194 * soft-fp/floatuntidf.c: Likewise.
20195 * soft-fp/floatuntisf.c: Likewise.
20196 * soft-fp/floatuntitf.c: Likewise.
20197 * soft-fp/fmadf4.c: Likewise.
20198 * soft-fp/fmasf4.c: Likewise.
20199 * soft-fp/fmatf4.c: Likewise.
20200 * soft-fp/gedf2.c: Likewise.
20201 * soft-fp/gesf2.c: Likewise.
20202 * soft-fp/getf2.c: Likewise.
20203 * soft-fp/ledf2.c: Likewise.
20204 * soft-fp/lesf2.c: Likewise.
20205 * soft-fp/letf2.c: Likewise.
20206 * soft-fp/muldf3.c: Likewise.
20207 * soft-fp/mulsf3.c: Likewise.
20208 * soft-fp/multf3.c: Likewise.
20209 * soft-fp/negdf2.c: Likewise.
20210 * soft-fp/negsf2.c: Likewise.
20211 * soft-fp/negtf2.c: Likewise.
20212 * soft-fp/op-1.h: Likewise.
20213 * soft-fp/op-2.h: Likewise.
20214 * soft-fp/op-4.h: Likewise.
20215 * soft-fp/op-8.h: Likewise.
20216 * soft-fp/op-common.h: Likewise.
20217 * soft-fp/quad.h: Likewise.
20218 * soft-fp/single.h: Likewise.
20219 * soft-fp/soft-fp.h: Likewise.
20220 * soft-fp/sqrtdf2.c: Likewise.
20221 * soft-fp/sqrtsf2.c: Likewise.
20222 * soft-fp/sqrttf2.c: Likewise.
20223 * soft-fp/subdf3.c: Likewise.
20224 * soft-fp/subsf3.c: Likewise.
20225 * soft-fp/subtf3.c: Likewise.
20226 * soft-fp/truncdfsf2.c: Likewise.
20227 * soft-fp/trunctfdf2.c: Likewise.
20228 * soft-fp/trunctfsf2.c: Likewise.
20229 * soft-fp/trunctfxf2.c: Likewise.
20230 * soft-fp/unorddf2.c: Likewise.
20231 * soft-fp/unordsf2.c: Likewise.
20232 * soft-fp/unordtf2.c: Likewise.
20233
9ebb0332
JM
202342013-10-15 Joseph Myers <joseph@codesourcery.com>
20235
20236 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20237 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20238
4b1a6d8b
OB
202392013-10-15 Ondřej Bílka <neleai@seznam.cz>
20240
20241 * elf/dl-libc.c: Clear initfini list after freeing.
20242
1e145589
JM
202432013-10-14 Joseph Myers <joseph@codesourcery.com>
20244
20245 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20246 * soft-fp/addsf3.c: Likewise.
20247 * soft-fp/addtf3.c: Likewise.
20248 * soft-fp/divdf3.c: Likewise.
20249 * soft-fp/divsf3.c: Likewise.
20250 * soft-fp/divtf3.c: Likewise.
20251 * soft-fp/double.h: Likewise.
20252 * soft-fp/eqdf2.c: Likewise.
20253 * soft-fp/eqsf2.c: Likewise.
20254 * soft-fp/eqtf2.c: Likewise.
20255 * soft-fp/extenddftf2.c: Likewise.
20256 * soft-fp/extended.h: Likewise.
20257 * soft-fp/extendsfdf2.c: Likewise.
20258 * soft-fp/extendsftf2.c: Likewise.
20259 * soft-fp/extendxftf2.c: Likewise.
20260 * soft-fp/fixdfdi.c: Likewise.
20261 * soft-fp/fixdfsi.c: Likewise.
20262 * soft-fp/fixdfti.c: Likewise.
20263 * soft-fp/fixsfdi.c: Likewise.
20264 * soft-fp/fixsfsi.c: Likewise.
20265 * soft-fp/fixsfti.c: Likewise.
20266 * soft-fp/fixtfdi.c: Likewise.
20267 * soft-fp/fixtfsi.c: Likewise.
20268 * soft-fp/fixtfti.c: Likewise.
20269 * soft-fp/fixunsdfdi.c: Likewise.
20270 * soft-fp/fixunsdfsi.c: Likewise.
20271 * soft-fp/fixunsdfti.c: Likewise.
20272 * soft-fp/fixunssfdi.c: Likewise.
20273 * soft-fp/fixunssfsi.c: Likewise.
20274 * soft-fp/fixunssfti.c: Likewise.
20275 * soft-fp/fixunstfdi.c: Likewise.
20276 * soft-fp/fixunstfsi.c: Likewise.
20277 * soft-fp/fixunstfti.c: Likewise.
20278 * soft-fp/floatdidf.c: Likewise.
20279 * soft-fp/floatdisf.c: Likewise.
20280 * soft-fp/floatditf.c: Likewise.
20281 * soft-fp/floatsidf.c: Likewise.
20282 * soft-fp/floatsisf.c: Likewise.
20283 * soft-fp/floatsitf.c: Likewise.
20284 * soft-fp/floattidf.c: Likewise.
20285 * soft-fp/floattisf.c: Likewise.
20286 * soft-fp/floattitf.c: Likewise.
20287 * soft-fp/floatundidf.c: Likewise.
20288 * soft-fp/floatundisf.c: Likewise.
20289 * soft-fp/floatunsidf.c: Likewise.
20290 * soft-fp/floatunsisf.c: Likewise.
20291 * soft-fp/floatuntidf.c: Likewise.
20292 * soft-fp/floatuntisf.c: Likewise.
20293 * soft-fp/floatuntitf.c: Likewise.
20294 * soft-fp/fmadf4.c: Likewise.
20295 * soft-fp/fmasf4.c: Likewise.
20296 * soft-fp/fmatf4.c: Likewise.
20297 * soft-fp/gedf2.c: Likewise.
20298 * soft-fp/gesf2.c: Likewise.
20299 * soft-fp/getf2.c: Likewise.
20300 * soft-fp/ledf2.c: Likewise.
20301 * soft-fp/lesf2.c: Likewise.
20302 * soft-fp/letf2.c: Likewise.
20303 * soft-fp/muldf3.c: Likewise.
20304 * soft-fp/mulsf3.c: Likewise.
20305 * soft-fp/multf3.c: Likewise.
20306 * soft-fp/negdf2.c: Likewise.
20307 * soft-fp/negsf2.c: Likewise.
20308 * soft-fp/negtf2.c: Likewise.
20309 * soft-fp/op-1.h: Likewise.
20310 * soft-fp/op-2.h: Likewise.
20311 * soft-fp/op-4.h: Likewise.
20312 * soft-fp/op-8.h: Likewise.
20313 * soft-fp/op-common.h: Likewise.
20314 * soft-fp/quad.h: Likewise.
20315 * soft-fp/single.h: Likewise.
20316 * soft-fp/soft-fp.h: Likewise.
20317 * soft-fp/sqrtdf2.c: Likewise.
20318 * soft-fp/sqrtsf2.c: Likewise.
20319 * soft-fp/sqrttf2.c: Likewise.
20320 * soft-fp/subdf3.c: Likewise.
20321 * soft-fp/subsf3.c: Likewise.
20322 * soft-fp/subtf3.c: Likewise.
20323 * soft-fp/truncdfsf2.c: Likewise.
20324 * soft-fp/trunctfdf2.c: Likewise.
20325 * soft-fp/trunctfsf2.c: Likewise.
20326 * soft-fp/trunctfxf2.c: Likewise.
20327 * soft-fp/unorddf2.c: Likewise.
20328 * soft-fp/unordsf2.c: Likewise.
20329 * soft-fp/unordtf2.c: Likewise.
20330
17c48a60
OB
203312013-10-14 Ondřej Bílka <neleai@seznam.cz>
20332
20333 [BZ #15672]
20334 * misc/error.c (error_tail): Fix possible buffer overflow.
20335
cabba934
OB
203362013-10-14 Aurelien Jarno <aurelien@aurel32.net>
20337
20338 [BZ #13028]
20339 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20340 address.
20341
94bf958a
PM
203422013-10-14 P. J. McDermott <pj@pehjota.net>
20343
20344 [BZ #832]
20345 * elf/ldd.bash.in (try_trace): New function. Delete previous code
20346 testing pipefail option.
20347
71b4dea7
JM
203482013-10-12 Joseph Myers <joseph@codesourcery.com>
20349
20350 * soft-fp/double.h: Indent preprocessor directives inside #if.
20351 * soft-fp/extended.h: Likewise.
20352 * soft-fp/op-2.h: Likewise.
20353 * soft-fp/op-4.h: Likewise.
20354 * soft-fp/op-common.h: Likewise.
20355 * soft-fp/quad.h: Likewise.
20356 * soft-fp/single.h: Likewise.
20357 * soft-fp/soft-fp.h: Likewise.
20358
55602758
YC
203592013-10-12 Yuri Chornoivan <yurchor@ukr.net>
20360
20361 * iconv/iconv_prog.c: Fix typos.
20362 * stdio-common/psiginfo-data.h: Likewise.
20363
9cd83302
RT
203642013-10-12 Reuben Thomas <rrt@sc3d.org>
20365
20366 [BZ #15764]
20367 * locale/setlocale.c: Fix typo.
20368
99fd9f47
JM
203692013-10-12 Joseph Myers <joseph@codesourcery.com>
20370
b7ea74f0
JM
20371 [BZ #16036]
20372 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20373 signaling NaN arguments.
20374 * soft-fp/unordsf2.c (__unordsf2): Likewise.
20375 * soft-fp/unordtf2.c (__unordtf2): Likewise.
20376
8a509447
JM
20377 [BZ #14910]
20378 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20379 unordered operands.
20380 * soft-fp/gesf2.c (__gesf2): Likewise.
20381 * soft-fp/getf2.c (__getf2): Likewise.
20382 * soft-fp/ledf2.c (__ledf2): Likewise.
20383 * soft-fp/lesf2.c (__lesf2): Likewise.
20384 * soft-fp/letf2.c (__letf2): Likewise.
20385
98998e9f
JM
20386 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20387 * soft-fp/eqsf2.c (__eqsf2): Likewise.
20388 * soft-fp/eqtf2.c (__eqtf2): Likewise.
20389 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20390 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20391 * soft-fp/fixdfti.c (__fixdfti): Likewise.
20392 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20393 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20394 * soft-fp/fixsfti.c (__fixsfti): Likewise.
20395 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20396 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20397 * soft-fp/fixtfti.c (__fixtfti): Likewise.
20398 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20399 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20400 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20401 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20402 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20403 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20404 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20405 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20406 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20407 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20408 * soft-fp/floatdisf.c (__floatdisf): Likewise.
20409 * soft-fp/floatsisf.c (__floatsisf): Likewise.
20410 * soft-fp/floattidf.c (__floattidf): Likewise.
20411 * soft-fp/floattisf.c (__floattisf): Likewise.
20412 * soft-fp/floattitf.c (__floattitf): Likewise.
20413 * soft-fp/floatundidf.c (__floatundidf): Likewise.
20414 * soft-fp/floatundisf.c (__floatundisf): Likewise.
20415 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20416 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20417 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20418 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20419 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20420 * soft-fp/gesf2.c (__gesf2): Likewise.
20421 * soft-fp/getf2.c (__getf2): Likewise.
20422 * soft-fp/ledf2.c (__ledf2): Likewise.
20423 * soft-fp/lesf2.c (__lesf2): Likewise.
20424 * soft-fp/letf2.c (__letf2): Likewise.
20425
8edc4a11
JM
20426 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20427 Undefine and redefine.
20428 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20429 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20430 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20431 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20432 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20433 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20434 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20435 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20436 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20437 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20438 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20439 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20440 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20441 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20442 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20443
8399acaf
JM
20444 [BZ #16032]
20445 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20446 without decrementing exponent if mantissa >= that for the
20447 denominator, not >.
20448 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20449 denominator, not >. Decrement exponent in < case instead of
20450 incrementing in >= case.
20451 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20452 without decrementing exponent if mantissa >= that for the
20453 denominator, not >.
20454
99fd9f47
JM
20455 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20456 computing saturated result for unsigned overflow.
20457
10e1cf6b
SP
204582013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20459 Jeff Law <law@redhat.com>
20460
20461 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20462 (atan2Mp): Add systemtap probe marker.
20463 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20464 (__ieee754_log): Add systemtap probe marker.
20465 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20466 (atanMp): Add systemtap probe marker.
20467 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20468 (tanMp): Add systemtap probe marker.
20469 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20470 (__slowexp): Add systemtap probe marker.
20471 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20472 (__slowpow): Add systemtap probe marker.
20473 * manual/probes.texi: Document probes.
20474
3d110c7c
EB
204752013-10-11 Eric Biggers <ebiggers3@gmail.com>
20476
20477 [BZ #15362]
20478 * libio/fileops.c (_IO_new_file_write): Return count of bytes
20479 written.
20480 (_IO_new_file_xsputn): Don't return EOF if nothing has been
20481 written.
20482 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20483 written to buffer but not flushed.
20484 * libio/iofwrite_u.c: Likewise.
20485 * libio/iopadn.c: Return bytes returned even if EOF was
20486 encountered.
20487 * libio/iowpadn.c: Likewise.
20488 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20489 if _IO_padn does not write the whole buffer.
20490 [!COMPILE_WPRINTF] (PAD): Likewise.
20491
75b4202a
DM
204922013-10-10 David S. Miller <davem@davemloft.net>
20493
20494 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20495 directory block.
20496
6c6352e6
JM
204972013-10-10 Joseph Myers <joseph@codesourcery.com>
20498
33b853c3
JM
20499 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
20500 instead of FSF address.
20501 * soft-fp/fixdfti.c: Likewise.
20502 * soft-fp/fixsfti.c: Likewise.
20503 * soft-fp/fixtfti.c: Likewise.
20504 * soft-fp/fixunsdfti.c: Likewise.
20505 * soft-fp/fixunssfti.c: Likewise.
20506 * soft-fp/fixunstfti.c: Likewise.
20507 * soft-fp/floattidf.c: Likewise.
20508 * soft-fp/floattisf.c: Likewise.
20509 * soft-fp/floattitf.c: Likewise.
20510 * soft-fp/floatuntidf.c: Likewise.
20511 * soft-fp/floatuntisf.c: Likewise.
20512 * soft-fp/floatuntitf.c: Likewise.
20513 * soft-fp/trunctfxf2.c: Likewise.
20514
6c6352e6
JM
20515 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
20516 * soft-fp/fixdfti.c: Likewise.
20517 * soft-fp/fixsfti.c: Likewise.
20518 * soft-fp/fixtfti.c: Likewise.
20519 * soft-fp/fixunsdfti.c: Likewise.
20520 * soft-fp/fixunssfti.c: Likewise.
20521 * soft-fp/fixunstfti.c: Likewise.
20522 * soft-fp/floattidf.c: Likewise.
20523 * soft-fp/floattisf.c: Likewise.
20524 * soft-fp/floattitf.c: Likewise.
20525 * soft-fp/floatuntidf.c: Likewise.
20526 * soft-fp/floatuntisf.c: Likewise.
20527 * soft-fp/floatuntitf.c: Likewise.
20528 * soft-fp/trunctfxf2.c: Likewise.
20529
3bf78b71
DM
205302013-10-10 David S. Miller <davem@davemloft.net>
20531
20532 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20533
6f10289e
JM
205342013-10-10 Joseph Myers <joseph@codsourcery.com>
20535
bd878fc0
JM
20536 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20537 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20538 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20539 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20540 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20541 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20542 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20543
6f10289e
JM
20544 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20545 for NaNs before doing comparisons on argument.
20546 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20547 Likewise.
20548
321e2684
WN
205492013-10-10 Will Newton <will.newton@linaro.org>
20550
20551 * malloc/hooks.c (memalign_check): Ensure the value of bytes
20552 passed to _int_memalign does not overflow.
20553
40fefba1
TR
205542013-10-10 Torvald Riegel <triegel@redhat.com>
20555
20556 * scripts/bench.pl: Add include-sources directive.
20557 * benchtests/README: Update documentation.
20558
2ae21ed2
JM
205592013-10-10 Joseph Myers <joseph@codesourcery.com>
20560
dcc2dd3f
JM
20561 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20562 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20563 instead of FP_INIT_ROUNDMODE.
20564 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20565 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20566
2ae21ed2
JM
20567 [BZ #16034]
20568 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
20569 copy class of input value.
20570 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
20571 not handle exceptions.
20572 * soft-fp/negsf2.c (__negsf2): Likewise.
20573 * soft-fp/negtf2.c (__negtf2): Likewise.
20574 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20575
cb8f9562
JM
205762013-10-09 Joseph Myers <joseph@codesourcery.com>
20577
20578 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20579 semicolon. From Linux kernel.
20580
5b60c59d
AB
205812013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
20582
20583 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20584
b86835ca
YC
205852013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
20586
20587 [BZ #156]
20588 * manual/socket.texi: Added statement about buffer
20589 for gethostbyname2_r.
20590
e7044ea7
OB
205912013-10-08 Ondřej Bílka <neleai@seznam.cz>
20592
20593 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20594 Use .p2align directive instead, throughout.
20595 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20596 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20597 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20598 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20599 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20600 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20601 * sysdeps/x86_64/strchr.S: Likewise.
20602 * sysdeps/x86_64/strrchr.S: Likewise.
20603
09544cbc
SP
206042013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
20605
88576635
SP
20606 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20607
e7b2d1dd
SP
20608 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20609
09544cbc
SP
20610 * sysdeps/generic/math_private.h (__mpsin1): Remove
20611 declaration.
20612 (__mpcos1): Likewise.
20613 (__mpsin): New argument __range_reduce.
20614 (__mpcos): Likewise.
20615 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20616 (slow): Use __mpsin and __mpcos.
20617 (slow1): Likewise.
20618 (slow2): Likewise.
20619 (sloww): Likewise.
20620 (sloww1): Likewise.
20621 (sloww2): Likewise.
20622 (bsloww): Likewise.
20623 (bsloww1): Likewise.
20624 (bsloww2): Likewise.
20625 (cslow2): Likewise.
20626 (csloww): Likewise.
20627 (csloww1): Likewise.
20628 (csloww2): Likewise.
20629 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20630 range_reduce. Merge in __mpsin1.
20631 (__mpcos): Likewise.
20632 (__mpsin1): Remove.
20633 (__mpcos1): Likewise.
20634
7602d070
JM
206352013-10-07 Joseph Myers <joseph@codesourcery.com>
20636
20637 * locale/loadlocale.c (_nl_intern_locale_data): Use
20638 LOCFILE_ALIGNED_P.
20639 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20640 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20641 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20642 obstack data is appropriately aligned.
20643 (obstack_int32_grow_fast): Likewise.
20644 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20645 * locale/programs/locfile.c (add_locale_uint32): Likewise.
20646 (add_locale_uint32_array): Likewise.
20647
a357259b
SP
206482013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
20649
20650 * benchtests/Makefile: Remove ARGLIST and RET variables.
20651 ($(objpfx)bench-%.c): Pass only function name to the script.
20652 * benchtests/README: Update documentation.
20653 * benchtests/acos-inputs: Add new directives.
20654 * benchtests/acosh-inputs: Likewise.
20655 * benchtests/asin-inputs: Likewise.
20656 * benchtests/asinh-inputs: Likewise.
20657 * benchtests/atan-inputs: Likewise.
20658 * benchtests/atanh-inputs: Likewise.
20659 * benchtests/cos-inputs: Likewise.
20660 * benchtests/cosh-inputs: Likewise.
20661 * benchtests/exp-inputs: Likewise.
20662 * benchtests/log-inputs: Likewise.
20663 * benchtests/pow-inputs: Likewise.
20664 * benchtests/rint-inputs: Likewise.
20665 * benchtests/sin-inputs: Likewise.
20666 * benchtests/sinh-inputs: Likewise.
20667 * benchtests/tan-inputs: Likewise.
20668 * benchtests/tanh-inputs: Likewise.
20669 * scripts/bench.pl: Add support for new directives.
20670
9ec1b13d
AM
206712013-10-07 Alan Modra <amodra@gmail.com>
20672
20673 * README: Fix careless merge.
20674
8b7d57cd
AM
206752013-10-05 Alan Modra <amodra@gmail.com>
20676
20677 * NEWS: Mention powerpc64le support and bugs fixed.
20678 * README: Both big-endian and little-endian powerpc64 supported.
20679
7b7bab13
ST
206802013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
20681
57f41c40
AS
20682 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20683 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
20684 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20685 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20686
d39baad1
RA
206872013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
20688
20689 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20690 match prototype.
20691
cd78f7e7
JM
206922013-10-04 Joseph Myers <joseph@codesourcery.com>
20693
29d73d86
JM
20694 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20695 Move -mhard-float appending from
20696 ports/sysdeps/powerpc/powerpc32/Makefile.
20697 [$(with-fp) = yes] (ASFLAGS): Likewise.
20698 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20699 * sysdeps/powerpc/nofpu: Move directory from
20700 ports/sysdeps/powerpc/nofpu.
20701 * sysdeps/powerpc/soft-fp: Move directory from
20702 ports/sysdeps/powerpc/soft-fp.
20703 * sysdeps/powerpc/powerpc32/405: Move directory from
20704 ports/sysdeps/powerpc/powerpc32/405.
20705 * sysdeps/powerpc/powerpc32/440: Move directory from
20706 ports/sysdeps/powerpc/powerpc32/440.
20707 * sysdeps/powerpc/powerpc32/464: Move directory from
20708 ports/sysdeps/powerpc/powerpc32/464.
20709 * sysdeps/powerpc/powerpc32/476: Move directory from
20710 ports/sysdeps/powerpc/powerpc32/476.
20711 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20712 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20713 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20714 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20716 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20718 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20720 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20721 * README: Update for powerpc-*-linux-gnu software floating point
20722 support in libc.
20723
e246b347
JM
20724 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20725 case to powerpc/powerpc32*.
20726 * sysdeps/unix/sysv/linux/configure: Regenerated.
20727
89c2003e
JM
20728 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20729 (_FPU_MASK_OM): Define as 0x04.
20730 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20731 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20732 0x00c10080.
20733 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20734 0x0000003c.
20735 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20736
cd78f7e7
JM
20737 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20738 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20739 getcontext_e500.
20740 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20741 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20742 setcontext_e500.
20743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20744 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20745 and setcontext_e500.
20746
c755294d
CL
207472013-10-04 Chris Leonard <cjl@sugarlabs,.org>
20748
20749 * locale/iso-3166.def: Update iso-1366.def and related occurrences
20750
e16d221c
SP
207512013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20752
20753 * manual/threads.texi (Default Thread Attributes): Fix typo.
20754
215c7d43
WN
207552013-10-04 Will Newton <will.newton@linaro.org>
20756
20757 * malloc/Makefile: Add tst-memalign.
20758 * malloc/tst-memalign.c: New file.
20759
27d0461b
WN
20760 * malloc/tst-posix_memalign.c: Add comments.
20761 (do_test): Add comments and call free on all potentially
20762 allocated pointers. Add space after cast.
20763
1bc92709
WN
20764 * malloc/tst-pvalloc.c: Add comments.
20765 (do_test): Add comments and call free on all potentially
20766 allocated pointers. Remove duplicate check for NULL pointer.
20767 Add space after cast.
20768
66a9be9d
WN
20769 * malloc/tst-valloc.c: Add comments.
20770 (do_test): Add comments and call free on all potentially
20771 allocated pointers. Remove duplicate check for NULL pointer.
20772 Add space after cast.
20773
4cb81307
AM
207742013-10-04 Alan Modra <amodra@gmail.com>
20775
20776 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20777 Use stdint types in rather than __attribute__((mode())).
20778 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20779
f8e3e9f3
AM
207802013-10-04 Alan Modra <amodra@gmail.com>
20781
20782 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20783 Correct handling of unaligned relocs for little-endian.
20784 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20785
8f9ebb08
AM
207862013-10-04 Alan Modra <amodra@gmail.com>
20787
20788 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20789 * configure: Regenerate.
20790 * nptl/shlib-versions: Powerpc*le starts at 2.18.
20791 * shlib-versions: Likewise.
20792
0edf96c2
AM
207932013-10-04 Alan Modra <amodra@gmail.com>
20794
20795 * string/tester.c (test_memrchr): Increment reported test cycle.
20796
e0f7a380
AM
207972013-10-04 Alan Modra <amodra@gmail.com>
20798
20799 * string/test-memcpy.c (do_one_test): When reporting errors, print
20800 string address and don't overrun end of string.
20801
466b0393
AM
208022013-10-04 Alan Modra <amodra@gmail.com>
20803
20804 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20805 insrdi. Make better use of reg selection to speed exit slightly.
20806 Schedule entry path a little better. Remove useless "are we done"
20807 checks on entry to main loop. Handle wrapping around zero address.
20808 Correct main loop count. Handle single left-over word from main
20809 loop inline rather than by using loop_small. Remove extra word
20810 case in loop_small caused by wrong loop count. Add little-endian
20811 support.
20812 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20813 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
20814 cache hint.
20815 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20816 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20817 support. Avoid rlwimi.
20818 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20819
3be87c77
AM
208202013-10-04 Alan Modra <amodra@gmail.com>
20821
20822 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 20823 insrdi. Formatting.
3be87c77
AM
20824 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20825 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20826 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20827 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20828 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20829 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20830
759cfef3
AM
208312013-10-04 Alan Modra <amodra@gmail.com>
20832
20833 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20834 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20835 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20836 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20837 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20838 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20839 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20840 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20841 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
20842 use of regs. Use power7 mtocrf. Tidy function tails.
20843
fe6e95d7
AM
208442013-10-04 Alan Modra <amodra@gmail.com>
20845
20846 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20847 Formatting. Consistently use rXXX register defines or rN defines.
20848 Use early exit labels that avoid restoring unused non-volatile regs.
20849 Make cr field use more consistent with rWORDn compares. Rename
20850 regs used as shift registers for unaligned loop, using rN defines
20851 for short lifetime/multiple use regs.
20852 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20853 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
20854 addi 1,1,64 to pop stack frame. Simplify return value code.
20855 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20856
664318c3
AM
208572013-10-04 Alan Modra <amodra@gmail.com>
20858
20859 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20860 support. Correct typos, formatting. Optimize tail. Use insrdi
20861 rather than rlwimi.
20862 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20863 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20864 little-endian support. Correct typos.
20865 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
20866 rather than rlwimi.
20867 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
20868 in loop and entry code to keep "and." results.
20869 (strchr): Add little-endian support. Comment. Move cntlzd
20870 earlier in tail.
20871 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20872
43b84013
AM
208732013-10-04 Alan Modra <amodra@gmail.com>
20874
20875 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20876 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20877 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20878 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20879
8a7413f9
AM
208802013-10-04 Alan Modra <amodra@gmail.com>
20881
20882 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20883 (rTMP): Define as r11.
20884 (strcmp): Add little-endian support. Optimise tail.
20885 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20886 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20887 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20888 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20889 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20890 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20891 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20892
33ee81de
AM
208932013-10-04 Alan Modra <amodra@gmail.com>
20894
20895 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20896 little-endian support. Remove unnecessary "are we done" tests.
20897 Handle "s" wrapping around zero and extremely large "size".
20898 Correct main loop count. Handle single left-over word from main
20899 loop inline rather than by using small_loop. Correct comments.
20900 Delete "zero" tail, use "end_max" instead.
20901 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20902
db9b4570
AM
209032013-10-04 Alan Modra <amodra@gmail.com>
20904
20905 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20906 support. Don't branch over align.
20907 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20908 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20909 support. Rearrange tmp reg use to suit. Comment.
20910 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20911
f7c399cf
AM
209122013-10-04 Alan Modra <amodra@gmail.com>
20913
20914 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20915
0b2c2ace
AM
209162013-10-04 Alan Modra <amodra@gmail.com>
20917
20918 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20919 conditional form of branch and link when obtaining pc.
20920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20921
02f04a6c
AM
209222013-10-04 Alan Modra <amodra@gmail.com>
20923
20924 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20925 HIWORD/LOWORD.
20926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20928
9b874b2f
AM
209292013-10-04 Alan Modra <amodra@gmail.com>
20930
20931 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20932 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20933 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20934 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20935 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20936 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20937 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20938 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20939 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20940 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20941
be1e5d31
AB
209422013-10-04 Anton Blanchard <anton@au1.ibm.com>
20943 Alistair Popple <alistair@ozlabs.au.ibm.com>
20944 Alan Modra <amodra@gmail.com>
20945
20946 [BZ #15723]
20947 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20948 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20949 _dl_hwcap access for little-endian.
20950 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
20951 destroy vmx regs when saving unaligned.
20952 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20953 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
20954 destroy vmx regs when saving unaligned.
20955
fef13a78
AM
209562013-10-04 Alan Modra <amodra@gmail.com>
20957
20958 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20959 Don't use a union to pack hi/low value.
20960
76a66d51
AB
209612013-10-04 Anton Blanchard <anton@au1.ibm.com>
20962
20963 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20964 for little-endian.
20965 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20966 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20967 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20968 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20969 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20970
6a31fe7f
AM
209712013-10-04 Alan Modra <amodra@gmail.com>
20972
20973 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20974 constants to usual value for .cst8 section, and remove redundant
20975 high address load.
20976 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20977 constant for 0x1p52. Load little-endian words of double from
20978 correct stack offsets.
20979
7b88401f
AM
209802013-10-04 Alan Modra <amodra@gmail.com>
20981
20982 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20983 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20984 words of double from correct stack offsets.
20985 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20986 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20987 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20988 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20989 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20990 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20991 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20992 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20993 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20994 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20995 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20996 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20997 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20998 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20999 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21000 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21001 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21002
9c008155
AM
210032013-10-04 Alan Modra <amodra@gmail.com>
21004
21005 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21006 64-bit int/double union.
21007 (_FPU_SETCW): Likewise.
21008 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21009 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21010
da13146d
AM
210112013-10-04 Alan Modra <amodra@gmail.com>
21012
21013 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21014 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21015
603e8410
AM
210162013-10-04 Alan Modra <amodra@gmail.com>
21017
21018 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21019 use vector int constants.
21020 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21021
4a28b3ca
AB
210222013-10-04 Anton Blanchard <anton@au1.ibm.com>
21023
21024 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21025 array with long long.
21026 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21027 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21028 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21029 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21030 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21031 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21032 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21033 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21034 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21035 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21036 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21037 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21038 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21039
2ca85d2b
AB
210402013-10-04 Anton Blanchard <anton@au1.ibm.com>
21041
21042 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21043 (__signbit): Likewise. Correct for little-endian.
21044 (__signbitl): Call __signbit.
21045 (lrint): Correct for little-endian.
21046 (lrintf): Call lrint.
21047
62a728ae
AM
210482013-10-04 Alan Modra <amodra@gmail.com>
21049
21050 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21051 union 32-bit int array member with 64-bit int array.
21052 (t515, tm256): Double rather than long double.
21053 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21054
32c301df
AM
210552013-10-04 Alan Modra <amodra@gmail.com>
21056
21057 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21058 Delete.
21059 (IEEE854_LONG_DOUBLE_BIAS): Delete.
21060 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21061 version of math_ldbl.h.
21062
650ef4bd
AM
210632013-10-04 Alan Modra <amodra@gmail.com>
21064
21065 [BZ #15734], [BZ #15735]
21066 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21067 all uses of ieee875 long double macros and unions. Simplify test
21068 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
21069 ldbl_extract_mantissa value for ix,iy exponents. Properly
21070 normalize after ldbl_extract_mantissa, and don't add hidden bit
21071 already handled. Don't treat low word of ieee854 mantissa like
21072 low word of IBM long double and mask off bit when testing for
21073 zero.
21074 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21075 all uses of ieee875 long double macros and unions. Simplify tests
21076 for 0.0L and inf. Correct double adjustment of k. Delete dead code
21077 adjusting ha,hb. Simplify code setting kld. Delete two600 and
21078 two1022, instead use their values. Recognise that tests for large
21079 "a" and small "b" are mutually exclusive. Rename vars. Comment.
21080 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21081 Rewrite all uses of ieee875 long double macros and unions. Simplify
21082 test for 0.0L and nan. Correct negation.
21083 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21084 ieee875 long double macros and unions. Correct output for large
21085 magnitude x. Correct absolute value calculation.
21086 (__erfcl): Likewise.
21087 * math/libm-test.inc: Add tests for errors discovered in IBM long
21088 double versions of fmodl, remainderl, erfl and erfcl.
21089
765714ca
AM
210902013-10-04 Alan Modra <amodra@gmail.com>
21091
21092 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21093 all uses of ieee854 long double macros and unions. Simplify tests
21094 for long doubles that are fully specified by the high double.
21095 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21096 Likewise.
21097 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21098 Remove dead code too.
21099 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21100 (__ieee754_ynl): Likewise.
21101 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21102 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21103 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21104 Remove dead code too.
21105 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21106 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21107 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21108 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21109 Simplify.
21110 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21111 Simplify.
21112 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21113 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21114 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21115 Comment on variable precision.
21116 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21117 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21118 Likewise.
21119 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21120 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21121 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21122 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21123 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21124
4ebd120c
AM
211252013-10-04 Alan Modra <amodra@gmail.com>
21126
21127 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21128 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21129 all uses of ieee854 long double macros and unions.
21130 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21131 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21132 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21133 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21134 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21135 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21136 Likewise.
21137 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21138 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21139 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21140 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21141 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21142 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21143 Simplify sign and nan test too.
21144 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21145 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21146 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21147 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21148 Likewise.
21149 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21150 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21151 Likewise.
21152 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21153 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21154 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21155 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21156 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21157 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21158
1b6adf88
AM
211592013-10-04 Alan Modra <amodra@gmail.com>
21160
21161 * stdio-common/printf_size.c (__printf_size): Don't use
21162 union ieee854_long_double in fpnum union.
21163 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
21164 signbit macro to retrieve sign from long double.
21165 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21166 retrieve sign from long double.
21167 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21168 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21169 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21170 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21171 * math/test-misc.c (main): Don't use union ieee854_long_double.
21172
4cf69995
AM
211732013-10-04 Alan Modra <amodra@gmail.com>
21174
21175 [BZ #15680]
21176 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21177 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21178 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21179 calculation. Remove unnecessary test for denormal exponent.
21180 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21181 Correct handling of denormals. Avoid undefined shift behaviour.
21182 Correct normalisation of low mantissa when low double is denormal.
21183 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21184 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
21185 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21186 Correct normalisation of low mantissa. Test for overflow of high
21187 mantissa and normalise.
21188 (ldbl_nearbyint): Use more readable constant for two52.
21189 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21190 (__mpn_construct_long_double): Fix test for overflow of high
21191 mantissa and correct normalisation. Avoid undefined shift.
21192
9605ca6c
AM
211932013-10-04 Alan Modra <amodra@gmail.com>
21194
21195 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21196 (union ibm_extended_long_double): Define as an array of ieee754_double.
21197 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21198 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21199 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21200 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21201 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21202 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21203 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21204 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21205 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21206 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21207 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21208
975569d0
JM
212092013-10-03 Joseph Myers <joseph@codesourcery.com>
21210
d3d23756
JM
21211 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21212 page size instead of calling getpagesize.
21213
975569d0
JM
21214 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21215 (LOCFILE_ALIGN_MASK): Likewise.
21216 (LOCFILE_ALIGN_UP): Likewise.
21217 (LOCFILE_ALIGNED_P): Likewise.
21218 * locale/programs/ld-collate.c (collate_output): Use the new
21219 macros instead of __alignof__ (int32_t).
21220 * locale/weight.h (findidx): Likewise.
21221
b1fe1f2b
OB
212222013-10-03 Ondřej Bílka <neleai@seznam.cz>
21223
21224 [BZ #431]
21225 * manual/string.texi: Fix strncat and wcsncat.
21226
5f855e35
BM
212272013-10-03 Brooks Moses <bmoses@google.com>
21228
21229 [BZ #15915]
21230 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21231 * Makerules: ...here, and adjust associated comments.
21232
3cef6009
WN
212332013-10-02 Will Newton <will.newton@linaro.org>
21234
21235 * malloc/Makefile: Add tst-pvalloc.
21236 * malloc/tst-pvalloc.c: New file.
21237
7815420b
WN
212382013-10-02 Will Newton <will.newton@linaro.org>
21239
21240 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21241 improve test coverage.
21242
4868b204
WN
212432013-10-02 Will Newton <will.newton@linaro.org>
21244
21245 * malloc/Makefile: Add tst-posix_memalign.
21246 * malloc/tst-posix_memalign.c: New file.
21247
29c793b3
EB
212482013-10-01 Eric Blake <eblake@redhat.com>
21249
21250 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21251 Use __THROWNL rather than __THROW on static functions.
21252
fd967522
PM
212532013-09-30 Petr Machata <pmachata@redhat.com>
21254
21255 * elf/elf.h (R_AARCH64_ABS16): New macro.
21256 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21257 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21258 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21259 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21260 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21261 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21262 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21263 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21264 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21265 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21266 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21267 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21268 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21269 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21270 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21271 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21272 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21273 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21274 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21275 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21276 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21277 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21278 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21279 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21280 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21281 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21282 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21283 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21284 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21285 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21286 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21287 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21288 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21289 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21290 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21291 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21292 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21293 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21294 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21295 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21296 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21297 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21298 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21299 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21300 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21301 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21302 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21303 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21304 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21305 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21306 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21307 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21308 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21309 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21310 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21311 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21312 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21313 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21314 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21315 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21316 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21317 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21318 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21319 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21320 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21321 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21322 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21323 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21324 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21325 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21326 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21327 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21328 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21329 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21330 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21331 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21332 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21333 (R_AARCH64_TLSDESC_LDR): Likewise.
21334 (R_AARCH64_TLSDESC_ADD): Likewise.
21335 (R_AARCH64_TLSDESC_CALL): Likewise.
21336
b2179107
AS
213372013-09-30 Andreas Schwab <schwab@suse.de>
21338
21339 [BZ #15048]
21340 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21341 the nss database lookup.
21342 * nscd/initgrcache.c (addinitgroupsX): Likewise.
21343 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21344
47f28d0a
MF
213452013-09-28 Mike Frysinger <vapier@gentoo.org>
21346
21347 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21348
213492013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
21350
21351 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21352 ${Bash-specific parameter/pattern/string} parameter expansion.
21353 * sysdeps/unix/make-syscalls.sh: Likewise.
21354
f4518a17
KK
213552013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21356
21357 * sysdeps/sh/stackguard-macros.h: New file.
21358
dc1a95c7
OB
213592013-09-26 Ondřej Bílka <neleai@seznam.cz>
21360
21361 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21362 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21363 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21364 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21365 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21366 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21367
5ebbff8f
AZ
213682013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21369
21370 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21371 Fix thread ID register.
21372
4fd2cf9f
JM
213732013-09-25 Joseph Myers <joseph@codesourcery.com>
21374
21375 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21376 [POSIX || UNIX98]: Require rather than permitting all symbols from
21377 <time.h>.
21378 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21379 element of struct sched_param.
21380 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21381 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21382 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21383 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21384 constant.
21385
12c22bc4
OL
213862013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
21387
21388 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21389 argument calculation.
21390
a03d8ea7
JM
213912013-09-24 Joseph Myers <joseph@codesourcery.com>
21392
21393 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21394 Expect macro.
21395 [POSIX] (pthread_attr_t): Do not require type.
21396 [POSIX] (pthread_cond_t): Likewise.
21397 [POSIX] (pthread_condattr_t): Likewise.
21398 [POSIX] (pthread_key_t): Likewise.
21399 [POSIX] (pthread_mutex_t): Likewise.
21400 [POSIX] (pthread_mutexattr_t): Likewise.
21401 [POSIX] (pthread_once_t): Likewise.
21402 [POSIX] (pthread_t): Likewise.
21403 [POSIX-based standards] (pthread_atfork): Expect function.
21404
6055173a
JM
214052013-09-24 Joseph Myers <joseph@codesourcery.com>
21406 Richard Sandiford <richard@codesourcery.com>
21407
21408 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21409 (swap_endianness_p): New extern variable.
21410 (set_big_endian): New inline function.
21411 (maybe_swap_uint32): Likewise.
21412 (maybe_swap_uint32_array): Likewise.
21413 (maybe_swap_uint32_obstack): Likewise.
21414 * locale/programs/locfile.c: Include <stdbool.h>.
21415 (swap_endianness_p): New variable.
21416 (add_locale_uint32): Call maybe_swap_uint32.
21417 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21418 (write_locale_data): Call maybe_swap_uint32_array.
21419 * locale/programs/ld-collate.c (obstack_int32_grow): Call
21420 maybe_swap_uint32.
21421 (obstack_int32_grow_fast): Likewise.
21422 (output_weightwc): Call maybe_swap_uint32_obstack.
21423 (collate_output): Likewise.
21424 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21425 (OPT_LITTLE_ENDIAN): Likewise.
21426 (options): Add --little-endian and --big-endian options.
21427 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21428 * locale/programs/locarchive.c: Include "locfile.h".
21429 (GET): New macro.
21430 (SET): Likewise.
21431 (INC): Likewise.
21432 (create_archive): Use the new macros to access fields of
21433 structures directly mapped from or written to locale archives.
21434 (oldlocrecentcmp): Likewise.
21435 (enlarge_archive): Likewise.
21436 (insert_name): Likewise.
21437 (add_alias): Likewise.
21438 (add_locale): Likewise.
21439 (delete_locales_from_archive): Likewise.
21440 (show_archive_content): Likewise.
21441 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
21442 locale data.
21443
39bf0bb4
RM
214442013-09-24 Roland McGrath <roland@hack.frob.com>
21445
21446 * manual/freemanuals.texi: Updated from (newly) canonical copy at
21447 http://www.gnu.org/doc/freemanuals.texi.
21448 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21449
f02eed10
WN
214502013-09-24 Will Newton <will.newton@linaro.org>
21451
21452 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21453 macro.
21454
a3a6c312
JM
214552013-09-23 Joseph Myers <joseph@codesourcery.com>
21456
21457 * locale/hashval.h (compute_hashval): Interpret bytes of key as
21458 unsigned char.
21459
107375ac
MR
214602013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
21461
21462 * manual/threads.texi (POSIX Threads): Fix a typo.
21463
141f3a77
SP
214642013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
21465
303e567a
SP
21466 [BZ #14547]
21467 * string/tst-strcoll-overflow.c: New test case.
21468 * string/Makefile (xtests): Add tst-strcoll-overflow.
21469 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21470 cache if string sizes may cause integer overflow.
21471
141f3a77
SP
21472 [BZ #14547]
21473 * string/strcoll_l.c (coll_seq): New members rule, idx,
21474 save_idx and back_us.
21475 (get_next_seq_nocache): New function.
21476 (do_compare_nocache): New function.
21477 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21478 when malloc fails.
21479
c61b4d41
CD
214802013-09-23 Carlos O'Donell <carlos@redhat.com>
21481
0b1f8e35
CD
21482 [BZ #15754]
21483 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21484 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21485 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21486
c61b4d41
CD
21487 [BZ #15754]
21488 * elf/Makefile (tests): Add tst-ptrguard1.
21489 (tests-static): Add tst-ptrguard1-static.
21490 (tst-ptrguard1-ARGS): Define.
21491 (tst-ptrguard1-static-ARGS): Define.
21492 * elf/tst-ptrguard1.c: New file.
21493 * elf/tst-ptrguard1-static.c: New file.
21494 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21495 * sysdeps/i386/stackguard-macros.h: Likewise.
21496 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21497 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21498 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21499 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21500 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21501 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21502
215032013-09-23 Hector Marco <hecmargi@upv.es>
21504 Ismael Ripoll <iripoll@disca.upv.es>
21505 Carlos O'Donell <carlos@redhat.com>
21506
21507 [BZ #15754]
21508 * sysdeps/generic/stackguard-macros.h: Define
21509 __pointer_chk_guard_local and POINTER_CHK_GUARD.
21510 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21511 Define __pointer_chk_guard_local.
21512 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21513 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21514
f5f4e7b4
VV
215152013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
21516
21517 [BZ #15859]
21518 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21519
5bb43a43
AS
215202013-09-20 Andreas Schwab <schwab@linux-m68k.org>
21521
21522 * include/string.h (__ffs): Declare as hidden.
21523 * string/ffs.c (__ffs): Define as hidden.
21524 * sysdeps/i386/ffs.c (__ffs): Likewise.
21525 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21526 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21527 * sysdeps/s390/ffs.c (__ffs): Likewise.
21528 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21529
3ea5be54
AO
215302013-09-20 Alexandre Oliva <aoliva@redhat.com>
21531
ffb89e53
AO
21532 * NEWS: Mention malloc probes.
21533
322dea08
AO
21534 * malloc/arena.c (new_heap): New memory_heap_new probe.
21535 (grow_heap): New memory_heap_more probe.
21536 (shrink_heap): New memory_heap_less probe.
21537 (heap_trim): New memory_heap_free probe.
21538 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21539 (systrim): New memory_sbrk_less probe.
21540 * manual/probes.texi: Document them.
21541
655673f3
AO
21542 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21543 * manual/probes.texi: Document it.
21544
35fed6f1
AO
21545 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21546 (__libc_realloc): Add memory_realloc_retry probe.
21547 (__libc_memalign): Add memory_memalign_retry probe.
21548 (__libc_valloc): Add memory_valloc_retry probe.
21549 (__libc_pvalloc): Add memory_pvalloc_retry probe.
21550 (__libc_calloc): Add memory_calloc_retry probe.
21551 * manual/probes.texi: Document them.
21552
6999d38c
AO
21553 * malloc/arena.c (get_free_list): Add probe
21554 memory_arena_reuse_free_list.
21555 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21556 and memory_arena_reuse.
21557 (arena_get2) [!PER_THREAD]: Likewise.
21558 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21559 memory_arena_reuse_realloc.
21560 * manual/probes.texi: Document them.
21561
0653427f
AO
21562 * malloc/malloc.c (__libc_free): Add
21563 memory_mallopt_free_dyn_thresholds probe.
21564 (__libc_mallopt): Add multiple memory_mallopt probes.
21565 * manual/probes.texi: Document them.
21566
3ea5be54
AO
21567 * malloc/malloc.c: Include stap-probe.h.
21568 (__libc_mallopt): Add memory_mallopt probe.
21569 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21570 * manual/probes.texi: New.
21571 * manual/Makefile (chapters): Add probes.
21572 * manual/threads.texi: Set next node.
21573
e35696c3 215742013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 21575
e35696c3
CL
21576 [BZ #15963, #13985]
21577 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21578 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21579 Add `Chinese' to `nan' entry name.
21580
4aafb73c
SP
215812013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21582
21583 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21584 (POLYNOMIAL): Likewise.
21585 (TAYLOR_SINCOS): Likewise.
21586 (TAYLOR_SLOW): Likewise.
21587 (__sin): Use TAYLOR_SINCOS.
21588 (__cos): Likewise.
21589 (slow): Use TAYLOR_SLOW.
21590 (sloww): Likewise.
21591 (bsloww): Likewise.
21592 (csloww): Likewise.
21593
d84f25c7
LD
215942013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21595
21596 * stdlib/strtod_l.c: Fix buffer overrun.
21597
5eea0404
SP
215982013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21599
7849ff93
SP
21600 * benchtests/Makefile (bench): Add sincos.
21601 * benchtests/bench-sincos.c: New file.
21602
cfa3c886
SP
21603 * math/libm-test.inc (cos_test_data): New test inputs.
21604 (sin_test_data): Likewise.
21605
b348e1e3
SP
21606 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21607 macro.
21608 (__sin): Use it.
21609 (__cos): Likewise.
21610 (slow1): Likewise.
21611 (slow2): Likewise.
21612 (sloww1): Likewise.
21613 (sloww2): Likewise.
21614 (bsloww1): Likewise.
21615 (bsloww2): Likewise.
21616 (cslow2): Likewise.
21617 (csloww1): Likewise.
21618 (csloww2): Likewise.
21619
6cce25f8
SP
21620 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21621 function.
21622 (__sin): Use it.
21623 (__cos): Likewise.
21624
5eea0404
SP
21625 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21626 gotos.
21627 (__cos): Likewise.
21628
9c21573c
MR
216292013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
21630
21631 * config.h.in (HAVE_MIPS_NAN2008): New macro.
21632 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21633 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21634 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21635 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21636 * elf/cache.c (print_entry): Handle the new cache flags.
21637
24d22e65
JM
216382013-09-18 Joseph Myers <joseph@codesourcery.com>
21639 Aldy Hernandez <aldyh@redhat.com>
21640
21641 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21642 Change condition to [_SOFT_FLOAT].
21643 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21644 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21645 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21646 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21647 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21648 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21649 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21650 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21651 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21652 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21653 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21654 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21655 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21656 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21657 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21658 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21659 declaration.
21660
d13ef066
JM
216612013-09-18 Joseph Myers <joseph@codesourcery.com>
21662
2e071de0
JM
21663 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21664 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21665 (__longjmp): Use LOAD_GP to load saved GPRs.
21666 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21667 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21668 (__sigsetjmp): Use SAVE_GP to save GPRs.
21669
d13ef066
JM
21670 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21671 Do not append -msoft-float.
21672 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21673
97a0650b
SP
216742013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21675
21676 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21677
11ca09e9
JM
216782013-09-17 Joseph Myers <joseph@codesourcery.com>
21679
21680 [BZ #15966]
21681 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21682 (_FPU_GETCW): Use initial "__" on variable and field names but not
21683 on macro parameter name.
21684 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
21685 parentheses around reference to macro parameter.
21686
08ffcf34
RS
216872013-09-13 Richard Sandiford <richard@codesourcery.com>
21688
21689 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21690 prototype.
21691 (ctype_startup): Use uint32_t in cast and sizeof for
21692 ctype->charnames.
21693
ae7080d3
JL
216942013-09-11 Jia Liu <proljc@gmail.com>
21695
21696 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21697 __daddr_t_defined.
21698 [__FreeBSD__]: Likewise.
21699
5905e7b3
OB
217002013-09-11 Ondřej Bílka <neleai@seznam.cz>
21701
21702 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21703 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21704 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21705 (strchr): Remove __strchr_sse42 ifunc selection.
21706 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21707 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21708
b987c776
WN
217092013-09-11 Will Newton <will.newton@linaro.org>
21710
21711 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21712 parameter to RES. Remove hardcoded 1000 value.
21713 * benchtests/bench-skeleton.c (main): Pass RES parameter
21714 to TIMING_INIT and multiply result by 1000.
21715
ddf985af
AZ
217162013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21717
21718 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21719
ffdd3181
AS
217202013-09-11 Andreas Schwab <schwab@suse.de>
21721
21722 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21723 if not defined.
21724 (O_TMPFILE) [__USE_GNU]: Define.
21725 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21726 Define.
21727
b73ed247
WN
217282013-09-11 Will Newton <will.newton@linaro.org>
21729
21730 [BZ #15857]
21731 * malloc/malloc.c (__libc_memalign): Check the value of bytes
21732 does not overflow.
21733
55e17aad
WN
217342013-09-11 Will Newton <will.newton@linaro.org>
21735
21736 [BZ #15856]
21737 * malloc/malloc.c (__libc_valloc): Check the value of bytes
21738 does not overflow.
21739
1159a193
WN
217402013-09-11 Will Newton <will.newton@linaro.org>
21741
21742 [BZ #15855]
21743 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21744 does not overflow.
21745
5905e7b3 217462013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
21747
21748 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21749 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21750 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21751 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21752 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21753
cdfc721b
AM
217542013-09-10 Allan McRae <allan@archlinux.org>
21755
aa04af00
AM
21756 [BZ #15748]
21757 * manual/arith.texi (Parsing of Floats): Clarify
21758 cross-reference.
21759
cdfc721b
AM
21760 [BZ #15849]
21761 * manual/install.texi (Running make install): Mention
21762 --enable-pt-chown.
21763 * INSTALL: Regenerated.
21764
95e7cf29
MR
217652013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21766
21767 * csu/init-first.c (_init): Remove the !SHARED condition around
21768 FPU control word initialization.
21769 * elf/dl-support.c (_dl_fpu_control): New variable.
21770 (_dl_aux_init) <AT_FPUCW>: Initialize it.
21771 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21772 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21773 * math/test-fpucw-static.c: New file.
21774 * math/test-fpucw-ieee.c: New file.
21775 * math/test-fpucw-ieee-static.c: New file.
21776 * math/Makefile (tests): Add `test-fpucw-ieee' and
21777 `$(tests-static)'.
21778 (tests-static): New variable.
21779 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21780 dependency to...
21781 [($(build-shared),yes)]
21782 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21783 ... this.
21784 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21785 New dependency.
21786
83e43bf0
AM
217872013-09-09 Allan McRae <allan@archlinux.org>
21788
a9f5ce09
AM
21789 [BZ #15939]
21790 * manual/string.texi (Collation Functions): Fix typo in
21791 strcoll example.
21792 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21793
34829bc2
AM
21794 [BZ #15893]
21795 * stdlib/isomac.c (get_null_defines): Fix memory leak.
21796
3932737d
AM
21797 [BZ #15892]
21798 * libio/memstream.c (open_memstream): Fix memory leak.
21799 * libio/wmemstream.c (open_wmemstream): Likewise.
21800
83e43bf0
AM
21801 [BZ #15895]
21802 * nscd/netgroupcache.c: Fix nesting of ifdefs.
21803
0c66b8e9
WN
218042013-09-09 Will Newton <will.newton@linaro.org>
21805
21806 * malloc/Makefile: Add tst-realloc to tests.
21807 * malloc/tst-realloc.c: New file.
21808
f6b00fd1
AM
218092013-09-09 Allan McRae <allan@archlinux.org>
21810
21811 [BZ #15844]
21812 * COPYING: Update from GNU website to fix FSF address.
21813 * COPYING.LIB: Likewise.
21814
eec55e16
DM
218152013-09-06 David S. Miller <davem@davemloft.net>
21816
21817 * po/zh_TW.po: Update Chinese (traditional) translation from
21818 translation project.
21819
1ecbb381
RS
218202013-09-06 Richard Sandiford <richard@codesourcery.com>
21821 Joseph Myers <joseph@codesourcery.com>
21822
21823 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21824 "localeinfo.h".
21825 (obstack_chunk_alloc): New macro.
21826 (obstack_chunk_free): Likewise.
21827 (record_offset): New function.
21828 (init_locale_data): Likewise.
21829 (align_locale_data): Likewise.
21830 (add_locale_empty): Likewise.
21831 (add_locale_raw_data): Likewise.
21832 (add_locale_raw_obstack): Likewise.
21833 (add_locale_string): Likewise.
21834 (add_locale_wstring): Likewise.
21835 (add_locale_uint32): Likewise.
21836 (add_locale_uint32_array): Likewise.
21837 (add_locale_char): Likewise.
21838 (start_locale_structure): Likewise.
21839 (end_locale_structure): Likewise.
21840 (start_locale_prelude): Likewise.
21841 (end_locale_prelude): Likewise.
21842 (write_locale_data): Take locale_file structure rather than an
21843 iovec.
21844 * locale/programs/locfile.h: Include "obstack.h".
21845 (struct locale_file): Change to store locale file contents instead
21846 of header.
21847 (init_locale_data): New prototype.
21848 (align_locale_data): Likewise.
21849 (add_locale_empty): Likewise.
21850 (add_locale_raw_data): Likewise.
21851 (add_locale_raw_obstack): Likewise.
21852 (add_locale_string): Likewise.
21853 (add_locale_wstring): Likewise.
21854 (add_locale_uint32): Likewise.
21855 (add_locale_uint32_array): Likewise.
21856 (add_locale_char): Likewise.
21857 (start_locale_structure): Likewise.
21858 (end_locale_structure): Likewise.
21859 (start_locale_prelude): Likewise.
21860 (end_locale_prelude): Likewise.
21861 (write_locale_data): Update prototype.
21862 * locale/programs/3level.h (struct TABLE): Remove result field.
21863 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21864 Use new locale_file interface.
21865 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21866 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21867 * locale/programs/ld-address.c (address_output): Use new
21868 locale_file interface.
21869 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21870 NO_ADD_LOCALE.
21871 (collate_finish): Don't call collseq_table_finalize.
21872 (collate_output): Use new locale_file interface.
21873 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21874 in file.
21875 (NO_FINALIZE): Change to NO_ADD_LOCALE.
21876 (TABLE): Move defines earlier in file.
21877 (ELEMENT): Likewise.
21878 (DEFAULT): Likewise.
21879 (wctrans_table_add): Move macro and inline function earlier in
21880 file.
21881 (struct wctype_table): Move type earlier in file.
21882 (add_locale_wctype_table): New static prototype.
21883 (struct locale_ctype_t): Use logical types instead of struct iovec
21884 pointers for members.
21885 (ctype_output): Use new locale_file interface.
21886 (wctype_table_finalize): Change to add_locale_wctype_table. Use
21887 new locale_file interface.
21888 (allocate_arrays): Update for use of new locale_file interface.
21889 * locale/programs/ld-identification.c (identification_output): Use
21890 new locale_file interface.
21891 * locale/programs/ld-measurement.c (measurement_output): Likewise.
21892 * locale/programs/ld-messages.c (messages_output): Likewise.
21893 * locale/programs/ld-monetary.c (monetary_output): Likewise.
21894 * locale/programs/ld-name.c (name_output): Likewise.
21895 * locale/programs/ld-numeric.c (numeric_output): Likewise.
21896 * locale/programs/ld-paper.c (paper_output): Likewise.
21897 * locale/programs/ld-telephone.c (telephone_output): Likewise.
21898 * locale/programs/ld-time.c (time_output): Likewise.
21899
e029e2e5
AZ
219002013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21901
21902 * benchtests/Makefile: Add memrchr benchmark.
21903 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21904 benchmark as memrchr.
21905 * benchtests/bench-memrchr-ifunc.c: New file.
21906 * benchtests/bench-memrchr.c: New file.
21907
bbf6e8e4
WN
219082013-09-06 Will Newton <will.newton@linaro.org>
21909
21910 * benchtests/Makefile (string-bench): Add memcpy.
21911
6c82a2f8
CD
219122013-09-05 Carlos O'Donell <carlos@redhat.com>
21913 Cong Wang <amwang@redhat.com>
21914
e732c5f0 21915 [BZ #15850]
6c82a2f8
CD
21916 * sysdeps/unix/sysv/linux/bits/in.h
21917 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21918 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21919 before __USE_KERNEL_IPV6_DEFS uses.
21920 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21921 IPPROTO_BEETPH.
21922 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21923 sockaddr_in6, or ipv6_mreq.
21924
5430fc65
AZ
219252013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21926
21927 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21928 memory access for final bytes in some large inputs.
21929 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21930
4660856c
AZ
219312013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21932
21933 * string/test-memrchr.c: New file.
21934 * string/test-memrchr-ifunc.c: New file.
21935 * string/Makefile: Add new memrchr testcase.
21936
bb8ea713
MF
219372013-09-05 Mike Frysinger <vapier@gentoo.org>
21938
21939 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21940 fanotify_init returns EPERM.
21941
b92a20b5
JM
219422013-09-04 Joseph Myers <joseph@codesourcery.com>
21943
21944 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21945 errors.
21946 (top level): Treat second token from macro or constant entries for
21947 allowed headers as allowed.
21948 * include/complex.h: Condition internal declarations on
21949 [!_ISOMAC].
21950 * include/fenv.h: Condition include of <stdbool.h> and internal
21951 declarations on [!_ISOMAC].
7447ccd9
CL
21952
219532013-09-04 Chris Leonard <cjl@sugarlabs,.org>
21954
3e181dda 21955 [BZ #15923]
7447ccd9
CL
21956 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21957
3f2e46a4
JM
219582013-09-04 Joseph Myers <joseph@codesourcery.com>
21959
21960 * configure.in (--enable-versioning): Remove configure option.
21961 (libc_cv_asm_symver_directive): Remove configure test.
21962 (libc_cv_ld_version_script_option): Likewise.
21963 (VERSIONING): Remove variable and AC_SUBST.
21964 (DO_VERSIONING): Remove AC_DEFINE.
21965 * configure: Regenerated.
21966 * config.h.in (DO_VERSIONING): Remove macro.
21967 * Makerules [$(versioning) = yes]: Change conditionals to
21968 [$(build-shared) = yes].
21969 * config.make.in (versioning): Remove variable.
21970 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21971 [$(build-shared) = yes].
21972 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21973 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21974 * elf/Makefile [$(versioning) = yes]: Change conditionals to
21975 [$(build-shared) = yes].
21976 * extra-lib.mk [$(versioning) = yes]: Likewise.
21977 * hurd/Makefile [$(versioning) = yes]: Likewise.
21978 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21979 [SHARED].
21980 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21981 [SHARED].
21982 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21983 [SHARED && !NO_HIDDEN].
21984 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21985 [SHARED].
21986 [SHARED && DO_VERSIONING]: Likewise..
21987 * libio/Makefile [$(versioning) = yes]: Change conditionals to
21988 [$(build-shared) = yes].
21989 * manual/install.texi (--disable-versioning): Remove
21990 documentation.
21991 * INSTALL: Regenerated.
21992 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21993 to [SHARED].
21994 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21995 [$(build-shared) = yes].
21996 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21997 * sysdeps/i386/i686/multiarch/strstr-c.c
21998 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21999 [SHARED && !NO_HIDDEN].
22000 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22001 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22002 * sysdeps/powerpc/powerpc32/dl-machine.c
22003 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22004 * sysdeps/powerpc/powerpc32/sysdep.h
22005 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22006 to [SHARED && PIC && !NO_HIDDEN].
22007 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22008 conditional to [SHARED].
22009
44558701
WN
220102013-09-04 Will Newton <will.newton@linaro.org>
22011
22012 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22013 * benchtests/bench-string.h: Include bench-timing.h instead
22014 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22015 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22016 call to HP_TIMING_DIFF_INIT.
22017 * benchtests/bench-memccpy.c: Use bench-timing.h macros
22018 instead of hp-timing.h macros.
22019 * benchtests/bench-memchr.c: Likewise.
22020 * benchtests/bench-memcmp.c: Likewise.
22021 * benchtests/bench-memcpy.c: Likewise.
22022 * benchtests/bench-memmem.c: Likewise.
22023 * benchtests/bench-memmove.c: Likewise.
22024 * benchtests/bench-memset.c: Likewise.
22025 * benchtests/bench-rawmemchr.c: Likewise.
22026 * benchtests/bench-strcasecmp.c: Likewise.
22027 * benchtests/bench-strcasestr.c: Likewise.
22028 * benchtests/bench-strcat.c: Likewise.
22029 * benchtests/bench-strchr.c: Likewise.
22030 * benchtests/bench-strcmp.c: Likewise.
22031 * benchtests/bench-strcpy.c: Likewise.
22032 * benchtests/bench-strcpy_chk.c: Likewise.
22033 * benchtests/bench-strlen.c: Likewise.
22034 * benchtests/bench-strncasecmp.c: Likewise.
22035 * benchtests/bench-strncat.c: Likewise.
22036 * benchtests/bench-strncmp.c: Likewise.
22037 * benchtests/bench-strncpy.c: Likewise.
22038 * benchtests/bench-strnlen.c: Likewise.
22039 * benchtests/bench-strpbrk.c: Likewise.
22040 * benchtests/bench-strrchr.c: Likewise.
22041 * benchtests/bench-strspn.c: Likewise.
22042 * benchtests/bench-strstr.c: Likewise.
22043
cae16d66
WN
220442013-09-04 Will Newton <will.newton@linaro.org>
22045
22046 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22047
ffa3cd7f
JM
220482013-09-03 Joseph Myers <joseph@codesourcery.com>
22049
22050 [BZ #15427]
22051 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22052 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22053 * math/libm-test.inc (lgamma_test_data): Add more tests.
22054 * sysdeps/i386/fpu/libm-test-ulps: Update.
22055 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22056
8f02859f
OB
220572013-09-03 Ondřej Bílka <neleai@seznam.cz>
22058
22059 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22060 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22061 Add ifunc.
22062 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22063 Add strcmp-sse2-unaligned
22064 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22065
18d43716
MF
220662013-09-02 Mike Frysinger <vapier@gentoo.org>
22067
22068 * Versions.def (libc): Add GLIBC_2.19.
22069
ac444012
MF
220702013-09-02 Mike Frysinger <vapier@gentoo.org>
22071
22072 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22073 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22074
b7835e32
JM
220752013-09-02 Joseph Myers <joseph@codesourcery.com>
22076
22077 [BZ #14155]
22078 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22079 intermediate calculations in recurrence.
22080 (__ieee754_ynf): Likewise.
22081 * math/libm-test.inc (jn_test_data): Do not allow spurious
22082 underflow exception. Add more tests.
22083 (yn_test_data): Add more tests.
22084 * sysdeps/i386/fpu/libm-test-ulps: Update.
22085 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22086
8220f4f0
OB
220872013-09-02 Ondřej Bílka <neleai@seznam.cz>
22088
22089 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22090
f24a6d08
OB
220912013-08-30 Ondřej Bílka <neleai@seznam.cz>
22092
22093 * csu/init-first.c: Fix then/than typos.
22094 * locale/programs/ld-collate.c: Likewise.
22095 * locale/programs/linereader.h: Likewise.
22096 * manual/charset.texi: Likewise.
22097 * manual/filesys.texi: Likewise.
22098 * manual/stdio.texi: Likewise.
22099 * manual/string.texi: Likewise.
22100 * stdlib/fmtmsg.c: Likewise.
22101 * sysdeps/i386/stpncpy.S: Likewise.
22102 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22103 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22104 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22105 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22106
382466e0
OB
221072013-08-30 Ondřej Bílka <neleai@seznam.cz>
22108
22109 * elf/dl-open.c: Fix typos.
22110 * iconvdata/gbbig5.c: Likewise.
22111 * iconvdata/iso-2022-jp.c: Likewise.
22112 * iconv/gconv_int.h: Likewise.
22113 * iconv/loop.c: Likewise.
22114 * nis/rpcsvc/nis.h: Likewise.
22115 * resolv/ns_name.c: Likewise.
22116 * stdio-common/vfscanf.c: Likewise.
22117 * streams/stropts.h: Likewise.
22118 * sunrpc/rpc_thread.c: Likewise.
22119 * sysdeps/i386/strpbrk.S: Likewise.
22120 * sysdeps/ieee754/k_standard.c: Likewise.
22121 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22122 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22123 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22124 * sysdeps/mach/hurd/profil.c: Likewise.
22125 * sysdeps/s390/dl-procinfo.h: Likewise.
22126 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22127 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22128 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22129 * sysdeps/x86_64/dl-trampoline.S: Likewise.
22130 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22131
0186c6e9
OB
221322013-08-30 Ondřej Bílka <neleai@seznam.cz>
22133
22134 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22135 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22136
d4e16af1
OB
221372013-08-29 Ondřej Bílka <neleai@seznam.cz>
22138
22139 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22140 aix specific files.
22141 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22142 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22143 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22144 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22145 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22146 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22147 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22148 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22149
88335980
TS
221502013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22151 Roland McGrath <roland@hack.frob.com>
22152
22153 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22154 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22155
ed479b02
ST
221562013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
22157
22158 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22159 __executable_start symbol instead of _start.
22160
f1cc4c86
TS
221612013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22162
d821f07c
TS
22163 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22164 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22165 Move macros to...
22166 * sysdeps/gnu/ldsodefs.h: ... this new file.
22167
c54290cf
TS
22168 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22169 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22170 instead of ELFOSABI_LINUX.
22171
0007fc9b 22172 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
22173 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22174 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22175 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22176 Likewise.
22177 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22178 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22179 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22180 Likewise.
22181 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22182 (ibm_extended_long_double): Add ieee_nan member.
22183 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22184 (do_test): New function.
22185
f1cc4c86
TS
22186 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22187 TEST_TRUNC.
22188 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22189 functions, renamed from truncdfsf_test, trunctfsf_test,
22190 trunctfdf_test.
22191 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22192 functions.
22193 (do_test): Run all these.
22194
6f65e668
OB
221952013-08-29 Ondřej Bílka <neleai@seznam.cz>
22196
22197 * argp/argp-help.c: Fix typos.
22198 * argp/argp-parse.c: Likewise.
22199 * debug/backtracesyms.c: Likewise.
22200 * elf/elf.h: Likewise.
22201 * malloc/malloc.c: Likewise.
22202 * nis/nis_print.c: Likewise.
22203 * resolv/res_comp.c: Likewise.
22204 * stdlib/stdlib.h: Likewise.
22205 * sunrpc/clnt_tcp.c: Likewise.
22206 * sunrpc/clnt_udp.c: Likewise.
22207 * sunrpc/clnt_unix.c: Likewise.
22208 * sysdeps/unix/bsd/ptsname.c: Likewise.
22209 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22210 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
22211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22212 Likewise.
22213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22214 Likewise.
22215 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22216 Likewise.
6f65e668
OB
22217 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22218
3a309239
SP
222192013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22220
22221 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22222 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22223
3b813b29
MF
222242013-08-27 Mike Frysinger <vapier@gentoo.org>
22225
22226 [BZ #15897]
22227 * dlfcn/Makefile (tests): Add bug-dl-leaf.
22228 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22229 ($(objpfx)bug-dl-leaf): New rule.
22230 ($(objpfx)bug-dl-leaf.so): Likewise.
22231 ($(objpfx)bug-dl-leaf.out): Likewise.
22232 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22233 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22234 * dlfcn/bug-dl-leaf.c: New test.
22235 * dlfcn/bug-dl-leaf-lib.c: Likewise.
22236 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22237 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22238 (dlclose): Likewise.
22239 (dlmopen): Likewise.
22240
8cc3269f
RM
222412013-08-27 Roland McGrath <roland@hack.frob.com>
22242
7f9d0034
RM
22243 * include/netdb.h [!_ISOMAC]:
22244 Don't include <tls.h>.
22245 (h_errno, __libc_h_errno): Move declaration and macros out of
22246 [_LIBC_REENTRANT].
22247
fb431262
RM
22248 * include/resolv.h [_RESOLV_H_]:
22249 Don't include <tls.h>.
22250 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22251 * resolv/res_libc.c: Don't include <tls.h>.
22252 (_res): Use __attribute__ ((nocommon)) in place of
22253 __attribute__ ((section (".bss"))).
22254
bd81123a
RM
22255 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22256 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22257
c4e42566
RM
22258 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22259
f890a59b
RM
22260 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22261 only under [SIOCGIFCONF && SIOCGIFNETMASK].
22262
22263 * resolv/res_mkquery.c: Include <sys/time.h>.
22264
5d1f0a09
RM
22265 * inet/ifreq.c: Moved to ...
22266 * sysdeps/unix/ifreq.c: ... here.
22267 * inet/ifreq.c: New file, true stub version.
22268
6fcf28b3
RM
22269 * socket/sa_len.c: New file.
22270 * socket/Makefile (aux): Add it.
22271 * sysdeps/unix/sysv/linux/Makefile
22272 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22273 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22274 and #include <socket/sa_len.c>.
22275 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22276 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22277
e041fb8b
RM
22278 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22279 * bits/socket.h: ... here.
22280
8cc3269f
RM
22281 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22282 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22283 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22284
5d228a43
AS
222852013-08-27 Andreas Schwab <schwab@suse.de>
22286
45b8accc
AS
22287 [BZ #15736]
22288 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22289 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22290 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22291 * string/test-strcasecmp.c (test_main): Run tests in several
22292 locales.
22293 * string/test-strncasecmp.c (test_main): Likewise.
22294
5d228a43
AS
22295 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22296 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22297 to __strcasecmp_nonascii and __strncasecmp_nonascii.
22298 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22299 (__strncasecmp_ssse3) [PIC]: Likewise.
22300
59d112a4
RM
223012013-08-26 Roland McGrath <roland@hack.frob.com>
22302
53234cc3
RM
22303 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22304
59d112a4
RM
22305 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22306 instead of explicitly declaring xdecrypt.
22307 * nis/nss_nis/nis-publickey.c: Likewise.
22308
595aba70
SP
223092013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22310
22311 [BZ #15890]
22312 * nscd/aicache.c: Include res_hconf.h.
22313 (addhstaiX): Initialize res_hconf.
22314
ffabd393
AS
223152013-08-26 Andreas Schwab <schwab@suse.de>
22316
22317 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22318 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22319
e0a69f5c
SP
223202013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22321
22322 * nscd/aicache.c (addhstaiX): Fix indentation.
22323
8c12f01d
MF
223242013-08-25 Mike Frysinger <vapier@gentoo.org>
22325
22326 * configure.ac: Quote $build_pt_chown test.
22327 * configure: Regenerated.
22328
8fe89494
JM
223292013-08-23 Joseph Myers <joseph@codesourcery.com>
22330
22331 [BZ #15532]
22332 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22333 * math/s_cexpf.c (__cexpf): Likewise.
22334 * math/s_cexpl.c (__cexpl): Likewise.
22335 * math/libm-test.inc (cexp_test_data): Correct expected return
22336 value for NaN + i0. Add another test.
22337
75b181d6
DM
223382013-08-22 David S. Miller <davem@davemloft.net>
22339
22340 * po/ca.po: Update Catalan translation from translation project.
936241e4 22341 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 22342
acd06bb1
JM
223432013-08-21 Joseph Myers <joseph@codesourcery.com>
22344
22345 [BZ #15797]
22346 * math/s_fdim.c (__fdim): Check for infinite arguments if result
22347 is infinite, not alongside NaN test.
22348 * math/s_fdimf.c (__fdimf): Likewise.
22349 * math/s_fdiml.c (__fdiml): Likewise.
22350 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
22351 errno is unchanged.
22352
c0c3f78a
OB
223532013-08-21 Ondřej Bílka <neleai@seznam.cz>
22354
22355 * argp/argp-help.c: Fix typos.
22356 * crypt/speeds.c: Likewise.
22357 * csu/check_fds.c: Likewise.
22358 * elf/dl-load.c: Likewise.
22359 * elf/dl-open.c: Likewise.
22360 * elf/reldep3.c: Likewise.
22361 * elf/reldep.c: Likewise.
22362 * elf/sprof.c: Likewise.
22363 * iconv/iconv_charmap.c: Likewise.
22364 * iconv/skeleton.c: Likewise.
22365 * iconv/strtab.c: Likewise.
22366 * io/lockf64.c: Likewise.
22367 * libio/libioP.h: Likewise.
22368 * resolv/gai_notify.c: Likewise.
22369 * resolv/ns_name.c: Likewise.
22370 * resolv/ns_samedomain.c: Likewise.
22371 * resolv/res_send.c: Likewise.
22372 * stdlib/random.c: Likewise.
22373 * sunrpc/rpc/xdr.h: Likewise.
22374 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22375 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22376 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22377 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22378 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22379 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22380 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22381 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22382 * sysdeps/mach/hurd/check_fds.c: Likewise.
22383 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22384 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22385 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22386 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22387 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22388 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22389 * sysdeps/pthread/aio_notify.c: Likewise.
22390 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22391 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22392 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22393 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22394 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22395
46ed1038
LD
223962013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22397
22398 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22399 version if bit_Slow_SSE4_2 is set.
22400 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22401 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22402
d400dcac
AZ
224032013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22404
22405 [BZ #15867]
22406 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22407 trampoline stack frame information.
22408 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22409 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22410 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22411 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22412 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22413 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22414 (_libc_vdso_platform_setup): Initialize the signal trampolines.
22415 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22416 sa_flags value.
22417 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22418 interrupting a syscall and set with option SA_SIGINFO.
22419
42c8fdd8
JM
224202013-08-20 Joseph Myers <joseph@codesourcery.com>
22421
c980f2f4
JM
22422 [BZ #15531]
22423 * math/s_cproj.c (__cproj): Only return an infinity if one part of
22424 argument is infinite.
22425 * math/s_cprojf.c (__cprojf): Likewise.
22426 * math/s_cprojl.c (__cprojl): Likewise.
22427 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22428 * math/libm-test.inc (cproj_test_data): Add more tests.
22429
0716c4fc
JM
22430 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22431
42c8fdd8
JM
22432 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22433 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22434 size. Use __ffs to determine corresponding shift.
22435
b31469d0
JM
224362013-08-20 Joseph Myers <joseph@codesourcery.com>
22437 Roland McGrath <roland@hack.frob.com>
22438
22439 * Makefile (INSTALL): Remove trailing blank lines from output of
22440 makeinfo.
22441
4e39af6e
AK
224422013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22443
22444 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22445 Align 32 bit compat elf_greg to 8 bytes.
22446
f315524e
AA
224472013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
22448
22449 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22450
1326ba1a
SP
224512013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22452
22453 * string/strcoll_l.c (coll_seq): New structure.
22454 (get_next_seq_cached): New function.
22455 (get_next_seq): New function.
22456 (do_compare): New function.
22457 (STRCOLL): Use GNU style definition. Simplify implementation
22458 by using get_next_seq, get_next_seq_cached and do_compare.
22459
91ce4085
FW
224602013-08-16 Florian Weimer <fweimer@redhat.com>
22461
22462 [BZ #14699]
22463 CVE-2013-4237
22464 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22465 member.
22466 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22467 member.
22468 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22469 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22470 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
22471 conditional.
22472 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22473 GETDENTS_64BIT_ALIGNED.
22474 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22475 * manual/filesys.texi (Reading/Closing Directory): Document
22476 ENAMETOOLONG return value of readdir_r. Recommend readdir more
22477 strongly.
22478 * manual/conf.texi (Limits for Files): Add portability note to
22479 NAME_MAX, PATH_MAX.
22480 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22481
ca0a6bc4
AS
224822013-08-13 Andreas Schwab <schwab@suse.de>
22483
22484 [BZ #15749]
22485 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22486 of fabs.
22487 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22488 LDBL_MAX_EXP >= 16384]: Add tests for it.
22489
6c1fd795
DM
224902013-08-12 David S. Miller <davem@davemloft.net>
22491
22492 * version.h (RELEASE): Set to "development".
22493 (VERSION): Set to "2.18.90".
22494 * NEWS: Add 2.19 section.
22495
31ad488d
DM
224962013-08-03 David S. Miller <davem@davemloft.net>
22497
22498 * po/ko.po: Update Korean translation from translation project.
22499
db24e684
DM
225002013-08-01 David S. Miller <davem@davemloft.net>
22501
22502 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
22503 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22504 Bilka.
22505
f723285b
DM
225062013-07-30 David S. Miller <davem@davemloft.net>
22507
22508 * po/fr.po: Update French translation from translation project.
22509
3cbc52db
DM
225102013-07-28 David S. Miller <davem@davemloft.net>
22511
30bbc0cc
DM
22512 * po/cs.po: Update Czech translation from translation project.
22513
3cbc52db
DM
22514 * po/sv.po: Update Swedish translation from translation project.
22515
d492e6d0
DM
225162013-07-27 David S. Miller <davem@davemloft.net>
22517
f1a7f492
DM
22518 * po/eo.po: Update Esperanto translation from translation project.
22519
90e62a4a
DM
22520 * po/vi.po: Update Vietnamese translation from translation project.
22521
d492e6d0
DM
22522 * po/de.po: Update German translation from translation project.
22523
d4baa62d
DM
225242013-07-26 David S. Miller <davem@davemloft.net>
22525
641aa7b4
DM
22526 * po/bg.po: Update Bulgarian translation from translation project.
22527
d4baa62d
DM
22528 * po/nl.po: Update Dutch translation from translation project.
22529 * po/pl.po: Update Polish translation from translation project.
22530 * po/ru.po: Update Russian translation from translation project.
22531
61a9dcb9
DM
225322013-07-24 David S. Miller <davem@davemloft.net>
22533
22534 * po/libc.pot: Update.
22535
7b1f8b58
AZ
225362013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22537
22538 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22539 variable page size.
22540 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22541 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22542 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22543
a8fc7a03
AK
225442013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22545
22546 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22547
e4608715
CD
225482013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
22549 Andreas Schwab <schwab@suse.de>
22550 Roland McGrath <roland@hack.frob.com>
22551 Joseph Myers <joseph@codesourcery.com>
22552 Carlos O'Donell <carlos@redhat.com>
22553
22554 [BZ #15755]
22555 * config.h.in: Define HAVE_PT_CHOWN.
22556 * config.make.in (build-pt-chown): New variable.
22557 * configure.in (--enable-pt_chown): New configure option.
22558 * configure: Regenerate.
22559 * login/Makefile: Include Makeconfig. Build pt_chown only if
22560 build-pt-chown is enabled.
22561 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22562 pt_chown to fix pty ownership.
22563 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22564 CLOSE_ALL_FDS.
22565 * manual/install.texi (Configuring and compiling): Mention
22566 --enable-pt_chown. Add @findex for grantpt.
22567 * INSTALL: Regenerate.
22568
da2d62df
DM
225692013-07-20 David S. Miller <davem@davemloft.net>
22570
22571 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22572 difference between 32-bit and 64-bit.
22573
d7e06450
CD
225742013-07-15 Carlos O'Donell <carlos@redhat.com>
22575
22576 [BZ #15711]
22577 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22578 Avoid system header dependency with -ffreestanding.
22579 ($(objpfx)bits/syscall%d): Likewise.
22580
f959cfd7
DM
225812013-07-13 David S. Miller <davem@davemloft.net>
22582
22583 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22584 underflows from atanl/atan2l due to bug 15319.
22585 (casinh_test_data): Likewise.
22586
c61f8513
DM
225872013-07-07 David S. Miller <davem@davemloft.net>
22588
22589 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22590
72c90ed0
JA
225912013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
22592
22593 * sysdeps/i386/fpu/libm-test-ulps: Update.
22594 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22595
52dfbe13
SP
225962013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22597
22598 * configure.in (--enable-lock-elision): Fix message text.
22599 * INSTALL: Regenerate.
22600 * configure: Regenerate.
22601
3f169543
AZ
226022013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22603
22604 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22605
521c6785
AJ
226062013-07-03 Andreas Jaeger <aj@suse.de>
22607
22608 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22609 define.
22610 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22611 (ptrace_peeksiginfo_args): Add.
22612 (__ptrace_peeksiginfo_flags): Add.
22613 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22614 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22615 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22616
d2cc15cb
AM
226172013-07-03 Allan McRae <allan@archlinux.org>
22618
22619 * sysdeps/i386/fpu/libm-test-ulps: Update.
22620
3aaeeca7
DM
226212013-07-02 David S. Miller <davem@davemloft.net>
22622
22623 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22624
5314ed1a
MT
226252013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
22626
22627 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22628
67338156
JM
226292013-07-02 Joseph Myers <joseph@codesourcery.com>
22630
22631 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22632 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22633
1717da59
AK
226342013-07-02 Andi Kleen <ak@linux.intel.com>
22635
22636 * config.h.in (ENABLE_LOCK_ELISION): Add.
22637 * configure.in (--enable-lock-elision): Add option.
22638 * manual/install.texi: Document --enable lock elision.
22639 * configure: Regenerate
22640 * INSTALL: Regenerate.
22641
1c81621c
L
226422013-07-02 H.J. Lu <hongjiu.lu@intel.com>
22643
22644 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22645 SSE4.2 strcasecmp for libc.a.
22646 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22647
77f01ab5
JM
226482013-07-02 Joseph Myers <joseph@codesourcery.com>
22649
22650 [BZ #13304]
22651 * soft-fp/op-common.h (_FP_FMA): New macro.
22652 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22653 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
22654 (_FP_MUL_MEAT_1_imm): ... here.
22655 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
22656 (_FP_MUL_MEAT_1_wide): ... here.
22657 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
22658 (_FP_MUL_MEAT_1_hard): ... here.
22659 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22660 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
22661 (_FP_MUL_MEAT_2_wide): ... here.
22662 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
22663 (_FP_MUL_MEAT_2_wide_3mul): ... here.
22664 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
22665 (_FP_MUL_MEAT_2_gmp): ... here.
22666 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22667 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
22668 (_FP_MUL_MEAT_4_wide): ... here.
22669 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
22670 (_FP_MUL_MEAT_4_gmp): ... here.
22671 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22672 (_FP_WFRACBITS_DW_S): Likewise.
22673 (_FP_WFRACXBITS_DW_S): Likewise.
22674 (_FP_HIGHBIT_DW_S): Likewise.
22675 (FP_FMA_S): Likewise.
22676 (_FP_FRAC_HIGH_DW_S): Likewise.
22677 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22678 (_FP_WFRACBITS_DW_D): Likewise.
22679 (_FP_WFRACXBITS_DW_D): Likewise.
22680 (_FP_HIGHBIT_DW_D): Likewise.
22681 (FP_FMA_D): Likewise.
22682 (_FP_FRAC_HIGH_DW_D): Likewise.
22683 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22684 (_FP_WFRACBITS_DW_E): Likewise.
22685 (_FP_WFRACXBITS_DW_E): Likewise.
22686 (_FP_HIGHBIT_DW_E): Likewise.
22687 (FP_FMA_E): Likewise.
22688 (_FP_FRAC_HIGH_DW_E): Likewise.
22689 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22690 (_FP_WFRACBITS_DW_Q): Likewise.
22691 (_FP_WFRACXBITS_DW_Q): Likewise.
22692 (_FP_HIGHBIT_DW_Q): Likewise.
22693 (FP_FMA_Q): Likewise.
22694 (_FP_FRAC_HIGH_DW_Q): Likewise.
22695 * soft-fp/fmasf4.c: New file.
22696 * soft-fp/fmadf4.c: Likewise.
22697 * soft-fp/fmatf4.c: Likewise.
22698
6308fd9a
LD
226992013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22700
22701 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22702 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22703 Silvermont.
22704 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22705 macro.
22706 (index_Slow_SSE4_2): Likewise.
22707 (index_Prefer_PMINUB_for_stringop): Likewise.
22708 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22709 bit_Slow_SSE4_2 is set.
22710 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22711 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22712
89cd9569
RA
227132013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22714
22715 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22716 rtld_global._dl_hwcap2.
22717 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22718 POWER8.
22719 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22720 POWER8 feature descriptions defined in _dl_hwcap2.
22721 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22722 string handling for POWER8 feature bits.
22723 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22724 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22725 _dl_powerpc_cap_flags.
22726 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22727 * sysdeps/powerpc/rtld-global-offsets.sym
22728 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22729 _dl_hwcap2 in the rtld_global_ro structure.
22730
1ae8bfe0
RA
227312013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22732
22733 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22734 hardware capabilities in support of AT_HWCAP2.
22735 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22736 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22737 GLRO(dl_hwcap2).
22738 (_dl_show_auxv): Add support for calling _dl_procinfo to display
22739 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
22740 explicitly the unknown a_type display mechanism is used.
22741 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22742 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22743 struct member.
22744 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22745 to macro prototype for AT_HWCAP2 support.
22746 * sysdeps/i386/dl-procinfo.h: Likewise.
22747 * sysdeps/s390/dl-procinfo.h: Likewise.
22748 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22749 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
22750 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
22751 return -1 for unknown a_type display fallback.
22752 * sysdeps/sparc/dl-procinfo.h: Likewise.
22753 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22754 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22755
8fbec010
JM
227562013-06-28 Joseph Myers <joseph@codesourcery.com>
22757
22758 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22759 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22760
0432680e
PY
227612013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
22762
22763 [BZ #12492]
22764 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22765 mprotect making __stack_prot writable.
22766
ce61a2ad
NF
227672013-06-28 Nathan Froyd <froydnj@codesourcery.com>
22768 Joseph Myers <joseph@codesourcery.com>
22769
22770 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22771 as being properly aligned.
22772
f91f1c0f
MR
227732013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
22774
3d0f5d0c
MR
22775 * dlfcn/modstatic5.c: New file.
22776 * dlfcn/tststatic5.c: New file.
22777 * dlfcn/Makefile (tests): Add tststatic5.
22778 (tests-static): Likewise.
22779 (modules-names): Add modstatic5.
22780 (tststatic5-ENV): New variable.
22781 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22782
f91f1c0f
MR
22783 [BZ #15022]
22784 * elf/dl-support.c (_dl_main_map): New variable.
22785 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22786 (_dl_nns, _dl_load_adds): Set to 1.
22787 (_dl_initial_searchlist): Refer to _dl_main_map.
22788 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22789 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22790 call to _dl_get_origin.
22791 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22792 around call_map.
22793 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22794 * dlfcn/modstatic3.c: New file.
22795 * dlfcn/tststatic3.c: New file.
22796 * dlfcn/tststatic4.c: New file.
22797 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22798 (tests-static): Likewise.
22799 (modules-names): Add modstatic3.
22800 (tststatic3-ENV, tststatic4-ENV): New variables.
22801 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22802 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22803
cbe7d24b
JM
228042013-06-26 Joseph Myers <joseph@codesourcery.com>
22805
22806 * configure.in (CC): Require GCC version 4.4 or later.
22807 * configure: Regenerated.
22808 * manual/install.texi (Tools for Compilation): Update GCC version
22809 requirement.
22810 * INSTALL: Regenerated.
22811
11b8a0e1
LD
228122013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22813
22814 [BZ #15674]
bb5bb87c
L
22815 * string/test-memcmp.c (check2): New.
22816 (main): Call check2.
22817
11b8a0e1
LD
22818 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22819
b0037103
MR
228202013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
22821
22822 [BZ #15022]
22823 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22824 over to...
22825 (dl_open_worker) [!SHARED]: ... here.
22826
c18c701d
RA
228272013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22828
22829 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22830
1d17fa5f
RH
228312013-06-25 Richard Henderson <rth@redhat.com>
22832
22833 * locale/programs/locarchive.c: Include <libc-internal.h>
22834
8fcb833a
JM
228352013-06-25 Joseph Myers <joseph@codesourcery.com>
22836
22837 * manual/texinfo.tex: Update to version 2013-06-21.17, with
22838 trailing whitespace removed.
22839
17db6e8d
MF
228402013-06-24 Mike Frysinger <vapier@gentoo.org>
22841
22842 [BZ #10283]
17db6e8d
MF
22843 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22844 * locale/programs/locarchive.c: Include libc-mmap.h.
22845 (prepare_address_space): Take two new outputs (the mmap base and len).
22846 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
22847 values.
22848 (create_archive): Declare new mmap base and len values for
22849 prepare_address_space, and store the result in ah.
22850 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22851 (enlarge_archive): If ah->mmap_base is not NULL, use that and
22852 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22853 Declare new mmap base and len values for
22854 prepare_address_space, and store the result in new_ah.
22855 (open_archive): Declare new mmap base and len values for
22856 prepare_address_space, and store the result in ah.
22857 (close_archive): If ah->mmap_base is not NULL, use that and
22858 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22859 * sysdeps/generic/libc-mmap.h: New file.
22860
d605071e
MF
228612013-06-24 Mike Frysinger <vapier@gentoo.org>
22862
22863 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22864 (ALIGN_UP): Likewise.
22865 (PTR_ALIGN_DOWN): Likewise.
22866 (PTR_ALIGN_UP): Likewise.
22867
2f063a6e
RA
228682013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22869
22870 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22871 entry mapped to PPC_PLATFORM_POWER8.
22872 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22873 POWER8.
22874 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22875 (_dl_string_platform): Add case for exporting platform position for
22876 POWER8.
22877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22878 search path to sysdeps/powerpc/powerpc32/power8 directory.
22879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22880 search path to sysdeps/powerpc/powerpc64/power8 directory.
22881 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22882 power7 directories.
22883 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22884 power7 directories.
22885
a31ee4b3
SP
228862013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22887
a74ca98f
SP
22888 * INSTALL: Regenerate.
22889
a31ee4b3
SP
22890 * nscd/connections.c (nscd_init): Fix comment.
22891
695c378f
JM
228922013-06-22 Joseph Myers <joseph@codesourcery.com>
22893
d8412221
JM
22894 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22895
695c378f
JM
22896 [BZ #15667]
22897 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22898 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22899
d1d54715
MR
229002013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22901
22902 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22903 DL_DST_REQ_STATIC.
22904 (DL_DST_REQ_STATIC): Remove macro.
22905
8fdda7af
JM
229062013-06-21 Joseph Myers <joseph@codesourcery.com>
22907
22908 [BZ #7006]
22909 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22910 with a shift of 0 bits.
22911
f3bc5e5a
MR
229122013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22913
22914 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22915 $(tststatic-ENV).
22916
be09e8c9
KK
229172013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22918
22919 [BZ #15655]
22920 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22921
85c2e611
AZ
229222013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22923
22924 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22925 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22926 accepts -fno-tree-loop-distribute-patterns.
22927 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22928 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22929 recursive call.
22930 * string/memset.c (memset): Likewise.
22931 * string/test-memmove.c (simple_memmove): Disable loop transformation
22932 to library calls.
22933 * string/test-memset.c (simple_memset): Likewise.
22934 * benchtests/bench-memmove.c (simple_memmove): Likewise.
22935 * benchtests/bench-memset.c (simple_memset): Likewise.
22936 * configure: Regenerated.
22937
c91e0825
JM
229382013-06-20 Joseph Myers <joseph@codesourcery.com>
22939
b8c792af
JM
22940 * math/test-misc.c (main): Ignore fesetround failure when failures
22941 of subsequent rounding tests would be ignored.
22942
c91e0825
JM
22943 [BZ #15654]
22944 * math/fedisblxcpt.c (fedisableexcept): Return 0.
22945 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22946 * math/fegetenv.c (__fegetenv): Return 0.
22947 * math/fegetexcept.c (fegetexcept): Return 0.
22948 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22949 FE_TONEAREST.
22950 * math/feholdexcpt.c (feholdexcept): Return 0.
22951 * math/fesetenv.c (__fesetenv): Return 0.
22952 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22953 argument FE_TONEAREST.
22954 * math/feupdateenv.c (__feupdateenv): Return 0.
22955 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22956
bfcacbde
RM
229572013-06-18 Roland McGrath <roland@hack.frob.com>
22958
22959 * elf/rtld-Rules (rtld-compile-command.S): New variable.
22960 (rtld-compile-command.s, rtld-compile-command.c): New variables.
22961 ($(objpfx)rtld-%.os rules): Use them.
22962
e55a9b25
AZ
229632013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22964
22965 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22966 fields.
22967
346d65b3
RM
229682013-06-17 Roland McGrath <roland@hack.frob.com>
22969
12086fb4
RM
22970 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22971 length of target pattern, then descending length of dependency pattern.
22972 * configure.in (AWK): Require gawk 3.1.2 or newer.
22973 * manual/install.texi (Tools for Compilation): Say that we do.
22974 * configure: Regenerated.
22975
346d65b3
RM
22976 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22977 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22978 * scripts/sysd-rules.awk: ... this new script.
22979 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22980 than a glob-style pattern.
22981
1a846317
JM
229822013-06-17 Joseph Myers <joseph@codesourcery.com>
22983
22984 * math/test-misc.c (main): Do not treat incorrectly rounded
22985 conversions as failure unless ROUNDING_TESTS passes.
22986
8fc75e6f
JM
229872013-06-15 Joseph Myers <joseph@codesourcery.com>
22988
3711a167
JM
22989 [BZ #15631]
22990 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22991 restore exception state around main square root computation, then
22992 check for inexactness explicitly.
22993
8fc75e6f
JM
22994 * math/libm-test.inc (fma_test_data): Add another test.
22995
61dd6208
SP
229962013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22997
adf23d2c
SP
22998 * manual/threads.texi (Non-POSIX Extensions): New document
22999 node. Document pthread_getattr_default_np and
23000 pthread_setattr_default_np.
23001
61dd6208
SP
23002 * Versions.def (libpthread): Add GLIBC_2.18.
23003 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23005 Likewise.
23006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23007 Likewise.
23008 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23009 Likewise.
23010 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23011 Likewise.
23012 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23013 Likewise.
23014 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23015 Likewise.
23016 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23017 Likewise.
23018 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23019 Likewise.
23020 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23021 Likewise.
23022
d086fc7b
LD
230232013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
23024
23025 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23026 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23027
747ef469
SP
230282013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
23029 H.J. Lu <hjl.tools@gmail.com>
23030
23031 [BZ #15627]
23032 * sysdeps/x86_64/rtld-memset.c: Remove file.
23033 * sysdeps/x86_64/rtld-memset.S: New file.
23034
1b2feed2
JM
230352013-06-14 Joseph Myers <joseph@codesourcery.com>
23036
23037 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23038 (test_in_one_mode): Take arguments for whether the rounding mode
23039 is supported for each floating-point type.
23040 (do_test): Pass new arguments to test_in_one_mode using
23041 ROUNDING_TESTS.
23042
a58ad3f8
RM
230432013-06-13 Roland McGrath <roland@hack.frob.com>
23044
23045 * posix/tst-waitid.c (do_test): Distinguish different instances of
23046 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
23047 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23048 before entering the kernel for waitpid.
23049
c204ab28
SP
230502013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23051
23052 * NEWS: Fix note on clock function precision. Text by Roland
23053 McGrath.
23054
f4a29fba
RM
230552013-06-13 Roland McGrath <roland@hack.frob.com>
23056
23057 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23058 it into place only when and if the sanity check passes.
23059
1f24b9ad
JM
230602013-06-13 Joseph Myers <joseph@codesourcery.com>
23061
23062 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23063 output for whether conversion result is exact. Take argument
23064 indicating whether type is IBM long double.
23065 (round_for_all): Change need_exact field to ibm_ld.
23066 * stdlib/tst-strtod-round.c (struct exactness): New type.
23067 (struct test): Change bool ld_ok field to struct exactness exact.
23068 (TEST): Update all definitions for change to field.
23069 (tests): Regenerate array contents.
23070 (test_in_one_mode): Take pointer to new field instead of old ld_ok
23071 field value. Check for IBM long double here.
23072 (do_test): Update calls to test_in_one_mode.
23073
58206c68
SP
230742013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23075
23076 [BZ #12515]
23077 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23078 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23079
2d6f4c5b 230802013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
23081
23082 [BZ #15605]
23083 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23084 generated by the compiler on loop optimizations.
23085 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23086 general definitions.
23087
94f2c076
JM
230882013-06-12 Joseph Myers <joseph@codesourcery.com>
23089
23090 * math/bug-nextafter.c: Include <math-tests.h>.
23091 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23092 the relevant type.
23093 * math/bug-nexttoward.c: Include <math-tests.h>.
23094 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23095 the relevant type.
23096 * math/test-misc.c: Include <math-tests.h>.
23097 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23098 the relevant type.
23099
e0e50a0a
AJ
231002013-06-12 Andreas Jaeger <aj@suse.de>
23101
23102 * po/ia.po: Update Interlingua translation from translation
23103 project.
23104
25061094
SP
231052013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23106
23107 * include/fenv.h: Include stdbool.h.
23108 (struct rm_ctx): New structure.
23109 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23110 Define macro.
23111 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23112 (SET_RESTORE_ROUNDF): Likewise.
23113 (SET_RESTORE_ROUNDL): Likewise.
23114 (SET_RESTORE_ROUND_NOEX): Likewise.
23115 (SET_RESTORE_ROUND_NOEXF): Likewise.
23116 (SET_RESTORE_ROUND_NOEXL): Likewise.
23117 (SET_RESTORE_ROUND_53BIT): Likewise.
23118 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23119 (libc_feresetround_noexf_ctx): Likewise.
23120 (libc_feresetround_noexl_ctx): Likewise.
23121 (libc_feholdsetround_53bit_ctx): Likewise.
23122 (libc_feresetround_53bit_ctx): Likewise.
23123 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23124 (libc_feholdexcept_setround_sse_ctx): New function.
23125 (libc_fesetenv_sse_ctx): Likewise.
23126 (libc_feupdateenv_sse_ctx): Likewise.
23127 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23128 (libc_feholdexcept_setround_387_ctx): Likewise.
23129 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23130 (libc_feholdsetround_387_prec_ctx): Likewise.
23131 (libc_feholdsetround_387_ctx): Likewise.
23132 (libc_feholdsetround_387_53bit_ctx): Likewise.
23133 (libc_feholdsetround_sse_ctx): Likewise.
23134 (libc_feresetround_sse_ctx): Likewise.
23135 (libc_feresetround_387_ctx): Likewise.
23136 (libc_feupdateenv_387_ctx): Likewise.
23137 (libc_feholdexcept_setroundf_ctx): Define macro.
23138 (libc_fesetenvf_ctx): Likewise.
23139 (libc_feupdateenvf_ctx): Likewise.
23140 (libc_feholdsetroundf_ctx): Likewise.
23141 (libc_feresetroundf_ctx): Likewise.
23142 (libc_feholdexcept_setround_ctx): Likewise.
23143 (libc_fesetenv_ctx): Likewise.
23144 (libc_feupdateenv_ctx): Likewise.
23145 (libc_feholdsetround_ctx): Likewise.
23146 (libc_feresetround_ctx): Likewise.
23147 (libc_feholdexcept_setroundl_ctx): Likewise.
23148 (libc_feupdateenvl_ctx): Likewise.
23149 (libc_feholdsetroundl_ctx): Likewise.
23150 (libc_feresetroundl_ctx): Likewise.
23151 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23152 (libc_feresetround_53bit_ctx): Likewise.
23153
59b30555
SP
231542013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23155
23156 * locale/iso-639.def: Convert to UTF-8.
23157
f1d73d30
JM
231582013-06-11 Joseph Myers <joseph@codesourcery.com>
23159
23160 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23161 (EXCEPTION_TESTS_double): Likewise.
23162 (EXCEPTION_TESTS_long_double): Likewise.
23163 (EXCEPTION_TESTS): Likewise.
23164 * math/libm-test.inc (test_exceptions): Only test exceptions if
23165 EXCEPTION_TESTS (FLOAT).
23166
94aca5e7
SP
231672013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23168
23169 * benchtests/Makefile (string-bench): Add strcpy_chk and
23170 stpcpy_chk.
23171 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23172 * benchtests/bench-stpcpy_chk.c: New file.
23173 * benchtests/bench-strcpy_chk-ifunc.c: New file.
23174 * benchtests/bench-strcpy_chk.c: New file.
23175 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23176 code.
23177 (do_test): Likewise.
23178
fac0c5f2
RA
231792013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23180
23181 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23182 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23183 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23184 with tabs where appropriate.
23185 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23186 dl-procinfo.h.
23187 [PPC_PLATFORM_PPC440]: Likewise.
23188 [PPC_PLATFORM_PPC464]: Likewise.
23189 [PPC_PLATFORM_PPC476]: Likewise.
23190 (_dl_string_platform): Add support for detecting ppc405, ppc440,
23191 ppc464, and ppc476 platform strings merging from ports/
23192 dl-procinfo.h.
23193
f22bc486
AS
231942013-06-11 Andreas Schwab <schwab@suse.de>
23195
23196 [BZ #14991]
23197 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23198 (from_ucs4_idx): Regenerate.
23199 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23200 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23201 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23202 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23203 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23204 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23205 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23206 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23207 from FROM_LOOP and TO_LOOP specific macros.
23208 (BODY): Handle combining characters.
23209 * iconvdata/BIG5HKSCS.irreversible: Update.
23210 * iconvdata/BIG5HKSCS.precomposed: New file.
23211 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23212 characters.
23213 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23214
c1f75dc3
SP
232152013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23216
4eacded2
SP
23217 * include/sys/time.h: Fix indentation and add copyright header.
23218
fec799f8
SP
23219 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23220 (do_test): Likewise.
23221 * string/test-memchr.c (do_one_test): Likewise.
23222 (do_test): Likewise.
23223 * string/test-memcmp.c (do_one_test): Likewise.
23224 (do_test): Likewise.
23225 * string/test-memcpy.c (do_one_test): Likewise.
23226 (do_test): Likewise.
23227 * string/test-memmem.c (do_one_test): Likewise.
23228 (do_test): Likewise.
23229 (do_random_tests): Likewise.
23230 * string/test-memmove.c (do_one_test): Likewise.
23231 (do_test): Likewise.
23232 * string/test-memset.c (do_one_test): Likewise.
23233 (do_test): Likewise.
23234 * string/test-rawmemchr.c (do_one_test): Likewise.
23235 (do_test): Likewise.
23236 * string/test-strcasecmp.c (do_one_test): Likewise.
23237 (do_test): Likewise.
23238 * string/test-strcasestr.c (do_one_test): Likewise.
23239 (do_test): Likewise.
23240 * string/test-strcat.c (do_one_test): Likewise.
23241 (do_test): Likewise.
23242 * string/test-strchr.c (do_one_test): Likewise.
23243 (do_test): Likewise.
23244 * string/test-strcmp.c (do_one_test): Likewise.
23245 (do_test): Likewise.
23246 * string/test-strcpy.c (do_one_test): Likewise.
23247 (do_test): Likewise.
23248 * string/test-string.h: Likewise.
23249 (test_init): Likewise.
23250 * string/test-strlen.c (do_one_test): Likewise.
23251 (do_test): Likewise.
23252 * string/test-strncasecmp.c (do_one_test): Likewise.
23253 (do_test): Likewise.
23254 * string/test-strncat.c (do_one_test): Likewise.
23255 (do_test): Likewise.
23256 * string/test-strncmp.c (do_one_test): Likewise.
23257 (do_test_limit): Likewise.
23258 (do_test): Likewise.
23259 * string/test-strncpy.c (do_one_test): Likewise.
23260 (do_test): Likewise.
23261 * string/test-strnlen.c (do_one_test): Likewise.
23262 (do_test): Likewise.
23263 * string/test-strpbrk.c (do_one_test): Likewise.
23264 (do_test): Likewise.
23265 * string/test-strrchr.c (do_one_test): Likewise.
23266 (do_test): Likewise.
23267 * string/test-strspn.c (do_one_test): Likewise.
23268 (do_test): Likewise.
23269 * string/test-strstr.c (do_one_test): Likewise.
23270 (do_test): Likewise.
23271
97020474
SP
23272 * benchtests/Makefile (string-bench): Add string benchmarks.
23273 * benchtests/bench-bcopy-ifunc.c: New file.
23274 * benchtests/bench-bcopy.c: New file.
23275 * benchtests/bench-bzero-ifunc.c: New file.
23276 * benchtests/bench-bzero.c: New file.
23277 * benchtests/bench-memccpy-ifunc.c: New file.
23278 * benchtests/bench-memccpy.c: New file.
23279 * benchtests/bench-memchr-ifunc.c: New file.
23280 * benchtests/bench-memchr.c: New file.
23281 * benchtests/bench-memcmp-ifunc.c: New file.
23282 * benchtests/bench-memcmp.c: New file.
23283 * benchtests/bench-memmem-ifunc.c: New file.
23284 * benchtests/bench-memmem.c: New file.
23285 * benchtests/bench-memmove-ifunc.c: New file.
23286 * benchtests/bench-memmove.c: New file.
23287 * benchtests/bench-mempcpy-ifunc.c: New file.
23288 * benchtests/bench-mempcpy.c: New file.
23289 * benchtests/bench-memset-ifunc.c: New file.
23290 * benchtests/bench-memset.c: New file.
23291 * benchtests/bench-rawmemchr-ifunc.c: New file.
23292 * benchtests/bench-rawmemchr.c: New file.
23293 * benchtests/bench-stpcpy-ifunc.c: New file.
23294 * benchtests/bench-stpcpy.c: New file.
23295 * benchtests/bench-stpncpy-ifunc.c: New file.
23296 * benchtests/bench-stpncpy.c: New file.
23297 * benchtests/bench-strcasecmp-ifunc.c: New file.
23298 * benchtests/bench-strcasecmp.c: New file.
23299 * benchtests/bench-strcasestr-ifunc.c: New file.
23300 * benchtests/bench-strcasestr.c: New file.
23301 * benchtests/bench-strcat-ifunc.c: New file.
23302 * benchtests/bench-strcat.c: New file.
23303 * benchtests/bench-strchr-ifunc.c: New file.
23304 * benchtests/bench-strchr.c: New file.
23305 * benchtests/bench-strchrnul-ifunc.c: New file.
23306 * benchtests/bench-strchrnul.c: New file.
23307 * benchtests/bench-strcmp-ifunc.c: New file.
23308 * benchtests/bench-strcmp.c: New file.
23309 * benchtests/bench-strcpy-ifunc.c: New file.
23310 * benchtests/bench-strcpy.c: New file.
23311 * benchtests/bench-strcspn-ifunc.c: New file.
23312 * benchtests/bench-strcspn.c: New file.
23313 * benchtests/bench-strlen-ifunc.c: New file.
23314 * benchtests/bench-strlen.c: New file.
23315 * benchtests/bench-strncasecmp-ifunc.c: New file.
23316 * benchtests/bench-strncasecmp.c: New file.
23317 * benchtests/bench-strncat-ifunc.c: New file.
23318 * benchtests/bench-strncat.c: New file.
23319 * benchtests/bench-strncmp-ifunc.c: New file.
23320 * benchtests/bench-strncmp.c: New file.
23321 * benchtests/bench-strncpy-ifunc.c: New file.
23322 * benchtests/bench-strncpy.c: New file.
23323 * benchtests/bench-strnlen-ifunc.c: New file.
23324 * benchtests/bench-strnlen.c: New file.
23325 * benchtests/bench-strpbrk-ifunc.c: New file.
23326 * benchtests/bench-strpbrk.c: New file.
23327 * benchtests/bench-strrchr-ifunc.c: New file.
23328 * benchtests/bench-strrchr.c: New file.
23329 * benchtests/bench-strspn-ifunc.c: New file.
23330 * benchtests/bench-strspn.c: New file.
23331 * benchtests/bench-strstr-ifunc.c: New file.
23332 * benchtests/bench-strstr.c: New file.
23333
c1f75dc3
SP
23334 * benchtests/Makefile: Disable parallel execution of targets.
23335 (string-bench): Add memcpy.
23336 (benchset): New variable to store a list of benchmark sets.
23337 (bench-func): Renamed from bench.
23338 (bench-set): New target.
23339 (bench): Depend on bench-func and bench-set.
23340 * benchtests/README: Add section on benchmark sets.
23341 * benchtests/bench-memcpy-ifunc.c: New file.
23342 * benchtests/bench-memcpy.c: New file.
23343 * benchtests/bench-string.h: New file.
23344
50fd745b
AS
233452013-06-11 Andreas Schwab <schwab@suse.de>
23346
23347 [BZ #15577]
23348 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23349 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23350 values in the triple.
23351 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23352 terminator in the group key.
23353
3ee7e9fe
AJ
233542013-06-11 Andreas Jaeger <aj@suse.de>
23355
23356 * po/zh_TW.po: Update Chinese (traditional) translation from
23357 translation project.
23358
89fb6835
SP
233592013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23360
23361 * include/time.h (__clock_gettime): Add libc_hidden_proto.
23362 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23363 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
23364 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23365 (clock_getcpuclockid): Likewise.
23366 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23367 Add weak_alias and libc_hidden_def.
23368 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23369 * rt/clock_gettime.c (clock_gettime): Rename to
23370 __clock_gettime. Add weak_alias and libc_hidden_def.
23371 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23372 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23373 __clock_nanosleep. Add weak_alias and libc_hidden_def.
23374 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23375 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23376 Likewise.
23377 * rt/clock_settime.c (clock_settime): Rename to
23378 __clock_settime. Add weak_alias and libc_hidden_def.
23379 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23380
0efa6f8b
JM
233812013-06-10 Joseph Myers <joseph@codesourcery.com>
23382
b8c61b4b
JM
23383 * mach/err_boot.sub: Remove trailing whitespace.
23384 * mach/err_ipc.sub: Likewise.
23385 * mach/err_mach.sub: Likewise.
23386
0efa6f8b
JM
23387 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23388 (ROUNDING_TESTS_double): Likewise.
23389 (ROUNDING_TESTS_long_double): Likewise.
23390 (ROUNDING_TESTS): Likewise.
23391 * math/libm-test.inc: Include <math-tests.h>.
23392 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23393 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23394 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23395 (IF_ROUND_INIT_FE_UPWARD): Likewise.
23396
50b818bf
SP
233972013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23398
23399 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23400 of assigning.
23401
60d2f8f3
JM
234022013-06-08 Joseph Myers <joseph@codesourcery.com>
23403
4902d2c3
JM
23404 * sysdeps/gnu/errlist.awk: Do not generate space at end of
23405 otherwise empty TRANS lines.
23406 * sysdeps/gnu/errlist.c: Regenerated.
23407
60d2f8f3
JM
23408 * catgets/gencat.c (error_print): Use (void) in function
23409 definition.
23410 * crypt/crypt_util.c (__init_des): Likewise.
23411 * crypt/speeds.c (Stop): Likewise.
23412 (main): Likewise.
23413 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23414 * inet/ruserpass.c (token): Likewise.
23415 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23416 * intl/localealias.c (extend_alias_table): Likewise.
23417 * intl/plural-exp.c (init_germanic_plural): Likewise.
23418 * libio/fcloseall.c (__fcloseall): Likewise.
23419 * libio/genops.c (_IO_flush_all): Likewise.
23420 (_IO_flush_all_linebuffered): Likewise.
23421 (_IO_cleanup): Likewise.
23422 (_IO_iter_begin): Likewise.
23423 (_IO_iter_end): Likewise.
23424 (_IO_list_lock): Likewise.
23425 (_IO_list_unlock): Likewise.
23426 (_IO_list_resetlock): Likewise.
23427 * libio/getchar.c (getchar): Likewise.
23428 * libio/getchar_u.c (getchar_unlocked): Likewise.
23429 * libio/getwchar.c (getwchar): Likewise.
23430 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23431 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23432 * login/getpt.c (__getpt): Likewise.
23433 * login/tst-utmp.c (main): Likewise.
23434 * malloc/hooks.c (__malloc_check_init): Likewise.
23435 * malloc/malloc.c (__malloc_stats): Likewise.
23436 * malloc/mtrace.c (tr_break): Likewise.
23437 (mtrace): Likewise.
23438 (muntrace): Likewise.
23439 * misc/fstab.c (endfsent): Likewise.
23440 * misc/getclktck.c (__getclktck): Likewise.
23441 * misc/getdtsz.c (__getdtablesize): Likewise.
23442 * misc/gethostid.c (gethostid): Likewise.
23443 * misc/getpagesize.c (__getpagesize): Likewise.
23444 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23445 (__get_nprocs): Likewise.
23446 (__get_phys_pages): Likewise.
23447 (__get_avphys_pages): Likewise.
23448 * misc/getttyent.c (getttyent): Likewise.
23449 (setttyent): Likewise.
23450 (endttyent): Likewise.
23451 * misc/getusershell.c (getusershell): Likewise.
23452 (endusershell): Likewise.
23453 (setusershell): Likewise.
23454 (initshells): Likewise.
23455 * misc/hsearch.c (__hdestroy): Likewise.
23456 * misc/sync.c (sync): Likewise.
23457 * misc/syslog.c (closelog_internal): Likewise.
23458 (closelog): Likewise.
23459 * misc/ttyslot.c (ttyslot): Likewise.
23460 * misc/vhangup.c (vhangup): Likewise.
23461 * posix/fork.c (__fork): Likewise.
23462 * posix/getegid.c (__getegid): Likewise.
23463 * posix/geteuid.c (__geteuid): Likewise.
23464 * posix/getgid.c (__getgid): Likewise.
23465 * posix/getpid.c (__getpid): Likewise.
23466 * posix/getppid.c (__getppid): Likewise.
23467 * posix/getuid.c (__getuid): Likewise.
23468 * posix/pause.c (pause): Likewise.
23469 * posix/setpgrp.c (setpgrp): Likewise.
23470 * posix/setsid.c (__setsid): Likewise.
23471 * posix/test-vfork.c (noop): Likewise.
23472 * resolv/gethnamaddr.c (_endhtent): Likewise.
23473 (_gethtent): Likewise.
23474 (ht_endhostent): Likewise.
23475 (gethostent): Likewise.
23476 (dns_service): Likewise.
23477 * stdlib/drand48.c (drand48): Likewise.
23478 * stdlib/lrand48.c (lrand48): Likewise.
23479 * stdlib/mrand48.c (mrand48): Likewise.
23480 * stdlib/rand.c (rand): Likewise.
23481 * stdlib/random.c (__random): Likewise.
23482 * stdlib/setenv.c (clearenv): Likewise.
23483 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23484 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23485 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23486 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23487 (__get_nprocs): Likewise.
23488 (__get_phys_pages): Likewise.
23489 (__get_avphys_pages): Likewise.
23490 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23491 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23492 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23493 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23494 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23495 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23496 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23497 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23498 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23499 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23500 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23501 * sysdeps/mach/hurd/sync.c (sync): Likewise.
23502 * sysdeps/posix/clock.c (clock): Likewise.
23503 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23504 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23505 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23506 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23507 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23508 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23509 (__get_nprocs_conf): Likewise.
23510 (__get_phys_pages): Likewise.
23511 (__get_avphys_pages): Likewise.
23512 * time/clock.c (clock): Likewise.
23513 * time/tzset.c (__tzname_max): Likewise.
23514
2e09a79a
JM
235152013-06-07 Joseph Myers <joseph@codesourcery.com>
23516
23517 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23518 (__bswap_32): Do not use "register".
23519 * crypt/crypt.c (_ufc_doit_r): Likewise.
23520 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23521 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23522 * gmon/gmon.c (__monstartup): Likewise.
23523 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23524 * hurd/hurdmalloc.c (more_memory): Likewise.
23525 (malloc): Likewise.
23526 (free): Likewise.
23527 (realloc): Likewise.
23528 (malloc_fork_prepare): Likewise.
23529 (malloc_fork_parent): Likewise.
23530 (malloc_fork_child): Likewise.
23531 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23532 (_svcauth_des): Likewise.
23533 * inet/inet_lnaof.c (inet_lnaof): Likewise.
23534 * inet/inet_net.c (inet_network): Likewise.
23535 * inet/inet_netof.c (inet_netof): Likewise.
23536 * inet/rcmd.c (__validuser2_sa): Likewise.
23537 * io/fts.c (fts_open): Likewise.
23538 (fts_load): Likewise.
23539 (fts_close): Likewise.
23540 (fts_read): Likewise.
23541 (fts_children): Likewise.
23542 (fts_build): Likewise.
23543 (fts_stat): Likewise.
23544 (fts_sort): Likewise.
23545 (fts_alloc): Likewise.
23546 (fts_lfree): Likewise.
23547 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23548 (_IO_file_xsgetn): Likewise.
23549 (_IO_file_xsgetn_mmap): Likewise.
23550 * libio/iofopncook.c (_IO_cookie_read): Likewise.
23551 (_IO_cookie_write): Likewise.
23552 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23553 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23554 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23555 * malloc/obstack.c (_obstack_begin): Likewise.
23556 (_obstack_begin_1): Likewise.
23557 (_obstack_newchunk): Likewise.
23558 (_obstack_allocated_p): Likewise.
23559 (obstack_free): Likewise.
23560 (_obstack_memory_used): Likewise.
23561 * misc/getttyent.c (getttynam): Likewise.
23562 (getttyent): Likewise.
23563 (skip): Likewise.
23564 (value): Likewise.
23565 * misc/getusershell.c (initshells): Likewise.
23566 * misc/syslog.c (__vsyslog_chk): Likewise.
23567 * misc/ttyslot.c (ttyslot): Likewise.
23568 * nis/nis_hash.c (__nis_hash): Likewise.
23569 * posix/fnmatch_loop.c (FCT): Likewise.
23570 * posix/getconf.c (print_all): Likewise.
23571 (main): Likewise.
23572 * posix/getopt.c (exchange): Likewise.
23573 * posix/glob.c (globfree): Likewise.
23574 (prefix_array): Likewise.
23575 (__glob_pattern_type): Likewise.
23576 * resolv/arpa/nameser.h (NS_GET16): Likewise.
23577 (NS_GET32): Likewise.
23578 (NS_PUT16): Likewise.
23579 (NS_PUT32): Likewise.
23580 * resolv/gethnamaddr.c (getanswer): Likewise.
23581 (gethostbyname2): Likewise.
23582 (gethostbyaddr): Likewise.
23583 (_gethtent): Likewise.
23584 (_gethtbyname2): Likewise.
23585 (_gethtbyaddr): Likewise.
23586 * resolv/ns_print.c (dst_s_get_int16): Likewise.
23587 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23588 * resolv/res_init.c (__res_vinit): Likewise.
23589 (net_mask): Likewise.
23590 * resolv/res_mkquery.c (outchar): Likewise.
23591 (PRINT): Likewise.
23592 * stdio-common/printf_fp.c (outchar): Likewise.
23593 (PRINT): Likewise.
23594 * stdio-common/printf_fphex.c (outchar): Likewise.
23595 (PRINT): Likewise.
23596 * stdio-common/printf_size.c (outchar): Likewise.
23597 (PRINT): Likewise.
23598 * stdio-common/test_rdwr.c (main): Likewise.
23599 * stdio-common/tfformat.c (matches): Likewise.
23600 * stdio-common/vfprintf.c (outchar): Likewise.
23601 (printf_unknown): Likewise.
23602 (buffered_vfprintf): Likewise.
23603 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23604 * stdio-common/xbug.c (AppendToBuffer): Likewise.
23605 (ReadFile): Likewise.
23606 * stdlib/qsort.c (SWAP): Likewise.
23607 (_quicksort): Likewise.
23608 * stdlib/setenv.c (__add_to_environ): Likewise.
23609 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23610 * stdlib/strtol_l.c (__strtol_l): Likewise.
23611 * stdlib/tst-strtod.c (main): Likewise.
23612 * stdlib/tst-strtol.c (main): Likewise.
23613 * stdlib/tst-strtoll.c (main): Likewise.
23614 * string/bits/string2.h (__strcmp_cc): Likewise.
23615 (__strcmp_cg): Likewise.
23616 (__strcspn_c1): Likewise.
23617 (__strcspn_c2): Likewise.
23618 (__strcspn_c3): Likewise.
23619 (__strspn_c1): Likewise.
23620 (__strspn_c2): Likewise.
23621 (__strspn_c3): Likewise.
23622 (__strsep_1c): Likewise.
23623 (__strsep_2c): Likewise.
23624 (__strsep_3c): Likewise.
23625 * string/memccpy.c (__memccpy): Likewise.
23626 * string/stpcpy.c (__stpcpy): Likewise.
23627 * string/strcmp.c (strcmp): Likewise.
23628 * string/strrchr.c (strrchr): Likewise.
23629 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23630 Likewise.
23631 * sysdeps/mach/hurd/getcwd.c
23632 (_hurd_canonicalize_directory_name_internal): Likewise.
23633 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23634 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23635 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23636 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23637 Likewise, in both definitions.
23638 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23639 definitions.
23640 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23641 64] (__bswap_64): Likewise.
23642 * time/test_time.c (main): Likewise.
23643 * time/tzfile.c (__tzfile_read): Likewise.
23644 (__tzfile_compute): Likewise.
23645 * time/tzset.c (__tzset_parse_tz): Likewise.
23646 (tzset_internal): Likewise.
23647 (compute_change): Likewise.
23648 * wcsmbs/wcscat.c (__wcscat): Likewise.
23649 * wcsmbs/wcschr.c (wcschr): Likewise.
23650 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23651 * wcsmbs/wcscspn.c (wcscspn): Likewise.
23652 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23653 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23654 * wcsmbs/wcsspn.c (wcsspn): Likewise.
23655 * wcsmbs/wcsstr.c (wcsstr): Likewise.
23656 * wcsmbs/wmemchr.c (wmemchr): Likewise.
23657 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23658 * wcsmbs/wmemset.c (wmemset): Likewise.
23659
9e54314b
JM
236602013-06-06 Joseph Myers <joseph@codesourcery.com>
23661
23662 * scripts/config.guess: Update to version 2013-05-16.
23663 * scripts/config.sub: Update to version 2013-04-24.
23664 * scripts/install-sh: Update to version 2011-11-20.07.
23665 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23666 * scripts/move-if-change: Update to version 2012-01-06 07:23.
23667
350635a5
OB
236682013-06-06 Ondřej Bílka <neleai@seznam.cz>
23669
23670 * debug/fgetws_u_chk.c: Fix leading whitespaces.
23671 * elf/sln.c: Likewise.
23672 * hurd/hurd/ioctl.h: Likewise.
23673 * hurd/hurdmalloc.c: Likewise.
23674 * hurd/xattr.c: Likewise.
23675 * include/shlib-compat.h: Likewise.
23676 * inet/ruserpass.c: Likewise.
23677 * libio/iofgets_u.c: Likewise.
23678 * libio/iofgetws_u.c: Likewise.
23679 * locale/programs/ld-identification.c: Likewise.
23680 * locale/programs/ld-time.c: Likewise.
23681 * mach/msg-destroy.c: Likewise.
23682 * nss/nss_files/files-netgrp.c: Likewise.
23683 * resolv/res_data.c: Likewise.
23684 * soft-fp/op-1.h: Likewise.
23685 * soft-fp/op-2.h: Likewise.
23686 * soft-fp/op-4.h: Likewise.
23687 * soft-fp/op-common.h: Likewise.
23688 * stdio-common/printf_fphex.c: Likewise.
23689 * stdlib/strtod_l.c: Likewise.
23690 * sunrpc/rpc/clnt.h: Likewise.
23691 * sysdeps/generic/framestate.c: Likewise.
23692 * sysdeps/i386/bsd-_setjmp.S: Likewise.
23693 * sysdeps/i386/bsd-setjmp.S: Likewise.
23694 * sysdeps/i386/__longjmp.S: Likewise.
23695 * sysdeps/i386/setjmp.S: Likewise.
23696 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23697 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23698 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23699 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23700 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23701 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23702 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23703 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23704 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23705 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23706 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23707 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23708 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23709 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23710 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23711 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23712 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23713 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23714 * sysdeps/ieee754/support.c: Likewise.
23715 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23716 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23717 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23718 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23719 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23720 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23721 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23722 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23723 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23724 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23725 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23726 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23727 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23728 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23729 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23730 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23731 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23732 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23733
44a988af
OB
237342013-06-05 Ondřej Bílka <neleai@seznam.cz>
23735
25506f09 23736 * posix/transbug.c: Remove executable mode.
44a988af 23737
9c84384c
JM
237382013-06-05 Joseph Myers <joseph@codesourcery.com>
23739
23740 * crypt/speeds.c: Remove trailing whitespace.
23741 * dlfcn/default.c: Likewise.
23742 * elf/ifuncdep2.c: Likewise.
23743 * elf/ifuncmain1.c: Likewise.
23744 * elf/ifuncmain1vis.c: Likewise.
23745 * elf/testobj.h: Likewise.
23746 * elf/tst-stackguard1.c: Likewise.
23747 * gmon/sys/gmon.h: Likewise.
23748 * hurd/hurdmsg.c: Likewise.
23749 * hurd/new-fd.c: Likewise.
23750 * hurd/ports-get.c: Likewise.
23751 * iconvdata/ibm1008_420.c: Likewise.
23752 * inet/tst-getni1.c: Likewise.
23753 * inet/tst-getni2.c: Likewise.
23754 * libio/ioungetc.c: Likewise.
23755 * libio/wfiledoalloc.c: Likewise.
23756 * manual/libm-err-tab.pl: Likewise.
23757 * math/w_dremf.c: Likewise.
23758 * misc/ftruncate.c: Likewise.
23759 * posix/bug-glob2.c: Likewise.
23760 * posix/tst-pcre.c: Likewise.
23761 * posix/wait4.c: Likewise.
23762 * resolv/README: Likewise.
23763 * resolv/res_debug.h: Likewise.
23764 * resolv/tst-inet_ntop.c: Likewise.
23765 * setjmp/bug269-setjmp.c: Likewise.
23766 * soft-fp/extended.h: Likewise.
23767 * soft-fp/op-1.h: Likewise.
23768 * soft-fp/op-2.h: Likewise.
23769 * soft-fp/op-4.h: Likewise.
23770 * soft-fp/op-8.h: Likewise.
23771 * soft-fp/testit.c: Likewise.
23772 * stdio-common/bug16.c: Likewise.
23773 * stdlib/random.c: Likewise.
23774 * sunrpc/rpcsvc/rquota.x: Likewise.
23775 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23776 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23777 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23778 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23779 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23780 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23781 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23782 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23783 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23784 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23785 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23786 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23787 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23788 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23789 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23790 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23791 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23792 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23793 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23794 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23795 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23796 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23797 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23798 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23799 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23800 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23801 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23802 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23803 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23804 * sysdeps/ieee754/s_lib_version.c: Likewise.
23805 * sysdeps/mach/hurd/check_fds.c: Likewise.
23806 * sysdeps/mach/hurd/getsockname.c: Likewise.
23807 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23808 * sysdeps/mach/hurd/recvfrom.c: Likewise.
23809 * sysdeps/powerpc/bits/link.h: Likewise.
23810 * sysdeps/powerpc/dl-procinfo.c: Likewise.
23811 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23812 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23813 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23814 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23815 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23816 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23817 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23818 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23819 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23820 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23821 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23822 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23823 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23824 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23825 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23826 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23827 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23828 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23829 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23830 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23831 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23832 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23833 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23834 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23835 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23836 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23837 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23838 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23839 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23840 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23841 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23842 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23843 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23844 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23845 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23846 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23847 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23848 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23849 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23850 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23851 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23852 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23853 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23854 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23855 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23856 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23857 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23858 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23859 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23860 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23861 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23862 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23863 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23864 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23865 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23866 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23867 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23868 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23869 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23870 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23871 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23872 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23873 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23874 * sysdeps/powerpc/sysdep.h: Likewise.
23875 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23876 * sysdeps/s390/s390-64/sub_n.S: Likewise.
23877 * sysdeps/sh/dl-trampoline.S: Likewise.
23878 * sysdeps/sh/memset.S: Likewise.
23879 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23880 * sysdeps/sh/strlen.S: Likewise.
23881 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23882 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23883 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23884 * sysdeps/sparc/sparc32/rem.S: Likewise.
23885 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23886 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23887 * sysdeps/sparc/sparc32/strchr.S: Likewise.
23888 * sysdeps/sparc/sparc32/udiv.S: Likewise.
23889 * sysdeps/sparc/sparc32/urem.S: Likewise.
23890 * sysdeps/sparc/sparc64/add_n.S: Likewise.
23891 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23892 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23893 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23894 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23895 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23896 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23897 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23898 * sysdeps/unix/bsd/times.c: Likewise.
23899 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23900 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23901 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23902 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23903 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23904 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23905 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23906 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23907 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23908 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23909 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23910 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23911 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23912 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23913 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23914 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23915 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23916 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23917 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23918 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23919 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23920 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23921 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23922 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23923 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23924 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23925 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23926 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23927 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23928 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23929 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23930 * sysdeps/x86_64/strcspn.S: Likewise.
23931
869378a5
RA
239322013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23933
23934 * locale/C-translit.h: Revert #include <stdint.h> because this is a
23935 generated file. Regenerate properly from gen-translit.pl.
23936 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
23937 locale/C-translit.h.
23938
840e2943
AS
239392013-06-05 Andreas Schwab <schwab@suse.de>
23940
23941 [BZ #15100]
23942 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23943 week as 6 instead of -1.
23944 * time/tst-strptime.c (day_tests): Add test case.
23945
4c60cb0c
SP
239462013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
23947
23948 * sysdeps/generic/math_private.h
23949 (libc_feholdexcept_setround_53bit): Replace with
23950 libc_feholdsetround_53bit.
23951 (libc_feupdateenv_53bit): Replace with
23952 libc_feresetround_53bit.
23953 (SET_RESTORE_ROUND_53BIT): Adjust.
23954
d180203e
SP
239552013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23956
96df079a
SP
23957 * string/test-strchrnul.c: Add copyright header.
23958
d180203e
SP
23959 * posix/tst-getaddrinfo4.c: Increase test timeout.
23960
8b0ccb2d
CD
239612013-06-03 Carlos O'Donell <carlos@redhat.com>
23962
23963 [BZ #15536]
23964 * math/libm-test.inc (MAX_EXP): Remove
23965 (MIN_EXP): Define.
23966 (ulp): Use MIN_EXP - MANT_DIG.
23967 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23968
3b3c4d40
CD
239692013-05-31 Carlos O'Donell <carlos@redhat.com>
23970
23971 * po/be.po: Revert last change.
23972 * po/zh_CN.po: Likewise.
23973 * po/header.pot: Likewise.
23974
fab7ce3f
JM
239752013-05-31 Joseph Myers <joseph@codesourcery.com>
23976
23977 * Makefile ($(common-objpfx)linkobj/libc.so): Define
23978 link-libc-deps to empty as target-specific variable.
23979 * Makerules (link-libc-args): New variable.
23980 (libc-for-link): Likewise.
23981 (link-libc-deps): Likewise.
23982 (lib%.so): Depend on $(link-libc-deps). Link with
23983 $(link-libc-args).
23984 (build-module): Link with $(link-libc-args).
23985 (build-module-asneeded): Likewise.
23986 (build-module-helper-objlist): Filter out $(link-libc-deps) from
23987 list of objects.
23988 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23989 target-specific variable.
23990 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23991 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23992 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23993 libc.
23994 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23995 libc and ld.so.
23996 ($(objpfx)libpcprofile.so): Likewise.
23997 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23998 libc_nonshared.a.
23999 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24000 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24001 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24002 $(link-libc-deps).
24003 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24004 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24005 * login/Makefile ($(objpfx)libutil.so): Likewise.
24006 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24007 * math/Makefile ($(objpfx)libm.so): Likewise.
24008 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24009 $(objpfx)libnsl.so): Define libc-for-link as target-specific
24010 variable instead of depending directly on libc.
24011 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24012 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24013 $(link-libc-deps).
24014 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24015 libc.
24016 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24017 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24018 ($(objpfx)libanl.so): Likewise.
24019 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24020 ld.so.
24021 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24022 $(link-libc-deps).
24023 * sysdeps/i386/fpu/Makefile: Remove file.
24024 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24025 ($(objpfx)libm.so): Remove dependency on ld.so.
24026
eca5920c
PF
240272013-05-30 Patsy Franklin <pfrankli@redhat.com>
24028
24029 [BZ # 15553]
24030 * nis/yp_xdr.c (XDRMAXNAME): Define.
24031 (XDRMAXRECORD): Define.
24032 (xdr_domainname): Use XDRMAXNAME.
24033 (xdr_mapname): Likewise.
24034 (xdr_peername): Likewise.
24035 (xdr_keydat): Use XDRMAXRECORD.
24036 (xdr_valdat): Likewise.
24037
240382013-05-30 Jeff Law <law@redhat.com>
96945714
JL
24039
24040 [BZ #14256]
24041 * manual/errno.texi (ESTALE): Update to account for more than
24042 just NFS file systems.
24043 * sysdeps/gnu/errlist.c: Regenerated.
24044
b9375348
SP
240452013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
24046
24047 [BZ #15465]
24048 * elf/Makefile (tests): Add tst-null-argv.
24049 (modules-names): Add tst-null-argv-lib.
24050 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24051 (tst-null-argv-ENV): Set environment for tst-null-argv.
24052 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24053 (RTLD_PROGNAME): New macro.
24054 * elf/tst-null-argv.c: New test case.
24055 * elf/tst-null-argv-lib.c: Library for test case.
24056 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24057 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24058 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24059 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24060 * elf/dl-init.c (call_init): Likewise.
24061 (_dl_init): Likewise.
24062 * elf/dl-load.c (print_search_path): Likewise.
24063 (_dl_map_object): Likewise.
24064 * elf/dl-lookup.c (do_lookup_x): Likewise.
24065 (add_dependency): Likewise.
24066 (_dl_lookup_symbol_x): Likewise.
24067 (_dl_debug_bindings): Likewise.
24068 * elf/dl-open.c (_dl_show_scope): Likewise.
24069 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24070 * elf/dl-version.c (match_symbol): Likewise.
24071 (_dl_check_map_versions): Likewise.
24072 * elf/rtld.c (dl_main): Likewise.
24073 (print_unresolved): Use RTLD_PROGNAME.
24074 (print_missing_version): Likewise.
24075 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24076 (elf_machine_rela): Likewise.
24077 * sysdeps/powerpc/powerpc32/dl-machine.c
24078 (__process_machine_rela): Likewise.
24079 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24080 Likewise.
24081 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24082 Likewise.
24083 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24084 Likewise.
24085 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24086 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24087 Likewise.
24088 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24089 Likewise.
24090 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24091
8a9f20c8
CD
240922013-05-28 Carlos O'Donell <carlos@redhat.com>
24093
24094 * po/be.po: Add descriptive title.
24095 * po/zh_CN.po: Likewise.
24096 * po/header.pot: Likewise.
24097
0e60d68e
MF
240982013-05-28 Mike Frysinger <vapier@gentoo.org>
24099
24100 * locale/programs/locarchive.c (create_archive): Inlucde fname in
24101 error message.
24102 (enlarge_archive): Likewise.
24103
56b672e9
BN
241042013-05-28 Ben North <ben@redfrontdoor.org>
24105
24106 * manual/arith.texi (frexp): It is the magnitude of the return
24107 value which lies in [0.5, 1), not the return value itself.
24108
5e056687
AZ
241092013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24110
24111 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24112
2b66ef5d
TS
241132013-05-26 Thomas Schwinge <thomas@codesourcery.com>
24114
528c2405
TS
24115 * stdio-common/bug26.c (main): Correct fscanf template.
24116
07b4c13d
TS
24117 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24118 declare _dl_skip_args.
24119
ec9dd97c
TS
24120 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24121 Don't declare.
24122
2b66ef5d
TS
24123 * manual/platform.texi: Add missing @end deftypefun.
24124
4f8dfe27
JM
241252013-05-24 Joseph Myers <joseph@codesourcery.com>
24126
0323d086
JM
24127 [BZ #15529]
24128 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24129 bit of mantissa of 2^16382.
24130 * math/libm-test.inc (hypot_test_data): Add more tests.
24131
dd4259b9
JM
24132 * math/libm-test.inc: Add drem and pow10 to list of tested
24133 functions.
24134 (pow10_test): New function.
24135 (drem_test): Likewise.
24136 (drem_test_tonearest): Likewise.
24137 (drem_test_towardzero): Likewise.
24138 (drem_test_downward): Likewise.
24139 (drem_test_upward): Likewise.
24140 (main): Call the new functions.
24141
4f8dfe27
JM
24142 * math/libm-test.inc (finite_test_data): Remove.
24143 (finite_test): Run tests from isfinite_test_data.
24144 (gamma_test_data): Remove.
24145 (gamma_test): Run tests from lgamma_test_data.
24146 * sysdeps/i386/fpu/libm-test-ulps: Update.
24147 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24148
d116b7c4
AZ
241492013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24150
24151 * manual/platform.texi: Add PowerPC PPR function set documentation.
24152 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24153 implementation.
24154
e96e3767
CD
241552013-05-24 Carlos O'Donell <carlos@redhat.com>
24156
24157 * math/libm-test.inc (MAX_EXP): Define.
24158 (ULPDIFF): Define.
24159 (ulp): New function.
24160 (check_float_internal): Use ULPDIFF.
24161 (cpow_test): Disable failing test.
24162 (check_ulp): Test ulp() implemetnation.
24163 (main): Call check_ulp before starting tests.
24164
b679a606
JM
241652013-05-24 Joseph Myers <joseph@codesourcery.com>
24166
e8bdba36
JM
24167 * math/gen-libm-test.pl (generate_testfile): Do not handle
24168 START_DATA and END_DATA.
24169 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24170 END_DATA.
24171 (acos_tonearest_test_data): Likewise.
24172 (acos_towardzero_test_data): Likewise.
24173 (acos_downward_test_data): Likewise.
24174 (acos_upward_test_data): Likewise.
24175 (acosh_test_data): Likewise.
24176 (asin_test_data): Likewise.
24177 (asin_tonearest_test_data): Likewise.
24178 (asin_towardzero_test_data): Likewise.
24179 (asin_downward_test_data): Likewise.
24180 (asin_upward_test_data): Likewise.
24181 (asinh_test_data): Likewise.
24182 (atan_test_data): Likewise.
24183 (atanh_test_data): Likewise.
24184 (atan2_test_data): Likewise.
24185 (cabs_test_data): Likewise.
24186 (cacos_test_data): Likewise.
24187 (cacosh_test_data): Likewise.
24188 (carg_test_data): Likewise.
24189 (casin_test_data): Likewise.
24190 (casinh_test_data): Likewise.
24191 (catan_test_data): Likewise.
24192 (catanh_test_data): Likewise.
24193 (cbrt_test_data): Likewise.
24194 (ccos_test_data): Likewise.
24195 (ccosh_test_data): Likewise.
24196 (ceil_test_data): Likewise.
24197 (cexp_test_data): Likewise.
24198 (cimag_test_data): Likewise.
24199 (clog_test_data): Likewise.
24200 (clog10_test_data): Likewise.
24201 (conj_test_data): Likewise.
24202 (copysign_test_data): Likewise.
24203 (cos_test_data): Likewise.
24204 (cos_tonearest_test_data): Likewise.
24205 (cos_towardzero_test_data): Likewise.
24206 (cos_downward_test_data): Likewise.
24207 (cos_upward_test_data): Likewise.
24208 (cosh_test_data): Likewise.
24209 (cosh_tonearest_test_data): Likewise.
24210 (cosh_towardzero_test_data): Likewise.
24211 (cosh_downward_test_data): Likewise.
24212 (cosh_upward_test_data): Likewise.
24213 (cpow_test_data): Likewise.
24214 (cproj_test_data): Likewise.
24215 (creal_test_data): Likewise.
24216 (csin_test_data): Likewise.
24217 (csinh_test_data): Likewise.
24218 (csqrt_test_data): Likewise.
24219 (ctan_test_data): Likewise.
24220 (ctan_tonearest_test_data): Likewise.
24221 (ctan_towardzero_test_data): Likewise.
24222 (ctan_downward_test_data): Likewise.
24223 (ctan_upward_test_data): Likewise.
24224 (ctanh_test_data): Likewise.
24225 (ctanh_tonearest_test_data): Likewise.
24226 (ctanh_towardzero_test_data): Likewise.
24227 (ctanh_downward_test_data): Likewise.
24228 (ctanh_upward_test_data): Likewise.
24229 (erf_test_data): Likewise.
24230 (erfc_test_data): Likewise.
24231 (exp_test_data): Likewise.
24232 (exp_tonearest_test_data): Likewise.
24233 (exp_towardzero_test_data): Likewise.
24234 (exp_downward_test_data): Likewise.
24235 (exp_upward_test_data): Likewise.
24236 (exp10_test_data): Likewise.
24237 (exp2_test_data): Likewise.
24238 (expm1_test_data): Likewise.
24239 (fabs_test_data): Likewise.
24240 (fdim_test_data): Likewise.
24241 (finite_test_data): Likewise.
24242 (floor_test_data): Likewise.
24243 (fma_test_data): Likewise.
24244 (fma_towardzero_test_data): Likewise.
24245 (fma_downward_test_data): Likewise.
24246 (fma_upward_test_data): Likewise.
24247 (fmax_test_data): Likewise.
24248 (fmin_test_data): Likewise.
24249 (fmod_test_data): Likewise.
24250 (fpclassify_test_data): Likewise.
24251 (frexp_test_data): Likewise.
24252 (gamma_test_data): Likewise.
24253 (hypot_test_data): Likewise.
24254 (ilogb_test_data): Likewise.
24255 (isfinite_test_data): Likewise.
24256 (isgreater_test_data): Likewise.
24257 (isgreaterequal_test_data): Likewise.
24258 (isinf_test_data): Likewise.
24259 (isless_test_data): Likewise.
24260 (islessequal_test_data): Likewise.
24261 (islessgreater_test_data): Likewise.
24262 (isnan_test_data): Likewise.
24263 (isnormal_test_data): Likewise.
24264 (issignaling_test_data): Likewise.
24265 (isunordered_test_data): Likewise.
24266 (j0_test_data): Likewise.
24267 (j1_test_data): Likewise.
24268 (jn_test_data): Likewise.
24269 (ldexp_test_data): Likewise.
24270 (lgamma_test_data): Likewise.
24271 (lrint_test_data): Likewise.
24272 (lrint_tonearest_test_data): Likewise.
24273 (lrint_towardzero_test_data): Likewise.
24274 (lrint_downward_test_data): Likewise.
24275 (lrint_upward_test_data): Likewise.
24276 (llrint_test_data): Likewise.
24277 (llrint_tonearest_test_data): Likewise.
24278 (llrint_towardzero_test_data): Likewise.
24279 (llrint_downward_test_data): Likewise.
24280 (llrint_upward_test_data): Likewise.
24281 (log_test_data): Likewise.
24282 (log10_test_data): Likewise.
24283 (log1p_test_data): Likewise.
24284 (log2_test_data): Likewise.
24285 (logb_test_data): Likewise.
24286 (logb_downward_test_data): Likewise.
24287 (lround_test_data): Likewise.
24288 (llround_test_data): Likewise.
24289 (modf_test_data): Likewise.
24290 (nearbyint_test_data): Likewise.
24291 (nextafter_test_data): Likewise.
24292 (nexttoward_test_data): Likewise.
24293 (pow_test_data): Likewise.
24294 (pow_tonearest_test_data): Likewise.
24295 (pow_towardzero_test_data): Likewise.
24296 (pow_downward_test_data): Likewise.
24297 (pow_upward_test_data): Likewise.
24298 (remainder_test_data): Likewise.
24299 (remainder_tonearest_test_data): Likewise.
24300 (remainder_towardzero_test_data): Likewise.
24301 (remainder_downward_test_data): Likewise.
24302 (remainder_upward_test_data): Likewise.
24303 (remquo_test_data): Likewise.
24304 (rint_test_data): Likewise.
24305 (rint_tonearest_test_data): Likewise.
24306 (rint_towardzero_test_data): Likewise.
24307 (rint_downward_test_data): Likewise.
24308 (rint_upward_test_data): Likewise.
24309 (round_test_data): Likewise.
24310 (scalb_test_data): Likewise.
24311 (scalbn_test_data): Likewise.
24312 (scalbln_test_data): Likewise.
24313 (signbit_test_data): Likewise.
24314 (sin_test_data): Likewise.
24315 (sin_tonearest_test_data): Likewise.
24316 (sin_towardzero_test_data): Likewise.
24317 (sin_downward_test_data): Likewise.
24318 (sin_upward_test_data): Likewise.
24319 (sincos_test_data): Likewise.
24320 (sinh_test_data): Likewise.
24321 (sinh_tonearest_test_data): Likewise.
24322 (sinh_towardzero_test_data): Likewise.
24323 (sinh_downward_test_data): Likewise.
24324 (sinh_upward_test_data): Likewise.
24325 (sqrt_test_data): Likewise.
24326 (tan_test_data): Likewise.
24327 (tan_tonearest_test_data): Likewise.
24328 (tan_towardzero_test_data): Likewise.
24329 (tan_downward_test_data): Likewise.
24330 (tan_upward_test_data): Likewise.
24331 (tanh_test_data): Likewise.
24332 (tgamma_test_data): Likewise.
24333 (trunc_test_data): Likewise.
24334 (y0_test_data): Likewise.
24335 (y1_test_data): Likewise.
24336 (yn_test_data): Likewise.
24337 (significand_test_data): Likewise.
24338
b679a606
JM
24339 * math/gen-libm-test.pl (@functions): Remove variable.
24340 (generate_testfile): Don't handle START and END lines.
24341 * math/libm-test.inc (START): New macro.
24342 (END): Likewise.
24343 (END_COMPLEX): Likewise.
24344 (acos_test): Use END macro without arguments.
24345 (acos_test_tonearest): Likewise.
24346 (acos_test_towardzero): Likewise.
24347 (acos_test_downward): Likewise.
24348 (acos_test_upward): Likewise.
24349 (acosh_test): Likewise.
24350 (asin_test): Likewise.
24351 (asin_test_tonearest): Likewise.
24352 (asin_test_towardzero): Likewise.
24353 (asin_test_downward): Likewise.
24354 (asin_test_upward): Likewise.
24355 (asinh_test): Likewise.
24356 (atan_test): Likewise.
24357 (atanh_test): Likewise.
24358 (atan2_test): Likewise.
24359 (cabs_test): Likewise.
24360 (cacos_test): Use END_COMPLEX macro without arguments.
24361 (cacosh_test): Likewise.
24362 (carg_test): Use END macro without arguments.
24363 (casin_test): Use END_COMPLEX macro without arguments.
24364 (casinh_test): Likewise.
24365 (catan_test): Likewise.
24366 (catanh_test): Likewise.
24367 (cbrt_test): Use END macro without arguments.
24368 (ccos_test): Use END_COMPLEX macro without arguments.
24369 (ccosh_test): Likewise.
24370 (ceil_test): Use END macro without arguments.
24371 (cexp_test): Use END_COMPLEX macro without arguments.
24372 (cimag_test): Use END macro without arguments.
24373 (clog_test): Use END_COMPLEX macro without arguments.
24374 (clog10_test): Likewise.
24375 (conj_test): Likewise.
24376 (copysign_test): Use END macro without arguments.
24377 (cos_test): Likewise.
24378 (cos_test_tonearest): Likewise.
24379 (cos_test_towardzero): Likewise.
24380 (cos_test_downward): Likewise.
24381 (cos_test_upward): Likewise.
24382 (cosh_test): Likewise.
24383 (cosh_test_tonearest): Likewise.
24384 (cosh_test_towardzero): Likewise.
24385 (cosh_test_downward): Likewise.
24386 (cosh_test_upward): Likewise.
24387 (cpow_test): Use END_COMPLEX macro without arguments.
24388 (cproj_test): Likewise.
24389 (creal_test): Use END macro without arguments.
24390 (csin_test): Use END_COMPLEX macro without arguments.
24391 (csinh_test): Likewise.
24392 (csqrt_test): Likewise.
24393 (ctan_test): Likewise.
24394 (ctan_test_tonearest): Likewise.
24395 (ctan_test_towardzero): Likewise.
24396 (ctan_test_downward): Likewise.
24397 (ctan_test_upward): Likewise.
24398 (ctanh_test): Likewise.
24399 (ctanh_test_tonearest): Likewise.
24400 (ctanh_test_towardzero): Likewise.
24401 (ctanh_test_downward): Likewise.
24402 (ctanh_test_upward): Likewise.
24403 (erf_test): Use END macro without arguments.
24404 (erfc_test): Likewise.
24405 (exp_test): Likewise.
24406 (exp_test_tonearest): Likewise.
24407 (exp_test_towardzero): Likewise.
24408 (exp_test_downward): Likewise.
24409 (exp_test_upward): Likewise.
24410 (exp10_test): Likewise.
24411 (exp2_test): Likewise.
24412 (expm1_test): Likewise.
24413 (fabs_test): Likewise.
24414 (fdim_test): Likewise.
24415 (finite_test): Likewise.
24416 (floor_test): Likewise.
24417 (fma_test): Likewise.
24418 (fma_test_towardzero): Likewise.
24419 (fma_test_downward): Likewise.
24420 (fma_test_upward): Likewise.
24421 (fmax_test): Likewise.
24422 (fmin_test): Likewise.
24423 (fmod_test): Likewise.
24424 (fpclassify_test): Likewise.
24425 (frexp_test): Likewise.
24426 (gamma_test): Likewise.
24427 (hypot_test): Likewise.
24428 (ilogb_test): Likewise.
24429 (isfinite_test): Likewise.
24430 (isgreater_test): Likewise.
24431 (isgreaterequal_test): Likewise.
24432 (isinf_test): Likewise.
24433 (isless_test): Likewise.
24434 (islessequal_test): Likewise.
24435 (islessgreater_test): Likewise.
24436 (isnan_test): Likewise.
24437 (isnormal_test): Likewise.
24438 (issignaling_test): Likewise.
24439 (isunordered_test): Likewise.
24440 (j0_test): Likewise.
24441 (j1_test): Likewise.
24442 (jn_test): Likewise.
24443 (ldexp_test): Likewise.
24444 (lgamma_test): Likewise.
24445 (lrint_test): Likewise.
24446 (lrint_test_tonearest): Likewise.
24447 (lrint_test_towardzero): Likewise.
24448 (lrint_test_downward): Likewise.
24449 (lrint_test_upward): Likewise.
24450 (llrint_test): Likewise.
24451 (llrint_test_tonearest): Likewise.
24452 (llrint_test_towardzero): Likewise.
24453 (llrint_test_downward): Likewise.
24454 (llrint_test_upward): Likewise.
24455 (log_test): Likewise.
24456 (log10_test): Likewise.
24457 (log1p_test): Likewise.
24458 (log2_test): Likewise.
24459 (logb_test): Likewise.
24460 (logb_test_downward): Likewise.
24461 (lround_test): Likewise.
24462 (llround_test): Likewise.
24463 (modf_test): Likewise.
24464 (nearbyint_test): Likewise.
24465 (nextafter_test): Likewise.
24466 (nexttoward_test): Likewise.
24467 (pow_test): Likewise.
24468 (pow_test_tonearest): Likewise.
24469 (pow_test_towardzero): Likewise.
24470 (pow_test_downward): Likewise.
24471 (pow_test_upward): Likewise.
24472 (remainder_test): Likewise.
24473 (remainder_test_tonearest): Likewise.
24474 (remainder_test_towardzero): Likewise.
24475 (remainder_test_downward): Likewise.
24476 (remainder_test_upward): Likewise.
24477 (remquo_test): Likewise.
24478 (rint_test): Likewise.
24479 (rint_test_tonearest): Likewise.
24480 (rint_test_towardzero): Likewise.
24481 (rint_test_downward): Likewise.
24482 (rint_test_upward): Likewise.
24483 (round_test): Likewise.
24484 (scalb_test): Likewise.
24485 (scalbn_test): Likewise.
24486 (scalbln_test): Likewise.
24487 (signbit_test): Likewise.
24488 (sin_test): Likewise.
24489 (sin_test_tonearest): Likewise.
24490 (sin_test_towardzero): Likewise.
24491 (sin_test_downward): Likewise.
24492 (sin_test_upward): Likewise.
24493 (sincos_test): Likewise.
24494 (sinh_test): Likewise.
24495 (sinh_test_tonearest): Likewise.
24496 (sinh_test_towardzero): Likewise.
24497 (sinh_test_downward): Likewise.
24498 (sinh_test_upward): Likewise.
24499 (sqrt_test): Likewise.
24500 (tan_test): Likewise.
24501 (tan_test_tonearest): Likewise.
24502 (tan_test_towardzero): Likewise.
24503 (tan_test_downward): Likewise.
24504 (tan_test_upward): Likewise.
24505 (tanh_test): Likewise.
24506 (tgamma_test): Likewise.
24507 (trunc_test): Likewise.
24508 (y0_test): Likewise.
24509 (y1_test): Likewise.
24510 (yn_test): Likewise.
24511 (significand_test): Likewise.
24512
bae143d2
OB
245132013-05-24 Ondřej Bílka <neleai@seznam.cz>
24514
24515 [BZ #15381]
24516 * libio/genops.c (_IO_no_init): Initialize wide struct info.
24517
9323d39b
EM
245182013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
24519
d4ea44a0 24520 [BZ #14894]
9323d39b
EM
24521 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24522 __ppc_mdoio and __ppc_mdoom.
24523 * manual/platform.texi: Document new functions __ppc_yield,
24524 __ppc_mdoio and __ppc_mdoom.
24525
13e23af7
CD
245262013-05-22 Carlos O'Donell <carlos@redhat.com>
24527
24528 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24529 (main): Mention "tls" pseudo-hwcap is legacy.
24530 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24531
351fe550
JM
245322013-05-22 Joseph Myers <joseph@codesourcery.com>
24533
24534 * math/gen-libm-test.pl (parse_args): Output only string of
24535 arguments as text for test name, not full call or descriptions of
24536 tests for extra outputs.
24537 (generate_testfile): Do not pass function name to parse_args.
24538 Generate this_func variable from START.
24539 * math/libm-test.inc (struct test_f_f_data): Rename test_name
24540 field to arg_str.
24541 (struct test_ff_f_data): Likewise.
24542 (test_ff_f_data_nexttoward): Likewise.
24543 (struct test_fi_f_data): Likewise.
24544 (struct test_fl_f_data): Likewise.
24545 (struct test_if_f_data): Likewise.
24546 (struct test_fff_f_data): Likewise.
24547 (struct test_c_f_data): Likewise.
24548 (struct test_f_f1_data): Likewise. Remove field extra_name.
24549 (struct test_fF_f1_data): Likewise.
24550 (struct test_ffI_f1_data): Likewise.
24551 (struct test_c_c_data): Rename test_name field to arg_str.
24552 (struct test_cc_c_data): Likewise.
24553 (struct test_f_i_data): Likewise.
24554 (struct test_ff_i_data): Likewise.
24555 (struct test_f_l_data): Likewise.
24556 (struct test_f_L_data): Likewise.
24557 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
24558 and extra2_name.
24559 (COMMON_TEST_SETUP): New macro.
24560 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24561 (COMMON_TEST_CLEANUP): Likewise.
24562 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24563 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
24564 macros.
24565 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24566 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
24567 macros.
24568 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24569 (RUN_TEST_fff_f): Take argument string. Call new setup and
24570 cleanup macros.
24571 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24572 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
24573 macros.
24574 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24575 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
24576 macros.
24577 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24578 (RUN_TEST_fF_f1): Take argument string. Call new setup and
24579 cleanup macros.
24580 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24581 (RUN_TEST_fI_f1): Take argument string. Call new setup and
24582 cleanup macros.
24583 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24584 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
24585 cleanup macros.
24586 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24587 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
24588 macros.
24589 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24590 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
24591 macros.
24592 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24593 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
24594 macros.
24595 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24596 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
24597 cleanup macros.
24598 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24599 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
24600 cleanup macros.
24601 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24602 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
24603 macros.
24604 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24605 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
24606 cleanup macros.
24607 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24608 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
24609 macros.
24610 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24611 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
24612 macros.
24613 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24614 (RUN_TEST_fFF_11): Take argument string. Call new setup and
24615 cleanup macros.
24616 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24617
85118d4d
EBM
246182013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24619
24620 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24621 to _sifields.sigfault.
24622 (si_addr_lsb): Define new macro.
24623 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24624 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24625 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24626
7a44c18f
CD
246272013-05-03 Carlos O'Donell <carlos at redhat.com>
24628
24629 [BZ #15441]
24630 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24631 returns -1.
24632 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24633 null return -1.
24634 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24635 loading the domain.
24636
b50a7181
JM
246372013-05-22 Joseph Myers <joseph@codesourcery.com>
24638
24639 * math/gen-libm-test.pl (parse_args): Do not include expected
24640 result in test name.
24641 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24642 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24643 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24644 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24645 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24646 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24647
051063c8
SP
246482013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24649
3ce9e010
SP
24650 * benchtests/Makefile: Sort function entries.
24651
051063c8
SP
24652 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24653 tanh, asinh, acosh, atanh.
24654 * benchtests/acos-inputs: New file.
24655 * benchtests/acosh-inputs: New file.
24656 * benchtests/asin-inputs: New file.
24657 * benchtests/asinh-inputs: New file.
24658 * benchtests/atanh-inputs: New file.
24659 * benchtests/cosh-inputs: New file.
24660 * benchtests/log-inputs: New file.
24661 * benchtests/sinh-inputs: New file.
24662 * benchtests/tanh-inputs: New file.
24663
47c22455
DL
246642013-05-21 Dmitry V. Levin <ldv@altlinux.org>
24665
24666 [BZ #15339]
24667 * posix/tst-getaddrinfo4.c: New test.
24668 * posix/Makefile (tests): Add it.
24669
3d04f5db
SP
246702013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24671
24672 [BZ #15339]
24673 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24674 when no services were used.
24675 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24676 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24677
d5dd6189
AS
246782013-05-21 Andreas Schwab <schwab@suse.de>
24679
24680 [BZ #15014]
24681 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24682 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24683 successful.
24684 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24685 redundant variable declarations and reallocation of buffer when
24686 parsing as IPv6 address. Always set NSS status when called from
24687 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
24688 buffer too small. Correct computation of needed size.
24689 * nss/Makefile (tests): Add test-digits-dots.
24690 * nss/test-digits-dots.c: New test.
24691
fef94eab
SP
246922013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24693
24694 * benchtests/Makefile: Remove instructions for adding
24695 benchmark tests.
24696 * benchtests/README: New file to explain how to execute and
24697 enhance the benchmark tests.
24698
e39adf43
AS
246992013-05-21 Andreas Schwab <schwab@suse.de>
24700
24701 [BZ #15493]
24702 * setjmp/Makefile (tests): Add tst-sigsetjmp.
24703 * setjmp/tst-sigsetjmp.c: New test.
24704
b2b671b6
OB
247052013-05-20 Ondřej Bílka <neleai@seznam.cz>
24706
24707 * sysdeps/x86_64/memset.S (memset): New implementation.
24708 (__bzero): Likewise.
24709 (__memset_tail): New function.
24710
2d48b41c
OB
247112013-05-20 Ondřej Bílka <neleai@seznam.cz>
24712
24713 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24714 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24715 __memcpy_sse2_unaligned ifunc selection.
24716 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24717 Add memcpy-sse2-unaligned.S.
24718 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24719 Add: __memcpy_sse2_unaligned.
24720
f16cc3eb
JM
247212013-05-19 Joseph Myers <joseph@codesourcery.com>
24722
3e694268
JM
24723 [BZ #15490]
24724 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24725 math_force_eval before restoring floating-point envrionment.
24726 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24727 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24728 Likewise.
24729 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24730 <math_private.h>.
24731 (__nearbyintl): Use math_force_eval before restoring
24732 floating-point environment.
24733 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24734
db62a907
JM
24735 * math/gen-libm-test.pl (special_functions): Remove.
24736 (parse_args): Don't handle TEST_extra. Handle functions with no
24737 return value.
24738 * math/libm-test.inc (struct test_sincos_data): Replace with
24739 struct test_fFF_11_data.
24740 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24741 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24742 (sincos_test_data): Change element type to struct
24743 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
24744 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24745 RUN_TEST_LOOP_sincos.
24746 * math/README.libm-test: Don't mention special handling of
24747 individual functions.
24748 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24749 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24750 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24751 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24752 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24753 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24754
f16cc3eb
JM
24755 * math/gen-libm-test.pl (get_variable): Remove function.
24756 (parse_args): Don't show pointer parameters to call in test
24757 names. Use "extra output N" in test names for extra outputs
24758 rather than naming variables.
24759
3779b5b6
JM
247602013-05-18 Joseph Myers <joseph@codesourcery.com>
24761
2ee094ff
JM
24762 [BZ #15488]
24763 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24764 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24765 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24766 double tests.
24767 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24768 disable.
24769 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24770 check_long_double.
24771
3779b5b6
JM
24772 * math/gen-libm-test.pl (@tests): Remove variable.
24773 ($count): Likewise.
24774 (new_test): Remove function.
24775 (show_exceptions): New function.
24776 (special_functions): Use show_exceptions instead of new_test.
24777 (parse_args): Likewise.
24778 (generate_testfile): Pass only function name in generated call to
24779 print_max_error or print_complex_max_error.
24780 (get_ulps): Do not handle complex tests specially.
24781 (output_test): Rename to ...
24782 (get_all_ulps_for_test): ... this. Return a string rather than
24783 printing to a file. Require ulps to be present.
24784 (output_ulps): Generate arrays rather than #defines.
24785 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24786 (struct ulp_data): New type.
24787 (BUILD_COMPLEX_ULP): Remove macro.
24788 (compare_ulp_data): New function.
24789 (find_ulps): Likewise.
24790 (find_test_ulps): Likewise.
24791 (find_function_ulps): Likewise.
24792 (find_complex_function_ulps): Likewise.
24793 (print_max_error): Determine allowed ulps using
24794 find_function_ulps.
24795 (print_complex_max_error): Determine allowed ulps using
24796 find_complex_function_ulps.
24797 (check_float_internal): Determine max ulps using find_test_ulps.
24798 (check_float): Do not take max_ulp parameter. Update call to
24799 check_float_internal.
24800 (check_complex): Likewise.
24801 (check_int): Do not take max_ulp parameter.
24802 (check_long): Likewise.
24803 (check_bool): Likewise.
24804 (check_longlong): Likewise.
24805 (struct test_f_f_data): Remove max_ulp field.
24806 (struct test_ff_f_data): Likewise.
24807 (struct test_ff_f_data_nexttoward): Likewise.
24808 (struct test_fi_f_data): Likewise.
24809 (struct test_fl_f_data): Likewise.
24810 (struct test_if_f_data): Likewise.
24811 (struct test_fff_f_data): Likewise.
24812 (struct test_c_f_data): Likewise.
24813 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24814 (struct test_fF_f1_data): Likewise.
24815 (struct test_ffI_f1_data): Likewise.
24816 (struct test_c_c_data): Remove max_ulp field.
24817 (struct test_cc_c_data): Likewise.
24818 (struct test_f_i_data): Likewise.
24819 (struct test_ff_i_data): Likewise.
24820 (struct test_f_l_data): Likewise.
24821 (struct test_f_L_data): Likewise.
24822 (struct test_sincos_data): Likewise.
24823 (RUN_TEST_f_f): Do not handle ulps.
24824 (RUN_TEST_LOOP_f_f): Likewise.
24825 (RUN_TEST_2_f): Likewise.
24826 (RUN_TEST_LOOP_2_f): Likewise.
24827 (RUN_TEST_fff_f): Likewise.
24828 (RUN_TEST_LOOP_fff_f): Likewise.
24829 (RUN_TEST_c_f): Likewise.
24830 (RUN_TEST_LOOP_c_f): Likewise.
24831 (RUN_TEST_f_f1): Likewise.
24832 (RUN_TEST_LOOP_f_f1): Likewise.
24833 (RUN_TEST_fF_f1): Likewise.
24834 (RUN_TEST_LOOP_fF_f1): Likewise.
24835 (RUN_TEST_fI_f1): Likewise.
24836 (RUN_TEST_LOOP_fI_f1): Likewise.
24837 (RUN_TEST_ffI_f1): Likewise.
24838 (RUN_TEST_LOOP_ffI_f1): Likewise.
24839 (RUN_TEST_c_c): Likewise.
24840 (RUN_TEST_LOOP_c_c): Likewise.
24841 (RUN_TEST_cc_c): Likewise.
24842 (RUN_TEST_LOOP_cc_c): Likewise.
24843 (RUN_TEST_f_i): Likewise.
24844 (RUN_TEST_LOOP_f_i): Likewise.
24845 (RUN_TEST_f_i_tg): Likewise.
24846 (RUN_TEST_LOOP_f_i_tg): Likewise.
24847 (RUN_TEST_ff_i_tg): Likewise.
24848 (RUN_TEST_LOOP_ff_i_tg): Likewise.
24849 (RUN_TEST_f_b): Likewise.
24850 (RUN_TEST_LOOP_f_b): Likewise.
24851 (RUN_TEST_f_b_tg): Likewise.
24852 (RUN_TEST_LOOP_f_b_tg): Likewise.
24853 (RUN_TEST_f_l): Likewise.
24854 (RUN_TEST_LOOP_f_l): Likewise.
24855 (RUN_TEST_f_L): Likewise.
24856 (RUN_TEST_LOOP_f_L): Likewise.
24857 (RUN_TEST_sincos): Likewise.
24858 (RUN_TEST_LOOP_sincos): Likewise.
24859
8269107f
JM
248602013-05-17 Joseph Myers <joseph@codesourcery.com>
24861
bb38759d
JM
24862 [BZ #15480]
24863 [BZ #15485]
24864 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24865 main case of finite arguments, set rounding mode to FE_TONEAREST
24866 and discard exceptions.
24867 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24868 exceptions.
24869 (remainder_tonearest_test_data): New variable.
24870 (remainder_test_tonearest): New function.
24871 (remainder_towardzero_test_data): New variable.
24872 (remainder_test_towardzero): New function.
24873 (remainder_downward_test_data): New variable.
24874 (remainder_test_downward): New function.
24875 (remainder_upward_test_data): New variable.
24876 (remainder_test_upward): New function.
24877 (main): Call the new test functions.
24878
a00bdcf0
JM
24879 * math/libm-test.inc (struct test_f_f1_data): Remove field
24880 extra_init.
24881 (struct test_fF_f1_data): Likewise.
24882 (struct test_ffI_f1_data): Likewise.
24883 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
24884 based on value of EXTRA_EXPECTED.
24885 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24886 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
24887 EXTRA_VAR based on value of EXTRA_EXPECTED.
24888 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24889 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
24890 EXTRA_VAR based on value of EXTRA_EXPECTED.
24891 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24892 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
24893 EXTRA_VAR based on value of EXTRA_EXPECTED.
24894 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24895 * math/gen-libm-test.pl (parse_args): Don't output initializers
24896 for extra output values.
24897
de407f79
JM
24898 * math/libm-test.inc (check_int): Expect result to be exactly
24899 equal to expected value and do not handle ulps.
24900 (check_long): Likewise.
24901 (check_longlong): Likewise.
24902
8269107f
JM
24903 * math/libm-test.inc (ceil_test_data): Test for "inexact"
24904 exceptions.
24905 (cimag_test_data): Likewise.
24906 (conj_test_data): Likewise.
24907 (copysign_test_data): Likewise.
24908 (cproj_test_data): Likewise.
24909 (creal_test_data): Likewise.
24910 (fabs_test_data): Likewise.
24911 (fdim_test_data): Likewise.
24912 (finite_test_data): Likewise.
24913 (floor_test_data): Likewise.
24914 (fmax_test_data): Likewise.
24915 (fmin_test_data): Likewise.
24916 (fmod_test_data): Likewise.
24917 (fpclassify_test_data): Likewise.
24918 (frexp_test_data): Likewise.
24919 (ilogb_test_data): Likewise.
24920 (isfinite_test_data): Likewise.
24921 (isgreater_test_data): Likewise.
24922 (isgreaterequal_test_data): Likewise.
24923 (isinf_test_data): Likewise.
24924 (isless_test_data): Likewise.
24925 (islessequal_test_data): Likewise.
24926 (islessgreater_test_data): Likewise.
24927 (isnan_test_data): Likewise.
24928 (isnormal_test_data): Likewise.
24929 (issignaling_test_data): Likewise.
24930 (isunordered_test_data): Likewise.
24931 (ldexp_test_data): Likewise.
24932 (lrint_test_data): Likewise.
24933 (lrint_test_data) [TEST_FLOAT]: Disable one test.
24934 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24935 (lrint_tonearest_test_data): Test for "inexact" exceptions.
24936 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24937 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24938 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24939 test input.
24940 (lrint_towardzero_test_data): Test for "inexact" exceptions.
24941 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24942 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24943 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24944 that test input.
24945 (lrint_downward_test_data): Test for "inexact" exceptions.
24946 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24947 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24948 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24949 test input.
24950 (lrint_upward_test_data): Test for "inexact" exceptions.
24951 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24952 test input.
24953 (llrint_test_data): Test for "inexact" exceptions.
24954 (llrint_test_data) [TEST_FLOAT]: Disable one test.
24955 (llrint_tonearest_test_data): Test for "inexact" exceptions.
24956 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24957 (llrint_towardzero_test_data): Test for "inexact" exceptions.
24958 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24959 (llrint_downward_test_data): Test for "inexact" exceptions.
24960 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24961 (llrint_upward_test_data): Test for "inexact" exceptions.
24962 (logb_test_data): Likewise.
24963 (logb_downward_test_data): Likewise.
24964 (nextafter_test_data): Likewise.
24965 (nexttoward_test_data): Likewise.
24966 (remainder_test_data): Likewise.
24967 (remquo_test_data): Likewise.
24968 (scalbn_test_data): Likewise.
24969 (scalbln_test_data): Likewise.
24970 (signbit_test_data): Likewise.
24971 (sqrt_test_data): Likewise.
24972 (significand_test_data): Likewise.
24973
48a18de1
SP
249742013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
24975
24976 [BZ #15424]
24977 * benchtests/bench-modf.c (struct args): Mark arg0 as
24978 volatile.
24979 * scripts/bench.pl: Mark members of struct args as volatile.
24980
13d3b41a
AZ
249812013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24982
68191c1d 24983 [BZ # 15497]
13d3b41a
AZ
24984 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24985 negative infinity on POWER6 or lower.
24986 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24987
2848b105
MR
249882013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
24989
24990 [BZ #15442]
24991 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24992 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24993 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24994 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24995 (_FP_SETQNAN): New macro.
24996 (_FP_SETQNAN_SEMIRAW): Likewise.
24997 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24998 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24999 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25000 (FP_EXTEND): Use _FP_FRAC_SNANP.
25001 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25002 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25003 into account.
25004 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25005 New macro.
25006 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25007 Likewise.
25008
323e5cb7
JM
250092013-05-16 Joseph Myers <joseph@codesourcery.com>
25010
c58b274f
JM
25011 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25012 with DIVIDE_BY_ZERO_EXCEPTION.
25013 (gamma_test_data): Likewise.
25014 (lgamma_test_data): Likewise.
25015 (log_test_data): Likewise.
25016 (log10_test_data): Likewise.
25017 (log2_test_data): Likewise.
25018 (tgamma_test_data): Likewise.
25019
0ab34904
JM
25020 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25021 (acos_test_tonearest): Likewise.
25022 (acos_test_towardzero): Likewise.
25023 (acos_test_downward): Likewise.
25024 (acos_test_upward): Likewise.
25025 (acosh_test): Likewise.
25026 (asin_test): Likewise.
25027 (asin_test_tonearest): Likewise.
25028 (asin_test_towardzero): Likewise.
25029 (asin_test_downward): Likewise.
25030 (asin_test_upward): Likewise.
25031 (asinh_test): Likewise.
25032 (atan_test): Likewise.
25033 (atanh_test): Likewise.
25034 (atan2_test): Likewise.
25035 (cabs_test): Likewise.
25036 (cacos_test): Likewise.
25037 (cacosh_test): Likewise.
25038 (casin_test): Likewise.
25039 (casinh_test): Likewise.
25040 (catan_test): Likewise.
25041 (catanh_test): Likewise.
25042 (cbrt_test): Likewise.
25043 (ccos_test): Likewise.
25044 (ccosh_test): Likewise.
25045 (cexp_test): Likewise.
25046 (clog_test): Likewise.
25047 (clog10_test): Likewise.
25048 (cos_test): Likewise.
25049 (cos_test_tonearest): Likewise.
25050 (cos_test_towardzero): Likewise.
25051 (cos_test_downward): Likewise.
25052 (cos_test_upward): Likewise.
25053 (cosh_test): Likewise.
25054 (cosh_test_tonearest): Likewise.
25055 (cosh_test_towardzero): Likewise.
25056 (cosh_test_downward): Likewise.
25057 (cosh_test_upward): Likewise.
25058 (cpow_test): Likewise.
25059 (csin_test): Likewise.
25060 (csinh_test): Likewise.
25061 (csqrt_test): Likewise.
25062 (ctan_test): Likewise.
25063 (ctan_test_tonearest): Likewise.
25064 (ctan_test_towardzero): Likewise.
25065 (ctan_test_downward): Likewise.
25066 (ctan_test_upward): Likewise.
25067 (ctanh_test): Likewise.
25068 (ctanh_test_tonearest): Likewise.
25069 (ctanh_test_towardzero): Likewise.
25070 (ctanh_test_downward): Likewise.
25071 (ctanh_test_upward): Likewise.
25072 (erf_test): Likewise.
25073 (erfc_test): Likewise.
25074 (exp_test): Likewise.
25075 (exp_test_tonearest): Likewise.
25076 (exp_test_towardzero): Likewise.
25077 (exp_test_downward): Likewise.
25078 (exp_test_upward): Likewise.
25079 (exp10_test): Likewise.
25080 (exp2_test): Likewise.
25081 (expm1_test): Likewise.
25082 (fmod_test): Likewise.
25083 (gamma_test): Likewise.
25084 (hypot_test): Likewise.
25085 (j0_test): Likewise.
25086 (j1_test): Likewise.
25087 (jn_test): Likewise.
25088 (lgamma_test): Likewise.
25089 (log_test): Likewise.
25090 (log10_test): Likewise.
25091 (log1p_test): Likewise.
25092 (log2_test): Likewise.
25093 (logb_test_downward): Likewise.
25094 (pow_test): Likewise.
25095 (pow_test_tonearest): Likewise.
25096 (pow_test_towardzero): Likewise.
25097 (pow_test_downward): Likewise.
25098 (pow_test_upward): Likewise.
25099 (remainder_test): Likewise.
25100 (remquo_test): Likewise.
25101 (sin_test): Likewise.
25102 (sin_test_tonearest): Likewise.
25103 (sin_test_towardzero): Likewise.
25104 (sin_test_downward): Likewise.
25105 (sin_test_upward): Likewise.
25106 (sincos_test): Likewise.
25107 (sinh_test): Likewise.
25108 (sinh_test_tonearest): Likewise.
25109 (sinh_test_towardzero): Likewise.
25110 (sinh_test_downward): Likewise.
25111 (sinh_test_upward): Likewise.
25112 (sqrt_test): Likewise.
25113 (tan_test): Likewise.
25114 (tan_test_tonearest): Likewise.
25115 (tan_test_towardzero): Likewise.
25116 (tan_test_downward): Likewise.
25117 (tan_test_upward): Likewise.
25118 (tanh_test): Likewise.
25119 (tgamma_test): Likewise.
25120 (y0_test): Likewise.
25121 (y1_test): Likewise.
25122 (yn_test): Likewise.
25123
323e5cb7
JM
25124 * math/gen-libm-test.pl (adjust_arg): Remove function.
25125 (special_function): Remove argument $in_func. Only handle
25126 generating output for tables of tests, not inside functions.
25127 (parse_args): Likewise.
25128 (generate_testfile): Remove variable $in_func. Update call to
25129 parse_args.
25130 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25131 (MINUS_ZERO_INIT): Rename macro to minus_zero.
25132 (PLUS_INFTY_INIT): Rename macro to plus_infty.
25133 (MINUS_INFTY_INIT): Rename macro to minus_infty.
25134 (QNAN_VALUE_INIT): Rename macro to qnan_value.
25135 (MAX_VALUE_INIT): Rename macro to max_value.
25136 (MIN_VALUE_INIT): Rename macro to min_value.
25137 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25138 (plus_zero): Remove variable.
25139 (minus_zero): Likewise.
25140 (plus_infty): Likewise.
25141 (minus_infty): Likewise.
25142 (qnan_value): Likewise.
25143 (max_value): Likewise.
25144 (min_value): Likewise.
25145 (min_subnorm_value): Likewise.
25146
e054f494
RA
251472013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25148
25149 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25150 uint64_t or uint32_t usage.
25151 * crypt/sha256-block.c: Likewise.
25152 * crypt/sha256-crypt.c: Likewise.
25153 * crypt/sha256.c: Likewise.
25154 * crypt/sha512-block.c: Likewise.
25155 * crypt/sha512-crypt.c: Likewise.
25156 * crypt/sha512.c: Likewise.
25157 * debug/backtrace-tst.c: Likewise.
25158 * debug/pcprofiledump.c: Likewise.
25159 * elf/cache.c: Likewise.
25160 * elf/dl-cache.c: Likewise.
25161 * elf/dl-misc.c: Likewise.
25162 * elf/dl-profile.c: Likewise.
25163 * elf/dl-support.c: Likewise.
25164 * elf/ldconfig.c: Likewise.
25165 * elf/sprof.c: Likewise.
25166 * iconv/dummy-repertoire.c: Likewise.
25167 * iconv/iconv_charmap.c: Likewise.
25168 * iconv/skeleton.c: Likewise.
25169 * iconvdata/8bit-generic.c: Likewise.
25170 * iconvdata/cp737.h: Likewise.
25171 * iconvdata/cp775.h: Likewise.
25172 * iconvdata/ibm1008.h: Likewise.
25173 * iconvdata/ibm1025.h: Likewise.
25174 * iconvdata/ibm1046.h: Likewise.
25175 * iconvdata/ibm1097.h: Likewise.
25176 * iconvdata/ibm1112.h: Likewise.
25177 * iconvdata/ibm1122.h: Likewise.
25178 * iconvdata/ibm1123.h: Likewise.
25179 * iconvdata/ibm1124.h: Likewise.
25180 * iconvdata/ibm1129.h: Likewise.
25181 * iconvdata/ibm1130.h: Likewise.
25182 * iconvdata/ibm1132.h: Likewise.
25183 * iconvdata/ibm1133.h: Likewise.
25184 * iconvdata/ibm1137.h: Likewise.
25185 * iconvdata/ibm1140.h: Likewise.
25186 * iconvdata/ibm1141.h: Likewise.
25187 * iconvdata/ibm1142.h: Likewise.
25188 * iconvdata/ibm1143.h: Likewise.
25189 * iconvdata/ibm1144.h: Likewise.
25190 * iconvdata/ibm1145.h: Likewise.
25191 * iconvdata/ibm1146.h: Likewise.
25192 * iconvdata/ibm1147.h: Likewise.
25193 * iconvdata/ibm1148.h: Likewise.
25194 * iconvdata/ibm1149.h: Likewise.
25195 * iconvdata/ibm1153.h: Likewise.
25196 * iconvdata/ibm1154.h: Likewise.
25197 * iconvdata/ibm1155.h: Likewise.
25198 * iconvdata/ibm1156.h: Likewise.
25199 * iconvdata/ibm1157.h: Likewise.
25200 * iconvdata/ibm1158.h: Likewise.
25201 * iconvdata/ibm1160.h: Likewise.
25202 * iconvdata/ibm1161.h: Likewise.
25203 * iconvdata/ibm1162.h: Likewise.
25204 * iconvdata/ibm1163.h: Likewise.
25205 * iconvdata/ibm1164.h: Likewise.
25206 * iconvdata/ibm1166.h: Likewise.
25207 * iconvdata/ibm1167.h: Likewise.
25208 * iconvdata/ibm12712.h: Likewise.
25209 * iconvdata/ibm1390.h: Likewise.
25210 * iconvdata/ibm1399.h: Likewise.
25211 * iconvdata/ibm16804.h: Likewise.
25212 * iconvdata/ibm4517.h: Likewise.
25213 * iconvdata/ibm4899.h: Likewise.
25214 * iconvdata/ibm4909.h: Likewise.
25215 * iconvdata/ibm4971.h: Likewise.
25216 * iconvdata/ibm5347.h: Likewise.
25217 * iconvdata/ibm803.h: Likewise.
25218 * iconvdata/ibm856.h: Likewise.
25219 * iconvdata/ibm901.h: Likewise.
25220 * iconvdata/ibm902.h: Likewise.
25221 * iconvdata/ibm9030.h: Likewise.
25222 * iconvdata/ibm9066.h: Likewise.
25223 * iconvdata/ibm921.h: Likewise.
25224 * iconvdata/ibm922.h: Likewise.
25225 * iconvdata/ibm9448.h: Likewise.
25226 * iconvdata/isiri-3342.h: Likewise.
25227 * iconvdata/jis0201.h: Likewise.
25228 * include/link.h: Likewise.
25229 * include/netdb.h: Likewise.
25230 * inet/check_native.c: Likewise.
25231 * inet/check_pf.c: Likewise.
25232 * inet/getipv4sourcefilter.c: Likewise.
25233 * inet/getnameinfo.c: Likewise.
25234 * inet/getsourcefilter.c: Likewise.
25235 * inet/htonl.c: Likewise.
25236 * inet/setipv4sourcefilter.c: Likewise.
25237 * inet/setsourcefilter.c: Likewise.
25238 * inet/test-inet6_opt.c: Likewise.
25239 * inet/tst-network.c: Likewise.
25240 * locale/C-collate.c: Likewise.
25241 * locale/C-ctype.c: Likewise.
25242 * locale/C-time.c: Likewise.
25243 * locale/C-translit.h: Likewise.
25244 * locale/loadarchive.c: Likewise.
25245 * locale/programs/3level.h: Likewise.
25246 * locale/programs/charmap.c: Likewise.
25247 * locale/programs/charmap.h: Likewise.
25248 * locale/programs/ld-address.c: Likewise.
25249 * locale/programs/ld-collate.c: Likewise.
25250 * locale/programs/ld-ctype.c: Likewise.
25251 * locale/programs/ld-identification.c: Likewise.
25252 * locale/programs/ld-measurement.c: Likewise.
25253 * locale/programs/ld-messages.c: Likewise.
25254 * locale/programs/ld-monetary.c: Likewise.
25255 * locale/programs/ld-name.c: Likewise.
25256 * locale/programs/ld-numeric.c: Likewise.
25257 * locale/programs/ld-paper.c: Likewise.
25258 * locale/programs/ld-telephone.c: Likewise.
25259 * locale/programs/ld-time.c: Likewise.
25260 * locale/programs/linereader.c: Likewise.
25261 * locale/programs/locale.c: Likewise.
25262 * locale/programs/locarchive.c: Likewise.
25263 * locale/programs/locfile.h: Likewise.
25264 * locale/programs/repertoire.c: Likewise.
25265 * locale/programs/simple-hash.c: Likewise.
25266 * locale/programs/simple-hash.h: Likewise.
25267 * malloc/memusage.c: Likewise.
25268 * malloc/memusagestat.c: Likewise.
25269 * nis/nis_defaults.c: Likewise.
25270 * nis/nis_hash.c: Likewise.
25271 * nis/nis_print.c: Likewise.
25272 * nis/nis_xdr.c: Likewise.
25273 * nscd/connections.c: Likewise.
25274 * nscd/hstcache.c: Likewise.
25275 * nscd/nscd_gethst_r.c: Likewise.
25276 * nscd/nscd_getserv_r.c: Likewise.
25277 * nscd/nscd_helper.c: Likewise.
25278 * nscd/servicescache.c: Likewise.
25279 * nss/makedb.c: Likewise.
25280 * nss/nss_db/db-XXX.c: Likewise.
25281 * nss/nss_db/db-initgroups.c: Likewise.
25282 * nss/nss_db/db-netgrp.c: Likewise.
25283 * nss/nss_files/files-network.c: Likewise.
25284 * nss/nss_files/files-parse.c: Likewise.
25285 * posix/bug-regex5.c: Likewise.
25286 * posix/fnmatch_loop.c: Likewise.
25287 * posix/regcomp.c: Likewise.
25288 * posix/regexec.c: Likewise.
25289 * posix/tst-rfc3484-2.c: Likewise.
25290 * posix/tst-rfc3484-3.c: Likewise.
25291 * posix/tst-rfc3484.c: Likewise.
25292 * resolv/nss_dns/dns-canon.c: Likewise.
25293 * resolv/nss_dns/dns-network.c: Likewise.
25294 * resolv/res_init.c: Likewise.
25295 * resolv/res_mkquery.c: Likewise.
25296 * resolv/tst-aton.c: Likewise.
25297 * stdlib/cxa_atexit.c: Likewise.
25298 * stdlib/cxa_finalize.c: Likewise.
25299 * stdlib/gen-fpioconst.c: Likewise.
25300 * stdlib/strtol_l.c: Likewise.
25301 * string/tst-endian.c: Likewise.
25302 * sunrpc/auth_des.c: Likewise.
25303 * sunrpc/clnt_udp.c: Likewise.
25304 * sunrpc/rtime.c: Likewise.
25305 * sunrpc/svcauth_des.c: Likewise.
25306 * sunrpc/xdr.c: Likewise.
25307 * sunrpc/xdr_intXX_t.c: Likewise.
25308 * sunrpc/xdr_rec.c: Likewise.
25309 * sysdeps/generic/ldconfig.h: Likewise.
25310 * sysdeps/generic/ldsodefs.h: Likewise.
25311 * sysdeps/generic/memusage.h: Likewise.
25312 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25313 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25314 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25315 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25316 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25317 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25318 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25319 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25320 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25321 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25322 * sysdeps/posix/getaddrinfo.c: Likewise.
25323 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25324 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25325 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25326 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25327 * sysdeps/powerpc/test-gettimebase.c: Likewise.
25328 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25329 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25330 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25331 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25332 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25333 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25334 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25335 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25336 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25337 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25338 * sysdeps/x86_64/dl-tls.h: Likewise.
25339 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25340 * time/alt_digit.c: Likewise.
25341 * time/era.c: Likewise.
25342 * wcsmbs/tst-c16c32-1.c: Likewise.
25343
8c75f674
JM
253442013-05-16 Joseph Myers <joseph@codesourcery.com>
25345
25346 * math/libm-test.inc (struct test_sincos_data): New type.
25347 (RUN_TEST_LOOP_sincos): New macro.
25348 (sincos_test_data): New variable.
25349 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25350
e6e49e59
RH
253512013-05-16 Richard Henderson <rth@redhat.com>
25352
25353 * math/atest-exp2.c (LIMB64): New macro.
25354 (CONSTSZ): New macro.
25355 (mp_exp1, mp_exp_m1, mp_log2): New variables.
25356 (hexdig): Move ...
25357 (print_mpn_fp): ... to function scope.
25358 (read_mpn_hex): Remove.
25359 (get_log2): Remove.
25360 (exp2_mpn): Use mp_log2.
25361 (main): Use mp_exp1.
25362
15c7c18d
JM
253632013-05-16 Joseph Myers <joseph@codesourcery.com>
25364
105a07df
JM
25365 * math/libm-test.inc: Remove comment about not testing "inexact"
25366 exceptions.
25367 (INEXACT_EXCEPTION): New macro.
25368 (NO_INEXACT_EXCEPTION): Likewise.
25369 (INVALID_EXCEPTION_OK): Update value.
25370 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25371 (OVERFLOW_EXCEPTION_OK): Likewise.
25372 (UNDERFLOW_EXCEPTION_OK): Likewise.
25373 (IGNORE_ZERO_INF_SIGN): Likewise.
25374 (ERRNO_UNCHANGED): Likewise.
25375 (ERRNO_EDOM): Likewise.
25376 (ERRNO_ERANGE): Likewise.
25377 (test_exceptions): Handle testing "inexact" exceptions.
25378 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25379 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25380 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25381 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25382 INEXACT_EXCEPTION.
25383 (rint_towardzero_test_data): Likewise.
25384 (rint_downward_test_data): Likewise.
25385 (rint_upward_test_data): Likewise.
25386
e9eee333
JM
25387 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25388 with OVERFLOW_EXCEPTION.
25389 (exp10_test_data): Likewise.
25390 (exp2_test_data): Likewise.
25391 (expm1_test_data): Likewise.
25392 (lgamma_test_data): Likewise.
25393 (pow_test_data): Likewise.
25394 (tgamma_test_data): Likewise.
25395 (yn_test_data): Remove duplicate test of overflow.
25396
1c38ff73
JM
25397 * math/libm-test.inc (struct test_cc_c_data): New type.
25398 (RUN_TEST_LOOP_cc_c): New macro.
25399 (cpow_test_data): New variable.
25400 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25401
15c7c18d
JM
25402 * math/libm-test.inc (struct test_f_L_data): New type.
25403 (RUN_TEST_LOOP_f_L): New macro.
25404 (llrint_test_data): New variable.
25405 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25406 (llrint_tonearest_test_data): New variable.
25407 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25408 (llrint_towardzero_test_data): New variable.
25409 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25410 (llrint_downward_test_data): New variable.
25411 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25412 (llrint_upward_test_data): New variable.
25413 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25414 (llround_test_data): New variable.
25415 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25416
f137ff13
PC
254172013-05-13 Peter Collingbourne <pcc@google.com>
25418
25419 * math/atest-exp2.c (get_log2): Remove const attribute.
25420
3608cb24
JM
254212013-05-15 Joseph Myers <joseph@codesourcery.com>
25422
25423 * math/libm-test.inc (struct test_f_l_data): New type.
25424 (RUN_TEST_LOOP_f_l): New macro.
25425 (lrint_test_data): New variable.
25426 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25427 (lrint_tonearest_test_data): New variable.
25428 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25429 (lrint_towardzero_test_data): New variable.
25430 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25431 (lrint_downward_test_data): New variable.
25432 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25433 (lrint_upward_test_data): New variable.
25434 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25435 (lround_test_data): New variable.
25436 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25437
39b1f617
PC
254382013-05-15 Peter Collingbourne <pcc@google.com>
25439
1deff3dc
PC
25440 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25441 (EXTRACT_WORDS64) Use where appropriate.
25442 (INSERT_WORDS64) Likewise.
25443
791f3ba0
PC
25444 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25445 constraints with x constraints.
25446 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25447
39b1f617
PC
25448 * malloc/obstack.c (_obstack_compat): Add initializer.
25449
12fba011
EM
254502013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
25451
25452 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25453 si_trapno and add si_addr_lsb to _sifields.sigfault.
25454 (si_trapno): Remove macro.
25455 (si_addr_lsb): Define new macro.
25456 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25457
d369f531
JM
254582013-05-15 Joseph Myers <joseph@codesourcery.com>
25459
b861c6c4
JM
25460 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25461 instead of TEST_f_l.
25462 (llrint_test_tonearest): Likewise.
25463 (llrint_test_towardzero): Likewise.
25464 (llrint_test_downward): Likewise.
25465 (llrint_test_upward): Likewise.
25466 (llround_test): Likewise.
25467
7abeee12
JM
25468 * math/libm-test.inc (struct test_f_i_data): Add comment.
25469 (RUN_TEST_LOOP_f_b): New macro.
25470 (RUN_TEST_LOOP_f_b_tg): Likewise.
25471 (finite_test_data): New variable.
25472 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25473 (isfinite_test_data): New variable.
25474 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25475 (isinf_test_data): New variable.
25476 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25477 (isnan_test_data): New variable.
25478 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25479 (isnormal_test_data): New variable.
25480 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25481 (issignaling_test_data): New variable.
25482 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25483 (signbit_test_data): New variable.
25484 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25485
cbe8c4d3
JM
25486 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25487 with INVALID_EXCEPTION.
25488 (acosh_test_data): Likewise.
25489 (asin_test_data): Likewise.
25490 (atanh_test_data): Likewise.
25491 (fmod_test_data): Likewise.
25492 (log_test_data): Likewise.
25493 (log10_test_data): Likewise.
25494 (log2_test_data): Likewise.
25495 (pow_test_data): Likewise.
25496 (sqrt_test_data): Likewise.
25497 (y0_test_data): Likewise.
25498 (y1_test_data): Likewise.
25499 (yn_test_data): Likewise.
25500
5575c0e5
JM
25501 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25502 function contents.
25503
d369f531
JM
25504 * math/libm-test.inc (struct test_ff_i_data): New type.
25505 (RUN_TEST_LOOP_ff_i_tg): New macro.
25506 (isgreater_test_data): New variable.
25507 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25508 (isgreaterequal_test_data): New variable.
25509 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25510 (isless_test_data): New variable.
25511 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25512 (islessequal_test_data): New variable.
25513 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25514 (islessgreater_test_data): New variable.
25515 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25516 (isunordered_test_data): New variable.
25517 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25518
781fd748
DM
255192013-05-14 David S. Miller <davem@davemloft.net>
25520
25521 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25522
87aa21df
JM
255232013-05-14 Joseph Myers <joseph@codesourcery.com>
25524
5e908270
JM
25525 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25526
f71172e5
JM
25527 * math/libm-test.inc (struct test_fF_f1_data): Change type of
25528 extra_test to int.
25529 (struct test_f_i_data): Change type of max_ulp to int.
25530
8cfa635a
JM
25531 * math/libm-test.inc (test_ffI_f1_data): New type.
25532 (RUN_TEST_LOOP_ffI_f1): New macro.
25533 (remquo_test_data): New variable.
25534 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25535
2bcb36b2
JM
25536 * setjmp/tst-setjmp-fp.c: New file.
25537 * setjmp/Makefile (tests): Add tst-setjmp-fp.
25538 (link-libm): New variable.
25539 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25540
acbd839a
JM
25541 * math/libm-test.inc (struct test_f_i_data): New type.
25542 (RUN_TEST_LOOP_f_i): New macro.
25543 (RUN_TEST_LOOP_f_i_tg): Likewise.
25544 (fpclassify_test_data): New variable.
25545 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25546 (ilogb_test_data): New variable.
25547 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25548
e414d745
JM
25549 * math/libm-test.inc (scalbln_test): Correct function name in END
25550 call.
25551
d9c2a0fd
JM
25552 * math/libm-test.inc (struct test_f_f1_data): Add comment.
25553 (RUN_TEST_LOOP_fI_f1): New macro.
25554 (frexp_test_data): New variable.
25555 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25556
9dc9095d
JM
25557 * math/libm-test.inc (struct test_fF_f1_data): New type.
25558 (RUN_TEST_LOOP_fF_f1): New macro.
25559 (modf_test_data): New variable.
25560 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25561
87aa21df
JM
25562 * math/libm-test.inc (struct test_f_f1_data): New type.
25563 (RUN_TEST_LOOP_f_f1): New macro.
25564 (gamma_test_data): New variable.
25565 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25566 (lgamma_test_data): New variable.
25567 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25568
141af660
CD
255692013-05-13 Carlos O'Donell <carlos@redhat.com>
25570
25571 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25572 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25573 (main): Comment "tls" pseudo-hwcap.
25574
6d33265c
JM
255752013-05-13 Joseph Myers <joseph@codesourcery.com>
25576
68fc074c
JM
25577 * math/libm-test.inc (struct test_fl_f_data): New type.
25578 (RUN_TEST_LOOP_fl_f): New variable.
25579 (scalbln_test_data): New variable.
25580 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25581
243216e1
JM
25582 * math/libm-test.inc (struct test_fi_f_data): New type.
25583 (RUN_TEST_LOOP_fi_f): New macro.
25584 (ldexp_test_data): New variable.
25585 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25586 (scalbn_test_data): New variable.
25587 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25588
6a1992e2
JM
25589 * math/libm-test.inc (struct test_c_f_data): New type.
25590 (RUN_TEST_LOOP_c_f): New macro.
25591 (cabs_test_data): New variable.
25592 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25593 (carg_test_data): New variable.
25594 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25595 (cimag_test_data): New variable.
25596 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25597 (creal_test_data): New variable.
25598 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25599
0e400df5
JM
25600 * math/libm-test.inc (struct test_if_f_data): New type.
25601 (RUN_TEST_LOOP_if_f): New macro.
25602 (jn_test_data): New variable.
25603 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25604 (yn_test_data): New variable.
25605 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25606
6d33265c
JM
25607 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25608
f98ece5f
AZ
256092013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25610
25611 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25612 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25613
0f7d347b
SP
256142013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25615
43fe811b
SP
25616 * benchtests/Makefile (CPPFLAGS-nonlib): Add
25617 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25618 (bench-deps): Add bench-timing.h.
25619 * benchtests-bench-skeleton.c: Include bench-timing.h.
25620 (main): Use TIMING_* macros instead of clock_gettime.
25621 * benchtests/bench-timing.h: New file.
25622
0f7d347b
SP
25623 [BZ #14582]
25624 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25625 Renamed from _LIB_VERSION.
25626 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25627
601a3a5f
JM
256282013-05-12 Joseph Myers <joseph@codesourcery.com>
25629
4f184d30
JM
25630 * math/libm-test.inc (struct test_fff_f_data): New type.
25631 (RUN_TEST_LOOP_fff_f): New macro.
25632 (fma_test_data): New variable.
25633 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25634 (fma_towardzero_test_data): New variable.
25635 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25636 (fma_downward_test_data): New variable.
25637 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25638 (fma_upward_test_data): New variable.
25639 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25640
08198877
JM
25641 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25642 (struct test_c_c_data): New type.
25643 (RUN_TEST_LOOP_c_c): New macro.
25644 (cacos_test_data): New variable.
25645 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25646 (cacosh_test_data): New variable.
25647 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25648 (casin_test_data): New variable.
25649 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25650 (casinh_test_data): New variable.
25651 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25652 (catan_test_data): New variable.
25653 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25654 (catanh_test_data): New variable.
25655 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25656 (ccos_test_data): New variable.
25657 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25658 (ccosh_test_data): New variable.
25659 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25660 (cexp_test_data): New variable.
25661 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25662 (clog_test_data): New variable.
25663 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25664 (clog10_test_data): New variable.
25665 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25666 (conj_test_data): New variable.
25667 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25668 (cproj_test_data): New variable.
25669 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25670 (csin_test_data): New variable.
25671 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25672 (csinh_test_data): New variable.
25673 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25674 (csqrt_test_data): New variable.
25675 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25676 (ctan_test_data): New variable.
25677 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25678 (ctan_tonearest_test_data): New variable.
25679 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25680 (ctan_towardzero_test_data): New variable.
25681 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25682 (ctan_downward_test_data): New variable.
25683 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25684 (ctan_upward_test_data): New variable.
25685 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25686 (ctanh_test_data): New variable.
25687 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25688 (ctanh_tonearest_test_data): New variable.
25689 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25690 (ctanh_towardzero_test_data): New variable.
25691 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25692 (ctanh_downward_test_data): New variable.
25693 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25694 (ctanh_upward_test_data): New variable.
25695 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25696 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25697 of BUILD_COMPLEX.
25698
601a3a5f
JM
25699 * math/libm-test.inc (struct test_ff_f_data): New type.
25700 (struct test_ff_f_data_nexttoward): Likewise.
25701 (RUN_TEST_LOOP_2_f): New macro.
25702 (RUN_TEST_LOOP_ff_f): Likewise.
25703 (atan2_test_data): New variable.
25704 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25705 (copysign_test_data): New variable.
25706 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25707 (fdim_test_data): New variable.
25708 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25709 (fmax_test_data): New variable.
25710 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25711 (fmin_test_data): New variable.
25712 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25713 (fmod_test_data): New variable.
25714 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25715 (hypot_test_data): New variable.
25716 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25717 (nextafter_test_data): New variable.
25718 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25719 (nexttoward_test_data): New variable.
25720 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25721 (pow_test_data): New variable.
25722 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25723 (pow_tonearest_test_data): New variable.
25724 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25725 (pow_towardzero_test_data): New variable.
25726 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25727 (pow_downward_test_data): New variable.
25728 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25729 (pow_upward_test_data): New variable.
25730 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25731 (remainder_test_data): New variable.
25732 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25733 (scalb_test_data): New variable.
25734 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25735 * sysdeps/i386/fpu/libm-test-ulps: Update.
25736
74c57478
JM
257372013-05-11 Joseph Myers <joseph@codesourcery.com>
25738
8329e4da
JM
25739 * math/libm-test.inc (fma_test): Use max_value instead of local
25740 variable fltmax.
25741 (nextafter_test): Likewise.
25742
74c57478
JM
25743 * math/libm-test.inc (acos_towardzero_test_data): New variable.
25744 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25745 (acos_downward_test_data): New variable.
25746 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25747 (acos_upward_test_data): New variable.
25748 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25749 (acosh_test_data): New variable.
25750 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25751 (asin_test_data): New variable.
25752 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25753 (asin_tonearest_test_data): New variable.
25754 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25755 (asin_towardzero_test_data): New variable.
25756 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25757 (asin_downward_test_data): New variable.
25758 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25759 (asin_upward_test_data): New variable.
25760 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25761 (asinh_test_data): New variable.
25762 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25763 (atan_test_data): New variable.
25764 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25765 (atanh_test_data): New variable.
25766 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25767 (cbrt_test_data): New variable.
25768 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25769 (ceil_test_data): New variable.
25770 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25771 (cos_test_data): New variable.
25772 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25773 (cos_tonearest_test_data): New variable.
25774 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25775 (cos_towardzero_test_data): New variable.
25776 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25777 (cos_downward_test_data): New variable.
25778 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25779 (cos_upward_test_data): New variable.
25780 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25781 (cosh_test_data): New variable.
25782 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25783 (cosh_tonearest_test_data): New variable.
25784 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25785 (cosh_towardzero_test_data): New variable.
25786 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25787 (cosh_downward_test_data): New variable.
25788 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25789 (cosh_upward_test_data): New variable.
25790 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25791 (erf_test_data): New variable.
25792 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25793 (erfc_test_data): New variable.
25794 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25795 (exp_test_data): New variable.
25796 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25797 (exp_tonearest_test_data): New variable.
25798 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25799 (exp_towardzero_test_data): New variable.
25800 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25801 (exp_downward_test_data): New variable.
25802 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25803 (exp_upward_test_data): New variable.
25804 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25805 (exp10_test_data): New variable.
25806 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25807 (exp2_test_data): New variable.
25808 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25809 (expm1_test_data): New variable.
25810 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25811 (fabs_test_data): New variable.
25812 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25813 (floor_test_data): New variable.
25814 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25815 (j0_test_data): New variable.
25816 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25817 (j1_test_data): New variable.
25818 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25819 (log_test_data): New variable.
25820 (log_test): Run tests with RUN_TEST_LOOP_f_f.
25821 (log10_test_data): New variable.
25822 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25823 (log1p_test_data): New variable.
25824 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25825 (log2_test_data): New variable.
25826 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25827 (logb_test_data): New variable.
25828 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25829 (logb_downward_test_data): New variable.
25830 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25831 (nearbyint_test_data): New variable.
25832 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25833 (rint_test_data): New variable.
25834 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25835 (rint_tonearest_test_data): New variable.
25836 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25837 (rint_towardzero_test_data): New variable.
25838 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25839 (rint_downward_test_data): New variable.
25840 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25841 (rint_upward_test_data): New variable.
25842 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25843 (round_test_data): New variable.
25844 (round_test): Run tests with RUN_TEST_LOOP_f_f.
25845 (sin_test_data): New variable.
25846 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25847 (sin_tonearest_test_data): New variable.
25848 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25849 (sin_towardzero_test_data): New variable.
25850 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25851 (sin_downward_test_data): New variable.
25852 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25853 (sin_upward_test_data): New variable.
25854 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25855 (sinh_test_data): New variable.
25856 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25857 (sinh_tonearest_test_data): New variable.
25858 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25859 (sinh_towardzero_test_data): New variable.
25860 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25861 (sinh_downward_test_data): New variable.
25862 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25863 (sinh_upward_test_data): New variable.
25864 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25865 (sqrt_test_data): New variable.
25866 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25867 (tan_test_data): New variable.
25868 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25869 (tan_tonearest_test_data): New variable.
25870 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25871 (tan_towardzero_test_data): New variable.
25872 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25873 (tan_downward_test_data): New variable.
25874 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25875 (tan_upward_test_data): New variable.
25876 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25877 (tanh_test_data): New variable.
25878 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25879 (tgamma_test_data): New variable.
25880 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25881 (trunc_test_data): New variable.
25882 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25883 (y0_test_data): New variable.
25884 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25885 (y1_test_data): New variable.
25886 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25887 (significand_test_data): New variable.
25888 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25889
7187d844
CG
258902013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
25891
25892 [BZ #12387]
25893 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25894
f63fae73
PT
258952013-05-10 Pino Toscano <toscano.pino@tiscali.it>
25896
25897 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25898
8a67a4b3
AJ
258992013-05-10 Andreas Jaeger <aj@suse.de>
25900
25901 [BZ #15448]
25902 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25903 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25904
51df539d
JM
259052013-05-10 Joseph Myers <joseph@codesourcery.com>
25906
25907 * math/gen-libm-test.pl (adjust_arg): New function.
25908 (special_functions): Handle generating output in both functions
25909 and arrays.
25910 (parse_args): Likewise.
25911 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
25912 $in_func argument to parse_args.
25913 * math/libm-test.inc (struct test_f_f_data): New type.
25914 (IF_ROUND_INIT_): New macro.
25915 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25916 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25917 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25918 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25919 (ROUND_RESTORE_): Likewise.
25920 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25921 (ROUND_RESTORE_FE_TONEAREST): Likewise.
25922 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25923 (ROUND_RESTORE_FE_UPWARD): Likewise.
25924 (RUN_TEST_LOOP_f_f): New macro.
25925 (acos_test_data): New variable.
25926 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25927 (acos_tonearest_test_data): New variable.
25928 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25929
5c637fe5
SP
259302013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25931
25932 * benchtests/bench-skeleton.c (startup): Fix coding style.
25933
ab2b9461
JM
259342013-05-10 Joseph Myers <joseph@codesourcery.com>
25935
25936 [BZ #6809]
25937 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25938 negative infinity argument.
25939 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25940 negative infinity argument.
25941 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25942 negative infinity argument.
25943 * math/libm-test.inc (tgamma_test): Expect errno to be set for
25944 domain errors.
25945
4c0fe6fe
FW
259462013-05-10 Florian Weimer <fweimer@redhat.com>
25947
25948 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25949 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25950 * iconv/iconv_prog.c (main): Likewise.
25951 * locale/programs/charmap-dir.c (charmap_readdir)
25952 (fopen_uncompressed): Likewise.
25953 * locale/programs/locfile.c (siblings_uncached)
25954 (write_locale_data): Use lstat64 instead of lstat.
25955 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25956 stat.
25957
a3375d29
AJ
259582013-05-10 Andreas Jaeger <aj@suse.de>
25959
25960 [BZ #15395]
25961 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25962 localization.
25963 Include <locale.h>.
25964
36129722
CD
259652013-05-09 Carlos O'Donell <carlos@redhat.com>
25966
25967 * elf/dl-close.c (_dl_close_worker): Add comments.
25968
faa7f811
JM
259692013-05-09 Joseph Myers <joseph@codesourcery.com>
25970
ed41ffef
JM
25971 [BZ #15359]
25972 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25973 high part of pi/2.
25974 (__ieee754_rem_pio2l): Update comments.
25975
d0213cd0
JM
25976 [BZ #15429]
25977 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25978 high part of pi/2.
25979 (__ieee754_rem_pio2l): Update comments.
25980
0d3e777a
JM
25981 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25982 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25983
24f56066
JM
25984 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25985 M_PI_4l.
25986
faa7f811
JM
25987 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25988 (M_PI_34_LOG10El): Likewise.
25989 (M_PI2_LOG10El): Likewise.
25990 (M_PI4_LOG10El): Likewise.
25991 (M_PI_LOG10El): Likewise.
25992
e9a5e0fd
AZ
259932013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25994
25995 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25996
d8cd06db
JM
259972013-05-08 Joseph Myers <joseph@codesourcery.com>
25998
a0d9f9d7
JM
25999 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26000 (MINUS_ZERO_INIT): Likewise.
26001 (PLUS_INFTY_INIT): Likewise.
26002 (MINUS_INFTY_INIT): Likewise.
26003 (QNAN_VALUE_INIT): Likewise.
26004 (MAX_VALUE_INIT): Likewise.
26005 (MIN_VALUE_INIT): Likewise.
26006 (MIN_SUBNORM_VALUE_INIT): Likewise.
26007 (plus_zero): Initialize with PLUS_ZERO_INIT.
26008 (minus_zero): Initialize with MINUS_ZERO_INIT.
26009 (plus_infty): Initialize with PLUS_INFTY_INIT.
26010 (minus_infty): Initialize with MINUS_INFTY_INIT.
26011 (qnan_value): Initialize with QNAN_VALUE_INIT.
26012 (max_value): Initialize with MAX_VALUE_INIT.
26013 (min_value): Initialize with MIN_VALUE_INIT.
26014 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26015
ae08db3b
JM
26016 * math/libm-test.inc (RUN_TEST_if_f): New macro.
26017 (jn_test): Use TEST_if_f instead of TEST_ff_f.
26018 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26019 (yn_test): Use TEST_if_f instead of TEST_ff_f.
26020
f44bf14a
JM
26021 * math/libm-test.inc (RUN_TEST_f_f): New macro.
26022 (RUN_TEST_2_f): Likewise.
26023 (RUN_TEST_ff_f): Likewise.
26024 (RUN_TEST_fi_f): Likewise.
26025 (RUN_TEST_fl_f): Likewise.
26026 (RUN_TEST_fff_f): Likewise.
26027 (RUN_TEST_c_f): Likewise.
26028 (RUN_TEST_f_f1): Likewise.
26029 (RUN_TEST_fF_f1): Likewise.
26030 (RUN_TEST_fI_f1): Likewise.
26031 (RUN_TEST_ffI_f1): Likewise.
26032 (RUN_TEST_c_c): Likewise.
26033 (RUN_TEST_cc_c): Likewise.
26034 (RUN_TEST_f_i): Likewise.
26035 (RUN_TEST_f_i_tg): Likewise.
26036 (RUN_TEST_ff_i_tg): Likewise.
26037 (RUN_TEST_f_b): Likewise.
26038 (RUN_TEST_f_b_tg): Likewise.
26039 (RUN_TEST_f_l): Likewise.
26040 (RUN_TEST_f_L): Likewise.
26041 (RUN_TEST_sincos): Likewise.
26042 * math/gen-libm-test.pl (new_test): Take new argument to indicate
26043 whether to show exceptions. Do not include ");\n" in return
26044 value.
26045 (special_functions): Output call to RUN_TEST_sincos instead of
26046 check_float calls. Update calls to new_test.
26047 (parse_args): Output call to single RUN_TEST_* macro instead of
26048 check_* calls and other assignments. Update calls to new_test.
26049
d8cd06db
JM
26050 [BZ #2546]
26051 [BZ #2560]
26052 [BZ #5159]
26053 [BZ #15426]
26054 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26055 input to result for tgamma overflow.
26056 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26057 (gamma_coeff): New variable.
26058 (NCOEFF): New macro.
26059 (gamma_positive): New function.
26060 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26061 underflow here. Use gamma_positive instead of exp (lgamma) for
26062 other arguments.
26063 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26064 (gamma_coeff): New variable.
26065 (NCOEFF): New macro.
26066 (gammaf_positive): New function.
26067 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26068 underflow here. Use gamma_positive instead of exp (lgamma) for
26069 other arguments.
26070 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26071 (gamma_coeff): New variable.
26072 (NCOEFF): New macro.
26073 (gammal_positive): New function.
26074 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26075 underflow here. Use gamma_positive instead of exp (lgamma) for
26076 other arguments.
26077 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26078 (gamma_coeff): New variable.
26079 (NCOEFF): New macro.
26080 (gammal_positive): New function.
26081 (__ieee754_gammal_r): Handle positive infinity, overflow and
26082 underflow here. Handle NaN the same as positive infinity. Remove
26083 check x < 0xffffffff for negative integers. Use gamma_positive
26084 instead of exp (lgamma) for other arguments.
26085 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26086 (gamma_coeff): New variable.
26087 (NCOEFF): New macro.
26088 (gammal_positive): New function.
26089 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26090 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26091 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26092 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26093 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26094 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26095 * sysdeps/generic/math_private.h (__gamma_productf): New
26096 prototype.
26097 (__gamma_product): Likewise.
26098 (__gamma_productl): Likewise.
26099 * math/Makefile (libm-calls): Add gamma_product.
26100 * math/libm-test.inc (tgamma_test): Add more tests.
26101 * sysdeps/i386/fpu/libm-test-ulps: Update.
26102 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26103
bb7cf681
OB
261042013-05-08 Ondřej Bílka <neleai@seznam.cz>
26105
26106 * benchtests/bench-skeleton.c (main): Preheat CPU.
26107
ba853947
AJ
261082013-05-07 Aurelien Jarno <aurelien@aurel32.net>
26109
26110 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26111
8347c74c
RM
261122013-05-07 Roland McGrath <roland@hack.frob.com>
26113
26114 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26115 and _dl_skip_args_internal.
26116
e8dd4791
CD
261172013-05-07 Carlos O'Donell <carlos@redhat.com>
26118
26119 * manual/message.texi (Message Translation): Talk about users.
26120 Message to key mapping impacts design.
26121
c7405830
RM
261222013-05-06 Roland McGrath <roland@hack.frob.com>
26123
a9173057
RM
26124 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26125
976e2f03
RM
26126 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26127
9723ffc5
RM
26128 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26129 * sysdeps/wordsize-64/glob64.c: ... here.
26130
962e6658
RM
26131 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26132 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26133 New macros.
26134
ee586a6d
RM
26135 * debug/getlogin_r_chk.c: Moved to ...
26136 * login/getlogin_r_chk.c: ... here.
26137 * debug/Makefile (routines): Move getlogin_r_chk to ...
26138 * login/Makefile (routines): ... here.
26139 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26140 * login/Versions (libc: GLIBC_2.4): ... here.
26141
355f9165
RM
26142 * io/poll.c (__poll): Renamed from poll.
26143 Add libc_hidden_def.
26144 (poll): Define as weak alias.
26145
bd9ffde6
RM
26146 * debug/ptsname_r_chk.c: Moved to ...
26147 * login/ptsname_r_chk.c: ... here.
26148 * debug/Makefile (routines): Move ptsname_r_chk to ...
26149 * login/Makefile (routines): ... here.
26150 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26151 * login/Versions (libc: GLIBC_2.4): ... here.
26152
8fb16a04
RM
26153 * posix/getlogin.c: Moved to ...
26154 * login/getlogin.c: ... here.
26155 * posix/getlogin_r.c: Moved to ...
26156 * login/getlogin_r.c: ... here.
26157 * posix/getlogin_r.c: Moved to ...
26158 * login/getlogin_r.c: ... here.
26159 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26160 * login/Makefile (routines): ... here.
26161 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26162 * login/Versions (libc: GLIBC_2.0): ... here.
26163
b99b892f
RM
26164 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26165 (setrlimit): Define as weak alias.
26166
c7405830
RM
26167 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26168 Call __ names for open, ftruncate, and close.
26169 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26170 (truncate): Define as weak alias.
26171
5bf96de5
JM
261722013-05-06 Joseph Myers <joseph@codesourcery.com>
26173
9ea3513c
JM
26174 * math/gen-libm-test.pl (parse_args): Initialize x before each
26175 test of frexp, modf and remquo.
26176
5bf96de5
JM
26177 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26178 test signgam value.
26179
16e616a7
AZ
261802013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26181
26182 [BZ #15418]
26183 [BZ #15419]
26184 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26185 internal tests.
26186 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26187
d5e82754
RM
261882013-05-06 Roland McGrath <roland@hack.frob.com>
26189
26190 * elf/dl-writev.h: New file.
26191 * elf/dl-misc.c: Include it.
26192 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26193 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26194
a7548d41
JM
261952013-05-04 Joseph Myers <joseph@codesourcery.com>
26196
b7dab1e4
JM
26197 * math/libm-test.inc (noXFails): Remove variable.
26198 (noXPasses): Likewise.
26199 (BUILD_COMPLEX_INT): Remove macro.
26200 (print_screen): Remove xfail argument.
26201 (print_screen_max_error): Likewise.
26202 (update_stats): Likewise.
26203 (print_max_error): Likewise. Update calls to other affected
26204 functions.
26205 (print_complex_max_error): Likewise.
26206 (test_single_exception): Update calls to print_screen.
26207 (test_single_errno): Likewise.
26208 (check_float_internal): Remove xfail argument. Update calls to
26209 other affected functions.
26210 (check_float): Likewise.
26211 (check_complex): Likewise.
26212 (check_int): Likewise.
26213 (check_long): Likewise.
26214 (check_bool): Likewise.
26215 (check_longlong): Likewise.
26216 (main): Don't print noXFails and noXPasses.
26217 * math/gen-libm-test.pl (top level): Don't mention expected
26218 failure handling in comment.
26219 (new_test): Don't handle expected failures.
26220 (parse_args): Don't mention expected failure handling in comment.
26221 (generate_testfile): Don't handle expected failures.
26222 (parse_ulps): Likewise.
26223 (print_ulps_file): Likewise.
26224 (get_failure): Remove function.
26225 (output_test): Don't handle expected failures.
26226 * make/README.libm-test: Don't mention expected failure handling.
26227
a7548d41
JM
26228 * math/libm-test.inc (plus_zero): Make const. Add initializer.
26229 (minus_zero): Likewise.
26230 (plus_infty): Likewise.
26231 (minus_infty): Likewise.
26232 (qnan_value): Likewise.
26233 (max_value): Likewise.
26234 (min_value): Likewise.
26235 (min_subnorm_value): Likewise.
26236 (initialize): Do not initialize those variables dynamically.
26237
60bfd54c
RM
262382013-05-03 Roland McGrath <roland@hack.frob.com>
26239
cc0e6ed8
RM
26240 * io/open.c (__open_2): Moved to ...
26241 * io/open_2.c: ... this new file.
26242 * io/open64.c (__open64_2): Moved to ...
26243 * io/open64_2.c: ... this new file.
26244 * io/openat.c (__openat_2): Moved to ...
26245 * io/openat_2.c: ... this new file.
26246 * io/openat64.c (__openat64_2): Moved to ...
26247 * io/openat64_2.c: ... this new file.
26248 * io/Makefile (routines): Add them.
26249 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26250 * sysdeps/unix/sysv/linux/open_2.c: File removed.
26251 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26252 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26253 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26254 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26255 (__openat64): Add hidden_ver.
26256 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26257 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26258
60bfd54c
RM
26259 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26260 Separately conditionalize setting of GLRO(dl_sysinfo) so
26261 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26262 as well, but the actual setting is only under [NEED_DL_SYSINFO].
26263
83e7640f
AZ
262642013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26265
26266 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26267 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26268 definition.
26269 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26270 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26271 (_libc_vdso_platform_setup): Add __vdso_time initialization.
26272 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26273 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26274
d5dc2af3
JM
262752013-05-03 Joseph Myers <joseph@codesourcery.com>
26276
c31a5b1e
JM
26277 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26278 test signgam value.
26279
d5dc2af3
JM
26280 * math/libm-test.inc (hypot_test): Do not use
26281 IGNORE_ZERO_INF_SIGN.
26282
164fd39d
AJ
262832013-05-03 Andreas Jaeger <aj@suse.de>
26284
26285 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26286 Linux 3.9.
26287 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26288 (PF_MAX): Adjust for VSOCK change.
26289
8237f48c
AZ
262902013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26291
26292 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26293
9df02941
CD
262942013-05-02 Carlos O'Donell <carlos@redhat.com>
26295
26296 [BZ #15264]
26297 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26298 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26299 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26300
d422395e
DM
263012013-05-02 David S. Miller <davem@davemloft.net>
26302
26303 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26304
a07c5731
OB
263052013-05-01 Ondřej Bílka <neleai@seznam.cz>
26306
26307 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26308
1324e37f
RM
263092013-05-01 Roland McGrath <roland@hack.frob.com>
26310
26311 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26312
0695940b
RS
263132013-05-01 Richard Smith <richard@metafoo.co.uk>
26314
bb5f27ad 26315 [BZ #14952]
0695940b
RS
26316 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26317 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26318 Use __attribute__ ((__gnu_inline__)).
26319 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26320 Don't use __attribute__ ((__gnu_inline__)).
26321
10de07f5
JM
263222013-05-01 Joseph Myers <joseph@codesourcery.com>
26323
26324 [BZ #15423]
26325 * math/s_catan.c (__catan): Handle small real or imaginary part of
26326 input specially to avoid spurious underflow.
26327 * math/s_catanf.c (__catanf): Likewise.
26328 * math/s_catanh.c (__catanh): Likewise.
26329 * math/s_catanhf.c (__catanhf): Likewise.
26330 * math/s_catanhl.c (__catanhl): Likewise.
26331 * math/s_catanl.c (__catanl): Likewise.
26332 * math/libm-test.inc (catan_test): Add more tests.
26333 (catanh_test): Likewise.
26334 * sysdeps/i386/fpu/libm-test-ulps: Update.
26335 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26336
cb4d5414
AZ
263372013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26338
26339 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26340
caf84319
JM
263412013-04-30 Joseph Myers <joseph@codesourcery.com>
26342
26343 [BZ #15416]
26344 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26345 accurately for denominator in atan2.
26346 * math/s_catanf.c (__catanf): Likewise.
26347 * math/s_catanh.c (__catanh): Likewise.
26348 * math/s_catanhf.c (__catanhf): Likewise.
26349 * math/s_catanhl.c (__catanhl): Likewise.
26350 * math/s_catanl.c (__catanl): Likewise.
26351 * math/libm-test.inc (catan_test): Add more tests.
26352 (catanh_test): Likewise.
26353 * sysdeps/i386/fpu/libm-test-ulps: Update.
26354 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26355
d569c6ee
SP
263562013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
26357
6dbe713d
SP
26358 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26359
f0ee064b
SP
26360 * benchtests/Makefile (bench): Remove slow benchmarks.
26361 * benchtests/atan-inputs: Add slow benchmark inputs.
26362 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26363 (BENCH_FUNC): Accept variant offset.
26364 (VARIANT): Define.
26365 * benchtests/bench-skeleton.c (main): Run benchmark for each
26366 variant.
26367 * benchtests/cos-inputs: Add slow benchmark inputs.
26368 * benchtests/exp-inputs: Likewise.
26369 * benchtests/pow-inputs: Likewise.
26370 * benchtests/sin-inputs: Likewise.
26371 * benchtests/slowatan-inputs: Remove.
26372 * benchtests/slowatan.c: Remove.
26373 * benchtests/slowcos-inputs: Remove.
26374 * benchtests/slowcos.c: Remove.
26375 * benchtests/slowexp-inputs: Remove.
26376 * benchtests/slowexp.c: Remove.
26377 * benchtests/slowpow-inputs: Remove.
26378 * benchtests/slowpow.c: Remove.
26379 * benchtests/slowsin-inputs: Remove.
26380 * benchtests/slowsin.c: Remove.
26381 * benchtests/slowtan-inputs: Remove.
26382 * benchtests/slowtan.c: Remove.
26383 * benchtests/tan-inputs: Add slow benchmark inputs.
26384 * scripts/bench.pl: Parse comments and directives.
26385
d569c6ee
SP
26386 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
26387 in CPPFLAGS.
26388 ($(objpfx)bench-%.c): Remove *-ITER.
26389 * benchtests/bench-modf.c: Remove definition of ITER.
26390 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26391 (main): Loop for DURATION seconds instead of fixed number of
26392 iterations.
26393 * scripts/bench.pl: Don't expect iterations in parameters.
26394
a6a242fe
RM
263952013-04-29 Roland McGrath <roland@hack.frob.com>
26396
26397 * io/fchdir.c (__fchdir): Renamed from fchdir.
26398 (fchdir): Define as weak alias.
26399
f2da7793
JM
264002013-04-29 Joseph Myers <joseph@codesourcery.com>
26401
26402 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26403 (ERRNO_EDOM): Likewise.
26404 (ERRNO_ERANGE): Likewise.
26405 (noErrnoTests): New variable.
26406 (init_max_error): Set errno to 0.
26407 (test_single_errno): New function.
26408 (test_errno): Likewise.
26409 (check_float_internal): Call test_errno. Set errno to 0.
26410 (check_complex): Refer to errno tests in comment.
26411 (check_int): Call test_errno. Set errno to 0.
26412 (check_long): Likewise.
26413 (check_bool): Likewise.
26414 (check_longlong): Likewise.
26415 (cos_test): Use ERRNO_* flags for errno tests instead of
26416 check_int.
26417 (expm1_test): Likewise.
26418 (fmod_test): Likewise.
26419 (ilogb_test): Likewise.
26420 (lgamma_test): Likewise.
26421 (pow_test): Likewise.
26422 (remainder_test): Likewise.
26423 (sin_test): Likewise.
26424 (tan_test): Likewise.
26425 (yn_test): Likewise.
26426 (initialize): Set errno to 0.
26427 (main): Print number of errno tests.
26428 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26429
b1a36ceb
AJ
264302013-04-29 Andreas Jaeger <aj@suse.de>
26431
c3ed8088
AJ
26432 [BZ #15084]
26433 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26434 and RES_USEVC.
26435
f1a24198
AJ
26436 [BZ #15085]
26437 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26438 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26439 unimplemented.
26440
9ce3b2cb
AJ
26441 [BZ #15380]
26442 * stdlib/random.c (__initstate): Return NULL if
26443 __initstate fails.
26444
f1a24198 26445 [BZ #15086]
b1a36ceb
AJ
26446 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26447 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26448 RES_SNGLKUPREOP.
26449
7e7b6f36
AZ
264502013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26451
26452 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26453
4d14f449
JM
264542013-04-29 Joseph Myers <joseph@codesourcery.com>
26455
26456 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26457 of individual tests.
26458 (casin_test): Likewise.
26459 (casinh_test): Likewise.
26460
5b4217d7
JM
264612013-04-27 Joseph Myers <joseph@codesourcery.com>
26462
26463 [BZ #15409]
26464 * math/s_catan.c (__catan): Handle arguments with large real or
26465 imaginary part separately without squaring.
26466 * math/s_catanf.c (__catanf): Likewise.
26467 * math/s_catanh.c (__catanh): Likewise.
26468 * math/s_catanhf.c (__catanhf): Likewise.
26469 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26470 and redefine.
26471 (__catanhl): Handle arguments with large real or imaginary part
26472 separately without squaring.
26473 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26474 and redefine.
26475 (__catanl): Handle arguments with large real or imaginary part
26476 separately without squaring.
26477 * math/libm-test.inc (catan_test): Add more tests.
26478 (catanh_test): Likewise.
26479 * sysdeps/i386/fpu/libm-test-ulps: Update.
26480 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26481
4220c3ef
AJ
264822013-04-27 Andreas Jaeger <aj@suse.de>
26483
26484 [BZ #15007]
26485 * stdlib/stdlib.h: Update guards for qecvt.
26486 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26487 <stdlib.h>.
26488
4721b2d1
AM
264892013-04-27 Allan McRae <allan@archlinux.org>
26490
26491 * sysdeps/i386/fpu/libm-test-ulps: Update.
26492
f0302940
JM
264932013-04-26 Joseph Myers <joseph@codesourcery.com>
26494
9457fd95
JM
26495 [BZ #15406]
26496 * math/s_catan.c: Include <float.h>.
26497 (__catan): Ensure underflow exception occurs for underflowed
26498 result.
26499 * math/s_catanf.c: Include <float.h>.
26500 (__catanf): Ensure underflow exception occurs for underflowed
26501 result.
26502 * math/s_catanh.c: Include <float.h>.
26503 (__catanh): Ensure underflow exception occurs for underflowed
26504 result.
26505 * math/s_catanhf.c: Include <float.h>.
26506 (__catanhf): Ensure underflow exception occurs for underflowed
26507 result.
26508 * math/s_catanhl.c: Include <float.h>.
26509 (__catanhl): Ensure underflow exception occurs for underflowed
26510 result.
26511 * math/s_catanl.c: Include <float.h>.
26512 (__catanl): Ensure underflow exception occurs for underflowed
26513 result.
26514 * math/libm-test.inc (catan_test): Add more tests.
26515 (catanh_test): Likewise.
26516
f0302940
JM
26517 [BZ #15405]
26518 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26519 underflowed result.
26520 * math/s_ccoshf.c (__ccoshf): Likewise.
26521 * math/s_ccoshl.c (__ccoshl): Likewise.
26522 * math/s_csin.c (__csin): Likewise.
26523 * math/s_csinf.c (__csinf): Likewise.
26524 * math/s_csinh.c (__csinh): Likewise.
26525 * math/s_csinhf.c (__csinhf): Likewise.
26526 * math/s_csinhl.c (__csinhl): Likewise.
26527 * math/s_csinl.c (__csinl): Likewise.
26528 * math/libm-test.inc (ccos_test): Add more tests.
26529 (ccosh_test): Likewise.
26530 (csin_test): Likewise.
26531 (csinh_test): Likewise.
26532
aa630f59
AZ
265332013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26534
26535 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26536 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26537 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26538 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26539 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26540 powerpc/power5+/fpu folders.
26541 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26542
26543
1b835983
MT
265442013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
26545
26546 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26547
73709b26
JM
265482013-04-25 Joseph Myers <joseph@codesourcery.com>
26549
26550 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26551 additions to variable.
26552 [$(config-machine) = x86_64] (modules-names): Likewise.
26553 ($(objpfx)tst-audit3): Remove dependency.
26554 ($(objpfx)tst-audit3.out): Likewise.
26555 ($(objpfx)tst-audit4): Likewise.
26556 ($(objpfx)tst-audit4.out): Likewise.
26557 ($(objpfx)tst-audit5): Likewise.
26558 ($(objpfx)tst-audit5.out): Likewise.
26559 ($(objpfx)tst-audit6): Likewise.
26560 ($(objpfx)tst-audit6.out): Likewise.
26561 ($(objpfx)tst-audit7): Likewise.
26562 ($(objpfx)tst-audit7.out): Likewise.
26563 (tst-audit3-ENV): Remove variable.
26564 (tst-audit4-ENV): Likewise.
26565 (tst-audit5-ENV): Likewise.
26566 (tst-audit6-ENV): Likewise.
26567 (tst-audit7-ENV): Likewise.
26568 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26569 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26570 addition to variable.
26571 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26572 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26573 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26574 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26575 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26576 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26577 tst-audit3, tst-audit4 and tst-audit5.
26578 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26579 tst-audit6 and tst-audit7.
26580 [$(subdir) = elf] (modules-names): Add audit modules for those
26581 tests.
26582 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26583 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26584 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26585 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26586 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26587 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26588 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26589 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26590 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26591 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26592 [$(subdir) = elf] (tst-audit3-ENV): New variable.
26593 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26594 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26595 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26596 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26597 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26598 Likewise.
26599 [$(subdir) = elf && $(config-cflags-avx) = yes]
26600 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26601 [$(subdir) = elf && $(config-cflags-avx) = yes]
26602 (CFLAGS-tst-auditmod4a.c): Likewise.
26603 [$(subdir) = elf && $(config-cflags-avx) = yes]
26604 (CFLAGS-tst-auditmod4b.c): Likewise.
26605 [$(subdir) = elf && $(config-cflags-avx) = yes]
26606 (CFLAGS-tst-auditmod6b.c): Likewise.
26607 [$(subdir) = elf && $(config-cflags-avx) = yes]
26608 (CFLAGS-tst-auditmod6c.c): Likewise.
26609 [$(subdir) = elf && $(config-cflags-avx) = yes]
26610 (CFLAGS-tst-auditmod7b.c): Likewise.
26611 * elf/tst-audit3.c: Move to ...
26612 * sysdeps/x86_64/tst-audit3.c: ... here.
26613 * elf/tst-audit4.c: Move to ...
26614 * sysdeps/x86_64/tst-audit4.c: ... here.
26615 * elf/tst-audit5.c: Move to ...
26616 * sysdeps/x86_64/tst-audit5.c: ... here.
26617 * elf/tst-audit6.c: Move to ...
26618 * sysdeps/x86_64/tst-audit6.c: ... here.
26619 * elf/tst-audit7.c: Move to ...
26620 * sysdeps/x86_64/tst-audit7.c: ... here.
26621 * elf/tst-auditmod3a.c: Move to ...
26622 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26623 * elf/tst-auditmod3b.c: Move to ...
26624 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26625 * elf/tst-auditmod4a.c: Move to ...
26626 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26627 * elf/tst-auditmod4b.c: Move to ...
26628 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26629 * elf/tst-auditmod5a.c: Move to ...
26630 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26631 * elf/tst-auditmod5b.c: Move to ...
26632 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26633 * elf/tst-auditmod6a.c: Move to ...
26634 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26635 * elf/tst-auditmod6b.c: Move to ...
26636 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26637 * elf/tst-auditmod6c.c: Move to ...
26638 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26639 * elf/tst-auditmod7a.c: Move to ...
26640 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26641 * elf/tst-auditmod7b.c: Move to ...
26642 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26643
1ef74943
PP
266442013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26645
26646 [BZ #15366]
26647 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26648 define unconditionally.
26649 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26650 define unconditionally.
26651 (INT8_C, INT16_C, etc.): Likewise.
26652
93fd48c5
MR
266532013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
26654
ae9552cf
MR
26655 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26656 __ehdr_start with hidden visibility.
26657
93fd48c5
MR
26658 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26659
418601aa
CD
266602013-04-24 Carlos O'Donell <carlos@redhat.com>
26661
26662 * math/libm-test.inc (cos_test): Use accurate hex constants.
26663 (sincost_test): Likewise.
26664
2f38fbfe
JM
266652013-04-24 Joseph Myers <joseph@codesourcery.com>
26666
5e221800
JM
26667 * math/libm-test.inc (catan_test): Add more tests.
26668 (catanh_test): Likewise.
26669
77f143fd
JM
26670 * math/s_catanf.c (__catanf): Use suffixed floating-point
26671 constants.
26672 * math/s_catanhf.c (__catanhf): Likewise.
26673 * math/s_catanhl.c (__catanhl): Likewise.
26674 * math/s_catanl.c (__catanl): Likewise.
26675
2f38fbfe
JM
26676 [BZ #15394]
26677 * math/s_catan.c (__catan): Calculate imaginary part of result
26678 with log1p not log unless computing log of number close to 0.
26679 * math/s_catanf.c (__catanf): Likewise.
26680 * math/s_catanl.c (__catanl): Likewise.
26681 * math/s_catanh.c (__catanh): Calculate real part of result with
26682 log1p not log unless computing log of number close to 0.
26683 * math/s_catanhf.c (__catanhf): Likewise.
26684 * math/s_catanhl.c (__catanhl): Likewise.
26685 * math/libm-test.inc (catan_test): Add more tests.
26686 (catanh_test): Likewise.
26687 * sysdeps/i386/fpu/libm-test-ulps: Update.
26688 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26689
45d69176
SP
266902013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26691
26692 * benchtests/Makefile: Mention files in which fast and slow
26693 paths of math functions are implemented.
26694
87f51853
RM
266952013-04-23 Roland McGrath <roland@hack.frob.com>
26696
26697 * sysdeps/posix/timespec_get.c: New file.
26698
3c026539
AZ
266992013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26700
26701 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26702 POWER.
26703 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26704 for POWER.
26705 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26706 powerpc/power5/fpu folders.
26707 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26708 * benchtests/Makefile: Add modf testcase.
26709 * benchtests/bench-modf.c: New file: Benchmark test for mo
26710
ff491d14
SP
267112013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
26712
26713 [BZ #14888]
26714 * time/Makefile (tests): Add tst-strptime-whitespace.
26715 * time/strptime_l.c (get_number): Use ISSPACE.
26716 (__strptime_internal): Likewise.
26717 * time/tst-strptime-whitespace.c: New test case.
26718
7ed3f4e8
AS
267192013-04-23 Andreas Schwab <schwab@linux-m68k.org>
26720
26721 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26722 member.
26723 (_nss_files_init): Set it here.
26724
5c95f7b6
HC
267252013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
26726
26727 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26728 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26729 unsigned.
26730
d34c9158
JBG
267312013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
26732
26733 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26734
2169712d
SP
267352013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26736
26737 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26738 size just once.
26739
29c5de99
DM
267402013-04-21 David S. Miller <davem@davemloft.net>
26741
26742 * po/ru.po: Update Russion translation from translation project.
26743
ccdad15d
AC
267442013-04-17 Adam Conrad <adconrad@0c3.net>
26745
26746 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26747 and setfsgid.
26748
0f122b8d
CD
267492013-04-17 Carlos O'Donell <carlos@redhat.com>
26750
5c5b07da 26751 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 26752 * configure: Regenerate.
5c5b07da 26753 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
26754 Add example to error message.
26755 * sysdeps/i386/configure: Regenerate.
26756
037714dd
SP
267572013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26758
26759 * benchtests/Makefile (bench): Add cos, tan, slowcos and
26760 slowtan.
26761 * benchtests/cos-inputs: New file.
26762 * benchtests/slowcos-inputs: New file.
26763 * benchtests/slowcos.c: New file.
26764 * benchtests/slowtan-inputs: New file.
26765 * benchtests/slowtan.c: New file.
26766 * benchtests/tan-inputs: New file.
26767
e913141d
RM
267682013-04-16 Roland McGrath <roland@hack.frob.com>
26769
26770 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26771 considered kosher.
26772
a2964074
SP
267732013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26774
4856bcd2
SP
26775 * benchtests/Makefile: Include cppflags-iterator.mk to add
26776 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26777
a2964074
SP
26778 * Makefile.in (bench-clean): New target.
26779 * benchtests/Makefile (bench-clean): Likewise.
26780
9fbf9aca
DH
267812013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
26782
26783 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26784
207d1e2a
TS
267852013-04-15 Thomas Schwinge <thomas@codesourcery.com>
26786
26787 * stdio-common/tstdiomisc.c: Fix coding-style violation.
26788
306dfba9
AS
267892013-04-15 Andreas Schwab <schwab@suse.de>
26790
26791 * nscd/grpcache.c (cache_addgr): Properly check for short write.
26792 * nscd/initgrcache.c (addinitgroupsX): Likewise.
26793 * nscd/pwdcache.c (cache_addpw): Likewise.
26794 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
26795 more than recsize.
26796
206a6699
SP
267972013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26798
26799 * benchtests/Makefile (bench): Write all output to
26800 bench-out.tmp together.
26801
0582f6b3
AS
268022013-04-15 Andreas Schwab <schwab@suse.de>
26803
26804 * nscd/nscd.c (main): Don't fork again after closing files.
26805
acb4325f
SP
268062013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26807
5cb26d0a
SP
26808 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26809
acb4325f
SP
26810 * benchtests/Rules (bench-deps): Collect dependencies into a
26811 single variable. Add Makefile to dependencies.
26812 ($(objpfx)bench-%.c): Depend on bench-deps.
26813
47792506
RM
268142013-04-12 Roland McGrath <roland@hack.frob.com>
26815 Xavier Roche <roche+kml2@exalead.com>
26816
26817 [BZ #15361]
26818 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26819 just that it's a file descriptor.
26820 * manual/llio.texi (Synchronizing AIO Operations): Update description
26821 for EBADF error from aio_fsync.
26822
8fc1bee5
SP
268232013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26824
26825 * Rules (bench): Move target definition...
26826 * benchtests/Makefile: ... here.
26827
aba5e333
CD
268282013-04-11 Carlos O'Donell <carlos@redhat.com>
26829
26830 * math/libm-test.inc (cos_test): Fix PI/2 test.
26831 (sincos_test): Likewise.
26832 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26833 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26834
273cdee8
AS
268352013-04-11 Andreas Schwab <schwab@suse.de>
26836
6ecec3b6
AS
26837 [BZ #13988]
26838 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26839 accept exponent character only when digits were seen.
26840 * stdio-common/Makefile (tests): Add bug26.
26841 * stdio-common/bug26.c: New file.
26842
273cdee8
AS
26843 [BZ #14293]
26844 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26845 non-freeable.
26846
8da491f5
SP
268472013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26848
01dc6df9
SP
26849 * Makeconfig (rtld-prefix): Define built linker prefix.
26850 * Rules (run-bench): Use it.
26851 * math/Makefile (run-regen-ulps): Likewise.
26852
8da491f5
SP
26853 * Rules (bench): Remove eval.
26854
abe7f530
SP
268552013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26856 Roland McGrath <roland@hack.frob.com>
26857 Ondrej Bilka <neleai@seznam.cz>
26858
26859 [BZ #15346]
26860 * time/getdate.c: Include ctype.h and alloca.h.
26861 (__getdate_r): Trim leading and trailing spaces of input.
26862 * time/tst-getdate.c (tests): Add tests with leading and
26863 trailing spaces.
26864
61c23e62
RM
268652013-04-08 Roland McGrath <roland@hack.frob.com>
26866
26867 [BZ #14280]
26868 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26869 when computing value.
26870
7208a313
CD
268712013-04-06 Carlos O'Donell <carlos@redhat.com>
26872
085b2d41
CD
26873 * math/README.libm-test (How can I generate "libm-test-ulps"?):
26874 Use testrun.sh to run libm tests.
26875
7208a313
CD
26876 [BZ #15309]
26877 * elf/dl-open.c (dl_open_worker): memset all of seen array.
26878
872c0acd
MM
268792013-04-06 Marko Myllynen <myllynen@redhat.com>
26880
26881 [BZ #15264]
26882 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26883
26510bdd
CD
268842013-04-06 Carlos O'Donell <carlos@redhat.com>
26885
26886 * Makefile.in (regen-ulps): New target.
26887 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26888 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26889 [ifneq (no,$(PERL)] (regen-ulps): New target.
26890 [ifeq (no,$(PERL)] (regen-ulps): New target.
26891 * math/libm-test.inc (ulps_file_name): Define.
26892 (output_dir): New variable.
26893 (options): Add "output-dir" option.
26894 (parse_opt): Handle 'o' case.
26895 (main): If output_dir is non-NULL use it as a prefix
26896 otherwise use "".
26897 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26898
a01f19c8
CD
268992013-04-06 Carlos O'Donell <carlos@redhat.com>
26900
26901 [BZ #10060, #10062]
26902 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26903 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26904 fail configure if __sync_val_compare_and_swap is not inlined.
26905 * sysdeps/i386/configure: Regenerate.
26906 * configure.in: Build for i686 when configured for i386.
26907 * configure: Regenerate.
26908 * README: Remove i386 reference.
26909
b7a329a5
CD
269102013-04-06 Carlos O'Donell <carlos@redhat.com>
26911
26912 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26913 * sysdeps/s390/s390-64/sysdep.h: Likewise.
26914
bf0f50df
TS
269152013-04-05 Thomas Schwinge <thomas@codesourcery.com>
26916
ee091edf
TS
26917 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26918 (lmsnanval): New variables.
26919 (F): Add conversion tests.
26920 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26921 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26922
a8b792d6
TS
26923 * stdio-common/tstdiomisc.c (F): Properly collect individual
26924 tests' results.
26925
a1cbf437
TS
26926 [BZ #14686, #15336]
26927 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26928 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26929 Instead, use input NaN values or generate a qNaN by arithmetic
26930 operation. Also fix bugs to comply with the standard.
26931 * math/libm-test.inc (remainder_test): Add more tests.
26932
8b43a0c9
TS
26933 [BZ #15335, #15342]
26934 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26935 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26936 input NaN values or generate a qNaN by arithmetic operation.
26937
d91da4ce
TS
26938 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26939 unreachable code.
26940
bf0f50df
TS
26941 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26942 definitions.
26943
05e166c8
JM
269442013-04-03 Joseph Myers <joseph@codesourcery.com>
26945
26946 [BZ #14478]
26947 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26948 underflowed result.
26949 * math/s_cexpf.c (__cexpf): Likewise.
26950 * math/s_cexpl.c (__cexpl): Likewise.
26951 * math/libm-test.inc (cexp_test): Add more tests.
26952
1cef1b19
AS
269532013-04-03 Andreas Schwab <schwab@suse.de>
26954
26955 [BZ #15330]
26956 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26957 order arrays from heap if bigger than alloca cutoff.
26958
74d87055
TS
269592013-04-03 Thomas Schwinge <thomas@codesourcery.com>
26960
26961 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26962 (SNAN_TESTS_double): Refer to GCC PR56831.
26963 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26964 GCC PR56828.
26965
d755bba4
SP
269662013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26967
90d5d5bb
SP
26968 * Rules (bench): Move bench.out after the run is complete.
26969
73e0cd5d
SP
26970 * Rules (bench): Echo currently running benchmark.
26971
64aabd4b
SP
26972 * benchtests/Makefile (bench): Add atan and slowatan.
26973 * benchtests/atan-inputs: New file.
26974 * benchtests/slowatan-inputs: New file.
26975 * benchtests/slowatan.c: New file.
26976
c871eccd
SP
26977 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26978 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26979 its value.
26980
d755bba4
SP
26981 [BZ #15305]
26982 * sysdeps/unix/sysv/linux/kernel-features.h
26983 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26984 __ASSUME_XFS_RESTRICTED_CHOWN.
26985 * sysdeps/unix/sysv/linux/pathconf.c
26986 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26987 Save and restore errno.
26988
52ce4860
JM
269892013-04-02 Joseph Myers <joseph@codesourcery.com>
26990
26991 [BZ #15327]
26992 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26993 arguments using __kernel_casinh.
26994 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26995 arguments using __kernel_casinhf.
26996 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26997 arguments using __kernel_casinhl.
26998 * math/libm-test.inc (cacosh_test): Add more tests.
26999 * sysdeps/i386/fpu/libm-test-ulps: Update.
27000 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27001
81f311c2
SP
270022013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
27003
e7906a47
SP
27004 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27005 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27006
92e3664b
SP
27007 * bench/Makefile (bench): Add sin and slowsin.
27008 * benchtests/sin-inputs: New file.
27009 * benchtests/slowsin-inputs: New file.
27010 * benchtests/slowsin.c: New file.
27011
81f311c2
SP
27012 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27013 (bench): Add slowexp and slowpow.
27014 (exp-ITER): Increase iterations.
27015 (pow-ITER): Likewise.
27016 * benchtests/exp-inputs: Change input.
27017 * benchtests/pow-inputs: Likewise.
27018 * benchtests/slowexp-inputs: New file.
27019 * benchtests/slowexp.c: New file.
27020 * benchtests/slowpow-inputs: New file.
27021 * benchtests/slowpow.c: New file.
27022
ab0f1aa9
AZ
270232013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27024
27025 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27026 instructions.
27027 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27028 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27029 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27030 * benchtests/Makefile: Add rint benchtest.
27031 * benchtests/rint-inputs: Input for rint benchtest.
27032
57267616
TS
270332013-04-02 Thomas Schwinge <thomas@codesourcery.com>
27034
27035 * Versions.def (libm): Add GLIBC_2.18.
27036 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27037 hidden libm prototypes.
27038 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27039 * math/Makefile (libm-calls): Add s_issignaling.
27040 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27041 __issignalingf, __issignalingl. Adjust all libm.abilist files.
27042 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27043 declaration.
27044 * math/math.h [__USE_GNU] (issignaling): New macro.
27045 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27046 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27047 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27048 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27049 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27050 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27051 * manual/arith.texi (issignaling): New section.
27052 * manual/libm-err-tab.pl (@all_functions): Update comment.
27053 * math/gen-libm-test.pl (parse_args): Apply special handling for
27054 issignaling.
27055 * math/libm-test.inc (print_float, issignaling_test): New
27056 functions.
27057 (check_float_internal): Add issignaling checks.
27058 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27059 default definition.
27060 * sysdeps/powerpc/math-tests.h: New file.
27061 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27062 tests.
27063 * math/test-snan.c (TEST_FUNC): Likewise.
27064
6142896d
DM
270652013-03-30 David S. Miller <davem@davemloft.net>
27066
27067 * po/de.po: Update from translation team.
27068
ccc8cadf
JM
270692013-03-30 Joseph Myers <joseph@codesourcery.com>
27070
27071 [BZ #10357]
27072 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27073 imaginary part less than 1.0 and real part less than 0.5
27074 specially.
27075 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27076 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27077 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27078 (cacos_test): Add more tests.
27079 (casin_test): Likewise.
27080 (casinh_test): Likewise.
27081 * sysdeps/i386/fpu/libm-test-ulps: Update.
27082 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27083
0f6a8d4b
SP
270842013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27085
0d1029de
SP
27086 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27087 ONE with its value.
27088
c2d94018
SP
27089 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27090 (__pow_mp): Replace ONE and MONE with their values.
27091 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27092 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27093 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27094 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27095 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27096 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27097
27ec37f1
SP
27098 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27099
a64d7e0e
SP
27100 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27101 (__pow_mp): Replace ZERO and MZERO with their values.
27102 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27103 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27104 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27105 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27106 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27107 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27108 (__sqr): Likewise.
27109
d26dd3eb
SP
27110 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27111
0f6a8d4b
SP
27112 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27113
e57b0c61
RM
271142013-03-28 Roland McGrath <roland@hack.frob.com>
27115
27116 * include/stdlib.h [!SHARED] (__call_tls_dtors):
27117 Declare with __attribute__ ((weak)).
27118 * stdlib/exit.c (__libc_atexit) [!SHARED]:
27119 Call __call_tls_dtors only if it's not NULL.
27120
356b3480
RM
271212013-03-28 Roland McGrath <roland@hack.frob.com>
27122
288f7d79
RM
27123 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27124 didn't do it already, then set _dl_phdr and _dl_phnum based on the
27125 magic __ehdr_start linker symbol if it's defined.
27126 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27127 them up here if it was already done.
27128
dc0a0263
RM
27129 * elf/dl-support.c (_dl_phdr): Make pointer to const.
27130 (_dl_aux_init): Use const in cast when setting it.
27131 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27132 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27133 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27134
3d3436ae
RM
27135 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27136 Declare them here.
27137 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27138 * csu/libc-tls.c: Nor here.
27139 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27140
356b3480
RM
27141 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27142 (__libc_message): Never call vsyslog.
27143
b0f1246a
AM
271442013-03-28 Alan Modra <amodra@gmail.com>
27145
27146 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27147 Define as empty.
27148 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27149 Likewise.
27150
fbbe2b9a
AZ
271512013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27152
27153 [BZ #15214]
27154 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27155 underflow.
27156 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27157
1728ab37
SP
271582013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27159
7a86be6e
SP
27160 [BZ #15304]
27161 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27162 Don't add gid passed as argument.
27163
1728ab37
SP
27164 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27165
3a7182a1
JM
271662013-03-27 Joseph Myers <joseph@codesourcery.com>
27167
27168 [BZ #15307]
27169 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27170 imaginary part between 1.0 and 1.5 and real part less than 0.5
27171 specially.
27172 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27173 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27174 * math/libm-test.inc (cacos_test): Add more tests.
27175 (casin_test): Likewise.
27176 (casinh_test): Likewise.
27177 * sysdeps/i386/fpu/libm-test-ulps: Update.
27178 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27179
6f2e90e7
SP
271802013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27181
5739f705
SP
27182 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27183 constants.
27184 (norm): Likewise.
27185 (denorm): Likewise.
27186 (__dbl_mp): Likewise.
27187 (add_magnitudes): Likewise.
27188 (sub_magnitudes): Likewise.
27189 (__add): Likewise.
27190 (__sub): Likewise.
27191 (__mul): Likewise.
27192 (__sqr): Likewise.
27193 (__inv): Likewise.
27194 (__dvd): Likewise.
27195
e375e83d
SP
27196 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27197 commented code.
27198 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27199 (__dubcos): Likewise.
27200 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27201 (__ieee754_acos): Likewise.
27202 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27203 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27204 (__exp1): Likewise.
27205 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27206 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27207 (log1): Likewise.
27208 (my_log2): Likewise.
27209 (checkint): Likewise.
27210 * sysdeps/ieee754/dbl-64/e_remainder.c
27211 (__ieee754_remainder): Likewise.
27212 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27213 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27214 (bsloww): Likewise.
27215 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27216
6f2e90e7
SP
27217 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27218 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27219 MANTISSA_STORE_T to store computations on mantissa. Use
27220 macros for rounding and division.
27221 (denorm): Likewise.
27222 (__dbl_mp): Likewise.
27223 (add_magnitudes): Likewise.
27224 (sub_magnitudes): Likewise.
27225 (__mul): Likewise.
27226 (__sqr): Likewise.
27227 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27228 powers of two in terms of TWOPOW macro.
27229 (mp_no): Make type of mantissa as MANTISSA_T.
27230 [!RADIXI]: Define RADIXI.
27231 [!TWO52]: Define TWO52.
27232 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27233
fce14d4e
AZ
272342013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27235
27236 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27237 llroundl symbol when building for PPC32.
27238
9ad027fb
MW
272392013-03-24 Mark H Weaver <mhw@netris.org>
27240
27241 * manual/arith.texi (Normalization Functions): Fix prototypes for
27242 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27243
e42a38dd
AZ
272442013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27245
27246 [BZ #13889]
27247 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27248 high value to check if expl overflow.
27249 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27250 to check for underflow and overflow.
27251 * math/libm-test.inc: Add exp test.
27252
2e0fb521
DL
272532013-03-21 Dmitry V. Levin <ldv@altlinux.org>
27254
27255 [BZ #11120]
27256 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27257 with NOT_IN_libc.
27258
b5784d95
AZ
272592013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27260
27261 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27262 symbol.
27263
5aa4a1a1
TS
272642013-03-21 Thomas Schwinge <thomas@codesourcery.com>
27265
bdef0be7
TS
27266 * math/gen-libm-test.pl (parse_args, special_functions): Properly
27267 wrap blocks consisting of several statements.
27268
5aa4a1a1
TS
27269 * sysdeps/generic/math-tests.h: New file.
27270 * sysdeps/i386/fpu/math-tests.h: Likewise.
27271 * math/test-snan.c: Include it.
27272 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27273
98c48fe5
JM
272742013-03-21 Joseph Myers <joseph@codesourcery.com>
27275
27276 [BZ #15285]
27277 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27278 (__ieee754_j0l): Do not improve calculations using cos of twice
27279 input for inputs above LDBL_MAX / 2.0L.
27280 (__ieee754_y0l): Likewise.
27281 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27282 (__ieee754_j1l): Do not improve calculations using cos of twice
27283 input for inputs above LDBL_MAX / 2.0L.
27284 (__ieee754_y1l): Likewise.
27285 * math/libm-test.inc (j0_test): Add another test.
27286 (j1_test): Likewise.
27287 (y0_test): Likewise.
27288 (y1_test): Likewise.
27289 * sysdeps/i386/fpu/libm-test-ulps: Update.
27290
3775a8bc
SP
272912013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27292
27293 * Rules ($(objpfx)bench-%.c): Include code from a C source
27294 file.
27295
0a1b2ae6
JM
272962013-03-21 Joseph Myers <joseph@codesourcery.com>
27297
27298 [BZ #15287]
27299 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27300 imaginary part 1.0 and real part less than 0.5 specially.
27301 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27302 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27303 * math/libm-test.inc (cacos_test): Add more tests.
27304 (casin_test): Likewise.
27305 (casinh_test): Likewise.
27306 * sysdeps/i386/fpu/libm-test-ulps: Update.
27307 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27308
b33d4ce4
SP
273092013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27310
27311 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27312 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27313
bef0b507
JM
273142013-03-20 Joseph Myers <joseph@codesourcery.com>
27315
27316 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27317 * config.make.in (config-cflags-sse4): Remove variable.
27318 (config-cflags-avx): Likewise.
27319 (config-cflags-sse2avx): Likewise.
27320 (config-cflags-novzeroupper): Likewise.
27321 (config-asflags-i686): Likewise.
27322 (have-mfma4): Likewise.
27323 (have-as-vis3): Likewise.
27324 (MIG): Likewise.
27325 * configure.in (MIG): Do not AC_SUBST.
27326 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27327 (libc_cv_cc_sse4): Do not AC_SUBST.
27328 (libc_cv_cc_avx): Likewise.
27329 (libc_cv_cc_sse2avx): Likewise.
27330 (libc_cv_cc_novzeroupper): Likewise.
27331 (libc_cv_cc_fma4): Likewise.
27332 (libc_cv_as_i686): Likewise.
27333 (libc_cv_sparc_as_vis3): Likewise.
27334 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27335 LIBC_CONFIG_VAR.
27336 (config-asflags-i686): Likewise.
27337 (config-cflags-avx): Likewise.
27338 (config-cflags-sse2avx): Likewise.
27339 (have-mfma4): Likewise.
27340 (config-cflags-novzeroupper): Likewise.
27341 * sysdeps/mach/configure.in (MIG): Likewise.
27342 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27343 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27344 LIBC_CONFIG_VAR.
27345 (config-cflags-avx): Likewise.
27346 (config-cflags-sse2avx): Likewise.
27347 (have-mfma4): Likewise.
27348 (config-cflags-novzeroupper): Likewise.
27349 * configure: Regenerated.
27350 * sysdeps/i386/configure: Likewise.
27351 * sysdeps/mach/configure: Likewise.
27352 * sysdeps/sparc/configure: Likewise.
27353 * sysdeps/x86_64/configure: Likewise.
27354
912cc4b3
RM
273552013-03-20 Roland McGrath <roland@hack.frob.com>
27356
27357 [BZ #14812]
27358 * locale/programs/localedef.c (options): Put N_ translation marker
27359 on argument names, not just descriptions.
27360
04eed2b0
MS
273612013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27362
27363 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27364
a065ceff
OB
273652013-03-20 Ondřej Bílka <neleai@seznam.cz>
27366
9bb2a810 27367 [BZ #14176]
a065ceff
OB
27368 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27369
a600e5ce
RM
273702013-03-19 Roland McGrath <roland@hack.frob.com>
27371
27372 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27373 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27374 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27375 [!BEFORE_ABORT] (before_abort): New function.
27376 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27377 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27378 (writev_for_fatal): New function.
27379 (WRITEV_FOR_FATAL): New macro; call that.
27380 (backtrace_and_maps): New function.
27381 (BEFORE_ABORT): New macro; call that.
27382 (struct str_list): Type removed.
27383 (__libc_message, __libc_fatal): Functions removed.
27384 Include <sysdeps/posix/libc_fatal.c> instead.
27385
6b18bea6
JM
273862013-03-19 Joseph Myers <joseph@codesourcery.com>
27387
27388 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27389 constants.
27390 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27391 double constants.
27392
aaa8cb4b
AS
273932013-03-19 Andreas Schwab <schwab@suse.de>
27394
44673770
AS
27395 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27396 * sysdeps/gnu/configure: Regenerate.
27397
aaa8cb4b
AS
27398 * configure.in: Substitute libc_cv_rtlddir.
27399 * configure: Regenerate.
27400 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27401 * Makeconfig (rtlddir, inst_rtlddir): New variables.
27402 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27403 * elf/Makefile (install-others, CFLAGS-interp.c)
27404 (ldso_install, common-ldd-rewrite): Likewise.
27405 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27406 $(inst_slibdir)/$(rtld-installed-name).
27407 * scripts/rellns-sh: Add -p option.
27408 * Makerules (make-shlib-link): Use rellns-sh to get relative name
27409 for source.
27410
d3cfc668
SP
274112013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27412
27413 * manual/nptl.texi: Renamed to ...
27414 * manual/threads.texi: ... this.
27415 * manual/Makefile (chapters): Update.
27416
0e2b9cdd
RM
274172013-03-18 Roland McGrath <roland@hack.frob.com>
27418
27419 [BZ #14812]
27420 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27421 on argument names, not just descriptions.
0e2b9cdd
RM
27422 * malloc/memusagestat.c (options): Likewise.
27423 * nss/getent.c (options): Likewise.
63270c24
RM
27424
274252013-03-18 Benno Schulenberg <bensberg@justemail.net>
27426
27427 [BZ #14812]
27428 * iconv/iconv_prog.c (options): Put N_ translation marker
27429 on argument names, not just descriptions.
27430 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 27431
b2e1393c
OB
274322013-03-18 Ondrej Bilka <neleai@seznam.cz>
27433
27434 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27435 implementation which is faster on all x86_64 architectures.
27436 Tested on AMD, Intel Nehalem, SNB, IVB.
27437 * sysdeps/x86_64/strnlen.S: Likewise.
27438
27439 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27440 Remove all multiarch strlen and strnlen versions.
27441 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27442 Remove strlen and strnlen related parts.
27443
27444 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27445 Inline strlen part.
27446 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27447
27448 * sysdeps/x86_64/multiarch/strlen.S: Remove.
27449 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27450 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27451 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27452 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27453 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27454
ec4ff04d
CD
274552013-03-17 Carlos O'Donell <carlos@redhat.com>
27456
27457 * manual/memory.texi (Malloc Tunable Parameters):
27458 Sort parameters alphabetically. Add comments for missing entries.
27459
cd18e90a
DM
274602013-03-17 David S. Miller <davem@davemloft.net>
27461
27462 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27463
2a185d32
JM
274642013-03-16 Joseph Myers <joseph@codesourcery.com>
27465
d2f9799e
JM
27466 [BZ #15283]
27467 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27468 for arguments at most half maximum finite value.
27469 * math/libm-test.inc (j0_test): Add more tests.
27470 (j1_test): Likewise.
27471 (y0_test): Likewise.
27472 (y1_test): Likewise.
27473 * sysdeps/i386/fpu/libm-test-ulps: Update.
27474 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27475
2a185d32
JM
27476 [BZ #14155]
27477 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27478 1 / x and functions P and Q for arguments above 0x1p256L.
27479 (__ieee754_y0l): Likewise.
27480 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27481 (__ieee754_y1l): Likewise.
27482 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27483 (j1_test): Likewise.
27484 (y0_test): Likewise.
27485 (y1_test): Likewise.
27486
6cbec759
TS
274872013-03-16 Thomas Schwinge <thomas@codesourcery.com>
27488
27489 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27490 variable.
27491
bc16e260
RM
274922013-03-15 Roland McGrath <roland@hack.frob.com>
27493
aefc9b8c
RM
27494 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27495 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27496 zero since it's initialized to EXEC_PAGESIZE.
27497
bc16e260
RM
27498 * sysdeps/unix/sysv/linux/ldsodefs.h
27499 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27500 * sysdeps/generic/ldsodefs.h: ... here.
27501
a57da955
TS
275022013-03-15 Thomas Schwinge <thomas@codesourcery.com>
27503
af00a34d
TS
27504 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27505
495ded2c
TS
27506 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27507 math/test-snan.c.
27508 * math/test-snan.c: Renamed from
27509 sysdeps/powerpc/fpu/test-powerpc-snan.c.
27510 * math/Makefile (tests): Add test-snan.
27511 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27512 test-powerpc-snan.
27513
777b0332
TS
27514 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27515 SUFFIX. Initialize qNaN_var with __builtin_nan family of
27516 functions.
27517 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
27518 __builtin_nan family of functions.
27519 * math/libm-test.inc (initialize): Initialize qnan_value with
27520 __builtin_nan family of functions.
27521 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27522 Remove variables.
27523 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27524 Remove functions.
27525 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
27526 storage class. Initialize qNaN_var and sNaN_var with
27527 __builtin_nan and __builtin_nans families of functions,
27528 respectively.
27529
64d063b8
TS
27530 * math/libm-test.inc (acosh_test): Also test with qNaN input.
27531 (sqrt_test): Remove duplicate test with qNaN input.
27532 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27533 (round_test, signbit_test, significand_test): Note missing +/-Inf
27534 as well as qNaN tests.
27535
67e971f1
TS
27536 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27537 qNaN_var. Fix a few strings, too.
27538 * math/libm-test.inc (nan_value): Rename to qnan_value.
27539 * math/gen-libm-test.pl (%beautify): Adjust to that.
27540 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27541 * math/test-misc.c (main): Likewise.
27542 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27543 to __qnan_bytes, and __qnan_union, respectively.
27544 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27545 Likewise.
27546 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27547 and lqnanval, respectively.
27548 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27549 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27550 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27551 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27552
64487e12
TS
27553 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27554 * math/test-misc.c (main) [__x86_64__]: Enable test for long
27555 doubles.
27556
e015e27b
TS
27557 * math/test-misc.c (main): Fix copy'n'pastos.
27558 * misc/tst-efgcvt.c (special): Likewise.
27559
a57da955
TS
27560 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27561 Remove declarations.
27562
1e380345
SP
275632013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27564
27565 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27566 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27567 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27568 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27569
ef26eece
AZ
275702013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27571
27572 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27573 macro to return vdso values correctly in IFUNC implementations.
27574 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27575 Optimization by using IFUNC.
27576
8cfdb7e0
SP
275772013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27578 Richard Henderson <rth@redhat.com>
27579 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27580
27581 * Makefile.in (bench): New target.
27582 * NEWS: Mention the benchmark framework.
27583 * Rules (bench): Likewise.
27584 (binaries-bench): Generate binaries for functions to
27585 benchmark.
27586 * benchtests/Makefile: New makefile for benchmark tests.
27587 * benchtests/bench-skeleton.c: New skeleton file for benchmark
27588 programs.
27589 * benchtests/exp-inputs: New input file for EXP function.
27590 * benchtests/pow-inputs: New input file for POW function.
27591 * scripts/bench.pl: New script to generate source files for
27592 benchmark programs.
27593
bcda9880
SP
275942013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27595
d22ca8cd
SP
27596 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27597 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27598 computations on mantissa. Use macros for rounding and
27599 division.
27600 (denorm): Likewise.
27601 (__dbl_mp): Likewise.
27602 (add_magnitudes): Likewise.
27603 (sub_magnitudes): Likewise.
27604 (__mul): Likewise.
27605 (__sqr): Likewise.
27606 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27607 powers of two in terms of TWOPOW macro.
27608 (mp_no): Make type of mantissa as MANTISSA_T.
27609 [!RADIXI]: Define RADIXI.
27610 [!TWO52]: Define TWO52.
27611 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27612
bcda9880
SP
27613 * manual/nptl.texi (cindex): Modify threads to pthreads.
27614
06d5adfb
JM
276152013-03-15 Joseph Myers <joseph@codesourcery.com>
27616
27617 * sysdeps/x86_64/preconfigure: Regenerated.
27618
41c7328e
JM
276192013-03-14 Joseph Myers <joseph@codesourcery.com>
27620
27621 [BZ #14155]
27622 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27623 0x1p28 and above.
27624 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27625 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27626 0x1p28 and above.
27627 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27628 * math/libm-test.inc (j0_test): Do not allow one spurious
27629 underflow exception.
27630 (y1_test): Likewise.
27631
e25cfa60
SP
276322013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27633
0409959c
SP
27634 * manual/Makefile (chapters): Add nptl.
27635 * manual/debug.texi (Debugging Support): Add link to Threads
27636 chapter.
27637 * manual/nptl.texi: New file.
27638
e25cfa60
SP
27639 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27640
58a1335e
PB
276412013-03-14 Petr Baudis <pasky@ucw.cz>
27642
27643 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27644 for non-NULL pointer before the memory validity test. Pointed
27645 out by Holger Brunck <holger.brunck@keymile.com>.
27646
9dc7c64f
AS
276472013-03-13 Andreas Schwab <schwab@suse.de>
27648
27649 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27650 instead of .os.
27651
54206aa6
JM
276522013-03-13 Joseph Myers <joseph@codesourcery.com>
27653
27654 * timezone/zic.c: Update from tzcode 2013b.
27655
e98cdb38
CD
276562013-03-12 Carlos O'Donell <carlos@redhat.com>
27657
27658 * manual/install.texi (Configuring and compiling):
27659 Mention i686 and i586.
27660 * INSTALL: Regenerate.
27661
9967e003
RM
276622013-03-12 Roland McGrath <roland@hack.frob.com>
27663
27664 * sysdeps/init_array/elf-init.c: New file.
27665 * csu/elf-init.c
27666 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27667 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27668
27669 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27670 __gmon_start__ as global, but as static with a .preinit_array pointer.
27671 * sysdeps/init_array/gmon-start.c: New file. Use that.
27672 * sysdeps/init_array/crti.S: New file, empty except for comments.
27673 * sysdeps/init_array/crtn.S: Likewise.
27674
e6b5a293 276752013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
27676
27677 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27678 definining bcopy.
80f844c9
OB
27679 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27680 Remove Prefer_SSE_for_memop.
27681 * sysdeps/x86_64/multiarch/init-arch.h: Remove
27682 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27683 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
27684 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27685 memset-x86-64.
80f844c9 27686 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 27687 Remove bzero, memset ifunc support.
80f844c9
OB
27688 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27689 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27690 * sysdeps/x86_64/multiarch/memset.S: Likewise.
27691 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27692
fb6b0fcb
AS
276932013-03-11 Andreas Schwab <schwab@suse.de>
27694
27695 [BZ #15234]
27696 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27697 by SHLIB_COMPAT.
27698 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27699 (GLIBC_2.16): Remove pthread_atfork.
27700
3e6bd4b1
PP
277012013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
27702
27703 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27704 (ptestcases.h): Likewise.
27705
222d7f00
RM
277062013-03-08 Roland McGrath <roland@hack.frob.com>
27707
27708 * Makeconfig ($(common-objpfx)config.status): Depend on
27709 sysdeps/*/preconfigure{,.in} too.
27710
1ba4f030
JM
277112013-03-08 Joseph Myers <joseph@codesourcery.com>
27712
a222d91a
JM
27713 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27714 (__free_hook): Use void * instead of __malloc_ptr_t.
27715 (__malloc_hook): Likewise.
27716 (__realloc_hook): Likewise.
27717 (__memalign_hook): Likewise.
27718 (__after_morecore_hook): Likewise.
27719 * malloc/arena.c (save_malloc_hook): Likewise.
27720 (save_free_hook): Likewise.
27721 * malloc/hooks.c (malloc_hook_ini): Likewise.
27722 (realloc_hook_ini): Likewise.
27723 (memalign_hook_ini): Likewise.
27724 * malloc/malloc.c (malloc_hook_ini): Likewise.
27725 (realloc_hook_ini): Likewise.
27726 (memalign_hook_ini): Likewise.
27727 (__free_hook): Likewise.
27728 (__malloc_hook): Likewise.
27729 (__realloc_hook): Likewise.
27730 (__memalign_hook): Likewise.
27731 (__libc_malloc): Likewise.
27732 (__libc_free): Likewise.
27733 (__libc_realloc): Likewise.
27734 (__libc_memalign): Likewise.
27735 (__libc_valloc): Likewise.
27736 (__libc_pvalloc): Likewise.
27737 (__libc_calloc): Likewise.
27738 (__posix_memalign): Likewise.
27739 * malloc/morecore.c (__sbrk): Likewise.
27740 (__default_morecore): Likewise.
27741
5cc45e10
JM
27742 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27743
dd54b864
JM
27744 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27745 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27746 __malloc_ptrdiff_t.
27747
1ba4f030
JM
27748 * malloc/malloc.h (__malloc_size_t): Remove macro.
27749 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27750 __malloc_size_t.
27751 (old_memalign_hook): Likewise.
27752 (old_realloc_hook): Likewise.
27753 (struct hdr): Likewise.
27754 (flood): Likewise.
27755 (mallochook): Likewise.
27756 (memalignhook): Likewise.
27757 (reallochook): Likewise.
27758 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27759 (tr_old_realloc_hook): Likewise.
27760 (tr_old_memalign_hook): Likewise.
27761 (tr_mallochook): Likewise.
27762 (tr_reallochook): Likewise.
27763 (tr_memalignhook): Likewise.
27764
edf66e57
AZ
277652013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27766
27767 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27768 default_ldbl_pack and using as default implementation.
27769 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27770 implementation.
27771 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27772 redundant definition.
27773 (ldbl_insert_mantissa): Likewise.
27774 (ldbl_canonicalize): Likewise.
27775 (ldbl_nearbyint): Likewise.
27776 (ldbl_pack): Rename to ldbl_pack_ppc.
27777 (ldbl_unpack): Rename to ldbl_unpack_ppc.
27778 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27779 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27780
6d9145d8
SP
277812013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27782
27783 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27784 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27785 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27786 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27787 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27788 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27789 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27790 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27791
4dd4e157
AJ
277922013-03-07 Andreas Jaeger <aj@suse.de>
27793
27794 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27795 bits/mman-linux.h.
27796
adbb8027
SP
277972013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
27798
ce544b5b
SP
27799 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27800 Include mpa.h and declare __MPEXP.
27801 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27802 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27803 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27804 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27805 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27806 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27807 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27808
4cc149fd
SP
27809 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27810 (__slowpow): Use long double EXPL and LOGL functions to
27811 compute POW.
27812 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27813 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27814 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27815 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27816 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27817 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27818
e6ebd4a7
SP
27819 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27820 intermediate variable to calculate exponent.
27821 (__sqr): Likewise.
27822 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27823 Likewise.
27824 (__sqr): Likewise.
27825
82a9811d
SP
27826 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27827 [!NO__SQR]: Define __sqr.
27828 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27829 and NO__SQR. Remove all code except __mul and __sqr. Include
27830 sysdeps/ieee754/dbl-64/mpa.c.
27831 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27832
adbb8027
SP
27833 [BZ #12723]
27834 * posix/Makefile (tests): Add tst-pathconf.
27835 * posix/tst-pathconf.c: New test case.
27836 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27837 _PC_PIPE_BUF.
27838 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27839
39120df9
PF
278402013-03-06 Patsy Franklin <pfrankli@redhat.com>
27841
27842 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27843
67525cb8
AJ
278442013-03-06 Andreas Jaeger <aj@suse.de>
27845
664a9ce4
AJ
27846 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27847 definition via __MAP_ANONYMOUS.
27848
8e39047d
AJ
27849 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27850 it's not part of Linux headers.
27851
67525cb8
AJ
27852 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27853 (MAP_HUGE_MASK): Define.
27854
27855 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27856 Define.
27857 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27858 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27859 Define.
27860 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27861 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27862 Define.
27863 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27864 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27865 Define.
27866 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27867
27868 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27869 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27870 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27871 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27872 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27873 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27874
27875 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27876 Handle f2fs.
27877
27878 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27879 Handle f2fs and efivarfs.
27880
27881 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27882 f2fs.
27883
27884 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27885 (EFIVARFS_MAGIC): Add.
27886 (F2FS_LINK_MAX): Add.
27887
e1b42695
PP
278882013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
27889
27890 * stdio-common/vfprintf.c: Replace __builtin_expect with
27891 __glibc_unlikely.
27892
2d67d91a
JM
278932013-03-06 Joseph Myers <joseph@codesourcery.com>
27894
27895 [BZ #13550]
27896 * sysdeps/generic/bp-sym.h: Remove file.
27897 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27898 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27899 <bp-sym.h> and <bp-asm.h>.
27900 (__longjmp): Don't use BP_SYM.
27901 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27902 and <bp-asm.h>.
27903 (memcpy): Don't use BP_SYM.
27904 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27905 <bp-sym.h> and <bp-asm.h>.
27906 (memcpy): Don't use BP_SYM.
27907 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27908 <bp-asm.h>.
27909 (memcpy): Don't use BP_SYM.
27910 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27911 <bp-asm.h>.
27912 (memset): Don't use BP_SYM.
27913 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27914 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27915 (__bzero): Don't use BP_SYM.
27916 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27917 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27918 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27919 <bp-sym.h> and <bp-asm.h>.
27920 (memcmp): Don't use BP_SYM. Remove comment about bounded
27921 pointers.
27922 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27923 <bp-sym.h> and <bp-asm.h>.
27924 (memcpy): Don't use BP_SYM.
27925 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27926 <bp-sym.h> and <bp-asm.h>.
27927 (memset): Don't use BP_SYM.
27928 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27929 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27930 (__bzero): Don't use BP_SYM.
27931 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27932 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27933 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27934 <bp-sym.h> and <bp-asm.h>.
27935 (strncmp): Don't use BP_SYM. Remove comment about bounded
27936 pointers.
27937 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27938 <bp-sym.h> and <bp-asm.h>.
27939 (memcpy): Don't use BP_SYM.
27940 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27941 <bp-sym.h> and <bp-asm.h>.
27942 (memset): Don't use BP_SYM.
27943 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27944 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27945 (__bzero): Don't use BP_SYM.
27946 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27947 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27948 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27949 <bp-sym.h> and <bp-asm.h>.
27950 (__memchr): Don't use BP_SYM.
27951 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27952 <bp-sym.h> and <bp-asm.h>.
27953 (memcmp): Don't use BP_SYM. Remove comment about bounded
27954 pointers.
27955 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27956 <bp-sym.h> and <bp-asm.h>.
27957 (memcpy): Don't use BP_SYM.
27958 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27959 <bp-sym.h> and <bp-asm.h>.
27960 (__mempcpy): Don't use BP_SYM.
27961 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27962 <bp-sym.h> and <bp-asm.h>.
27963 (__memrchr): Don't use BP_SYM.
27964 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27965 <bp-sym.h> and <bp-asm.h>.
27966 (memset): Don't use BP_SYM.
27967 (__bzero): Likewise.
27968 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27969 <bp-sym.h> and <bp-asm.h>.
27970 (__rawmemchr): Don't use BP_SYM.
27971 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27972 <bp-sym.h> and <bp-asm.h>.
27973 (__STRCMP): Don't use BP_SYM.
27974 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27975 <bp-sym.h> and <bp-asm.h>.
27976 (strchr): Don't use BP_SYM.
27977 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27978 <bp-sym.h> and <bp-asm.h>.
27979 (__strchrnul): Don't use BP_SYM.
27980 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27981 <bp-sym.h> and <bp-asm.h>.
27982 (strlen): Don't use BP_SYM.
27983 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27984 <bp-sym.h> and <bp-asm.h>.
27985 (strncmp): Don't use BP_SYM. Remove comment about bounded
27986 pointers.
27987 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27988 <bp-sym.h> and <bp-asm.h>.
27989 (__strnlen): Don't use BP_SYM.
27990 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27991 <bp-sym.h> and <bp-asm.h>.
27992 (__GI__setjmp): Don't use BP_SYM.
27993 (_setjmp): Likewise.
27994 (__sigsetjmp): Likewise.
27995 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27996 (L(start_addresses)): Don't use BP_SYM.
27997 (_start): Likewise.
27998 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27999 <bp-asm.h>.
28000 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28001 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28002 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28003 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28004 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28005 <bp-asm.h>.
28006 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28007 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
28008 about bounded pointers.
28009 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28010 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28011 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28012 <bp-asm.h>.
28013 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
28014 about bounded pointers. Remove GKM FIXME comments.
28015 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28016 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28017 <bp-asm.h>.
28018 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28019 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
28020 Remove GKM FIXME comments.
28021 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28022 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28023 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28024 <bp-asm.h>.
28025 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
28026 about bounded pointers. Remove GKM FIXME comment.
28027 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28028 and <bp-asm.h>.
28029 (strncmp): Don't use BP_SYM. Remove comment about bounded
28030 pointers.
28031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28032 <bp-sym.h> and <bp-asm.h>.
28033 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28035 <bp-sym.h> and <bp-asm.h>.
28036 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28037 comment.
28038
cdcf361f
PP
280392013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
28040
28041 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28042 call free(NULL).
28043
3c4a2b15
DM
280442013-03-05 David S. Miller <davem@davemloft.net>
28045
28046 * po/es.po: Update from translation team.
28047
cdcf361f 280482013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
28049
28050 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28051 <bits/mman-linux.h>.
28052 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28053 is fine.
28054 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28055 <bits/mman-linux.h> to end of file.
28056 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28057 is fine.
28058 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28059 <bits/mman-linux.h> to end of file.
28060 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28061 is fine.
28062 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28063 <bits/mman-linux.h> to end of file.
28064
28065 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28066 (MCL_CURRENT, MCL_FUTURE): Define here.
28067
5f67c04f
AK
280682013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28069
8a4473cc 28070 [BZ #15232]
5f67c04f
AK
28071 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28072 attribute_hidden.
28073 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28074
c3e94a95
AK
280752013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28076
28077 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28078 fourth parameter needed for rt_sigprocmask syscall.
28079 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28080 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28081 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28082 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28083 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28084 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28085
cfb6382a
JM
280862013-03-04 Joseph Myers <joseph@codesourcery.com>
28087
28088 [BZ #13550]
28089 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28090 comment about bounded pointers.
28091 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28092 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28093
539d8e01
AJ
280942013-03-04 Andreas Jaeger <aj@suse.de>
28095
28096 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28097 common definitions.
28098
28099 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28100 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28101 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28102 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28103 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
28104 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28105
2e167a70 281062013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
28107
28108 [BZ #15055]
28109 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28110 __ieee754_sqrl instead of __sqrl.
28111
68508633
JM
281122013-03-01 Joseph Myers <joseph@codesourcery.com>
28113
28114 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28115 * sysdeps/powerpc/fpu_control.h: ... here.
28116 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28117 * sysdeps/powerpc/bits/fenvinline.h: ... here.
28118 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28119 * sysdeps/powerpc/bits/mathinline.h: ... here.
28120
7775448e
RM
281212013-03-01 Roland McGrath <roland@hack.frob.com>
28122
28123 * elf/dl-hwcaps.c (_dl_important_hwcaps):
28124 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28125 to just [NEED_DL_SYSINFO_DSO].
28126 * elf/dl-support.c: Likewise.
28127 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28128 * elf/rtld.c (dl_main): Likewise.
28129 * elf/setup-vdso.h (setup_vdso): Likewise.
28130 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28131 * sysdeps/unix/sysv/linux/dl-sysdep.c
28132 (_dl_discover_osversion): Likewise.
28133
4e9b5995
CD
281342013-03-01 Carlos O'Donell <carlos@redhat.com>
28135
28136 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28137 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28138
e23872c8
SP
281392013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
28140
e5c74c63
SP
28141 * NEWS: Mention libm performance improvements and non-x86 PI
28142 futex support.
28143
e23872c8
SP
28144 * csu/libc-start.c (__pthread_initialize_minimal): Change
28145 function arguments.
28146 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28147
b5510883
JM
281482013-02-28 Joseph Myers <joseph@codesourcery.com>
28149
28150 [BZ #13550]
28151 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28152 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28153 <bp-sym.h> and <bp-asm.h>.
28154 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28155 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28156 and <bp-asm.h>.
28157 (memcpy): Don't use BP_SYM.
28158 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28159 <bp-asm.h>.
28160 (__mpn_add_n): Don't use BP_SYM.
28161 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28162 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28163 and <bp-asm.h>.
28164 (__mpn_addmul_1): Don't use BP_SYM.
28165 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28166 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28167 <bp-sym.h>.
28168 (_setjmp): Don't use BP_SYM.
28169 (__novmx_setjmp): Likewise.
28170 (__GI__setjmp): Likewise.
28171 (__vmx_setjmp): Likewise.
28172 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28173 <bp-sym.h>.
28174 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28175 (__bzero): Don't use BP_SYM.
28176 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28177 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28178 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28179 <bp-sym.h> and <bp-asm.h>.
28180 (memcpy): Don't use BP_SYM.
28181 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28182 <bp-sym.h> and <bp-asm.h>.
28183 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28184 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28185 <bp-sym.h> and <bp-asm.h>.
28186 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28187 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28188 <bp-asm.h>.
28189 (__mpn_lshift): Don't use BP_SYM.
28190 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28191 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28192 <bp-asm.h>.
28193 (memset): Don't use BP_SYM.
28194 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28195 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28196 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28197 <bp-asm.h>.
28198 (__mpn_mul_1): Don't use BP_SYM.
28199 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28200 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28201 <bp-sym.h> and <bp-asm.h>.
28202 (memcmp): Don't use BP_SYM.
28203 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28204 <bp-sym.h> and <bp-asm.h>.
28205 (memcpy): Don't use BP_SYM.
28206 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28207 <bp-sym.h> and <bp-asm.h>.
28208 (memset): Don't use BP_SYM.
28209 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28210 <bp-sym.h> and <bp-asm.h>.
28211 (strncmp): Don't use BP_SYM.
28212 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28213 <bp-sym.h> and <bp-asm.h>.
28214 (memcpy): Don't use BP_SYM.
28215 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28216 <bp-sym.h> and <bp-asm.h>.
28217 (memset): Don't use BP_SYM.
28218 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28219 <bp-sym.h> and <bp-asm.h>.
28220 (__memchr): Don't use BP_SYM.
28221 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28222 <bp-sym.h> and <bp-asm.h>.
28223 (memcmp): Don't use BP_SYM.
28224 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28225 <bp-sym.h> and <bp-asm.h>.
28226 (memcpy): Don't use BP_SYM.
28227 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28228 <bp-sym.h> and <bp-asm.h>.
28229 (__mempcpy): Don't use BP_SYM.
28230 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28231 <bp-sym.h> and <bp-asm.h>.
28232 (__memrchr): Don't use BP_SYM.
28233 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28234 <bp-sym.h> and <bp-asm.h>.
28235 (memset): Don't use BP_SYM.
28236 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28237 <bp-sym.h> and <bp-asm.h>.
28238 (__rawmemchr): Don't use BP_SYM.
28239 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28240 <bp-sym.h> and <bp-asm.h>.
28241 (__STRCMP): Don't use BP_SYM.
28242 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28243 <bp-sym.h> and <bp-asm.h>.
28244 (strchr): Don't use BP_SYM.
28245 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28246 <bp-sym.h> and <bp-asm.h>.
28247 (__strchrnul): Don't use BP_SYM.
28248 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28249 <bp-sym.h> and <bp-asm.h>.
28250 (strlen): Don't use BP_SYM.
28251 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28252 <bp-sym.h> and <bp-asm.h>.
28253 (strncmp): Don't use BP_SYM.
28254 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28255 <bp-sym.h> and <bp-asm.h>.
28256 (__strnlen): Don't use BP_SYM.
28257 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28258 <bp-asm.h>.
28259 (__mpn_rshift): Don't use BP_SYM.
28260 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28261 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28262 <bp-sym.h> and <bp-asm.h>.
28263 (__sigsetjmp): Don't use BP_SYM.
28264 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28265 (L(start_addresses)): Don't use BP_SYM.
28266 (_start): Likewise.
28267 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28268 <bp-asm.h>.
28269 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28270 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28271 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28272 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28273 <bp-asm.h>.
28274 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28275 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28276 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28277 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28278 <bp-asm.h>.
28279 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28280 comments.
28281 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28282 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28283 <bp-asm.h>.
28284 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
28285 FIXME comments.
28286 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28287 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28288 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28289 <bp-asm.h>.
28290 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28291 comment.
28292 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28293 and <bp-asm.h>.
28294 (strncmp): Don't use BP_SYM,
28295 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28296 <bp-asm.h>.
28297 (__mpn_sub_n): Don't use BP_SYM.
28298 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28299 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28300 and <bp-asm.h>.
28301 (__mpn_submul_1): Don't use BP_SYM.
28302 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28303 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28304 <bp-sym.h> and <bp-asm.h>.
28305 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28307 <bp-sym.h> and <bp-asm.h>.
28308 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28309 comment.
28310
8d19fe64
SP
283112013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28312
28313 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28314 Use ZK to minimize writes to Z.
28315 (sub_magnitudes): Simplify code a bit.
28316 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28317 Use ZK to minimize writes to Z.
28318 (sub_magnitudes): Simplify code a bit.
28319
85bd816a
RM
283202013-02-27 Roland McGrath <roland@hack.frob.com>
28321
28322 * csu/gmon-start.c: Add special exception to license text.
28323
b5977bf2
RH
283242013-02-27 Richard Henderson <rth@redhat.com>
28325
28326 * scripts/config.guess: Update from config.git.
28327 * scripts/config.sub: Likewise.
28328
11d6e2f2
SP
283292013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28330
09c14ed2
SP
28331 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28332
a688864e
SP
28333 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28334
6295157a
SP
28335 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28336
b8de2202
SP
28337 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28338
11d6e2f2
SP
28339 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28340
7e80ddb8
RM
283412013-02-26 Roland McGrath <roland@hack.frob.com>
28342
28343 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28344 [$(build-shared = yes].
7e80ddb8 28345
7da6d9ed
SP
283462013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28347
45f05884
SP
28348 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28349 (__mul): Reduce iterations for calculating mantissa.
28350
2236d359
SP
28351 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28352 MPTWO.
28353 (__mpranred): Likewise.
28354
7da6d9ed
SP
28355 [BZ #15160]
28356 * malloc/memusagestat.c (main): Draw graphs for heap and stack
28357 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28358
b7688c42
PE
283592013-02-26 Paul Eggert <eggert@cs.ucla.edu>
28360
28361 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28362 Define __attribute__.
28363
53a5c423
SP
283642013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28365
28366 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28367 unused.
28368 * posix/regex_internal.h (__attribute): Remove.
28369 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28370 (re_string_context_at): Likewise.
28371 (bitset_not): Use __attribute__ and mark function as possibly
28372 unused.
28373 (bitset_merge): Likewise.
28374 (bitset_mask): Likewise.
28375 (re_string_char_size_at): Likewise.
28376 (re_string_wchar_at): Likewise.
28377 (re_string_elem_size_at): Likewise.
28378
60f5a8b5
SP
283792013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
28380
2a983a2e
SP
28381 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28382 code.
28383 (cc32): Likewise.
28384
e69804d1
SP
28385 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28386 (__acr): Likewise.
28387 (__cpy): Likewise.
28388 (norm): Likewise.
28389 (denorm): Likewise.
28390 (__dbl_mp): Likewise.
28391 (add_magnitudes): Likewise.
28392 (sub_magnitudes): Likewise.
28393 (__mul): Likewise.
28394 (__inv): Likewise.
28395
2f22a1e8
SP
28396 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28397 style.
28398
8930ddc7
SP
28399 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28400 style.
28401
dc60cb11
SP
28402 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28403 code.
28404
60f5a8b5
SP
28405 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28406 up changes with default code.
28407 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28408 Likewise.
28409
b4d1fd33
AM
284102013-02-24 Allan McRae <allan@archlinux.org>
28411
faf6f8bc
AM
28412 * manual/socket.texi (The Internet Namespace): Order menu items
28413 to match that in the file.
28414
b4d1fd33
AM
28415 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28416 node listing of the info page menu.
28417
2366713d
JM
284182013-02-21 Joseph Myers <joseph@codesourcery.com>
28419
28420 [BZ #13550]
28421 * sysdeps/i386/bp-asm.h: Remove file.
28422 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28423 (PARMS): Do not use macros from bp-asm.h.
28424 (S1): Likewise.
28425 (S2): Likewise.
28426 (SIZE): Likewise.
28427 (__mpn_add_n): Do not use BP_SYM
28428 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28429 "bp-asm.h".
28430 (PARMS): Do not use macros from bp-asm.h.
28431 (S1): Likewise.
28432 (SIZE): Likewise.
28433 (__mpn_addmul_1): Do not use BP_SYM
28434 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28435 "bp-asm.h".
28436 (PARMS): Do not use macros from bp-asm.h.
28437 (SIGMSK): Likewise.
28438 (_setjmp): Likewise. Do not use BP_SYM.
28439 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28440 "bp-asm.h".
28441 (PARMS): Do not use macros from bp-asm.h.
28442 (SIGMSK): Likewise.
28443 (setjmp): Likewise. Do not use BP_SYM.
28444 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28445 "bp-asm.h".
28446 (PARMS): Do not use macros from bp-asm.h.
28447 (__frexp): Do not use BP_SYM.
28448 (frexp): Likewise.
28449 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28450 "bp-asm.h".
28451 (PARMS): Do not use macros from bp-asm.h.
28452 (__frexpf): Do not use BP_SYM.
28453 (frexpf): Likewise.
28454 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28455 "bp-asm.h".
28456 (PARMS): Do not use macros from bp-asm.h.
28457 (__frexpl): Do not use BP_SYM.
28458 (frexpl): Likewise.
28459 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28460 "bp-asm.h".
28461 (PARMS): Do not use macros from bp-asm.h.
28462 (__remquo): Do not use BP_SYM.
28463 (remquo): Likewise.
28464 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28465 "bp-asm.h".
28466 (PARMS): Do not use macros from bp-asm.h.
28467 (__remquof): Do not use BP_SYM.
28468 (remquof): Likewise.
28469 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28470 "bp-asm.h".
28471 (PARMS): Do not use macros from bp-asm.h.
28472 (__remquol): Do not use BP_SYM.
28473 (remquol): Likewise.
28474 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28475 "bp-asm.h".
28476 (PARMS): Do not use macros from bp-asm.h.
28477 (DEST): Likewise.
28478 (SRC): Likewise.
28479 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
28480 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28481 "bp-asm.h".
28482 (PARMS): Do not use macros from bp-asm.h.
28483 (strlen): Do not use BP_SYM.
28484 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28485 "bp-asm.h".
28486 (PARMS): Do not use macros from bp-asm.h.
28487 (S1): Likewise.
28488 (S2): Likewise.
28489 (SIZE): Likewise.
28490 (__mpn_add_n): Do not use BP_SYM.
28491 * sysdeps/i386/i586/addmul_1.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 (SIZE): Likewise.
28496 (__mpn_addmul_1): Do not use BP_SYM.
28497 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28498 weak_alias.
28499 (bzero): Likewise.
28500 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28501 "bp-asm.h".
28502 (PARMS): Do not use macros from bp-asm.h.
28503 (S): Likewise.
28504 (SIZE): Likewise.
28505 (__mpn_lshift): Do not use BP_SYM.
28506 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28507 "bp-asm.h".
28508 (PARMS): Do not use macros from bp-asm.h.
28509 (DEST): Likewise.
28510 (SRC): Likewise.
28511 (LEN): Likewise.
28512 (memcpy): Likewise. Do not use BP_SYM.
28513 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28514 libc_hidden_def and weak_alias.
28515 (mempcpy): Do not use BP_SYM in weak_alias.
28516 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28517 "bp-asm.h".
28518 (PARMS): Do not use macros from bp-asm.h.
28519 (DEST): Likewise.
28520 (LEN): Likewise.
28521 [!BZERO_P] (CHR): Likewise.
28522 (memset): Likewise. Do not use BP_SYM.
28523 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28524 "bp-asm.h".
28525 (PARMS): Do not use macros from bp-asm.h.
28526 (S1): Likewise.
28527 (SIZE): Likewise.
28528 (__mpn_mul_1): Do not use BP_SYM.
28529 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28530 "bp-asm.h".
28531 (PARMS): Do not use macros from bp-asm.h.
28532 (S): Likewise.
28533 (SIZE): Likewise.
28534 (__mpn_rshift): Do not use BP_SYM.
28535 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28536 "bp-asm.h".
28537 (PARMS): Do not use macros from bp-asm.h.
28538 (STR): Likewise.
28539 (CHR): Likewise.
28540 (strchr): Likewise. Do not use BP_SYM.
28541 (index): Do not use BP_SYM in weak_alias.
28542 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28543 "bp-asm.h".
28544 (PARMS): Do not use macros from bp-asm.h.
28545 (DEST): Likewise.
28546 (SRC): Likewise.
28547 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
28548 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28549 "bp-asm.h".
28550 (PARMS): Do not use macros from bp-asm.h.
28551 (strlen): Do not use BP_SYM.
28552 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28553 "bp-asm.h".
28554 (PARMS): Do not use macros from bp-asm.h.
28555 (S1): Likewise.
28556 (S2): Likewise.
28557 (SIZE): Likewise.
28558 (__mpn_sub_n): Do not use BP_SYM.
28559 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28560 "bp-asm.h".
28561 (PARMS): Do not use macros from bp-asm.h.
28562 (S1): Likewise.
28563 (SIZE): Likewise.
28564 (__mpn_submul_1): Do not use BP_SYM.
28565 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28566 "bp-asm.h".
28567 (PARMS): Do not use macros from bp-asm.h.
28568 (S1): Likewise.
28569 (S2): Likewise.
28570 (SIZE): Likewise.
28571 (__mpn_add_n): Do not use BP_SYM.
28572 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28573 weak_alias.
28574 (bzero): Likewise.
28575 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28576 "bp-asm.h".
28577 (PARMS): Do not use macros from bp-asm.h.
28578 (BLK2): Likewise.
28579 (LEN): Likewise.
28580 (memcmp): Do not use BP_SYM.
28581 (bcmp): Do not use BP_SYM in weak_alias.
28582 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28583 "bp-asm.h".
28584 (PARMS): Do not use macros from bp-asm.h.
28585 (DEST): Likewise.
28586 (SRC): Likewise.
28587 (LEN): Likewise.
28588 (memcpy): Likewise. Do not use BP_SYM.
28589 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28590 "bp-asm.h".
28591 (PARMS): Do not use macros from bp-asm.h.
28592 (DEST): Likewise.
28593 (SRC): Likewise.
28594 (LEN): Likewise.
28595 (memmove): Likewise. Do not use BP_SYM.
28596 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28597 "bp-asm.h".
28598 (PARMS): Do not use macros from bp-asm.h.
28599 (DEST): Likewise.
28600 (SRC): Likewise.
28601 (LEN): Likewise.
28602 (__mempcpy): Likewise. Do not use BP_SYM.
28603 (mempcpy): Do not use BP_SYM in weak_alias.
28604 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28605 "bp-asm.h".
28606 (PARMS): Do not use macros from bp-asm.h.
28607 (DEST): Likewise.
28608 (LEN): Likewise.
28609 [!BZERO_P] (CHR): Likewise.
28610 (memset): Likewise. Do not use BP_SYM.
28611 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28612 "bp-asm.h".
28613 (PARMS): Do not use macros from bp-asm.h.
28614 (STR2): Likewise.
28615 (strcmp): Do not use BP_SYM.
28616 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28617 "bp-asm.h".
28618 (PARMS): Do not use macros from bp-asm.h.
28619 (STR): Likewise.
28620 (DELIM): Likewise.
28621 [USE_AS_STRTOK_R] (SAVE): Likewise.
28622 (FUNCTION): Likewise. Do not use BP_SYM.
28623 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28624 aliases.
28625 (strtok_r): Likewise.
28626 (__GI___strtok_r): Likewise.
28627 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28628 (PARMS): Do not use macros from bp-asm.h.
28629 (S): Likewise.
28630 (SIZE): Likewise.
28631 (__mpn_lshift): Do not use BP_SYM.
28632 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28633 (PARMS): Do not use macros from bp-asm.h.
28634 (STR): Likewise.
28635 (CHR): Likewise.
28636 (__memchr): Do not use BP_SYM.
28637 (memchr): Do not use BP_SYM in weak_alias.
28638 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28639 (PARMS): Do not use macros from bp-asm.h.
28640 (BLK2): Likewise.
28641 (LEN): Likewise.
28642 (memcmp): Do not use BP_SYM.
28643 (bcmp): Do not use BP_SYM in weak_alias.
28644 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28645 (PARMS): Do not use macros from bp-asm.h.
28646 (S1): Likewise.
28647 (SIZE): Likewise.
28648 (__mpn_mul_1): Do not use BP_SYM.
28649 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28650 "bp-asm.h".
28651 (PARMS): Do not use macros from bp-asm.h.
28652 (STR): Likewise.
28653 (CHR): Likewise.
28654 (__rawmemchr): Do not use BP_SYM.
28655 (rawmemchr): Do not use BP_SYM in weak_alias.
28656 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28657 (PARMS): Do not use macros from bp-asm.h.
28658 (S): Likewise.
28659 (SIZE): Likewise.
28660 (__mpn_rshift): Do not use BP_SYM.
28661 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28662 (PARMS): Do not use macros from bp-asm.h.
28663 (SIGMSK): Likewise.
28664 (__sigsetjmp): Likewise. Do not use BP_SYM.
28665 * sysdeps/i386/start.S: Do not include "bp-sym.h".
28666 (_start): Do not use BP_SYM.
28667 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28668 (PARMS): Do not use macros from bp-asm.h.
28669 (DEST): Likewise.
28670 (SRC): Likewise.
28671 (__stpcpy): Likewise. Do not use BP_SYM.
28672 (stpcpy): Do not use BP_SYM in weak_alias.
28673 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28674 "bp-asm.h".
28675 (PARMS): Do not use macros from bp-asm.h.
28676 (DEST): Likewise.
28677 (SRC): Likewise.
28678 (LEN): Likewise.
28679 (__stpncpy): Likewise. Do not use BP_SYM.
28680 (stpncpy): Do not use BP_SYM in weak_alias.
28681 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28682 (PARMS): Do not use macros from bp-asm.h.
28683 (STR): Likewise.
28684 (CHR): Likewise.
28685 (strchr): Likewise. Do not use BP_SYM.
28686 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28687 "bp-asm.h".
28688 (PARMS): Do not use macros from bp-asm.h.
28689 (STR): Likewise.
28690 (CHR): Likewise.
28691 (__strchrnul): Likewise. Do not use BP_SYM.
28692 (strchrnul): Do not use BP_SYM in weak_alias.
28693 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28694 "bp-asm.h".
28695 (PARMS): Do not use macros from bp-asm.h.
28696 (STOP): Likewise.
28697 (strcspn): Do not use BP_SYM.
28698 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28699 "bp-asm.h".
28700 (PARMS): Do not use macros from bp-asm.h.
28701 (STR): Likewise.
28702 (STOP): Likewise.
28703 (strpbrk): Likewise. Do not use BP_SYM.
28704 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28705 "bp-asm.h".
28706 (PARMS): Do not use macros from bp-asm.h.
28707 (STR): Likewise.
28708 (CHR): Likewise.
28709 (strrchr): Likewise. Do not use BP_SYM.
28710 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28711 (PARMS): Do not use macros from bp-asm.h.
28712 (SKIP): Likewise.
28713 (strspn): Do not use BP_SYM.
28714 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28715 (PARMS): Do not use macros from bp-asm.h.
28716 (STR): Likewise.
28717 (DELIM): Likewise.
28718 (SAVE): Likewise.
28719 (FUNCTION): Likewise. Do not use BP_SYM.
28720 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28721 aliases.
28722 (strtok_r): Likewise.
28723 (__GI___strtok_r): Likewise.
28724 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28725 (PARMS): Do not use macros from bp-asm.h.
28726 (S1): Likewise.
28727 (S2): Likewise.
28728 (SIZE): Likewise.
28729 (__mpn_sub_n): Do not use BP_SYM.
28730 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28731 "bp-asm.h".
28732 (PARMS): Do not use macros from bp-asm.h.
28733 (S1): Likewise.
28734 (SIZE): Likewise.
28735 (__mpn_submul_1): Do not use BP_SYM.
28736 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28737 <bp-sym.h>.
28738 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28739 and <bp-asm.h>.
28740 (PARMS): Do not use macros from bp-asm.h.
28741 (FLAGS): Likewise.
28742 (PTID): Likewise.
28743 (TLS): Likewise.
28744 (CTID): Likewise.
28745 (__clone): Do not use BP_SYM.
28746 (clone): Do not use BP_SYM in weak_alias.
28747 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28748 and <bp-asm.h>.
28749 (PARMS): Do not use macros from bp-asm.h.
28750 (LEN): Likewise.
28751 (__mmap64): Do not use BP_SYM.
28752 (mmap64): Do not use BP_SYM in weak_alias.
28753 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28754 <bp-sym.h> and <bp-asm.h>.
28755 (PARMS): Do not use macros from bp-asm.h.
28756 (__posix_fadvise64_l64): Do not use BP_SYM.
28757 * sysdeps/unix/sysv/linux/i386/semtimedop.S
28758 (PARMS): Do not use macros from bp-asm.h.
28759 (NSOPS): Likewise.
28760 (semtimedop): Do not use BP_SYM.
28761 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28762 and <bp-asm.h>.
28763
582a3cff
AM
287642013-02-21 Allan McRae <allan@archlinux.org>
28765
28766 * manual/message.texi (Charset conversion in gettext):
28767 Move @end statement to beginning of line.
28768
bab8a695
SP
287692013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28770
80945231
SP
28771 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28772 static.
28773 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28774 Likewise.
28775
bab8a695
SP
28776 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28777 (denorm): Likewise.
28778 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28779 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28780
e21d7aa7
AK
287812013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28782
28783 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28784 tail-call to the resolved function if pltexit isn't needed.
28785
4c7a4263
SP
287862013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28787
28788 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28789 or Y being zero as being unlikely.
28790 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28791 Likewise.
28792
41f49342
CD
287932013-02-20 Carlos O'Donell <carlos@redhat.com>
28794
28795 * manual/nss.texi (System Databases and Name Service Switch):
28796 Remove frobnicate @pxref.
28797
50022a93
TS
287982013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28799
28800 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28801 __attribute__ ((unused)) to __attribute__ ((__unused__)).
28802
08cbd996
PM
288032013-02-20 Petr Machata <pmachata@redhat.com>
28804
28805 * elf/elf.h (R_ARM_TARGET1): New macro.
28806 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28807 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28808 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28809 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28810 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28811 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28812 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28813 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28814 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28815 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28816 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28817 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28818 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28819 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28820 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28821 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28822 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28823 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28824 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28825 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28826 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28827 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28828 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28829 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28830 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28831 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28832 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28833 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28834 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28835 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28836 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28837 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28838 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28839 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28840 (R_ARM_THM_GOT_BREL12): Likewise.
28841 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28842 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28843 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28844 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28845 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28846 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28847 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28848 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28849 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28850
c7b275d6
TS
288512013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28852
28853 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28854 __attribute_used__ to __attribute__ ((unused)).
28855
20cd7fb3
SP
288562013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
28857
28858 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28859 powerpc mpa.c.
28860 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28861 comment formatting.
28862 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28863
92945b52
JM
288642013-02-19 Joseph Myers <joseph@codesourcery.com>
28865
28866 [BZ #13550]
28867 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28868 Remove macro.
28869 (ENTER): Remove both macro definitions.
28870 (LEAVE): Likewise.
28871 (CHECK_BOUNDS_LOW): Likewise.
28872 (CHECK_BOUNDS_HIGH): Likewise.
28873 (CHECK_BOUNDS_BOTH): Likewise.
28874 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28875 (RETURN_BOUNDED_POINTER): Likewise.
28876 (RETURN_NULL_BOUNDED_POINTER): Likewise.
28877 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28878 (POP_ERRNO_LOCATION_RETURN): Likewise.
28879 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28880 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28881 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28882 macros.
28883 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28884 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28885 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28886 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28887 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28888 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28889 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28890 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28891 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28892 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28893 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28894 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28895 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28896 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28897 removed macros.
28898 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28899 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28900 macros.
28901 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28902 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28903 * sysdeps/i386/i586/memset.S (memset): Likewise.
28904 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28905 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28906 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28907 macros.
28908 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28909 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28910 Change uses of L(2) to L(out).
28911 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28912 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28913 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28914 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28915 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28916 removed macros.
28917 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28918 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28919 macros.
28920 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28921 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28922 (RETURN): Do not use macro LEAVE.
28923 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28924 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28925 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28926 * sysdeps/i386/i686/memset.S (memset): Likewise.
28927 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28928 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28929 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28930 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28931 Likewise.
28932 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28933 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
28934 L(1_2) and L(1_3) into L(1).
28935 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28936 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28937 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28938 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28939 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28940 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28941 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28942 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28943 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28944 macros.
28945 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28946 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28947 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28948 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28949 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28950 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28951 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28952 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28953 * sysdeps/i386/strcspn.S (strcspn): Likewise.
28954 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28955 * sysdeps/i386/strrchr.S (strrchr): Likewise.
28956 * sysdeps/i386/strspn.S (strspn): Likewise.
28957 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28958 conditional code.
28959 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28960 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28961 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28962 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
28963 L(1_3) into L(1_1).
28964 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28965 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28966 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28967 macros.
28968 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28969
2389741a
JJ
289702013-02-19 Jakub Jelinek <jakub@redhat.com>
28971
28972 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28973 macro.
28974
2016b3cd
SP
289752013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28976
e4f22324
SP
28977 * math/atest-exp.c (exp_mpn): Remove ROUND.
28978 * math/atest-exp2.c (exp_mpn): Likewise.
28979 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28980
2016b3cd
SP
28981 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28982 * stdlib/tst-tls-atexit-lib.c: Likewise.
28983 * stdlib/tst-tls-atexit.c: Likewise.
28984
4be9b544
MF
289852013-02-18 Mike Frysinger <vapier@gentoo.org>
28986
28987 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28988 and __attribute_alloc_size__.
28989
2f62b9ee
MF
289902013-02-18 Mike Frysinger <vapier@gentoo.org>
28991
28992 * include/programs/xmalloc.h: Change __attribute_alloc_size to
28993 __attribute_alloc_size__.
28994 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28995 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28996
6ff444c4
MF
289972013-02-18 Mike Frysinger <vapier@gentoo.org>
28998
28999 * include/programs/xmalloc.h: New file.
29000 * catgets/gencat.c: Include it.
29001 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29002 * elf/pldd.c: Likewise.
29003 * iconv/iconv_charmap.c: Likewise.
29004 * iconv/iconvconfig.c: Likewise.
29005 * iconv/strtab.c: Likewise.
29006 * locale/programs/locale.c: Likewise.
29007 * locale/programs/localedef.h: Likewise.
29008 * locale/programs/simple-hash.c: Likewise.
29009 * nscd/nscd.h: Likewise.
29010 * nss/makedb.c: Likewise.
29011 * sysdeps/generic/ldconfig.h: Likewise.
29012
be179c8a
SP
290132013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
29014
ba384f6e
SP
29015 * Versions.def: Add GLIBC_2.18.
29016 * include/link.h (struct link_map): New member l_tls_dtor_count.
29017 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29018 (__call_tls_dtors): Likewise.
29019 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29020 __cxa_thread_atexit_impl.
29021 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29022 Likewise.
29023 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29024 Likewise.
29025 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29026 Likewise.
29027 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29028 Likewise.
29029 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29030 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29031 Likewise.
29032 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29033 Likewise.
29034 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29035 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29036 Likewise.
29037 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29038 (tests): Add test case tst-tls-atexit.
29039 (modules-names): Add shared library for tst-tls-atexit.
85891aca 29040 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
29041 (GLIBC_PRIVATE): Add __call_tls_dtors.
29042 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29043 for libstdc++.
29044 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29045 * stdlib/tst-tls-atexit.c: New test case.
29046 * stdlib/tst-tls-atexit-lib.c: New test case.
29047
ffaa74cf 29048 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 29049
be179c8a
SP
29050 * elf/Versions (ld): Add _dl_find_dso_for_object.
29051 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29052 * elf/dl-open.c (_dl_find_dso_for_object): New function.
29053 (dl_open_worker): Use _dl_find_dso_for_object.
29054 * elf/dl-sym.c (do_sym): Likewise.
29055 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29056
f78b5caa
AK
290572013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29058
29059 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29060 Syntactic changes only.
29061 (_dl_runtime_profile): Do a tail-call to the resolved function.
29062
29691210
JM
290632013-02-17 Joseph Myers <joseph@codesourcery.com>
29064
29065 [BZ #13550]
29066 * sysdeps/x86_64/bp-asm.h: Remove file.
29067 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29068 <bp-sym.h> and <bp-asm.h>.
29069 (__clone): Do not use BP_SYM.
29070 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29071 <bp-sym.h> and <bp-asm.h>.
29072 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29073 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29074 "bp-asm.h".
29075 (_setjmp): Do not use BP_SYM.
29076 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29077 "bp-asm.h".
29078 (setjmp): Do not use BP_SYM.
29079 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29080 libc_hidden_def.
29081 (mempcpy): Do not use BP_SYM in weak_alias.
29082 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29083 "bp-asm.h".
29084 (strchr): Do not use BP_SYM.
29085 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29086 "bp-asm.h".
29087 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29088 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29089 (_start): Do not use BP_SYM.
29090 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29091 "bp-asm.h".
29092 (strcat): Do not use BP_SYM.
29093 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29094 "bp-asm.h".
29095 (STRCMP): Do not use BP_SYM.
29096 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29097 "bp-asm.h".
29098 (STRCPY): Do not use BP_SYM.
29099 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29100 "bp-asm.h".
29101 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29102 "bp-asm.h".
29103 (FUNCTION): Do not use BP_SYM.
29104 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29105 weak_alias.
29106 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29107
f238fd19
AJ
291082013-02-17 Andreas Jaeger <aj@suse.de>
29109
29110 * time/Versions: Sort entries.
29111 * string/Versions: Likewise.
29112 * resolv/Versions: Likewise.
29113 * posix/Versions: Likewise.
29114 * iconv/Versions: Likewise.
29115 * elf/Versions: Likewise.
29116 * wcsmbs/Versions: Likewise.
29117
bd07f23c 291182013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 29119
22af19f9
SP
29120 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29121 loop termination condition.
29122
4709fe76
SP
29123 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29124 variable to calculate EZ.
29125 (__sqr): Likewise.
2d0e0f29
SP
29126
29127 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29128 the lower precision input.
29129
daaa7713
JM
291302013-02-15 Joseph Myers <joseph@codesourcery.com>
29131
29132 [BZ #13550]
29133 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29134 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29135 (run-via-rtld-prefix): Do not handle %-bp tests.
29136 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29137 (all-object-suffixes): Remove .ob.
29138 (bppfx): Remove variable.
29139 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29140 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29141 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29142 [$(build-bounded) = yes] (libtype.ob): Likewise.
29143 * Makerules (elide-routines.ob): Remove variable.
29144 (do-tests-clean): Do not handle *-bp.out.
29145 (common-mostlyclean): Do not handle *-bp and *-bp.out.
29146 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29147 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29148 (tests): Do not include $(tests-bp.out).
29149 (xtests): Do not include $(xtests-bp.out).
29150 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29151 [$(build-bounded) = yes] ($(addprefix
29152 $(objpfx),$(binaries-bounded))): Remove rule.
29153 ($(objpfx)%-bp.out): Remove rule.
29154 * config.make.in (build-bounded): Remove variable.
29155 * crypt/Makefile [$(build-bounded) = yes]
29156 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29157 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29158 append to variable.
29159 [$(build-bounded) = yes] (install-lib): Likewise.
29160 [$(build-bounded) = yes] (generated): Likewise.
29161 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29162 Remove rule.
29163 * intl/Makefile [$(build-bounded) = yes]
29164 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29165 * math/Makefile [$(build-bounded) = yes]
29166 ($(tests:%=$(objpfx)%-bp): Likewise.
29167 * misc/Makefile [$(build-bounded) = yes]
29168 ($(objpfx)tst-tsearch-bp): Likewise.
29169 * nptl/Makeconfig (bounded-thread-library): Remove variable.
29170 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29171 Remove dependency.
29172 * string/Makefile (o-objects.ob): Remove variable.
29173 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29174 (CFLAGS-.ob): Remove variable.
29175 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29176 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29177 both definitions of variable.
29178 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29179 (ASFLAGS-.ob): Remove variable.
29180
e97ed6dd
JM
291812013-02-14 Joseph Myers <joseph@codesourcery.com>
29182
2bdd4ca6
JM
29183 [BZ #13550]
29184 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29185 Remove __BOUNDED_POINTERS__ from condition.
29186 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29187 * string/bits/string2.h [!__NO_STRING_INLINES &&
29188 !__BOUNDED_POINTERS__]: Likewise.
29189 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29190 Likewise.
29191 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29192 Remove conditional code.
29193 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29194 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29195 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29196 condition.
29197
e97ed6dd
JM
29198 [BZ #13550]
29199 * csu/libc-start.c: Do not include <bp-sym.h>.
29200 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29201 * elf/dl-open.c: Do not include <bp-sym.h>.
29202 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29203 * math/fegetenv.c: Do not include <bp-sym.h>.
29204 (fegetenv): Do not use BP_SYM in versioned symbols.
29205 * nptl/sysdeps/pthread/bits/libc-lockP.h
29206 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29207 <bp-sym.h>.
29208 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29209 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29210 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29211 (__pthread_mutex_destroy): Likewise.
29212 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29213 (__pthread_mutex_lock): Likewise.
29214 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29215 (__pthread_mutex_trylock): Likewise.
29216 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29217 (__pthread_mutex_unlock): Likewise.
29218 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29219 (__pthread_mutexattr_init): Likewise.
29220 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29221 (__pthread_mutexattr_destroy): Likewise.
29222 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29223 (__pthread_mutexattr_settype): Likewise.
29224 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29225 (__pthread_rwlock_init): Likewise.
29226 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29227 (__pthread_rwlock_destroy): Likewise.
29228 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29229 (__pthread_rwlock_rdlock): Likewise.
29230 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29231 (__pthread_rwlock_tryrdlock): Likewise.
29232 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29233 (__pthread_rwlock_wrlock): Likewise.
29234 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29235 (__pthread_rwlock_trywrlock): Likewise.
29236 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29237 (__pthread_rwlock_unlock): Likewise.
29238 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29239 (__pthread_key_create): Likewise.
29240 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29241 (__pthread_setspecific): Likewise.
29242 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29243 (__pthread_getspecific): Likewise.
29244 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29245 Likewise.
29246 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29247 (_pthread_cleanup_push_defer): Likewise.
29248 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29249 (_pthread_cleanup_pop_restore): Likewise.
29250 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29251 (pthread_setcancelstate): Likewise.
29252 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29253 <bp-sym.h>.
29254 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29255 (memchr): Do not use BP_SYM in weak_alias.
29256 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29257 (fegetenv): Do not use BP_SYM in versioned symbols.
29258 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29259 (fesetenv): Do not use BP_SYM in versioned symbols.
29260 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29261 (feupdateenv): Do not use BP_SYM in versioned symbols.
29262 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29263 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29264 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29265 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29266 (open64): Do not use BP_SYM in weak_alias.
29267 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29268 (fegetenv): Do not use BP_SYM in versioned symbols.
29269 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29270 (fesetenv): Do not use BP_SYM in versioned symbols.
29271 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29272 (feupdateenv): Do not use BP_SYM in versioned symbols.
29273 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29274 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29275 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29276 (feraiseexcept): Do not use BP_SYM in versioned symbols.
29277 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29278 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29279 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29280 <bp-sym.h>.
29281 (__libc_start_main): Do not use BP_SYM.
29282
d6752ccd
SP
292832013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29284
cb57ce60
SP
29285 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29286 redundant return line.
29287 (norm): Likewise.
29288 (denorm): Likewise.
29289 (dbl_mp): Likewise.
29290 (sub_magnitudes): Likewise.
29291 (__add): Likewise.
29292 (__sub): Likewise.
29293 (__mul): Likewise.
29294 (__inv): Likewise.
29295 (__dvd): Likewise.
29296 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29297 (norm): Likewise.
29298 (denorm): Likewise.
29299 (dbl_mp): Likewise.
29300 (sub_magnitudes): Likewise.
29301 (__add): Likewise.
29302 (__sub): Likewise.
29303 (__mul): Likewise.
29304 (__inv): Likewise.
29305 (__dvd): Likewise.
29306
f414520d
SP
29307 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29308 instead of __mul.
29309 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29310 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29311 (cc32): Likewise.
29312
d6752ccd
SP
29313 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29314 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29315 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29316 of __mul for squares.
29317 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29318 function
29319 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29320 Likewise.
29321 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29322 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29323
70d9946a
JM
293242013-02-13 Joseph Myers <joseph@codesourcery.com>
29325
29326 [BZ #13550]
29327 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29328 code.
29329 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29330 prototype or function definition. Rename ubp_* variables and
29331 parameters. Remove argv definitions conditional on
29332 [__BOUNDED_POINTERS__].
29333 * debug/backtrace.c (__backtrace): Do not use __unbounded.
29334 * elf/dl-runtime.c (_dl_fixup): Likewise.
29335 * include/set-hooks.h (RUN_HOOK): Likewise.
29336 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29337 definition.
29338 * string/strcpy.c (strcpy): Do not use __unbounded.
29339 * sysdeps/generic/frame.h (struct layout): Likewise.
29340 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29341 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29342 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29343 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29344 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29345 (__backtrace): Likewise.
29346 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29347 use __ptrvalue.
29348 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29349 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29350 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29351 Likewise.
29352 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29353 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29354 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29355 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29356 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29357 Do not use __unbounded.
29358 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29359 Rename __unboundedrlimits parameter to rlimits in prototype.
29360 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29361 Do not use __unbounded.
29362 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29363 not use __ptrvalue.
29364 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29365 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29366 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29367 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29368 __ptrvalue or __unbounded.
29369 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29370 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29371 use __unbounded.
29372 (__new_msgctl): Do not use __ptrvalue.
29373 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29374 __unbounded.
29375 (__libc_msgrcv): Do not use __ptrvalue.
29376 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29377 startup_info): Do not use __unbounded.
29378 (__libc_start_main): Likewise. Rename ubp_* variables and
29379 parameters. Remove argv definitions conditional on
29380 [__BOUNDED_POINTERS__].
29381 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29382 __ptrvalue.
29383 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29384 use __unbounded.
29385 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29386 or __ptrvalue.
29387 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29388 use __unbounded.
29389 (__new_shmctl): Do not use __ptrvalue.
29390 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29391 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29392 Likewise.
29393 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29394 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29395 (__libc_sigaction): Likewise.
29396 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29397 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29398 Likewise.
29399 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29400
cc7834d6
OB
294012013-02-13 Ondřej Bílka <neleai@seznam.cz>
29402
ffb1ec7b 29403 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
29404
29405 * string/mempcpy.c: Implement by calling memcpy.
29406
bdf02814
SP
294072013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29408
c2af38aa
SP
29409 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29410
4e92d59e
SP
29411 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29412 evaluation.
29413
909279a5
SP
29414 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29415 values in the mantissa.
29416
bdf02814
SP
29417 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29418 minimize writes to Z.
29419 (sub_magnitudes): Simplify code a bit.
29420
cd525923
RM
294212013-02-12 Roland McGrath <roland@hack.frob.com>
29422
29423 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29424 from the message. The linker prefixes all warnings with that already.
29425
7e2f0d2d
AS
294262013-02-12 Andreas Schwab <schwab@suse.de>
29427
a445af0b
AS
29428 [BZ #15078]
29429 * posix/regexec.c (extend_buffers): Add parameter min_len.
29430 (check_matching): Pass minimum needed length.
29431 (clean_state_log_if_needed): Likewise.
29432 (get_subexp): Likewise.
29433 * posix/Makefile (tests): Add bug-regex34.
29434 (bug-regex34-ENV): Define.
29435 * posix/bug-regex34.c: New file.
29436
7e2f0d2d
AS
29437 [BZ #11561]
29438 * posix/regcomp.c (parse_bracket_exp): When looking up collating
29439 elements compare against the byte sequence of it, not its name.
29440 * posix/Makefile (tests): Add bug-regex35.
29441 (bug-regex35-ENV): Define.
29442 * posix/bug-regex35.c: New file.
29443
a175b684
TV
294442013-02-11 Tom de Vries <tom@codesourcery.com>
29445
29446 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
29447 comment.
29448 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29449 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29450 (CHECK_EOL): Add undef.
29451
310998fe 294522013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
29453
29454 * bits/stdlib-bsearch.h: New file.
29455 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 29456 * stdlib/stdlib.h: Likewise.
41eda41d 29457
8ded91fb
RM
294582013-02-11 Roland McGrath <roland@hack.frob.com>
29459
29460 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29461 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29462 declaration.
29463 * manual/search.texi (Array Search Function): Add missing const in
29464 lfind prototype.
29465 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29466 declaration to use rlim_t.
29467 (Basic Scheduling Functions): Remove erroneous const from
29468 sched_getparam prototype. Remove erroneous * from
29469 sched_get_priority_max and sched_get_priority_min prototypes.
29470 (Resource Usage): Fix summary @comment on vtimes to refer to
29471 sys/vtimes.h rather than vtimes.h.
29472 Add missing *s in vtimes prototype.
29473 (Limits on Resources): Fix ulimit prototype to return long int.
29474 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29475 prototypes to use long int rather than double.
29476 (BSD Random): Fix initstate and setstate to use char *, not void *.
29477 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29478 prototype to make second argument 'struct aiocb64 *const[]'.
29479 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29480 (Status of AIO Operations): Remove erroneous const in aio_return and
29481 aio_return64 prototypes.
29482 (Synchronizing I/O): Fix sync prototype to return void.
29483 * manual/startup.texi (Suboptions): Remove an erroneous const in
29484 getsubopt prototype.
29485 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29486 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29487 use size_t rather than int.
29488 (Scanning All Users): Likewise for getpwent_r.
29489 (Setting Groups): Add missing const to setgroups prototype.
29490 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29491 * manual/socket.texi (Host Names): Fix gethostbyaddr and
29492 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29493 'const void *' rather than 'const char *'.
29494 (Host Address Functions): Likewise for inet_ntop.
29495 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29496 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29497 ssize_t for return value.
29498 (Sending Data): Likewise for send, sendto, sendmsg.
29499 (Socket Option Functions): Add a missing const in setsockopt prototype.
29500 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29501 use wchar_t for the argument.
29502 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29503 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29504 take no arguments.
29505 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29506 double/float/long double for second argument.
29507 Fix return types of significand, significandf, significandl.
29508 * manual/filesys.texi (Setting Permissions): Use mode_t for second
29509 argument in fchmod prototype.
29510 (File Owner): Use uid_t and gid_t in fchown prototype.
29511 (File Times): Add const to utimes, futimes, and lutimes prototypes.
29512 (Making Special Files): Use mode_t and dev_t in mknod prototype.
29513 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29514 use 'const struct dirent **' as argument types to CMP function pointer
29515 argument.
29516 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29517 (File Times): Fix summary magic @comment for struct utimbuf and utime
29518 to refer to utime.h, not time.h.
29519 * manual/string.texi (Argz Functions): Add missing const in
29520 argz_extract and argz_next prototypes.
29521 (Finding Tokens in a String): Likewise for basename.
29522 (String/Array Comparison): Fix typo in wcscasecmp prototype.
29523 (Copying and Concatenation): Fix typo in wmemmove prototype.
29524 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29525 (Signal Stack): Remove erroneous const in sigstack prototype.
29526 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29527 prototype.
29528 (Simple Calendar Time): Likewise for stime.
29529 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29530 prototype.
29531 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29532 say sys/sysctl.h instead.
29533 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29534 and vsyslog prototypes.
29535
fe77fe6d
TV
295362013-02-11 Tom de Vries <tom@codesourcery.com>
29537
29538 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29539 Remove.
29540
3a09b620
RM
295412013-02-11 Roland McGrath <roland@hack.frob.com>
29542
29543 * misc/sys/mman.h: Fix typo in mremap comment.
29544
550a0b89
RM
295452013-02-08 Roland McGrath <roland@hack.frob.com>
29546
29547 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29548 the '\0' terminator.
29549
a2da1673
JM
295502013-02-08 Joseph Myers <joseph@codesourcery.com>
29551
29552 [BZ #13550]
29553 * debug/segfault.c: Don't include <bp-checks.h>.
29554 * sysdeps/generic/bp-checks.h: Remove file.
29555 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29556 (__GETDENTS): Don't use CHECK_N.
29557 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29558 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29559 (__getgroups): Don't use CHECK_N.
29560 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29561 (setgroups): Don't use CHECK_N.
29562 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29563 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29564 (__libc_msgrcv): Don't use CHECK_N.
29565 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29566 (__libc_msgsnd): Don't use CHECK_N.
29567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29568 <bp-checks.h>.
29569 (__libc_pread): Don't use CHECK_N.
29570 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29571 include <bp-checks.h>.
29572 (__libc_pread64): Don't use CHECK_N.
29573 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29574 include <bp-checks.h>.
29575 (__libc_pwrite): Don't use CHECK_N.
29576 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29577 include <bp-checks.h>.
29578 (__libc_pwrite64): Don't use CHECK_N.
29579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29580 <bp-checks.h>.
29581 (__libc_pread): Don't use CHECK_N.
29582 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29583 include <bp-checks.h>.
29584 (__libc_pread64): Don't use CHECK_N.
29585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29586 include <bp-checks.h>.
29587 (__libc_pwrite): Don't use CHECK_N.
29588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29589 include <bp-checks.h>.
29590 (__libc_pwrite64): Don't use CHECK_N.
29591 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29592 (do_pread): Don't use CHECK_N.
29593 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29594 (do_pread64): Don't use CHECK_N.
29595 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29596 (do_pwrite): Don't use CHECK_N.
29597 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29598 (do_pwrite64): Don't use CHECK_N.
29599 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29600 (__libc_readv): Don't use CHECK_N.
29601 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29602 (semop): Don't use CHECK_N.
29603 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29604 <bp-checks.h>.
29605 (semtimedop): Don't use CHECK_N.
29606 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29607 (__libc_pread): Don't use CHECK_N.
29608 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29609 <bp-checks.h>.
29610 (__libc_pread64): Don't use CHECK_N.
29611 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29612 <bp-checks.h>.
29613 (__libc_pwrite): Don't use CHECK_N.
29614 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29615 <bp-checks.h>.
29616 (__libc_pwrite64): Don't use CHECK_N.
29617 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29618 <bp-checks.h>.
29619 (__libc_msgrcv): Don't use CHECK_N.
29620 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29621 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
29622 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29623 (__libc_writev): Don't use CHECK_N.
29624
b84660a8
RM
296252013-02-08 Roland McGrath <roland@hack.frob.com>
29626
7f3e75f8
RM
29627 * string/strcpy.c: Removed unused variable.
29628
b84660a8
RM
29629 * Makeconfig (+sysdep-includes): Define with := rather than =.
29630 Use an existing include/ subdir of each sysdeps dir before it.
29631
471514d3
CD
296322013-02-08 Carlos O'Donell <carlos@redhat.com>
29633
29634 * nscd/connection.c (register_traced_file): Comment function.
29635 [HAVE_INOTIFY] (union __inev): Define.
29636 [HAVE_INOTIFY] (inotify_check_files): New function.
29637 [HAVE_INOTIFY] (clear_db_cache): Likewise.
29638 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29639 clear_db_cache.
29640 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29641
b2d3c3be
CD
296422013-02-08 Carlos O'Donell <carlos@redhat.com>
29643
29644 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29645 loaded if not already and that a failure is permanent.
29646
b39949d2
CD
296472013-02-08 Carlos O'Donell <carlos@redhat.com>
29648
ddacd1db 29649 [BZ #15006]
b39949d2
CD
29650 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29651 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29652
b2c9eff4
JM
296532013-02-08 Joseph Myers <joseph@codesourcery.com>
29654
f3aae3f3
JM
29655 [BZ #13550]
29656 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29657 (CHECK_1_NULL_OK): Likewise.
29658 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29659 (__fxstat): Do not use CHECK_1.
29660 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29661 <bp-checks.h>.
29662 (___fxstat64): Do not use CHECK_1.
29663 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29664 <bp-checks.h>.
29665 (__fxstatat): Do not use CHECK_1.
29666 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29667 <bp-checks.h>.
29668 (__fxstatat64): Do not use CHECK_1.
29669 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29670 <bp-checks.h>.
29671 (__fxstat): Do not use CHECK_1.
29672 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29673 <bp-checks.h>.
29674 (__fxstatat): Do not use CHECK_1.
29675 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29676 <bp-checks.h>.
29677 (__getresgid): Do not use CHECK_1.
29678 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29679 <bp-checks.h>.
29680 (__getresuid): Do not use CHECK_1.
29681 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29682 <bp-checks.h>.
29683 (__lxstat): Do not use CHECK_1.
29684 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29685 <bp-checks.h>.
29686 (__old_msgctl): Do not use CHECK_1.
29687 (__new_msgctl): Likewise.
29688 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29689 <bp-checks.h>.
29690 (__new_setrlimit): Do not use CHECK_1.
29691 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29692 <bp-checks.h>.
29693 (__old_shmctl): Do not use CHECK_1.
29694 (__new_shmctl): Likewise.
29695 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29696 <bp-checks.h>.
29697 (__xstat): Do not use CHECK_1.
29698 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29699 (__lxstat): Do not use CHECK_1.
29700 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29701 <bp-checks.h>.
29702 (___lxstat64): Do not use CHECK_1.
29703 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29704 (__old_msgctl): Do not use CHECK_1.
29705 (__new_msgctl): Likewise.
29706 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29707 <bp-checks.h>.
29708 (__gettimeofday): Do not use CHECK_1.
29709 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29710 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29711 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29712 <bp-checks.h>.
29713 (__gettimeofday): Do not use CHECK_1.
29714 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29715 (__old_shmctl): Do not use CHECK_1_NULL_OK.
29716 (__new_shmctl): Do not use CHECK_1.
29717 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29718 <bp-checks.h>.
29719 (do_sigtimedwait): Do not use CHECK_1.
29720 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29721 <bp-checks.h>.
29722 (do_sigwaitinfo): Do not use CHECK_1.
29723 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29724 <bp-checks.h>.
29725 (msgctl): Do not use CHECK_1.
29726 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29727 <bp-checks.h>.
29728 (shmctl): Do not use CHECK_1.
29729 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29730 (ustat): Do not use CHECK_1.
29731 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29732 <bp-checks.h>.
29733 (__fxstat): Do not use CHECK_1.
29734 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29735 <bp-checks.h>.
29736 (__fxstatat): Do not use CHECK_1.
29737 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29738 <bp-checks.h>.
29739 (__lxstat): Do not use CHECK_1.
29740 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29741 <bp-checks.h>.
29742 (__xstat): Do not use CHECK_1.
29743 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29744 (__xstat): Do not use CHECK_1.
29745 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29746 (___xstat64): Do not use CHECK_1.
29747
b2c9eff4
JM
29748 [BZ #13550]
29749 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29750 definitions.
29751 (CHECK_BOUNDS_HIGH): Likewise.
29752 * string/strcpy.c: Do not include <bp-checks.h>.
29753 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29754
f1d70dad
RM
297552013-02-07 Roland McGrath <roland@hack.frob.com>
29756
29757 * nscd/nscd-client.h (__nscd_drop_map_ref):
29758 Add __attribute__ ((unused)).
29759 * nis/nss-nisplus.h (niserr2nss): Likewise.
29760
29761 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29762 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29763
29764 * csu/libc-tls.c (init_static_tls, init_slotinfo):
29765 Remove inline keyword.
29766 * include/rounding-mode.h (round_away): Likewise.
29767 * libio/wfileops.c (adjust_wide_data): Likewise.
29768 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29769 (__m128i_strloadu_tolower): Likewise.
29770 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29771 (__m128i_strloadu_tolower): Likewise.
29772 * time/mktime.c (ydhms_diff): Likewise.
29773 * locale/elem-hash.h (elem_hash): Likewise.
29774 * locale/setlocale.c (setdata): Likewise.
29775 * posix/regex_internal.h (re_string_char_size_at): Likewise.
29776 (re_string_wchar_at): Likewise.
29777 (bitset_not, bitset_merge, bitset_mask): Likewise.
29778 [!(__GNUC__ > 3)] (inline): Remove macro.
29779 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29780 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29781 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29782 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29783 * string/memcmp.c (memcmp_bytes): Likewise.
29784 * locale/programs/locarchive.c (compute_hashval): Likewise.
29785 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29786 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29787 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29788 * nss/getent.c (print_rpc, print_protocols): Likewise.
29789 (print_passwd, print_group, print_aliases): Likewise.
29790 * nis/nss-nisplus.h (niserr2nss): Likewise.
29791 * nscd/connections.c (restart_p): Likewise.
29792 Change return type to bool.
29793
eab55bfb
RM
297942013-02-05 Roland McGrath <roland@hack.frob.com>
29795
7bd642f5
RM
29796 * Makeconfig (all-Depend-files): Add existing
29797 $(sorted-subdirs:=/Depend) files.
29798 (all-subdirs): Remove nss.
29799 * sysdeps/unix/inet/Subdirs: Add it here instead.
29800 * hesiod/Depend: New file.
29801
573c29b2
RM
29802 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29803 instead of calling alloca.
29804
b2e25af0
RM
29805 * io/lseek.c (__lseek): Rename to __libc_lseek.
29806 Define __lseek as an alias.
29807
eab55bfb
RM
29808 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29809
9a0d1941
CD
298102013-02-04 Carlos O'Donell <carlos@redhat.com>
29811
29812 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29813 else clause and remove check for non-standard endianness.
29814
b83bbec4
DM
298152013-02-04 David S. Miller <davem@davemloft.net>
29816
29817 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29818
6277fdab
JM
298192013-02-04 Joseph Myers <joseph@codesourcery.com>
29820
29821 [BZ #13550]
29822 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29823 (__ubp_memchr): Remove prototype.
29824 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29825 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29826 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29827 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29828 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29829 Remove alias.
29830 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29831 (__ubp_memchr): Likewise.
29832 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29833 (__ubp_memchr): Likewise.
29834 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29835 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29836 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29837 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29838 CHECK_STRING.
29839 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29840 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29841 (__getcwd): Do not use CHECK_STRING.
29842 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29843 <bp-checks.h>.
29844 (__real_chown): Do not use CHECK_STRING.
29845 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29846 <bp-checks.h>.
29847 (fchownat): Do not use CHECK_STRING.
29848 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29849 CHECK_STRING.
29850 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29851 <bp-checks.h>.
29852 (__lchown): Do not use CHECK_STRING.
29853 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29854 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29855 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29856 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29858 include <bp-checks.h>.
29859 (truncate64): Do not use CHECK_STRING.
29860 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29861 <bp-checks.h>.
29862 (__real_chown): Do not use CHECK_STRING.
29863 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29864 <bp-checks.h>.
29865 (__lchown): Do not use CHECK_STRING.
29866 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29867 <bp-checks.h>.
29868 (__chown): Do not use CHECK_STRING.
29869 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29870 <bp-checks.h>.
29871 (truncate64): Do not use CHECK_STRING.
29872 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29873 Likewise.
29874 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29875 (__xmknod): Do not use CHECK_STRING.
29876 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29877 <bp-checks.h>.
29878 (__xmknodat): Do not use CHECK_STRING.
29879 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29880 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29881
903ae060
AS
298822013-02-04 Andreas Schwab <schwab@suse.de>
29883
29884 [BZ #14142]
29885 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29886 * include/netdb.h: Likewise for h_errno.
29887 * elf/tst-stackguard1.c: Include <tls.h>.
29888
542f9466
JK
298892013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29890
29891 * elf/link.h (struct link_map): Extend the l_addr comment.
29892 * include/link.h (struct link_map): Likewise.
29893
e782a927
JM
298942013-02-01 Joseph Myers <joseph@codesourcery.com>
29895
29896 [BZ #13550]
29897 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29898 (BOUNDED_1): Remove macro.
29899 * debug/backtrace.c: Don't include <bp-checks.h>.
29900 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29901 (__backtrace): Likewise.
29902 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29903 <bp-checks.h>.
29904 (__backtrace): Don't use BOUNDED_1.
29905 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29906 <bp-checks.h>.
29907 (__backtrace): Don't use BOUNDED_1.
29908 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29909 (__backtrace): Don't use BOUNDED_1.
29910 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29911 (shmat): Don't use BOUNDED_N.
29912
8cf28c5e
JM
299132013-01-31 Joseph Myers <joseph@codesourcery.com>
29914
3a7ac8a0
JM
29915 [BZ #13550]
29916 * sysdeps/generic/bp-start.h: Remove file.
29917 * csu/libc-start.c: Don't include <bp-start.h>.
29918 (LIBC_START_MAIN): Set up __environ directly instead of using
29919 INIT_ARGV_and_ENVIRON.
29920 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29921 <bp-start.h>.
29922
f3499f95
JM
29923 [BZ #13550]
29924 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29925 definitions.
29926 (CHECK_FCNTL): Likewise.
29927 (CHECK_N_PAGES): Likewise.
29928
32a45bea
JM
29929 [BZ #13550]
29930 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29931 definitions.
29932 (CHECK_SIGSET_NULL_OK): Likewise.
29933 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29934 <bp-checks.h>.
29935 (sigpending): Don't use CHECK_SIGSET.
29936 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29937 <bp-checks.h>.
29938 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29939 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29940 <bp-checks.h>.
29941 (do_sigsuspend): Don't use CHECK_SIGSET.
29942 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29943 use CHECK_SIGSET.
29944 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29945 (do_sigwait): Don't use CHECK_SIGSET.
29946 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29947 use CHECK_SIGSET.
29948 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29949 include <bp-checks.h>.
29950 (sigpending): Don't use CHECK_SIGSET.
29951 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29952 include <bp-checks.h>.
29953 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29954 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29955 <bp-checks.h>.
29956 (sigpending): Don't use CHECK_SIGSET.
29957 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29958 <bp-checks.h>.
29959 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29960
2e8a5c8c
JM
29961 [BZ #13550]
29962 * sysdeps/generic/bp-semctl.h: Remove file.
29963 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29964 <bp-checks.h> and <bp-semctl.h>.
29965 (__old_semctl): Don't use CHECK_SEMCTL.
29966 (__new_semctl): Likewise.
29967 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29968 and <bp-semctl.h>.
29969 (__old_semctl): Don't use CHECK_SEMCTL.
29970 (__new_semctl): Likewise.
29971 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29972 <bp-checks.h> and <bp-semctl.h>.
29973 (__old_semctl): Don't use CHECK_SEMCTL.
29974 (__new_semctl): Likewise.
29975 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29976 <bp-checks.h> and <bp-semctl.h>.
29977 (semctl): Don't use CHECK_SEMCTL.
29978
c2d54929
JM
29979 [BZ #13550]
29980 * Makerules (elide-bp-thunks): Remove variable.
29981 (elide-routines.oS): Don't use $(elide-bp-thunks).
29982 (elide-routines.os): Likewise.
29983 (elide-routines.o): Likewise.
29984 (elide-routines.op): Likewise.
29985 (elide-routines.og): Likewise.
29986 (objects): Don't use $(bp-thunks).
29987 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29988 include.
29989 (common-generated): Do not add s-proto-bp.d.
29990 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29991 (int): Likewise.
29992 (typ): Likewise.
29993 Do not generate makefile rules for bounded-pointer thunks.
29994 * sysdeps/generic/bp-thunks.h: Remove file.
29995 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29996 * sysdeps/unix/s-proto-bp.S: Likewise.
29997
8cf28c5e
JM
29998 [BZ #15062]
29999 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30000 parts of result separately when argument is not close to line from
30001 -i to i and one part of argument is small.
30002 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30003 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30004 * math/libm-test.inc (cacos_test): Add more tests.
30005 (casin_test): Likewise.
30006 (casinh_test): Likewise.
30007 * sysdeps/i386/fpu/libm-test-ulps: Update.
30008 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30009
c4e33b8d
DM
300102013-01-31 David S. Miller <davem@davemloft.net>
30011
30012 * po/de.po: Update from translation team.
30013
3b60b421
MK
300142013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
30015
30016 * time/tzfile.c: Include stdint.h for SIZE_MAX.
30017
bb931195
TS
300182013-01-25 Thomas Schwinge <thomas@codesourcery.com>
30019
b5a5da23
TS
30020 * configure.in (_AC_PROG_CC_C89): New definition.
30021 * configure: Regenerate.
30022
bb931195
TS
30023 * configure.in (AC_PROG_CPP): New definition.
30024 * configure: Regenerate.
30025
8c53a12c
JM
300262013-01-23 Joseph Myers <joseph@codesourcery.com>
30027
30028 * debug/tst-backtrace.h: New file.
30029 * debug/tst-backtrace2.c: Include tst-backtrace.h.
30030 (ret): Remove variable.
30031 (x): Likewise.
30032 (FAIL): Remove macro.
30033 (NO_INLINE): Likewise.
30034 (fn1): Use match function instead of strstr.
30035 * debug/tst-backtrace3.c: Include tst-backtrace.h.
30036 (ret): Remove variable.
30037 (x): Likewise.
30038 (FAIL): Remove macro.
30039 (NO_INLINE): Likewise.
30040 (fn): Use match function instead of strstr.
30041 * debug/tst-backtrace4.c: Include tst-backtrace.h.
30042 (ret): Remove variable.
30043 (x): Likewise.
30044 (FAIL): Remove macro.
30045 (NO_INLINE): Likewise.
30046 (handle_signal): Use match function instead of strstr.
30047 * debug/tst-backtrace5.c: Include tst-backtrace.h.
30048 (ret): Remove variable.
30049 (x): Likewise.
30050 (FAIL): Remove macro.
30051 (NO_INLINE): Likewise.
30052 (handle_signal): Use match function instead of strstr.
30053
4858fa2a
RM
300542013-01-23 Roland McGrath <roland@hack.frob.com>
30055
30056 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30057
bae8e7f5
DM
300582013-01-23 David S. Miller <davem@davemloft.net>
30059
30060 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30061 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30062 argument of CAS if possible.
30063 * sysdeps/sparc/sparc64/bits/atomic.h
30064 (__arch_compare_and_exchange_val_32_acq): Likewise.
30065 (__arch_compare_and_exchange_val_64_acq): Likewise.
30066
9cbbc4ae
PT
300672013-01-23 Pino Toscano <toscano.pino@tiscali.it>
30068
30069 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30070 * sysdeps/posix/ulimit.c: ... this.
92a601b8 30071 Include <limits.h>.
67b3f58c 30072 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 30073
5655a0b5
AC
300742013-01-23 Adam Conrad <adconrad@0c3.net>
30075
30076 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30077 (LDFLAGS-tst-array5): Likewise.
30078
052aff95
JM
300792013-01-23 Joseph Myers <joseph@codesourcery.com>
30080
30081 [BZ #15036]
30082 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30083 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30084 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30085 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30086
7c1e01aa
DM
300872013-01-21 David S. Miller <davem@davemloft.net>
30088
30089 * sysdeps/sparc/backtrace.c: New file.
30090 * sysdeps/sparc/sparc32/backtrace.h: New file.
30091 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30092 * sysdeps/sparc/sparc64/backtrace.h: New file.
30093 * sysdeps/sparc/sparc64/backtrace.c: Delete.
30094 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30095 -funwind-tables.
30096
ab087e0a
AS
300972013-01-21 Andreas Schwab <schwab@suse.de>
30098
30099 [BZ #15020]
30100 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30101 closed its stdout.
30102
ed689c2f
AS
301032013-01-20 Andreas Schwab <schwab@linux-m68k.org>
30104
30105 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30106 "mpa2.h".
30107 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30108
31d470ac
JM
301092013-01-18 Joseph Myers <joseph@codesourcery.com>
30110 Mark Mitchell <mark@codesourcery.com>
30111 Tom de Vries <tom@codesourcery.com>
30112 Paul Pluzhnikov <ppluzhnikov@google.com>
30113
30114 * debug/tst-backtrace2.c: New file.
30115 * debug/tst-backtrace3.c: Likewise.
30116 * debug/tst-backtrace4.c: Likewise.
30117 * debug/tst-backtrace5.c: Likewise.
30118 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30119 (CFLAGS-tst-backtrace3.c): Likewise.
30120 (CFLAGS-tst-backtrace4.c): Likewise.
30121 (CFLAGS-tst-backtrace5.c): Likewise.
30122 (LDFLAGS-tst-backtrace2): Likewise.
30123 (LDFLAGS-tst-backtrace3): Likewise.
30124 (LDFLAGS-tst-backtrace4): Likewise.
30125 (LDFLAGS-tst-backtrace5): Likewise.
30126 (tests): Add new tests tst-backtrace2, tst-backtrace3,
30127 tst-backtrace4 and tst-backtrace5.
30128
90567f30 301292013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
30130 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
30131
30132 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30133 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30134 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30135 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30137 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30138 "+r" and remove output regs list as redundant. Add explicit inline
30139 asm to specify register of return val to work around compiler codegen
30140 bug. Remove (int) cast on return value. Add return type parameter to
30141 use in macro so that this macro does not truncate return value for
30142 64-bit values.
30143 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30144 pass to INTERNAL_VSYSCALL_NCS.
30145 (INLINE_VSYSCALL): Add 'long int' as return type to
30146 INTERNAL_VSYSCALL_NCS macro invocation.
30147 (INTERNAL_VSYSCALL): Add 'long int' as return type to
30148 INTERNAL_VSYSCALL_NCS macro invocation.
30149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30150
d3b9ea61
SP
301512013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30152
0b57daeb
SP
30153 [BZ #14496]
30154 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30155 Fix application of SIMD FP exception mask.
30156
caa99d06
SP
30157 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30158 mp_no from a power of two.
30159 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30160 __mpexp_twomm1. Use __pow_mp.
30161
d3b9ea61
SP
30162 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30163 multiplication.
30164
1dbaee3c
DM
301652013-01-17 David S. Miller <davem@davemloft.net>
30166
30167 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30168
728d7b43
JM
301692013-01-17 Joseph Myers <joseph@codesourcery.com>
30170
30171 [BZ #15023]
30172 * include/complex.h: Condition contents on [!_COMPLEX_H].
30173 (__kernel_casinhf): New prototype.
30174 (__kernel_casinh): Likewise.
30175 (__kernel_casinhl): Likewise.
30176 * math/Makefile (libm_calls): Add k_casinh.
30177 * math/k_casinh.c: New file.
30178 * math/k_casinhf.c: Likewise.
30179 * math/k_casinhl.c: Likewise.
30180 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30181 finite nonzero arguments.
30182 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30183 finite nonzero arguments.
30184 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30185 finite nonzero arguments.
30186 * math/s_casinh.c: Do not include <float.h>.
30187 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30188 * math/s_casinhf.c: Do not include <float.h>.
30189 (__casinhf): Move code for finite nonzero arguments to
30190 k_casinhf.c.
30191 * math/s_casinhl.c: Do not include <float.h>.
30192 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30193 redefine.
30194 (__casinhl): Move code for finite nonzero arguments to
30195 k_casinhl.c.
30196 * math/libm-test.inc (cacos_test): Add more tests.
30197 * sysdeps/i386/fpu/libm-test-ulps: Update.
30198 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30199
2a26ef3a
PT
302002013-01-17 Pino Toscano <toscano.pino@tiscali.it>
30201
30202 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30203 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30204 [!HAVE_MREMAP]: Remove [defined linux] case.
30205 * malloc/arena.c: Do not include <malloc-sysdep.h>.
30206
a897655d
SP
302072013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30208
30209 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30210
881ebe89 302112013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
30212
30213 * elf/elf.h (R_386_SIZE32): New relocation.
30214 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30215 R_386_SIZE32.
30216 (elf_machine_rela): Likewise.
30217 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30218 R_X86_64_SIZE64 and R_X86_64_SIZE32.
30219
59981e9b
JM
302202013-01-17 Joseph Myers <joseph@codesourcery.com>
30221
30222 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30223 (FP_FAST_FMA): Do not define.
30224 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30225 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30226 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30227 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30228 !_SOFT_FLOAT]: Likewise.
30229 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30230 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30231 value.
30232 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30233 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30234 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30235 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30236 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30237 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30238 file.
30239
cfa8054f
AS
302402013-01-16 Andreas Schwab <schwab@suse.de>
30241
30242 [BZ #14327]
30243 * include/stdlib.h (__mktemp): Add declaration.
30244 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30245 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30246
dd930cc5
SP
302472013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30248
881ebe89
SP
30249 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30250 definitions.
30251 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30252 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30253 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30254 definitions here.
30255 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30256 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30257 definitions.
30258 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30259 and ONE.
30260 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30261 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30262 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30263 definitions.
30264 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30265 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30266 definitions.
30267 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 30268
dd930cc5
SP
30269 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30270
c19a9f89
DM
302712013-01-15 David S. Miller <davem@davemloft.net>
30272
1aa61767
DM
30273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30274 trunc{,f} to libm-sysdep_routes.
30275 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30277 file.
30278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30279 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30280 file.
30281 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30282 file.
30283 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30284 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30285 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30286 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30287 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30288 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30289 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30290 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30291
c42d5e98
DM
30292 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30293 nearbyint{,f} to libm-sysdep_routes.
30294 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30295 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30296 New file.
30297 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30298 file.
30299 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30300 New file.
30301 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30302 file.
30303 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30304 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30305 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30306 file.
30307 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30308 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30309 file.
30310 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30311 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30312 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30313
c19a9f89
DM
30314 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30315 libc_feholdexcept and libc_fesetenv.
30316
357679d2
MF
303172013-01-15 Mike Frysinger <vapier@gentoo.org>
30318
30319 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30320
65a82e3d
DM
303212013-01-14 David S. Miller <davem@davemloft.net>
30322
8b954ab9
DM
30323 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30324 (SPARC_ASM_VIS2_IFUNC): Likewise.
30325 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30326 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30327 use of 'siam' instruction.
30328 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30329 Likewise.
30330 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30331 Likewise.
30332 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30333 Likewise.
30334 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30335 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30336 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30337 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30338 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30339 file.
30340 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30341 file.
30342 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30343 file.
30344 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30345 file.
30346 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30347 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30348 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30349 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30350 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30351 new VIS2 routines.
30352 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30353 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30354 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30355 Likewise.
30356 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30357 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30358 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30359 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30360 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30361 routines to libm-sysdep_routines.
30362 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30363
65a82e3d
DM
30364 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30365 fdim/fdimf to libm-sysdep_routines.
30366 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30367 file.
30368 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30369 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30370 file.
30371 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30372 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30373 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30374 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30375 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30376 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30377 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30378
e34ab705
SP
303792013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30380
2a91b573
SP
30381 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30382 to optimize copies.
30383
1066a534
SP
30384 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30385 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30386 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30387
e34ab705
SP
30388 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30389 local variable MPTWO.
30390 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30391 Likewise.
30392
aba5e596
MF
303932013-01-13 Mike Frysinger <vapier@gentoo.org>
30394
30395 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30396 GLOB_NOESCAPE.
30397
e557e9e5
MF
303982013-01-13 Mike Frysinger <vapier@gentoo.org>
30399
30400 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30401
0428cec9
MF
304022013-01-13 Mike Frysinger <vapier@gentoo.org>
30403
30404 * manual/pattern.texi (glob_t): Document gl_flags.
30405 (glob64_t): Likewise.
30406
8794a964
DM
304072013-01-11 David S. Miller <davem@davemloft.net>
30408
66438c3f
RM
30409 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30410 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30411 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
30412 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30413 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30414 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30415 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30416 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30417 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30418 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30419 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30420 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30421 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30422
4ae4244d
DM
30423 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30424 sparc V9 rather than using V8 code.
30425 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30426 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30427
8794a964
DM
30428 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30429 Move to...
30430 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30431 Here.
30432
6270516e
RM
304332013-01-11 Roland McGrath <roland@hack.frob.com>
30434
30435 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30436 not in the main loop.
30437 * configure: Regenerated.
30438
6a57d931
JM
304392013-01-11 Joseph Myers <joseph@codesourcery.com>
30440
30441 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30442 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30443 to just #else.
30444 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
30445 [!__GLIBC_HAVE_LONG_LONG] case.
30446 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30447 condition to just #else.
30448 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30449 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30450 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30451 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30452 unconditional.
30453 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30454 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30455 #elif condition to just #else.
30456 * sysdeps/unix/sysv/linux/sys/sysmacros.h
30457 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30458 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30459 #elif condition to just #else.
30460
0e8529e9
SE
304612013-01-11 Steve Ellcey <sellcey@mips.com>
30462
30463 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30464 (EF_MIPS_ARCH_64): Fix value.
30465 (EF_MIPS_ARCH_32R2): New.
30466 (EF_MIPS_ARCH_64R2): New.
30467
740b3dbe
L
304682013-01-11 H.J. Lu <hongjiu.lu@intel.com>
30469
30470 * Makeconfig (+link-pie-before-libc): New.
30471 (+link-pie-after-libc): Likewise.
30472 (+link-pie-tests): Likewise.
30473 (+link-pie): Rewritten.
30474 (link-before-libc): Remove $(config-LDFLAGS).
30475 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30476 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30477 (config-LDFLAGS): Renamed to ...
30478 (rtld-LDFLAGS): This.
30479 (rtld-tests-LDFLAGS): New macro.
30480 (link-libc-rpath-link): Likewise.
30481 (link-libc-tests-rpath-link): Likewise.
30482 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30483 (link-libc): Prepand $(link-libc-rpath-link).
30484 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30485 (test-program-prefix): New macro.
30486 (test-via-rtld-prefix): Likewise.
30487 (test-program-cmd): Likewise.
30488 (host-test-program-cmd): Likewise.
30489 * Makefile ($(common-objpfx)testrun.sh): Replace
30490 $(run-program-prefix) with $(test-program-prefix).
30491 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30492 $(rtld-LDFLAGS).
30493 ($(common-objpfx)shlib.lds): Likewise.
30494 (build-module-helper): Likewise.
30495 ($(common-objpfx)format.lds): Likewise.
30496 * Rules (binaries-pie-tests): New.
30497 (binaries-pie-notests): Likewise.
30498 (binaries-pie): Rewritten.
30499 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30500 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30501 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30502 (make-test-out): Replace $(host-built-program-cmd) with
30503 $(host-test-program-cmd).
30504 * config.make.in (build-hardcoded-path-in-tests): New variable.
30505 * configure.in (--enable-hardcoded-path-in-tests): New configure
30506 option.
30507 (hardcoded_path_in_tests): New AC_SUBST.
30508 * configure: Regenerated.
30509 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30510 $(built-program-cmd) with $(test-program-cmd).
30511 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30512 (test_program_cmd): This.
30513 * elf/Makefile ($(objpfx)order.out): Run test with
30514 $(test-program-prefix).
30515 ($(objpfx)order2.out): Likewise.
30516 ($(objpfx)tst-initorder.out): Likewise.
30517 ($(objpfx)tst-initorder2.out): Likewise.
30518 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30519 $(test-program-cmd).
30520 ($(objpfx)tst-array1-static.out): Likewise.
30521 ($(objpfx)tst-array2.out): Likewise.
30522 ($(objpfx)tst-array3.out): Likewise.
30523 ($(objpfx)tst-array4.out): Likewise.
30524 ($(objpfx)tst-array5.out): Likewise.
30525 ($(objpfx)tst-array5-static.out): Likewise.
30526 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30527 $(test-program-cmd).
30528 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30529 $(run-program-prefix) with $(test-program-prefix).
30530 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30531 (test_program_prefix): This.
30532 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30533 $(run-program-prefix) with $(test-program-prefix).
30534 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30535 (test_program_prefix): This.
30536 * iconvdata/tst-tables.sh: Likewise.
30537 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30538 $(run-program-prefix) with $(test-program-prefix).
30539 ($(objpfx)tst-translit.out): Likewise.
30540 ($(objpfx)tst-gettext2.out): Likewise.
30541 ($(objpfx)tst-gettext4.out): Likewise.
30542 ($(objpfx)tst-gettext6.out): Likewise.
30543 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30544 (test_program_prefix): This.
30545 * intl/tst-gettext2.sh: Likewise.
30546 * intl/tst-gettext4.sh Likewise.
30547 * intl/tst-gettext6.sh: Likewise.
30548 * intl/tst-translit.sh: Likewise.
30549 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30550 with $(test-program-cmd).
30551 * libio/Makefile ($(objpfx)test-freopen.out): Replace
30552 $(run-program-prefix) with $(test-program-prefix).
30553 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30554 (test_program_prefix): This.
30555 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30556 $(run-program-prefix) with $(test-program-prefix).
30557 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30558 (test_program_prefix): This.
30559 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30560 * posix/Makefile ($(objpfx)globtest.out): Replace
30561 $(run-via-rtld-prefix) and $(test-wrapper) with
30562 $(test-program-prefix) and $(test-via-rtld-prefix).
30563 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30564 $(test-program-prefix).
30565 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30566 $(host-test-program-cmd).
30567 (tst-spawn-ARGS): Likewise.
30568 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30569 $(test-program-prefix).
30570 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30571 (test_via_rtld_prefix): This.
30572 (test_wrapper): Renamed to ...
30573 (test_program_prefix): This.
30574 (run_program_prefix): Replaced by test_program_prefix.
30575 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30576 (test_program_prefix): This.
30577 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30578 with $(host-test-program-cmd).
30579 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30580 $(run-program-prefix) with $(test-program-prefix).
30581 ($(objpfx)tst-printf.out): Likewise.
30582 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30583 $(test-program-cmd).
30584 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30585 (test_program_prefix): This.
30586 * stdio-common/tst-unbputc.sh: Likewise.
30587 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30588 $(run-program-prefix) with $(test-program-prefix).
30589 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30590 (test_program_prefix): This.
30591 * string/Makefile ($(objpfx)tst-svc.out): Replace
30592 $(built-program-cmd) with $(test-program-cmd).
30593
c6fe55cf
AJ
305942013-01-11 Andreas Jaeger <aj@suse.de>
30595
30596 [BZ #15003]
30597 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30598 value. Sync with Linux 3.7.
30599
9e6919c8
DM
306002013-01-10 David S. Miller <davem@davemloft.net>
30601
30602 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30603 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30604 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30605
1c9f1a02
RM
306062013-01-10 Roland McGrath <roland@hack.frob.com>
30607
30608 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30609 never set.
30610 * configure: Regenerated.
30611
b9de2dde
DM
306122013-01-10 David S. Miller <davem@davemloft.net>
30613
30614 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30615 sparc V9 rather than using V8 code.
30616 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30617 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30618
e7f68ef4
RM
306192013-01-10 Roland McGrath <roland@hack.frob.com>
30620
30621 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30622 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30623 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30624 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30625 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30626 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30627 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30628 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30629 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30630 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30631 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30632 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30633 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30634 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30635 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30636 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30637 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30638 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30639 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30640 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30641 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30642 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30643 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30644 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30645 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30646 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30647 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30648
5a47cc9c
DM
306492013-01-10 David S. Miller <davem@davemloft.net>
30650
30651 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30652
4cf8f209
L
306532013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30654
30655 * posix/Makefile (tests-static): New variable.
30656 (tests): Add $(tests-static).
30657 (tst-exec-static-ARGS): New variable.
30658 (tst-spawn-static-ARGS): Likewise.
30659 * posix/tst-exec-static.c: New file.
30660 * posix/tst-spawn-static.c: Likewise.
30661 * posix/tst-exec.c: Support run directly.
30662 * posix/tst-spawn.c: Likewise.
30663
fed0faa1
JM
306642013-01-10 Joseph Myers <joseph@codesourcery.com>
30665
828beb13
JM
30666 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30667 long.
30668 * math/bits/mathcalls.h (llrint): Likewise.
30669 (llround): Likewise.
30670 * stdlib/stdlib.h (struct drand48_data): Likewise.
30671 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30672 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30673 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30674 Likewise.
30675 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30676 Likewise.
30677 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30678 (elf_greg_t): Likewise.
30679 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30680 (__jmp_buf): Likewise.
30681 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30682 definitions.
30683 (llrint): Likewise, for all definitions.
30684 (llrintl): Likewise.
30685
fed0faa1
JM
30686 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30687 Remove [__GNUC__] condition.
30688 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30689 condition to just [__USE_ISOC99].
30690 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30691
1a20cb20
L
306922013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30693
30694 [BZ #14200]
30695 * sysdeps/unix/sysv/linux/x86/bits/environments.h
30696 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30697 defined.
30698 (_POSIX_V6_ILP32_OFF32): Likewise.
30699 (_XBS5_ILP32_OFF32): Likewise.
30700 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30701 (__ILP32_OFFBIG_LDFLAGS): Likewise.
30702
751b85f7
SP
307032013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30704
7490eb81
SP
30705 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30706
751b85f7
SP
30707 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30708 doubles __mpexp_twomm1. Adjust usage.
30709 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30710 Remove.
30711
988197f0
AS
307122013-01-10 Andreas Schwab <schwab@suse.de>
30713
30714 [BZ #14964]
30715 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30716 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30717
e83d7298
DM
307182013-01-09 David S. Miller <davem@davemloft.net>
30719
034ed64b 30720 [BZ #15003]
57f41c40
AS
30721 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30722 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30723 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30724 (TCP_FASTOPEN): Define.
e83d7298
DM
30725 (tcp_repair_opt): New structure.
30726 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30727 enum values.
57f41c40
AS
30728 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30729 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30730 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
30731 (tcp_cookie_transactions): New structure.
30732
d5e0b9bd
AB
307332013-01-09 Anton Blanchard <anton@samba.org>
30734
30735 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30736 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30737 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30738 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30739
0c07e3ea
JM
307402013-01-09 Joseph Myers <joseph@codesourcery.com>
30741
30742 * include/features.h (__USE_ANSI): Remove.
30743
232f7002
RM
307442013-01-09 Roland McGrath <roland@hack.frob.com>
30745
ad98e30c
RM
30746 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30747
232f7002
RM
30748 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30749
950c99ca
SP
307502013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
30751
b5792741
SP
30752 * sysdeps/s390/fpu/libm-test-ulps: Update.
30753
47cf2278
SP
30754 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30755
950c99ca
SP
30756 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30757 (__acr): Likewise.
30758 (__cpy): Likewise.
30759 (norm): Likewise.
30760 (denorm): Likewise.
30761 (__mp_dbl): Likewise.
30762 (__dbl_mp): Likewise.
30763 (add_magnitudes): Likewise.
30764 (sub_magnitudes): Likewise.
30765 (__add): Likewise.
30766 (__sub): Likewise.
30767 (__mul): Likewise.
30768 (__inv): Likewise.
30769 (__dvd): Likewise.
30770 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30771 (__acr): Likewise.
30772 (__cpy): Likewise.
30773 (norm): Likewise.
30774 (denorm): Likewise.
30775 (__mp_dbl): Likewise.
30776 (__dbl_mp): Likewise.
30777 (add_magnitudes): Likewise.
30778 (sub_magnitudes): Likewise.
30779 (__add): Likewise.
30780 (__sub): Likewise.
30781 (__mul): Likewise.
30782 (__inv): Likewise.
30783 (__dvd): Likewise.
30784 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30785 (__acr): Likewise.
30786 (__cpy): Likewise.
30787 (norm): Likewise.
30788 (denorm): Likewise.
30789 (__mp_dbl): Likewise.
30790 (__dbl_mp): Likewise.
30791 (add_magnitudes): Likewise.
30792 (sub_magnitudes): Likewise.
30793 (__add): Likewise.
30794 (__sub): Likewise.
30795 (__mul): Likewise.
30796 (__inv): Likewise.
30797 (__dvd): Likewise.
30798
eede9df9
JM
307992013-01-08 Joseph Myers <joseph@codesourcery.com>
30800
30801 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30802 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30803 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30804 2 && __USE_EXTERN_INLINES]: Likewise.
30805
c40ea3d9
AJ
308062013-01-08 Andreas Jaeger <aj@suse.de>
30807
30808 [BZ# 14985]
30809 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30810 Remove.
30811 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30812 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30813
2ccdea26
AB
308142013-01-07 Anton Blanchard <anton@samba.org>
30815
30816 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30817 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30818 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30819 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30820 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30821 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30822 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30823 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30824 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30825 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30826 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30827 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30828 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30829 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30830 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30831 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30832 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30833 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30834 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30835 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30836 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30837 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30838 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30839 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30840 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30841 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30842 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30843 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30844 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30845 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30846 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30847 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30848 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30849 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30850 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30851 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30852 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30853 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30854 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30855 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30856 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30857 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30858 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30859
a9708fed
JM
308602013-01-07 Joseph Myers <joseph@codesourcery.com>
30861
375607b9
JM
30862 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30863 (__MALLOC_PMT): Likewise.
30864 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30865 [__GNUC__], only on [_LIBC].
30866 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30867 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30868 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30869 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30870 forward declaration.
30871 (realloc_hook_ini): Likewise.
30872 (memalign_hook_ini): Likewise.
30873 (__libc_memalign): Do not use __MALLOC_PMT in variable
30874 declaration.
30875 (__libc_valloc): Likewise.
30876 (__libc_pvalloc): Likewise.
30877 (__libc_calloc): Likewise.
30878 (__posix_memalign): Likewise.
30879
a9708fed
JM
30880 [BZ #14996]
30881 * math/s_casinh.c: Include <float.h>.
30882 (__casinh): Do not do computation with squaring and square root
30883 for large arguments.
30884 * math/s_casinhf.c: Include <float.h>.
30885 (__casinhf): Do not do computation with squaring and square root
30886 for large arguments.
30887 * math/s_casinhl.c: Include <float.h>.
30888 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30889 (__casinhl): Do not do computation with squaring and square root
30890 for large arguments.
30891 * math/libm-test.inc (casin_test): Add more tests.
30892 (casinh_test): Likewise.
30893 * sysdeps/i386/fpu/libm-test-ulps: Update.
30894 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30895
afec409a
L
308962013-01-04 H.J. Lu <hongjiu.lu@intel.com>
30897
30898 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30899 (__x86_64_raw_data_cache_size): Likewise.
30900 (__x86_64_data_cache_size_half): Likewise.
30901 (__x86_64_raw_data_cache_size_half): Likewise.
30902 (__x86_64_shared_cache_size): Likewise.
30903 (__x86_64_raw_shared_cache_size): Likewise.
30904 (__x86_64_shared_cache_size_half): Likewise.
30905 (__x86_64_raw_shared_cache_size_half): Likewise.
30906 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30907 to ...
30908 (__x86_data_cache_size): This.
30909 (__x86_64_raw_data_cache_size): Renamed to ...
30910 (__x86_raw_data_cache_size): This.
30911 (__x86_64_data_cache_size_half): Renamed to ...
30912 (__x86_data_cache_size_half): This.
30913 (__x86_64_raw_data_cache_size_half): Renamed to ...
30914 (__x86_raw_data_cache_size_half): This.
30915 (__x86_64_shared_cache_size): Renamed to ...
30916 (__x86_shared_cache_size): This.
30917 (__x86_64_raw_shared_cache_size): Renamed to ...
30918 (__x86_raw_shared_cache_size): This.
30919 (__x86_64_shared_cache_size_half): Renamed to ...
30920 (__x86_shared_cache_size_half): This.
30921 (__x86_64_raw_shared_cache_size_half): Renamed to ...
30922 (__x86_raw_shared_cache_size_half): This.
30923 * sysdeps/x86_64/memcpy.S: Updated.
30924 * sysdeps/x86_64/memset.S: Likewise.
30925 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30926 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30927 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30928
0b3986d0
DM
309292013-01-04 David S. Miller <davem@davemloft.net>
30930
30931 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30932
e47686e9
AS
309332013-01-04 Andreas Schwab <schwab@linux-m68k.org>
30934
d643bac1
AS
30935 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30936 1 to avoid redefinition warning.
30937 (__USE_GNU): Don't define.
30938 (init_signaling_nan): Protoize.
30939
e47686e9
AS
30940 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30941
b18decba
SP
309422013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30943
fffb407f
SP
30944 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30945 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30946 (__cpymn): Likewise.
30947 (norm): Remove commented code.
30948 (denorm): Likewise.
30949 (__mp_dbl): Likewise.
30950 (__inv): Likewise.
30951 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30952 (__cpymn): Likewise.
30953 (norm): Remove commented code.
30954 (denorm): Likewise.
30955 (__mp_dbl): Likewise.
30956 (__inv): Likewise.
30957
b18decba
SP
30958 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30959 mp_no value for 1.0 and 2.0.
30960 (norm): Use RADIXI instead of radixi.d.
30961 (denorm): Likewise.
30962 (__mul): Use 0.0 instead of zero.d.
30963 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30964 mp_no value for 1.0 and 2.0.
30965 (norm): Use RADIXI instead of radixi.d.
30966 (denorm): Likewise.
30967 (__mul): Use 0.0 instead of zero.d.
30968
cdc1c96f
JM
309692013-01-04 Joseph Myers <joseph@codesourcery.com>
30970
30971 [BZ #14994]
30972 * math/s_casinh.c (__casinh): Reduce finite argument to first
30973 quadrant then set signs of results at the end.
30974 * math/s_casinhf.c (__casinhf): Likewise.
30975 * math/s_casinhl.c (__casinhl): Likewise.
30976 * math/libm-test.inc (casin_test): Add more tests.
30977 (casinh_test): Likewise.
30978 * sysdeps/i386/fpu/libm-test-ulps: Update.
30979 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30980
302913e1
SP
309812013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30982
6420d207
SP
30983 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30984
a9e48ab4
SP
30985 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30986
b7837264
SP
30987 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30988 declarations.
30989 (denorm): Likewise.
30990 (__mp_dbl): Likewise.
30991 (__inv): Likewise.
30992
f8af25d2
SP
30993 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30994 and adjust the header comment.
30995
302913e1
SP
30996 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30997 variable name from declaration.
30998
5d7dd1ca
L
309992013-01-03 H.J. Lu <hongjiu.lu@intel.com>
31000
31001 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31002 Initialize COMMON_CPUID_INDEX_7 element.
31003 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31004 (CPUID_RTM): Likewise.
31005 (HAS_RTM): Likewise.
31006 (COMMON_CPUID_INDEX_7): New enum.
31007
2f5f40f4
AS
310082013-01-03 Andreas Schwab <schwab@linux-m68k.org>
31009
31010 [BZ #14981]
31011 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31012 size is zero, record memory as freed.
31013
4056f4a0
AJ
310142013-01-03 Andreas Jaeger <aj@suse.de>
31015
31016 * po/ia.po: Add new Interlingua translation.
31017
ab15736f 310182012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
31019
31020 * locale/programs/localedef.c: Fix description of '--posix' flag.
31021
568035b7
JM
310222013-01-02 Joseph Myers <joseph@codesourcery.com>
31023
e6898b8d
JM
31024 * NEWS: Update dates in second copyright notice.
31025 * README: Update copyright dates in example.
31026 * manual/libc.texinfo: Update copyright dates.
31027 * scripts/test-installation.pl: Update copyright date in --version
31028 output.
31029
0e2f9562
JM
31030 * hurd/ctty-input.c: Fix copyright notice formatting.
31031 * hurd/ctty-output.c: Likewise.
31032 * hurd/dtable.c: Likewise.
31033 * hurd/hurd-raise.c: Likewise.
31034 * hurd/hurdprio.c: Likewise.
31035 * hurd/msgportdemux.c: Likewise.
31036 * misc/sys/file.h: Likewise.
31037 * misc/sys/ioctl.h: Likewise.
31038 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31039 * sysdeps/mach/hurd/chdir.c: Likewise.
31040 * sysdeps/mach/hurd/fchdir.c: Likewise.
31041 * sysdeps/mach/hurd/rename.c: Likewise.
31042 * sysdeps/mach/hurd/rmdir.c: Likewise.
31043 * sysdeps/mach/hurd/seekdir.c: Likewise.
31044 * sysdeps/mach/hurd/setsid.c: Likewise.
31045 * sysdeps/posix/wait3.c: Likewise.
31046
568035b7
JM
31047 * All files with FSF copyright notices: Update copyright dates
31048 using scripts/update-copyrights.
31049 * intl/plural.c: Regenerated.
31050 * locale/programs/charmap-kw.h: Likewise.
31051 * locale/programs/locfile-kw.h: Likewise.
31052
da08f647
SP
310532013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
31054
0f5477af
SP
31055 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31056 four values.
31057
44e0d4c2
SP
31058 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31059 calculation loop and add branch prediction.
31060
4d55b4e5
SP
31061 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31062 check access beyond bounds of m1np.
31063
da08f647
SP
31064 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31065 MPTWO.
31066 (__inv): Remove local variable MPTWO to use the global
31067 constant.
31068 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31069 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31070 variable MPTWO.
31071 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31072 MP3HALFS static const.
31073
8e051029
DM
310742013-01-01 David S. Miller <davem@davemloft.net>
31075
31076 * po/ca.po: Update from translation team.
31077
f4cf5f2d
JM
310782013-01-01 Joseph Myers <joseph@codesourcery.com>
31079
31080 * scripts/update-copyrights: New file.
31081 * Makeconfig: Reformat copyright notice.
31082 * ctype/ctype.h: Likewise.
31083 * debug/swprintf_chk.c: Likewise.
31084 * elf/dl-cache.c: Likewise.
31085 * elf/dl-debug.c: Likewise.
31086 * elf/dl-object.c: Likewise.
31087 * grp/initgroups.c: Likewise.
31088 * hurd/Makefile: Likewise.
31089 * hurd/hurd/signal.h: Likewise.
31090 * hurd/hurdfault.c: Likewise.
31091 * hurd/hurdioctl.c: Likewise.
31092 * hurd/hurdlookup.c: Likewise.
31093 * hurd/intr-msg.c: Likewise.
31094 * iconv/gconv_open.c: Likewise.
31095 * libio/swprintf.c: Likewise.
31096 * locale/lc-ctype.c: Likewise.
31097 * locale/nl_langinfo.c: Likewise.
31098 * mach/Machrules: Likewise.
31099 * mach/Makefile: Likewise.
31100 * malloc/obstack.h: Likewise.
31101 * manual/Makefile: Likewise.
31102 * manual/tsort.awk: Likewise.
31103 * misc/bits/stab.def: Likewise.
31104 * nis/nis_print_group_entry.c: Likewise.
31105 * nis/nis_table.c: Likewise.
31106 * nis/nss_compat/compat-pwd.c: Likewise.
31107 * nis/nss_compat/compat-spwd.c: Likewise.
31108 * po/Makefile: Likewise.
31109 * posix/fnmatch.c: Likewise.
31110 * posix/regex.h: Likewise.
31111 * resolv/Makefile: Likewise.
31112 * resolv/nss_dns/dns-network.c: Likewise.
31113 * resolv/res_hconf.c: Likewise.
31114 * scripts/gen-sorted.awk: Likewise.
31115 * soft-fp/soft-fp.h: Likewise.
31116 * stdio-common/printf.h: Likewise.
31117 * stdlib/monetary.h: Likewise.
31118 * stdlib/random.c: Likewise.
31119 * stdlib/random_r.c: Likewise.
31120 * sysdeps/generic/Makefile: Likewise.
31121 * sysdeps/gnu/Makefile: Likewise.
31122 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31123 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31124 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31125 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31126 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31127 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31128 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31129 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31130 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31131 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31132 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31133 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31134 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31135 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31136 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31137 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31138 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31139 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31140 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31141 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31142 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31143 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31144 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31145 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31146 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31147 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31148 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31149 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31150 * sysdeps/mach/hurd/errnos.awk: Likewise.
31151 * sysdeps/mach/hurd/fork.c: Likewise.
31152 * sysdeps/mach/hurd/getcwd.c: Likewise.
31153 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31154 * sysdeps/mach/hurd/mmap.c: Likewise.
31155 * sysdeps/mach/hurd/utimes.c: Likewise.
31156 * sysdeps/mach/hurd/xmknod.c: Likewise.
31157 * sysdeps/posix/profil.c: Likewise.
31158 * sysdeps/posix/readdir_r.c: Likewise.
31159 * sysdeps/powerpc/bits/mathdef.h: Likewise.
31160 * sysdeps/powerpc/bits/setjmp.h: Likewise.
31161 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31162 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31163 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31164 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31165 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31166 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31167 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31168 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31169 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31170 * sysdeps/pthread/lio_listio.c: Likewise.
31171 * sysdeps/sparc/dl-procinfo.h: Likewise.
31172 * sysdeps/unix/i386/sysdep.S: Likewise.
31173 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31174 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31175 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31176 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31178 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31179 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31180 * sysdeps/unix/sysv/linux/speed.c: Likewise.
31181 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31182 * sysdeps/wordsize-32/divdi3.c: Likewise.
31183 * time/sys/time.h: Likewise.
31184 * wcsmbs/Makefile: Likewise.
31185
0549fbba
DM
311862013-01-01 David S. Miller <davem@davemloft.net>
31187
a141f1a7
DM
31188 * po/fr.po: Update from translation team.
31189
0549fbba
DM
31190 * catgets/gencat.c: Update copyright year.
31191 * csu/version.c: Likewise.
31192 * debug/catchsegv.sh: Likewise.
31193 * debug/pcprofiledump.c: Likewise.
31194 * debug/xtrace.sh: Likewise.
31195 * elf/ldconfig.c: Likewise.
31196 * elf/ldd.bash.in: Likewise.
31197 * elf/pldd.c: Likewise.
31198 * elf/sotruss.ksh: Likewise.
31199 * elf/sprof.c: Likewise.
31200 * iconv/iconv_prog.c: Likewise.
31201 * iconv/iconvconfig.c: Likewise.
31202 * locale/programs/locale.c: Likewise.
31203 * locale/programs/localedef.c: Likewise.
31204 * login/programs/pt_chown.c: Likewise.
31205 * malloc/memusage.sh: Likewise.
31206 * malloc/memusagestat.c: Likewise.
31207 * malloc/mtrace.pl: Likewise.
31208 * nscd/nscd.c: Likewise.
31209 * nss/getent.c: Likewise.
31210 * nss/makedb.c: Likewise.
31211 * posix/getconf.c: Likewise.
31212
18ea052c
SP
312132012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
31214
31215 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31216 numbers.
31217
9c89fca6
MF
312182012-12-30 Mike Frysinger <vapier@gentoo.org>
31219
31220 * math/bits/mathcalls.h (modf): Use __nonnull.
31221
085ec079
SP
312222012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31223
31224 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31225 (split): Use macro CN instead of the bare value.
31226 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31227 could be used.
31228 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31229 instead of the bare value.
31230 (power1): Likewise.
31231
6d9f97e1
SP
312322012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31233
d63f73be
SP
31234 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31235 __ATAN_TWOM.
31236 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31237
6d9f97e1
SP
31238 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31239 their values.
31240 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31241 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31242 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31243 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31244
4c4febf5
AJ
312452012-12-28 Andreas Jaeger <aj@suse.de>
31246
af5843ef
AJ
31247 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
31248 values are from Linux 3.7.
31249
4c4febf5
AJ
31250 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31251 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
31252
99136f82
SP
312532012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31254
2f216c3c 31255 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
31256 TRUE case.
31257
99136f82
SP
31258 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31259 (norm): Likewise.
31260 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31261 variables with preprocessor constants.
31262 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31263 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31264 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31265
7fffbdff
BH
312662012-12-27 Bruno Haible <bruno@clisp.org>
31267
31268 [BZ #14317]
31269 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31270 only if needed.
31271
b76eb5f0
SP
312722012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31273
31a7fe5c
SP
31274 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31275 and use variable directly.
31276 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31277
b76eb5f0
SP
31278 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31279 MPONE.
31280 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31281 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31282 variable MPONE.
31283 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31284 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31285 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31286 include directive. Remove local variable MPONE.
31287 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31288 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31289 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31290
2c8bfe7d
DM
312912012-12-25 David S. Miller <davem@davemloft.net>
31292
31293 * version.h (RELEASE): Set to "development".
31294 (VERSION): Set to "2.17.90".
31295 * NEWS: Add 2.18 section.
31296
147d03b0
DM
312972012-12-21 David S. Miller <davem@davemloft.net>
31298
31299 * po/hr.po: Update from translation team.
31300
a8ebb2b9
AK
313012012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31302
31303 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31304
95b4f1b6
SE
313052012-12-19 Steve Ellcey <sellcey@mips.com>
31306
b2d94007 31307 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 31308
cedb2a90
MS
313092012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31310
31311 * manual/contrib.texi (Contributors): Spelling correction.
31312
bbf527d6
DM
313132012-12-15 David S. Miller <davem@davemloft.net>
31314
31315 * po/ru.po: Update from translation team.
31316
bc38c906
DM
313172012-12-13 David S. Miller <davem@davemloft.net>
31318
85429b1a
DM
31319 * NEWS: Mention IFUNC testsuite enhancements.
31320
d283e353
DM
31321 * po/pl.po: Update from translation team.
31322 * po/bg.po: Likewise.
31323
bc38c906
DM
31324 * manual/contrib.texi (Contributors): Update entries for Hongjiu
31325 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
31326
a181b0d7
DM
313272012-12-11 David S. Miller <davem@davemloft.net>
31328
4641d57e
DM
31329 * po/sv.po: Update from translation team.
31330
f7bc6495
DM
31331 * po/vi.po: Update from translation team.
31332
6fc9048f
DM
31333 * po/cs.po: Update from translation team.
31334
a181b0d7
DM
31335 * po/de.po: Update from translation team.
31336 * po/eo.po: Likewise.
31337 * po/nl.po: Likewise.
31338
f70bfe80
SP
313392012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
31340
3c8b4190
SP
31341 [BZ #14246]
31342 * manual/argp.texi (Argp Helper Functions): Move node to follow
31343 Argp Parsing State.
31344
f70bfe80
SP
31345 [BZ #14872]
31346 * manual/conf.texi (Limits on File System Capacity): Mention if
31347 terminating null is included in the max size.
31348
188f0adf
AJ
313492012-12-10 Andreas Jaeger <aj@suse.de>
31350
31351 * po/cs.po: Update from translation team.
31352
56e7d3ad
SP
313532012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31354
31355 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31356 void pointer and cast to uintptr_t.
31357 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31358 path.
31359 * sysdeps/s390/s390-64/memcpy.S: Likewise.
31360 * sysdeps/s390/s390-64/memset.S: Likewise.
31361
76f2d2ea 313622012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
31363
31364 [BZ #14833]
31365 * menual/message.texi (Message Translation): Fix typos.
31366 (Helper programs for gettext): Likewise.
31367
67cbf9a2
AS
313682012-12-07 Andreas Schwab <schwab@linux-m68k.org>
31369
31370 [BZ #14898]
31371 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31372 Change to -1.
31373
682d0e9a
DM
313742012-12-07 David S. Miller <davem@davemloft.net>
31375
31376 * po/libc.pot: Update.
31377
573cd484
RH
313782012-12-07 Richard Henderson <rth@redhat.com>
31379
7e9da188 31380 [BZ #10114]
573cd484
RH
31381 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31382 normal/normal case to before the switch.
31383 (_FP_DIV): Likewise.
31384
e933a943
MF
313852012-12-06 Carlos O'Donell <carlos@systemhalted.org>
31386 Mike Frysinger <vapier@gentoo.org>
31387
31388 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31389 check for __NR_fadvise64_64.
31390
82123268
CM
313912012-12-06 Chris Metcalf <cmetcalf@tilera.com>
31392
31393 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31394 0, not just to plain "0" as a statement.
31395 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31396 with cw.
31397
d9814526
JM
313982012-12-06 Joseph Myers <joseph@codesourcery.com>
31399
31400 * NEWS: Use sourceware.org in Bugzilla URL.
31401
7728c574
SP
314022012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
31403
f16946dd
SP
31404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31405 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31406
5704bbcb
SP
31407 * stdio-common/tst-put-error.c (do_test): Add newline to the
31408 padded test to ensure flush.
31409
17aa0516
JL
314102012-12-05 Jeff Law <law@redhat.com>
31411
31412 * sunrpc/etc.rpc (fedfs_admin): Add entry.
31413
363313b5
JM
314142012-12-05 Joseph Myers <joseph@codesourcery.com>
31415
effbd42a
JM
31416 * README: Don't refer to ports add-on as distributed separately.
31417 Mention AArch64 in list of systems supported in the ports add-on.
31418
87600365
JM
31419 * LICENSES: Add more non-FSF copyright and license notices.
31420
a0d7066a
JM
31421 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31422 ((unused)).
31423
66ca5a5b
JM
31424 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31425
363313b5
JM
31426 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31427 10000 as width of padded output.
31428
b37984ad
JM
314292012-12-04 Joseph Myers <joseph@codesourcery.com>
31430
9003570a
JM
31431 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31432
b37984ad
JM
31433 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31434 variable LX with __attribute__ ((unused)).
31435 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31436 Likewise.
31437 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31438 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31439 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31440 with __attribute__ ((unused)).
31441
c8df52ec
DM
314422012-12-04 David S. Miller <davem@abraco.davemloft.net>
31443
31444 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31445
b3b099af
JM
314462012-12-04 Joseph Myers <joseph@codesourcery.com>
31447
c33aa6e3
JM
31448 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31449 (CFLAGS-nldbl-acos.c): New variable.
31450 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31451 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31452 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31453 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31454 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31455 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31456 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31457 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31458 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31459 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31460 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31461 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31462 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31463 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31464 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31465 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31466 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31467 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31468 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31469 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31470 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31471 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31472 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31473 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31474 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31475 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31476 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31477 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31478 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31479 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31480 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31481 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31482 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31483 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31484 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31485 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31486 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31487 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31488 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31489 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31490 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31491 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31492 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31493 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31494 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31495 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31496 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31497 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31498 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31499 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31500 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31501 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31502 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31503 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31504 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31505 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31506 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31507 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31508 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31509 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31510 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31511 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31512 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31513 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31514 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31515 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31516 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31517 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31518 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31519 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31520 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31521 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31522 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31523 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31524 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31525 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31526 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31527 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31528 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31529 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31530 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31531 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31532 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31533 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31534 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31535 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31536 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31537 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31538 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31539 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31540 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31541 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31542 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31543 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31544 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31545 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31546 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31547
20f0018d
JM
31548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31549 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31550
b3b099af
JM
31551 [BZ #14914]
31552 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31553 whole low double instead of just low 47 bits when splitting values
31554 into two parts.
31555
029264d1
AM
315562012-12-03 Allan McRae <allan@archlinux.org>
31557
31558 * manual/stdio.texi (Predefined Printf Handlers): Remove
31559 @hsep and @vsep usage.
31560
c9d6789e
MF
315612012-12-03 Mike Frysinger <vapier@gentoo.org>
31562
31563 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31564 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31565
4b7634a5
JL
315662012-12-03 Jeff Law <law@redhat.com>
31567
31568 * time/sys/time.h (settimeofday): Do not mark TV argument
31569 as __nonnull.
31570
eb6cbd24
MF
315712012-12-01 Mike Frysinger <vapier@gentoo.org>
31572
31573 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31574 when currently writing and seek to current position when not.
31575 * libio/Makefile (tests): Remove bug-fclose1.
31576 * libio/bug-fclose1.c: Delete.
31577
f638872a
JM
315782012-12-01 Joseph Myers <joseph@codesourcery.com>
31579
31580 * manual/arith.texi (feenableexcept): Fix typo.
31581 (fedisableexcept): Likewise.
31582
48085d14
RM
315832012-11-30 Roland McGrath <roland@hack.frob.com>
31584
31585 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31586 second, differently-typed declaration, rather than a cast.
31587
1a538b9f
SP
315882012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
31589
31590 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31591 * include/rpc/svc.h: ... here.
31592
d07f2ff1 315932012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
31594
31595 [BZ #13013]
31596 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31597 depending n and resplen2 to catch cases where answer
31598 equals answerp2.
31599
c93ec1f0
CD
316002012-11-29 Carlos O'Donell <carlos@systemhalted.org>
31601
31602 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31603 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31604
37db69de
MF
316052012-11-29 Mike Frysinger <vapier@gentoo.org>
31606
31607 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31608
e10c4e4f
RM
316092012-11-29 Roland McGrath <roland@hack.frob.com>
31610
31611 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31612
2af1b328
JL
316132012-11-28 Jeff Law <law@redhat.com>
31614
31615 [BZ #13761]
31616 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31617 dataset_temporary. Track alloca usage into alloca_used.
31618 If dataset is large allocate and release it via malloc/free.
31619
111db5b1
FW
316202012-06-04 Florian Weimer <fweimer@redhat.com>
31621
f06cc227 31622 [BZ #14197]
111db5b1
FW
31623 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31624
dd694abd
DM
316252012-11-28 David S. Miller <davem@davemloft.net>
31626
31627 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31628
9984dd01
JM
316292012-11-28 Joseph Myers <joseph@codesourcery.com>
31630
31631 [BZ #14803]
31632 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31633 of pi/2 rounded to nearest to 64 bits.
31634 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31635 nearest to 64 bits.
31636 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31637 bits.
31638
14bc93a9
JL
316392012-11-28 Jeff Law <law@redhat.com>
31640 Martin Osvald <mosvald@redhat.com>
31641
31642 [BZ #14889]
31643 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31644 * sunrpc/svc.c: Include time.h.
31645 (__svc_accept_failed): New function.
31646 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31647 any reason other than EINTR, call __svc_accept_failed.
31648 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31649 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31650
e3c6aa3a
AS
316512012-11-28 Andreas Schwab <schwab@suse.de>
31652
31653 * scripts/abilist.awk: Also handle indirect functions in .opd
31654 section.
31655
1bead169
JM
316562012-11-28 Joseph Myers <joseph@codesourcery.com>
31657
31658 [BZ #13881]
31659 * sysdeps/x86/fpu/powl_helper.c: New file.
31660 * sysdeps/x86/fpu/Makefile: Likewise.
31661 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31662 (p3): New object.
31663 (__ieee754_powl): Use __powl_helper for finite arguments except
31664 integer exponents below 8.
31665 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31666 (p3): New object.
31667 (__ieee754_powl): Use __powl_helper for finite arguments except
31668 integer exponents below 8.
31669 * math/libm-test.inc (pow_test): Add more tests and enable some
31670 previously disabled tests.
31671 * sysdeps/i386/fpu/libm-test-ulps: Update.
31672 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31673
0817d63d
SP
316742012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31675 Carlos O'Donell <carlos_odonell@mentor.com>
31676
31677 * nss/makedb.c (is_prime): Assert that input is odd and greater
31678 than 4. Note that fact in a comment too.
31679 (next_prime): Add 4 to input.
31680
de2fd463
SP
316812012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31682
31683 [BZ #11741]
31684 * libio/Makefile (tests): Add test case tst-fwrite-error.
31685 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31686 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31687 * libio/tst-fwrite-error.c: New test case.
31688
c515fb51
L
316892012-11-26 H.J. Lu <hongjiu.lu@intel.com>
31690
31691 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31692 before casting to void *.
31693 * include/libc-internal.h (__pointer_type): New macro.
31694 (__integer_if_pointer_type_sub): Likewise.
31695 (__integer_if_pointer_type): Likewise.
31696 (cast_to_integer): Likewise.
31697 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31698 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31699 before casting to atomic64_t.
31700 (atomic_exchange_acq): Likewise.
31701 (__arch_exchange_and_add_body): Likewise.
31702 (__arch_add_body): Likewise.
31703 (atomic_add_negative): Likewise.
31704 (atomic_add_zero): Likewise.
31705
4cf77aa9
JM
317062012-11-26 Joseph Myers <joseph@codesourcery.com>
31707
31708 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31709 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31710 (add_fdes): Likewise.
31711 (linear_search_fdes): Likewise.
31712 (binary_search_unencoded_fdes): Likewise.
31713
d260b3b4
AS
317142012-11-26 Andreas Schwab <schwab@linux-m68k.org>
31715
31716 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31717
67060746
AC
317182012-11-24 Adam Conrad <adconrad@0c3.net>
31719
31720 * configure.in: Autodetect C++ header directories.
31721 * configure: Regenerated.
31722
800938a1
MF
317232012-11-23 Mike Frysinger <vapier@gentoo.org>
31724
31725 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31726
4e6e34e6
AS
317272012-11-23 Andreas Schwab <schwab@linux-m68k.org>
31728
31729 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31730
7c7feb47
JM
317312012-11-22 Joseph Myers <joseph@codesourcery.com>
31732
7184dcdf
JM
31733 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31734 LDBL_MANT_DIG == 106]: Disable some tests.
31735 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31736 Likewise.
31737 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31738 Likewise.
31739
0a42601f
JM
31740 [BZ #14871]
31741 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31742 input for small inputs. Return +/- pi/2 for large inputs.
31743 * math/libm-test.inc (atan_test): Add more tests.
31744
79c9b9fe
JM
31745 * sysdeps/generic/unwind-dw2-fde-glibc.c
31746 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31747 __attribute__ ((unused)).
31748
c60d3bf2
JM
31749 [BZ #14645]
31750 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31751 x * y if x and y are nonzero and z is zero.
31752
ef1e0867
JM
31753 [BZ #14811]
31754 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31755 nonzero exponents with absolute value below 0x1p-117 to +/-
31756 0x1p-117.
31757
1468ded3
JM
31758 [BZ #14869]
31759 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31760 up arguments below 2**-450, not just those below 2**-500.
31761 * math/libm-test.inc (hypot_test): Add another test.
31762
8e27e3cc
JM
31763 [BZ #14868]
31764 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31765 Return a+b for ratio over 2**120, not 2**60.
31766 * math/libm-test.inc (hypot_test): Add another test.
31767
c9c0279b
JM
31768 * math/libm-test.inc (clog_test): Use
31769 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31770 (clog10_test): Likewise.
31771
7c7feb47
JM
31772 [BZ #6778]
31773 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31774
fff1530e
AS
317752012-11-22 Andreas Schwab <schwab@suse.de>
31776
31777 * sysdeps/i386/fpu/libm-test-ulps: Update.
31778
94558d30
PT
317792012-11-22 Pino Toscano <toscano.pino@tiscali.it>
31780
31781 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31782 printf output with newline.
31783
7e1be741
L
317842012-11-21 H.J. Lu <hongjiu.lu@intel.com>
31785
6bfea974
L
31786 [BZ #14865]
31787 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31788 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31789 -z nodlopen, -z initfirst and -z execstack support.
31790 * configure: Regenerated.
31791
7e1be741
L
31792 * elf/elf.h (DF_1_NODIRECT): New macro.
31793 (DF_1_IGNMULDEF): Likewise.
31794 (DF_1_NOKSYMS): Likewise.
31795 (DF_1_NOHDR): Likewise.
31796 (DF_1_EDITED): Likewise.
31797 (DF_1_NORELOC): Likewise.
31798 (DF_1_SYMINTPOSE): Likewise.
31799 (DF_1_GLOBAUDIT): Likewise.
31800 (DF_1_SINGLETON): Likewise.
31801 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31802 DT_1_SUPPORTED_MASK bits.
31803 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31804
105ce2ce
CD
318052012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
31806
31807 * sysdeps/unix/make-syscalls.sh: Document prefixes.
31808
123be9de
TS
318092012-11-20 Thomas Schwinge <thomas@codesourcery.com>
31810
d072f3f7
TS
31811 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31812 macro.
31813
123be9de
TS
31814 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31815 (sendmmsg): Move declarations...
31816 * socket/sys/socket.h: ... here.
31817 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31818 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31819 include it from...
31820 * socket/recvmmsg.c: ... this new file.
31821 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31822 (sendmmsg): Rename to __sendmmsg, create weak alias and make
31823 definition of __sendmmsg hidden.
31824 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31825 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31826 Move ENOSYS stub into and include it from...
31827 * socket/sendmmsg.c: ... this new file.
31828 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31829 (sysdep_routines): Move recvmmsg and sendmmsg...
31830 * socket/Makefile (routines): ... here.
31831 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31832 (GLIBC_PRIVATE): Add __sendmmsg.
31833 * include/sys/socket.h (__sendmmsg): Add declarations.
31834 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31835 sendmmsg.
31836
cf9a5d18
JM
318372012-11-20 Joseph Myers <joseph@codesourcery.com>
31838
31839 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31840 variable I1 with __attribute__ ((unused)).
31841 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31842
ecd4caf9
JM
318432012-11-19 Joseph Myers <joseph@codesourcery.com>
31844
be14d48f
JM
31845 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31846 DUMMY variables with __attribute__ ((unused)).
31847
ecd4caf9
JM
31848 * bits/byteswap.h: Include <bits/types.h>.
31849 (__bswap_64): Use __uint64_t instead of unsigned long long int.
31850
986cab95
PT
318512012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31852
31853 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31854 string_t. Do not manually set errno.
31855 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31856 length with __strnlen. Make sure to both set errno and return it on
31857 failure.
31858
6d33cc9d
DM
318592012-11-19 David S. Miller <davem@davemloft.net>
31860
31861 With help from Joseph Myers.
31862 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31863 very large arguments properly.
31864 * math/libm-test.inc (atan_test): New tests.
31865 (atan2_test): New tests.
31866 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31867 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31868
ee663277
JM
318692012-11-19 Joseph Myers <joseph@codesourcery.com>
31870
877f2d8e
JM
31871 [BZ #14856]
31872 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31873 Define to 3.
31874
116fc08a
JM
31875 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31876 [POSIX] (EADDRNOTAVAIL): Likewise.
31877 [POSIX] (EAFNOSUPPORT): Likewise.
31878 [POSIX] (EALREADY): Likewise.
31879 [POSIX] (ECONNABORTED): Likewise.
31880 [POSIX] (ECONNREFUSED): Likewise.
31881 [POSIX] (ECONNRESET): Likewise.
31882 [POSIX] (EDESTADDRREQ): Likewise.
31883 [POSIX] (EDQUOT): Likewise.
31884 [POSIX] (EHOSTUNREACH): Likewise.
31885 [POSIX] (EIDRM): Likewise.
31886 [POSIX] (EISCONN): Likewise.
31887 [POSIX] (ELOOP): Likewise.
31888 [POSIX] (EMULTIHOP): Likewise.
31889 [POSIX] (ENETDOWN): Likewise.
31890 [POSIX] (ENETUNREACH): Likewise.
31891 [POSIX] (ENOBUFS): Likewise.
31892 [POSIX] (ENODATA): Likewise.
31893 [POSIX] (ENOLINK): Likewise.
31894 [POSIX] (ENOMSG): Likewise.
31895 [POSIX] (ENOPROTOOPT): Likewise.
31896 [POSIX] (ENOSR): Likewise.
31897 [POSIX] (ENOSTR): Likewise.
31898 [POSIX] (ENOTCONN): Likewise.
31899 [POSIX] (ENOTSOCK): Likewise.
31900 [POSIX] (EOPNOTSUPP): Likewise.
31901 [POSIX] (EOVERFLOW): Likewise.
31902 [POSIX] (EPROTO): Likewise.
31903 [POSIX] (EPROTONOSUPPORT): Likewise.
31904 [POSIX] (EPROTOTYPE): Likewise.
31905 [POSIX] (ESTALE): Likewise.
31906 [POSIX] (ETIME): Likewise.
31907 [POSIX] (ETXTBSY): Likewise.
31908 [POSIX] (EWOULDBLOCK): Likewise.
31909 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31910 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31911 [POSIX] (SEEK_CUR): Likewise.
31912 [POSIX] (SEEK_END): Likewise.
31913 [POSIX || UNIX98] (mode_t): Do not require.
31914 [POSIX] (off_t): Likewise.
31915 [POSIX] (pid_t): Likewise.
31916 [POSIX] (sys/stat.h): Do not allow header.
31917 [POSIX] (unistd.h): Likewise.
31918 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31919 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31920 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31921 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31922 require.
31923 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31924 sigevent): Specify elements.
31925 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31926 entry.
31927 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31928 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31929
a483863f
JM
31930 * conform/data/cpio.h-data [POSIX]: Disable whole file.
31931 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31932 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31933 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31934 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31935 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31936 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31937 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31938 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31939 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31940 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31941 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31942 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31943 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31944 Likewise.
31945 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31946 Likewise.
31947 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31948 Likewise.
31949 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31950 Likewise.
31951 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31952 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31953 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31954 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31955 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31956 Specify lower bound on value.
31957 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31958 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31959 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31960 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31961 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31962 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31963 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31964 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31965 value.
31966 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31967 as optional.
31968 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31969 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31970 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31971 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31972 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31973 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31974 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31975 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31976 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31977 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31978 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31979 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31980 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31981 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31982 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31983 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31984 entry.
31985 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31986 optional.
31987 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31988 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31989 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31990 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31991 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31992 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31993 Likewise.
31994 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31995 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31996 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31997 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31998 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
31999 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32000 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32001 as optional.
32002 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32003 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32004 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32005 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32006 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32007 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32008 specify as optional.
32009 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32010 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32011 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32012 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32013 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32014 [XPG3] (NL_LANGMAX): Likewise.
32015 [POSIX || XPG3] (NL_MSGMAX): Likewise.
32016 [POSIX || XPG3] (NL_NMAX): Likewise.
32017 [POSIX || XPG3] (NL_SETMAX): Likewise.
32018 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32019 [XPG3] (NZERO): Likewise.
32020 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32021 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32022 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32023 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32024 (REG_ERANGE): Expect.
32025 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32026 optional-constant.
32027 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32028 Use (void) in prototype.
32029 [POSIX] (*_t): Allow.
32030 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32031 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32032 (WRDE_BADVAL): Expect.
32033
5ba924e3
JM
32034 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32035 expect.
32036 [XPG3 || XPG4] (O_RSYNC): Likewise.
32037 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32038 Likewise.
32039 [XPG3 || XPG4] (pthread_sigmask): Likewise.
32040 [XPG3 || XPG4] (sigqueue): Likewise.
32041 [XPG3 || XPG4] (sigtimedwait): Likewise.
32042 [XPG3 || XPG4] (sigwaitinfo): Likewise.
32043 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32044 [XPG3 || XPG4] (vsnprintf): Likewise.
32045 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32046 Likewise.
32047 [XPG3 || XPG4] (blksize_t): Likewise.
32048 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32049 Likewise.
32050 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32051 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32052 [XPG3 || XPG4] (struct itimerspec): Likewise.
32053 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32054 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32055 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32056 [XPG3 || XPG4] (clockid_t): Likewise.
32057 [XPG3 || XPG4] (timer_t): Likewise.
32058 [XPG3 || XPG4] (clock_getres): Likewise.
32059 [XPG3 || XPG4] (clock_gettime): Likewise.
32060 [XPG3 || XPG4] (clock_settime): Likewise.
32061 [XPG3 || XPG4] (nanosleep): Likewise.
32062 [XPG3 || XPG4] (timer_create): Likewise.
32063 [XPG3 || XPG4] (timer_delete): Likewise.
32064 [XPG3 || XPG4] (timer_gettime): Likewise.
32065 [XPG3 || XPG4] (timer_getoverrun): Likewise.
32066 [XPG3 || XPG4] (timer_settime): Likewise.
32067 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32068 [XPG3 || XPG4] (getlogin_r): Likewise.
32069 [XPG3 || XPG4] (pread): Likewise.
32070 [XPG3 || XPG4] (pthread_atfork): Likewise.
32071 [XPG3 || XPG4] (pwrite): Likewise.
32072
ee663277
JM
32073 [BZ #14835]
32074 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32075 <bits/siginfo.h>.
32076
942caa16
PT
320772012-11-19 Pino Toscano <toscano.pino@tiscali.it>
32078
e19af380
PT
32079 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32080 finalizing MALLSTREAM.
32081
942caa16
PT
32082 * sysdeps/mach/hurd/syncfs.c: New file.
32083
cfde9b46
SP
320842012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32085
32086 [BZ #14719]
32087 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32088 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32089 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32090 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32091 (_nss_dns_gethostbyname4_r): Likewise.
32092 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32093 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32094
f6da27e5
PH
320952012-11-19 Peng Haitao <penght@cn.fujitsu.com>
32096
32097 [BZ #13763]
32098 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32099
6665d4a2
SM
321002012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
32101
1f51ee92
SM
32102 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32103 * elf/cache.c (print_entry): Print ",AArch64" for
32104 FLAG_AARCH64_LIB64
32105
6665d4a2
SM
32106 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32107 * elf/cache.c (print_entry): Print ",hard-float" for
32108 FLAG_ARM_LIBHF.
32109
05b227bd
DM
321102012-11-18 David S. Miller <davem@davemloft.net>
32111
32112 With help from Joseph Myers.
32113 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32114 cutoff to 2**-13.
32115 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32116 cutoff to 2**-25.
32117 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32118 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32119 small.
32120 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32121 * math/libm-test.inc (y0_test): New tests.
32122 (y1_test): New tests.
32123 * sysdeps/i386/fpu/libm-test-ulps: Update.
32124 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32125 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32126
786b0b67
AS
321272012-11-18 Andreas Schwab <schwab@linux-m68k.org>
32128
32129 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32130 64-bit targets.
32131 * configure: Regenerated.
32132
8e18b86d
DM
321332012-11-17 David S. Miller <davem@davemloft.net>
32134
32135 [BZ #14811]
32136 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32137 nonzero exponents with absolute value below 0x1p-128 to +/-
32138 0x1p-128.
32139
531f1ae0
JM
321402012-11-17 Joseph Myers <joseph@codesourcery.com>
32141
12df29e2
JM
32142 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32143
150dc1a0
JM
32144 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32145
531f1ae0
JM
32146 * posix/getconf-speclist.c: New file.
32147 * posix/posix-envs.def: Likewise.
32148 * posix/confstr.c (START_ENV_GROUP): New macro.
32149 (END_ENV_GROUP): Likewise.
32150 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32151 (KNOWN_PRESENT_ENV_STRING): Likewise.
32152 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32153 (UNKNOWN_ENVIRONMENT): Likewise.
32154 (confstr): Include posix-envs.def instead of handling
32155 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32156 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32157 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32158 (END_ENV_GROUP): Likewise.
32159 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32160 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32161 (UNKNOWN_ENVIRONMENT): Likewise.
32162 (__sysconf): Include posix-envs.def instead of handling associated
32163 cases directly here.
32164 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32165 preprocessing getconf-speclist.c rather than running getconf or
32166 generating empty file.
32167
a93f9cbc
PT
321682012-11-16 Pino Toscano <toscano.pino@tiscali.it>
32169
32170 * scripts/check-local-headers.sh: Ignore 'mach' headers.
32171
d64d9f87
AL
321722012-11-16 Andrej Lajovic <natrij@gmail.com>
32173
32174 [BZ #14672]
32175 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32176
447885eb
DM
321772012-11-16 David S. Miller <davem@davemloft.net>
32178
32179 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32180 smaller than LDBL_EPSILON/2.0L, just return xm1.
32181
bcbf9830
L
321822012-11-16 H.J. Lu <hongjiu.lu@intel.com>
32183
32184 * elf/tst-array1.c (init): Set constructor priority to 1000.
32185 (fini): Set destructor priority to 1000.
32186 * elf/tst-array2dep.c: Likewise.
32187
2b766585
SP
321882012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32189
32190 [BZ #11741]
32191 * libio/fileops.c (_IO_new_file_write): Correctly return error.
32192 (_IO_new_file_xsputn): Also return EOF if none of the input
32193 data was written when overflow failed.
32194 * libio/iopadn.c (_IO_padn): Likewise.
32195 * libio/iowpadn.c (_IO_wpadn): Likewise.
32196 * stdio-common/tst-put-error.c: Add copyright notice.
32197 (do_test): Add case for printing padded string.
32198 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32199 _IO_padn returned error.
32200 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32201 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32202 return EOF.
32203
b1848fde
SP
322042012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32205
32206 * libio/libioP.h: Add comment note that the references to C++
32207 bits are now obsolete.
32208
2fd89785
MS
322092012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32210
32211 * math/libm-test.inc (check_complex): Use asprintf.
32212
e3ea5409
JM
322132012-11-14 Joseph Myers <joseph@codesourcery.com>
32214
32215 * debug/pcprofiledump.c (print_version): Update copyright year.
32216 * malloc/memusagestat.c (print_version): Likewise.
32217
2e64d265
L
322182012-11-14 H.J. Lu <hongjiu.lu@intel.com>
32219
32220 [BZ #14831]
32221 * elf/Makefile (tests): Add tst-audit8.
32222 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32223 ($(objpfx)tst-audit8.out): New target.
32224 (tst-audit8-ENV): New variable.
32225 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32226 audit if l_reloc_result is NULL.
32227 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32228 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32229 * elf/tst-audit8.c: New file.
32230
c485e4d2
MS
322312012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32232
32233 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32234 * misc/Makefile (CFLAGS-select.c): Define.
32235 * posix/Makefile (CFLAGS-pause.c): Define.
32236
3a0d900a
DM
322372012-11-13 David S. Miller <davem@davemloft.net>
32238
32239 * crypt/Makefile: Move test targets after toplevel Rules
32240 inclusion. Grab any necessary sysdep routines when linking.
32241 * crypt/md5.c (md5_process_block): Remove define, we will always
32242 name it __md5_process_block.
32243 (md5_finish_ctx): Update md5_process_block call.
32244 (md5_stream): Likewise.
32245 (md5_process_bytes): Likewise.
32246 (md5_process_block): Rename to __md5_process_block and move to ...
32247 * crypt/md5-block.c: ... here.
32248 * crypt/sha256.c (sha256_process_block): Move to ...
32249 * crypt/sha256-block.c: ... here.
32250 * crypt/sha512.c (sha512_process_block): Move to ...
32251 * crypt/sha512-block.c: ... here.
32252 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32253 path.
32254 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32255 * sysdeps/sparc/sparc64/multiarch/Makefile
32256 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32257 crypt subdir.
32258 (localedef-aux): Add md5 crypto assembler when in locale subdir.
32259 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32260 multiarch changes.
32261 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32262 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32263 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32264 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32265 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32266 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32267 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32268 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32269 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32270 file.
32271 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32272 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32273 file.
32274 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32275
8ca89318
JM
322762012-11-13 Joseph Myers <joseph@codesourcery.com>
32277
e27d476a
JM
32278 * timezone/tzselect.ksh: Update from tzcode git revision
32279 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32280 * timezone/zdump.c: Likewise.
32281 * timezone/zic.c: Likewise.
32282 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32283 in TZVERSION setting, not $(PKGVERSION).
32284 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
32285 REPORT_BUGS_TO settings.
32286
8ca89318
JM
32287 [BZ #14838]
32288 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32289 macro.
32290
47594329
MS
322912012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32292
32293 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32294 detection to immediately after _FP_ROUND().
32295 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32296 bits are 0.
32297
640ac3f1
DM
322982012-11-11 David S. Miller <davem@davemloft.net>
32299
32300 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32301 inttypes.h
32302 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32303 __close rather than their public counterparts.
32304
3d2577bb
JM
323052012-11-10 Joseph Myers <joseph@codesourcery.com>
32306
32307 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32308 file.
32309 [UNIX98] (sem_timedwait): Do not expect.
32310 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32311 [XPG4 || UNIX98] (sockatmark): Do not expect.
32312 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32313 (clock_getcpuclockid): Do not expect.
32314 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32315 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32316 Do not expect.
32317 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32318 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32319 [UNIX98] (vwscanf): Likewise.
32320 [UNIX98] (vswscanf): Likewise.
32321
fb1ae1ee
JM
323222012-11-09 Joseph Myers <joseph@codesourcery.com>
32323
9ec6f8bd
JM
32324 * timezone/version.h: Remove file.
32325 * timezone/README: Do not refer to version.h.
32326 * timezone/Makefile ($(objpfx)zic.o): New dependency on
32327 $(objpfx)version.h.
32328 ($(objpfx)zdump.o): Likewise.
c3f81911 32329 ($(objpfx)version.h): New target.
9ec6f8bd 32330
0aa8f8a1
JM
32331 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32332 2012i.
32333 * timezone/README: Don't mention modification to tzselect.ksh.
32334 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32335 work on unmodified tzselect.ksh. Substitute version numbers in
32336 tzselect.ksh.
32337
4e87147f
JM
32338 * Makefile (format-me): Remove.
32339 (INSTALL): Adjust indentation. Use commands directly instead of
32340 using $(format-me).
32341
8b748aed
JM
32342 * aclocal.m4 (ACX_PKGVERSION): New macro.
32343 (ACX_BUGURL): Likewise.
32344 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32345 (PKGVERSION): New AC_DEFINE_UNQUOTED.
32346 (REPORT_BUGS_TO): Likewise.
32347 * configure: Regenerated.
32348 * config.h.in (PKGVERSION): New macro.
32349 (REPORT_BUGS_TO): Likewise.
32350 * config.make.in (PKGVERSION): New variable.
32351 (PKGVERSION_TEXI): Likewise.
32352 (REPORT_BUGS_TO): Likewise.
32353 (REPORT_BUGS_TEXI): Likewise.
32354 * Makefile (format-me): Use -I$(common-objpfx)manual.
32355 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32356 ($(common-objpfx)manual/%): New target.
32357 (manual/%): Remove target.
32358 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32359 (print_version): Use PKGVERSION.
32360 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32361 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32362 and REPORT_BUGS_TO.
32363 ($(objpfx)xtrace): Likewise.
32364 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32365 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32366 (print_version): Use PKGVERSION.
32367 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32368 (do_version): Use PKGVERSION.
32369 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32370 REPORT_BUGS_TO.
32371 (common-ldd-rewrite): Likewise.
32372 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32373 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32374 (print_version): Use PKGVERSION.
32375 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32376 * elf/pldd.c (argp_program_bug_address): Remove variable.
32377 (more_help): New function.
32378 (argp): Use more_help.
32379 (print_version): Use PKGVERSION.
32380 * elf/sln.c (main): Use PKGVERSION.
32381 (usage): Use REPORT_BUGS_TO.
32382 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32383 (top level): Use PKGVERSION.
32384 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32385 (print_version): Use PKGVERSION.
32386 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32387 (print_version): Use PKGVERSION.
32388 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32389 (print_version): Use PKGVERSION.
32390 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32391 (print_version): Use PKGVERSION.
32392 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32393 (print_version): Use PKGVERSION.
32394 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32395 (print_version): Use PKGVERSION.
32396 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32397 and BUGURL.
32398 ($(objpfx)memusage): Likewise.
32399 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32400 (do_version): Use PKGVERSION.
32401 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32402 (print_version): Use PKGVERSION.
32403 * malloc/mtrace.pl ($PACKAGE): Remove variable.
32404 ($PKGVERSION): New variable.
32405 ($REPORT_BUGS_TO): Likewise.
32406 (usage): Use $REPORT_BUGS_TO.
32407 (top level): Use $PKGVERSION.
32408 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32409 ($(objpfx)pkgvers.texi): New rule.
32410 ($(objpfx)stamp-pkgvers): Likewise.
32411 * manual/install.texi: Include pkgvers.texi.
32412 (--with-pkgversion): Document new configure option.
32413 (--with-bugurl): Likewise.
32414 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32415 than necessarily for this particular distribution. Use
32416 REPORT_BUGS_TO for where to report bugs.
32417 * INSTALL: Regenerated.
32418 * manual/libc.texinfo: Include pkgvers.texi.
32419 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32420 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32421 (print_version): Use PKGVERSION.
32422 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32423 (print_version): Use PKGVERSION.
32424 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32425 (print_version): Use PKGVERSION.
32426 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32427 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32428 macro.
32429 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32430 (print_version): Use PKGVERSION.
32431 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32432 (print_version): Use PKGVERSION.
32433 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32434 and PKGVERSION.
32435
92e4b6a9
JM
32436 * timezone/checktab.awk: Update from tzcode 2012i.
32437 * timezone/ialloc.c: Likewise.
32438 * timezone/private.h: Likewise.
32439 * timezone/scheck.c: Likewise.
32440 * timezone/tzfile.h: Likewise.
32441 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32442 (TZVERSION): Hardcode tzcode version number.
32443 * timezone/zdump.c: Update from tzcode 2012i.
32444 * timezone/zic.c: Likewise.
32445 * timezone/version.h: New file.
32446 * timezone/README: Describe version.h. Update upstream location.
32447
9bde902c
JM
32448 [BZ #14824]
32449 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32450 (mktemp): Enable declaration.
32451 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32452 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32453 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32454 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32455 Likewise.
32456 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32457 Likewise.
32458 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32459 Likewise.
32460 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32461 Likewise.
32462 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32463 Likewise.
32464 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32465 Likewise.
32466
fb1ae1ee
JM
32467 [BZ #14821]
32468 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32469 offset in buffer as u_int32_t not u_long. Consistently use memcpy
32470 for copies of such integer values.
32471 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32472 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32473
2c1adbcb
AJ
324742012-11-09 Andreas Jaeger <aj@suse.de>
32475
32476 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32477 definitions and declarations that are provided by
32478 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32479
d0f8457e
AK
324802012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32481
3a235abb 32482 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
32483 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32484 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32485 definition.
32486
57241e26
MS
324872012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32488
32489 * elf/elf.h: Update comment before AArch64 relocations.
32490
60e8270d
DM
324912012-11-07 David S. Miller <davem@davemloft.net>
32492
32493 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32494 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32495 (__start_context): Declare.
32496 (__makecontext_ret): Delete.
32497 (__makecontext): Hook up __start_context instead of
32498 __makecontext_ret.
32499 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32500 (sysdep_routines): Add __start_context when in stdlib.
32501
0fbb0fbc
JM
325022012-11-07 Joseph Myers <joseph@codesourcery.com>
32503
32504 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32505 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32506 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
32507 hardcoded "nm".
32508 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
32509 (READELF): New variable. Use it instead of hardcoded "readelf".
32510
eb48db7e
L
325112012-11-07 H.J. Lu <hongjiu.lu@intel.com>
32512
32513 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32514 * sysdeps/x86/Makefile: Here.
32515 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32516 * sysdeps/x86/tst-xmmymm.sh: This.
32517
05bcf62a
JM
325182012-11-07 Joseph Myers <joseph@codesourcery.com>
32519
c4b6cf53
JM
32520 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32521 expectations.
32522 [UNIX98] (pthread_barrier_t): Do not expect.
32523 [UNIX98] (pthread_barrierattr_t): Likewise.
32524 [UNIX98] (pthread_spinlock_t): Likewise.
32525 [UNIX98] (pthread_barrier_destroy): Likewise.
32526 [UNIX98] (pthread_barrier_init): Likewise.
32527 [UNIX98] (pthread_barrier_wait): Likewise.
32528 [UNIX98] (pthread_barrierattr_destroy): Likewise.
32529 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32530 [UNIX98] (pthread_barrierattr_init): Likewise.
32531 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32532 [UNIX98] (pthread_getcpuclockid): Likewise.
32533 [UNIX98] (pthread_mutex_timedlock): Likewise.
32534 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32535 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32536 [UNIX98] (pthread_sigmask): Likewise.
32537 [UNIX98] (pthread_spin_destroy): Likewise.
32538 [UNIX98] (pthread_spin_init): Likewise.
32539 [UNIX98] (pthread_spin_lock): Likewise.
32540 [UNIX98] (pthread_spin_trylock): Likewise.
32541 [UNIX98] (pthread_spin_unlock): Likewise.
32542 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32543 Do not expect.
32544 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32545 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32546 [XPG3 || XPG4] (pthread_cond_t): Likewise.
32547 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32548 [XPG3 || XPG4] (pthread_key_t): Likewise.
32549 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32550 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32551 [XPG3 || XPG4] (pthread_once_t): Likewise.
32552 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32553 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32554 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32555 [XPG3 || XPG4] (pthread_t): Likewise.
32556
cbe6e120
JM
32557 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32558 not expect.
32559 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32560
1b126443
JM
32561 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32562 Change function return type to int.
32563
b961a573
JM
32564 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32565 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32566 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32567 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32568 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32569 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32570 [!POSIX] (posix_madvise): Likewise.
32571 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32572 && !UNIX98].
32573 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32574 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32575 (mode_t): Likewise.
32576 (posix_mem_offset): Likewise.
32577 (posix_typed_mem_get_info): Likewise.
32578 (posix_typed_mem_open): Likewise.
32579
9e188909
JM
32580 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32581 Change condition to [XOPEN2K8].
32582
05bcf62a
JM
32583 * conform/conformtest.pl: Preprocess allow-header data with -x c
32584 instead of from stdin.
32585 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32586 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32587 [C99-based standards] (cerfc): Likewise.
32588 [C99-based standards] (cexp2): Likewise.
32589 [C99-based standards] (cexpm1): Likewise.
32590 [C99-based standards] (clog10): Likewise.
32591 [C99-based standards] (clog1p): Likewise.
32592 [C99-based standards] (clog2): Likewise.
32593 [C99-based standards] (clgamma): Likewise.
32594 [C99-based standards] (ctgamma): Likewise.
32595 [C99-based standards] (cerff): Likewise.
32596 [C99-based standards] (cerfcf): Likewise.
32597 [C99-based standards] (cexp2f): Likewise.
32598 [C99-based standards] (cexpm1f): Likewise.
32599 [C99-based standards] (clog10f): Likewise.
32600 [C99-based standards] (clog1pf): Likewise.
32601 [C99-based standards] (clog2f): Likewise.
32602 [C99-based standards] (clgammaf): Likewise.
32603 [C99-based standards] (ctgammaf): Likewise.
32604 [C99-based standards] (cerfl): Likewise.
32605 [C99-based standards] (cerfcl): Likewise.
32606 [C99-based standards] (cexp2l): Likewise.
32607 [C99-based standards] (cexpm1l): Likewise.
32608 [C99-based standards] (clog10l): Likewise.
32609 [C99-based standards] (clog1pl): Likewise.
32610 [C99-based standards] (clog2l): Likewise.
32611 [C99-based standards] (clgammal): Likewise.
32612 [C99-based standards] (ctgammal): Likewise.
32613 * conform/data/inttypes.h-data [C99-based standards]: Include
32614 stdint.h-data. Remove all expectations for stdint.h contents.
32615 [C99-based standards] (PRI*): Do not allow.
32616 [C99-based standards] (SCN*): Likewise.
32617 [C99-based standards] (*_t): Likewise.
32618 [C99-based-standards] (PRId8): Expect macro.
32619 [C99-based-standards] (PRIi8): Likewise.
32620 [C99-based-standards] (PRIo8): Likewise.
32621 [C99-based-standards] (PRIu8): Likewise.
32622 [C99-based-standards] (PRIx8): Likewise.
32623 [C99-based-standards] (PRIX8): Likewise.
32624 [C99-based-standards] (SCNd8): Likewise.
32625 [C99-based-standards] (SCNi8): Likewise.
32626 [C99-based-standards] (SCNo8): Likewise.
32627 [C99-based-standards] (SCNu8): Likewise.
32628 [C99-based-standards] (SCNx8): Likewise.
32629 [C99-based-standards] (PRIdLEAST8): Likewise.
32630 [C99-based-standards] (PRIiLEAST8): Likewise.
32631 [C99-based-standards] (PRIoLEAST8): Likewise.
32632 [C99-based-standards] (PRIuLEAST8): Likewise.
32633 [C99-based-standards] (PRIxLEAST8): Likewise.
32634 [C99-based-standards] (PRIXLEAST8): Likewise.
32635 [C99-based-standards] (SCNdLEAST8): Likewise.
32636 [C99-based-standards] (SCNiLEAST8): Likewise.
32637 [C99-based-standards] (SCNoLEAST8): Likewise.
32638 [C99-based-standards] (SCNuLEAST8): Likewise.
32639 [C99-based-standards] (SCNxLEAST8): Likewise.
32640 [C99-based-standards] (PRIdFAST8): Likewise.
32641 [C99-based-standards] (PRIiFAST8): Likewise.
32642 [C99-based-standards] (PRIoFAST8): Likewise.
32643 [C99-based-standards] (PRIuFAST8): Likewise.
32644 [C99-based-standards] (PRIxFAST8): Likewise.
32645 [C99-based-standards] (PRIXFAST8): Likewise.
32646 [C99-based-standards] (SCNdFAST8): Likewise.
32647 [C99-based-standards] (SCNiFAST8): Likewise.
32648 [C99-based-standards] (SCNoFAST8): Likewise.
32649 [C99-based-standards] (SCNuFAST8): Likewise.
32650 [C99-based-standards] (SCNxFAST8): Likewise.
32651 [C99-based-standards] (PRId16): Likewise.
32652 [C99-based-standards] (PRIi16): Likewise.
32653 [C99-based-standards] (PRIo16): Likewise.
32654 [C99-based-standards] (PRIu16): Likewise.
32655 [C99-based-standards] (PRIx16): Likewise.
32656 [C99-based-standards] (PRIX16): Likewise.
32657 [C99-based-standards] (SCNd16): Likewise.
32658 [C99-based-standards] (SCNi16): Likewise.
32659 [C99-based-standards] (SCNo16): Likewise.
32660 [C99-based-standards] (SCNu16): Likewise.
32661 [C99-based-standards] (SCNx16): Likewise.
32662 [C99-based-standards] (PRIdLEAST16): Likewise.
32663 [C99-based-standards] (PRIiLEAST16): Likewise.
32664 [C99-based-standards] (PRIoLEAST16): Likewise.
32665 [C99-based-standards] (PRIuLEAST16): Likewise.
32666 [C99-based-standards] (PRIxLEAST16): Likewise.
32667 [C99-based-standards] (PRIXLEAST16): Likewise.
32668 [C99-based-standards] (SCNdLEAST16): Likewise.
32669 [C99-based-standards] (SCNiLEAST16): Likewise.
32670 [C99-based-standards] (SCNoLEAST16): Likewise.
32671 [C99-based-standards] (SCNuLEAST16): Likewise.
32672 [C99-based-standards] (SCNxLEAST16): Likewise.
32673 [C99-based-standards] (PRIdFAST16): Likewise.
32674 [C99-based-standards] (PRIiFAST16): Likewise.
32675 [C99-based-standards] (PRIoFAST16): Likewise.
32676 [C99-based-standards] (PRIuFAST16): Likewise.
32677 [C99-based-standards] (PRIxFAST16): Likewise.
32678 [C99-based-standards] (PRIXFAST16): Likewise.
32679 [C99-based-standards] (SCNdFAST16): Likewise.
32680 [C99-based-standards] (SCNiFAST16): Likewise.
32681 [C99-based-standards] (SCNoFAST16): Likewise.
32682 [C99-based-standards] (SCNuFAST16): Likewise.
32683 [C99-based-standards] (SCNxFAST16): Likewise.
32684 [C99-based-standards] (PRId32): Likewise.
32685 [C99-based-standards] (PRIi32): Likewise.
32686 [C99-based-standards] (PRIo32): Likewise.
32687 [C99-based-standards] (PRIu32): Likewise.
32688 [C99-based-standards] (PRIx32): Likewise.
32689 [C99-based-standards] (PRIX32): Likewise.
32690 [C99-based-standards] (SCNd32): Likewise.
32691 [C99-based-standards] (SCNi32): Likewise.
32692 [C99-based-standards] (SCNo32): Likewise.
32693 [C99-based-standards] (SCNu32): Likewise.
32694 [C99-based-standards] (SCNx32): Likewise.
32695 [C99-based-standards] (PRIdLEAST32): Likewise.
32696 [C99-based-standards] (PRIiLEAST32): Likewise.
32697 [C99-based-standards] (PRIoLEAST32): Likewise.
32698 [C99-based-standards] (PRIuLEAST32): Likewise.
32699 [C99-based-standards] (PRIxLEAST32): Likewise.
32700 [C99-based-standards] (PRIXLEAST32): Likewise.
32701 [C99-based-standards] (SCNdLEAST32): Likewise.
32702 [C99-based-standards] (SCNiLEAST32): Likewise.
32703 [C99-based-standards] (SCNoLEAST32): Likewise.
32704 [C99-based-standards] (SCNuLEAST32): Likewise.
32705 [C99-based-standards] (SCNxLEAST32): Likewise.
32706 [C99-based-standards] (PRIdFAST32): Likewise.
32707 [C99-based-standards] (PRIiFAST32): Likewise.
32708 [C99-based-standards] (PRIoFAST32): Likewise.
32709 [C99-based-standards] (PRIuFAST32): Likewise.
32710 [C99-based-standards] (PRIxFAST32): Likewise.
32711 [C99-based-standards] (PRIXFAST32): Likewise.
32712 [C99-based-standards] (SCNdFAST32): Likewise.
32713 [C99-based-standards] (SCNiFAST32): Likewise.
32714 [C99-based-standards] (SCNoFAST32): Likewise.
32715 [C99-based-standards] (SCNuFAST32): Likewise.
32716 [C99-based-standards] (SCNxFAST32): Likewise.
32717 [C99-based-standards] (PRId64): Likewise.
32718 [C99-based-standards] (PRIi64): Likewise.
32719 [C99-based-standards] (PRIo64): Likewise.
32720 [C99-based-standards] (PRIu64): Likewise.
32721 [C99-based-standards] (PRIx64): Likewise.
32722 [C99-based-standards] (PRIX64): Likewise.
32723 [C99-based-standards] (SCNd64): Likewise.
32724 [C99-based-standards] (SCNi64): Likewise.
32725 [C99-based-standards] (SCNo64): Likewise.
32726 [C99-based-standards] (SCNu64): Likewise.
32727 [C99-based-standards] (SCNx64): Likewise.
32728 [C99-based-standards] (PRIdLEAST64): Likewise.
32729 [C99-based-standards] (PRIiLEAST64): Likewise.
32730 [C99-based-standards] (PRIoLEAST64): Likewise.
32731 [C99-based-standards] (PRIuLEAST64): Likewise.
32732 [C99-based-standards] (PRIxLEAST64): Likewise.
32733 [C99-based-standards] (PRIXLEAST64): Likewise.
32734 [C99-based-standards] (SCNdLEAST64): Likewise.
32735 [C99-based-standards] (SCNiLEAST64): Likewise.
32736 [C99-based-standards] (SCNoLEAST64): Likewise.
32737 [C99-based-standards] (SCNuLEAST64): Likewise.
32738 [C99-based-standards] (SCNxLEAST64): Likewise.
32739 [C99-based-standards] (PRIdFAST64): Likewise.
32740 [C99-based-standards] (PRIiFAST64): Likewise.
32741 [C99-based-standards] (PRIoFAST64): Likewise.
32742 [C99-based-standards] (PRIuFAST64): Likewise.
32743 [C99-based-standards] (PRIxFAST64): Likewise.
32744 [C99-based-standards] (PRIXFAST64): Likewise.
32745 [C99-based-standards] (SCNdFAST64): Likewise.
32746 [C99-based-standards] (SCNiFAST64): Likewise.
32747 [C99-based-standards] (SCNoFAST64): Likewise.
32748 [C99-based-standards] (SCNuFAST64): Likewise.
32749 [C99-based-standards] (SCNxFAST64): Likewise.
32750 [C99-based-standards] (PRIdMAX): Likewise.
32751 [C99-based-standards] (PRIiMAX): Likewise.
32752 [C99-based-standards] (PRIoMAX): Likewise.
32753 [C99-based-standards] (PRIuMAX): Likewise.
32754 [C99-based-standards] (PRIxMAX): Likewise.
32755 [C99-based-standards] (PRIXMAX): Likewise.
32756 [C99-based-standards] (SCNdMAX): Likewise.
32757 [C99-based-standards] (SCNiMAX): Likewise.
32758 [C99-based-standards] (SCNoMAX): Likewise.
32759 [C99-based-standards] (SCNuMAX): Likewise.
32760 [C99-based-standards] (SCNxMAX): Likewise.
32761 [C99-based-standards] (PRIdPTR): Likewise.
32762 [C99-based-standards] (PRIiPTR): Likewise.
32763 [C99-based-standards] (PRIoPTR): Likewise.
32764 [C99-based-standards] (PRIuPTR): Likewise.
32765 [C99-based-standards] (PRIxPTR): Likewise.
32766 [C99-based-standards] (PRIXPTR): Likewise.
32767 [C99-based-standards] (SCNdPTR): Likewise.
32768 [C99-based-standards] (SCNiPTR): Likewise.
32769 [C99-based-standards] (SCNoPTR): Likewise.
32770 [C99-based-standards] (SCNuPTR): Likewise.
32771 [C99-based-standards] (SCNxPTR): Likewise.
32772 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32773 allow.
32774 * conform/data/stdint.h-data: Update comments to clarify
32775 requirements.
32776 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
32777 type.
32778 [C99-based standards] (INT8_MAX): Likewise.
32779 [C99-based standards] (INT16_MIN): Likewise.
32780 [C99-based standards] (INT16_MAX): Likewise.
32781 [C99-based standards] (INT32_MIN): Likewise.
32782 [C99-based standards] (INT32_MAX): Likewise.
32783 [C99-based standards] (INT64_MIN): Likewise.
32784 [C99-based standards] (INT64_MAX): Likewise.
32785 [C99-based standards] (UINT8_MAX): Likewise.
32786 [C99-based standards] (UINT16_MAX): Likewise.
32787 [C99-based standards] (UINT32_MAX): Likewise.
32788 [C99-based standards] (UINT64_MAX): Likewise.
32789 [C99-based standards] (INT_LEAST8_MIN): Likewise.
32790 [C99-based standards] (INT_LEAST8_MAX): Likewise.
32791 [C99-based standards] (INT_LEAST16_MIN): Likewise.
32792 [C99-based standards] (INT_LEAST16_MAX): Likewise.
32793 [C99-based standards] (INT_LEAST32_MIN): Likewise.
32794 [C99-based standards] (INT_LEAST32_MAX): Likewise.
32795 [C99-based standards] (INT_LEAST64_MIN): Likewise.
32796 [C99-based standards] (INT_LEAST64_MAX): Likewise.
32797 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32798 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32799 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32800 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32801 [C99-based standards] (INT_FAST8_MIN): Likewise.
32802 [C99-based standards] (INT_FAST8_MAX): Likewise.
32803 [C99-based standards] (INT_FAST16_MIN): Likewise.
32804 [C99-based standards] (INT_FAST16_MAX): Likewise.
32805 [C99-based standards] (INT_FAST32_MIN): Likewise.
32806 [C99-based standards] (INT_FAST32_MAX): Likewise.
32807 [C99-based standards] (INT_FAST64_MIN): Likewise.
32808 [C99-based standards] (INT_FAST64_MAX): Likewise.
32809 [C99-based standards] (UINT_FAST8_MAX): Likewise.
32810 [C99-based standards] (UINT_FAST16_MAX): Likewise.
32811 [C99-based standards] (UINT_FAST32_MAX): Likewise.
32812 [C99-based standards] (UINT_FAST64_MAX): Likewise.
32813 [C99-based standards] (INTPTR_MIN): Likewise.
32814 [C99-based standards] (INTPTR_MAX): Likewise.
32815 [C99-based standards] (UINTPTR_MAX): Likewise.
32816 [C99-based standards] (INTMAX_MIN): Likewise.
32817 [C99-based standards] (INTMAX_MAX): Likewise.
32818 [C99-based standards] (UINTMAX_MAX): Likewise.
32819 [C99-based standards] (PTRDIFF_MIN): Likewise.
32820 [C99-based standards] (PTRDIFF_MAX): Likewise.
32821 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32822 [C99-based standards] (SIZE_MAX): Likewise.
32823 [C99-based standards] (WCHAR_MAX): Likewise.
32824 [C99-based standards] (WINT_MAX): Likewise.
32825 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
32826 constraint on value.
32827 [C99-based standards] (WCHAR_MIN): Likewise.
32828 [C99-based standards] (WINT_MIN): Likewise.
32829 [C99-based standards] (*_t): Allow.
32830 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32831 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32832 Include math.h-data and complex.h-data. Remove all expectations
32833 of math.h and complex.h contents.
32834 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32835 at end of line.
32836 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32837 (struct tm): Expect tag.
32838 [C99-based-standards] (wcstof): Expect function.
32839 [C99-based-standards] (wcstold): Likewise.
32840 [C99-based-standards] (wcstoll): Likewise.
32841 [C99-based-standards] (wcstoull): Likewise.
32842 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32843 macro-int-constant. Specify type.
32844 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
32845 constraint on value.
32846 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32847 Specify type.
32848 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32849 Specify value.
32850 [ISO C standards]: Do not allow headers.
32851 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32852 wcs[abcdefghijklmnopqrstuvwxyz]*.
32853 [ISO C standards] (*_t): Do not allow.
32854 * conform/data/wctype.h-data [C99-based standards] (iswblank):
32855 Expect function.
32856 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32857 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32858 Specify type.
32859 [ISO C standards]: Do not allow headers.
32860 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32861 is[abcdefghijklmnopqrstuvwxyz]*.
32862 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32863 to[abcdefghijklmnopqrstuvwxyz]*.
32864 [ISO C standards] (*_t): Do not allow.
32865 * conform/data/stdalign.h-data: New file.
32866 * conform/data/stdbool.h-data: Likewise.
32867 * conform/data/stdnoreturn.h-data: Likewise.
32868
7514feb8
RM
328692012-11-07 Roland McGrath <roland@hack.frob.com>
32870
32871 [BZ #14815]
32872 * manual/filesys.texi (Directory Entries): Typo fix.
32873 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32874
19b2ecfc
MS
328752012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32876
32877 * elf/elf.h (EM_AARCH64): New macro.
32878 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32879 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32880 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32881 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32882 (R_AARCH64_TLSDESC): Likewise.
32883 (NT_ARM_TLS): Likewise.
32884 (NT_ARM_HW_BREAK): Likewise.
32885 (NT_ARM_HW_WATCH): Likewise.
32886
60e235ee
JM
328872012-11-07 Joseph Myers <joseph@codesourcery.com>
32888
32889 [BZ #14811]
32890 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32891 (__ieee754_powl): Saturate nonzero exponents with absolute value
32892 below 0x1p-79 to +/- 0x1p-79.
32893 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32894 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32895 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32896 nonzero exponents with absolute value below 0x1p-32 to +/-
32897 0x1p-32.
32898 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32899 (__ieee754_powl): Saturate nonzero exponents with absolute value
32900 below 0x1p-79 to +/- 0x1p-79.
32901 * math/libm-test.inc (pow_test): Add more tests.
32902
0ab234b7
AK
329032012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32904
32905 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32906 _dl_s390_cap_flags with kernel. Increase string length.
32907 (_dl_s390_platforms): Add z196 and zEC12.
32908
45832f74
JM
329092012-11-07 Joseph Myers <joseph@codesourcery.com>
32910
32911 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32912 Change XOPEN21K to XOPEN2K.
32913
19218757
MK
329142012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
32915
32916 * string/memmove.c: Use memcpy when possible.
32917
c5f45721
AJ
329182012-11-06 Andreas Jaeger <aj@suse.de>
32919
32920 * po/eo.po: Update from translation team.
32921
82477c28
JM
329222012-11-06 Joseph Myers <joseph@codesourcery.com>
32923
32924 [BZ #14793]
32925 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32926 exponent and small x and y exponents, scale x or y up. Increase
32927 by 2 the exponent used in scaling up.
32928 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32929 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32930 * math/libm-test.inc (fma_test): Add more tests.
32931 (fma_test_towardzero): Likewise.
32932 (fma_test_downward): Likewise.
32933 (fma_test_upward): Likewise.
32934
99252c8c
JM
329352012-11-05 Joseph Myers <joseph@codesourcery.com>
32936
acfa885f
JM
32937 [BZ #14805]
32938 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32939 fenv_t *.
32940
99252c8c
JM
32941 [BZ #14801]
32942 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32943 namespace for names of struct fields.
32944 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32945 fenv_t fields.
32946 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32947 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32948
d6d98dea
ST
329492012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
32950
32951 [BZ #3665]
32952 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32953
e10bb107
TS
329542012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32955
32956 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32957 PTR_DEMANGLE.
32958
32959 [BZ #5246]
32960 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32961 PTR_DEMANGLE.
32962
a0c2940d
JM
329632012-11-04 Joseph Myers <joseph@codesourcery.com>
32964
32965 [BZ #14797]
32966 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32967 definitely overflow as x * y not x * y + z.
32968 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32969 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32970 * math/libm-test.inc (fma_test): Add more tests.
32971 (fma_test_towardzero): Likewise.
32972 (fma_test_downward): Likewise.
32973 (fma_test_upward): Likewise.
32974
b830319d
TS
329752012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32976
32977 [BZ #157]
32978
32979 * include/stub-tag.h: Remove file.
32980 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32981 '#include' of it.
32982 * manual/maint.texi (Porting): Don't reference it.
32983 * Makerules ($(objpfx)stubs): Likewise.
32984 * dirent/closedir.c: Don't include <stub-tag.h>.
32985 * dirent/dirfd.c: Likewise.
32986 * dirent/fdopendir.c: Likewise.
32987 * dirent/getdents.c: Likewise.
32988 * dirent/getdents64.c: Likewise.
32989 * dirent/opendir.c: Likewise.
32990 * dirent/readdir.c: Likewise.
32991 * dirent/readdir64.c: Likewise.
32992 * dirent/readdir64_r.c: Likewise.
32993 * dirent/readdir_r.c: Likewise.
32994 * dirent/rewinddir.c: Likewise.
32995 * dirent/seekdir.c: Likewise.
32996 * dirent/telldir.c: Likewise.
32997 * gmon/profil.c: Likewise.
32998 * grp/setgroups.c: Likewise.
32999 * inet/if_index.c: Likewise.
33000 * io/access.c: Likewise.
33001 * io/chdir.c: Likewise.
33002 * io/chmod.c: Likewise.
33003 * io/chown.c: Likewise.
33004 * io/close.c: Likewise.
33005 * io/dup.c: Likewise.
33006 * io/dup2.c: Likewise.
33007 * io/dup3.c: Likewise.
33008 * io/euidaccess.c: Likewise.
33009 * io/faccessat.c: Likewise.
33010 * io/fchdir.c: Likewise.
33011 * io/fchmod.c: Likewise.
33012 * io/fchmodat.c: Likewise.
33013 * io/fchown.c: Likewise.
33014 * io/fchownat.c: Likewise.
33015 * io/fcntl.c: Likewise.
33016 * io/flock.c: Likewise.
33017 * io/fstatfs.c: Likewise.
33018 * io/fstatfs64.c: Likewise.
33019 * io/fstatvfs.c: Likewise.
33020 * io/fstatvfs64.c: Likewise.
33021 * io/futimens.c: Likewise.
33022 * io/fxstat.c: Likewise.
33023 * io/fxstat64.c: Likewise.
33024 * io/fxstatat.c: Likewise.
33025 * io/fxstatat64.c: Likewise.
33026 * io/getcwd.c: Likewise.
33027 * io/isatty.c: Likewise.
33028 * io/lchmod.c: Likewise.
33029 * io/lchown.c: Likewise.
33030 * io/link.c: Likewise.
33031 * io/linkat.c: Likewise.
33032 * io/lseek.c: Likewise.
33033 * io/lseek64.c: Likewise.
33034 * io/lxstat64.c: Likewise.
33035 * io/mkdir.c: Likewise.
33036 * io/mkdirat.c: Likewise.
33037 * io/mkfifo.c: Likewise.
33038 * io/mkfifoat.c: Likewise.
33039 * io/open.c: Likewise.
33040 * io/open64.c: Likewise.
33041 * io/openat.c: Likewise.
33042 * io/openat64.c: Likewise.
33043 * io/pipe.c: Likewise.
33044 * io/pipe2.c: Likewise.
33045 * io/poll.c: Likewise.
33046 * io/posix_fadvise.c: Likewise.
33047 * io/posix_fadvise64.c: Likewise.
33048 * io/posix_fallocate.c: Likewise.
33049 * io/posix_fallocate64.c: Likewise.
33050 * io/read.c: Likewise.
33051 * io/readlink.c: Likewise.
33052 * io/readlinkat.c: Likewise.
33053 * io/rmdir.c: Likewise.
33054 * io/sendfile.c: Likewise.
33055 * io/sendfile64.c: Likewise.
33056 * io/statfs.c: Likewise.
33057 * io/statfs64.c: Likewise.
33058 * io/statvfs.c: Likewise.
33059 * io/statvfs64.c: Likewise.
33060 * io/symlink.c: Likewise.
33061 * io/symlinkat.c: Likewise.
33062 * io/ttyname.c: Likewise.
33063 * io/ttyname_r.c: Likewise.
33064 * io/umask.c: Likewise.
33065 * io/unlink.c: Likewise.
33066 * io/unlinkat.c: Likewise.
33067 * io/utime.c: Likewise.
33068 * io/utimensat.c: Likewise.
33069 * io/write.c: Likewise.
33070 * io/xmknod.c: Likewise.
33071 * io/xmknodat.c: Likewise.
33072 * io/xstat.c: Likewise.
33073 * io/xstat64.c: Likewise.
33074 * login/getpt.c: Likewise.
33075 * login/grantpt.c: Likewise.
33076 * login/unlockpt.c: Likewise.
33077 * math/e_acoshl.c: Likewise.
33078 * math/e_acosl.c: Likewise.
33079 * math/e_asinl.c: Likewise.
33080 * math/e_atan2l.c: Likewise.
33081 * math/e_atanhl.c: Likewise.
33082 * math/e_coshl.c: Likewise.
33083 * math/e_expl.c: Likewise.
33084 * math/e_fmodl.c: Likewise.
33085 * math/e_gammal_r.c: Likewise.
33086 * math/e_hypotl.c: Likewise.
33087 * math/e_j0l.c: Likewise.
33088 * math/e_j1l.c: Likewise.
33089 * math/e_jnl.c: Likewise.
33090 * math/e_lgammal_r.c: Likewise.
33091 * math/e_log10l.c: Likewise.
33092 * math/e_log2l.c: Likewise.
33093 * math/e_logl.c: Likewise.
33094 * math/e_powl.c: Likewise.
33095 * math/e_rem_pio2l.c: Likewise.
33096 * math/e_sinhl.c: Likewise.
33097 * math/e_sqrtl.c: Likewise.
33098 * math/fclrexcpt.c: Likewise.
33099 * math/fedisblxcpt.c: Likewise.
33100 * math/feenablxcpt.c: Likewise.
33101 * math/fegetenv.c: Likewise.
33102 * math/fegetexcept.c: Likewise.
33103 * math/fegetround.c: Likewise.
33104 * math/feholdexcpt.c: Likewise.
33105 * math/fesetenv.c: Likewise.
33106 * math/fesetround.c: Likewise.
33107 * math/feupdateenv.c: Likewise.
33108 * math/fgetexcptflg.c: Likewise.
33109 * math/fraiseexcpt.c: Likewise.
33110 * math/fsetexcptflg.c: Likewise.
33111 * math/ftestexcept.c: Likewise.
33112 * math/k_cosl.c: Likewise.
33113 * math/k_rem_pio2l.c: Likewise.
33114 * math/k_sinl.c: Likewise.
33115 * math/k_tanl.c: Likewise.
33116 * math/s_asinhl.c: Likewise.
33117 * math/s_atanl.c: Likewise.
33118 * math/s_cbrtl.c: Likewise.
33119 * math/s_erfl.c: Likewise.
33120 * math/s_expm1l.c: Likewise.
33121 * math/s_log1pl.c: Likewise.
33122 * math/s_tanhl.c: Likewise.
33123 * misc/acct.c: Likewise.
33124 * misc/brk.c: Likewise.
33125 * misc/chflags.c: Likewise.
33126 * misc/chroot.c: Likewise.
33127 * misc/fchflags.c: Likewise.
33128 * misc/fgetxattr.c: Likewise.
33129 * misc/flistxattr.c: Likewise.
33130 * misc/fremovexattr.c: Likewise.
33131 * misc/fsetxattr.c: Likewise.
33132 * misc/fsync.c: Likewise.
33133 * misc/ftruncate.c: Likewise.
33134 * misc/futimes.c: Likewise.
33135 * misc/futimesat.c: Likewise.
33136 * misc/getdomain.c: Likewise.
33137 * misc/getdtsz.c: Likewise.
33138 * misc/gethostid.c: Likewise.
33139 * misc/gethostname.c: Likewise.
33140 * misc/getloadavg.c: Likewise.
33141 * misc/getpagesize.c: Likewise.
33142 * misc/getsysstats.c: Likewise.
33143 * misc/getxattr.c: Likewise.
33144 * misc/gtty.c: Likewise.
33145 * misc/ioctl.c: Likewise.
33146 * misc/lgetxattr.c: Likewise.
33147 * misc/listxattr.c: Likewise.
33148 * misc/llistxattr.c: Likewise.
33149 * misc/lremovexattr.c: Likewise.
33150 * misc/lsetxattr.c: Likewise.
33151 * misc/lutimes.c: Likewise.
33152 * misc/madvise.c: Likewise.
33153 * misc/mincore.c: Likewise.
33154 * misc/mlock.c: Likewise.
33155 * misc/mlockall.c: Likewise.
33156 * misc/mmap.c: Likewise.
33157 * misc/mprotect.c: Likewise.
33158 * misc/msync.c: Likewise.
33159 * misc/munlock.c: Likewise.
33160 * misc/munlockall.c: Likewise.
33161 * misc/munmap.c: Likewise.
33162 * misc/preadv.c: Likewise.
33163 * misc/preadv64.c: Likewise.
33164 * misc/ptrace.c: Likewise.
33165 * misc/pwritev.c: Likewise.
33166 * misc/pwritev64.c: Likewise.
33167 * misc/readv.c: Likewise.
33168 * misc/reboot.c: Likewise.
33169 * misc/remap_file_pages.c: Likewise.
33170 * misc/removexattr.c: Likewise.
33171 * misc/revoke.c: Likewise.
33172 * misc/select.c: Likewise.
33173 * misc/setdomain.c: Likewise.
33174 * misc/setegid.c: Likewise.
33175 * misc/seteuid.c: Likewise.
33176 * misc/sethostid.c: Likewise.
33177 * misc/sethostname.c: Likewise.
33178 * misc/setregid.c: Likewise.
33179 * misc/setreuid.c: Likewise.
33180 * misc/setxattr.c: Likewise.
33181 * misc/sstk.c: Likewise.
33182 * misc/stty.c: Likewise.
33183 * misc/swapoff.c: Likewise.
33184 * misc/swapon.c: Likewise.
33185 * misc/sync.c: Likewise.
33186 * misc/syncfs.c: Likewise.
33187 * misc/syscall.c: Likewise.
33188 * misc/truncate.c: Likewise.
33189 * misc/ualarm.c: Likewise.
33190 * misc/usleep.c: Likewise.
33191 * misc/ustat.c: Likewise.
33192 * misc/utimes.c: Likewise.
33193 * misc/vhangup.c: Likewise.
33194 * misc/writev.c: Likewise.
33195 * posix/_exit.c: Likewise.
33196 * posix/alarm.c: Likewise.
33197 * posix/execve.c: Likewise.
33198 * posix/fexecve.c: Likewise.
33199 * posix/fork.c: Likewise.
33200 * posix/fpathconf.c: Likewise.
33201 * posix/getaddrinfo.c: Likewise.
33202 * posix/getegid.c: Likewise.
33203 * posix/geteuid.c: Likewise.
33204 * posix/getgid.c: Likewise.
33205 * posix/getgroups.c: Likewise.
33206 * posix/getlogin.c: Likewise.
33207 * posix/getlogin_r.c: Likewise.
33208 * posix/getpgid.c: Likewise.
33209 * posix/getpid.c: Likewise.
33210 * posix/getppid.c: Likewise.
33211 * posix/getresgid.c: Likewise.
33212 * posix/getresuid.c: Likewise.
33213 * posix/getsid.c: Likewise.
33214 * posix/getuid.c: Likewise.
33215 * posix/glob64.c: Likewise.
33216 * posix/nanosleep.c: Likewise.
33217 * posix/pathconf.c: Likewise.
33218 * posix/pause.c: Likewise.
33219 * posix/posix_madvise.c: Likewise.
33220 * posix/pread.c: Likewise.
33221 * posix/pread64.c: Likewise.
33222 * posix/pwrite.c: Likewise.
33223 * posix/pwrite64.c: Likewise.
33224 * posix/sched_getaffinity.c: Likewise.
33225 * posix/sched_getp.c: Likewise.
33226 * posix/sched_gets.c: Likewise.
33227 * posix/sched_primax.c: Likewise.
33228 * posix/sched_primin.c: Likewise.
33229 * posix/sched_rr_gi.c: Likewise.
33230 * posix/sched_setaffinity.c: Likewise.
33231 * posix/sched_setp.c: Likewise.
33232 * posix/sched_sets.c: Likewise.
33233 * posix/sched_yield.c: Likewise.
33234 * posix/setgid.c: Likewise.
33235 * posix/setlogin.c: Likewise.
33236 * posix/setpgid.c: Likewise.
33237 * posix/setresgid.c: Likewise.
33238 * posix/setresuid.c: Likewise.
33239 * posix/setsid.c: Likewise.
33240 * posix/setuid.c: Likewise.
33241 * posix/sleep.c: Likewise.
33242 * posix/spawni.c: Likewise.
33243 * posix/sysconf.c: Likewise.
33244 * posix/times.c: Likewise.
33245 * posix/wait.c: Likewise.
33246 * posix/wait3.c: Likewise.
33247 * posix/wait4.c: Likewise.
33248 * posix/waitpid.c: Likewise.
33249 * resolv/gai_sigqueue.c: Likewise.
33250 * resource/getpriority.c: Likewise.
33251 * resource/getrlimit.c: Likewise.
33252 * resource/getrusage.c: Likewise.
33253 * resource/nice.c: Likewise.
33254 * resource/setpriority.c: Likewise.
33255 * resource/setrlimit.c: Likewise.
33256 * resource/ulimit.c: Likewise.
33257 * rt/aio_cancel.c: Likewise.
33258 * rt/aio_fsync.c: Likewise.
33259 * rt/aio_read.c: Likewise.
33260 * rt/aio_sigqueue.c: Likewise.
33261 * rt/aio_suspend.c: Likewise.
33262 * rt/aio_write.c: Likewise.
33263 * rt/clock_getres.c: Likewise.
33264 * rt/clock_gettime.c: Likewise.
33265 * rt/clock_nanosleep.c: Likewise.
33266 * rt/clock_settime.c: Likewise.
33267 * rt/lio_listio.c: Likewise.
33268 * rt/mq_close.c: Likewise.
33269 * rt/mq_getattr.c: Likewise.
33270 * rt/mq_notify.c: Likewise.
33271 * rt/mq_open.c: Likewise.
33272 * rt/mq_receive.c: Likewise.
33273 * rt/mq_send.c: Likewise.
33274 * rt/mq_setattr.c: Likewise.
33275 * rt/mq_timedreceive.c: Likewise.
33276 * rt/mq_timedsend.c: Likewise.
33277 * rt/mq_unlink.c: Likewise.
33278 * rt/shm_open.c: Likewise.
33279 * rt/shm_unlink.c: Likewise.
33280 * rt/timer_create.c: Likewise.
33281 * rt/timer_delete.c: Likewise.
33282 * rt/timer_getoverr.c: Likewise.
33283 * rt/timer_gettime.c: Likewise.
33284 * rt/timer_settime.c: Likewise.
33285 * setjmp/__longjmp.c: Likewise.
33286 * setjmp/setjmp.c: Likewise.
33287 * signal/kill.c: Likewise.
33288 * signal/killpg.c: Likewise.
33289 * signal/raise.c: Likewise.
33290 * signal/sigaction.c: Likewise.
33291 * signal/sigaltstack.c: Likewise.
33292 * signal/sigblock.c: Likewise.
33293 * signal/sigignore.c: Likewise.
33294 * signal/sigintr.c: Likewise.
33295 * signal/signal.c: Likewise.
33296 * signal/sigpause.c: Likewise.
33297 * signal/sigpending.c: Likewise.
33298 * signal/sigqueue.c: Likewise.
33299 * signal/sigreturn.c: Likewise.
33300 * signal/sigset.c: Likewise.
33301 * signal/sigsetmask.c: Likewise.
33302 * signal/sigstack.c: Likewise.
33303 * signal/sigsuspend.c: Likewise.
33304 * signal/sigtimedwait.c: Likewise.
33305 * signal/sigvec.c: Likewise.
33306 * signal/sigwait.c: Likewise.
33307 * signal/sigwaitinfo.c: Likewise.
33308 * signal/sysv_signal.c: Likewise.
33309 * socket/accept.c: Likewise.
33310 * socket/accept4.c: Likewise.
33311 * socket/bind.c: Likewise.
33312 * socket/connect.c: Likewise.
33313 * socket/getpeername.c: Likewise.
33314 * socket/getsockname.c: Likewise.
33315 * socket/getsockopt.c: Likewise.
33316 * socket/isfdtype.c: Likewise.
33317 * socket/listen.c: Likewise.
33318 * socket/recv.c: Likewise.
33319 * socket/recvfrom.c: Likewise.
33320 * socket/recvmsg.c: Likewise.
33321 * socket/send.c: Likewise.
33322 * socket/sendmsg.c: Likewise.
33323 * socket/sendto.c: Likewise.
33324 * socket/setsockopt.c: Likewise.
33325 * socket/shutdown.c: Likewise.
33326 * socket/sockatmark.c: Likewise.
33327 * socket/socket.c: Likewise.
33328 * socket/socketpair.c: Likewise.
33329 * stdio-common/ctermid.c: Likewise.
33330 * stdio-common/cuserid.c: Likewise.
33331 * stdio-common/remove.c: Likewise.
33332 * stdio-common/rename.c: Likewise.
33333 * stdio-common/renameat.c: Likewise.
33334 * stdio-common/tempname.c: Likewise.
33335 * stdlib/getcontext.c: Likewise.
33336 * stdlib/makecontext.c: Likewise.
33337 * stdlib/setcontext.c: Likewise.
33338 * stdlib/swapcontext.c: Likewise.
33339 * stdlib/system.c: Likewise.
33340 * streams/fattach.c: Likewise.
33341 * streams/fdetach.c: Likewise.
33342 * streams/getmsg.c: Likewise.
33343 * streams/getpmsg.c: Likewise.
33344 * streams/putmsg.c: Likewise.
33345 * streams/putpmsg.c: Likewise.
33346 * sysdeps/unix/bsd/getpt.c: Likewise.
33347 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33348 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33349 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33350 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33351 Likewise.
33352 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33353 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33354 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33355 * sysvipc/msgctl.c: Likewise.
33356 * sysvipc/msgget.c: Likewise.
33357 * sysvipc/msgrcv.c: Likewise.
33358 * sysvipc/msgsnd.c: Likewise.
33359 * sysvipc/semctl.c: Likewise.
33360 * sysvipc/semget.c: Likewise.
33361 * sysvipc/semop.c: Likewise.
33362 * sysvipc/semtimedop.c: Likewise.
33363 * sysvipc/shmat.c: Likewise.
33364 * sysvipc/shmctl.c: Likewise.
33365 * sysvipc/shmdt.c: Likewise.
33366 * sysvipc/shmget.c: Likewise.
33367 * termios/tcdrain.c: Likewise.
33368 * termios/tcflow.c: Likewise.
33369 * termios/tcflush.c: Likewise.
33370 * termios/tcgetattr.c: Likewise.
33371 * termios/tcgetpgrp.c: Likewise.
33372 * termios/tcsendbrk.c: Likewise.
33373 * termios/tcsetattr.c: Likewise.
33374 * termios/tcsetpgrp.c: Likewise.
33375 * time/adjtime.c: Likewise.
33376 * time/clock.c: Likewise.
33377 * time/getitimer.c: Likewise.
33378 * time/gettimeofday.c: Likewise.
33379 * time/setitimer.c: Likewise.
33380 * time/settimeofday.c: Likewise.
33381 * time/stime.c: Likewise.
33382 * time/time.c: Likewise.
33383
333842012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 33385
a20492cf
PT
33386 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33387 /usr/old/bin.
33388
72e182e3
PT
33389 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33390 instead of spaces.
33391 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33392
fbeafede
JM
333932012-11-03 Joseph Myers <joseph@codesourcery.com>
33394
5b5b04d6
JM
33395 [BZ #14796]
33396 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33397 FE_TONEAREST before applying Dekker multiplication and Knuth
33398 addition. Clear inexact exceptions and check for exact zero
33399 results afterwards.
33400 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33401 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33402 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33403 * math/libm-test.inc (fma_test): Add more tests.
33404 (fma_test_towardzero): Likewise.
33405 (fma_test_downward): Likewise.
33406 (fma_test_upward): Likewise.
33407 * sysdeps/generic/math_private.h (default_libc_fesetround): New
33408 function.
33409 (libc_fesetround): New macro.
33410 (libc_fesetroundf): Likewise.
33411 (libc_fesetroundl): Likewise.
33412 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33413 function.
33414 (libc_fesetround_387): Likewise.
33415 (libc_fesetroundf): New macro.
33416 (libc_fesetround): Likewise.
33417 (libc_fesetroundl): Likewise.
33418 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33419 function.
33420 (libc_fesetroundf): New macro.
33421 (libc_fesetround): Likewise.
33422 (libc_fesetroundl): Likewise.
33423 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33424 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33425 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33426 libm_hidden_ver.
33427 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33428 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33429 libm_hidden_def.
33430 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33431 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33432 libm_hidden_ver.
33433 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33434 libm_hidden_def.
33435
fbeafede
JM
33436 [BZ #3439]
33437 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33438 integer constant usable in #if and use that to give value to enum
33439 constant.
33440 (FE_DIVBYZERO): Likewise.
33441 (FE_UNDERFLOW): Likewise.
33442 (FE_OVERFLOW): Likewise.
33443 (FE_INVALID): Likewise.
33444 (FE_INVALID_SNAN): Likewise.
33445 (FE_INVALID_ISI): Likewise.
33446 (FE_INVALID_IDI): Likewise.
33447 (FE_INVALID_ZDZ): Likewise.
33448 (FE_INVALID_IMZ): Likewise.
33449 (FE_INVALID_COMPARE): Likewise.
33450 (FE_INVALID_SOFTWARE): Likewise.
33451 (FE_INVALID_SQRT): Likewise.
33452 (FE_INVALID_INTEGER_CONVERSION): Likewise.
33453 (FE_TONEAREST): Likewise.
33454 (FE_TOWARDZERO): Likewise.
33455 (FE_UPWARD): Likewise.
33456 (FE_DOWNWARD): Likewise.
33457 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33458 (FE_DIVBYZERO): Likewise.
33459 (FE_OVERFLOW): Likewise.
33460 (FE_UNDERFLOW): Likewise.
33461 (FE_INEXACT): Likewise.
33462 (FE_TONEAREST): Likewise.
33463 (FE_DOWNWARD): Likewise.
33464 (FE_UPWARD): Likewise.
33465 (FE_TOWARDZERO): Likewise.
33466 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33467 (FE_UNDERFLOW): Likewise.
33468 (FE_OVERFLOW): Likewise.
33469 (FE_DIVBYZERO): Likewise.
33470 (FE_INVALID): Likewise.
33471 (FE_TONEAREST): Likewise.
33472 (FE_TOWARDZERO): Likewise.
33473 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33474 (FE_OVERFLOW): Likewise.
33475 (FE_UNDERFLOW): Likewise.
33476 (FE_DIVBYZERO): Likewise.
33477 (FE_INEXACT): Likewise.
33478 (FE_TONEAREST): Likewise.
33479 (FE_TOWARDZERO): Likewise.
33480 (FE_UPWARD): Likewise.
33481 (FE_DOWNWARD): Likewise.
33482 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33483 (FE_DIVBYZERO): Likewise.
33484 (FE_OVERFLOW): Likewise.
33485 (FE_UNDERFLOW): Likewise.
33486 (FE_INEXACT): Likewise.
33487 (FE_TONEAREST): Likewise.
33488 (FE_DOWNWARD): Likewise.
33489 (FE_UPWARD): Likewise.
33490 (FE_TOWARDZERO): Likewise.
33491
105ca950
CM
334922012-11-02 Chris Metcalf <cmetcalf@tilera.com>
33493
33494 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33495
a542b389
AS
334962012-11-03 Andreas Schwab <schwab@linux-m68k.org>
33497
33498 * scripts/cross-test-ssh.sh (command): Use newlines to separate
33499 commands. Quote $PWD.
33500 (blacklist_exports): Don't use remove_newlines. Replace "declare
33501 -x" by "export".
33502 (remove_newlines): Remove.
33503
f62c8abc
L
335042012-11-02 H.J. Lu <hongjiu.lu@intel.com>
33505
33506 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33507 * stdlib/stdlib.h (atof): Moved to ...
33508 * include/bits/stdlib-float.h: Here. New file.
33509 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33510 * stdlib/bits/stdlib-float.h: New file.
33511 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33512 -mno-sse -mno-mmx.
33513 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33514 <xmmintrin.h>.
33515
0155d5b2
JM
335162012-11-02 Joseph Myers <joseph@codesourcery.com>
33517
a68d0680
JM
33518 * conform/conformtest.pl (@headers): Add fenv.h.
33519 * conform/data/fenv.h-data: New file.
33520 * include/fenv.h [_ISOMAC]: Disable all contents of file except
33521 include of <math/fenv.h>.
33522
caf7f573
JM
33523 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33524 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33525 && !UNIX98]. Enables tests for XOPEN2K8.
33526 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33527 POSIX2008]: Likewise.
33528
6c073ad6
JM
33529 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33530 (struct rusage): Do not expect type or its members.
33531
0155d5b2
JM
33532 [BZ #3439]
33533 * math/math.h (FP_NAN): Define macro to integer constant usable in
33534 #if and use that to give value to enum constant.
33535 (FP_INFINITE): Likewise.
33536 (FP_ZERO): Likewise.
33537 (FP_SUBNORMAL): Likewise.
33538 (FP_NORMAL): Likewise.
33539
b5dcacb4
AS
335402012-11-02 Andreas Schwab <schwab@linux-m68k.org>
33541
33542 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33543 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33544 arguments.
33545
f7934be8
RM
335462012-11-02 Roland McGrath <roland@hack.frob.com>
33547
33548 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33549 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33550 autoconf-time if not.
33551 * configure.in: Remove AC_PREREQ.
33552
d7d08bde
TMQMF
335532012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33554
33555 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33556 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33557 of the internal implementation.
33558
dcdae19a
JM
335592012-11-02 Joseph Myers <joseph@codesourcery.com>
33560
33561 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33562 except include of <misc/sys/syslog.h>.
33563
d6cffd3e
AS
335642012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33565
33566 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33567 function returns with a NULL context exit with zero.
33568
b3563932
TMQMF
335692012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33570
33571 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33572
b288a93d
L
335732012-11-01 H.J. Lu <hongjiu.lu@intel.com>
33574
33575 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33576 (run_program_cmd): This.
33577 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33578 (tst_langinfo): New variable. Use it.
33579
a2421a68
SAS
335802012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
33581
33582 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33583 floating point opcodes.
33584
6f796e1b
TS
335852012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33586
7402596b
TS
33587 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33588 variable.
33589
d0d4f868
TS
33590 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33591
6f796e1b
TS
33592 * sysdeps/mach/hurd/powerpc: Remove directory.
33593 * sysdeps/mach/powerpc: Likewise.
33594
4da224a2
AS
335952012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33596
33597 * scripts/check-local-headers.sh: Ignore c++ headers.
33598
341dd673
TS
335992012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33600
33601 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33602 __libc_cleanup_region_start argument.
33603
473611b2
JM
336042012-11-01 Joseph Myers <joseph@codesourcery.com>
33605
33606 [BZ #14784]
33607 [BZ #14785]
33608 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33609 x * y using scaling, not as x * y + z.
33610 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33611 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33612 * math/libm-test.inc (fma_test): Add more tests.
33613 (fma_test_towardzero): Likewise.
33614 (fma_test_downward): Likewise.
33615 (fma_test_upward): Likewise.
33616
4078da3d
TS
336172012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33618
33619 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33620
903252aa
JM
336212012-10-31 Joseph Myers <joseph@codesourcery.com>
33622
33623 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33624 New variable.
33625
cbc818d0
TS
336262012-10-31 Thomas Schwinge <thomas@codesourcery.com>
33627
33628 * rt/tst-shm.c (worker): Correct checking for mmap failure.
33629
5a03cb1e
AS
336302012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33631
33632 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33633 Fix sort order.
33634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33635 Likewise.
33636
90aff2ff
TMQMF
336372012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33638
33639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33640 Fix the order of the list for glibc 2.17.
33641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33642 Likewise.
33643
1818fcb7
AS
336442012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33645
33646 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33647
ef82f4da
JM
336482012-10-31 Joseph Myers <joseph@codesourcery.com>
33649
16a0e2ec
JM
33650 [BZ #14610]
33651 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33652 for low part of x being zero before using __atanl (y).
33653 * math/libm-test.inc (atan2_test): Add another test.
33654
0eb69512
JM
33655 * manual/install.texi (Configuring and compiling): Document
33656 general use of test-wrapper and test-wrapper-env.
33657 * INSTALL: Regenerated.
33658
ef82f4da
JM
33659 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33660 (__fma): Do not extract and scale down low bits on after-rounding
33661 systems when result rounded to normal precision would have normal
33662 exponent.
33663 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33664 (__fmal): Do not extract and scale down low bits on after-rounding
33665 systems when result rounded to normal precision would have normal
33666 exponent.
33667 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33668 (__fmal): Do not extract and scale down low bits on after-rounding
33669 systems when result rounded to normal precision would have normal
33670 exponent.
33671 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33672 macro.
33673 (fma_test): Add more tests.
33674 (fma_test_towardzero): Likewise.
33675 (fma_test_downward): Likewise.
33676 (fma_test_upward): Likewise.
33677
954ef0d9
L
336782012-10-30 H.J. Lu <hongjiu.lu@intel.com>
33679
33680 * sysdeps/i386/tininess.h: Renamed to ...
33681 * sysdeps/x86/tininess.h: This.
33682 * sysdeps/x86_64/tininess.h: Removed.
33683
df61ffb2
JM
336842012-10-30 Joseph Myers <joseph@codesourcery.com>
33685
33686 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33687 input. Use $(build-program-cmd).
33688 ($(objpfx)tst-array1-static.out): Likewise.
33689 ($(objpfx)tst-array2.out): Likewise.
33690 ($(objpfx)tst-array3.out): Likewise.
33691 ($(objpfx)tst-array4.out): Likewise.
33692 ($(objpfx)tst-array5.out): Likewise.
33693 ($(objpfx)tst-array5-static.out): Likewise.
33694
01767843
CM
336952012-10-30 Chris Metcalf <cmetcalf@tilera.com>
33696
47cc1490
CM
33697 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33698 if defined.
33699
01767843
CM
33700 * nss/nsswitch.h (nss_interface_function): Provide new
33701 macro for use with NSS functions.
33702 * grp/initgroups.c: Use new macro.
33703 * nss/getXXbyYY.c: Likewise.
33704 * nss/getXXbyYY_r.c: Likewise.
33705 * nss/getXXent.c: Likewise.
33706 * nss/getXXent_r.c: Likewise.
33707 * sysdeps/posix/getaddrinfo.c: Likewise.
33708
8321aa97
AJ
337092012-10-30 Andreas Jaeger <aj@suse.de>
33710
33711 * po/ru.po: Update Russion translation from translation project.
33712
2a27fd6d
JM
337132012-10-30 Joseph Myers <joseph@codesourcery.com>
33714
8627a232
JM
33715 [BZ #14152]
33716 [BZ #14783]
33717 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33718 result and shift together with sticky bit instead of replicating
33719 round-to-nearest rounding.
33720 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33721 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33722 * math/libm-test.inc (fma_test): Add more tests. Do not permit
33723 missing underflow exceptions.
33724 (fma_test_towardzero): Add more tests.
33725 (fma_test_downward): Likewise.
33726 (fma_test_upward): Likewise.
33727
2a27fd6d
JM
33728 [BZ #14047]
33729 * sysdeps/generic/tininess.h: New file.
33730 * sysdeps/i386/tininess.h: Likewise.
33731 * sysdeps/sh/tininess.h: Likewise.
33732 * sysdeps/x86_64/tininess.h: Likewise.
33733 * stdlib/tst-strtod-underflow.c: Likewise.
33734 * stdlib/tst-tininess.c: Likewise.
33735 * stdlib/strtod_l.c: Include <tininess.h>.
33736 (round_and_return): Do not set errno for exact underflow cases.
33737 Force an underflow exception when setting errno for underflow.
33738 Determine underflow based on rounding to normal precision if
33739 TININESS_AFTER_ROUNDING.
33740 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33741 ERANGE for exact underflow cases.
33742 * stdlib/Makefile (tests): Add tst-tininess and
33743 tst-strtod-underflow.
33744 ($(objpfx)tst-tininess): Use $(link-libm).
33745 ($(objpfx)tst-strtod-underflow): Likewise.
33746
e7170363
AJ
337472012-10-30 Andreas Jaeger <aj@suse.de>
33748
e5088dc6
AJ
33749 [BZ#14767]
33750 * elf/Makefile (tests): Remove conditional for have-initfini-array
33751 since this is now always required and the variable does not exist
33752 anymore.
33753 (tests-static): Likewise.
33754 (modules-names): Likewise.
33755
e7170363 33756 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
33757
33758 * elf/tst-array1.c (fini_array): Make writeable so that it can be
33759 merged with constructor/destructor.
33760 (init_array): Likewise.
33761 * elf/tst-array2dep.c (fini_array): Likewise.
33762 (init_array): Likewise.
33763
60457d8a
MF
337642012-10-29 Mike Frysinger <vapier@gentoo.org>
33765
33766 * manual/message.texi: Delete @cartouche tags.
33767
8bece752
PT
337682012-10-29 Pino Toscano <toscano.pino@tiscali.it>
33769
94ce799f
PT
33770 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33771 EOPNOTSUPP.
33772 * sysdeps/mach/hurd/fsync.c: Likewise.
33773
8bece752
PT
33774 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33775 [_POSIX_REALTIME_SIGNALS]: Change condition to
33776 [_POSIX_REALTIME_SIGNALS > 0].
33777
86ebe6b1
AJ
337782012-10-27 Andreas Jaeger <aj@suse.de>
33779
33780 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33781 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33782 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33783 [__WORDSIZE != 64]: Likewise.
33784
54399c08
L
337852012-10-26 H.J. Lu <hongjiu.lu@intel.com>
33786
33787 * iconvdata/tst-table.sh: Remove ${SHELL}.
33788 * iconvdata/tst-tables.sh: Likewise.
33789
e2211bed
DM
337902012-10-25 David S. Miller <davem@davemloft.net>
33791
33792 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33793 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33794 of strtoull.
33795
f303f97c
DM
33796 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33797 ifunc-impl-list.c
33798 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33799 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33800 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33801 file.
33802
1e9d84cd
RM
338032012-10-25 Roland McGrath <roland@hack.frob.com>
33804
33805 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33806 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33807 __getdirentries.
33808
df381762
JM
338092012-10-25 Joseph Myers <joseph@codesourcery.com>
33810 Jim Blandy <jimb@codesourcery.com>
33811
33812 * scripts/cross-test-ssh.sh: New file.
33813 * manual/install.texi (Configuring and compiling): Document use of
33814 cross-test-ssh.sh.
33815 * INSTALL: Regenerated.
33816
bff64913
PT
338172012-10-25 Pino Toscano <toscano.pino@tiscali.it>
33818
33819 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33820 EOPNOTSUPP.
33821
25fe8932
JM
338222012-10-25 Joseph Myers <joseph@codesourcery.com>
33823
33824 * Makeconfig (run-program-prefix): Fix comment.
33825
cc1290d0
JM
338262012-10-24 Joseph Myers <joseph@codesourcery.com>
33827 Jim Blandy <jimb@codesourcery.com>
33828
33829 * Makeconfig (test-wrapper): New variable,
33830 (test-wrapper-env): Likewise.
33831 [$(cross-compiling) = yes && $(test-wrapper) != ""]
33832 (run-built-tests): Define to yes.
33833 (run-program-prefix): Use $(test-wrapper).
33834 (built-program-cmd): Likewise.
33835 * Rules (make-test-out): Use $(test-wrapper-env) and
33836 $(host-built-program-cmd).
33837 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33838 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33839 tst-pathopt.sh.
33840 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33841 $(test-wrapper-env) to tst-rtld-load-self.sh.
33842 ($(objpfx)order2.out): Use $(test-wrapper).
33843 ($(objpfx)tst-initorder.out): Likewise.
33844 ($(objpfx)tst-initorder2.out): Likewise.
33845 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33846 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33847 (test_wrapper_env): New variable. Use it to run ld.so.
33848 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33849 Use it to run ld.so.
33850 (test_wrapper_env): Likewise.
33851 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33852 $(test-wrapper) to run-iconv-test.sh.
33853 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33854 (ICONV): Use $test_wrapper.
33855 * posix/Makefile ($(objpfx)globtest.out): Pass
33856 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33857 globtest.sh, not $(run-program-prefix).
33858 * posix/globtest.sh (run_via_rtld_prefix): New variable.
33859 (test_wrapper): Likewise.
33860 (test_wrapper_env): Likewise. Use it to run globtest with HOME
33861 set together with run_via_rtld_prefix.
33862 (run_program_prefix): Define in terms of test_wrapper and
33863 run_via_rtld_prefix.
33864
6e6249d0
RM
338652012-10-24 Roland McGrath <roland@hack.frob.com>
33866
33867 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33868 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33869 Targets removed.
33870
33871 [BZ #14743]
33872 * include/time.h: Remove librt_hidden_proto (clock_gettime).
33873 Declare __clock_getres, __clock_gettime, __clock_settime,
33874 __clock_nanosleep, and __clock_getcpuclockid.
33875 * rt/clock_gettime.c: Define __clock_gettime as an alias.
33876 Remove librt_hidden_def (clock_gettime).
33877 * sysdeps/unix/clock_gettime.c: Likewise.
33878 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33879 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33880 * rt/clock_getres.c: Define __clock_getres as an alias.
33881 * sysdeps/posix/clock_getres.c: Likewise.
33882 * rt/clock_settime.c: Define __clock_settime as an alias.
33883 * sysdeps/unix/clock_settime.c: Likewise.
33884 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33885 * sysdeps/unix/clock_nanosleep.c: Likewise.
33886 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33887 * rt/clock-compat.c: New file.
33888 * rt/Makefile (librt-routines): Add clock-compat and move
33889 $(clock-routines) to ...
33890 (routines): ... here, new variable.
33891 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33892 Don't add get_clockfreq here.
33893 * rt/Versions (libc: GLIBC_2.17): New version set.
33894 Add clock_* symbols here.
33895 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
33896 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33897 (GLIBC_2.17): Add clock_* symbols.
33898 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33899 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33900 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33901 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33902 Likewise.
33903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33904 Likewise.
33905 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33906 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33907 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33908 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33909 * NEWS: Mention the move.
33910
33911 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33912 Use __open, __read, __close rather than their public counterparts.
33913 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33914 (__get_clockfreq_via_cpuinfo): Likewise.
33915 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33916 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33917
33918 * config.h.in (HAVE_IFUNC): New #undef.
33919 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33920 was successful.
33921 * configure: Regenerated.
33922
0cae3f4b
MF
339232012-10-24 Mike Frysinger <vapier@gentoo.org>
33924
33925 * configure.in: Move READELF check to start of file.
33926 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33927 libc_cv_asm_gnu_indirect_function in the process.
33928 * configure: Regenerated.
33929
8175a253
MF
339302012-10-24 Mike Frysinger <vapier@gentoo.org>
33931
33932 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33933 send the output to /dev/null.
33934 (libc_cv_cc_with_libunwind): Likewise.
33935 (libc_cv_as_noexecstack): Likewise.
33936 * configure: Regenerate.
33937
0708a7d1
JM
339382012-10-24 Joseph Myers <joseph@codesourcery.com>
33939
10b40d85
JM
33940 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33941
0708a7d1
JM
33942 * posix/globtest.sh (TMPDIR): Do not set.
33943 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33944 (testout): Likewise.
33945
9fddec1a
AJ
339462012-10-24 Andreas Jaeger <aj@suse.de>
33947
3a8db22f
AJ
33948 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33949 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33950 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33951 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33952 posix_fadvise64, posix_fallocate64.
33953
9fddec1a
AJ
33954 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33955 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33956 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33957 Likewise.
33958 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33959 Likewise.
33960 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33961
33962 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33963 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33964 <bits/fcntl-linux.h>.
33965 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33966
33967 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33968 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33969 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33970 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33971 [__WORDSIZE != 64]: Likewise.
33972
ebfd1bbd
JM
339732012-10-23 Joseph Myers <joseph@codesourcery.com>
33974
03ac099f
JM
33975 * Makeconfig (run-built-tests): New variable.
33976 * Rules [$(cross-compiling) = yes]: Change condition to
33977 [$(run-built-tests) = no].
33978 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33979 to [$(run-built-tests) = yes].
33980 * elf/Makefile [$(cross-compiling) = no]: Likewise
33981 * grp/Makefile [$(cross-compiling) = no]: Likewise.
33982 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33983 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33984 * intl/Makefile [$(cross-compiling) = no]: Likewise.
33985 * io/Makefile [$(cross-compiling) = no]: Likewise.
33986 * libio/Makefile [$(cross-compiling) = no]: Likewise.
33987 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33988 * misc/Makefile [$(cross-compiling) = no]: Likewise.
33989 * posix/Makefile [$(cross-compiling) = no]: Likewise.
33990 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33991 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33992 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33993 * string/Makefile [$(cross-compiling) = no]: Likewise.
33994
ebfd1bbd
JM
33995 * posix/Makefile ($(objpfx)globtest.out): Pass
33996 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33997 $(rtld-installed-name).
33998 * posix/globtest.sh (elf_objpfx): Remove variable.
33999 (rtld_installed_name): Likewise.
34000 (library_path): Likewise.
34001 (run_program_prefix): New variable. Use for running globtest
34002 binary.
34003
166bca24
JB
340042012-10-23 Jim Blandy <jimb@codesourcery.com>
34005 Joseph Myers <joseph@codesourcery.com>
34006
34007 * Makeconfig (host-built-program-cmd): New variable.
34008 * elf/Makefile (tst-stackguard1-ARGS): Use
34009 $(host-built-program-cmd).
34010 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34011 (tst-spawn-ARGS): Likewise.
34012 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34013
88866099
JM
340142012-10-23 Joseph Myers <joseph@codesourcery.com>
34015 Jim Blandy <jimb@codesourcery.com>
34016
34017 * Makeconfig (run-via-rtld-prefix): New variable.
34018 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34019 (built-program-cmd): Likewise.
34020
b4b4c296
AJ
340212012-10-22 Andreas Jaeger <aj@suse.de>
34022
34023 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34024 __O_RSYNC if it exists, otherwise to O_SYNC.
34025
6fb54a22
JB
340262012-10-22 Jim Blandy <jimb@codesourcery.com>
34027 Joseph Myers <joseph@codesourcery.com>
34028
34029 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34030 /dev/null.
34031 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34032 from /dev/null
34033 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34034 /dev/null.
34035
481b90b9
AJ
340362012-10-22 Andreas Jaeger <aj@suse.de>
34037
2a0e2669
AJ
34038 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34039 Define always.
34040 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34041
76e38f9a
AJ
34042 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34043 bits/fcntl-linux.h.
34044
7cd37b43
AJ
34045 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34046 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34047
481b90b9
AJ
34048 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34049 to __O_LARGEFILE.
34050 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34051 to __O_LARGEFILE.
34052
aba75984
JB
340532012-10-21 Jim Blandy <jimb@codesourcery.com>
34054 Joseph Myers <joseph@codesourcery.com>
34055
34056 * config.make.in (NM): New variable.
34057
88d4247f
AJ
340582012-10-21 Andreas Jaeger <aj@suse.de>
34059
34060 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34061 definitions and declarations that are provided by
34062 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34063
f2eed205
L
340642012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34065
34066 [BZ #14683]
34067 * elf/Makefile (tests-static): Add tst-leaks1-static.
34068 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34069 ($(objpfx)tst-leaks1-static): New rule.
34070 ($(objpfx)tst-leaks1-static-mem): Likewise.
34071 (tst-leaks1-static-ENV): New macro.
34072 * elf/dl-open.c (dl_open_worker): Check the main application
34073 only if SHARED is defined.
34074 * elf/tst-leaks1-static.c: New file.
34075
335e6931
AJ
340762012-10-20 Andreas Jaeger <aj@suse.de>
34077
34078 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34079 generic values for Linux.
34080 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34081 and declarations that are provided by <bits/fcntl-linux.h> and
34082 include <bits/fcntl-linux.h>.
34083 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34084 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34085
ac5c94d3
RM
340862012-10-20 Roland McGrath <roland@hack.frob.com>
34087
34088 * io/fcntl.h: Move include of <bits/types.h> to the top and
34089 include it unconditionally.
34090
de54b33a
L
340912012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34092
228cfb01
L
34093 * wcsmbs/Makefile (tests-ifunc): New variable.
34094 (tests): Add $(tests-ifunc).
34095 * wcsmbs/test-wcschr-ifunc.c: New file.
34096 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34097 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34098 * wcsmbs/test-wcslen-ifunc.c: Likewise.
34099 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34100 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34101
69f07e5f
L
34102 * string/Makefile (tests-ifunc): New variable.
34103 (tests): Add $(tests-ifunc).
34104 * string/test-memccpy.c (TEST_NAME): New macro.
34105 * string/test-memchr.c (TEST_NAME): Likewise.
34106 * string/test-memcmp.c (TEST_NAME): Likewise.
34107 * string/test-memcpy.c (TEST_NAME): Likewise.
34108 * string/test-memmem.c (TEST_NAME): Likewise.
34109 * string/test-memmove.c (TEST_NAME): Likewise.
34110 * string/test-memset.c (TEST_NAME): Likewise.
34111 * string/test-rawmemchr.c (TEST_NAME): Likewise.
34112 * string/test-stpcpy.c (TEST_NAME): Likewise.
34113 * string/test-stpncpy.c (TEST_NAME): Likewise.
34114 * string/test-strcasecmp.c (TEST_NAME): Likewise.
34115 * string/test-strcasestr.c (TEST_NAME): Likewise.
34116 * string/test-strcat.c (TEST_NAME): Likewise.
34117 * string/test-strchr.c (TEST_NAME): Likewise.
34118 * string/test-strcmp.c(TEST_NAME): Likewise.
34119 * string/test-strcpy.c (TEST_NAME): Likewise.
34120 * string/test-strcspn.c (TEST_NAME): Likewise.
34121 * string/test-strlen.c (TEST_NAME): Likewise.
34122 * string/test-strncasecmp.c (TEST_NAME): Likewise.
34123 * string/test-strncmp.c (TEST_NAME): Likewise.
34124 * string/test-strncpy.c (TEST_NAME): Likewise.
34125 * string/test-strnlen.c (TEST_NAME): Likewise.
34126 * string/test-strpbrk.c (TEST_NAME): Likewise.
34127 * string/test-strrchr.c (TEST_NAME): Likewise.
34128 * string/test-strspn.c (TEST_NAME): Likewise.
34129 * string/test-strstr.c (TEST_NAME): Likewise.
34130 * string/test-bcopy-ifunc.c: New file.
34131 * string/test-bzero-ifunc.c: Likewise.
34132 * string/test-memccpy-ifunc.c: Likewise.
34133 * string/test-memchr-ifunc.c: Likewise.
34134 * string/test-memcmp-ifunc.c: Likewise.
34135 * string/test-memcpy-ifunc.c: Likewise.
34136 * string/test-memmem-ifunc.c: Likewise.
34137 * string/test-memmove-ifunc.c: Likewise.
34138 * string/test-mempcpy-ifunc.c: Likewise.
34139 * string/test-memset-ifunc.c: Likewise.
34140 * string/test-rawmemchr-ifunc.c: Likewise.
34141 * string/test-stpcpy-ifunc.c: Likewise.
34142 * string/test-stpncpy-ifunc.c: Likewise.
34143 * string/test-strcasecmp-ifunc.c: Likewise.
34144 * string/test-strcasestr-ifunc.c: Likewise.
34145 * string/test-strcat-ifunc.c: Likewise.
34146 * string/test-strchr-ifunc.c: Likewise.
34147 * string/test-strchrnul-ifunc.c: Likewise.
34148 * string/test-strcmp-ifunc.c: Likewise.
34149 * string/test-strcpy-ifunc.c: Likewise.
34150 * string/test-strcspn-ifunc.c: Likewise.
34151 * string/test-strlen-ifunc.c: Likewise.
34152 * string/test-strncasecmp-ifunc.c: Likewise.
34153 * string/test-strncat-ifunc.c: Likewise.
34154 * string/test-strncmp-ifunc.c: Likewise.
34155 * string/test-strncpy-ifunc.c: Likewise.
34156 * string/test-strnlen-ifunc.c: Likewise.
34157 * string/test-strpbrk-ifunc.c: Likewise.
34158 * string/test-strrchr-ifunc.c: Likewise.
34159 * string/test-strspn-ifunc.c: Likewise.
34160 * string/test-strstr-ifunc.c: Likewise.
34161
de54b33a
L
34162 * debug/Makefile (tests-ifunc): New variable.
34163 (tests): Add $(tests-ifunc).
34164 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34165 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34166 * debug/test-stpcpy_chk-ifunc.c: New file.
34167 * debug/test-strcpy_chk-ifunc.c: Likewise.
34168
88481c16
SP
341692012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
34170
34171 [BZ #13601]
34172 * elf/dl-load.c (open_verify): Retry read if the entire ELF
34173 header is not read in.
34174
135948bd
JM
341752012-10-19 Joseph Myers <joseph@codesourcery.com>
34176
89f1c388
JM
34177 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
34178 script to $(SHELL) as $<. Pass $(common-objpfx) to script
34179 directly. Pass built executable to script as
34180 $(built-program-cmd).
34181 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
34182 $testprogram without using LD_LIBRARY_PATH and $ldso.
34183
e40a0d21
JM
34184 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34185 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34186 $(rtld-installed-name).
34187 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34188 (rtld_installed_name): Likewise.
34189 (library_path): Likewise.
34190 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
34191 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34192 $(run-program-prefix) to tst-tables.sh.
34193 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
34194 it to run tst-table-from and tst-table-to.
34195 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34196 Pass it to tst-table.sh.
34197 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34198 $(run-program-prefix) to tst-gettext.sh.
34199 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34200 tst-translit.sh.
34201 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34202 tst-gettext2.sh.
34203 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
34204 to run tst-gettext.
34205 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
34206 to run tst-gettext2.
34207 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
34208 to run tst-translit.
34209 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34210 $(run-program-prefix) to tst-mtrace.sh.
34211 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
34212 to run tst-mtrace.
34213 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34214 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34215 $(rtld-installed-name).
34216 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34217 (rtld_installed_name): Likewise.
34218 (run_program_prefix): New variable. Use it to run wordexp-test.
34219
728e272a
JM
34220 * Makeconfig (ARCH): Remove all definitions.
34221 (machine): Likewise.
34222 [ARCH]: Remove conditional code.
34223 [!objdir]: Give error.
34224 [!objdir] (objpfx): Remove.
34225 [!objdir] (common-objpfx): Likewise.
34226 [!objdir] (common-objdir): Likewise.
34227 * configure.in (config_makefile): Remove. Hardcode Makefile in
34228 AC_CONFIG_FILES call.
34229 * configure: Regenerated.
34230
d528cdcf
JM
34231 [BZ #13888]
34232 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34233 or TMPDIR.
34234 (testout): Likewise.
34235
135948bd
JM
34236 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34237 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34238 $(rtld-installed-name).
34239 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34240 (rtld_installed_name): Likwise.
34241 (runit): Remove function.
34242 (run_getconf): New variable, Use it for running getconf binary.
34243
38c78296
L
342442012-10-18 H.J. Lu <hongjiu.lu@intel.com>
34245
34246 [BZ #14716]
34247 * string/test-memmem.c (check_result): New function.
34248 (do_one_test): Use it.
34249 (check1): New function.
34250 (test_main): Use it.
34251
d077f65f
MT
342522012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
34253
34254 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34255
ced52c71
JM
342562012-10-18 Joseph Myers <joseph@codesourcery.com>
34257
34258 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34259 (_G_LSEEK64): Likewise.
34260 (_G_MMAP64): Likewise.
34261 (_G_FSTAT64): Likewise.
34262 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34263 (_G_LSEEK64): Likewise.
34264 (_G_MMAP64): Likewise.
34265 (_G_FSTAT64): Likewise.
34266 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34267 unconditional. Call __mmap64 directly.
34268 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34269 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
34270 __lseek64 directly.
34271 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34272 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
34273 __mmap64 directly.
34274 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34275 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
34276 __lseek64 directly.
34277 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34278 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
34279 __lseek64 directly.
34280 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34281 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
34282 __lseek64 directly.
34283 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34284 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
34285 __fxstat64 directly.
34286 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34287 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34288 unconditional.
34289 (freopen64) [!_G_OPEN64]: Remove conditional code.
34290 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34291 unconditional.
34292 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34293 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34294 unconditional.
34295 (ftello64) [!_G_LSEEK64]: Remove conditional code.
34296 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34297 unconditional.
34298 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34299 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34300 unconditional.
34301 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34302 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34303 unconditional.
34304 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34305 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34306 unconditional.
34307 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34308 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34309 unconditional.
34310 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34311
b741de23
SP
343122012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34313
34314 [BZ #12140]
34315 * manual/memory.texi (Malloc Tunable Parameters): Add note
34316 about free list pointers overwriting some perturb bytes.
34317 Wording suggested by Roland McGrath.
34318
f9b9d9c9
JM
343192012-10-17 Joseph Myers <joseph@codesourcery.com>
34320
34321 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34322 (lgamma_test): Likewise.
34323 (tgamma_test): Likewise.
34324
172a631a
FW
343252012-10-16 Florian Weimer <fweimer@redhat.com>
34326
34327 [BZ #14700]
34328 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34329 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34330
e9f37252
MK
343312012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
34332
34333 * NEWS: Mention BZ #14716.
34334 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34335 when removing AVAILABLE1_USES_J macro.
34336
d394eb74
L
343372012-10-12 H.J. Lu <hongjiu.lu@intel.com>
34338
34339 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34340 (__bswap_64): __uint64_t for unsigned 64-bit int.
34341
ca38dc17
AS
343422012-10-12 Andreas Schwab <schwab@linux-m68k.org>
34343
34344 * include/string.h (memmem): Declare libc hidden alias.
34345 * string/memmem.c (memmem): Define libc hidden alias.
34346 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34347 __read, __close instead of open, read, close.
34348
9a387d1f
L
343492012-10-11 H.J. Lu <hongjiu.lu@intel.com>
34350
ac49ecaf
L
34351 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34352 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34353 global and hidden.
34354 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34355 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34356 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34357 Likewise.
34358 (__rawmemchr_sse2): Likewise.
34359 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34360 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34361 (__strchr_sse2): Likewise.
34362 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34363 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34364 (__strcasecmp_sse2): Likewise.
34365 (__strncasecmp_sse2): Likewise.
34366 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34367 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34368 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34369 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34370 (__strrchr_sse2): Likewise.
34371 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34372 ifunc-impl-list.c.
34373 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34374 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34375 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34376 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34377 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34378 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34379 * sysdeps/x86_64/multiarch/memset.S: Likewise.
34380 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34381 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34382 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34383 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34384 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34385 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34386 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34387 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34388 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34389 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34390 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34391 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34392 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34393 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34394 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34395 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34396 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34397 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34398 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34399 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34400 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34401 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34402 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34403
b090e8ea
L
34404 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34405 global and hidden.
34406 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34407 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34408 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34409 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34410 Likewise.
34411 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34412 Likewise.
34413 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34414 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34415 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34416 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34417 ifunc-impl-list.c.
34418 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34419 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34420 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34421 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34422 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34423 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34424 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34425 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34426 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34427 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34428 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34429 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34430 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34431 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34432 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34433 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34434 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34435 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34436 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34437 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34438 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34439 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34440 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34441 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34442 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34443 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34444 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34445 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34446 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34447 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34448 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34449 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34450 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34451 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34452 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34453 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34454 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34455 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34456 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34457 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34458 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34459
11dd4af6
L
34460 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34461 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34462 * include/ifunc-impl-list.h: New file.
34463 * misc/ifunc-impl-list.c: Likewise.
34464 * misc/Makefile (routines): Add ifunc-impl-list.
34465 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34466 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
34467 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34468 TEST_NAME]: New variables.
11dd4af6
L
34469 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34470 are defined.
34471 (test_init): Call __libc_ifunc_impl_list to initialize
34472 func_list if TEST_IFUNC and TEST_NAME are defined.
34473
9a387d1f
L
34474 * string/Makefile (strop-tests): Add bcopy and bzero.
34475 * string/test-bcopy.c: New file.
34476 * string/test-bzero.c: Likewise.
34477 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34478 defined.
34479 * string/test-memset.c: Support bzero test if TEST_BZERO is
34480 defined.
34481 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34482 __libc_memmove.
34483 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34484 __libc_memset.
34485 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34486 of memset.
34487
472371b9
JM
344882012-10-10 Joseph Myers <joseph@codesourcery.com>
34489
1e4a9536
JM
34490 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34491 * configure: Regenerated.
34492
d173d12e
JM
34493 * Makeconfig (+link-static-before-libc): Don't include
34494 $(link-static-libc).
34495
472371b9
JM
34496 * libio/libio.h (_IO_pos_t): Remove.
34497
89a3ad0b
AO
344982012-10-10 Alexandre Oliva <aoliva@redhat.com>
34499
34500 * NEWS: Add note about FIPS mode. Wording suggested by Roland
34501 McGrath.
34502
e7451425
AO
345032012-10-10 Alexandre Oliva <aoliva@redhat.com>
34504
34505 * crypt/crypt-entry.c: Include fips-private.h.
34506 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34507 * crypt/md5c-test.c (main): Tolerate disabled MD5.
34508 * sysdeps/unix/sysv/linux/fips-private.h: New file.
34509 * sysdeps/generic/fips-private.h: New file, dummy fallback.
34510
4ba74a35
AO
345112012-10-10 Alexandre Oliva <aoliva@redhat.com>
34512
34513 * crypt/crypt-private.h: Include stdbool.h.
34514 (_ufc_setup_salt_r): Return bool.
34515 * crypt/crypt-entry.c: Include errno.h.
34516 (__crypt_r): Return NULL with EINVAL for bad salt.
34517 * crypt/crypt_util.c (bad_for_salt): New.
34518 (_ufc_setup_salt_r): Check that salt is long enough and within
34519 the specified alphabet.
34520 * crypt/badsalttest.c: New file.
34521 * crypt/Makefile (tests): Add it.
34522 ($(objpfx)badsalttest): New.
34523
f96f1242
MK
345242012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
34525
34526 * NEWS: Add entry for BZ #14602.
34527
0e8e0c1c
JM
345282012-10-09 Joseph Myers <joseph@codesourcery.com>
34529
34530 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34531 type-generic.
34532 * math/libm-test.inc: Update comment listing what functions and
34533 macros are tested.
34534 (isgreater_test): New function.
34535 (isgreaterequal_test): Likewise.
34536 (isless_test): Likewise.
34537 (islessequal_test): Likewise.
34538 (islessgreater_test): Likewise.
34539 (isunordered_test): Likewise.
34540 (main): Call the new functions.
34541
273edc5e
RM
345422012-10-09 Roland McGrath <roland@hack.frob.com>
34543
b8493de0
RM
34544 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34545 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34546 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34547 * sysdeps/i386/configure: Regenerated.
34548 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34549 * sysdeps/mach/configure: Regenerated.
34550 * sysdeps/mach/hurd/configure: Regenerated.
34551 * sysdeps/powerpc/configure: Regenerated.
34552 * sysdeps/powerpc/powerpc32/configure: Regenerated.
34553 * sysdeps/powerpc/powerpc64/configure: Regenerated.
34554 * sysdeps/s390/s390-32/configure: Regenerated.
34555 * sysdeps/s390/s390-64/configure: Regenerated.
34556 * sysdeps/sh/configure: Regenerated.
34557 * sysdeps/sparc/configure: Regenerated.
34558 * sysdeps/unix/sysv/linux/configure: Regenerated.
34559 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34560 * sysdeps/x86_64/configure: Regenerated.
34561
273edc5e
RM
34562 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34563 defined. Don't check if MAP is NULL.
34564
c8450f70
JM
345652012-10-09 Joseph Myers <joseph@codesourcery.com>
34566
34567 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34568 (_G_stat64): Likewise.
34569 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34570 (_G_stat64): Likewise.
34571 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34572 instead of struct _G_stat64.
34573 * libio/fileops.c (mmap_remap_check): Likewise.
34574 (decide_maybe_mmap): Likewise.
34575 (_IO_new_file_seekoff): Likewise.
34576 (_IO_file_stat): Likewise.
34577 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34578 _G_off64_t.
34579 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34580 instead of struct _G_stat64.
34581 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34582
57e605ba
MK
345832012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
34584
34585 [BZ #14602]
34586 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34587 Replace with ...
34588 (CHECK_EOL): New macro.
34589 (two_way_short_needle): Check beginning of haystack for EOL. Use
34590 CHECK_EOL.
34591 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34592 Replace with CHECK_EOL.
34593 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34594 Replace with CHECK_EOL.
34595
ef1bb361
JM
345962012-10-08 Joseph Myers <joseph@codesourcery.com>
34597
34598 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34599 type-generic.
34600 * math/libm-test.inc: Update comment listing what functions and
34601 macros are tested.
34602 (finite_test): New function.
34603 (isinf_test): Likewise.
34604 (isnan_test): Likewise.
34605 (fpclassify_test): Test subnormal input.
34606 (isfinite_test): Likewise.
34607 (isnormal_test): Likewise.
34608 (main): Call the new functions.
34609
55f11534
JN
346102012-10-08 Jonathan Nieder <jrnieder@gmail.com>
34611
34612 [BZ #14660]
34613 * Makerules (%.dynsym): Force C locale when running
34614 $(OBJDUMP) --dynamic-syms.
34615
1ab29350
AS
346162012-10-08 Andreas Schwab <schwab@linux-m68k.org>
34617
34618 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34619 <stdint.h>.
34620
f1ecb7ef
DM
346212012-10-06 David S. Miller <davem@davemloft.net>
34622
34623 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34624 upper 32-bits of the length value in %o2 since we use branch-on-register
34625 tests which consider the entire 64-bit register.
34626
5d41d91a
L
346272012-10-06 H.J. Lu <hongjiu.lu@intel.com>
34628
34629 * string/test-strstr.c (check2): Add a test for page boundary.
34630
3baddb72
DM
346312012-10-05 David S. Miller <davem@davemloft.net>
34632
34633 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34634 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34635 file.
34636 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34637 sysdep_routines.
34638 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34639 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34640 and bzero when HWCAP_SPARC_CRYPTO is present.
34641
9cee5585
L
346422012-10-05 H.J. Lu <hongjiu.lu@intel.com>
34643
d7e0dab9
L
34644 [BZ #14602]
34645 * string/test-strstr.c (check2): New function.
34646 (test_main): Call check2.
34647
03759f47
L
34648 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34649 and bug-strchr1.
34650 * string/bug-strcasestr1.c (do_test): Moved to ...
34651 * string/test-strcasestr.c (check1): Here. New function.
34652 (do_one_test): Break out result checking code into ...
34653 (check_result): This. New function.
34654 (do_one_test): Call check_result.
34655 (test_main): Call check1.
34656 * string/bug-strchr1.c (do_test): Moved to ...
34657 * string/test-strchr.c (check1): Here. New function.
34658 (do_one_test): Break out result checking code into ...
34659 (check_result): This. New function.
34660 (do_one_test): Call check_result.
34661 (test_main): Call check1.
34662 * string/bug-strstr1.c (main): Moved to ...
046f153e 34663 * string/test-strstr.c (check1): Here. New function.
03759f47
L
34664 (do_one_test): Break out result checking code into ...
34665 (check_result): This. New function.
34666 (do_one_test): Call check_result.
34667 (test_main): Call check1.
34668 * string/bug-strcasestr1.c: Removed.
34669 * string/bug-strchr1.c: Likewise.
34670 * string/bug-strstr1.c: Likewise.
34671
53cea63e
L
34672 * elf/Makefile (dl-routines): Add hwcaps.
34673 * elf/dl-support.c (_dl_important_hwcaps): Removed.
34674 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34675 (_dl_important_hwcaps): Moved to ...
34676 * elf/dl-hwcaps.c: Here. New file.
34677 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34678
9cee5585 34679 [BZ #14557]
bb859b06
L
34680 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34681 if IS_IN_rtld isn't defined.
34682
9cee5585
L
34683 * elf/dl-support.c (_dl_sysinfo_map): New.
34684 Include "get-dynamic-info.h" and "setup-vdso.h".
34685 (_dl_non_dynamic_init): Call setup_vdso.
34686 * elf/dynamic-link.h: Don't include <assert.h>.
34687 (elf_get_dynamic_info): Moved to ...
34688 * elf/get-dynamic-info.h: Here. New file.
34689 * elf/dynamic-link.h: Include "get-dynamic-info.h".
34690 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34691 * elf/setup-vdso.h: Here. New file.
34692 * elf/rtld.c: Include "setup-vdso.h".
34693 (dl_main): Call setup_vdso.
34694
23c31b76
JM
346952012-10-05 Joseph Myers <joseph@codesourcery.com>
34696
28234b07
JM
34697 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34698 creal in comment listing functions tested. List finite, isinf,
34699 isnan, isless, islessequal, isgreater, isgreaterequal,
34700 islessgreater, isunordered, lgamma_r and pow10 as functions and
34701 macros not tested. Mention which functions not tested are aliases
34702 for other functions. Fix typo. Note that signs of NaNs are not
34703 tested.
34704
23c31b76
JM
34705 * scripts/config.guess: Update from config.git.
34706 * scripts/config.sub: Likewise.
34707
9043e228
RM
347082012-10-04 Roland McGrath <roland@hack.frob.com>
34709
34710 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34711 * misc/madvise.c (madvise): Renamed to __madvise.
34712 Make madvise a weak alias.
34713 * include/sys/mman.h: Declare __madvise.
34714 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34715 * sysdeps/unix/syscalls.list
34716 (madvise): Make __madvise the strong name, and madvise a weak alias.
34717 * sysdeps/unix/sysv/linux/syscalls.list
34718 (madvise, mmap): Remove redundant entries.
34719 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34720 * malloc/malloc.c (mtrim): Likewise.
34721 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34722
f57f8055
RM
347232012-10-03 Roland McGrath <roland@hack.frob.com>
34724
34725 * sysdeps/mach/hurd/dl-cache.c: File removed.
34726 * config.h.in (USE_LDCONFIG): New #undef.
34727 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34728 * configure: Regenerated.
34729 * elf/Makefile (dl-routines): Add dl-cache only under
34730 [$(use-ldconfig) = yes].
34731 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34732 cache on [USE_LDCONFIG].
34733 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34734 [USE_LDCONFIG].
34735 * elf/rtld.c (dl_main): Likewise.
34736
5bb0c10a
PT
347372012-10-03 Pino Toscano <toscano.pino@tiscali.it>
34738
34739 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34740 _SC_LEVEL4_CACHE_LINESIZE.
34741
010188c6
RM
347422012-10-03 Roland McGrath <roland@hack.frob.com>
34743
34744 * sysdeps/unix/bsd/confstr.h: File removed.
34745
b6c5ec07
AO
347462012-10-02 Alexandre Oliva <aoliva@redhat.com>
34747
34748 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34749 sys/sdt-config.h.
34750
408223d4
RM
347512012-10-02 Roland McGrath <roland@hack.frob.com>
34752
34753 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34754 Make 'mapoff' field ElfW(Off) rather than off_t.
34755
bb9510dc
DL
347562012-10-02 Dmitry V. Levin <ldv@altlinux.org>
34757
fc997c6e
DL
34758 * nscd/Makefile: Remove nscd-cflags and all its users.
34759 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34760 (CFLAGS-nonlib): Add compiler flags for nscd modules.
34761
bb9510dc
DL
34762 [BZ #10631]
34763 * malloc.c (malloc_printerr): Clarify error message.
34764
05699367
L
347652012-10-02 H.J. Lu <hongjiu.lu@intel.com>
34766
34767 [BZ #14648]
34768 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34769 Set bit_FMA_Usable if FMA is supported.
34770 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34771 macro.
34772 (bit_FMA4_Usable): Updated.
34773 (index_FMA_Usable): New macro.
34774 (CPUID_FMA): Likewise
34775 (HAS_FMA): Defined with bit_FMA_Usable.
34776
51367701
RM
347772012-10-01 Roland McGrath <roland@hack.frob.com>
34778
34779 * bits/types.h (__swblk_t): Type removed.
34780 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34781 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34782 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34783 (__SWBLK_T_TYPE): Likewise.
34784 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34785 (__SWBLK_T_TYPE): Likewise.
34786 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34787 (__SWBLK_T_TYPE): Likewise.
34788 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34789 (__SWBLK_T_TYPE): Likewise.
34790
4d57bf63 347912012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 34792 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
34793
34794 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34795 (xdr_mapname): Use YPMAXMAP as maxsize.
34796 (xdr_peername): Use YPMAXPEER as maxsize.
34797 (xdr_keydat): Use YPAXRECORD as maxsize.
34798 (xdr_valdat): Use YPMAXRECORD as maxsize.
34799
93c65d43
RM
348002012-10-01 Roland McGrath <roland@hack.frob.com>
34801
497a03d6
RM
34802 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34803
93c65d43
RM
34804 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34805 * csu/init-first.c: ... here.
34806 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34807 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34808 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34809 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34810 * sysdeps/i386/init-first.c: File removed.
34811 * sysdeps/sh/init-first.c: File removed.
34812
bec749fd
JM
348132012-10-01 Joseph Myers <joseph@codesourcery.com>
34814
34815 [BZ #14645]
34816 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34817 if x * y might underflow to zero and z is zero.
34818 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34819 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34820 * math/libm-test.inc (min_subnorm_value): New variable.
34821 (fma_test): Add more tests.
34822 (fma_test_towardzero): Likewise.
34823 (fma_test_downward): Likewise
34824 (fma_test_upward): Likewise.
34825 (initialize): Set min_subnorm_value.
34826
8ec5b013
JM
348272012-09-29 Joseph Myers <joseph@codesourcery.com>
34828
34829 [BZ #14638]
34830 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34831 0 + 0.
34832 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34833 mode for addition resulting in exact zero.
34834 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34835 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34836 exact 0 + 0.
34837 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34838 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34839 * math/libm-test.inc (fma_test): Add more tests.
34840 (fma_test_towardzero): New function.
34841 (fma_test_downward): Likewise.
34842 (fma_test_upward): Likewise.
34843 (main): Call the new functions.
34844
b1fa802e
DM
348452012-09-28 David S. Miller <davem@davemloft.net>
34846
34847 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34848
d3b9fd9e
RM
348492012-09-28 Roland McGrath <roland@hack.frob.com>
34850
ea4d37b3
RM
34851 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34852 instead of SIGALRM.
34853
ac51c949
RM
34854 * sysdeps/gnu/_G_config.h: Moved to ...
34855 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34856 * sysdeps/mach/hurd/_G_config.h: Moved to ...
34857 * sysdeps/generic/_G_config.h: ... here.
34858
28c195f7
RM
34859 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
34860
848917f9
RM
34861 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34862
6bacf05b
RM
34863 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34864 Conditionalize target on [libnss_test1.so-version].
34865
91363dbb
RM
34866 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34867
cc87f7d8
RM
34868 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34869 (elfobjdir): Move out of conditionals.
34870
b1c608fe
RM
34871 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34872 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34873 (__nss_lookup_function): Conditionalize label remove_from_tree on
34874 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 34875
1d9a6d96
DM
348762012-09-28 David S. Miller <davem@davemloft.net>
34877
34878 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34879 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34880 file.
34881 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34882 sysdep_routines.
34883 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34884 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34885 when HWCAP_SPARC_CRYPTO is present.
34886
72581615
PT
348872012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34888
34889 * io/tst-mknodat.c: Create a FIFO instead of a socket.
34890
715a900c
JL
348912012-09-28 Andreas Schwab <schwab@linux-m68k.org>
34892
34893 [BZ #6530]
34894 * stdio-common/vfprintf.c (process_string_arg): Revert
34895 2000-07-22 change.
34896
348972011-09-28 Jonathan Nieder <jrnieder@gmail.com>
34898
34899 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34900 for testcase.
34901 * stdio-common/tst-sprintf.c: Include <locale.h>
34902 (main): Test sprintf's handling of incomplete multibyte
34903 characters.
34904
9bac1d86
L
349052012-09-28 H.J. Lu <hongjiu.lu@intel.com>
34906
34907 * elf/dl-runtime.c (VERSYMIDX): Removed.
34908 * elf/dl-version.c (VERSYMIDX): Likewise.
34909 * elf/do-rel.h (VERSYMIDX): Likewise.
34910 (VALIDX): Likewise.
34911 * elf/dynamic-link.h (VERSYMIDX): Likewise.
34912 * elf/rtld.c (VALIDX): Likewise.
34913 (ADDRIDX): Likewise.
9bac1d86
L
34914 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34915 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34916 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
34917 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34918 (VALIDX): Likewise.
34919 (ADDRIDX): Likewise.
9bac1d86 34920
b31606c0
PT
349212012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34922
34923 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34924
11541177
JL
349252012-09-28 Dmitry V. Levin <ldv@altlinux.org>
34926
34927 [BZ #11438]
34928 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34929 to global scope.
34930 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34931 addresses are in the same scope as 192.0.2/24.
34932 * posix/gai.conf: Document new scope table defaults.
34933
adb26fae
SP
349342012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34935
34936 [BZ #5298]
34937 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34938 for ftell. Compute offsets from write pointers instead.
34939 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34940
4573c6b0
SP
349412012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34942
34943 [BZ #14543]
34944 * libio/Makefile (tests): New test case tst-fseek.
34945 * libio/tst-fseek.c: New test case to verify that fseek/ftell
34946 combination works in wide mode.
34947 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34948 state when the external buffer state changes.
34949
aa9bbfe6
DM
349502012-09-27 David S. Miller <davem@davemloft.net>
34951
34952 [BZ #14376]
34953 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34954 pass reloc->r_addend in as the 'high' argument to
34955 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34956
784421e7
DM
34957 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34958
c39bc8b8
PT
349592012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34960
34961 * rt/tst-aio2.c: Include <pthread.h>.
34962 * rt/tst-aio3.c: Likewise.
34963
1ccc2399
SE
349642012-09-27 Steve Ellcey <sellcey@mips.com>
34965
34966 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34967
31ed4153
L
349682012-09-27 H.J. Lu <hongjiu.lu@intel.com>
34969
25f5f885
L
34970 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34971 contents on [SHARED].
31ed4153 34972
b7bfe116
MP
349732012-09-26 Marek Polacek <polacek@redhat.com>
34974
34975 [BZ #14530]
34976 [BZ #13741]
34977 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34978 for C++ and GCC <4.3 as well as for non GCC compilers.
34979
43c4edba
MT
349802012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
34981
34982 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34983
6a1bf82f
RM
349842012-09-25 Roland McGrath <roland@hack.frob.com>
34985
34986 * Makefile.in (all, install): Declare with .PHONY.
34987 Reported by Michael Hope <michael.hope@linaro.org>.
34988
8ad11b9a
TMQMF
349892012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34990
34991 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34992 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34993 system header.
34994 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34995 Likewise.
34996 (sydep_routines): Add the new and the internal functions.
34997 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34998 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35000 (GLIBC_2.17): Add the new function.
35001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35002 (GLIBC_2.17): Likewise.
35003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35004 (GLIBC_2.17): Likewise.
35005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35006 (GLIBC_2.17): Likewise.
35007 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35008
7e2fca8d
AM
350092012-09-25 Alan Modra <amodra@gmail.com>
35010
35011 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35012 Add release barrier before setting once_control to say
35013 initialisation is done. Add hints on lwarx. Use macro in
35014 place of isync.
35015 (clear_once_control): Add release barrier.
35016
b87c4b24
JM
350172012-09-25 Joseph Myers <joseph@codesourcery.com>
35018
d032e0d2
JM
35019 [BZ #13629]
35020 * math/s_clog.c (__clog): Handle more values close to |z| = 1
35021 specially.
35022 * math/s_clog10.c (__clog10): Likewise.
35023 * math/s_clog10f.c (__clog10f): Likewise.
35024 * math/s_clog10l.c (__clog10l): Likewise.
35025 * math/s_clogf.c (__clogf): Likewise.
35026 * math/s_clogl.c (__clogl): Likewise.
35027 * math/Makefile (libm-calls): Add x2y2m1.
35028 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35029 (__x2y2m1): Likewise.
35030 (__x2y2m1l): Likewise.
35031 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35032 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35033 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35034 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35035 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35036 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35037 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35038 * sysdeps/i386/fpu/libm-test-ulps: Update.
35039 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35040
b87c4b24
JM
35041 [BZ #14621]
35042 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35043 int as type of variable DEPTH.
35044 (glob): Use size_t instead of int as type of variables NEWCOUNT
35045 and OLD_PATHC.
35046
6d3bf199
LD
350472012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35048
22bf5c17
LD
35049 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35050 Add s_sincosf-sse2.
35051 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35052 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35053 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35054 macros for using routine as __sincosf_ia32.
35055 Use macro for function declaration and weak_alias.
35056 * sysdeps/i386/fpu/libm-test-ulps: Update.
35057
35058 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35059 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35060
35061 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
35062 subnormal argument.
35063 * math/s_cexpf.c (__cexpf): Likewise.
35064 * math/s_csinf.c (__csinf): Likewise.
35065 * math/s_csinhf.c (__csinhf): Likewise.
35066 * math/s_ctanf.c (__ctanf): Likewise.
35067 * math/s_ctanhf.c (__ctanhf): Likewise.
35068 * math/s_ccosh.c (__ccoshf): Likewise.
35069 * math/s_cexp.c (__cexpl): Likewise.
35070 * math/s_csin.c (__csin): Likewise.
35071 * math/s_csinh.c (__csinh): Likewise.
35072 * math/s_ctan.c (__ctan): Likewise.
35073 * math/s_ctanh.c (ctanh): Likewise.
35074 * math/s_ccoshl.c (__ccoshl): Likewise.
35075 * math/s_cexpl.c (__cexpl): Likewise.
35076 * math/s_csinl.c (__csinl): Likewise.
35077 * math/s_csinhl.c (__csinhl): Likewise.
35078 * math/s_ctanl.c (__ctanl): Likewise.
35079 * math/s_ctanhl.c (__ctanhl): Likewise.
35080
203e5603
JM
350812012-09-25 Joseph Myers <joseph@codesourcery.com>
35082
35083 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35084 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35085 (_IO_off_t): Define to __off_t, not _G_off_t.
35086 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35087 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35088 (_IO_wint_t): Define to wint_t, not _G_wint_t.
35089 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35090 type of __dummy and __dummy2 fields.
35091 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35092 (_G_ssize_t): Likewise.
35093 (_G_off_t): Likewise.
35094 (_G_pid_t): Likewise.
35095 (_G_uid_t): Likewise.
35096 (_G_wchar_t): Likewise.
35097 (_G_wint_t): Likewise.
35098 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35099 (_G_ssize_t): Likewise.
35100 (_G_off_t): Likewise.
35101 (_G_pid_t): Likewise.
35102 (_G_uid_t): Likewise.
35103 (_G_wchar_t): Likewise.
35104 (_G_wint_t): Likewise.
35105 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35106 (_G_ssize_t): Likewise.
35107 (_G_off_t): Likewise.
35108 (_G_pid_t): Likewise.
35109 (_G_uid_t): Likewise.
35110 (_G_wchar_t): Likewise.
35111 (_G_wint_t): Likewise.
35112
9fab36eb
SP
351132012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35114
35115 * malloc/arena.c: Include malloc-sysdep.h.
35116 (shrink_heap): Use check_may_shrink_heap to decide if madvise
35117 is sufficient to shrink the heap or an unmap is needed.
35118 * sysdeps/generic/malloc-sysdep.h: New file. Define
35119 new function check_may_shrink_heap.
35120 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
35121 new function check_may_shrink_heap.
35122
2b4f00d1
SP
351232012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35124
35125 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35126 comments.
35127
9a9028b1
DL
351282012-09-24 Dmitry V. Levin <ldv@altlinux.org>
35129
57c69bef
DL
35130 * catgets/test-gencat.sh: Add "set -e".
35131 * elf/tst-pathopt.sh: Likewise.
35132 * grp/tst_fgetgrent.sh: Likewise.
35133 * iconvdata/run-iconv-test.sh: Likewise.
35134 * intl/tst-gettext.sh: Likewise.
35135 * intl/tst-gettext2.sh: Likewise.
35136 * intl/tst-gettext4.sh: Likewise.
35137 * intl/tst-gettext6.sh: Likewise.
35138 * intl/tst-translit.sh: Likewise.
35139 * io/ftwtest-sh: Likewise.
35140 * libio/test-freopen.sh: Likewise.
35141 * malloc/tst-mtrace.sh: Likewise.
35142 * posix/globtest.sh: Likewise.
35143 * posix/tst-getconf.sh: Likewise.
35144 * posix/wordexp-tst.sh: Likewise.
35145 * stdio-common/tst-printf.sh: Likewise.
35146 * stdio-common/tst-unbputc.sh: Likewise.
35147 * stdlib/tst-fmtmsg.sh: Likewise.
35148 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35149 * catgets/Makefile: Do not specify -e option when running
35150 testsuite shell scripts.
35151 * elf/Makefile: Likewise.
35152 * grp/Makefile: Likewise.
35153 * iconvdata/Makefile: Likewise.
35154 * intl/Makefile: Likewise.
35155 * io/Makefile: Likewise.
35156 * libio/Makefile: Likewise.
35157 * malloc/Makefile: Likewise.
35158 * posix/Makefile: Likewise.
35159 * stdio-common/Makefile: Likewise.
35160 * stdlib/Makefile: Likewise.
35161 * sysdeps/x86_64/Makefile: Likewise.
35162
9a9028b1
DL
35163 * io/ftwtest-sh: Add copyright header.
35164 * posix/globtest.sh: Likewise.
35165 * posix/tst-getconf.sh: Likewise.
35166 * posix/wordexp-tst.sh: Likewise.
35167 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35168
ced6f16e
L
351692012-09-24 H.J. Lu <hongjiu.lu@intel.com>
35170
94b32c39
L
35171 [BZ #13679]
35172 * Makeconfig (+link): Defined as $(+link-static) if
35173 $(build-shared) isn't yes.
35174 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35175 isn't yes.
35176 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35177
189e935b
L
35178 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35179
ced6f16e
L
35180 [BZ #14562]
35181 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35182 new chunk size with MALLOC_ALIGN_MASK.
35183
a9f8e53a
JM
351842012-09-24 Joseph Myers <joseph@codesourcery.com>
35185
35186 [BZ #5044]
35187 * stdio-common/printf_fphex.c: Include <stdbool.h> and
35188 <rounding-mode.h>.
35189 (__printf_fphex): Determine rounding using get_rounding_mode and
35190 round_away.
35191 * stdio-common/tst-printf-round.c (struct hex_test): New
35192 structure.
35193 (hex_tests): New variable.
35194 (test_hex_in_one_mode): New function.
35195 (do_test): Also run tests for hex float output.
35196
43153109
JM
351972012-09-21 Joseph Myers <joseph@codesourcery.com>
35198
35199 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35200 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35201 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35202 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35203 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35204 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35205 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35206 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35207
8a26625d
JM
352082012-09-20 Joseph Myers <joseph@codesourcery.com>
35209
35210 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35211 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35212 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35213 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35214
f3fd569c
DL
352152012-09-19 Dmitry V. Levin <ldv@altlinux.org>
35216
35217 [BZ #14579]
35218 * elf/rtld.c (dl_main): Limit the check for self loading to normal
35219 mode only.
35220 * elf/tst-rtld-load-self.sh: New test.
35221 * elf/Makefile: Run it.
35222
63bbedd4
JM
352232012-09-18 Joseph Myers <joseph@codesourcery.com>
35224
35225 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35226 (tst-writev-ENV): Remove.
35227 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35228
626f8b6a
CM
352292012-09-17 Chris Metcalf <cmetcalf@tilera.com>
35230
35231 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35232
b7aaa4d6
JM
352332012-09-17 Joseph Myers <joseph@codesourcery.com>
35234
35235 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35236 unconditional.
35237 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35238 Likewise.
35239 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35240 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35241 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35242 Likewise.
35243
65513990
L
352442012-09-14 H.J. Lu <hongjiu.lu@intel.com>
35245
35246 [BZ #14587]
35247 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35248 * config.make.in (have-cpp-asm-debuginfo): Removed.
35249 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35250 * configure: Regenerated.
35251
784761be
JM
352522012-09-14 Joseph Myers <joseph@codesourcery.com>
35253
35254 [BZ #5044]
35255 * stdio-common/printf_fp.c: Include <stdbool.h> and
35256 <rounding-mode.h>.
35257 (___printf_fp): Determine rounding using get_rounding_mode and
35258 round_away.
35259 * stdio-common/tst-printf-round.c: New file.
35260 * stdio-common/Makefile (tests): Add tst-printf-round.
35261 (link-libm): New variable.
35262 ($(objpfx)tst-printf-round): Depend in $(link-libm).
35263
9503345f
L
352642012-09-13 H.J. Lu <hongjiu.lu@intel.com>
35265
35266 [BZ #14576]
35267 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35268 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35269 Likewise.
35270 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35271 Likewise.
35272
ad35fc00
JM
352732012-09-13 Joseph Myers <joseph@codesourcery.com>
35274
35275 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35276 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35277 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35278 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35279
6c9b0f68
JM
352802012-09-12 Joseph Myers <joseph@codesourcery.com>
35281
35282 [BZ #14518]
35283 * include/rounding-mode.h: New file.
35284 * sysdeps/generic/get-rounding-mode.h: Likewise.
35285 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35286 * stdlib/strtod_l.c: Include <rounding-mode.h>.
35287 (MAX_VALUE): New macro.
35288 (MIN_VALUE): Likewise.
35289 (overflow_value): New function.
35290 (underflow_value): Likewise.
35291 (round_and_return): Use overflow_value and underflow_value to
35292 determine return values in overflow and underflow cases. Use
35293 round_away to determine rounding depending on rounding mode.
35294 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35295 determine return values in overflow and underflow cases.
35296 * stdlib/tst-strtod-round.c: Include <fenv.h>.
35297 (struct test_results): New structure.
35298 (struct test): Use struct test_results to store expected results
35299 for all rounding modes.
35300 (TEST): Include expected results for all rounding modes.
35301 (test_in_one_mode): New function.
35302 (do_test): Use test_in_one_mode to compute and check results.
35303 Check results for all rounding modes.
35304 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35305 $(link-libm).
35306
19fcedd5
AM
353072012-12-09 Allan McRae <allan@archlinux.org>
35308
1e9d84cd 35309 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 35310
8bbfd2f1
JM
353112012-09-11 Joseph Myers <joseph@codesourcery.com>
35312
35313 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35314 (_G_int32_t): Likewise.
35315 (_G_uint16_t): Likewise.
35316 (_G_uint32_t): Likewise.
35317 (_G_HAVE_BOOL): Likewise.
35318 (_G_HAVE_ATEXIT): Likewise.
35319 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35320 (_G_HAVE_IO_FILE_OPEN): Likewise.
35321 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35322 (_G_int32_t): Likewise.
35323 (_G_uint16_t): Likewise.
35324 (_G_uint32_t): Likewise.
35325 (_G_HAVE_BOOL): Likewise.
35326 (_G_HAVE_ATEXIT): Likewise.
35327 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35328 (_G_HAVE_IO_FILE_OPEN): Likewise.
35329 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35330 (_G_int32_t): Likewise.
35331 (_G_uint16_t): Likewise.
35332 (_G_uint32_t): Likewise.
35333 (_G_HAVE_BOOL): Likewise.
35334 (_G_HAVE_ATEXIT): Likewise.
35335 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35336 (_G_HAVE_IO_FILE_OPEN): Likewise.
35337
b1dc5912
L
353382012-09-11 H.J. Lu <hongjiu.lu@intel.com>
35339
35340 * csu/libc-tls.c: Update copyright years.
35341
0e886ef9
JM
353422012-09-10 Joseph Myers <joseph@codesourcery.com>
35343
28361c5e
JM
35344 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35345 [!_G_USING_THUNKS]: Remove conditional code.
35346 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35347 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35348
0e886ef9
JM
35349 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35350 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35351 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35352 (_G_VTABLE_LABEL_PREFIX): Likewise.
35353 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35354 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35355 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35356 (_G_VTABLE_LABEL_PREFIX): Likewise.
35357 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35358 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35359 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35360 (_G_VTABLE_LABEL_PREFIX): Likewise.
35361 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35362
bcba7aa2
L
353632012-09-10 H.J. Lu <hongjiu.lu@intel.com>
35364
35365 * libio/Makefile: Include ../Makeconfig before tests.
35366 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35367 only if $(build-shared) is yes.
35368
06585ee8
L
35369 * iconv/gconv_db.c: Update copyright years.
35370
80ccd52c
LD
353712012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35372
35373 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35374 unwind info if defined PIC. Fix special cases description.
35375 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35376
35377 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35378 DP_HI_MASK entry.
35379 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35380
691bc9c1
L
353812012-09-07 H.J. Lu <hongjiu.lu@intel.com>
35382
3d9b46b3
L
35383 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35384
de2139a9
L
35385 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35386 is NULL.
35387
5ca78dd0
L
35388 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35389 (LDLIBS-tst-chk4): This.
35390 (LDFLAGS-tst-chk5): Renamed to ...
35391 (LDLIBS-tst-chk5): This.
35392 (LDFLAGS-tst-chk6): Renamed to ...
35393 (LDLIBS-tst-chk6): This.
35394 (LDFLAGS-tst-lfschk4): Renamed to ...
35395 (LDLIBS-tst-lfschk4): This.
35396 (LDFLAGS-tst-lfschk5): Renamed to ...
35397 (LDLIBS-tst-lfschk5): This.
35398 (LDFLAGS-tst-lfschk6): Renamed to ...
35399 (LDLIBS-tst-lfschk6): This.
35400
691bc9c1
L
35401 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35402 on $(common-objpfx)soversions.mk.
35403
65cafb1c
JM
354042012-09-07 Joseph Myers <joseph@codesourcery.com>
35405
35406 [BZ #10014]
35407 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35408 example host name.
35409
c78ab094
SP
354102012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
35411
35412 * malloc/arena.c (arena_get_retry): New function that gets
35413 another arena for the caller to try its request on.
35414 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35415 current arena cannot fulfill the request.
35416 (__libc_memalign): Likewise.
35417 (__libc_memalign): Likewise.
35418 (__libc_pvalloc): Likewise.
35419 (__libc_calloc): Likewise.
35420
01f49f59
JT
354212012-09-05 John Tobey <john.tobey@gmail.com>
35422
35423 [BZ #13542]
35424 * manual/arith.texi (Operations on Complex): Fix description
35425 of carg branch cut.
35426
4c23fed5
JM
354272012-09-06 Joseph Myers <joseph@codesourcery.com>
35428
1d3c8572
JM
35429 [BZ #10014]
35430 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35431 host name.
35432
4c23fed5
JM
35433 [BZ #10038]
35434 * manual/memory.texi (Memory): Make order of menu items match
35435 order of sections.
35436
04570aaa
L
354372012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35438
35439 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35440 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
35441 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35442
b80af2f4
L
354432012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35444
35445 * csu/libc-tls.c (static_dtv): Renamed to ...
35446 (_dl_static_dtv): This. Make it global.
35447 (_dl_initial_dtv): Removed.
35448 (__libc_setup_tls): Updated.
35449 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35450 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35451 DL_INITIAL_DTV.
35452
2abe9f15
PM
354532012-09-06 Petr Machata <pmachata@redhat.com>
35454
35455 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35456 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35457 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35458 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35459
0948c3af
L
354602012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35461
35462 [BZ #14545]
35463 * csu/libc-tls.c (_dl_initial_dtv): New variable.
35464 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35465 freeing dtv[-1].
35466
a5055ad1
L
354672012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35468
35469 [BZ #14544]
35470 * Makeconfig (link-static-before-libc): Replace $(+prector)
35471 with $(+prectorT).
35472 (link-static-after-libc): Replace $(+postctor) with
35473 $(+postctorT).
35474 (link-bounded): Replace $(+prector)/$(+postctor) with
35475 $(+prectorT)/$(+postctorT).
35476 (+prectorT): New macro.
35477 (+postctorT): Likewise.
35478
ed8c2ecd
JM
354792012-09-06 Joseph Myers <joseph@codesourcery.com>
35480
35481 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35482 (round_str): Handle values above the maximum for IBM long double
35483 as inexact.
35484 * stdlib/tst-strtod-round.c (tests): Regenerated.
35485
14c996c8
AK
354862012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35487
35488 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35489 assembler flag.
35490 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35491 zarch_nohighgprs around the zarch optimized routines.
35492 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35493 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35494 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35495 for zarch.
35496
430d6ce6
DM
354972012-09-05 David S. Miller <davem@davemloft.net>
35498
35499 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35500
57f41c40
AS
35501 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35502 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
35503 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35504 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35505 entries.
35506
24d4e01b
AO
355072012-09-05 Alexandre Oliva <aoliva@redhat.com>
35508
35509 * malloc/arena.c: Fold copyright years.
35510 * malloc/mcheck.c, malloc/memusage.c: Likewise.
35511
61d58174
AO
355122012-09-05 Alexandre Oliva <aoliva@redhat.com>
35513
35514 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35515
20196a5e
AO
355162012-09-05 Alexandre Oliva <aoliva@redhat.com>
35517
35518 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
35519
5c447383
AO
355202012-09-05 Alexandre Oliva <aoliva@redhat.com>
35521
35522 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35523 change internal state upon failure.
35524
fad64255
AO
355252012-09-05 Alexandre Oliva <aoliva@redhat.com>
35526
35527 * malloc/mcheck.c (mcheck_check_all): Fix typo.
35528 * malloc/memusage.c (mmap): Likewise.
35529 (mmap64, mremap): Likewise. Adjust name in comment.
35530
1ffb8c90
SP
355312012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35532
35533 * libio/fileops.c: Fix typos in comments.
35534 * libio/oldfileops.c: Likewise.
35535 * libio/wfileops.c: Likewise.
35536
6ef9cc37
SP
355372012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35538
35539 [BZ #1349]
35540 * malloc/Makefile (tests): Add tst-malloc-usable test case.
35541 (tst-malloc-usable-ENV): Set environment for test case.
35542 * malloc/hooks.c (malloc_check_get_size): New function to get
35543 requested size.
35544 * malloc/malloc.c (musable): Use malloc_check_get_size.
35545 * malloc/tst-malloc-usable.c: New test case.
35546
4d038ae3
AS
355472012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35548
35549 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35550
c4e85184
AM
355512012-09-05 Allan McRae <allan@archlinux.org>
35552
b9dafc56 35553 [BZ #13966]
c4e85184
AM
35554 * configure.in (CXX_SYSINCLUDES): Use compiler output to
35555 determine header location.
35556 * configure: Regenerated.
35557
e1343020
AS
355582012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35559
35560 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35561 float format.
35562 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
35563 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35564 format.
e1343020
AS
35565 (test): Regenerate.
35566
0a9f1987
DM
355672012-09-04 David S. Miller <davem@davemloft.net>
35568
35569 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35570 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35571 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35572
29237804
FW
355732012-09-04 Florian Weimer <fweimer@redhat.com>
35574
35575 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35576 failures.
35577
edb3cb88
FW
35578 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35579
60160d83
JM
355802012-09-04 Joseph Myers <joseph@codesourcery.com>
35581
35582 [BZ #9914]
35583 * libio/iogetdelim.c: Include <limits.h>.
35584 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35585 + len + 1 would overflow.
35586
bcd6c8dc
AJ
355872012-09-03 Andreas Jaeger <aj@suse.de>
35588
35589 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35590 * sysdeps/i386/fpu/libm-test-ulps: Update.
35591
4ffffbd2
LD
355922012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35593
35594 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35595 Add s_sinf-sse2, s_conf-sse2.
35596
35597 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35598 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35599 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35600 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35601
35602 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35603 for using routine as __sinf_ia32.
35604 Use macro for function declaration and weak_alias.
35605 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35606 for using routine as __cosf_ia32.
35607 Use macro for function declaration and weak_alias.
35608
35609 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35610 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35611
35612 * sysdeps/x86_64/fpu/s_sinf.S: New file.
35613 * sysdeps/x86_64/fpu/s_cosf.S: New file.
35614 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35615
35616 * math/libm-test.inc (cos_test): Add more test cases.
35617 (sin_test): Likewise.
35618 (sincos_test): Likewise.
35619
511fa286
AK
356202012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35621
35622 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35623 (IFUNC_RESOLVE): Make pointers to the specialized implementations
35624 hidden.
35625 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35626
5f30cfec
L
356272012-09-02 H.J. Lu <hongjiu.lu@intel.com>
35628
35629 [BZ #14538]
35630 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35631 first element of the GOT.
35632 (elf_machine_load_address): Return the difference between
35633 the runtime address of _DYNAMIC and elf_machine_dynamic ().
35634
0786794f
AM
356352012-09-01 Allan McRae <allan@archlinux.org>
35636
5f30cfec
L
35637 [BZ #13412]
35638 * configure.in (AWK): Require gawk version 3.0 or later.
35639 * configure: Regenerated.
0786794f 35640
26889eac
JM
356412012-09-01 Joseph Myers <joseph@codesourcery.com>
35642
35643 * sysdeps/unix/sysv/linux/kernel-features.h
35644 (__ASSUME_POSIX_CPU_TIMERS): Remove.
35645 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35646 [__NR_clock_getres]: Make code unconditional.
35647 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35648 (clock_getcpuclockid): Remove code left unreachable by removal of
35649 conditionals.
35650 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35651 code unconditional.
35652 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35653 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35654 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35655 Make code unconditional.
35656 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35657 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35658 * sysdeps/unix/sysv/linux/clock_settime.c
35659 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35660 conditional code.
35661 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35662 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35663
d22e28b0
L
356642012-08-29 H.J. Lu <hongjiu.lu@intel.com>
35665
35666 [BZ #14476]
35667 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35668 scripts/test-installation.pl.
35669
35670 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35671 and $ld_so_version if it is set.
35672
050af9c4
SP
356732012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35674
35675 [BZ #14516]
35676 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35677 failure if reading from procfs failed.
35678 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35679
ad845c0b
JM
356802012-08-27 Joseph Myers <joseph@codesourcery.com>
35681
35682 * sysdeps/unix/sysv/linux/kernel-features.h
35683 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35684 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35685 Remove conditional code.
35686 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35687 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35688 Remove conditional code.
35689 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35690 * sysdeps/unix/sysv/linux/i386/fxstat.c
35691 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35692 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35693 * sysdeps/unix/sysv/linux/i386/fxstatat.c
35694 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35695 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35696 * sysdeps/unix/sysv/linux/i386/lxstat.c
35697 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35698 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35699 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35700 Remove conditional code.
35701 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35702 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35703 Remove conditional code.
35704 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35705 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35706 <kernel-features.h>.
35707 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35708 Remove.
35709 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35710 Remove conditional code.
35711 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35712 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35713 Remove conditional.
35714
5dbf56af
MF
357152012-08-27 Mike Frysinger <vapier@gentoo.org>
35716
35717 [BZ #5400]
35718 * NEWS: Add fixed bug number.
35719
d6e70f43
JM
357202012-08-27 Joseph Myers <joseph@codesourcery.com>
35721
7efb4737
JM
35722 [BZ #14519]
35723 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35724 underflowing exponent in case of negative sign.
35725 * stdlib/tst-strtod-round-data: Add more tests.
35726 * stdlib/tst-strtod-round.c (tests): Regenerated.
35727
af92131a
JM
35728 [BZ #3479]
35729 * stdlib/strtod_l.c (NDIG): Remove.
35730 (HEXNDIG): Likewise.
35731 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35732 smallest representable value.
35733 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35734 lie within an exact representation of 1/2 ulp of the result.
35735 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35736 unconditionally.
35737 (TENS_P9_IDX): Define unconditionally.
35738 (TENS_P9_SIZE): Likewise.
35739 (TENS_P10_IDX): Likewise.
35740 (TENS_P10_SIZE): Likewise.
35741 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35742 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35743 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35744 entries for 10^2^13 and 10^2^14.
35745 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35746 (TENS_P13_IDX): Define.
35747 (TENS_P13_SIZE): Likewise.
35748 (TENS_P14_IDX): Likewise.
35749 (TENS_P14_SIZE): Likewise.
35750 (_fpioconst_pow10): Change array size to
35751 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
35752 unconditional.
35753 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35754 1024]: Add entries for 10^2^13 and 10^2^14.
35755 [LAST_POW10 > _LAST_POW10]: Remove #error.
35756 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35757 (_fpioconst_pow10): Change array size to
35758 FPIOCONST_POW10_ARRAY_SIZE.
35759 * stdlib/gen-fpioconst.c: New file.
35760 * stdlib/gen-tst-strtod-round.c: Likewise.
35761 * stdlib/tst-strtod-round-data: Likewise.
35762 * stdlib/tst-strtod-round.c: Likewise.
35763 * stdlib/Makefile (tests): Add tst-strtod-round.
35764
d6e70f43
JM
35765 [BZ #14459]
35766 * stdlib/strtod_l.c: Include <stdint.h>.
35767 (NDEBUG): Do not define.
35768 (round_and_return): Change EXPONENT parameter to type intmax_t.
35769 Rearrange calculations to avoid internal overflow possibilities.
35770 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35771 Rearrange calculations to avoid internal overflow possibilities.
35772 Assert that number fits inside MPNSIZE limbs.
35773 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35774 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
35775 calculations and add assertions to avoid internal overflow
35776 possibilities. Add casts to avoid signed/unsigned operations.
35777 * stdlib/tst-strtod-overflow.c: New file.
35778 * stdlib/Makefile (tests): Add tst-strtod-overflow.
35779
1f529f7d
MP
357802012-08-25 Marek Polacek <polacek@redhat.com>
35781
35782 * time/time.h: Fix some typos in comments.
35783
59a629f1
RM
357842012-08-23 Roland McGrath <roland@hack.frob.com>
35785
35786 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35787 * posix/tst-rfc3484-2.c: Likewise.
35788 * posix/tst-rfc3484-3.c: Likewise.
35789
d3bafbc9
SM
357902012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
35791
35792 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35793 (EF_ARM_ABI_FLOAT_HARD): Likewise.
35794
4efcc022
JM
357952012-08-23 Joseph Myers <joseph@codesourcery.com>
35796
35797 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35798 #include of fxstatat64.c.
35799
3cc3ef96
RM
358002012-08-22 Roland McGrath <roland@hack.frob.com>
35801
f04e2132
RM
35802 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35803 * shadow/getspent_r.c: Likewise.
35804 * shadow/getspnam.c: Likewise.
35805 * shadow/getspnam_r.c: Likewise.
35806 * gshadow/getsgent.c: Likewise.
35807 * gshadow/getsgent_r.c: Likewise.
35808 * gshadow/getsgnam.c: Likewise.
35809 * gshadow/getsgnam_r.c: Likewise.
35810 * inet/getnetbyad.c: Likewise.
35811 * inet/getnetbyad_r.c: Likewise.
35812 * inet/getnetbynm.c: Likewise.
35813 * inet/getnetbynm_r.c: Likewise.
35814 * inet/getnetent.c: Likewise.
35815 * inet/getnetent_r.c: Likewise.
35816 * inet/getproto.c: Likewise.
35817 * inet/getproto_r.c: Likewise.
35818 * inet/getprtent.c: Likewise.
35819 * inet/getprtent_r.c: Likewise.
35820 * inet/getprtname.c: Likewise.
35821 * inet/getprtname_r.c: Likewise.
35822 * inet/getrpcbyname.c: Likewise.
35823 * inet/getrpcbyname_r.c: Likewise.
35824 * inet/getrpcbynumber.c: Likewise.
35825 * inet/getrpcbynumber_r.c: Likewise.
35826 * inet/getrpcent.c: Likewise.
35827 * inet/getrpcent_r.c: Likewise.
35828 * inet/getaliasent.c: Likewise.
35829 * inet/getaliasent_r.c: Likewise.
35830 * inet/getaliasname.c: Likewise.
35831 * inet/getaliasname_r.c: Likewise.
35832 * nscd/getgrgid_r.c: Likewise.
35833 * nscd/getgrnam_r.c: Likewise.
35834 * nscd/gethstbyad_r.c: Likewise.
35835 * nscd/gethstbynm3_r.c: Likewise.
35836 * nscd/getpwnam_r.c: Likewise.
35837 * nscd/getpwuid_r.c: Likewise.
35838 * nscd/getsrvbynm_r.c: Likewise.
35839 * nscd/getsrvbypt_r.c: Likewise.
35840 * nscd/gai.c: Likewise.
35841
c53d909c
RM
35842 * configure.in (build_nscd): New substituted variable, set
35843 by --disable-build-nscd and defaults to $use_nscd.
35844 * configure: Regenerated.
35845 * config.make.in (build-nscd): New substituted variable.
35846 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35847 Change conditional to require [$(build-nscd) = yes] as well.
35848 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35849
3cc3ef96
RM
35850 [BZ# 13696]
35851 * configure.in (use_nscd): New substituted variable, set by
35852 --disable-nscd. If enabled, define USE_NSCD.
35853 * configure: Regenerated.
35854 * config.h.in: Add USE_NSCD.
35855 * config.make.in (use-nscd): New substituted variable.
35856 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35857 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35858 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35859 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35860 (CFLAGS-getgrnam_r.c): Likewise.
35861 (CFLAGS-initgroups.c): Likewise.
35862 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35863 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35864 Variables removed.
35865 * inet/getnetgrent_r.c
35866 (nscd_setnetgrent): New function, broken out of ...
35867 (setnetgrent): ... here. Call it.
35868 (innetgr): Conditionalize nscd bits on [USE_NSCD].
35869 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35870 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35871 * nscd/Makefile (routines, aux): Move definitions after include of
35872 Makeconfig. Conditionalize on [$(use-nscd) != no].
35873 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35874 Conditionalize on [USE_NSCD].
35875 (is_nscd, nscd_init_cb): Likewise.
35876 (nss_load_library): Conditionalize init callback on [USE_NSCD].
35877 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35878 * nss/nss_db/db-init.c: Likewise.
35879 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35880 [USE_NSCD].
35881 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35882 (make_request): Use it.
35883 (cache_valid_p): New function.
35884 (__check_pf): Use it.
35885 * NEWS: Add item for --disable-nscd.
35886
07e51550
DL
358872012-08-22 Dmitry V. Levin <ldv@altlinux.org>
35888
35889 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35890 to support sed >= 4.2.1-20-ga9bf076.
35891 * configure: Regenerated.
35892
35a5b08b
RM
358932012-08-22 Roland McGrath <roland@hack.frob.com>
35894
35895 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35896 Conditionalize whole body on [IREL].
35897
8479f23a
JL
358982012-08-22 Jeff Law <law@redhat.com>
35899
35900 [BZ #14505]
35901 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35902 if the family is PF_UNSPEC.
35903
48da0b21
MF
359042012-08-22 Mike Frysinger <vapier@gentoo.org>
35905
35906 * Makerules (lib-version): Rename from V.
35907 (install-lib-nosubdir): Change V to lib-version.
35908
15d0da8c
WS
359092012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
35910
35911 [BZ #14252]
35912 * powerpc32/power6/wcschr.c: New file.
35913 * powerpc32/power6/wcscpy.c: New file.
35914 * powerpc32/power6/wcsrchr.c: New file.
35915 * powerpc64/power6/wcschr.c: New file.
35916 * powerpc64/power6/wcscpy.c: New file.
35917 * powerpc64/power6/wcsrchr.c: New file.
35918
bcca0895
MK
359192012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35920
35921 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35922 (two_way_short_needle): Use it.
5a4aaa33
RM
35923 * string/strstr.c (AVAILABLE1_USES_J): Define.
35924 * string/strcasestr.c: Likewise.
99677e57
MK
35925
35926 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35927 array references.
35928 * string/strcasestr.c (TOLOWER): Make side-effect safe.
35929
400726de
MK
35930 [BZ #11607]
35931 * NEWS: Add an entry.
35932 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35933 define their defaults.
35934 (two_way_short_needle): Detect end-of-string on-the-fly.
35935 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35936 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35937 * string/bug-strcasestr1.c: New test.
35938 * string/Makefile: Run it.
35939
20a71f2c
MK
359402012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35941
35942 [BZ #11607]
35943 * string/str-two-way.h (two_way_short_needle): Optimize matching of
35944 the first character.
35945
21ad0558
RM
359462012-08-21 Roland McGrath <roland@hack.frob.com>
35947
35948 * csu/elf-init.c (__libc_csu_irel): Function removed.
35949 * csu/libc-start.c (apply_irel): New function.
35950 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35951
0e1d9911
JM
359522012-08-21 Joseph Myers <joseph@codesourcery.com>
35953
35954 * sysdeps/unix/sysv/linux/kernel-features.h
35955 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35956 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35957 <kernel-features.h>.
35958 [__NR_fadvise64_64]: Make code unconditional.
35959 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35960 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35961 !__NR_fadvise64_64)]: Likewise.
35962 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35963 !__NR_fadvise64_64))]: Likewise.
35964 [__NR_fadvise64]: Make code unconditional.
35965 [!__NR_fadvise64]: Remove conditional code.
35966 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35967 <kernel-features.h>.
35968 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35969 unconditional.
35970 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35971 conditional code.
35972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35973 not include <kernel-features.h>.
35974 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35975 unconditional.
35976 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35977 conditional code.
35978 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35979 include <kernel-features.h>.
35980 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35981 unconditional.
35982 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35983 conditional code.
35984
14a50c9d
WS
359852012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
35986
35987 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35988 slight instruction rearrangements per scrollpipe analysis.
35989 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35990
c0f4faf0
RM
359912012-08-20 Roland McGrath <roland@hack.frob.com>
35992
696da859
RM
35993 * manual/syslog.texi (syslog; vsyslog, closelog):
35994 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35995 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35996
c0f4faf0
RM
35997 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35998 DSOCAPS to match condition on defining it.
35999
348363b2
JM
360002012-08-20 Joseph Myers <joseph@codesourcery.com>
36001
a35cbf28
JM
36002 * sysdeps/unix/sysv/linux/kernel-features.h
36003 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36005 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36006 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36007 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36008 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36009 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36011 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36012 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36013
445f7ecd
JM
36014 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36015 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36016
348363b2
JM
36017 * sysdeps/unix/sysv/linux/kernel-features.h
36018 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36019 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36020 unconditional.
36021 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36022 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36023 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36024 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36025 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36026 Make code unconditional.
36027 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36028 (__mmap64) [!__NR_mmap2]: Likewise.
36029 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36030 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36031 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36032 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36033 [__NR_mmap2]: Make code unconditional.
36034 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36035 (__mmap64) [!__NR_mmap2]: Likewise.
36036
bc5bc0e5
AK
360372012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36038
36039 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36040
88d506de
AJ
360412012-08-18 Andreas Jaeger <aj@suse.de>
36042
36043 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36044
493387d2
MF
360452012-08-18 Mike Frysinger <vapier@gentoo.org>
36046
36047 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36048 * include/unistd.h (__have_sock_cloexec): Likewise.
36049 (__have_pipe2): Likewise.
36050 (__have_dup3): Likewise.
36051
a277af22
MF
360522012-08-18 Mike Frysinger <vapier@gentoo.org>
36053
36054 [BZ #9685]
36055 * include/unistd.h (__have_pipe2): Change define into an extern int.
36056 (__have_dup3): Likewise.
36057 * socket/have_sock_cloexec.c: Include fcntl.h.
36058 (__have_pipe2): New variable.
36059 (__have_dup3): Likewise.
36060
fdab8fd3
MF
360612012-08-17 Mike Frysinger <vapier@gentoo.org>
36062
36063 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36064
31035e80
MP
360652012-08-17 Marek Polacek <polacek@redhat.com>
36066
36067 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36068 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36069
3bd9e993
RM
360702012-08-17 Roland McGrath <roland@hack.frob.com>
36071
c91c505f
RM
36072 * configure.in: Add AC_SUBST for sysheaders.
36073 * configure: Regenerated.
36074 * config.make.in (sysheaders): New substituted variable.
36075
7c6f9d53
RM
36076 * sysdeps/unix/mkfifo.c: Moved ...
36077 * sysdeps/posix/mkfifo.c: ... here.
36078 * sysdeps/unix/mkfifoat.c: Moved ...
36079 * sysdeps/posix/mkfifoat.c: ... here.
36080
36081 * sysdeps/unix/utime.c: Moved ...
36082 * sysdeps/posix/utime.c: ... here.
36083
36084 * sysdeps/unix/time.c: Moved ...
36085 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
36086 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36087 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
36088
36089 * sysdeps/unix/nice.c: Moved ...
36090 * sysdeps/posix/nice.c: ... here.
36091
36092 * sysdeps/unix/alarm.c: Moved ...
36093 * sysdeps/posix/alarm.c: ... here.
36094
3bd9e993
RM
36095 * intl/Makefile ($(codeset_mo)): Depend on the input file.
36096
d1f09384
JL
360972012-08-17 Jeff Law <law@redhat.com>
36098
36099 * intl/Makefile (codeset_mo): New variable.
36100 ($(codeset_mo)): New target.
36101 (tst-codeset.out): Depend on that. Remove explicit rule.
36102 (tst-gettext3.out, tst-gettext5.out): Likewise.
36103 (LOCPATH-ENV, tst-codeset-ENV): New variables.
36104 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36105 * intl/tst-codeset.sh: Remove.
36106 * intl/tst-gettext3.sh: Likewise.
36107 * intl/tst-gettext5.sh: Likewise.
36108
2ae1ae5c
RM
361092012-08-17 Roland McGrath <roland@hack.frob.com>
36110
c31fdb83
RM
36111 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
36112 * sysdeps/unix/syscalls.list: ... here.
36113
a0844057
RM
36114 * sysdeps/posix/getaddrinfo.c
36115 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36116 (gaiconf_init, gaiconf_reload): Use them.
36117 [!_STATBUF_ST_NSEC]
36118 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36119 Define using time_t rather than struct timespec.
36120
750c1f2a
RM
36121 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36122 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36123 Macros removed.
36124 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36125 [!NO_THREADS].
36126 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36127 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36128 Likewise.
36129
2ae1ae5c
RM
36130 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36131 __libc_cleanup_push argument.
36132
e66a42f5
RM
36133 * bits/param.h: New file.
36134 * misc/sys/param.h: New file.
36135 * include/sys/param.h: New file.
36136 * misc/Makefile (headers): Add bits/param.h.
36137 * sysdeps/generic/sys/param.h: File removed.
36138 * sysdeps/unix/sysv/linux/bits/param.h: New file.
36139 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36140 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 36141 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 36142
b7c08a66
RM
36143 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36144 last change.
36145
b2e1c562
RM
36146 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36147 [_IO_MTSAFE_IO].
36148 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36149 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36150 New macros.
36151
c75ccd4c
RM
36152 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36153 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36154 rather than -D_IO_MTSAFE_IO conditionally.
36155 * stdio-common/Makefile (CPPFLAGS): Likewise.
36156 * wcsmbs/Makefile (CPPFLAGS): Likewise.
36157 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36158 Use $(libio-mtsafe).
36159 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36160 of -D_IO_MTSAFE_IO.
36161 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36162 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36163 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36164 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36165 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36166 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36167 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36168 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36169 (CFLAGS-fread_u_chk.c): Likewise.
36170 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36171 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36172 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36173 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36174 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36175 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36176 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36177 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36178 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36179
36180 * libio/Makefile: Test [$(libc-reentrant) = yes]
36181 instead of [$(filter %REENTRANT, $(defines)) nonempty].
36182
36183 * Makeconfig
36184 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36185 * sysdeps/pthread/configure: File removed.
36186 * sysdeps/pthread/Makeconfig: New file.
36187 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36188 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36189
d9195db8
GB
361902012-08-16 Gary Benson <gbenson@redhat.com>
36191
36192 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36193 unmapping the first object in a namespace.
36194
86466cd9
RM
361952012-08-16 Roland McGrath <roland@hack.frob.com>
36196
36197 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36198 (__internal_setnetgrent): ... this. Add internal_function to
36199 definition. Add libc_hidden_def.
36200 (setnetgrent): Update caller.
36201 (internal_endnetgrent): Renamed to ...
36202 (__internal_endnetgrent): ... this. Add internal_function to
36203 definition. Add libc_hidden_def.
36204 (endnetgrent): Update caller.
36205 (internal_getnetgrent_r): Renamed to ...
36206 (__internal_getnetgrent_r): ... this. Add internal_function to
36207 definition. Add libc_hidden_def.
36208 (__getnetgrent_r): Update caller.
36209 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
36210
c3c8283c
JM
362112012-08-16 Joseph Myers <joseph@codesourcery.com>
36212
36213 * stdlib/longlong.h: Update from GCC.
36214
db1ee0a8
RM
362152012-08-16 Roland McGrath <roland@hack.frob.com>
36216
36217 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36218 on _QL, which is set by umul_ppmm but never used.
36219 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36220 variables, which are set by GMP macros but never used.
36221 * stdio-common/_itowa.c (_itowa): Likewise.
36222 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36223 * stdlib/mod_1.c (mpn_mod_1): Likewise.
36224
30f69637
CD
362252012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
36226
36227 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36228 struct La_sh_regs is not constant.
36229 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36230 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36231 and struct La_sparc64_regs are not constant.
36232
93a78ac4
JM
362332012-08-16 Joseph Myers <joseph@codesourcery.com>
36234
36235 * sysdeps/unix/sysv/linux/kernel-features.h
36236 (__ASSUME_POSIX_TIMERS): Remove.
36237 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36238 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36239 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36240 Make code unconditional.
36241 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36242 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36243 Make code unconditional.
36244 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36245 * sysdeps/unix/sysv/linux/clock_nanosleep.c
36246 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36247 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36248 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36249 Make code unconditional.
36250 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36251 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36252 (__libc_missing_posix_timers): Remove.
36253
dd924cd7
RM
362542012-08-15 Roland McGrath <roland@hack.frob.com>
36255
4b4f2771
RM
36256 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36257 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36258
601c888b
RM
36259 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36260
176790a7
RM
36261 * elf/dl-sym.c: Include <stdlib.h>.
36262
329bc018
RM
36263 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36264 constants, which avoids warnings in 32-bit builds.
36265
e04e272d
RM
36266 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36267 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36268
952bf94a
RM
36269 * misc/lseek.c: File moved to ...
36270 * io/lseek.c: ... here.
36271
7c99b50a
RM
36272 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36273
dd924cd7
RM
36274 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36275 shifting LEN more than 31 bits at once.
36276
b3f479a8
LD
362772012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36278
36279 [BZ #14195]
8c4ae0d4
RM
36280 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36281 segmentation fault for a case of two empty input strings.
b3f479a8
LD
36282 * string/test-strncasecmp.c (check1): Renamed to...
36283 (bz12205): ...this.
36284 (bz14195): Add new testcase for two empty input strings and N > 0.
36285 (test_main): Call new testcase, adapt for renamed function.
36286
9c55864e
AJ
362872012-08-15 Andreas Jaeger <aj@suse.de>
36288
36289 [BZ #14090]
36290 * crypt/md5test2.c: New test, based on test supplied by Serge
36291 Belyshev <belyshev@depni.sinp.msu.ru>.
36292 * crypt/Makefile (xtests): Add md5test-giant..
36293 * crypt/Makefile ($(objpfx)md5test-giant): Add.
36294
02dcb6c5
PE
362952012-08-15 Paul Eggert <eggert@cs.ucla.edu>
36296
36297 [BZ #14090]
36298 * crypt/md5.c (md5_process_block): Don't assume the buffer
36299 length is less than 2**32.
36300 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36301 length is less than 2**64.
36302
a3f95dcc
RM
363032012-08-15 Roland McGrath <roland@hack.frob.com>
36304
be75d758
RM
36305 * string/str-two-way.h: Include <sys/param.h>.
36306 (MAX): Macro removed.
36307
7312ca90
RM
36308 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36309 Move #define and #undef of memmove to just before and after
36310 including <string.h>.
36311
9a0a5486
RM
36312 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36313 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36314 and after including <string.h>. Move declarations of
36315 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36316 to before #include "string/memmove.c".
36317
67cc348d
RM
36318 * include/dirent.h: Declare __getdirentries.
36319
a3f95dcc
RM
36320 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36321 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36322
ca98e171
MF
363232012-08-14 Mike Frysinger <vapier@gentoo.org>
36324
36325 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36326 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36327 * sysdeps/i386/configure: Regenerated.
36328 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36329 STABS_CURRENT_FILE, and STABS_FUN.
36330 (END): Remove call to STABS_FUN_END.
36331 (STABS_CURRENT_FILE1): Delete.
36332 (STABS_CURRENT_FILE): Likewise.
36333 (STABS_FUN): Likewise.
36334 (STABS_FUN_END): Likewise.
36335 (STABS_FUN2): Likewise.
36336 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36337 * sysdeps/x86_64/configure: Regenerated.
36338
5908bf46
RM
363392012-08-14 Roland McGrath <roland@hack.frob.com>
36340
36341 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 36342 * elf/dl-lookup.c: Likewise.
5908bf46 36343
f2c05b9e
JM
363442012-08-14 Joseph Myers <joseph@codesourcery.com>
36345
36346 * sysdeps/unix/sysv/linux/kernel-features.h
36347 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36348 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36349 unconditionally.
36350 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36351 unconditionally.
36352 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36353 condition on __ASSUME_CLONE_THREAD_FLAGS.
36354
e11f5155
AJ
363552012-08-14 Andreas Jaeger <aj@suse.de>
36356
36357 * sysdeps/i386/fpu/libm-test-ulps: Update.
36358
51a9ba86
MK
363592012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
36360
2fdd4f78
AJ
36361 * include/atomic.h (atomic_exchange_and_add): Split into ...
36362 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36363 New atomic macros.
51a9ba86 36364
ba6cba9e
MT
363652012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
36366
36367 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36368
42443a47
JL
363692012-08-13 Jeff Law <law@redhat.com>
36370
36371 * manual/stdio.texi (snprintf): Clarify handling of the trailing
36372 null byte in the output string.
36373
121dce05
JM
363742012-08-10 Joseph Myers <joseph@codesourcery.com>
36375
36376 * sysdeps/unix/sysv/linux/kernel-features.h
36377 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36378 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36379 (__ASSUME_ARG_MAX_STACK_BASED): Define.
36380 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36381 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36382 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
36383 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36384
bf51f568
JL
363852012-08-09 Jeff Law <law@redhat.com>
36386
36387 [BZ #13939]
36388 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36389 When avoid_arena is set, don't retry in the that arena. Pick the
36390 next one, whatever it might be.
36391 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36392 (arena_lock): Pass in new parameter to arena_get2.
36393 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36394 arena_get2.
36395 (__libc_malloc): Unify retrying after main arena failure with
36396 __libc_memalign version.
36397 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36398
f85fa270
L
363992012-08-09 H.J. Lu <hongjiu.lu@intel.com>
36400
36401 [BZ #14166]
36402 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36403 to __redirect_strstr.
36404 (__strstr_sse42): Use typeof __redirect_strstr.
36405 (__strstr_ia32): Likewise.
36406 (__libc_strstr): New prototype.
36407 (strstr): Renamed to ...
36408 (__libc_strstr): This.
36409 (strstr): New strong alias of __libc_strstr.
36410 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36411 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36412 __redirect_time.
36413 Include <time.h>.
36414 (__libc_time): New prototype.
36415 (time_ifunc): Replace time with __libc_time.
36416 (time): New strong alias and hidden definition of __libc_time.
36417 (__GI_time): Remove strong alias.
36418 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36419 Include <stddef.h>.
36420 (memmove): Redefined to __redirect_memmove.
36421 (__memmove_sse2): Use typeof __redirect_memmove.
36422 (__memmove_ssse3): Likewise.
36423 (__memmove_ssse3_back): Likewise.
36424 (__libc_memmove): New prototype.
36425 (memmove): Renamed to ...
36426 (__libc_memmove): This.
36427 (memmove): New strong alias of __libc_memmove.
36428
33b4a91e
MS
364292012-08-08 Mark Salter <msalter@redhat.com>
36430
36431 * elf/elf.h
36432 (R_MN10300_TLS_GD): Define.
36433 (R_MN10300_TLS_LD): Likewise.
36434 (R_MN10300_TLS_LDO): Likewise.
36435 (R_MN10300_TLS_GOTIE): Likewise.
36436 (R_MN10300_TLS_IE): Likewise.
36437 (R_MN10300_TLS_LE): Likewise.
36438 (R_MN10300_TLS_DTPMOD): Likewise.
36439 (R_MN10300_TLS_DTPOFF): Likewise.
36440 (R_MN10300_TLS_TPOFF): Likewise.
36441 (R_MN10300_SYM_DIFF): Likewise.
36442 (R_MN10300_ALIGN): Likewise.
36443 (R_MN10300_NUM): Update.
36444
b36137f1
JM
364452012-08-08 Joseph Myers <joseph@codesourcery.com>
36446
36447 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36448 Remove.
36449
cdd915fd
RM
364502012-08-08 Roland McGrath <roland@hack.frob.com>
36451
a2433aac
RM
36452 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36453
cdd915fd
RM
36454 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36455 sysdeps/unix -> sysdeps/posix move.
36456 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36457
bf9b740a
AM
364582012-08-07 Allan McRae <allan@archlinux.org>
36459
36460 [BZ #14303]
36461 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36462 (SUNOS_CPP): Likewise.
36463 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36464 not found.
36465 (open_input): Call CPP using execvp.
36466
93df14ee
JM
364672012-08-07 Joseph Myers <joseph@codesourcery.com>
36468
36469 * sysdeps/unix/sysv/linux/kernel-features.h
36470 (__ASSUME_PROT_GROWSUPDOWN): Remove.
36471 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36472 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36473 (__ASSUME_WAITID_SYSCALL): Likewise.
36474 * sysdeps/unix/sysv/linux/dl-execstack.c
36475 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36476 code unconditional.
36477 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36478 conditional code.
36479 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36480 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36481 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36482 code.
36483 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36484 unconditional.
36485 [__ASSUME_WAITID_SYSCALL]: Likewise.
36486 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36487
d34689de
RM
364882012-08-07 Roland McGrath <roland@hack.frob.com>
36489
a281decc
RM
36490 * sysdeps/unix/closedir.c: Renamed to ...
36491 * sysdeps/posix/closedir.c: ... here.
36492 * sysdeps/unix/dirfd.c: Renamed to ...
36493 * sysdeps/posix/dirfd.c: ... here.
36494 * sysdeps/unix/dirstream.h: Renamed to ...
36495 * sysdeps/posix/dirstream.h: ... here.
36496 * sysdeps/unix/fdopendir.c: Renamed to ...
36497 * sysdeps/posix/fdopendir.c: ... here.
36498 * sysdeps/unix/opendir.c: Renamed to ...
36499 * sysdeps/posix/opendir.c: ... here.
36500 * sysdeps/unix/readdir.c: Renamed to ...
36501 * sysdeps/posix/readdir.c: ... here.
36502 * sysdeps/unix/readdir_r.c: Renamed to ...
36503 * sysdeps/posix/readdir_r.c: ... here.
36504 * sysdeps/unix/rewinddir.c: Renamed to ...
36505 * sysdeps/posix/rewinddir.c: ... here.
36506 * sysdeps/unix/seekdir.c: Renamed to ...
36507 * sysdeps/posix/seekdir.c: ... here.
36508 * sysdeps/unix/telldir.c: Renamed to ...
36509 * sysdeps/posix/telldir.c: ... here.
36510 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36511 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36512 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36513 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36514
22895b47
RM
36515 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36516 * bits/fcntl.h: ... here.
36517
707a53b6
RM
36518 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36519 not 0.
36520 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36521 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36522 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36523 (struct flock): Move l_start, l_len to the beginning.
36524 Use __pid_t for l_pid.
36525 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36526 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36527 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36528 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36529 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36530 [__USE_LARGEFILE64] (struct flock64): New type.
36531 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36532
f0bd3e25
RM
36533 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36534 * bits/dirent.h: ... here.
36535
d34689de
RM
36536 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36537 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36538
6dad2c06
JM
365392012-08-07 Joseph Myers <joseph@codesourcery.com>
36540
36541 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36542 Change from 2.6.0 to 2.6.16.
36543 * sysdeps/unix/sysv/linux/configure: Regenerated.
36544 * sysdeps/unix/sysv/linux/kernel-features.h
36545 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36546 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36547 version.
36548 (__ASSUME_UTIMES): Likewise.
36549 (__ASSUME_CLONE_STOPPED): Remove.
36550 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36551 architectures, not kernel version.
36552 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36553 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36554 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36555 (__ASSUME_WAITID_SYSCALL): Likewise.
36556 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36557 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36558 * README: State 2.6.16 as minimum Linux kernel version. Do not
36559 refer to older versions.
36560
03af9520
RM
365612012-08-06 Roland McGrath <roland@hack.frob.com>
36562
8e49df1d
RM
36563 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36564 Define alphasort64 as an alias.
36565 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36566 Define versionsort64 as an alias.
36567 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36568 Define scandir64 as an alias.
36569 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36570 Define scandirat64 as an alias.
36571 * dirent/alphasort64.c (alphasort64):
36572 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36573 * dirent/versionsort64.c: Likewise.
36574 * dirent/scandir64.c: Likewise.
36575 * dirent/scandirat64.c: Likewise.
36576 * sysdeps/wordsize-64/alphasort.c: File removed.
36577 * sysdeps/wordsize-64/alphasort64.c: File removed.
36578 * sysdeps/wordsize-64/scandir.c: File removed.
36579 * sysdeps/wordsize-64/scandir64.c: File removed.
36580 * sysdeps/wordsize-64/scandirat.c: File removed.
36581 * sysdeps/wordsize-64/scandirat64.c: File removed.
36582 * sysdeps/wordsize-64/versionsort.c: File removed.
36583 * sysdeps/wordsize-64/versionsort64.c: File removed.
36584 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36585 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36586 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36587 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36588 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36589 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36590 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36591 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36592
36593 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36594 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36595 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36596 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36597 [defined __arch64__ || defined __sparcv9]
36598 (__INO_T_MATCHES_INO64_T): New macro.
36599 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36600 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36601 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36602 * sysdeps/unix/sysv/linux/bits/dirent.h
36603 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36604 (_DIRENT_MATCHES_DIRENT64): New macro.
36605
03af9520
RM
36606 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36607 Define lockf64 as an alias.
36608 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36609 Define fseeko64 as an alias.
36610 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36611 Define ftello64 as an alias.
36612 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36613 Define _IO_fgetpos64 and fgetpos64 as aliases.
36614 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36615 Define _IO_fsetpos64 and fsetpos64 as aliases.
36616 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36617 Conditionalize body on this.
36618 * libio/fseeko64.c: Likewise.
36619 * libio/ftello64.c: Likewise.
36620 * libio/iofgetpos64.c: Likewise.
36621 * libio/iofsetpos64.c: Likewise.
36622 * sysdeps/wordsize-64/lockf.c: File removed.
36623 * sysdeps/wordsize-64/lockf64.c: File removed.
36624 * sysdeps/wordsize-64/fseeko.c: File removed.
36625 * sysdeps/wordsize-64/fseeko64.c: File removed.
36626 * sysdeps/wordsize-64/ftello.c: File removed.
36627 * sysdeps/wordsize-64/ftello64.c: File removed.
36628 * sysdeps/wordsize-64/iofgetpos.c: File removed.
36629 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36630 * sysdeps/wordsize-64/iofsetpos.c: File removed.
36631 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36632 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36633 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36634 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36635 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36636 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36637 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36638 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36639 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36640 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36641 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36642
36643 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36644 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36645 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36646 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36647 [defined __arch64__ || defined __sparcv9]
36648 (__OFF_T_MATCHES_OFF64_T): New macro.
36649 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36650 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36651 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36652 (__OFF_T_MATCHES_OFF64_T): New macro.
36653
c5757acd
L
366542012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36655
36656 * stdlib/secure-getenv.c (__secure_getenv): Replace
36657 GLIBC_2_16 with GLIBC_2_17.
36658
3a31811e
L
366592012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36660
36661 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36662 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36663
faa2bccb
DM
366642012-08-03 David S. Miller <davem@davemloft.net>
36665
36666 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36667
85fe1997
JM
366682012-08-03 Joseph Myers <joseph@codesourcery.com>
36669
36670 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36671 Remove.
36672 (__ASSUME_CORRECT_SI_PID): Likewise.
36673 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36674 (__ASSUME_TMPFS_NAME): Likewise.
36675 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36676 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36677 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36678 (HAVE_AUX_SECURE): Make definition unconditional.
36679 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36680 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36681
4f75b7a0
RM
366822012-08-03 Roland McGrath <roland@hack.frob.com>
36683
36684 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36685 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36686 * sysdeps/mach/hurd/eloop-threshold.h: New file.
36687 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36688 __eloop_threshold instead of SYMLOOP_MAX.
36689
36690 * sysdeps/generic/eloop-threshold.h: New file.
36691 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36692 of MAXSYMLINKS.
36693 * elf/chroot_canon.c (chroot_canon): Likewise.
36694
7aab07e4
JM
366952012-08-03 Joseph Myers <joseph@codesourcery.com>
36696
36697 [BZ #13717]
36698 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36699 Change to 2.6.0 everywhere.
36700 * sysdeps/unix/sysv/linux/configure: Regenerated.
36701 * sysdeps/unix/sysv/linux/kernel-features.h
36702 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36703 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36704 kernel versions.
36705 (__ASSUME_POSIX_TIMERS): Define unconditionally.
36706 (__ASSUME_FUTEX_REQUEUE): Remove.
36707 (__ASSUME_STATFS64): Define unconditionally.
36708 (__ASSUME_AT_SECURE): Likewise.
36709 (__ASSUME_CORRECT_SI_PID): Likewise.
36710 (__ASSUME_TGKILL): Define without depending on kernel version for
36711 i386.
36712 (__ASSUME_UTIMES): Likewise.
36713 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36714 kernel version.
36715 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36716 (__ASSUME_TMPFS_NAME): Likewise.
36717 * README: Update reference to Linux kernel versions.
36718
b67e9372
MP
367192012-08-02 Marek Polacek <polacek@redhat.com>
36720
1f529f7d 36721 [BZ# 14150]
b67e9372
MP
36722 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
36723 libc_cv_asm_type_prefix with %.
36724 * configure: Regenerated.
d2441631
RM
36725 * include/libc-symbols.h: Remove comment about
36726 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
36727 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36728 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36729 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36730 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36731 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36732 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36733 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36734 * elf/tst-unique2mod1.c: Likewise.
36735 * elf/tst-unique1mod2.c: Likewise.
36736 * elf/tst-unique1mod1.c: Likewise.
36737 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36738 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36739 Replace ASM_TYPE_DIRECTIVE with .type.
36740 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36741 * sysdeps/i386/sysdep.h: Likewise.
36742 * sysdeps/x86_64/sysdep.h: Likewise.
36743 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
36744 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36745 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 36746 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
36747 * sysdeps/powerpc/powerpc32/sysdep.h:
36748 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
36749 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36750 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36751 * sysdeps/i386/fpu/e_powf.S: Likewise.
36752 * sysdeps/i386/fpu/e_expl.S: Likewise.
36753 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36754 * sysdeps/i386/fpu/e_acosh.S: Likewise.
36755 * sysdeps/i386/fpu/e_pow.S: Likewise.
36756 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36757 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36758 * sysdeps/i386/fpu/s_expm1.S: Likewise.
36759 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36760 * sysdeps/i386/fpu/e_log2.S: Likewise.
36761 * sysdeps/i386/fpu/e_log2l.S: Likewise.
36762 * sysdeps/i386/fpu/e_scalb.S: Likewise.
36763 * sysdeps/i386/fpu/e_powl.S: Likewise.
36764 * sysdeps/i386/fpu/e_log10f.S: Likewise.
36765 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36766 * sysdeps/i386/fpu/e_logl.S: Likewise.
36767 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36768 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36769 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36770 * sysdeps/i386/fpu/e_log2f.S: Likewise.
36771 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36772 * sysdeps/i386/fpu/e_log.S: Likewise.
36773 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36774 * sysdeps/i386/fpu/e_logf.S: Likewise.
36775 * sysdeps/i386/fpu/e_log10l.S: Likewise.
36776 * sysdeps/i386/fpu/e_atanh.S: Likewise.
36777 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36778 * sysdeps/i386/fpu/e_log10.S: Likewise.
36779 * sysdeps/i386/fpu/s_frexp.S: Likewise.
36780 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36781 * sysdeps/i386/fpu/s_asinh.S: Likewise.
36782 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36783 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36784 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36785 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36786 * sysdeps/i386/i686/strtok.S: Likewise.
36787 * sysdeps/i386/i386-mcount.S: Likewise.
36788 * sysdeps/i386/strtok.S: Likewise.
36789 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36790 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36791 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36792 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36793 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36794 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36795 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36796 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36797 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36798 * sysdeps/x86_64/_mcount.S: Likewise.
36799 * sysdeps/x86_64/strtok.S: Likewise.
36800 * sysdeps/sh/_mcount.S: Likewise.
36801
2747bf9a
RM
368022012-08-01 Roland McGrath <roland@hack.frob.com>
36803
36804 * libio/iofopen.c: Include <fcntl.h>.
36805 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36806 (_IO_fopen64, fopen64): Define as aliases.
36807 * libio/iofopen64.c: Include <fcntl.h>.
36808 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36809 Conditionalize body on this.
36810 * sysdeps/wordsize-64/iofopen.c: File removed.
36811 * sysdeps/wordsize-64/iofopen64.c: File removed.
36812
3fb791b8
MP
368132012-08-01 Marek Polacek <polacek@redhat.com>
36814
36815 * libc/Makeconfig: Use elf in place of binfmt-subdir.
36816 Use dlfcn directly instead of a variable.
36817 (binfmt-subdir): Do not define.
36818 (dlfcn): Likewise.
36819
a9f1039f
JM
368202012-08-01 Joseph Myers <joseph@codesourcery.com>
36821
23bddc06
JM
36822 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36823 Remove all definitions.
36824 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36825 <kernel-features.h>.
36826 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36827 (miss_F_GETOWN_EX): Remove all definitions.
36828 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36829 macro definition.
36830 [!__ASSUME_FCNTL64]: Remove conditional code.
36831 [__ASSUME_FCNTL64]: Make code unconditional.
36832 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36833 <kernel-features.h>.
36834 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36835 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36836 (lockf64) [__NR_fcntl64]: Make code unconditional.
36837 (lockf64) [__ASSUME_FCNTL64]: Likewise.
36838
a9f1039f
JM
36839 * sysdeps/unix/sysv/linux/kernel-features.h
36840 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36841 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36842 Make code unconditional.
36843 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36844 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36845 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36846 [__NR_vfork]: Make code unconditional.
36847 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36848 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36849 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36850 [__NR_vfork]: Make code unconditional.
36851 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36852 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36853
09c0ee5f
RM
368542012-08-01 Roland McGrath <roland@hack.frob.com>
36855
48aec5b9
RM
36856 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36857 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36858
cd97c966
RM
36859 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36860 Define mkstemp64 as an alias.
3f55550c
RM
36861 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36862 Define mkstemps64 as an alias.
cd97c966
RM
36863 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36864 Define mkostemp64 as an alias.
b8625cfc
RM
36865 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36866 Define mkostemps64 as an alias.
cd97c966
RM
36867 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36868 Conditionalize body on this.
36869 * misc/mkostemp64.c: Likewise.
b8625cfc 36870 * misc/mkostemps64.c: Likewise.
3f55550c 36871 * misc/mkstemps64.c: Likewise.
cd97c966
RM
36872 * sysdeps/wordsize-64/mkstemp64.c: File removed.
36873 * sysdeps/wordsize-64/mkostemp64.c: File removed.
36874 * sysdeps/wordsize-64/mkostemp.c: File removed.
36875 * sysdeps/wordsize-64/mkstemp.c: File removed.
36876 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36877 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36878 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36879 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36880
09c0ee5f
RM
36881 [BZ #14138]
36882 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36883 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36884 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36885 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36886
36887 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36888 compat_symbol macros from <shlib-compat.h> rather than the underlying
36889 default_symbol_version and symbol_version macros, so that DEFAULT
36890 lines in shlib-versions are respected.
36891 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36892
7e66ee51
FW
368932012-08-01 Florian Weimer <fweimer@redhat.com>
36894
36895 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36896 Declare with warn_unused_result.
36897 (setgid, setregid, setegid, setresgid): Likewise.
36898 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36899 Likewise.
36900 * WUR-REPORT: Remove set*id functions.
36901
d2a54255
PT
369022012-07-31 Pino Toscano <toscano.pino@tiscali.it>
36903
36904 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36905
7ecdb005
RM
369062012-07-31 Roland McGrath <roland@hack.frob.com>
36907
b4180a5e 36908 [BZ #10191]
789bd351
RM
36909 * include/sys/socket.h (__libc_accept, __libc_accept4):
36910 Add attribute_hidden.
36911 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36912
40ce302d
RM
36913 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36914 use of PTR_MANGLE.
36915 * inet/getnetgrent_r.c (setup): Likewise.
36916
7ecdb005
RM
36917 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36918
e2eabb2c
DM
369192012-07-31 David S. Miller <davem@davemloft.net>
36920
36921 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36922
d0419dbf
JM
369232012-07-31 Joseph Myers <joseph@codesourcery.com>
36924
36925 [BZ #13629]
36926 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36927 value between 1.0 and 2.0 and smaller part has absolute value less
36928 than 1.0.
36929 * math/s_clog10.c (__clog10): Likewise.
36930 * math/s_clog10f.c (__clog10f): Likewise.
36931 * math/s_clog10l.c (__clog10l): Likewise.
36932 * math/s_clogf.c (__clogf): Likewise.
36933 * math/s_clogl.c (__clogl): Likewise.
36934 * math/libm-test.inc (clog_test): Add more tests.
36935 (clog10_test): Likewise.
36936 * sysdeps/i386/fpu/libm-test-ulps: Update.
36937 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36938
2bc13872
FW
369392012-07-31 Florian Weimer <fweimer@redhat.com>
36940
36941 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36942 Exit with zero in case no suitable GID is found, and write a
36943 message to standard error.
36944
bea9b193
RM
369452012-07-30 Roland McGrath <roland@hack.frob.com>
36946
36947 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36948 rather than to 1.
36949 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36950 (MAXPATHLEN): Removed.
36951 (NOGROUP, NODEV): New macros.
36952 (setbit, clrbit, isset, isclr): New macros.
36953 (howmany, roundup, powerof2): New macros.
36954 (DEV_BSIZE): New macro.
36955
36956 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36957 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36958
36959 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36960 definition on [!__NO_LONG_DOUBLE_MATH].
36961
36962 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36963 PTR_MANGLE and PTR_DEMANGLE.
36964
36965 * socket/accept4.c (accept4): Rename to __libc_accept4.
36966 Define accept4 as a weak alias.
36967
36968 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36969 on [_DIRENT_HAVE_D_TYPE].
36970 * io/ftw.c (ftw_dir): Likewise.
36971
36972 * io/xmknod.c (__xmknod): Don't check PATH for being null.
36973
36974 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36975
36976 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36977 Use the BSD numbers rather than the arbitrary ones we had.
36978 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36979 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36980 (SIGXCPU, SIGXFSZ): New macros.
36981 (_NSIG): Now 32.
36982
36983 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36984 initializer on [_LIBC_REENTRANT].
36985
36986 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36987 definitions inside [_POSIX_MAPPED_FILES].
36988
36989 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36990
36991 * dirent/opendir.c: Include <fcntl.h>.
36992
36993 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36994 (__libc_getspecific): Likewise.
36995 (__libc_key_create): Likewise.
36996
36997 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36998 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36999 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37000 (tmpfile64): Define as alias.
37001 * sysdeps/wordsize-64/tmpfile.c: File removed.
37002 * sysdeps/wordsize-64/tmpfile64.c: File removed.
37003 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37004 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37005
37006 * stdio-common/vfscanf.c: Include <stdbool.h>.
37007 * nss/makedb.c: Likewise.
37008 * stdio-common/_i18n_number.h: Likewise.
37009 * argp/argp-help.c: Likewise.
37010 * posix/wordexp.c: Likewise.
37011 * sysdeps/posix/spawni.c: Likewise.
37012 * nss/nss_files/files-initgroups.c: Likewise.
37013 * stdio-common/reg-modifier.c: Include <stdlib.h>.
37014 * nss/nss_files/files-initgroups.c: Likewise.
37015 * nss/nss_db/db-netgrp.c: Likewise.
37016 * nss/nss_db/db-initgroups.c: Likewise.
37017 * io/fchmodat.c: Include <sys/stat.h>.
37018
37019 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37020 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37021
37022 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37023 [HAVE_MMAP].
37024
37025 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37026 Add multiple inclusion protection.
37027
e5abc686
DM
370282012-07-27 David S. Miller <davem@davemloft.net>
37029
37030 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37031
815e6fa3
GB
370322012-07-27 Gary Benson <gbenson@redhat.com>
37033
37034 [BZ #14298]
37035 * elf/rtld.c: Include <stap-probe.h>.
37036 (dl_main): Added static probes "init_start" and "init_complete".
37037 * elf/dl-load.c: Include <stap-probe.h>.
37038 (lose): Take new parameter "nsid".
37039 Added static probe "map_failed".
37040 (_dl_map_object_from_fd): Pass namespace id to lose.
37041 Added static probe "map_start".
37042 (open_verify): Pass namespace id to lose.
37043 * elf/dl-open.c: Include <stap-probe.h>.
37044 (dl_open_worker) Added static probes "map_complete", "reloc_start"
37045 and "reloc_complete".
37046 * elf/dl-close.c: Include <stap-probe.h>.
37047 (_dl_close_worker): Added static probes "unmap_start" and
37048 "unmap_complete".
37049 * elf/rtld-debugger-interface.txt: New file documenting the above.
37050
9f98c16c
RM
370512012-07-26 Roland McGrath <roland@hack.frob.com>
37052
37053 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37054 rather than a string variable.
37055 * sunrpc/rpc_main.c (h_output): Likewise.
37056 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37057
f3c22df3
PT
370582012-07-26 Pino Toscano <toscano.pino@tiscali.it>
37059
37060 * inet/check_native.c: New file.
37061
3129cfc6
JM
370622012-07-26 Joseph Myers <joseph@codesourcery.com>
37063
da865e95
JM
37064 [BZ #13629]
37065 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37066 if larger part has absolute value 1.0.
37067 * math/s_clog10.c (__clog10): Likewise.
37068 * math/s_clog10f.c (__clog10f): Likewise.
37069 * math/s_clog10l.c (__clog10l): Likewise.
37070 * math/s_clogf.c (__clogf): Likewise.
37071 * math/s_clogl.c (__clogl): Likewise.
37072 * math/libm-test.inc (clog_test): Add more tests.
37073 (clog10_test): Likewise.
37074 * sysdeps/i386/fpu/libm-test-ulps: Update.
37075 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37076
3129cfc6
JM
37077 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37078 (pltexit): Likewise.
37079 (La_regs): Likewise.
37080 (La_retval): Likewise.
37081 (int_retval): Likewise.
37082 Update #error for removed macros to refer only to definitions in
37083 tst-audit.h.
37084 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37085 macro.
37086 (pltexit): Likewise.
37087 (La_regs): Likewise.
37088 (La_retval): Likewise.
37089 (int_retval): Likewise.
37090 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37091 macro.
37092 (pltexit): Likewise.
37093 (La_regs): Likewise.
37094 (La_retval): Likewise.
37095 (int_retval): Likewise.
37096 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37097 macro.
37098 (pltexit): Likewise.
37099 (La_regs): Likewise.
37100 (La_retval): Likewise.
37101 (int_retval): Likewise.
37102 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37103 macro.
37104 (pltexit): Likewise.
37105 (La_regs): Likewise.
37106 (La_retval): Likewise.
37107 (int_retval): Likewise.
37108 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37109 macro.
37110 (pltexit): Likewise.
37111 (La_regs): Likewise.
37112 (La_retval): Likewise.
37113 (int_retval): Likewise.
37114 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37115 macro.
37116 (pltexit): Likewise.
37117 (La_regs): Likewise.
37118 (La_retval): Likewise.
37119 (int_retval): Likewise.
37120 * sysdeps/generic/tst-audit.h: Update comment to refer only to
37121 macro definitions in tst-audit.h.
37122 * sysdeps/i386/tst-audit.h: New file.
37123 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37124 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37125 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37126 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37127 * sysdeps/sh/tst-audit.h: Likewise.
37128 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37129 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37130 * sysdeps/x86_64/tst-audit.h: Likewise.
37131
bfc07087
AJ
371322012-07-26 Andreas Jaeger <aj@suse.de>
37133
b1b2aaf8
AJ
37134 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37135 ptrace.
37136
37137 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37138 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37139 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37140 PTRACE_O_MASK.
37141 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37142 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37143 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37144
bfc07087
AJ
37145 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37146 value.
37147
37148 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37149 _sigsys.
37150 (si_call_addr, si_syscall, si_arch): Define new macro.
37151 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37152 _sigsys.
37153 (si_call_addr, si_syscall, si_arch): Define new marcro.
37154 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37155 _sigsys.
37156 (si_call_addr, si_syscall, si_arch): Define new macro.
37157 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37158 _sigsys.
37159 (si_call_addr, si_syscall, si_arch): Define new macro.
37160
89b4b02f
JM
371612012-07-25 Joseph Myers <joseph@codesourcery.com>
37162
37163 [BZ #13717]
37164 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37165 Change to 2.4.21 where previously 2.4.1.
37166 * sysdeps/unix/sysv/linux/configure: Regenerated.
37167 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37168 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37169 Linux kernel version.
37170 (__ASSUME_STD_AUXV): Remove.
37171 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37172 kernel version.
37173 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37174 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37175 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37176 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37177 (__ASSUME_NETLINK_SUPPORT): Likewise.
37178 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37179 (__no_netlink_support): Remove conditional definition.
37180 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37181 Remove.
37182 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37183 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37184 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37185 (if_nameindex_ioctl): Remove.
37186 (if_nameindex_netlink): Do not handle __no_netlink_support.
37187 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37188 code.
37189 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37190 Remove conditional code.
37191 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37192 code.
37193 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37194 unconditional.
37195 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37196 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37197 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37198 Remove.
37199 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37200 [!__ASSUME_STD_AUXV]: Remove conditional code.
37201 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37202 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37203 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37204 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37205 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37206 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37207 code.
37208 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37210 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37211 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37212 conditional code.
37213 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37214 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37215 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37216 code.
37217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37218 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37219 conditional code.
37220 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37221 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37222 code unconditional.
37223 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37224 conditional code.
37225 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37226 unconditional.
37227 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37228 conditional code.
37229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37230 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37231 unconditional.
37232 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37233 conditional code.
37234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37235 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37236 code unconditional.
37237 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37238 conditional code.
37239 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37240 unconditional.
37241 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37242 conditional code.
37243 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37244 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37245 code unconditional.
37246 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37247 conditional code.
37248 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37249 unconditional.
37250 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37251 conditional code.
37252
842a39cd
AS
372532012-07-25 Andreas Schwab <schwab@linux-m68k.org>
37254
37255 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37256 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37257 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37258 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37259 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37260 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37261 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37262 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37263 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37264 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37265 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37266 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37267 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37268 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37269 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37270 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37271 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37272 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37273 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37274 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37275 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37276 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37277 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37278
84b3fd84
FW
372792012-07-25 Florian Weimer <fweimer@redhat.com>
37280
37281 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
37282 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37283 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37284 Introduce __libc_secure_getenv.
0c7936d5
FW
37285 * stdlib/Versions (2.17): Add secure_getenv
37286 (GLIBC_PRIVATE): Add __libc_secure_getenv.
37287 * stdlib/secure-getenv.c: Rename __secure_getenv to
37288 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
37289 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
37290 * stdlib/tst-secure-getenv.c: New.
37291 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
37292 * manual/startup.texi (Environment Access): Document
37293 secure_getenv.
84b3fd84
FW
37294 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37295 __libc_secure_getenv.
37296 * inet/ruserpass.c (ruserpass): Likewise.
37297 * malloc/mtrace.c (mtrace): Likewise.
37298 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 37299 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
37300 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37301 * sysdeps/posix/tempname.c: Likewise. Evaluate
37302 HAVE_SECURE_GETENV.
37303 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 37304 __secure_getenv to __libc_secure_getenv.
84b3fd84 37305 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
37306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37307 Likewise.
37308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37309 Likewise.
37310 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37311 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37312 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37313 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37314 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37315 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37316 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 37317
56e49b71
JM
373182012-07-25 Joseph Myers <joseph@codesourcery.com>
37319
37320 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37321 (struct La_i86_retval): Likewise.
37322 (struct La_x86_64_regs): Likewise.
37323 (struct La_x86_64_retval): Likewise.
37324 (struct La_x32_regs): Likewise.
37325 (struct La_x32_retval): Likewise.
37326 (struct La_ppc32_regs): Likewise.
37327 (struct La_ppc32_retval): Likewise.
37328 (struct La_ppc64_regs): Likewise.
37329 (struct La_ppc64_retval): Likewise.
37330 (struct La_sh_regs): Likewise.
37331 (struct La_sh_retval): Likewise.
37332 (struct La_s390_32_regs): Likewise.
37333 (struct La_s390_32_retval): Likewise.
37334 (struct La_s390_64_regs): Likewise.
37335 (struct La_s390_64_retval): Likewise.
37336 (struct La_sparc32_regs): Likewise.
37337 (struct La_sparc32_retval): Likewise.
37338 (struct La_sparc64_regs): Likewise.
37339 (struct La_sparc64_retval): Likewise.
37340 (struct audit_ifaces): Remove architecture-specific pltenter and
37341 pltexit members.
37342 * sysdeps/i386/ldsodefs.h: New file.
37343 * sysdeps/powerpc/ldsodefs.h: Likewise.
37344 * sysdeps/s390/ldsodefs.h: Likewise.
37345 * sysdeps/sh/ldsodefs.h: Likewise.
37346 * sysdeps/sparc/ldsodefs.h: Likewise.
37347 * sysdeps/x86_64/ldsodefs.h: Likewise.
37348
354691b7
MP
373492012-07-25 Marek Polacek <polacek@redhat.com>
37350
37351 [BZ #6808]
37352 * math/libm-test.inc (yn_test): Add another test.
37353 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37354 to ERANGE when the result is +-Inf.
37355 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37356 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37357 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37358 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37359
bf9e2071
JM
373602012-07-24 Joseph Myers <joseph@codesourcery.com>
37361
37362 * conform/data/time.h-data (NULL): Use macro-constant. Require
37363 equal to 0.
37364 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
37365 clock_t.
37366 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
37367
57633811
TS
373682012-07-23 Thomas Schwinge <thomas@codesourcery.com>
37369
37370 * configure.in <sysdeps resolving>: Correct printing
37371 Implies_before.
37372 * configure: Regenerate.
37373
c23c33b0
TS
373742012-07-22 Thomas Schwinge <thomas@codesourcery.com>
37375
37376 * math/w_ilogb.c: Include <limits.h>.
37377 * math/w_ilogbl.c: Likewise.
37378
b5982523
JM
373792012-07-20 Joseph Myers <joseph@codesourcery.com>
37380
37381 * manual/lang.texi (__va_copy): Document primarily as ISO C99
37382 va_copy. Document allowing for unavailable va_copy only as
37383 pre-C99 compatibility.
37384 * manual/string.texi (Copying and Concatenation): Use va_copy
37385 instead of __va_copy in concat example.
37386
ac4ea442
PT
373872012-07-20 Pino Toscano <toscano.pino@tiscali.it>
37388
37389 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37390 (__sendto): Use create_address_port. Initialize APORT and deallocate
37391 it if not null.
37392
f98eafbd
PT
37393 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37394 with O_NOLINK passed to __file_name_lookup.
37395
898c7aab
PT
37396 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37397 with O_NOLINK passed to __file_name_lookup.
37398
0ced335a
PT
37399 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37400 negative N or less than NGIDS.
37401
b3404dbd
PT
37402 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37403 type to string_t. Set ERANGE as errno and return it if NAME is not big
37404 enough. Use memcpy instead of strncpy.
37405
0f48659e
JM
374062012-07-20 Joseph Myers <joseph@codesourcery.com>
37407
37408 * elf/Makefile (check-data): Remove.
37409 (localplt.data): New vpath directive.
37410 ($(objpfx)check-localplt.out): Use localplt.data from vpath
37411 instead of $(check-data).
37412 * scripts/data/localplt-generic.data: Move to ...
37413 * sysdeps/generic/localplt.data: ... here.
37414 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37415 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37416 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37418 ... here.
37419 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37421 ... here.
37422 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37423 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37424 ... here.
37425 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37426 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37427 ... here.
37428 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37429 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37430 ... here.
37431 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37432 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37433 ... here.
37434
d37cbdaa
AZ
374352012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37436
37437 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37438 PPC32 and PPC64 files.
37439 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37440 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37441
46f85fc2
AK
374422012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37443
37444 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37445 __makecontext_ret to ...
37446 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37447 ... here and call exit if uc_link is NULL. New file.
37448 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37449 __makecontext_ret.S.
37450 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37451 __makecontext_ret to ...
37452 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37453 ... here and call exit if uc_link is NULL. New file.
37454 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37455 __makecontext_ret.S.
37456
08f43f9b
AK
374572012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37458
37459 * elf/elf.h (R_390_IRELATIVE): New definition.
37460 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37461 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
37462 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37463 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37464 (elf_machine_lazy_rel): Likewise.
37465 * sysdeps/s390/dl-irel.h: New file.
37466 * sysdeps/s390/s390-64/memcpy.S: New asm code.
37467 * sysdeps/s390/s390-64/memset.S: New asm code.
37468 * sysdeps/s390/s390-64/memcmp.S: New asm code.
37469 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37470 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37471 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37472 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37473 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37474 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37475 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37476 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37477 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37478 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37479 * sysdeps/s390/s390-32/memcpy.S: New asm code.
37480 * sysdeps/s390/s390-32/memset.S: New asm code.
37481 * sysdeps/s390/s390-32/memcmp.S: New asm code.
37482
3b05db33
MP
374832012-07-17 Marek Polacek <polacek@redhat.com>
37484
37485 [BZ #14349]
37486 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37487 * sysdeps/s390/s390-64/configure.in: Likewise.
37488 * sysdeps/sparc/configure.in: Likewise.
37489 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37490 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37491 * sysdeps/i386/configure.in: Likewise.
37492 * sysdeps/x86_64/configure.in: Likewise.
37493 * sysdeps/sh/configure.in: Likewise.
37494 * sysdeps/s390/s390-32/configure: Regenerated.
37495 * sysdeps/s390/s390-64/configure: Likewise.
37496 * sysdeps/x86_64/configure: Likewise.
37497 * sysdeps/sh/configure: Likewise.
37498 * sysdeps/powerpc/powerpc64/configure: Likewise.
37499 * sysdeps/powerpc/powerpc32/configure: Likewise.
37500 * sysdeps/sparc/configure: Likwise.
37501 * sysdeps/i386/configure: Likewise.
37502
a66877c6
MP
37503 * elf/dl-open.c: Comment fixes.
37504
cfc82fd8
JM
375052012-07-17 Joseph Myers <joseph@codesourcery.com>
37506
bd29910a
JM
37507 * Makefile [CXX] (check-data): Remove.
37508 [CXX] (c++-types.data): New vpath directive.
37509 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37510 vpath. Do not allow for C++ type data being missing.
37511 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37512 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37513 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37514 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37515 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37516 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37517 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37519 ... here.
37520 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37522 ... here.
37523 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37524 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37525 ... here.
37526 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37527 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37528 ... here.
37529 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37530 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37531 ... here.
37532 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37533 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37534 ... here.
37535 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37536 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37537 ... here.
37538 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37539 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37540
cfc82fd8
JM
37541 * elf/tls-macros.h (TLS_LE): Move architecture-specific
37542 definitions to architecture-specific files.
37543 (TLS_IE): Likewise.
37544 (TLS_LD): Likewise.
37545 (TLS_GD): Likewise.
37546 * sysdeps/i386/tls-macros.h: New file.
37547 * sysdeps/powerpc/tls-macros.h: Likewise.
37548 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37549 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37550 * sysdeps/sh/tls-macros.h: Likewise.
37551 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37552 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37553 * sysdeps/x86_64/tls-macros.h: Likewise.
37554
f7db3170
TS
375552012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37556
07cbfc23
TS
37557 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37558 zero value for regular exit case.
37559
f7db3170
TS
37560 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37561 (__start_context): Preserve zero value for regular exit case.
37562
dc97c227
TS
375632012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37564 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37565
37566 * manual/setjmp.texi (setcontext): Clarify normal process
37567 termination when uc_link is the null pointer.
37568 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37569 exit call.
37570
d0cd7d02
AS
375712012-07-16 Andreas Schwab <schwab@linux-m68k.org>
37572
37573 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37574 preprocessor. Test for each exception mask separately.
37575
dd318934
AJ
375762012-07-16 Andreas Jaeger <aj@suse.de>
37577
37578 * po/ru.po: Update from translation team.
37579
8048311a
JM
375802012-07-15 Joseph Myers <joseph@codesourcery.com>
37581
37582 * conform/data/string.h-data (NULL): Use macro-constant. Require
37583 equal to 0.
37584 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37585 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37586 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37587 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37588 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37589
b637d46e
AJ
375902012-07-13 Andreas Jaeger <aj@suse.de>
37591
37592 * po/fr.po: Update from translation team.
37593
541428fe
MP
375942012-07-12 Marek Polacek <polacek@redhat.com>
37595
37596 [BZ #14173]
37597 * math/libm-test.inc (yn_test): Add test for BZ #14173.
37598 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37599 loop condition.
37600
ec332e94
JM
376012012-07-12 Joseph Myers <joseph@codesourcery.com>
37602
37603 [BZ #13717]
37604 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37605 Change to 2.4.1 where previously 2.4.0.
37606 * sysdeps/unix/sysv/linux/configure: Regenerated.
37607 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37608 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37609 version.
37610 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37611 (__ASSUME_AT_CLKTCK): Remove.
37612 (__ASSUME_AT_PAGESIZE): Likewise.
37613 (__ASSUME_AT_XID): Likewise.
37614 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37615 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37616 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37617 unconditionally.
37618 (HAVE_AUX_PAGESIZE): Likewise.
37619 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37620 [__ASSUME_AT_CLKTCK]: Make code unconditional.
37621 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37622
7b6e99be
JB
376232012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
37624
37625 [BZ #14307]
37626 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37627 the temporary buffer used to invoke __gethostbyname2_r,
37628 __gethostbyaddr_r and gethostbyname4_r to make room for struct
37629 host_data / struct gaih_addrtuple.
37630 * resolv/nss_dns/dns-host.c (global scope): Move definition of
37631 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37632 header file nss/nsswitch.h.
37633 * nss/nsswitch.h (global scope): Add definition of implementation
37634 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37635 resolv/nss_dns/dns-host.c).
37636
608404eb
AJ
376372012-07-11 Andreas Jaeger <aj@suse.de>
37638
37639 * po/fr.po: Update from translation team.
37640
71220aca
AJ
37641 * po/sv.po: Update from translation team
37642 * po/fr.po: Another update from translation team.
37643
28cfe843
AZ
376442012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37645
37646 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37647 for subnormals or multiply small sinh result by itself.
37648 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37649 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37650
6b90f981
DM
376512012-07-11 David S. Miller <davem@davemloft.net>
37652
37653 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37654
c6825772
AS
376552012-07-10 Andreas Schwab <schwab@linux-m68k.org>
37656
37657 [BZ #14347]
37658 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37659 (INTERNAL_MARK): Shift it here.
37660
7b8e0d49
MP
376612012-07-10 Marek Polacek <polacek@redhat.com>
37662
37663 [BZ #14151]
37664 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
37665 libc_cv_asm_global_directive with .globl.
37666 * configure: Regenerated.
37667 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37668 with .globl.
37669 * sysdeps/i386/configure: Regenerated.
37670 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37671 with .globl.
37672 * sysdeps/x86_64/configure: Regenerated.
37673 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37674 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37675 * elf/tst-unique2mod2.c: Likewise.
37676 * elf/tst-unique2mod1.c: Likewise.
37677 * elf/tst-unique1mod2.c: Likewise.
37678 * elf/tst-unique1mod1.c: Likewise.
37679 * sysdeps/s390/s390-32/sysdep.h: Likewise.
37680 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37681 * sysdeps/s390/s390-64/sysdep.h: Likewise.
37682 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37683 * sysdeps/mach/sysdep.h: Likewise.
37684 * sysdeps/i386/sysdep.h: Likewise.
37685 * sysdeps/i386/i386-mcount.S: Likewise.
37686 * sysdeps/x86_64/_mcount.S: Likewise.
37687 * sysdeps/x86_64/sysdep.h: Likewise.
37688 * sysdeps/sh/_mcount.S: Likewise.
37689 * sysdeps/sh/sysdep.h: Likewise.
37690 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37691 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37692 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37693 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37694 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37695 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37696 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37697 * locale/localeinfo.h: Likewise.
37698 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37699 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37700
6c55cda3
RM
377012012-07-09 Roland McGrath <roland@hack.frob.com>
37702
37703 [BZ #14336]
37704 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37705 system".
37706 * manual/message.texi (The Uniforum approach): Likewise.
37707 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37708 (glibc iconv Implementation): Likewise.
37709
638a572e
JM
377102012-07-09 Joseph Myers <joseph@codesourcery.com>
37711
37712 [BZ #14337]
37713 * math/s_clog.c (__clog): Avoid scaling a value down where that
37714 could result in underflow.
37715 * math/s_clog10.c (__clog10): Likewise.
37716 * math/s_clog10f.c (__clog10f): Likewise.
37717 * math/s_clog10l.c (__clog10l): Likewise.
37718 * math/s_clogf.c (__clogf): Likewise.
37719 * math/s_clogl.c (__clogl): Likewise.
37720 * math/libm-test.inc (clog_test): Add more tests.
37721 (clog10_test): Likewise.
37722 * sysdeps/i386/fpu/libm-test-ulps: Update.
37723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37724
261f4859
AS
377252012-07-06 Andreas Schwab <schwab@linux-m68k.org>
37726
0abaf3e4
AS
37727 [BZ #14283]
37728 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37729 by 7 not 8 to examine high bit of fractional part.
37730
261f4859
AS
37731 [BZ #14042]
37732 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37733 for call to __mcount_internal.
37734 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37735 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37736 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37737
f17ac40d
JM
377382012-07-06 Joseph Myers <joseph@codesourcery.com>
37739
9ad63c23
JM
37740 [BZ #14154]
37741 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37742 approximation for values within 0x1p-13f of an odd multiple of
37743 pi/4.
37744 * math/libm-test.inc (tan_test): Do not allow spurious underflow
37745 exception. Add more tests.
37746 * sysdeps/i386/fpu/libm-test-ulps: Update.
37747
f17ac40d
JM
37748 [BZ #6778]
37749 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37750 inputs and return -1 for them. Do not check for +Inf in case not
37751 reachable for +Inf.
37752 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37753 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37754 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37755 and return -1 for them. Do not check for +Inf in case not
37756 reachable for +Inf.
37757 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37758 define.
37759 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37760 and return -1 for them. Do not check for +Inf in case not
37761 reachable for +Inf.
37762 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
37763 spurious underflow.
37764 * sysdeps/i386/fpu/libm-test-ulps: Update.
37765 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37766
fb21f89b
MF
377672012-07-06 Mike Frysinger <vapier@gentoo.org>
37768
37769 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37770
cdfe2c5e
JM
377712012-07-05 Joseph Myers <joseph@codesourcery.com>
37772
37773 [BZ #14157]
37774 [BZ #14331]
37775 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37776 could result in spurious underflow. Scale down values above
37777 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37778 * math/s_csqrtf.c (__csqrtf): Likewise.
37779 * math/s_csqrtl.c (__csqrtl): Likewise.
37780 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
37781 spurious underflow.
37782 * sysdeps/i386/fpu/libm-test-ulps: Update.
37783 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37784
70d35b67
AS
377852012-07-04 Andreas Schwab <schwab@linux-m68k.org>
37786
704bc459
AS
37787 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37788 xopen-msg.sed.
37789 * catgets/xopen-msg.awk: New file.
37790 * catgets/xopen-msg.sed: Removed.
37791
70d35b67
AS
37792 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37793 po2text.sed.
37794 * intl/po2test.awk: New file.
37795 * intl/po2test.sed: Removed.
37796
ca61cf32
JM
377972012-07-04 Joseph Myers <joseph@codesourcery.com>
37798
37799 [BZ #14328]
37800 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37801 or multiply small sinh result by itself.
37802 * math/s_ctanf.c (__ctanf): Likewise.
37803 * math/s_ctanh.c (__ctanh): Likewise.
37804 * math/s_ctanhf.c (__ctanhf): Likewise.
37805 * math/s_ctanhl.c (__ctanhl): Likewise.
37806 * math/s_ctanl.c (__ctanl): Likewise.
37807 * math/libm-test.inc (ctan_test_tonearest): New function.
37808 (ctan_test_towardzero): Likewise.
37809 (ctan_test_downward): Likewise.
37810 (ctan_test_upward): Likewise.
37811 (ctanh_test_tonearest): Likewise.
37812 (ctanh_test_towardzero): Likewise.
37813 (ctanh_test_downward): Likewise.
37814 (ctanh_test_upward): Likewise.
37815 (main): Call these new functions.
37816 * sysdeps/i386/fpu/libm-test-ulps: Update.
37817 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37818
ca48a46a
MF
378192012-07-03 Mike Frysinger <vapier@gentoo.org>
37820
37821 * .gitignore: Delete /ports entry.
37822
9d63d37d
AJ
378232012-07-03 Andreas Jaeger <aj@suse.de>
37824
37825 * po/bg.po: Update from translation team.
37826 * po/cs.po: Likewise.
37827 * po/de.po: Likewise.
37828 * po/hr.po: Likewise.
37829 * po/nl.pl: Likewise.
37830 * po/pl.po: Likewise.
37831 * po/vi.po: Likewise.
37832
370ca3d2
JM
378332012-07-03 Joseph Myers <joseph@codesourcery.com>
37834
95f5a9a8
JM
37835 * Makeconfig [!+link] (+link-before-libc): New variable.
37836 [!+link] (+link-after-libc): Likewise.
37837 [!+link] (+link-tests): Likewise.
37838 [!+link] (+link): Define in terms of $(+link-before-libc) and
37839 $(+link-after-libc).
37840 [!+link-static] (+link-static-before-libc): New variable.
37841 [!+link-static] (+link-static-after-libc): Likewise.
37842 [!+link-static] (+link-static-tests): Likewise.
37843 [!+link-static] (+link-static): Define in terms of
37844 $(+link-static-before-libc) and $(+link-static-after-libc).
37845 [build-shared] (link-libc-before-gnulib): New variable.
37846 [build-shared] (link-libc-tests): Likewise.
37847 [build-shared] (link-libc): Define in terms of
37848 $(link-libc-before-gnulib).
37849 [!build-shared] (link-libc-tests): New variable.
37850 (link-libc-static-tests): New variable.
37851 [!gnulib] (gnulib-arch): New variable.
37852 [!gnulib] (gnulib-tests): Likewise.
37853 [!gnulib] (static-gnulib-arch): Likewise.
37854 [!gnulib] (static-gnulib-tests): Likewise.
37855 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
37856 Define with "=" instead of ":=".
37857 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
37858 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
37859 * Rules (binaries-all-notests): New variable.
37860 (binaries-all-tests): Likewise.
37861 (binaries-static-notests): Likewise.
37862 (binaries-static-tests): Likewise.
37863 (binaries-all): Define using $(binaries-all-notests) and
37864 $(binaries-all-tests).
37865 (binaries-static): Define using $(binaries-static-notests) and
37866 $(binaries-static-tests).
37867 (binaries-shared-tests): New variable.
37868 (binaries-shared-notests): Likewise.
37869 (binaries-shared): Remove variable.
37870 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37871 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37872 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37873 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37874 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37875 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37876 * elf/Makefile (sln-modules): New variable.
37877 (extra-objs): Add $(sln-modules:=.o).
37878 (ldconfig-modules): Add static-stubs.
37879 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37880 * elf/static-stubs.c: New file.
37881
7a845b2c
JM
37882 [BZ #14283]
37883 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37884 by 7 not 8 to examine high bit of fractional part. Use volatile
37885 variables when splitting into final array of floats if
37886 __FLT_EVAL_METHOD__ != 0.
37887 * math/libm-test.inc (cos_test): Add another test.
37888 (sin_test): Likewise.
37889 * sysdeps/i386/fpu/libm-test-ulps: Update.
37890
e2283f38
JM
37891 [BZ #14273]
37892 * math/libm-test.inc (cosh_test): Add more tests.
37893
370ca3d2
JM
37894 * version.h (RELEASE): Set to "development".
37895 (VERSION): Set to "2.16.90".
37896
ee9247c3
CD
378972012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
37898
37899 * NEWS: Update copyright. Remove last-updated date.
37900 Mention math library bug fixes and timezone data changes.
37901 * README: Mention GNU/Hurd, x32, and HPPA support status.
37902
4648c381
TS
379032012-06-28 Thomas Schwinge <thomas@codesourcery.com>
37904
37905 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37906
aac78a43
AJ
379072012-06-27 Andreas Jaeger <aj@suse.de>
37908
37909 * manual/contrib.texi (Contributors): Add Samuel Thibault.
37910
ed3dbfad
AJ
379112012-06-25 Andreas Jaeger <aj@suse.de>
37912
37913 * sysdeps/s390/fpu/libm-test-ulps: Update.
37914
4d0ee855
AS
379152012-06-23 Andreas Schwab <schwab@linux-m68k.org>
37916 Thomas Schwinge <thomas@codesourcery.com>
37917
37918 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37919 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37920 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37921 fanotify_mark.
37922
af1bce34
TS
379232012-06-23 Thomas Schwinge <thomas@codesourcery.com>
37924
a9fa33ba
TS
37925 * sysdeps/mach/start.c: Remove file.
37926 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37927 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37928 * sysdeps/sh/init-first.c: Likewise.
37929
58f902b8
TS
37930 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37931 registers for frame unwinding purposes, add CFI directives.
37932 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37933 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37934 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37935 Likewise.
37936
1518f58b
TS
37937 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37938 __fortify_fail returning.
37939 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37940
db9b5059
TS
37941 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37942 sysdeps/sh/____longjmp_chk.S.
37943 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37944 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37945 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37946 (gen-as-const-headers): Append sigaltstack-offsets.sym.
37947
967705fe
TS
37948 * sysdeps/sh/abort-instr.h: New file.
37949 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37950 process in case exit returns.
37951
a9def8c4
TS
37952 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37953 initialize the GOT register before use.
37954
2a649725
TS
37955 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37956 calculation of ARGC > 4.
37957
af1bce34
TS
37958 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37959 meaningful names to some local labels.
37960
d230f50a
KK
379612012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37962 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37963
37964 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37965 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37966 (__arch_compare_and_exchange_val_16_acq): Likewise.
37967 (__arch_compare_and_exchange_val_32_acq): Likewise.
37968 (atomic_exchange_and_add): Fix gUSA sequence.
37969 (atomic_add): Likewise.
37970 (atomic_add_negative): Likewise.
37971 (atomic_add_zero): Likewise.
37972 (atomic_bit_test_set): Likewise.
37973
0479b305
AS
379742012-06-22 Andreas Schwab <schwab@redhat.com>
37975
37976 [BZ #13579]
37977 * include/link.h (struct link_map): Add l_free_initfini.
37978 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37979 l_initfini.
37980 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37981 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37982 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37983 set.
37984
0e3933b9
CD
379852012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
37986
37987 * configure.in: Use AC_LANG_SOURCE.
37988 * configure: Regenerate.
37989
4248b1b1
RM
379902012-06-22 Roland McGrath <roland@hack.frob.com>
37991
37992 * configure.in (libc_cv_localstatedir): New substituted variable.
37993 * configure: Regenerated.
37994 * config.make.in (localstatedir): New variable, substituted from
37995 libc_cv_localstatedir.
37996 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37997 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37998 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37999 * sysdeps/gnu/configure: Regenerated.
38000
006dd861
JL
380012012-06-21 Jeff Law <law@redhat.com>
38002
38003 [BZ #14277]
38004 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38005 free. Simplify list management for _LIBC case.
38006
79662d42
JM
380072012-06-21 Joseph Myers <joseph@codesourcery.com>
38008
b7abb4bf
JM
38009 [BZ #14273]
38010 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38011 Clear sign bit of 64-bit integer value before comparing against
38012 overflow value.
38013
79662d42
JM
38014 * sysdeps/mach/configure: Regenerated.
38015
1f150908
L
380162012-06-21 H.J. Lu <hongjiu.lu@intel.com>
38017
38018 [BZ #14278]
38019 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38020
28363bbf
JL
380212012-06-21 Jeff Law <law@redhat.com>
38022
38023 [BZ #13882]
38024 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
38025 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 38026 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
38027 * elf/dl-open.c (dl_open_worker): Likewise.
38028
09615db4
CD
380292012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
38030
38031 * scripts/list-sources.sh: Scan PORTS for translations.
38032 * po/libc.pot: Regenerated.
38033
2174c6dd
AJ
380342012-06-21 Andreas Jaeger <aj@suse.de>
38035
38036 [BZ #12194]
38037 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38038 warning.
38039 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38040 * bits/byteswap-16.h (__bswap_16): Likewise.
38041 * bits/byteswap.h (__bswap_constant_16): Likewise.
38042
3ee947b1
L
380432012-06-18 H.J. Lu <hongjiu.lu@intel.com>
38044
38045 [BZ #14117]
a2f34833
L
38046 * sysdeps/i386/fpu_control.h: Removed.
38047 * sysdeps/x86_64/fpu_control.h: Moved to ...
38048 * sysdeps/x86/fpu_control.h: Here.
38049
3ee947b1
L
38050 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38051 (_FPU_SETCW): Likewise.
38052
ed1825f8
L
380532012-06-15 H.J. Lu <hongjiu.lu@intel.com>
38054
25f1282a
L
38055 [BZ #14117]
38056 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38057 * sysdeps/x86/fpu/bits/mathinline.h: This.
38058 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38059
ed1825f8
L
38060 [BZ #14050]
38061 [BZ #14117]
38062 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38063 functions if __x86_64__ is defined.
38064
36d54b74
CLT
380652012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
38066
38067 * string/endian.h: Add !__ASSEMBLER__ condition for including
38068 conversion interfaces.
38069
10285c21
JM
380702012-06-15 Joseph Myers <joseph@codesourcery.com>
38071
38072 [BZ #14241]
38073 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38074 of ABS(x) in calculating zero to negative powers other than odd
38075 integers.
38076 * math/libm-test.inc (pow_test): Add more tests.
38077
06c5abbd
AJ
380782012-06-15 Andreas Jaeger <aj@suse.de>
38079
38080 * manual/contrib.texi (Contributors): Update entry of Liubov
38081 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38082 Machado Filho.
38083
a3aeac40
CH
380842012-06-15 Cyril Hrubis <metan@ucw.cz>
38085
38086 * string/string.h: Add __wur to GNU version of strerror_r.
38087
49bdf4c1
L
380882012-06-14 H.J. Lu <hongjiu.lu@intel.com>
38089
38090 [BZ #14229]
38091 * string/Makefile (tests): Add tst-strtok_r.
38092 * string/tst-strtok_r.c: New file.
38093 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38094 RAX_LP/RDX_LP on SAVE_PTR.
38095
834f9b8d
RM
380962012-06-14 Roland McGrath <roland@hack.frob.com>
38097
38098 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38099
75fa1921
JM
381002012-06-14 Joseph Myers <joseph@codesourcery.com>
38101
38102 * libm_test.inc (csqrt_test): Allow more spurious underflow
38103 exceptions.
38104 (j0_test): Likewise.
38105 (j1_test): Likewise.
38106 (y0_test): Likewise.
38107 (y1_test): Likewise.
38108
771766df
CD
381092012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
38110
38111 * po/Makefile (libc.pot): Use UTF-8 charset.
38112
ceb9e56b
PP
381132012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
38114
38115 [BZ #14210]
38116 Suppress sign-conversion warning from FD_SET.
38117 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38118 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38119 not unsigned long int.
38120 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38121
ddb28975
L
381222012-06-12 H.J. Lu <hongjiu.lu@intel.com>
38123
38124 [BZ #14050]
38125 [BZ #14117]
38126 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38127 __extern_always_inline instead of __extern_inline.
38128 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38129 (__signbit): Likewise.
38130 (__signbitl): Support C++ namespace.
38131 (lrintf): New inline function.
38132 (lrint): Likewise.
38133 (llrintf): Likewise.
38134 (llrint): Likewise.
38135 (fmaxf): Likewise.
38136 (fmax): Likewise.
38137 (fminf): Likewise.
38138 (fmin): Likewise.
38139 (rint): Likewise.
38140 (rintf): Likewise.
38141 (ceil): Likewise.
38142 (ceilf): Likewise.
38143 (floor): Likewise.
38144 (floorf): Likewise.
38145 (nearbyint): Likewise.
38146 (nearbyintf): Likewise.
38147
d7b4fb26
TS
381482012-06-12 Thomas Schwinge <thomas@codesourcery.com>
38149
38150 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38151 non-default versions.
38152
eb55f5c2
RM
381532012-06-11 Roland McGrath <roland@hack.frob.com>
38154
38155 [BZ #14218]
38156 * manual/argp.texi (Argp): Reword argp_parse description slightly.
38157
366af02c
TS
381582012-06-09 Thomas Schwinge <thomas@codesourcery.com>
38159
99ff6e5c
TS
38160 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38161 (FE_UPWARD, FE_DOWNWARD): Don't define.
38162 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38163 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38164
366af02c
TS
38165 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38166 reading it.
38167 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38168 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38169
793ea851
KK
381702012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38171
38172 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38173 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38174 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38175 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38176
a728a38f
L
381772012-06-06 H.J. Lu <hongjiu.lu@intel.com>
38178
38179 [BZ #14117]
c08010c7
L
38180 * sysdeps/i386/fpu/bits/fenv.h: Removed.
38181 * sysdeps/i386/fpu/Implies: New file.
38182 * sysdeps/x86_64/fpu/Implies: Likewise.
38183 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38184 * sysdeps/x86/fpu/bits/fenv.h: This.
38185
a728a38f
L
38186 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38187 __SSE_MATH__.
38188
6e230d11
SP
381892012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
38190
38191 [BZ #14134]
38192 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38193 character 0xffff that matches the last element of the
38194 conversion table.
38195
1b671feb
AZ
381962012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38197
38198 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38199 fmodl commit.
38200
6043738b
AZ
382012012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38202
38203 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38204 values higher than 25.6283.
38205
34ae0b32
AZ
382062012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38207
38208 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38209 subnormal exponent extraction and add some __builtin_expect.
38210 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38211 Fix for subnormal mantissa calculation.
38212
1214ec8f
MF
382132012-06-04 Mike Frysinger <vapier@gentoo.org>
38214
38215 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38216 cpu2 is -1 and errno is not ENOSYS.
38217
f3d1f93c
L
382182012-06-04 H.J. Lu <hongjiu.lu@intel.com>
38219
38220 [BZ #14117]
0e4a3cd7
L
38221 * sysdeps/i386/i486/bits/string.h: Renamed to ...
38222 * sysdeps/x86/bits/string.h: This.
38223 * sysdeps/x86_64/bits/string.h: Removed.
38224
6704c645
L
38225 * sysdeps/i386/i486/bits/string.h: Define inline functions only
38226 if not compiling for x86-64, but compiling for >= i486.
38227
48495318
L
38228 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38229 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38230
14adcbfc
L
38231 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38232 New macro from Linux kernel 3.4.0.
38233 (FP_XSTATE_MAGIC2): Likewise.
38234 (FP_XSTATE_MAGIC2_SIZE): Likewise.
38235 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38236 (struct _fpx_sw_bytes): New struct.
38237 (struct _xsave_hdr): Likewise.
38238 (struct _ymmh_state): Likewise.
38239 (struct _xstate): Likewise.
38240
68e408ab
L
38241 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38242 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38243 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38244 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38245 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38246 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38247
f3d1f93c
L
38248 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38249 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38250 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38251 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38252 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38253 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38254
d9dc34cd
TMQMF
382552012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38256
38257 [BZ #13743]
38258 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38259 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38260 (sysdep_headers): Include sys/platform/ppc.h.
38261 * sysdeps/powerpc/test-gettimebase.c: Test for
38262 __ppc_get_timebase() to catch future ISA opcode/insn changes.
38263 * manual/Makefile (appendices): Include platform.texi.
38264 * manual/contrib.texi (Contributors): Update @node pointers.
38265 * manual/maint.texi (Maintenance): Likewise.
38266 (Platform): New node.
38267 * manual/platform.texi: New file. Document the new features.
38268
4af3879c
SP
382692012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
38270 Jakub Jelinek <jakub@redhat.com>
38271
38272 [BZ #14188]
38273 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38274 where __builtin_expect is unavailable.
38275
2fd6ff13
DM
382762012-06-03 David S. Miller <davem@davemloft.net>
38277
38278 * stdlib/longlong.h: Updated from GCC.
38279
173f7220
AS
382802012-06-02 Andreas Schwab <schwab@linux-m68k.org>
38281
38282 [BZ #14042]
38283 * sysdeps/powerpc/powerpc32/mcount.c: New file.
38284 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38285 __mcount_internal.
38286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38287 (GLIBC_2.16): Likewise.
38288
f34a1c6f
L
382892012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38290
38291 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38292
88a4576f
JM
382932012-06-01 Joseph Myers <joseph@codesourcery.com>
38294
ea32bcdd
JM
38295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38296 (default-abi): New variable.
38297 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38298 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38299 variable.
38300 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38301 Likewise.
38302 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38303 Likewise.
38304 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38305 Likewise.
38306
88a4576f
JM
38307 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38308 definition. Document in comment.
38309
402fe938
DM
383102012-06-01 David S. Miller <davem@davemloft.net>
38311
38312 * stdlib/longlong.h: Updated from GCC.
38313
3553723f
L
383142012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38315
38316 [BZ #14117]
3bd872c4
L
38317 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38318 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38319 sys/debugreg.h sys/io.h here.
38320 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38321 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38322 sys/io.h.
38323 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38324 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38325 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38326 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38327 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38328 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38329
3553723f
L
38330 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38331 Define only if __x86_64__ is defined.
38332
4842e4fe
JM
383332012-06-01 Joseph Myers <joseph@codesourcery.com>
38334
c5bfe3d5
JM
38335 [BZ #14048]
38336 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38337 Use int64_t for variable i.
38338 * math/libm-test.inc (fmod_test): Add more tests.
38339
4842e4fe
JM
38340 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38341 z computation is not scheduled after fetestexcept.
38342 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38343 Use math_force_eval instead of asm to ensure calculation scheduled
38344 before exception test.
38345 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38346 Ensure a1 + u.d computation is not scheduled after fetestexcept.
38347
efb73488
AJ
383482012-06-01 Aurelien Jarno <aurelien@aurel32.net>
38349
38350 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38351 computation is not scheduled after fetestexcept.
38352
29bcce7c
L
383532012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38354
38355 [BZ #14117]
38356 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38357 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38358
73a68f94
AZ
383592012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38360
38361 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38362 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38363
67b6df78
L
383642012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38365
edf2933a 38366 [BZ #14117]
ebc64a18
L
38367 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38368 <bits/wordsize.h>.
38369 (__WCHAR_MIN): Support __WORDSIZE == 64.
38370 (__WCHAR_MAX): Likewise.
38371
edf2933a
L
38372 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38373 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38374
57c6cf40
L
38375 [BZ #14183]
38376 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38377 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38378
67b6df78 38379 [BZ #14117]
8eb6281e
L
38380 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38381 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38382
aac639f4
L
38383 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38384 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38385
67b6df78
L
38386 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38387 Defined to 1 if __x86_64__ isn't defined.
38388 (_STAT_VER_LINUX_OLD): New.
38389 (st_atime): Remove duplicate.
38390 (st_mtime): Likewise.
38391 (st_ctime): Likewise.
38392
1c2cfe81
DM
383932012-05-31 David S. Miller <davem@davemloft.net>
38394
38395 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38396 entries.
38397
5be8418c
AS
383982012-06-01 Andreas Schwab <schwab@linux-m68k.org>
38399
e7725326
AS
38400 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38401 gen-libm-test.pl.
38402
5be8418c
AS
38403 [BZ #14132]
38404 * elf/dl-reloc.c: Include <_itoa.h>.
38405 (_dl_reloc_bad_type): Remove use of INTUSE.
38406 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38407 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38408 * stdio-common/psiginfo.c (psiginfo): Likewise.
38409 * stdio-common/psignal.c (psignal): Likewise.
38410 * string/strsignal.c (strsignal): Likewise.
38411 * include/signal.h (_sys_siglist): Declare hidden proto.
38412 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
38413 INTVARDEF with libc_hidden_data_def.
38414 * stdio-common/itoa-udigits.c: Likewise.
38415 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38416 (_itoa_lower_digits_internal): Remove declaration.
38417 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38418 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38419 (_sys_sigabbrev_internal): Remove aliases.
38420 (_sys_siglist): Define hidden alias.
38421
507352f1
MT
384222012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
38423
38424 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38425 bits/sysctl.h.
38426
42bbb1c3
L
384272012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38428
38429 [BZ #14117]
6bd784b6
L
38430 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38431 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38432
8bca20f0
L
38433 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38434 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38435 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38436 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38437 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38438 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38439
f9e890a9
L
38440 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38441 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38442 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38443
471101a1
L
38444 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38445 with __addr.
38446 (insw): Likewise.
38447 (insl): Likewise.
38448 (outsb): Likewise.
38449 (outsw): Likewise.
38450 (outsl): Likewise.
38451
6451c862
L
38452 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38453 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38454 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38455
a254b8c9
L
38456 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38457 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38458 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38459 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38460 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38461 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38462
b8dfdd92
L
38463 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38464 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38465
578cd270
L
38466 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38467 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38468
de662f5f
L
38469 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38470 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38471 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38472
25653439
L
38473 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38474 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38475 to ...
38476 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38477
6bad24a0
L
38478 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38479 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38480 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38481
42bbb1c3
L
38482 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38483 for x86-64.
38484 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38485
2d10d547
JM
384862012-05-31 Joseph Myers <joseph@codesourcery.com>
38487
38488 * math/math.h (M_El): Use two more decimal places.
38489 (M_LOG2El): Likewise.
38490 (M_LOG10El): Likewise.
38491 (M_LN2l): Likewise.
38492 (M_LN10l): Likewise.
38493 (M_PIl): Likewise.
38494 (M_PI_2l): Likewise.
38495 (M_PI_4l): Likewise.
38496 (M_1_PIl): Likewise.
38497 (M_2_PIl): Likewise.
38498 (M_2_SQRTPIl): Likewise.
38499 (M_SQRT2l): Likewise.
38500 (M_SQRT1_2l): Likewise.
38501
f230c29b
DM
385022012-05-31 David S. Miller <davem@davemloft.net>
38503
38504 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38505 values between float registers.
38506 * sysdeps/sparc/sparc64/memset.S: Likewise.
38507 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38508
fed806c3
MF
385092012-05-31 Mike Frysinger <vapier@gentoo.org>
38510
38511 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38512 -D_FORTIFY_SOURCE=1.
38513 (CPPFLAGS-tst-longjmp_chk.c): Define.
38514 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38515 (CPPFLAGS-tst-longjmp_chk2.c): Define.
38516 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38517 CFLAGS-tst-wchar-h.c.
38518
30917259
MP
385192012-05-31 Marek Polacek <polacek@redhat.com>
38520
38521 [BZ #14132]
38522 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38523 __endmntent_internal): Remove declaration.
38524 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38525 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38526 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38527
1c58d5dc
DM
385282012-05-30 David S. Miller <davem@davemloft.net>
38529
38530 * sysdeps/sparc/sparc32/soft-fp/q_util.c
38531 (___Q_simulate_exceptions): Use real FP ops rather than writing
38532 into the %fsr.
38533 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38534 Likewise.
38535
7dc00e0d
L
385362012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38537
38538 [BZ #14117]
0bd53985
L
38539 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38540 * sysdeps/x86/bits/xtitypes.h: This.
38541
3a257e66
L
38542 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38543 * sysdeps/x86/bits/wordsize.h: This.
38544
62f62904
L
38545 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38546 * sysdeps/x86/bits/huge_vall.h: This.
38547
404fe9d9
L
38548 * sysdeps/i386/bits/select.h: Removed.
38549 * sysdeps/x86_64/bits/select.h: Renamed to ...
38550 * sysdeps/x86/bits/select.h: This.
38551
d48d0446
L
38552 * sysdeps/i386/bits/setjmp.h: Removed.
38553 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38554 * sysdeps/x86/bits/setjmp.h: This.
38555
7dc00e0d
L
38556 * sysdeps/i386/bits/mathdef.h: Removed.
38557 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38558 * sysdeps/x86/bits/mathdef.h: This.
38559
03277f8f
AS
385602012-05-30 Andreas Schwab <schwab@linux-m68k.org>
38561
38562 [BZ #14132]
38563 * include/sys/socket.h (__connect_internal)
38564 (__libc_sa_len_internal): Remove declaration.
38565 (__connect, __libc_sa_len): Declare hidden_proto.
38566 (SA_LEN): Remove use of INTUSE.
38567 * socket/connect.c: Add libc_hidden_def.
38568 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38569 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38570 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38571 alias.
38572 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38573 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38574 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38575 of adding _internal alias.
38576
13764867
L
385772012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38578
38579 [BZ #14117]
6bd97696
L
38580 * sysdeps/i386/bits/link.h: Removed.
38581 * sysdeps/i386/bits/linkmap.h: Likewise.
38582 * sysdeps/x86_64/bits/link.h: Renamed to ...
38583 * sysdeps/x86/bits/link.h: This.
38584 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38585 * sysdeps/x86/bits/linkmap.h: This.
38586
f726f0bb
L
38587 * sysdeps/i386/bits/endian.h: Removed.
38588 * sysdeps/x86_64/bits/endian.h: Renamed to ...
38589 * sysdeps/x86/bits/endian.h: This.
38590
13764867
L
38591 * sysdeps/i386/bits/byteswap.h: Removed.
38592 * sysdeps/i386/bits/byteswap-16.h: Likewise.
38593 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38594 * sysdeps/x86/bits/byteswap.h: This.
38595 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38596 * sysdeps/x86/bits/byteswap-16.h: This.
38597 * sysdeps/i386/Implies: Add x86.
38598 * sysdeps/x86_64/Implies: Likewise.
38599
ae251b0b
DM
386002012-05-30 David S. Miller <davem@davemloft.net>
38601
38602 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38603 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38604 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38605 (FP_TRAPPING_EXCEPTIONS): Define.
38606 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38607 (FP_TRAPPING_EXCEPTIONS): Define.
38608 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38609 subnormals only when inexact has been signalled or underflow
38610 exceptions are enabled.
38611 (_FP_PACK_CANONICAL): Likewise.
38612
d5c90867
L
386132012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38614
38615 [BZ #14183]
38616 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38617 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38618
63f1549e
RH
386192012-05-30 Richard Henderson <rth@twiddle.net>
38620
8d8f2279
RH
38621 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38622 with #ifndef NOT_IN_libc.
38623
63f1549e
RH
38624 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
38625 marked to avoid plt entry.
38626
0ab0291b
L
386272012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38628
38629 [BZ #14112]
38630 * Makeconfig (default-abi): New macro.
38631 (abi-includes): Likewise.
38632 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
38633 $(abi-$(default-abi)-lib-soname) for soname if defined.
38634 ($(common-objpfx)gnu/lib-names.stmp): Generate from
38635 abi-variants.
38636 * Makefile (installed-stubs): Likewise.
38637 * include/stubs-biarch.h: Removed.
38638 * scripts/lib-names.awk: Only handle one library at a time.
38639 * scripts/soversions.awk: Remove WORDSIZE support.
38640 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38641 entries.
38642 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38643 Removed.
38644 (syscall-list-default-condition): Likewise.
38645 (syscall-list-default-condition): Likewise.
38646 (syscall-list-includes): Likewise.
38647 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38648 syscall-list-* with abi-*. Handle undefined abi-variants.
38649 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38650 * sysdeps/unix/sysv/linux/i386/Implies: New file.
38651 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38652 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38653 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38654 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38655 Removed.
38656 (syscall-list-32-options): Likewise.
38657 (syscall-list-32-condition): Likewise.
38658 (syscall-list-64-options): Likewise.
38659 (syscall-list-64-condition): Likewise.
38660 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38661 macro.
38662 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38663 Renamed to ...
38664 (abi-*): This.
38665 (abi-64-ld-soname): New macro.
38666 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38667 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38668 Renamed to ...
38669 (abi-*): This.
38670 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38671 * sysdeps/x86_64/x32/shlib-versions: Likewise.
38672
4da0431d
JM
386732012-05-30 Joseph Myers <joseph@codesourcery.com>
38674
3a85279c
JM
38675 * sysdeps/unix/sysv/linux/kernel-features.h
38676 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38677 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38678 include <kernel-features.h>.
38679 [!__NR_ftruncate64]: Remove conditional code.
38680 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38681 [__NR_ftruncate64]: Make code unconditional.
38682 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38683 * sysdeps/unix/sysv/linux/truncate64.c: Do not
38684 include <kernel-features.h>.
38685 [!__NR_ftruncate64]: Remove conditional code.
38686 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38687 [__NR_ftruncate64]: Make code unconditional.
38688 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38690 include <kernel-features.h>.
38691 [!__NR_ftruncate64]: Remove conditional code.
38692 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38693 [__NR_ftruncate64]: Make code unconditional.
38694 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38695 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38696 include <kernel-features.h>.
38697 [!__NR_ftruncate64]: Remove conditional code.
38698 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38699 [__NR_ftruncate64]: Make code unconditional.
38700 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38701
4da0431d
JM
38702 * configure.in (libc_cv_fpie): Weaken to a compile test using
38703 LIBC_TRY_CC_OPTION.
38704 * configure: Regenerated.
38705
11ef492c
AK
387062012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38707
38708 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38709 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38710 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38711 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38712 Refreshed.
38713 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38714 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38715 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38716 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38717 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38718 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38719 Refreshed.
38720
d66ef399
DM
387212012-05-27 David S. Miller <davem@davemloft.net>
38722
38723 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38724 (___Q_zero): New.
38725 (__Q_simulate_exceptions): Return void. Change to simulate
38726 exceptions by writing into the %fsr.
38727 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38728 (__Qp_handle_exceptions): Likewise.
38729 (numbers): Delete.
38730 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38731 __Qp_handle_exceptions.
38732 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38733 __Qp_handle_exceptions.
38734 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38735 as unused and give dummy FP_RND_NEAREST initializer.
38736 (FP_INHIBIT_RESULTS): Define.
38737 (___Q_simulate_exceptions): Update declaration.
38738 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38739 formatting.
38740 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38741 as unused and give dummy FP_RND_NEAREST initializer.
38742 (__Qp_handle_exceptions): Update declaration.
38743 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38744 formatting.
38745
04fb54b5
TS
387462012-05-27 Thomas Schwinge <thomas@codesourcery.com>
38747
38748 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38749 the temporary FPU control word.
38750 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38751 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38752 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38753 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38754 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38755 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38756 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38757 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38758 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38759 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38760 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38761
3f99608f
KK
387622012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38763
38764 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38765 fields.
38766
65a4de4e
CLT
387672012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
38768
38769 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38770 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38771 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38772 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38773 Likewise.
38774 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38775 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38776 Likewise.
38777
15749d40
UD
387782012-05-27 Ulrich Drepper <drepper@gmail.com>
38779
38780 * po/h.po: Update from translation team.
38781
25dbcb27
AS
387822012-05-26 Andreas Schwab <schwab@linux-m68k.org>
38783
3d3f8e55
AS
38784 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38785
25dbcb27
AS
38786 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38787 handling of denormals.
38788 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38789 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38790 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38791 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38792 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38793 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38794 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38795 Likewise.
38796
7ad47a80 387972012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
38798
38799 [BZ #14152]
38800 * math/libm-test.inc (fma_test): Don't always expect underflow
38801 exception.
38802
9c6ea9fa
SP
388032012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38804
38805 [BZ #12416]
38806 * elf/tst-execstack.c: Include stackinfo.h.
38807 (do_test): Adjust test case to ensure that pthread_getattr_np
38808 behaviour remains the same after marking stack executable.
38809
a8239222
JM
388102012-05-25 Joseph Myers <joseph@codesourcery.com>
38811
38812 * sysdeps/unix/sysv/linux/kernel-features.h
38813 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38814 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38815 kernel-features.h.
38816 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38817 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38818 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38819 kernel-features.h.
38820 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38821 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38822
918b5606
L
388232012-05-25 H.J. Lu <hongjiu.lu@intel.com>
38824
38825 * configure.in: Define the default includes to being none.
38826 * configure: Regenerated.
38827
3a097cc7
RM
388282012-05-25 Roland McGrath <roland@hack.frob.com>
38829
8422c9a5
RM
38830 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38831 * sysdeps/x86_64/setjmp.S: Likewise.
38832 * sysdeps/i386/bsd-setjmp.S: Likewise.
38833 * sysdeps/i386/bsd-_setjmp.S: Likewise.
38834 * sysdeps/i386/setjmp.S: Likewise.
38835 * sysdeps/i386/__longjmp.S: Likewise.
38836 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38837 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38838
3a097cc7
RM
38839 * include/stap-probe.h: New file.
38840 * configure.in: Handle --enable-systemtap.
38841 * configure: Regenerated.
38842 * config.h.in (USE_STAP_PROBE): New #undef.
38843 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38844 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38845 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38846
21708942
JM
388472012-05-25 Joseph Myers <joseph@codesourcery.com>
38848
38849 [BZ #13717]
38850 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38851 to 2.4.0 where earlier.
38852 * sysdeps/unix/sysv/linux/configure: Regenerated.
38853 * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
38862 [__ASSUME_32BITUIDS]: Make code unconditional.
38863 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38864 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38865 <kernel-features.h>.
38866 [__ASSUME_32BITUIDS]: Make code unconditional.
38867 [!__ASSUME_32BITUIDS]: Remove conditional code.
38868 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38869 <kernel-features.h>.
38870 [__ASSUME_32BITUIDS]: Make code unconditional.
38871 [!__ASSUME_32BITUIDS]: Remove conditional code.
38872 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38873 <kernel-features.h>.
38874 [__ASSUME_32BITUIDS]: Make code unconditional.
38875 [!__ASSUME_32BITUIDS]: Remove conditional code.
38876 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38877 <kernel-features.h>.
38878 [__ASSUME_32BITUIDS]: Make code unconditional.
38879 [!__ASSUME_32BITUIDS]: Remove conditional code.
38880 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38881 <kernel-features.h>.
38882 [__ASSUME_32BITUIDS]: Make code unconditional.
38883 [!__ASSUME_32BITUIDS]: Remove conditional code.
38884 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38885 <kernel-features.h>.
38886 [__ASSUME_32BITUIDS]: Make code unconditional.
38887 [!__ASSUME_32BITUIDS]: Remove conditional code.
38888 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38889 <kernel-features.h>.
38890 [__ASSUME_32BITUIDS]: Make code unconditional.
38891 [!__ASSUME_32BITUIDS]: Remove conditional code.
38892 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38893 <kernel-features.h>.
38894 [__ASSUME_32BITUIDS]: Make code unconditional.
38895 [!__ASSUME_32BITUIDS]: Remove conditional code.
38896 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38897 <kernel-features.h>.
38898 [__ASSUME_32BITUIDS]: Make code unconditional.
38899 [!__ASSUME_32BITUIDS]: Remove conditional code.
38900 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38901 <kernel-features.h>.
38902 [__ASSUME_32BITUIDS]: Make code unconditional.
38903 [!__ASSUME_32BITUIDS]: Remove conditional code.
38904 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38905 <kernel-features.h>.
38906 [__NR_setresgid] (__setresgid): Do not declare.
38907 [__ASSUME_32BITUIDS]: Make code unconditional.
38908 [!__ASSUME_32BITUIDS]: Remove conditional code.
38909 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38910 <kernel-features.h>.
38911 [__NR_setresuid] (__setresuid): Do not declare.
38912 [__ASSUME_32BITUIDS]: Make code unconditional.
38913 [!__ASSUME_32BITUIDS]: Remove conditional code.
38914 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38915 <kernel-features.h>.
38916 [__ASSUME_32BITUIDS]: Make code unconditional.
38917 [!__ASSUME_32BITUIDS]: Remove conditional code.
38918 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38919 <kernel-features.h>.
38920 [__ASSUME_32BITUIDS]: Make code unconditional.
38921 [!__ASSUME_32BITUIDS]: Remove conditional code.
38922 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38923 <kernel-features.h>.
38924 [__ASSUME_32BITUIDS]: Make code unconditional.
38925 [!__ASSUME_32BITUIDS]: Remove conditional code.
38926 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38927 <kernel-features.h>.
38928 [__ASSUME_32BITUIDS]: Make code unconditional.
38929 [!__ASSUME_32BITUIDS]: Remove conditional code.
38930 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38931 <kernel-features.h>.
38932 [__ASSUME_32BITUIDS]: Make code unconditional.
38933 [!__ASSUME_32BITUIDS]: Remove conditional code.
38934 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38935 <kernel-features.h>.
38936 [__ASSUME_32BITUIDS]: Make code unconditional.
38937 [!__ASSUME_32BITUIDS]: Remove conditional code.
38938 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38939 <kernel-features.h>.
38940 [__ASSUME_32BITUIDS]: Make code unconditional.
38941 [!__ASSUME_32BITUIDS]: Remove conditional code.
38942 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38943 <kernel-features.h>.
38944 [__ASSUME_32BITUIDS]: Make code unconditional.
38945 [!__ASSUME_32BITUIDS]: Remove conditional code.
38946 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38947 <kernel-features.h>.
38948 [__ASSUME_32BITUIDS]: Make code unconditional.
38949 [!__ASSUME_32BITUIDS]: Remove conditional code.
38950 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38951 <kernel-features.h>.
38952 [__ASSUME_32BITUIDS]: Make code unconditional.
38953 [!__ASSUME_32BITUIDS]: Remove conditional code.
38954 * sysdeps/unix/sysv/linux/kernel-features.h
38955 (__ASSUME_SETRESUID_SYSCALL): Remove.
38956 (__ASSUME_SETRESGID_SYSCALL): Likewise.
38957 (__ASSUME_32BITUIDS): Likewise.
38958 (__ASSUME_LDT_WORKS): Likewise.
38959 (__ASSUME_O_DIRECTORY): Likewise.
38960 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38961 architecture but not kernel version.
38962 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38963 (__ASSUME_MMAP2_SYSCALL): Likewise.
38964 (__ASSUME_STAT64_SYSCALL): Likewise.
38965 (__ASSUME_IPC64): Likewise.
38966 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38967 <kernel-features.h>.
38968 [__ASSUME_32BITUIDS]: Make code unconditional.
38969 [!__ASSUME_32BITUIDS]: Remove conditional code.
38970 * sysdeps/unix/sysv/linux/opendir.c: Do not include
38971 <kernel-features.h>.
38972 [__ASSUME_O_DIRECTORY]: Make code unconditional.
38973 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38974 132096]: Remove conditional code.
38975 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38976 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38977 <kernel-features.h>.
38978 [__ASSUME_32BITUIDS]: Make code unconditional.
38979 [!__ASSUME_32BITUIDS]: Remove conditional code.
38980 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38981 <kernel-features.h>.
38982 [__ASSUME_32BITUIDS]: Make code unconditional.
38983 [!__ASSUME_32BITUIDS]: Remove conditional code.
38984 * sysdeps/unix/sysv/linux/setegid.c: Do not include
38985 <kernel-features.h>.
38986 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38987 unconditional.
38988 (__setresgid): Do not declare.
38989 [__ASSUME_32BITUIDS]: Make code unconditional.
38990 [!__ASSUME_32BITUIDS]: Remove conditional code.
38991 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38992 <kernel-features.h>.
38993 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38994 unconditional.
38995 (__setresuid): Do not declare.
38996 [__ASSUME_32BITUIDS]: Make code unconditional.
38997 [!__ASSUME_32BITUIDS]: Remove conditional code.
38998 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38999 <kernel-features.h>.
39000 [__ASSUME_32BITUIDS]: Make code unconditional.
39001 [!__ASSUME_32BITUIDS]: Remove conditional code.
39002 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39003 <kernel-features.h>.
39004 [__ASSUME_32BITUIDS]: Make code unconditional.
39005 [!__ASSUME_32BITUIDS]: Remove conditional code.
39006
a386f1cc
RH
390072012-05-25 Richard Henderson <rth@twiddle.net>
39008
39009 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39010 dl_hwcap to ifunc resolver.
39011 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39012 elf_ifunc_invoke.
39013 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39014 dl_hwcap to ifunc resolver.
39015 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39016
b6550497
JM
390172012-05-24 Joseph Myers <joseph@codesourcery.com>
39018
39019 [BZ #14153]
39020 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39021 for |x| <= 2**-26, not 2**-57.
39022 * math/libm-test.inc (acos_test): Do not allow spurious underflow
39023 exception.
39024
b0bc23a1
JL
390252012-05-24 Jeff Law <law@redhat.com>
39026
39027 * stdio-common/Makefile (tests): Add bug25.
39028 * stdio-common/bug25.c: New test.
39029
347c92e9
L
390302012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39031
39032 [BZ #13576]
39033 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39034 multiple of MALLOC_ALIGNMENT in size.
39035 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39036
6bcc8b3f
JM
390372012-05-24 Joseph Myers <joseph@codesourcery.com>
39038
39039 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39040 Require >= 256.
39041 (FILENAME_MAX): Use macro-int-constant.
39042 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
39043 (_IOFBF): Use macro-int-constant.
39044 (_IOLBF): Likewise.
39045 (_IONBF): Likewise.
39046 (SEEK_CUR): Likewise.
39047 (SEEK_END): Likewise.
39048 (SEEK_SET): Likewise.
39049 (TMP_MAX): Likewise.
39050 (EOF): Use macro-int-constant. Require < 0.
39051 (NULL): Use macro-constant. Require == 0.
39052 (stdin): Require type to be FILE *.
39053 (stdout): Likewise.
39054 (stderr): Likewise.
39055 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39056 macro-int-constant.
39057 (EXIT_SUCCESS): Likewise.
39058 (NULL): Use macro-constant. Require == 0.
39059 (RAND_MAX): Use macro-int-constant.
39060 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39061 [C99-based standards] (strtof): Require function.
39062 [C99-based standards] (strtold): Likewise.
39063 [C99-based standards] (strtoll): Likewise.
39064 [C99-based standards] (strtoull): Likewise.
39065 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39066 [ISO || ISO99 || ISO11] (limits.h): Likewise.
39067 [ISO || ISO99 || ISO11] (math.h): Likewise.
39068 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39069 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39070 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39071
d18ea0c5
AS
390722012-05-24 Andreas Schwab <schwab@linux-m68k.org>
39073
39074 [BZ #14132]
56d25bb8
AS
39075 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39076 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39077 * intl/dgettext.c (DCGETTEXT): Likewise.
39078 * intl/gettext.c (DCGETTEXT): Likewise.
39079 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39080 * posix/regex_internal.h (gettext): Likewise.
39081 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39082 Remove declaration.
39083 * include/argz.h (__argz_count_internal)
39084 (__argz_stringify_internal): Remove declaration.
39085 (__argz_count, __argz_stringify): Declare hidden proto.
39086 * intl/dcgettext.c: Remove use of INTDEF.
39087 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39088 * string/argz-stringify.c: Likewise.
39089 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39090 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39091 Declare hidden proto.
d18ea0c5
AS
39092 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39093 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39094 Declare hidden proto.
39095 * include/stdio.h (__asprintf_internal): Don't declare.
39096 (__asprintf): Don't define as macro. Declare hidden proto.
39097 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39098 (__fsetlocking): Declare hidden proto.
39099 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39100 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39101 hidden proto.
39102 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39103 (_IO_setlinebuf): Remove use of INTUSE.
39104 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39105 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39106 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39107 Remove declaration.
39108 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39109 (_IO_do_flush): Remove use of INTUSE.
39110 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39111 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39112 (_IO_adjust_column, _IO_least_wmarker)
39113 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39114 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39115 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39116 (_IO_default_doallocate, _IO_wdefault_doallocate)
39117 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39118 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39119 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39120 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39121 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39122 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39123 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39124 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39125 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39126 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39127 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39128 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39129 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39130 proto.
39131 (_IO_flush_all_internal, _IO_adjust_column_internal)
39132 (_IO_default_uflow_internal, _IO_default_finish_internal)
39133 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39134 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39135 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39136 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39137 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39138 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39139 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39140 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39141 (_IO_file_close_internal, _IO_file_close_it_internal)
39142 (_IO_file_underflow_internal, _IO_file_overflow_internal)
39143 (_IO_file_init_internal, _IO_file_attach_internal)
39144 (_IO_file_fopen_internal, _IO_file_read_internal)
39145 (_IO_file_sync_internal, _IO_file_seek_internal)
39146 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39147 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39148 (_IO_str_underflow_internal, _IO_str_overflow_internal)
39149 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39150 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39151 (_IO_list_all_internal, _IO_link_in_internal)
39152 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39153 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39154 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39155 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39156 (_IO_do_write_internal, _IO_padn_internal)
39157 (_IO_getline_info_internal, _IO_getline_internal)
39158 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39159 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39160 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39161 (_IO_vfscanf_internal, _IO_vfprintf_internal)
39162 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39163 (_IO_init_internal, _IO_un_link_internal): Don't declare.
39164 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39165 with libc_hidden_ver, remove use of INTUSE.
39166 * libio/genops.c: Likewise.
39167 * libio/freopen.c: Likewise.
39168 * libio/freopen64.c: Likewise.
39169 * libio/iofclose.c: Likewise.
39170 * libio/iofdopen.c: Likewise.
39171 * libio/iofflush.c: Likewise.
39172 * libio/iofflush_u.c: Likewise.
39173 * libio/iofgets.c: Likewise.
39174 * libio/iofgets_u.c: Likewise.
39175 * libio/iofopen.c: Likewise.
39176 * libio/iofopncook.c: Likewise.
39177 * libio/iofread.c: Likewise.
39178 * libio/iofread_u.c: Likewise.
39179 * libio/ioftell.c: Likewise.
39180 * libio/iofwrite.c: Likewise.
39181 * libio/iogetline.c: Likewise.
39182 * libio/iogets.c: Likewise.
39183 * libio/iogetwline.c: Likewise.
39184 * libio/iopadn.c: Likewise.
39185 * libio/iopopen.c: Likewise.
39186 * libio/ioseekoff.c: Likewise.
39187 * libio/ioseekpos.c: Likewise.
39188 * libio/iosetbuffer.c: Likewise.
39189 * libio/iosetvbuf.c: Likewise.
39190 * libio/ioungetc.c: Likewise.
39191 * libio/ioungetwc.c: Likewise.
39192 * libio/iovdprintf.c: Likewise.
39193 * libio/iovsprintf.c: Likewise.
39194 * libio/iovsscanf.c: Likewise.
39195 * libio/memstream.c: Likewise.
39196 * libio/obprintf.c: Likewise.
39197 * libio/oldfileops.c: Likewise.
39198 * libio/oldiofclose.c: Likewise.
39199 * libio/oldiofdopen.c: Likewise.
39200 * libio/oldiofopen.c: Likewise.
39201 * libio/oldiopopen.c: Likewise.
39202 * libio/oldstdfiles.c: Likewise.
39203 * libio/putc.c: Likewise.
39204 * libio/setbuf.c: Likewise.
39205 * libio/setlinebuf.c: Likewise.
39206 * libio/stdfiles.c: Likewise.
39207 * libio/strops.c: Likewise.
39208 * libio/vasprintf.c: Likewise.
39209 * libio/vscanf.c: Likewise.
39210 * libio/vsnprintf.c: Likewise.
39211 * libio/vswprintf.c: Likewise.
39212 * libio/wfiledoalloc.c: Likewise.
39213 * libio/wfileops.c: Likewise.
39214 * libio/wgenops.c: Likewise.
39215 * libio/wmemstream.c: Likewise.
39216 * libio/wstrops.c: Likewise.
39217 * libio/__fpurge.c: Likewise.
39218 * libio/__fsetlocking.c: Likewise.
39219 * assert/assert.c: Likewise.
39220 * debug/fgets_chk.c: Likewise.
39221 * debug/fgets_u_chk.c: Likewise.
39222 * debug/fread_chk.c: Likewise.
39223 * debug/fread_u_chk.c: Likewise.
39224 * debug/gets_chk.c: Likewise.
39225 * debug/obprintf_chk.c: Likewise.
39226 * debug/vasprintf_chk.c: Likewise.
39227 * debug/vdprintf_chk.c: Likewise.
39228 * debug/vsnprintf_chk.c: Likewise.
39229 * debug/vsprintf_chk.c: Likewise.
39230 * malloc/mtrace.c: Likewise.
39231 * misc/error.c: Likewise.
39232 * misc/syslog.c: Likewise.
39233 * stdio-common/asprintf.c: Likewise.
39234 * stdio-common/fxprintf.c: Likewise.
39235 * stdio-common/getw.c: Likewise.
39236 * stdio-common/isoc99_fscanf.c: Likewise.
39237 * stdio-common/isoc99_scanf.c: Likewise.
39238 * stdio-common/isoc99_vfscanf.c: Likewise.
39239 * stdio-common/isoc99_vscanf.c: Likewise.
39240 * stdio-common/isoc99_vsscanf.c: Likewise.
39241 * stdio-common/printf-prs.c: Likewise.
39242 * stdio-common/printf_fp.c: Likewise.
39243 * stdio-common/printf_fphex.c: Likewise.
39244 * stdio-common/printf_size.c: Likewise.
39245 * stdio-common/putw.c: Likewise.
39246 * stdio-common/scanf.c: Likewise.
39247 * stdio-common/sprintf.c: Likewise.
39248 * stdio-common/tmpfile.c: Likewise.
39249 * stdio-common/vfprintf.c: Likewise.
39250 * stdio-common/vfscanf.c: Likewise.
39251 * stdlib/strfmon_l.c: Likewise.
39252 * sunrpc/openchild.c: Likewise.
39253 * sunrpc/xdr_stdio.c: Likewise.
39254 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39255 * sysdeps/mach/hurd/tmpfile.c: Likewise.
39256
d6c33fda
RM
392572012-05-24 Roland McGrath <roland@hack.frob.com>
39258
c1487492
RM
39259 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39260
39261 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39262 in the third column, to generate for the shared library an IFUNC
39263 that uses _dl_vdso_vsym.
39264 * Makerules (COMPILE.c, compile-stdin.c): New variables.
39265 * Makeconfig (object-suffixes-noshared): New variable.
39266
39267 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39268 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39269 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39270 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39271
d6c33fda
RM
39272 [BZ #14132]
39273 * include/sys/time.h (__gettimeofday): Remove macro.
39274 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39275 * time/gettimeofday.c (__gettimeofday): Remove #undef.
39276 Remove INTDEF.
39277 (__gettimeofday): Add libc_hidden_def.
39278 (gettimeofday): Add libc_hidden_weak.
39279 * sysdeps/mach/gettimeofday.c: Likewise.
39280 * sysdeps/posix/gettimeofday.c: Likewise.
39281 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39282 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39283 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39284 (__gettimeofday_internal): Remove strong_alias.
39285 (__gettimeofday): Add libc_hidden_def.
39286 (gettimeofday): Add libc_hidden_weak.
39287 * sysdeps/unix/syscalls.list (gettimeofday):
39288 Remove __gettimeofday_internal alias.
39289
b5a2bbe6
L
392902012-05-24 Daniel Jacobowitz <drow@false.org>
39291 H.J. Lu <hongjiu.lu@intel.com>
39292
39293 [BZ #12495]
39294 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39295 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39296 (largebin_index_32_big): New.
39297 (largebin_index): Use it for 16-byte alignment.
39298 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
39299 correction with front_misalign.
39300
cfba4fda
L
393012012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39302
7f907421
L
39303 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39304 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39305 Likewise.
39306 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39307 Likewise.
39308 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39309 Likewise.
39310 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39311 Likewise.
39312 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39313 Likewise.
39314 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39315 Likewise.
39316 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39317 Likewise.
39318 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39319 Likewise.
39320 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39321 Likewise.
39322 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39323 Likewise.
39324 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39325 Likewise.
39326 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39327 Likewise.
39328
cfba4fda
L
39329 * scripts/data/c++-types-x32-linux-gnu.data: New file.
39330 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39331
80bad0cc
JM
393322012-05-24 Joseph Myers <joseph@codesourcery.com>
39333
7a25eb06
JM
39334 [BZ #10846]
39335 [BZ #14036]
39336 * math/libm-test.inc (exp_test): Add test from bug 14036.
39337 (pow_test): Add test from bug 10846.
39338
795405f9
JM
39339 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39340 and other flags.
39341 (special_function): Do not include flags in test name.
39342 (parse_args): Likewise.
39343 * sysdeps/i386/fpu/libm-test-ulps: Update.
39344 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39345 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39346 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39347 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39348
80bad0cc
JM
39349 * math/gen-libm-test.pl (%beautify): Add entries for underflow
39350 exceptions.
39351 * math/libm-test.inc ("Philosophy"): Update comment about
39352 exception testing.
39353 (UNDERFLOW_EXCEPTION): New macro.
39354 (UNDERFLOW_EXCEPTION_OK): Likewise.
39355 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39356 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39357 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39358 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39359 (INVALID_EXCEPTION_OK): Update value.
39360 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39361 (OVERFLOW_EXCEPTION_OK): Likewise.
39362 (IGNORE_ZERO_INF_SIGN): Likewise.
39363 (test_exceptions): Handle underflow exceptions.
39364 (acos_test): Update for underflow exception expectations.
39365 (cexp_test): Likewise.
39366 (clog_test): Likewise.
39367 (clog10_test): Likewise.
39368 (csqrt_test): Likewise.
39369 (ctan_test): Likewise.
39370 (ctanh_test): Likewise.
39371 (exp_test): Likewise.
39372 (exp10_test): Likewise.
39373 (exp2_test): Likewise.
39374 (expm1_test): Likewise.
39375 (fma_test): Likewise.
39376 (j0_test): Likewise.
39377 (jn_test): Likewise.
39378 (nexttoward_test): Likewise.
39379 (pow_test): Likewise.
39380 (scalbn_test): Likewise.
39381 (scalbln_test): Likewise.
39382 (tan_test): Likewise.
39383 (y1_test): Likewise.
39384 * sysdeps/i386/fpu/libm-test-ulps: Update.
39385 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39386
9e0e3d0b
DM
393872012-05-23 David S. Miller <davem@davemloft.net>
39388
39389 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39390 (__libc_sigaction): Remove unused local variables.
39391
ccd0a08f
L
393922012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39393
39394 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39395
62bdf9a6
PE
393962012-05-23 Paul Eggert <eggert@cs.ucla.edu>
39397
f8591f80
PE
39398 mktime: avoid signed integer overflow
39399 * time/mktime.c (__mktime_internal): Do not mishandle the case
39400 where diff == INT_MIN.
39401
94c7d826
PE
39402 mktime: simplify computation of average
39403 * time/mktime.c (ranged_convert): Use new time_t_avg function
39404 instead of rolling our own (probably-slower) code.
39405
ce73d683
PE
39406 mktime: do not assume signed right shift propagates sign bit
39407 * time/mktime.c (isdst_differ): New static function.
39408 (__mktime_internal): No need to normalize tm_isdst now.
39409 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39410 tm_isdst values.
39411
72a22e59
PE
39412 mktime: merge another wrapv change from gnulib
39413 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39414 from some compilers.
39415
68605433
PE
39416 mktime: remove incorrect attempt at unusual arithmetics
39417 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39418 The code didn't really work on such machines anyway.
39419 (TYPE_MINIMUM): Assume two's complement.
39420 (twos_complement_arithmetic): Verify that long_int and time_t
39421 are two's complement (or unsigned, in the latter case).
39422
03cf7fe3
PE
39423 mktime: check signed shifts on long_int and time_t, too
39424 * time/mktime.c (SHR): Check that shifts work as desired
39425 on the types long_int and time_t too, as SHR is used on
39426 such types.
39427
f04dfbc2
PE
39428 mktime: do not assume 'long' is wide enough
39429 * time/mktime.c (verify): Move decl up.
39430 (long_int): New type.
39431 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39432 to remove assumption in the code that 'long' is wide enough to
39433 store year values. This assumption is not true on x32 and on
39434 some non-glibc platforms.
39435
62bdf9a6
PE
39436 mktime: merge wrapv change from gnulib
39437 * time/mktime.c (WRAPV): New macro.
39438 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39439 (guess_time_tm, __mktime_internal): Do not assume that signed
39440 integer overflow wraps around; modern compilers generate code
39441 where this assumption is no longer valid.
39442
5e292e4f
L
394432012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39444
39445 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39446 Replace "jmp L(pseudo_end)" with "ret".
39447 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39448 Likewise.
39449
8caf8c87
AJ
394502012-05-23 Andreas Jaeger <aj@suse.de>
39451
39452 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39453 * sysdeps/unix/sysv/linux/poll.c: Remove file.
39454
1a09dc56
AJ
394552012-05-23 Andreas Jaeger <aj@suse.de>
39456 Maximilian Attems <max@stro.at>
39457
39458 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39459 New macros.
39460
1c87aba0
L
394612012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39462
39463 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39464 code so that pseudo_end is just ret and the stack pointer is
39465 correct also for static library in error case.
39466
40e45bd5
JM
394672012-05-23 Joseph Myers <joseph@codesourcery.com>
39468
c2670533
JM
39469 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39470 move to syscalls.list.
39471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39475
40e45bd5
JM
39476 * manual/install.texi (Running make install): Do not mention Linux
39477 kernel version for which pt_chown is not needed.
39478 (Linux): Do not mention problems with nscd with 2.0 kernels.
39479 * INSTALL: Regenerated.
39480
be08eda5
AJ
394812012-05-23 Andreas Jaeger <aj@suse.de>
39482
39483 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39484 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39485 macro.
39486 * sysdeps/unix/sysv/linux/s390/bits/mman.h
39487 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39488 * sysdeps/unix/sysv/linux/sh/bits/mman.h
39489 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39490 * sysdeps/unix/sysv/linux/i386/bits/mman.h
39491 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39492 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39493 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39494 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39495 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39496 * sysdeps/unix/sysv/linux/bits/in.h
39497 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39498
a6a056bb
RM
394992012-05-22 Roland McGrath <roland@hack.frob.com>
39500
39501 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39502 (PREPARE_VERSION): Just use assert instead, it will be elided
39503 under [NDEBUG] anyway.
39504
c9009328
L
395052012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39506
39507 * sysdeps/unix/sysv/linux/Makefile: Include
39508 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 39509 (sysdep_routines): Remove sysctl.
c9009328
L
39510 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39511 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39512 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39513 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39514 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39515
73338355
AJ
395162012-05-22 Andreas Jaeger <aj@suse.de>
39517
39518 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39519 that pseudo_end is just ret and the stack pointer is correct also
39520 for static library in error case.
39521
d44638b0
PP
395222012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
39523
39524 [BZ #14122]
39525 * nss/nsswitch.c (defconfig_entries): New variable.
39526 (__nss_database_lookup): Don't leak defconfig entries.
39527 (nss_parse_service_list): Don't leak on error paths.
39528 (free_database_entries): New function.
39529 (free_defconfig): New function.
39530 (free_mem): Move common code to free_database_entries.
39531
31a39bd8
L
395322012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39533
da0331a8
L
39534 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39535 Add arch_prctl.
39536 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39537
31a39bd8
L
39538 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39539 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39540 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39541 New macro.
39542 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39543 (INTERNAL_SYSCALL_TYPES): Likewise.
39544 (LOAD_ARGS_TYPES_[1-6]): Likewise.
39545 (LOAD_REGS_TYPES_[1-6]): Likewise.
39546 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39547 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39548
45470df3
AZ
395492012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39550
39551 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39552 copysignl for GLIBC_2_0.
39553 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39554 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39555 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39556 logbl for GLIBC_2_0.
39557 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39558 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39559
98a61bcb
L
395602012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39561
a4f6e481
L
39562 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39563 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39564
f63d5db6
L
39565 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39566 Use "neg %eax".
39567
98a61bcb
L
39568 * time/mktime.c: Update copyright years.
39569
95770f14
PE
395702012-05-22 Paul Eggert <eggert@cs.ucla.edu>
39571
6226efbd
PE
39572 mktime: merge comment-quoting-style change from gnulib
39573 * time/mktime.c: Quote 'like this' in comments.
39574 The GNU coding standards suggest that we no longer quote `like this',
39575 as "`" and "'" are typically rendered asymmetrically nowadays.
39576 The typical gnulib style is to quote 'like this' when quoting
39577 code, and "like this" when quoting English.
39578
b99e4f78
PE
39579 * time/mktime.c (compile-command): Add "-I.".
39580
643e01e6
PE
39581 mktime: merge mktime-internal.h change from gnulib
39582 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39583
2554247d
PE
39584 mktime: merge time_r change from gnulib
39585 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39586
826dd0ab
PE
39587 mktime: merge DEBUG change from gnulib
39588 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39589 case system <time.h> has a #define.
39590
bd83aabe
PE
39591 mktime: merge <sys/types.h> change from gnulib
39592 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39593 since <time.t> is now guaranteed to define time_t.
39594
95770f14
PE
39595 mktime: merge HAVE_CONFIG_H change from gnulib
39596 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39597
5e1a27a9
L
395982012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39599
0e44a77e
L
39600 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39601 Use "neg %eax".
39602
5e1a27a9
L
39603 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39604 __rlim_t cast.
39605 (struct rusage): Use anonymous union to pad each field to
39606 __syscall_slong_t.
39607
46259bec
DM
396082012-05-21 David S. Miller <davem@davemloft.net>
39609
39610 * Makefules (o-iterator): Remove .s cases.
39611 (compile-command.s): Delete.
39612 (COMPILE.s): Delete.
39613 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39614
59f0c22e
JM
396152012-05-21 Joseph Myers <joseph@codesourcery.com>
39616
39617 * configure.in (libc_cv_predef_stack_protector): Only consider
39618 "foobar" and "__stack_chk_fail" lines in libc_undefs.
39619 * configure: Regenerated.
39620
20c07380
L
396212012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39622
bbb3154b
L
39623 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39624 New macro. Use R*LP on int and pointer.
39625 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
39626 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39627 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
39628 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39629
20c07380
L
39630 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39631 [__WORDSIZE_TIME64_COMPAT32] instead of
39632 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39633 (struct utmp): Likewise.
39634 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39635 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39636 Renamed to ...
39637 (__WORDSIZE_TIME64_COMPAT32): This.
39638 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39639 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39640 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39641 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39642 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39643 (__WORDSIZE_TIME64_COMPAT32): New macro.
39644
d8d1017e
AJ
396452012-05-21 Andreas Jaeger <aj@suse.de>
39646
39647 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39648 only if [SHARED]. Add prototype for __wcschr_ia32.
39649
6c7fb145
RM
396502012-05-21 Roland McGrath <roland@hack.frob.com>
39651
39652 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39653 of %rbp unmolested in the jmp_buf while mangling the low bits.
39654 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39655 unmolested high bits of %rbp while demangling the low bits.
39656 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39657
66274218
AJ
396582012-05-21 Andreas Jaeger <aj@suse.de>
39659
07c58f8f
AJ
39660 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39661 * sunrpc/svc_simple.c: Use it for registerrpc.
39662 * sunrpc/xcrypt.c: Use it for passwd2des.
39663
66274218
AJ
39664 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39665
61f65140
L
396662012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39667
39668 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39669 Don't define if [__SYSCALL_WORDSIZE != 32].
39670 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39671 New macro.
39672
5fefb436
AJ
396732012-05-21 Bruno Haible <bruno@clisp.org>
39674 Andreas Jaeger <aj@suse.de>
39675
39676 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39677 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39678 inptr and inend for must_buffer_ch.
39679 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39680 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39681 * stdio-common/Makefile (tests): Remove bug15.
39682 (bug15-ENV): Remove macro.
39683 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39684 anymore.
39685
d8e272ab
AJ
396862012-05-19 Andreas Jaeger <aj@suse.de>
39687 Roland McGrath <roland@hack.frob.com>
39688
39689 * manual/contrib.texi: Completely rewritten. It contains now an
39690 alphabetical list of contributors and their contributions.
39691
4a56a162
RH
396922012-05-21 Richard Henderson <rth@twiddle.net>
39693
39694 * misc/getauxval.c (__getauxval): Use unsigned long int.
39695 * misc/sys/auxv.h: Include <sys/cdefs.h>.
39696 (getauxval): Use unsigned long int.
39697
d024d23c
L
396982012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39699
39700 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39701
cbc00a03
RM
397022012-05-21 Roland McGrath <roland@hack.frob.com>
39703
39704 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39705 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39706 __alignof__ (long double).
39707
478143fa
AZ
397082012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39709
39710 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39711
c7683a6d
RH
397122012-05-20 Richard Henderson <rth@twiddle.net>
39713
39714 * misc/getauxval.c: New file.
39715 * misc/sys/auxv.h: New file.
39716 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39717 (routines): Add getauxval.
39718 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39719 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39720 * elf/dl-sysdep.c (_dl_auxv): Remove.
39721 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39722 * elf/dl-support.c (_dl_auxv): New variable.
39723 (_dl_aux_init): Initialize it.
39724 * manual/startup.texi (Auxiliary Vector): New node.
39725 * sysdeps/generic/bits/hwcap.h: New file.
39726 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39727 * sysdeps/powerpc/sysdep.h: ... here. Include it.
39728 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39729 * sysdeps/sparc/sysdep.h: ... here. Include it.
39730 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39731 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
39732 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39733 Update.
c7683a6d
RH
39734 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39735 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39736 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39737 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39738 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39739 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39740 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39741 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39742
a6f1845d
AZ
397432012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39744
39745 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39746
cbcbe830
DM
397472012-05-19 David S. Miller <davem@davemloft.net>
39748
39749 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39750
e0b16cc2
JM
397512012-05-19 Joseph Myers <joseph@codesourcery.com>
39752
39753 [BZ #14123]
39754 * math/s_ccosh.c: Include <float.h>
39755 (__ccosh): Avoid internal overflow calculating sinh and cosh
39756 values before multiplying by sin and cos values.
39757 * math/s_ccoshf.c: Likewise.
39758 * math/s_ccoshl.c: Likewise.
39759 * math/s_csin.c: Likewise.
39760 * math/s_csinf.c: Likewise.
39761 * math/s_csinl.c: Likewise.
39762 * math/s_csinh.c: Likewise.
39763 * math/s_csinhf.c: Likewise.
39764 * math/s_csinhl.c: Likewise.
39765 * math/libm-test.inc (ccos_test): Add more tests.
39766 (ccosh_test): Likewise.
39767 (csin_test): Likewise.
39768 (csinh_test): Likewise.
39769 * sysdeps/i386/fpu/libm-test-ulps: Update.
39770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39771
6ad13e08
L
397722012-05-19 H.J. Lu <hongjiu.lu@intel.com>
39773
f66f0ce8
L
39774 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39775 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39776
6ad13e08
L
39777 * sysdeps/x86_64/x32/_itoa.h: Add comment.
39778
b1d072a7
JM
397792012-05-19 Joseph Myers <joseph@codesourcery.com>
39780
39781 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39782 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39783 * sysdeps/powerpc/soft-fp/Versions: Likewise.
39784 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39785 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39786 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39787 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39788 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39789 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39790 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39791 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39792 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39793 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39794 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39795 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39796 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39797 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39798 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39799 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39800 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39801 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39802 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39803 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39804 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39805 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39806 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39807 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39808 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39809 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39810 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39811 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39812
9eae47cb
AJ
398132012-05-18 Andreas Jaeger <aj@suse.de>
39814
39815 * csu/.gitignore: Delete.
39816
bb07f69f
L
398172012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39818
39819 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39820 (timex): Use __syscall_slong_t.
39821
e6bdb741
AJ
398222012-05-18 Andreas Jaeger <aj@suse.de>
39823 Carlos O'Donell <carlos_odonell@mentor.com>
39824
39825 * manual/install.texi (Configuring and compiling): Update
39826 description about files modified in the source directory.
d6c33fda 39827 * INSTALL: Regenerated.
e6bdb741 39828
1b74487e
L
398292012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39830
39831 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39832 value. Use "or" to set return value to -1.
39833 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39834 negate return value.
39835
a88b64b9
TMQMF
398362012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39837
57f41c40
AS
39838 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39839 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
39840 failure if the compiler has Graphite support disabled.
39841 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39842 Likewise.
57f41c40
AS
39843 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39844 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
39845 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39846 Likewise.
39847
3707636e
L
398482012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39849
610b8622
L
39850 * sysdeps/x86_64/x32/_itoa.h: New file.
39851
7cd195df
L
39852 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39853 getdents system call only if kernel and user dirents have the
39854 same d_ino and d_off.
39855
94b07d20
L
39856 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39857 LLONG_MAX != LONG_MAX.
39858 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39859 (_fitoa_word): Likewise.
39860
18298070
L
39861 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39862 years.
39863 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39864 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39865 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39866
553c7ea4
L
39867 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39868 include <bits/wordsize.h>. Check __x86_64__ instead of
39869 __WORDSIZE.
39870 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39871 if __x86_64__ is defined. Use anonymous union on fpstate.
39872
3707636e
L
39873 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39874 anonymous union.
39875
b53ef01a
AS
398762012-05-18 Andreas Schwab <schwab@linux-m68k.org>
39877
37fb1dc0
AS
39878 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39879 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39880 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39881 Refer to _rtld_local_ro instead of _rtld_global_ro.
39882 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39883 Likewise.
39884 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39885 Likewise.
39886 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39887 Likewise.
39888 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39889 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39890 of _rtld_global, and rtld_progname instead of _dl_argv[0].
39891
b53ef01a
AS
39892 * sysdeps/powerpc/powerpc32/dl-machine.c
39893 (__elf_machine_runtime_setup) [PROF]: Don't reference
39894 _dl_prof_resolve.
39895
7a185db2
AJ
398962012-05-18 Andreas Jaeger <aj@suse.de>
39897
39898 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39899 function only available for GCCs before 3.4 since GCC 3.4
39900 introduced a builtin.
39901 (lrint): Likewise.
39902 (llrintf): Likewise.
39903 (llrint): Likewise.
39904 (fmaxf): Likewise.
39905 (fmax): Likewise.
39906 (fminf): Likewise.
39907 (fmin): Likewise.
39908 (rint): Likewise.
39909 (rintf): Likewise.
39910 (nearbyint): Likewise.
39911 (nearbyintf): Likewise.
39912 (ceil): Likewise.
39913 (ceilf): Likewise.
39914 (floor): Likewise.
39915 (floorf): Likewise.
39916
3e5aef87
L
399172012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39918
428bd707
L
39919 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39920 on both fields and cast pointer to __syscall_ulong_t.
39921
3e5aef87
L
39922 * bits/types.h (__fsword_t): New type.
39923 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39924 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39925 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39926 (__FSWORD_T_TYPE): Likewise.
39927 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39928 (__FSWORD_T_TYPE): Likewise.
39929 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39930 (__FSWORD_T_TYPE): Likewise.
39931 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39932 (__FSWORD_T_TYPE): Likewise.
39933 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39934 __SWORD_TYPE with __fsword_t.
39935 (statfs64): Likewise.
39936
1ba7c3dc
DM
399372012-05-17 David S. Miller <davem@davemloft.net>
39938
39939 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39940
59910343
AJ
399412012-05-17 Andreas Jaeger <aj@suse.de>
39942
39943 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39944 warning.
39945
2e4c1e9e
L
399462012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39947
39948 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39949
de7f5ce7
AJ
399502012-05-17 Andreas Jaeger <aj@suse.de>
39951
39952 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39953 when it is used.
39954
286abc3d
CM
399552012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39956
39957 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39958
477cc68e
L
399592012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39960
39961 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39962 * sysdeps/x86_64/tst-mallocalign1.c: New file.
39963
1a0994f5
CD
399642012-05-17 Andreas Jaeger <aj@suse.de>
39965 Carlos O'Donell <carlos_odonell@mentor.com>
39966
39967 [BZ #14059]
39968 * sysdeps/x86_64/multiarch/init-arch.h
39969 (bit_YMM_Usable): Rename to...
39970 (bit_AVX_Usable): ... this.
39971 (bit_FMA4_Usable): New macro.
39972 (bit_XMM_state): New macro.
39973 (bit_YMM_state): New macro.
39974 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39975 [__ASSEMBLER__] (index_AVX_Usable): ... this.
39976 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39977 (CPUID_OSXSAVE): New macro.
39978 (CPUID_AVX): New macro.
39979 (CPUID_FMA4): New macro.
39980 (index_YMM_Usable): Rename to...
39981 (index_AVX_Usable): ... this.
39982 (HAS_AVX): Use HAS_ARCH_FEATURE.
39983 (HAS_FMA4): Likewise.
39984 (HAS_YMM_USABLE): Remove.
39985 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39986 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39987 are present.
39988 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39989 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39990 * sysdeps/x86_64/multiarch/Makefile: Likewise.
39991 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39992 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39993
0af797de
CM
399942012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39995
39996 * math/libm-test.c: Support platforms without multiple rounding modes.
39997 * math/bug-nextafter.c: Support platforms without FP exceptions.
39998 * math/bug-nexttoward.c: Likewise.
39999 * math/test-fenv.c: Likewise.
40000 * math/test-misc.c: Likewise.
40001 * stdlib/bug-getcontext.c: Likewise.
40002
e39745ff
AJ
400032012-05-17 Andreas Jaeger <aj@suse.de>
40004
40005 * manual/examples/search.c (critter_cmp): Change signature to
40006 avoid warnings.
40007 * manual/string.texi (Collation Functions): Likewise.
40008
48970aba
L
400092012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40010
40011 * bits/types.h: Fold copyright years.
40012 * bits/typesizes.h: Likewise.
40013 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40014 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40015 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40016 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40017 * time/time.h: Likewise.
40018
bedee953
PP
400192012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
40020
40021 [BZ #208]
40022 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40023 in instead of returning them. Return void.
40024 (__libc_mallinfo): Accumulate over all arenas.
40025 (__malloc_stats): Adjust for change in int_mallinfo interface.
40026
61653dfb
RM
400272012-05-16 Roland McGrath <roland@hack.frob.com>
40028
30b99d79
RM
40029 [BZ #10375]
40030 * configure.in (NM): Add AC_CHECK_TOOL for it.
40031 (libc_extra_cflags): New substituted variable.
40032 Check for -fstack-protector being used implicitly.
40033 * configure: Regenerated.
40034 * config.make.in (config-extra-cflags): New variable,
40035 gets @libc_extra_cflags@.
40036 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40037
61653dfb
RM
40038 [BZ #10375]
40039 * configure.in: Check for _FORTIFY_SOURCE being predefined.
40040 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40041 * configure: Regenerated.
40042 * config.make.in (CPPUNDEFS): New substituted variable.
40043 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40044 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40045 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40046
661768bb
L
400472012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40048
40049 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40050 (mq_attr): Use __syscall_slong_t.
40051
d4261567
L
400522012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40053
40054 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40055 Check __x86_64__ instead of __WORDSIZE.
40056 (_STAT_VER_LINUX): Likewise.
40057 (stat): Check __x86_64__ instead of __WORDSIZE. Use
40058 __syscall_ulong_t and __syscall_slong_t.
40059 (stat64): Likewise.
40060
cf3ff365
L
400612012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40062
40063 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40064
76cf3e4d
L
400652012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40066
40067 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40068
a637753a
L
400692012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40070
40071 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40072 __syscall_ulong_t.
40073
d5e05119
L
40074 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40075 include <bits/wordsize.h>. Check __x86_64__ instead of
40076 __WORDSIZE.
40077 (greg_t): Use "__extension__ long long int" if __x86_64__ is
40078 defined.
40079 (mcontext_t): Replace "unsigned long" with "unsigned long long".
40080
f62ee380
L
40081 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40082 include <bits/wordsize.h>. Check __x86_64__ instead of
40083 __WORDSIZE.
40084 (user_regs_struct): Use "__extension__ unsigned long long"
40085 instead of "unsigned long" if __x86_64__ is defined.
40086 (user): Likewise. Pad after pointer field if __ILP32__ is
40087 defined.
40088
4e124ced
JM
400892012-05-16 Joseph Myers <joseph@codesourcery.com>
40090
6a3951a0
JM
40091 * configure.in (makeinfo): Require version 4.5 or later. Allow
40092 versions 5 to 9.
40093 * configure: Regenerated.
40094 * manual/install.texi (texinfo): Increase version requirement to
40095 4.5 or later.
40096 * INSTALL: Regenerated.
40097
4e124ced
JM
40098 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40099
953ca31a
L
401002012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40101
40102 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40103
617aca05
L
40104 * sysdeps/x86_64/x32/ffs.c: New file.
40105
5762f7ae
L
40106 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40107 __syscall_ulong_t.
40108 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40109 defined. Use __syscall_ulong_t.
40110 (shminfo): Use __syscall_ulong_t.
40111 (shm_info): Likewise.
40112
a26b6856
L
40113 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40114 __syscall_ulong_t.
40115
cb2b9ef7
L
40116 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40117 <bits/wordsize.h>.
40118 (msgqnum_t): Use __syscall_ulong_t.
40119 (msglen_t): Likewise.
40120 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
40121 __syscall_ulong_t.
40122
34683bb0
L
40123 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40124 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40125
84a68786
L
40126 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40127
48baa5f1
L
40128 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40129 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40130
180be88b
L
40131 * sysvipc/sys/msg.h (msgbuf): Replace long int with
40132 __syscall_slong_t.
40133
5e90c8ad
L
40134 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40135 include <bits/wordsize.h>. Check __x86_64__ instead of
40136 __WORDSIZE.
40137
23dfb58b
L
40138 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40139 "unsigned long long int" if __x86_64__ is defined.
40140 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40141
ce5d54b0
L
40142 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40143 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40144 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40145
13dc9eac
L
40146 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40147 <stdint.h>.
40148 (GET_PC): Cast to uintptr_t first.
40149 (GET_FRAME): Likewise.
40150 (GET_STACK): Likewise.
40151
a7895d15
L
40152 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40153 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40154 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40155 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40156 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40157 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40158 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40159 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40160 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40161 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40162 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40163 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40164 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40165 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40166 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40167 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40168 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40169 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40170 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40171 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40172 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40173 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40174 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40175 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40176 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40177 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40178 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40179 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40180 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40181
656416c9
AS
401822012-05-16 Andreas Schwab <schwab@linux-m68k.org>
40183
5bd66283
AS
40184 * Makerules (+depfiles): Also collect depfiles from .oS in
40185 $(extra-objs).
40186 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40187 .oS, $(libnldbl-routines)).
40188
656416c9
AS
40189 * Makerules (native-compile-mkdep-flags): Define.
40190 * sunrpc/Makefile (extra-objs): Add $(addprefix
40191 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40192 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40193 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
40194 calling $(make-target-directory).
40195
a46f2169
L
401962012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40197
40198 * bits/types.h (__snseconds_t): Removed.
40199 * time/time.h (struct timespec): Replace __snseconds_t with
40200 __syscall_slong_t.
40201 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40202 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40203 Likewise.
40204 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40205 (__SNSECONDS_T_TYPE): Likewise.
40206 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40207 (__SNSECONDS_T_TYPE): Likewise.
40208 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40209 (__SNSECONDS_T_TYPE): Likewise.
40210
6af6528b
L
402112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40212
40213 * sysdeps/mach/hurd/bits/typesizes.h
40214 (__SYSCALL_SLONG_TYPE): New macro.
40215 (__SYSCALL_ULONG_TYPE): Likewise.
40216
de986b56
L
402172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40218
40219 * bits/types.h (__syscall_slong_t): New type.
40220 (__syscall_ulong_t): Likewise.
40221
40222 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40223 (__SYSCALL_ULONG_TYPE): Likewise.
40224 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40225 (__SYSCALL_SLONG_TYPE): Likewise.
40226 (__SYSCALL_ULONG_TYPE): Likewise.
40227 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40228 (__SYSCALL_SLONG_TYPE): Likewise.
40229 (__SYSCALL_ULONG_TYPE): Likewise.
40230 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40231 (__SYSCALL_SLONG_TYPE): Likewise.
40232 (__SYSCALL_ULONG_TYPE): Likewise.
40233
85736dc7
L
402342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40235
40236 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40237 Add sigaltstack-offsets.sym.
40238 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40239 <sigaltstack-offsets.h>.
40240 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
40241 longjmp_msg pointer.
40242 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
40243 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40244 signal stack.
40245 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40246
cc03b296
JM
402472012-05-15 Joseph Myers <joseph@codesourcery.com>
40248
a9538892
JM
40249 * elf/stackguard-macros.h: Remove file.
40250 * sysdeps/generic/stackguard-macros.h: New file.
40251 * sysdeps/i386/stackguard-macros.h: Likewise.
40252 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40253 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40254 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40255 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40256 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40257 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40258 * sysdeps/x86_64/stackguard-macros.h: Likewise.
40259 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40260 <elf/stackguard-macros.h>.
40261
cc03b296
JM
40262 [BZ #14109]
40263 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40264 __aligned__ in attribute.
40265 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40266 (gregset_t): Likewise.
40267
93171016
L
402682012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40269
40270 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40271 * sysdeps/x86_64/64/Implies-after: Here. New file.
40272 * sysdeps/x86_64/x32/Implies-after: New file.
40273
d86813a0
L
402742012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40275
40276 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40277 and access return value for _dl_profile_fixup. Use R10_LP to
40278 load frame size.
40279
2953ec75
L
402802012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40281
40282 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40283
3b550e9e
L
402842012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40285
40286 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40287 * sysdeps/x86_64/x32/sysdep.h: New file.
40288
eda41706
L
402892012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40290
40291 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40292 * sysdeps/x86_64/setjmp.S: Likewise.
40293
9ea01d93
AZ
402942012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40295
40296 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40297 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40298 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40299 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40300 remove unused global constant.
40301
02a91938
CM
403022012-05-15 Chris Metcalf <cmetcalf@tilera.com>
40303
40304 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40305 include of <not-cancel.h>.
40306
6540185f
RM
403072012-05-15 Roland McGrath <roland@hack.frob.com>
40308
40309 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40310
509072a0
AJ
403112012-05-15 Jeff Law <law@redhat.com>
40312 Andreas Jaeger <aj@suse.de>
40313
40314 [BZ #13594]
40315 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40316 out from...
40317 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40318 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40319 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40320 code changing __hst_map_handle.map.
40321
ba75122d
RM
403222012-05-15 Roland McGrath <roland@hack.frob.com>
40323
40324 * configure.in (sysnames): Look for Implies-before and Implies-after
40325 files.
40326 * configure: Regenerated.
40327
890d8bd8
L
403282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40329
40330 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40331 8-byte data alignment with LP_SIZE alignment.
40332
f6ee6623
L
403332012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40334
40335 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40336 into R10_LP.
40337
ea2626f6
L
403382012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40339
40340 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40341
085f715e
L
403422012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40343
40344 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40345 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40346 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40347 Likewise.
40348 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40349
be8498fc
L
403502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40351
40352 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40353 (stackinfo_sub_sp): Likewise.
40354
70bc83b9
L
403552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40356
40357 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40358 RAX_LP.
40359
9bc0b730
L
403602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40361
40362 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40363 into R*_LP.
40364
6d2850e7
L
403652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40366
40367 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40368 sizes into R*_LP.
40369
3cb84561
L
403702012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40371
40372 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40373
54e2ed81
L
403742012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40375
40376 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40377 into R11_LP and load __x86_64_shared_cache_size_half into
40378 R8_LP.
40379
8a17f349
L
403802012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40381
40382 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40383 R8_LP.
40384
777b1eea
AZ
403852012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40386
40387 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40388 logb for POWER7.
40389 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40390 logbf for POWER7.
40391 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40392 logbl for POWER7.
40393 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40394 powerpc32/power7/fpu/s_logb.c via #include.
40395 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40396 powerpc32/power7/fpu/s_logbf.c via #include.
40397 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40398 powerpc32/power7/fpu/s_logbl.c via #include.
40399
d20d4ac2
JM
404002012-05-15 Joseph Myers <joseph@codesourcery.com>
40401
40402 * README.libm: Remove file.
40403
6cdef1ab
L
404042012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40405
40406 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40407 count for x32. Use R*_LP and omit operand-size suffix.
40408
0b254d8f
L
404092012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40410
40411 * shlib-versions: Move x86_64-.*-linux.* entries to ...
40412 * sysdeps/x86_64/64/shlib-versions: Here. New file.
40413 * sysdeps/x86_64/x32/shlib-versions: New file.
40414
ceb809dc
RM
404152012-05-14 Roland McGrath <roland@hack.frob.com>
40416
40417 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40418 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40419 Use _dl_fatal_printf instead.
40420
37f1abd4
JM
404212012-05-14 Joseph Myers <joseph@codesourcery.com>
40422
40423 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40424 set if not set by the user. Do not allow for being unset.
40425 * sysdeps/unix/sysv/linux/configure: Regenerated.
40426
11de3a33
L
404272012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40428
40429 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40430 the `q' suffix from lea and replace .quad with ASM_ADDR.
40431
e02f153a
L
404322012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40433
40434 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40435 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
40436 instead of $17.
40437 (PTR_DEMANGLE): Likewise.
40438
520ae0fd
L
404392012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40440
40441 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40442 (LP_OP): Likewise.
40443 (ASM_ADDR): Likewise.
40444 (RAX_LP): Likewise.
40445 (RBP_LP): Likewise.
40446 (RBX_LP): Likewise.
40447 (RCX_LP): Likewise.
40448 (RDI_LP): Likewise.
40449 (RSI_LP): Likewise.
40450 (RSP_LP): Likewise.
40451 (R8_LP): Likewise.
40452 (R9_LP): Likewise.
40453 (R10_LP): Likewise.
40454 (R10_LP): Likewise.
40455 (R11_LP): Likewise.
40456 (R12_LP): Likewise.
40457 (R13_LP): Likewise.
40458 (R14_LP): Likewise.
40459 (R15_LP): Likewise.
40460
b985be81
L
404612012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40462
40463 * sysdeps/x86_64/x32/dl-machine.h: New file.
40464
6a4888ff
AJ
404652012-05-14 Andreas Jaeger <aj@suse.de>
40466
40467 * manual/Makefile (subdir): Remove export of subdir.
40468 (all): Remove target.
40469 (.PHONY): Remove all from list.
40470 (mkinstalldirs): Remove.
40471 (.PHONY): Remove installdirs from list.
40472 ($(inst_infodir)/libc.info): Use make-target-directory.
40473 (installdirs): Remove.
40474 (subdir_%): Remove.
40475 (glibc-targets): Remove.
40476 (lib): Remove.
40477 (stubs): Remove.
40478 ($(objpfx)stubs ../po/manual.pot): Remove.
40479 ($(objpfx)stamp%): Remove.
40480 (make-target-directory): Remove.
40481 (subdir_install): Remove.
40482 (routines): Remove.
40483 (aux): Remove.
40484 (sources): Remove.
40485 (objects): Remove.
40486 (headers): Remove.
40487
40488 [BZ #13750]
40489 * manual/.gitignore: Remove, it's not needed anymore.
40490 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40491 all files in it.
40492 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40493 directory.
40494 (texis): Renamed to $(objpfx)texis.
40495 (texis-path): New, contains path to generated files.
40496 (chapters.%): Use texis-path for complete path, add extra argument
40497 libc-texinfo.sh.
40498 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40499 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40500 (summary,texi, stamp-summary): Use complete path of
40501 files. Generate files in build dir.
40502 (dir-add.texi): Build in build dir.
40503 (libm-err.texi,stamp-libm-err): Likewise.
40504 (version.texi, stamp-version): Likewise.
40505 (.%c.texi): Likewise.
40506 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40507 (mostlyclean): Remove target.
40508 (realclean): Remove target.
40509 (generated): Add new variable with contents from mostlyclean and
40510 realclean, remove entries duplicated in common-mostlyclean, add
40511 stamp-libm-err and stamp-version.
40512 (generated-dirs): Add libc directory.
40513 ($(inst_infodir)/libc.info): Install files from build dir.
40514
40515 * manual/install.texi (Configuring and compiling): Adjust since
40516 the info files are not part of the tar ball anymore.
40517
7ac77294
AJ
405182012-05-14 Andreas Jaeger <aj@suse.de>
40519
40520 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40521 variable.
40522
ffb7875d
JM
405232012-05-14 Joseph Myers <joseph@codesourcery.com>
40524
40525 [BZ #13717]
40526 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40527 to 2.2.0 where earlier.
40528 * sysdeps/unix/sysv/linux/configure: Regenerated.
40529 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40530 Remove conditional code.
40531 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40532 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40533 Remove conditional code.
40534 [!__NR_lchown]: Likewise.
40535 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40536 [__NR_lchown]: Likewise.
40537 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40538 comment referencing __ASSUME_LCHOWN_SYSCALL.
40539 * sysdeps/unix/sysv/linux/i386/sigaction.c
40540 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40541 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40542 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40543 Remove conditional code.
40544 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40545 (__protocol_available): Remove #if 0 code.
40546 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40547 conditional code.
40548 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40549 * sysdeps/unix/sysv/linux/kernel-features.h
40550 (__ASSUME_GETCWD_SYSCALL): Don't define.
40551 (__ASSUME_REALTIME_SIGNALS): Likewise.
40552 (__ASSUME_PREAD_SYSCALL): Likewise.
40553 (__ASSUME_PWRITE_SYSCALL): Likewise.
40554 (__ASSUME_POLL_SYSCALL): Likewise.
40555 (__ASSUME_LCHOWN_SYSCALL): Likewise.
40556 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40557 non-SPARC.
40558 (__ASSUME_SIOCGIFNAME): Don't define.
40559 (__ASSUME_MSG_NOSIGNAL): Likewise.
40560 (__ASSUME_SENDFILE): Define unconditionally.
40561 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40562 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40563 conditional code.
40564 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40565 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40566 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40567 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40568 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40569 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40570 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40571 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40572 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40573 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40574 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40575 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40576 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40577 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40578 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40579 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40580 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40581 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40582 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40584 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40585 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40587 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40588 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40590 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40591 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40592 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40593 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40594 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40595 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40596 Remove conditional code.
40597 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40598 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40599 Remove conditional code.
40600 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40601 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40602 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40603 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40604 Remove conditional code.
40605 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40606 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40607 Remove conditional code.
40608 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40609 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40610 Remove conditional code.
40611 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40612 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40613 Remove conditional code.
40614 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40615 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40616 Remove conditional code.
40617 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40618 * sysdeps/unix/sysv/linux/sh/pwrite64.c
40619 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40620 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40621 * sysdeps/unix/sysv/linux/sigaction.c
40622 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40623 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40624 * sysdeps/unix/sysv/linux/sigpending.c
40625 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40626 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40627 * sysdeps/unix/sysv/linux/sigprocmask.c
40628 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40629 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40630 * sysdeps/unix/sysv/linux/sigsuspend.c
40631 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40632 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40633 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40634 (__libc_missing_rt_sigs): Remove.
40635 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40636 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40637 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40638 Remove conditional code.
40639 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40640 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40641 return 1.
40642 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40643 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40644 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40645 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40646
1bfb7291
AJ
406472012-05-14 Andreas Jaeger <aj@suse.de>
40648
caae5a81
AJ
40649 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40650 it's not used in glibc.
40651 (__coshm1): Likewise.
40652 (__acosh1p): Likewise.
40653 (__sgn): Likewise.
40654
1bfb7291
AJ
40655 * manual/string.texi (Copying and Concatenation): Add missing
40656 variable in concat example.
40657 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40658
c044d724
L
406592012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40660
144c5467 40661 [BZ #14103]
c044d724
L
40662 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40663 __builtin_clzl with __builtin_clzll.
40664
2523c62b
L
406652012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40666
40667 [BZ #14104]
40668 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40669 libc_freeres_ptr.
40670
d7bb4c42
LD
406712012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40672
40673 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40674 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40675 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40676 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40677
9dc4e1fb
MF
406782012-05-14 Mike Frysinger <vapier@gentoo.org>
40679
40680 * NEWS: Update ia64 info.
40681
c7df0112
AS
406822012-05-12 Andreas Schwab <schwab@linux-m68k.org>
40683
40684 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40685 used as bcopy.
40686
dc70356c
TS
406872012-05-12 Thomas Schwinge <thomas@codesourcery.com>
40688
40689 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40690 * sysdeps/unix/syscalls.list (dup3): Likewise.
40691 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40692 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40693
9fb1a21f
L
406942012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40695
40696 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40697 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40698
4822a2a5
L
406992012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40700
40701 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40702 thread pointer.
40703 (TLS_IE): Use mov/add instead of movq/addq to load thread
40704 pointer.
40705 (TLS_GD_PREFIX): New.
40706 (TLS_GD): Use it.
40707
842b81d6
DM
407082012-05-11 David S. Miller <davem@davemloft.net>
40709
40710 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40711 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40712 (_FPU_SETCW): Likewise.
40713
1cf463cd
L
407142012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40715
40716 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40717 is 32-byte aligned.
40718
60cc4a18
AS
407192012-05-11 Andreas Schwab <schwab@linux-m68k.org>
40720
40721 [BZ #11837]
40722 * iconvdata/gb18030.c: Update tables.
40723 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
40724 characters specially.
40725 (BODY for TO_LOOP): Add encoding of missing ranges.
40726
febb44a4
TS
407272012-05-11 Thomas Schwinge <thomas@codesourcery.com>
40728
40729 [BZ #13673]
40730 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40731 * sysdeps/mach/hurd/dup3.c: Likewise.
40732 * sysdeps/mach/hurd/readlinkat.c: Likewise.
40733 * sysdeps/powerpc/memmove.c:: Likewise.
40734
0a10fb9e
L
407352012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40736
40737 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40738 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40739
df8a552f
L
407402012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40741
40742 * elf/elf.h (R_X86_64_RELATIVE64): New.
40743 (R_X86_64_NUM): Updated.
40744 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40745 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
40746 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40747 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40748 tst-quad1pie tst-quad2pie
40749 (modules-names): Add tst-quadmod1 tst-quadmod2.
40750 ($(objpfx)tst-quad1): New dependency.
40751 ($(objpfx)tst-quad2): Likewise.
40752 ($(objpfx)tst-quad1pie): Likewise.
40753 ($(objpfx)tst-quad2pie): Likewise.
40754 * sysdeps/x86_64/tst-quad1.c: New file.
40755 * sysdeps/x86_64/tst-quad1pie.c: New file.
40756 * sysdeps/x86_64/tst-quad2.c: Likewise.
40757 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40758 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40759 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40760 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40761 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40762
f34d6f84
ST
407632012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40764
f42d41d1
ST
40765 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40766 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40767 * streams/stropts.h (t_scalar_t): Define type.
40768
3c3571fc
ST
40769 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40770 (_PATH_PRESERVE): Set to "/var/lib".
40771 (_PATH_RWHODIR): Set to "/var/spool/rwho".
40772
61f06bd3
ST
40773 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40774 instead of int.
40775
918d4d71
ST
40776 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40777 if __dir_mkfile succeeded.
40778
f34d6f84
ST
40779 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40780 checking for _hurd_dtablesize. Unlock it right after having
40781 finished _hurd_dtable allocation.
40782
10589b4a
TS
407832012-05-10 Thomas Schwinge <thomas@schwinge.name>
40784
674cdbc7
TS
40785 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40786 * sysdeps/mach/hurd/configure: Regenerated.
40787 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40788 special-casing to...
40789 * sysdeps/gnu/configure.in: ... this new file.
40790 * sysdeps/unix/sysv/linux/configure: Regenerated.
40791 * sysdeps/gnu/configure: New generated file.
40792
8e41b99f
TS
40793 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40794 for Linux: use nsec instead of usec, as well as:
40795 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40796 members of type struct timespec.
40797 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40798 New macros.
40799 (struct stat64): Likewise.
40800 (_STATBUF_ST_NSEC): New macro.
40801 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40802
10589b4a
TS
40803 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40804 __strtoul_internal rather than strtoul.
40805
63643c85
PT
408062012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40807
40808 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40809 and reject them.
40810
3faebe6a
ST
408112012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40812
40813 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40814 which preserves existing values.
40815 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40816
c6474b07
PT
408172012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40818
40819 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40820 TIMEOUT values. Return EINVAL for NFDS values either negative or
40821 greater than FD_SETSIZE.
40822
1043890b
ST
408232012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40824
40825 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40826 allocated, call __vm_protect to finish enabling the existing space, and
40827 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40828 allocate the remainder.
40829
37ed8b9b
PT
408302012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40831
40832 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40833 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
40834
db653660
ST
408352012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40836
37ed8b9b
PT
40837 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40838 sysdeps/mach/hurd/readlink.c.
b29d4053 40839
db653660
ST
40840 * posix/tst-sysconf.c (posix_options): Only use
40841 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40842 _POSIX_SYNCHRONIZED_IO when they are defined
40843 * sysdeps/mach/hurd/bits/posix_opt.h:
40844 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40845 (_XOPEN_REALTIME): Undefine macro.
40846 (_XOPEN_REALTIME_THREADS): Undefine macro.
40847 (_XOPEN_SHM): Undefine macro.
40848 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40849 macro to -1.
40850 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40851 macro to -1.
40852 (_POSIX_ASYNC_IO): Undefine macro.
40853 (_POSIX_PRIORITIZED_IO): Undefine macro.
40854 (_POSIX_SPIN_LOCKS): Define macro to -1.
40855
ee16e894
ST
40856 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40857 SA_NODEFER, SA_RESETHAND.
40858 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40859 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40860 F_DUPFD_CLOEXEC.
40861
6103ae3b
TS
408622012-05-10 Thomas Schwinge <thomas@schwinge.name>
40863
40864 * elf/Makefile (pldd-modules): Define unconditionally.
40865
80b4e5f3
TS
408662012-05-10 Thomas Schwinge <thomas@schwinge.name>
40867
40868 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40869
edadcbd6
ST
408702012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40871
40872 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40873 Return ENOENT when name is empty.
40874 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40875
80694780
TS
408762012-05-10 Thomas Schwinge <thomas@schwinge.name>
40877
1792c087
TS
40878 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40879
80694780
TS
40880 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40881
6b645f0d
ST
408822012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40883
80694780
TS
40884 Fix mlock in all cases except non-readable pages.
40885 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40886 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 40887
6b645f0d
ST
40888 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40889 (__mkdir): When path is `/', just fail with EEXIST.
40890 * sysdeps/mach/hurd/mkdirat.c: Likewise.
40891
e468f8a3
TS
408922012-05-10 Thomas Schwinge <thomas@schwinge.name>
40893
40894 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40895 <sys/uio.h> (for writev).
40896 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40897 and <sys/param.h> (for MIN).
40898
a4186cff
PT
408992012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40900
40901 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40902 REQUESTED_TIME. Properly set the remaining time and return EINTR
40903 if interrupted.
40904
510bbf14
TS
409052012-05-10 Thomas Schwinge <thomas@schwinge.name>
40906
40907 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40908 Depend on against $(link-rpcuserlibs).
40909
5d5722e8
ST
409102012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40911
a4186cff
PT
40912 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40913 (__libc_stack_end): Do not use attribute_relro.
40914 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40915 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 40916 to libthread-provided value.
a4186cff
PT
40917 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40918 attribute_relro.
5d5722e8 40919
37233df9
TS
409202012-05-10 Thomas Schwinge <thomas@schwinge.name>
40921
be971a2b
TS
40922 [BZ #3748]
40923 * bits/libc-lock.h (__libc_once_get): New macro.
40924 * sysdeps/mach/bits/libc-lock.h: Likewise.
40925 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40926 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40927 instead of using implementation details.
40928
37233df9
TS
40929 * libio/fileops.c: Unconditionally include <kernel-features.h>.
40930 * libio/freopen.c: Likewise.
40931 * libio/freopen64.c: Likewise.
40932 * misc/syslog.c: Likewise.
40933 * nscd/connections.c: Likewise.
40934 * nscd/netgroupcache.c: Likewise.
40935 * sysdeps/posix/getcwd.c: Likewise.
40936
38de94a5
RM
409372012-05-10 Roland McGrath <roland@hack.frob.com>
40938
40939 * math/w_ilogbf.c: Add #include <limits.h>.
40940
67530489
ST
409412012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40942
a4186cff 40943 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
40944 path instead of returning without unlocking.
40945
67530489
ST
40946 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40947 immediate-write ioctls.
40948 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40949
5aa3a74a
TS
409502012-05-10 Thomas Schwinge <thomas@schwinge.name>
40951
18bad2ae
TS
40952 * sysdeps/mach/hurd/i386/init-first.c (init): Use
40953 __builtin_frame_address instead of making assumptions about the
40954 location of the return address relative to DATA. Force early load of
40955 the return address.
40956 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40957 __builtin_frame_address.
40958
5aa3a74a
TS
40959 dup3 for GNU Hurd.
40960 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40961 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
40962 implement dup3 and do some further code clean-ups.
40963 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40964 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40965
ecd0de9a
ST
409662012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40967
cd9fa985
ST
40968 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40969
a4186cff
PT
40970 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40971 HURD_CRITICAL_END around holding _hurd_dtable_lock.
40972 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40973 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40974 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40975 d->port.lock.
802ca5a5 40976
a4186cff
PT
40977 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40978 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
40979 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 40980
bcf55240
TS
409812012-05-10 Thomas Schwinge <thomas@schwinge.name>
40982
6960eb42
TS
40983 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40984 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40985 definitions.
40986
eb43375f
TS
40987 accept4 for GNU Hurd.
40988 * include/sys/socket.h (__libc_accept4): New prototype.
40989 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
40990 to implement __libc_accept4.
40991 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40992 __libc_accept4.
40993 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40994
bcf55240
TS
40995 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40996 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40997 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40998 signal-defines.sym.
40999
6178c55b
ST
410002012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41001
a4186cff 41002 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 41003
6f080c2f
TS
410042012-05-10 Thomas Schwinge <thomas@schwinge.name>
41005
41006 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41007 assertion on O_CLOEXEC flag.
41008 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41009 * hurd/intern-fd.c: Likewise.
41010 * hurd/port2fd.c: Likewise.
41011
bcfe3a54
ST
410122012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41013
41014 [BZ #3906]
41015 * bits/in.h (IPV6_PKTINFO): Define new macro.
41016 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41017
89c9aa49
AZ
410182012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41019
41020 [BZ #13954]
41021 [BZ #13955]
41022 [BZ #13956]
41023 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41024 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41025 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41026 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41027 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41028 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41029 * math/libm-test.inc (logb_test) : Additional logb tests.
41030
021db4be
AJ
410312012-05-09 Andreas Schwab <schwab@linux-m68k.org>
41032 Andreas Jaeger <aj@suse.de>
41033
41034 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41035 * configure: Regenerated.
41036 * config.h.in (LINK_OBSOLETE_RPC): New macro.
41037 * config.make.in (link-obsolete-rpc): New substituted variable.
41038 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41039 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41040 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41041 (shared-only-routines): Don't set it under [link-obsolete-rpc],
41042 so that libc.a contains the symbols.
41043 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41044 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41045 * sunrpc/auth_none.c: Likewise.
41046 * sunrpc/auth_unix.c: Likewise.
41047 * sunrpc/authdes_prot.c: Likewise.
41048 * sunrpc/authuxprot.c: Likewise.
41049 * sunrpc/clnt_gen.c: Likewise.
41050 * sunrpc/clnt_perr.c: Likewise.
41051 * sunrpc/clnt_raw.c: Likewise.
41052 * sunrpc/clnt_simp.c: Likewise.
41053 * sunrpc/clnt_tcp.c: Likewise.
41054 * sunrpc/clnt_udp.c: Likewise.
41055 * sunrpc/clnt_unix.c: Likewise.
41056 * sunrpc/des_crypt.c: Likewise.
41057 * sunrpc/des_soft.c: Likewise.
41058 * sunrpc/get_myaddr.c: Likewise.
41059 * sunrpc/key_call.c: Likewise.
41060 * sunrpc/key_prot.c: Likewise.
41061 * sunrpc/netname.c: Likewise.
41062 * sunrpc/pm_getmaps.c: Likewise.
41063 * sunrpc/pm_getport.c: Likewise.
41064 * sunrpc/pmap_clnt.c: Likewise.
41065 * sunrpc/pmap_prot.c: Likewise.
41066 * sunrpc/pmap_prot2.c: Likewise.
41067 * sunrpc/pmap_rmt.c: Likewise.
41068 * sunrpc/publickey.c: Likewise.
41069 * sunrpc/rpc_cmsg.c: Likewise.
41070 * sunrpc/rpc_common.c: Likewise.
41071 * sunrpc/rpc_dtable.c: Likewise.
41072 * sunrpc/rpc_prot.c: Likewise.
41073 * sunrpc/rpc_thread.c: Likewise.
41074 * sunrpc/rtime.c: Likewise.
41075 * sunrpc/svc.c: Likewise.
41076 * sunrpc/svc_auth.c: Likewise.
41077 * sunrpc/svc_raw.c: Likewise.
41078 * sunrpc/svc_run.c: Likewise.
41079 * sunrpc/svc_tcp.c: Likewise.
41080 * sunrpc/svc_udp.c: Likewise.
41081 * sunrpc/svc_unix.c: Likewise.
41082 * sunrpc/svcauth_des.c: Likewise.
41083 * sunrpc/xcrypt.c: Likewise.
41084 * sunrpc/xdr.c: Likewise.
41085 * sunrpc/xdr_array.c: Likewise.
41086 * sunrpc/xdr_float.c: Likewise.
41087 * sunrpc/xdr_intXX_t.c: Likewise.
41088 * sunrpc/xdr_mem.c: Likewise.
41089 * sunrpc/xdr_rec.c: Likewise.
41090 * sunrpc/xdr_ref.c: Likewise.
41091 * sunrpc/xdr_sizeof.c: Likewise.
41092 * sunrpc/xdr_stdio.c: Likewise.
41093
b5c086a2
RM
410942012-05-10 Roland McGrath <roland@hack.frob.com>
41095
41096 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41097 change. Update copyright years.
41098
6d74dd09
JM
410992012-05-10 Joseph Myers <joseph@codesourcery.com>
41100
41101 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41102
28e72501
MK
411032012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
41104 Joseph Myers <joseph@codesourcery.com>
41105 Paul Pluzhnikov <ppluzhnikov@google.com>
41106
41107 [BZ #14012]
41108 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41109 requiring rpcgen.
41110 [cross-compiling] (extra-libs): Likewise.
41111 [cross-compiling] (extra-libs-others): Likewise.
41112 [cross-compiling] (librpcsvc-routines): Likewise.
41113 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41114 [cross-compiling] (omit-deps): Likewise.
41115 (sunrpc-CPPFLAGS): New variable.
41116 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41117 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41118 (cross-rpcgen-objs): New variable.
41119 (extra-objs): Append $(cross-rpcgen-objs).
41120 ($(cross-rpcgen-objs)): New rule.
41121 ($(objpfx)cross-rpcgen): Likewise.
41122 (rpcgen-cmd): Define to use $(built-program-file). Expand
41123 comment.
41124 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41125 ($(objpfx)x%.stmp): Likewise.
41126 * sunrpc/proto.h [IS_IN_build] (_): Define.
41127 [IS_IN_build] (_libc_intl_domainname): Likewise.
41128
c8c59454
L
411292012-05-10 H.J. Lu <hongjiu.lu@intel.com>
41130
41131 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41132 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41133 and R_X86_64_TPOFF64.
41134
6f27cd16
JM
411352012-05-10 Joseph Myers <joseph@codesourcery.com>
41136
41137 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41138 sysdeps/unix/sysv/syscalls.list.
41139 (stime): Likewise.
41140 (utime): Likewise.
41141 * sysdeps/unix/sysv/syscalls.list: Remove file.
41142
02467e1c
PE
411432012-05-10 Paul Eggert <eggert@cs.ucla.edu>
41144
41145 [BZ #3440]
41146 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41147 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41148 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41149 (__LC_IDENTIFICATION): Make these macros useful in #if
41150 expressions, as required by C99.
41151
da392631
AS
411522012-05-10 Andreas Schwab <schwab@linux-m68k.org>
41153
41154 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41155 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
41156 after this.
41157
8115f29b
L
411582012-05-09 H.J. Lu <hongjiu.lu@intel.com>
41159
41160 * stdlib/longlong.h: Updated from GCC.
41161
bdd74070
AJ
411622012-05-09 Andreas Jaeger <aj@suse.de>
41163
edfe0dbe
AJ
41164 * nscd/nscd.c (run_modes): Make named enum, reorder so that
41165 default is first entry.
41166 (run_mode): Set type.
41167 (main): Remove informal message about syslog.
41168 (options): Fix typo.
41169
bcfe3a54
ST
41170 [BZ #14053]
41171 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 41172 to asm.
bcfe3a54
ST
41173 (lrint): Likewise.
41174 (llrintf): Likewise.
41175 (llrint): Likewise.
41176 (rint): Likewise.
41177 (rintf): Likewise.
41178 (nearbyint): Likewise.
41179 (nearbyintf): Likewise.
bdd74070 41180
91d8d69e
AJ
411812012-05-09 Andreas Jaeger <aj@suse.de>
41182 Pedro Alves <palves@redhat.com>
41183
41184 * nscd/nscd.c (run_mode): Use enum.
41185 (main): Cleanup coding style issue.
41186
bb90b80b
AJ
411872012-05-09 Alexandre Oliva <aoliva@redhat.com>
41188 Andreas Jaeger <aj@suse.de>
41189
bcfe3a54
ST
41190 * nscd/nscd.c (go_background): Replaced with...
41191 (run_mode): ... this.
bb90b80b 41192 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
41193 (options): Add -F --foreground.
41194 (main): Implement it.
41195 (parse_opt): Parse it.
bb90b80b 41196
1a4b75a1
AJ
411972012-05-09 Andreas Jaeger <aj@suse.de>
41198
41199 [BZ #14083]
41200 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41201 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41202 -Wconversion warning.
41203 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41204 Likewise.
41205
b1cc2472
JM
412062012-05-09 Joseph Myers <joseph@codesourcery.com>
41207
41208 * conform/data/locale.h-data (NULL): Use macro-constant. Require
41209 == 0.
41210 (LC_ALL): Use macro-int-constant.
41211 (LC_COLLATE): Likewise.
41212 (LC_CTYPE): Likewise.
41213 (LC_MESSAGES): Likewise.
41214 (LC_MONETARY): Likewise.
41215 (LC_NUMERIC): Likewise.
41216 (LC_TIME): Likewise.
41217 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41218 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41219 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41220 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41221 Specify type.
41222 [C99-based standards] (float_t): Expect type.
41223 [C99-based standards] (double_t): Expect type.
41224 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
41225 type.
41226 [C99-based standards] (HUGE_VALL): Likewise.
41227 [C99-based standards] (INFINITY): Likewise.
41228 [C99-based standards] (NAN): Likewise.
41229 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41230 [C99-based standards] (FP_NAN): Likewise.
41231 [C99-based standards] (FP_NORMAL): Likewise.
41232 [C99-based standards] (FP_SUBNORMAL): Likewise.
41233 [C99-based standards] (FP_ZERO): Likewise.
41234 [C99-based standards] (FP_FAST_FMA): Use
41235 optional-macro-int-constant. Specify type. Require == 1.
41236 [C99-based standards] (FP_FAST_FMAF): Likewise.
41237 [C99-based standards] (FP_FAST_FMAL): Likewise.
41238 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41239 [C99-based standards] (FP_ILOGBNAN): Likewise.
41240 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41241 Specify type.
41242 [C99-based standards] (MATH_ERREXCEPT): Likewise.
41243 [C99-based standards] (math_errhandling): Specify type.
41244 [ISO99 || ISO11] (signgam): Do not allow.
41245 [non-C99-based standards] (copysignf): Do not allow.
41246 [non-C99-based standards] (exp2f): Likewise.
41247 [non-C99-based standards] (log2f): Likewise.
41248 [non-C99-based standards] (modff): Allow.
41249 [non-C99-based standards] (erff): Do not allow.
41250 [non-C99-based standards] (erfcf): Likewise.
41251 [non-C99-based standards] (gammaf): Likewise.
41252 [non-C99-based standards] (hypotf): Likewise.
41253 [non-C99-based standards] (j0f): Likewise.
41254 [non-C99-based standards] (j1f): Likewise.
41255 [non-C99-based standards] (jnf): Likewise.
41256 [non-C99-based standards] (lgammaf): Likewise.
41257 [non-C99-based standards] (tgammaf): Likewise.
41258 [non-C99-based standards] (y0f): Likewise.
41259 [non-C99-based standards] (y1f): Likewise.
41260 [non-C99-based standards] (ynf): Likewise.
41261 [non-C99-based standards] (isnanf): Likewise.
41262 [non-C99-based standards] (acoshf): Likewise.
41263 [non-C99-based standards] (asinhf): Likewise.
41264 [non-C99-based standards] (atanhf): Likewise.
41265 [non-C99-based standards] (cbrtf): Likewise.
41266 [non-C99-based standards] (expm1f): Likewise.
41267 [non-C99-based standards] (ilogbf): Likewise.
41268 [non-C99-based standards] (log1pf): Likewise.
41269 [non-C99-based standards] (logbf): Likewise.
41270 [non-C99-based standards] (nextafterf): Likewise.
41271 [non-C99-based standards] (remainderf): Likewise.
41272 [non-C99-based standards] (rintf): Likewise.
41273 [non-C99-based standards] (scalbf): Likewise.
41274 [non-C99-based standards] (copysignl): Likewise.
41275 [non-C99-based standards] (exp2l): Likewise.
41276 [non-C99-based standards] (log2l): Likewise.
41277 [non-C99-based standards] (modfl): Allow.
41278 [non-C99-based standards] (erfl): Do not allow.
41279 [non-C99-based standards] (erfcl): Likewise.
41280 [non-C99-based standards] (gammal): Likewise.
41281 [non-C99-based standards] (hypotl): Likewise.
41282 [non-C99-based standards] (j0l): Likewise.
41283 [non-C99-based standards] (j1l): Likewise.
41284 [non-C99-based standards] (jnl): Likewise.
41285 [non-C99-based standards] (lgammal): Likewise.
41286 [non-C99-based standards] (tgammal): Likewise.
41287 [non-C99-based standards] (y0l): Likewise.
41288 [non-C99-based standards] (y1l): Likewise.
41289 [non-C99-based standards] (ynl): Likewise.
41290 [non-C99-based standards] (isnanl): Likewise.
41291 [non-C99-based standards] (acoshl): Likewise.
41292 [non-C99-based standards] (asinhl): Likewise.
41293 [non-C99-based standards] (atanhl): Likewise.
41294 [non-C99-based standards] (cbrtl): Likewise.
41295 [non-C99-based standards] (expm1l): Likewise.
41296 [non-C99-based standards] (ilogbl): Likewise.
41297 [non-C99-based standards] (log1pl): Likewise.
41298 [non-C99-based standards] (logbl): Likewise.
41299 [non-C99-based standards] (nextafterl): Likewise.
41300 [non-C99-based standards] (remainderl): Likewise.
41301 [non-C99-based standards] (rintl): Likewise.
41302 [non-C99-based standards] (scalbl): Likewise.
41303 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41304 [non-C99-based standards] (FP_*): Do not allow.
41305 [C99-based standards] (FP_*): Change to
41306 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41307 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41308 allow.
41309 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41310 (SIG_ERR): Likewise.
41311 [X/Open-based standards] (SIG_HOLD): Likewise.
41312 (SIG_IGN): Likewise.
41313 (SIGABRT): Use macro-int-constant. Specify type. Require
41314 positive value.
41315 (SIGFPE): Likewise.
41316 (SIGILL): Likewise.
41317 (SIGINT): Likewise.
41318 (SIGSEGV): Likewise.
41319 (SIGTER): Likewise.
41320 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41321 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41322 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41323 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41324 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41325 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41326 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41327 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41328 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41329 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41330 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41331 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41332 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41333 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41334 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41335 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41336 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41337 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41338 [X/Open-based standards] (SIGTRAP): Likewise.
41339 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41340 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41341 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41342 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41343 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41344 allow.
41345
b9f1922d
IW
413462012-05-08 Ian Wienand <ianw@vmware.com>
41347
41348 [BZ #14080]
41349 * time/tzset.c (__tzset_parse_tz): Update default rules for
41350 daylight time changes in the Energy Policy Act of 2005.
41351
1db86e88
AJ
413522012-05-09 Andreas Jaeger <aj@suse.de>
41353
41354 [BZ #13983]
41355 * elf/ldconfig.c (parse_conf): Change string to make clear that
41356 ldconfig only issued a warning if ld.so.conf does not exist.
41357
dee4a4e3
DM
413582012-05-08 David S. Miller <davem@davemloft.net>
41359
ee0db190
DM
41360 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41361 movxtod instead of popping the value on the stack.
41362
dee4a4e3
DM
41363 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41364
6a43ec98
CD
413652012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
41366
41367 * config.h.in: Add HAVE_ARM_PCS_VFP.
41368
05c2c961
RMG
413692012-05-08 Roland Mc Grath <roland@hack.frob.com>
41370
bcfe3a54
ST
41371 [BZ #13979]
41372 * include/features.h: Warn if user requests __FORTIFY_SOURCE
41373 checking but the checks are disabled for any reason.
05c2c961 41374
4b30f61a
L
413752012-05-08 H.J. Lu <hongjiu.lu@intel.com>
41376
41377 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41378 and ELF64_R_TYPE with ELFW(R_TYPE).
41379
eee2bc67
JM
413802012-05-08 Joseph Myers <joseph@codesourcery.com>
41381
7ea5391a
JM
41382 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41383 (ulimit): Likewise.
41384
eee2bc67
JM
41385 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41386 (settimeofday): Likewise.
41387
abb66a67
MF
413882012-05-08 Mike Frysinger <vapier@gentoo.org>
41389
41390 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
41391 a struct th_u2 inside the union, and move tu_block/tu_code into
41392 a new th_u3 union of tu_block/tu_code inside of that. Move
41393 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
41394 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
41395 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41396 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41397 (th_stuff): Change to th_u1.tu_stuff.
41398 (th_data): Define.
41399 (th_msg): Change to th_u1.th_u2.tu_data.
41400
7f18b530
DM
414012012-05-07 David S. Miller <davem@davemloft.net>
41402
05760585
DM
41403 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41404
7f18b530
DM
41405 [BZ #14074]
41406 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41407 (SETUP_PIC_REG): Use it.
41408 (SETUP_PIC_REG_LEAF): Use it.
41409
495fd99f
JM
414102012-05-07 Joseph Myers <joseph@codesourcery.com>
41411
41412 [BZ #13885]
41413 [BZ #13923]
41414 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41415 USE_AS_EXPM1L.
41416 (EXPL_FINITE): Likewise.
41417 (FLDLOG): Likewise.
41418 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41419 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41420 e_expl.S.
41421 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41422 USE_AS_EXPM1L.
41423 (EXPL_FINITE): Likewise.
41424 (FLDLOG): Likewise.
41425 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41426 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41427 e_expl.S.
41428 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
41429 test of -max_value argument for long double.
41430 * sysdeps/i386/fpu/libm-test-ulps: Update.
41431 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41432
6693d694
DM
414332012-05-06 David S. Miller <davem@davemloft.net>
41434
41435 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41436 quad soft-float symbols whose references which are compiler
41437 generated.
41438 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41439
6c23e11c
JM
414402012-05-06 Joseph Myers <joseph@codesourcery.com>
41441
d8b82cad
JM
41442 [BZ #13884]
41443 [BZ #13914]
41444 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41445 USE_AS_EXP10L.
41446 (EXPL_FINITE): Likewise.
41447 (FLDLOG): Likewise.
41448 (c0): Likewise.
41449 (c1): Likewise.
41450 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41451 Adjust comments for base varying.
41452 (__expl_finite): Change alias to EXPL_FINITE.
41453 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41454 e_expl.S.
41455 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41456 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41457 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41458 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41459 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41460 USE_AS_EXP10L.
41461 (EXPL_FINITE): Likewise.
41462 (FLDLOG): Likewise.
41463 (c0): Likewise.
41464 (c1): Likewise.
41465 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41466 Adjust comments for base varying.
41467 (__expl_finite): Change alias to EXPL_FINITE.
41468 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
41469 tests for bugs.
41470 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41471
6c23e11c
JM
41472 [BZ #14064]
41473 * math/libm-test.inc (check_float_internal): Correct ulp
41474 calculation for subnormal expected results.
41475
29ba805c
AJ
414762012-05-06 Andreas Jaeger <aj@suse.de>
41477
41478 * Makeconfig (+math-flags): New, set to -frounding-math.
41479 (+cflags): Add +math-flags so that all of glibc gets compiled with
41480 it.
41481
41482 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41483
7b17aeda
JM
414842012-05-05 Joseph Myers <joseph@codesourcery.com>
41485
5779f134
JM
41486 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41487 Disable one test.
41488
41498f4d
JM
41489 [BZ #13787]
41490 [BZ #13922]
41491 [BZ #14036]
41492 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41493 (__ieee754_expl): Allow for and saturate large arguments.
41494 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41495 (u_threshold): Likewise.
41496 (__exp): Call __ieee754_exp before checking for overflow and
41497 underflow.
41498 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41499 (u_threshold): Likewise.
41500 (__expf): Call __ieee754_expf before checking for overflow and
41501 underflow.
41502 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41503 (u_threshold): Likewise.
41504 (__expl): Call __ieee754_expl before checking for overflow and
41505 underflow.
41506 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41507 (__ieee754_expl): Allow for and saturate large arguments.
41508 * math/libm-test.inc (exp_test): Add another test. Do not allow
41509 missing overflow exception on overflow.
41510 (expm1_test): Do not allow missing overflow exception on overflow.
41511
6698b8bf
JM
41512 * sysdeps/i386/fpu/e_expl.c: Move to ...
41513 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
41514 rather than using inline asm.
41515 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41516 * sysdeps/x86_64/fpu/e_expl.S: Copy from
41517 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41518
7b17aeda
JM
41519 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41520 (nice): Likewise.
41521 (poll): Likewise.
41522 (signal): Likewise.
41523 (time): Likewise.
41524 (times): Likewise.
41525
f7c85819
JM
415262012-05-04 Joseph Myers <joseph@codesourcery.com>
41527
41528 * sysdeps/unix/syscalls.list (adjtime): Add entry from
41529 sysdeps/unix/common/syscalls.list.
41530 (fchmod): Likewise.
41531 (fchown): Likewise.
41532 (ftruncate): Likewise.
41533 (getrusage): Likewise.
41534 (gettimeofday): Likewise.
41535 (setpgid): Likewise.
41536 (setregid): Likewise.
41537 (setreuid): Likewise.
41538 (sigaction): Likewise.
41539 (truncate): Likewise.
41540 (vhangup): Likewise.
41541 * sysdeps/unix/common/syscalls.list: Remove file.
41542 * sysdeps/unix/bsd/Implies: Don't include unix/common.
41543 * sysdeps/unix/sysv/linux/Implies: Likewise.
41544
336270d0
L
415452012-05-04 H.J. Lu <hongjiu.lu@intel.com>
41546
41547 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41548 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41549 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41550 Moved to ...
41551 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41552 Here.
41553 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41554 to ...
41555 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41556 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41557 to ...
41558 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41559 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41560 to ...
41561 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41562 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41563 to ...
41564 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41565 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41566 to ...
41567 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41568 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41569 to ...
41570 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41571 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41572 to ...
41573 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41574 Here.
41575 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41576 to ...
41577 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41578 Here.
41579 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41580 to ...
41581 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41582 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41583 Moved to ...
41584 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41585 Here.
41586 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41587 to ...
41588 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41589
d128e450
JM
415902012-05-04 Joseph Myers <joseph@codesourcery.com>
41591
fa8ee516
JM
41592 * sysdeps/unix/common/bits/dirent.h: Remove file.
41593 * sysdeps/unix/common/bits/fcntl.h: Likewise.
41594
d128e450
JM
41595 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41596 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41597 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41598 * sysdeps/unix/bsd/isatty.c: Likewise.
41599 * sysdeps/unix/bsd/tcdrain.c: Likewise.
41600 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41601 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41602
ff8faaf0 416032012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 41604
62881be4 41605 [BZ #13563]
31dc8730
AZ
41606 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41607 long double comparison inaccuracies.
41608 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41609 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41610
6fef930c
AS
416112012-05-04 Andreas Schwab <schwab@linux-m68k.org>
41612
41613 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41614 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41615
8f203e6c
JM
416162012-05-04 Joseph Myers <joseph@codesourcery.com>
41617
41618 [BZ #14049]
41619 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41620 nonzero digits before rounding a hex value.
41621 * stdlib/tst-strtod.c (tests): Add another test.
41622
5197d9c2
AK
416232012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41624
41625 * sysdeps/s390/fpu/libm-test-ulps: Update.
41626
f0c1dedf
AJ
416272012-05-03 Andreas Jaeger <aj@suse.de>
41628
41629 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41630 does not get optimized out.
41631 (malloc_opt_barrier): New.
41632
a65ef2ae 416332012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 41634 Roland McGrath <roland@hack.frob.com>
a65ef2ae 41635
2b942cb7 41636 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 41637 intermediate file deletion.
2b942cb7 41638 (generated): Add .symlist files.
a65ef2ae 41639
54b71e02
JM
416402012-05-03 Joseph Myers <joseph@codesourcery.com>
41641
41642 [BZ #13775]
41643 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41644 Redirect under this condition.
41645 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41646 [__USE_GNU] (__dprintf_chk): Not under this condition.
41647 [__USE_GNU] (__vdprintf_chk): Likewise.
41648 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41649 under this condition.
41650 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41651 [__USE_XOPEN2K8] (dprintf): Define under this condition.
41652 [__USE_XOPEN2K8] (vdprintf): Likewise.
41653 [__USE_GNU] (__dprintf_chk): Not under this condition.
41654 [__USE_GNU] (__vdprintf_chk): Likewise.
41655 [__USE_GNU] (dprintf): Likewise.
41656 [__USE_GNU] (vdprintf): Likewise.
41657
d3dfcc41
RM
416582012-05-03 Roland McGrath <roland@hack.frob.com>
41659
41660 * elf/Makefile (common-generated): Set this instead of generated for
41661 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
41662 $(all-built-dso)-derived lists.
41663
7ac30cc5
AJ
416642012-05-03 Andreas Jaeger <aj@suse.de>
41665
0c51e550
AJ
41666 * sysdeps/i386/fpu/libm-test-ulps: Update.
41667
7ac30cc5
AJ
41668 * FAQ: Removed.
41669 * FAQ.in: Likewise.
41670 * scripts/gen-FAQ.pl: Likewise.
41671 * manual/install.texi (Installation): Point to online location of
41672 FAQ.
41673 * Makefile (files-for-dist): Remove FAQ.
41674 (FAQ): Remove.
41675
d4c2917f
AM
416762012-05-02 Allan McRae <allan@archlinux.org>
41677
41678 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41679 (LDFLAGS-reldepmod5.so): Likewise.
41680 (LDFLAGS-reldep6mod1.so): Likewise.
41681 (LDFLAGS-reldep6mod4.so): Likewise.
41682 (LDFLAGS-reldep8mod3.so): Likewise.
41683 (LDFLAGS-unload4mod1.so): Likewise.
41684 (LDFLAGS-unload4mod2.so): Likewise.
41685 (LDFLAGS-tst-initorder): Likewise.
41686 (LDFLAGS-tst-initordera2.so): Likewise.
41687 (LDFLAGS-tst-initordera3.so): Likewise.
41688 (LDFLAGS-tst-initordera4.so): Likewise.
41689 (LDFLAGS-tst-initorderb2.so): Likewise.
41690 (LDFLAGS-noload): Likewise.
41691 (LDFLAGS-next): Likewise.
41692 (LDFLAGS-order2mod1.so): Likewise.
41693 (LDFLAGS-order2mod2.so): Likewise.
41694 (LDFLAGS-tst-initorder2): Likewise.
41695 (LDFLAGS-tst-initorder2a.so): Likewise.
41696 (LDFLAGS-tst-initorder2b.so): Likewise.
41697 (LDFLAGS-tst-initorder2c.so): Likewise.
41698 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41699
d77f993f
DM
417002012-05-02 David S. Miller <davem@davemloft.net>
41701
41702 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41703
171a70b4
PP
417042012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
41705
41706 [BZ #14055]
41707 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41708
0be196ad
AJ
417092012-05-02 Andreas Jaeger <aj@suse.de>
41710
41711 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41712 since we manipulate rounding mode.
41713 (CPPFLAGS-test-idouble.c): Likewise.
41714 (CPPFLAGS-test-ifloat.c): Likewise.
41715 (CFLAGS-test-ldouble.c): Likewise.
41716 (CFLAGS-test-double.c): Likewise.
41717 (CFLAGS-test-float.c): Likewise.
41718 (CFLAGS-test-misc.c): Likewise.
41719 (CFLAGS-test-test-fenv.c): Likewise.
41720
4f9d04aa
AZ
417212012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41722
2b942cb7
RM
41723 [BZ #2550]
41724 [BZ #2570]
41725 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41726 comparisons to determine direction to adjust input.
4f9d04aa 41727
82a79e7d
RM
417282012-05-01 Roland McGrath <roland@hack.frob.com>
41729
f5a01ca9
RM
41730 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41731 output to the target.
41732
90fe4186
RM
41733 * scripts/localplt.awk: New file.
41734 * elf/Makefile ($(objpfx)check-localplt): Target removed.
41735 (check-localplt-CFLAGS): Variable removed.
41736 ($(all-built-dso:=.jmprel)): New static pattern rule.
41737 (generated): Add those targets.
41738 (localplt-built-dso): New variable.
41739 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41740
41741 * elf/check-localplt.c: File removed.
41742
82397ed6
RM
41743 * scripts/check-execstack.awk: New file.
41744 * elf/Makefile ($(objpfx)check-execstack): Target removed.
41745 (check-execstack-CFLAGS): Variable removed.
41746 ($(objpfx)check-execstack.h): Target removed.
41747 ($(objpfx)execstack-default): New target.
41748 (generated): Add that instead of check-execstack.h.
41749 ($(all-built-dso:=.phdr)): New static pattern rule.
41750 (generated): Add those targets.
41751 * elf/check-execstack.c: File removed.
41752
82a79e7d
RM
41753 * scripts/check-textrel.awk: New file.
41754 * elf/Makefile ($(objpfx)check-textrel): Target removed.
41755 (check-textrel-CFLAGS): Variable removed.
41756 (all-built-dso): Use := to define.o
41757 ($(all-built-dso:=.dyn)): New static pattern rule.
41758 (generated): Add those targets.
41759 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41760 * config.make.in (READELF): New substituted variable.
41761 * elf/check-textrel.c: File removed.
41762
62fde54f 417632012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 41764
615605c9
JM
41765 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41766 allow.
41767 * conform/data/ctype.h-data [C99-based standards] (isblank):
41768 Expect function.
41769 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41770 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41771 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41772 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41773 Specify type. Require positive value.
41774 (EILSEQ): Likewise.
41775 (ERANGE): Likewise.
41776 [ISO || POSIX] (EILSEQ): Do not expect.
41777 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41778 Specify type. Require positive value.
41779 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41780 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41781 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41782 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41783 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41784 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41785 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41786 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41787 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41788 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41789 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41790 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41791 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41792 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41793 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41794 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41795 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41796 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41797 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41798 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41799 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41800 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41801 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41802 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41803 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41804 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41805 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41806 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41807 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41808 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41809 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41810 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41811 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41812 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41813 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41814 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41815 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41816 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41817 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41818 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41819 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41820 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41821 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41822 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41823 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41824 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41825 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41826 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41827 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41828 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41829 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41830 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41831 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41832 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41833 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41834 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41835 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41836 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41837 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41838 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41839 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41840 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41841 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41842 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41843 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41844 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41845 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41846 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41847 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41848 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41849 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41850 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41851 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41852 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41853 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41854 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41855 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41856 Require >= 2.
41857 (FLT_ROUNDS): Expect as macro, not constant.
41858 (FLT_MANT_DIG): Use macro-int-constant.
41859 (DBL_MANT_DIG): Likewise.
41860 (LDBL_MANT_DIG): Likewise.
41861 (FLT_DIG): Likewise.
41862 (DBL_DIG): Likewise.
41863 (LDBL_DIG): Likewise.
41864 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
41865 (DBL_MIN_EXP): Likewise.
41866 (LDBL_MIN_EXP): Likewise.
41867 (FLT_MAX_EXP): Use macro-int-constant.
41868 (DBL_MAX_EXP): Likewise.
41869 (LDBL_MAX_EXP): Likewise.
41870 (FLT_MAX_10_EXP): Likewise.
41871 (DBL_MAX_10_EXP): Likewise.
41872 (LDBL_MAX_10_EXP): Likewise.
41873 (FLT_MAX): Use macro-constant.
41874 (DBL_MAX): Likewise.
41875 (LDBL_MAX): Likewise.
41876 (FLT_EPSILON): Use macro-constant. Give upper bound.
41877 (DBL_EPSILON): Likewise.
41878 (LDBL_EPSILON): Likewise.
41879 (FLT_MIN): Likewise.
41880 (DBL_MIN): Likewise.
41881 (LDBL_MIN): Likewise.
41882 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41883 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41884 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41885 [ISO11] (FLT_HAS_SUBNORM): Likewise.
41886 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41887 [ISO11] (DBL_DECIMAL_DIG): Likewise.
41888 [ISO11] (FLT_DECIMAL_DIG): Likewise.
41889 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41890 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41891 [ISO11] (FLT_TRUE_MIN): Likewise.
41892 [ISO11] (LDBL_TRUE_MIN): Likewise.
41893 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41894 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41895 (SCHAR_MIN): Use macro-int-constant. Specify type.
41896 (SCHAR_MAX): Likewise.
41897 (UCHAR_MAX): Likewise.
41898 (CHAR_MIN): Likewise.
41899 (CHAR_MAX): Likewise.
41900 (MB_LEN_MAX): Use macro-int-constant.
41901 (SHRT_MIN): Use macro-int-constant. Specify type.
41902 (SHRT_MAX): Likewise.
41903 (USHRT_MAX): Likewise.
41904 (INT_MAX): Likewise.
41905 (INT_MIN): Use macro-int-constant. Specify type. Make upper
41906 bound negative.
41907 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
41908 bound with "U".
41909 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41910 bound with "L".
41911 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
41912 bound negative. Suffix upper bound with "L".
41913 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41914 bound with "UL".
41915 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41916 Specify type.
41917 [C99-based standards] (LLONG_MAX): Likewise.
41918 [C99-based standards] (ULLONG_MAX): Likewise.
41919 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
41920 == 0.
41921 [ISO11] (max_align_t): Require type.
41922 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41923
c9140a62
JM
41924 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41925 from $CFLAGS, without defining away __attribute__ calls.
41926 (checknamespace): Use $CFLAGS_namespace.
41927
9af0bf29
JM
41928 * conform/conformtest.pl (@keywords): Only include C99 keywords
41929 for standards based on C99 or C11.
41930
343222a2
JM
41931 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41932 Disable tests.
41933 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41934 UNIX98]: Likewise.
41935
661f8cf0
JM
41936 * conform/conformtest.pl: Handle "macro-int-constant" and test for
41937 usability of symbols in #if.
41938
ee74b9cb
JM
41939 * conform/conformtest.pl: If macro or constant types start
41940 "promoted:", expect the symbol to be of the following type
41941 promoted by the integer promotions.
62fde54f 41942
aafc49b3
JM
41943 * conform/conformtest.pl: Parse all "constant" and "macro" lines
41944 in one place. Also handle "macro-constant".
41945
fefdf574
JM
41946 * conform/conformtest.pl: Only accept expected macro values with
41947 "==". Parse all "macro" lines in one place.
41948 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41949
f2d922fe
JM
41950 * conform/conformtest.pl: Handle braced types on "constant" lines
41951 instead of handling "typed-constant".
41952 * conform/data/signal.h-data: Use "constant" instead of
41953 "typed-constant".
41954
d22956c9
JM
41955 * conform/conformtest.pl: Handle "optional-" at start of lines in
41956 one place rather than duplicating several cases. Handle each
41957 format of "macro" line with initial "optional-".
41958
028e2e38
JM
41959 * conform/conformtest.pl: Only accept expected constant or
41960 optional-constant values with "==". Parse all "constant" lines in
41961 one place. Parse all "optional-constant" lines in one place.
41962 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41963 * conform/data/fmtmsg.h-data: Likewise.
41964 * conform/data/netinet/in.h-data: Likewise.
41965 * conform/data/tar.h-data: Likewise.
41966 * conform/data/limits.h-data: Use "==" form on "constant" and
41967 "optional-constant" lines.
41968
1b8f2850
JM
41969 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41970 Use -std=c99 for XOPEN2K.
41971 (@knownproblems): Remove.
41972 (newtoken): Don't check %isknown.
41973
a05a144b
JM
41974 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41975 Do not expect macro.
41976 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41977 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41978 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41979 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41980 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41981 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41982 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41983 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41984 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41985 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41986 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41987 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41988 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41989 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41990 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41991 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41992 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41993 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41994 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41995 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41996 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41997 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41998 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41999 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42000 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42001 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42002 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42003 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42004 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42005 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42006 [XPG3] (acosh): Likewise.
42007 [XPG3] (asinh): Likewise.
42008 [XPG3] (atanh): Likewise.
42009 [XPG3] (cbrt): Likewise.
42010 [XPG3] (expm1): Likewise.
42011 [XPG3] (ilogb): Likewise.
42012 [XPG3] (log1p): Likewise.
42013 [XPG3] (logb): Likewise.
42014 [XPG3] (nextafter): Likewise.
42015 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42016 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42017 [XPG3] (remainder): Likewise.
42018 [XPG3] (rint): Likewise.
42019 [XPG3 || XPG4 || UNIX98] (round): Likewise.
42020 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42021 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42022 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42023 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42024 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42025 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42026 [UNIX98 || XOPEN2K] (scalb): Expect.
42027 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42028 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42029 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42030 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42031 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42032 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42033 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42034 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42035 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42036 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42037 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42038 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42039 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42040 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42041 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42042 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42043 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42044 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42045 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42046 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42047 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42048 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42049 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42050 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42051 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42052 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42053 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42054 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42055 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42056 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42057 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42058 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42059 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42060 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42061 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42062 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42063 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42064 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42065 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42066 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42067 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42068 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42069 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42070 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42071 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42072 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42073 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42074 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42075 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42076 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42077 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42078 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42079 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42080 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42081 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42082 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42083 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42084 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42085 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42086 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42087 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42088 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42089 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42090 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42091 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42092 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42093 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42094 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42095 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42096 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42097 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42098 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42099 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42100 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42101 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42102 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42103 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42104 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42105 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42106 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42107 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42108 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42109 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42110 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42111 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42112 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42113 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42114 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42115 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42116 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42117 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42118 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42119 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42120 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42121 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42122 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42123 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42124 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42125 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42126 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42127 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42128 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42129 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42130 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42131 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42132 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42133 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42134 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42135 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42136 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42137 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42138 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42139 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42140 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42141 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42142 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42143 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42144 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42145 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42146 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42147 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42148 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42149 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42150 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42151 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42152 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42153 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42154 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42155 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42156 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42157 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42158 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42159 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42160 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42161 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42162 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42163 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42164
73c5ebe3
JM
42165 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42166 _XOPEN_SOURCE_EXTENDED for XPG4.
42167
39c33b6c
JM
42168 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42169
62fde54f
JM
42170 * Makeconfig (localtime): Remove variable.
42171 (inst_localtime-file): Likewise.
42172
0741d64c
AS
421732012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42174
42175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42176 Update.
42177 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42178 Update.
42179 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42180 Update.
42181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42182 Update.
42183 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42184 Update.
42185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42186 Update.
42187 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42188 Update.
42189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42190 Update.
42191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42192 Update.
42193
7cb029ee
JM
421942012-05-01 Joseph Myers <joseph@codesourcery.com>
42195
42196 [BZ #2550]
42197 [BZ #2570]
42198 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42199 comparisons to determine direction to adjust input.
42200 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42201 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42202 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42203 Likewise.
42204 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42205 Likewise.
42206 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42207 Likewise.
42208 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42209 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42210 Likewise.
42211 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42212 Likewise.
42213 * math/libm-test.inc (nexttoward_test): Add more tests.
42214
412bd966
AS
422152012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42216
42217 [BZ #14040]
42218 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42219 in version GLIBC_2.1, not GLIBC_2.0.
42220 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42221 Likewise.
42222
9568c0c2
JM
422232012-04-30 Joseph Myers <joseph@codesourcery.com>
42224
adfbc8ac
JM
42225 [BZ #13942]
42226 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42227 (1 - x) * (1 + x).
42228 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42229 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42230 * math/libm-test.inc (acos_test): Add more tests.
42231 (asin_test): Likewise.
42232 * sysdeps/i386/fpu/libm-test-ulps: Update.
42233 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42234
5ba3cc69
JM
42235 [BZ #14034]
42236 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42237 of square root.
42238 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42239 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42240 * math/libm-test.inc (acos_test_tonearest): New function.
42241 (acos_test_towardzero): Likewise.
42242 (acos_test_downward): Likewise.
42243 (acos_test_upward): Likewise.
42244 (asin_test_tonearest): Likewise.
42245 (asin_test_towardzero): Likewise.
42246 (asin_test_downward): Likewise.
42247 (asin_test_upward): Likewise.
42248 (main): Call the new functions.
42249 * sysdeps/i386/fpu/libm-test-ulps: Update.
42250 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42251
9568c0c2
JM
42252 [BZ #13884]
42253 [BZ #13924]
42254 * math/e_exp10.c: Include <float.h>.
42255 (__ieee754_exp10): Handle underflow here rather than multiplying
42256 large negative argument by M_LN10.
42257 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42258 of __ieee754_expf.
42259 * math/e_exp10l.c: Include <float.h>.
42260 (__ieee754_exp10l): Handle underflow here rather than multiplying
42261 large negative argument by M_LN10l.
42262 * math/libm-test.inc (exp10_test): Add another test. Do not allow
42263 spurious overflow exception on underflow.
42264
5ac3ea17
MP
422652012-04-29 Marek Polacek <polacek@redhat.com>
42266
42267 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42268 (__fortify_function): New macro.
42269 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42270 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42271 __extern_always_inline.
42272 * libio/bits/stdio2.h: Likewise.
42273 * libio/bits/stdio.h: Likewise.
42274 * string/string.h: Likewise.
42275 * string/bits/string3.h: Likewise.
42276 * include/stdio.h: Likewise.
42277 * stdlib/bits/stdlib.h: Likewise.
42278 * stdlib/stdlib.h: Likewise.
42279 * rt/bits/mqueue2.h: Likewise.
42280 * rt/mqueue.h: Likewise.
42281 * posix/bits/unistd.h: Likewise.
42282 * posix/unistd.h: Likewise.
42283 * io/bits/poll2.h: Likewise.
42284 * io/bits/fcntl2.h: Likewise.
42285 * io/fcntl.h: Likewise.
42286 * io/sys/poll.h: Likewise.
42287 * misc/bits/syslog.h: Likewise.
42288 * misc/bits/syslog-ldbl.h: Likewise.
42289 * misc/sys/syslog.h: Likewise.
42290 * socket/bits/socket2.h: Likewise.
42291 * socket/sys/socket.h: Likewise.
42292 * debug/tst-chk1.c: Likewise.
42293 * wcsmbs/bits/wchar2.h: Likewise.
42294 * wcsmbs/bits/wchar-ldbl.h: Likewise.
42295 * wcsmbs/wchar.h: Likewise.
42296
ecf0ebfb
AJ
422972012-04-29 Andreas Jaeger <aj@suse.de>
42298
42299 * Makerules (tests): Remove enable-check-abi protection.
42300 (check-abi-warn): Remove.
42301 (check-abi-%): Remove check-abi-warn usage.
42302
42303 * configure.in: Remove check-abi configure option.
42304 * configure: Regenerated.
42305 * config.make.in (enable-check-abi): Remove.
42306
6d5c57fa
AS
423072012-04-28 Andreas Schwab <schwab@linux-m68k.org>
42308
24c5d07e 42309 [BZ #14033]
ded5180a
AS
42310 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42311 double functions to double *_finite functions.
42312
7e0d315d
AS
42313 [BZ #13941]
42314 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42315 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42316 LDBL_MIN_EXP.
42317 * stdio-common/Makefile (tests): Add tst-sprintf3.
42318 * stdio-common/tst-sprintf3.c: New file.
42319
6d5c57fa
AS
42320 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42321 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42322
0749ff8b
JM
423232012-04-28 Joseph Myers <joseph@codesourcery.com>
42324
42325 * conform/conformtest.pl: Remove duplicate typed-constant
42326 handling.
42327
8dbd5d7b
DM
423282012-04-28 David S. Miller <davem@davemloft.net>
42329
42330 * Makerules (%.abilist): Add vpath on sysdep_dirs.
42331 (check-abi-%): Remove AWK script prerequisite and explicit
42332 abilist directory.
42333 (check-abi): Rewrite to just diff the symlist with the abilist.
42334 (config-tls, config-abi-config): Delete, no longer used.
42335 (update-abi-%): Remove AWK script and explicit abilist directory.
42336 (update-abi): Rewrite to simply compare and conditionally copy the
42337 symlist and the sysdep abilist file. Remove update-abi-config
42338 checks.
42339 * abilist/ld.abilist: Remove.
42340 * abilist/libBrokenLocale.abilist: Remove.
42341 * abilist/libanl.abilist: Remove.
42342 * abilist/libcrypt.abilist: Remove.
42343 * abilist/libdl.abilist: Remove.
42344 * abilist/librt.abilist: Remove.
42345 * abilist/libthread_db.abilist: Remove.
42346 * abilist/libutil.abilist: Remove.
42347 * scripts/extract-abilist.awk: Remove.
42348 * scripts/merge-abilist.awk: Remove.
42349 * sysdeps/generic/libcidn.abilist: New file.
42350 * sysdeps/generic/libnss_compat.abilist: New file.
42351 * sysdeps/generic/libnss_db.abilist: New file.
42352 * sysdeps/generic/libnss_dns.abilist: New file.
42353 * sysdeps/generic/libnss_files.abilist: New file.
42354 * sysdeps/generic/libnss_hesiod.abilist: New file.
42355 * sysdeps/generic/libnss_nis.abilist: New file.
42356 * sysdeps/generic/libnss_nisplus.abilist: New file.
42357 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42358 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42359 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42360 file.
42361 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42362 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42363 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42364 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42365 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42366 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42367 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42368 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42369 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42370 file.
42371 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42372 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42373 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42374 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42375 file.
42376 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42377 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42378 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42379 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42380 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42381 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42382 file.
42383 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42384 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42385 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42386 file.
42387 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42388 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42389 New file.
42390 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42391 New file.
42392 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42393 New file.
42394 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42395 New file.
42396 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42397 New file.
42398 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42399 New file.
42400 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42401 New file.
42402 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42403 New file.
42404 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42405 New file.
42406 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42407 New file.
42408 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42409 New file.
42410 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42411 New file.
42412 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42413 New file.
42414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42415 file.
42416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42417 New file.
42418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42419 New file.
42420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42421 file.
42422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42423 New file.
42424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42425 New file.
42426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42427 file.
42428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42429 New file.
42430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42431 New file.
42432 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42433 New file.
42434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42435 New file.
42436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42437 New file.
42438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42439 New file.
42440 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42441 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42442 file.
42443 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42444 New file.
42445 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42446 file.
42447 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42448 file.
42449 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42450 file.
42451 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42452 file.
42453 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42454 file.
42455 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42456 New file.
42457 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42458 file.
42459 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42460 file.
42461 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42462 New file.
42463 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42464 file.
42465 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42466 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42467 file.
42468 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42469 New file.
42470 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42471 file.
42472 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42473 file.
42474 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42475 file.
42476 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42477 file.
42478 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42479 file.
42480 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42481 New file.
42482 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42483 file.
42484 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42485 file.
42486 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42487 New file.
42488 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42489 file.
42490 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42491 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42492 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42493 file.
42494 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42495 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42496 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42497 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42498 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42499 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42500 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42501 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42502 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42503 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42504 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42505 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42506 file.
42507 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42508 New file.
42509 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42510 file.
42511 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42512 file.
42513 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42514 file.
42515 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42516 file.
42517 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42518 file.
42519 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42520 New file.
42521 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42522 New file.
42523 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42524 file.
42525 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42526 New file.
42527 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42528 file.
42529 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42530 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42531 file.
42532 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42533 New file.
42534 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42535 file.
42536 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42537 file.
42538 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42539 file.
42540 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42541 file.
42542 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42543 file.
42544 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42545 New file.
42546 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42547 New file.
42548 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42549 file.
42550 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42551 New file.
42552 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42553 file.
42554
41d73a1b
JM
425552012-04-28 Joseph Myers <joseph@codesourcery.com>
42556
42557 * conform/conformtest.pl: Fix typo in handling typed-constant from
42558 allow-header.
42559
28aeeda4
JM
425602012-04-27 Joseph Myers <joseph@codesourcery.com>
42561
adae8f5e
JM
42562 * README: Cut down references to pre-2.6 Linux kernels and
42563 Linuxthreads. Update lists of configurations in libc and ports
42564 and sort alphabetically. Say "or newer" with Linux kernel version
42565 requirements.
42566
28aeeda4
JM
42567 * config.h.in [IS_IN_build]: Allow compiling without optimization.
42568
a462cb63
RA
425692012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
42570
42571 [BZ #887]
42572 * math/libm-test.inc (logb_test_downward): New test to expose
42573 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42574 rounding mode.
42575
6ad3493e
JM
425762012-04-27 Joseph Myers <joseph@codesourcery.com>
42577
42578 [BZ #14027]
42579 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42580 to be done.
42581 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42582 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42583
2ce4f015
JM
425842012-04-26 Joseph Myers <joseph@codesourcery.com>
42585
5aeb141a
JM
42586 * sysdeps/unix/i386/brk.S: Remove file.
42587 * sysdeps/unix/i386/dl-brk.S: Likewise.
42588 * sysdeps/unix/i386/pipe.S: Likewise.
42589 * sysdeps/unix/i386/sigreturn.S: Likewise.
42590 * sysdeps/unix/i386/syscall.S: Likewise.
42591 * sysdeps/unix/i386/vfork.S: Likewise.
42592 * sysdeps/unix/i386/wait.S: Likewise.
42593
7143acae
JM
42594 * sysdeps/unix/common/tcsendbrk.c: Move to ...
42595 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42596
2ce4f015
JM
42597 * configure.in (arm*-none*): Do not allow without
42598 --enable-hacker-mode.
42599 (netbsd*): Remove case setting base_os.
42600 (386bsd*): Likewise.
42601 (freebsd*): Likewise.
42602 (bsdi*): Likewise.
42603 (osf*): Likewise.
42604 (sunos*): Likewise.
42605 (ultrix*): Likewise.
42606 (newsos*): Likewise.
42607 (dynix*): Likewise.
42608 (*bsd*): Likewise.
42609 (sysv*): Likewise.
42610 (isc*): Likewise.
42611 (esix*): Likewise.
42612 (sco*): Likewise.
42613 (minix*): Likewise.
42614 (irix4*): Likewise.
42615 (irix6*): Likewise.
42616 (solaris[2-9]*): Likewise.
42617 (none): Likewise.
42618 * configure: Regenerated.
42619
0ac229c8
AZ
426202012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42621
42622 [BZ #11521]
42623 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42624 overflow or cancellation in calculating denominator.
42625 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42626 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42627 down expression to avoid unexpected rounding in newer GCCs.
42628 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42629
33f244f4
DM
426302012-04-26 David S. Miller <davem@davemloft.net>
42631
42632 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42633 long-double compat symbols.
42634 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42635 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42636 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42637 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42638 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42639 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42640 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42641 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42642 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42643 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42644 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42645 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42646 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42647
cfa1f3e8
DM
426482012-04-25 David S. Miller <davem@davemloft.net>
42649
42650 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42651 HWCAP_* values only after the memory barriers have been defined.
42652 (atomic_full_barrier): Define.
42653 (atomic_read_barrier): Define.
42654 (atomic_write_barrier): Define.
42655
6e236b92
SP
426562012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42657
42658 * shlib-versions: Add libgcc_s version information.
42659 * sysdeps/generic/libgcc_s.h: Remove.
42660 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42661 libgcc_s.h.
42662 * sysdeps/gnu/unwind-resume.c: Likewise.
42663 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42664
aab39a09
DM
426652012-04-25 David S. Miller <davem@davemloft.net>
42666
42667 * sysdeps/unix/sparc/brk.S: Delete.
42668 * sysdeps/unix/sparc/dl-brk.S: Delete.
42669 * sysdeps/unix/sparc/pipe.S: Delete.
42670 * sysdeps/unix/sparc/sysdep.S: Delete.
42671 * sysdeps/unix/sparc/sysdep.h: Delete.
42672 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
42673 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42674 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42675 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42676 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
42677 (JUMPTARGET): Remove.
42678 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42679 sysdeps/unix/sparc/sysdep.h
42680 (ENTRY, END): Remove.
42681 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42682
a3cc4f48
JM
426832012-04-25 Joseph Myers <joseph@codesourcery.com>
42684
2ed8cda2
JM
42685 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42686 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42687 -DIS_IN_build.
42688
35d76d59
JM
42689 * timezone/README: Update upstream location and email address for
42690 tzcode and tzdata.
42691 * timezone/zdump.c: Update from tzcode 2012b.
42692 * timezone/zic.c: Likewise.
42693
a3cc4f48
JM
42694 * configure.in (libc_cv_as_needed): Remove test.
42695 * configure: Regenerated.
42696 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42697 conditional definition.
42698 [$(have-as-needed) != yes] (no-as-needed): Likewise.
42699 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42700 * config.make.in (have-as-needed): Remove variable.
42701
ceab42c3
SP
427022012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
42703 Paul Pluzhnikov <ppluzhnikov@google.com>
42704
42705 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42706 strings correctly.
42707
3ce2865f
CLT
427082012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
42709
42710 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42711 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42712 * sysdeps/sh/strlen.S: Likewise.
42713
f37e0d68
JM
427142012-04-24 Joseph Myers <joseph@codesourcery.com>
42715
ae186e9a
JM
42716 * sysdeps/unix/fork.S: Remove file.
42717 * sysdeps/unix/i386/fork.S: Likewise.
42718 * sysdeps/unix/sparc/fork.S: Likewise.
42719
b96914af
JM
42720 * sysdeps/unix/system.c: Remove file.
42721 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42722
f37e0d68
JM
42723 * sysdeps/unix/getegid.S: Remove file.
42724 * sysdeps/unix/geteuid.S: Likewise.
42725
87ef29ca
RM
427262012-04-24 Roland McGrath <roland@hack.frob.com>
42727
83bcd236
RM
42728 * scripts/check-localplt.awk: New file.
42729 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42730 of diff.
42731 * scripts/data/localplt-generic.data: Add a comment.
42732
87ef29ca
RM
42733 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42734 NODE when __dir_mkfile failed.
42735 * sysdeps/mach/hurd/symlinkat.c: Likewise.
42736 Reported by Ludovic Courtès <ludo@gnu.org>.
42737
e5a6e567
AJ
427382012-04-24 Andreas Jaeger <aj@suse.de>
42739
42740 * Makerules (common-clean): Also remove gen-as-const-headers
42741 files.
42742
c1820385
JM
427432012-04-24 Joseph Myers <joseph@codesourcery.com>
42744
42745 * Makerules (native-compile): Do not change working directory for
42746 build. Use $(OUTPUT_OPTION) in command.
42747 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42748
94e02fc4
AZ
427492012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42750
42751 [BZ #13886]
42752 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42753 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42754 * math/libm-test.inc (floor_test): Add more tests.
42755 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42756
3a533ca3
JM
427572012-04-24 Joseph Myers <joseph@codesourcery.com>
42758
940ab4b3
JM
42759 * sysdeps/unix/getdents.c: Remove file.
42760 * sysdeps/unix/sysv/getdents.c: Likewise.
42761 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42762
90e037bd
JM
42763 * sysdeps/unix/syscalls.list (madvise): Add syscall from
42764 sysdeps/unix/mman/syscalls.list.
42765 (mmap): Likewise.
42766 (mprotect): Likewise.
42767 (msync): Likewise.
42768 (munmap): Likewise.
42769 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42770 * sysdeps/unix/mman/syscalls.list: Remove.
42771 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42772
3a533ca3
JM
42773 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42774 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42775 * configure: Regenerated.
42776 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42777 $(libgcc_s_suffix).
42778 * config.make.in (libgcc_s_suffix): Remove variable.
42779
1ad743de
JM
427802012-04-23 Joseph Myers <joseph@codesourcery.com>
42781
4ad451e2
JM
42782 * sysdeps/unix/sysv/gethostname.c: Move to ...
42783 * sysdeps/posix/gethostname.c: ... here.
42784
5e37ce39
JM
42785 * sysdeps/unix/execve.S: Remove file.
42786
1ad743de
JM
42787 * sysdeps/unix/_exit.S: Remove file.
42788
4e681b5b
AJ
427892012-04-23 Andreas Jaeger <aj@suse.de>
42790
42791 [BZ #13739]
42792 * manual/Makefile: Remove make dist support, there's no
42793 need for a stand-alone documentation tar ball.
42794 (TEXI2DVI): Define always, it's not in Makeconfig.
42795 (dist): Removed.
42796 (tar-it): Removed.
42797 (edition): Removed.
42798 (glibc-doc-$(edition).tar): Removed
42799 (%.Z): Removed.
42800 (%.gz): Removed.
42801 (%.uu): Removed.
42802 (ETAGS): Remove, it's in Makeconfig.
42803 (move-if-change): Remove, it's in Makeconfig.
42804
38686a03 428052012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
42806
42807 [BZ #13970]
42808 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42809 (strtod, strtof, strtold, strtol, strtoul, strtoq)
42810 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42811 (strtod_l, strtof_l, strtold_l): Remove __wur.
42812 It is not necessarily an error to ignore strtol's return value.
42813 One can reliably look at the stored endptr to decide whether
42814 the number had valid syntax.
42815
7c0616fa
AJ
428162012-04-21 Andreas Jaeger <aj@suse.de>
42817
803cb6b7 42818 [BZ #13739]
7c0616fa
AJ
42819 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42820
b0fe253f
JM
428212012-04-21 Joseph Myers <joseph@codesourcery.com>
42822
42823 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42824 * sysdeps/unix/sysv/Versions: Remove file.
42825
8280f22d
MT
428262012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
42827
42828 [BZ #13927]
42829 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42830
75ce411f 428312012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
42832
42833 [BZ #7064]
42834 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42835 version from __vm86.
42836
097d59fa
JM
428372012-04-20 Joseph Myers <joseph@codesourcery.com>
42838
a90f3bcb
JM
42839 * sysdeps/unix/common/lxstat.c: Remove file.
42840 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42841
edc7ea78
JM
42842 * sysdeps/unix/sysv/Makefile: Remove file.
42843
cb78c221
JM
42844 * sysdeps/unix/sysv/direct.h: Remove file.
42845
efa6a45f
JM
42846 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42847 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42848 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42849 * sysdeps/unix/sysv/bits/signum.h: Likewise.
42850 * sysdeps/unix/sysv/bits/stat.h: Likewise.
42851 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42852 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42853
9c9f2d0c
JM
42854 * sysdeps/unix/sysv/setrlimit.c: Remove file.
42855
4541c83b
JM
42856 * sysdeps/unix/xmknod.c: Remove file.
42857 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42858
f5d153a0
JM
42859 * sysdeps/unix/sysv/settimeofday.c: Remove file.
42860
aa746595
JM
42861 * sysdeps/unix/sysv/i386/time.S: Remove file.
42862
cce5905e
JM
42863 * sysdeps/unix/fxstat.c: Remove file.
42864 * sysdeps/unix/xstat.c: Likewise.
42865 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42866
37fa3841
JM
42867 * sysdeps/unix/sysv/sigaction.c: Remove file.
42868
ff1962a3
JM
42869 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42870 (sysdep_headers): Remove variable.
42871 [termio.h not in sysdep_headers] (generated): Likewise.
42872 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42873 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42874 * sysdeps/unix/sysv/tcdrain.c: Likewise.
42875 * sysdeps/unix/sysv/tcflow.c: Likewise.
42876 * sysdeps/unix/sysv/tcflush.c: Likewise.
42877 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42878 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42879 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42880 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42881 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42882
e7740d31
JM
42883 * sysdeps/unix/siglist.c: Remove file.
42884
ee06f18b
JM
42885 * sysdeps/unix/getppid.S: Remove file.
42886
097d59fa
JM
42887 * sysdeps/unix/mkdir.c: Remove file.
42888 * sysdeps/unix/rmdir.c: Likewise.
42889
ff3d51ec
AS
428902012-04-19 Andreas Schwab <schwab@linux-m68k.org>
42891
42892 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42893 ERR_MAX value.
42894 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42895 errlist-compat value.
42896
50f81fd7
DM
428972012-04-18 David S. Miller <davem@davemloft.net>
42898
42899 * sysdeps/generic/memcopy.h (reg_char): Delete.
42900 * debug/strcat_chk.c: Use char, not reg_char.
42901 * debug/strcpy_chk.c: Likewise.
42902 * debug/strncat_chk.c: Likewise.
42903 * debug/strncpy_chk.c: Likewise.
42904 * string/memchr.c: Likewise.
42905 * string/memrchr.c: Likewise.
42906 * string/rawmemchr.c: Likewise.
42907 * string/strcat.c: Likewise.
42908 * string/strchr.c: Likewise.
42909 * string/strchrnul.c: Likewise.
42910 * string/strcmp.c: Likewise.
42911 * string/strcpy.c: Likewise.
42912 * string/strncat.c: Likewise.
42913 * string/strncmp.c: Likewise.
42914 * string/strncpy.c: Likewise.
42915
8ff41c46
WS
429162012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42917
42918 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42919 __builtin_memcopy is called when src and dest ranges are known to not
42920 overlap.
42921
6b652f46
WS
429222012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42923
42924 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42925 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42926 fwd_align_merge macro call.
42927 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42928 bwd_align_merge macro call.
42929 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42930
b282631e
WS
429312012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42932
42933 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42934 bwd_align_merge macros.
42935 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42936 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42937 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42938
95aa737c
DM
429392012-04-18 David S. Miller <davem@davemloft.net>
42940
42941 * sysdeps/sparc/sparc64/memcopy.h: Delete.
42942
7a99a614
AJ
429432012-04-18 Andreas Jaeger <aj@suse.de>
42944
42945 [BZ# 6794]
42946 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42947 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42948 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42949
42950 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42951 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42952 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42953
42954 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42955 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42956 Adjust for changed ldbl-128 files.
42957
42958 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42959 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42960 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42961
e5270c23
DM
429622012-04-17 David S. Miller <davem@davemloft.net>
42963
42964 * sysdeps/sparc/sparc32/memcopy.h: Delete.
42965
fb5e92c9
AS
429662012-04-17 Andreas Schwab <schwab@linux-m68k.org>
42967
42968 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42969 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42970 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42971 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42972 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42973 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42974
76da7265
AZ
429752012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42976
42977 [BZ #6794]
42978 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42979 * math/libm-test.inc: Add ilogb errno and exception tests.
42980 * math/w_ilogb.c: New file: ilogb wrapper.
42981 * math/w_ilogbf.c: New file: ilogbf wrapper.
42982 * math/w_ilogbl.c: New file: ilogbl wrapper.
42983 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42984 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42985 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42986 exception being thrown with 0.0 as argument.
42987 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42988 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42989 exception being thrown with 0.0 as argument.
42990 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42991 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42992 exception being thrown with 0.0 as argument.
42993 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42994 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42995 exception being thrown with 0.0 as argument.
42996 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42997 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 42998 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
42999 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43000 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43001 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43002 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43003 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43004 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43005
0396e69d
PB
430062012-04-17 Petr Baudis <pasky@ucw.cz>
43007
43008 * include/sys/uio.h: Change __vector to __iovec to avoid clash
43009 with altivec.
43010
750b5926
MP
430112012-04-16 Marek Polacek <polacek@redhat.com>
43012
43013 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43014
751728a1
MP
430152012-04-16 Marek Polacek <polacek@redhat.com>
43016
43017 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43018 operands of fdivp instruction.
43019
34a27407
L
430202012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43021
43022 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43023 * elf/tst-auditmod3b.c: Likewise.
43024 * elf/tst-auditmod4b.c: Likewise.
43025 * elf/tst-auditmod5b.c: Likewise.
43026 * elf/tst-auditmod6b.c: Likewise.
43027 * elf/tst-auditmod6c.c: Likewise.
43028 * elf/tst-auditmod7b.c: Likewise.
43029 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43030 * sysdeps/x86_64/preconfigure.in: Likewise.
43031 * sysdeps/x86_64/preconfigure: Regenerated.
43032
7e73e17d
L
430332012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43034
43035 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43036 __ILP32__.
43037
c7a6ab72
AB
430382012-04-13 Antoine Balestrat <merkil33@gmail.com>
43039
43040 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43041 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43042
a9e8e0e0
CL
430432012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
43044
43045 [BZ #13973]
43046 * locale/iso-639.def: Fix gl language name. Spotted by
43047 Yaron Shahrabani.
43048
ec98af7d
RM
430492012-04-12 Roland McGrath <roland@hack.frob.com>
43050
43051 [BZ #2074]
43052 * libio/libio.h (__io_write_fn): Update comment.
43053
247c3ede
PB
430542012-04-12 Petr Baudis <pasky@ucw.cz>
43055
43056 [BZ #2074]
43057 * stdio.texi (Hook Functions): The user provided writer function
43058 is not allowed to return -1.
43059
55939d6d
DM
430602012-04-11 David S. Miller <davem@davemloft.net>
43061
43062 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43063
90020f5a
MF
430642012-04-11 Mike Frysinger <vapier@gentoo.org>
43065
43066 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43067 Add a leading slash to rtkaio.
43068
288f9098
JM
430692012-04-11 Jim Meyering <meyering@redhat.com>
43070
90020f5a
MF
43071 [BZ #11959]
43072 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43073 It is not necessarily an error to ignore fwrite's return
43074 value. One can reliably use ferror to test for errors after
43075 the fact.
288f9098 43076
4be2b570
L
430772012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43078
43079 * bits/types.h (__snseconds_t): New type.
43080 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43081
43082 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43083 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43084 (__SNSECONDS_T_TYPE): Likewise.
43085 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43086 (__SNSECONDS_T_TYPE): Likewise.
43087 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43088 (__SNSECONDS_T_TYPE): Likewise.
43089
288f9098 430902012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
43091
43092 [BZ #2636]
43093 * manual/time.texi (Processor Time): Return type of times is
43094 elapsed real time since an arbitrary point in the past.
43095 (CPU Time): Move CLK_TCK from here...
43096 (Processor Time): ...to here. Correct description.
43097 * manual/conf.texi (Constants for Sysconf): Correct description of
43098 _SC_CLK_TCK.
43099
d7dd4413
DM
431002012-04-10 David S. Miller <davem@davemloft.net>
43101
43102 [BZ #13967]
43103 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43104 where the is a gap between DT_REL(A) and DT_JMPREL.
43105
b46068fc
L
431062012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43107
43108 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43109 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43110 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43111
73d65cc3
SP
431122012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
43113
43114 * elf/dl-support.c (_dl_inhibit_cache): New variable.
43115 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43116 (dl_main): Handle --inhibit-cache.
43117 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43118 _dl_inhibit_cache.
43119 * elf/dl-load.c (_dl_map_object): Use it.
43120 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43121
bcc8d661
JM
431222012-04-09 Joseph Myers <joseph@codesourcery.com>
43123
8f9a2fae
JM
43124 [BZ #13872]
43125 * sysdeps/i386/fpu/e_powl.S (p78): New object.
43126 (__ieee754_powl): Saturate large exponents rather than testing for
43127 overflow of y*log2(x).
43128 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43129 * math/libm-test.inc (pow_test): Do not permit spurious overflow
43130 exceptions.
43131
bcc8d661
JM
43132 [BZ #11521]
43133 * math/s_ctan.c: Include <float.h>.
43134 (__ctan): Avoid internal overflow or cancellation in calculating
43135 denominator.
43136 * math/s_ctanf.c: Likewise.
43137 * math/s_ctanl.c: Likewise.
43138 * math/s_ctanh.c: Likewise.
43139 * math/s_ctanhf.c: Likewise.
43140 * math/s_ctanhl.c: Likewise.
43141 * math/libm-test.inc (ctan_test): Add more tests.
43142 (ctanh_test): Likewise.
43143 * sysdeps/i386/fpu/libm-test-ulps: Update.
43144 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43145
823fbbb4
AJ
431462012-04-09 Andreas Jaeger <aj@suse.de>
43147
03879793
AJ
43148 [BZ #6894]
43149 * manual/filesys.texi (Directory Entries): Mention that d_namlen
43150 is an optional BSD extension.
43151
823fbbb4
AJ
43152 [BZ #10254]
43153 * manual/stdio.texi (Opening Streams): Document additional fopen
43154 parameters.
43155
8de131cb
RM
431562012-04-09 Roland McGrath <roland@hack.frob.com>
43157
43158 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43159 %eax without telling the compiler.
43160
c0ed9d7d
CD
431612012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
43162
43163 [BZ # 13963]
43164 * manual/install.texi: Use sourceware.org.
43165
c483f6b4
JM
431662012-04-09 Joseph Myers <joseph@codesourcery.com>
43167
d7dd9453
JM
43168 [BZ #13873]
43169 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43170 (__ieee754_pow): Generate overflow and underflow using huge*huge
43171 and tiny*tiny rather than just returning constant infinity or zero
43172 for large exponents.
43173 * math/libm-test.inc (pow_test): Require overflow exceptions for
43174 applicable cases of large exponents.
43175
c483f6b4
JM
43176 [BZ #706]
43177 * sysdeps/i386/fpu/e_pow.S (p10): New object.
43178 (__ieee754_pow): Use iterative multiplication algorithm only for
43179 integer exponents with absolute value below 1024. Check for odd
43180 integer exponents when using algorithm for real exponents.
43181 * math/libm-test.inc (pow_test): Add more tests.
43182 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43183
d2de7579
JM
431842012-04-08 Joseph Myers <joseph@codesourcery.com>
43185
43186 [BZ #13705]
43187 * math/libm-test.inc (exp_test): Do not allow overflow exception
43188 on underflow test.
43189
f77f1232
AJ
431902012-04-08 Aurelien Jarno <aurelien@aurel32.net>
43191
43192 [BZ #13705]
43193 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43194 instead of __kernel_standard_f.
43195
3884932b
MF
431962012-04-08 Mike Frysinger <vapier@gentoo.org>
43197
43198 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43199 * sysdeps/x86_64/memset_chk.S: Likewise.
43200
54472e9c
AJ
432012012-04-08 Andreas Jaeger <aj@suse.de>
43202
6ab0fbfc
AJ
43203 [BZ #10153]
43204 * manual/startup.texi (Environment Access): Describe return value
43205 for putenv and setenv.
43206
61efba8c
AJ
43207 [BZ #6895]
43208 * manual/filesys.texi (Directory Entries): Add description for
43209 DT_LNK.
43210
95c3f29a
AJ
43211 [BZ #6890]
43212 * manual/filesys.texi (Directory Entries): Clarify that it's file
43213 system not operating system in the description of DT_UNKNOWN.
43214
54472e9c
AJ
43215 [BZ #6578]
43216 * manual/syslog.texi (closelog): Fix reference, it's openlog.
43217
624254b1
SC
432182012-04-08 Stephen Compall <s11@member.fsf.org>
43219
43220 [BZ #6649]
43221 * manual/llio.texi (Opening and Closing Files): Add cross
43222 reference to explain mode argument.
43223
1e4920e0
MF
432242012-04-07 Mike Frysinger <vapier@gentoo.org>
43225
43226 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43227 * sysdeps/x86_64/memset_chk.S: Likewise.
43228
5ed848f3
DM
432292012-04-07 David S. Miller <davem@davemloft.net>
43230
43231 * elf/elf.h (R_SPARC_WDISP10): Define.
43232 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43233 R_SPARC_SIZE32.
43234 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43235 R_SPARC_SIZE64 and R_SPARC_H34.
43236
96154cd8
CD
432372012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
43238
43239 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43240 conditions and remove no longer applicable assertion.
43241
9904dc47
L
432422012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43243
43244 * bits/byteswap.h: Include <features.h>.
43245 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43246 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43247
f8887d0a
L
432482012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43249
43250 * bits/byteswap.h (__bswap_16): Removed.
43251 Include <bits/byteswap-16.h> to get __bswap_16.
43252 * sysdeps/i386/bits/byteswap.h: Likewise.
43253 * sysdeps/s390/bits/byteswap.h: Likewise.
43254 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43255 * bits/byteswap-16.h: New file.
43256 * sysdeps/i386/bits/byteswap-16.h: Likewise.
43257 * sysdeps/s390/bits/byteswap-16.h: Likewise.
43258 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43259 * string/Makefile (headers): Add bits/byteswap-16.h.
43260
62470f60
PP
432612012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
43262
43263 [BZ #13895]
43264 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43265 extra indirection.
43266 * nss/Makefile (tests-static, tests): Add tst-nss-static.
43267 * nss/tst-nss-static.c: New.
43268
4dad7bab
RM
432692012-04-06 Robert Millan <rmh@gnu.org>
43270
43271 [BZ #6486]
43272 * manual/llio.texi (File Position Primitive): lseek
43273 refers to WHENCE when it really means OFFSET.
43274
e9142a17
AJ
432752012-04-06 Andreas Jaeger <aj@suse.de>
43276
2c040eff
AJ
43277 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43278 strncmp declarations.
43279
e9142a17
AJ
43280 * abilist/libc.abilist: Add __poll and __ppoll.
43281
ff9f1c5f
DM
432822012-04-05 David S. Miller <davem@davemloft.net>
43283
dcd2ae90
DM
43284 * scripts/check-local-headers.sh: Accept a host triplet in the
43285 path matched by the exclude regexp.
43286
993eb054
DM
43287 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43288 definition.
43289 * sysdeps/powerpc/powerpc32/dl-machine.h
43290 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43291 * sysdeps/s390/s390-32/dl-machine.h
43292 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43293 * sysdeps/sparc/sparc32/dl-machine.h
43294 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43295 * sysdeps/sparc/sparc64/dl-machine.h
43296 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43297
ff9f1c5f
DM
43298 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43299 lazy binding.
48e2e132 43300 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
43301 undefined symbol errors.
43302
48e2e132 43303 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
43304 DT_NEEDED entries.
43305
e80d6f94
MM
433062012-04-05 Michael Matz <matz@suse.de>
43307
43308 [BZ #13592]
43309 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43310
349fa79f
AJ
433112012-04-05 Andreas Jaeger <aj@suse.de>
43312
43313 [BZ #13908]
43314 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43315 comment.
43316
f402708f
KK
433172012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43318
43319 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43320 which ROUND is no valid rounding mode.
43321
2ecccfc9
KK
433222012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43323
43324 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43325 read again.
43326 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43327
8a53f50f
KK
433282012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43329
43330 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43331 an exception using FPU order intentionally.
43332
433332012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43334
43335 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43336 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43337 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43338 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43339
d653abb7
SJ
433402012-04-05 Simon Josefsson <simon@josefsson.org>
43341
43342 [BZ #12340]
43343 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43344 EINVAL when BUFLEN is too smal.
43345
c3b1bf7d
TS
433462012-04-05 Thomas Schwinge <thomas@codesourcery.com>
43347
43348 [BZ #13553]
43349 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43350 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43351
b1aa60f3
AJ
433522012-04-03 Andreas Jaeger <aj@suse.de>
43353
c3b1bf7d 43354 [BZ #13938]
67f60a26
AJ
43355 * manual/setjmp.texi (System V contexts): Fix sentence.
43356
b1aa60f3
AJ
43357 [BZ #13926]
43358 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43359 New macro for this case.
43360 [!__GNUC__] (__bswap_64): New inline function for this case.
43361 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43362 * bits/byteswap.h: Likewise.
43363 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43364 ull, guard with __GLIBC_HAVE_LONG_LONG.
43365
43366 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43367 __GLIBC_HAVE_LONG_LONG.
43368
43369 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43370 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43371
39c59c35
TMQMF
433722012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43373
43374 [BZ #13691]
43375 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43376 inptr and inend, rather than using last_ch.
43377
135ffda8
DM
433782012-04-02 David S. Miller <davem@davemloft.net>
43379
43380 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43381 * stdio-common/printf-parse.h (read_int): Change return type to
43382 'int', return -1 on INT_MAX overflow.
43383 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43384 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
43385 overflows INT_MAX. Check for overflow of in-format-string precision
43386 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
43387 SIZE_MAX not INT_MAX for integer overflow test.
43388 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43389 skip the construct in the format string but do not record anything.
43390 * stdio-common/bug22.c: Adjust to test both width/prevision
43391 INT_MAX overflow as well as total length INT_MAX overflow. Check
43392 explicitly for proper errno values.
43393
228c019e
TS
433942012-04-02 Thomas Schwinge <thomas@codesourcery.com>
43395
302cadd3
TS
43396 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43397 CHAR_MAX.
43398 * string/test-strcmp.c [! WIDE]: Likewise.
43399 * time/tst-mktime2.c: Likewise for INT_MAX.
43400 * string/test-string.h: #include <sys/param.h> for MIN.
43401
228c019e
TS
43402 * csu/init-first.c (__libc_init_first): Call __ctype_init.
43403 * sysdeps/i386/init-first.c (init): Likewise.
43404 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43405 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43406 * sysdeps/sh/init-first.c (init): Likewise.
43407
cfa633f5
UD
434082012-04-01 Ulrich Drepper <drepper@gmail.com>
43409
43410 * po/ru.po: Update from translation team.
d1635ef8 43411 * po/vi.po: Likewise.
cfa633f5 43412
6cd0a5ea
SP
434132012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
43414
43415 * resolv/nss_dns/dns-host.c: Merge copyright years.
43416
4b43400f
LD
434172012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43418
43419 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43420 Optimize memcpy with prefetch if
43421 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
43422 src, dst pointers have unequal 16 byte alignments.
43423
48c41d04
SP
434242012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
43425
43426 [BZ #13928]
43427 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43428 from a CNAME entry and return the minimum ttl for the query.
43429 (gaih_getanswer_slice): Likewise.
43430
b8dc394d
JL
434312012-03-30 Jeff Law <law@redhat.com>
43432
43433 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43434 due to long keys.
43435 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43436 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43437
2f5a5ed0
JL
43438 * resolv/nss_dns/dns-host.c: Update copyright year.
43439
1d39e359
UD
434402012-03-30 Ulrich Drepper <drepper@gmail.com>
43441
c030f70c 43442 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 43443 requests to save a system call. Fix check that all bytes are sent.
c030f70c 43444
1d39e359
UD
43445 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43446 comments for sendmmsg.
43447
434482012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
43449
43450 [BZ #13691]
43451 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43452 with only 1 character between 0x0041 and 0x01b0.
43453 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43454 * wcsmbs/tst-mbsnrtowcs.c: New file.
43455
20fde227
DM
434562012-03-29 David S. Miller <davem@davemloft.net>
43457
43458 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43459 small copies by hand.
43460
984a4237
JL
434612012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
43462
43463 [BZ #13761]
57f41c40
AS
43464 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43465 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43466 group memberships.
984a4237 43467
18c9d62b
DM
434682012-03-28 David S. Miller <davem@davemloft.net>
43469
88d85d4f
DM
43470 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43471 that branches into memcpy.
43472 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43473 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43474 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43475 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43476 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43477 bits.
43478 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43479 implementation too.
43480 * sysdeps/sparc/mempcpy.S: New file.
43481
e5aa83e1
DM
43482 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43483 the IFUNC routine in the libc case.
43484 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43485
88570753
DM
43486 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43487 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43488 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43489 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43490 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43491 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43492 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43493 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43494
249d7567
DM
43495 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43496 loop to 256 bytes instead of 64 bytes and fix test signedness.
43497
18c9d62b
DM
43498 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43499 * sysdeps/sparc/sparc32/Makefile: rather than here...
43500 * sysdeps/sparc/sparc64/Makefile: and here.
43501
05f3d1f6
UD
435022012-03-28 Ulrich Drepper <drepper@gmail.com>
43503
43504 * malloc/mallocbug.c: Avoid warnings about unused variables.
43505
86ae07a8
JL
435062012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
43507
43508 [BZ #13760]
43509 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43510 in the right place. Discard and retry query if response is
43511 larger than input buffer size.
43512
41bf21a1
JM
435132012-03-28 Joseph Myers <joseph@codesourcery.com>
43514
d6270972
JM
43515 [BZ #369]
43516 [BZ #2678]
43517 [BZ #3866]
43518 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43519 x for large integer exponent.
43520 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43521 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
43522 sign of result as needed afterwards.
43523 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43524 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43525 result for underflowing pow the same as for overflow.
43526 (__kernel_standard_l): Handle powl overflow and underflow here
43527 rather than calling __kernel_standard.
43528 * math/libm-test.inc (pow_test): Add more tests.
43529
414fca03 43530 [BZ #3868]
41bf21a1
JM
43531 [BZ #13879]
43532 [BZ #13910]
43533 [BZ #13911]
43534 [BZ #13912]
43535 [BZ #13913]
43536 [BZ #13915]
43537 [BZ #13916]
43538 [BZ #13917]
43539 [BZ #13918]
43540 [BZ #13919]
43541 [BZ #13920]
43542 [BZ #13921]
43543 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43544 * sysdeps/ieee754/k_standard.c: Include <float.h>.
43545 (__kernel_standard_l): New function.
43546 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43547 __kernel_standard.
43548 * math/w_acosl.c (__acosl): Likewise.
43549 * math/w_asinl.c (__asinl): Likewise.
43550 * math/w_atan2l.c (__atan2l): Likewise.
43551 * math/w_atanhl.c (__atanhl): Likewise.
43552 * math/w_coshl.c (__coshl): Likewise.
43553 * math/w_exp10l.c (__exp10l): Likewise.
43554 * math/w_exp2l.c (__exp2l): Likewise.
43555 * math/w_fmodl.c (__fmodl): Likewise.
43556 * math/w_hypotl.c (__hypotl): Likewise.
43557 * math/w_j0l.c (__j0l, __y0l): Likewise.
43558 * math/w_j1l.c (__j1l, __y1l): Likewise.
43559 * math/w_jnl.c (__jnl, __ynl): Likewise.
43560 * math/w_lgammal.c (__lgammal): Likewise.
43561 * math/w_log10l.c (__log10l): Likewise.
43562 * math/w_log2l.c (__log2l): Likewise.
43563 * math/w_logl.c (__logl): Likewise.
43564 * math/w_powl.c (__powl): Likewise.
43565 * math/w_remainderl.c (__remainderl): Likewise.
43566 * math/w_scalbl.c (sysv_scalbl): Likewise.
43567 * math/w_sinhl.c (__sinhl): Likewise.
43568 * math/w_sqrtl.c (__sqrtl): Likewise.
43569 * math/w_tgammal.c (__tgammal): Likewise.
43570 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43571 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43572 * math/libm-test.inc (acos_test): Add more tests.
43573 (acosh_test): Likewise.
43574 (asin_test): Likewise.
43575 (atanh_test): Likewise.
43576 (exp_test): Likewise.
43577 (exp10_test): Likewise.
43578 (exp2_test): Likewise.
43579 (expm1_test): Likewise.
43580 (lgamma_test): Likewise.
43581 (log_test): Likewise.
43582 (log10_test): Likewise.
43583 (log1p_test): Likewise.
43584 (log2_test): Likewise.
43585 (pow_test): Do not allow some spurious overflow exceptions.
43586 (sqrt_test): Add more tests.
43587 (tgamma_test): Likewise.
43588 (y0_test): Likewise.
43589 (y1_test): Likewise.
43590 (yn_test): Likewise.
43591
dd62fda6
AB
435922012-03-27 Anton Blanchard <anton@samba.org>
43593
43594 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43595 MAP_HUGETLB.
43596 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43597 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43598 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43599
1e3cdfda
AJ
436002012-03-27 David S. Miller <davem@davemloft.net>
43601
b855ab85
DM
43602 * conform/Makefile: Run run-conformtest.sh using $(BASH).
43603
1e3cdfda
AJ
43604 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43605 have-as-vis3 check.
43606
436072012-03-27 Andreas Jaeger <aj@suse.de>
43608
43609 * sysdeps/x86_64/elf/configure.in: Moved to ...
43610 * sysdeps/x86_64/configure.in: ... here.
43611 * sysdeps/x86_64/elf/start.S: Moved to ...
43612 * sysdeps/x86_64/start.S: ... here.
43613 * sysdeps/x86_64/elf/configure: Delete.
43614
43615 * sysdeps/x86_64/configure.in: Merge contents from
43616 sysdeps/i386/configure.in (without i686 check).
43617
43618 * sysdeps/i386/elf/Versions: Merge into ...
43619 * sysdeps/i386/Versions: ... this.
43620 * sysdeps/i386/elf/Versions: Delete file.
43621 * sysdeps/i386/elf/start.S: Moved to ...
43622 * sysdeps/i386/start.S: ...here.
43623 * sysdeps/i386/elf/configure.in: Merge into...
43624 * sysdeps/i386/configure.in: ...here.
43625 * sysdeps/i386/elf/configure.in: Delete file.
43626 * sysdeps/i386/elf/configure: Delete file.
43627
43628 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43629 * debug/backtracesyms.c: ... here.
43630 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43631 * debug/backtracesymsfd.c: ... here.
43632 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43633 * sysdeps/generic/ifunc-sel.h: ... here.
43634
43635 * sysdeps/unix/i386/start.c: Delete file.
43636 * sysdeps/unix/sparc/start.c: Delete file.
43637 * sysdeps/unix/start.c: Delete file.
43638
43639 * sysdeps/sh/elf/configure.in: Moved to ...
43640 * sysdeps/sh/configure.in: ... here.
43641 * sysdeps/sh/elf/start.S: Moved to ...
43642 * sysdeps/sh/start.S: ... here.
43643 * sysdeps/sh/elf/configure: Delete file.
43644
43645 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43646 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43647 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43648 * sysdeps/powerpc/powerpc64/entry.h: ... here.
43649 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43650 * sysdeps/powerpc/powerpc64/start.S: here.
43651 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43652 * sysdeps/powerpc/powerpc64/Makefile: ... this.
43653 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43654 * sysdeps/powerpc/powerpc64/configure.in: ... this.
43655 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43656
43657 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43658 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43659 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43660 * sysdeps/powerpc/powerpc32/start.S: ... here.
43661 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43662 * sysdeps/powerpc/powerpc32/configure.in: ... this.
43663 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43664
43665 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43666 * sysdeps/powerpc/ifunc-sel.h: ... here.
43667 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43668 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43669
43670 * sysdeps/sparc/elf/configure.in: Moved to ...
43671 * sysdeps/sparc/configure.in: ... here.
43672 * sysdeps/sparc/elf/configure: Delete file.
43673 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43674 * sysdeps/sparc/sparc32/start.S: ... here.
43675 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43676 * sysdeps/sparc/sparc64/start.S: ... here.
43677 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43678 * sysdeps/sparc/sparc32/Makefile: ... this.
43679 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43680 * sysdeps/sparc/sparc64/Makefile: ... this.
43681
43682 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43683 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43684 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43685 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43686 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43687 * sysdeps/s390/s390-32/setjmp.S: ... here.
43688 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43689 * sysdeps/s390/s390-32/configure.in: ... here.
43690 * sysdeps/s390/s390-32/elf/configure: Delete file.
43691 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43692 * sysdeps/s390/s390-32/start.S: ... here.
43693
43694 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43695 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43696 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43697 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43698 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43699 * sysdeps/s390/s390-64/setjmp.S: ... here.
43700 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43701 * sysdeps/s390/s390-64/configure.in: ... here
43702 * sysdeps/s390/s390-64/elf/configure: Delete file.
43703 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43704 * sysdeps/s390/s390-64/start.S: ... here.
43705 * sysdeps/s390/s390-64/elf/configure: Delete.
43706
43707 * configure.in: Remove support for elf directories in sysdeps.
43708
43709 * configure: Regenerated.
43710 * sysdeps/i386/configure: Regenerated.
43711 * sysdeps/powerpc/powerpc32/configure: Regenerated.
43712 * sysdeps/powerpc/powerpc64/configure: Regenerated.
43713 * sysdeps/s390/s390-32/configure: Regenerated.
43714 * sysdeps/s390/s390-64/configure: Regenerated.
43715 * sysdeps/sh/configure: Regenerated.
43716 * sysdeps/sparc/configure: Regenerated.
43717 * sysdeps/x86_64/configure: Regenerated.
43718
a3f61311
AS
437192012-03-26 Andreas Schwab <schwab@linux-m68k.org>
43720
c876e002
AS
43721 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43722
a3f61311
AS
43723 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43724 denormal result into account.
43725
ac4c54f0
RM
437262012-03-25 Roland McGrath <roland@hack.frob.com>
43727
43728 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43729 Reported by Allan McRae <allan@archlinux.org>.
43730
6a9b9c02
JL
437312012-03-23 Jeff Law <law@redhat.com>
43732
43733 * nss/getnssent.c (__nss_getent): Fix typo.
43734
4c42a0c1
DM
437352012-03-23 David S. Miller <davem@davemloft.net>
43736
43737 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43738
1532c7ac
L
437392012-03-23 H.J. Lu <hongjiu.lu@intel.com>
43740
43741 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43742 to pad to uint64_t for each field.
43743 (dl_tls_index): Replace unsigned long with uint64_t.
43744
3ff42526
PP
437452012-03-23 Daniel Jacobowitz <dmj@google.com>
43746 Paul Pluzhnikov <ppluzhnikov@google.com>
43747
43748 [BZ #6528]
43749 * grp/Makefile (otherlibs): Don't set it.
43750 * inet/Makefile (otherlibs): Likewise.
43751 * login/Makefile (otherlibs): Likewise.
43752 * nscd/Makefile (otherlibs): Likewise.
43753 * posix/Makefile (otherlibs): Likewise.
43754 * pwd/Makefile (otherlibs): Likewise.
43755 * rt/Makefile (otherlibs): Likewise.
43756 * sunrpc/Makefile (otherlibs): Likewise.
43757 * nss/Makefile (otherlibs): Likewise.
43758 Add libnss_files to routines and static-only-routines.
43759 ($(objpfx)getent): Remove rule.
43760 * resolv/Makefile: Add libnss_dns and libresolv to routines and
43761 static-only-routines.
43762
7c69cd14
JM
437632012-03-22 Joseph Myers <joseph@codesourcery.com>
43764
43765 [BZ #13892]
43766 * math/s_cexp.c: Include <float.h>.
43767 (__cexp): Handle exp result overflowing not necessarily
43768 overflowing both real and imaginary parts of result.
43769 * math/s_cexpf.c: Likewise.
43770 * math/s_cexpl.c: Likewise.
43771 * math/libm-test.inc (cexp_test): Add more tests.
43772 * sysdeps/i386/fpu/libm-test-ulps: Update.
43773 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43774
81b035fe
L
437752012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43776
43777 * include/link.h (ELFW): New macro.
43778 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43779 Replace ELF64_R_TYPE with ELFW(R_TYPE).
43780
1da7940c
L
437812012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43782
43783 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43784 with uint64_t.
43785
b749dbb9
L
437862012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43787
43788 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43789 declaration.
43790 (struct La_x32_retval): Likewise.
43791
2ff87f3f
L
437922012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43793
43794 * sysdeps/x86_64/preconfigure.in: New file.
43795 * sysdeps/x86_64/preconfigure: New generated file.
43796
c0df8e69
JM
437972012-03-22 Joseph Myers <joseph@codesourcery.com>
43798
48e44791
JM
43799 [BZ #13824]
43800 * math/e_exp2l.c: Include <float.h>.
43801 (__ieee754_exp2l): Handle overflow and underflow cases
43802 separately. Only pass fractional part of argument to
43803 __ieee754_expl.
43804 * math/libm-test.inc (exp2_test): Add more tests.
43805
c0df8e69
JM
43806 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43807 negating x to take absolute value.
43808 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43809 Likewise.
43810 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43811 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43812 Likewise.
43813 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43814 computing low part if x was negated.
43815 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43816
c8e43ba7
L
438172012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43818
43819 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43820 la_x32_gnu_pltexit.
43821 (pltexit): Cast int_retval to ptrdiff_t.
43822 * elf/tst-auditmod3b.c: Likewise.
43823 * elf/tst-auditmod4b.c: Likewise.
43824 * elf/tst-auditmod5b.c: Likewise.
43825 * elf/tst-auditmod6b.c: Likewise.
43826 * elf/tst-auditmod6c.c: Likewise.
43827 * elf/tst-auditmod7b.c: Likewise.
43828
43829 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43830 and x32_gnu_pltexit.
43831
43832 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43833 __ELF_NATIVE_CLASS.
43834 (La_x32_regs): New macro.
43835 (La_x32_retval): Likewise.
43836 (la_x32_gnu_pltenter): New function prototype.
43837 (la_x32_gnu_pltexit): Likewise.
43838
7998fa78
AS
438392012-03-21 Andreas Schwab <schwab@linux-m68k.org>
43840
dcb33988
AS
43841 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43842 exponent.
43843
233fc563
AS
43844 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43845
7998fa78
AS
43846 * configure.in (libc_cv_cc_nofma): Check for option to disable
43847 generation of FMA instructions.
43848 * configure: Regenerate.
43849 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43850 * sysdeps/ieee754/dbl-64/Makefile: New file.
43851 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43852 Remove brandred-fma4.
43853 (CFLAGS-brandred-fma4.c): Remove.
43854 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43855 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43856 define.
43857 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43858 define.
43859
8e95c99a
L
438602012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43861
43862 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43863 LLONG_MAX != LONG_MAX.
43864 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43865 (_fitoa_word): Likewise.
43866 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43867 LLONG_MAX != LONG_MAX.
43868 * stdio-common/_itowa.h: Include <_itoa.h>.
43869 (_itowa_word): Use _ITOA_WORD_TYPE on value.
43870 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
43871 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
43872 only if not defined.
43873 (_ITOA_WORD_TYPE): Likewise.
43874 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43875 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43876
6f4db457
DM
438772012-03-21 David S. Miller <davem@davemloft.net>
43878
43879 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43880
7785fe5a
L
438812012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43882
43883 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43884 of x86_64 when setting libc_cv_slibdir, libdir and
43885 libc_cv_localedir.
43886 * sysdeps/unix/sysv/linux/configure: Regenerated.
43887
4535cd55
JM
438882012-03-21 Joseph Myers <joseph@codesourcery.com>
43889
43890 * manual/lang.texi (Old Varargs): Remove section.
43891 (How Variadic): Update menu.
43892 (va_start): Do not mention varargs.h.
43893
17228132
TS
438942012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43895 Joseph Myers <joseph@codesourcery.com>
43896
43897 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43898 link test.
43899 * configure: Regenerated.
43900
8149f976
TS
439012012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43902
05f3d1f6
UD
43903 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43904 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43905 conformtest.pl
8149f976 43906
1a4ac776
JM
439072012-03-21 Joseph Myers <joseph@codesourcery.com>
43908
be22ce65
JM
43909 * NOTES: Remove.
43910 * Makefile (files-for-dist): Remove NOTES.
43911 (NOTES): Remove rule.
43912 * README: Don't refer to NOTES.
43913 * manual/creature.texi: Don't include macros.texi.
43914 * manual/intro.texi (creature.texi): Remove comment referring to
43915 NOTES.
43916
40b601fb
JM
43917 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43918 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43919 * configure: Regenerated.
43920 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43921 LIBC_TRY_CC_OPTION.
43922 (libc_cv_as_i686): Likewise.
43923 (libc_cv_cc_avx): Likewise.
43924 (libc_cv_cc_sse2avx): Likewise.
43925 (libc_cv_cc_fma4): Likewise.
43926 (libc_cv_cc_novzeroupper): Likewise.
43927 * sysdeps/i386/configure: Regenerated.
43928
1a4ac776
JM
43929 [BZ #13883]
43930 * sysdeps/i386/fpu/s_cexp.S: Remove.
43931 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43932 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43933 * math/libm-test.inc (cexp_test): Add more tests.
43934 * sysdeps/i386/fpu/libm-test-ulps: Update.
43935 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43936
a458e7fe
AM
439372012-03-21 Allan McRae <allan@archlinux.org>
43938
43939 * timezone/Makefile: Do not install iso3166.tab and zone.tab
43940
0cb7efc5
JM
439412012-03-21 Joseph Myers <joseph@codesourcery.com>
43942
43943 [BZ #13871]
43944 * math/w_exp2.c: Do not include <float.h>.
43945 (o_threshold, u_threshold): Remove.
43946 (__exp2): Calculate result before checking finiteness and calling
43947 __kernel_standard.
43948 * math/w_exp2f.c: Likewise.
43949 * math/w_exp2l.c: Likewise.
43950 * math/libm-test.inc (exp2_test): Require overflow exception for
43951 1e6 input.
2460d3aa
JM
43952
43953 [BZ #3866]
43954 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43955 range of signed 64-bit integers before using fistpll. Remove
43956 checks for whether integers fit in mantissa bits.
43957 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43958 the range of signed 32-bit integers before using fistpl. Remove
43959 checks for whether integers fit in mantissa bits.
43960 * sysdeps/i386/fpu/e_powl.S (p64): New object.
43961 (__ieee754_powl): Test for y outside the range of signed 64-bit
43962 integers before using fistpll. Reduce 64-bit values to 63-bit
43963 ones as needed.
43964 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43965 divide-by-zero is raised for zero to large negative powers.
43966 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43967 (__ieee754_powl): Test for y outside the range of signed 64-bit
43968 integers before using fistpll. Reduce 64-bit values to 63-bit
43969 ones as needed.
43970 * math/libm-test.inc (pow_test): Add more tests.
43971
eb96ffb0
L
439722012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43973
43974 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43975 <stdio-common/_itoa.h>.
43976 * debug/segfault.c: Likewise.
43977 * elf/dl-cache.c: Likewise.
43978 * elf/dl-minimal.c: Likewise.
43979 * elf/dl-misc.c: Likewise.
43980 * elf/dl-sysdep.c: Likewise.
43981 * elf/dl-version.c: Likewise.
43982 * elf/rtld.c: Likewise.
43983 * hurd/hurdsock.c: Likewise.
43984 * hurd/lookup-retry.c: Likewise.
43985 * malloc/malloc.c: Likewise.
43986 * malloc/mtrace.c: Likewise.
43987 * nscd/nscd_getgr_r.c: Likewise.
43988 * nscd/nscd_getpw_r.c: Likewise.
43989 * nscd/nscd_getserv_r.c: Likewise.
43990 * posix/getopt_init.c: Likewise.
43991 * posix/wordexp.c: Likewise.
43992 * stdio-common/_itoa.c: Likewise.
43993 * stdio-common/printf_fphex.c: Likewise.
43994 * stdio-common/vfprintf.c: Likewise.
43995 * string/_strerror.c: Likewise.
43996 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43997 * sysdeps/i386/i686/hp-timing.h: Likewise.
43998 * sysdeps/mach/_strerror.c: Likewise.
43999 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44000 * sysdeps/mach/hurd/sethostid.c: Likewise.
44001 * sysdeps/mach/hurd/xmknodat.c: Likewise.
44002 * sysdeps/mach/xpg-strerror.c: Likewise.
44003 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44004 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44005 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44006 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44007 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44008 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44009 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44010 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44011 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44012 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44013 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44014 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44015 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44016 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44017 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44018 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44019 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44020 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44021 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44022 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44023 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44024
44025 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44026
44027 * stdio-common/_itoa.h: Moved to ...
44028 * sysdeps/generic/_itoa.h: Here.
44029
44030 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44031
44032 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44033 instead of "_itoa.h" and "_itowa.h".
44034 * stdio-common/vfprintf.: Likewise.
44035
d1af992d
L
440362012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44037
44038 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44039 <bits/wordsize.h>.
44040 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44041 (__signbit): Likwise.
44042 (llrintf): Likwise.
44043 (llrint): Likwise.
44044
114883e0
L
440452012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44046
44047 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44048 __WORDSIZE != 64.
44049
c135cc1b
JM
440502012-03-20 Joseph Myers <joseph@codesourcery.com>
44051
44052 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44053 OVERFLOW_EXCEPTION_OK.
44054 * math/libm-test.inc ("Philosophy"): Update comment about
44055 exception testing.
44056 (OVERFLOW_EXCEPTION): Define.
44057 (OVERFLOW_EXCEPTION_OK): Likewise.
44058 (INVALID_EXCEPTION_OK): Renumber.
44059 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44060 (IGNORE_ZERO_INF_SIGN): Likewise.
44061 (test_exceptions): Handle FE_OVERFLOW.
44062 (exp10_test): Expect overflow exceptions.
44063 (exp2_test): Likewise.
44064 (expm1_test): Likewise.
44065 (nextafter_test): Likewise.
44066 (pow_test): Likewise.
44067 (scalbn_test): Likewise.
44068 (scalbln_test): Likewise.
44069
95443d88
L
440702012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44071
44072 * sysdeps/x86_64/bits/atomic.h
44073 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44074 64bit integer.
44075 (atomic_exchange_acq): Likewise.
44076 (__arch_exchange_and_add_body): Likewise.
44077 (__arch_add_body): Likewise.
44078 (atomic_add_negative): Likewise.
44079 (atomic_add_zero): Likewise.
44080
490df6c4
L
440812012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44082
c2722551 44083 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
44084 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44085
5e52b189
L
440862012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44087
44088 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44089 Check __x86_64__ instead of __WORDSIZE.
44090
a9879d4c
L
440912012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44092
44093 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44094
5df98260
DM
440952012-03-19 David S. Miller <davem@davemloft.net>
44096
e1497744
DM
44097 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44098
5df98260
DM
44099 * sysdeps/sparc/fpu/fenv_private.h: New file.
44100 * sysdeps/sparc/fpu/math_private.h: Use it.
44101 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44102 Remove.
57f41c40 44103 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
44104 (libc_feholdexcept_setroundl): Remove.
44105 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44106 Remove.
44107 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44108 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44109
b4c35121
L
441102012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44111
44112 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44113 int64_t instead of long int.
44114 (INSERT_WORDS64): Likwise.
44115
56965fd7
L
441162012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44117
44118 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44119 _Unwind_GetCFA return to _Unwind_Ptr first.
44120
83d1aec8
JM
441212012-03-19 Joseph Myers <joseph@codesourcery.com>
44122
1897ad44
JM
44123 [BZ #13629]
44124 * math/s_clog.c: Include <float.h>.
44125 (__clog): Scale large or subnormal inputs.
44126 * math/s_clogf.c: Likewise.
44127 * math/s_clogl.c: Likewise.
44128 * math/s_clog10.c: Include <float.h>.
44129 (M_LOG10_2): Define.
44130 (__clog10): Scale large or subnormal inputs.
44131 * math/s_clog10f.c: Likewise.
44132 * math/s_clog10l.c: Likewise.
44133 * math/libm-test.inc (clog_test): Add more tests.
44134 (clog10_test): Likewise.
44135 * sysdeps/i386/fpu/libm-test-ulps: Update.
44136 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44137
7726d6a9
JM
44138 [BZ #11451]
44139 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44140 x and y.
44141 * math/libm-test.inc (atan2_test): Add another test.
44142
83d1aec8
JM
44143 * Makerules (common-objdir-compile): Remove.
44144 * sysdeps/unix/Makefile (config-generated): Do not add
44145 $(unix-generated) to variable.
44146 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44147 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44148 Remove rule.
44149 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44150 Likewise.
44151 [generic bits/local_lim.h] (before-compile): Do not append to
44152 variable.
44153 [generic bits/local_lim.h] (common-generated): Likewise.
44154 [generic sys/param.h] (before-compile): Do not append to variable.
44155 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44156 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44157 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44158 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44159 include.
44160 [generic sys/param.h] (sys/param.h-includes): Remove variable.
44161 [generic sys/param.h] (sys/param.h-includes): Remove rule.
44162 [generic sys/param.h] ($(addprefix
44163 $(common-objpfx),$(sys/param.h-includes))): Likewise.
44164 [generic sys/param.h] (common-generated): Do not append to
44165 variable.
44166 [generic sys/param.h] (sysdep_headers): Likewise.
44167 [generic bits/errno.h] (before-compile): Do not append to
44168 variable.
44169 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44170 rule.
44171 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44172 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44173 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44174 [generic bits/errno.h] (common-generated): Do not append to
44175 variable.
44176 [generic bits/ioctls.h] (before-compile): Do not append to
44177 variable.
44178 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44179 rule.
44180 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44181 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44182 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44183 rule.
44184 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44185 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44186 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44187 [generic bits/ioctls.h] (common-generated): Do not append to
44188 variable.
44189 [generic sys/syscall.h] (syscall.h): Remove variable.
44190 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44191 rule.
44192 [generic sys/syscall.h] (before-compile): Do not append to
44193 variable.
44194 [generic sys/syscall.h] (common-generated): Likewise.
44195 * sysdeps/unix/errnos-tmpl.c: Remove file.
44196 * sysdeps/unix/errnos.awk: Likewise.
44197 * sysdeps/unix/ioctls-tmpl.c: Likewise.
44198 * sysdeps/unix/ioctls.awk: Likewise.
44199 * sysdeps/unix/mk-local_lim.c: Likewise.
44200 * sysdeps/unix/snarf-ioctls: Likewise.
44201
4851a949
RH
442022012-03-19 Richard Henderson <rth@twiddle.net>
44203
bd37f2ee
RH
44204 * sysdeps/i386/fpu/fenv_private.h: New file.
44205 * sysdeps/i386/fpu/math_private.h: Use it.
44206 (math_opt_barrier, math_force_eval): Remove.
44207 (libc_feholdexcept_setround_53bit): Remove.
44208 (libc_feupdateenv_53bit): Remove.
44209 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44210 (math_opt_barrier, math_force_eval): Remove.
44211 (libc_feholdexcept): Remove.
44212 (libc_feholdexcept_setround): Remove.
44213 (libc_fetestexcept, libc_fesetenv): Remove.
44214 (libc_feupdateenv_test): Remove.
44215 (libc_feupdateenv, libc_feholdsetround): Remove.
44216 (libc_feresetround): Remove.
44217
d0adc922
RH
44218 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44219 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44220
0fe0f1f8
RH
44221 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44222 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44223 (libc_feupdateenv_testl): New.
44224 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44225 (libc_feupdateenv_testf): New.
44226 (libc_feupdateenv): Use libc_feupdateenv_test.
44227 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44228 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44229
eb92c487
RH
44230 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44231 (libc_feholdsetroundf, libc_feholdsetroundl): New.
44232 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44233 (libc_feresetround_noex): New.
44234 (libc_feresetround_noexf): New.
44235 (libc_feresetround_noexl): New.
44236 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44237 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44238 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44239 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44240 SET_RESTORE_ROUND.
44241 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44242 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44243 (__cos): Likewise.
44244 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44245 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44246 SET_RESTORE_ROUND_NOEX.
44247 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44248 SET_RESTORE_ROUND_NOEXF.
44249 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44250 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44251 (libc_feholdsetroundf): New.
44252 (libc_feresetround, libc_feresetroundf): New.
44253
7d2e8012
RH
44254 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44255 (libc_feholdexcept_setround_53bit): Convert from macro to function.
44256 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
44257
b4dabbb4
RH
44258 * sysdeps/generic/math_private.h: Include <fenv.h>.
44259 (default_libc_feholdexcept): New.
44260 (default_libc_feholdexcept_setround): New.
44261 (default_libc_fesetenv, default_libc_feupdateenv): New.
44262 (libc_feholdexcept): Only define if undefined.
44263 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44264 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44265 (libc_feholdexcept_setroundl): Likewise.
44266 (libc_feholdexcept_setround_53bit): Likewise.
44267 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44268 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44269 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44270 (libc_feupdateenv_53bit): Likewise.
44271 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44272 (libc_feholdexcept): Convert from macro to inline function.
44273 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44274 (libc_fesetenv, libc_feupdateenv): Likewise.
44275
4851a949
RH
44276 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44277 not previously defined.
44278 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44279 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44280 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44281 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44282 * sysdeps/ieee754/flt-32/math_private.h: New file.
44283 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44284 math_private.h below SET_FLOAT_WORD.
44285 (__isnan, __isinf_ns, __finite): Remove.
44286 (__isnanf, __isinf_nsf, __finitef): Remove.
44287
e79d442e
AS
442882012-03-18 Andreas Schwab <schwab@linux-m68k.org>
44289
44290 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44291
90b80344
DM
442922012-03-17 David S. Miller <davem@davemloft.net>
44293
44294 [BZ #6471]
44295 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44296 for 2.16.
44297
edc21804
DM
442982012-03-16 David S. Miller <davem@davemloft.net>
44299
77e927af
DM
44300 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44301 warnings.
44302
374976dd
DM
44303 [BZ #6471]
44304 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44305 properly.
44306 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44307 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44308 sysdep_routines when subdir is sysvipc.
44309 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44310 __getshmlba helper.
44311
edc21804
DM
44312 * sysdeps/sparc/fpu/libm-test/ulps: Update.
44313
473c3ef3
L
443142012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44315
44316 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44317 [__LP64__].
44318
eb0f39b6
L
443192012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44320
44321 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44322 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44323 (__lround): Renamed to ...
44324 (__llround): This. Replace long int with long long int.
44325 Define lround functions as aliases of llround functions.
44326 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44327
6b6cd74b
L
443282012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44329
44330 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44331 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
44332 adresses to uintptr_t. Replace "long int" and "unsigned long
44333 int" with "greg_t" on va_arg.
44334
f1a77b01
L
443352012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44336
44337 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44338 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44339
44340 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44341 Move e_machine check before EI_CLASS check. Handle x32
44342 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44343 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44344 SKIP_EM_IA_64 and include
44345 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44346
44347 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44348 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44349 (add_system_dir): New macro.
44350
44351 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44352 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44353
11b90b9f
JM
443542012-03-16 Joseph Myers <joseph@codesourcery.com>
44355
c36e1d23
JM
44356 [BZ #2551]
44357 [BZ #2552]
44358 [BZ #2553]
44359 [BZ #2554]
44360 [BZ #2562]
44361 [BZ #2563]
44362 [BZ #2565]
44363 [BZ #2566]
44364 [BZ #2576]
44365 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44366 (y0): Likewise.
44367 * math/w_j0f.c (j0f): Likewise.
44368 (y0f): Likewise.
44369 * math/w_j0l.c (__j0l): Likewise.
44370 (__y0l): Likewise.
44371 * math/w_j1.c (j1): Likewise.
44372 (y1): Likewise.
44373 * math/w_j1f.c (j1f): Likewise.
44374 (y1f): Likewise.
44375 * math/w_j1l.c (__j1l): Likewise.
44376 (__y1l): Likewise.
44377 * math/w_jn.c (jn): Likewise.
44378 (yn): Likewise.
44379 * math/w_jnf.c (jnf): Likewise.
44380 (ynf): Likewise.
44381 * math/w_jnl.c (__jnl): Likewise.
44382 (__ynl): Likewise.
44383 * math/libm-test.inc (j0_test): Add more tests.
44384 (j1_test): Likewise.
44385 (jn_test): Likewise. Add trailing semicolon to existing test.
44386 (y0_test): Likewise.
44387 (y1_test): Likewise.
44388 * sysdeps/i386/fpu/libm-test-ulps: Update.
44389 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44390
11b90b9f
JM
44391 [BZ #13851]
44392 [BZ #13854]
44393 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44394 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44395 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44396 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44397 (__tanl): Set errno for infinite argument.
44398 * sysdeps/i386/fpu/mptan.c: Remove.
44399 * sysdeps/i386/fpu/s_tan.S: Likewise.
44400 * sysdeps/i386/fpu/s_tanl.S: Likewise.
44401 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44402 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44403 * math/libm-test.inc (tan_test): Add more tests and enable more
44404 tests for double and long double.
44405 * sysdeps/i386/fpu/libm-test-ulps: Update.
44406 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44407
6a1bd2a1
JK
444082012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44409
44410 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44411 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44412
10a803e0
RM
444132012-03-16 Roland McGrath <roland@hack.frob.com>
44414
44415 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44416 * configure.in: Use it for both main tree and add-ons.
44417 * configure: Regenerated.
44418
f196c7f7
L
444192012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44420
44421 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44422
8848d99d
JM
444232012-03-16 Joseph Myers <joseph@codesourcery.com>
44424
96cbe7f4
JM
44425 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44426 in comment.
44427
8848d99d
JM
44428 [BZ #13851]
44429 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44430 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44431 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44432 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44433 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44434 infinite argument.
44435 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44436 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44437 != 0 for prec == 2.
44438 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44439 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44440 * sysdeps/i386/fpu/s_cosl.S: Likewise.
44441 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44442 * sysdeps/i386/fpu/s_sinl.S: Likewise.
44443 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44444 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44445 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44446 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44447 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44448 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44449 * math/libm-test.inc (cos_test): Add more tests and enable more
44450 tests for long double.
44451 (sin_test): Likewise.
44452 (sincos_test): Likewise.
44453 * sysdeps/i386/fpu/libm-test-ulps: Update.
44454 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44455
dd7f4703
DM
444562012-03-16 David S. Miller <davem@davemloft.net>
44457
44458 * sysdeps/sparc/fpu/math_private.h: New file.
44459
006f1daa
DM
444602012-03-15 David S. Miller <davem@davemloft.net>
44461
c0c83bc8
DM
44462 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44463 file.
e6a62e18 44464 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
44465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44466 file.
e6a62e18
DM
44467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44468 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44469 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44470 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44471 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44472 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44473 sysdep routines.
44474 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44475
88cb87d9
DM
44476 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44477 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44478
006f1daa 44479 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
44480 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44481 sparc-ifunc.h
006f1daa 44482 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
44483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44484 Likewise.
44485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44486 Likewise.
006f1daa
DM
44487 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44488 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44489 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
44490 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44491 Likewise.
006f1daa
DM
44492 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44493 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44494 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44495 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
44496 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44497 Likewise.
44498 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44499 Likewise.
006f1daa
DM
44500 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44501 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44502 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44503 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44504 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44505 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44506 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44507 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44508 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44509 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44510 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44511 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44512 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44513 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44514 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44515 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44516 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44517 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44518 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44519 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44520 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44521 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44522 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44523 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44524
11e0098e
AS
445252012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44526
44527 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44528 scaling.
44529 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44530
e85b09d0
AJ
445312012-03-15 Andreas Jaeger <aj@suse.de>
44532
44533 [BZ #13852]
44534 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44535 ieee754/flt-32 implementation for sin, cos and sincos.
44536 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44537 * sysdeps/i386/fpu/s_cosf.S: Likewise.
44538 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44539 * sysdeps/i386/fpu/s_sinf.S: Likewise.
44540 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44541 ieee754/flt-32 implementation for tan.
44542
44543 * math/libm-test.inc (cos_test): Enable some large input tests for
44544 float as well
44545 (sin_test): Likewise.
44546 (sincos_test): Likewise.
44547 (tan_test): Add tests for large input.
44548
44549 * sysdeps/i386/fpu/libm-test-ulps: Update.
44550
81c64153
AJ
445512012-03-15 Andreas Jaeger <aj@suse.de>
44552
44553 [BZ #13658]
44554 * math/libm-test.inc (cos_test): Add more test cases.
44555 (sin_test): Likewise.
44556 (sincos_test): Likewise.
44557
7bbfa5c6
AJ
445582012-03-15 Andreas Jaeger <aj@suse.de>
44559
44560 [BZ #13837]
44561 * math/libm-test.inc (cos_test): Add a test case for large input
44562 value.
44563 (sin_test): Likewise.
44564 (sincos_test): Likewise.
44565
57f41c40
AS
445662012-03-15 Andreas Jaeger <aj@suse.de>
44567 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
44568
44569 [BZ #13658]
0671f479 44570 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
44571 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44572 * sysdeps/i386/fpu/branred.c: Likewise.
44573 * sysdeps/i386/fpu/dosincos.c: Likewise.
44574 * sysdeps/i386/fpu/mpa.c: Likewise.
44575 * sysdeps/i386/fpu/s_cos.S: Likewise.
44576 * sysdeps/i386/fpu/s_sin.S: Likewise.
44577 * sysdeps/i386/fpu/s_sincos.S: Likewise.
44578 * sysdeps/i386/fpu/sincos32.c: Likewise.
44579
44580 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44581 Define.
44582 (libc_feupdateenv_53bit): Define.
44583 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44584 Define.
44585 (libc_feupdateenv_53bit): Define.
44586
44587 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44588 53 bit (without extend i386 double precision).
44589
44590 * math/libm-test.inc (sincos_test): Add tests for large input.
44591 (sin): Likewise.
44592 (cos): Likewise.
44593
44594 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44595
9cad04ea
AS
445962012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44597
44598 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44599
f7062b9a
DM
446002012-03-15 David S. Miller <davem@davemloft.net>
44601
44602 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44603 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44604 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44605 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44606 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44607 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44608 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44609 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44610 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44611 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44612 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44613 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44614 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44615 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44616 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
44617 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44618 file.
f7062b9a 44619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
44620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44621 file.
f7062b9a 44622 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
44623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44624 file.
f7062b9a 44625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
44626 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44627 file.
f7062b9a
DM
44628 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44629 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44630 fmin/fmax sysdep routines.
44631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44632
7bd951ff
DM
446332012-03-14 David S. Miller <davem@davemloft.net>
44634
559398ab
DM
44635 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44636 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44637 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44638 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44639 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44640 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44641 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44642 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44643 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44644 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44645 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44646 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44647 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44648 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44649 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44650 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44651 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44652 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44653 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44654 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44655 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44656 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44657 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44658 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44659 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44660 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44661 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44662 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44663 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44664 routines.
44665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44666 file.
559398ab 44667 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
44668 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44669 file.
559398ab 44670 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
44671 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44672 file.
559398ab 44673 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
44674 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44675 file.
559398ab 44676 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
44677 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44678 file.
559398ab 44679 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
44680 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44681 file.
44682 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44683 file.
44684 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44685 file.
44686 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44687 file.
44688 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44689 New file.
44690 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44691 file.
44692 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44693 file.
559398ab 44694 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
44695 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44696 file.
559398ab 44697 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44698 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44699 file.
559398ab 44700 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
44701 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44702 file.
559398ab 44703 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
44704 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44705 VIS3 routines.
559398ab
DM
44706
44707 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44708 New file.
44709
5a1c1e32
DM
44710 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44711
eae47a36
DM
44712 * sysdeps/sparc/configure.in: New file.
44713 * sysdeps/sparc/configure: Generate.
44714 * configure.in (libc_cv_sparc_as_vis3): Substitute.
44715 * configure: Regenerate.
44716 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44717 * config.make.in (have-as-vis3): New.
44718 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44719 available use -Av9d instead of -Av9a.
44720 * sysdeps/sparc/sparc64/Makefile: Likewise.
44721 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
44722 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44723 New file.
44724 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44725 file.
44726 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44727 New file.
44728 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44729 file.
eae47a36
DM
44730 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44731 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44732 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44733 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44734 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44735
c0c83bc8
DM
44736 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44737 fzeros/fnegs to load 0x80000000 into a float register instead of
44738 using the stack.
7bd951ff
DM
44739 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44740
bd951ccb
JM
447412012-03-14 Joseph Myers <joseph@codesourcery.com>
44742
44743 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44744 bits/syscall.h.
44745 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44746 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44747 ($(inst_includedir)/bits/syscall.h): Remove rule.
44748 ($(objpfx)bits/syscall.d): Include instead of
44749 $(objpfx)syscall-list.d.
44750 (generated): Change syscall-list.h and syscall-list.d to
44751 bits/syscall.h and bits/syscall.d.
44752
bb4e6db2
RM
447532012-03-14 Roland McGrath <roland@hack.frob.com>
44754
44755 [BZ #13846]
44756 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44757
aa4a2ae1
JM
447582012-03-14 Joseph Myers <joseph@codesourcery.com>
44759
e456826d
JM
44760 [BZ #13841]
44761 * math/s_csqrt.c: Include <float.h>.
44762 (__csqrt): Scale large or subnormal inputs.
44763 * math/s_csqrtf.c: Likewise.
44764 * math/s_csqrtl.c: Likewise.
44765 * math/libm-test.inc (csqrt_test): Add more tests.
44766 * sysdeps/i386/fpu/libm-test-ulps: Update.
44767 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44768
aa4a2ae1
JM
44769 [BZ #13840]
44770 * math/libm-test.inc (hypot_test): Add more tests.
44771
7c10fd35
DM
447722012-03-13 David S. Miller <davem@davemloft.net>
44773
44774 [BZ #13840]
44775 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44776 double-precision for the calculation instead of scaling.
44777
f453b98b
JM
447782012-03-13 Joseph Myers <joseph@codesourcery.com>
44779
44780 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44781 manipulate bits before adding and subtracting TWO52[sx].
44782 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44783 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44784 Likewise.
44785 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44786
09a3453f
DM
447872012-03-13 David S. Miller <davem@davemloft.net>
44788
8e59da90
DM
44789 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44790 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44791 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44792 rtld-global-offsets.h
44793 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44794
2a8ab7f2
DM
44795 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44796 large parameters.
44797
10f62770
DM
44798 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44799
5f0bdb18
DM
44800 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44801 'err' in the ifdef scope in which it is actually used.
44802
09a3453f
DM
44803 * nss/nss_db/db-init.c: Include string.h
44804
b4b2eb5e
DM
448052012-03-12 David S. Miller <davem@davemloft.net>
44806
98bb2f1c
DM
44807 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44808 masking out of the most significant byte of random value used.
44809 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44810 Fix coding style in previous change.
44811
b4b2eb5e
DM
44812 * sysdeps/unix/sysv/linux/kernel-features.h
44813 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44814 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44815 expression.
44816 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44817 later.
44818
6e226b09
DM
448192012-03-11 David S. Miller <davem@davemloft.net>
44820
a1bcbd40
DM
44821 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44822 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44823 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44824 for 'resultvar' otherwise things get truncated on 64-bit.
44825
cb9d6174
DM
44826 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44827 Fix masking out of the most significant byte of random value used.
44828
6e226b09
DM
44829 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44830
058c132d
AS
448312012-03-10 Andreas Schwab <schwab@linux-m68k.org>
44832
44833 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44834
2d2cd515
DM
448352012-03-09 David S. Miller <davem@davemloft.net>
44836
44837 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44838 variables with appropriate CPP guards.
57f41c40
AS
44839 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44840 from the frame pointer, not the stack pointer. Correct layout
44841 comments. Fix test on resulting framesize and the management of
44842 the outregs buffer for pltexit. Preserve floating point return
44843 values across _dl_call_pltexit call.
2d2cd515
DM
44844 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44845 framesize and the management of the outregs buffer for pltexit.
44846 Preserve floating point return values across _dl_call_pltexit
44847 call.
57f41c40
AS
44848 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44849 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44850 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
44851 (print_exit): Fix format string for return register value.
44852
9a07f9d0
JM
448532012-03-10 Joseph Myers <joseph@codesourcery.com>
44854
44855 * sunrpc/Makefile (others): Add rpcgen.
44856 ($(objpfx)rpcgen): Remove special build rule and dependency on
44857 libc.
44858 * sunrpc/rpcgen.c: New file.
44859
547b5e30
PE
448602012-03-09 Paul Eggert <eggert@cs.ucla.edu>
44861
c524201a
PE
44862 [BZ #13673]
44863 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44864 * stdio-common/bug-vfprintf-nargs.c: Likewise.
44865 * sysdeps/i386/crti.S: Likewise.
44866 * sysdeps/i386/crtn.S: Likewise.
44867 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44868 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44869 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44870 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44871 * sysdeps/sh/crti.S: Likewise.
44872 * sysdeps/sh/crtn.S: Likewise.
44873 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44874
7b6235f2
PE
44875 [BZ #13673]
44876 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44877 with URL.
44878 * locale/programs/locfile-kw.gperf: Likewise.
44879 * locale/programs/charmap-kw.h: Regenerated.
44880 * locale/programs/locfile-kw.h: Likewise.
44881
547b5e30
PE
44882 [BZ #13673]
44883 * intl/plural.y: Replace FSF snail mail address with URL.
44884 * intl/plural.c: Regenerated.
44885
5f0a5dae
RH
448862012-03-09 Richard Henderson <rth@twiddle.net>
44887
44888 * include/math_private.h: Remove file.
44889 * math/math_private.h: Move file ...
44890 * sysdeps/generic/math_private.h: ... here.
44891
b8c03620
RH
44892 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44893 * sysdeps/powerpc/fpu/math_private.h: Likewise.
44894 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44895
4e234f5d 44896 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
44897 and <math_private.h>.
44898 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44899 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44900 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44901 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44902 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44903 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44904 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44905 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44906 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44907 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44908 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44909 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44910 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44911 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44912 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44913 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44914 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44915 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44916 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44917 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44918 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44919 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44920 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44921 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44922 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44923 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44924 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44925 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44926 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44927 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44928 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44929 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44930 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44931 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44932 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44933 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44934 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44935 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44936 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44937 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44938 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44939 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44940 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44941 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44942 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44943 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44944 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44945 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44946 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44947 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44948 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44949 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44950 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44951 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44952 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44953 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44954 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44955 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44956 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44957 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44958 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44959 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44960 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44961 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44962 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44963 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44964 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44965 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44966 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44967 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44968 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44969 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44970 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44971 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44972 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44973 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44974 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44975 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44976 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44977 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44978 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44979 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44980 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44981 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44982 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44983 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44984 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44985 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44986 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44987 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44988 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44989 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44990 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44991 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44992 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44993 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44994 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44995 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44996 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44997 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44998 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44999 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45000 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45001 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45002 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45003 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45004 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45005 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45006 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45007 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45008 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45009 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45010 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45011 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45012 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45013 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45014 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45015 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45016 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45017 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45018 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45019 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45020 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45021 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45022 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45023 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45024 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45025 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45026 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45027 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45028 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45029 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45030 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45031 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45032 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45033 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45034 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45035 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45036 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45037 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45038 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45039 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45040 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45041 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45042 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45043 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45044 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45045 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45046 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45047 * sysdeps/ieee754/k_standard.c: Likewise.
45048 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45049 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45050 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45051 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45052 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45053 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45054 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45055 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45056 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45057 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45058 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45059 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45060 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45061 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45062 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45063 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45064 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45065 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45066 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45067 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45068 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45069 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45070 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45071 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45072 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45073 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45074 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45075 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45076 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45077 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45078 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45079 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45080 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45081 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45082 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45083 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45084 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45085 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45086 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45087 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45088 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45089 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45090 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45091 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45092 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45093 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45094 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45095 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45096 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45097 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45098 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45099 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45100 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45101 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45102 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45103 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45104 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45105 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45106 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45107 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45108 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45109 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45110 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45111 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45112 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45113 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45114 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45115 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45116 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45117 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45118 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45119 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45120 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45121 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45122 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45123 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45124 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45125 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45126 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45127 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45128 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45129 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45130 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45131 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45132 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45133 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45134 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45135 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45136 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45137 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45138 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45139 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45140 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45141 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45142 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45143 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45144 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45145 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45146 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45147 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45148 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45149 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45150 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45151 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45152 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45153 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45154 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45155 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45156 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45157 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45158 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45159 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45160 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45161 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45162 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45163 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45164 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45165 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45166 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45167 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45168 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45169 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45170 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45171 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45172 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45173 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45174 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45175 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45176 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45177 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45178 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45179 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45180 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45181 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45182 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45183 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45184 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45185 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45186 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45187 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45188 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45189 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45190 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45191 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45192 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45193 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45194 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45195 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45196 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45197 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45198 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45199 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45200 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45201 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45202 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45203 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45204 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45205 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45206 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45207 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45208 * sysdeps/ieee754/s_lib_version.c: Likewise.
45209 * sysdeps/ieee754/s_matherr.c: Likewise.
45210 * sysdeps/ieee754/s_signgam.c: Likewise.
45211 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45212 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45213 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45214 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45215 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45216 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45217 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45218 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45219 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45220 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45221 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45222 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45223 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45224 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45225 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45226 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45227 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45228 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45229 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45230 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45231 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 45232
1991fa03
JM
452332012-03-09 Joseph Myers <joseph@codesourcery.com>
45234
45235 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45236 * sunrpc/rpc_main.c: Likewise.
45237 * sunrpc/rpc_svcout.c: Likewise.
45238
60d6f5a6
DM
452392012-03-09 David S. Miller <davem@davemloft.net>
45240
45241 * include/math_private.h: New file.
45242
4962050e
JM
452432012-03-09 Joseph Myers <joseph@codesourcery.com>
45244
02a6f887
JM
45245 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45246 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45247 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45248 from <bits/socket_type.h>.
45249 (enum __socket_type): Don't define here.
45250 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45251 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45252 bits/socket_type.h.
45253
c6e013c1
JM
45254 [BZ #13566]
45255 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45256 checking __USE_GNU.
45257
4962050e
JM
45258 * Makerules ($(inst_includedir)/%.h): New rule.
45259 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45260 (install-others): Remove variable setting.
45261 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45262
38842f45
RH
452632012-03-08 Richard Henderson <rth@twiddle.net>
45264
67bb6da6
RH
45265 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45266 from macro to inline function; merge with the
45267 !__LIBC_INTERNAL_MATH_INLINES version.
45268 (__ieee754_sqrtf): Likewise.
45269
15194b4b
RH
45270 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45271 to inline function.
45272 (__rintf, __floor, __floorf): Likewise.
45273
64e21ede
RH
45274 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45275 macro to inline function.
45276 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45277
38842f45
RH
45278 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45279 not <math/math_private.h>.
45280
c64bf5fe
DM
452812012-03-08 David S. Miller <davem@davemloft.net>
45282
45283 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45284 copyright year.
45285 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45286
82d86f28
TS
452872012-03-08 Thomas Schwinge <thomas@codesourcery.com>
45288
45289 * resolv/gai_misc.c (handle_requests): Fix struct timespec
45290 normalization.
45291 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45292 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45293
aea5d727
UD
452942012-03-08 Ulrich Drepper <drepper@gmail.com>
45295
45296 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
45297 be defined individually, they must be defined as a block. Define
45298 S for printing a string instead of hidint the different by using a
45299 macro for adding the 'l'.
45300 * stdio-common/tst-fphex-wide.c: Adjust.
45301
70bca0a3
MP
453022012-03-07 Marek Polacek <polacek@redhat.com>
45303
45304 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45305
65b81130
MP
453062012-03-08 Marek Polacek <polacek@redhat.com>
45307
45308 [BZ #13806]
45309 * stdio-common/Makefile (tests): Add tst-fphex-wide.
45310 * stdio-common/tst-fphex.c: Define a few macros to make the
45311 test reusable. Use them.
45312 * stdio-common/tst-fphex-wide.c: New file.
45313
07037eeb
JM
453142012-03-08 Joseph Myers <joseph@codesourcery.com>
45315
a7a93d50
JM
45316 [BZ #6911]
45317 * manual/macros.texi (gnusystems): New macro.
45318 (nongnusystems): Likewise.
45319 (gnulinuxhurdsystems): Likewise.
45320 (gnuhurdsystems): Likewise..
45321 (gnulinuxsystems): Likewise.
45322 * manual/charset.texi: Use new macros or @theglibc{} to refer to
45323 variants of the GNU system, not "GNU system".
45324 * manual/conf.texi: Likewise.
45325 * manual/errno.texi: Likewise. Update example of errno macro
45326 expansion.
45327 * manual/filesys.texi: Likewise.
45328 (getumask): Document as specific to GNU/Hurd.
45329 * manual/install.texi: Likewise. Reword some references to
45330 GNU/Linux.
45331 * manual/intro.texi: Likewise.
45332 * manual/io.texi: Likewise.
45333 (File Name Portability): Detail which constraints are inapplicable
45334 to all GNU systems and which are only inapplicable to GNU/Hurd.
45335 * manual/job.texi: Likewise.
45336 * manual/llio.texi: Likewise.
45337 (O_NOCTTY): Document as present on GNU/Linux.
45338 * manual/maint.texi: Likewise.
45339 * manual/memory.texi: Likewise.
45340 * manual/pattern.texi: Likewise.
45341 * manual/pipe.texi: Likewise.
45342 * manual/process.texi: Likewise.
45343 * manual/resource.texi: Likewise.
45344 (RUSAGE_CHILDREN): Remove statement about specifying a particular
45345 child on GNU/Hurd.
45346 * manual/setjmp.texi: Likewise.
45347 * manual/signal.texi: Likewise.
45348 * manual/startup.texi: Likewise.
45349 * manual/stdio.texi: Likewise.
45350 * manual/terminal.texi: Likewise.
45351 (ONLCR): Document as POSIX.
45352 (OXTABS): Document availability on GNU/Linux as XTABS.
45353 (ONOEOT): Document availability separately from other bits.
45354 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45355 * manual/time.texi: Likewise.
45356 * manual/users.texi: Likewise.
45357 * INSTALL: Regenerated.
45358 * sysdeps/gnu/errlist.c: Regenerated.
45359
07037eeb
JM
45360 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45361 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45362 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
45363 puts.
45364 * configure: Regenerated.
45365
d1d3431a
JM
453662012-03-07 Joseph Myers <joseph@codesourcery.com>
45367
af6a1e37
JM
45368 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45369 default includes instead of AC_HEADER_CHECK.
45370 * sysdeps/i386/configure: Regenerated.
45371
d1d3431a
JM
45372 [BZ #10716]
45373 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45374 * math/s_cacoshf.c (__cacoshf): Likewise.
45375 * math/s_cacoshl.c (__cacoshl): Likewise.
45376 * math/s_casinh.c (__casinh): Set signs of result from argument.
45377 * math/s_casinhf.c (__casinhf): Likewise.
45378 * math/s_casinhl.c (__casinhl): Likewise.
45379 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45380 (casinh_test): Add more tests.
45381 * sysdeps/i386/fpu/libm-test-ulps: Update.
45382 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45383
482ff4da
UD
453842012-03-07 Ulrich Drepper <drepper@gmail.com>
45385
872fda05
UD
45386 * po/zh_TW.po: Update from translation team.
45387
a4300c7a
UD
45388 * login/Makefile (distribute): Remove variable.
45389 * catgets/Makefile: Likewise.
45390 * mach/Makefile: Likewise.
45391 * malloc/Makefile: Likewise.
45392 * misc/Makefile: Likewise.
45393 * iconv/Makefile: Likewise.
45394 * nscd/Makefile: Likewise.
45395 * hurd/Makefile: Likewise.
45396 * manual/Makefile: Likewise.
45397 * locale/Makefile: Likewise.
45398 * intl/Makefile: Likewise.
45399 * conform/Makefile: Likewise.
45400 * nss/Makefile: Likewise.
45401 * time/Makefile: Likewise.
45402 * soft-fp/Makefile: Likewise.
45403 * dirent/Makefile: Likewise.
45404 * gmon/Makefile: Likewise.
45405 * po/Makefile: Likewise.
45406 * rt/Makefile: Likewise.
45407 * socket/Makefile: Likewise.
45408 * math/Makefile: Likewise.
45409 * signal/Makefile: Likewise.
45410 * debug/Makefile: Likewise.
45411 * elf/Makefile: Likewise.
45412 * timezone/Makefile: Likewise.
45413 * stdlib/Makefile: Likewise.
45414 * iconvdata/Makefile: Likewise.
45415 * sunrpc/Makefile: Likewise.
45416 * io/Makefile: Likewise.
45417 * argp/Makefile: Likewise.
45418 * inet/Makefile: Likewise.
45419 * hesiod/Makefile: Likewise.
45420 * grp/Makefile: Likewise.
45421 * csu/Makefile: Likewise.
45422 * wctype/Makefile: Likewise.
45423 * crypt/Makefile: Likewise.
45424 * libio/Makefile: Likewise.
45425 * string/Makefile: Likewise.
45426 * nis/Makefile: Likewise.
45427 * resolv/Makefile: Likewise.
45428 * stdio-common/Makefile: Likewise.
45429 * wcsmbs/Makefile: Likewise.
45430 * dlfcn/Makefile: Likewise.
45431 * posix/Makefile: Likewise.
45432
3b7c4e74 45433 [BZ #6959]
482ff4da
UD
45434 * timezone/Makefile: Don't install timezone files, just the programs
45435 and scripts.
45436
f72ed77d
UD
454372012-03-06 Ulrich Drepper <drepper@gmail.com>
45438
a000466f
UD
45439 * nss/databases.def: Add missing gshadow entry.
45440
f72ed77d
UD
45441 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
45442
a53b7a4e
MP
454432012-03-06 Marek Polacek <polacek@redhat.com>
45444
45445 [BZ #13726]
45446 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45447 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45448 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45449 * stdio-common/tst-long-dbl-fphex.c: New file.
45450
e9258400
DM
454512012-03-06 David S. Miller <davem@davemloft.net>
45452
45453 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45454 (set_obp_int): New function.
45455 (get_obp_int): New function.
45456 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
45457 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45458 Avoid unused variable warnings on 'val' and use builtin_expect.
45459 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45460 __builtin_expect.
e9258400
DM
45461 (INLINE_CLONE_SYSCALL): Likewise.
45462
3bd2c723
DM
454632012-03-05 David S. Miller <davem@davemloft.net>
45464
45465 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45466
bbb78d03
AS
454672012-03-05 Andreas Schwab <schwab@linux-m68k.org>
45468
884c5db4
AS
45469 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45470
bbb78d03
AS
45471 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45472 only for |x| >= 40.
45473 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45474
1c9f702a 454752012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
45476
45477 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45478 Replace gettimeofday with __vdso_gettimeofday.
45479
7be16f82
RM
45480 * sysdeps/unix/sysv/linux/x86_64/init-first.c
45481 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45482 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
45483
45484 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45485 time with __vdso_time.
45486
ed58a00f
JM
454872012-03-05 Joseph Myers <joseph@codesourcery.com>
45488
45489 * manual/lang.texi (size_t): Note types to which size_t may be
45490 equivalent with the GNU C Library, but do not describe when
45491 differences between them are significant.
45492
30ee4ced
AJ
454932012-03-05 Andreas Jaeger <aj@suse.de>
45494
45495 * sysdeps/i386/fpu/libm-test-ulps: Update.
45496
b7cd39e8
JM
454972012-03-05 Joseph Myers <joseph@codesourcery.com>
45498
45499 [BZ #3976]
45500 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45501 (__ieee754_pow): Save and restore rounding mode and use
45502 round-to-nearest for main computations.
45503 * math/libm-test.inc (pow_test_tonearest): New function.
45504 (pow_test_towardzero): Likewise.
45505 (pow_test_downward): Likewise.
45506 (pow_test_upward): Likewise.
45507 (main): Call the new functions.
45508 * sysdeps/i386/fpu/libm-test-ulps: Update.
45509 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
45510
45511 [BZ #3976]
45512 * math/libm-test.inc (cosh_test_tonearest): New function.
45513 (cosh_test_towardzero): Likewise.
45514 (cosh_test_downward): Likewise.
45515 (cosh_test_upward): Likewise.
45516 (sinh_test_tonearest): Likewise.
45517 (sinh_test_towardzero): Likewise.
45518 (sinh_test_downward): Likewise.
45519 (sinh_test_upward): Likewise.
45520 (main): Call the new functions.
45521 * sysdeps/i386/fpu/libm-test-ulps: Update.
45522 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45523
6c6a98c9
TV
455242012-03-05 Tom de Vries <tom@codesourcery.com>
45525
45526 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45527 default stack guard is set in last bytes.
45528 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45529
21bb2d2e 455302012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 45531
21bb2d2e 45532 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 45533
21bb2d2e
AJ
45534 [BZ #13656]
45535 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45536 possibly allocate from heap instead of stack.
45537 * stdio-common/bug-vfprintf-nargs.c: New file.
45538 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 45539
c6922934
AS
455402012-03-03 Andreas Schwab <schwab@linux-m68k.org>
45541
45542 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45543
bc957d53
MP
455442012-03-03 Marek Polacek <polacek@redhat.com>
45545
45546 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45547 * math/math_private.h: Likewise.
45548 * stdlib/tst-strtod.c: Likewise.
45549 * sysdeps/i386/i486/bits/atomic.h: Likewise.
45550 * sysdeps/x86_64/bits/atomic.h: Likewise.
45551
6358490d
DM
455522012-03-02 David S. Miller <davem@davemloft.net>
45553
45554 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45555 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45556 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45557 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45558 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45559 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45560 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45561 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45562
01ae168d
RM
455632012-03-02 Roland McGrath <roland@hack.frob.com>
45564
d9a17c07
RM
45565 [BZ #13792]
45566 * manual/examples/README: New file, says the example source files
45567 can be used under GPL>=2.
45568 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45569 line containing just "*/".
45570 * manual/examples/add.c: Add copyright header (GPL>=2).
45571 * manual/examples/argp-ex1.c: Likewise.
45572 * manual/examples/argp-ex2.c: Likewise.
45573 * manual/examples/argp-ex3.c: Likewise.
45574 * manual/examples/argp-ex4.c: Likewise.
45575 * manual/examples/atexit.c: Likewise.
45576 * manual/examples/db.c: Likewise.
45577 * manual/examples/dir.c: Likewise.
45578 * manual/examples/dir2.c: Likewise.
45579 * manual/examples/execinfo.c: Likewise.
45580 * manual/examples/filecli.c: Likewise.
45581 * manual/examples/filesrv.c: Likewise.
45582 * manual/examples/fmtmsgexpl.c: Likewise.
45583 * manual/examples/genpass.c: Likewise.
45584 * manual/examples/inetcli.c: Likewise.
45585 * manual/examples/inetsrv.c: Likewise.
45586 * manual/examples/isockad.c: Likewise.
45587 * manual/examples/longopt.c: Likewise.
45588 * manual/examples/memopen.c: Likewise.
45589 * manual/examples/memstrm.c: Likewise.
45590 * manual/examples/mkfsock.c: Likewise.
45591 * manual/examples/mkisock.c: Likewise.
45592 * manual/examples/mygetpass.c: Likewise.
45593 * manual/examples/pipe.c: Likewise.
45594 * manual/examples/popen.c: Likewise.
45595 * manual/examples/rprintf.c: Likewise.
45596 * manual/examples/search.c: Likewise.
45597 * manual/examples/select.c: Likewise.
45598 * manual/examples/setjmp.c: Likewise.
45599 * manual/examples/sigh1.c: Likewise.
45600 * manual/examples/sigusr.c: Likewise.
45601 * manual/examples/stpcpy.c: Likewise.
45602 * manual/examples/strdupa.c: Likewise.
45603 * manual/examples/strftim.c: Likewise.
45604 * manual/examples/strncat.c: Likewise.
45605 * manual/examples/subopt.c: Likewise.
45606 * manual/examples/swapcontext.c: Likewise.
45607 * manual/examples/termios.c: Likewise.
45608 * manual/examples/testopt.c: Likewise.
45609 * manual/examples/testpass.c: Likewise.
45610 * manual/examples/timeval_subtract.c: Likewise.
45611
01ae168d
RM
45612 [BZ #13792]
45613 * manual/time.texi (Elapsed Time): Move timeval_subtract example
45614 function to ...
45615 * manual/timeval_subtract.c.texi: ... here, new file.
45616
49efa33d
DM
456172012-03-02 David S. Miller <davem@davemloft.net>
45618
45619 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45620
28afd92d
JM
456212012-03-02 Joseph Myers <joseph@codesourcery.com>
45622
804360ed
JM
45623 [BZ #3976]
45624 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45625 (__sin): Save and restore rounding mode and use round-to-nearest
45626 for all computations.
45627 (__cos): Save and restore rounding mode and use round-to-nearest
45628 for all computations.
45629 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45630 <fenv.h>.
45631 (tan): Save and restore rounding mode and use round-to-nearest for
45632 all computations.
45633 * math/libm-test.inc (cos_test_tonearest): New function.
45634 (cos_test_towardzero): Likewise.
45635 (cos_test_downward): Likewise.
45636 (cos_test_upward): Likewise.
45637 (sin_test_tonearest): Likewise.
45638 (sin_test_towardzero): Likewise.
45639 (sin_test_downward): Likewise.
45640 (sin_test_upward): Likewise.
45641 (tan_test_tonearest): Likewise.
45642 (tan_test_towardzero): Likewise.
45643 (tan_test_downward): Likewise.
45644 (tan_test_upward): Likewise.
45645 (main): Call the new functions.
45646 * sysdeps/i386/fpu/libm-test-ulps: Update.
45647 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45648
a6d06d7b
JM
45649 [BZ #10135]
45650 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45651 small n, then large n, before computing and testing k+n.
45652 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45653 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45654 Likewise.
45655 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45656 Likewise.
45657 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45658 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45659 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45660 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45661 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45662 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45663 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45664 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45665 * math/libm-test.inc (scalbn_test): Add more tests.
45666 (scalbln_test): Likewise.
45667
07e12bb3
JM
45668 * manual/filesys.texi (mode_t): Describe constraints on size and
45669 signedness, not exact equivalence to a particular type.
45670 (ino_t): Likewise.
45671 (ino64_t): Likewise.
45672 (dev_t): Likewise.
45673 (nlink_t): Likewise.
45674 (blkcnt_t): Likewise.
45675 (blkcnt64_t): Likewise.
45676 * manual/llio.texi (off_t): Likewise.
45677
28afd92d
JM
45678 [BZ #3976]
45679 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45680 (__ieee754_exp): Save and restore rounding mode and use
45681 round-to-nearest for all computations.
45682 * math/libm-test.inc (exp_test_tonearest): New function.
45683 (exp_test_towardzero): Likewise.
45684 (exp_test_downward): Likewise.
45685 (exp_test_upward): Likewise.
45686 (main): Call the new functions.
45687 * sysdeps/i386/fpu/libm-test-ulps: Update.
45688 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45689
b1eeb65d
CD
456902012-03-01 Chris Demetriou <cgd@google.com>
45691
45692 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45693 have predictable order.
45694
53362a4b
DM
456952012-03-01 David S. Miller <davem@davemloft.net>
45696
3c969083
DM
45697 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45698
759707de
DM
45699 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45700 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45701 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45702 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45703
dfdb8ff2
DM
45704 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45705 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45706 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45707 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45708 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45709 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45710 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45711 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45712 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45713
ead89f96
DM
45714 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45715
7f66bd07
DM
45716 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45717 * sysdeps/sparc/fpu/libm-test-ulps: to here.
45718 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45719
53362a4b
DM
45720 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45721 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45722 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45723 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45724 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45725 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45726 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45727 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45728 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45729 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45730 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45731 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45732 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45733 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45734 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45735 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45736 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45737 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45738 * sysdeps/sparc/elf/configure: Regenerated.
45739
7b1902cb
JM
457402012-03-01 Joseph Myers <joseph@codesourcery.com>
45741
bec039bc
JM
45742 * configure.in (AS, LD): Require binutils 2.20 or later.
45743 * configure: Regenerated.
45744 * manual/install.texi (Tools for Compilation): Give binutils 2.20
45745 as required minimum version.
45746 * INSTALL: Regenerated.
45747
7b1902cb
JM
45748 [BZ #2541]
45749 [BZ #4108]
45750 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45751 before squaring exponent.
45752 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45753 bottom long double and 27 bits of top long double before squaring
45754 exponent.
45755 * math/libm-test.inc (erfc_test): Add more tests.
45756 * sysdeps/i386/fpu/libm-test-ulps: Update.
45757 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45758 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45759
f775c276
KT
457602012-03-01 Kai Tietz <ktietz@redhat.com>
45761
45762 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45763 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45764 containing bit-fields.
45765 * soft-fp/extended.h (_FP_UNION_E): Likewise.
45766 * soft-fp/single.h (_FP_UNION_S): Likewise.
45767 * soft-fp/double.h (_FP_UNION_D): Likewise.
45768
5b8a4d4a
JM
457692012-02-29 Joseph Myers <joseph@codesourcery.com>
45770
0bab47b6
JM
45771 [BZ #13786]
45772 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45773 not include ../strcmp.S.
45774 [USE_AS_STRNCASECMP_L]: Likewise.
45775 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45776 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45777 * sysdeps/i386/i686/multiarch/strncase_l-c.c
45778 (__strncasecmp_l_ia32): Define as alias to
45779 __strncasecmp_l_nonascii.
45780
0fcad3e2
JM
45781 [BZ #5794]
45782 * math/libm-test.inc (expm1_test): Add test for bug 5794.
45783 * sysdeps/i386/fpu/libm-test-ulps: Update.
45784 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45785
5b8a4d4a
JM
45786 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45787 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45788
8fdceb2e
JL
457892012-02-29 Jeff Law <law@redhat.com>
45790
45791 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45792 out of bounds read.
45793
1f393a11
MP
457942012-02-29 Marek Polacek <polacek@redhat.com>
45795
45796 [BZ #13706]
45797 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45798 * elf/Makefile: Add rules to run tst-unused-dep.out.
45799
8847f037
DM
458002012-02-28 David S. Miller <davem@davemloft.net>
45801
45802 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45803 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45804 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45805 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45806 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45807 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45808
169d7f11
JM
458092012-02-29 Joseph Myers <joseph@codesourcery.com>
45810
45811 * math/libm-test.inc (llround_test): Move one test from
45812 lround_test. Use TEST_f_L in moved test.
45813 (lround_test): Move misplaced test to llround_test. Add testcase
45814 from bug 2561.
45815
39adf059
UD
458162012-02-28 Ulrich Drepper <drepper@gmail.com>
45817
45818 * sysdeps/x86_64/fpu/e_expf.S: New file.
45819 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45820
71b5d1c5
SB
458212012-02-28 Stanislav Brabec <sbrabec@suse.cz>
45822
45823 [BZ #13637]
45824 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45825 of remain_len that may cause incomplete multi-byte character and
45826 false match.
45827 * posix/bug-regex33.c: New file.
45828 * posix/Makefile (tests): Add bug-regex33.
45829
1f77f049
JM
458302012-02-28 Joseph Myers <joseph@codesourcery.com>
45831
45832 * manual/macros.texi: New file.
45833 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45834 * manual/libc.texinfo: Include macros.texi.
45835 * manual/creatute.texi: Likewise.
45836 * manual/install.texi: Likewise.
45837 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45838 @glibcadj{} in references to the GNU C Library.
45839 * manual/charset.texi: Likewise.
45840 * manual/conf.texi: Likewise.
45841 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
45842 when not using those macros.
45843 * manual/creature.texi: Likewise.
45844 * manual/crypt.texi: Likewise.
45845 * manual/errno.texi: Likewise.
45846 * manual/filesys.texi: Likewise.
45847 * manual/header.texi: Likewise.
45848 * manual/install.texi: Likewise.
45849 * manual/intro.texi: Likewise.
45850 * manual/io.texi: Likewise.
45851 * manual/job.texi: Likewise.
45852 * manual/lang.texi: Likewise.
45853 * manual/libc.texiinfo: Likewise.
45854 * manual/llio.texi: Likewise.
45855 * manual/locale.texi: Likewise.
45856 * manual/maint.texi: Likewise.
45857 * manual/math.texi: Likewise.
45858 * manual/memory.texi: Likewise.
45859 * manual/message.texi: Likewise.
45860 * manual/nss.texi: Likewise.
45861 * manual/pattern.texi: Likewise.
45862 * manual/process.texi: Likewise.
45863 * manual/resource.texi: Likewise.
45864 * manual/search.texi: Likewise.
45865 * manual/setjmp.texi: Likewise.
45866 * manual/signal.texi: Likewise.
45867 * manual/socket.texi: Likewise.
45868 * manual/startup.texi: Likewise.
45869 * manual/stdio.texi: Likewise.
45870 * manual/string.texi: Likewise.
45871 * manual/sysinfo.texi: Likewise.
45872 * manual/syslog.texi: Likewise.
45873 * manual/terminal.texi: Likewise.
45874 * manual/time.texi: Likewise.
45875 * manual/users.texi: Likewise.
45876 * INSTALL: Regenerated.
45877 * NOTES: Regenerated.
d40c5d54 45878 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 45879
450bf206
AS
458802012-02-28 Andreas Schwab <schwab@linux-m68k.org>
45881
45882 * include/dirent.h: Include <dirstream.h> before
45883 <dirent/dirent.h>.
45884
741a235b
DM
458852012-02-28 David S. Miller <davem@davemloft.net>
45886
45887 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45888 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45889 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45890 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45891
d6b5aa58
DM
458922012-02-27 David S. Miller <davem@davemloft.net>
45893
1aff59a3
DM
45894 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45895 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45896 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45897 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45898
d6b5aa58
DM
45899 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45900 frame pointer instead of stack pointer relative arg slot.
45901 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45902 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45903 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45904
433f48bf
CD
459052012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
45906
45907 [BZ #3992]
45908 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45909
d674b76d
DM
459102012-02-27 David S. Miller <davem@davemloft.net>
45911
45912 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45913 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45914 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45915 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45916 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45917 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45918 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45919 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45920
0e7727f7
JM
459212012-02-27 Joseph Myers <joseph@codesourcery.com>
45922
45923 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45924 later. Allow versions 5-9.
43be4ca2 45925 * configure: Regenerated.
0e7727f7
JM
45926 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45927 required minimum version and 4.6 as recommended version. Do not
45928 mention bugs in GCC 2.7 and 2.8.
43be4ca2 45929 * INSTALL: Regenerated.
0e7727f7 45930
a78bc654
DM
459312012-02-27 David S. Miller <davem@davemloft.net>
45932
428d5830
DM
45933 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45934 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45935 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45936 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45937 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45938 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45939 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45940 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45941
a78bc654
DM
45942 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45943 manipulate bits before adding and subtracting TWO112[sx].
45944 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45945
4579f81c
RM
459462012-02-27 Roland McGrath <roland@hack.frob.com>
45947
36c8acb4
RM
45948 [BZ #13775]
45949 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45950 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45951 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45952 being in POSIX, because they are in 1003.1-2008.
45953
84ad622b
RM
45954 * rt/tst-aio.c: Include <fcntl.h>.
45955 * rt/tst-aio7.c: Likewise.
45956 * rt/tst-aio64.c: Likewise.
45957
4579f81c
RM
45958 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45959
abd923db
JM
459602012-02-27 Joseph Myers <joseph@codesourcery.com>
45961
45962 * manual/install.texi (--with-headers): Describe headers as
45963 interface headers, not private headers.
45964 (Specific advice for GNU/Linux systems): Describe use of headers
45965 from "make headers_install", not private headers from older
45966 kernels.
43be4ca2 45967 * INSTALL: Regenerated.
abd923db
JM
45968 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45969 Change to 2.6.19.
45970 * sysdeps/unix/sysv/linux/configure: Regenerated.
45971
6664049b
JM
45972 * manual/llio.texi (fclean): Remove documentation.
45973
bb8b6697
JM
45974 * manual/Makefile (libc-texi-generated): New variable. Include
45975 version.texi.
45976 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45977 $(libc-texi-generated), not duplicated list of files.
45978 (version.texi, stamp-version): New rules.
45979 (realclean): Remove $(libc-texi-generated), not individual files
45980 from that list. Do not remove dir-add.texinfo.
45981 * manual/libc.texinfo: Comment out uses of edition numbers and
45982 references to printed manual. Remove last-updated dates.
45983 (EDITION): Comment out.
45984 (ISBN): Likewise.
45985 (VERSION, UPDATED): Remove.
45986 (version.texi): Include.
45987
12e5c3b9
AS
459882012-02-27 Andreas Schwab <schwab@linux-m68k.org>
45989
45990 * sysdeps/posix/spawni.c: Include <signal.h>.
45991 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45992 * sysdeps/pthread/aio_fsync.c: Likewise.
45993
4efeffc1 459942012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 45995
ba63ba08
UD
45996 * conform/Makefile (tests): Run only when not cross-compiling and
45997 when fast-check is not defined.
45998
d94a4670
UD
45999 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46000 * conform/data/limits.h-data: Fixes for POSIX2008.
46001 * conform/run-conformtest.sh: Run all tests.
46002 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46003 headers.
46004 * include/bits/dlfcn.h: Likewise.
46005 * include/langinfo.h: Likewise.
46006 * include/monetary.h: Likewise.
46007 * include/sys/poll.h: Likewise.
46008
46009 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46010 for __USE_GNU.
46011 * posix/spawn.h: Define __need_sigset_t.
46012 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46013 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46014 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
46015 to get sigevent_t only.
46016 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46017 only for __USE_GNU.
46018 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46019 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46020 process_vm_writev only for __USE_GNU.
46021 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
46022
46023 * conform/Makefile: For now ignore errors from run-conformtest.
46024 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
46025 POSIX to avoid namespace pollution. Don't prepend headers.
46026 * conform/data/aio.h-data: Fixes for POSIX testing.
46027 * conform/data/fcntl.h-data: Likewise.
46028 * conform/data/glob.h-data: Likewise.
46029 * conform/data/grp.h-data: Likewise.
46030 * conform/data/pthread.h-data: Likewise.
46031 * conform/data/pwd.h-data: Likewise.
46032 * conform/data/signal.h-data: Likewise.
46033 * conform/data/spawn.h-data: Likewise.
46034 * conform/data/stdio.h-data: Likewise.
46035 * conform/data/stdlib.h-data: Likewise.
46036 * conform/data/stropts.h-data: Likewise.
46037 * conform/data/sys/mman.h-data: Likewise.
46038 * conform/data/sys/stat.h-data: Likewise.
46039 * conform/data/sys/types.h-data: Likewise.
46040 * conform/data/sys/wait.h-data: Likewise.
46041 * conform/data/time.h-data: Likewise.
46042 * conform/data/unistd.h-data: Likewise.
46043 * conform/data/utime.h-data: Likewise.
46044
46045 * io/sys/stat.h: fchmod was always in POSIX.
46046 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46047 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46048 * rt/aio.h: Define __need_timespec before including <time.h>.
46049 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46050 struct. Add forward declaration of pthread_attr_t and use it in
46051 sigevent.
46052 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46053 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46054 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46055 always remove CLK_TCK definition.
46056
c20105c3
AS
460572012-02-26 Andreas Schwab <schwab@linux-m68k.org>
46058
46059 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46060
7a270350
UD
460612012-02-25 Ulrich Drepper <drepper@gmail.com>
46062
31341567
UD
46063 * conform/run-conformtest.sh: New file.
46064 * conform/Makefile: Run run-conformtest for tests.
46065 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
46066 support.
46067
46068 * conform/data/uchar.h-data: New file.
46069 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46070 * conform/data/arpa/inet.h-data: Likewise.
46071 * conform/data/assert.h-data: Likewise.
46072 * conform/data/complex.h-data: Likewise.
46073 * conform/data/cpio.h-data: Likewise.
46074 * conform/data/ctype.h-data: Likewise.
46075 * conform/data/dirent.h-data: Likewise.
46076 * conform/data/dlfcn.h-data: Likewise.
46077 * conform/data/errno.h-data: Likewise.
46078 * conform/data/fcntl.h-data: Likewise.
46079 * conform/data/float.h-data: Likewise.
46080 * conform/data/fmtmsg.h-data: Likewise.
46081 * conform/data/fnmatch.h-data: Likewise.
46082 * conform/data/ftw.h-data: Likewise.
46083 * conform/data/glob.h-data: Likewise.
46084 * conform/data/grp.h-data: Likewise.
46085 * conform/data/iconv.h-data: Likewise.
46086 * conform/data/inttypes.h-data: Likewise.
46087 * conform/data/langinfo.h-data: Likewise.
46088 * conform/data/libgen.h-data: Likewise.
46089 * conform/data/limits.h-data: Likewise.
46090 * conform/data/locale.h-data: Likewise.
46091 * conform/data/math.h-data: Likewise.
46092 * conform/data/monetary.h-data: Likewise.
46093 * conform/data/mqueue.h-data: Likewise.
46094 * conform/data/ndbm.h-data: Likewise.
46095 * conform/data/net/if.h-data: Likewise.
46096 * conform/data/netdb.h-data: Likewise.
46097 * conform/data/netinet/in.h-data: Likewise.
46098 * conform/data/nl_types.h-data: Likewise.
46099 * conform/data/poll.h-data: Likewise.
46100 * conform/data/pthread.h-data: Likewise.
46101 * conform/data/pwd.h-data: Likewise.
46102 * conform/data/regex.h-data: Likewise.
46103 * conform/data/sched.h-data: Likewise.
46104 * conform/data/search.h-data: Likewise.
46105 * conform/data/semaphore.h-data: Likewise.
46106 * conform/data/setjmp.h-data: Likewise.
46107 * conform/data/signal.h-data: Likewise.
46108 * conform/data/spawn.h-data: Likewise.
46109 * conform/data/stdarg.h-data: Likewise.
46110 * conform/data/stdio.h-data: Likewise.
46111 * conform/data/stdlib.h-data: Likewise.
46112 * conform/data/string.h-data: Likewise.
46113 * conform/data/strings.h-data: Likewise.
46114 * conform/data/stropts.h-data: Likewise.
46115 * conform/data/sys/ipc.h-data: Likewise.
46116 * conform/data/sys/mman.h-data: Likewise.
46117 * conform/data/sys/msg.h-data: Likewise.
46118 * conform/data/sys/resource.h-data: Likewise.
46119 * conform/data/sys/select.h-data: Likewise.
46120 * conform/data/sys/sem.h-data: Likewise.
46121 * conform/data/sys/shm.h-data: Likewise.
46122 * conform/data/sys/socket.h-data: Likewise.
46123 * conform/data/sys/stat.h-data: Likewise.
46124 * conform/data/sys/statvfs.h-data: Likewise.
46125 * conform/data/sys/time.h-data: Likewise.
46126 * conform/data/sys/timeb.h-data: Likewise.
46127 * conform/data/sys/times.h-data: Likewise.
46128 * conform/data/sys/types.h-data: Likewise.
46129 * conform/data/sys/uio.h-data: Likewise.
46130 * conform/data/sys/un.h-data: Likewise.
46131 * conform/data/sys/utsname.h-data: Likewise.
46132 * conform/data/sys/wait.h-data: Likewise.
46133 * conform/data/syslog.h-data: Likewise.
46134 * conform/data/tar.h-data: Likewise.
46135 * conform/data/termios.h-data: Likewise.
46136 * conform/data/utime.h-data: Likewise.
46137 * conform/data/utmpx.h-data: Likewise.
46138 * conform/data/varargs.h-data: Likewise.
46139 * conform/data/wchar.h-data: Likewise.
46140 * conform/data/wctype.h-data: Likewise.
46141 * conform/data/wordexp.h-data: Likewise.
46142
46143 * include/stropts.h: New file.
46144 * include/uchar.h: New file.
46145 * include/aio.h: Changes to allow conformtest.pl to use the headers.
46146 * include/assert.h: Likewise.
46147 * include/ctype.h: Likewise.
46148 * include/dirent.h: Likewise.
46149 * include/dlfcn.h: Likewise.
46150 * include/fcntl.h: Likewise.
46151 * include/fnmatch.h: Likewise.
46152 * include/glob.h: Likewise.
46153 * include/grp.h: Likewise.
46154 * include/libio.h: Likewise.
46155 * include/locale.h: Likewise.
46156 * include/math.h: Likewise.
46157 * include/net/if.h: Likewise.
46158 * include/netdb.h: Likewise.
46159 * include/netinet/in.h: Likewise.
46160 * include/pthread.h: Likewise.
46161 * include/pwd.h: Likewise.
46162 * include/regex.h: Likewise.
46163 * include/sched.h: Likewise.
46164 * include/search.h: Likewise.
46165 * include/setjmp.h: Likewise.
46166 * include/signal.h: Likewise.
46167 * include/stdio.h: Likewise.
46168 * include/stdlib.h: Likewise.
46169 * include/string.h: Likewise.
46170 * include/sys/cdefs.h: Likewise.
46171 * include/sys/mman.h: Likewise.
46172 * include/sys/msg.h: Likewise.
46173 * include/sys/resource.h: Likewise.
46174 * include/sys/select.h: Likewise.
46175 * include/sys/socket.h: Likewise.
46176 * include/sys/stat.h: Likewise.
46177 * include/sys/statvfs.h: Likewise.
46178 * include/sys/time.h: Likewise.
46179 * include/sys/times.h: Likewise.
46180 * include/sys/uio.h: Likewise.
46181 * include/sys/utsname.h: Likewise.
46182 * include/sys/wait.h: Likewise.
46183 * include/termios.h: Likewise.
46184 * include/time.h: Likewise.
46185 * include/ulimit.h: Likewise.
46186 * include/unistd.h: Likewise.
46187 * include/utime.h: Likewise.
46188 * include/wchar.h: Likewise.
46189 * include/wctype.h: Likewise.
46190 * include/wordexp.h: Likewise.
46191
46192 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46193
7a270350
UD
46194 * time/time.h: TIME_UTC must be a macro.
46195 Make timespec_get available for ISO C11 only as well.
46196
7724defc
UD
461972012-02-24 Ulrich Drepper <drepper@gmail.com>
46198
46199 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46200 Reported by Peng Haitao <penght@cn.fujitsu.com>.
46201
6b1d1d46
JM
462022012-02-24 Joseph Myers <joseph@codesourcery.com>
46203
46204 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 46205
0f8bbd69
JM
462062012-02-24 Joseph Myers <joseph@codesourcery.com>
46207
46208 * manual/texinfo.tex: Update to version 2012-01-19.16.
46209
66ab80bc
JM
462102012-02-24 Joseph Myers <joseph@codesourcery.com>
46211
46212 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46213
74981cc5
RM
462142012-02-24 Roland McGrath <roland@hack.frob.com>
46215
ee968201
RM
46216 [BZ #13738]
46217 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46218 * manual/fdl-1.3.texi: New file.
46219 * manual/fdl-1.1.texi: File removed.
46220
74981cc5
RM
46221 [BZ #13738]
46222 * manual/libc.texinfo (FDL_VERSION): New @set.
46223 Use it for mention of FDL in cover text.
46224 (Documentation License): Use it in @include file name.
46225
7bb764bc
JM
462262012-02-22 Joseph Myers <joseph@codesourcery.com>
46227 Roland McGrath <roland@hack.frob.com>
46228
46229 [BZ #5461]
57f41c40
AS
46230 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46231 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
46232 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46233 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
46234 name.
46235 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46236
6cbeae47
JM
462372012-02-22 Joseph Myers <joseph@codesourcery.com>
46238
46239 [BZ #2547]
46240 [BZ #11365]
46241 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46242 manipulate bits before adding and subtracting TWO23[sx].
46243 * math/libm-test.inc (nearbyint_test): Add more tests.
46244
fe45ce09
JM
462452012-02-22 Joseph Myers <joseph@codesourcery.com>
46246
46247 [BZ #2548]
46248 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46249 bits before adding and subtracting TWO23[sx].
46250 * math/libm-test.inc (rint_test): Add more tests.
46251 (rint_test_tonearest): Likewise.
46252 (rint_test_towardzero): Likewise.
46253 (rint_test_downward): Likewise.
46254 (rint_test_upward: Likewise.
46255
ff3b3d82
JM
462562012-02-22 Joseph Myers <joseph@codesourcery.com>
46257
46258 [BZ #10110]
46259 * include/stdc-predef.h: New file. Extracted from features.h.
46260 * include/features.h: Include stdc-predef.h.
46261 * Makefile (headers): Add stdc-predef.h.
46262 * CONFORMANCE (Compiler limitations): Update.
46263
ef0aab35
JM
462642012-02-22 Joseph Myers <joseph@codesourcery.com>
46265
46266 * manual/libc.texinfo (VERSION, UPDATED): Revert.
46267
58639409
DM
462682012-02-21 David S. Miller <davem@davemloft.net>
46269
46270 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46271 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46272
c0e70b25
DM
462732012-02-20 David S. Miller <davem@davemloft.net>
46274
46275 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46276 using a normal save/restore sequence, rather than allocating a
46277 dummy stack frame just to store a frame pointer and restore.
46278 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46279
fb06851d
JM
462802012-02-21 Joseph Myers <joseph@codesourcery.com>
46281
46282 * manual/install.texi: Fix stray word in line-wrapped comment.
46283
7a8b71c3
DM
462842012-02-20 David S. Miller <davem@davemloft.net>
46285
d510c123
DM
46286 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46287 both binutils and gcc support GOTDATA.
46288
0722d7c2
DM
46289 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46290 "rd %pc" in the PIC register setup sequences.
46291
3d2b3019
DM
46292 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46293 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46294 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46295 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46296 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46297 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46298 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46299 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46300 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46301 (SYSCALL_ERROR_HANDLER): Likewise.
46302 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46303 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46304 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46305 (SYSCALL_ERROR_HANDLER): Likewise.
46306
c80098a9
DM
46307 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46308 (HAVE_GCC_GOTDATA): New.
46309 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46310 relocation support in both binutils and gcc.
46311 * sysdeps/sparc/elf/configure: Regenerate.
46312
3a2545a0
DM
46313 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46314 * sysdeps/sparc/sparc32/elf/configure: Delete.
46315 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46316 * sysdeps/sparc/sparc64/elf/configure: Delete.
46317 * sysdeps/sparc/elf/configure.in: New file.
46318 * sysdeps/sparc/elf/configure: Generate.
46319
7a8b71c3
DM
46320 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46321 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46322 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46323 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46324 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46325
f1e86fca
JM
463262012-02-21 Joseph Myers <joseph@codesourcery.com>
46327
46328 * manual/install.texi: Do not mention specific glibc version
46329 numbers.
46330 * manual/libc.texinfo (VERSION, UPDATED): Update.
46331 (@copying): Use @copyright{} and range of years.
46332
0e7dfaef
JM
463332012-02-21 Joseph Myers <joseph@codesourcery.com>
46334
46335 [BZ #13695]
46336 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46337 [crti.S not in sysdirs] (generated): Do not append.
46338 [crti.S not in sysdirs] (omit-deps): Likewise.
46339 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46340 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46341 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46342 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46343 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46344 Likewise.
46345 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46346 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46347 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46348 * csu/defs.awk: Remove file.
46349 * sysdeps/generic/initfini.c: Likewise.
46350 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46351 variable.
46352 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46353 Likewise.
46354
599af3ca
JM
463552012-02-20 Joseph Myers <joseph@codesourcery.com>
46356
46357 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46358 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46359 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46360 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46361 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46362 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46363 <bits/epoll.h>.
46364 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46365 (__EPOLL_PACKED): Define to empty if not defined by
46366 <bits/epoll.h>.
46367 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46368 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46369 bits/epoll.h.
46370
0e499750
JM
463712012-02-20 Joseph Myers <joseph@codesourcery.com>
46372
46373 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46374 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46375 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46376 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46377 <bits/timerfd.h>.
46378 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46379 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46380 bits/timerfd.h.
46381
5ad91f6e
JM
463822012-02-20 Joseph Myers <joseph@codesourcery.com>
46383
46384 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46385 in C locale.
46386 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46387 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46388 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46389 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46390
06b99b02
AJ
463912012-02-20 Aurelien Jarno <aurelien@aurel32.net>
46392
46393 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46394 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46395
7638c0fd
AS
463962012-02-19 Andreas Schwab <schwab@linux-m68k.org>
46397
46398 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46399 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46400 defined.
46401 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46402 Likewise.
46403 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46404 entry for 2.16.
46405
92221550
AJ
464062012-02-19 Aurelien Jarno <aurelien@aurel32.net>
46407
46408 * math/w_acos.c: Use non-signaling floating-point comparisons.
46409 * math/w_acosf.c: Likewise.
46410 * math/w_acosh.c: Likewise.
46411 * math/w_acoshf.c: Likewise.
46412 * math/w_acoshl.c: Likewise.
46413 * math/w_acosl.c: Likewise.
46414 * math/w_asin.c: Likewise.
46415 * math/w_asinf.c: Likewise.
46416 * math/w_asinl.c: Likewise.
46417 * math/w_atanh.c: Likewise.
46418 * math/w_atanhf.c: Likewise.
46419 * math/w_atanhl.c: Likewise.
46420 * math/w_exp2.c: Likewise.
46421 * math/w_exp2f.c: Likewise.
46422 * math/w_exp2l.c: Likewise.
46423 * math/w_j0.c: Likewise.
46424 * math/w_j0f.c: Likewise.
46425 * math/w_j0l.c: Likewise.
46426 * math/w_j1.c: Likewise.
46427 * math/w_j1f.c: Likewise.
46428 * math/w_j1l.c: Likewise.
46429 * math/w_jn.c: Likewise.
46430 * math/w_jnf.c: Likewise.
46431 * math/w_log.c: Likewise.
46432 * math/w_log10.c: Likewise.
46433 * math/w_log10f.c: Likewise.
46434 * math/w_log10l.c: Likewise.
46435 * math/w_log2.c: Likewise.
46436 * math/w_log2f.c: Likewise.
46437 * math/w_log2l.c: Likewise.
46438 * math/w_logf.c: Likewise.
46439 * math/w_logl.c: Likewise.
46440 * math/w_sqrt.c: Likewise.
46441 * math/w_sqrtf.c: Likewise.
46442 * math/w_sqrtl.c: Likewise.
46443 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46444 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46445 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46446 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46447 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46448
ebaf36eb
JM
464492012-02-19 Joseph Myers <joseph@codesourcery.com>
46450
46451 [BZ #9739]
46452 * manual/string.texi (strnlen): Use correct parameter name in
46453 equivalent expression.
46454
71c254a6
JM
464552012-02-19 Joseph Myers <joseph@codesourcery.com>
46456
46457 [BZ #11174]
46458 * manual/users.texi (seteuid): Consistently use neweuid for
46459 argument name.
46460
16d2c631
JM
464612012-02-19 Joseph Myers <joseph@codesourcery.com>
46462
46463 [BZ #13704]
46464 * manual/nss.texi (Services in the NSS configuration): Correct
46465 list of services in example configuration file.
46466
cd837b09
NB
464672012-02-19 Nick Bowler <nbowler@draconx.ca>
46468
46469 [BZ #11322]
46470 * manual/arith.texi: Remove statements about negative zero
46471 behaving identically to zero.
46472
02c4bbad
JM
464732012-02-18 Joseph Myers <joseph@codesourcery.com>
46474
46475 [BZ #5993]
46476 * manual/install.texi: Do not document upgrading from libc5.
46477
366842e7
JM
464782012-02-18 Joseph Myers <joseph@codesourcery.com>
46479
46480 [BZ #4596]
46481 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46482
dd54084d
DM
464832012-02-18 David S. Miller <davem@davemloft.net>
46484
46485 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46486 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46487 %o7 across the call.
46488 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46489 instead.
46490 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46491 SETUP_PIC_REG_LEAF.
46492 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46493 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46494 * sysdeps/sparc/crtn.S: Likewise.
46495
2bcc53a3
UD
464962012-02-17 Ulrich Drepper <drepper@gmail.com>
46497
46498 * aout/Makefile: Remove.
46499
09c093b5
RK
465002012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
46501
46502 [BZ #13058]
46503 * manual/examples/argp-ex1.c (main): Format definition in GNU
46504 style.
46505 * manual/examples/argp-ex2.c (main): Likewise.
46506 * manual/examples/argp-ex3.c (main): Likewise.
46507 * manual/examples/argp-ex4.c (main): Likewise.
46508 * manual/examples/longopt.c (main): Use new-style prototype
46509 definition.
46510 * manual/examples/strncat.c (main): Specify return type and use
46511 (void) for arguments.
46512 * manual/examples/subopt.c (main): Use char **argv argument.
46513
2ee633a2
JM
465142012-02-17 Joseph Myers <joseph@codesourcery.com>
46515
46516 [BZ #5077]
46517 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46518 rounding modes.
46519
0520adde
FB
465202012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
46521
46522 [BZ #6907]
46523 * manual/string.texi (strchr): Change when strchrnul is
46524 recommended.
46525
3f4081cd
DGM
465262012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
46527
46528 [BZ #174]
46529 * manual/locale.texi (setlocale): Document LOCPATH.
46530
d1b10e78
JM
465312012-02-17 Joseph Myers <joseph@codesourcery.com>
46532
46533 [BZ #10210]
46534 * manual/process.texi (execle): Move @dots{} before last argument.
46535
79c6869c
PB
465362012-02-17 Paul Bolle <pebolle@tiscali.nl>
46537
46538 [BZ #12047]
46539 * manual/charset.texi (Generic Charset Conversion): Fix typo
46540 (LC_TYPE -> LC_CTYPE).
46541
cc6e48bc
NB
465422012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
46543
46544 [BZ #5805]
46545 * manual/arith.texi (scalbn): Use @var{} on parameter names.
46546 (scalbnf): Likewise.
46547 (scalbnl): Likewise.
46548 (scalbln): Likewise.
46549 (scalblnf): Likewise.
46550 (scalblnl): Likewise.
46551 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46552 (vwarnx): Likewise.
46553 (verr): Likewise.
46554 (verrx): Likewise.
46555 * manual/filesys.texi (telldir): Use braces around return type.
46556 * manual/llio.texi (mmap): Add space after comma.
46557 (mmap64): Likewise.
46558 * manual/math.texi (jn): Use @var{} on parameter names.
46559 (jnf): Likewise.
46560 (jnl): Likewise.
46561 (yn): Likewise.
46562 (ynf): Likewise.
46563 (ynl): Likewise.
46564 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46565 line.
46566 * manual/resource.texi (ulimit): Use @dots{} instead of literal
46567 "...".
46568 (sched_get_priority_min): Remove semicolon on @deftypefun line.
46569 (sched_get_priority_max): Likewise.
46570 * manual/signal.texi (sigvec): Add space after comma.
46571 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46572 names.
46573 (if_indextoname): Likewise.
46574 (if_freenameindex): Likewise.
46575 (sendto): Use ',' instead of '.' in prototype.
46576 * manual/startup.texi (syscall): Use @dots{} instead of literal
46577 "...".
46578 * manual/stdio.texi (__fpending): Separate initial words of
46579 paragraph from @deftypefun line.
46580 * manual/syslog.texi (syslog): Use @dots{} instead of literal
46581 "...".
46582 (vsyslog): Use @var{} on parameter names.
46583 * manual/terminal.texi (stty): Use @var{} on parameter names.
46584 * manual/users.texi (getutmp): Use @var{} on parameter names.
46585 (getutmpx): Likewise.
46586
5b23062f
JM
465872012-02-17 Joseph Myers <joseph@codesourcery.com>
46588
46589 [BZ #6884]
46590 * manual/stdio.texi (fopen): Fix typos in description of
46591 ",ccs=STRING".
46592
8dee4833
AJ
465932012-02-17 Aurelien Jarno <aurelien@aurel32.net>
46594
46595 [BZ #4026]
46596 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46597 get clock_id definition.
46598
9078ce93
TS
465992012-02-17 Thomas Schwinge <thomas@schwinge.name>
46600
46601 [BZ #4822]
46602 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46603 (madvise): Cast every argument to void on its own.
46604
3835c55f
JM
466052012-02-17 Joseph Myers <joseph@codesourcery.com>
46606
46607 [BZ #9902]
46608 * manual/startup.texi (Exit Status): Fix typo.
46609
35c47e37
JM
466102012-02-17 Joseph Myers <joseph@codesourcery.com>
46611
46612 [BZ #10140]
46613 * manual/examples/argp-ex1.c: Include <stdlib.h>.
46614 * manual/examples/argp-ex2.c: Likewise.
46615 * manual/examples/argp-ex3.c: Likewise.
46616
e3b69ca7
RH
466172012-02-16 Richard Henderson <rth@redhat.com>
46618
46619 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46620 * sysdeps/s390/s390-32/initfini.c: Remove.
46621 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46622 * sysdeps/s390/s390-64/initfini.c: Remove.
46623
df83af67
KK
466242012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
46625
46626 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46627 compiler output for sysdeps/generic/initfini.c.
46628 * sysdeps/sh/elf/initfini.c: Remove file.
46629
f63f3380
DM
466302012-02-16 David S. Miller <davem@davemloft.net>
46631
fb59b3a4
DM
46632 [BZ #11494]
46633 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46634
f63f3380
DM
46635 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46636 * sysdeps/sparc/crti.S: New file.
46637 * sysdeps/sparc/crtn.S: New file.
46638 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46639 * sysdeps/sparc/sparc64/Makefile: Likewise.
46640
df6a4a4a
MF
466412012-02-15 Mike Frysinger <vapier@gentoo.org>
46642
6dd8f3dc 46643 [BZ #3335]
df6a4a4a
MF
46644 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46645
1cac7236
RM
466462012-02-15 Roland McGrath <roland@hack.frob.com>
46647
d2c736f8
RM
46648 [BZ #4822]
46649 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46650
1cac7236
RM
46651 * mach/devstream.c (cookie_io_functions_t): Macro removed.
46652 (write, read, close): Likewise.
46653 Patch by Aurelien Jarno <aurelien@aurel32.net>.
46654
8e475601
JM
466552012-02-15 Joseph Myers <joseph@codesourcery.com>
46656
46657 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46658 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46659 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46660 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46661 <bits/signalfd.h>.
46662 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46663 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46664 bits/signalfd.h.
46665
ed656b40
MP
466662012-02-14 Marek Polacek <polacek@redhat.com>
46667
46668 * sysdeps/x86_64/crti.S: New file.
46669 * sysdeps/x86_64/crtn.S: New file.
46670 * sysdeps/x86_64/elf/initfini.c: Remove file.
46671
2a979d3a
JM
466722012-02-13 Joseph Myers <joseph@codesourcery.com>
46673
46674 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46675 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46676 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46677 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46678 <bits/inotify.h>.
46679 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46680 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46681 bits/inotify.h.
46682
2a418ac3
JM
466832012-02-13 Joseph Myers <joseph@codesourcery.com>
46684
46685 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46686 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46687 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46688 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46689 <bits/eventfd.h>.
46690 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46691 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46692 bits/eventfd.h.
46693
fb779be7
TS
466942012-02-10 Thomas Schwinge <thomas@codesourcery.com>
46695
e19e83c5
RM
46696 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46697 __feraiseexcept instead of feraiseexcept.
7c35ffed 46698
fb779be7
TS
46699 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46700 nanosleep invocations.
46701 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46702 strings, and add error checking for a nanosleep invocations.
46703
59ba27a6
PE
467042012-02-09 Paul Eggert <eggert@cs.ucla.edu>
46705
46706 Replace FSF snail mail address with URLs, as per GNU coding standards.
46707 Most of the snail mail addresses were wrong anyway, and omitting
46708 them makes the source code easier to maintain. Almost all of the
46709 changes are to license notices and to locale LC_IDENTIFICATION
46710 addresses, except for this one:
46711 * manual/libc.texinfo: In "Published by", give the FSF's URL,
46712 not its snail mail address.
46713
57b957eb
RH
467142012-02-09 Richard Henderson <rth@twiddle.net>
46715
af850b1c
RH
46716 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46717 of kernel-features.h.
46718
57b957eb
RH
46719 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46720
6b73181a
MP
467212012-02-08 Marek Polacek <polacek@redhat.com>
46722
46723 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46724 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46725 * sysdeps/gnu/_G_config.h: Likewise.
46726 * sysdeps/generic/_G_config.h: Likewise.
46727
26ecc33a
AS
467282012-02-08 Andreas Schwab <schwab@linux-m68k.org>
46729
6c6dbc63
AS
46730 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46731 tests.
46732 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46733
e216c012
AS
46734 * sysdeps/powerpc/powerpc32/crti.S: New file.
46735 * sysdeps/powerpc/powerpc32/crtn.S: New file.
46736 * sysdeps/powerpc/powerpc64/crti.S: New file.
46737 * sysdeps/powerpc/powerpc64/crtn.S: New file.
46738
26ecc33a
AS
46739 * Makeconfig (have-initfini): Don't set.
46740 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46741 * configure.in (nopic_initfini): Don't substitute.
46742 * config.h.in (HAVE_INITFINI): Don't #undef.
46743 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46744 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46745
3add8e13
JM
467462012-02-08 Joseph Myers <joseph@codesourcery.com>
46747
46748 Support crti.S and crtn.S provided directly by architectures.
46749 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46750 [crti.S in sysdirs] (omit-deps): Likewise.
46751 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46752 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46753 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46754 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46755 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46756 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46757 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46758 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46759 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46760 compiler output for sysdeps/generic/initfini.c.
46761 * sysdeps/i386/elf/Makefile: Remove file.
46762 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46763
a22f12b4
MP
467642012-02-07 Marek Polacek <polacek@redhat.com>
46765
46766 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46767 * sysdeps/gnu/_G_config.h: Likewise.
46768 * sysdeps/mach/hurd/_G_config.h: Likewise.
46769
148cf100
MP
467702012-02-07 Marek Polacek <polacek@redhat.com>
46771
46772 * math/Makefile (tests): Add tst-CMPLX2.
46773 * math/tst-CMPLX2.c: New file.
46774
cfdc0dd7
AS
467752012-02-07 Andreas Schwab <schwab@linux-m68k.org>
46776
84ba42c4
AS
46777 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46778
cfdc0dd7
AS
46779 * math/libm-test.inc (jn_test): Add missing L suffix.
46780
622c86f4
MP
467812012-02-06 Marek Polacek <polacek@redhat.com>
46782
46783 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46784 * sysdeps/i386/fpu/e_powf.S: Likewise.
46785 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46786 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46787 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46788 * sysdeps/i386/fpu/e_pow.S: Likewise.
46789 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46790 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46791 * sysdeps/i386/fpu/s_expm1.S: Likewise.
46792 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46793 * sysdeps/i386/fpu/e_log2.S: Likewise.
46794 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46795 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46796 * sysdeps/i386/fpu/e_powl.S: Likewise.
46797 * sysdeps/i386/fpu/s_log1p.S: Likewise.
46798 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46799 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46800 * sysdeps/i386/fpu/e_logl.S: Likewise.
46801 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46802 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46803 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46804 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46805 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46806 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46807 * sysdeps/i386/fpu/e_log.S: Likewise.
46808 * sysdeps/i386/fpu/s_cexp.S: Likewise.
46809 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46810 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46811 * sysdeps/i386/fpu/e_logf.S: Likewise.
46812 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46813 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46814 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46815 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46816 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46817 * sysdeps/i386/fpu/e_log10.S: Likewise.
46818 * sysdeps/i386/fpu/s_frexp.S: Likewise.
46819 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46820 * sysdeps/i386/fpu/s_asinh.S: Likewise.
46821 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46822 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46823 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46824 * sysdeps/i386/asm-syntax.h: Likewise.
46825 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46826 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46827 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46828 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46829 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46830 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46831 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46832 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46833 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46834 * sysdeps/powerpc/sysdep.h: Likewise.
46835 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46836 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46837
d4a54ac6
JM
468382012-02-06 Joseph Myers <joseph@codesourcery.com>
46839
46840 [BZ #411]
46841 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46842
314054ea
JM
468432012-02-06 Joseph Myers <joseph@codesourcery.com>
46844
46845 * sysdeps/i386/sysdep.h: Include <features.h>.
46846 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46847 version.
46848
d8e0ca50
JM
468492012-02-05 Joseph Myers <joseph@codesourcery.com>
46850
46851 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46852 Define.
46853 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46854 LOAD_PIC_REG_STR.
46855
b1da7dd9
JM
468562012-02-03 Joseph Myers <joseph@codesourcery.com>
46857
46858 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46859 (SETUP_PIC_REG): Use GET_PC_THUNK.
46860 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46861 macro.
46862
9a1d9254
JM
468632012-02-03 Joseph Myers <joseph@codesourcery.com>
46864
46865 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46866 for non-PIC compilation.
46867 (SETUP_PIC_REG): Add .p2align directive.
46868 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46869 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46870 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46871 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46872 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46873 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46874 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46875 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46876 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46877 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46878 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46879 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46880 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46881 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46882 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46883 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46884 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46885 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46886 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46887 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46888 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46889 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46890 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46891 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46892 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46893 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46894 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46895 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46896 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46897 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46898 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46899 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46900 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46901 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46902 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46903 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46904 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46905 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46906 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46907 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46908 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46909
65dc3b75
JM
469102012-02-03 Joseph Myers <joseph@codesourcery.com>
46911
46912 * math/tst-CMPLX.c: Include <stdio.h>.
46913
d55bf177
JM
469142012-01-31 Joseph Myers <joseph@codesourcery.com>
46915
46916 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46917 float.
46918 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46919 * sysdeps/sparc/bits/mathdef.h: Likewise.
46920
69db4f8f
MP
469212012-01-31 Marek Polacek <polacek@redhat.com>
46922
46923 * libio/libio.h: Don't define _PARAMS.
46924 * locale/programs/config.h: Don't define PARAMS.
46925 * stdlib/strtol_l.c: Likewise.
46926 (__strtol_l): Remove PARAMS from the prototype.
46927
41b81892
UD
469282012-01-31 Ulrich Drepper <drepper@gmail.com>
46929
3b49edc0
UD
46930 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
46931 names. Just use the correct names. Remove unnecessary wrapper
46932 functions.
46933 * malloc/arena.c: Likewise.
46934 * malloc/hooks.c: Likewise.
46935
41b81892
UD
46936 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46937 ARENA_TEST says not to. Simplify test for creation of a new arena.
46938 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46939
27a25b6e
UD
469402012-01-30 Ulrich Drepper <drepper@gmail.com>
46941
46942 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46943 into tail calls.
46944 (update_get_addr): New function.
46945 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46946 GET_ADDR_MODULE parameter.
46947
c8a89e7d
JM
469482012-01-30 Joseph Myers <joseph@codesourcery.com>
46949
46950 * crypt/cert.c: Remove __STDC__ conditionals.
46951 * crypt/crypt-entry.c: Likewise.
46952 * crypt/crypt_util.c: Likewise.
46953 * libio/filedoalloc.c: Likewise.
46954 * libio/fileops.c: Likewise.
46955 * libio/genops.c: Likewise.
46956 * libio/iofclose.c: Likewise.
46957 * libio/iofdopen.c: Likewise.
46958 * libio/iofopen.c: Likewise.
46959 * libio/iofopen64.c: Likewise.
46960 * libio/iogetdelim.c: Likewise.
46961 * libio/iopopen.c: Likewise.
46962 * libio/obprintf.c: Likewise.
46963 * libio/oldfileops.c: Likewise.
46964 * libio/oldiofclose.c: Likewise.
46965 * libio/oldiofdopen.c: Likewise.
46966 * libio/oldiofopen.c: Likewise.
46967 * libio/oldiopopen.c: Likewise.
46968 * libio/wfiledoalloc.c: Likewise.
46969 * libio/wgenops.c: Likewise.
46970 * locale/programs/xmalloc.c: Likewise.
46971 * misc/syslog.c: Likewise.
46972 * stdio-common/xbug.c: Likewise.
46973 * string/memchr.c: Likewise.
46974 * string/memcmp.c: Likewise.
46975 * string/memrchr.c: Likewise.
46976 * string/rawmemchr.c: Likewise.
46977 * sysdeps/posix/getcwd.c: Likewise.
46978 * time/strftime_l.c: Likewise.
46979
3b100462
JM
469802012-01-30 Joseph Myers <joseph@codesourcery.com>
46981
46982 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
46983 * config.make.in (config-cflags-sse2avx): Define.
46984 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46985 Fix typo.
46986
607998af
CM
469872012-01-29 Chris Metcalf <cmetcalf@tilera.com>
46988
46989 * scripts/config.guess: Update from upstream config git repository.
46990 * scripts/config.sub: Likewise.
46991
3601428f
CM
469922012-01-28 Chris Metcalf <cmetcalf@tilera.com>
46993
3ac8b282
CM
46994 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46995 (EM_NUM): Update.
46996 (R_TILEPRO_*, R_TILEGX_*): New macros.
46997
e034841e
CM
46998 * scripts/firstversions.awk: Fix bug in version range handling.
46999
540d7568
CM
47000 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47001
3601428f
CM
47002 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47003
463de862
CM
47004 * include/sys/epoll.h: New file.
47005 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47006 libc_hidden_def.
47007
73139a76
UD
470082012-01-28 Ulrich Drepper <drepper@gmail.com>
47009
96bc5b45
UD
47010 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47011 Avoid unnecessary __WORDSIZE == 64 test.
47012 (fmaxf): Use VEX format if possible.
47013 (fmax): Likewise.
47014 (fminf): Likewise.
47015 (fmin): Likewise.
47016
56f6f6a2
UD
47017 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47018 * math/math_private.h: Remove libc_fegetround* and
47019 libc_fesetround*.
47020 * sysdeps/i386/configure.in: Check for -msse2avx.
47021 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47022 also if SSE2AVX is defined.
47023 Remove libc_fegetround* and libc_fesetround*.
47024 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47025 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
47026 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47027 of HAS_YMM_USABLE.
47028 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47029 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47030 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47031 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47032 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47033
73139a76
UD
47034 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47035
d73f93a4
AZ
470362012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47037
47038 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47039 size is not set.
47040 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47041
6ee65ed6
UD
470422012-01-27 Ulrich Drepper <drepper@gmail.com>
47043
47044 [BZ #13618]
47045 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47046 relocation.
47047 * Makeconfig (libm): Define.
47048 * elf/Makefile: Add rules to build and run tst-relsort1.
47049 * elf/tst-relsort1.c: New file.
47050 * elf/tst-relsort1mod1.c: New file.
47051 * elf/tst-relsort1mod2.c: New file.
47052
8db21882
JM
470532012-01-27 Joseph Myers <joseph@codesourcery.com>
47054
47055 * math/s_ldexp.c: Remove __STDC__ conditionals.
47056 * math/s_ldexpf.c: Likewise.
47057 * math/s_ldexpl.c: Likewise.
47058 * math/s_nextafter.c: Likewise.
47059 * math/s_nexttowardf.c: Likewise.
47060 * math/s_significand.c: Likewise.
47061 * math/s_significandf.c: Likewise.
47062 * math/s_significandl.c: Likewise.
47063 * math/w_jnl.c: Likewise.
47064 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47065 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47066 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47067 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47068 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47069 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47070 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47071 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47072 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47073 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47074 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47075 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47076 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47077 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47078 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47079 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47080 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47081 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47082 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47083 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47084 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47085 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47086 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47087 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47088 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47089 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47090 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47091 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47092 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47093 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47094 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47095 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47096 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47097 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47098 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47099 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47100 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47101 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47102 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47103 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47104 * sysdeps/ieee754/k_standard.c: Likewise.
47105 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47106 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47107 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47108 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47109 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47110 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47111 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47112 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47113 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47114 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47115 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47116 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47117 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47118 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47119 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47120 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47121 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47122 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47123 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47124 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47125 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47126 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47127 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47128 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47129 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47130 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47131 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47132 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47133 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47134 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47135 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47136 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47137 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47138 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47139 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47140 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47141 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47142 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47143 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47144 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47145 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47146 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47147 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47148 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47149 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47150 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47151 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47152 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47153 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47154 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47155 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47156 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47157 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47158 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47159 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47160 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47161 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47162 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47163 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47164 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47165 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47166 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47167 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47168 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47169 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47170 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47171 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47172 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47173 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47174 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47175 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47176 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47177 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47178 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47179 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47180 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47181 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47182 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47183 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47184 * sysdeps/ieee754/s_matherr.c: Likewise.
47185 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47186 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47187 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47188 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47189
965a54a4
JM
471902012-01-26 Joseph Myers <joseph@codesourcery.com>
47191
47192 * crypt/md5.h: Remove __STDC__ conditionals.
47193 * libio/libioP.h: Likewise.
47194 * locale/programs/config.h: Likewise.
47195 * sysdeps/generic/sysdep.h: Likewise.
47196 * sysdeps/i386/asm-syntax.h: Likewise.
47197 * sysdeps/s390/asm-syntax.h: Likewise.
47198 * sysdeps/unix/sysdep.h: Likewise.
47199 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47201
7071ad79
JM
472022012-01-26 Joseph Myers <joseph@codesourcery.com>
47203
47204 * libio/libio.h: Remove __STDC__ conditionals.
47205 * malloc/obstack.h: Likewise.
47206 * math/complex.h: Likewise.
47207 * math/math.h: Likewise.
47208 * sysdeps/generic/_G_config.h: Likewise.
47209 * sysdeps/gnu/_G_config.h: Likewise.
47210 * sysdeps/mach/hurd/_G_config.h: Likewise.
47211 * sysdeps/powerpc/bits/mathdef.h: Likewise.
47212 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47213 * sysdeps/sparc/bits/mathdef.h: Likewise.
47214
afc5ed09
UD
472152012-01-26 Ulrich Drepper <drepper@gmail.com>
47216
47217 [BZ #13583]
47218 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 47219 Clean up HAS_* macros.
afc5ed09 47220 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
47221 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47222 possible.
47223 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47224 HAS_AVX.
47225 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47226 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47227 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47228 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47229 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 47230
bdb6de1d
JM
472312012-01-25 Joseph Myers <joseph@codesourcery.com>
47232
47233 * elf/tst-unique3.cc (gets): Remove declaration.
47234 * elf/tst-unique3lib.cc (gets): Likewise.
47235 * elf/tst-unique3lib2.cc (gets): Likewise.
47236 * elf/tst-unique4.cc (gets): Likewise.
47237
b15549e6
UD
472382012-01-24 Ulrich Drepper <drepper@gmail.com>
47239
47240 * include/stdio.h: Add C++ protection. Add gets declarations and
47241 definitions.
47242 * debug/tst-chk1.c: Don't declare gets here.
47243 * stdio-common/tst-gets.c: Likewise.
47244
a037381f
JM
472452012-01-24 Joseph Myers <joseph@codesourcery.com>
47246
47247 * posix/glob: Remove directory.
47248
f1d4aa75
JM
472492012-01-24 Joseph Myers <joseph@codesourcery.com>
47250
47251 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47252
81c0c964
PT
472532012-01-22 Pino Toscano <toscano.pino@tiscali.it>
47254
47255 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47256 of the non-standard EPFNOSUPPORT.
47257
0ea698ae
ST
472582011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
47259
47260 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47261 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47262 ANYWHERE set to 1 only on KERN_NO_SPACE error.
47263
d220b117
UD
472642012-01-21 Ulrich Drepper <drepper@gmail.com>
47265
47266 * wcsmbs/uchar.h: Test __STDC_VERSION__.
47267
3e1aa84e
UD
472682012-01-20 Ulrich Drepper <drepper@gmail.com>
47269
47270 * nscd/aicache.c (addhstaiX): Do not cache negative results of
47271 transient errors.
47272 * nscd/grpcache.c (cache_addgr): Likewise.
47273 * nscd/hstcache.c (cache_addhst): Likewise.
47274 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47275 * nscd/pwdcache.c (cache_addpw): Likewise.
47276 * nscd/servicescache.c (cache_addserv): Likewise.
47277
400aa020
UD
472782012-01-16 Ulrich Drepper <drepper@gmail.com>
47279
d77e7869
UD
47280 * malloc/malloc.c: Various cleanups.
47281 * malloc/hooks.c: Likewise.
47282
400aa020
UD
47283 * stdlib/Makefile (tests): Add bug-fmtmsg1.
47284 * stdlib/bug-fmtmsg1.c: New file.
47285
47286 * stdlib/fmtmsg.c (init): Add missing unlock.
47287 Patch by Peng Haitao <penght@cn.fujitsu.com>.
47288
e0a309cf
MP
472892012-01-12 Marek Polacek <polacek@redhat.com>
47290
47291 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47292 and _GNU_SOURCE.
47293
929d11c7
WS
472942012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47295
47296 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47297 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47298 macro to ensure uniqueness of label name.
47299 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47300 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47301
41d0e869
UD
473022012-01-11 Ulrich Drepper <drepper@gmail.com>
47303
0cc5ed3b
UD
47304 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47305
41d0e869
UD
47306 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47307 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47308 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47309 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47310
a47a831a
UD
473112012-01-10 Ulrich Drepper <drepper@gmail.com>
47312
daa891c0
UD
47313 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47314
47315 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47316 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47317 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47318
e58ef0f2
UD
47319 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47320
a47a831a 47321 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
47322 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47323 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 47324 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
47325
47326 * math/bits/math-finite.h: Add ldexp support.
47327
a0bfc9c7
MP
473282012-01-10 Marek Polacek <polacek@redhat.com>
47329
47330 * locale/programs/localedef.h (show_archive_content): Add noreturn
47331 attribute.
47332
d6e97a1d
UD
473332012-01-09 Ulrich Drepper <drepper@gmail.com>
47334
47335 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47336
d5835c26
UD
473372012-01-08 Ulrich Drepper <drepper@gmail.com>
47338
e5f484c6
UD
47339 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47340
d5835c26
UD
47341 * io/Makefile (headers): Add bits/poll2.h.
47342
d1f741e9
WS
473432011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
47344
47345 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47346 typo #include statement.
47347
ec09c1c4
UD
473482012-01-08 Ulrich Drepper <drepper@gmail.com>
47349
47350 * include/sys/cdefs.h: Define __attribute_alloc_size.
47351 * catgets/gencat.c: Add alloc_size attribute and apply consistently
47352 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47353 * elf/pldd.c: Likewise.
47354 * iconv/iconv_charmap.c: Likewise.
47355 * iconv/iconvconfig.c: Likewise.
47356 * iconv/strtab.c: Likewise.
47357 * locale/programs/locale.c: Likewise.
47358 * locale/programs/localedef.h: Likewise.
47359 * locale/programs/simple-hash.c: Likewise.
47360 * nscd/nscd.h: Likewise.
47361 * nss/makedb.c: Likewise.
47362 * sysdeps/generic/ldconfig.h: Likewise.
47363 * locale/programs/localedef.c: Remove xmalloc prototype.
47364 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47365
20b38e03
PP
473662012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
47367
47368 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47369 appropriate.
47370
a0da5fe1
UD
473712012-01-08 Ulrich Drepper <drepper@gmail.com>
47372
1d5a644a 47373 * math/Makefile (tests): Add tst-CMPLX.
669704fd 47374 * math/tst-CMPLX.c: New file.
1d5a644a 47375
8784a6db
UD
47376 * math/complex.h (CMPLXL): Fix typo.
47377
d9a216c0
UD
47378 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47379 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47380 GLIBC_2.16.
47381 * debug/tst-chk1.c: Add poll and ppoll tests.
47382 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47383 * include/sys/poll.h: Add hidden proto for ppoll.
47384 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47385 * sysdeps/mach/hurd/ppoll.c: Likewise.
47386 * io/ppoll.c: Likewise.
47387 * debug/poll_chk.c: New file.
47388 * debug/ppoll_chk.c: New file.
47389 * include/bits/poll2.h: New file.
47390 * io/bits/poll2.h: New file.
47391
ac097f5c
UD
47392 [BZ #1350]
47393 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47394
2119dcfa
UD
47395 * configure.in: static is always set to yes. Remove.
47396 * config.make.in: Don't set build-static.
47397 * Makeconfig: Remove use of build-static.
47398 * dlfcn/Makefile: Likewise.
47399 * elf/Makefile: Likewise.
47400 * math/Makefile: Likewise.
47401 * misc/Makefile: Likewise.
47402 * nptl/Makefile: Likewise.
47403 * sysdeps/mach/hurd/Makefile: Likewise.
47404
121766a9
UD
47405 * configure.in: PWD_P is not used anymore.
47406 * config.make.in: Remove PWD_P entry.
47407
51a1d39c 47408 * configure.in: Remove last remnants of RANLIB.
8720d066 47409 No need to check for signed size_t anymore.
215f4bdc
UD
47410 Don't set libc_commonpagesize and libc_relro_required here for Alpha
47411 and IA-64.
3857022a 47412 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
47413 * aclocal.m4: Likewise.
47414
d3ed7225
UD
47415 * wcsmbs/mbrtoc16.c: Implement using towc function.
47416 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47417 * wcsmbs/wcsmbsload.c: Likewise.
47418 * iconv/gconv_simple.c: Likewise.
47419 * iconv/gconv_int.h: Likewise.
47420 * iconv/gconv_builtin.h: Likewise.
47421 * iconv/iconv_prog.c: Remove CHAR16 handling.
47422
47423 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47424
47425 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47426
a0da5fe1
UD
47427 * configure.in: Remove --with-elf and --enable-bounded options.
47428 Dont set base_machine for ia64. More non-ELF conditions removed.
47429 Remove testing and setting of leading underscore information.
47430 * config.make.in (build-bounded): Set to no.
47431 * config.h.in: Remove NO_UNDERSCORES entry.
47432 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
47433 them.
47434 * csu/start.c: Remove !NO_UNDERSCORE code.
47435 * locale/localeinfo.h: Likewise.
47436 * sysdeps/generic/machine-gmon.h: Likewise.
47437 * sysdeps/generic/sysdep.h: Likewise.
47438 * sysdeps/i386/sysdep.h: Likewise.
47439 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47440 * sysdeps/mach/sysdep.h: Likewise.
47441 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47442 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47443 * sysdeps/sh/sysdep.h: Likewise.
47444 * sysdeps/sparc/sparc32/alloca.S: Likewise.
47445 * sysdeps/unix/i386/sysdep.S: Likewise.
47446 * sysdeps/unix/sparc/start.c: Likewise.
47447 * sysdeps/unix/sparc/sysdep.S: Likewise.
47448 * sysdeps/unix/sparc/sysdep.h: Likewise.
47449 * sysdeps/unix/start.c: Likewise.
47450 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47451 * sysdeps/x86_64/sysdep.h: Likewise.
47452
df78418a
UD
474532012-01-07 Ulrich Drepper <drepper@gmail.com>
47454
a784e502
UD
47455 [BZ #13553]
47456 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47457 for non-gcc.
47458 * argp/argp-fmtstream.h: Use const instead __const.
47459 * argp/argp.h: Likewise.
47460 * assert/assert.h: Likewise.
47461 * bits/fenv.h: Likewise.
47462 * bits/sched.h: Likewise.
47463 * bits/sigset.h: Likewise.
47464 * bits/sigthread.h: Likewise.
47465 * catgets/nl_types.h: Likewise.
47466 * conform/data/pthread.h-data: Likewise.
47467 * crypt/crypt-private.h: Likewise.
47468 * crypt/crypt.h: Likewise.
47469 * crypt/crypt_util.c: Likewise.
47470 * ctype/ctype.h: Likewise.
47471 * debug/execinfo.h: Likewise.
47472 * debug/mbsnrtowcs_chk.c: Likewise.
47473 * debug/mbsrtowcs_chk.c: Likewise.
47474 * debug/wcsnrtombs_chk.c: Likewise.
47475 * debug/wcsrtombs_chk.c: Likewise.
47476 * debug/wcstombs_chk.c: Likewise.
47477 * dirent/dirent.h: Likewise.
47478 * dlfcn/dlfcn.h: Likewise.
47479 * elf/neededtest4.c: Likewise.
47480 * grp/grp.h: Likewise.
47481 * gshadow/gshadow.h: Likewise.
47482 * iconv/gconv.h: Likewise.
47483 * iconv/gconv_int.h: Likewise.
47484 * iconv/gconv_simple.c: Likewise.
47485 * iconv/iconv.h: Likewise.
47486 * iconv/loop.c: Likewise.
47487 * iconv/skeleton.c: Likewise.
47488 * include/aio.h: Likewise.
47489 * include/aliases.h: Likewise.
47490 * include/argz.h: Likewise.
47491 * include/arpa/inet.h: Likewise.
47492 * include/assert.h: Likewise.
47493 * include/dirent.h: Likewise.
47494 * include/dlfcn.h: Likewise.
47495 * include/execinfo.h: Likewise.
47496 * include/fcntl.h: Likewise.
47497 * include/fenv.h: Likewise.
47498 * include/glob.h: Likewise.
47499 * include/grp.h: Likewise.
47500 * include/libintl.h: Likewise.
47501 * include/mntent.h: Likewise.
47502 * include/netdb.h: Likewise.
47503 * include/pwd.h: Likewise.
47504 * include/rpc/netdb.h: Likewise.
47505 * include/sched.h: Likewise.
47506 * include/search.h: Likewise.
47507 * include/shadow.h: Likewise.
47508 * include/signal.h: Likewise.
47509 * include/stdio.h: Likewise.
47510 * include/stdlib.h: Likewise.
47511 * include/string.h: Likewise.
47512 * include/sys/socket.h: Likewise.
47513 * include/sys/stat.h: Likewise.
47514 * include/sys/statfs.h: Likewise.
47515 * include/sys/statvfs.h: Likewise.
47516 * include/sys/syslog.h: Likewise.
47517 * include/sys/time.h: Likewise.
47518 * include/sys/uio.h: Likewise.
47519 * include/time.h: Likewise.
47520 * include/unistd.h: Likewise.
47521 * include/utmp.h: Likewise.
47522 * include/wchar.h: Likewise.
47523 * include/wctype.h: Likewise.
47524 * inet/aliases.h: Likewise.
47525 * inet/arpa/inet.h: Likewise.
47526 * inet/netinet/ether.h: Likewise.
47527 * inet/netinet/in.h: Likewise.
47528 * intl/libintl.h: Likewise.
47529 * io/bits/fcntl2.h: Likewise.
47530 * io/fcntl.h: Likewise.
47531 * io/ftw.h: Likewise.
47532 * io/sys/poll.h: Likewise.
47533 * io/sys/stat.h: Likewise.
47534 * io/sys/statfs.h: Likewise.
47535 * io/sys/statvfs.h: Likewise.
47536 * io/utime.h: Likewise.
47537 * libio/bits/stdio.h: Likewise.
47538 * libio/bits/stdio2.h: Likewise.
47539 * libio/libio.h: Likewise.
47540 * libio/libioP.h: Likewise.
47541 * libio/stdio.h: Likewise.
47542 * locale/lc-ctype.c: Likewise.
47543 * locale/locale.h: Likewise.
47544 * login/utmp.h: Likewise.
47545 * malloc/arena.c: Likewise.
47546 * malloc/malloc.c: Likewise.
47547 * malloc/malloc.h: Likewise.
47548 * malloc/mcheck.c: Likewise.
47549 * malloc/mtrace.c: Likewise.
47550 * math/bits/mathcalls.h: Likewise.
47551 * math/fenv.h: Likewise.
47552 * math/math_private.h: Likewise.
47553 * misc/bits/error.h: Likewise.
47554 * misc/bits/syslog.h: Likewise.
47555 * misc/err.h: Likewise.
47556 * misc/error.h: Likewise.
47557 * misc/fstab.h: Likewise.
47558 * misc/mntent.h: Likewise.
47559 * misc/regexp.h: Likewise.
47560 * misc/search.h: Likewise.
47561 * misc/sgtty.h: Likewise.
47562 * misc/sys/mman.h: Likewise.
47563 * misc/sys/syslog.h: Likewise.
47564 * misc/sys/uio.h: Likewise.
47565 * misc/sys/xattr.h: Likewise.
47566 * misc/ttyent.h: Likewise.
47567 * nis/rpcsvc/ypclnt.h: Likewise.
47568 * nss/nss.h: Likewise.
47569 * posix/bits/unistd.h: Likewise.
47570 * posix/fnmatch.h: Likewise.
47571 * posix/glob.h: Likewise.
47572 * posix/sched.h: Likewise.
47573 * posix/spawn.h: Likewise.
47574 * posix/sys/wait.h: Likewise.
47575 * posix/unistd.h: Likewise.
47576 * posix/wordexp.h: Likewise.
47577 * pwd/pwd.h: Likewise.
47578 * resolv/netdb.h: Likewise.
47579 * resource/sys/resource.h: Likewise.
47580 * rt/aio.h: Likewise.
47581 * rt/bits/mqueue2.h: Likewise.
47582 * rt/mqueue.h: Likewise.
47583 * shadow/shadow.h: Likewise.
47584 * signal/signal.h: Likewise.
47585 * socket/send.c: Likewise.
47586 * socket/sendto.c: Likewise.
47587 * socket/sys/socket.h: Likewise.
47588 * stdio-common/printf.h: Likewise.
47589 * stdlib/bits/stdlib.h: Likewise.
47590 * stdlib/fmtmsg.h: Likewise.
47591 * stdlib/monetary.h: Likewise.
47592 * stdlib/stdlib.h: Likewise.
47593 * stdlib/ucontext.h: Likewise.
47594 * streams/stropts.h: Likewise.
47595 * string/argz.h: Likewise.
47596 * string/bits/string2.h: Likewise.
47597 * string/string.h: Likewise.
47598 * string/strings.h: Likewise.
47599 * sunrpc/rpc/auth.h: Likewise.
47600 * sunrpc/rpc/auth_des.h: Likewise.
47601 * sunrpc/rpc/clnt.h: Likewise.
47602 * sunrpc/rpc/netdb.h: Likewise.
47603 * sunrpc/rpc/pmap_clnt.h: Likewise.
47604 * sunrpc/rpc/xdr.h: Likewise.
47605 * sysdeps/generic/inttypes.h: Likewise.
47606 * sysdeps/generic/net/if.h: Likewise.
47607 * sysdeps/generic/sys/swap.h: Likewise.
47608 * sysdeps/gnu/net/if.h: Likewise.
47609 * sysdeps/gnu/utmpx.h: Likewise.
47610 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47611 * sysdeps/i386/i486/bits/string.h: Likewise.
47612 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47613 * sysdeps/s390/bits/string.h: Likewise.
47614 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47615 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47616 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47617 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47618 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47619 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47620 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47621 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47622 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47623 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47624 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47625 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47626 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47627 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47628 * sysdeps/unix/sysv/linux/readv.c: Likewise.
47629 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47630 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47631 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47632 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47633 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47634 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47635 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47636 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47637 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47638 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47639 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47640 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47641 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47642 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47643 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47644 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47645 * sysvipc/sys/ipc.h: Likewise.
47646 * sysvipc/sys/msg.h: Likewise.
47647 * sysvipc/sys/sem.h: Likewise.
47648 * sysvipc/sys/shm.h: Likewise.
47649 * termios/termios.h: Likewise.
47650 * time/sys/time.h: Likewise.
47651 * time/time.h: Likewise.
47652 * wcsmbs/bits/wchar2.h: Likewise.
47653 * wcsmbs/uchar.h: Likewise.
47654 * wcsmbs/wchar.h: Likewise.
47655 * wctype/wctype.h: Likewise.
47656
0269750c
UD
47657 [BZ #13551]
47658 * Makeconfig: Remove all but ELF support including AIX support.
47659 * Makerules: Likewise.
47660 * config.h.in: Likewise.
47661 * config.make.in: Likewise.
47662 * configure: Likewise.
47663 * configure.in: Likewise.
47664 * csu/Makefile: Likewise.
47665 * csu/version.c: Likewise.
47666 * debug/Makefile: Likewise.
47667 * dlfcn/Makefile: Likewise.
47668 * elf/Makefile: Likewise.
47669 * extra-lib.mk: Likewise.
47670 * iconv/Makefile: Likewise.
47671 * include/libc-symbols.h: Likewise.
47672 * include/shlib-compat.h: Likewise.
47673 * resolv/Makefile: Likewise.
47674 * resolv/res_libc.c: Likewise.
47675 * rt/Makefile: Likewise.
47676 * sysdeps/i386/asm-syntax.h: Likewise.
47677 * sysdeps/i386/sysdep.h: Likewise.
47678 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47679 * sysdeps/mach/sysdep.h: Likewise.
47680 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47681 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47682 * sysdeps/s390/asm-syntax.h: Likewise.
47683 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47684 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47685 * sysdeps/sh/sysdep.h: Likewise.
47686 * sysdeps/unix/sparc/sysdep.h: Likewise.
47687 * sysdeps/wordsize-32/divdi3.c: Likewise.
47688 * sysdeps/x86_64/sysdep.h: Likewise.
47689
00bbd29b
UD
47690 * argp/Versions: Remove _argp_unlock_xxx.
47691
47692 [BZ #13559]
47693 * abilist/ld.abilist: Update. Adjust for removal of tls option.
47694 * abilist/libBrokenLocale.abilist: Likewise.
47695 * abilist/libanl.abilist: Likewise.
47696 * abilist/libc.abilist: Likewise.
47697 * abilist/libcrypt.abilist: Likewise.
47698 * abilist/libdl.abilist: Likewise.
47699 * abilist/libm.abilist: Likewise.
47700 * abilist/libnsl.abilist: Likewise.
47701 * abilist/libpthread.abilist: Likewise.
47702 * abilist/libresolv.abilist: Likewise.
47703 * abilist/librt.abilist: Likewise.
47704 * abilist/libthread_db.abilist: Likewise.
47705 * abilist/libutil.abilist: Likewise.
47706 * abilist/libnss_db.abilist: New file.
47707
47708 * scripts/abilist.awk: Add support for indirect functions.
47709
a2693a0e
UD
47710 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47711
3f05895f
UD
47712 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47713
ecb6fb48
UD
47714 * shlib-versions: Remove entries for ports architectures.
47715
664f8cb9
UD
47716 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
47717 files in ports.
47718 * elf/stackguard-macros.h: Remove support for IA-64.
47719 * elf/tst-auditmod1.c: Likewise.
47720 * sysdeps/generic/ldsodefs.h: Likewise.
47721
7ae81d88
UD
47722 * sysdeps/unix/sysv/linux/configure.in: Ports should define
47723 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47724 configure files.
47725
bdeba135
UD
47726 [BZ #13552]
47727 * configure.in: Remove --enable-omitfp support.
47728 * FAQ.in: Adjust.
47729 * config.make.in: Likewise.
47730 * Makeconfig: Likewise.
47731 * manual/install.texi: Likewise.
47732
d75a0a62
UD
47733 In case anyone cares, the IA-64 architecture could move to ports.
47734 * sysdeps/ia64/*: Removed.
47735 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 47736 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 47737
dcc9756b
UD
47738 [BZ #13555]
47739 * configure.in: Remove entries for unsupported architectures.
47740
d3761ebc 47741 [BZ #13533]
9954432e
UD
47742 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47743 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
47744 routines.
47745 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47746 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47747 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
47748 fall back to using wcrtomb.
47749 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47750 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
47751 renaming.
47752 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47753 * wcsmbs/tst-c16c32-1.c: New file.
47754
47755 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47756 local variable.
47757
c3a87236
UD
47758 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47759
28926a1b
UD
47760 * elf/tst-unique3.cc: Add explicit declaration of gets.
47761 * elf/tst-unique3lib.cc: Likewise.
47762 * elf/tst-unique3lib2.cc: Likewise.
47763 * elf/tst-unique4.cc: Likewise.
47764
df78418a
UD
47765 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47766
8ecd6b2a
JM
477672012-01-06 Joseph Myers <joseph@codesourcery.com>
47768
47769 [BZ #13566]
47770 * assert/assert.h (static_assert): Don't define for C++.
47771 * libio/stdio.h (gets): Do declare for C++ <= C++11.
47772 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47773
9f115170
UD
477742012-01-03 Ulrich Drepper <drepper@gmail.com>
47775
5e0d0300
UD
47776 * iconv/loop.c (single loop): Fix assertion in storing of
47777 remaining bytes.
47778
9f115170
UD
47779 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47780
81fb02b0
UD
477812012-01-01 Ulrich Drepper <drepper@gmail.com>
47782
47783 * posix/getconf.c: Update copyright year.
47784 * nss/getent.c: Likewise.
a316c1f6 47785 * nss/makedb.c: Likewise.
81fb02b0
UD
47786 * iconv/iconvconfig.c: Likewise.
47787 * iconv/iconv_prog.c: Likewise.
47788 * elf/ldconfig.c: Likewise.
a316c1f6
UD
47789 * elf/pldd.c: Likewise.
47790 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
47791 * catgets/gencat.c: Likewise.
47792 * csu/version.c: Likewise.
47793 * elf/ldd.bash.in: Likewise.
47794 * elf/sprof.c (print_version): Likewise.
47795 * locale/programs/locale.c: Likewise.
47796 * locale/programs/localedef.c: Likewise.
a316c1f6 47797 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
47798 * nscd/nscd.c (print_version): Likewise.
47799 * debug/xtrace.sh: Likewise.
47800 * malloc/memusage.sh: Likewise.
47801 * malloc/mtrace.pl: Likewise.
47802 * debug/catchsegv.sh: Likewise.
47803
2ba92745
JJ
478042011-12-30 Jakub Jelinek <jakub@redhat.com>
47805
47806 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47807 pure attribute.
47808
dadebdae
UD
478092011-12-24 Ulrich Drepper <drepper@gmail.com>
47810
d3761ebc 47811 [BZ #13533]
db6af3eb
UD
47812 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47813 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47814 transformations.
47815 * iconv/gconv_int.h: Likewise.
47816 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47817 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47818 from libc for GLIBC_2.16.
47819 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47820 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47821 * wcsmbs/uchar.h: Really define mbstate_t.
47822 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47823 * wcsmbs/c16rtomb.c: New file.
47824 * wcsmbs/mbrtoc16.c: New file.
47825 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47826 for C/POSIX locale.
47827 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47828 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47829
dadebdae
UD
47830 * wcsmbs/wchar.h: Add missing __restrict.
47831
67371b56
UD
478322011-12-23 Ulrich Drepper <drepper@gmail.com>
47833
74033a25
UD
47834 [BZ #13532]
47835 * time/Makefile (routines): Add timespec_get.
47836 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47837 * time/time.h: Define TIME_UTC and declare timespec_get. Define
47838 timespec for ISO C11.
47839 * time/timespec_get.c: New file.
47840 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47841 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47842
380d7e87
UD
47843 [BZ #13531]
47844 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47845 * stdlib/stdlib.h: Declare aligned_alloc.
47846 * Versions.def: Add GLIBC_2.16 for libc.
47847 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47848
4e9e7a35
UD
47849 [BZ 13527]
47850 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47851 ISO C11.
47852
380d7e87 47853 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
47854 code.
47855
03a71829
UD
47856 [BZ #13528]
47857 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47858
839e283e
UD
47859 [BZ #13529]
47860 * assert/assert.h (static_assert): Define.
47861
ce5294e2 47862 * version.h: Update for 2.16 development version.
90fa7312 47863
8d44e150 47864 [BZ #13526]
d7809905
UD
47865 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47866 _ISOC11_SOURCE.
47867
c0da14cd
UD
47868 * version.h (RELEASE): Bump for 2.15 release.
47869 * include/features.h (__GLIBC_MINOR__): Bump to 15.
47870
530a3249
MP
47871 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47872 Patch by Marek Polacek <mpolacek@redhat.com>.
47873
67371b56
UD
47874 * bits/byteswap.h: Protect long long constants with __extension__.
47875 * sysdeps/i386/bits/byteswap.h: Likewise.
47876 * sysdeps/ia64/bits/byteswap.h: Likewise.
47877 * sysdeps/s390/bits/byteswap.h: Likewise.
47878 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47879
15db4de1
LD
478802011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47881
47882 [BZ #13540]
bbe315ea
LD
47883 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47884 destination buffer.
15db4de1
LD
47885 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47886
2b2596b1
MP
478872011-12-23 Marek Polacek <polacek@redhat.com>
47888
47889 * elf/dl-addr.c (determine_info): Add inline keyword.
47890 * elf/tst-auditmod4b.c (check_avx): Likewise.
47891 * elf/tst-auditmod6b.c (check_avx): Likewise.
47892 * elf/tst-auditmod6c.c (check_avx): Likewise.
47893 * elf/tst-auditmod7b.c (check_avx): Likewise.
47894
70c6c246
UD
478952011-12-23 Ulrich Drepper <drepper@gmail.com>
47896
47897 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47898 !__SSE_MATH__.
47899
c044cf14
LD
479002011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47901
15db4de1 47902 [BZ #13540]
c044cf14
LD
47903 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47904 processing for last bytes.
47905
6b13d9d9
BH
479062011-08-06 Bruno Haible <bruno@clisp.org>
47907
d455f537
BH
47908 [BZ #13061]
47909 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47910 U+0385, not to U+1FEE.
47911
6b13d9d9
BH
47912 [BZ #13062]
47913 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47914 entry for U+00A5 U+0301.
47915
db910efd
UD
479162011-12-22 Ulrich Drepper <drepper@gmail.com>
47917
27deeafc
UD
47918 [BZ #13166]
47919 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47920 buffer for the output is too small.
47921
aed9d171
UD
47922 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47923 optimization.
47924
db910efd
UD
47925 [BZ #13185]
47926 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47927 SSE flags if possible.
47928
2bd779ae
LD
479292011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47930
e7f9dac3 47931 [BZ #13540]
2bd779ae
LD
47932 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47933 processing for last bytes.
47934
154bfc16
JM
479352011-12-22 Joseph Myers <joseph@codesourcery.com>
47936
47937 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47938 (syscall-list-default-options, syscall-list-default-condition)
47939 (syscall-list-includes): Define.
47940 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47941 list of ABIs and options and #if conditions for each ABI. Do not
47942 handle common syscalls between ABIs specially.
47943 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47944 Remove.
47945 (syscall-list-variants, syscall-list-32bit-options)
47946 (syscall-list-32bit-condition, syscall-list-64bit-options)
47947 (syscall-list-64bit-condition): Define.
47948 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47949 (syscall-list-variants, syscall-list-32bit-options)
47950 (syscall-list-32bit-condition, syscall-list-64bit-options)
47951 (syscall-list-64bit-condition): Define.
47952 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47953 Remove.
47954 (syscall-list-variants, syscall-list-32bit-options)
47955 (syscall-list-32bit-condition, syscall-list-64bit-options)
47956 (syscall-list-64bit-condition): Define.
47957 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47958 Remove.
47959 (syscall-list-variants, syscall-list-32bit-options)
47960 (syscall-list-32bit-condition, syscall-list-64bit-options)
47961 (syscall-list-64bit-condition): Define.
47962
21eaf3a5
UD
479632011-12-22 Ulrich Drepper <drepper@gmail.com>
47964
16c6f992
UD
47965 * locale/iso-639.def: Add brx entry.
47966
41043168
UD
47967 [BZ #13328]
47968 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47969 Proposed by Mariusz_Cukr <marcukr@op.pl>.
47970
21eaf3a5
UD
47971 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47972 __feraiseexcept_renamed.
47973
e3a851a2
UD
479742011-12-21 Ulrich Drepper <drepper@gmail.com>
47975
4920765e
UD
47976 [BZ #13538]
47977 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47978 EPOLLET with unsigned values.
47979 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47980 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47981
e3a851a2
UD
47982 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47983 to large cancellation.
47984 * math/s_cacoshf.c: Likewise.
47985 * math/s_cacoshl.c: Likewise.
47986
b27e24b8
RK
479872011-11-18 Richard B. Kreckel <kreckel@ginac.de>
47988
47989 [BZ #13305]
aebefeee 47990 [BZ #12786]
b27e24b8
RK
47991 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47992 * math/s_cacoshf.c: Likewise.
47993 * math/s_cacoshl.c: Likewise.
47994
ee190f67
UD
479952011-12-21 Ulrich Drepper <drepper@gmail.com>
47996
47997 [BZ #13439]
47998 * iconv/gconv.h: Define __GCONV_SWAP.
47999 * iconvdata/unicode.c: The swap bit must be stored in __flags.
48000 * iconvdata/utf-16.c: Likewise.
48001 * iconvdata/utf-32.c: Likewise.
48002
707f25df
AS
480032011-12-21 Andreas Schwab <schwab@linux-m68k.org>
48004
48005 [BZ #13524]
48006 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48007 numerator after shifting it by one limb.
48008
d2daaa1e
RÁE
480092011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
48010
48011 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48012 under [__USE_EXTERN_INLINES].
48013
a4647e72
UD
480142011-12-17 Ulrich Drepper <drepper@gmail.com>
48015
48016 [BZ #13446]
48017 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48018
f0b264f1
AZ
480192011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48020
48021 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48022 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48023 optimized code.
48024 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48025 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48026 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48027 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48028 for strncasecmp/strncasecmp_l compilation.
48029 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48030 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48031
8ef4f244
MP
480322011-12-08 Marek Polacek <mpolacek@redhat.com>
48033
48034 [BZ #13484]
48035 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48036 of __asm__.
48037
97ac2654
UD
480382011-12-17 Ulrich Drepper <drepper@gmail.com>
48039
48040 [BZ #13506]
48041 * time/tzfile.c (__tzfile_read): Check values from file header.
48042
91d2a845
WS
480432011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
48044
48045 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48046 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48047 * powerpc/powerpc32/dl-start.S: Likewise.
48048 * powerpc/powerpc32/elf/start.S: Likewise.
48049 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48050 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48051 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48052 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48053 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48054 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48055 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48056 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48057 * powerpc/powerpc32/fpu/s_round.S: Likewise.
48058 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48059 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48060 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48061 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48062 * powerpc/powerpc32/memset.S: Likewise.
48063 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48064 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48065 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48066 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48067 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48068 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48069 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48070 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48071 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48072 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48073 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48074 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48075 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48076
a1267ba1
AZ
480772011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48078
48079 * math/libm-test.inc: Added more nearbyint tests.
48080 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48081 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48082 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48083 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48084
ad8ac1bd
RL
480852011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
48086
48087 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48088 FD_CLOEXEC.
48089
1d3e4b61
UD
480902011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48091
48092 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48093 Add wcscpy-ssse3 wcscpy-c.
48094 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48095 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48096 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48097 * sysdeps/x86_64/wcschr.S: New file.
48098 * sysdeps/x86_64/wcsrchr.S: New file.
48099 * string/test-strcmp.c: Remove checking of wcscmp function for
48100 wrong alignments.
48101 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48102 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48103 wcsrchr-sse2 wcsrchr-c.
48104 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48105 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48106 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48107 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48108 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48109 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48110 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48111 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48112 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48113 * wcsmbc/wcschr.c (WCSCHR): New macro.
48114
5b330a2d
UD
481152011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48116
48117 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48118 * wcsmbs/test-wcsrchr.c: New file.
48119 * string/test-strrchr.c: Add wcsrchr support.
48120 (WIDE): New macro.
48121 * wcsmbs/test-wcscpy.c: New file.
48122 * string/test-strcpy.c: Add wcscpy support.
48123 (WIDE): New macro.
26428b7c 48124
f039c043
UD
481252011-12-10 Ulrich Drepper <drepper@gmail.com>
48126
48127 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48128 the inner loop.
48129
850fb039
AS
481302011-12-06 Andreas Schwab <schwab@linux-m68k.org>
48131
48132 [BZ #13472]
48133 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48134
4efbd5cb
UD
481352011-12-04 Ulrich Drepper <drepper@gmail.com>
48136
52ff5dd0 48137 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 48138 Minor optimizations.
52ff5dd0 48139
4efbd5cb
UD
48140 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48141 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48142 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48143
8a426e12
UD
481442011-12-03 Ulrich Drepper <drepper@gmail.com>
48145
aff2453d
UD
48146 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48147 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48148 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48149 for gcc to avoid warnings.
48150 * inet/Makefile (tests): Add tst-checks.
48151 * inet/tst-checks.c: New file.
48152
48153 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48154 warning.
48155
48156 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48157 __wmemcmp_sse2.
48158
48159 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48160 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48161
8a426e12
UD
48162 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48163
9bea3473
UD
481642011-12-02 Ulrich Drepper <drepper@gmail.com>
48165
3a965496
UD
48166 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48167 problem.
48168
9bea3473
UD
48169 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48170
f101631b
UD
481712011-11-29 Joseph Myers <joseph@codesourcery.com>
48172
48173 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48174 conditional on GCC version.
48175 (__arch_compare_and_exchange_val_8_acq)
48176 (__arch_compare_and_exchange_val_16_acq)
48177 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48178 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48179 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48180
a98275aa
UD
481812011-12-02 Joseph Myers <joseph@codesourcery.com>
48182
48183 * sysdeps/sh/backtrace.c: New file.
48184
d4cc29a2
AS
481852011-12-02 Andreas Schwab <schwab@redhat.com>
48186
48187 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
48188 parenthesis.
48189
6257af2d
AS
481902011-12-01 Andreas Schwab <schwab@redhat.com>
48191
48192 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48193 falling back to utime.
48194
b5f44c1a
AS
481952011-11-30 Andreas Schwab <schwab@redhat.com>
48196
48197 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48198 expectations for float.
48199
f3a6cc0a
AS
482002011-11-29 Andreas Schwab <schwab@redhat.com>
48201
48202 * locale/weight.h (findidx): Add parameter len.
48203 * locale/weightwc.h (findidx): Likewise.
48204 * posix/fnmatch_loop.c (FCT): Adjust caller.
48205 * posix/regcomp.c (build_equiv_class): Likewise.
48206 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48207 * posix/regexec.c (check_node_accept_bytes): Likewise.
48208 * string/strcoll_l.c (STRCOLL): Likewise.
48209 * string/strxfrm_l.c (STRXFRM): Likewise.
48210
9d65ea3a
UD
482112011-11-17 Ulrich Drepper <drepper@gmail.com>
48212
48213 * Makefile.in: Remove CVSOPT handling.
48214 * configure.in: Remove use of AC_REVISION.
48215 * iconvdata/Makefile (distribute): No need to filter out CVS.
48216 * scripts/list-sources.sh: Remove CVS, subversion and monotone
48217 handling.
48218
5583a086
AS
482192011-11-16 Andreas Schwab <schwab@redhat.com>
48220
48221 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48222 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48223 [USE_AS_STRNCASECMP_L]: Likewise.
48224 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48225 NO_TLS_DIRECT_SEG_REFS.
48226 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48227 Fix argument offsets for non-PIC.
48228 [USE_AS_STRNCASECMP_L]: Likewise.
48229 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48230 NO_TLS_DIRECT_SEG_REFS.
48231
d62a8200
UD
482322011-11-15 Ulrich Drepper <drepper@gmail.com>
48233
9d65ea3a 48234 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
48235 O_CLOEXEC.
48236 * locale/loadlocale.c (_nl_load_locale): Likewise.
48237
09f93bd3
AS
482382011-11-15 Andreas Schwab <schwab@redhat.com>
48239
446514f9
AS
48240 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48241 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48242 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48243 (SYSCALL_GETTIME): Set errno on error.
48244
09f93bd3
AS
48245 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48246 count references to noai6ai_cached.
48247
312be3f9
UD
482482011-11-15 Ulrich Drepper <drepper@gmail.com>
48249
48250 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48251
48252 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48253 FD_CLOEXEC for /proc/self/maps.
48254
48255 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48256 FD_CLOEXEC for /proc/meminfo.
48257
48258 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48259 gai.conf.
48260
48261 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
48262 FD_CLOEXEC for given file.
48263
48264 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48265
48266 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48267 FD_CLOEXEC for /etc/hosts.
48268 (_gethtent): Likewise.
48269
48270 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48271
48272 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48273 cancellation and set FD_CLOEXEC for /etc/netgroup.
48274
48275 * nss/nss_files/files-key.c (search): Don't allow cancellation when
48276 reading /etc/publickey.
48277
48278 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48279 allow cancellation when reading /etc/group.
48280
48281 * nss/nss_files/files-alias.c (internal_setent): Don't allow
48282 cancellation.
48283 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
48284
48285 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48286 when using data file.
48287
48288 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48289
48290 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48291 (write_nis_obj): Use "c" and "e" in fopen.
48292
48293 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48294
48295 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48296
48297 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48298
48299 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48300
48301 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48302 locale.alias.
48303
48304 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48305
48306 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48307
48308 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48309
48310 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48311 file parsing and set FD_CLOEXEC.
48312
82af0fa8
UD
483132011-11-14 Ulrich Drepper <drepper@gmail.com>
48314
48315 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48316
a5fb313c
AS
483172011-11-14 Andreas Schwab <schwab@redhat.com>
48318
48319 * malloc/arena.c (arena_get2): Don't call reused_arena when
48320 _int_new_arena failed.
48321
6abf3465
UD
483222011-11-14 Ulrich Drepper <drepper@gmail.com>
48323
48324 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48325 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48326 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48327 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48328 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48329 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48330 to compile strcasecmp and strncasecmp.
48331 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48332 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48333
48334 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48335
76e3966e
UD
483362011-11-13 Ulrich Drepper <drepper@gmail.com>
48337
48338 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48339 locale-defines.sym to gen-as-const-headers.
48340 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48341 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48342 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48343 to compile strcasecmp and strncasecmp.
48344 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48345 strcasecmp_l and strncasecmp_l.
48346 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48347 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48348 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48349 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48350 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48351 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48352 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48353 * sysdeps/i386/i686/multiarch/strncase.S: New file.
48354 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48355 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48356 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48357
ab26144e
UD
483582011-11-12 Ulrich Drepper <drepper@gmail.com>
48359
7edb22ef
UD
48360 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48361 result of SYSDEP_GETTIME_CPU to retval.
48362 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48363 parameter list to macro. Remove trailing semicolon. Adjust users.
48364
9694fc44
UD
48365 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48366 variable.
48367
8ad89ef8
UD
48368 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48369 mantissa words.
48370 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48371
0c822ef9
UD
48372 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48373 from unused variable.
48374
874e0564
UD
48375 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48376 DWARF definitions.
48377 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48378 for assembling.
48379
3a2edc79
UD
48380 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48381 over namespaces.
48382
f3c2577f
UD
48383 * sunrpc/rpc_prot.c (rejected): Fix case value.
48384
294ce126
UD
48385 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48386 unsigned long long int to avoid warnings in shift.
48387
5e2b63c6
UD
48388 * posix/regex_internal.c (re_string_reconstruct): Actually use result
48389 of use of trans.
48390 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48391 variable tmp.
48392
e7f4b08e
UD
48393 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48394 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48395 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48396
ab26144e
UD
48397 * nis/nis_table.c (nis_list): Use variable of correct type for
48398 result of __follow_path call.
48399
8a6d5255
AZ
484002011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48401
48402 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48403 of math functions ceil, trunc, floor, round, and sqrt, when
48404 avaliable on the platform.
48405 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48406 name clash.
48407 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48408 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48409 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48410
aaddc98c
MP
484112011-10-30 Marek Polacek <mpolacek@redhat.com>
48412
48413 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48414 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48415
95b7042b
RM
484162011-11-11 Roland McGrath <roland@hack.frob.com>
48417
48418 * include/unistd.h: Fix __readlink return type.
48419 Reported by Chris Metcalf <cmetcalf@tilera.com>.
48420
57769839
UD
484212011-11-11 Ulrich Drepper <drepper@gmail.com>
48422
48423 * stdlib/ucontext.h: Undo last change for makecontext.
48424
edc5984d
AS
484252011-11-11 Andreas Schwab <schwab@redhat.com>
48426
98591e58
AS
48427 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48428
edc5984d
AS
48429 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48430 * setjmp/setjmp.h: Mark functions as non-leaf.
48431 * setjmp/bits/setjmp2.h: Likewise.
48432 * stdlib/ucontext.h: Likewise.
48433
77cdc054
AS
484342011-11-10 Andreas Schwab <schwab@redhat.com>
48435
48436 * malloc/arena.c (_int_new_arena): Don't increment narenas.
48437 (reused_arena): Don't check arena limit.
48438 (arena_get2): Atomically check arena limit.
48439
fe72eebd
UD
484402011-11-08 Ulrich Drepper <drepper@gmail.com>
48441
5f078c32
UD
48442 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48443 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48444
fe72eebd
UD
48445 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48446 instructions.
48447
ae1bc2fa
AS
484482011-11-07 Andreas Schwab <schwab@redhat.com>
48449
7583a88d
AS
48450 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48451 handler when locking.
48452
ae1bc2fa
AS
48453 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48454 Fix size of allocated buffer.
48455
10fb0bfa
AS
484562011-11-04 Andreas Schwab <schwab@redhat.com>
48457
998832a4
AS
48458 [BZ #10103]
48459 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48460 declarations for long double functions.
48461 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48462
10fb0bfa
AS
48463 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48464
3d7ba52b
AS
484652011-11-03 Andreas Schwab <schwab@redhat.com>
48466
a9ae54a1
AS
48467 * nscd/nscd.c (main): Don't start AVC thread until credentials are
48468 installed.
48469
3d7ba52b
AS
48470 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48471 is disabled.
48472
bc8db248
ST
484732011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
48474
48475 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48476
45b96dd6
AS
484772011-11-01 Andreas Schwab <schwab@linux-m68k.org>
48478
647776f6
AS
48479 * include/alloca.h (stackinfo_alloca_round): Define.
48480 (extend_alloca): Use it.
48481 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48482 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48483 here.
48484
d91a8b93
AS
48485 * scripts/check-local-headers.sh: Ignore libaudit.h.
48486
45b96dd6
AS
48487 * nscd/Makefile (extra-objs): Make recursively expanded.
48488
432d41ce
UD
484892011-11-01 Ulrich Drepper <drepper@gmail.com>
48490
34372fc6
UD
48491 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48492 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48493
fadb59f8
UD
48494 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48495 * posix/tst-rfc3484-2.c: Likewise.
48496 * posix/tst-rfc3484-3.c: Likewise.
48497
78239589
UD
48498 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48499 process_vm_writev.
48500 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48501 process_vm_writev.
48502 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48503 process_vm_writev from libc using GLIBC_2.15 version.
48504
432d41ce
UD
48505 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48506
02f9c6cf
PP
485072011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
48508
48509 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48510 stack usage.
48511
3a2c0242
UD
485122011-10-31 Ulrich Drepper <drepper@gmail.com>
48513
f4ec4833
UD
48514 [BZ #13367]
48515 * nss/getent.c (initgroups_keys): Show error message in case no group
48516 names are given.
48517
3a2c0242
UD
48518 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48519 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48520 __bump_nl_timestamp.
48521 * nscd/connections (nscd_init): When host database is served open
48522 netlink socket and request notification about configuration changes.
48523 (main_loop_poll): Track netlink file descriptor and bump timestamp
48524 in case data becomes available.
48525 (main_loop_epoll): Likewise.
48526 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48527 (database_pers_head): Add extra_data fileds.
48528 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48529 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48530 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48531 Adjust caller.
48532 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48533 in6ai data, call __free_in6ai.
48534 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48535 Add -DHAVE_NETLINK.
48536 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
48537 interface information. Reuse previous data if netlink timestamp
48538 is not changed.
48539 (__bump_nl_timestamp): New function.
48540 (__free_in6ai): New function.
48541
636064eb
UD
485422011-10-30 Ulrich Drepper <drepper@gmail.com>
48543
48544 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48545 close_not_cancel_no_status here.
48546 (__check_pf): Reorganize code a bit to not call close twice if OOM.
48547
9beb2334
UD
485482011-10-29 Ulrich Drepper <drepper@gmail.com>
48549
6ef76f3b
UD
48550 [BZ #13276]
48551 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48552 return value.
48553
0ffc4f3e 48554 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
48555 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48556 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48557
cb95113e
UD
485582011-07-03 Andreas Jaeger <aj@suse.de>
48559
48560 [BZ #10709]
48561 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48562 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48563 * math/libm-test.inc (sin_test): Add test case.
48564
a1b560ff
UD
485652011-10-29 Ulrich Drepper <drepper@gmail.com>
48566
c9aaface
UD
48567 [BZ #13337]
48568 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48569 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48570
d272e7f1
UD
48571 * elf/chroot_canon.c (chroot_canon): Cleanups.
48572
1bc33071
UD
48573 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48574
1760874d
TJ
48575 [BZ #13335]
48576 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48577 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48578
51d91b18
UD
48579 * string/test-strchr.c: Make usable for strchrnul testing.
48580 * string/test-strchrnul.c: New file.
48581 * string/Makefile (strop-tests): Add strchrnul.
48582
a1b560ff 48583 * po/it.po: Update from translation team.
b611fb81 48584 * po/es.po: Likewise.
a1b560ff 48585
a5b81e1f
UD
485862011-10-28 Ulrich Drepper <drepper@gmail.com>
48587
fd52bc6d
UD
48588 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48589 the three constants needed as parameters. Drop the others.
48590 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48591 __m128i_strloadu_tolower.
52e4b9eb
UD
48592 Create and initialize variable zero and use it in all the places
48593 where _mm_setzero_si128 was used.
fd52bc6d 48594
a5b81e1f
UD
48595 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48596 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48597 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48598 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48599 anymore.
48600 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48601 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48602 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48603 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48604 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48605 __mpranred, __mptan.
48606 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48607 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48608 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48609 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48610 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48611 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48612 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48613 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48614 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48615
b4343346
AS
486162011-10-28 Andreas Schwab <schwab@redhat.com>
48617
0c92d8a8
AS
48618 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48619 redefine if SHARED.
48620 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48621
b4343346
AS
48622 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48623 wide char related routines to wcsmbs subdir.
48624
3871f58f
AS
486252011-10-27 Andreas Schwab <schwab@redhat.com>
48626
48627 [BZ #13344]
48628 * misc/sys/cdefs.h (__THROWNL): Define.
48629 * posix/unistd.h: Use __THREADNL instead of __THREAD
48630 for memory synchronization functions.
48631
94d44d9f
RM
486322011-10-26 Roland McGrath <roland@hack.frob.com>
48633
21b64b15 48634 [BZ #13349]
94d44d9f
RM
48635 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48636 doesn't exist.
48637 * manual/stdio.texi (Obstack Streams): Node removed.
48638
f6ce9294
AS
486392011-10-26 Andreas Schwab <schwab@redhat.com>
48640
80479147
AS
48641 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48642 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48643 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48644
f6ce9294
AS
48645 * math/math_private.h (math_force_eval): Allow non-addressable
48646 arguments.
48647 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48648
618280a1
UD
486492011-10-25 Ulrich Drepper <drepper@gmail.com>
48650
e0016b11
UD
48651 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48652 file is not needed.
48653
48654 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48655 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48656 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48657 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48658 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48659 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48660 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48661 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48662 Add AVX variants.
48663 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48664 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48665 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48666 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48667 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48668 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48669 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48670 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48671 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48672 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48673 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48674 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48675 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48676 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48677 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48678 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48679 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48680 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48681 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48682
48683 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48684 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
48685
618280a1
UD
48686 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48687 place. Use VEX encoding when compiling for AVX.
48688
37822576
AS
486892011-10-25 Andreas Schwab <schwab@redhat.com>
48690
1f1e1947
AS
48691 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48692 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48693
37822576
AS
48694 * string/test-strchr.c (do_test): Don't generate NUL bytes.
48695
31ea014d
UD
486962011-10-25 Ulrich Drepper <drepper@gmail.com>
48697
d7826aa1 48698 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 48699 useless if() expression.
d7826aa1
UD
48700 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48701 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48702 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48703 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48704 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48705 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48706 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48707 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48708 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48709 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48710 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48711 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48712 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48713 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48714 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48715 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48716 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48717 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48718 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48719
31ea014d
UD
48720 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48721
16437fec
AS
487222011-10-25 Andreas Schwab <schwab@redhat.com>
48723
48724 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48725 condition.
48726 * elf/dl-fini.c (_dl_sort_fini): Likewise.
48727
31d3cc00
UD
487282011-10-25 Ulrich Drepper <drepper@gmail.com>
48729
48730 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48731 .text section. Avoid duplicate constants.
48732 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48733 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48734 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48735 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48736 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48737 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48738 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48739 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48740 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48741 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48742 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48743 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48744 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48745 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48746 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48747 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48748 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48749 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48750 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48751 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48752 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48753 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48754 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48755 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48756 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48757 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48758 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48759 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48760 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48761 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48762 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48763 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48764 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48765 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48766 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48767 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48768 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48769 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48770 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48771 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48772 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48773 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48774 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48775 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48776 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48777
58985aa9
UD
487782011-10-24 Ulrich Drepper <drepper@gmail.com>
48779
202c9deb
UD
48780 * sysdeps/x86_64/dla.h: Move to ...
48781 * sysdeps/x86_64/fpu/dla.h: ...here.
48782 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48783 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 48784
af968f62
UD
48785 * config.make.in: Add have-mfma4 entry.
48786 * configure.in: Substitute libc_cv_cc_fma4.
48787 * math/Makefile (dbl-only-routines): Add sincostab.
48788 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48789 Use __sincostab not sincos.
48790 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48791 name is a macro.
48792 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48793 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48794 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48795 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
48796 using __copysign.
48797 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
48798 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
48799 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48800 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48801 and __inv.
48802 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48803 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48804 __copysign.
48805 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
48806 define aliases when function name is a macro.
48807 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48808 sysdeps/ieee754/dbl-64/sincos.tbl.
48809 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48810 fma4-enabled routines.
48811 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48812 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48813 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48814 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48815 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48816 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48817 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48818 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48819 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48820 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48821 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48822 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48823 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48824 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48825 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48826 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48827 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48828 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48829 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48830 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48831 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48832 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48833 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48834 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48835 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48836 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48837 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48838 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48839 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48840 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48841
58985aa9
UD
48842 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48843 rename.
48844 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48845 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48846 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48847 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48848 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48849 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48850 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48851 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48852
a201fbcf
AS
488532011-10-24 Andreas Schwab <schwab@redhat.com>
48854
48855 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48856
fc2ee42a
LD
488572011-10-23 Ulrich Drepper <drepper@gmail.com>
48858
bb3129bd
UD
48859 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48860
0275fff8
UD
48861 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48862 prediction.
48863 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48864
2fa2ae85
UD
48865 * string/strnlen.c: Don't define STRNLEN, reverse logic.
48866 Remove unused variable magic_bits.
48867 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48868
fc2ee42a
LD
48869 * string/strnlen.c: Define and use STRNLEN macro.
48870 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48871 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48872 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48873 * wcsmbs/wcslen.c: Define and use WCSLEN.
48874 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48875 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48876 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48877 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48878 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48879 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48880 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48881
ce7dd29f
LD
488822011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48883
48884 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48885 strnlen-sse2-no-bsf.
48886 Rename strlen-no-bsf to strlen-sse2-no-bsf.
48887 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48888 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48889 Add strnlen support.
48890 (USE_AS_STRNLEN): New macro.
48891 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48892 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48893 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48894 * sysdeps/x86_64/wcslen.S: New file.
48895
979c70a3
MZ
488962011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
48897
48898 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48899 XMM-moves are used for copying on small sizes.
48900
2d09f82f
LD
489012011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48902
48903 * wcsmbs/Makefile (strop-tests): Add wcschr.
48904 * wcsmbs/test-wcschr.c: New file.
48905 * string/test-strchr.c: Update.
48906 Add wcschr support.
48907 (WIDE): New macro.
48908
619fccca
LD
489092011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48910
2d09f82f 48911 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
48912 * wcsmbs/test-wcslen.c: New file.
48913 * string/test-strlen.c: Update.
48914 Add wcslen support.
48915 (WIDE): New macro.
48916
09f699ea
UD
489172011-10-23 Ulrich Drepper <drepper@gmail.com>
48918
48919 * po/it.po: Update from translation team.
48920
95584d3b
LD
489212011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48922
48923 * sysdeps/x86_64/wcscmp.S: Update.
48924 Fix wrong comparison semantics.
48925 wcscmp shall use signed comparison not unsigned.
48926 Don't use substraction to avoid overflow bug.
48927 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48928 * wcsmbc/wcscmp.c: Likewise.
48929 * string/test-strcmp.c: Likewise.
48930 Add new tests to check cases with negative values.
48931
c8b3296b
UD
489322011-10-23 Ulrich Drepper <drepper@gmail.com>
48933
48934 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48935 * sysdeps/x86_64/dla.h: ...here. New file.
48936 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48937 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48938 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48939 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48940 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48941 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48942 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48943 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48944 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48945
246ad57a
AS
489462011-10-23 Andreas Schwab <schwab@linux-m68k.org>
48947
48948 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48949 __ynl_finite aliases.
48950
a1a87169
UD
489512011-10-22 Ulrich Drepper <drepper@gmail.com>
48952
0d355eb7
UD
48953 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48954
a1a87169
UD
48955 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48956 define DLA_FMA.
48957 [DLA_FMA] (EMULV): Use DLA_FMA.
48958 [DLA_FMA] (MUL12): Use EMULV.
48959 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48960 that are not needed.
48961 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48962 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48963 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48964 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48965 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48966 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48967 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48968
ee2aafe0
AS
489692011-10-22 Andreas Schwab <schwab@linux-m68k.org>
48970
48971 * math/s_nan.c: Undef __nan.
48972 * math/s_nanf.c: Undef __nanf.
48973 * math/s_nanl.c: Undef __nanl.
48974 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48975 "math_private.h".
48976
bc62c2fb
UD
489772011-10-22 Ulrich Drepper <drepper@gmail.com>
48978
77425c63
UD
48979 * math/s_catan.c: Add branch predictions.
48980 * math/s_catanf.c: Likewise.
48981 * math/s_catanh.c: Likewise.
48982 * math/s_catanhf.c: Likewise.
48983 * math/s_catanhl.c: Likewise.
48984 * math/s_catanl.c: Likewise.
48985 * math/s_cexp.c: Likewise.
48986 * math/s_cexpf.c: Likewise.
48987 * math/s_cexpl.c: Likewise.
48988 * math/s_clog.c: Likewise.
48989 * math/s_clog10.c: Likewise.
48990 * math/s_clog10f.c: Likewise.
48991 * math/s_clog10l.c: Likewise.
48992 * math/s_clogf.c: Likewise.
48993 * math/s_clogl.c: Likewise.
48994 * math/s_csqrt.c: Likewise.
48995 * math/s_csqrtf.c: Likewise.
48996 * math/s_csqrtl.c: Likewise.
48997 * math/s_ctanf.c: Likewise.
48998 * math/s_ctanh.c: Likewise.
48999 * math/s_ctanhf.c: Likewise.
49000 * math/s_ctanhl.c: Likewise.
49001 * math/s_ctanl.c: Likewise.
49002
bc62c2fb
UD
49003 * math/math_private.h: Define __nan, __nanf, __nanl.
49004 * math/s_cacosh.c: Include <math_private.h>.
49005 * math/s_cacoshl.c: Likewise.
49006 * math/s_casinh.c: Likewise.
49007 * math/s_casinhf.c: Likewise.
49008 * math/s_casinhl.c: Likewise.
49009 * math/s_ccos.c: Rely entire on ccosh.
49010 * math/s_ccosf.c: Rely entire on ccoshf.
49011 * math/s_ccosl.c: Rely entirely on ccoshl.
49012 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
49013 Remove tests for FE_INVALID.
49014 * math/s_ccoshf.c: Likewise.
49015 * math/s_ccoshl.c: Likewise.
49016 * math/s_csin.c: Likewise.
49017 * math/s_csinf.c: Likewise.
49018 * math/s_csinh.c Likewise.
49019 * math/s_csinhf.c: Likewise.
49020 * math/s_csinhl.c: Likewise.
49021 * math/s_csinl.c: Likewise.
49022 * math/s_ctan.c: Likewise.
49023 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49024 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49025 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49026
8ec250a4
UD
490272011-10-21 Ulrich Drepper <drepper@gmail.com>
49028
c196fed8
UD
49029 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49030 compilation problems.
49031
8ec250a4
UD
49032 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49033 __builtin_expect.
49034
8d4f46c6
UD
490352011-10-20 Ulrich Drepper <drepper@gmail.com>
49036
ed72b654
UD
49037 * sysdeps/i386/configure.in: Test for -mfma4 option.
49038 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49039 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49040 COMMON_CPUID_INDEX_80000001.
49041 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49042 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49043 use it if FMA3 is not supported.
49044 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49045
8d4f46c6
UD
49046 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49047 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49048
d45c60c2
AS
490492011-10-20 Andreas Schwab <schwab@redhat.com>
49050
49051 [BZ #12892]
49052 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49053 it would create a cycle with a link time dependency.
49054
d9a4d2ab
UD
490552011-10-19 Ulrich Drepper <drepper@gmail.com>
49056
855d1560
UD
49057 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49058 instruction.
49059 * string/Makefile (strop-tests): Add rawmemchr.
49060 * string/test-rawmemchr.c: New file.
49061
d9a4d2ab
UD
49062 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49063 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
49064 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
49065 when compiling str{,n}casecmp and when AVX is available. Hook up
49066 new optimized code in initializers.
49067
8f3b1ffe
AS
490682011-10-19 Andreas Schwab <schwab@redhat.com>
49069
49070 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49071 __feraiseexcept instead of feraiseexcept.
49072
d38f1dba
UD
490732011-10-18 Ulrich Drepper <drepper@gmail.com>
49074
d9a8d0ab
UD
49075 * math/math_private.h: Define defaults for libc_fetestexcept and
49076 libc_feupdateenv.
49077 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49078 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49079 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49080 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49081 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49082 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49083 libc_fetestexcept and libc_feupdateenv.
49084
4855e3dd
UD
49085 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49086 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49087 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49088 * sysdeps/x86_64/fpu/math_private.h: Define special version of
49089 libc_feholdexcept_setround.
49090
581d30e3
UD
49091 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49092 Add s_nearbyint-c and s_nearbyintf-c.
49093 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49094 nearbyintf inlines.
49095 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49096 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49097 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49098 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49099
d38f1dba
UD
49100 * math/math_private.h: Define defaults for libc_fegetround,
49101 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49102 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49103 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49104 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49105 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49106 standard functions.
49107 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49108 Remove comments and hacks for old compiler versions.
49109 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49110 libc_fegetround, libc_fesetround, libc_feholdexcept, and
49111 libc_feholdexceptl.
49112
caa6c9d8
AS
491132011-10-18 Andreas Schwab <schwab@redhat.com>
49114
49115 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
49116 (__feraiseexcept_renamed): Add __NTH.
49117 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
49118 namespace violations.
49119
97c066e6
UD
491202011-10-17 Ulrich Drepper <drepper@gmail.com>
49121
99ce7b04
UD
49122 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49123
1004d182
UD
49124 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49125
228a984d
UD
49126 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49127 recently added interfaces.
49128 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49129
c8553a6a
UD
49130 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49131 about macro parameter expansion.
49132
ed22dcf6
UD
49133 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49134 __NO_MATH_INLINES is defined. Cleanups.
49135
49136 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49137 and __floorf is target has SSE4.1.
49138 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49139 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49140 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49141 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49142
b171c137
UD
49143 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49144 name.
49145 (floorf): Likewise.
49146
97c066e6
UD
49147 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49148
629f62ef
AS
491492011-10-17 Andreas Schwab <schwab@redhat.com>
49150
49a43d80
AS
49151 * misc/sys/cdefs.h: Fix last change.
49152
629f62ef
AS
49153 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49154 database lookup.
49155
e453f6cd
UD
491562011-10-16 Ulrich Drepper <drepper@gmail.com>
49157
aa78043a
UD
49158 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49159
ad0f5cad
UD
49160 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49161 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49162 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49163 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49164 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49165 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49166 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49167 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49168 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49169 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49170 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49171 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49172 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49173 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49174 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49175 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49176 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49177 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49178 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49179 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49180 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49181 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49182
49183 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49184 ceil, ceilf, floor, floorf.
49185
49186 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49187 Perform IRELATIVE relocations last.
49188
e453f6cd
UD
49189 * elf/do-rel.h: Add another parameter nrelative, replacing the
49190 local variable with the same name. Change name of the function
49191 to end in Rel or Rela (uppercase).
49192 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49193 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
49194 elf_dynamic_do_##reloc function.
49195
fd5bdc09
UD
491962011-10-15 Ulrich Drepper <drepper@gmail.com>
49197
79b195b5
UD
49198 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49199 is sufficient, at least on modern CPUs.
49200
d4a28569
UD
49201 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49202
b61099b5
UD
49203 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49204 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49205
bcf01e6d
UD
49206 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49207 __expl_finite.
49208 * math/bits/math-finite.h: Add entries for exp.
49209 * math/e_expl.c: Add __*_finite alias.
49210 * sysdeps/i386/fpu/e_exp.S: Likewise.
49211 * sysdeps/i386/fpu/e_expf.S: Likewise.
49212 * sysdeps/i386/fpu/e_expl.c: Likewise.
49213 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49214 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49215 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49216 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49217 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49218 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49219 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49220
ba1a0d59
UD
49221 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49222 is sufficient, at least on modern CPUs.
49223
fd5bdc09
UD
49224 * ctype/ctype-info.c (__ctype_init): Define.
49225 * include/ctype.h (__ctype_init): Declare.
49226 (__ctype_b_loc): The variable is always initialized.
49227 (__ctype_toupper_loc): Likewise.
49228 (__ctype_tolower_loc): Likewise.
49229 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49230 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49231
7872cfb0
AS
492322011-10-15 Andreas Schwab <schwab@linux-m68k.org>
49233
b468825a
AS
49234 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49235
7872cfb0
AS
49236 * configure.in: Also look in $cxxmachine/include for C++ system
49237 headers.
49238
be13f7bf
LD
492392011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49240
49241 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49242 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49243 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49244 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
49245 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49246 (USE_AS_WMEMCMP): New macro.
49247 Fixing indents.
49248 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49249 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49250 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49251 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49252 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49253 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49254 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49255 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49256 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49257 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49258 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49259 (USE_AS_WMEMCMP): New macro.
49260 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49261 * sysdeps/string/test-memcmp.c: Update.
49262 Fix simple_wmemcmp.
49263 Add new tests.
49264 * wcsmbs/wmemcmp.c: Update.
49265 (WMEMCMP): New macro.
49266 Fix overflow bug.
49267
556a2007
AJ
492682011-10-12 Andreas Jaeger <aj@suse.de>
49269
49270 [BZ #13268]
49271 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49272
538faaa7
UD
492732011-10-15 Ulrich Drepper <drepper@gmail.com>
49274
ab6737ff
UD
49275 * libio/iofwide.c (do_length): Avoid warning.
49276
538faaa7
UD
49277 * ctype/ctype.h (__isctype_f): Add missing __THROW.
49278
396a21b1
UD
492792011-10-14 Ulrich Drepper <drepper@gmail.com>
49280
cdf2901f
UD
49281 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49282
38ad40ce
UD
49283 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49284 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49285 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49286 * sysdeps/i386/i686/fpu/e_log.S: New file.
49287 * sysdeps/i386/i686/fpu/e_logf.S: New file.
49288 * sysdeps/i386/i686/fpu/e_logl.S: New file.
49289
396a21b1
UD
49290 * ctype/ctype.h: Add support for inlined isXXX functions when
49291 compiling C++ code.
49292
6b1f68c9
AS
492932011-10-14 Andreas Schwab <schwab@redhat.com>
49294
349290c0
AS
49295 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49296
6b1f68c9
AS
49297 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49298
f2282d42
RM
492992011-10-13 Roland McGrath <roland@hack.frob.com>
49300
49301 [BZ #13291]
49302 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49303
5298ffa8
AS
493042011-10-13 Andreas Schwab <schwab@redhat.com>
49305
714fad23
AS
49306 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49307 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49308 feraiseexcept.
49309
81dcc7fb
AS
49310 * sysdeps/x86_64/memrchr.S: Check for zero size.
49311
5298ffa8
AS
49312 * string/stratcliff.c: Add memrchr tests.
49313
951fbcec
LD
493142011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49315
49316 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49317 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49318 rawmemchr-sse2 rawmemchr-sse2-bsf.
49319 * sysdeps/i386/i686/multiarch/memchr.S: New file.
49320 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49321 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49322 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49323 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49324 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49325 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49326 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49327 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49328 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49329 * string/memrchr.c (MEMRCHR): New macro.
49330
0ac5ae23
UD
493312011-10-12 Ulrich Drepper <drepper@gmail.com>
49332
49333 Add integration with gcc's -ffinite-math-only and optimize wrapper
49334 functions in libm.
49335 * Versions.def: Define GLIBC_2.15 version for libm.
49336 * math/Makefile (headers): Add bits/math-finite.h.
49337 * math/bits/math-finite.h: New file.
49338 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49339 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49340 * math/e_acoshl.c: Add __*_finite alias.
49341 * math/e_acosl.c: Likewise.
49342 * math/e_asinl.c: Likewise.
49343 * math/e_atan2l.c: Likewise.
49344 * math/e_atanhl.c: Likewise.
49345 * math/e_coshl.c: Likewise.
49346 * math/e_exp10.c: Likewise.
49347 * math/e_exp10f.c: Likewise.
49348 * math/e_exp10l.c: Likewise.
49349 * math/e_exp2l.c: Likewise.
49350 * math/e_fmodl.c: Likewise.
49351 * math/e_gammal_r.c: Likewise.
49352 * math/e_hypotl.c: Likewise.
49353 * math/e_j0l.c: Likewise.
49354 * math/e_j1l.c: Likewise.
49355 * math/e_jnl.c: Likewise.
49356 * math/e_lgammal_r.c: Likewise.
49357 * math/e_log10l.c: Likewise.
49358 * math/e_log2l.c: Likewise.
49359 * math/e_logl.c: Likewise.
49360 * math/e_powl.c: Likewise.
49361 * math/e_sinhl.c: Likewise.
49362 * math/e_sqrtl.c: Likewise.
49363 * math/e_scalb.c: Completely rewritten and optimized.
49364 * math/e_scalbf.c: Likewise.
49365 * math/e_scalbl.c: Likewise.
49366 * math/w_acos.c: Likewise.
49367 * math/w_acosf.c: Likewise.
49368 * math/w_acosl.c: Likewise.
49369 * math/w_acosh.c: Likewise.
49370 * math/w_acoshf.c: Likewise.
49371 * math/w_acoshl.c: Likewise.
49372 * math/w_asin.c: Likewise.
49373 * math/w_asinf.c: Likewise.
49374 * math/w_asinl.c: Likewise.
49375 * math/w_atan2.c: Likewise.
49376 * math/w_atan2f.c: Likewise.
49377 * math/w_atan2l.c: Likewise.
49378 * math/w_atanh.c: Likewise.
49379 * math/w_atanhf.c: Likewise.
49380 * math/w_atanhl.c: Likewise.
49381 * math/w_exp10.c: Likewise.
49382 * math/w_exp10f.c: Likewise.
49383 * math/w_exp10l.c: Likewise.
49384 * math/w_fmod.c: Likewise.
49385 * math/w_fmodf.c: Likewise.
49386 * math/w_fmodl.c: Likewise.
49387 * math/w_j0.c: Likewise.
49388 * math/w_j0f.c: Likewise.
49389 * math/w_j0l.c: Likewise.
49390 * math/w_j1.c: Likewise.
49391 * math/w_j1f.c: Likewise.
49392 * math/w_j1l.c: Likewise.
49393 * math/w_jn.c: Likewise.
49394 * math/w_jnf.c: Likewise.
49395 * math/w_log.c: Likewise.
49396 * math/w_logf.c: Likewise.
49397 * math/w_logl.c: Likewise.
49398 * math/w_log10.c: Likewise.
49399 * math/w_log10f.c: Likewise.
49400 * math/w_log10l.c: Likewise.
49401 * math/w_log2.c: Likewise.
49402 * math/w_log2f.c: Likewise.
49403 * math/w_log2l.c: Likewise.
49404 * math/w_pow.c: Likewise.
49405 * math/w_powf.c: Likewise.
49406 * math/w_powl.c: Likewise.
49407 * math/w_remainder.c: Likewise.
49408 * math/w_remainderf.c: Likewise.
49409 * math/w_remainderl.c: Likewise.
49410 * math/w_scalb.c: Likewise.
49411 * math/w_scalbf.c: Likewise.
49412 * math/w_scalbl.c: Likewise.
49413 * math/w_sqrt.c: Likewise.
49414 * math/w_sqrtf.c: Likewise.
49415 * math/w_sqrtl.c: Likewise.
49416 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49417 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
49418 used.
49419 * math/math_private.h: Declare __kernel_standard_f.
49420 * math/w_cosh.c: Remove cruft and optimize a bit.
49421 * math/w_coshf.c: Likewise.
49422 * math/w_coshl.c: Likewise.
49423 * math/w_exp2.c: Likewise.
49424 * math/w_exp2f.c: Likewise.
49425 * math/w_exp2l.c: Likewise.
49426 * math/w_hypot.c: Likewise.
49427 * math/w_hypotf.c: Likewise.
49428 * math/w_hypotl.c: Likewise.
49429 * math/w_lgamma.c: Likewise.
49430 * math/w_lgamma_r.c: Likewise.
49431 * math/w_lgammaf.c: Likewise.
49432 * math/w_lgammaf_r.c: Likewise.
49433 * math/w_lgammal.c: Likewise.
49434 * math/w_lgammal_r.c: Likewise.
49435 * math/w_sinh.c: Likewise.
49436 * math/w_sinhf.c: Likewise.
49437 * math/w_sinhl.c: Likewise.
49438 * math/w_tgamma.c: Likewise.
49439 * math/w_tgammaf.c: Likewise.
49440 * math/w_tgammal.c: Likewise.
49441 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49442 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49443 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49444 Minor optimizations. Pretty printing. Remove cruft.
49445 * sysdeps/i386/fpu/e_acosf.S: Likewise.
49446 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49447 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49448 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49449 * sysdeps/i386/fpu/e_acosl.c: Likewise.
49450 * sysdeps/i386/fpu/e_asin.S: Likewise.
49451 * sysdeps/i386/fpu/e_asinf.S: Likewise.
49452 * sysdeps/i386/fpu/e_atan2.S: Likewise.
49453 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49454 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49455 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49456 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49457 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49458 * sysdeps/i386/fpu/e_exp10.S: Likewise.
49459 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49460 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49461 * sysdeps/i386/fpu/e_exp2.S: Likewise.
49462 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49463 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49464 * sysdeps/i386/fpu/e_fmod.S: Likewise.
49465 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49466 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49467 * sysdeps/i386/fpu/e_hypot.S: Likewise.
49468 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49469 * sysdeps/i386/fpu/e_log.S: Likewise.
49470 * sysdeps/i386/fpu/e_log10.S: Likewise.
49471 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49472 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49473 * sysdeps/i386/fpu/e_log2.S: Likewise.
49474 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49475 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49476 * sysdeps/i386/fpu/e_logf.S: Likewise.
49477 * sysdeps/i386/fpu/e_logl.S: Likewise.
49478 * sysdeps/i386/fpu/e_pow.S: Likewise.
49479 * sysdeps/i386/fpu/e_powf.S: Likewise.
49480 * sysdeps/i386/fpu/e_powl.S: Likewise.
49481 * sysdeps/i386/fpu/e_remainder.S: Likewise.
49482 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49483 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49484 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49485 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49486 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49487 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49488 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49489 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49490 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49491 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49492 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49493 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49494 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49495 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49496 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49497 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49498 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49499 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49500 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49501 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49502 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49503 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49504 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49505 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49506 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49507 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49508 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49509 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49510 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49511 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49512 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49513 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49514 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49515 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49516 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49517 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49518 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49519 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49520 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49521 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49522 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49523 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49524 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49525 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49526 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49527 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49528 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49529 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49530 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49531 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49532 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49533 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49534 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49535 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49536 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49537 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49538 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49539 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49540 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49541 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49542 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49543 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49544 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49545 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49546 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49547 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49548 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49549 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49550 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49551 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49552 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49553 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49554 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49555 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49556 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49557 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49558 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49559 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49560 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49561 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49562 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49563 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49564 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49565 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49566 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49567 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49568 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49569 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49570 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49571 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49572 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49573 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49574 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49575 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49576 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49577 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49578 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49579 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49580 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49581 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49582 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49583 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49584 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49585 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49586 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49587 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49588 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49589 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49590 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49591 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49592 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49593 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49594 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49595 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49596 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49597 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49598 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49599 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49600 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
49601 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49602 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49603 (__isnanf): Likewise.
49604 (__isinf_ns): Likewise.
49605 (__isinf_nsf): Likewise.
49606 (__finite): Likewise.
49607 (__finitef): Likewise.
49608 (__ieee754_sqrt): Define as macro.
49609 (__ieee754_sqrtf): Define as macro.
49610 (__ieee754_sqrtl): Define as macro.
49611 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49612 inlined copy.
49613 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49614 __FINITE_MATH_ONLY__ consistent.
49615 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49616
12cc2fcd
AS
496172011-10-10 Andreas Schwab <schwab@linux-m68k.org>
49618
a843a204
AS
49619 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49620 of rawmemchr.
49621
12cc2fcd
AS
49622 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49623
c853acd5
UD
496242011-10-09 Ulrich Drepper <drepper@gmail.com>
49625
49626 * po/ja.po: Update from translation team.
49627
c658d255
RM
496282011-10-08 Roland McGrath <roland@hack.frob.com>
49629
110946e4
RM
49630 * locale/programs/locarchive.c (prepare_address_space): New function.
49631 (create_archive, enlarge_archive, open_archive): Use it.
49632
50604220
RM
49633 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49634 inside [SHARED], where it is used.
49635
c658d255
RM
49636 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49637
49638 * nss/getent.c (netgroup_keys): Remove unused variable.
49639 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49640
6a621eb7
UD
496412011-10-08 Ulrich Drepper <drepper@gmail.com>
49642
7edb55ce
UD
49643 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49644 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49645 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49646 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49647 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49648 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49649 * math/Makefile (libm-calls): Add s_isinf_ns.
49650 * math/divtc3.c: Use __isinf_nsl instead of isinf.
49651 * math/multc3.c: Likewise.
49652 * math/s_casin.c: Likewise.
49653 * math/s_casinf.c: Likewise.
49654 * math/s_casinl.c: Likewise.
49655 * math/s_ccos.c: Likewise.
49656 * math/s_ccosf.c: Likewise.
49657 * math/s_ccosl.c: Likewise.
49658 * math/s_ctan.c: Likewise.
49659 * math/s_ctanf.c: Likewise.
49660 * math/s_ctanh.c: Likewise.
49661 * math/s_ctanhf.c: Likewise.
49662 * math/s_ctanhl.c: Likewise.
49663 * math/s_ctanl.c: Likewise.
49664 * math/w_fmod.c: Likewise.
49665 * math/w_fmodf.c: Likewise.
49666 * math/w_fmodl.c: Likewise.
49667 * math/w_remainder.c: Likewise.
49668 * math/w_remainderf.c: Likewise.
49669 * math/w_remainderl.c: Likewise.
49670 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49671 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49672 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49673 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49674 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49675 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49676 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49677 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49678
187da0ae
UD
49679 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49680 of the number.
49681 * stdio-common/printf_fphex.c: Likewise.
49682 * stdio-common/printf_size.c: Likewise.
49683
9277c064
UD
49684 * math/e_exp10.c: Include math_private.h using <...> not "...".
49685 * math/e_exp10f.c: Likewise.
49686 * math/e_exp10l.c: Likewise.
49687 * math/e_exp2l.c: Likewise.
49688 * math/e_j0l.c: Likewise.
49689 * math/e_j1l.c: Likewise.
49690 * math/e_jnl.c: Likewise.
49691 * math/e_lgammal_r.c: Likewise.
49692 * math/e_rem_pio2l.c: Likewise.
49693 * math/e_scalb.c: Likewise.
49694 * math/e_scalbf.c: Likewise.
49695 * math/e_scalbl.c: Likewise.
49696 * math/k_cosl.c: Likewise.
49697 * math/k_sinl.c: Likewise.
49698 * math/k_tanl.c: Likewise.
49699 * math/s_cacoshf.c: Likewise.
49700 * math/s_catan.c: Likewise.
49701 * math/s_catanf.c: Likewise.
49702 * math/s_catanh.c: Likewise.
49703 * math/s_catanhf.c: Likewise.
49704 * math/s_catanhl.c: Likewise.
49705 * math/s_catanl.c: Likewise.
49706 * math/s_ccosh.c: Likewise.
49707 * math/s_ccoshf.c: Likewise.
49708 * math/s_ccoshl.c: Likewise.
49709 * math/s_cexp.c: Likewise.
49710 * math/s_cexpf.c: Likewise.
49711 * math/s_cexpl.c: Likewise.
49712 * math/s_clog.c: Likewise.
49713 * math/s_clog10.c: Likewise.
49714 * math/s_clog10f.c: Likewise.
49715 * math/s_clog10l.c: Likewise.
49716 * math/s_clogf.c: Likewise.
49717 * math/s_clogl.c: Likewise.
49718 * math/s_csin.c: Likewise.
49719 * math/s_csinf.c: Likewise.
49720 * math/s_csinh.c: Likewise.
49721 * math/s_csinhf.c: Likewise.
49722 * math/s_csinhl.c: Likewise.
49723 * math/s_csinl.c: Likewise.
49724 * math/s_csqrt.c: Likewise.
49725 * math/s_csqrtf.c: Likewise.
49726 * math/s_csqrtl.c: Likewise.
49727 * math/s_ctan.c: Likewise.
49728 * math/s_ctanf.c: Likewise.
49729 * math/s_ctanh.c: Likewise.
49730 * math/s_ctanhf.c: Likewise.
49731 * math/s_ctanhl.c: Likewise.
49732 * math/s_ctanl.c: Likewise.
49733 * math/s_ldexp.c: Likewise.
49734 * math/s_ldexpf.c: Likewise.
49735 * math/s_ldexpl.c: Likewise.
49736 * math/s_significand.c: Likewise.
49737 * math/s_significandf.c: Likewise.
49738 * math/s_significandl.c: Likewise.
49739 * math/w_acos.c: Likewise.
49740 * math/w_acosf.c: Likewise.
49741 * math/w_acosh.c: Likewise.
49742 * math/w_acoshf.c: Likewise.
49743 * math/w_acoshl.c: Likewise.
49744 * math/w_acosl.c: Likewise.
49745 * math/w_asin.c: Likewise.
49746 * math/w_asinf.c: Likewise.
49747 * math/w_asinl.c: Likewise.
49748 * math/w_atan2.c: Likewise.
49749 * math/w_atan2f.c: Likewise.
49750 * math/w_atan2l.c: Likewise.
49751 * math/w_atanh.c: Likewise.
49752 * math/w_atanhf.c: Likewise.
49753 * math/w_atanhl.c: Likewise.
49754 * math/w_cosh.c: Likewise.
49755 * math/w_coshf.c: Likewise.
49756 * math/w_coshl.c: Likewise.
49757 * math/w_dremf.c: Likewise.
49758 * math/w_exp10.c: Likewise.
49759 * math/w_exp10f.c: Likewise.
49760 * math/w_exp10l.c: Likewise.
49761 * math/w_exp2.c: Likewise.
49762 * math/w_exp2f.c: Likewise.
49763 * math/w_fmod.c: Likewise.
49764 * math/w_fmodf.c: Likewise.
49765 * math/w_fmodl.c: Likewise.
49766 * math/w_hypot.c: Likewise.
49767 * math/w_hypotf.c: Likewise.
49768 * math/w_hypotl.c: Likewise.
49769 * math/w_j0.c: Likewise.
49770 * math/w_j0f.c: Likewise.
49771 * math/w_j0l.c: Likewise.
49772 * math/w_j1.c: Likewise.
49773 * math/w_j1f.c: Likewise.
49774 * math/w_j1l.c: Likewise.
49775 * math/w_jn.c: Likewise.
49776 * math/w_jnf.c: Likewise.
49777 * math/w_jnl.c: Likewise.
49778 * math/w_lgamma.c: Likewise.
49779 * math/w_lgamma_r.c: Likewise.
49780 * math/w_lgammaf.c: Likewise.
49781 * math/w_lgammaf_r.c: Likewise.
49782 * math/w_lgammal.c: Likewise.
49783 * math/w_lgammal_r.c: Likewise.
49784 * math/w_log.c: Likewise.
49785 * math/w_log10.c: Likewise.
49786 * math/w_log10f.c: Likewise.
49787 * math/w_log10l.c: Likewise.
49788 * math/w_log2.c: Likewise.
49789 * math/w_log2f.c: Likewise.
49790 * math/w_log2l.c: Likewise.
49791 * math/w_logf.c: Likewise.
49792 * math/w_logl.c: Likewise.
49793 * math/w_pow.c: Likewise.
49794 * math/w_powf.c: Likewise.
49795 * math/w_powl.c: Likewise.
49796 * math/w_remainder.c: Likewise.
49797 * math/w_remainderf.c: Likewise.
49798 * math/w_remainderl.c: Likewise.
49799 * math/w_scalb.c: Likewise.
49800 * math/w_scalbf.c: Likewise.
49801 * math/w_scalbl.c: Likewise.
49802 * math/w_sinh.c: Likewise.
49803 * math/w_sinhf.c: Likewise.
49804 * math/w_sinhl.c: Likewise.
49805 * math/w_sqrt.c: Likewise.
49806 * math/w_sqrtf.c: Likewise.
49807 * math/w_sqrtl.c: Likewise.
49808 * math/w_tgamma.c: Likewise.
49809 * math/w_tgammaf.c: Likewise.
49810 * math/w_tgammal.c: Likewise.
49811
6a621eb7
UD
49812 * po/ja.po: Update from translation team.
49813
bf582445
AJ
498142011-09-29 Andreas Jaeger <aj@suse.de>
49815
f9efbf3a
AJ
49816 [BZ #13179]
49817 * sunrpc/netname.c (netname2host): Fix logic.
49818
bf582445
AJ
49819 [BZ #6779]
49820 [BZ #6783]
49821 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49822 correctly.
49823 * math/w_remainder.c (__remainder): Likewise.
49824 * math/w_remainderf.c (__remainderf): Likewise.
49825 * math/libm-test.inc (remainder_test): Add test cases.
49826
48693bea
AK
498272011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49828
49829 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
49830 sdiv_qrnnd.
49831
42622229
LD
498322011-10-07 Ulrich Drepper <drepper@gmail.com>
49833
49834 * string/test-memcmp.c: Avoid unncessary #defines.
49835 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49836
093ecf92
LD
498372011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49838
49839 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49840 Use new sse2 version for core i3 - i7 as it's faster
49841 than sse42 version.
49842 (bit_Prefer_PMINUB_for_stringop): New.
49843 * sysdeps/x86_64/rawmemchr.S: Update.
49844 Replace with faster SSE2 version.
49845 * sysdeps/x86_64/memrchr.S: New file.
49846 * sysdeps/x86_64/memchr.S: Update.
49847 Replace with faster SSE2 version.
49848
fde56e5c
MP
498492011-09-12 Marek Polacek <mpolacek@redhat.com>
49850
49851 * elf/dl-load.c (lose): Add cast to avoid warning.
49852
21fd49a9
UD
498532011-10-07 Ulrich Drepper <drepper@gmail.com>
49854
5a06e643
UD
49855 * po/ca.po: Update from translation team.
49856
684ae515
UD
49857 * inet/getnetgrent_r.c: Hook up nscd.
49858 * nscd/Makefile (routines): Add nscd_netgroup.
49859 (nscd-modules): Add netgroupcache.
49860 (CFLAGS-netgroupcache.c): Define.
49861 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49862 (cache_search): Add const to second parameter.
49863 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49864 INNETGR.
49865 (dbs): Add netgrdb entry.
49866 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49867 (verify_persistent_db): Handle netgrdb.
49868 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49869 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49870 GETFDNETGR.
49871 (netgroup_response_header): Define.
49872 (innetgroup_response_header): Define.
49873 (datahead): Add netgroup_response_header and innetgroup_response_header
49874 elements.
49875 * nscd/nscd.conf: Add entries for netgroup cache.
49876 * nscd/nscd.h (dbtype): Add netgrdb.
49877 (_PATH_NSCD_NETGROUP_DB): Define.
49878 (netgroup_iov_disabled): Declare.
49879 (xmalloc, xcalloc, xrealloc): Move declarations here.
49880 (cache_search): Adjust prototype.
49881 Add netgroup-related prototypes.
49882 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49883 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49884 (__nscd_innetgr): Declare.
49885 * nscd/selinux.c (perms): Use access_vector_t as element type and
49886 add netgroup-related initializers.
49887 * nscd/netgroupcache.c: New file.
49888 * nscd/nscd_netgroup.c: New file.
49889 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49890 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49891 For four parameters use innetgr.
49892 * nss/nss_files/files-init.c: Add definition and callback for netgr.
49893 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49894 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49895 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49896
21fd49a9
UD
49897 * nscd/connections.c (register_traced_file): Don't register file
49898 for disabled databases.
49899
054c0457
UD
499002011-10-06 Ulrich Drepper <drepper@gmail.com>
49901
32b63198
UD
49902 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49903
054c0457
UD
49904 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49905 from tree and freeing node.
49906
64031225
JO
499072011-09-25 Jiri Olsa <jolsa@redhat.com>
49908
49909 * nss/nsswitch.c (__nss_database_lookup): Handle
49910 nss_parse_service_list out of memory case.
49911
0490345c
JO
499122011-09-15 Jiri Olsa <jolsa@redhat.com>
49913
49914 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49915 out of memory case.
49916
3a62d00d
AS
499172011-10-04 Andreas Schwab <schwab@redhat.com>
49918
49919 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49920 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49921 pass it down.
49922 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49923 elf_machine_rela, elf_machine_lazy_rel.
49924 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49925 (ELF_DYNAMIC_DO_REL): Likewise.
49926 (ELF_DYNAMIC_DO_RELA): Likewise.
49927 (ELF_DYNAMIC_RELOCATE): Likewise.
49928 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49929 to ELF_DYNAMIC_DO_REL.
49930 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49931 (dl_main): In trace mode always set __RTLD_NOIFUNC.
49932 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49933 elf_machine_rela.
49934 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49935 skip_ifunc, don't call ifunc function if non-zero.
49936 (elf_machine_rela): Likewise.
49937 (elf_machine_lazy_rel): Likewise.
49938 (elf_machine_lazy_rela): Likewise.
49939 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49940 (elf_machine_lazy_rel): Likewise.
49941 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49942 Likewise.
49943 (elf_machine_lazy_rel): Likewise.
49944 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49945 Likewise.
49946 (elf_machine_lazy_rel): Likewise.
49947 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49948 (elf_machine_lazy_rel): Likewise.
49949 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49950 (elf_machine_lazy_rel): Likewise.
49951 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49952 (elf_machine_lazy_rel): Likewise.
49953 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49954 (elf_machine_lazy_rel): Likewise.
49955 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49956 (elf_machine_lazy_rel): Likewise.
49957 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49958 (elf_machine_lazy_rel): Likewise.
49959
68577918
UD
499602011-09-28 Ulrich Drepper <drepper@gmail.com>
49961
49962 * nss/nss_files/files-init.c (_nss_files_init): Use static
49963 initialization for all the *_traced_file variables.
49964
68822d74
AS
499652011-09-28 Andreas Schwab <schwab@redhat.com>
49966
49967 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49968
2056100b
RM
499692011-09-27 Roland McGrath <roland@hack.frob.com>
49970
49971 [BZ #13226]
49972 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49973
32c76b63
AS
499742011-09-27 Andreas Schwab <schwab@redhat.com>
49975
49976 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49977 Reread the line before reparsing it.
49978
bf972c9d
AS
499792011-09-26 Andreas Schwab <schwab@redhat.com>
49980
49981 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49982
e057a1b5
JM
499832011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
49984 Maxim Kuvyrkov <maxim@codesourcery.com>
49985 Joseph Myers <joseph@codesourcery.com>
49986
49987 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49988 if needed for __stack_chk_guard.
49989
bc7e1c36
RM
499902011-09-19 Roland McGrath <roland@hack.frob.com>
49991
ecb1482f
RM
49992 * sysdeps/posix/spawni.c (script_execute): Always define it.
49993 It will be optimized away if unused.
49994 (maybe_script_execute): New function.
49995 (__spawni): Call it.
49996
bc7e1c36
RM
49997 * Makerules: Don't include tls.make.
49998 (config-tls): Always set to thread.
49999 * tls.make.c: File removed.
50000
1c3b002b
MF
500012011-09-19 Mike Frysinger <vapier@gentoo.org>
50002
50003 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50004 * config.make.in (CPPFLAGS-config): New substituted variable.
50005
2840865d
UD
500062011-09-15 Ulrich Drepper <drepper@gmail.com>
50007
88738eb6
UD
50008 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50009
cbf645a6 50010 [BZ #13192]
2840865d
UD
50011 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50012 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50013
b402e91a
RM
500142011-09-15 Roland McGrath <roland@hack.frob.com>
50015
50016 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50017 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50018 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50019 (CALL_FAIL): Likewise.
50020 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50021 (CALL_FAIL): Macro removed.
50022 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50023
4c1a1f71
UD
500242011-09-15 Ulrich Drepper <drepper@gmail.com>
50025
50026 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50027 for __FINITE_MATH_ONLY__ == 1.
50028
edc121be
AS
500292011-09-15 Andreas Schwab <schwab@redhat.com>
50030
50031 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50032 __ieee754_sqrt instead of sqrt.
50033 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50034 __ieee754_sqrtf instead of sqrtf.
50035 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50036 __floorf instead of floorf.
50037 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50038 __floorf, __truncf instead of floorf, truncf.
50039
cd205654
UD
500402011-09-14 Ulrich Drepper <drepper@gmail.com>
50041
ee4d0315
UD
50042 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50043
cd205654
UD
50044 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50045 __extern_always_inline.
50046 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50047 32-bit.
50048
48b67d71
AS
500492011-09-14 Andreas Schwab <schwab@redhat.com>
50050
50051 * elf/rtld.c (dl_main): Also relocate in dependency order when
50052 doing symbol dependency testing.
50053
1ae12c75
AS
500542011-09-13 Andreas Schwab <schwab@linux-m68k.org>
50055
50056 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50057 Always define `refsym'.
50058
995a80df
AS
500592011-09-13 Andreas Schwab <schwab@redhat.com>
50060
e529793b
AS
50061 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50062 (__FD_ELT): Renamed from __FDELT.
50063 * misc/bits/select2.h (__FD_ELT): Likewise.
50064 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50065 __FD_MASK instead of __FDELT, __FDMASK.
50066 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50067 Likewise.
50068 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50069 Likewise.
50070
52d4fef8
AS
50071 * elf/Makefile (gen-ldd): Fix pattern.
50072
995a80df
AS
50073 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50074 (init_tls): Likewise.
50075
8682f8b0
UD
500762011-09-12 Ulrich Drepper <drepper@gmail.com>
50077
50078 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50079
de82006d
AS
500802011-09-12 Andreas Schwab <schwab@redhat.com>
50081
a7c8e6a1
AS
50082 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50083 `struct cmsghdr *' instead of `void *'.
50084 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50085 Likewise.
50086
0f31fe77
AS
500872011-09-11 Andreas Schwab <schwab@linux-m68k.org>
50088
50089 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50090 if non-absolute.
50091 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50092 ldd_rewrite_script.
0f31fe77 50093
32b4c839
UD
500942011-09-11 Ulrich Drepper <drepper@gmail.com>
50095
83cd1420
UD
50096 * configure.in: Remove --with-tls option.
50097 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50098 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50099 out in case it is missing.
50100 * sysdeps/ia64/elf/configure.in: Likewise.
50101 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50102 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50103 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50104 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50105 * sysdeps/sh/elf/configure.in: Likewise.
50106 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50107 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50108 * sysdeps/x86_64/elf/configure.in: Likewise.
50109 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50110 * sysdeps/mach/hurd/tls.h: Likewise.
50111
633f745d
UD
50112 [BZ #13067]
50113 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50114
f318beb8
UD
50115 [BZ #13090]
50116 * configure.in: Fix use of AC_INIT.
50117
32b4c839
UD
50118 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50119
3ce1f295
UD
501202011-09-10 Ulrich Drepper <drepper@gmail.com>
50121
bb016596
UD
50122 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50123 __set_errno.
8e58439c
UD
50124 * malloc/hooks.c: Likewise.
50125
aebae053 50126 [BZ #11929]
02d46fc4
UD
50127 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
50128 variables statically.
50129 (narenas): Initialize.
50130 (list_lock): Initialize.
bb016596
UD
50131 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
50132 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
50133 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50134 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
50135 Add initializers to main_arena and mp_.
50136 (malloc_state): Remove pagesize member. Change all users to use
50137 GLRO(dl_pagesize).
50138
50139 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50140 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
50141 is always initialized.
50142
22a89187
UD
50143 * malloc/malloc.c: Removed unused configurations and dead code.
50144 * malloc/arena.c: Likewise.
50145 * malloc/hooks.c: Likewise.
02d46fc4 50146 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 50147
d063d164
UD
50148 * include/tls.h: Removed. USE___THREAD must always be defined.
50149 * bits/libc-tsd.h: Don't handle !USE___THREAD.
50150 * elf/dl-libc.c: Likewise.
50151 * elf/dl-tsd.c: Likewise.
50152 * include/errno.h: Likewise.
50153 * include/netdb.h: Likewise.
50154 * include/resolv.h: Likewise.
50155 * inet/herrno-loc.c: Likewise.
50156 * inet/herrno.c: Likewise.
50157 * malloc/arena.c: Likewise.
50158 * malloc/hooks.c: Likewise.
50159 * malloc/malloc.c: Likewise.
50160 * resolv/res-state.c: Likewise.
50161 * resolv/res_libc.c: Likewise.
50162 * sysdeps/i386/dl-machine.h: Likewise.
50163 * sysdeps/ia64/dl-machine.h: Likewise.
50164 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50165 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50166 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50167 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50168 * sysdeps/sh/dl-machine.h: Likewise.
50169 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50170 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50171 * sysdeps/unix/i386/sysdep.S: Likewise.
50172 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50173 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50174 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50175 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50176 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50177 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50178 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50179 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50180 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50181 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50182 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50183 * sysdeps/x86_64/dl-machine.h: Likewise.
50184 * tls.make.c: Likewise.
50185
3ce1f295
UD
50186 * configure.in: Remove --with-__thread option. Make tests for
50187 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50188 tls_model attribute fail if no support is available. Remove
50189 USE_IN_LIBIO.
50190 * Makeconfig: Adjust for dropped configure option. All features are
50191 now mandatory.
50192 * Makerules: Likewise.
50193 * Versions.def: Likewise.
50194 * argp/argp-fmtstream.c: Likewise.
50195 * argp/argp-fmtstream.h: Likewise.
50196 * argp/argp-help.c: Likewise.
50197 * assert/assert.c: Likewise.
50198 * config.h.in: Likewise.
50199 * config.make.in: Likewise.
50200 * configure: Likewise.
50201 * configure.in: Likewise.
50202 * csu/Versions: Likewise.
50203 * csu/init.c: Likewise.
50204 * elf/tst-audit2.c: Likewise.
50205 * elf/tst-tls10.c: Likewise.
50206 * elf/tst-tls10.h: Likewise.
50207 * elf/tst-tls11.c: Likewise.
50208 * elf/tst-tls12.c: Likewise.
50209 * elf/tst-tls14.c: Likewise.
50210 * elf/tst-tlsmod11.c: Likewise.
50211 * elf/tst-tlsmod12.c: Likewise.
50212 * elf/tst-tlsmod13.c: Likewise.
50213 * elf/tst-tlsmod13a.c: Likewise.
50214 * elf/tst-tlsmod14a.c: Likewise.
50215 * elf/tst-tlsmod15b.c: Likewise.
50216 * elf/tst-tlsmod16a.c: Likewise.
50217 * elf/tst-tlsmod16b.c: Likewise.
50218 * elf/tst-tlsmod7.c: Likewise.
50219 * elf/tst-tlsmod8.c: Likewise.
50220 * elf/tst-tlsmod9.c: Likewise.
50221 * gmon/gmon.c: Likewise.
50222 * grp/fgetgrent_r.c: Likewise.
50223 * grp/putgrent.c: Likewise.
50224 * hurd/fopenport.c: Likewise.
50225 * include/libc-symbols.h: Likewise.
50226 * include/tls.h: Likewise.
50227 * intl/gettextP.h: Likewise.
50228 * intl/loadinfo.h: Likewise.
50229 * locale/global-locale.c: Likewise.
50230 * locale/localeinfo.h: Likewise.
50231 * mach/devstream.c: Likewise.
50232 * malloc/arena.c: Likewise.
50233 * malloc/set-freeres.c: Likewise.
50234 * misc/err.c: Likewise.
50235 * misc/getttyent.c: Likewise.
50236 * misc/mntent_r.c: Likewise.
50237 * posix/getopt.c: Likewise.
50238 * posix/wordexp.c: Likewise.
50239 * pwd/fgetpwent_r.c: Likewise.
50240 * resolv/Versions: Likewise.
50241 * resolv/res_hconf.c: Likewise.
50242 * shadow/fgetspent_r.c: Likewise.
50243 * shadow/putspent.c: Likewise.
50244 * stdio-common/printf_fphex.c: Likewise.
50245 * stdio-common/tmpfile.c: Likewise.
50246 * stdlib/abort.c: Likewise.
50247 * stdlib/fmtmsg.c: Likewise.
50248 * sunrpc/auth_unix.c: Likewise.
50249 * sunrpc/clnt_perr.c: Likewise.
50250 * sunrpc/clnt_tcp.c: Likewise.
50251 * sunrpc/clnt_udp.c: Likewise.
50252 * sunrpc/clnt_unix.c: Likewise.
50253 * sunrpc/openchild.c: Likewise.
50254 * sunrpc/svc_simple.c: Likewise.
50255 * sunrpc/svc_tcp.c: Likewise.
50256 * sunrpc/svc_udp.c: Likewise.
50257 * sunrpc/svc_unix.c: Likewise.
50258 * sunrpc/xdr.c: Likewise.
50259 * sunrpc/xdr_array.c: Likewise.
50260 * sunrpc/xdr_rec.c: Likewise.
50261 * sunrpc/xdr_ref.c: Likewise.
50262 * sunrpc/xdr_stdio.c: Likewise.
50263
1248c1c4
PB
502642011-09-09 Ulrich Drepper <drepper@gmail.com>
50265
50266 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50267
502682011-07-03 Andreas Jaeger <aj@suse.de>
50269
50270 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50271 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50272 regenerate with gen-libm-tests.pl.
50273
502742010-05-12 Petr Baudis <pasky@suse.cz>
50275
50276 [BZ #11589]
50277 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50278 around j0() zero points by switching to j1().
50279 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50280 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50281 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50282 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50283
f22e1074
UD
502842011-09-09 Ulrich Drepper <drepper@gmail.com>
50285
f19009c1
UD
50286 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50287 instead of 0.
50288 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 50289 instead of 0.
f19009c1
UD
50290 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50291 Patch in part by Pavel Roskin <proski@gnu.org>.
50292
3f8cc204
UD
50293 [BZ #13138]
50294 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50295 realloc.
50296 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
50297 Free memory block if necessary.
50298
f22e1074
UD
50299 [BZ #12847]
50300 * libio/genops.c (INTDEF): For string streams the _lock pointer can
50301 be NULL. Don't lock in this case.
50302
0a2349f9
RM
503032011-09-09 Roland McGrath <roland@hack.frob.com>
50304
50305 * elf/elf.h (ELFOSABI_GNU): New macro.
50306 (ELFOSABI_LINUX): Define to that.
50307
f3cdd467
DZ
503082011-07-29 Denis Zaitceff <zaitceff@gmail.com>
50309
50310 * string/strncat.c (strncat): Undef the symbol in case it has been
50311 defined in bits/string.h.
50312
74718d13
UD
503132011-09-09 Ulrich Drepper <drepper@gmail.com>
50314
633e9e0f
UD
50315 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50316
0a2349f9 50317 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
50318 link map.
50319
f9924780
AJ
503202011-08-17 Andreas Jaeger <aj@suse.de>
50321
50322 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50323
7f5517aa
PP
503242011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
50325 Ian Lance Taylor <iant@google.com>
50326
50327 * math/libm-test.inc (lround_test): New testcase.
50328 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50329
762011fe
UD
503302011-09-08 Ulrich Drepper <drepper@gmail.com>
50331
92963737
UD
50332 * Makefile: Remove support for automatic cvs check-ins.
50333 * Makerules: Likewise.
50334 * config.make.in: Likewise.
50335 * configure.in: Likewise.
50336 * intl/Makefile: Likewise.
50337 * locale/Makefile: Likewise.
50338 * po/Makefile: Likewise.
50339 * posix/Makefile: Likewise.
50340 * sysdeps/gnu/Makefile: Likewise.
50341 * sysdeps/mach/hurd/Makefile: Likewise.
50342 * sysdeps/sparc/sparc32/Makefile: Likewise.
50343
b0727fd8
JS
50344 [BZ #13118]
50345 * posix/Makefile (bug-regex32-ENV): Define.
50346 Patch by John Stanley <jpsinthemix@verizon.net>.
50347
a0f33f99
UD
50348 * misc/Makefile (headers): Add bits/select2.h.
50349 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50350 * misc/bits/select2.h: New file.
50351 * include/bits/select2.h: New file.
50352 * debug/Makefile (routines): Add fdelt_chk.
50353 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50354 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50355 FD_ISSET.
50356 * debug/fdelt_chk.c: New file.
50357
762011fe
UD
50358 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
50359 * wcsmbs/test-wmemcmp.c: Likewise.
50360 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 50361 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
50362
503632011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50364
50365 * string/Makefile (strop-tests): Add memcmp.
50366 * string/test-wmemcmp.c: New file.
50367 * string/test-memcmp.c: Add wmemcmp support.
50368
7f513ec8
RM
503692011-09-08 Roland McGrath <roland@hack.frob.com>
50370
0442afb4
RM
50371 [BZ #13153]
50372 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50373 2011-07-19 change.
50374
7f513ec8
RM
50375 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50376 garbage value in a __mach_port_mod_refs call in the cases of the
50377 task-self and thread-self ports.
50378
a12b2239
ST
503792011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50380
50381 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50382
610f9ab4
AS
503832011-09-08 Andreas Schwab <schwab@redhat.com>
50384
7f513ec8 50385 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 50386
48882a1a
LD
503872011-09-07 Ulrich Drepper <drepper@gmail.com>
50388
b49865be
UD
50389 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50390
fdc86bc9
UD
50391 * elf/dl-libc.c (dlerror_run): Pass back error code from
50392 dl_catch_error.
50393
c966526a
UD
50394 [BZ #13123]
50395 * elf/dl-load.c (lose): Free l_origin if it is valid.
50396
48882a1a
LD
50397 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50398 names.
50399 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50400 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50401 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50402 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50403 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50404 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50405
77a2a8b4
AZ
504062011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50407
50408 * sysdeps/powerpc/fpu/e_hypot.c: New file.
50409 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50410 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50411 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50412 * sysdeps/powerpc/fpu/k_cosf.c: New file.
50413 * sysdeps/powerpc/fpu/k_sinf.c: New file.
50414 * sysdeps/powerpc/fpu/s_cosf.c: New file.
50415 * sysdeps/powerpc/fpu/s_sinf.c: New file.
50416 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50417 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50418
24f579d8
AM
504192011-08-15 Alan Modra <amodra@gmail.com>
50420
50421 [BZ #13092]
50422 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50423 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50424 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
50425 ppc_mcount to static-only-routines.
50426 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50427 __mcount_internal.
50428 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50429 __mcount_internal with usual JUMPTARGET. Remove useless nop.
50430
3d4837df
UD
504312011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
50432
50433 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50434 for finite and infinity parameters.
50435
22700377
WS
504362011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50437
50438 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50439 and add nop instructions for throughput optimization.
50440 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50441
5025581e
WS
504422011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
50443
50444 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50445 aligned copy for power7 with vector-scalar instructions.
50446 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50447
08a300c9
L
504482011-07-24 H.J. Lu <hongjiu.lu@intel.com>
50449
50450 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50451 AVX check.
50452
59178ef9
AS
504532011-09-07 Andreas Schwab <schwab@redhat.com>
50454
50455 [BZ #13144]
50456 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50457 last change.
50458
e38ba7ab
UD
504592011-09-07 Ulrich Drepper <drepper@gmail.com>
50460
50461 * sysdeps/unix/sysv/linux/x86_64/init-first.c
50462 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50463 syscall wrapper around clock_gettime in __vdso_clock_gettime.
50464 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50465 clock_gettime.
50466
d53a73ac
UD
504672011-09-06 Ulrich Drepper <drepper@gmail.com>
50468
fc8bffcc
UD
50469 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50470 Forgot to demangle the pointer.
50471
ceaa0c5d
UD
50472 * sysdeps/i386/sysdep.h: Define atom_text_section.
50473 * sysdeps/x86_64/sysdep.h: Likewise.
50474 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50475 section with atom_text_section.
50476 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50477 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50478 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50479 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50480 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50481
a77d3c17
UD
50482 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50483 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50484 already be defined. Change to take two parameters and don't assign
50485 result to variable. Adjust all users.
50486 Define INTERNAL_GETTIME if not already defined.
50487 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50488 call.
50489 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50490 HAVE_CLOCK_GETTIME_VSYSCALL.
50491 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50492
d53a73ac
UD
50493 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50494 gettimeofday vsyscall, just use time.
50495
a8f84144
AS
504962011-09-06 Andreas Schwab <schwab@redhat.com>
50497
50498 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50499 <errno.h>.
50500
ef606249
UD
505012011-09-06 Ulrich Drepper <drepper@gmail.com>
50502
50503 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50504 syscall on x86-64.
50505 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50506 syscall.
50507 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50508 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50509 syscall if possible.
50510
6585cb60
UD
505112011-09-05 Ulrich Drepper <drepper@gmail.com>
50512
50513 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50514 e_ident. Don't pass to find_mapsXX.
50515 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50516
a5f524e4
LD
505172011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50518
50519 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50520 strchr-sse2-no-bsf strrchr-sse2-no-bsf
50521 * sysdeps/x86_64/multiarch/strchr.S: Update.
50522 Check bit_slow_BSF bit.
50523 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50524 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50525 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50526
554881ef
UD
505272011-09-05 Ulrich Drepper <drepper@gmail.com>
50528
d96de963
UD
50529 [BZ #13134]
50530 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50531 before glibc 2.15.
50532 (tryshell): Define.
50533 (__spawni): Change last parameter to be flag. Test
50534 SPAWN_XFLAGS_USE_PATH flag to use path or not.
50535 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50536 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50537 * posix/spawni.c: Likewise.
50538 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50539 * posix/spawnp.c: Likewise. Change normal version to use
50540 SPAWN_XFLAGS_USE_PATH.
50541 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50542 SPAWN_XFLAGS_TRY_SHELL.
50543
d48e5868
UD
50544 [BZ #13150]
50545 * posix/glob.h: Remove gcc 1.x support.
50546
554881ef
UD
50547 [BZ #13068]
50548 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50549
693fb948
LD
505502011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50551
50552 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50553 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50554 strrchr-sse2-bsf
50555 * sysdeps/i386/i686/multiarch/strchr.S: New file.
50556 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50557 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50558 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50559 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50560 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50561
1b48c537
UD
505622011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50563
49d42c37
UD
50564 * sysdeps/x86_64/wcscmp.S: New file.
50565
1b48c537
UD
50566 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50567 wcscmp-c wcscmp-sse2
50568 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50569 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50570 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50571 * wcsmbs/wcscmp.c: Allow renaming.
50572
15c95c5d
DM
505732011-09-05 David S. Miller <davem@davemloft.net>
50574
50575 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50576 stack slot, rather than the struct return pointer slot.
50577 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50578 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50579 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50580 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50581
2f0ad8f3
UD
505822011-09-05 Ulrich Drepper <drepper@gmail.com>
50583
d88ae418
UD
50584 * po/ja.po: Update from translation team.
50585
2f0ad8f3
UD
50586 [BZ #13144]
50587 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50588 kernel in 64-bit binaries.
50589
5f4318d1
DM
505902011-09-01 David S. Miller <davem@davemloft.net>
50591
50592 * elf/elf.h (HWCAP_SPARC_*): Move to..
50593 * sysdeps/sparc/sysdep.h: this new file and add new values.
50594 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50595 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50596 _DL_HWCAP_COUNT to 24.
50597 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50598 entries.
50599 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50600 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50601 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50602 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50603 instead of magic constants.
50604 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50605
3ba57516
DM
506062011-08-31 David S. Miller <davem@davemloft.net>
50607
50608 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50609 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50610 Reimplement to do errno handling inline.
50611 (SYSCALL_ERROR_HANDLER): New macro.
50612 (__SYSCALL_STRING): Do not do errno handling in asm.
50613 (__CLONE_SYSCALL_STRING): Delete.
50614 (__INTERNAL_SYSCALL_STRING): Delete.
50615 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50616 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50617 (PSEUDO): Reimplement to do errno handling inline.
50618 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50619 (SYSCALL_ERROR_HANDLER): New macro.
50620 (__SYSCALL_STRING): Do not do errno handling in asm.
50621 (__CLONE_SYSCALL_STRING): Delete.
50622 (__INTERNAL_SYSCALL_STRING): Delete.
50623 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50624 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50625 i386.
50626 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50627 (inline_syscall*): Add 'err' argument.
50628 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50629 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50630 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50631 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50632
50633 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50634 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50635
2bc17433
AS
506362011-08-30 Andreas Schwab <schwab@redhat.com>
50637
50638 * elf/rtld.c (dl_main): Relocate objects in dependency order.
50639
fbeb5f4d
JO
506402011-08-29 Jiri Olsa <jolsa@redhat.com>
50641
50642 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50643 directive.
50644
ad69cc26
DM
506452011-08-24 David S. Miller <davem@davemloft.net>
50646
50647 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50648
39dd69df
AS
506492011-08-24 Andreas Schwab <schwab@redhat.com>
50650
50651 * elf/Makefile: Add rules to build and run unload8 test.
50652 * elf/unload8.c: New file.
50653 * elf/unload8mod1.c: New file.
50654 * elf/unload8mod1x.c: New file.
50655 * elf/unload8mod2.c: New file.
50656 * elf/unload8mod3.c: New file.
50657
50658 * elf/dl-close.c (_dl_close_worker): Reset private search list if
50659 it wasn't used.
50660
2c0b250a
DM
506612011-08-23 David S. Miller <davem@davemloft.net>
50662
50663 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50664 subtract stack bias.
50665 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50666 %sp not %fp in calculations.
50667 (_JMPBUF_UNWINDS_ADJ): Likewise.
50668
22044b48
DM
50669 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50670 (aio_suspend): Call it to force an exception region around the
50671 AIO_MISC_WAIT() invocation.
50672
2cae4995
AS
506732011-08-23 Andreas Schwab <schwab@redhat.com>
50674
50675 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50676 backslash.
50677
873a772e
AJ
506782011-07-04 Aurelien Jarno <aurelien@aurel32.net>
50679
50680 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50681 protection macro.
50682 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50683 and <dl-machine.h>.
50684 (Elf64_FuncDesc): Remove.
50685
25ad0df1
DM
506862011-08-22 David S. Miller <davem@davemloft.net>
50687
50688 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50689 sigaltstack check, add missing cfi directives.
50690 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50691 missing cfi directives, and sigaltstack handling.
50692
e888bcbe
AS
506932011-08-16 Andreas Schwab <schwab@redhat.com>
50694
50695 [BZ #11724]
50696 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50697 object is seen twice.
50698 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50699
50700 * elf/Makefile (distribute): Add tst-initorder2.c.
50701 (tests): Add tst-initorder2.
50702 (modules-names): Add tst-initorder2a tst-initorder2b
50703 tst-initorder2c tst-initorder2d. Add rules to build them.
50704 ($(objpfx)tst-initorder2.out): New rule.
50705 * elf/tst-initorder2.c: New file.
50706 * elf/tst-initorder2.exp: New file.
50707
87162f46
AS
507082011-08-22 Andreas Schwab <schwab@redhat.com>
50709
70538b7f
AS
50710 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50711
f55ffe58
AS
50712 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50713 dependencies back to end of function.
50714
87162f46
AS
50715 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50716 $(elfobjdir)/ld.so.
50717
91b392a4
UD
507182011-08-21 Ulrich Drepper <drepper@gmail.com>
50719
50720 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50721 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50722 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50723 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50724 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50725 of __vdso_gettimeofday.
50726 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50727 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
50728 attribute_hidden.
50729 (_libc_vdso_platform_setup): Remove initialization of
50730 __vdso_gettimeofday and __vdso_time.
50731
5c43483f
UD
507322011-08-20 Ulrich Drepper <drepper@gmail.com>
50733
775a77e7
UD
50734 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50735 and fgetc_unlocked.
50736 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50737 getc_unlocked.
89f447ed 50738
49c74ba9
UD
50739 * elf/dl-open.c (add_to_global): Report additions to the global scope
50740 for LD_DEBUG=scopes.
50741 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 50742 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 50743
5c43483f
UD
50744 [BZ #13114]
50745 * stdio-common/Makefile (tests): Add bug24.
50746 * stdio-common/bug24.c: New file.
50747
a101b025
AJ
507482011-08-19 Andreas Jaeger <aj@suse.de>
50749
50750 [BZ #13114]
50751 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50752 non-existant file when using close-on-exec mode.
50753
c88f1766
UD
507542011-08-20 Ulrich Drepper <drepper@gmail.com>
50755
0276a718
UD
50756 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50757 the very first instruction.
50758
c88f1766
UD
50759 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50760 the CFI state in the end.
50761 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50762 inclusion of dl-trampoline.h.
50763 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50764
51ccffa0
AS
507652011-08-19 Andreas Schwab <schwab@redhat.com>
50766
94d7165f
AS
50767 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50768 expectations for long double.
50769
51ccffa0
AS
50770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50771 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50772
fd708658 507732011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
50774
50775 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50776 artificual limit depends upon the system page size.
50777
44f0a71e
UD
507782011-08-17 Ulrich Drepper <drepper@gmail.com>
50779
50780 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50781 * resolv/Makefile: Define CFLAGS-libresolv.
50782
8de79a24
AS
507832011-08-17 Andreas Schwab <schwab@redhat.com>
50784
50785 * nss/makedb.c (compute_tables): Make variables used in nested
50786 function static.
50787
27724598
UD
507882011-08-17 Ulrich Drepper <drepper@gmail.com>
50789
c5305d88
UD
50790 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50791 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50792 if buffer was too small.
50793
27724598
UD
50794 * elf/pldd.c (main): Attach to all threads in the process.
50795 Rewrite /proc handling to use *at functions.
50796
076fe015
UD
507972011-08-16 Ulrich Drepper <drepper@gmail.com>
50798
174baab3
UD
50799 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50800 specifies first scope to show.
50801 (dl_open_worker): Update callers. Move printing scope of new
50802 object to before the relocation.
44f0a71e 50803 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
50804 * sysdeps/generic/ldsodefs.h: Update declaration.
50805
076fe015
UD
50806 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50807 string for the scope number.
50808
a60df2c3
UD
508092011-08-14 Ulrich Drepper <drepper@gmail.com>
50810
50811 * nscd/servicescache.c (cache_addserv): Make sure written is always
50812 initialized.
50813
5e4287d1
RM
508142011-08-14 Roland McGrath <roland@hack.frob.com>
50815
85ae0589
RM
50816 * sysdeps/i386/i486/bits/atomic.h
50817 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50818 statement expression, so as to suppress "set but not used" warning.
50819 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50820
69f63097
RM
50821 * string/strncat.c (STRNCAT): Use prototype definition.
50822
675456ef
RM
50823 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50824 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50825 -Iprograms here.
50826 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50827 (localedef-modules): Add localedef.
50828 (locale-modules): Add locale.
50829
5e4287d1
RM
50830 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50831 * elf/rtld.c (dl_main): Invert order of assignment in last change,
50832 to avoid a warning.
50833
9c96ff23
DM
508342011-08-14 David S. Miller <davem@davemloft.net>
50835
50836 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50837 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50838
f9ddf089
UD
508392011-08-13 Ulrich Drepper <drepper@gmail.com>
50840
44f0a71e 50841 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
50842 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50843 * elf/rtld.c (dl_main): Set l_name of vDSO.
50844 Call _dl_show_scope when DL_DEBUG_SCOPES.
50845 (process_dl_debug): Recognize scopes flag and also set it for all.
50846 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50847 Declare _dl_show_scope.
50848
1dc27704
UD
50849 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50850 (do_dlopen): Pass caller_dlopen to dl_open.
50851 (__libc_dlopen_mode): Initialize caller_dlopen.
50852
f9ddf089
UD
50853 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50854 of libc. Make tolower call locale-independent. Optimize a bit by
50855 using isdigit instead of isalnum.
50856 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50857
9ac533d3
UD
508582011-08-12 Ulrich Drepper <drepper@gmail.com>
50859
50860 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50861 was a dependency or dynamically loaded.
50862
89edf2e9
UD
508632011-08-11 Ulrich Drepper <drepper@gmail.com>
50864
8e999d29
UD
50865 * intl/l10nflist.c: Allow architecture-specific pop function.
50866 * sysdeps/x86_64/l10nflist.c: New file.
50867
89edf2e9
UD
50868 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50869 classification.
50870
14d96785
AS
508712011-08-10 Andreas Schwab <schwab@redhat.com>
50872
50873 * include/dirent.h: Add libc_hidden_proto for scandirat and
50874 scandirat64. Don't declare __scandirat64.
50875 * dirent/scandirat.c: Add libc_hidden_def.
50876 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50877 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50878
6761ac04
DM
508792011-08-10 David S. Miller <davem@davemloft.net>
50880
50881 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50882 enum.
50883 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50884 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50885 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50886
c55fbd1e
UD
508872011-08-09 Ulrich Drepper <drepper@gmail.com>
50888
50889 * Versions.def [libc]: Add GLIBC_2.15.
50890 * dirent/Makefile (routines): Add scandirat and scandirat64.
50891 * dirent/Versions [libc]: Export scandirat and scandirat64 for
50892 GLIBC_2.15.
50893 * dirent/dirent.h: Declare scandirat and scandirat64.
50894 * dirent/scandirat.c: New file.
50895 * dirent/scandirat64.c: New file.
50896 * sysdeps/wordsize-64/scandirat.c: New file.
50897 * sysdeps/wordsize-64/scandirat64.c: New file.
50898 * dirent/opendir.c: Define opendirat.
50899 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
50900 using scandirat.
50901 * dirent/scandir64.c: Adjust for scandir.c change.
50902 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
50903 __scandirat64, and __scandir_cancel_handler.
50904 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
50905 additional parameter and use openat instead of open (outside of ld.so).
50906 Add new __opendir as wrapper around __opendirat.
50907 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50908 here without requiring old scandirat implementation.
50909
879165f2
UD
509102011-08-08 Ulrich Drepper <drepper@gmail.com>
50911
50912 * dirent/scandir.c (cancel_handler): Renamed to
50913 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
50914 defined. Adjust users.
50915 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50916 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50917
cb7e923b
UD
509182011-08-04 Ulrich Drepper <drepper@gmail.com>
50919
16292edd
UD
50920 * string/test-string.h (IMPL): Use __STRING to expand name and then
50921 stringify it.
50922
cb7e923b
UD
50923 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
50924 of cleanups.
50925
cff82933
LD
509262011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50927
50928 * string/Makefile: Update.
50929 (strop-tests): Append strncat.
50930 * string/test-wcscmp.c: New file.
50931 New comprehensive test for wcscmp.
50932 * string/test-strcmp.c: Update.
50933 (WIDE): New define.
50934
9be9bfcc
AS
509352011-07-22 Andreas Schwab <schwab@redhat.com>
50936
50937 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50938 line.
50939
2e96f1c7
AS
509402011-07-26 Andreas Schwab <schwab@redhat.com>
50941
50942 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50943 encoding to ACE if AI_IDN.
50944
85188888
JJ
509452011-08-01 Jakub Jelinek <jakub@redhat.com>
50946
50947 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50948 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50949
5fa16e9b
LD
509502011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50951
50952 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50953 Fix overflow bug in strncat.
50954 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50955
50956 * string/test-strncat.c: Update.
50957 Add new tests for checking overflow bugs.
50958
509592011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50960
50961 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50962 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50963 * sysdeps/i386/i686/multiarch/strcat.S: New file.
50964 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50965 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50966 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50967 * sysdeps/i386/i686/multiarch/strncat.S: New file.
50968 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50969 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50970
50971 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50972 (USE_AS_STRCAT): Define.
50973 Add strcat and strncat support.
50974 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50975
8c1a459f
AS
509762011-07-25 Andreas Schwab <schwab@redhat.com>
50977
50978 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50979 __n bigger than INT_MAX+1.
50980 (__strncmp_g): Likewise.
50981
bba33c28
UD
509822011-07-23 Ulrich Drepper <drepper@gmail.com>
50983
798be72d
UD
50984 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50985 * libio/stido.h: Likewise.
50986
8accd4dc
UD
50987 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50988 (AF_NFC): Define.
50989 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50990 (AF_NFC): Define.
50991
cbff0d96
UD
50992 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50993 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50994 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50995 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50996 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50997
9191c04a
UD
50998 [BZ #13021]
50999 * scripts/test-installation.pl: Don't expect libnss_test1 to be
51000 installed.
51001
bba33c28
UD
51002 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51003 typo.
51004 (_dl_x86_64_save_sse): Likewise.
51005
90f139dd
UD
510062011-07-22 Ulrich Drepper <drepper@gmail.com>
51007
1aae088a
UD
51008 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51009 OSXSAVE.
51010 (_dl_x86_64_save_sse): Likewise.
51011
8e2045f5
UD
51012 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51013
90f139dd
UD
51014 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51015
1d002f25
AS
510162011-07-21 Andreas Schwab <schwab@redhat.com>
51017
51018 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51019 change.
51020 (_dl_x86_64_save_sse): Use correct AVX check.
51021
21137f89
UD
510222011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51023
51024 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51025 bug in strncpy/strncat.
51026 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51027
a65c0b7a
UD
510282011-07-21 Ulrich Drepper <drepper@gmail.com>
51029
51030 * string/tester.c (test_strcat): Add tests for different alignments
51031 of source and destination.
51032 (test_strncat): Likewise.
51033
6986b98a
UD
510342011-07-20 Ulrich Drepper <drepper@gmail.com>
51035
90bb2039
UD
51036 [BZ #12852]
51037 * posix/glob.c (glob): Check passed in values before using them in
51038 expressions to avoid some overflows.
51039 (glob_in_dir): Likewise.
51040
5644ef54
UD
51041 [BZ #13007]
51042 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51043 check for AVX enablement so that we don't crash with old kernels and
51044 new hardware.
51045 * elf/tst-audit4.c: Add same checks here.
51046 * elf/tst-audit6.c: Likewise.
51047
51048 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 51049
bfc9dc9b
AS
510502011-07-09 Andreas Schwab <schwab@linux-m68k.org>
51051
51052 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51053
702e64bb
UD
510542011-07-20 Ulrich Drepper <drepper@gmail.com>
51055
51056 * po/cs.po: Update from translation team.
51057 * po/bg.po: Likewise.
51058
295e904f
MP
510592011-07-12 Marek Polacek <mpolacek@redhat.com>
51060
51061 * misc/sys/cdefs.h: Add support for const attribute.
51062 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51063 to gnu_dev_{major,minor,makedev} functions.
51064
3ff94596
MP
510652011-07-20 Marek Polacek <mpolacek@redhat.com>
51066
51067 * intl/dcigettext.c (get_output_charset): Add missing bracket.
51068
28b59fca
AS
510692011-07-20 Andreas Schwab <schwab@redhat.com>
51070
51071 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51072 strlen results.
51073
19df733e
AK
510742011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51075
51076 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51077 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51078 register in order to avoid conflicts with the soft frame pointer
51079 being held in r11 when necessary.
51080 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51081 (INTERNAL_VSYSCALL_NCS): Likewise.
51082
c8835729
MP
510832011-07-14 Marek Polacek <mpolacek@redhat.com>
51084
51085 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51086 * elf/dl-fini.c (_dl_fini): Adjust caller.
51087 * elf/dl-close.c (_dl_close_worker): Likewise.
51088 * sysdeps/generic/ldsodefs.h: Adjust declaration.
51089
b902330c
MP
510902011-07-15 Marek Polacek <mpolacek@redhat.com>
51091
8991e135
MP
51092 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51093 "aux_cache->nlibs < 0".
51094
b902330c
MP
51095 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51096 in the reload-count case.
51097
99710781
LD
510982011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51099
51100 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51101 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51102 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51103 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51104 * sysdeps/x86_64/multiarch/strcat.S: New file.
51105 * sysdeps/x86_64/multiarch/strncat.S: New file.
51106 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51107 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51108 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51109 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51110 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51111 (USE_AS_STRCAT): Define.
51112 Add strcat and strncat support.
51113 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51114 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51115 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51116 * string/strncat.c: Update.
51117 (USE_AS_STRNCAT): Define.
51118 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51119 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51120 and i7.
51121 * sysdeps/x86_64/multiarch/init-arch.h
51122 (bit_Prefer_PMINUB_for_stringop): New.
51123 (index_Prefer_PMINUB_for_stringop): Likewise.
51124 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51125 bit_Prefer_PMINUB_for_stringop.
51126
7dc6bd90
UD
511272011-07-19 Ulrich Drepper <drepper@gmail.com>
51128
51129 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51130 buffer64.
51131 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51132 of casting of buffer.
51133 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51134 buffer32 and buffer64.
51135 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51136 writes instead of casting of buffer.
51137 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51138 buffer32.
51139 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51140 casting of buffer.
51141
e0e72284
AS
511422011-07-19 Andreas Schwab <schwab@redhat.com>
51143
51144 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51145
feb1eb0b
UD
511462011-07-19 Ulrich Drepper <drepper@gmail.com>
51147
51148 * nscd/nscd.c (termination_handler): Don't do anything for a database
51149 if it has not yet been initialized.
51150
298711ff
UD
511512011-07-18 Ulrich Drepper <drepper@gmail.com>
51152
51153 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51154
511552011-07-15 Marek Polacek <mpolacek@redhat.com>
51156
51157 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51158
f9d68389
UD
511592011-07-18 Ulrich Drepper <drepper@gmail.com>
51160
51161 * po/nl.po: Update from translation team.
51162 * po/sv.po: Likewise.
51163
db290cf5
RM
511642011-07-16 Roland McGrath <roland@hack.frob.com>
51165
51166 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51167 now disallowed by GCC.
5c550700 51168
fd5e21c7
RM
51169 * configure.in (use-default-link): Default to yes if a test -shared
51170 link meets our qualifications.
51171 * configure: Regenerated.
51172
5c550700
RM
51173 * config.make.in (output-format): New variable.
51174 * configure.in: Check for ld --print-output-format support.
51175 * configure: Regenerated.
51176 * Makerules ($(common-objpfx)format.lds)
51177 [$(output-format) != unknown]: Just use $(output-format),
51178 instead of the linker-script munging.
51179
9fa2c032
RM
511802011-07-14 Roland McGrath <roland@hack.frob.com>
51181
a6928d51
RM
51182 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51183 of $(common-objpfx)shlib.lds.
51184 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51185
661607b3
RM
51186 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51187 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51188
9fa2c032
RM
51189 * configure.in (-z relro check): Adjust test code to add a large
51190 writable data section after it.
51191 * configure: Regenerated.
51192
defe9061
RM
511932011-07-11 Roland McGrath <roland@hack.frob.com>
51194
51195 * configure.in (-z relro check): Fix test code to make the variable
51196 truly const.
51197 * configure: Regenerated.
51198
319b9ad4
UD
511992011-07-11 Ulrich Drepper <drepper@gmail.com>
51200
51201 * nscd/nscd.h (struct traced_file): Define.
51202 (struct database_dyn): Remove inotify_descr, reset_res, and filename
51203 elements. Add traced_files.
51204 (inotify_fd): Declare.
51205 (register_traced_file): Declare.
51206 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51207 (inotify_fd): Export.
51208 (resolv_conf_descr): Remove.
51209 (nscd_init): Move inotify descriptor creation to main.
51210 Don't register files for notification here.
51211 (register_traced_file): New function.
51212 (invalidate_cache): Don't use reset_res to determine whether to call
51213 res_init, go through the list of registered files.
51214 (main_loop_poll): The inotify descriptors are now stored in the
51215 structures for the traced files.
51216 (main_loop_epoll): Likewise
51217 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
51218 to __nss_disable_nscd.
51219 * nscd/cache.c (prune_cache): There is no single inotify descriptor
51220 for a database anymore. Check the records for all the registered
51221 files instead.
51222 * nss/Makefile (libnss_files-routines): Add files-init.
51223 (libnss_db-routines): Add db-init.
51224 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51225 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51226 * nss/nss_db/db-init.c: New file.
51227 * nss/nss_files/files-init.c: New file.
51228 * nss/nsswitch.c (nss_load_library): New function. Broken out of
51229 __nss_lookup_function.
51230 (__nss_lookup_function): Call nss_load_library.
51231 (nss_load_all_libraries): New function.
51232 (__nss_disable_nscd): Take parameter with callback function for files
51233 to register. Set is_nscd. Load all the DSOs for the NSS modules
51234 used for the cached services.
51235 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51236 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51237 options for features to all the files in nscd.
51238
51239 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51240
23bee3e8
RM
512412011-07-10 Roland McGrath <roland@hack.frob.com>
51242
51243 * csu/elf-init.c (__libc_csu_init): Comment typo.
51244
46a5b7f0
UD
512452011-07-09 Ulrich Drepper <drepper@gmail.com>
51246
51247 * po/pl.po: Update from translation team.
51248 * po/ja.po: Likewise.
51249 * po/ru.po: Likewise.
51250 * po/ko.po: Likewise.
51251 * po/fr.po: Likewise.
51252
d30cf5bb
RM
512532011-07-09 Roland McGrath <roland@hack.frob.com>
51254
113ddea4
RM
51255 * configure.in (.ctors/.dtors header and trailer check):
51256 Use an empirical test on a built program.
51257 * configure: Regenerated.
51258
574920b4
RM
51259 * configure.in (-z relro check): Use an empirical test on a built DSO.
51260 Detect, but do not require, on ia64.
51261 * configure: Regenerated.
51262
d30cf5bb
RM
51263 * configure.in (READELF): Find it with AC_CHECK_TOOL.
51264 Update tests that use readelf to use $READELF instead.
51265 * configure: Regenerated.
51266
8538fdb3
UD
512672011-07-08 Ulrich Drepper <drepper@gmail.com>
51268
51269 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51270 if the result is not used.
51271
04d08991
AJ
512722011-07-05 Andreas Jaeger <aj@suse.de>
51273
51274 [BZ#9696]
51275 * stdlib/tst-strtod.c: Add testcase.
51276
de283087
AD
512772011-07-07 Ulrich Drepper <drepper@gmail.com>
51278
4e5f31c8 51279 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 51280 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
51281 The latter has a higher limit. Take additional parameter to pass to
51282 the new function.
51283 (__pathconf): Pass file to __statfs_link_max.
51284 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51285 __statfs_link_max.
51286 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51287 __statfs_link_max.
51288
de283087
AD
51289 [BZ #12868]
51290 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51291 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51292 Handle Lustre.
51293 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51294 (__statfs_filesize_max): Likewise.
51295 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51296
c75fa153
AJ
512972011-07-05 Andreas Jaeger <aj@suse.de>
51298
51299 * resolv/res_comp.c (dn_skipname): Remove unused variable.
51300
1a544854
UD
513012011-07-06 Marek Polacek <mpolacek@redhat.com>
51302
51303 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51304 `status' variable.
51305 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51306 Likewise.
51307
6f0eec67
UD
513082011-07-04 H.J. Lu <hongjiu.lu@intel.com>
51309
51310 * Makefile (strop-tests): Add strncat.
51311 * string/test-strncat.c: New file.
51312
aae30307
UD
513132011-06-30 Marek Polacek <mpolacek@redhat.com>
51314
51315 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51316
c0cfb5eb
UD
513172011-06-21 Andreas Jaeger <aj@suse.de>
51318
51319 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51320 Copy rule from iconvdata/Makefile.
51321
01636b21
UD
513222011-07-06 Ulrich Drepper <drepper@gmail.com>
51323
51324 [BZ #12922]
51325 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51326 but no long options are defined, just return 'W'.
51327
9895c8bc
UD
513282011-06-22 Marek Polacek <mpolacek@redhat.com>
51329
51330 [BZ #9696]
51331 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51332
5d4cf042
UD
513332011-07-06 Ulrich Drepper <drepper@gmail.com>
51334
51335 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51336 netgroups to read.
960e5535 51337 (innetgr): Likewise.
5d4cf042 51338
751eb97e
RM
513392011-07-05 Roland McGrath <roland@hack.frob.com>
51340
51341 * config.make.in (install_root): Default to $(DESTDIR).
51342
f15f1e45
UD
513432011-07-05 Ulrich Drepper <drepper@gmail.com>
51344
51345 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51346
4e34ac6a
RM
513472011-07-02 Roland McGrath <roland@hack.frob.com>
51348
5e9b6af4
RM
51349 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51350
84f9ea0f
RM
51351 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51352 containing directory rather than embedding absolute directory names.
51353
ea5ee9f7
RM
51354 * scripts/check-local-headers.sh: Rewritten using awk.
51355 Match by word, not by line. Print error messages for matches.
51356 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51357
1b74661a
RM
51358 * Makerules [shlib-lds-flags empty]:
51359 ($(common-objpfx)libc_pic.opts): New target.
51360 ($(common-objpfx)libc_pic.os.clean): New target.
51361 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51362
51363 * config.make.in (OBJCOPY): New variable.
51364 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51365 * configure: Regenerated.
51366
f781ef40
RM
51367 * config.make.in (use-default-link): New variable.
51368 * configure.in (use_default_link): Grok --with-default-link to set it.
51369 * configure: Regenerated.
51370 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51371 (shlib-lds, shlib-lds-flags): Define to empty.
51372
2d4fa81e
RM
51373 * Makerules (shlib-lds): New variable.
51374 (shlib-lds-flags): New variable.
51375 (build-shlib, build-moduile, build-module-asneeded): Use it.
51376 ($(common-objpfx)libc.so): Use $(shlib-lds).
51377 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51378 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51379
31fffa6b
RM
51380 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51381 DT_FLAGS/DT_FLAGS_1 with zero flags.
51382
4e34ac6a
RM
51383 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51384 linker script munging.
51385
fcfc776b
UD
513862011-07-02 Ulrich Drepper <drepper@gmail.com>
51387
51388 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51389 as 128-bit value.
51390 * crypt/sha512.c (sha512_process_block): Perform total addition using
51391 128-bit if possible.
51392 (__sha512_finish_ctx): Likewise.
51393 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51394 as 64-bit value.
51395 * crypt/sha256.c (SWAP64): Define.
51396 (sha256_process_block): Perform total addition using 64-bit if
51397 possible.
51398 (__sha256_finish_ctx): Likewise.
51399
99231d9a
UD
514002011-07-01 Ulrich Drepper <drepper@gmail.com>
51401
51402 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
51403 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51404 * nscd/hstcache.c (cache_addhst): Likewise.
51405 * nscd/grpcache.c (cache_addgr): Likewise.
51406 * nscd/aicache.c (addhstaiX): Likewise
51407 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51408
445b4a53
TK
514092011-07-01 Thorsten Kukuk <kukuk@suse.de>
51410
51411 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51412 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51413 * nscd/hstcache.c (cache_addhst): Likewise.
51414 * nscd/grpcache.c (cache_addgr): Likewise.
51415 * nscd/aicache.c (addhstaiX): Likewise
51416
6d4d8e8e
AS
514172011-07-01 Andreas Schwab <schwab@redhat.com>
51418
51419 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51420 domain only when needed.
51421
89f654c5
AS
514222011-06-30 Andreas Schwab <schwab@redhat.com>
51423
51424 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51425 is always restored.
51426
cf3b23ff
UD
514272011-06-29 Ulrich Drepper <drepper@gmail.com>
51428
51429 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51430 are re-adding the entry.
51431 * nscd/servicescache.c (cache_addserv): Likewise.
51432
751626f9
AJ
514332011-06-30 Aurelien Jarno <aurelien@aurel32.net>
51434
51435 * sysdeps/generic/dl-irel.h: fix protection against multiple
51436 inclusions.
51437 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51438
9113ea1f
UD
514392011-06-28 Ulrich Drepper <drepper@gmail.com>
51440
5c0b8d90
UD
51441 [BZ #12935]
51442 * malloc/memusage.sh: Fix quoting in message.
51443 * debug/xtrace.sh: Likewise.
51444
9113ea1f
UD
51445 * configure.in: Remove support for --experimental-malloc option, make
51446 it the default.
51447 * config.make.in: Likewise.
51448 * malloc/Makefile: Likewise.
51449
a4172181
AS
514502011-06-27 Andreas Schwab <schwab@redhat.com>
51451
51452 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51453 two-byte characters.
51454
78a7eee7
RM
514552011-06-27 Roland McGrath <roland@hack.frob.com>
51456
62bede13
RM
51457 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51458 AC_CACHE_CHECK invocation.
51459 * configure: Regenerated.
51460
78a7eee7
RM
51461 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51462
5ce33a62
UD
514632011-06-27 Ulrich Drepper <drepper@gmail.com>
51464
034807a9
UD
51465 [BZ #12350]
51466 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
51467 bit from old_res_options.
51468
4902da17
UD
51469 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51470
5ce33a62
UD
51471 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51472 value type for setfct.
51473
c2344f56
L
514742011-06-23 H.J. Lu <hongjiu.lu@intel.com>
51475
51476 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51477 __gettimeofday instead of gettimeofday.
51478
68468076
UD
514792011-06-26 Ulrich Drepper <drepper@gmail.com>
51480
51481 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51482
acb0d739
L
514832011-06-24 H.J. Lu <hongjiu.lu@intel.com>
51484
51485 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51486
51487 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51488 info.
51489
8912479f
L
514902011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51491
51492 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51493 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51494 strcpy-sse2-unaligned strncpy-sse2-unaligned
51495 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51496 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51497 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51498 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51499 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51500 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51501 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51502 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51503 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51504 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51505 (STRCPY): Support SSE2 and SSSE3 versions.
51506
d5495a11
UD
515072011-06-24 Ulrich Drepper <drepper@gmail.com>
51508
51509 [BZ #12874]
51510 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51511 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51512 kernels which artificially limit size of requests.
51513
0b1cbaae
L
515142011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51515
51516 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51517 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51518 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51519 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51520 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51521 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51522 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51523 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51524 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51525 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51526 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51527 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51528 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51529 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51530 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51531 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51532 Enable unaligned load optimization for Intel Core i3, i5 and i7
51533 processors.
51534 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51535 Define.
51536 (index_Fast_Unaligned_Load): Define.
51537 (HAS_FAST_UNALIGNED_LOAD): Define.
51538
07f494a0
MP
515392011-06-23 Marek Polacek <mpolacek@redhat.com>
51540
51541 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51542
fa3fc0fe
UD
515432011-06-22 Ulrich Drepper <drepper@gmail.com>
51544
51545 [BZ #12907]
51546 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51547 until it is clear that the information is realy needed.
51548 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51549
e12df166
AS
515502011-06-22 Andreas Schwab <schwab@redhat.com>
51551
51552 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51553
852eb34d
UD
515542011-06-22 Ulrich Drepper <drepper@gmail.com>
51555
84e2a551
UD
51556 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51557 /sys/devices/system/cpu/online if it is usable.
51558
852eb34d
UD
51559 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51560 reading the information from the /proc filesystem to once a second.
51561
6e502e19
UD
515622011-06-21 Andreas Jaeger <aj@suse.de>
51563
51564 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51565 NULL after inclusion of kernel headers.
51566
75d39ff2
UD
515672011-06-21 Ulrich Drepper <drepper@gmail.com>
51568
51f9aa6a
UD
51569 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51570 calls to internal_setent.
51571
c0244a9d
UD
51572 [BZ #12885]
51573 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51574 addresses using gethostbyname4_r ignore IPv4 addresses.
51575
c5e3c2ae
UD
51576 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51577 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
51578
75d39ff2
UD
51579 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51580
42675c6f
DM
515812011-06-20 David S. Miller <davem@davemloft.net>
51582
51583 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51584 inclusions.
51585 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51586
51587 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51588 (elf_irel): Use it.
51589 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51590 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51591 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51592 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51593 * sysdeps/x86_64/dl-irel.h: Likewise.
51594
51595 * elf/dl-runtime.c: Use elf_ifunc_invoke.
51596 * elf/dl-sym.c: Likewise.
51597
57912a71
UD
515982011-06-15 Ulrich Drepper <drepper@gmail.com>
51599
51600 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
51601 need to dereference resplen2.
51602
ee22793d
AS
516032011-06-14 Andreas Schwab <schwab@redhat.com>
51604
51605 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51606
a9e836b0
UD
516072011-06-15 Ulrich Drepper <drepper@gmail.com>
51608
77fb9117
UD
51609 * Makeconfig: Define vardbdir and inst_vardbdir.
51610 * nss/Makefile: Add rules to install db-Makefile.
51611
40c1b22c
UD
51612 * nss/nss_db/db-XXX.c: Cleanup.
51613
9f2da732
UD
51614 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51615 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51616 GLIBC_PRIVATE.
51617 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51618 * nss/makedb.c: Implement -g option to specify that value strings
51619 are generated and should not be added to table iterated over for
51620 get*ent calls.
51621 * nss/nss_db/db-initgroups.c: New file.
51622
82e9a1f7
UD
51623 * nss/getent.c: Add support for initgroups lookups through getgrouplist
51624 interface.
51625
c41af17e
UD
51626 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51627 (internal_getgrouplist): Adjust to name change.
51628 Update use_initgroups_entry if this is not the first call.
51629 * nss/databases.def: Add initgroups entry.
51630
a9e836b0
UD
51631 * nss/makedb.c (compute_tables): Check result of multiple hash table
51632 sizes to minimize maximum chain length.
51633
2666d441
UD
516342011-06-14 Ulrich Drepper <drepper@gmail.com>
51635
51636 * Versions.def: Add entry for libnss_db.
51637 * shlib-versions: Likewise.
51638 * nss/Makefile: Add rules to build libnss_db.
51639 * nss/Versions: Add libnss_db information. Organize libnss_files
51640 entries better.
51641 * nss/db-Makefile: Add gshadow support. Change rules for the new
51642 makedb progra. Some minor improvements to generate smaller files.
51643 * nss/nss_db/nss_db.h: Move NSS database header data structures to
51644 here from...
51645 * nss/makedb.c: ...here.
51646 Improve database format to be smaller and require less memory at
51647 runtime.
51648 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
51649 db anymore.
51650 * nss/nss_db/db-netgrp.c: Likewise.
51651 * nss/nss_db/db-open.c: Likewise.
51652 * nss/nss_files/flies-XXX.x: Adjust comments.
51653 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51654 * nss/nss_files/files-grp.c: Likewise.
51655 * nss/nss_files/files-hosts.c: Likewise.
51656 * nss/nss_files/files-network.c: Likewise.
51657 * nss/nss_files/files-proto.c: Likewise.
51658 * nss/nss_files/files-pwd.c: Likewise.
51659 * nss/nss_files/files-rpc.c: Likewise.
51660 * nss/nss_files/files-service.c: Likewise.
51661 * nss/nss_files/files-sgrp.c: Likewise.
51662 * nss/nss_files/files-spwd.c: Likewise.
51663 * nss/nss_db/db-alias.c: Removed.
51664 * nss/nss_db/dummy-db.h: Removed.
51665
9ee76b5a
UD
516662011-06-02 Ulrich Drepper <drepper@gmail.com>
51667
51668 * nss/makedb.c: Rewritten to not use database library.
51669 * nss/Makefile: Update to build new makedb program.
51670
c71ca1f8
AJ
516712011-06-14 Andreas Jaeger <aj@suse.de>
51672
51673 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51674 memset declaration.
51675
3154bfb8
UD
516762011-06-10 Andreas Schwab <schwab@redhat.com>
51677
51678 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51679 tmpbuf.
51680
b350afab
RM
516812011-06-10 Roland McGrath <roland@hack.frob.com>
51682
decd4e50
RM
51683 * Makerules (shlib.lds): Fail if the linker script comes out empty.
51684 * elf/Makefile ($(objpfx)ld.so): Likewise.
51685
5615eaf2
RM
51686 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51687 Don't list ld.so twice in dependencies.
51688
51689 * posix/bug-regex31.c: Include <stdlib.h>.
51690
51691 * nscd/hstcache.c (cache_addhst): Remove unused variable.
51692
51693 * nis/nss_compat/compat-spwd.c
51694 (getspent_next_nss_netgr): Remove unused variable.
51695 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51696
51697 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51698 nonmembers" output to use the right array.
51699
51700 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51701
51702 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51703
51704 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51705 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51706 * catgets/gencat.c (read_input_file): Likewise.
51707 * locale/programs/locarchive.c (enlarge_archive): Likewise.
51708
51709 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51710 variable definition inside #if's controlling its use.
51711
51712 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51713
51714 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51715
51716 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51717
51718 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51719 unreachable code.
51720
51721 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51722
b68e08db
RM
51723 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51724 * configure: Regenerated.
51725
b350afab
RM
51726 * Makerules: Revert last change.
51727 * elf/Makefile: Likewise.
51728
28368601
RM
517292011-06-09 Roland McGrath <roland@hack.frob.com>
51730
51731 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51732 * elf/Makefile ($(objpfx)librtld.os): Likewise.
51733 (reloc-link): Likewise.
51734
11988f8f
UD
517352011-06-09 Ulrich Drepper <drepper@gmail.com>
51736
51737 * elf/Makefile: Add rules to build pldd.
51738 * elf/pldd.c: New file.
51739 * elf/pldd-xx.c: New file.
51740
e80fab37
UD
517412011-06-07 Ulrich Drepper <drepper@gmail.com>
51742
51743 * version.h: Update for 2.15 development version.
51744
9b849836
DM
517452011-06-07 David S. Miller <davem@davemloft.net>
51746
51747 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51748 ifuncs.
51749 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51750 elf_machine_lazy_rel): Likewise.
51751 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51752 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51753 elf_machine_lazy_rel): Likewise.
51754 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51755 dl_hwcap via passed in argument.
51756 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51757 Likewise.
51758
5a31b283
AK
517592011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51760
51761 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
51762
069e52f8
RM
517632011-06-06 Roland McGrath <roland@hack.frob.com>
51764
51765 [BZ #12849]
51766 * manual/fdl-1.1.texi: New file, verbatim from:
51767 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51768 * manual/lgpl-2.1.texi: New file, verbatim from:
51769 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51770 * manual/Makefile (licenses): New variable, list those new file names.
51771 (texis): Use it.
51772 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51773
51774 * manual/fdl.texi: File removed.
51775 * manual/lesser.texi: File removed.
51776 * manual/libc.texinfo (Copying, Documentation License):
51777 Use new @include file names, put @appendix directive before @include.
51778
f16846a5
JJ
517792011-06-04 Jakub Jelinek <jakub@redhat.com>
51780
51781 [BZ #12841]
51782 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51783 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51784 (mq_open): Add __NTH.
51785
3d29045b
L
517862011-06-02 H.J. Lu <hongjiu.lu@intel.com>
51787
51788 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51789 Assume Intel Core i3/i5/i7 processor if AVX is available.
51790
8c297311
UD
517912011-05-31 Ulrich Drepper <drepper@gmail.com>
51792
51793 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51794 typo.
51795
c8fc0c91
UD
517962011-05-31 Andreas Schwab <schwab@redhat.com>
51797
51798 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51799 memory. Use alloca_account. Fix memory leak when retrying.
51800
5b27a807
UD
518012011-05-31 Ulrich Drepper <drepper@gmail.com>
51802
356f8bc6
UD
51803 * version.h (RELEASE): Bump for 2.14 release.
51804 * include/features.h (__GLIBC_MINOR__): Bump to 14.
51805
5b27a807
UD
51806 * config.make.in (RANLIB): Remove entry.
51807
01f16ab0
UD
518082011-05-30 Ulrich Drepper <drepper@gmail.com>
51809
41fce8bd
UD
51810 * po/Makefile (po-sed-cmd): Add ksh to extensions.
51811 (libc.pot): Work around missing support for .ksh extension in xgettext.
51812
4769ae77
UD
51813 [BZ #12684]
51814 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51815 if both request failed.
51816 (send_dg): In case of server errors clear resplen or *resplen2.
51817
6b1e7d19
UD
51818 [BZ #12454]
51819 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51820 when there are multiple maps.
51821 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51822 (_dl_fini): Remove test here.
51823
01f16ab0
UD
51824 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51825
b1ebd700
UD
518262011-05-29 Ulrich Drepper <drepper@gmail.com>
51827
7ae22829
UD
51828 [BZ #12350]
51829 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51830 bit from old_res_options.
51831 (gaih_inet): Likewise.
51832
553149f6 51833 [BZ #11099]
18a84741 51834 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
51835 as signed.
51836
652ffab1
UD
51837 * resolv/res_init.c (res_setoptions): Make the code more compact.
51838
16985fd0
UD
51839 [BZ #11558]
51840 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51841 set RES_USEVC.
51842
0464f746
UD
51843 [BZ #11634]
51844 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51845
7d17596c
UD
51846 * malloc/malloc.h: Mark malloc hook variables as deprecated.
51847
cf6bbbd7
UD
51848 [BZ #11781]
51849 * malloc/malloc.h: Declare malloc hook variables as volatile.
51850
13f1ab36
UD
51851 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51852 in last patch.
51853
b1ebd700
UD
51854 [BZ #11799]
51855 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 51856 raise in the comment.
80e2212d
UD
51857 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51858 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51859 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 51860
ce67228d
UD
518612011-05-28 Ulrich Drepper <drepper@gmail.com>
51862
8887a920
UD
51863 [BZ #12811]
51864 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51865 grow the buffers more if it already has to be sufficient.
51866 (build_wcs_upper_buffer): Likewise.
51867 * posix/regexec.c (check_matching): Likewise.
51868 (clean_state_log_if_needed): Likewise.
51869 (extend_buffers): Don't enlarge buffers beyond size of the input
51870 buffer.
51871 Patches mostly by Emil Wojak <emil@wojak.eu>.
51872 * posix/bug-regex32.c: New file.
51873 * posix/Makefile (tests): Add bug-regex32.
51874
4f031072
UD
51875 * locale/findlocale.c (_nl_find_locale): Return right away if
51876 _nl_explode_name failed.
51877 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51878
d0478f0c
UD
51879 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51880
de81b246
UD
51881 * debug/xtrace.sh: Unify messages.
51882 * malloc/memusage.sh: Likewise.
51883
c738465a
UD
51884 [BZ #12813]
51885 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51886 time symbol from vDSO. Substitute with vsyscall if not available.
51887 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51888 __vdso_time.
51889
f1f929d7
UD
51890 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51891 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51892 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51893 Add sendmmsg and internal_sendmmsg.
51894 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51895 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51896 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51897
ce67228d
UD
51898 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51899 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51900 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51901
e57420c6
UD
519022011-05-27 Ulrich Drepper <drepper@gmail.com>
51903
a8509ca5
UD
51904 [BZ #12813]
51905 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51906 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
51907 available.
51908 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51909 __vdso_getcpu.
51910
e57420c6
UD
51911 [BZ #12814]
51912 * iconvdata/Makefile (tests): Add bug-iconv9.
51913 * iconvdata/bug-iconv9.c: New file.
51914
4d07db15
AS
519152011-05-27 Andreas Schwab <schwab@redhat.com>
51916
51917 [BZ #12814]
51918 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51919
ea486f69
JJ
519202011-05-25 Jakub Jelinek <jakub@redhat.com>
51921
51922 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51923 (struct user_regs_struct): Change intcs field back to cs.
51924
6f038433
UD
519252011-05-25 Ulrich Drepper <drepper@gmail.com>
51926
51927 * po/ja.po: Update from translation team.
51928
67f86a25
UD
519292011-05-23 Ulrich Drepper <drepper@gmail.com>
51930
51931 [BZ #12795]
51932 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51933 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51934
def7fbd6
AS
519352011-05-20 Andreas Schwab <schwab@redhat.com>
51936
51937 * stdlib/longlong.h: Update from GCC.
51938
f50ef8f1
AS
519392011-05-23 Andreas Schwab <schwab@redhat.com>
51940
51941 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51942 parameter name.
51943 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51944 Add parameter name.
51945 (__sysconf): Pass it down.
51946
de7ce8f1
UD
519472011-05-22 Ulrich Drepper <drepper@gmail.com>
51948
f2962a71
UD
51949 [BZ #12671]
51950 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51951 some situations.
51952 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51953 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51954 add in in __libc_use_alloca calls. Adjust callers.
51955 (glob): Use malloc in some situations.
51956
de7ce8f1
UD
51957 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51958 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51959 pltexit.
51960
aec84f53
UD
519612011-05-21 Ulrich Drepper <drepper@gmail.com>
51962
05bb4a68
UD
51963 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51964 and CLOCK_BOOTTIME_ALARM.
51965
7ea72f99
UD
51966 [BZ #12782]
51967 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51968 is returned.
51969
7e4afad5
UD
51970 * string/_strerror.c (__strerror_r): Print negative errors as signed
51971 numbers.
51972
8e211fec
UD
51973 [BZ #12777]
51974 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51975 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51976 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51977
f7d82dc9
UD
51978 * configure.in: Fix typo in redirection and correct removal of test
51979 files in two cases.
51980
cc9e536d
UD
51981 [BZ #12788]
51982 * locale/setlocale.c (new_composite_name): Fix test to check for
51983 identical name of all categories.
51984
aec84f53
UD
51985 [BZ #12792]
51986 * libio/filedoalloc.c (local_isatty): New function.
51987 (_IO_file_doallocate): Use local_isatty.
51988 * stdio-common/perror.c (perror): In case a new stream is used
51989 forward the stream error.
51990 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51991 error flag.
51992
78e64fdc
RT
519932011-05-20 Ulrich Drepper <drepper@gmail.com>
51994
34a9094f
UD
51995 [BZ #11869]
51996 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51997 alloca.
51998 * include/alloca.h (extend_alloca_account): Define.
51999
78e64fdc
RT
52000 [BZ #11857]
52001 * posix/regex.h: Fix comments with documentation of user-accessible
52002 fields after compilation and describe correct free'ing of pattern
52003 after re_compile_pattern.
52004 Patch by Reuben Thomas <rrt@sc3d.org>.
52005
457bddfc
RA
520062011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
52007
52008 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52009 and -mno-altivec to prevent the compiler from using Altivec and/or
52010 VSX instructions when the corresponding registers are not available.
52011
a4527b51
AS
520122011-05-19 Andreas Schwab <schwab@redhat.com>
52013
52014 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52015
ed690b2f
UD
520162011-05-19 Ulrich Drepper <drepper@gmail.com>
52017
52018 * libio/freopen.c (freopen): Use __dup2, not dup2.
52019 * libio/freopen64.c (freopen64): Likewise.
52020
8db73634
L
520212011-05-17 H.J. Lu <hongjiu.lu@intel.com>
52022
52023 [BZ #12775]
52024 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52025 * math/Makefile (tests): Add test-powl.
52026 (CFLAGS-test-powl.c): Define.
52027 * math/test-powl.c: New file.
52028
0a197a9d
L
520292011-05-16 H.J. Lu <hongjiu.lu@intel.com>
52030
52031 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52032
ee30c380
UD
520332011-05-17 Ulrich Drepper <drepper@gmail.com>
52034
52035 [BZ #11837]
52036 * iconvdata/gb18030.c: Update to GB18020-2005.
52037
6ce75379
UD
520382011-05-16 Ulrich Drepper <drepper@gmail.com>
52039
a4b89fd8
AR
52040 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52041 RE_SYNTAX_POSIX_AWK): Update to match recent development.
52042 Patch by Aharon Robbins <arnold@skeeve.com>.
52043
ea389b12
UD
52044 [BZ #11892]
52045 * stdlib/putenv.c (putenv): Don't always create copy of the variable
52046 on the stack.
52047
68a3f91f
UD
52048 [BZ #11895]
52049 * misc/pselect.c (__pselect): Handle timeout value errors hidden
52050 through underflows.
52051
15cc7dd1
UD
52052 [BZ #12766]
52053 * misc/error.c (error_at_line): Ensure file_name and old_file_name
52054 point to strings before performing equality test for error_one_per_line
52055 mode.
52056
f3799213
UD
52057 [BZ #11697]
52058 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52059
d79a9c94
UD
52060 [BZ #11820]
52061 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52062 (struct user_fpregs_struct): Avoid __uint*_t types.
52063
56e5eb46
UD
52064 [BZ #6420]
52065 * malloc/mtrace.c (tr_where): Add additional parameter to point to
52066 symbol info. Use it instead of calling _dl_addr locally.
52067 (lock_and_info): New function.
52068 (tr_freehook): Call lock_and_info and pass symbol info as additional
52069 parameter to tr_where.
52070 (tr_mallochook): Likewise.
52071 (tr_reallochook): Likewise.
52072 (tr_memalignhook): Likewise.
52073
6ce75379
UD
52074 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
52075 used and couldn't be at all thread-safe.
52076
f8a3b5bf
UD
520772011-05-15 Ulrich Drepper <drepper@gmail.com>
52078
94b7cc37
UD
52079 * libio/freopen.c (freopen): Don't close old file descriptor
52080 before the new one is opened. Instead dup the new file descriptor
52081 to the old one after the new stream is created.
52082 * libio/freopen64.c (freopen64): Likewise.
52083 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52084 * libio/fileops.c (_IO_new_file_close_it): Handle new
52085 _IO_FLAGS2_NOCLOSE flag.
52086 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52087 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52088 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52089 _IO_FLAGS2_NOCLOSE flag.
52090 * include/unistd.h: Add hidden_proto for dup3.
52091 Define __have_dup3.
52092 * io/dup3.c: Define hidden symbol.
52093 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52094
bd25564e
UD
52095 [BZ #7101]
52096 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52097 when an incomplete long option is used.
52098 * posix/tst-getopt_long1.c: New file.
52099 * posix/Makefile (tests): Add tst-getopt_long1.
52100
c84cfef4
UD
52101 [BZ #10138]
52102 * scripts/config.guess: Update from autoconf-2.68.
52103 * scripts/config.sub: Likewise.
52104
3b85df27
UD
52105 [BZ #10157]
52106 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52107 tests into ...
52108 (has_cpuclock): ...this. New function.
52109 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52110 macro here based on has_cpuclock code.
52111
15a856b1
UD
52112 [BZ #10149]
52113 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52114 First byte (not low byte) is now always NUL.
52115 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52116
05f399e6
UD
52117 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52118 Use non-cancelable interfaces.
52119
10a52685 52120 [BZ #9809]
94ecc67d
UD
52121 * locale/iso-639.def: Add entry for Sorani.
52122
f8a3b5bf
UD
52123 [BZ #11901]
52124 * include/stdlib.h: Move include protection to the right place.
52125 Define abort_msg_s. Declare __abort_msg with it.
52126 * stdlib/abort.c (__abort_msg): Adjust type.
52127 * assert/assert.c (__assert_fail_base): New function. Majority
52128 of code from __assert_fail. Allocate memory for __abort_msg with
52129 mmap.
52130 (__assert_fail): Now call __assert_fail_base.
52131 * assert/assert-perr.c: Remove bulk of implementation. Use
52132 __assert_fail_base.
52133 * include/assert.hL Declare __assert_fail_base.
52134 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52135 mmap.
52136 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52137
1af4e298
UD
521382011-05-14 Ulrich Drepper <drepper@gmail.com>
52139
f8a3b5bf 52140 [BZ #11952]
d26dfc60
MG
52141 [BZ #12453]
52142 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52143 until all modules are registered in the DTV.
52144 * elf/Makefile: Add rules to build and run tst-tls19.
52145 * elf/tst-tls19.c: New file.
52146 * elf/tst-tls19mod1.c: New file.
52147 * elf/tst-tls19mod2.c: New file.
52148 * elf/tst-tls19mod3.c: New file.
52149 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52150
2fc54d6f
UD
52151 [BZ #12083]
52152 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52153 correctly.
52154
98d76b46
UD
52155 [BZ #12601]
52156 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52157 two-byte sequence errors.
52158 * iconvdata/Makefile (tests): Add bug-iconv8.
52159 * iconvdata/bug-iconv8.c: New file.
52160
da3c19ef
UD
52161 [BZ #12626]
52162 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52163 buf2 definition.
52164
ca408c15
UD
52165 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52166
d6f67f7d
UD
52167 [BZ #12432]
52168 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52169 (dummy_getcfa): New function.
52170 (init): Get _Unwind_GetCFA address, use dummy if not found.
52171 (backtrace_helper): In recursion check, also check whether CFA changes.
52172 (__backtrace): Completely initialize arg.
52173
1af4e298 52174 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
52175 storing incomplete byte sequence in state object. Avoid testing for
52176 guaranteed too small input if we know there is enough data available.
1af4e298 52177
da62f81b
AS
521782011-05-11 Andreas Schwab <schwab@redhat.com>
52179
52180 * Makeconfig (+link-pie): Indent.
52181 * Rules (binaries-pie): Define if $(have-fpie) and
52182 $(build-shared).
52183 (binaries-shared): Also filter out $(binaries-pie).
52184 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52185 * nscd/Makefile (others-pie): Add nscd.
52186 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52187 ($(objpfx)nscd): Remove command override.
52188 * login/Makefile (others-pie): Add pt_chown.
52189 ($(objpfx)pt_chown): Remove command override.
52190 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52191 remove command overrides.
52192
fcabc0f8
UD
521932011-05-13 Ulrich Drepper <drepper@gmail.com>
52194
20030ae6
UD
52195 * libio/tst_putwc.c: Fix error messages.
52196
fcabc0f8
UD
52197 [BZ #12724]
52198 * libio/fileops.c (_IO_new_file_close_it): Always flush when
52199 currently writing and seek to current position when not.
52200 * libio/Makefile (tests): Add bug-fclose1.
52201 * libio/bug-fclose1.c: New file.
52202
320a5dc0
PB
522032011-05-12 Ulrich Drepper <drepper@gmail.com>
52204
52205 [BZ #12511]
52206 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52207 don't set DF_1_NODELETE here.
52208 (do_lookup_x): When entering new entry test for copy relocation
52209 and if necessary set DF_1_NODELETE flag.
52210 * elf/tst-unique4.cc: New file.
52211 * elf/tst-unique4.h: New file.
52212 * elf/tst-unique4lib.cc: New file.
52213 * elf/Makefile: Add rules to build and run tst-unique4.
52214 Patch by Piotr Bury <pbury@goahead.com>.
52215
22836f52
UD
522162011-05-11 Ulrich Drepper <drepper@gmail.com>
52217
f574184a
UD
52218 [BZ #12052]
52219 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52220
e1fb097f
UD
52221 [BZ #12625]
52222 * misc/mntent_r.c (addmntent): Flush the stream after the output
52223
22836f52
UD
52224 [BZ #12393]
52225 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52226 (is_trusted_path_normalize): Skip initial colon. Append slash
52227 to empty buffer. Duplicate is_trusted_path code but allow
52228 constructed patch to be prefix.
52229 (is_dst): Allow $ORIGIN followed by /.
52230 (_dl_dst_substitute): Correct clearing of check_for_trusted.
52231 Correct testing of result of is_trusted_path_normalize
52232 (decompose_rpath): Fix warning.
52233
7b3b0b2a
UD
522342011-05-10 Ulrich Drepper <drepper@gmail.com>
52235
52236 [BZ #11257]
52237 * grp/initgroups.c (internal_getgrouplist): When we found the service
52238 list through the initgroups entry in nsswitch.conf do not always
52239 continue on a successful lookup. Don't always use the
eac80ce2 52240 __nss_group_database value if it is set.
7b3b0b2a
UD
52241 * nss/nsswitch.conf (initgroups): Change action for successful db
52242 lookup to continue for compatibility.
52243
2a81eaa5
UD
522442011-05-09 Ulrich Drepper <drepper@gmail.com>
52245
be97a69e
UD
52246 [BZ #11532]
52247 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52248 and CP774 modules.
52249 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52250 and CP774 modules.
52251 * iconvdata/tst-tables.sh: Likewise.
52252 * iconvdata/cp770.c: New file.
52253 * iconvdata/cp771.c: New file.
52254 * iconvdata/cp772.c: New file.
52255 * iconvdata/cp773.c: New file.
52256 * iconvdata/cp774.c: New file.
52257 * iconvdata/testdata/CP770: New file.
52258 * iconvdata/testdata/CP770..UTF8: New file.
52259 * iconvdata/testdata/CP771: New file.
52260 * iconvdata/testdata/CP771..UTF8: New file.
52261 * iconvdata/testdata/CP772: New file.
52262 * iconvdata/testdata/CP772..UTF8: New file.
52263 * iconvdata/testdata/CP773: New file.
52264 * iconvdata/testdata/CP773..UTF8: New file.
52265 * iconvdata/testdata/CP774: New file.
52266 * iconvdata/testdata/CP774..UTF8: New file.
52267
52268 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52269 END CHARMAP line.
52270 * iconvdata/gen-8bit-gap.sh: Likewise.
52271 * iconvdata/gen-8bit.sh: Likewise.
52272
c1e9e399
UD
52273 * locale/iso-639.def: Add ary entry.
52274
24c55fb3 52275 [BZ #11258]
96b4b1b0
UD
52276 * locale/C-translit.h.in: Add U20A1 transliteration.
52277
bdc2f971
KB
52278 [BZ #12178]
52279 * locale/iso-639.def: Add wae entry.
52280 Patch by Kevin Bortis <bortis@translate-wae.ch>.
52281
2952b117
UD
52282 [BZ #12545]
52283 * locale/programs/localedef.c (construct_output_path): Use ssize_t
52284 for n.
52285
2a81eaa5
UD
52286 [BZ #12711]
52287 * locale/C-translit.h.in: Add entry for U20B9.
52288 Patch by pravin.d.s@gmail.com.
52289
28377d1b
UD
522902011-05-08 Ulrich Drepper <drepper@gmail.com>
52291
7fb90fb8
UD
52292 [BZ #12713]
52293 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52294 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
52295 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
52296 in rtld. Use *stat64.
7fb90fb8 52297 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 52298 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 52299 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
52300 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52301 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52302 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52303 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52304 __fstatat64 macros.
7fb90fb8
UD
52305 * include/dirent.h: Add libc_hidden_proto for rewinddir.
52306 * dirent/rewinddir.c: Add libc_hidden_def.
52307 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 52308 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 52309
28377d1b
UD
52310 * include/dirent.h (__alloc_dir): Add flags parameter.
52311 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52312 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52313 __alloc_dir.
52314 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
52315 from fdopendir if O_CLOEXEC is already set.
52316
66bdbaa4
AM
523172011-03-15 Alan Modra <amodra@gmail.com>
52318
52319 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52320 l_tls_firstbyte_offset non-zero. Save padding offset in
52321 l_tls_firstbyte_offset for later use.
52322 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52323 freeing static tls block.
52324
95721191
JN
523252011-03-05 Jonathan Nieder <jrnieder@gmail.com>
52326
52327 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52328 where #ifdef was intended. The intent is to prevent ARG_MAX from
52329 being defined by the kernel headers.
52330
f87dfb1f
UD
523312011-05-07 Ulrich Drepper <drepper@gmail.com>
52332
52333 [BZ #12734]
52334 * resolv/resolv.h: Define RES_NOTLDQUERY.
52335 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52336 no-tld-query and set RES_NOTLDQUERY.
52337 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52338 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52339 modern BIND to search name as TLD unless forbidden.
52340
47c3cd7a
UD
523412011-05-07 Petr Baudis <pasky@suse.cz>
52342 Ulrich Drepper <drepper@gmail.com>
52343
52344 [BZ #12393]
52345 * elf/dl-load.c (fillin_rpath): Move trusted path check...
52346 (is_trusted_path): ...to here.
c1e9ea35 52347 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 52348 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 52349 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 52350
8a35c912
PP
523512011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
52352
52353 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52354 __BEGIN/__END_DECLS.
52355
acd41f47
UD
523562011-05-06 Ulrich Drepper <drepper@gmail.com>
52357
52358 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52359 NSS_STATUS_NOTFOUND if no record was found.
52360
597df647
AS
523612011-05-05 Andreas Schwab <schwab@redhat.com>
52362
52363 * sunrpc/Makefile (headers): Add rpc/netdb.h.
52364 (headers-not-in-tirpc): Remove rpc/netdb.h
52365 * resolv/netdb.h: Revert last change.
52366
b9af1301
PP
523672011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
52368
52369 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52370 circular dependency between libgcc.a and libc.a.
52371
4e34d5f5
AS
523722011-05-05 Andreas Schwab <schwab@redhat.com>
52373
52374 * resolv/netdb.h: Don't include <rpc/netdb.h>.
52375 * nis/Makefile: Don't install rpcsvc/*.
52376 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52377 instead of <rpc/types.h>.
52378 (MAXHOSTNAMELEN): Define.
52379
00ee369c
AS
523802011-05-03 Andreas Schwab <schwab@redhat.com>
52381
52382 * elf/ldconfig.c (add_dir): Don't crash on empty path.
52383
0b592a30
MB
523842011-04-28 Maciej Babinski <mbabinski@google.com>
52385
52386 [BZ #12714]
52387 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52388 gethostbyname4_r when IPv6 results are possible.
52389
6e04cbbe
UD
523902011-05-02 Ulrich Drepper <drepper@gmail.com>
52391
52392 [BZ #12723]
52393 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52394 _PC_PIPE_BUF handling.
52395
e4ecafe0
BH
523962011-04-30 Bruno Haible <bruno@clisp.org>
52397
52398 [BZ #12717]
52399 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52400 * resolv/netdb.h (getnameinfo): Change type of flags parameter
52401 to 'int'.
52402 * inet/getnameinfo.c (getnameinfo): Likewise.
52403
125ee683
UD
524042011-04-29 Ulrich Drepper <drepper@gmail.com>
52405
52406 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52407 to groups setting in database lookup.
52408 * nss/nsswitch.conf: Add initgroups entry.
52409
b722481a
EB
524102011-04-22 Ulrich Drepper <drepper@gmail.com>
52411
52412 [BZ #12685]
52413 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52414 mode string.
52415 Patch by Eric Blake <eblake@redhat.com>.
52416
4df46dbd
L
524172011-04-20 H.J. Lu <hongjiu.lu@intel.com>
52418
52419 * sunrpc/Makefile (need-export-routines): Add svc_run.
52420 (routines): Remove svc_run.
52421 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52422 * sunrpc/clnt_perr.c (clnt_perrno): Export.
52423 * sunrpc/svc_run.c (svc_run): Likewise.
52424 * sunrpc/svc_udp.c (svcudp_create): Likewise.
52425
e84142d2
UD
524262011-04-21 Ulrich Drepper <drepper@gmail.com>
52427
52428 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52429 problem in reallocation in last patch.
52430
877175d8
UD
524312011-04-20 Ulrich Drepper <drepper@gmail.com>
52432
52433 * sunrpc/Makefile: Move inclusion of Rules.
52434
ab8eed78
UD
524352011-04-19 Ulrich Drepper <drepper@gmail.com>
52436
52437 * nss/nss_files/files-initgroups.c: New file.
52438 * nss/Makefile (libnss_files-routines): Add files-initgroups.
52439 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52440 _nss_files_initgroups_dyn.
52441
e3d8f584
RS
524422011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
52443
52444 * elf/elf.h (R_ARM_IRELATIVE): Define.
52445
af190f45
UD
524462011-04-19 Ulrich Drepper <drepper@gmail.com>
52447
52448 * po/ru.po: Update from translation team.
52449
53cf59ef
UD
524502011-04-17 Ulrich Drepper <drepper@gmail.com>
52451
52452 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52453 dependencies.
52454
4c559bcd
MF
524552011-02-06 Mike Frysinger <vapier@gentoo.org>
52456
52457 [BZ #12653]
52458 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52459 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52460 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52461 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52462 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52463
4420675c
AS
524642011-03-28 Andreas Schwab <schwab@linux-m68k.org>
52465
52466 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52467 differing bytes.
52468 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52469 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52470 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52471
75ea32ab
UD
524722011-04-17 Ulrich Drepper <drepper@gmail.com>
52473
52474 [BZ #12420]
52475 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52476 storing it.
52477 * stdlib/bug-getcontext.c: New file.
52478 * stdlib/Makefile: Add rules to build and run bug-getcontext.
52479
27390476
AK
524802011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52481
52482 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52483 instructions into .machine "z9-109".
52484 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52485 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52486
10442705
AK
524872011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52488
52489 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52490 between environment variables and auxiliary vector.
52491
7b57bfe5
UD
524922011-04-16 Ulrich Drepper <drepper@gmail.com>
52493
52494 * Makefile: Add rules to build linkobj/libc.so.
52495 * include/libc-symbols.h: Define libc_hidden_nolink.
52496 * include/rpc/auth.h: Mark functions which are to be hidden.
52497 * include/rpc/auth_des.h: Likewise.
52498 * include/rpc/auth_unix.h: Likewise.
52499 * include/rpc/clnt.h: Likewise.
52500 * include/rpc/des_crypt.h: Likewise.
52501 * include/rpc/key_prot.h: Likewise.
52502 * include/rpc/pmap_clnt.h: Likewise.
52503 * include/rpc/pmap_prot.h: Likewise.
52504 * include/rpc/pmap_rmt.h: Likewise.
52505 * include/rpc/rpc_msg.h: Likewise.
52506 * include/rpc/svc.h: Likewise.
52507 * include/rpc/svc_auth.h: Likewise.
52508 * include/rpc/xdr.h: Likewise.
52509 * nis/Makefile: Link all DSOs against linkobj/libc.so.
52510 * nss/Makefile: Likewise.
52511 * sunrpc/Makefile: Don't install headers. Build library with normal
52512 entry points. Don't build rpcinfo. Link RPC tests appropriately.
52513 * sunrpc/auth_des.c: Hide exported symbols by default, export some
52514 for the compat linking library. Remove use of INTDEF/INTUSE.
52515 * sunrpc/auth_none.c: Likewise.
52516 * sunrpc/auth_unix.c: Likewise.
52517 * sunrpc/authdes_prot.c: Likewise.
52518 * sunrpc/authuxprot.c: Likewise.
52519 * sunrpc/clnt_gen.c: Likewise.
52520 * sunrpc/clnt_perr.c: Likewise.
52521 * sunrpc/clnt_raw.c: Likewise.
52522 * sunrpc/clnt_simp.c: Likewise.
52523 * sunrpc/clnt_tcp.c: Likewise.
52524 * sunrpc/clnt_udp.c: Likewise.
52525 * sunrpc/clnt_unix.c: Likewise.
52526 * sunrpc/des_crypt.c: Likewise.
52527 * sunrpc/des_soft.c: Likewise.
52528 * sunrpc/get_myaddr.c: Likewise.
52529 * sunrpc/key_call.c: Likewise.
52530 * sunrpc/key_prot.c: Likewise.
52531 * sunrpc/netname.c: Likewise.
52532 * sunrpc/pm_getmaps.c: Likewise.
52533 * sunrpc/pm_getport.c: Likewise.
52534 * sunrpc/pmap_clnt.c: Likewise.
52535 * sunrpc/pmap_prot.c: Likewise.
52536 * sunrpc/pmap_prot2.c: Likewise.
52537 * sunrpc/pmap_rmt.c: Likewise.
52538 * sunrpc/publickey.c: Likewise.
52539 * sunrpc/rpc_cmsg.c: Likewise.
52540 * sunrpc/rpc_common.c: Likewise.
52541 * sunrpc/rpc_dtable.c: Likewise.
52542 * sunrpc/rpc_prot.c: Likewise.
52543 * sunrpc/rpc_thread.c: Likewise.
52544 * sunrpc/rtime.c: Likewise.
52545 * sunrpc/svc.c: Likewise.
52546 * sunrpc/svc_auth.c: Likewise.
52547 * sunrpc/svc_authux.c: Likewise.
52548 * sunrpc/svc_raw.c: Likewise.
52549 * sunrpc/svc_run.c: Likewise.
52550 * sunrpc/svc_simple.c: Likewise.
52551 * sunrpc/svc_tcp.c: Likewise.
52552 * sunrpc/svc_udp.c: Likewise.
52553 * sunrpc/svc_unix.c: Likewise.
52554 * sunrpc/svcauth_des.c: Likewise.
52555 * sunrpc/xcrypt.c: Likewise.
52556 * sunrpc/xdr.c: Likewise.
52557 * sunrpc/xdr_array.c: Likewise.
52558 * sunrpc/xdr_float.c: Likewise.
52559 * sunrpc/xdr_intXX_t.c: Likewise.
52560 * sunrpc/xdr_mem.c: Likewise.
52561 * sunrpc/xdr_rec.c: Likewise.
52562 * sunrpc/xdr_ref.c: Likewise.
52563 * sunrpc/xdr_sizeof.c: Likewise.
52564 * sunrpc/xdr_stdio.c: Likewise.
52565
e6c61494
UD
525662011-04-10 Ulrich Drepper <drepper@gmail.com>
52567
52568 [BZ #12650]
52569 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52570 * sysdeps/ia64/dl-tls.h: Likewise.
52571 * sysdeps/powerpc/dl-tls.h: Likewise.
52572 * sysdeps/s390/dl-tls.h: Likewise.
52573 * sysdeps/sh/dl-tls.h: Likewise.
52574 * sysdeps/sparc/dl-tls.h: Likewise.
52575 * sysdeps/x86_64/dl-tls.h: Likewise.
52576 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52577
34fe483e
AS
525782011-03-14 Andreas Schwab <schwab@redhat.com>
52579
52580 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52581 rpath element also skip the following colon.
52582 (expand_dynamic_string_token): Add is_path parameter and pass
52583 down to DL_DST_REQUIRED and _dl_dst_substitute.
52584 (decompose_rpath): Call expand_dynamic_string_token with
52585 non-zero is_path. Ignore empty rpaths.
52586 (_dl_map_object_from_fd): Call expand_dynamic_string_token
52587 with zero is_path.
52588
f12a32e6
AS
525892011-04-08 Andreas Schwab <schwab@linux-m68k.org>
52590
52591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52592 Make cancelable.
52593
38a7d692
UD
525942011-04-09 Ulrich Drepper <drepper@gmail.com>
52595
52596 [BZ #12655]
52597 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52598 Patch by Filipe David Manana <fdmanana@apache.org>.
52599
e451d22b
AS
526002011-04-07 Andreas Schwab <schwab@redhat.com>
52601
52602 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52603 Maintain aligned stack.
52604 (CHECK_RSP): Remove unused macro.
52605
dedc7c7b
UD
526062011-04-03 Ulrich Drepper <drepper@gmail.com>
52607
52608 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52609 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52610
94521213
UD
526112011-04-02 Ulrich Drepper <drepper@gmail.com>
52612
52613 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52614
8cb700c0 52615 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 52616
0354e355
L
526172011-03-26 H.J. Lu <hongjiu.lu@intel.com>
52618
52619 [BZ #12518]
52620 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52621 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52622 * sysdeps/x86_64/memmove.c: New file.
52623 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52624 (memcpy): Renamed to ...
52625 (__new_memcpy): This.
52626 (memcpy): Provide GLIBC_2_14 memcpy.
52627 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52628 (memcpy): Provide GLIBC_2_2_5 memcpy.
52629
8593482f
UD
526302011-04-01 Ulrich Drepper <drepper@gmail.com>
52631
52632 [BZ #12631]
52633 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52634
81a5726b
AS
526352011-03-30 Andreas Schwab <schwab@redhat.com>
52636
52637 * misc/syncfs.c: New file.
52638 * misc/Makefile (routines): Add syncfs.
52639 * posix/unistd.h: Declare syncfs.
52640 * sysdeps/unix/syscalls.list: Add syncfs.
52641
00e5419f
AS
526422011-04-01 Andreas Schwab <schwab@redhat.com>
52643
52644 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52645 open_by_handle_at.
52646 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52647 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52648 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52649 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52650 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52651 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52652 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52653
748876bf
UD
526542011-04-01 Ulrich Drepper <drepper@gmail.com>
52655
658e451d
UD
52656 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52657 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52658 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52659 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52660 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52661 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52662 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52663
748876bf
UD
52664 * io/Makefile: Compile fallocate.c, fallocate64.c, and
52665 sync_file_range.c with -fexceptions.
52666 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52667 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52668 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52669 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52670 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52671 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52672 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
52673 sync_file_range as cancellation point
52674 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
52675 now a wrapper around __call_sync_file_range with cancellation handling.
52676 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52677 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
52678 function name to __call_sync_file_range.
52679 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52680 Add call_sync_file_range.
748876bf 52681
6e63d5e1
AS
526822011-04-01 Andreas Schwab <schwab@redhat.com>
52683
52684 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 52685 bits/timex.h.
6e63d5e1 52686
46998f74
UD
526872011-04-01 Ulrich Drepper <drepper@gmail.com>
52688
4c1423ed
UD
52689 * iconv/iconv.h: Fix typo in comment.
52690 * io/fcntl.h: Likewise.
52691 * libio/stdio.h: Likewise.
52692 * posix/spawn.h: Likewise.
52693 * posix/unistd.h: Likewise.
52694 * stdlib/stdlib.h: Likewise.
52695 * time/time.h: Likewise.
52696 * wcsmbs/wchar.h: Likewise.
52697
158648c0
UD
52698 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52699 open_by_handle): Add.
52700 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52701 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
52702 Augment a few comments.
52703 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52704 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52705 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52706 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52707 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52708 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52709 open_by_handle.
52710
46998f74
UD
52711 * io/fcntl.h (AT_EMPTY_PATH): Define.
52712
83fe108b
UD
527132011-03-30 Ulrich Drepper <drepper@gmail.com>
52714
52715 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52716 * sysdeps/unix/sysv/linux/bits/time.h: New file.
52717 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52718 to...
52719 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
52720 * Versions.def: Add GLIBC_2.14.
52721 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52722 Export.
83fe108b 52723
bb242059
UD
527242011-03-22 Ulrich Drepper <drepper@gmail.com>
52725
52726 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52727 round counter.
52728 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52729
c97a1282
L
527302011-03-20 H.J. Lu <hongjiu.lu@intel.com>
52731
52732 [BZ #12597]
52733 * string/test-strncmp.c (do_page_test): New function.
52734 (check2): Likewise.
52735 (test_main): Call check2.
52736 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52737
2a115601
UD
527382011-03-20 Ulrich Drepper <drepper@gmail.com>
52739
52740 [BZ #12587]
52741 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52742 Handle cache information in CPU leaf 4.
52743 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52744
8126d904
UD
527452011-03-18 Ulrich Drepper <drepper@gmail.com>
52746
042c49c6 52747 [BZ #12583]
8126d904
UD
52748 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52749 character representation.
52750 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52751
ccfe366e
RA
527522011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
52753
52754 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52755 END(__isnan) to END(__isnanf) to match function entry point/label
52756 EALIGN(__isnanf,...).
52757
c6e13027
JJ
527582011-03-10 Jakub Jelinek <jakub@redhat.com>
52759
52760 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52761
33f85a3f
UD
527622011-03-10 Ulrich Drepper <drepper@gmail.com>
52763
028478fa
UD
52764 [BZ #12510]
52765 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52766 copy from the symbol referenced in the relocation to initialize the
52767 used variable.
52768 Patch by Piotr Bury <pbury@goahead.com>.
52769 * elf/Makefile: Add rules to build and tst-unique3.
52770 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52771 * elf/tst-unique3.cc: New file.
52772 * elf/tst-unique3.h: New file.
52773 * elf/tst-unique3lib.cc: New file.
52774 * elf/tst-unique3lib2.cc: New file.
52775
33f85a3f
UD
52776 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52777
03592fc7
MF
527782011-03-10 Mike Frysinger <vapier@gentoo.org>
52779
52780 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52781 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
52782 to _start.
03592fc7 52783
6a5ee102
UD
527842011-03-06 Ulrich Drepper <drepper@gmail.com>
52785
52786 * elf/dl-load.c (_dl_map_object): If we are looking for the first
52787 to-be-loaded object along a path to loader is ld.so.
52788
7e4ba49c
HJ
527892011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52790 Ulrich Drepper <drepper@gmail.com>
52791
52792 * sysdeps/x86_64/memset.S: After aligning destination, code
52793 branches to different locations depending on the value of
52794 misalignment, when multiarch is enabled. Fix this.
52795
527962011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52797
52798 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52799 Set _x86_64_preferred_memory_instruction for AMD processsors.
52800 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52801 Set bit_Prefer_SSE_for_memop for AMD processors.
52802
13a804de
UD
528032011-03-04 Ulrich Drepper <drepper@gmail.com>
52804
52805 * libio/fmemopen.c (fmemopen): Optimize a bit.
52806
9d25c392
AS
528072011-03-03 Andreas Schwab <schwab@redhat.com>
52808
52809 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52810
a5543c6a
RM
528112011-03-03 Roland McGrath <roland@redhat.com>
52812
52813 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52814
012d35f7
DM
528152011-02-28 Aurelien Jarno <aurelien@aurel32.net>
52816
7e4ba49c 52817 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
52818 __bzero_ultra1 instead of __memset_ultra1.
52819
4bff6e01
AS
528202011-02-23 Andreas Schwab <schwab@redhat.com>
52821 Ulrich Drepper <drepper@gmail.com>
52822
52823 [BZ #12509]
52824 * include/link.h (struct link_map): Add l_orig_initfini.
52825 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52826 returning unsuccessfully.
52827 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52828 close of a file loaded at startup, restore the original l_initfini
52829 list.
52830 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52831 list, store the pointer.
52832 * elf/Makefile ($(objpfx)noload-mem): New rule.
52833 (noload-ENV): Define.
52834 (tests): Add $(objpfx)noload-mem.
52835 * elf/noload.c: Include <memcheck.h>.
52836 (main): Call mtrace. Close all opened handles.
52837
f2092faf
AS
528382011-02-17 Andreas Schwab <schwab@redhat.com>
52839
52840 [BZ #12454]
52841 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52842 dependencies are missing.
52843
6c8a2e88
ST
528442011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
52845
f2092faf 52846 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
52847 Hurd needs munmap.
52848 * sysdeps/mach/hurd/ifreq.h: New file.
52849
84a42118
PB
528502011-01-27 Petr Baudis <pasky@suse.cz>
52851 Ulrich Drepper <drepper@gmail.com>
52852
071f805e 52853 [BZ 12445]#
84a42118
PB
52854 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52855 to extend_alloca().
52856 * stdio-common/bug23.c: New file.
52857 * stdio-common/Makefile (tests): Add bug23.
52858
e23fe25b
AS
528592010-09-28 Andreas Schwab <schwab@redhat.com>
52860 Ulrich Drepper <drepper@gmail.com>
52861
52862 [BZ #12489]
52863 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52864 before performing relro protection. At old place add assertion
52865 to make sure nothing changed.
52866
d3f02e10
NS
528672011-02-17 Nathan Sidwell <nathan@codesourcery.com>
52868 Glauber de Oliveira Costa <glommer@gmail.com>
52869
52870 * elf/elf.h: Add new ARM TLS relocs.
52871
d55fd7a5
RA
528722011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
52873
52874 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52875 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52876 cast from r3.
52877 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
52878 'tests' variable.
52879 * sysdeps/wordsize-64/tst-writev.c: New file.
52880
2206397e
RA
528812011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
52882
52883 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52884 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52885 insns in _dl_start to prevent a TOC reference before relocs are
52886 resolved.
52887
e9433893
UD
528882011-02-15 Ulrich Drepper <drepper@gmail.com>
52889
52890 [BZ #12469]
52891 * Makeconfig: Remove RANLIB definition.
52892 * Makerules: Don't use RANLIB.
52893 * aclocal.m4: Remove ranlib test.
52894 * configure.in: No need to check for ranlib.
52895 * elf/rtld-Rules: Don't use RANLIB.
52896
f75286c6
ST
528972011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
52898
8e31c82d
ST
52899 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52900 protection macro.
52901 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52902 inclusion protection macro.
52903
f75286c6
ST
52904 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52905 SIGRTMIN and SIGRTMAX and print information in that case only when
52906 SIGRTMIN is defined.
52907
c1d0e639
JJ
529082011-02-11 Jakub Jelinek <jakub@redhat.com>
52909
52910 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52911 arginfo fn returning -1.
52912
52913 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52914 and thousands string is zero terminated.
52915
edf9294e
AS
529162011-02-03 Andreas Schwab <schwab@redhat.com>
52917
52918 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52919 sysdeps/unix/sysv/linux/bits/socket.h.
52920
2b7e92df
ST
529212011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
52922
edf9294e
AS
52923 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52924 (__CPU_COUNT): Remove old macros.
52925 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52926 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52927 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
52928 (__sched_cpualloc, __sched_cpufree): Add declarations.
52929
a4c7ea7b
UD
529302011-02-05 Ulrich Drepper <drepper@gmail.com>
52931
52932 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52933 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52934 * nscd/aicache.c (addhstaiX): Return timeout of added value.
52935 (readdhstai): Return value of addhstaiX call.
52936 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52937 (addgrbyX): Return value returned by cache_addgr.
52938 (readdgrbyname): Return value returned by addgrbyX.
52939 (readdgrbygid): Likewise.
52940 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52941 (addpwbyX): Return value returned by cache_addpw.
52942 (readdpwbyname): Return value returned by addhstbyX.
52943 (readdpwbyuid): Likewise.
52944 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52945 (addservbyX): Return value returned by cache_addserv.
52946 (readdservbyname): Return value returned by addservbyX:
52947 (readdservbyport): Likewise.
52948 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52949 (addhstbyX): Return value returned by cache_addhst.
52950 (readdhstbyname): Return value returned by addhstbyX.
52951 (readdhstbyaddr): Likewise.
52952 (readdhstbynamev6): Likewise.
52953 (readdhstbyaddrv6): Likewise.
52954 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52955 (readdinitgroups): Return value returned by addinitgroupsX.
52956 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52957 (prune_cache): Keep track of timeout value of re-added entries.
52958 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52959 * nscd/nscd.h: Adjust prototypes of readd* functions.
52960
a0bf67cc
RM
529612011-02-04 Roland McGrath <roland@redhat.com>
52962
52963 * nis/nis_server.c (nis_servstate): Use the right name for 0.
52964 (nis_stats): Likewise.
52965 * nis/nis_modify.c (nis_modify): Likewise.
52966 * nis/nis_remove.c (nis_remove): Likewise.
52967 * nis/nis_add.c (nis_add): Likewise.
52968
52969 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52970
52971 * posix/fnmatch_loop.c: Add some consts.
52972
52973 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52974
435b95eb
L
529752011-02-02 H.J. Lu <hongjiu.lu@intel.com>
52976
52977 [BZ #12460]
52978 * config.make.in (config-cflags-novzeroupper): Define.
52979 * configure.in: Substitute libc_cv_cc_novzeroupper.
52980 * elf/Makefile (AVX-CFLAGS): Define.
52981 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52982 (CFLAGS-tst-auditmod4a.c): Likewise.
52983 (CFLAGS-tst-auditmod4b.c): Likewise.
52984 (CFLAGS-tst-auditmod6b.c): Likewise.
52985 (CFLAGS-tst-auditmod6c.c): Likewise.
52986 (CFLAGS-tst-auditmod7b.c): Likewise.
52987 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52988
8517b15e
UD
529892011-02-02 Ulrich Drepper <drepper@gmail.com>
52990
52991 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52992 function to the callback.
52993 Patch partly by Jiri Olsa <jolsa@redhat.com>.
52994
10a656fe
AS
529952011-02-02 Andreas Schwab <schwab@redhat.com>
52996
52997 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52998 of errno.
52999
968dad0a
UD
530002011-01-19 Ulrich Drepper <drepper@gmail.com>
53001
9f94d2ea 53002 [BZ #11724]
968dad0a
UD
53003 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53004 of constructors.
53005 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53006 of destructors.
53007 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53008
53009 [BZ #11724]
53010 * elf/Makefile: Add rules to build and run new test.
53011 * elf/tst-initorder.c: New file.
53012 * elf/tst-initorder.exp: New file.
53013 * elf/tst-initordera1.c: New file.
53014 * elf/tst-initordera2.c: New file.
53015 * elf/tst-initordera3.c: New file.
53016 * elf/tst-initordera4.c: New file.
53017 * elf/tst-initorderb1.c: New file.
53018 * elf/tst-initorderb2.c: New file.
53019 * elf/tst-order-a1.c: New file.
53020 * elf/tst-order-a2.c: New file.
53021 * elf/tst-order-a3.c: New file.
53022 * elf/tst-order-a4.c: New file.
53023 * elf/tst-order-b1.c: New file.
53024 * elf/tst-order-b2.c: New file.
53025 * elf/tst-order-main.c: New file.
53026 New test case by George Gensure <werkt0@gmail.com>.
53027
86e92359
UD
530282010-10-01 Andreas Schwab <schwab@redhat.com>
53029
53030 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53031 decoding ACE if AI_CANONIDN.
53032
5d5732b0
UD
530332011-01-18 Ulrich Drepper <drepper@gmail.com>
53034
53035 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53036
a77e8cbc
UD
530372011-01-17 Ulrich Drepper <drepper@gmail.com>
53038
6392473f
UD
53039 * version.h (RELEASE): Bump for 2.13 release.
53040 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53041
620a0529
UD
53042 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53043
18ba70a5
UD
53044 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53045 MADV_NOHUGEPAGE.
32465c3e
UD
53046 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53047 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53048 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53049 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53050 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53051 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53052
c0dafcf1
UD
53053 * posix/getconf.c: Update copyright year.
53054 * catgets/gencat.c: Likewise.
53055 * csu/version.c: Likewise.
53056 * debug/catchsegv.sh: Likewise.
53057 * debug/xtrace.sh: Likewise.
53058 * elf/ldconfig.c: Likewise.
53059 * elf/ldd.bash.in: Likewise.
53060 * elf/sprof.c (print_version): Likewise.
53061 * iconv/iconv_prog.c: Likewise.
53062 * iconv/iconvconfig.c: Likewise.
53063 * locale/programs/locale.c: Likewise.
53064 * locale/programs/localedef.c: Likewise.
53065 * malloc/memusage.sh: Likewise.
53066 * malloc/mtrace.pl: Likewise.
53067 * nscd/nscd.c (print_version): Likewise.
53068 * nss/getent.c: Likewise.
53069
a77e8cbc
UD
53070 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53071 PF_CAIF, and PF_ALG.
53072 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53073
77e8bddf
AS
530742011-01-16 Andreas Schwab <schwab@linux-m68k.org>
53075
1f20b93a
AS
53076 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53077 (modules-names): Use them.
53078 (ifunc-test-modules, ifunc-pie-tests): Define.
53079 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53080 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53081 (test-extras): Likewise.
53082 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53083 $(compile-command.c).
53084 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53085 (all-built-dso): Define.
53086 (check-textrel.out, check-execstack.out): Depend on it.
53087
77e8bddf
AS
53088 * configure.in: Don't override --enable-multi-arch.
53089
bc425b33
UD
530902011-01-15 Ulrich Drepper <drepper@gmail.com>
53091
53092 [BZ #6812]
53093 * nscd/hstcache.c (tryagain): Define.
53094 (cache_addhst): Return tryagain not notfound for temporary errors.
53095 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53096 failed.
53097
794c3ad3
UD
530982011-01-14 Ulrich Drepper <drepper@gmail.com>
53099
70181fdd
UD
53100 [BZ #10563]
53101 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53102 to make the syscall.
53103 * sysdeps/unix/sysv/linux/setgroups.c: New file.
53104
794c3ad3
UD
53105 [BZ #12378]
53106 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53107 and fall back to matching as normal character if the string ends before
53108 the matching ']' is found. This is what POSIX requires.
53109 * posix/testfnm.c: Adjust test result.
53110 * posix/globtest.sh: Adjust test result. Add new test.
53111 * posix/tst-fnmatch.input: Likewise.
53112 * posix/tst-fnmatch2.c: Add new test.
53113
68dc9497
AS
531142010-12-28 Andreas Schwab <schwab@linux-m68k.org>
53115
53116 * elf/Makefile (check-execstack): Revert last change. Depend on
53117 check-execstack.h.
53118 (check-execstack.h): New target.
53119 (generated): Add check-execstack.h.
53120 * elf/check-execstack.c: Include "check-execstack.h".
53121 (main): Revert last change.
53122 (handle_file): Return zero if GNU_STACK is absent and
53123 DEFAULT_STACK_PERMS doesn't include PF_X.
53124
451f001b
UD
531252011-01-13 Ulrich Drepper <drepper@gmail.com>
53126
cfa28e56
UD
53127 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53128 in child fails because the descriptor is already closed.
8cf8ce17
UD
53129 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53130 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53131 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 53132
1086d70d
UD
53133 [BZ #12397]
53134 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53135 syscall.
53136
451f001b
UD
53137 [BZ #10484]
53138 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53139 temporary buffer used to handle multi lookups locally.
a85b5cb4 53140 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 53141
08769175
UD
531422011-01-12 Ulrich Drepper <drepper@gmail.com>
53143
53144 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53145 loader is ld.so.
53146
5e49c52e
UD
531472011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
53148
53149 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53150 alignment for SSE2.
53151
60522a5f
UD
531522011-01-12 Ulrich Drepper <drepper@gmail.com>
53153
53154 [BZ #12394]
53155 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53156 characters. When rounding increased number of integer digits recompute
53157 number of groups.
53158 * stdio-common/tst-grouping.c: New file.
53159 * stdio-common/Makefile: Add rules to build and run tst-grouping.
53160
f257bbd7
UD
531612011-01-09 Ulrich Drepper <drepper@gmail.com>
53162
53163 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53164 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
53165
53166 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53167 void.
53168 * bits/select.h: Likewise.
53169
fa9c15cb
UD
531702011-01-08 Ulrich Drepper <drepper@gmail.com>
53171
53172 * po/ja.po: Update from translation team.
53173
16c2895f
DM
531742011-01-04 David S. Miller <davem@sunset.davemloft.net>
53175
53176 [BZ #11155]
53177 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53178 implementation just like for lxstat, fxstatat, et al.
53179
2543fef2
JM
531802010-12-27 Jim Meyering <meyering@redhat.com>
53181
53182 [BZ #12348]
53183 * posix/regexec.c (build_trtable): Return failure indication upon
53184 calloc failure. Otherwise, re_search_internal could infloop on OOM.
53185
98727dbe
UD
531862010-12-25 Ulrich Drepper <drepper@gmail.com>
53187
5bd6dc5c
UD
53188 [BZ #12201]
53189 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53190 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53191 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53192 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53193
97983464
UD
53194 [BZ #12207]
53195 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53196
98727dbe
UD
53197 [BZ #12204]
53198 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53199 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53200
4a531bb0
L
532012010-12-15 H.J. Lu <hongjiu.lu@intel.com>
53202
53203 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53204 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53205 script has SORT_BY_INIT_PRIORITY.
53206 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53207 NO_CTORS_DTORS_SECTIONS is defined.
53208 * elf/soinit.c: Likewise.
53209 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53210 NO_CTORS_DTORS_SECTIONS is defined.
53211 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53212 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53213 * sysdeps/sh/init-first.c: Likewise.
53214 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53215
07eb4b71
UD
532162010-12-24 Ulrich Drepper <drepper@gmail.com>
53217
53218 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53219 always use the slow path.
53220
30950a5f
RA
532212010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
53222
53223 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53224 similar rule which adds the sysdep directories to the header search in
53225 order to pick up the correct platform stackinfo.h.
53226 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53227 perform test if it is, otherwise return successfully without testing.
53228 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53229 DEFAULT_STACK_PERMS define in stackinfo.h.
53230 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53231 defined in stackinfo.h.
53232 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53233 DEFAULT_STACK_PERMS defined in stackinfo.h.
53234 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53235 * sysdeps/ia64/stackinfo.h: Likewise.
53236 * sysdeps/s390/stackinfo.h: Likewise.
53237 * sysdeps/sh/stackinfo.h: Likewise.
53238 * sysdeps/sparc/stackinfo.h: Likewise.
53239 * sysdeps/x86_64/stackinfo.h: Likewise.
53240 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53241 PF_X for powerpc64. Retain PF_X for powerpc32.
53242
db753e2c
UD
532432010-12-19 Ulrich Drepper <drepper@gmail.com>
53244
14b697f7
UD
53245 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53246 accurately.
db753e2c
UD
53247 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53248 GETDENTS_64BIT_ALIGNED.
53249
28300719
UD
532502010-12-14 Ulrich Drepper <dreper@gmail.com>
53251
14b697f7 53252 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 53253
4f197237
AS
532542010-12-10 Andreas Schwab <schwab@redhat.com>
53255
dbb0472f
AS
53256 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53257 _GNU_SOURCE.
53258
4f197237
AS
53259 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53260 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53261 Remove __restrict.
53262 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53263 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53264
fb88ac72
UD
532652010-12-09 Ulrich Drepper <drepper@gmail.com>
53266
53267 [BZ #11655]
53268 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53269 are initialized.
53270
42acbb92
JJ
532712010-12-09 Jakub Jelinek <jakub@redhat.com>
53272
53273 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53274
c038d98d
UD
532752010-12-03 Ulrich Drepper <drepper@gmail.com>
53276
53277 * po/it.po: Update from translation team.
53278
3a4a2499
L
532792010-12-01 H.J. Lu <hongjiu.lu@intel.com>
53280
53281 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53282 unused codes.
53283
1e24cf6e
UD
532842010-11-30 Ulrich Drepper <drepper@gmail.com>
53285
53286 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53287
a7690819
AS
532882010-11-24 Andreas Schwab <schwab@redhat.com>
53289
53290 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53291 specially.
53292 (gaih_getanswer_slice): Likewise.
53293
3bf8d1b1
JJ
532942010-10-20 Jakub Jelinek <jakub@redhat.com>
53295
53296 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53297
6db52fbb
PB
532982010-05-31 Petr Baudis <pasky@suse.cz>
53299
53300 [BZ #11149]
53301 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53302 silently even in the chroot mode.
53303
eaca7569
UD
533042010-11-22 Ulrich Drepper <drepper@gmail.com>
53305
53306 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53307 last patch a bit. Pretty printing
53308
3056dcdb
UD
533092010-05-31 Petr Baudis <pasky@suse.cz>
53310
53311 [BZ #10085]
53312 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53313 initialization of skip_initgroups_dyn.
53314
cf7c9078
UD
533152010-11-19 Ulrich Drepper <drepper@gmail.com>
53316
53317 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53318 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53319
a1fb5e3e
UD
533202010-11-16 Ulrich Drepper <drepper@gmail.com>
53321
53322 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53323
3540d66b
AS
533242010-11-11 Andreas Schwab <schwab@redhat.com>
53325
53326 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53327 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53328 (tst-fnmatch-ENV): Set MALLOC_TRACE.
53329 ($(objpfx)tst-fnmatch-mem): New rule.
53330 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53331 * posix/tst-fnmatch.c (main): Call mtrace.
53332
13b69574
L
533332010-11-11 H.J. Lu <hongjiu.lu@intel.com>
53334
53335 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53336 Support Intel processor model 6 and model 0x2c.
53337
da93d214
LM
533382010-11-10 Luis Machado <luisgpm@br.ibm.com>
53339
53340 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53341 signed comparison.
53342
8ca52c6e
L
533432010-11-09 H.J. Lu <hongjiu.lu@intel.com>
53344
53345 [BZ #12205]
53346 * string/test-strncasecmp.c (check_result): New function.
53347 (do_one_test): Use it.
53348 (check1): New function.
53349 (test_main): Use it.
53350 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53351 Support strcasecmp and strncasecmp.
53352
69da074d
UD
533532010-11-08 Ulrich Drepper <drepper@gmail.com>
53354
53355 [BZ #12194]
53356 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53357 * sysdeps/x86_64/bits/byteswap.h: Likewise.
53358
ff02d528
L
533592010-11-07 H.J. Lu <hongjiu.lu@intel.com>
53360
53361 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53362 IFUNC support.
53363 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53364 memset-x86-64.
53365 * sysdeps/x86_64/multiarch/bzero.S: New file.
53366 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53367 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53368 * sysdeps/x86_64/multiarch/memset.S: New file.
53369 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53370 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53371 Set bit_Prefer_SSE_for_memop for Intel processors.
53372 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53373 Define.
53374 (index_Prefer_SSE_for_memop): Define.
53375 (HAS_PREFER_SSE_FOR_MEMOP): Define.
53376
344d0b54
LM
533772010-11-04 Luis Machado <luisgpm@br.ibm.com>
53378
53379 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53380 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53381
c0dde15b
UD
533822010-11-03 H.J. Lu <hongjiu.lu@intel.com>
53383
53384 [BZ #12191]
53385 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53386 (__x86_64_raw_data_cache_size_half): Likewise.
53387 (__x86_64_raw_shared_cache_size): Likewise.
53388 (__x86_64_raw_shared_cache_size_half): Likewise.
53389
53390 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53391 (__x86_64_raw_data_cache_size_half): Likewise.
53392 (__x86_64_raw_shared_cache_size): Likewise.
53393 (__x86_64_raw_shared_cache_size_half): Likewise.
53394 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53395 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53396 and __x86_64_raw_shared_cache_size_half. Round
53397 __x86_64_data_cache_size_half, __x86_64_data_cache_size
53398 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53399 to multiple of 256 bytes.
53400
0e516e0e
MS
534012010-11-03 Ulrich Drepper <drepper@gmail.com>
53402
53403 [BZ #12167]
53404 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53405 of inacessible symlinks. Verify result of symlink before returning it.
53406 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53407 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53408
0e012e87
ER
534092010-10-28 Erich Ritz <erichritz@gmail.com>
53410
53411 * math/math.h (isinf): Fix typo in comment.
53412
de0ff7bc
UD
534132010-11-01 Ulrich Drepper <drepper@gmail.com>
53414
53415 * po/da.po: Update from translation team.
53416
fa41c84d
UD
534172010-10-26 Ulrich Drepper <drepper@gmail.com>
53418
53419 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53420 is added to the list.
53421
f0967738
AK
534222010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53423 Ulrich Drepper <drepper@gmail.com>
53424
53425 * elf/dl-object.c (_dl_new_object): Don't append the new object to
53426 the global list here. Move code to...
53427 (_dl_add_to_namespace_list): ...here. New function.
53428 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53429 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53430 * elf/dl-load.c (lose): Don't remove the element from the list.
53431 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53432 (_dl_map_object): Likewise.
53433
534342010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
53435
53436 [BZ #12159]
53437 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53438 into all bytes of SSE register.
53439 Patch by Richard Li <richardpku@gmail.com>.
53440
f0967738 534412010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
53442
53443 [BZ #12140]
53444 * malloc/malloc.c (_int_free): Fill correct number of bytes when
53445 perturbing.
53446
d0b9e94f
MB
534472010-10-20 Michael B. Brutman <brutman@us.ibm.com>
53448
53449 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53450 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53451 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53452 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53454 submachine.
53455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53456
8e9f92e9
AS
534572010-10-22 Andreas Schwab <schwab@redhat.com>
53458
53459 * include/dlfcn.h (__RTLD_SECURE): Define.
53460 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
53461 mode & __RTLD_SECURE instead.
53462 (open_path): Rename preloaded parameter to secure.
53463 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53464 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53465 * elf/dl-deps.c (openaux): Likewise.
53466 * elf/rtld.c (struct map_args): Remove is_preloaded.
53467 (map_doit): Don't use it.
53468 (dl_main): Likewise.
53469 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53470 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53471
bc96fbda
AS
534722010-09-09 Andreas Schwab <schwab@redhat.com>
53473
53474 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53475 (sysd-rules-targets): Remove duplicates.
53476 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53477 rtld-%.$o dependency.
53478
22cd1c9b
AS
534792010-10-18 Andreas Schwab <schwab@redhat.com>
53480
53481 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53482 _dl_map_object do it.
53483
18edac48
UD
534842010-10-19 Ulrich Drepper <drepper@gmail.com>
53485
53486 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53487 fast fma builtins, define the macros in the C99 standard.
53488 (FP_FAST_FMAF): Likewise.
53489 (FP_FAST_FMAL): Likewise.
53490 * sysdeps/x86_64/bits/mathdef.h: Likewise.
53491
53492 * bits/mathdef.h: Update copyright year.
53493 * sysdeps/powerpc/bits/mathdef.h: Likewise.
53494
d2050124
MM
534952010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
53496
53497 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53498 builtins, define the macros in the C99 standard.
53499 (FP_FAST_FMAF): Likewise.
53500 (FP_FAST_FMAL): Likewise.
53501 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53502 multiply/add.
53503 (FP_FAST_FMAF): Likewise.
53504
475facd1
JJ
535052010-10-15 Jakub Jelinek <jakub@redhat.com>
53506
53507 [BZ #3268]
53508 * math/libm-test.inc (fma_test): Some new testcases.
53509 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53510 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53511 y and infinite z. Do multiplication by C already in long double.
53512 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53513 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53514 y and infinite z. Do bitwise or of inexact bit into u.d.
53515 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53516 * sysdeps/i386/fpu/s_fmaf.S: Removed.
53517 * sysdeps/i386/fpu/s_fma.S: Removed.
53518 * sysdeps/i386/fpu/s_fmal.S: Removed.
53519
7c08a05c
JJ
535202010-10-16 Jakub Jelinek <jakub@redhat.com>
53521
53522 [BZ #3268]
53523 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53524 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53525 computation is not scheduled after fetestexcept. Fix value
53526 of minimum denormal long double.
53527
f3f7372d
JJ
535282010-10-14 Jakub Jelinek <jakub@redhat.com>
53529
53530 [BZ #3268]
53531 * math/libm-test.inc (fma_test): Add some more tests.
53532 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53533 correctly.
53534
14d43591
AS
535352010-10-15 Andreas Schwab <schwab@redhat.com>
53536
53537 * scripts/data/localplt-s390-linux-gnu.data: New file.
53538 * scripts/data/localplt-s390x-linux-gnu.data: New file.
53539
5e908464
JJ
535402010-10-13 Jakub Jelinek <jakub@redhat.com>
53541
53542 [BZ #3268]
53543 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53544 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53545 instead of dbl-64.
53546 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53547 inlines.
53548 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53549 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53550 if one of x and y is very large and the other is subnormal.
53551 * sysdeps/s390/fpu/s_fmaf.c: New file.
53552 * sysdeps/s390/fpu/s_fma.c: New file.
53553 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53554 * sysdeps/powerpc/fpu/s_fma.S: New file.
53555 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53556 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53557 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53558
535592010-10-12 Jakub Jelinek <jakub@redhat.com>
53560
53561 [BZ #3268]
53562 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53563 fma tests.
53564 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53565 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53566 * sysdeps/i386/i686/multiarch/s_fma.c: Include
53567 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53568 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53569 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53570 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53571
b833d51f
UD
535722010-10-12 Ulrich Drepper <drepper@redhat.com>
53573
53574 [BZ #12078]
53575 * posix/regcomp.c (parse_branch): One more memory leak plugged.
53576 * posix/bug-regex31.input: Add test case.
53577
1751705d
UD
535782010-10-11 Ulrich Drepper <drepper@gmail.com>
53579
e9b9cbf5
UD
53580 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53581 * posix/bug-regex31.input: New file.
53582
53583 [BZ #12078]
53584 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53585 (parse_sub_exp): Fix last change, use postorder.
53586
ef06edbe
UD
53587 * posix/bug-regex31.c: New file.
53588 * posix/Makefile: Add rules to build and run bug-regex31.
53589
a129c80d
UD
53590 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53591
53592 [BZ #12078]
53593 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53594
b76b818e
UD
53595 [BZ #12108]
53596 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53597 to have entries in sys_siglist.
53598
1751705d
UD
53599 [BZ #12093]
53600 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53601 be NULL.
53602
9ff8d36f
JJ
536032010-10-07 Jakub Jelinek <jakub@redhat.com>
53604
53605 [BZ #3268]
53606 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53607 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53608 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53609 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53610 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53611 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53612 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53613 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53614 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53615 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53616 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53617 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53618 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53619 * math/ftestexcept.c (fetestexcept): Likewise.
53620 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53621 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53622 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53623 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53624 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53625 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53626 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53627
af325969
UD
536282010-10-11 Ulrich Drepper <drepper@gmail.com>
53629
c579b202 53630 [BZ #12107]
af325969
UD
53631 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53632 newline.
53633
67a67b95
UD
536342010-10-06 Ulrich Drepper <drepper@gmail.com>
53635
53636 * string/bug-strstr1.c: New file.
53637 * string/Makefile: Add rules to build and run bug-strstr1.
53638
5fb308bc
EB
536392010-10-05 Eric Blake <eblake@redhat.com>
53640
53641 [BZ #12092]
53642 * string/str-two-way.h (two_way_long_needle): Always clear memory
53643 when skipping input due to the shift table.
53644
45db99c7
UD
536452010-10-03 Ulrich Drepper <drepper@gmail.com>
53646
3b111893
UD
53647 [BZ #12005]
53648 * malloc/mcheck.c: Handle large requests.
53649
45db99c7
UD
53650 [BZ #12077]
53651 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53652 for strncmp and strncasecmp.
53653 * string/stratcliff.c: Add tests for strcmp and strncmp.
53654 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53655
cf7a1eb8
NI
536562010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53657
53658 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53659 __set_fpscr.
53660
6484ba5e
AJ
536612010-09-30 Andreas Jaeger <aj@suse.de>
53662
53663 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53664 (CGROUP_SUPER_MAGIC): Define.
53665 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53666 Handle btrfs and cgroup file systems.
53667 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53668 Likewise.
53669
91c42559
LM
536702010-09-27 Luis Machado <luisgpm@br.ibm.com>
53671
53672 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53673 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53674
87a97932
AK
536752010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53676
53677 [BZ #12067]
53678 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53679 trying to locate the ELF header.
53680
c21cc9bc
AS
536812010-09-27 Andreas Schwab <schwab@redhat.com>
53682
53683 [BZ #11611]
53684 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53685 Mask out sign-bit copies when constructing f_fsid.
53686
315970f6
PB
536872010-09-24 Petr Baudis <pasky@suse.cz>
53688
53689 * debug/stack_chk_fail_local.c: Add missing licence exception.
53690 * debug/warning-nop.c: Likewise.
53691
1ac7a2c7
JM
536922010-09-15 Joseph Myers <joseph@codesourcery.com>
53693
53694 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53695 implementing getdents64 using getdents syscall, set d_type if
53696 __ASSUME_GETDENTS32_D_TYPE.
53697
56801c50
AS
536982010-09-16 Andreas Schwab <schwab@redhat.com>
53699
53700 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53701 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53702
dda51327
UD
537032010-09-21 Ulrich Drepper <drepper@redhat.com>
53704
53705 [BZ #12037]
53706 * posix/unistd.h: Undo change of feature selection for ftruncate from
53707 2010-01-11.
53708
8ffcee4a
UD
537092010-09-20 Ulrich Drepper <drepper@redhat.com>
53710
a545ecd9 53711 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
53712 detection.
53713
e24f0a8b
AS
537142010-09-20 Andreas Schwab <schwab@redhat.com>
53715
53716 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53717 fanotify_mark.
53718 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53719
7291c56f
AS
537202010-09-14 Andreas Schwab <schwab@redhat.com>
53721
53722 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53723 variables after CHECK_SP call.
53724 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53725
bc5fb037
AS
537262010-09-13 Andreas Schwab <schwab@redhat.com>
53727 Ulrich Drepper <drepper@redhat.com>
53728
53729 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53730 re-relocationg ld.so.
53731 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53732 _dl_init_paths call.
53733 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
53734 here anymore.
53735
e66e7419
UD
537362010-09-14 Ulrich Drepper <drepper@redhat.com>
53737
53738 * resolv/res_init.c (__res_vinit): Count the default server we added.
53739
c044aa75
CLT
537402010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
53741 Ulrich Drepper <drepper@redhat.com>
53742
53743 [BZ #11968]
53744 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53745 (____longjmp_chk): Use %ebx for saving value across system call.
53746 Add unwind info.
53747
32cf4069
AS
537482010-09-06 Andreas Schwab <schwab@redhat.com>
53749
53750 * manual/Makefile: Don't mix pattern rules with normal rules.
53751
817328ee
AS
537522010-09-05 Andreas Schwab <schwab@linux-m68k.org>
53753
53754 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53755 operation.
53756 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53757 * libio/iofopncook.c (_IO_cookie_init): Likewise.
53758 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53759 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53760 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53761 Likewise.
53762
29fddf61
UD
537632010-09-04 Ulrich Drepper <drepper@redhat.com>
53764
53765 [BZ #11979]
53766 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53767 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53768
0959ffc9
UD
537692010-09-02 Ulrich Drepper <drepper@redhat.com>
53770
53771 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53772 * sysdeps/x86_64/addmul_1.S: Likewise.
53773 * sysdeps/x86_64/lshift.S: Likewise.
53774 * sysdeps/x86_64/mul_1.S: Likewise.
53775 * sysdeps/x86_64/rshift.S: Likewise.
53776 * sysdeps/x86_64/sub_n.S: Likewise.
53777 * sysdeps/x86_64/submul_1.S: Likewise.
53778
ece29840
ST
537792010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
53780
0959ffc9
UD
53781 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53782 Define __sched_param instead of SCHED_* and sched_param when
ece29840 53783 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 53784 * bits/sched.h [__need_schedparam]
ece29840 53785 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
53786 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53787 (__defined_schedparam): Define to 1.
ece29840
ST
53788 (__sched_param): New structure, identical to sched_param.
53789 (__need_schedparam): Undefine.
53790
e53a31fe
MF
537912010-08-31 Mike Frysinger <vapier@gentoo.org>
53792
fdc0c10d
MF
53793 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53794 (epoll_create1): Declare.
53795
e53a31fe
MF
53796 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53797
a726d796
AS
537982010-08-31 Andreas Schwab <schwab@redhat.com>
53799
53800 [BZ #7066]
53801 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53802 shifting retval into place.
53803
2f3e3dc7
UD
538042010-09-01 Ulrich Drepper <drepper@redhat.com>
53805
f2933da9
UD
53806 * nis/rpcsvc/nis.h: Update copyright notice.
53807 * nis/rpcsvc/nis.x: Likewise.
53808 * nis/rpcsvc/nis_callback.h: Likewise.
53809 * nis/rpcsvc/nis_callback.x: Likewise.
53810 * nis/rpcsvc/nis_object.x: Likewise.
53811 * nis/rpcsvc/nis_tags.h: Likewise.
53812 * nis/rpcsvc/yp.h: Likewise.
53813 * nis/rpcsvc/yp.x: Likewise.
53814 * nis/rpcsvc/ypupd.h: Likewise.
53815 * nis/yp_xdr.c: Likewise.
53816 * nis/ypupdate_xdr.c: Likewise.
53817
2f3e3dc7
UD
53818 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
53819 mainly the body of pmap_getport. Add parameters to specify timeouts.
53820 (pmap_getport): Use __libc_rpc_getport.
53821 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53822 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53823 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53824
f3dcc2f9
AS
538252010-08-31 Andreas Schwab <schwab@linux-m68k.org>
53826
53827 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53828 fanotify_mark.
53829
6d34eb5b
RM
538302010-08-27 Roland McGrath <roland@redhat.com>
53831
53832 * sysdeps/i386/i686/multiarch/Makefile
53833 (CFLAGS-varshift.c): New variable.
53834
9ea3de11
UD
538352010-08-27 Ulrich Drepper <drepper@redhat.com>
53836
c96d23fc
UD
53837 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53838 * sysdeps/i386/i686/multiarch/varshift.c: New file.
53839
9ea3de11
UD
53840 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53841
53842 * sysdeps/x86_64/strlen.S: Minimal code improvement.
53843
623aac7f
L
538442010-08-26 H.J. Lu <hongjiu.lu@intel.com>
53845
53846 * sysdeps/x86_64/strlen.S: Unroll the loop.
53847 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53848 strlen-sse2 strlen-sse2-bsf.
53849 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53850 __strlen_no_bsf if bit_Slow_BSF is set.
53851 (__strlen_sse42): Removed.
53852 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53853 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53854
8b2b7715
RM
538552010-08-25 Roland McGrath <roland@redhat.com>
53856
53857 * sysdeps/x86_64/multiarch/varshift.S: File removed.
53858 * sysdeps/x86_64/multiarch/varshift.c: New file.
53859 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53860 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53861 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53862 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53863
e73015f2
L
538642010-08-25 H.J. Lu <hongjiu.lu@intel.com>
53865
53866 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53867 strlen-sse2 strlen-sse2-bsf.
53868 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53869 __strlen_sse2_bsf if bit_Slow_BSF is unset.
53870 (__strlen_sse2): Removed.
53871 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53872 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53873 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53874 bit_Slow_BSF for Atom.
53875 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53876 (index_Slow_BSF): Define.
53877 (HAS_SLOW_BSF): Define.
53878
df24a73e
UD
538792010-08-25 Ulrich Drepper <drepper@redhat.com>
53880
53881 [BZ #10851]
53882 * resolv/res_init.c (__res_vinit): When no server address at all
53883 is given default to loopback.
53884
f2ac4868
RM
538852010-08-24 Roland McGrath <roland@redhat.com>
53886
09055553
RM
53887 * configure.in: Remove config-name.h generation.
53888 * configure: Regenerated.
53889 * config-name.in: File removed.
53890 * scripts/config-uname.sh: New file.
53891 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53892 ($(objdir)config-name.h): New target.
53893
f2ac4868
RM
53894 * sunrpc/rpc_parse.h: Avoid nested comment.
53895
73f27d5e
RH
538962010-08-24 Richard Henderson <rth@redhat.com>
53897 Ulrich Drepper <drepper@redhat.com>
53898 H.J. Lu <hongjiu.lu@intel.com>
53899
53900 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53901 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53902 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53903 Replace _mm_srli_si128 with __m128i_shift_right. Replace
53904 _mm_alignr_epi8 with _mm_loadu_si128.
53905 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53906 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53907 (__m128i_shift_right): Removed.
53908 * sysdeps/i386/i686/multiarch/varshift.h: New file.
53909 * sysdeps/i386/i686/multiarch/varshift.S: New file.
53910 * sysdeps/x86_64/multiarch/varshift.h: New file.
53911 * sysdeps/x86_64/multiarch/varshift.S: New file.
53912
84b9230c
MF
539132010-08-21 Mike Frysinger <vapier@gentoo.org>
53914
53915 * configure.in: Move assembler checks to before sysdep dir checking.
53916
9bbd0ddc
PB
539172010-08-20 Petr Baudis <pasky@suse.cz>
53918
53919 * LICENSES: Sync the sunrpc license.
53920
9da4bb31
UD
539212010-08-19 Ulrich Drepper <drepper@redhat.com>
53922
a7ab6ec8
UD
53923 * sunrpc/auth_des.c: Update copyright notice once again.
53924 * sunrpc/auth_none.c: Likewise.
53925 * sunrpc/auth_unix.c: Likewise.
53926 * sunrpc/authdes_prot.c: Likewise.
53927 * sunrpc/authuxprot.c: Likewise.
53928 * sunrpc/bindrsvprt.c: Likewise.
53929 * sunrpc/clnt_gen.c: Likewise.
53930 * sunrpc/clnt_perr.c: Likewise.
53931 * sunrpc/clnt_raw.c: Likewise.
53932 * sunrpc/clnt_simp.c: Likewise.
53933 * sunrpc/clnt_tcp.c: Likewise.
53934 * sunrpc/clnt_udp.c: Likewise.
53935 * sunrpc/clnt_unix.c: Likewise.
53936 * sunrpc/des_crypt.c: Likewise.
53937 * sunrpc/des_soft.c: Likewise.
53938 * sunrpc/get_myaddr.c: Likewise.
53939 * sunrpc/getrpcport.c: Likewise.
53940 * sunrpc/key_call.c: Likewise.
53941 * sunrpc/key_prot.c: Likewise.
53942 * sunrpc/openchild.c: Likewise.
53943 * sunrpc/pm_getmaps.c: Likewise.
53944 * sunrpc/pm_getport.c: Likewise.
53945 * sunrpc/pmap_clnt.c: Likewise.
53946 * sunrpc/pmap_prot.c: Likewise.
53947 * sunrpc/pmap_prot2.c: Likewise.
53948 * sunrpc/pmap_rmt.c: Likewise.
53949 * sunrpc/rpc/auth.h: Likewise.
53950 * sunrpc/rpc/auth_unix.h: Likewise.
53951 * sunrpc/rpc/clnt.h: Likewise.
53952 * sunrpc/rpc/des_crypt.h: Likewise.
53953 * sunrpc/rpc/key_prot.h: Likewise.
53954 * sunrpc/rpc/netdb.h: Likewise.
53955 * sunrpc/rpc/pmap_clnt.h: Likewise.
53956 * sunrpc/rpc/pmap_prot.h: Likewise.
53957 * sunrpc/rpc/pmap_rmt.h: Likewise.
53958 * sunrpc/rpc/rpc.h: Likewise.
53959 * sunrpc/rpc/rpc_des.h: Likewise.
53960 * sunrpc/rpc/rpc_msg.h: Likewise.
53961 * sunrpc/rpc/svc.h: Likewise.
53962 * sunrpc/rpc/svc_auth.h: Likewise.
53963 * sunrpc/rpc/types.h: Likewise.
53964 * sunrpc/rpc/xdr.h: Likewise.
53965 * sunrpc/rpc_clntout.c: Likewise.
53966 * sunrpc/rpc_cmsg.c: Likewise.
53967 * sunrpc/rpc_common.c: Likewise.
53968 * sunrpc/rpc_cout.c: Likewise.
53969 * sunrpc/rpc_dtable.c: Likewise.
53970 * sunrpc/rpc_hout.c: Likewise.
53971 * sunrpc/rpc_main.c: Likewise.
53972 * sunrpc/rpc_parse.c: Likewise.
53973 * sunrpc/rpc_parse.h: Likewise.
53974 * sunrpc/rpc_prot.c: Likewise.
53975 * sunrpc/rpc_sample.c: Likewise.
53976 * sunrpc/rpc_scan.c: Likewise.
53977 * sunrpc/rpc_scan.h: Likewise.
53978 * sunrpc/rpc_svcout.c: Likewise.
53979 * sunrpc/rpc_tblout.c: Likewise.
53980 * sunrpc/rpc_util.c: Likewise.
53981 * sunrpc/rpc_util.h: Likewise.
53982 * sunrpc/rpcinfo.c: Likewise.
53983 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53984 * sunrpc/rpcsvc/key_prot.x: Likewise.
53985 * sunrpc/rpcsvc/klm_prot.x: Likewise.
53986 * sunrpc/rpcsvc/mount.x: Likewise.
53987 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53988 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53989 * sunrpc/rpcsvc/rex.x: Likewise.
53990 * sunrpc/rpcsvc/rstat.x: Likewise.
53991 * sunrpc/rpcsvc/rusers.x: Likewise.
53992 * sunrpc/rpcsvc/sm_inter.x: Likewise.
53993 * sunrpc/rpcsvc/spray.x: Likewise.
53994 * sunrpc/rpcsvc/yppasswd.x: Likewise.
53995 * sunrpc/rtime.c: Likewise.
53996 * sunrpc/svc.c: Likewise.
53997 * sunrpc/svc_auth.c: Likewise.
53998 * sunrpc/svc_authux.c: Likewise.
53999 * sunrpc/svc_raw.c: Likewise.
54000 * sunrpc/svc_run.c: Likewise.
54001 * sunrpc/svc_simple.c: Likewise.
54002 * sunrpc/svc_tcp.c: Likewise.
54003 * sunrpc/svc_udp.c: Likewise.
54004 * sunrpc/svc_unix.c: Likewise.
54005 * sunrpc/svcauth_des.c: Likewise.
54006 * sunrpc/xcrypt.c: Likewise.
54007 * sunrpc/xdr.c: Likewise.
54008 * sunrpc/xdr_array.c: Likewise.
54009 * sunrpc/xdr_float.c: Likewise.
54010 * sunrpc/xdr_mem.c: Likewise.
54011 * sunrpc/xdr_rec.c: Likewise.
54012 * sunrpc/xdr_ref.c: Likewise.
54013 * sunrpc/xdr_sizeof.c: Likewise.
54014 * sunrpc/xdr_stdio.c: Likewise.
54015
9da4bb31
UD
54016 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54017 handling.
54018
bdaa77bc
AS
540192010-08-19 Andreas Schwab <schwab@redhat.com>
54020
54021 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54022
fe2f79db
LM
540232010-08-19 Luis Machado <luisgpm@br.ibm.com>
54024
54025 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54026 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54027 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54028 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54029 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54030 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54031 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54032 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54033 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54034 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54035 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54036 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54037 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54038 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54039
b9b42ee0
AB
540402010-07-26 Anton Blanchard <anton@samba.org>
54041
54042 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54043 * malloc/arena.c (heap_trim): Likewise.
54044
1c06ba31
UD
540452010-08-16 Ulrich Drepper <drepper@redhat.com>
54046
54047 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54048 here. Not...
54049 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54050 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54051
f8392f40
L
540522010-08-12 H.J. Lu <hongjiu.lu@intel.com>
54053
54054 * sysdeps/i386/elf/Makefile: New file.
54055
3162f12e
AS
540562010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54057
54058 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54059 from fanotify_init.
54060 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54061 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54062
28c90b2c
UD
540632010-08-15 Ulrich Drepper <drepper@redhat.com>
54064
54065 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54066 of strncasecmp_l.
1feccb6c 54067 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 54068
ca6bb004
UD
540692010-08-14 Ulrich Drepper <drepper@redhat.com>
54070
e9f82e0d
UD
54071 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54072 strncase_l-nonascii.
54073 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54074 Add strncase_l-ssse3.
54075 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54076 * sysdeps/x86_64/strcmp.S: Likewise.
54077 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54078 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54079 * sysdeps/x86_64/strncase.S: New file.
54080 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54081 * sysdeps/x86_64/strncase_l.S: New file.
54082 * string/Makefile (strop-tests): Add strncasecmp.
54083 * string/test-strncasecmp.c: New file.
54084
54085 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54086 warning.
54087
ca6bb004
UD
54088 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54089 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54090
052fa7b3
AS
540912010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54092
54093 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54094
962dba78
UD
540952010-08-12 Ulrich Drepper <drepper@redhat.com>
54096
54097 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54098 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54099 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54100
bebff237
AM
541012010-05-01 Alan Modra <amodra@gmail.com>
54102
54103 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54104 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54105 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54106 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54107 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54108 tidying. Don't tail-call __sigjmp_save for static lib.
54109 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54110 save location.
54111 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54112 (CALL_MCOUNT): Add eh info, and nop after bl.
54113 (TAIL_CALL_SYSCALL_ERROR): New macro.
54114 (PSEUDO_RET): Use it.
54115 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54116 Correct save location of integer regs and cr.
54117 (_dl_profile_resolve): Correct cr save location. Delete nops
54118 after bl when SHARED. Reduce cfi size a little by better
54119 placement of cfi directives.
54120 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54121 make a stack frame. Instead use parm save area as a temp.
54122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54123 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
54124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54125 Don't make a stack frame for parent, use parm save area.
54126 Increase child stack frame to 112 bytes. Don't save unused reg,
54127 and adjust reg usage. Set up cfi on error recovery and
54128 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54129 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54130 (__makecontext): Add dummy nop after jump to exit.
54131 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54132 Use correct parm save area and cr save, reduce stack frame.
54133 Correct cfi for possible PSEUDO_RET frame setup.
54134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54135 Branch to local label emitted by PSEUDO_RET rather than
54136 __syscall_error.
54137
02637374
AS
541382010-08-12 Andreas Schwab <schwab@redhat.com>
54139
54140 [BZ #11904]
54141 * locale/programs/locale.c (print_assignment): New function.
54142 (show_locale_vars): Use it.
54143
c3e2f19b
UD
541442010-08-11 Ulrich Drepper <drepper@redhat.com>
54145
3cdaa6ad
UD
54146 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54147 field.
54148 (struct statfs64): Likewise.
54149 (_STATFS_F_FLAGS): Define.
54150 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54151 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54152 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54153 (ST_VALID): Define locally.
54154 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54155 __statvfs_getflags, use the provided value.
54156 * sysdeps/unix/sysv/linux/kernel-features.h: Define
54157 __ASSUME_STATFS_F_FLAGS.
54158
754f7da3
UD
54159 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54160
10b3bedc
UD
54161 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54162 Add sys/fanotify.h.
54163 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54164 fanotify_mask for GLIBC_2.13.
54165 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54166 fanotify_init and fanotify_mark.
54167 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54168 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54169
c08fb0d7
UD
54170 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54171 Add prlimit.
54172 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54173 prlimit64 for GLIBC_2.13.
54174 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54175 prlimit64.
54176 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54177 syscall.
54178 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54179 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54180 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54181 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54182 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
54183 add prlimit alias.
54184 * sysdeps/unix/sysv/linux/prlimit.c: New file.
54185
15bac72b
UD
54186 [BZ #11903]
54187 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54188 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54189
c3e2f19b
UD
54190 * nss/Makefile: Add rules to build and run tst-nss-test1.
54191 * shlib-versions: Add entry for libnss_test1.
54192 * nss/nss_test1.c: New file.
54193 * nss/tst-nss-test1.c: New file.
54194
54195 * nss/nsswitch.c (__nss_database_custom): Define new variable.
54196 (__nss_configure_lookup): Set appropriate entry in
54197 __nss_configure_lookup to true.
54198 * nss/nsswitch.h: Define enum with indeces of databases in
54199 databases and __nss_database_custom arrays. Declare
54200 __nss_database_custom.
54201 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54202 to avoid using nscd when custom rules are installed.
54203 * nss/getXXbyYY_r.c: Likewise.
54204 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54205
54206 * nss/nss_files/files-parse.c: Whitespace fixes.
54207
f15ce4d8
UD
542082010-08-09 Ulrich Drepper <drepper@redhat.com>
54209
54210 [BZ #11883]
54211 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54212 * posix/fnmatch_loop.c: Likewise.
54213
d22e4cc9
AK
542142010-07-17 Andi Kleen <ak@linux.intel.com>
54215
54216 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54217 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54218 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54219 * Versions.def [GLIBC_2.13]: Add.
54220
805bc17d
UD
542212010-08-06 Ulrich Drepper <drepper@redhat.com>
54222
54223 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54224 Also fail if tpwd after pwuid call is NULL.
54225
5a42321d
ST
542262010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
54227
54228 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54229 when converting to ms.
54230
fd3ebeda
ST
542312010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54232
54233 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54234 EOPNOTSUPP errors with ENOTTY.
54235 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54236 EOPNOTSUPP errors with ENOTTY.
54237
73507d3a
UD
542382010-07-31 Ulrich Drepper <drepper@redhat.com>
54239
54240 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54241 Add strcasecmp_l-ssse3.
54242 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54243 strcasecmp.
54244 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54245 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54246 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54247
fe36dd02
UD
542482010-07-30 Ulrich Drepper <drepper@redhat.com>
54249
66f6765a
UD
54250 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54251
42e08a54
UD
54252 * string/Makefile (strop-tests): Add strcasecmp.
54253 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54254 strcasecmp_l-nonascii.
54255 (gen-as-const-headers): Add locale-defines.sym.
54256 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54257 * sysdeps/x86_64/strcasecmp.S: New file.
54258 * sysdeps/x86_64/strcasecmp_l.S: New file.
54259 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54260 * sysdeps/x86_64/locale-defines.sym: New file.
54261 * string/test-strcasecmp.c: New file.
54262
fe36dd02
UD
54263 * string/test-strcasestr.c: Test both ends of the range of characters.
54264 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54265
48cbc0d6
RM
542662010-07-29 Roland McGrath <roland@redhat.com>
54267
76e6d6bc 54268 [BZ #11856]
48cbc0d6
RM
54269 * manual/locale.texi (Yes-or-No Questions): Fix example code.
54270
880113d9
UD
542712010-07-27 Ulrich Drepper <drepper@redhat.com>
54272
54273 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54274 for ld.so.
54275
deb9cabb
AS
542762010-07-27 Andreas Schwab <schwab@redhat.com>
54277
54278 * manual/memory.texi (Malloc Tunable Parameters): Document
54279 M_PERTURB.
54280
1c7570ff
RM
542812010-07-26 Roland McGrath <roland@redhat.com>
54282
54283 [BZ #11840]
54284 * configure.in (-fgnu89-inline check): Set and substitute
54285 gnu89_inline, not libc_cv_gnu89_inline.
54286 * configure: Regenerated.
54287 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54288
24fb0f88
UD
542892010-07-26 Ulrich Drepper <drepper@redhat.com>
54290
54291 * string/test-strnlen.c: New file.
54292 * string/Makefile (strop-tests): Add strnlen.
54293 * string/tester.c (test_strnlen): Add a few more test cases.
54294 * string/tst-strlen.c: Better error reporting.
54295
54296 * sysdeps/x86_64/strnlen.S: New file.
54297
8e96b93a
UD
542982010-07-24 Ulrich Drepper <drepper@redhat.com>
54299
54300 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54301 lower-latency instructions.
54302
dbc676d4
UD
543032010-07-23 Ulrich Drepper <drepper@redhat.com>
54304
54305 * string/test-strcasestr.c: New file.
54306 * string/test-strstr.c: New file.
54307 * string/Makefile (strop-tests): Add strstr and strcasestr.
54308 * string/str-two-way.h: Don't undefine MAX.
54309 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54310
f6a31e0e
AS
543112010-07-21 Andreas Schwab <schwab@redhat.com>
54312
54313 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54314 strcasestr-nonascii.
54315 (CFLAGS-strcasestr-nonascii.c): Define.
54316 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54317 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54318 Remove unused attribute.
54319
5dbc3b6c
RM
543202010-07-20 Roland McGrath <roland@redhat.com>
54321
54322 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54323 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
54324 ld.so.cache was broken. With it, there is no way to disable dsocaps
54325 like LD_HWCAP_MASK can disable hwcaps.
54326
23d101d8
EPM
543272010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54328
54329 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54330
cc9f2e47
UD
543312010-07-16 Ulrich Drepper <drepper@redhat.com>
54332
54333 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54334 call in strcasestr.
54335 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54336 __strcasestr_sse42_nonascii.
54337 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54338 strcasestr-nonascii.c.
54339 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54340
77c1b069
LM
543412010-06-15 Luis Machado <luisgpm@br.ibm.com>
54342
54343 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54344 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54345 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54346 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54347
440566c3
UD
543482010-07-09 Ulrich Drepper <drepper@redhat.com>
54349
54350 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54351 fcntl.
54352
5be9d05d
AS
543532010-07-06 Andreas Schwab <schwab@redhat.com>
54354
c30b7ee2 54355 [BZ #11577]
5be9d05d
AS
54356 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54357 dl_signal_cerror.
54358
8a492a67
UD
543592010-07-06 Ulrich Drepper <drepper@redhat.com>
54360
54361 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54362 _PC_PIPE_BUF using F_GETPIPE_SZ.
54363
713df3d5
RM
543642010-07-05 Roland McGrath <roland@redhat.com>
54365
54366 * manual/arith.texi (Rounding Functions): Fix rint description
54367 implicit in round description.
54368
702e8f14
UD
543692010-07-02 Ulrich Drepper <drepper@redhat.com>
54370
54371 * elf/Makefile: Fix linking for a few tests to make recent linker
54372 happy.
54373
52ed8be9
AS
543742010-06-30 Andreas Schwab <schwab@redhat.com>
54375
54376 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54377 $(common-objpfx)libc_nonshared.a.
54378
f47c9a11
LM
543792010-06-21 Luis Machado <luisgpm@br.ibm.com>
54380
54381 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54382 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54383 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54384 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54385 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54386 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54387 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54388 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54394 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54395 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54402 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54403 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54404 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54405 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54406 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54407 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54408 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54409 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54410 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54411 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54412 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54413 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54414 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54429
6fb8cbcb
L
544302010-06-25 H.J. Lu <hongjiu.lu@intel.com>
54431
54432 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54433 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
54434 * string/memmove.c (memmove): Renamed to ...
54435 (MEMMOVE): ...this. Default to memmove.
54436 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54437 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54438 (END_CHK): Define.
54439 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54440 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54441 mempcpy-ssse3-back memmove-ssse3-back.
54442 * sysdeps/x86_64/multiarch/bcopy.S: New file .
54443 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54444 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54445 * sysdeps/x86_64/multiarch/memcpy.S: New file.
54446 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54447 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54448 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54449 * sysdeps/x86_64/multiarch/memmove.c: New file.
54450 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54451 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54452 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54453 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54454 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54455 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54456 Define.
54457 (index_Fast_Copy_Backward): Define.
54458 (HAS_ARCH_FEATURE): Define.
54459 (HAS_FAST_REP_STRING): Define.
54460 (HAS_FAST_COPY_BACKWARD): Define.
54461
4e733bac 544622010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
54463
54464 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54465 Restore proper fallback handling.
54466
63c4ed22
UD
544672010-06-19 Ulrich Drepper <drepper@redhat.com>
54468
ac2b484c
UD
54469 [BZ #11701]
54470 * posix/group_member.c (__group_member): Correct checking loop.
54471
63c4ed22
UD
54472 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54473 OOM in getpwuid_r correctly. Return error number when the caller
54474 should return, otherwise -1.
54475 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54476 call returning > 0 value.
54477 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54478
765ade4b
AS
544792010-06-07 Andreas Schwab <schwab@redhat.com>
54480
54481 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54482 libc_nonshared.a from targets in modules-names.
54483
80da2e09
KS
544842010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
54485
54486 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54487 requires it.
54488
158db122
LM
544892010-06-10 Luis Machado <luisgpm@br.ibm.com>
54490
54491 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54492 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54493 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54494 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54495
caa78cf8
AS
544962010-06-02 Andreas Schwab <schwab@redhat.com>
54497
54498 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54499
b2ef2c01
UD
545002010-06-14 Ulrich Drepper <drepper@redhat.com>
54501
54502 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54503 and F_GETPIPE_SZ.
54504 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54505 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54506 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54507 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54508 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54509 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54510
fbd643b6
RM
545112010-06-14 Roland McGrath <roland@redhat.com>
54512
54513 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54514
f32f2869
JJ
545152010-06-07 Jakub Jelinek <jakub@redhat.com>
54516
54517 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54518 __REDIRECT followed by __THROW.
54519 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54520 * posix/getopt.h (getopt): Likewise.
54521
2a50c078
EPM
545222010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54523
54524 * hurd/lookup-at.c (__file_name_lookup_at): Accept
54525 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
54526 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54527 in AT_FLAGS.
54528 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54529 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54530
eb5ad2eb
LM
545312010-05-28 Luis Machado <luisgpm@br.ibm.com>
54532
54533 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54534
3c88fe1e
L
545352010-05-26 H.J. Lu <hongjiu.lu@intel.com>
54536
54537 [BZ #11640]
54538 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54539 Properly check family and model.
54540
d2f73151
TY
545412010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
54542
54543 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54544
ebd2e13d
LM
545452010-05-24 Luis Machado <luisgpm@br.ibm.com>
54546
54547 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54548
b32b8b45
UD
545492010-05-21 Ulrich Drepper <drepper@redhat.com>
54550
54551 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54552 symbol reference.
54553
9acbe24d
AS
545542010-05-19 Andreas Schwab <schwab@redhat.com>
54555
54556 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54557 symbol reference.
54558
f0ccf6ea
AS
545592010-05-21 Andreas Schwab <schwab@redhat.com>
54560
3d04ff3a
AS
54561 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54562 and internal_recvmmsg.
54563 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54564 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54565 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54566 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54567
f0ccf6ea
AS
54568 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54569 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54570 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54571
5b08ac57
AS
545722010-05-20 Andreas Schwab <schwab@redhat.com>
54573
54574 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54575
4828935d
LM
545762010-05-17 Luis Machado <luisgpm@br.ibm.com>
54577
54578 POWER7 optimizations.
54579 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54580 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54581
373d545e
UD
545822010-05-19 Ulrich Drepper <drepper@redhat.com>
54583
54584 * version.h: Update for 2.13 development version.
54585
21a2b1ae
AS
545862010-05-12 Andrew Stubbs <ams@codesourcery.com>
54587
54588 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54589 exceptions. Return 0.
54590
3f7dcb2b
RM
545912010-05-07 Roland McGrath <roland@redhat.com>
54592
54593 * elf/ldconfig.c (main): Add a const.
54594
5f24d53a 545952010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 54596
a160f8d8
UD
54597 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54598 (args_options): Add no-idn option.
54599 (ahosts_keys_int): Add idn_flags to ai_flags.
54600 (parse_option): Handle 'i' option to clear idn_flags.
54601
5f24d53a
UD
54602 * malloc/malloc.c (_int_free): Possible race in the most recently
54603 added check. Only act on the data if no current modification
54604 happened.
265bb1ce
UD
54605
54606See ChangeLog.17 for earlier changes.