]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Replace %ld with %jd and cast to intmax_t
[thirdparty/glibc.git] / ChangeLog
CommitLineData
8d2b2763
L
12014-12-30 H.J. Lu <hongjiu.lu@intel.com>
2
3 [BZ #17732]
4 * io/test-utime.c (main): Replace %ld with %jd and cast to
5 intmax_t.
41fad830 6 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
8d2b2763 7
8b4416d8
AS
82014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
9 H.J. Lu <hongjiu.lu@intel.com>
10
11 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
12 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
13 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
14 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
15 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
16 version if bit_Fast_Unaligned_Load is set.
17 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
19 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
20 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
21 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
22 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
23 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
25 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
26 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
27 to 4.
28 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
29 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
30 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
31 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
32
e47b8d3b
CM
332014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
34
6d6d7fde
CM
35 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
36 instead of #if to avoid a Wundef warning.
37 * stdlib/tst-limits.c (do_test): Likewise.
38
cd2c37c9
CM
39 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
40 parallel other exception macros.
41 (fegetenv): Convert from macro to extern inline so that it applies
42 retroactively to inline functions already seen by the compiler.
43 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
44
e47b8d3b
CM
45 * posix/Makefile (before-compile): Use $(objpfx) for
46 posix-conf-vars-def.h.
47
4a6aca7b
SP
482014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
49
7910c2ae
SP
50 * posix/getconf.c (main): Use size_t for type of I.
51 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
52 NSPEC.
53
50cbbaa9
SP
54 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
55 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
56 * posix/posix-envs.def: Likewise.
57 * sysdeps/posix/sysconf.c: Likewise.
58 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
59 (specs): Remove array.
60 * scripts/gen-posix-conf-vars.awk: Support generation of specs
61 array.
62
3b566046
SP
63 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
64 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
65 (__sysconf): Use CONF_IS_* macros.
66
4a6aca7b
SP
67 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
68 ($(objpfx)posix-conf-vars-def.h): New target.
69 * posix/posix-conf-vars.list: New file.
70 * posix/posix-conf-vars.h: New file.
71 * posix/confstr.c: Include posix-conf-vars.h.
72 (confstr): Use CONF_IS_* macros.
73 * posix/posix-envs.def: Include posix-conf-vars.h. Use
74 CONF_IS_* macros.
75 * scripts/gen-posix-conf-vars.awk: New file.
76
7c1395a7
CM
772014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
78
0025b4cc
CM
79 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
80 fegetround): Add no-op macros to avoid linknamespace issues.
81
d8aaf74b
CM
82 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
83 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
84
5d24aa60
CM
85 * sysdeps/unix/sysv/linux/tile/sysdep.h
86 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
87 assembly-specific section to avoid a redefinition warning.
88
7c1395a7
CM
89 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
90 long before casting to pointer to avoid a cast warning.
91
3c87c616
CM
922014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
93
94 * sysdeps/tile/tilegx/Implies: New file.
95
f559d8cf
RE
962014-12-23 Richard Earnshaw <rearnsha@arm.com>
97
98 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
99
7d81e8d6
FW
1002014-12-23 Florian Weimer <fweimer@redhat.com>
101
102 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
103
90aa3d09
JM
1042014-12-22 Joseph Myers <joseph@codesourcery.com>
105
106 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
107 not define.
108 * sysdeps/unix/sysv/linux/utimes.c: Do not include
109 <kernel-features.h>.
110 (__utimes) [__NR_utimes]: Make code unconditional.
111 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
112 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
113 (__ASSUME_UTIMES): Do not undefine.
114 * sysdeps/unix/sysv/linux/tile/kernel-features.h
115 (__ASSUME_UTIMES): Likewise.
116 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
117 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
118 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
119 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
120
4c0c0e2a
SE
1212014-12-22 Steve Ellcey <sellcey@imgtec.com>
122
123 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
124
0dacd7a3
CM
1252014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
126
b638f96a
CM
127 [BZ #17747]
128 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
129 alias to weak alias for j0l, y0l.
130 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
131 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
132
0dacd7a3
CM
133 [BZ #17746]
134 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
135 conversion.
136
528479c4
SE
1372014-12-22 Steve Ellcey <sellcey@imgtec.com>
138
139 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
140 to zero if not already defined.
141
f56f9124
JM
1422014-12-22 Joseph Myers <joseph@codesourcery.com>
143
144 [BZ #17724]
145 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
146 (__kernel_standard_f): Remove. Moved to k_standardf.c.
147 (__kernel_standard_l): Remove. Moved to k_standardl.c with
148 (char *) casts added.
149 * sysdeps/ieee754/k_standardf.c: New file.
150 * sysdeps/ieee754/k_standardl.c: Likewise.
151 * math/Makefile (libm-support): Remove k_standard.
152 (libm-calls): Add k_standard.
153
8622d556
WD
1542014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
155
156 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
157 Optimize to avoid an unnecessary FPCR read.
158
f3806bdb
WD
1592014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
160
161 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
162 Optimize to reduce FPCR/FPSR accesses.
163
9b47df58
WD
1642014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
165
166 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
167 Call libc_fetestexcept_aarch64.
168
97be3cac
WD
1692014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
170
171 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
172 Call libc_fesetround_aarch64.
173
935ab817
JM
1742014-12-22 Joseph Myers <joseph@codesourcery.com>
175
176 [BZ #17733]
177 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
178 (__bind): Do not define as weak alias.
179 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
180 define.
181 (__getsockname): Do not define as weak alias.
182
cc8623f1
WN
1832014-12-22 Will Newton <will.newton@linaro.org>
184
185 * manual/install.texi: Document that we require bison 2.7
186 or above.
187 * INSTALL: Regenerate.
188 * configure.ac: Use AC_CHECK_PROG_VER instead of
189 AC_PATH_PROG when checking for bison and check for
190 version 2.7 or above.
191 * configure: Regenerate.
192
a19ca65a
CM
1932014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
194
92901170 195 [BZ #17745]
e969965a
CM
196 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
197 * sysdeps/tile/ffsll.c (ffsll): To here.
198
a19ca65a
CM
199 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
200
050f7298
L
2012014-12-21 H.J. Lu <hongjiu.lu@intel.com>
202
203 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
204 if not defined.
205 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
206 definition.
207 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
208 hidden ___tls_get_addr.
209 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
210 hidden __tls_get_addr.
211 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
212 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
213 Likewise.
214
6df5547e
AS
2152014-12-21 Andreas Schwab <schwab@linux-m68k.org>
216
217 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
218 _dl_init call.
219
7432d613
L
2202014-12-21 H.J. Lu <hongjiu.lu@intel.com>
221
222 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
223 from "call _dl_init@PLT".
224 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 225
98fe149e
AK
2262014-12-21 Anders Kaseorg <andersk@mit.edu>
227
228 * manual/search.texi: (Array Sort Function): Clarify stable sorting
229 guarantees.
230
d12455f5
CM
2312014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
232
233 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
234
95dee05f
CM
2352014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
236
92901170 237 [BZ #17744]
95dee05f
CM
238 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
239 strnlen.
240
2ef4b74a
SE
2412014-12-19 Steve Ellcey <sellcey@imgtec.com>
242
243 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
244 of multu on MIPSr6.
245 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
246 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
247 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
248 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
249 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
250
2512014-12-19 Steve Ellcey <sellcey@imgtec.com>
252
253 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
254 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
255 (PTR_SUBU): Use subu for mips32r6/mips64r6.
256 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 257 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
258 mips32r6/mips64r6.
259 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
260
3eb38795
OB
2612014-12-19 Ondřej Bílka <neleai@seznam.cz>
262
263 * string/strncat.c (STRNCAT): Simplify implementation.
264
6d4188dd
DM
2652014-12-19 David S. Miller <davem@davemloft.net>
266
0d4ba8be
DM
267 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
268 access the quad as both a long double and as a series of 4 words.
269
6d4188dd
DM
270 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
271 link_map->l_info array access.
272
4ef91cdc
CM
2732014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
274
804c54f7
CM
275 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
276
4ef91cdc
CM
277 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
278 * math/atest-exp2.c (TIMEOUT): Likewise.
279 * math/atest-sincos.c (TIMEOUT): Likewise.
280
afd176d6
L
2812014-12-19 H.J. Lu <hongjiu.lu@intel.com>
282
283 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
284 -Wno-error with -fno-builtin-lround.
285
a4a43a90
TR
2862014-12-19 Torvald Riegel <triegel@redhat.com>
287
288 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
289 Contains futex constants and functions moved over from ...
290 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
291 <lowlevellock-futex.h>.
292 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
293 (lll_timedwait_tid): Add comments and parentheses around macro
294 arguments.
295
76f71081
TR
2962014-12-19 Torvald Riegel <triegel@redhat.com>
297
298 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
299 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
300 (__lll_private_flag): Remove.
301 (lll_futex_wait): Likewise.
302 (lll_futex_timed_wait): Likewise.
303 (lll_futex_wake): Likewise.
304 (lll_futex_requeue): Likewise.
305 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
306 (__lll_timedwait_tid): Spell out argument names.
307 (lll_timedwait_tid): Add comments and parentheses around macro
308 arguments.
309 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
310 LLL_SHARED and LLL_PRIVATE usable from assembly code.
311
6b814909
TR
3122014-12-19 Torvald Riegel <triegel@redhat.com>
313
314 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
315 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
316 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
317 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
318 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
319 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
320 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
321 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
322 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
323 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
324 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
325 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
326 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
327 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
328 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
329 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
330 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
331 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
332 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
333
9cd4d4ab
L
3342014-12-19 H.J. Lu <hongjiu.lu@intel.com>
335
336 * sysdeps/x86_64/x32/Makefile: New file.
337
c9c1a2d0
L
3382014-12-19 H.J. Lu <hongjiu.lu@intel.com>
339
340 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
341 1L with (mp_limb_t) 1.
342
af102d95
RM
3432014-12-17 Roland McGrath <roland@hack.frob.com>
344
dd690454
RM
345 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
346 * nptl/libc_pthread_init.c: ... here.
347 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
348 * nptl/register-atfork.c: ... here.
349
74eb826c
RM
350 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
351 Use pthread_sigmask rather than INTERNAL_SYSCALL.
352 Use assert_perror to check its return value.
353 (__gai_create_helper_thread): Likewise.
354
c9ce306b
RM
355 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
356
af102d95
RM
357 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
358
8ac5a76a
JM
3592014-12-17 Joseph Myers <joseph@codesourcery.com>
360
ea41469b
JM
361 [BZ #17725]
362 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
363 __profil_counter.
364 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
365 Likewise.
366 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
367 Likewise.
368 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
369 Likewise.
370 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
371 (profil_counter): Likewise.
372 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
373 (profil_counter): Likewise.
374 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
375 Likewise.
376 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
377 Likewise.
378 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
379 (profil_counter): Likewise.
380 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
381 Likewise.
382 [!__profil_counter] (profil_counter): Define as weak alias of
383 __profil_counter.
384 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
385 (profil_counter): Rename to __profil_counter.
386 [!__profil_counter] (profil_counter): Define as weak alias of
387 __profil_counter.
388 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
389 (profil_counter): Rename to __profil_counter.
390 [!__profil_counter] (profil_counter): Define as weak alias of
391 __profil_counter.
392 * sysdeps/posix/profil.c: Update comment referring to
393 profil_counter.
394 (__profil): Use __profil_counter instead of profil_counter.
395 * sysdeps/posix/sprofil.c (profil_counter): Rename to
396 __profil_counter. Use __profil_counter_ushort and
397 __profil_counter_uint in definitions.
398 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
399 instead of profil_counter_uint and profil_counter_ushort.
400
8ac5a76a
JM
401 [BZ #17722]
402 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
403 define as weak alias of __inet_makeaddr.
404 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
405 as weak alias of __inet_addr.
406 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
407 as weak alias of __inet_pton. Use libc_hidden_weak.
408 * include/arpa/inet.h (__inet_pton): Declare. Use
409 libc_hidden_proto.
410 (inet_makeaddr): Don't use libc_hidden_proto.
411 (__inet_makeaddr): Declare. Use libc_hidden_proto.
412 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
413 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
414 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
415 Remove variable.
416 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
417 (test-xfail-POSIX/time.h/linknamespace): Likewise.
418
66ce3cb1
SE
4192014-12-17 Steve Ellcey <sellcey@imgtec.com>
420
421 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
422
d22ce01b
SL
4232014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
424
425 * stdio-common/bug-vfprintf-nargs.c (do_test):
426 Cast value to intptr_t to avoid format warning
427 for usage with PRIdPTR printing macro.
428
eca2772b
SL
4292014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
430
431 * libio/tst-widetext.c (do_test):
432 Use format type %td instead of %Zd for ptrdiff_t
433 in order to avoid format warning.
434
bdf079da
AS
4352014-12-17 Andreas Schwab <schwab@suse.de>
436
437 * nscd/mem.c (gc): Add size_t cast to match printf format.
438
3eb5d2fc
RM
4392014-12-16 Roland McGrath <roland@hack.frob.com>
440
441 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
442 (init): Apply PTR_MANGLE to pointers before storing them.
443 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
444 before using them.
445
d003ada2
JM
4462014-12-16 Joseph Myers <joseph@codesourcery.com>
447
380292ba
JM
448 [BZ #17719]
449 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
450 define as weak alias of __memrchr.
451 (__memrchr): Do not define as strong alias of memrchr.
452 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
453 Remove variable.
454 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
455 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
456 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
457
9a44d530
JM
458 [BZ #17717]
459 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
460 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
461 (if_indextoname): Rename to __if_indextoname and define as weak
462 alias of __if_indextoname. Use libc_hidden_weak.
463 (if_freenameindex): Rename to __if_freenameindex and define as
464 weak alias of __if_freenameindex.
465 (if_nameindex): Rename to __if_nameindex and define as weak alias
466 of __if_nameindex.
467 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
468 __if_nametoindex and define as weak alias of __if_nametoindex.
469 Use libc_hidden_weak.
470 (if_freenameindex): Rename to __if_freenameindex and define as
471 weak alias of __if_freenameindex.
472 (if_nameindex): Rename to __if_nameindex and define as weak alias
473 of __if_nameindex.
474 (if_indextoname): Rename to __if_indextoname and define as weak
475 alias of __if_indextoname. Use libc_hidden_weak.
476 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
477 __if_nametoindex and define as weak alias of __if_nametoindex.
478 Use libc_hidden_weak.
479 (if_freenameindex): Rename to __if_freenameindex and define as
480 weak alias of __if_freenameindex. Use libc_hidden_weak.
481 (if_nameindex_netlink): Use __if_freenameindex instead of
482 if_freenameindex.
483 (if_nameindex): Rename to __if_nameindex and define as weak alias
484 of __if_nameindex. Use libc_hidden_weak.
485 (if_indextoname): Rename to __if_indextoname and define as weak
486 alias of __if_indextoname. Use libc_hidden_weak.
487 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
488 libc_hidden_proto.
489 [!_ISOMAC] (__if_freenameindex): Likewise.
490 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
491 if_nametoindex.
492 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
493 variable.
494 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
495 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
496 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
497 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
498 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
499 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
500 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
501
d003ada2
JM
502 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
503 Remove variable.
504 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
505 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
506
a0d424ef
SP
5072014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
508
0cd85520
SP
509 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
510 subscript above bounds'
511
a0d424ef
SP
512 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
513 bounds.
514
0e426475
AS
5152014-12-16 Arjun Shankar <arjun.is@lostca.se>
516
8b460906
AS
517 * libio/tst-fopenloc.c: Use test-skeleton.c.
518
fa13e15b
AS
519 * stdlib/tst-bsearch.c: Use test-skeleton.c.
520 (entry): Rename to ITEM.
521 (do_test, comp): Adjust.
522
0e426475
AS
523 * stdio-common/tst-fseek.c: Use test-skeleton.c.
524
4f646bce
TR
5252014-12-16 Torvald Riegel <triegel@redhat.com>
526
527 * string/tester.c: Include <libc-internal.h>.
528 (test_memset): Ignore -Wmemset-transposed-args.
529
a07c4427
TR
5302014-12-16 Torvald Riegel <triegel@redhat.com>
531
532 * misc/tst-mntent2.c (do_test): Fix warning.
533
1469f466
TR
5342014-12-16 Torvald Riegel <triegel@redhat.com>
535
536 * elf/tst-unique4lib.cc(a): Mark as used.
537
11e3417a
FW
5382014-12-16 Florian Weimer <fweimer@redhat.com>
539
540 [BZ #17630]
541 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
542 names.
543
ae61fc7b
AM
5442014-12-16 Allan McRae <allan@archlinux.org>
545
546 * stdio-common/Makefile (tests): Re-add bug26.
547
363a9899
OB
5482014-12-15 Ondřej Bílka <neleai@seznam.cz>
549
550 [BZ #17657]
551 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
552 static array.
553
d52c62df
TR
5542014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
555
556 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
557 (__lll_lock_wait): Likewise.
558 (__lll_timedlock_wait): Likewise.
559 (__lll_timedwait_tid): Likewise.
560 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
561 (__lll_robust_timedlock_wait): Likewise.
562 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
563 (lll_cond_trylock): Likewise.
564 (__lll_lock): Likewise.
565 (__lll_robust_lock): Likewise.
566 (__lll_cond_lock): Likewise.
567 (lll_robust_cond_lock): Likewise.
568 (__lll_timedlock): Likewise.
569 (__lll_robust_timedlock): Likewise.
570 (__lll_unlock): Likewise.
571 (__lll_robust_unlock): Likewise.
572 (lll_wait_tid): Likewise.
573 (lll_timedwait_tid): Likewise.
574
045a6bcd
TR
5752014-12-15 Torvald Riegel <triegel@redhat.com>
576
577 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
578
7f786dc1
TR
5792014-12-15 Torvald Riegel <triegel@redhat.com>
580
581 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
582
e7e21cba
AZ
5832014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
584
585 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
586 * stdio-common/tst-sprintf.c: Likewise.
587
bc89c0fc
TR
5882014-12-15 Torvald Riegel <triegel@redhat.com>
589
590 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
591
a5357b7c
JL
5922014-12-15 Jeff Law <law@redhat.com>
593
594 [BZ #16617]
595 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
596 on the heap. (CVE-2012-3406)
597 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
598 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
599 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
600
3a12c70f
WN
6012014-12-15 Will Newton <will.newton@linaro.org>
602
603 * manual/install.texi: Bump required version of texinfo
604 to 4.7 from 4.5.
605 * INSTALL: Regenerated.
606 * configure.ac: Check for makeinfo version 4.7 and above.
607 * configure: Regenerated.
608
e4f639e4
RM
6092014-12-12 Roland McGrath <roland@hack.frob.com>
610
611 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
612 PREFIX, string constant to insert between directory and name.
613 * sysdeps/posix/shm_open.c: Update caller.
614 * sysdeps/posix/shm_unlink.c: Likewise.
615 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
616 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
617 (SEM_SHM_PREFIX): New macro.
618 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
619 [$(have-thread-library) = no].
620 * nptl/Makefile (libpthread-routines): Add shm-directory.
621 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
622 * sysdeps/nptl/shm-directory.h: New file.
623 * sysdeps/posix/shm-directory.c
624 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
625 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
626 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
627 INTERNAL_SYSCALL.
628 (__where_is_shmfs): Function removed.
629 (mountpoint, defaultmount, defaultdir, __namedsem_once):
630 Variables removed.
631 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
632 Use SHM_GET_NAME.
633 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
634
635 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
636 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
637 unconditional for use inside libpthread.
638 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
639
439c43f6
RM
6402014-12-12 Roland McGrath <roland@hack.frob.com>
641
c76d1ff5
RM
642 * nptl/pthread_getaffinity.c: New file.
643 * nptl/pthread_setaffinity.c: New file.
644 * nptl/pthread_getname.c: New file.
645 * nptl/pthread_setname.c: New file.
646
439c43f6
RM
647 * nptl/pthread_create.c (START_THREAD_DEFN)
648 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
649
48e435cd
SL
6502014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
651 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
652
653 * resolv/res_send.c (send_vc): Disable warning resplen may
654 be used uninitialized.
655
9d9c0019
SL
6562014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
657
658 * nptl/tst-mutex6.c
659 (ATTR_NULL): New define checks ATTR against NULL.
660 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
661 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
662
9173840b
JL
6632014-12-11 James Lemke <jwlemke@codesourcery.com>
664
665 [BZ #17581]
666 * malloc/hooks.c
667 (mem2mem_check): Revert my previous change.
668 (malloc_check_get_size): Revert my previous change.
669 (mem2chunk_check): Revert my previous change.
670
78e21c5d
RM
6712014-12-11 Roland McGrath <roland@hack.frob.com>
672
673 * sysdeps/posix/shm-directory.c: New file.
674 * sysdeps/posix/shm-directory.h: New file.
675 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
676 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
677 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
678 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
679 Transmute EPERM to EACCES.
680 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
681 from ...
682 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
683 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
684
f82c43af
KK
6852014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
686
687 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
688 pointer and cast to uintptr_t.
689 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
690 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
691 Add cast to avoid warning.
692 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
693
fc00cf7b
JM
6942014-12-11 Joseph Myers <joseph@codesourcery.com>
695
696 * nptl/semaphore.h: Move to ...
697 * sysdeps/pthread/semaphore.h: ... here.
698 * Makefile (installed-headers): Change nptl/semaphore.h to
699 sysdeps/pthread/semaphore.h.
700
1c4053db
RM
7012014-12-11 Roland McGrath <roland@hack.frob.com>
702
73b0c1a1
RM
703 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
704 generated error format strings.
705
1c4053db
RM
706 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
707 -Wformat-extra-args warnings for scanf formats.
708 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
709 test of zero-length format (duh).
710 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
711 corner-case scanf format test.
712 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
713 generated fprintf format string.
714 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
715 corner-case sprintf format tests.
716 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
717 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
718 -Wformat-extra-args warnings throughout.
719 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
720 (CFLAGS-scanf4.c): Likewise.
721 (CFLAGS-scanf7.c): Likewise.
722 (CFLAGS-tst-sprintf.c): Likewise.
723 (CFLAGS-tst-printf.c): Likewise.
724 (CFLAGS-tst-printfsz.c): Likewise.
725
47d51f4f
JM
7262014-12-11 Joseph Myers <joseph@codesourcery.com>
727
a1edbf3c
JM
728 * include/cpio.h: New file.
729 * include/fmtmsg.h: Likewise.
730
47d51f4f
JM
731 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
732 corresponding format argument to size_t.
733 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
734 arguments.
735 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
736 corresponding format argument to size_t.
737 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
738 arguments.
739 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
740 corresponding format argument to size_t.
741 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
742 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
743 (CFLAGS-tst-mbswcs2.c): Likewise.
744 (CFLAGS-tst-mbswcs3.c): Likewise.
745 (CFLAGS-tst-mbswcs4.c): Likewise.
746 (CFLAGS-tst-mbswcs5.c): Likewise.
747 (CFLAGS-tst-trans.c): Likewise
748
e9813cfb
RM
7492014-12-11 Roland McGrath <roland@hack.frob.com>
750
751 * posix/regexbug1.c (main): Use "%s" format with regerror results,
752 rather than assuming they won't contain any '%'s.
753
f627ca82
CM
7542014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
755
756 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
757 inhibit_loop_to_libcall to avoid recursive calls.
758 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
759 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
760
7f296942
AZ
7612014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
762
763 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
764 prototype.
765
d0276e18
SE
7662014-12-11 Steve Ellcey <sellcey@imgtec.com>
767
768 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
769 integer value instead of boolean.
770
fc56e970
SE
7712014-12-11 Steve Ellcey <sellcey@imgtec.com>
772
773 * malloc/malloc.c: Fix powerof2 check.
774
40e53917
SL
7752014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
776
777 * locale/programs/locfile.h (maybe_swap_uint32):
778 Remove inline and add unused attribute.
779
1ea166df
SL
7802014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
781
9d9c0019 782 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
783 Truncating assembler expression to a .long expression.
784
acf869f4
AS
7852014-12-11 Andreas Schwab <schwab@suse.de>
786
787 * elf/rtld.c (struct map_args): Constify str member.
788 (do_preload): Constify fname argument.
789
9d969099
AZ
7902014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
791
792 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
793 constants definition.
794
da5bcaa4
AS
7952014-12-11 Andreas Schwab <schwab@suse.de>
796
b0a3c164
AS
797 [BZ #16657]
798 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
799 FORCE_ELISION instead of DO_ELISION.
800 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
801 Remove.
802 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
803 Likewise.
804
da5bcaa4
AS
805 * iconvdata/gconv-modules: Remove duplicate entry.
806
6d248857
WN
8072014-12-11 Will Newton <will.newton@linaro.org>
808
809 Merge gettext 0.19.3 into intl/.
810
811 This involves a number of cosmetic changes to comments
812 and ANSI function definitions and prototypes throughout
813 all the files. The gettext copyright header is used but
814 with the date ranges taken from the glibc copy.
815
816 * NEWS: Add gettext merge to 2.21.
817 * intl/bindtextdom.c: Switch to gettext copyright.
818 Use ANSI definitions and prototypes.
819 Use gl_* locking primitives rather than __libc_* ones.
820 Use __builtin_expect rather than __glibc_likely/unlikely.
821 * intl/dcgettext.c: Switch to gettext copyright.
822 Use ANSI definitions and prototypes.
823 * intl/dcigettext.c: Switch to gettext copyright.
824 Use ANSI definitions and prototypes.
825 (INTDIV0_RAISES_SIGFPE): New define.
826 Use gl_* locking primitives rather than __libc_* ones.
827 Include eval-plural.h instead of plural-eval.c.
828 Use __builtin_expect rather than __glibc_likely/unlikely.
829 * intl/dcngettext.c: Switch to gettext copyright.
830 Use ANSI definitions and prototypes.
831 * intl/dgettext.c: Likewise.
832 * intl/dngettext.c: Likewise.
833 * intl/plural-eval.c: Renamed to...
834 * intl/eval-plural.h: ...this.
835 * intl/explodename.c: Switch to gettext copyright.
836 Use ANSI definitions and prototypes.
837 (_nl_explode_name): Use strchr instead of __rawmemchr.
838 * intl/finddomain.c: Switch to gettext copyright.
839 Use ANSI definitions and prototypes.
840 Use gl_* locking primitives rather than __libc_* ones.
841 (_nl_find_domain): Use malloc rather than alloca for
842 allocation of temporary locale name.
843 * intl/gettext.c: Switch to gettext copyright.
844 Use ANSI definitions and prototypes.
845 * intl/gettextP.h: Switch to gettext copyright.
846 Use ANSI definitions and prototypes.
847 Use gl_* locking primitives rather than __libc_* ones.
848 * intl/gmo.h: Switch to gettext copyright.
849 (struct sysdep_string): Move struct segment_pair outside of
850 struct definition.
851 * intl/hash-string.c: Use ANSI definitions and prototypes.
852 * intl/hash-string.h: Switch to gettext copyright.
853 Use ANSI definitions and prototypes.
854 * intl/l10nflist.c: Switch to gettext copyright.
855 Use ANSI definitions and prototypes.
856 (_nl_normalize_codeset): Avoid integer overflow.
857 * intl/loadinfo.h: Switch to gettext copyright.
858 Use ANSI definitions and prototypes.
859 (LIBINTL_DLL_EXPORTED): New define.
860 (PATH_SEPARATOR): New define.
861 * intl/loadmsgcat.c: Switch to gettext copyright.
862 * intl/localealias.c: Switch to gettext copyright.
863 Use ANSI definitions and prototypes.
864 (_nl_expand_alias): Use PATH_SEPARATOR.
865 * intl/ngettext.c: Switch to gettext copyright.
866 Use ANSI definitions and prototypes.
867 * intl/plural-exp.c: Likewise.
868 * intl/plural-exp.h: Switch to gettext copyright.
869 Use ANSI definitions and prototypes.
870 (struct expression): Move definition of enum operator outside
871 of struct definition.
872 * intl/plural.c: Regenerate.
873 * intl/plural.y: Switch to gettext copyright.
874 Use ANSI definitions and prototypes.
875 Port to bison 3.0.
876 * intl/textdomain.c: Switch to gettext copyright.
877 Use ANSI definitions and prototypes.
878 Use gl_* locking primitives rather than __libc_* ones.
879
48c43298
SE
8802014-12-10 Steve Ellcey <sellcey@imgtec.com>
881
882 * debug/warning-nop.c: Add used atrribute.
883
2b89bce9
JM
8842014-12-10 Joseph Myers <joseph@codesourcery.com>
885
c153ac9f
JM
886 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
887
2b89bce9
JM
888 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
889 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
890 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
891
2cfbdb9a
JM
8922014-12-10 Joseph Myers <joseph@codesourcery.com>
893 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
894
895 [BZ #17634]
896 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
897 Undefine after defining function. Define as weak alias of
898 __wcschr. Use libc_hidden_weak.
899 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
900 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
901 (libc_hidden_def): Also define __GI___wcschr alias.
902 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
903 __wcschr and define as weak alias of __wcschr.
904 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
905 __wcschr.
906 [!WCSCHR] (DEFAULT_WCSCHR): Define.
907 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
908 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
909 libc_hidden_weak. Do not use libc_hidden_def.
910 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
911 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
912 __GI___wcschr alias.
913 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
914 [IS_IN (libc)] (wcschr): Define as macro expanding to
915 __redirect_wcschr.
916 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
917 [IS_IN (libc)] (__wcschr_power6): Likewise.
918 [IS_IN (libc)] (__wcschr_power7): Likewise.
919 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
920 instead of wcschr.
921 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
922 __libc_wcschr.
923 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
924 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
925 __wcschr and define as weak alias of __wcschr. Use
926 libc_hidden_builtin_def.
927 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
928 as weak alias of __wcschr. Use libc_hidden_weak.
929 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
930 wcschr.
931 * time/era.c (_nl_init_era_entries): Likewise.
932 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
933 variable.
934 (test-xfail-XPG3/time.h/linknamespace): Likewise.
935 (test-xfail-XPG4/time.h/linknamespace): Likewise.
936
1b8bf351
JM
9372014-12-10 Joseph Myers <joseph@codesourcery.com>
938
939 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
940 format for long int variable.
941
f5f46d51
AK
9422014-12-10 Anders Kaseorg <andersk@MIT.EDU>
943
944 [BZ #10672]
07008f7d 945 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
946 qsort stable.
947
217a74a8
AS
9482014-12-10 Andreas Schwab <schwab@suse.de>
949
950 [BZ #12847]
951 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
952 user-controlled locks.
953
aa76a5c7
RE
9542014-12-10 Richard Earnshaw <rearnsha@arm.com>
955
956 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
957 register.
958
2084e7ca
JM
9592014-12-10 Joseph Myers <joseph@codesourcery.com>
960
a4ecc9eb
JM
961 * configure.ac (--disable-werror): New configure option.
962 (enable_werror): New AC_SUBST.
963 * configure: Regenerated.
964 * config.make.in (enable-werror): New variable.
965 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
966 -Wno-error=undef.
967 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
968 * manual/install.texi (Configuring and compiling): Document
969 --disable-werror.
970 * INSTALL: Regenerated.
971 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
972 (CFLAGS-tst-chk2.c): Likewise.
973 (CFLAGS-tst-chk3.c): Likewise.
974 (CFLAGS-tst-chk4.cc): Likewise.
975 (CFLAGS-tst-chk5.cc): Likewise.
976 (CFLAGS-tst-chk6.cc): Likewise.
977 (CFLAGS-tst-lfschk1.c): Likewise.
978 (CFLAGS-tst-lfschk2.c): Likewise.
979 (CFLAGS-tst-lfschk3.c): Likewise.
980 (CFLAGS-tst-lfschk4.cc): Likewise.
981 (CFLAGS-tst-lfschk5.cc): Likewise.
982 (CFLAGS-tst-lfschk6.cc): Likewise.
983
0f88636c
JM
984 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
985 (main): Disable -Wdeprecated-declarations around calls to
986 register_printf_function.
987
c81e9deb
JM
988 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
989 (do_test): Disable -Wdiv-by-zero around some calls to
990 fwrite_unlocked and fread_unlocked.
991
2084e7ca
JM
992 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
993 (DIAG_POP_NEEDS_COMMENT): Likewise.
994 (_DIAG_STR1): Likewise.
995 (_DIAG_STR): Likewise.
996 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
997 * stdio-common/bug21.c: Include <libc-internal.h>.
998 (do_test): Disable -Wformat around call to sscanf.
999 * stdio-common/scanf14.c: Include <libc-internal.h>.
1000 (main): Disable -Wformat around some calls to scanf functions.
1001
df7ecc6b
TR
10022014-12-09 Torvald Riegel <triegel@redhat.com>
1003
1004 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1005
2aa3862e
AZ
10062014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1007
1008 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1009 stack variable alignment.
1010
c5c2b7c3
JM
10112014-12-06 Joseph Myers <joseph@codesourcery.com>
1012
1013 [BZ #17682]
1014 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1015 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1016 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1017 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1018 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1019 __getrlimit instead of getrlimit.
1020 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1021 __gettimeofday instead of gettimeofday.
1022 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1023 Likewise.
1024 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1025 Likewise.
1026 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1027 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1028 Remove variable.
1029 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1030 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1031
9752c3cd
AZ
10322014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1033
1034 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1035 for wide-character tests.
1036
4bee4cd9
RM
10372014-12-04 Roland McGrath <roland@hack.frob.com>
1038
1039 * io/openat64.c: #include <libc-internal.h>
1040 (__openat64): Prototypify. Use ignore_value on MODE.
1041 * io/openat.c: Likewise.
1042 * misc/reboot.c: #include <libc-internal.h>
1043 (reboot): Prototypify. Use ignore_value on HOWTO.
1044 * misc/ptrace.c: #include <libc-internal.h>
1045 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
1046
84dbedb6
JM
10472014-12-04 Joseph Myers <joseph@codesourcery.com>
1048
1049 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1050 XPG4, UNIX98 and XOPEN2K.
1051 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1052 Remove variable.
1053 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1054
b7a3e1c4 10552014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 1056
af50dfc1 1057 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
1058 * libio/iofopen.c: Likewise.
1059 * libio/wfileops.c: Likewise.
1060
fe8b4d98
SP
1061 [BZ #17653]
1062 * libio/fileops.c (_IO_new_file_underflow): Unset cached
1063 offset on EOF.
1064 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1065 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1066 (fgets_func): Function pointer to fgets and fgetws.
1067 (do_ftell_test): Add test to verify ftell value after read
1068 EOF.
1069 (do_test): Set fgets_func.
1070
61b4f792
SP
1071 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1072 O_TRUNC flag for w and w+ modes.
1073 (do_rewind_test): Likewise.
1074 (do_ftell_test): Likewise.
1075 (do_write_test): Likewise.
1076
be349d70
SP
1077 [BZ #17647]
1078 * libio/fileops.c (do_ftell): Seek only when there are
1079 unflushed writes.
1080 * libio/wfileops.c (do_ftell_wide): Likewise.
1081 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1082 test case.
1083 (do_one_test): Call it.
1084
e3d6dba5
JM
10852014-12-03 Joseph Myers <joseph@codesourcery.com>
1086
1087 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1088 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1089 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1090 Remove variable.
1091 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1092 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1093 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1094
7f994279
JM
10952014-12-02 Joseph Myers <joseph@codesourcery.com>
1096
28a91e8f
JM
1097 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1098 Remove variable.
1099 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1100
7f994279
JM
1101 [BZ #17668]
1102 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1103 as weak alias of __getifaddrs. Use libc_hidden_weak.
1104 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1105 __freeifaddrs. Use libc_hidden_weak.
1106 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1107 define as weak alias of __getifaddrs. Use libc_hidden_weak.
1108 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1109 __freeifaddrs. Use libc_hidden_weak.
1110 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1111 __getifaddrs and define as weak alias of __getifaddrs. Use
1112 libc_hidden_weak.
1113 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1114 __freeifaddrs. Use libc_hidden_weak.
1115 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1116 Remove variable.
1117 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1118 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1119
bbe4c142
PJ
11202014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
1121
1122 [BZ #17601]
1123 * sysdeps/mips/start.S (__start): Use indirect jump to call
1124 __libc_start_main.
1125
66cadc05
JM
11262014-12-02 Joseph Myers <joseph@codesourcery.com>
1127
909e16d9
JM
1128 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1129
4e0b9016
JM
1130 * nptl/tst-mutex1.c: Include <stdbool.h>.
1131 [!ATTR] (ATTR_NULL): New macro.
1132 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1133 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1134 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1135
b1aff6a4
JM
1136 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1137 to char *.
1138
266865c0
JM
1139 [BZ #17665]
1140 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1141 Change conditional to [__USE_MISC].
1142
84e5e756
JM
1143 [BZ #17664]
1144 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1145 fgets_unlocked.
1146 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1147 __fgets_unlocked.
1148 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1149 fgets_unlocked.
1150 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1151 Remove variable.
1152 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1153 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1154 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1155 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1156 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1157 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1158 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1159 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1160 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1161
66cadc05
JM
1162 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1163
2e8a2de2 11642014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
1165
1166 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1167 Remove strpbrk objects.
1168 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1169 (__libc_ifunc_impl_list): Remove strpbrk implementation.
1170 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1171 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1172 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1173 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1174
bb2542e0
AZ
1175 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1176 Remove strcspn objects.
1177 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1178 (__libc_ifunc_impl_list): Remove strcspn implementation.
1179 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1180 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1181 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1182 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
1183
1184 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1185 Remove strspn objetcs.
1186 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1187 (__libc_ifunc_impl_list): Remove strspn implementation.
1188 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1189 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1190 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1191 * sysdeps/powerpc/powerpc64/strspn.S: New file.
1192
08f1e1d2
JL
11932014-12-01 James Lemke <jwlemke@codesourcery.com>
1194
1195 [BZ #17581]
1196 * malloc/hooks.c
1197 (mem2mem_check): Add a terminator to the chain of checking blocks.
1198 (malloc_check_get_size): Use it here.
1199 (mem2chunk_check): Ditto.
1200
a8a7d7d2
RS
12012014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1202
1203 * sysdeps/powerpc/powerpc64/strtok.S: New file.
1204 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1205
97114a38
CD
12062014-11-29 Carlos O'Donell <carlos@redhat.com>
1207
c8dc1727
CD
1208 * bits/ioctl-types.h: Indent preprocessor directives correctly.
1209
6d03458e
CD
1210 * nptl/nptl-init.c: Include libc-internal.h.
1211 (__pthread_initialize_minimal_internal): Use ROUND_UP.
1212
97114a38
CD
1213 * elf/ldconfig.c (search_dir): Expand comment.
1214
0e7e69ba
JM
12152014-11-29 Joseph Myers <joseph@codesourcery.com>
1216
1217 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1218 variable.
1219 (linknamespace-symlist-stdlibs-tests): Likewise.
1220 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1221 instead of $(objpfx)symlist-stdlibs.
1222 (linknamespace-libs-isoc): New variable.
1223 (linknamespace-libs): Use $(linknamespace-libs-isoc).
1224 (linknamespace-libs-ISO): New variable.
1225 (linknamespace-libs-ISO99): Likewise.
1226 (linknamespace-libs-ISO11): Likewise.
1227 (linknamespace-libs-XPG3): Likewise.
1228 (linknamespace-libs-XPG4): Likewise.
1229 (linknamespace-libs-POSIX): Likewise.
1230 (linknamespace-libs-UNIX98): Likewise.
1231 (linknamespace-libs-XOPEN2K): Likewise.
1232 (linknamespace-libs-POSIX2008): Likewise.
1233 (linknamespace-libs-XOPEN2K8): Likewise.
1234 ($(objpfx)symlist-stdlibs): Replace by
1235 $(linknamespace-symlist-stdlibs-tests). Use
1236 $(linknamespace-libs-$*) as set of libraries.
1237 ($(linknamespace-header-tests)): Update dependencies. Use
1238 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1239 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1240 * conform/linknamespace.pl: Remove comment about considering
1241 definitions of symbols from irrelevant libraries.
1242
d8dd0080
L
12432014-11-28 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 [BZ #13862]
1246 * elf/dl-tls.c: Include <atomic.h>.
1247 (oom): Remove #ifdef SHARED/#endif.
1248 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1249 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
1250 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1251 big enough.
1252 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1253 * nptl/Makefile (tests): Add tst-stack4.
1254 (modules-names): Add tst-stack4mod.
1255 ($(objpfx)tst-stack4): New.
1256 (tst-stack4mod.sos): Likewise.
1257 ($(objpfx)tst-stack4.out): Likewise.
1258 ($(tst-stack4mod.sos)): Likewise.
1259 (clean): Likewise.
1260 * nptl/tst-stack4.c: New file.
1261 * nptl/tst-stack4mod.c: Likewise.
1262
167da422
B
12632014-11-27 J. Brown <jb999@gmx.de>
1264
1265 * sysdeps/x86/bits/string.h: Add recent CPUs.
1266
9114625b
JM
12672014-11-27 Joseph Myers <joseph@codesourcery.com>
1268
6b5189eb
JM
1269 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1270 sigblock.
1271
49051f8e
JM
1272 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1273 feof.
1274
9114625b
JM
1275 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1276 variable.
1277
e7300fef
SL
12782014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
1279
1280 * nscd/connections.c: Include libc-internal.h because of macro
1281 usage ignore_value.
1282
1721f0a4
SP
12832014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1284
1285 * string/bits/string3.h (__warn_memset_zero_len): Don't
1286 declare for gcc newer than 5.0.
1287 (memset): Don't test for zero-length __LEN for gcc newer than
1288 5.0.
1289
be970916
JM
12902014-11-27 Joseph Myers <joseph@codesourcery.com>
1291
d88548f4
JM
1292 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1293 size_t for %zu format.
1294
be970916
JM
1295 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1296 difference, not %ju.
1297
3b20fd5c
JM
12982014-11-26 Joseph Myers <joseph@codesourcery.com>
1299
8915eace
JM
1300 * include/libc-internal.h (ignore_value): New macro.
1301 * nscd/connections.c (restart): Wrap calls to setuid and setgid
1302 with ignore_value.
1303
f1a5a0e3
JM
1304 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1305 definition.
1306
59ef1715
JM
1307 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1308 pthread_cleanup_push to void *.
1309
a6f3079b
JM
1310 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1311 Undefine.
1312
706688aa
JM
1313 [BZ #16619]
1314 [BZ #16740]
1315 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1316 instead of 1L << 52.
1317
12da14a5
JM
1318 * libio/bug-rewind.c (do_test): Check fwscanf return values.
1319 * libio/bug-rewind2.c (do_test): Likewise.
1320
bd5dadac
JM
1321 * debug/test-stpcpy_chk-ifunc.c: Remove file.
1322 * debug/test-strcpy_chk-ifunc.c: Likewise.
1323 * wcsmbs/test-wcschr-ifunc.c: Likewise.
1324 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1325 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1326 * wcsmbs/test-wcslen-ifunc.c: Likewise.
1327 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1328 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1329 * Rules [$(multi-arch) = no] (tests): Do not filter out
1330 $(tests-ifunc).
1331 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1332 * debug/Makefile (tests-ifunc): Remove variable.
1333 (tests): Do not add $(tests-ifunc).
1334 * wcsmbs/Makefile (tests-ifunc): Remove variable.
1335 (tests): Do not add $(tests-ifunc).
1336 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1337 [TEST_IFUNC]: Remove conditionals.
1338 * string/test-string.h (TEST_IFUNC): Remove macro.
1339 [TEST_IFUNC]: Remove conditionals.
1340
3b20fd5c
JM
1341 * string/test-strchr.c [!WIDE] (L): New macro.
1342 [WIDE] (L): Likewise.
1343 (check1): Use CHAR instead of char. Use L on string and character
1344 constants.
1345
704f7947
AZ
13462014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
1347
1348 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1349 tests.
1350 * sysdeps/powerpc/bits/atomic.h
1351 (__arch_atomic_exchange_and_add_32_acq): Add definition.
1352 (__arch_atomic_exchange_and_add_32_rel): Likewise.
1353 (atomic_exchange_and_add_acq): Likewise.
1354 (atomic_exchange_and_add_rel): Likewise.
1355 * sysdeps/powerpc/powerpc32/bits/atomic.h
1356 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1357 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1358 * sysdeps/powerpc/powerpc64/bits/atomic.h
1359 (__arch_atomic_exchange_and_add_64_acq): Add definition.
1360 (__arch_atomic_exchange_and_add_64_rel): Likewise.
1361
cdcb42d7
TR
13622014-11-26 Torvald Riegel <triegel@redhat.com>
1363
1364 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1365 Change synchronization of __sched_fifo_min_prio and
1366 __sched_fifo_max_prio.
1367 * nptl/pthread_mutexattr_getprioceiling.c
1368 (pthread_mutexattr_getprioceiling): Likewise.
1369 * nptl/pthread_mutexattr_setprioceiling.c
1370 (pthread_mutexattr_setprioceiling): Likewise.
1371 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1372 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1373 Likewise.
1374
c82f5c0c
JM
13752014-11-26 Joseph Myers <joseph@codesourcery.com>
1376
1377 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1378 void.
1379
439e1ad6
JM
13802014-11-25 Joseph Myers <joseph@codesourcery.com>
1381
1382 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1383 third argument const.
1384
b1eda10e
PE
13852014-11-25 Paul Eggert <eggert@cs.ucla.edu>
1386
1387 fnmatch: work around GCC compiler warning bug with uninit var
1388 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1389 This works around a bug with x86-64 GCC 4.9.2 and earlier
1390 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1391 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1392 used uninitialized in this function [-Wmaybe-uninitialized]".
1393
bde2667a
JM
13942014-11-25 Joseph Myers <joseph@codesourcery.com>
1395
1396 * posix/bug-regex31.c (main): Return RES not 0.
1397
5fbb5691
AB
13982014-11-25 Anton Blanchard <anton@samba.org>
1399
1400 * sysdeps/powerpc/bits/atomic.h
1401 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1402
467fec0b
BM
14032014-11-24 Sterling Augustine <saugustine@google.com>
1404
1405 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1406
e9ff8efb
RC
14072014-11-24 Ryan Cumming <etaoins@gmail.com>
1408
1409 [BZ #17608]
1410 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1411
9744496f
JM
14122014-11-24 Joseph Myers <joseph@codesourcery.com>
1413
1414 [BZ #17633]
1415 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1416 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1417 variable.
1418 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1419 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1420
6423d475
WD
14212014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
1422
1423 * string/strncpy.c (strncpy): Improve performance by using memset.
1424
14252014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
1426
1427 * string/strcpy.c (strcpy):
1428 Improve performance by using strlen and memcpy.
1429
5d178c37
LH
14302014-11-24 Leonhard Holz <leonhard.holz@web.de>
1431
1432 * string/strcoll_l.c (get_next_seq): __always_inline.
1433 * string/strcoll_l.c (do_compare): __always_inline.
1434
279bc5b3
SP
14352014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1436
7a9ebfa1
SP
1437 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1438 defined.
1439 * include/mqueue.h: Likewise.
1440 * include/stdlib.h: Likewise.
1441
4f41c682
SP
1442 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1443 (get_null_defines): Adjust.
1444 * sunrpc/Makefile: Adjust comment.
1445 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1446 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1447 (CFLAGS-interp.c): Likewise.
1448 (CFLAGS-ldconfig.c): Likewise.
1449 (CPPFLAGS-.os): Likewise.
1450 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1451 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1452 * extra-modules.mk (extra-modules.mk): Likewise.
1453 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1454 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1455 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1456 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1457 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1458 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1459 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1460 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1461 * iconvdata/Makefile (CPPFLAGS): Likewise.
1462 (cpp-srcs-left): Add libof for all iconvdata routines.
1463 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1464 * include/assert.h: Likewise.
1465 * include/ctype.h: Likewise.
1466 * include/errno.h: Likewise.
1467 * include/libc-symbols.h: Likewise.
1468 * include/math.h: Likewise.
1469 * include/netdb.h: Likewise.
1470 * include/resolv.h: Likewise.
1471 * include/stdio.h: Likewise.
1472 * include/stdlib.h: Likewise.
1473 * include/string.h: Likewise.
1474 * include/sys/stat.h: Likewise.
1475 * include/wctype.h: Likewise.
1476 * intl/l10nflist.c: Likewise.
1477 * libidn/idn-stub.c: Likewise.
1478 * libio/libioP.h: Likewise.
1479 * nptl/libc_multiple_threads.c: Likewise.
1480 * nptl/pthreadP.h: Likewise.
1481 * posix/regex_internal.h: Likewise.
1482 * resolv/res_hconf.c: Likewise.
1483 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1484 * sysdeps/arm/memmove.S: Likewise.
1485 * sysdeps/arm/sysdep.h: Likewise.
1486 * sysdeps/generic/_itoa.h: Likewise.
1487 * sysdeps/generic/symbol-hacks.h: Likewise.
1488 * sysdeps/gnu/errlist.awk: Likewise.
1489 * sysdeps/gnu/errlist.c: Likewise.
1490 * sysdeps/i386/i586/memcpy.S: Likewise.
1491 * sysdeps/i386/i586/memset.S: Likewise.
1492 * sysdeps/i386/i686/memcpy.S: Likewise.
1493 * sysdeps/i386/i686/memmove.S: Likewise.
1494 * sysdeps/i386/i686/mempcpy.S: Likewise.
1495 * sysdeps/i386/i686/memset.S: Likewise.
1496 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1497 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1498 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1499 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1500 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1501 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1502 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1503 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1504 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1505 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1506 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1507 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1508 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1509 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1510 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1511 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1512 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1513 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1514 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1515 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1516 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1517 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1518 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1519 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1520 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1521 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1522 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1523 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1524 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1525 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1526 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1527 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1528 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1529 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1530 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1531 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1532 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1533 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1534 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1535 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1536 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1537 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1538 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1539 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1540 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1541 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1542 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1543 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1544 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1545 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1546 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1547 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1548 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1549 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1550 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1551 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1552 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1553 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1554 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1555 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1556 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1557 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1558 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1559 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1560 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1561 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1562 * sysdeps/posix/closedir.c: Likewise.
1563 * sysdeps/posix/opendir.c: Likewise.
1564 * sysdeps/posix/readdir.c: Likewise.
1565 * sysdeps/posix/rewinddir.c: Likewise.
1566 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1567 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1568 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1569 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1570 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1571 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1572 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1573 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1574 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1575 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1576 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1577 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1578 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1579 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1580 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1581 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1582 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1583 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1584 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1585 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1586 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1587 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1588 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1589 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1590 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1591 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1592 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1593 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1594 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1595 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1596 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1597 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1598 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1599 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1600 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1601 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1602 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1603 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1604 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1605 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1606 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1607 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1608 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1609 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1610 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1611 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1612 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1613 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1614 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1615 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1616 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1617 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1618 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1619 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1620 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1621 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1622 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1623 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1624 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1625 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1626 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1627 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1628 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1629 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1630 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1631 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1632 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1633 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1634 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1635 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1636 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1637 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1638 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1639 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1640 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1641 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1642 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1643 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1644 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1645 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1646 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1647 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1648 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1649 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1650 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1651 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1652 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1653 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1654 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1655 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1656 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1657 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1658 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1659 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1660 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1661 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1662 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1663 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1664 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1665 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1666 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1667 * sysdeps/unix/alpha/sysdep.S: Likewise.
1668 * sysdeps/unix/alpha/sysdep.h: Likewise.
1669 * sysdeps/unix/make-syscalls.sh: Likewise.
1670 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1671 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1672 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1673 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1674 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1675 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1676 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1677 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1678 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1679 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1680 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1681 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1682 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1683 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1684 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1685 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1686 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1687 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1688 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1689 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1690 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1691 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1692 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1693 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1694 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1695 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1696 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1697 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1699 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1700 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1701 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1702 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1703 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1704 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1705 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1706 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1707 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1708 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1709 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1710 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1711 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1712 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1713 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1714 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1715 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1716 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1717 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1718 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1719 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1720 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1721 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1722 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1723 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1724 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1725 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1726 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1727 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1728 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1729 * sysdeps/x86_64/memcpy.S: Likewise.
1730 * sysdeps/x86_64/memmove.c: Likewise.
1731 * sysdeps/x86_64/memset.S: Likewise.
1732 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1733 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1734 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1735 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1736 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1737 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1738 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1739 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1740 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1741 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1742 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1743 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1744 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1745 * sysdeps/x86_64/multiarch/memset.S: Likewise.
1746 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1747 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1748 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1749 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1750 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1751 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1752 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1753 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1754 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1755 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1756 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1757 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1758 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1759 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1760 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1761 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1762 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1763 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1764 * sysdeps/x86_64/strcmp.S: Likewise.
1765
76ca86a5
SP
1766 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1767
a3848485
SP
1768 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1769 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1770 * elf/rtld-Rules: Likewise.
1771 * elf/setup-vdso.h: Likewise.
1772 * include/assert.h: Likewise.
1773 * include/bits/stdlib-float.h: Likewise.
1774 * include/errno.h: Likewise.
1775 * include/sys/stat.h: Likewise.
1776 * include/unistd.h: Likewise.
1777 * sysdeps/aarch64/setjmp.S: Likewise.
1778 * sysdeps/alpha/setjmp.S: Likewise.
1779 * sysdeps/arm/__longjmp.S: Likewise.
1780 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1781 * sysdeps/arm/setjmp.S: Likewise.
1782 * sysdeps/arm/sysdep.h: Likewise.
1783 * sysdeps/generic/_itoa.h: Likewise.
1784 * sysdeps/generic/dl-sysdep.h: Likewise.
1785 * sysdeps/generic/ldsodefs.h: Likewise.
1786 * sysdeps/i386/dl-tls.h: Likewise.
1787 * sysdeps/i386/setjmp.S: Likewise.
1788 * sysdeps/m68k/setjmp.c: Likewise.
1789 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1790 * sysdeps/mach/hurd/opendir.c: Likewise.
1791 * sysdeps/posix/getcwd.c: Likewise.
1792 * sysdeps/posix/opendir.c: Likewise.
1793 * sysdeps/posix/profil.c: Likewise.
1794 * sysdeps/powerpc/dl-procinfo.h: Likewise.
1795 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1796 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1797 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1798 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1799 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1800 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1801 * sysdeps/s390/dl-tls.h: Likewise.
1802 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1803 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1804 * sysdeps/sh/sh3/setjmp.S: Likewise.
1805 * sysdeps/sh/sh4/setjmp.S: Likewise.
1806 * sysdeps/unix/alpha/sysdep.h: Likewise.
1807 * sysdeps/unix/arm/sysdep.S: Likewise.
1808 * sysdeps/unix/i386/sysdep.S: Likewise.
1809 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1810 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1811 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1812 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1813 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1814 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1815 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1816 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1817 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1818 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1819 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1820 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1821 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1822 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1824 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1825 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1826 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1827 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1828 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1829 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1830 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1831 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1832 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1833 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1834 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1835 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1836 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1837 * sysdeps/x86_64/setjmp.S: Likewise.
1838
a109996e
SP
1839 * include/math.h: Use IS_IN instead of IS_IN_libm.
1840 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1841 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1842 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1843 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1844 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1845 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1846 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1847 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1848 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1849 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1850 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1851 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1852 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1853 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1854 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1855 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1856 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1857 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1858 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1859 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1860 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1861 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1862 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1863 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1864 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1865 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1866 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1867 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1868 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1869 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1870 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1871 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1872 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1874 Likewise.
1875 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1876 Likewise.
1877 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1878 Likewise.
1879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1880 Likewise.
1881 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1882 Likewise.
1883 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1884 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1885 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1886 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1887 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1888 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1889 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1890 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1891 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1892 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1893 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1894 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1895 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1896 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1897 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1898 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1899 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1900 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1901 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1902 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1903 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1904 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1905 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1906 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1907 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1908 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1909 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1910
ce9f10f7
SP
1911 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1912 * nptl/pthreadP.h: Likewise.
1913 * nptl_db/structs.def: Likewise.
1914 * sysdeps/arm/sysdep.h: Likewise.
1915 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1916 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1917 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1918 * sysdeps/unix/alpha/sysdep.h: Likewise.
1919 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1920 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1921 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1922 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1923 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1924 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1925 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1926 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1927 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1928 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1929 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1930 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1931 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1932 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1933 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1934 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1935 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1936 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1937 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1938 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1939 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1940 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1941 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1942 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1943 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1944 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1945
016afc75
SP
1946 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1947 * nptl/pthreadP.h: Likewise.
1948 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1949 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1950 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1951 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1952 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1953 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1954 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1955 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1956 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1957 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1958 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1959 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1961 Likewise.
1962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1963 Likewise.
1964 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1965 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1966 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1967 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1968 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1969 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1970 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1971 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1972
9b42a0b3
SP
1973 * dlfcn/dladdr.c: Use IS_IN.
1974 * dlfcn/dladdr1.c: Likewise.
1975 * dlfcn/dlclose.c: Likewise.
1976 * dlfcn/dlerror.c: Likewise.
1977 * dlfcn/dlinfo.c: Likewise.
1978 * dlfcn/dlmopen.c: Likewise.
1979 * dlfcn/dlopen.c: Likewise.
1980 * dlfcn/dlsym.c: Likewise.
1981 * dlfcn/dlvsym.c: Likewise.
1982
85f36372
SP
1983 * include/ifaddrs.h: Use IS_IN.
1984 * inet/check_pf.c: Likewise.
1985 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1986 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1987
fb6784e3
SP
1988 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1989 IS_IN_ldconfig.
1990 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1991 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1992
2886d2d1
SP
1993 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1994 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1995 IS_IN (libc).
1996
9a484857
SP
1997 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1998
a10178bd
SP
1999 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2000 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2001 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2002 * include/libc-symbols.h (IS_IN_LIB): New macro.
2003 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2004 * include/netdb.h: Likewise.
2005 * include/stap-probe.h: Remove all uses of IN_LIB.
2006
279bc5b3
SP
2007 * Makeconfig (module-cppflags-real): Define MODULE_NAME
2008 instead of IN_MODULE.
2009 * include/libc-symbols.h (IN_MODULE): Define using
2010 MODULE_NAME.
2011 (PASTE_NAME, PASTE_NAME1): New macros.
2012 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2013 of IN_LIB.
2014 (STAP_PROBE_ASM): Likewise.
2015
e0cfa510
ST
20162014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
2017
2018 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2019 __mach_init in dlopened libc.
2020
34d97d87
MF
20212014-11-22 Mike Frysinger <vapier@gentoo.org>
2022
2023 * sysdeps/arm/preconfigure.ac: Delete EABI check.
2024 * sysdeps/arm/preconfigure: Regenerate.
2025
33cd1f74
RM
20262014-11-21 Roland McGrath <roland@hack.frob.com>
2027
2028 * nptl/pthread_create.c (__pthread_create_2_1): Set
2029 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2030 when copying values from IATTR into PD.
2031
8c230039
WN
20322014-11-21 Will Newton <will.newton@linaro.org>
2033 Andrew Pinski <andrew.pinski@caviumnetworks.com>
2034
6d3db89b
AP
2035 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2036 Refactor inline-asm. Also add comment.
2037
01194ba1
WN
2038 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2039 ElfW macro instead of hardcoded Elf64 types.
2040 (la_aarch64_gnu_pltenter): Likewise.
2041 * sysdeps/aarch64/dl-machine.h
2042 (elf_machine_runtime_setup): Use ElfW(Addr).
2043
8c230039
WN
2044 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2045 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2046 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2047 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2048 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2049 (R_AARCH64_TLS_DTPMOD64): Rename to ..
2050 (R_AARCH64_TLS_DTPMOD): This.
2051 (R_AARCH64_TLS_DTPREL64): Rename to ...
2052 (R_AARCH64_TLS_DTPREL): This.
2053 (R_AARCH64_TLS_TPREL64): Rename to ...
2054 (R_AARCH64_TLS_TPREL): This.
2055 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2056 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2057 R_AARCH64_TLS_TPREL64.
2058 (elf_machine_rela): Likewise.
2059
0d79fa53
TR
20602014-11-21 Torvald Riegel <triegel@redhat.com>
2061
2062 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2063 by setting it to 0. 64b atomics are not supported currently.
2064
b59d114b
AO
20652014-11-21 Alexandre Oliva <aoliva@redhat.com>
2066
2067 [BZ #16469]
2068 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2069 search domain names.
2070
f3d945d5
AO
20712014-11-21 Alexandre Oliva <aoliva@redhat.com>
2072
2073 [BZ #16469]
2074 * NEWS: Update.
2075 * resolv/res_query.c (__libc_res_nquerydomain): Retain
2076 trailing dot.
2077 * posix/tst-getaddrinfo5.c: New.
2078 * posix/Makefile (tests): Add it.
2079
49698902
AO
20802014-11-21 Alexandre Oliva <aoliva@redhat.com>
2081
2082 [BZ #14498]
2083 * NEWS: Fixed.
2084 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2085 after parsing line but before break_if_match.
2086 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2087 if there is a protocol mismatch.
2088
81959214
MS
20892014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2090
2091 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2092 because the potential race is on the user-supplied stream.
2093
7729e0e9
AO
20942014-11-21 Alexandre Oliva <aoliva@redhat.com>
2095
2096 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2097 string literal if not passed a buffer.
2098 * manual/job.texi (ctermid): Update reasoning, note deviation
2099 from posix, suggest mtasurace when not passed a buffer, for
2100 future non-preliminary safety notes.
2101
a4ea5e28
AO
21022014-11-21 Alexandre Oliva <aoliva@redhat.com>
2103
2104 * manual/users.texi (cuserid): Fix MT-Safety note for the case
2105 of not passing it a buffer.
2106 Reported by Peng Haitao.
2107
a2b581cb
AO
21082014-11-21 Alexandre Oliva <aoliva@redhat.com>
2109
2110 * manual/Makefile ($(objpfx)stamp-summary): Require
2111 check-safety.sh to pass.
2112 * manual/check-safety.sh: Wish for verification that every
2113 @deftypefn and @deftypefun is followed by a @safety remark.
2114
f214ff74
RM
21152014-11-20 Roland McGrath <roland@hack.frob.com>
2116
7f0dfae0
RM
2117 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2118
2f531bbb
RM
2119 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2120 PTHREAD_CANCEL_ASYNCHRONOUS.
2121 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2122 send SIGCANCEL.
2123
f214ff74
RM
2124 * nptl/default-sched.h: New file.
2125 * sysdeps/unix/sysv/linux/default-sched.h: New file.
2126 * nptl/pthread_create.c: Include it.
2127 (__pthread_create_2_1): Use collect_default_sched instead of making
2128 Linux syscalls here directly.
2129
e37c91d4
TR
21302014-11-20 Torvald Riegel <triegel@redhat.com>
2131
2132 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2133 __pthread_once): Use C11 atomics.
2134
1eccfecd
TR
21352014-11-20 Torvald Riegel <triegel@redhat.com>
2136
2137 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2138
ff871426
TR
21392014-11-20 Torvald Riegel <triegel@redhat.com>
2140
2141 * include/atomic.h (__atomic_link_error, __atomic_check_size,
2142 atomic_thread_fence_acquire, atomic_thread_fence_release,
2143 atomic_thread_fence_seq_cst, atomic_load_relaxed,
2144 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2145 atomic_compare_exchange_weak_relaxed,
2146 atomic_compare_exchange_weak_acquire,
2147 atomic_compare_exchange_weak_release,
2148 atomic_exchange_acquire, atomic_exchange_release,
2149 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2150 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2151 atomic_fetch_and_acquire,
2152 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2153
1ea339b6
TR
21542014-11-20 Torvald Riegel <triegel@redhat.com>
2155
2156 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2157 USE_ATOMIC_COMPILER_BUILTINS): Define.
2158 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2159 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2160 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2161 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2162 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2163 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2164 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2165 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2166 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2167 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2168 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2169 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2170 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2171 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2172 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2173 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2174 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2175 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2176 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2177 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2178 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2179 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2180 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2181 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2182 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2183 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2184 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2185 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2186 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2187 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2188 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2189 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2190 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2191 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2192 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2193 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2194 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2195 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2196 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2197 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2198
cbd463e2
RM
21992014-11-19 Roland McGrath <roland@hack.frob.com>
2200
d960211f
RM
2201 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2202 the sched_priority value here. It was already checked when the user
2203 called pthread_attr_setschedparam.
2204
cbd463e2
RM
2205 * nptl/tst-bad-schedattr.c: New file.
2206 * nptl/Makefile (tests): Add it.
2207
a39208bd
CD
22082014-11-19 Carlos O'Donell <carlos@redhat.com>
2209 Florian Weimer <fweimer@redhat.com>
2210 Joseph Myers <joseph@codesourcery.com>
2211 Adam Conrad <adconrad@0c3.net>
2212 Andreas Schwab <schwab@suse.de>
2213 Brooks <bmoses@google.com>
2214
2215 [BZ #17625]
2216 * wordexp-test.c (__dso_handle): Add prototype.
2217 (__register_atfork): Likewise.
2218 (__app_register_atfork): New function.
2219 (registered_forks): New global.
2220 (register_fork): New function.
2221 (test_case): Add 3 new tests for WRDE_CMDSUB.
2222 (main): Call __app_register_atfork.
2223 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2224 fork count is non-zero fail the test.
2225 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2226 is set.
2227 (parse_dollars): Remove check for WRDE_NOCMD.
2228 (parse_dquote): Likewise.
2229
9cd47470
SP
22302014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2231
130ac68c
SP
2232 * Makeconfig (built-modules): List non-library modules to be
2233 built.
2234 (module-cppflags): Include libc-modules.h for
2235 everything except shlib-versions.v.i.
2236 (CPPFLAGS): Use it.
2237 (before-compile): Add libc-modules.h.
2238 ($(common-objpfx)libc-modules.h,
2239 $(common-objpfx)libc-modules.stmp): New targets.
2240 (common-generated): Add libc-modules.h and libc-modules.stmp.
2241 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2242 * include/libc-symbols.h: Don't include libc-modules.h.
2243 * include/libc-modules.h: Remove file.
2244 * scripts/gen-libc-modules.awk: New script to generate
2245 libc-modules.h.
2246 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2247 Depend on libc-modules.stmp.
2248
286663c3
SP
2249 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2250
9cd47470
SP
2251 * Makeconfig (in-module): Get value of libof set for the
2252 translation unit.
2253 (CPPFLAGS): Use $(in-module).
2254 * Makerules: Don't suffix routine names for nonlib.
2255 * include/libc-modules.h: New file.
2256 * include/libc-symbols.h: Include libc-modules.h
2257 (IS_IN): New macro to replace IS_IN_* macros.
2258 * elf/Makefile: Set libof-* for each routine.
2259 * elf/rtld-Rules: Likewise.
2260 * extra-modules.mk: Likewise.
2261 * iconv/Makefile: Likewise.
2262 * iconvdata/Makefile: Likewise.
2263 * locale/Makefile: Likewise.
2264 * malloc/Makefile: Likewise.
2265 * nss/Makefile: Likewise.
2266 * sysdeps/gnu/Makefile: Likewise.
2267 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2268 * sysdeps/unix/sysv/linux/Makefile: Likewise.
2269 * sysdeps/s390/s390-64/Makefile: Likewise.
2270 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
2271 CPPFLAGS for nscd instead of nonlib.
2272
32fed10f
RM
22732014-11-18 Roland McGrath <roland@hack.frob.com>
2274
d71035bd
RM
2275 * nptl/createthread.c: New file.
2276
6540b991
RM
2277 * nptl/createthread.c: Moved ...
2278 * sysdeps/unix/sysv/linux/createthread.c: ... here.
2279
32fed10f
RM
2280 * nptl/createthread.c: Add proper top-line comment.
2281 (do_clone): Folded into ...
2282 (create_thread): ... here. Take new arguments STOPPED_START and
2283 THREAD_RAN. Always set PD->stopped_start to something here. Don't
2284 increment __nptl_threads, do event-reporting logic, do
2285 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2286 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
2287 resource cleanup if sched_setaffinity or sched_setscheduler fails,
2288 just send SIGCANCEL.
2289 * nptl/pthread_create.c: Forward-declare create_thread before
2290 including createthread.c.
2291 (start_thread): Use new macro START_THREAD_DEFN to replace defining
2292 declaration, and new macro START_THREAD_SELF to replace argument.
2293 Remove return statement.
2294 (report_thread_creation): New function.
2295 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
2296 synchronization logic, and __nptl_nthreads increment here, around
2297 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
2298 PD->parent_cancelhandling here, before create_thread. When
2299 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2300 __deallocate_stack, and ENOMEM translation here.
2301
107a5bf0
JM
23022014-11-18 Joseph Myers <joseph@codesourcery.com>
2303
2304 [BZ #17616]
2305 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2306 (mptwo): Rename to __mptwo.
2307 (__inv): Use __mptwo instead of mptwo.
2308 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2309 (mptwo): Rename to __mptwo.
2310 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2311 of mpone and __mptwo instead of mptwo.
2312 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2313 instead of mpone.
2314 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2315 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2316 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2317 of mpone and __mptwo instead of mptwo.
2318 (__mpranred): Use __mpone instead of mpone.
2319 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2320 variable.
2321 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2322 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2323 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2324 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2325 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2326 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2327 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2328 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2329 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2330 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2331 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2332 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2333 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2334 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2335 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2336 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2337 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2338 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2339 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2340
3b679ab3
TV
23412014-11-18 Tom de Vries <tom@codesoucery.com>
2342
2343 * manual/signal.texi (Primitives Interrupted by Signals): In section,
2344 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
2345
23462014-11-17 Richard Henderson <rth@redhat.com>
2347
2348 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2349 (_FP_PACK_RAW_2): Remove.
2350 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2351 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2352 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2353 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2354 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2355 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2356 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2357 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2358 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2359 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2360 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2361 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2362 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2363 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2364 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2365 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2366
0781a777
RM
23672014-11-14 Roland McGrath <roland@hack.frob.com>
2368
2369 * signal/signal.h [__USE_MISC]
2370 (struct sigvec): Remove type.
2371 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2372 (sigvec): Remove declaration.
2373 * sysdeps/posix/sigvec.c: Moved ...
2374 * signal/sigvec.c: ... here, replacing old file.
2375 (struct sigvec): New type, copied from old signal.h definition.
2376 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2377 (__sigvec): Convert definition to prototype.
2378 (sigvec): Replace weak_alias with compat_symbol.
2379 * signal/Versions (libc: GLIBC_2.21): New version set.
2380 * include/signal.h: Remove __sigvec declaration.
2381 * sysdeps/unix/bsd/sigvec.c: Remove file.
2382 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2383 * manual/signal.texi (BSD Handler): Remove subsection.
2384 Move siginterrupt up to ...
2385 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
2386 (Blocking in BSD): Fold subsection into its parent.
2387 * NEWS: Mention sigvec removal.
2388
a4733812
JM
23892014-11-14 Joseph Myers <joseph@codesourcery.com>
2390
5ae4fe60
JM
2391 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2392 (DLA_FMS): Make definition conditional only on [__FMA4__].
2393 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2394 definition.
2395
6a0dd472
JM
2396 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2397 Make definition conditional only on [PROF].
2398 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2399 definition.
2400 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2401 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2402
a4733812
JM
2403 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2404 !__GNUC__].
2405 * include/signal.h (__sigpause): Move declaration above call to
2406 libc_hidden_proto.
2407 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2408 variable.
2409 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2410 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2411
cf7246dd
DM
24122014-11-14 David S. Miller <davem@davemloft.net>
2413
2414 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2415 Define before including <string/memcpy.c> and <string/mempcpy.c>.
2416
c1b0aadc
JM
24172014-11-14 Joseph Myers <joseph@codesourcery.com>
2418
4863355a
JM
2419 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2420 * configure: Regenerated.
2421 * manual/install.texi (Tools for Compilation): Document a
2422 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2423 compiler verified to work.
2424 * INSTALL: Regenerated.
2425
c1b0aadc
JM
2426 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2427 redeclare with asm name.
2428 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2429 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2430 including <string.h>.
2431 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2432 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2433 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2434 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2435 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2436 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2437 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2438
2a1cfd94
JM
24392014-11-13 Joseph Myers <joseph@codesourcery.com>
2440
bf438382
JM
2441 * stdlib/strtol.c (__strtol): Use prototype definition.
2442
2a1cfd94
JM
2443 [BZ #17594]
2444 * stdlib/strtol.c (SYM__): New macro.
2445 (SYM__1): Likewise.
2446 (__strtol): Likewise.
2447 (strtol): Rename to __strtol and define as weak alias of
2448 __strtol. Use libc_hidden_weak.
2449
20ed0d26
SL
24502014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2451
2452 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2453 Use numbered labels in inline assembly.
2454
53244a4e
SL
24552014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2456
2457 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2458 Add setjmp LIBC_PROBE.
2459 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2460 Likewise.
2461 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2462 Add longjmp, longjmp_target LIBC_PROBE.
2463 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2464 Likewise.
2465
47df8251
SL
24662014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2467
2468 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2469 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2470 to get rid of unused variable warning.
2471
618cebef
SL
24722014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2473
2474 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2475 Check for unwind_backtrace == NULL only in SHARED case.
2476 (__backchain_backtrace): Compile only in SHARED case.
2477 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2478 Likewise.
2479 (__backchain_backtrace): Declare as static.
2480
c6aab2cb
RM
24812014-11-12 Roland McGrath <roland@hack.frob.com>
2482
2483 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2484 (__libc_multiple_threads_ptr): Variable moved ...
2485 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2486
5a6fa4d7
JM
24872014-11-12 Joseph Myers <joseph@codesourcery.com>
2488
24f4f825
JM
2489 * conform/GlibcConform.pm: New file.
2490 * conform/conformtest.pl: Use GlibcConform module.
2491 * conform/linknamespace.pl: New file.
2492 * conform/list-header-symbols.pl: Likewise.
2493 * conform/Makefile (linknamespace-symlists-base): New variable.
2494 (linknamespace-symlists-tests): Likewise.
2495 (linknamespace-header-base): Likewise.
2496 (linknamespace-header-tests): Likewise.
2497 (tests-special): Add new tests.
2498 ($(linknamespace-symlists-tests)): New rule.
2499 (linknamespace-libs): New variable.
2500 ($(objpfx)symlist-stdlibs): New rule.
2501 ($(linknamespace-header-tests)): Likewise.
2502 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2503 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2504 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2505 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2506 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2507 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2508 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2509 (test-xfail-ISO/math.h/linknamespace): Likewise.
2510 (test-xfail-ISO/signal.h/linknamespace): Likewise.
2511 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2512 (test-xfail-ISO/time.h/linknamespace): Likewise.
2513 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2514 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2515 (test-xfail-ISO99/math.h/linknamespace): Likewise.
2516 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2517 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2518 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2519 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2520 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2521 (test-xfail-ISO11/math.h/linknamespace): Likewise.
2522 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2523 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2524 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2525 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2526 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2527 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2528 (test-xfail-XPG3/math.h/linknamespace): Likewise.
2529 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2530 (test-xfail-XPG3/search.h/linknamespace): Likewise.
2531 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2532 (test-xfail-XPG3/time.h/linknamespace): Likewise.
2533 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2534 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2535 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2536 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2537 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2538 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2539 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2540 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2541 (test-xfail-XPG4/math.h/linknamespace): Likewise.
2542 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2543 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2544 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2545 (test-xfail-XPG4/search.h/linknamespace): Likewise.
2546 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2547 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2548 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2549 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2550 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2551 (test-xfail-XPG4/time.h/linknamespace): Likewise.
2552 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2553 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2554 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2555 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2556 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2557 (test-xfail-POSIX/math.h/linknamespace): Likewise.
2558 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2559 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2560 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2561 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2562 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2563 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2564 (test-xfail-POSIX/time.h/linknamespace): Likewise.
2565 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2566 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2567 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2568 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2569 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2570 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2571 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2572 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2573 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2574 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2575 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2576 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2577 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2578 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2579 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2580 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2581 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2582 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2583 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2584 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2585 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2586 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2587 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2588 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2589 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2590 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2591 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2592 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2593 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2594 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2595 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2596 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2597 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2598 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2599 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2600 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2601 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2602 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2603 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2604 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2605 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2606 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2607 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2608 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2609 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2610 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2611 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2612 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2613 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2614 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2615 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2616 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2617 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2618 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2619 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2620 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2621 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2622 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2623 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2624 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2625 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2626 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2627 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2628 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2629 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2630 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2631 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2632 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2633 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2634 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2635 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2636 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2637 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2638 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2639 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2640 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2641 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2642 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2643 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2644 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2645 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2646 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2647 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2648 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2649 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2650 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2651 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2652 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2653 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2654 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2655 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2656 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2657 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2658 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2659 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2660 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2661 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2662 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2663
cc67478e
JM
2664 [BZ #17589]
2665 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2666 of fgets_unlocked.
2667
9975e3d3
JM
2668 [BZ #17585]
2669 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2670 (memmem): Rename to __memmem and define as weak alias of
2671 __memmem. Use libc_hidden_weak.
2672 (__memmem): Use libc_hidden_def.
2673 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
2674 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2675 memmem.
2676
c4eae752
JM
2677 [BZ #17582]
2678 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2679 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
2680 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2681 and define as weak alias of __fgets_unlocked. Use
2682 libc_hidden_weak.
2683 (__fgets_unlocked): Use libc_hidden_def.
2684 * include/stdio.h (__fgets_unlocked): Declare. Use
2685 libc_hidden_proto.
2686 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2687 __fgets_unlocked instead of fgets_unlocked.
2688 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2689 (GET_NPROCS_CONF_PARSER): Likewise.
2690 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2691 (GET_NPROCS_CONF_PARSER): Likewise.
2692
01cad84e
JM
2693 [BZ #17574]
2694 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2695 weak alias of __wmemset. Use libc_hidden_weak.
2696 (__wmemset): Use libc_hidden_def.
2697 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
2698 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2699 of wmemset.
2700
939da411
JM
2701 [BZ #17573]
2702 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2703 with asm name __mempcpy.
2704 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2705
293d9a41
JM
2706 [BZ #17572]
2707 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2708 and define as weak alias of __rawmemchr.
2709 (__rawmemchr): Do not define as strong alias of rawmemchr.
2710
bef8fd60
JM
2711 [BZ #17571]
2712 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2713 alias of __qsort_r.
2714 (qsort): Call __qsort_r instead of qsort_r.
2715 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2716 (__qsort_r): Declare. Call libc_hidden_proto.
2717 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2718 instead of qsort_r.
2719 * nscd/gai.c (__qsort_r): Define to qsort_r.
2720 * posix/tst-rfc3484.c (__qsort_r): Likewise.
2721 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2722 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2723
c52ff39e
JM
2724 [BZ #17570]
2725 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2726 define as weak alias of __malloc_info.
2727
2f5c1b00
JM
2728 [BZ #17584]
2729 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2730 as weak alias of __rewinddir. Don't use libc_hidden_def.
2731 (__rewinddir): Use libc_hidden_def.
2732 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2733 as weak alias of __rewinddir. Don't use libc_hidden_def.
2734 (__rewinddir): Use libc_hidden_def.
2735 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2736 weak alias of __rewinddir. Don't use libc_hidden_def.
2737 (__rewinddir): Use libc_hidden_def.
2738 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2739 (__rewinddir): Use libc_hidden_proto.
2740 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2741 rewinddir.
2742 (__getcwd): Use __rewinddir instead of rewinddir.
2743
5a6fa4d7
JM
2744 [BZ #17583]
2745 * libio/fileno.c (fileno): Rename to __fileno and define as weak
2746 alias of __fileno. Use libc_hidden_weak.
2747 (__fileno): Use libc_hidden_def.
2748 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2749 * libio/ftello.c (ftello): Rename to __ftello and define as weak
2750 alias of __ftello.
2751 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2752 __ftello.
2753 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2754 (__fread_unlocked): Define as strong alias of _IO_fread. Use
2755 libc_hidden_def.
2756 (fread_unlocked): Don't use libc_hidden_ver.
2757 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2758 and define as weak alias of __fread_unlocked. Don't use
2759 libc_hidden_def.
2760 (__fread_unlocked): Use libc_hidden_def.
2761 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
2762 (ftello): Don't use libc_hidden_proto.
2763 (__ftello): Declare. Use libc_hidden_proto.
2764 (fread_unlocked): Don't use libc_hidden_proto.
2765 (__fread_unlocked): Declare. Use libc_hidden_proto.
2766 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2767 and __ftello instead of fileno, fread_unlocked and ftello.
2768
2581b98e
SP
27692012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
2770
2771 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2772 GOT12.
2773 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2774 Likewise.
2775 (_dl_start_user): Likewise.
2776 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2777
533bb7c2
SP
27782014-11-12 Carlos O'Donell <carlos@redhat.com>
2779 Siddhesh Poyarekar <siddhesh@redhat.com>
2780
2781 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2782 Move argv and envp down instead of moving argc up.
2783 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2784
fffa1cf8
LH
27852014-11-12 Leonhard Holz <leonhard.holz@web.de>
2786
2787 [BZ #17506]
2788 * test-skeleton.c (main): Return successful if one of
2789 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2790 * string/tst-strcoll-overflow.c: Define expected status.
2791
fb89b46d
TU
27922014-11-12 Tatiana Udalova <t.udalova@samsung.com>
2793
2794 [BZ #17475]
2795 * locale/iso-639.def: Define Bhili and Tulu language codes.
2796
5c40c3ba
AH
27972014-11-11 Alan Hayward <alan.hayward@arm.com>
2798
2799 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2800
b17fe01b 28012014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
2802
2803 [BZ #17555]
2804 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2805
bd805071
AS
28062014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2807
2808 * configure.ac: Updated check of minimal required version to
2809 2.22.
2810 * manual/install.texi (Tools for Compilation): Updated version
2811 number.
2812 * configure: Regenerated.
2813 * INSTALL: Likewise.
2814
1400983e
AS
28152014-11-07 Andreas Schwab <schwab@linux-m68k.org>
2816
2817 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2818 __tls_get_addr.
2819
2c46a66a
JM
28202014-11-07 Joseph Myers <joseph@codesourcery.com>
2821
2822 * include/sys/wait.h (__libc_waitpid): Remove declaration.
2823 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2824 (__waitpid): Don't define as alias. Use libc_hidden_def not
2825 libc_hidden_weak.
2826 (waitpid): Define as alias of __waitpid.
2827 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2828 __waitpid.
2829 (__waitpid): Don't define as alias. Use libc_hidden_def not
2830 libc_hidden_weak.
2831 (waitpid): Define as alias of __waitpid.
2832 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2833 __libc_waitpid alias.
2834 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2835 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2836 Likewise.
2837 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2838 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2839 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2840 alias.
2841 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2842 __waitpid.
2843 (__waitpid): Don't define as alias. Use libc_hidden_def not
2844 libc_hidden_weak.
2845 (waitpid): Define as alias of __waitpid.
2846
da53d6db
CD
28472014-11-06 Carlos O'Donell <carlos@redhat.com>
2848
a2887bdb
CD
2849 * manual/llio.texi: Add comment that write safety has been
2850 fixed in Linux.
2851
da53d6db
CD
2852 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2853 (localplt-build-dso): Add elf/ld.so.
2854 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2855 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2856 and free for ld.so.
2857 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2858 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2859 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2860 Likewise.
2861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2862 Likewise.
2863 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2864 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2865 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2866 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2867 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2868 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2869 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2870 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2871 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2872 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2873 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2874
9cf27b8d
JM
28752014-11-05 Joseph Myers <joseph@codesourcery.com>
2876
2877 [BZ #14132]
2878 * include/libc-symbols.h (INTUSE): Remove macro.
2879 (INTDEF): Likewise.
2880 (INTVARDEF): Likewise.
2881 (_INTVARDEF): Likewise.
2882 (INTDEF2): Likewise.
2883 (INTVARDEF2): Likewise.
2884 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2885 rtld_hidden_def instead of INTVARDEF.
2886 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2887 (_dl_starting_up_internal): Remove declaration.
2888 (_dl_starting_up): Use rtld_hidden_proto.
2889 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2890 declaration.
2891 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2892 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2893 _dl_starting_up.
2894 * elf/dl-writev.h (_dl_writev): Likewise.
2895 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2896 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2897 _dl_starting_up_internal.
2898
af83568d
AZ
28992014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2900
2901 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2902 test-skeleton.c.
2903
b01ee67c
WN
29042014-11-05 Will Newton <will.newton@linaro.org>
2905
2906 * benchtests/Makefile: (bench-malloc): Add malloc thread
2907 scalability benchmark.
2908 * benchtests/bench-malloc-threads.c: New file.
2909
be9d4ccc
RE
29102014-11-05 Richard Earnshaw <rearnsha@arm.com>
2911
2912 * sysdeps/aarch64/strchrnul.S: New file.
2913
7110166d
AZ
29142014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2915
2916 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2917 definition.
2918 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2919 Likwise.
2920 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2921 Likewise.
2922 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2923 Likewise.
2924 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2925 Likewise.
2926 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2927 Likewise.
2928
29292014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
2930
2931 * catgets/test-gencat.c: Use test-skeleton.c.
2932 * catgets/tst-catgets.c: Likewise.
2933 * csu/tst-empty.c: Likewise.
2934 * elf/tst-audit2.c: Likewise.
2935 * elf/tst-global1.c: Likewise.
2936 * elf/tst-pathopt.c: Likewise.
2937 * elf/tst-piemod1.c: Likewise.
2938 * elf/tst-tls10.c: Likewise.
2939 * elf/tst-tls11.c: Likewise.
2940 * elf/tst-tls12.c: Likewise.
2941 * gnulib/tst-gcc.c: Likewise.
2942 * iconvdata/tst-e2big.c: Likewise.
2943 * iconvdata/tst-loading.c: Likewise.
2944 * iconv/tst-iconv1.c: Likewise.
2945 * iconv/tst-iconv2.c: Likewise.
2946 * inet/test-inet6_opt.c: Likewise.
2947 * inet/tst-gethnm.c: Likewise.
2948 * inet/tst-network.c: Likewise.
2949 * inet/tst-ntoa.c: Likewise.
2950 * intl/tst-codeset.c: Likewise.
2951 * intl/tst-gettext2.c: Likewise.
2952 * intl/tst-gettext3.c: Likewise.
2953 * intl/tst-ngettext.c: Likewise.
2954 * intl/tst-translit.c: Likewise.
2955 * io/test-stat.c: Likewise.
2956 * libio/test-fmemopen.c: Likewise.
2957 * libio/tst-freopen.c: Likewise.
2958 * libio/tst-sscanf.c: Likewise.
2959 * libio/tst-ungetwc1.c: Likewise.
2960 * libio/tst-ungetwc2.c: Likewise.
2961 * libio/tst-widetext.c: Likewise.
2962 * localedata/tst-ctype.c: Likewise.
2963 * localedata/tst-digits.c: Likewise.
2964 * localedata/tst-leaks.c: Likewise.
2965 * localedata/tst-mbswcs1.c: Likewise.
2966 * localedata/tst-mbswcs2.c: Likewise.
2967 * localedata/tst-mbswcs3.c: Likewise.
2968 * localedata/tst-mbswcs4.c: Likewise.
2969 * localedata/tst-mbswcs5.c: Likewise.
2970 * localedata/tst-setlocale.c: Likewise.
2971 * localedata/tst-trans.c: Likewise.
2972 * localedata/tst-wctype.c: Likewise.
2973 * localedata/tst-xlocale1.c: Likewise.
2974 * login/tst-grantpt.c: Likewise.
2975 * malloc/tst-calloc.c: Likewise.
2976 * malloc/tst-malloc.c: Likewise.
2977 * malloc/tst-mallocstate.c: Likewise.
2978 * malloc/tst-mcheck.c: Likewise.
2979 * malloc/tst-mtrace.c: Likewise.
2980 * malloc/tst-obstack.c: Likewise.
2981 * math/atest-exp2.c: Likewise.
2982 * math/atest-exp.c: Likewise.
2983 * math/atest-sincos.c: Likewise.
2984 * math/test-matherr.c: Likewise.
2985 * math/test-misc.c: Likewise.
2986 * math/test-powl.c: Likewise.
2987 * math/tst-definitions.c: Likewise.
2988 * misc/tst-dirname.c: Likewise.
2989 * misc/tst-efgcvt.c: Likewise.
2990 * misc/tst-fdset.c: Likewise.
2991 * misc/tst-hsearch.c: Likewise.
2992 * misc/tst-mntent2.c: Likewise.
2993 * nptl/tst-sem7.c: Likewise.
2994 * nptl/tst-sem8.c: Likewise.
2995 * nptl/tst-sem9.c: Likewise.
2996 * nss/test-netdb.c: Likewise.
2997 * posix/tst-fnmatch.c: Likewise.
2998 * posix/tst-getlogin.c: Likewise.
2999 * posix/tst-gnuglob.c: Likewise.
3000 * posix/tst-mmap.c: Likewise.
3001 * pwd/tst-getpw.c: Likewise.
3002 * resolv/tst-inet_ntop.c: Likewise.
3003 * rt/tst-timer.c: Likewise.
3004 * stdio-common/test-fseek.c: Likewise.
3005 * stdio-common/test-popen.c: Likewise.
3006 * stdio-common/test-vfprintf.c: Likewise.
3007 * stdio-common/tst-cookie.c: Likewise.
3008 * stdio-common/tst-fileno.c: Likewise.
3009 * stdio-common/tst-gets.c: Likewise.
3010 * stdio-common/tst-obprintf.c: Likewise.
3011 * stdio-common/tst-perror.c: Likewise.
3012 * stdio-common/tst-sprintf2.c: Likewise.
3013 * stdio-common/tst-sprintf3.c: Likewise.
3014 * stdio-common/tst-sprintf.c: Likewise.
3015 * stdio-common/tst-swprintf.c: Likewise.
3016 * stdio-common/tst-tmpnam.c: Likewise.
3017 * stdio-common/tst-unbputc.c: Likewise.
3018 * stdio-common/tst-wc-printf.c: Likewise.
3019 * stdlib/tst-environ.c: Likewise.
3020 * stdlib/tst-fmtmsg.c: Likewise.
3021 * stdlib/tst-limits.c: Likewise.
3022 * stdlib/tst-rand48-2.c: Likewise.
3023 * stdlib/tst-rand48.c: Likewise.
3024 * stdlib/tst-random2.c: Likewise.
3025 * stdlib/tst-random.c: Likewise.
3026 * stdlib/tst-strtol.c: Likewise.
3027 * stdlib/tst-strtoll.c: Likewise.
3028 * stdlib/tst-tls-atexit.c: Likewise.
3029 * stdlib/tst-xpg-basename.c: Likewise.
3030 * string/test-ffs.c: Likewise.
3031 * string/tst-bswap.c: Likewise.
3032 * string/tst-inlcall.c: Likewise.
3033 * string/tst-strtok.c: Likewise.
3034 * string/tst-strxfrm.c: Likewise.
3035 * sysdeps/x86_64/tst-audit10.c: Likewise.
3036 * sysdeps/x86_64/tst-audit3.c: Likewise.
3037 * sysdeps/x86_64/tst-audit4.c: Likewise.
3038 * sysdeps/x86_64/tst-audit5.c: Likewise.
3039 * time/tst-ftime_l.c: Likewise.
3040 * time/tst-getdate.c: Likewise.
3041 * time/tst-mktime3.c: Likewise.
3042 * time/tst-mktime.c: Likewise.
3043 * time/tst-posixtz.c: Likewise.
3044 * time/tst-strptime2.c: Likewise.
3045 * time/tst-strptime3.c: Likewise.
3046 * wcsmbs/tst-btowc.c: Likewise.
3047 * wcsmbs/tst-mbrtowc.c: Likewise.
3048 * wcsmbs/tst-mbsrtowcs.c: Likewise.
3049 * wcsmbs/tst-wchar-h.c: Likewise.
3050 * wcsmbs/tst-wcpncpy.c: Likewise.
3051 * wcsmbs/tst-wcrtomb.c: Likewise.
3052 * wcsmbs/tst-wcsnlen.c: Likewise.
3053 * wcsmbs/tst-wcstof.c: Likewise.
3054
2004e7fb
JM
30552014-11-04 Joseph Myers <joseph@codesourcery.com>
3056
ab97ee8f
JM
3057 [BZ #14132]
3058 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3059 INTDEF.
3060 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3061 declaration.
3062 (_dl_mcount): Use rtld_hidden_proto.
3063 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3064 _dl_mcount.
3065 * elf/rtld.c (_rtld_global_ro): Likewise.
3066
c5684fdb
JM
3067 [BZ #14132]
3068 * elf/dl-init.c (_dl_init): Don't use INTDEF.
3069 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3070 of _dl_init_internal.
3071 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3072 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3073 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3074 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3075 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3076 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3077 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3078 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3079 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3080 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3081 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3082 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3083 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3084 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3085 * sysdeps/tile/dl-start.S (_start): Likewise.
3086 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3087 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3088
4243cbea
JM
3089 [BZ #14132]
3090 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3091 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3092 (rtld_progname): Make macro definition unconditional.
3093 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3094 INTDEF.
3095 (dlmopen_doit): Do not use INTUSE with _dl_argv.
3096 (dl_main): Likewise.
3097 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3098 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3099 instead of _dl_argv_internal.
3100 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3101 __GI__dl_argv instead of INTUSE(_dl_argv).
3102 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3103 __GI__dl_argv instead of _dl_argv_internal.
3104
2004e7fb
JM
3105 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3106 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3107 macro.
3108 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3109 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3110 New macro.
3111 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3112 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3113 macro.
3114 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3115 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3116
97827bfc
AS
31172014-11-04 Andreas Schwab <schwab@suse.de>
3118
3119 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3120
5e4df284
AZ
31212014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3122
3123 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3124 mtvsrd instruction in binary form.
3125
04b76b5a
AS
31262014-11-03 Andreas Schwab <schwab@suse.de>
3127
3128 [BZ #17522]
3129 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3130 for less than MB_LEN_MAX use a local buffer of that size.
3131 * libio/tst-fputws.c: New file.
3132 * libio/Makefile (tests): Add tst-fputws.
3133
4c6da7da
JM
31342014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
3135
3136 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3137 the size of the fpu_fr.fpu_dregs[] array.
3138
1679ba8e
JM
31392014-11-01 Joseph Myers <joseph@codesourcery.com>
3140
3141 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3142 (__nanosleep): Do not define as alias.
3143 (nanosleep): Define as alias of __nanosleep.
3144 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3145 __libc_nanosleep name.
3146
2626c183
JM
31472014-10-31 Joseph Myers <joseph@codesourcery.com>
3148
3149 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3150 install.texi in comment.
3151
7f981fc2
TR
31522014-10-31 Torvald Riegel <triegel@redhat.com>
3153
3154 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3155 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3156 ... add here and use lwsync or sync ...
3157 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3158 ... and add here using lwsync.
3159
d6f373d2
MF
31602014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
3161
3162 * elf/dl-machine-reject-phdr.h: New file.
3163 * elf/dl-load.c: #include that.
3164 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3165 if that returned true.
3166
67c37987
RM
31672014-10-31 Roland McGrath <roland@hack.frob.com>
3168
3169 [BZ #17496]
3170 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3171 gen-as-const-headers chunk. Add a big scare comment after the last
3172 safe place to touch before-compile.
3173
94a42455 31742014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 3175
f3f5d895
JM
3176 * manual/install.texi (Tools for Compilation): Update autoconf
3177 version requirements.
3178 * INSTALL: Regenerated.
3179
f62ff286
JM
3180 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3181 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3182 (__libc_pselect): Likewise.
94a42455
JM
3183
3184 [BZ #14138]
3185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3187 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3189
ff9dbdc0
TR
31902014-10-31 Torvald Riegel <triegel@redhat.com>
3191
3192 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3193 correct barrier instruction.
3194 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3195 Likewise.
3196 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3197 Likewise.
3198
b4f66884
RM
31992014-10-30 Roland McGrath <roland@hack.frob.com>
3200
3201 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3202 after defining inlines. Instead, just use parens to defeat macro
3203 expansion of __isctype in its declaration.
3204
e19c95fd
JM
32052014-10-30 Joseph Myers <joseph@codesourcery.com>
3206
3207 * include/sys/uio.h (__libc_readv): Remove declaration.
3208 (__libc_writev): Likewise.
3209 * misc/readv.c (__libc_readv): Rename to __readv.
3210 (__readv): Do not define as alias.
3211 (readv): Define as alias of __readv.
3212 * misc/writev.c (__libc_writev): Rename to __writev.
3213 (__writev): Do not define as alias.
3214 (writev): Define as alias of __writev.
3215 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3216 (__readv): Do not define as alias.
3217 (readv): Define unconditionally as alias of __readv.
3218 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3219 (__writev): Do not define as alias.
3220 (writev): Define unconditionally as alias of __writev.
3221 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3222 name.
3223 (writev): Do not define __libc_writev name.
3224
65b00b6c
RM
32252014-10-30 Roland McGrath <roland@hack.frob.com>
3226
3227 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3228 (convert_charseq): New function, broken out of ...
3229 (use_from_charmap): ... here. Call it.
3230 (use_to_charmap): Use convert_charseq and free instead of duplicating
3231 its code with a variable-length stack struct.
3232
d4e157aa
JM
32332014-10-30 Joseph Myers <joseph@codesourcery.com>
3234
3235 * include/fcntl.h (__libc_creat): Remove declaration.
3236 * io/creat.c (__libc_creat): Rename to creat.
3237 (creat): Do not define as alias.
3238 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3239 of creat instead of __libc_creat.
3240 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3241 to creat.
3242 (creat): Do not define as alias.
3243 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3244 __libc_creat.
3245 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3246 __libc_creat name.
3247 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3248 Likewise.
3249
0c6891a0
CD
32502014-10-29 Carlos O'Donell <carlos@redhat.com>
3251
3252 * manual/llio.texi: Add comments discussing why write() may be
3253 considered MT-unsafe on Linux.
3254
cc00cece
CD
32552014-10-28 Carlos O'Donell <carlos@redhat.com>
3256
3257 * dl-load.c (local_strdup): Remove.
3258 (expand_dynamic_string_token): Use __strdup.
3259 (decompose_rpath): Likewise.
3260 (_dl_map_object): Likewise.
3261
51e623f2
JM
32622014-10-28 Joseph Myers <joseph@codesourcery.com>
3263
3264 [BZ #14132]
3265 * sysdeps/generic/unwind-dw2-fde.c
3266 (__register_frame_info_bases_internal): Do not declare.
3267 (__register_frame_info_table_bases_internal): Likewise.
3268 (__deregister_frame_info_bases_internal): Likewise.
3269 (__register_frame_info_bases): Declare and use hidden_proto before
3270 definition. Use hidden_def instead of INTDEF.
3271 (__register_frame_info_table_bases): Likewise.
3272 (__deregister_frame_info_bases): Likewise.
3273 (__register_frame_info): Do not use INTUSE.
3274 (__register_frame): Likewise.
3275 (__register_frame_info_table): Likewise.
3276 (__register_frame_table): Likewise.
3277 (__deregister_frame_info): Likewise.
3278 (__deregister_frame): Likewise.
3279
03d41216
GC
32802014-10-27 Gratian Crisan <gratian.crisan@ni.com>
3281
3282 * sysdeps/unix/sysv/linux/arm/kernel-features.h
3283 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3284 not undefine.
3285 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3286 Likewise.
3287 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3288 Likewise.
3289
a4b3624d
JM
32902014-10-27 Joseph Myers <joseph@codesourcery.com>
3291
3292 [BZ #14138]
3293 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3294 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3295 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3296 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3297 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3298 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3299 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3300 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3301 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3302 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3303 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3304 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3305 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3306 syscall.
3307 (setfsuid): Likewise.
3308 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3309 (setfsuid): Likewise.
3310 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3311 (setfsuid): Likewise.
3312 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3313 Likewise.
3314 (setfsuid): Likewise.
3315 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3316 (setfsuid): Likewise.
3317 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3318 Likewise.
3319 (setfsuid): Likewise.
3320
3574f2fd
AS
33212014-10-27 Andreas Schwab <schwab@suse.de>
3322
3323 [BZ #17501]
3324 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3325 check for Slow_SSE4_2 feature bit.
3326 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3327 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3328 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3329 Likewise. Fix check for Fast_Unaligned_Load feature bit.
3330
70996a37
RM
33312014-10-24 Roland McGrath <roland@hack.frob.com>
3332
461a7b1e
RM
3333 * configure.ac: Validate compiler version with a empirical test of
3334 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3335 $CC -v output.
3336 * configure: Regenerated.
3337
70996a37
RM
3338 * inet/htons.c (htons): Prototypify.
3339 * inet/htonl.c (htonl): Likewise.
3340
e80514b5
WD
33412014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3342
3343 * string/strncat.c (strncat): Improve performance by using strlen.
3344
6e46de42
WD
33452014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3346
3347 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3348
6a9ad2fa
WD
33492014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3350
3351 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3352 Call libc_fetestexcept_aarch64.
3353
1c8810ed
WD
33542014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3355
3356 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3357 Call libc_feholdexcept_aarch64.
3358
8b1af712
WD
33592014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3360
3361 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3362 Call get_rounding_mode.
3363
a7b00c11
WD
33642014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3365
3366 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3367 Simplify logic.
3368
3a84f1a6
WD
33692014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
3370
3371 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3372 Simplify logic.
3373
48eb7a94
JM
33742014-10-24 Joseph Myers <joseph@codesourcery.com>
3375
c8bc4038
JM
3376 [BZ #14138]
3377 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3378 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3379 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3380 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3381 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3382 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3383 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3384 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3385 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3386 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3387 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3388 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3389 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3390 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3391 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3392 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3393 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3394 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3395 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3396 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3397 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3398 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3399 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3400 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3401 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3402 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3403 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3404 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3405 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3406 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3407 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3408 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3409 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3410 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3411 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3412 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3413 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3414 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3415 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3416 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3417 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3418 syscall.
3419 (geteuid): Likewise.
3420 (getgid): Likewise.
3421 (getuid): Likewise.
3422 (getresgid): Likewise.
3423 (getresuid): Likewise.
3424 (getgroups): Likewise.
3425 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3426 (geteuid): Likewise.
3427 (getgid): Likewise.
3428 (getuid): Likewise.
3429 (getresgid): Likewise.
3430 (getresuid): Likewise.
3431 (getgroups): Likewise.
3432 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3433 (geteuid): Likewise.
3434 (getgid): Likewise.
3435 (getuid): Likewise.
3436 (getresgid): Likewise.
3437 (getresuid): Likewise.
3438 (getgroups): Likewise.
3439 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3440 Likewise.
3441 (geteuid): Likewise.
3442 (getgid): Likewise.
3443 (getuid): Likewise.
3444 (getresgid): Likewise.
3445 (getresuid): Likewise.
3446 (getgroups): Likewise.
3447 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3448 (geteuid): Likewise.
3449 (getgid): Likewise.
3450 (getuid): Likewise.
3451 (getresgid): Likewise.
3452 (getresuid): Likewise.
3453 (getgroups): Likewise.
3454 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3455 Likewise.
3456 (geteuid): Likewise.
3457 (getgid): Likewise.
3458 (getuid): Likewise.
3459 (getgroups): Likewise.
3460
48eb7a94
JM
3461 [BZ #14138]
3462 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3463 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3464 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3465 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3466 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3467 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3468 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3469 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3470 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3471 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3472 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3473 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3474 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3475 __chown.
3476 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3477 (lchown): Likewise.
3478 (fchown): Likewise.
3479 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3480 Likewise.
3481 (lchown): Likewise.
3482 (fchown): Likewise.
3483 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3484 (lchown): Likewise.
3485 (fchown): Likewise.
3486 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3487 Likewise.
3488 (lchown): Likewise.
3489 (fchown): Likewise.
3490
ea9a7c8b
WD
34912014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3492
3493 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3494 Simplify logic.
3495
e226de33
WD
34962014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3497
3498 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3499 Cleanup logic.
3500
6e3d8ed3
WD
35012014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3502
3503 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3504 Remove unused include.
3505
eb04247d
WD
35062014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
3507
3508 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3509 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3510 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3511 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3512
13d84554
CD
35132014-10-23 Carlos O'Donell <carlos@systemhalted.org>
3514 Helge Deller <deller@gmx.de>
3515
3516 [BZ #17508]
3517 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3518 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3519 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3520
15f9c5df
JM
35212014-10-23 Joseph Myers <joseph@codesourcery.com>
3522
3523 [BZ #14132]
3524 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3525 Remove macro definition.
3526 (__ashrdi3_v_glibc20): Likewise.
3527 (__lshrdi3_v_glibc20): Likewise.
3528 (__cmpdi2_v_glibc20): Likewise.
3529 (__ucmpdi2_v_glibc20): Likewise.
3530 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3531 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3532 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3533 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3534 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3535 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3536
c6dfed24
RM
35372014-10-22 Roland McGrath <roland@hack.frob.com>
3538
3539 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3540 old GNU extension [0] syntax.
3541 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3542 alloca rather than an array member with variable length.
3543 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3544 * nscd/nscd.c (invalidate_db): New function, broken out of ...
3545 (parse_opt): ... here. Likewise use alloca there.
3546 Validate the -i argument before checking for rootness.
3547 (send_shutdown): New function, broken out of ...
3548 (parse_opt): ... here.
3549
8c2b1ed8
RM
35502014-10-22 Roland McGrath <roland@hack.frob.com>
3551
3552 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3553 macro to get at the _rt_local_ro field.
3554 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3555 ([PIC] case) or _dl_hwcap ([!PIC] case).
3556 * sysdeps/arm/setjmp.S: Likewise.
3557
3558 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3559 * sysdeps/arm/configure.ac: New check to define it.
3560 * sysdeps/arm/configure: Regenerated.
3561 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3562 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3563 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3564 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3565 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3566 Use move/movt pair instead of a load.
3567 (LDST_GLOBAL): Macro removed.
3568 (LDR_GLOBAL): New macro replaces it.
3569 (LDR_HIDDEN): New macro.
3570 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3571 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3572
3573 * setjmp/tst-setjmp-static.c: New file.
3574 * setjmp/Makefile (tests): Add it.
3575 (tests-static): New variable.
3576
b5af9297
MR
35772014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
3578
3579 [BZ #17485]
3580 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3581
a13d0d74
JM
35822014-10-21 Joseph Myers <joseph@codesourcery.com>
3583
3584 [BZ #14132]
3585 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3586
f05e73f6
RM
35872014-10-21 Roland McGrath <roland@hack.frob.com>
3588
3589 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3590
6ab1d1ea
RM
35912014-10-20 Roland McGrath <roland@hack.frob.com>
3592
3593 * io/fts.c (dirent_not_directory): New function.
3594 (fts_build): Call it.
3595
ab49e763
RM
35962014-10-20 Roland McGrath <roland@hack.frob.com>
3597
e436eb79
RM
3598 * nptl/version.c (__nptl_main): Use normal __write rather than
3599 INTERNAL_SYSCALL.
3600 (banner): Update copyright years.
3601
6af246cf
RM
3602 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3603 gettimeofday.
3604 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3605 * nptl/pthread_cond_timedwait.c: Likewise.
3606 * nptl/pthread_mutex_timedlock.c: Likewise.
3607 * nptl/sem_timedwait.c: Likewise.
3608
ab49e763
RM
3609 * sysdeps/nptl/bits/libc-lock.h
3610 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3611 (__libc_lock_init_recursive): Return void, not 0.
3612 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3613 (__libc_rwlock_init): Likewise.
3614 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3615
f50277c1
TR
36162014-10-20 Torvald Riegel <triegel@redhat.com>
3617
3618 [BZ #15215]
3619 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3620 (__pthread_once_slow): ... here.
3621 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3622 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3623
63668b70
TR
36242014-10-20 Torvald Riegel <triegel@redhat.com>
3625
3626 [BZ #15215]
3627 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3628 __PTHREAD_ONCE_FORK_GEN_INCR): New.
3629 * sysdeps/nptl/fork.c (__libc_fork): Use them.
3630 * nptl/pthread_once.c (__pthread_once): Likewise.
3631 Update comments.
3632
42b7f5d4
JM
36332014-10-20 Joseph Myers <joseph@codesourcery.com>
3634
3635 [BZ #14138]
3636 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3637 name.
3638 (writev): Use __libc_writev as strong name.
3639 * sysdeps/unix/sysv/linux/readv.c: Remove file.
3640 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3641
b0643088
RM
36422014-10-17 Roland McGrath <roland@hack.frob.com>
3643
114c4e09
RM
3644 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3645
674b8978
RM
3646 * sysdeps/i386/nptl/tls.h
3647 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3648 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3649 New macros.
3650 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3651 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3652 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3653 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3654 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3655 Call CHECK_THREAD_SYSINFO instead of doing an assert.
3656
184ee940
RM
3657 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3658 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3659 on [__NR_futex].
3660 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3661 broken out of ...
3662 (__pthread_mutex_init): ... here. Call it.
3663 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3664 Conditionalize PI cases on [__NR_futex].
3665 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3666 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3667 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3668
327ae257
RM
3669 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3670 conditional on [SIGSETXID].
3671 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3672 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3673 is defined. Likewise for SIGSETXID.
3674 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3675 Conditionalize definitions on [SIGSETXID].
3676 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3677 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3678 unblocking on [SIGCANCEL].
3679
b0643088
RM
3680 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3681 [__NR_set_robust_list].
3682
33cc770b
SP
36832014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3684
3685 * string/strcoll_l.c (get_next_seq): Fix up formatting.
3686 (do_compare): Likewise.
3687
0742aef6
LH
36882014-10-17 Leonhard Holz <leonhard.holz@web.de>
3689
3690 [BZ #15884]
3691 * string/strcoll_l.c: Don't include stdio.h.
3692 (coll_seq): Remove members idxarr and rulearr.
3693 (get_next_seq_cached): Remove function.
3694 (get_next_seq): Likewise.
3695 (get_next_seq_nocache): Rename to get_next_seq.
3696 (do_compare): Remove function.
3697 (do_compare_nocache): Rename to do_compare.
3698 (STRCOLL): Remove weight and rules cache.
3699
ee54ce44
RM
37002014-10-16 Roland McGrath <roland@hack.frob.com>
3701
3702 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3703 * sysdeps/arm/sfp-machine.h: ... to here.
3704 * sysdeps/arm/Implies: Remove arm/soft-fp.
3705
a75d3b02
JM
37062014-10-14 Joseph Myers <joseph@codesourcery.com>
3707
3708 * conform/data/sys/utsname.h-data (*_t): Allow.
3709 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3710 [POSIX] (WEXITED): Do not expect constant.
3711 [POSIX] (WSTOPPED): Likewise.
3712 [POSIX] (WNOHANG): Likewise.
3713 [POSIX] (WNOWAIT): Likewise.
3714 [POSIX] (siginfo_t): Do not expect type or elements.
3715 [POSIX] (pid_t): Do not expect type.
3716 [POSIX] (signal.h): Do not allow header.
3717 [POSIX] (sys/resource.h): Likewise.
3718 [POSIX] (si_*): Do not allow pattern.
3719 [POSIX] (W*): Likewise.
3720 [POSIX] (P_*): Likewise.
3721 [POSIX] (BUS_*): Likewise.
3722 [POSIX] (CLD_*): Likewise.
3723 [POSIX] (FPE_*): Likewise.
3724 [POSIX] (ILL_*): Likewise.
3725 [POSIX] (POLL_*): Likewise.
3726 [POSIX] (SEGV_*): Likewise.
3727 [POSIX] (SI_*): Likewise.
3728 [POSIX] (TRAP_*): Likewise.
3729 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3730 variable.
3731
fda389c8
SP
37322014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3733
3734 [BZ #12926]
3735 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3736 infinite loop when __recvmsg returns 0.
3737
6bc6bd3b
JM
37382014-10-10 Joseph Myers <joseph@codesourcery.com>
3739
fcb32af1
JM
3740 * CANCEL-FCT-WAIVE: Remove file.
3741 * CANCEL-FILE-WAIVE: Likewise.
3742
6bc6bd3b
JM
3743 [BZ #14132]
3744 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3745 instead of INTVARDEF.
3746 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3747 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3748 rtld_hidden_data_def instead of INTVARDEF.
3749 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3750 * elf/dl-deps.c (expand_dst): Likewise.
3751 * elf/dl-load.c (_dl_dst_count): Likewise.
3752 (_dl_dst_substitute): Likewise.
3753 (decompose_rpath): Likewise.
3754 (_dl_init_paths): Likewise.
3755 (open_path): Likewise.
3756 (_dl_map_object): Likewise.
3757 * elf/rtld.c (dl_main): Likewise.
3758 (process_dl_audit): Likewise.
3759 (process_envvars): Likewise.
3760 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3761 Remove declaration.
3762 (__libc_enable_secure): Use rtld_hidden_proto.
3763
b8c80a7e
KS
37642014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3765
3766 * elf/dl-load.c
3767 (add_path): New function broken out of _dl_rtld_di_serinfo.
3768 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
3769
ff12c11f
JM
37702014-10-09 Joseph Myers <joseph@codesourcery.com>
3771
5c0508a3
JM
3772 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3773 parentheses around macro arguments.
3774 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3775 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3776 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3777 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3778 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3779 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3780 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3781 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3782 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3783 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3784 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3785 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3786 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3787 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3788 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3789 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3790 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3791 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3792 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3793 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3794 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3795 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3796 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3797 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3798 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3799 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3800 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3801 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3802 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3803 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3804 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3805 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3806 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3807 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3808 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3809 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3810 Likewise.
3811 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3812 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3813 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3814 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3815 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3816 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3817 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3818 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3819 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3820 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3821 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3822 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3823 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3824 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3825 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3826 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3827 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3828 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3829 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3830 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3831 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3832 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3833 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3834 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3835 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3836 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3837 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3838 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3839 (_FP_FRAC_SRS_1): Likewise.
3840 (_FP_FRAC_CLZ_1): Likewise.
3841 (_FP_MUL_MEAT_1_imm): Likewise.
3842 (_FP_MUL_MEAT_1_wide): Likewise.
3843 (_FP_MUL_MEAT_1_hard): Likewise.
3844 (_FP_SQRT_MEAT_1): Likewise.
3845 (_FP_FRAC_ASSEMBLE_1): Likewise.
3846 (_FP_FRAC_DISASSEMBLE_1): Likewise.
3847 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3848 (__FP_CLZ_2): Likewise.
3849 (_FP_MUL_MEAT_2_wide): Likewise.
3850 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3851 (_FP_MUL_MEAT_2_gmp): Likewise.
3852 (_FP_MUL_MEAT_2_120_240_double): Likewise.
3853 (_FP_SQRT_MEAT_2): Likewise.
3854 (_FP_FRAC_ASSEMBLE_2): Likewise.
3855 (_FP_FRAC_DISASSEMBLE_2): Likewise.
3856 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3857 (_FP_FRAC_CLZ_4): Likewise.
3858 (_FP_MUL_MEAT_4_wide): Likewise.
3859 (_FP_MUL_MEAT_4_gmp): Likewise.
3860 (_FP_SQRT_MEAT_4): Likewise.
3861 (_FP_FRAC_ASSEMBLE_4): Likewise.
3862 (_FP_FRAC_DISASSEMBLE_4): Likewise.
3863 * soft-fp/op-common.h (_FP_CMP): Likewise.
3864 (_FP_CMP_EQ): Likewise.
3865 (_FP_CMP_UNORD): Likewise.
3866 (_FP_TO_INT): Likewise.
3867 (_FP_FROM_INT): Likewise.
3868 [!__FP_CLZ] (__FP_CLZ): Likewise.
3869 (_FP_DIV_HELP_imm): Likewise.
3870 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3871 Likewise.
3872 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3873 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3874 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3875 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3876 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3877 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3878 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3879 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3880 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3881 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3882 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3883 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3884 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3885 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3886 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3887 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3888 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3889 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3890 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3891 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3892 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3893 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3894 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3895 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3896 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3897 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3898 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3899 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3900 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3901 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3902 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3903 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3904 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3905 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3906 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3907 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3908 (FP_UNPACK_RAW_SP): Likewise.
3909 (FP_PACK_RAW_S): Likewise.
3910 (FP_PACK_RAW_SP): Likewise.
3911 (FP_UNPACK_S): Likewise.
3912 (FP_UNPACK_SP): Likewise.
3913 (FP_UNPACK_SEMIRAW_S): Likewise.
3914 (FP_UNPACK_SEMIRAW_SP): Likewise.
3915 (FP_PACK_S): Likewise.
3916 (FP_PACK_SP): Likewise.
3917 (FP_PACK_SEMIRAW_S): Likewise.
3918 (FP_PACK_SEMIRAW_SP): Likewise.
3919 (_FP_SQRT_MEAT_S): Likewise.
3920 (FP_CMP_S): Likewise.
3921 (FP_CMP_EQ_S): Likewise.
3922 (FP_CMP_UNORD_S): Likewise.
3923 (FP_TO_INT_S): Likewise.
3924 (FP_FROM_INT_S): Likewise.
3925
a736ec37
JM
3926 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3927
ff12c11f
JM
3928 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3929 (FP_EX_INVALID_IMZ): Likewise.
3930 (FP_EX_INVALID_IMZ_FMA): Likewise.
3931 (FP_EX_INVALID_ISI): Likewise.
3932 (FP_EX_INVALID_ZDZ): Likewise.
3933 (FP_EX_INVALID_IDI): Likewise.
3934 (FP_EX_INVALID_SQRT): Likewise.
3935 (FP_EX_INVALID_CVI): Likewise.
3936 (FP_EX_INVALID_VC): Likewise.
3937 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3938 "invalid" exceptions.
3939 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3940 (_FP_ADD_INTERNAL): Likewise.
3941 (_FP_MUL): Likewise.
3942 (_FP_FMA): Likewise.
3943 (_FP_DIV): Likewise.
3944 (_FP_CMP_CHECK_NAN): Likewise.
3945 (_FP_SQRT): Likewise.
3946 (_FP_TO_INT): Likewise.
3947 (FP_EXTEND): Likewise.
3948
b6dcfe8c
AM
39492014-10-09 Allan McRae <allan@archlinux.org>
3950
3951 * po/fr.po: Update French translation from translation project.
3952
2d6a47ba
JM
39532014-10-09 Joseph Myers <joseph@codesourcery.com>
3954
cb831245
JM
3955 [BZ #14132]
3956 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3957 of INTDEF.
3958 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3959 (__cxa_atexit): Use libc_hidden_proto.
3960 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3961
5deeb190
JM
3962 [BZ #14132]
3963 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3964 declaration.
3965 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3966 [!_ISOMAC] (__iswspace_l_internal): Likewise.
3967 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3968 [!_ISOMAC] (__iswctype_internal): Likewise.
3969 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3970 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3971 alias.
3972 (fcntl): Remove __fcntl_internal alias.
3973 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3974 __connect_internal alias.
3975 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3976 Likewise.
3977
454ac701
JM
3978 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3979 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3980 FP_DENORM_ZERO.
3981 (_FP_CHECK_FLUSH_ZERO): New macro.
3982 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3983 (_FP_CMP): Likewise.
3984 (_FP_CMP_EQ): Likewise.
3985 (_FP_TO_INT): Do not set inexact for subnormal arguments if
3986 FP_DENORM_ZERO.
3987 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3988 (FP_TRUNC): Likewise.
3989
0022e688
JM
3990 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3991 treated as invalid conversion, not as normal exponent.
3992
73e28d9c
JM
3993 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3994 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
3995 (_FP_CMP_EQ): Likewise.
3996 (_FP_CMP_UNORD): Likewise.
3997 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3998 (FP_CMP_EQ_D): Likewise.
3999 (FP_CMP_UNORD_D): Likewise.
4000 * soft-fp/extended.h (FP_CMP_E): Likewise.
4001 (FP_CMP_EQ_E): Likewise.
4002 (FP_CMP_UNORD_E): Likewise.
4003 * soft-fp/quad.h (FP_CMP_Q): Likewise.
4004 (FP_CMP_EQ_Q): Likewise.
4005 (FP_CMP_UNORD_Q): Likewise.
4006 * soft-fp/single.h (FP_CMP_S): Likewise.
4007 (FP_CMP_EQ_S): Likewise.
4008 (FP_CMP_UNORD_S): Likewise.
4009 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4010 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4011 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4012 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4013 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4014 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4015 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4016 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4017 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4018 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4019 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4020 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4021 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4022 to FP_CMP_Q.
4023 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4024 FP_CMP_Q.
4025 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4026 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4027 FP_CMP_EQ_Q.
4028 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4029 FP_CMP_Q.
4030 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4031 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4032 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4033 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4034 FP_CMP_EQ_Q.
4035 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4036 FP_CMP_Q.
4037 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4038 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4039 FP_CMP_EQ_Q.
4040 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4041 FP_CMP_Q.
4042 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4043 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4044 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4045 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4046 FP_CMP_EQ_Q.
4047
43059f42
JM
4048 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4049 a subnormal result, set the underflow exception if trapping on
4050 underflow is enabled.
4051 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4052 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4053 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4054 redefine to 0.
4055 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4056 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4057 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4058 * soft-fp/extendxftf2.c (__extendxftf2): Use
4059 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4060
2d6a47ba
JM
4061 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4062 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4063 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4064 FP_HANDLE_EXCEPTIONS.
4065 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4066 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4067 FP_HANDLE_EXCEPTIONS.
4068 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4069 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4070 FP_HANDLE_EXCEPTIONS.
4071 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4072 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4073 FP_HANDLE_EXCEPTIONS.
4074
620f462e
JM
40752014-10-08 Joseph Myers <joseph@codesourcery.com>
4076
4077 [BZ #14132]
4078 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4079 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4080 use INTUSE.
4081 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4082 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4083 Remove alias.
4084 (__adjtimex): Define using libc_hidden_ver.
4085 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4086 Remove declaration.
4087 (ntp_gettime): Call __adjtimex directly.
4088 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4089 Remove declaration.
4090 (ntp_gettimex): Call __adjtimex directly.
4091 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4092 __adjtimex_internal alias.
4093
c763c5d2
RM
40942014-10-08 Roland McGrath <roland@hack.frob.com>
4095
4096 [BZ #17460]
4097 * nscd/nscd.c (more_help): Rewrite list of tables collection
4098 using xstrdup and asprintf.
4099
4100 * nscd/nscd_conf.c: Remove local xstrdup declaration.
4101
7b8fb2b8
RM
41022014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4103 Roland McGrath <roland@hack.frob.com>
4104
4105 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4106 (do_lookup_unique): ... local function 'enter' here; update callers.
4107
abb280f7
JM
41082014-10-06 Joseph Myers <joseph@codesourcery.com>
4109
f7b42517
JM
4110 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4111 compat_symbol calls on [SHARED].
4112 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4113 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4114 Remove.
4115 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4116 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4117 (oldsetrlimit): Remove.
4118 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4119 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4120 (lchown): New syscall entry.
4121 (oldsetrlimit): Remove.
4122 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4123 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4124 (oldsetrlimit): Remove.
4125 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4126
abb280f7
JM
4127 [BZ #14138]
4128 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4129 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4130 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4131 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4132 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4133 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4134 (fchown): Likewise.
4135 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4136 (fchown): Likewise.
4137 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4138 Likewise.
4139
47d46237
AZ
41402014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4141
4142 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4143 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4144 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4145 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4146 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4147 Likewise.
4148 (__old_sem_post): Likewise.
4149
41502014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 4151
845a7343
CM
4152 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4153 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4154 HAVE_CLOCK_GETTIME_VSYSCALL macros.
4155 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4156 Use INLINE_VSYSCALL macro.
4157 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4158 __vdso_clock_gettime.
4159 * sysdeps/unix/sysv/linux/tile/init-first.c
4160 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4161 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4162 __vdso_clock_gettime.
4163
83d641ef
CM
4164 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4165 to set up frame more cleanly.
4166
d9cd52e6
CM
4167 * sysdeps/tile/memcmp.c: New file.
4168
4b68ea11
CM
4169 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4170
c86f7b80
CM
4171 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4172 * sysdeps/tile/tilegx/strcasestr.c: New file.
4173 * sysdeps/tile/tilegx/strnlen.c: New file.
4174 * sysdeps/tile/tilegx/strstr.c: New file.
4175
1c4c1a6f
CM
4176 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4177
99d86ea3
AS
41782014-10-06 Arjun Shankar <arjun.is@lostca.se>
4179
4180 * nptl/tst-setuid3.c: Write errors to stdout.
4181
06210a44
KS
41822014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4183
4184 * elf/dl-deps.c
4185 (preload): New functions broken out of _dl_map_object_deps.
4186 (_dl_map_object_deps): Remove a nested function. Update call sites.
4187
6268f532
JM
41882014-10-01 Joseph Myers <joseph@codesourcery.com>
4189
4190 [BZ #14138]
4191 * sysdeps/unix/sysv/linux/execve.c: Remove file.
4192 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4193
b925285f
SE
41942014-10-01 Steve Ellcey <sellcey@mips.com>
4195
4196 * sysdeps/mips/strcmp.S: New.
4197
754a15c6
JM
41982014-09-30 Joseph Myers <joseph@codesourcery.com>
4199
4200 [BZ #14138]
4201 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4202 (linkat): Likewise.
4203 (mkdirat): Likewise.
4204 (readlinkat): Likewise.
4205 (renameat): Likewise.
4206 (symlinkat): Likewise.
4207 (unlinkat): Likewise.
4208 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4209 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4210 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4211 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4212 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4213 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4214 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4215
85bb81c9
WN
42162014-09-30 Will Newton <will.newton@linaro.org>
4217
dc6fe23b
WN
4218 * math/math.h: Define long double math functions if
4219 _LIBC_TEST is defined.
4220 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4221
85bb81c9
WN
4222 * localedata/Makefile: Move assignment to tests-special
4223 into an ifdef testing run-built-tests.
4224 * timezone/Makefile: Likewise.
4225
b7e02da4
JM
42262014-09-29 Joseph Myers <joseph@codesourcery.com>
4227
4228 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4229 with $(BASH) not $(SHELL).
4230
62058ce6
CD
42312014-09-29 Carlos O'Donell <carlos@redhat.com>
4232 Matthew LeGendre <legendre1@llnl.gov>
4233
4234 [BZ #17411]
4235 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4236 l_reloc_result.
4237
8e257a29
KS
42382014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4239
4240 * stdio-common/printf_fp.c
4241 (hack_digit): New function, broken out of ...
4242 (__printf_fp): ... local function here. Update call sites.
4243 hack_digit now takes an additional parameter that is a pointer
4244 to a struct of the referenced locals. Those locals moved inside
4245 the struct and references updated.
4246
f4a58f0d
L
42472014-09-29 H.J. Lu <hongjiu.lu@intel.com>
4248
4249 * aclocal.m4: Require autoconf 2.69.
4250 * configure: Regenerated.
4251 * sysdeps/aarch64/configure: Likewise.
4252 * sysdeps/alpha/configure: Likewise.
4253 * sysdeps/arm/armv7/configure: Likewise.
4254 * sysdeps/arm/configure: Likewise.
4255 * sysdeps/ia64/configure: Likewise.
4256 * sysdeps/mach/configure: Likewise.
4257 * sysdeps/mips/configure: Likewise.
4258 * sysdeps/s390/configure: Likewise.
4259 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4261
4262 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4263 file.
4264 * sysdeps/ia64/configure.ac: Likewise.
4265
93ae1eba
JM
42662014-09-26 Joseph Myers <joseph@codesourcery.com>
4267
1810d3ab
JM
4268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4269 specify symbol version for ld.so. Do not include entry for
4270 libpthread.
4271 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4272 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4273 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4274
93ae1eba
JM
4275 [BZ #14171]
4276 * Makeconfig [$(build-shared) = yes]
4277 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4278 makefiles.
4279 [$(build-shared) = yes && $(soversions.mk-done) = t]
4280 ($(common-objpfx)gnu/lib-names.h): Remove rule.
4281 [$(build-shared) = yes && $(soversions.mk-done) = t]
4282 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
4283 to Makerules.
4284 [$(build-shared) = yes && $(soversions.mk-done) = t]
4285 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4286 here.
4287 [$(build-shared) = yes && $(soversions.mk-done) = t]
4288 (common-generated): Don't append gnu/lib-names.h and
4289 gnu/lib-names.stmp here.
4290 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4291 (lib-names-h-abi): New variable.
4292 [$(build-shared) = yes && $(soversions.mk-done) = t]
4293 (lib-names-stmp-abi): Likewise.
4294 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4295 abi-variants] (before-compile): Append
4296 $(common-objpfx)$(lib-names-h-abi).
4297 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4298 abi-variants] (common-generated): Append gnu/lib-names.h.
4299 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4300 abi-variants] (install-others-nosubdir): Depend on
4301 $(inst_includedir)/$(lib-names-h-abi).
4302 [$(build-shared) = yes && $(soversions.mk-done) = t &&
4303 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4304 [$(build-shared) = yes && $(soversions.mk-done) = t]
4305 ($(common-objpfx)$(lib-names-h-abi)): New rule.
4306 [$(build-shared) = yes && $(soversions.mk-done) = t]
4307 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4308 [$(build-shared) = yes && $(soversions.mk-done) = t]
4309 (common-generated): Append $(lib-names-h-abi) and
4310 $(lib-names-stmp-abi).
4311 * scripts/lib-names.awk: Do not handle multi being set.
4312 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4313 Remove variable.
4314 (abi-lp64_be-ld-soname): Likewise.
4315 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4316 Likewise.
4317 (abi-hard-ld-soname): Likewise.
4318 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4319 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4320 Remove variable.
4321 (abi-o32_hard-ld-soname): Likewise.
4322 (abi-o32_soft_2008-ld-soname): Likewise.
4323 (abi-o32_hard_2008-ld-soname): Likewise.
4324 (abi-n32_soft-ld-soname): Likewise.
4325 (abi-n32_hard-ld-soname): Likewise.
4326 (abi-n32_soft_2008-ld-soname): Likewise.
4327 (abi-n32_hard_2008-ld-soname): Likewise.
4328 (abi-n64_soft-ld-soname): Likewise.
4329 (abi-n64_hard-ld-soname): Likewise.
4330 (abi-n64_soft_2008-ld-soname): Likewise.
4331 (abi-n64_hard_2008-ld-soname): Likewise.
4332 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4333 Likewise.
4334 (abi-64-v2-ld-soname): Likewise.
4335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4336 ld.so entries.
4337 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4338 variable.
4339 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4340 entry.
4341 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4342 variable.
4343 (abi-64-ld-soname): Likewise.
4344 (abi-x32-ld-soname): Likewise.
4345 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4346 entry.
4347 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4348
68870f12
JM
43492014-09-23 Joseph Myers <joseph@codesourcery.com>
4350
4351 [BZ #14138]
4352 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4353 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4354 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4355 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4356 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4357 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4358 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4359 syscall entry for GLIBC_2.2 symbol version.
4360 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4361 Likewise.
4362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4363 (setrlimit): Likewise.
4364 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4365 Likewise.
4366
ea58f202
WN
43672014-09-23 Will Newton <will.newton@linaro.org>
4368
4369 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4370 _LINUX_ARM_SYSDEP_H include guard too.
4371 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4372 define.
4373
69eb9a18
RV
43742014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
4375
4376 * sysdeps/unix/sysv/linux/eventfd.c:
4377 Make first argument unsigned.
4378 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4379 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4380
20e5a5f7
OB
43812014-09-20 Ondřej Bílka <neleai@seznam.cz>
4382
4383 * socket/recvmmsg.c (recvmmsg): Drop const argument.
4384 * socket/sys/socket.h: Likewise
4385 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4386
d3c827e7
AK
43872014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4388
4389 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4390
fe1cc35a
AS
43912014-09-17 Arjun Shankar <arjun.is@lostca.se>
4392
4393 * time/tst-ftime.c: New test.
4394 * time/Makefile (tests): Add tst-ftime.
4395
4e8afe69
JM
43962014-09-17 Joseph Myers <joseph@codesourcery.com>
4397
c4fe3ea7
JM
4398 * soft-fp/extended.h: Fix comment formatting.
4399 * soft-fp/op-1.h: Likewise.
4400 * soft-fp/op-2.h: Likewise.
4401 * soft-fp/op-4.h: Likewise.
4402 * soft-fp/op-8.h: Likewise.
4403 * soft-fp/op-common.h: Likewise.
4404 * soft-fp/soft-fp.h: Likewise.
4405
4e8afe69
JM
4406 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4407
af296fcd
JM
44082014-09-16 Joseph Myers <joseph@codesourcery.com>
4409
4410 [BZ #6652]
4411 * Makeconfig (soversions-default-setname): Remove variable.
4412 ($(common-objpfx)soversions.i): Don't pass default_setname to
4413 soversions.awk.
4414 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4415 oldest_abi to abi-versions.awk.
4416 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4417 * config.make.in (oldest-abi): Remove variable.
4418 * configure.ac (--enable-oldest-abi): Remove configure option.
4419 * configure: Regenerated.
4420 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4421 text.
4422 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4423 * scripts/soversions.awk: Do not handle default_setname variable.
4424 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4425 variable.
4426 * sysdeps/mach/hurd/configure: Regenerated.
4427 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4428 variable.
4429 * sysdeps/unix/sysv/linux/configure: Regenerated.
4430
545583d6
SP
44312014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4432
d330b980
SP
4433 * elf/Makefile (CFLAGS-interp.c): Remove.
4434 ($(elf-objpfx)runtime-linker.h): Generate header with linker
4435 path string.
4436 * elf/interp.c: Include generated runtime-linker.h
4437
02657da2
SP
4438 * Makerules (lib%.so): Don't include $(+interp) in
4439 prerequisites.
4440 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4441 * dlfcn/eval.c: Remove file.
4442
653b1080
SP
4443 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4444 macros.
4445
602f80ec
SP
4446 [BZ #17266]
4447 * misc/sys/cdefs.h: Define __extern_always_inline for clang
4448 4.2 and newer.
4449
545583d6
SP
4450 [BZ #17370]
4451 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4452
884ddc50
SP
44532014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4454 Jakub Jelinek <jakub@redhat.com>
4455
4456 [BZ #17266]
4457 * libio/stdio.h: Check definition of __fortify_function
4458 instead of __extern_always_inline to include bits/stdio2.h.
4459 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4460 check if __extern_always_inline is defined.
4461 [__USE_MISC || __USE_XOPEN]: Likewise.
4462 [__USE_ISOC99] Likewise.
4463 * misc/sys/cdefs.h (__fortify_function): Define only if
4464 __extern_always_inline is defined.
4465 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4466 __extern_always_inline and __extern_inline only for g++-4.3
4467 and newer or a compatible gcc.
4468
a7b87268
AS
44692014-09-15 Andreas Schwab <schwab@linux-m68k.org>
4470
4471 [BZ #17371]
4472 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4473 last change to handle zero prefix length.
4474
3f41521d
SP
44752014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4476
61fe374a
SP
4477 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4478 _SC_REGEX_VERSION.
4479
3f41521d
SP
4480 * posix/getconf.c (vars): Add _POSIX_IPV6 and
4481 _POSIX_RAW_SOCKETS.
4482
d8f879ee
AM
44832014-09-13 Allan McRae <allan@archlinux.org>
4484
4485 * po/ru.po: Update Russian translation from translation project.
4486
c079afb7
RM
44872014-09-12 Roland McGrath <roland@hack.frob.com>
4488
a62b3c15
RM
4489 * locale/programs/locale.c (show_locale_vars): Inline local function
4490 into its sole call site. Clean up some style nits.
4491 (print_item): New function, broken out of ...
4492 (show_info): ... local function here. Clean up style nits.
4493
d7e49b19
RM
4494 * locale/programs/ld-ctype.c (set_one_default): New function, broken
4495 out of ...
4496 (set_class_defaults): ... local function set_default here.
4497 Define set_default as a macro locally to pass constant parameters.
4498 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4499 rather than a shared local.
4500
c079afb7
RM
4501 * stdlib/rpmatch.c (try): New function, broken out of ...
4502 (rpmatch): ... local function here. Also, prototypify definition.
4503
0bd72468
JM
45042014-09-12 Joseph Myers <joseph@codesourcery.com>
4505
ba90e050
JM
4506 * scripts/soversions.awk: Do not handle configuration names.
4507 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4508 vendor and os variables to soversions.awk.
4509 * configure.ac: Do not modify gnu-* host_os.
4510 * configure: Regenerated
4511 * shlib-versions: Remove first column with configuration names.
4512 * nptl/shlib-versions: Likewise.
4513 * nptl_db/shlib-versions: Likewise.
4514 * sysdeps/hppa/shlib-versions: Likewise.
4515 * sysdeps/m68k/shlib-versions: Likewise.
4516 * sysdeps/mach/hurd/shlib-versions: Likewise.
4517 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4518 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4519 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4520 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4521 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4522 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4523 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4524 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4526 Likewise.
4527 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4528 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4529 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4530 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4531 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4532 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4533 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4534 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4535
73a39112
JM
4536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4537 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4539 Regenerated.
4540 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4542 Condition symbol version definitions on [HAVE_ELFV2_ABI].
4543
c729e7c1
JM
4544 * shlib-versions: Remove OS-specific entries. Moved to files in
4545 sysdeps.
4546 * sysdeps/mach/hurd/shlib-versions: New file.
4547 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4548
dc932a24
JM
4549 * nptl/shlib-versions: Remove architecture-specific entries.
4550 Moved to files in sysdeps.
4551 * shlib-versions: Likewise.
4552 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4553 file.
4554 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4555 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4556 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4557 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4558
0bd72468
JM
4559 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4560 (UDP_NO_CHECK6_RX): Likewise.
4561
920238e0
SP
45622014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4563
4564 * sysdeps/posix/sysconf.c (__sysconf): Spell
4565 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4566
ba7b4d29
FW
45672014-08-12 Florian Weimer <fweimer@redhat.com>
4568
4569 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4570 loading.
4571 * iconv/Versions (__gconv_transliterate): Export for use from
4572 gconv modules.
4573 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4574 (struct __gconv_trans_data, __gconv_trans_fct,
4575 __gconv_trans_context_fct, __gconv_trans_query_fct,
4576 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4577 definitions.
4578 (struct __gconv_step_data): Remove __trans member.
4579 (__gconv_transliterate): Declaration moved from gconv_int.h. No
4580 longer hidden. Remove unused trans_data argument.
4581 * iconv/gconv_int.h (struct trans_struct): Remove definition.
4582 (__gconv_translit_find): Remove declaration.
4583 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
4584 prototype.
4585 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4586 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4587 trans_data argument. Add hidden definition.
4588 (__gconv_translit_find): Remove.
4589 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4590 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4591 * iconv/skeleton.c: Remove transliteration initialization.
4592 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4593 __gconv_step_data initialization.
4594 * libio/iofwide.c (__libio_translit_): Remove.
4595 (_IO_fwide): Adjust struct __gconv_step_data initialization.
4596 * wcsmbs/btowc.c (__btowc): Likewise.
4597 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4598 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4599 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4600 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4601 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4602 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4603 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4604 * wcsmbs/wctob.c (wctob): Likewise.
4605
5379aebd
SP
46062014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4607
4608 [BZ #16194]
4609 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4610 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
4611 register usage.
4612 * sysdeps/x86/Makefile: Adjust.
4613
8c0ab919
RM
46142014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
4615 Roland McGrath <roland@hack.frob.com>
4616
4617 * locale/weight.h: Add include guard.
4618 (findidx): Make static rather than auto; take new parameters
4619 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4620 * locale/weightwc.h: Likewise.
4621 * posix/fnmatch_loop.c
4622 (FCT): Change type of EXTRA from int32_t to wint_t.
4623 Don't include either header inside the function.
4624 Call FINDIDX rather than findidx, and pass new arguments.
4625 #undef FINDIDX at the end of the file.
4626 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4627 FINDIDX before including fnmatch_loop.c for the non-wide version.
4628 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4629 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4630 for the wide version.
4631 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4632 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4633 Pass new arguments to findidx.
4634 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4635 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4636 Don't #include it inside the function. Pass new arguments to findidx.
4637 * posix/regex_internal.h
4638 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4639 (re_string_elem_size_at): Don't #include it inside the function.
4640 Pass new arguments to findidx.
4641 * string/strcoll_l.c: #include WEIGHT_H at top level.
4642 (get_next_seq): Don't #include it inside the function.
4643 Pass new arguments to findidx.
4644 (get_next_seq_nocache): Likewise.
4645 * string/strxfrm_l.c: #include WEIGHT_H at top level.
4646 (STRXFRM): Don't #include it inside the function.
4647 Pass new arguments to findidx.
4648
52ffbdf2
FW
46492014-09-11 Florian Weimer <fweimer@redhat.com>
4650
4651 [BZ #17344]
4652 * malloc/malloc.c (unlink): Turn asserts into a call to
4653 malloc_printerr.
4654
984c0ea9
TL
46552014-09-11 Tim Lammens <tim.lammens@gmail.com>
4656
4657 [BZ #17370]
4658 * libio/wfileops (do_ftell_wide): Free OUT.
4659
3daee107
CM
46602014-09-10 Chris Metcalf <cmetcalf@tilera.com>
4661
4662 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4663
58b930ae
SP
46642014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4665
4666 [BZ #17363]
4667 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4668 group if the current group is empty.
4669
3b473fec
AZ
46702014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4671
71ae8647
AZ
4672 * benchtests/bench-memset.c (test_main): Add more test from size
4673 from 32 to 512 bytes.
4674 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4675 Add POWER8 memset object.
4676 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4677 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4678 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4679 implementation.
4680 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4681 Likewise.
4682 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4683 multiarch POWER8 memset optimization.
4684 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4685 POWER8 memset optimization.
4686
3b473fec
AZ
4687 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4688 Remove bzero multiarch objects.
4689 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4690 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4691 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4692 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4693 Remove define.
4694 [__bzero]: Redefine to specific name.
4695 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4696 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4697 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4698 define.
4699 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4700 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4701
e6fb9587
FW
47022014-09-10 Florian Weimer <fweimer@redhat.com>
4703
4704 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4705 warnings into errors.
4706
4707 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4708 __cxa_thread_atexit_impl prototype.
4709
9d3a350b
SE
47102014-09-09 Steve Ellcey <sellcey@mips.com>
4711
4712 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4713 Fix capitalization of error message.
4714
0febba23
SE
47152014-09-09 Steve Ellcey <sellcey@mips.com>
4716
4717 * sysdeps/mips/preconfigure: Modify ABI tests.
4718
645a0e9c
CD
47192014-09-07 Carlos O'Donell <carlos@systemhalted.org>
4720
4721 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4722
d83f0734
CD
47232014-09-07 Roland McGrath <roland@hack.frob.com>
4724 Carlos O'Donell <carlos@systemhalted.org>
4725
4726 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4727 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4728 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4729 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4730 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4731 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4732 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4733 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4734 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4735 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4736 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4737 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4738 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4739 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4740 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4741 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4742 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4743 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4744 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4745 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4746 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4747 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4748 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4749 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4750 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4751 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4752 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4753 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4754 Deconditionalize the code that was previously under [RESET_PID].
4755 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4756 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4757 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4758 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4759 include sysdep.h.
4760
21c83793
AM
47612014-09-08 Allan McRae <allan@archlinux.org>
4762
4763 * version.h (RELEASE): Set to "development".
4764 (VERSION): Set to "2.20.90"
4765
1cd9b65c
AM
47662014-09-07 Allan McRae <allan@archlinux.org
4767
b8079dd0
AM
4768 * version.h (RELEASE): Set to "stable".
4769 (VERSION): Set to "2.20"
4770 * include/features.h (__GLIBC_MINOR__): Set to 20.
4771
c46303ef
AM
4772 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4773 Liebler.
4774
1cd9b65c
AM
4775 * po/ko.po: Update Korean translation from translation project.
4776
8622092d
CM
47772014-09-06 Chris Metcalf <cmetcalf@tilera.com>
4778
4779 [BZ #17354]
4780 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4781 macro for handling signed relocations.
4782
41488498
FW
47832014-09-03 Florian Weimer <fweimer@redhat.com>
4784
4785 [BZ #17325]
4786 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4787 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4788 assert.
4789 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4790 * iconvdata/ibm935.c (BODY): Likewise.
4791 * iconvdata/ibm937.c (BODY): Likewise.
4792 * iconvdata/ibm939.c (BODY): Likewise.
4793 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4794 assert.
4795 * iconvdata/Makefile (iconv-test.out): Pass module list to test
4796 script.
4797 * iconvdata/run-iconv-test.sh: New test loop for checking for
4798 decoder crashers.
4799
a78b712d
KR
48002014-09-02 Khem Raj <raj.khem@gmail.com>
4801
4802 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4803 libm_hidden_ver.
4804
cb08abc6
AM
48052014-09-01 Allan McRae <allan@archlinux.org>
4806
2c31e102
AM
4807 * po/eo.po: Update Esperanto translation from translation project.
4808
cb08abc6
AM
4809 * po/ca.po: Update Catalan translation from translation project.
4810
17a62de1
ST
48112014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4812
4813 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4814 __proc_dostop call.
4815
9570bc53
MW
48162014-08-27 Mark Wielaard <mjw@redhat.com>
4817
4818 [BZ #17319]
4819 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4820 to call set_thread_area instead of hand written asm.
4821 (__NR_set_thread_area): Removed define.
4822 (TLS_FLAG_WRITABLE): Likewise.
4823 (__ASSUME_SET_THREAD_AREA): Remove check.
4824 (TLS_EBX_ARG): Remove define.
4825 (TLS_LOAD_EBX): Likewise.
4826
b0f955c9
ST
48272014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4828
4829 Simplify atomicity of socket creation in bind.
4830
4831 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4832 looking up the name after linking the file.
4833
529bf515
AM
48342014-08-27 Allan McRae <allan@archlinux.org>
4835
4836 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4837
a1a6a401
FW
48382014-08-26 Florian Weimer <fweimer@redhat.com>
4839
4840 [BZ #17187]
4841 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4842 trans_compare, open_translit, __gconv_translit_find):
4843 Remove module loading code.
4844
686ab290
AM
48452014-08-26 Allan McRae <allan@archlinux.org>
4846
e4e7cfd2
AM
4847 * po/vi.po: Update Vietnamese translation from translation project.
4848
6aa09f71
AM
4849 * po/uk.po: Update Ukrainian translation from translation project.
4850
edc0660e
AM
4851 * po/fr.po: Update French translation from translation project.
4852
7eea72ac
AM
4853 * po/ru.po: Update Russian translation from translation project.
4854
93c49eff
AM
4855 * po/pl.po: Update Polish translation from translation project.
4856
46acaf63
AM
4857 * po/cs.po: Update Czech translation from translation project.
4858
a9f5ce98
AM
4859 * po/de.po: Update German translation from translation project.
4860
373f2b78
AM
4861 * po/bg.po: Update Bulgarian translation from translation project.
4862
e7548bd8
AM
4863 * po/sv.po: Update Sweedish translation from translation project.
4864
c526bf4d
AM
4865 * po/nl.po: Update Dutch translation from translation project.
4866
686ab290
AM
4867 * po/es.po: Update Spanish translation from translation project.
4868
eb72478a
SP
48692014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4870
dd763fdb
SP
4871 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4872
318c7a58
SP
4873 * catgets/Makefile (CPPFLAGS-gencat): Remove.
4874 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4875 (CPPFLAGS-iconvconfig): Likewise.
4876 * timezone/Makefile (CPPFLAGS-zic): Likewise.
4877
eb72478a
SP
4878 * include/libc-symbols.h: Remove unnecessary check for
4879 NOT_IN_libc.
4880 * nptl/pthreadP.h: Likewise.
4881 * sysdeps/aarch64/setjmp.S: Likewise.
4882 * sysdeps/alpha/setjmp.S: Likewise.
4883 * sysdeps/arm/sysdep.h: Likewise.
4884 * sysdeps/i386/setjmp.S: Likewise.
4885 * sysdeps/m68k/setjmp.c: Likewise.
4886 * sysdeps/posix/getcwd.c: Likewise.
4887 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4888 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4889 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4890 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4891 * sysdeps/sh/sh3/setjmp.S: Likewise.
4892 * sysdeps/sh/sh4/setjmp.S: Likewise.
4893 * sysdeps/unix/alpha/sysdep.h: Likewise.
4894 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4895 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4896 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4897 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4900 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4901 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4902 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4903 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4904 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4905 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4906 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4907 * sysdeps/x86_64/setjmp.S: Likewise.
4908
d44a052c
JM
49092014-08-13 Joseph Myers <joseph@codesourcery.com>
4910
4911 [BZ #17263]
4912 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4913 <stdint.h>.
4914 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4915 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4916
508ce3ac
SP
49172014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4918
e44c8b0e
SP
4919 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4920
508ce3ac
SP
4921 [BZ #17262]
4922 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4923 and __x86_64__ when disabling x87 inline functions.
4924
b4acef1f
L
49252014-08-12 H.J. Lu <hongjiu.lu@intel.com>
4926
4927 [BZ #17259]
4928 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4929 asm statement with __cpuid_count.
4930
61b1ef6e
MF
49312014-08-12 Mike Frysinger <vapier@gentoo.org>
4932
4933 * configure.ac: Change __ehdr_start code to dereference the struct.
4934 Run readelf on the output to look for relocations.
4935 * configure: Regenerated.
4936
898c62f4
JM
49372014-08-12 Joseph Myers <joseph@codesourcery.com>
4938
4939 [BZ #17261]
4940 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4941 value to 0.
4942 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4943
9a8a5720
RM
49442014-08-12 Roland McGrath <roland@hack.frob.com>
4945
4946 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4947
4e75751c
BO
49482014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
4949
4950 [BZ #16892]
4951 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4952 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4953
bb2ce416
SA
49542014-08-12 Sean Anderson <seanga2@gmail.com>
4955
4956 * malloc/malloc.c: Fix typo in comment.
4957
7950a4ee
AM
49582014-08-09 Allan McRae <allan@archlinux.org>
4959
4960 * Regenerate libc.po.
4961
f469c49f
MF
49622014-08-08 Mike Frysinger <vapier@gentoo.org>
4963
4964 * intl/tst-gettext2.sh: Check every lang file for creation.
4965
656b84c2
WD
49662014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4967
4968 * sysdeps/aarch64/fpu/math_private.h
4969 (libc_feholdsetround_noex_aarch64_ctx): New function.
4970
538e9e45
W
49712014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4972
4973 * sysdeps/arm/armv6/strcpy.S (strcpy):
4974 Fix performance issue in misaligned cases.
4975
d4795e4a
AZ
49762014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4977
4978 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4979 Move definition from termios.h.
4980 (struct termio): Likewise.
4981 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4982 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4983 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4984 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4985 Likewise.
4986 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4987 Move definition to ioctl-types.h
4988 (struct termio): Likewise.
4989 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4990 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4991 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4992 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4993 Likewise.
4994
64accb62
RH
49952014-08-05 Richard Henderson <rth@redhat.com>
4996
27bb6dc0
RH
4997 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4998 exceptions.
4999 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5000 Add fraiseexcpt.
5001 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5002 Use __feraiseexcept.
5003 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5004 Protect libm symbols with IS_IN_libm.
5005
64accb62
RH
5006 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5007
e5292691
BO
50082014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
5009
5010 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5011
5b4bd2d4
WN
50122014-08-04 Will Newton <will.newton@linaro.org>
5013
5014 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5015 file.
5016
fcadaeef
MF
50172014-08-04 Mike Frysinger <vapier@gentoo.org>
5018
5019 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5020 variants for each function.
5021
43a94c64
RM
50222014-08-04 Roland McGrath <roland@hack.frob.com>
5023
5024 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5025 appended ...
5026 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5027 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5028 appended ...
5029 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5030 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5031 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5032 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5033 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5034 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5035 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5036 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5037 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5038 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5039 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5040 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5041 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5042 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5043 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5044 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5045 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5046 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5047 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5048 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5049 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5050 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5051 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5052 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5053 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5054 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5055 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5056 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5057 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5058 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5059 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5060 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5061 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5062 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5063 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5064 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5065 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5066 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5067 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5068 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5069 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5070 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5071 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5072 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5073 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5074 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5075 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5076 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5077 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5078 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5079 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5080 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5081 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5082 Update #include.
5083 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5084 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5085
8f3c1fa4
RM
50862014-08-04 Roland McGrath <roland@hack.frob.com>
5087
5088 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5089 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5090 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5091 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5092 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5093 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5094
ca08746f
RM
50952014-08-04 Roland McGrath <roland@hack.frob.com>
5096
5097 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5098 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5099 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5100 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5101
9c925ff9
RM
51022014-08-04 Roland McGrath <roland@hack.frob.com>
5103
5104 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5105 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5106 (__libc_vfork): Define function under this name.
5107 (__vfork): Define as an alias.
5108 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5109 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5110
e641054c
RM
51112014-08-04 Roland McGrath <roland@hack.frob.com>
5112
5113 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5114 that was previously under [RESET_PID].
5115 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5116
dacdc867
AS
51172014-08-04 Andreas Schwab <schwab@suse.de>
5118
5119 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5120
41f725ff
MF
51212014-08-03 Mike Frysinger <vapier@gentoo.org>
5122
5123 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5124 (main): Likewise.
5125
277cfb31
RM
51262014-08-01 Roland McGrath <roland@hack.frob.com>
5127
5128 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5129
4896f049
RH
51302014-08-01 Richard Henderon <rth@redhat.com>
5131
5132 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5133 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5134 typo in exact zero test.
5135 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5136 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5137 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5138
6f64e7d7
RM
51392014-08-01 Roland McGrath <roland@hack.frob.com>
5140
5141 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5142 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5143 * sysdeps/arm/sysdep.h: ... here.
5144 [!__ASSEMBLER__]: Include <stdint.h>.
5145
3f3dd810
SP
51462014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5147
a476ac4b
SP
5148 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5149 (HAVE_WCTYPE_H): Likewise.
5150 (HAVE_ISWCTYPE): Likewise.
5151 (ENABLE_NLS): Likewise.
5152 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5153 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5154
78dd658a
SP
5155 * posix/regex_internal.c: Check if DEBUG is defined and is
5156 set.
5157
3f3dd810
SP
5158 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5159 (HAVE_MBSRTOWCS): Likewise.
5160 * posix/fnmatch.c: Include string.h unconditionally.
5161
95ee7fb1
SL
51622014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
5163
5164 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5165 reversal.
5166
23fe486b
RM
51672014-07-31 Roland McGrath <roland@hack.frob.com>
5168
f61a113f
RM
5169 * sysdeps/generic/safe-fatal.h: New file.
5170 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5171 * nptl/forward.c: Include it.
5172 (__pthread_unwind): Use __safe_fatal as default action, rather
5173 than a bogus use of INTERNAL_SYSCALL that could never work.
5174
9fe7e787
RM
5175 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5176 * configure.ac (libc_cv_builtin_trap): New test.
5177 * configure: Regenerated.
5178 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5179 (ABORT_INSTRUCTION): Define using __builtin_trap.
5180
23fe486b
RM
5181 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5182 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5183 * sysdeps/nptl/nptl-signals.h: New file.
5184 * nptl/pthreadP.h: Include <nptl-signals.h>.
5185
f349489e
SL
51862014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5187
5188 * sysdeps/s390/s390-64/utf16-utf32-z9.c
5189 (ONE_DIRECTION): Define.
5190 * sysdeps/s390/s390-64/utf8-utf16-z9.c
5191 (ONE_DIRECTION): Define.
5192 * sysdeps/s390/s390-64/utf8-utf32-z9.c
5193 (ONE_DIRECTION): Define.
5194
2f438e20
SL
51952014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
5196
5197 * sysdeps/s390/Makefile: Delete file.
5198 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5199 * sysdeps/s390/__longjmp.c: Delete file.
5200 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5201 Remove fields __flags and __reserved.
5202 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5203 and add versioning.
5204 * sysdeps/s390/rtld-__longjmp.c: Delete file.
5205 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5206 * sysdeps/s390/rtld-setjmp.S: Likewise.
5207 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5208 * sysdeps/s390/s390-32/__longjmp.c: ... here.
5209 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5210 * sysdeps/s390/s390-32/setjmp.S: ... here.
5211 Add versioning.
5212 (__sigsetjmp): Remove setting __flags field.
5213 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5214 * sysdeps/s390/s390-64/__longjmp.c: ... here.
5215 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5216 * sysdeps/s390/s390-64/setjmp.S: ... here.
5217 Add versioning.
5218 (__sigsetjmp): Remove setting __flags field.
5219 * sysdeps/s390/setjmp.S: Delete file.
5220 * sysdeps/s390/sigjmp.c: Likewise.
5221 * sysdeps/s390/v1-longjmp.c: Likewise.
5222 * sysdeps/s390/v1-setjmp.h: Likewise.
5223 * sysdeps/s390/v1-sigjmp.c: Likewise.
5224 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5225 Remove v1-longjmp_chk.
5226 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5227 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5228 Include debug/longjmp_chk.c and add versioning.
5229 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5230 Include nptl/pt-longjmp.c and add versioning.
5231 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5232 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5233 Include __longjmp.c.
5234 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5235 Move to ...
5236 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5237 (__getcontext): Remove setting __flags field.
5238 Add versioning.
5239 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5240 Don't restore upper high grps.
5241 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5242 Likewise.
5243 (__swapcontext): Remove setting uc_flags field.
5244 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5245 Delete file.
5246 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5247 Include __longjmp.c.
5248 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5249 Move to ...
5250 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5251 (__getcontext): Remove setting __flags field.
5252 Add versioning.
5253 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5254 (__swapcontext): Remove setting uc_flags field.
5255 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5256 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5257 Remove fields uc_high_gprs and __reserved.
5258 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5259 New file with reverted content.
5260 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5261 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5262 Regenerated.
5263 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5264 Regenerated.
5265
6c9578a2
AS
52662014-07-31 Andreas Schwab <schwab@suse.de>
5267
5268 * config.h.in (HAVE_IFUNC): Define to 0.
5269 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5270 definedness.
5271
05f3633d
LM
52722014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
5273
5274 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5275 memmove-avx-unaligned, memcpy-avx-unaligned and
5276 mempcpy-avx-unaligned.
5277 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5278 Add tests for AVX memcpy functions.
5279 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5280 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5281 memcpy_chk.
5282 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5283 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5284 memmove_chk.
5285 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5286 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5287 mempcpy_chk.
5288 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5289 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5290 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5291
a53fbd8e
AZ
52922013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5293
5294 [BZ #17213]
5295 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5296 powerpc64le.
5297
0961f7e1
JL
52982014-07-29 Jeff Layton <jlayton@poochiereds.net>
5299
5300 [BZ #16839]
5301 * manual/llio.texi: Add section about open file description locks.
5302 * manual/examples/ofdlocks.c: Example of open file description
5303 lock usage.
5304 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5305 F_OFD_SETLK, and F_OFD_SETLKW.
5306
cc5fb300
AM
53072014-07-23 Allan McRae <allan@archlinux.org>
5308
5309 * po/es.po: Update Spanish translation from translation project.
5310
23329dca
AS
53112014-07-18 Andreas Schwab <schwab@linux-m68k.org>
5312
5313 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5314
9c82da17
MR
53152014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
5316
5317 [BZ #17078]
5318 * sysdeps/arm/dl-machine.h (elf_machine_rela)
5319 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5320 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5321
29c4f53e
JM
53222014-07-17 Joseph Myers <joseph@codesourcery.com>
5323
831b9896
JM
5324 [BZ #17088]
5325 * math/fesetenv.c (__fesetenv)
5326 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5327 * math/feupdateenv.c (__feupdateenv)
5328 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5329
b21c2d50
JM
5330 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5331 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5332 (__ASSUME_SOCKETCALL): Do not define.
5333
067764ef
JM
5334 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5335 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5336 (__ASSUME_SOCKETCALL): Do not define.
5337 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5338 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5339 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5340 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5341 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5342 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5343 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5344 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5345
642530c1
JM
5346 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5347 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5348 (__ASSUME_SOCKETCALL): Do not define.
5349 (__ASSUME_IPC64): Define unconditionally.
5350 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5351 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5352 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5353 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5354 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5355 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5356 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5357 Likewise.
5358
03f77315
JM
5359 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5360 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5361 (__ASSUME_SOCKETCALL): Do not define.
5362 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5363 (__ASSUME_FUTEX_LOCK_PI): Likewise.
5364 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5365 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5366 (__ASSUME_REQUEUE_PI): Define unconditionally.
5367 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5368 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5369 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5370 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5371 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5372 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5373
083b1f7c
JM
5374 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5375 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5376 (__ASSUME_SOCKETCALL): Do not define.
5377 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5378 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5379 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5380 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5381 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5382 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5383
5be44ea6
JM
5384 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5385 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5386 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5387 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5388 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5389 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5390 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5391 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5392 (__ASSUME_GETCPU_SYSCALL): Likewise.
5393
d95ffd4c
JM
5394 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5395 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
5396 cases for individual architectures.
5397 * sysdeps/gnu/configure: Regenerated.
5398 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5399 LIBC_SLIBDIR_RTLDDIR.
5400 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5401 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5402 LIBC_SLIBDIR_RTLDDIR.
5403 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5405 LIBC_SLIBDIR_RTLDDIR.
5406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5407 Regenerated.
5408 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5409 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5410 file.
5411 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5412 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5413 file.
5414 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5415 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5416 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5417 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5418
29c4f53e
JM
5419 * sysdeps/aarch64/shlib-versions: Move to ...
5420 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5421 * sysdeps/alpha/shlib-versions: Move to ...
5422 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5423 * sysdeps/arm/shlib-versions: Move to ...
5424 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5425 * sysdeps/hppa/shlib-versions: Move all contents except for
5426 libgcc_s entry to ...
5427 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
5428 entry from ...
5429 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
5430 * sysdeps/ia64/shlib-versions: Move to ...
5431 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
5432 entry from ...
5433 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
5434 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5435 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5436 * sysdeps/microblaze/shlib-versions: Move to ...
5437 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5438 * sysdeps/mips/shlib-versions: Move to ...
5439 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
5440 entry from ...
5441 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
5442 * sysdeps/tile/shlib-versions: Move to ...
5443 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5444 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5445 from ...
5446 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
5447 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5448 entry from ...
5449 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
5450
32bead5b
WN
54512014-07-17 Will Newton <will.newton@linaro.org>
5452
57977c4b
WN
5453 * sysdeps/arm/bits/atomic.h
5454 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5455 (__arch_compare_and_exchange_bool_16_int): Likewise.
5456 (__arch_compare_and_exchange_bool_64_int): Likewise.
5457
32bead5b
WN
5458 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5459 into an #else block.
5460
37fccd41
RM
54612014-07-16 Roland McGrath <roland@hack.frob.com>
5462
5463 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5464 just Linux configurations. Test empirically that the compiler sets
5465 __ARM_EABI__, rather than using the tuple to decide.
5466 * sysdeps/arm/preconfigure: Regenerated.
5467 * sysdeps/unix/sysv/linux/arm/configure: File removed.
5468 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5469 contents appended ...
5470 * sysdeps/arm/configure.ac: ... here.
5471 * sysdeps/arm/configure: Regenerated.
5472
b365f3ec
RM
54732014-07-15 Roland McGrath <roland@hack.frob.com>
5474
8badf496
RM
5475 * nptl/pthread_kill.c: New file.
5476 * nptl/pthread_sigmask.c: New file.
5477 * nptl/pthread_sigqueue.c: New file.
5478
3df6f22e
RM
5479 * sysdeps/nptl/lowlevellock.h: New file.
5480 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5481 * sysdeps/nptl/lowlevellock-futex.h: New file.
5482
b365f3ec
RM
5483 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5484 Remove dead declarations.
5485
f2fef657
L
54862014-07-14 H.J. Lu <hongjiu.lu@intel.com>
5487
5488 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5489 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5490 config-cflags-avx2.
5491 * sysdeps/x86_64/configure.ac: Likewise.
5492 * sysdeps/i386/configure: Regenerated.
5493 * sysdeps/x86_64/configure: Likewise.
5494 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5495 memset-avx2 only if config-cflags-avx2 is yes.
5496 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5497 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5498 defined.
5499 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5500 only if HAVE_AVX2_SUPPORT is defined.
5501 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5502
f6c44d47
AM
55032014-07-14 Alan Modra <amodra@gmail.com>
5504
5505 [BZ #17153]
5506 * elf/elf.h (DT_PPC64_NUM): Correct value.
5507 * NEWS: Add to fixed bug list.
5508
7ee03f00
JM
55092014-07-13 Jim Meyering <meyering@fb.com>
5510
5511 [BZ 17150]
5512 regex: don't deref NULL upon heap allocation failure
5513 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5514 failure in one more place.
5515 To trigger the segfault, configure grep -with-included-regex,
5516 build it, and run these commands:
5517 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5518
9d39d517
AS
55192014-07-13 Andreas Schwab <schwab@linux-m68k.org>
5520
5521 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5522
a75b89b7
RH
55232014-07-11 Richard Henderson <rth@redhat.com>
5524
5525 * sysdeps/aarch64/libm-test-ulps: Update.
5526
771eb141
FW
55272014-07-10 Florian Weimer <fweimer@redhat.com>
5528
5529 [BZ #17135]
5530 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5531 * nptl/allocatestack.c (__nptl_setxid_error): New function.
5532 (__nptl_setxid): Initialize error member. Call
5533 __nptl_setxid_error.
5534 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5535 * nptl/descr.h (struct xid_command): Add error member.
5536 * nptl/tst-setuid3.c: New file.
5537 * nptl/Makefile (tests): Add it.
5538
bc1da176
AZ
55392014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5540
5541 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5542 New define.
5543 (__lll_trylock): Use __lll_base_trylock.
5544 (__lll_cond_trylock): Likewise.
5545
887865fc
RM
55462014-07-10 Roland McGrath <roland@hack.frob.com>
5547
c0c6bac9
RM
5548 * nptl/pthread_create.c (start_thread): Use atomic_or and
5549 lll_futex_wake directly rather than lll_robust_dead.
5550 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5551 (lll_robust_dead): Macro removed.
6a42be57 5552 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
5553 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5554 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5555 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5556 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5557 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5558 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5559 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5560 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5561 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5562 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5563 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5564 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5565 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5566 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5567
887865fc
RM
5568 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5569 Use atomic_compare_and_exchange_val_acq directly rather than
5570 lll_robust_trylock.
5571 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5572 (__lll_robust_trylock, lll_robust_trylock): Removed.
5573 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5574 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5575 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5576 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5577 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5578 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5579 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5580 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5581 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5582 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5583 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5584 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5585 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5586 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5587
58536726
FW
55882014-07-02 Florian Weimer <fweimer@redhat.com>
5589
5590 * manual/locale.texi (Locale Names): New section documenting
5591 locale name syntax. Adjust menu and node chaining accordingly.
5592 (Choosing Locale): Reference Locale Names, Locale Categories.
5593 Mention setting LC_ALL=C. Reflect that name syntax is now
5594 documented.
5595 (Locale Categories): New section title. Reference Locale Names.
5596 LC_ALL is an environment variable, but not a category.
5597 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5598 description, now in Locale Name. Reference that section. Locale
5599 name syntax is now documented.
5600
4e8f95a0
FW
56012014-07-02 Florian Weimer <fweimer@redhat.com>
5602
5603 [BZ #17137]
5604 * locale/findlocale.c (name_present, valid_locale_name): New
5605 functions.
5606 (_nl_find_locale): Use the loc_name variable to store name
5607 candidates. Call name_present and valid_locale_name to check and
5608 validate locale names. Return an error if the locale is invalid.
5609
d1836456
FW
56102014-07-02 Florian Weimer <fweimer@redhat.com>
5611
5612 * locale/setlocale.c (setlocale): Use strdup for allocating
5613 composite name copy.
5614
d69b7f5a
SP
56152014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
5616
888c679b
SP
5617 Sync up with gnulib.
5618 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5619 [!_LIBC && ENABLE_NLS]: Include gettext.h.
5620 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5621 and _GL_ARG_NONNULL.
5622 [USE_UNLOCKED_IO]: Include unlocked-io.h.
5623 [!_LIBC]: Include code for Windows and Cygwin.
5624 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5625 Include prototype for int strerror_r.
5626 [!_LIBC] (is_open): New function.
5627 (flush_stdout): New function.
5628 (print_errno_message): Use it.
5629 (error): Likewise.
5630 (error_at_line): Likewise.
5631 (error_tail) Add function attribute macros. Use
5632 __builtin_expect.
5633
180e0e4b
SP
5634 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5635
d22f1fe2
SP
5636 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5637
12f2254b
SP
5638 * io/ftw.c: Include sys/param.h unconditionally.
5639
c3c7c360
SP
5640 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5641
d62aa75a
SP
5642 [BZ #17125]
5643 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5644 libc_freeres_ptr.
5645 (freecache): New function to free CACHE on exit.
5646
d69b7f5a
SP
5647 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5648 initialization.
5649
5efe06a1
DM
56502014-07-09 David S. Miller <davem@davemloft.net>
5651
5652 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5653
7000d82e
DM
5654 * sysdeps/sparc/nptl/internaltypes.h: Delete.
5655 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5656 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5657 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5658 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5659 * sysdeps/sparc/nptl/sem_init.c: Likewise.
5660 * sysdeps/sparc/nptl/sem_post.c: Likewise.
5661 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5662 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5663 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5664 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5665 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5666 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5667
c213442d
AS
56682014-07-09 Andreas Schwab <schwab@suse.de>
5669
4a2552c3
AS
5670 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5671 output.
5672 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5673 (do_test): Likewise.
5674
c213442d
AS
5675 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5676
82374e65
WN
56772014-07-09 Will Newton <will.newton@linaro.org>
5678
5679 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5680 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5681 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5682 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5683 * sysdeps/hppa/start.S (_start): Likewise.
5684
6680738a
SP
56852014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
5686
6ee3eab4
SP
5687 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5688
6680738a
SP
5689 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5690 defined.
5691
80b5c505
SP
56922014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5693
e35c53e3
SP
5694 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5695 after checking that it is non-NULL.
5696
80b5c505
SP
5697 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5698
91f4b564
AZ
56992014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5700
27b75f56
AZ
5701 * sysdeps/powerpc/memmove.c: Remove file.
5702 * sysdeps/powerpc/powerpc32/power4/memcopy.h
5703 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5704 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5705 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5706 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5707 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5708 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5709 string memmove instead of removed powerpc one.
5710
e7f95bb5
AZ
5711 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5712 [weak_alias]: Fix compiler warning due trailing data.
5713 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5714 [weak_alias]: Likewise.
5715 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5716 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5717
91f4b564
AZ
5718 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5719 (__libc_ifunc_impl_list): Add memmove functions.
5720
7c33f1e5
SP
57212014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5722
5723 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5724 Remove code.
5725 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5726 Likewise
5727 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5728 Likewise
5729 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5730 Likewise
5731 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5732 Likewise
5733 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5734 Likewise
5735 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5736 Likewise
5737 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5738 Likewise
5739 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5740 Likewise
5741 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5742 Likewise
5743 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5744 Likewise
5745 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5746 Likewise
5747 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5748 Likewise
5749 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5750 Likewise
5751 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5752 Likewise
5753 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5754 Likewise
5755 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5756 Likewise
5757
3f17b03b
AZ
57582014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5759
87868c24
AZ
5760 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5761 to avoid alignment traps in non-cacheable memory.
5762 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5763
07aedd78
AZ
5764 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5765 multiarch objects.
5766 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5767 file: multiarch power7 memmove.
5768 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5769 multiarch default memmove.
5770 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5771 multiarch memove for powerpc32/power4.
5772
17762f66
AZ
5773 * string/bcopy.c: Use full path to include memmove.c.
5774 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5775 multiarch objects.
5776 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5777 bcopy for powerpc64.
5778 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5779 bcopy for powerpc64.
5780 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5781 and memmove implementations.
5782 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5783 optimized multiarch memmove for POWER7/powerpc64.
5784 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5785 default multiarch memmove for powerpc64.
5786 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5787 multiarch for powerpc64.
5788 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5789 for POWER7/powerpc64.
5790 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5791 memmove for POWER7/powerpc64.
5792
d6f68bbe
AZ
5793 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5794 glibc default one.
5795
3f17b03b
AZ
5796 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5797 __ELF_NATIVE_CLASS equal to 64.
5798
08192659
RM
57992014-07-07 Roland McGrath <roland@hack.frob.com>
5800
f4c4021b
RM
5801 * sysdeps/nptl/lowlevellock.h: File removed.
5802
f083450f
RM
5803 * NEWS: NPTL is no longer an add-on!
5804 * nptl/internaltypes.h: Moved ...
5805 * sysdeps/nptl/internaltypes.h: ... here.
5806 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5807 * sysdeps/nptl/fork.c: Likewise.
5808 * sysdeps/nptl/gai_misc.h: Likewise.
5809 * sysdeps/nptl/librt-cancellation.c: Likewise.
5810 * sysdeps/nptl/jmp-unwind.c: Likewise.
5811 * sysdeps/nptl/setxid.h: Likewise.
5812 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5813 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5814 * sysdeps/unix/sysv/linux/arm/Implies: New file.
5815 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5816 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5817 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5818 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5819 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5820 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5821 * sysdeps/unix/sysv/linux/mips/Implies: New file.
5822 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5823 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5824 * sysdeps/unix/sysv/linux/sh/Implies: New file.
5825 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5826 * sysdeps/unix/sysv/linux/tile/Implies: New file.
5827 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5828 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5829 * nptl/Makeconfig: Moved ...
5830 * sysdeps/nptl/Makeconfig: ... here.
5831 * nptl/configure: File removed.
5832 * nptl/ANNOUNCE: File removed.
5833 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5834 * sysdeps/unix/sysv/linux/configure: Regenerated.
5835
08192659
RM
5836 * nptl/Makefile (routines): Add libc_pthread_init,
5837 libc_multiple_threads, register-atfork and unregister-atfork.
5838 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5839 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5840 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5841 pthread-pi-defines.sym, structsem.sym.
5842 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5843 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5844 [$(subdir) = nptl] (tests): Add tst-setgetname.
5845 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5846 * sysdeps/unix/sysv/linux/sigaction.c: Just include
5847 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5848 [!LIBC_SIGACTION]: Remove aliases.
5849 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5850 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5851 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5852 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5853 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5854 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5855 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5856 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5857 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5858 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5859 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5860 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5861 __libc_allocate_rtsig_private.
5862 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5863 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5864 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5865 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5866 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5867 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5868 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5869 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5870 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5871 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5872 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5873 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5874 * nptl/internaltypes.h: ... here.
5875 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5876 * sysdeps/nptl/jmp-unwind.c: ... here.
5877 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5878 * nptl/libc-lowlevellock.c: ... here.
5879 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5880 * nptl/libc_multiple_threads.c: ... here.
5881 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5882 * nptl/libc_pthread_init.c: ... here.
5883 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5884 * nptl/lowlevelbarrier.sym: ... here.
5885 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5886 * nptl/lowlevelcond.sym: ... here.
5887 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5888 * nptl/lowlevellock.c: ... here.
5889 * nptl/lowlevellock.h: Moved ...
5890 * sysdeps/nptl/lowlevellock.h: ... here.
5891 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5892 * nptl/lowlevelrobustlock.c: ... here.
5893 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5894 * nptl/lowlevelrobustlock.sym: ... here.
5895 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5896 * nptl/lowlevelrwlock.sym: ... here.
5897 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5898 * nptl/pt-fork.c: ... here.
5899 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5900 * nptl/pthread-pi-defines.sym: ... here.
5901 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5902 * nptl/pthread_attr_getaffinity.c: ... here.
5903 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5904 * nptl/pthread_attr_setaffinity.c: ... here.
5905 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5906 * nptl/pthread_mutex_cond_lock.c: ... here.
5907 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5908 Update #include.
5909 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5910 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5911 * nptl/pthread_once.c: ... here, replacing old file.
5912 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5913 * nptl/pthread_yield.c: ... here.
5914 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5915 * nptl/register-atfork.c: ... here.
5916 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5917 * nptl/sem_post.c: ... here.
5918 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5919 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5920 * nptl/sem_timedwait.c: ... here.
5921 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5922 * nptl/sem_trywait.c: ... here.
5923 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5924 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5925 * nptl/sem_wait.c: ... here.
5926 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5927 * nptl/structsem.sym: ... here.
5928 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5929 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5930 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5931 * nptl/unregister-atfork.c: ... here.
5932 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5933 * nptl/unwindbuf.sym: ... here.
5934 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5935 * sysdeps/nptl/fork.c: ... here.
5936 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5937 * sysdeps/nptl/fork.h: ... here.
5938 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5939 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5940 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5941 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5942 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5943 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5944 * sysdeps/unix/sysv/linux/getpid.c: ... here.
5945 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5946 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5947 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5948 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5949 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5950 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5951 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5952 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5953 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5954 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5955 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5956 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5957 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5958 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5959 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5960 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5961 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5962 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5963 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5964 * sysdeps/unix/sysv/linux/raise.c: ... here.
5965 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5966 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5967 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5968 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5969 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5970 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5971 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5972 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5973 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5974 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5975 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5976 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5977 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5978 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5979 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5980
96baf6ff
SP
59812014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
5982
5983 * sysdeps/generic/memcopy.h: Add comment for
5984 MEMCPY_OK_FOR_FWD_MEMMOVE.
5985
6b7b14b2
WN
59862014-07-04 Will Newton <will.newton@linaro.org>
5987
1570a72b
WN
5988 * string/memchr.c: Merge from gnulib.
5989 [_LIBC]: Remove conditionals.
5990 (__ptr_t): Remove define.
5991 (LONG_MAX_32_BITS): Likewise.
5992 (LONG_MAX): Likewise.
5993 (MEMCHR): Use ANSI prototype and optimize algorithm.
5994
6b7b14b2
WN
5995 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5996
38851324
SP
59972014-07-03 Roland McGrath <roland@hack.frob.com>
5998
3d9eb57c
RM
5999 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6000 (lll_futex_timed_wait_bitset): Fix syscall argument count.
6001
78b984ae
RM
6002 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6003 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6004 in a bare environment with no <stdlib.h> installed.
6005 * sysdeps/nptl/configure: Regenerated.
6006
2d5976a5
RM
6007 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6008
c1f5acd4
RM
6009 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6010 AC_EGREP_CPP for kernel header checks, so they only succeed if
6011 including <linux/version.h> actually works right.
6012 * sysdeps/unix/sysv/linux/configure: Regenerated.
6013
4d614fe5
RM
6014 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6015 value so it's not diagnosed as unused.
6016
38851324
SP
6017 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6018 thing) with "ifeq ($(subdir),rt)".
6019
b3ec00e5
RH
60202014-07-03 Richard Henderson <rth@redhat.com>
6021
69862e25
RH
6022 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6023 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6024 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6025
d5e16ade
RH
6026 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6027 (math_force_eval): New.
6028
ca7b945c
RH
6029 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6030 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6031
cd1175a3
RH
6032 * sysdeps/alpha/fpu/s_round.c: Remove file.
6033 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6034
b3ec00e5
RH
6035 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6036 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6037 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6038 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6039 (_dl_start, print_statistics): Likewise.
6040 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6041 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6042
6043 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6044 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6045 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6046 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6047 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6048 (HP_SMALL_TIMING_AVAIL): Define.
6049 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6050 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6051 (HP_SMALL_TIMING_AVAIL): Define.
6052 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6053 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6054
6055 * sysdeps/aarch64/hp-timing.h: New file.
6056
6057 * sysdeps/generic/hp-timing.h: Remove dead comment.
6058 * sysdeps/generic/hp-timing-common.h: New file.
6059 * sysdeps/alpha/hp-timing.h: Include it.
6060 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6061 * sysdeps/i386/i686/hp-timing.h: Likewise.
6062 * sysdeps/ia64/hp-timing.h: Likewise.
6063 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6064 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6065 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6066 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6067 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6068 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6069 (hp_timing_t): New.
6070
6071 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6072 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6073 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6074 * elf/rtld.c (_dl_start_final): Likewise.
6075 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6076 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6077 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6078 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6079 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6080 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6081 (HP_TIMING_DIFF_INIT): Remove.
6082 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6083 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6084 (HP_TIMING_DIFF_INIT): Remove.
6085 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6086 * sysdeps/i386/i686/hp-timing.c: Remove file.
6087 * sysdeps/x86_64/hp-timing.c: Remove file.
6088 * sysdeps/ia64/hp-timing.c: Remove file.
6089 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6090 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6091 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6092 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6093
6094 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6095 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6096 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6097 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6098 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6099 (HP_TIMING_ACCUM): Remove.
6100 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6101 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6102 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6103
6104 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6105 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6106 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6107 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6108 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6109 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6110 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6111 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6112
6113 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6114
225f410f
MR
61152014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
6116
6117 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6118
3247f285
SP
61192014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6120
6121 Sync up with gettext.
6122 * intl/loadmsgcat.c: Define O_BINARY if not defined.
6123 [_MSC_VER]: Include malloc.h
6124 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6125 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6126 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
6127 TEMP_FAILURE_RETRY. Cast return of alloca.
6128 [!_LIBC] Call gl_rwlock_init.
6129 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6130
d12704c7
SP
61312014-07-02 Roland McGrath <roland@hack.frob.com>
6132
6133 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6134 before checking its value.
6135
99f8dc92
SP
61362014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6137
05fdac77
SP
6138 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6139
99f8dc92
SP
6140 * debug/memcpy_chk.c: Don't include pagecopy.h.
6141 * debug/mempcpy_chk.c: Likewise.
6142 * string/memcpy.c: Likewise.
6143 * string/memmove.c: Likewise.
6144 * sysdeps/powerpc/memmove.c: Likewise.
6145 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
6146 definition of PAGE_COPY_FWD_MAYBE here...
6147 * sysdeps/generic/pagecopy.h: ... from here.
6148 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6149
bc8ea385
VR
61502014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
6151 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6152
6153 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6154 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6155 optimizations.
6156 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6157 (__libc_ifunc_impl_list): Likewise.
6158 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6159 multiarch strcat for PPC64.
6160 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6161 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6162
fe5f34e4
RM
61632014-07-02 Roland McGrath <roland@hack.frob.com>
6164
6165 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6166
256aa665
SP
61672014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6168
d4eb8195
SP
6169 * intl/loadmsgcat.c: Remove declaration of
6170 get_sysdep_segment_value.
6171 (get_sysdep_segment_value): Use ISO C style.
6172 (_nl_load_domain): Use ISO C style. Get rid of redundant
6173 semicolon. Fix typo and formatting in comment.
6174 (_nl_unload_domain): Use ISO C style.
6175
256aa665
SP
6176 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6177
b100f9aa
WN
61782014-07-02 Will Newton <will.newton@linaro.org>
6179
6180 * malloc/obstack.c: Merge from gnulib master.
6181 [HAVE_CONFIG_H]: Remove conditional code.
6182 [!_LIBC]: Include config.h.
6183 [!ELIDE_CODE]: Don't include inttypes.h, include
6184 stdint.h unconditionally.
6185 (print_and_abort): Mark as _Noreturn.
6186 (_obstack_allocated_p): Mark as __attribute_pure__.
6187 (obstack_free): Rename to __obstack_free.
6188 [!__attribute__]: Remove conditional code.
6189 * malloc/obstack.h: Merge from gnulib master.
6190 [__cplusplus]: Move conditional down.
6191 [!__attribute_pure__]: Define __attribute_pure__ here
6192 if it is not already defined.
6193 (_obstack_memory_used): Mark as __attribute_pure__.
6194 [!__obstack_free]: Define as obstack_free.
6195 [__GNUC__]: Remove check for ancient NeXT gcc.
6196
c4c41244
PE
61972014-07-02 Will Newton <will.newton@linaro.org>
6198 Paul Eggert <eggert@cs.ucla.edu>
6199
6200 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6201
e1e041c4
SP
62022014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6203
6204 * resolv/gethnamaddr.c: Add comment warning that the file is
6205 not maintained.
6206
ccf431ff
CD
62072014-07-01 Carlos O'Donell <carlos@redhat.com>
6208
d34570a6
CD
6209 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6210 entries.
6211
ccf431ff
CD
6212 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6213 entry for aio_cancel and aio_cancel64.
6214 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6215 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6216 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6217 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6218 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6219 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6220 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6221 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6222 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6223 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6224 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6225 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6226 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6227
ca06321d
RM
62282014-07-01 Roland McGrath <roland@hack.frob.com>
6229
6230 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6231 * nptl/pthread_mutex_lock.c: Likewise.
6232 * nptl/pthread_mutex_timedlock.c: Likewise.
6233 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6234
a1ac3184
RH
62352014-07-01 Richard henderson <rth@redhat.com>
6236
631021e0
RH
6237 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6238 (__isnan, __isnanl): Remove.
6239 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6240
a1ac3184
RH
6241 * sysdeps/alpha/fpu/libm-test-ulps: Update.
6242
0c1d731f
SL
62432014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
6244
6245 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6246
76985d3e
SP
62472014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6248
6249 * resolv/nss_dns/dns-host.c (getanswer_r)
6250 [MULTI_PTRS_ARE_ALIASES]: Remove code.
6251
b0cb3096
JM
62522014-07-01 Joseph Myers <joseph@codesourcery.com>
6253
6254 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6255 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6256 undefine.
6257 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6258 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6259
4d76cb39
RM
62602014-07-01 Roland McGrath <roland@hack.frob.com>
6261
6262 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6263 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6264
6265 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6266 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6267
6268 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6269 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6270 ... here.
6271 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6272 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6273
6274 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6275 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6276 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6277 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6278
6279 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6280 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6281 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6282 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6283 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6284 Moved ...
6285 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6286 ... here.
6287 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6288 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6289 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6290 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6291 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6292 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6293 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6294 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6295 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6296 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6297 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6298 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6299 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6300 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6301 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6302 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6303 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6304 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6305 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6306 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6307 ... here.
6308 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6309 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6310 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6311 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6312 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6313 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6314 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6315 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6316
0cdcad17
DH
63172014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
6318
6319 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6320 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6321 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6322 Add sysdep.
6323
9b71d0e3
AZ
63242014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6325
6326 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6327
665390c2
JM
63282014-06-30 Joseph Myers <joseph@codesourcery.com>
6329
ae05a9d7
JM
6330 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6331 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6332
a7672a2f
JM
6333 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6334
665390c2
JM
6335 * sysdeps/arm/libm-test-ulps: Regenerated.
6336
d7a05d07
MR
63372014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6338 Roland McGrath <roland@hack.frob.com>
6339
6340 * test-skeleton.c (signal_handler): Kill the whole process group
6341 before killing the child individually.
6342 (main): Report any failure on `setpgid'.
6343
46f1d8a6
RM
63442014-06-30 Roland McGrath <roland@hack.frob.com>
6345
6346 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6347 from _TLS_H to _ARM_NPTL_TLS_H.
6348 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6349 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6350
9c37ec0b
JM
63512014-06-30 Joseph Myers <joseph@codesourcery.com>
6352
ce9c5b3e
JM
6353 [BZ #16539]
6354 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6355 (__expm1l): Return argument unchanged when small but not
6356 subnormal.
6357
3a6e9887
JM
6358 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6359 include macro name.
6360 (_FP_UNPACK_RAW_1_P): Likewise.
6361 (_FP_PACK_RAW_1): Likewise.
6362 (_FP_PACK_RAW_1_P): Likewise.
6363 (_FP_MUL_MEAT_1_wide): Likewise.
6364 (_FP_MUL_MEAT_DW_1_hard): Likewise.
6365 (_FP_MUL_MEAT_1_hard): Likewise.
6366 (_FP_DIV_MEAT_1_imm): Likewise.
6367 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6368 (_FP_DIV_MEAT_1_udiv): Likewise.
6369 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6370 (_FP_UNPACK_RAW_2): Likewise.
6371 (_FP_UNPACK_RAW_2_P): Likewise.
6372 (_FP_PACK_RAW_2): Likewise.
6373 (_FP_PACK_RAW_2_P): Likewise.
6374 (_FP_MUL_MEAT_DW_2_wide): Likewise.
6375 (_FP_MUL_MEAT_2_wide): Likewise.
6376 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6377 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6378 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6379 (_FP_MUL_MEAT_2_gmp): Likewise.
6380 (_FP_DIV_MEAT_2_udiv): Likewise.
6381 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6382 (_FP_FRAC_SRL_4): Likewise.
6383 (_FP_FRAC_SRST_4): Likewise.
6384 (_FP_FRAC_SRS_4): Likewise.
6385 (_FP_UNPACK_RAW_4): Likewise.
6386 (_FP_UNPACK_RAW_4_P): Likewise.
6387 (_FP_PACK_RAW_4): Likewise.
6388 (_FP_PACK_RAW_4_P): Likewise.
6389 (_FP_MUL_MEAT_DW_4_wide): Likewise.
6390 (_FP_MUL_MEAT_4_wide): Likewise.
6391 (_FP_MUL_MEAT_4_gmp): Likewise.
6392 (umul_ppppmnnn): Likewise.
6393 (_FP_DIV_MEAT_4_udiv): Likewise.
6394 (__FP_FRAC_ADD_4): Likewise.
6395 (__FP_FRAC_SUB_3): Likewise.
6396 (__FP_FRAC_SUB_4): Likewise.
6397 (__FP_FRAC_DEC_3): Likewise.
6398 (__FP_FRAC_DEC_4): Likewise.
6399 (__FP_FRAC_ADDI_4): Likewise.
6400 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6401 (_FP_FRAC_SRL_8): Likewise.
6402 (_FP_FRAC_SRS_8): Likewise.
6403
9c37ec0b
JM
6404 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6405 include macro name.
6406 (FP_UNPACK_RAW_EP): Likewise.
6407 (FP_PACK_RAW_E): Likewise.
6408 (FP_PACK_RAW_EP): Likewise.
6409 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6410 (_FP_ISSIGNAN): Likewise.
6411 (_FP_ADD_INTERNAL): Likewise.
6412 (_FP_FMA): Likewise.
6413 (_FP_CMP): Likewise.
6414 (_FP_SQRT): Likewise.
6415 (_FP_TO_INT): Likewise.
6416 (_FP_FROM_INT): Likewise.
6417 (FP_EXTEND): Likewise.
6418 (_FP_DIV_MEAT_N_loop): Likewise.
6419
2125f674
MR
64202014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
6421
6422 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6423 throughout.
6424
edea4028
JM
64252014-06-29 Joseph Myers <joseph@codesourcery.com>
6426
6427 [BZ #17097]
6428 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6429 result with correct sign in case of exponents that produce
6430 overflow except for X very close to 1.
6431
dd0ba018
PE
64322014-06-28 Paul Eggert <eggert@cs.ucla.edu>
6433
6434 mktime: merge #if/#ifdef usage from glibc
6435 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6436 as that works with both Glibc's and Gnulib's style.
6437 See thread starting at Siddhesh Poyarekar's bug report at:
6438 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6439
64df73c2
SP
64402014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
6441
6442 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6443 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6444 * sysdeps/tile/tilegx/memmove.c: Remove file.
6445
f1eafb41
JM
64462014-06-27 Joseph Myers <joseph@codesourcery.com>
6447
6448 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6449 abi-name definition.
6450 * scripts/soversions.awk: Do not handle or generate ABI lines.
6451 * shlib-versions: Remove ABI entries.
6452 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6453 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6454
58eb0862
RM
64552014-06-27 Roland McGrath <roland@hack.frob.com>
6456
37caf178
RM
6457 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6458 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6459 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6460 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6461 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6462 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6463 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6464 Moved ...
6465 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6466 ... here.
6467 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6468 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6469 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6470 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6471 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6472 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6473 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6474 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6475 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6476 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6477 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6478 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6479 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6480 Moved ...
6481 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6482 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6483 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6484 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6485 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6486 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6487 Moved ...
6488 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6489 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6490 Moved ...
6491 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6492 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6493 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6494 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6495 Moved ...
6496 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6497 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6498 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6499 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6500 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6501 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6502 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6503 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6504 Moved ...
6505 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6506 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6507 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6508 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6509 Moved ...
6510 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6511 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6512 Moved ...
6513 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6514 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6515 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6516 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6517 Moved ...
6518 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6519 ... here.
6520 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6521 Identical file removed.
6522 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6523 Moved ...
6524 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6525 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6526 Identical file removed.
6527 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6528 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6529 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6530 Moved ...
6531 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6532 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6533 Identical file removed.
6534 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6535 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6536 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6537 Identical file removed.
6538 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6539 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6540 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6541 Identical file removed.
6542 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6543 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6544 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6545 Identical file removed.
6546 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6547 Moved ...
6548 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6549 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6550 Identical file removed.
6551 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6552 Moved ...
6553 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6554 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6555 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6556 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6557 Identical file removed.
6558 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6559 Moved ...
6560 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6561 ... here.
6562 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6563 Identical file removed.
6564 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6565 Moved ...
6566 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6567 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6568 Identical file removed.
6569 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6570 Moved ...
6571 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6572 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6573 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6574 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6575 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6576 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6577 Moved ...
6578 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6579 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6580 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6581
58eb0862
RM
6582 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6583 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6584 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6585 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6586 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6587
6f12d062
AS
65882014-06-27 Arjun Shankar <arjun.is@lostca.se>
6589
6590 [BZ #17092]
6591 * nscd/nscd.c (monitor_child): Return exit status of child
6592 instead of return value from wait syscall.
6593
be254932
JM
65942014-06-27 Joseph Myers <joseph@codesourcery.com>
6595
cb403c34
JM
6596 * configure.ac (libc_commonpagesize): Remove variable.
6597 (libc_relro_required): Likewise.
6598 (libc_cv_z_relro): Remove configure test.
6599 * configure: Regenerated.
6600 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6601 variable.
6602 (libc_relro_required): Likewise.
6603 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6604 (libc_relro_required): Likewise.
6605 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6606 (libc_relro_required): Likewise.
6607 * sysdeps/arm/preconfigure: Regenerated.
6608 * sysdeps/ia64/preconfigure: Remove file.
6609 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6610 variable.
6611 (libc_relro_required): Likewise.
6612
be254932
JM
6613 [BZ #16561]
6614 [BZ #16562]
6615 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6616 (__ieee754_yn): Set FE_TONEAREST mode internally and then
6617 recompute overflowing results in original rounding mode.
6618 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6619 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6620 recompute overflowing results in original rounding mode.
6621 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6622 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6623 recompute overflowing results in original rounding mode.
6624 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6625 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6626 recompute overflowing results in original rounding mode.
6627 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6628 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6629 recompute overflowing results in original rounding mode.
6630 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6631 (libc_feholdsetround_ctx): New macro.
6632 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6633 * sysdeps/i386/fpu/libm-test-ulps: Update.
6634 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6635
b351d85a
JM
66362014-06-26 Joseph Myers <joseph@codesourcery.com>
6637
6638 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6639 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6640 corresponding .cpsetup call.
6641
3cb4de47
RM
66422014-06-26 Roland McGrath <roland@hack.frob.com>
6643
6644 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6645 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6646 * sysdeps/arm/Makefile [$(subdir) = csu]
6647 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6648 (static-only-routines): Add aeabi_read_tp here.
6649 (shared-only-routines): Add libc-aeabi_read_tp here.
6650 (CFLAGS-libc-start.c): Add -fexceptions here.
6651 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6652 (sysdep_routines, static-only-routines, shared-only-routines):
6653 Don't add to these here.
6654 (CFLAGS-libc-start.c): Likewise.
6655
6656 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6657 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6658 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6659 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6660 * sysdeps/arm/Makefile [$(subdir) = rt]
6661 (librt-sysdep_routines, librt-shared-only-routines):
6662 Append rt-aeabi_unwind_cpp_pr1 here.
6663 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6664 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6665 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6666 (libpthread-sysdep_routines, libpthread-shared-only-routines):
6667 Append nptl-aeabi_unwind_cpp_pr1 here.
6668 (tests): Filter out tst-cleanupx4 here.
6669 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6670 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6671 Don't do those here.
6672
354426bb
JM
66732014-06-26 Joseph Myers <joseph@codesourcery.com>
6674
6675 * scripts/list-sources.sh: Do not handle ports specially.
6676
28b0a8c9
RM
66772014-06-26 Roland McGrath <roland@hack.frob.com>
6678
a3dd035d
RM
6679 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6680 * sysdeps/arm/feupdateenv.c: Likewise.
6681
28b0a8c9
RM
6682 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6683
e66a8203
JM
66842014-06-26 Joseph Myers <joseph@codesourcery.com>
6685
6686 * manual/texinfo.tex: Update to version 2014-05-05.10 with
6687 trailing whitespace removed.
6688 * scripts/config.guess: Update to version 2014-03-23.
6689 * scripts/config.sub: Update to version 2014-05-01
6690 * scripts/install-sh: Update to version 2013-12-25.23.
6691 * scripts/move-if-change: Update from gnulib.
6692
74171115
SP
66932014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6694
b97c9ce5
SP
6695 * debug/memmove_chk.c: Remove pagecopy.h include.
6696
4000f892
SP
66972014-06-26 Paul Eggert <eggert@cs.ucla.edu>
6698
74171115
SP
6699 * time/mktime.c (leapyear): Remove inline keyword. The code is now
6700 identical to gnulib mktime.
6701
a8779c28
JM
67022014-06-26 Joseph Myers <joseph@codesourcery.com>
6703
e64708de
JM
6704 * configure.ac: Do not test for machine being rs6000. Do not test
6705 for powerpc*-*soft.
6706 * configure: Regenerated.
6707
a8779c28
JM
6708 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6709 test.
6710 * configure: Regenerated.
6711 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6712 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6713 Remove configure test.
6714 * sysdeps/arm/configure: Regenerated.
6715 * sysdeps/nptl/configure.ac: Do not check
6716 libc_cv_asm_cfi_directives.
6717 * sysdeps/nptl/configure: Regenerated.
6718 * sysdeps/x86_64/nptl/configure.ac: Remove file.
6719 * sysdeps/x86_64/nptl/configure: Remove generated file.
6720 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6721 unconditional.
6722 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6723
2aac0a86
SP
67242014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6725
059bf913
SP
6726 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6727 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6728 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6729 it is defined.
6730
4cf5b6d0
SP
6731 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6732 instead of whether it is defined.
6733 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6734 * sysdeps/hppa/dl-machine.h: Likewise.
6735 * sysdeps/ia64/dl-machine.h: Likewise.
6736 * sysdeps/m68k/dl-machine.h: Likewise.
6737 * sysdeps/microblaze/dl-machine.h: Likewise.
6738 * sysdeps/mips/dl-machine.: Likewise.
6739 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6740 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6741 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6742 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6743 * sysdeps/sh/dl-machine.h: Likewise.
6744 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6745 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6746 * sysdeps/tile/dl-machine.h: Likewise.
6747 * sysdeps/x86_64/dl-machine.h: Likewise.
6748
2aac0a86
SP
6749 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6750 code.
6751 (verify_persistent_db): Likewise.
6752
6ad2df0b
RM
67532014-06-26 Roland McGrath <roland@hack.frob.com>
6754
d8a483f3
RM
6755 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6756 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6757 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6758 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6759 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6760 Moved ...
6761 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6762 ... here.
6763 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6764 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6765 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6766 Identical file removed.
6767 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6768 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6769 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6770 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6771 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6772 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6773 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6774 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6775 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6776 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6777 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6778 Moved ...
6779 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6780 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6781 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6782 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6783 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6784 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6785 Moved ...
6786 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6787 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6788 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6789 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6790 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6791 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6792 Identical file removed.
6793 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6794 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6795 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6796 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6797 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6798 Moved ...
6799 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6800 ... here.
6801 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6802 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6803 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6804 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6805 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6806 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6807 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6808 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6809 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6810 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6811 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6812 Moved ...
6813 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6814 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6815 Moved ...
6816 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6817 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6818 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6819 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6820 Moved ...
6821 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6822 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6823 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6824
52ae23b4
RM
6825 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6826 folded into ...
6827 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6828 * sysdeps/unix/sysv/linux/s390/Versions
6829 (libpthread: GLIBC_2.19): New version set.
6830 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6831 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6832 (librt: GLIBC_2.3.3): New version set.
6833 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6834 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6835 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6836 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6837 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6838 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6839 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6840 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6841 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6842 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6843 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6844 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6845 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6846 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6847 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6848 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6849 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6850 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6851 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6852 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6853 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6854 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6855 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6856 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6857 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6858 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6859 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6860 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6861 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6862 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6863 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6864 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6865 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6866 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6867 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6868 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6869 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6870 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6871 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6872 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6873 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6874 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6875 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6876 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6877 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6878
39507e4a
RM
6879 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6880 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6881 (__libc_vfork): Define the function under this name.
6882 [!NOT_IN_libc] (__vfork): Make this an alias.
6883 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6884 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6885 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6886 (__libc_vfork): Define the function under this name.
6887 [!NOT_IN_libc] (__vfork): Make this an alias.
6888 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6889 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6890 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6891 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6892 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6893 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6894
e549ee56
RM
6895 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6896 code that was previously under [RESET_PID].
6897 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6898 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6899 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6900
6ad2df0b
RM
6901 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6902 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6903 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6904 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6905 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6906 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6907 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6908 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6909 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6910 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6911 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6912 Moved ...
6913 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6914 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6915 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6916 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6917 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6918 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6919 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6920 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6921 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6922 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6923 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6924 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6925 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6926 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6927 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6928 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6929 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6930 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6931 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6932 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6933 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6934 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6935 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6936 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6937 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6938 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6939 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6940 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6941 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6942
7c1c1d8e
RM
69432014-06-25 Roland McGrath <roland@hack.frob.com>
6944
6945 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6946 that was previously under [RESET_PID].
6947 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6948
3e239be6
JM
69492014-06-25 Joseph Myers <joseph@codesourcery.com>
6950
74385da5
JM
6951 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6952 not undefine and redefine.
6953 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6954 [O_CLOEXEC]: Make code unconditional.
6955 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6956 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6957 <kernel-features.h>.
6958 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6959 conditional variable definition.
6960 (shm_open) [O_CLOEXEC]: Make code unconditional.
6961 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6962 code.
6963
c2570a0b
JM
6964 * configure.ac (USE_REGPARMS): Don't define here.
6965 * configure: Regenerated.
6966 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6967 * sysdeps/i386/configure: Regenerated.
6968
11b076bb
JM
6969 * nptl/createthread.c: Don't include kernel-features.h.
6970 * nptl/pthread_cancel.c: Likewise.
6971 * nptl/pthread_condattr_setclock.c: Likewise.
6972 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6973 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6974 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6975 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6976 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6977 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6978 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6979 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6980 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6981 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6982 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6983 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6984 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6985 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6986 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6987 * nscd/gai.c: Likewise.
6988 * nss/nss_db/db-open.c: Likewise.
6989 * sysdeps/generic/ldsodefs.h: Likewise.
6990 * sysdeps/sh/nptl/tls.h: Likewise.
6991 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6992 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6993 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6994 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6995 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6996 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6997 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6998 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6999 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7000 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7001 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7002 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7003 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7004 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7005 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7006 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7007 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7008 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7009 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7010 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7011 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7012 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7013 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7014 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7015 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7016 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7017 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7018 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7019 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7020 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7021 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7022 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7023 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7024 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7025 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7026 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7027 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7028 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7029 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7030 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7031 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7032 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7033 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7034 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7035 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7036 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7037 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7038 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7039 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7040 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7041 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7042 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7043 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7044 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7045 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7046 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7047 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7048 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7049 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7050 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7051 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7052 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7053 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7054 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7055 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7056 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7057 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7059 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7060 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7062 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7069 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7071 * sysdeps/unix/sysv/linux/pread.c: Likewise.
7072 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7073 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7074 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7075 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7076 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7077 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7078 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7079 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7080 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7081 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7082 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7083 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7084 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7085 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7086 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7087 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7088 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7089 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7090 * sysdeps/unix/sysv/linux/system.c: Likewise.
7091 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7092 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7093 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7094 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7095 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7096 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7097 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7098
92072d57
JM
7099 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7100 * configure: Regenerated.
7101 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7102
3e239be6
JM
7103 * configure.ac (base_machine): Do not set specially for particular
7104 machines here.
7105 * configure: Regenerated.
7106 * sysdeps/powerpc/preconfigure: Move machine and base_machine
7107 settings from configure.ac.
7108 * sysdeps/i386/preconfigure: New file.
7109 * sysdeps/s390/preconfigure: Likewise.
7110 * sysdeps/sh/preconfigure: Likewise.
7111 * sysdeps/sparc/preconfigure: Likewise.
7112
06d50baa
RM
71132014-06-25 Roland McGrath <roland@hack.frob.com>
7114
74836003
RM
7115 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7116 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7117 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7118 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7119 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7120 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7121 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7122 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7123 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7124 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7125 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7126 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7127 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7128 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7129 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7130 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7131 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7132 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7133 * sysdeps/sparc/sparc64/Makefile: ... appended here.
7134
7135 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7136 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7137 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7138 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7139 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7140 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7141 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7142 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7143 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7144 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7145 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7146 * sysdeps/sparc/sparc32/sem_post.c: ... here.
7147 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7148 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7149 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7150 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7151 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7152 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7153 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7154 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7155 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7156 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7157 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7158 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7159 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7160 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7161 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7162 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7163 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7164 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7165 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7166 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7167 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7168 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7169 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7170 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7171 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7172 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7173
06d50baa
RM
7174 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7175 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7176 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7177 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7178 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7179 Moved ...
7180 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7181 ... here.
7182 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7183 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7184 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7185 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7186 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7187 Moved ...
7188 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7189 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7190 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7191 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7192 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7193 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7194 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7195 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7196 Moved ...
7197 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7198 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7199 Moved ...
7200 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7201 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7202 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7203 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7204 Moved ...
7205 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7206 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7207 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7208 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7209 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7210 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7211 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7212 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7213 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7214 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7215 Moved ...
7216 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7217 ... here.
7218 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7219 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7220 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7221 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7222 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7223 Moved ...
7224 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7225 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7226 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7227 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7228 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7229 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7230 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7231 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7232 Moved ...
7233 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7234 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7235 Moved ...
7236 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7237 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7238 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7239 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7240 Moved ...
7241 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7242 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7243 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7244 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7245 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7246
a4ccbc9b
JM
72472014-06-25 Joseph Myers <joseph@codesourcery.com>
7248
0828edbf
JM
7249 * timezone/checktab.awk: Update from tzcode 2014e.
7250 * timezone/private.h: Likewise.
7251 * timezone/tzfile.h: Likewise.
7252 * timezone/zdump.c: Likewise.
7253 * timezone/zic.c: Likewise.
7254
a4ccbc9b
JM
7255 * sysdeps/unix/sysv/linux/kernel-features.h
7256 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7257 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7258 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7259 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7260 Remove conditional code.
7261
9aea0cb8
WN
72622014-06-25 Will Newton <will.newton@linaro.org>
7263
7264 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7265 (_dl_arm_cap_flags): Add HWCAP2 values.
7266 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7267 (_DL_HWCAP_COUNT): Increase to 37.
7268 (_DL_HWCAP_LAST): New define.
7269 (_DL_HWCAP2_LAST): New define.
7270 (_dl_procinfo): Add support for printing
7271 AT_HWCAP2 entries.
7272 (_dl_string_hwcap): Use _dl_hwcap_string.
7273
6eaa65ce
AZ
72742014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7275
7276 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7277
0f5b7185
JM
72782014-06-25 Joseph Myers <joseph@codesourcery.com>
7279
cfd2ea50
JM
7280 * README: Do not mention ports directory.
7281
cecf2ed4
JM
7282 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7283 Remove macro.
7284 * sysdeps/unix/sysv/linux/futimes.c: Do not include
7285 <kernel-features.h>.
7286 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7287 conditional variable definition.
7288 (__futimes): Update comment.
7289 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7290 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7291
a638de82
JM
7292 [BZ #16560]
7293 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7294 arguments close to 0.
7295 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7296 Likewise.
7297 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7298 Likewise.
7299 * math/auto-libm-test-in: Add more tests of exp10.
7300 * math/auto-libm-test-out: Regenerated.
7301 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7302
0f5b7185
JM
7303 * sysdeps/unix/sysv/linux/kernel-features.h
7304 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7305 * sysdeps/unix/sysv/linux/readv.c: Do not include
7306 <kernel-features.h>.
7307 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7308 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7309 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7310 unconditional.
7311 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7312 conditional code.
7313 * sysdeps/unix/sysv/linux/writev.c: Do not include
7314 <kernel-features.h>.
7315 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7316 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7317 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7318 unconditional.
7319 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7320 conditional code.
7321
c7aec4be
WN
73222014-06-25 Will Newton <will.newton@linaro.org>
7323
7324 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7325 comment changes throughout the file. Remove checks
7326 for HAVE_*_H definitions that are not required.
7327 (__gen_tempname): Call abort if an unknown kind value is
7328 passed.
7329
c5241f95
AS
73302014-06-25 Andreas Schwab <schwab@suse.de>
7331
7332 [BZ #17086]
7333 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7334 scalbln, scalblnf, scalblnl in libc.
7335
911422da
SP
73362014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7337
7338 [BZ #17086]
7339 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7340 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7341 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7342
0d749bbe
RM
73432014-06-24 Roland McGrath <roland@hack.frob.com>
7344
7345 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7346 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7347 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7348 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7349 Update #include.
7350 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7351 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7352 Update #include.
7353 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7354 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7355 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7356 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7357 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7358 * sysdeps/x86/bits/pthreadtypes.h: ... here.
7359 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7360 * sysdeps/x86/bits/semaphore.h: ... here.
7361 * sysdeps/x86/nptl/elide.h: Moved ...
7362 * sysdeps/x86/elide.h: ... here.
7363 * sysdeps/x86_64/nptl/Implies: File removed.
7364 * sysdeps/i386/nptl/Implies: File removed.
7365
0ea5d373
JM
73662014-06-24 Joseph Myers <joseph@codesourcery.com>
7367
4060283d
JM
7368 [BZ #16539]
7369 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7370 return the argument for normal arguments with exponent below -64.
7371 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7372 Likewise.
7373 * math/auto-libm-test-in: Add another test of expm1.
7374 * math/auto-libm-test-out: Regenerated.
7375
e7dd3c8c
JM
7376 [BZ #16287]
7377 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7378 calling __erfcl for arguments at least 16.
7379 * math/auto-libm-test-in: Add more tests of erf.
7380 * math/auto-libm-test-out: Regenerated.
7381
0ea5d373
JM
7382 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7383 individual architectures.
7384 * sysdeps/unix/sysv/linux/configure: Regenerated.
7385 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7386 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7387 * sysdeps/unix/sysv/linux/powerpc/configure.ac
7388 (ldd_rewrite_script): Define variable.
7389 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7391 file.
7392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7393 generated file.
7394 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7395 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7396 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7397 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7398 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7399 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7400 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7401 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7402
2307e126
SP
74032014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7404
7405 [BZ #17084]
7406 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7407 Rename member __data.d to __data.__elision_data.
7408
c0a4ed77
W
74092014-06-24 Wilco <wdijkstr@arm.com>
7410
7411 * NEWS: Add 16918 to fixed bug list.
7412
b8c00573
W
74132014-06-24 Wilco <wdijkstr@arm.com>
7414
7415 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7416
b5570d92
W
74172014-06-24 Wilco <wdijkstr@arm.com>
7418
7419 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7420 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7421 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7422 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7423 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7424 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7425 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7426 Use _FPU_MASK_RM.
7427
947bdca2
W
74282014-06-24 Wilco <wdijkstr@arm.com>
7429
7430 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7431
00f669ed
W
74322014-06-24 Wilco <wdijkstr@arm.com>
7433
7434 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7435 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7436 * sysdeps/arm/fesetround.c (fesetround): Remove space.
7437 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7438
db59bad3
W
74392014-06-24 Wilco <wdijkstr@arm.com>
7440
7441 [BZ #16918]
7442 * sysdeps/arm/feupdateenv.c (feupdateenv):
7443 Rewrite to reduce FPSCR accesses and fix return value.
7444
001f7b77
W
74452014-06-24 Wilco <wdijkstr@arm.com>
7446
7447 * sysdeps/arm/fclrexcpt.c (feclearexcept):
7448 Optimize to avoid unnecessary FPSCR writes.
7449 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7450 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7451 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7452 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7453
4841e6a6
W
74542014-06-24 Wilco <wdijkstr@arm.com>
7455
7456 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7457 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7458 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7459 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7460 Call libc_fetestexcept_vfp.
7461 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7462 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7463 __SOFTFP__ ifdef so that they can be built for softfp.
7464
0813022c
SP
74652014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7466
08e5862f
SP
7467 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7468 argument type signed char.
7469
0813022c
SP
7470 * Makerules (check-abi): Dump diff of symlist if the test
7471 fails.
7472
3fc7236a
RM
74732014-06-23 Roland McGrath <roland@hack.frob.com>
7474
aba8ef95
RM
7475 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7476 using abort.
7477
3fc7236a
RM
7478 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7479 Remove unused variable ST.
7480
4da6db51
JM
74812014-06-23 Joseph Myers <joseph@codesourcery.com>
7482
4648909d
JM
7483 [BZ #16354]
7484 [BZ #17061]
7485 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7486 small arguments before calling __expm1.
7487 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7488 small arguments before calling __expm1f.
7489 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7490 small arguments before calling __expm1l.
7491 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7492 Likewise.
7493 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7494 * math/auto-libm-test-in: Add more cosh tests. Do not allow
7495 spurious underflow for some cosh tests.
7496 * math/auto-libm-test-out: Regenerated.
7497 * sysdeps/i386/fpu/libm-test-ulps: Update.
7498
46a3d3c7
JM
7499 [BZ #17050]
7500 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7501 (__ieee754_y1): Set errno if return value overflows.
7502 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7503 (__ieee754_y1f): Set errno if return value overflows.
7504 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7505 (__ieee754_y1l): Set errno if return value overflows.
7506 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7507 (__ieee754_y1l): Set errno if return value overflows.
7508 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7509 * math/auto-libm-test-out: Regenerated.
7510
863893ec
JM
7511 * math/gen-auto-libm-tests.c: Document use of
7512 ignore-zero-inf-sign.
7513 (input_flag_type): Add value flag_ignore_zero_inf_sign.
7514 (input_flags): Add ignore-zero-inf-sign.
7515 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7516 * math/gen-libm-test.pl (generate_testfile): Handle
7517 ignore-zero-inf-sign.
7518 * math/auto-libm-test-in: Mark some cpow tests with
7519 ignore-zero-inf-sign and some with xfail-rounding.
7520 * math/auto-libm-test-out: Regenerated.
7521 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7522 * sysdeps/i386/fpu/libm-test-ulps: Update.
7523 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7524
4da6db51
JM
7525 [BZ #16315]
7526 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7527 overflowing or underflowing operations take place with sign of
7528 result.
7529 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7530 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7531 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7532 (__ieee754_pow): Recompute overflowing and underflowing results in
7533 original rounding mode.
7534 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7535 (__powl_helper): Allow negative argument X and scale negated value
7536 as needed. Avoid passing value outside [-1, 1] to f2xm1.
7537 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7538 overflowing or underflowing operations take place with sign of
7539 result.
7540 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7541 Include <math.h>.
7542 * math/auto-libm-test-in: Add more tests of pow.
7543 * math/auto-libm-test-out: Regenerated.
7544 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7545 (pow_tonearest_test_data): Remove.
7546 (pow_test_tonearest): Likewise.
7547 (pow_towardzero_test_data): Likewise.
7548 (pow_test_towardzero): Likewise.
7549 (pow_downward_test_data): Likewise.
7550 (pow_test_downward): Likewise.
7551 (pow_upward_test_data): Likewise.
7552 (pow_test_upward): Likewise.
7553 (main): Don't call removed functions.
7554 * sysdeps/i386/fpu/libm-test-ulps: Update.
7555 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7556
5686b236
RM
75572014-06-23 Roland McGrath <roland@hack.frob.com>
7558
7559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7560 Moved ...
7561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7562 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7563 Moved ...
7564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7566 Moved ...
7567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7568 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7569 Moved ...
7570 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7571 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7572 File removed.
7573 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7574 File removed.
7575 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7576 File removed.
7577 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7578 File removed.
7579 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7580 File removed.
7581 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7582 File removed.
7583 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7584 File removed.
7585 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7586 File removed.
7587 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7588 File removed.
7589 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7590 File removed.
7591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7592 File removed.
7593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7594 File removed.
7595 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7596 Moved ...
7597 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7598 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7599 Moved ...
7600 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7601 ... here.
7602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7603 Moved ...
7604 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7605 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7606 Moved ...
7607 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7608 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7609 Moved ...
7610 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7611 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7612 Moved ...
7613 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7614 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7615 Moved ...
7616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7617 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7618 Moved ...
7619 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7620 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7621 Moved ...
7622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7623 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7624 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7625 ... here.
7626 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7627 Moved ...
7628 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7629 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7630 Moved ...
7631 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7632 ... here.
7633 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7634 Moved ...
7635 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7636 ... here.
7637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7638 Moved ...
7639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7640 ... here.
7641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7642 Moved ...
7643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7645 Moved ...
7646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7650 Moved ...
7651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7652 ... here.
7653 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7654 Moved ...
7655 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7656 ... here.
7657 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7658 Moved ...
7659 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7660 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7661 Moved ...
7662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7663 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7664 Moved ...
7665 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7666 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7667 Moved ...
7668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7670 Moved ...
7671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7672 ... here.
7673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7674 Moved ...
7675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7677 Moved ...
7678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7680 Moved ...
7681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7683 Moved ...
7684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7685 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7687 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7688 Moved ...
7689 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7690 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7691 Moved ...
7692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7693 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7694 Moved ...
7695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7696 ... here.
7697 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7698 Moved ...
7699 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7700 ... here.
7701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7702 Moved ...
7703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7704 ... here.
7705 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7706 Moved ...
7707 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7709 Moved ...
7710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7712 Moved ...
7713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7715 Moved ...
7716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7717 ... here.
7718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7719 Moved ...
7720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7721 ... here.
7722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7723 Moved ...
7724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7725 ... here.
7726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7727 Moved ...
7728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7729 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7730 Moved ...
7731 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7732
e6d90d67
WD
77332014-06-23 Will Newton <will.newton@linaro.org>
7734 Wilco <wdijkstr@arm.com>
7735
7736 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7737 implementation. Include get-rounding-mode.h.
7738 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7739 [!libc_feholdsetround_noex_ctx]: Define
7740 libc_feholdsetround_noex_ctx.
7741 [!libc_feholdsetround_noexf_ctx]: Define
7742 libc_feholdsetround_noexf_ctx.
7743 [!libc_feholdsetround_noexl_ctx]: Define
7744 libc_feholdsetround_noexl_ctx.
7745 (libc_feholdsetround_ctx): New function.
7746 (libc_feresetround_ctx): New function.
7747 (libc_feholdsetround_noex_ctx): New function.
7748 (libc_feresetround_noex_ctx): New function.
7749
d42df555
RM
77502014-06-23 Roland McGrath <roland@hack.frob.com>
7751
88a46474
RM
7752 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7753 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7754 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7755 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7756 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7757 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7758
15bed472
RM
7759 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7760 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7761 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7762 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7763 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7764 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7765 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7766 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7767 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7768 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7769 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7770 Moved ...
7771 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7772 ... here.
7773 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7774 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7775 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7776 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7777 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7778 Moved ...
7779 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7780 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7781 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7782 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7783 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7784 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7785 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7786 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7787 Moved ...
7788 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7789 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7790 Moved ...
7791 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7792 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7793 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7794 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7795 Moved ...
7796 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7797 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7798 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7799 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7800 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7801 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7802 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7803 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7804 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7805 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7806 Moved ...
7807 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7808 ... here.
7809 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7810 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7811 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7812 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7813 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7814 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7815 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7816 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7817 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7818 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7819 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7820 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7821 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7822 Moved ...
7823 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7824 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7825 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7826 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7827 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7828 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7829 Moved ...
7830 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7831 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7832 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7833 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7834 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7835
d42df555
RM
7836 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7837 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7838 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7839 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7840 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7841 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7842 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7843 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7844 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7845 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7846 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7847 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7848 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7849 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7850 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7851 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7852 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7853 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7854 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7855 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7856 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7857 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7858 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7859 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7860 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7861 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7862 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7863 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7864
76e5216e
JM
78652014-06-23 Joseph Myers <joseph@codesourcery.com>
7866
7867 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7868 (FALLOC_FL_COLLAPSE_RANGE): New macro.
7869 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7870 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7871 (IPV6_PMTUDISC_INTERFACE): Likewise.
7872 (IPV6_PMTUDISC_OMIT): Likewise.
7873
7a81cbcc
AS
78742014-06-23 Andreas Schwab <schwab@suse.de>
7875
7876 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7877 Remove unused errout label.
7878
db224009
AZ
78792014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7880
7881 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7882 macro: hardware supports Vector Crypto instructions.
7883
f393b4aa
WN
78842014-06-23 Will Newton <will.newton@linaro.org>
7885
cc7d0447
WN
7886 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7887 rather than __builtin_expect.
7888
d6d06225
WN
7889 * elf/dl-lookup.c (undefined_msg): Remove variable.
7890 (_dl_lookup_symbol_x): Replace undefined_msg with string
7891 literal.
7892
f393b4aa
WN
7893 * elf/dl-lookup.c (do_lookup_unique): New function.
7894 (do_lookup_x): Move STB_GNU_UNIQUE handling code
7895 to a separate function.
7896
ac60763e
AS
78972014-06-23 Andreas Schwab <schwab@suse.de>
7898
7899 [BZ #17079]
7900 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7901 before reading the next line.
7902
c5c13355
WN
79032014-06-23 Will Newton <will.newton@linaro.org>
7904
7905 * test-skeleton.c (signal_handler): Use printf and %m
7906 rather than perror. Use printf rather than fprintf to
7907 stderr. Use puts rather than fputs to stderr.
7908 (main): Likewise.
7909
bd3675f9
LC
79102014-06-22 Ludovic Courtès <ludo@gnu.org>
7911
7912 * nscd/nscd.c (thread_info_t): Remove typedef.
7913 (thread_info): Remove variable.
7914
d03efb2f
AM
79152014-06-21 Allan McRae <allan@archlinux.org>
7916
7917 * NEWS: Mention CVE-2014-4043.
7918
bc4a86fa
RM
79192014-06-20 Roland McGrath <roland@hack.frob.com>
7920
dc9a54f8
RM
7921 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7922 * nptl/smp.h: ... here.
7923
bd7022c4
RM
7924 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7925
26ffd5e6
RM
7926 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7927 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7928 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7929 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7930
93a6d082
RM
7931 * nptl/allocatestack.c: Include <stack-aliasing.h>.
7932 * nptl/stack-aliasing.h: New file.
7933 * sysdeps/i386/i686/stack-aliasing.h: New file.
7934 * sysdeps/i386/i686/nptl/Makefile: File removed.
7935 * sysdeps/x86_64/stack-aliasing.h: New file.
7936 * sysdeps/x86_64/nptl/Makefile
7937 (CFLAGS-pthread_create.c): Variable removed.
7938
bc4a86fa
RM
7939 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7940 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7941 old file.
7942 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7943 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7944 old file.
7945
2272ffc1
JM
79462014-06-21 Joseph Myers <joseph@codesourcery.com>
7947
7948 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7949 (__ASSUME_SIGFRAME_V2): Remove macro.
7950 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7951 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7952 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7953 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7954 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7955 Declare as function. Remove conditional macro definitions.
7956 (__default_rt_sa_restorer): Likewise.
7957 (__default_sa_restorer_v1): Remove declaration.
7958 (__default_sa_restorer_v2): Likewise.
7959 (__default_rt_sa_restorer_v1): Likewise.
7960 (__default_rt_sa_restorer_v2): Likewise.
7961 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7962 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7963 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7964
4b88139b
RM
79652014-06-20 Roland McGrath <roland@hack.frob.com>
7966
7967 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7968 (libpthread-routines): Add sysdep.
7969 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7970 * sysdeps/unix/sysv/linux/sparc/Versions
7971 (libpthread: GLIBC_2.3.3): New version set.
7972 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7973 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7974 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7975 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7976 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
7977 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7978 Moved ...
7979 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7980 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7981 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7982 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7983 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7984 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7985 * sysdeps/sparc/nptl/sem_init.c: ... here.
7986 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7987 * sysdeps/sparc/nptl/sem_post.c: ... here.
7988 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7989 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7990 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7991 * sysdeps/sparc/nptl/sem_wait.c: ... here.
7992 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7993 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7994 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7995 (libpthread-routines): Add cpu_relax.
7996 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7997 File removed.
7998 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7999 (librt: GLIBC_2.3.3): New version set.
8000 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8001 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8002 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8003 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8004 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8005 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8006 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8007 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8008 Moved ...
8009 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8010 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8011 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8012 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8013 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8014 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8015 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8016 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8017 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8018 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8019 Moved ...
8020 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8021 Update #include.
8022 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8023 Moved ...
8024 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8025 Update #include.
8026 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8027 Moved ...
8028 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8029 Update #include.
8030 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8031 Moved ...
8032 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8033 Update #include.
8034 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8035 Moved ...
8036 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8037 Update #include.
8038 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8039 Moved ...
8040 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8041 Update #include.
8042 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8043 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8044 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8045 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8046 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8047 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8048 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8049 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8050 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8051 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8052 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8053 Moved ...
8054 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8055 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8056 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8057 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8058 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8059
d7109027
JM
80602014-06-20 Joseph Myers <joseph@codesourcery.com>
8061
9bc6103d
JM
8062 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8063 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8064 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8065 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8066 * nscd/nscd.c: Likewise.
8067 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8068 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8069 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8070 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8071
d7109027
JM
8072 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8073 <kernel-features.h>.
8074 (init_mq_netlink): Remove conditional have_sock_cloexec
8075 definitions. Remove code conditional on have_sock_cloexec < 0.
8076 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8077 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8078 * sysdeps/unix/sysv/linux/opensock.c: Do not include
8079 <kernel-features.h>.
8080 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8081 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8082
d92d8f8a
L
80832014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8084
8085 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8086 Add tests for memset_chk and memset.
8087
8088 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8089 with AVX2_Usable.
8090
4e6d2347
MR
80912014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
8092
257ce712
MR
8093 [BZ #16046]
8094 * elf/tst-dl-iter-static.c: New file.
8095 * elf/Makefile (tests-static): Add tst-dl-iter-static.
8096
4e6d2347
MR
8097 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8098 error.
8099
a2a76afe
JM
81002014-06-20 Joseph Myers <joseph@codesourcery.com>
8101
7fd00f99
JM
8102 * sysdeps/unix/sysv/linux/kernel-features.h
8103 (__ASSUME_F_GETOWN_EX): Remove macro.
8104 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8105 <kernel-features.h>.
8106 (miss_F_GETOWN_EX): Remove variable or macro.
8107 (do_fcntl): Do not check miss_F_GETOWN_EX.
8108 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8109
4a103975
JM
8110 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8111 Remove macro.
8112 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8113 [!__ASSUME_AT_RANDOM]: Remove conditional code.
8114 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8115
a2a76afe
JM
8116 * sysdeps/unix/sysv/linux/kernel-features.h
8117 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8118 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8119 [ADJ_OFFSET_SS_READ]: Make code unconditional.
8120 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8121
90e5dd48
MR
81222014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
8123
8124 [BZ #17075]
8125 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8126 Fix calculation of the symbol's value.
8127 * sysdeps/arm/tst-armtlsdescloc.c: New file.
8128 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8129 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8130 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8131 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8132 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8133 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8134 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8135 (modules-names): Add `tst-armtlsdescmod',
8136 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8137 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8138 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8139 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8140 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8141 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8142 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8143 ($(objpfx)tst-armtlsdescloc): New dependency.
8144 ($(objpfx)tst-armtlsdescextnow): Likewise.
8145 ($(objpfx)tst-armtlsdescextlazy): Likewise.
8146 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8147 TLS scheme support.
8148 * sysdeps/arm/configure: Regenerate.
8149
809fdf0d
JM
81502014-06-20 Joseph Myers <joseph@codesourcery.com>
8151
8152 * include/fcntl.h (__atfct_seterrno): Remove prototype.
8153 (__atfct_seterrno_2): Likewise.
8154 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8155 <kernel-features.h>.
8156 (__ASSUME_ATFCTS): Do not undefine and redefine.
8157 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8158 (__have_atfcts): Remove conditional definition.
8159 (__fxstatat([__NR_fstatat64]: Make code unconditional.
8160 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8161 unreachable if [__ASSUME_ATFCTS].
8162 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8163 not undefine and redefine.
8164 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8165 <kernel-features.h>.
8166 (faccessat) [__NR_faccessat]: Make code unconditional.
8167 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8168 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8169 <kernel-features.h>.
8170 (fchmodat) [__NR_fchmodat]: Make code unconditional.
8171 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8172 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8173 <kernel-features.h>.
8174 (fchownat) [__NR_fchownat]: Make code unconditional.
8175 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8176 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8177 <kernel-features.h>.
8178 (futimesat) [__NR_futimesat]: Make code unconditional.
8179 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8180 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8181 <kernel-features.h>.
8182 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8183 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8184 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8185 <kernel-features.h>.
8186 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8187 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8188 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8189 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8190 <kernel-features.h>.
8191 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8192 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8193 * sysdeps/unix/sysv/linux/linkat.c: Do not include
8194 <kernel-features.h>.
8195 (linkat) [__NR_linkat]: Make code unconditional.
8196 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8197 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8198 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8199 <kernel-features.h>.
8200 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8201 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8202 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8203 <kernel-features.h>.
8204 (mkdirat) [__NR_mkdirat]: Make code unconditional.
8205 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8206 * sysdeps/unix/sysv/linux/openat.c: Do not include
8207 <kernel-features.h>.
8208 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8209 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8210 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8211 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8212 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8213 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8214 <kernel-features.h>.
8215 (readlinkat) [__NR_readlinkat]: Make code unconditional.
8216 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
8217 result of INLINE_SYSCALL directly, not via int variable.
8218 * sysdeps/unix/sysv/linux/renameat.c: Do not include
8219 <kernel-features.h>.
8220 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8221 (renameat) [__NR_renameat]: Make code unconditional.
8222 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8223 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8224 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8225 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8226 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8227 (__ASSUME_ATFCTS): Do not undefine and redefine.
8228 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8229 <kernel-features.h>.
8230 (symlinkat) [__NR_symlinkat]: Make code unconditional.
8231 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8232 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8233 <kernel-features.h>.
8234 (unlinkat) [__NR_unlinkat]: Make code unconditional.
8235 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8236 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8237 (__ASSUME_ATFCTS): Do not undefine and redefine.
8238 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8239 <kernel-features.h>.
8240 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8241 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8242 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8243 <kernel-features.h>.
8244 (__xmknodat) [__NR_mknodat]: Make code unconditional.
8245 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8246
224c6c51
L
82472014-06-20 H.J. Lu <hongjiu.lu@intel.com>
8248
8249 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8250
aa6ec754
AS
82512014-06-20 Andreas Schwab <schwab@linux-m68k.org>
8252
8253 [BZ #17069]
8254 * posix/regcomp.c (parse_reg_exp): Deallocate partially
8255 constructed tree before returning error.
8256 * posix/bug-regexp36.c: Expand test case.
8257
d8c2869d
SL
82582014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
8259
3ef6b850
SL
8260 [BZ #6803]
8261 * math/libm-test.inc (scalbln_test_date):
8262 Add errno expectations.
8263 * math/w_scalblnf.c: New File.
8264 Add wrapper which checks for setting errno to ERANGE.
8265 Add weak_alias for corresponding scalbln function.
8266 * math/w_scalbln.c: Likewise.
8267 * math/w_scalblnl.c: Likewise.
8268 * math/Makefile (libm-calls): Add w_scalbln.
8269 * sysdeps/ieee754/flt-32/s_scalblnf.c:
8270 Remove weak_alias for corresponding scalbln function.
8271 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8272 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8273 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8274 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8275 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8276 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8277 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8278 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8279 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8280 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8281 Remove long_double_symbol for scalblnl function in libm, libc.
8282 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8283 Add wrapper which checks for setting errno to ERANGE.
8284 Add long_double_symbol for scalblnl function in libm, libc.
8285 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8286 Remove long_double_symbol for scalblnl in libm.
8287 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8288 Add wrapper which checks for setting errno to ERANGE.
8289 Add long_double_symbol for scalblnl function in libm.
8290 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8291 Do not use wrapper because of own implementation.
8292
c8daec5c
L
82932014-06-19 H.J. Lu <hongjiu.lu@intel.com>
8294
8295 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8296 3 bytes for __pad1 for x32.
8297 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8298
5c74e47c
LM
82992014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
8300 H.J. Lu <hongjiu.lu@intel.com>
8301
8302 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8303 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8304 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8305 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8306 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8307
4d43ef1e
AS
83082014-06-19 Andreas Schwab <schwab@linux-m68k.org>
8309
8310 [BZ #17069]
8311 * posix/regcomp.c (parse_expression): Deallocate partially
8312 constructed tree before returning error.
8313 * posix/Makefile.c (tests): Add bug-regex36.
8314 (generated): Add bug-regex36.mtrace.
8315 (tests-special): Add $(objpfx)bug-regex36-mem.out
8316 (bug-regex36-ENV): New variable.
8317 ($(objpfx)bug-regex36-mem.out): New rule.
8318 * posix/bug-regex36.c: New file.
8319
51a7380b
WN
83202014-06-19 Will Newton <will.newton@linaro.org>
8321
8322 * malloc/malloc.c (systrim): If extra is zero then return
8323 early.
8324
91b84fe5
SP
83252014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8326
8327 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8328
f940b965
RE
83292014-06-19 Richard Earnshaw <rearnsha@arm.com>
8330
8331 * sysdeps/aarch64/strchr.S: New file.
8332
4ba7a00f
JM
83332014-06-18 Joseph Myers <joseph@codesourcery.com>
8334
8335 [BZ #17022]
8336 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8337 from arguments -2 or below.
8338 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8339 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8340
b3a9f56b
AS
83412014-06-18 Andreas Schwab <schwab@suse.de>
8342
8343 [BZ #17062]
8344 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8345 of a bracket expr not to run off the end of the string.
8346 * posix/Makefile (tests): Add tst-fnmatch3.
8347 * posix/tst-fnmatch3.c: New file.
8348
85d89278
JM
83492014-06-18 Joseph Myers <joseph@codesourcery.com>
8350
8351 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8352 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8353 [$(cross-compiling) = no]: Likewise.
8354 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8355 [$(cross-compiling) = no]: Likewise.
8356
754c5a08
RS
83572014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8358
8359 [BZ #17031]
8360 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8361 double, adjusted for any remainder from the high double.
8362 * math/libm-test.inc (nearbyint): Add tests.
8363 (rint): Likewise.
8364
556f529d
AZ
83652014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8366
8367 * nptl/sysdeps/powerpc/Makefile: Moved ...
8368 * sysdeps/powerpc/nptl/Makefile: ... here.
8369 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8370 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8371 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8372 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8373 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8374 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8375 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8376 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8377 * nptl/sysdeps/powerpc/tls.h: Moved ...
8378 * sysdeps/powerpc/nptl/tls.h: ... here.
8379
91c03c53
JM
83802014-06-16 Joseph Myers <joseph@codesourcery.com>
8381
8382 [BZ #16681]
8383 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8384 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8385 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8386 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8387 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8388 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8389 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8390 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8391 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8392
a76e63c5
AS
83932014-06-17 Andreas Schwab <schwab@linux-m68k.org>
8394
8395 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8396
f2f6d82f
AS
83972014-06-16 Andreas Schwab <schwab@linux-m68k.org>
8398
ea8a15f6
AS
8399 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8400 defined operator.
8401
f2f6d82f
AS
8402 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8403 $TIMEOUTFACTOR.
8404
a7291117
FW
84052014-06-16 Florian Weimer <fweimer@redhat.com>
8406
8407 [BZ #17058]
8408 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8409 non-executed part of the test.
8410
3d7c00e3
AS
84112014-06-16 Andreas Schwab <schwab@suse.de>
8412
8413 * string/bits/string2.h (strdup, strndup): Update feature guard.
8414
6957fb31
DM
84152014-06-14 David S. Miller <davem@davemloft.net>
8416
8417 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8418
11b9e55b
AS
84192014-06-14 Andreas Schwab <schwab@linux-m68k.org>
8420
1d2a0492
AS
8421 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8422 that was previously under [RESET_PID].
8423 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8424
11b9e55b
AS
8425 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8426 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8427 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8428 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8429 (__libc_vfork): New strong alias.
8430 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8431
0f6901d0
AK
84322014-06-14 Andi Kleen <ak@linux.intel.com>
8433
8434 * sysdeps/generic/elide.h: New file.
8435
38bbbb9f
SL
84362014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
8437
8438 * Makefile (installed-headers): Adjust path of pthread.h header.
8439
45193bb8
RM
84402014-06-13 Roland McGrath <roland@hack.frob.com>
8441
9a25fd1e
RM
8442 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8443 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8444 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8445 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8446
4004f7e4
RM
8447 * nptl/sysdeps/s390/Makefile: Moved ...
8448 * sysdeps/s390/nptl/Makefile: ... here.
8449 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8450 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8451 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8452 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8453 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8454 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8455 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8456 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8457 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8458 * sysdeps/s390/nptl/pthreaddef.h: ... here.
8459 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8460 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8461 * nptl/sysdeps/s390/tls.h: Moved ...
8462 * sysdeps/s390/nptl/tls.h: ... here.
8463
45193bb8
RM
8464 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8465 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8466
f6fdf533
DM
84672014-06-13 David S. Miller <davem@davemloft.net>
8468
8469 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8470 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8471 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8472 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8473 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8474 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8475 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8476 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8477 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8478 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8479 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8480 Remove RESET_PID cpp guards.
8481 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8482 Remove RESET_PID cpp guards.
8483 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8484
f5d71e14
AS
84852014-06-13 Andreas Schwab <schwab@linux-m68k.org>
8486
8487 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8488 __sp to uintptr_t.
8489
b7aa8caa
AK
84902014-06-13 Andi Kleen <ak@linux.intel.com>
8491
4b266200
AZ
8492 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8493 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8494 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8495 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8496 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8497 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8498 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8499 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8500 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8501 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8502 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8503 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8504 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8505 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8506 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8507 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8508 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8509 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8510 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8511 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
8512
8513 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
8514 (pthread_rwlock_rdlock): Add elision.
8515 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8516 (pthread_rwlock_wrlock): Add elision.
8517 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8518 (pthread_rwlock_trywrlock): Add elision.
8519 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8520 (pthread_rwlock_tryrdlock): Add elision.
8521 * nptl/pthread_rwlock_unlock.c: Include elide.h.
8522 (pthread_rwlock_tryrdlock): Add elision unlock.
8523 * nptl/sysdeps/pthread/pthread.h:
8524 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8525 (PTHREAD_RWLOCK_INITIALIZER,
8526 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8527 Handle new elision field.
8528 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8529 * sysdeps/arm/nptl/bits/pthreadtypes.h
8530 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8531 * sysdeps/sh/nptl/bits/pthreadtypes.h
8532 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8533 * sysdeps/tile/nptl/bits/pthreadtypes.h
8534 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8535 * sysdeps/a/nptl/bits/pthreadtypes.h
8536 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8537 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8538 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8539 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8540 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8541 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8542 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8543 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8544 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8545 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8546 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8547 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8548 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8549 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8550 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8551 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8552 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8553 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8554 (elision_init): Set try_xbegin to zero when no RTM.
8555 * sysdeps/x86/nptl/bits/pthreadtypes.h
8556 (pthread_rwlock_t): Change __pad1 to __rwelision.
8557 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 8558
a832bdd3
AK
85592014-06-13 Andi Kleen <ak@linux.intel.com>
8560
8561 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8562 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8563 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8564 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8565
995a46bb
MI
85662014-06-13 Meador Inge <meadori@codesourcery.com>
8567
8568 [BZ #16996]
03ed7738 8569 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
8570 that the cached result has been set before returning it.
8571
45262aee
RM
85722014-06-12 Roland McGrath <roland@hack.frob.com>
8573
febf6cc5
RM
8574 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8575 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8576 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8577 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8578 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8579 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8580
e2682246
RM
8581 * nptl/sysdeps/sparc/Makefile: Moved ...
8582 * sysdeps/sparc/nptl/Makefile: ... here.
8583 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8584 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8585 * nptl/sysdeps/sparc/tls.h: Moved ...
8586 * sysdeps/sparc/nptl/tls.h: ... here.
8587 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8588 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8589 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8590 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8591 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8592 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8593 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8594 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8595 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8596 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8597 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8598 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8599 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8600 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8601 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8602 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8603 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8604 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8605 Update #include.
8606 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8607 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8608 Update #include.
8609 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8610 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8611 Update #include.
8612 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8613 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8614 Update #include.
8615
b0725f43
RM
8616 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8617
b14368b8
RM
8618 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8619 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8620
c5620eb3
RM
8621 * sysdeps/pthread/posix-timer.h: Include <list.h>.
8622 (struct list_links): Type removed.
8623 (struct thread_node, struct timer_node): Replace struct list_links
8624 with struct list_head.
8625 (list_unlink_ip): Likewise.
8626 * sysdeps/pthread/timer_routines.c
8627 (timer_free_list, thread_free_list, thread_active_list): Likewise.
8628 (list_append, list_insbefore): Likewise.
8629 (list_init): Function removed.
8630 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
8631 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8632 * sysdeps/pthread/Makefile: ... here, new file.
8633
8634 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8635 * sysdeps/nptl/Implies: ... here.
8636 * sysdeps/unix/sysv/linux/Implies: Add nptl.
8637 * nptl/sysdeps/pthread/list.h: Moved ...
8638 * include/list.h: ... here.
8639 * nptl/sysdeps/pthread/createthread.c: Moved ...
8640 * nptl/createthread.c: ... here.
8641 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8642 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8643 * nptl/pt-longjmp.c: ... here.
8644 * nptl/sysdeps/pthread/Makefile: Moved ...
8645 * sysdeps/nptl/Makefile: ... here.
8646 * nptl/sysdeps/pthread/Subdirs: Moved ...
8647 * sysdeps/nptl/Subdirs: ... here.
8648 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8649 * sysdeps/nptl/aio_misc.h: ... here.
8650 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8651 * sysdeps/nptl/bits/libc-lock.h: ... here.
8652 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8653 * sysdeps/nptl/bits/libc-lockP.h: ... here.
8654 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8655 * sysdeps/nptl/bits/stdio-lock.h: ... here.
8656 * nptl/sysdeps/pthread/configure: Moved ...
8657 * sysdeps/nptl/configure: ... here.
8658 * nptl/sysdeps/pthread/configure.ac: Moved ...
8659 * sysdeps/nptl/configure.ac: ... here.
8660 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8661 * sysdeps/nptl/gai_misc.h: ... here.
8662 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8663 * sysdeps/nptl/librt-cancellation.c: ... here.
8664 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8665 * sysdeps/nptl/malloc-machine.h: ... here.
8666 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8667 * sysdeps/nptl/pthread-functions.h: ... here.
8668 * nptl/sysdeps/pthread/pthread.h: Moved ...
8669 * sysdeps/nptl/pthread.h: ... here.
8670 * nptl/sysdeps/pthread/setxid.h: Moved ...
8671 * sysdeps/nptl/setxid.h: ... here.
8672 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8673 * sysdeps/nptl/sigfillset.c: ... here.
8674 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8675 * sysdeps/nptl/tcb-offsets.h: ... here.
8676 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8677 * sysdeps/nptl/tst-mqueue8x.c: ... here.
8678 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8679 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8680 * nptl/sysdeps/pthread/allocalim.h: Moved ...
8681 * sysdeps/pthread/allocalim.h: ... here.
8682 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8683 * sysdeps/pthread/bits/sigthread.h: ... here.
8684 * nptl/sysdeps/pthread/flockfile.c: Moved ...
8685 * sysdeps/pthread/flockfile.c: ... here.
8686 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8687 * sysdeps/pthread/ftrylockfile.c: ... here.
8688 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8689 * sysdeps/pthread/funlockfile.c: ... here.
8690 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8691 * sysdeps/pthread/posix-timer.h: ... here.
8692 * nptl/sysdeps/pthread/timer_create.c: Moved ...
8693 * sysdeps/pthread/timer_create.c: ... here.
8694 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8695 * sysdeps/pthread/timer_delete.c: ... here.
8696 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8697 * sysdeps/pthread/timer_getoverr.c: ... here.
8698 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8699 * sysdeps/pthread/timer_gettime.c: ... here.
8700 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8701 * sysdeps/pthread/timer_routines.c: ... here.
8702 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8703 * sysdeps/pthread/timer_settime.c: ... here.
8704 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8705 * sysdeps/pthread/tst-timer.c: ... here.
8706 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8707 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8708
e876b090
RM
8709 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8710 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8711
f6b07b3d
RM
8712 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8713 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8714 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8715 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8716 Update #include target.
8717 * nptl/sysdeps/i386/i686/Makefile: Moved ...
8718 * sysdeps/i386/i686/nptl/Makefile: ... here.
8719 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8720 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8721 Update #include target.
8722 * nptl/sysdeps/i386/i686/tls.h: Moved ...
8723 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
8724 * nptl/sysdeps/i386/Makefile: Moved ...
8725 * sysdeps/i386/nptl/Makefile: ... here.
8726 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8727 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8728 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8729 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8730 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8731 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8732 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8733 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8734 * sysdeps/i386/nptl/pthreaddef.h: ... here.
8735 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8736 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8737 * nptl/sysdeps/i386/tls.h: Moved ...
8738 * sysdeps/i386/nptl/tls.h: ... here.
8739
45262aee
RM
8740 * sysdeps/sh/Makefile [$(subdir) = csu]
8741 (gen-as-const-headers): Add tcb-offsets.sym.
8742 * nptl/sysdeps/sh/Makefile: File removed.
8743 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8744 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8745 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8746 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8747 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8748 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8749 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8750 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8751 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8752 * sysdeps/sh/nptl/pthreaddef.h: ... here.
8753 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8754 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8755 * nptl/sysdeps/sh/tls.h: Moved ...
8756 * sysdeps/sh/nptl/tls.h: ... here.
8757 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8758 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8759 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8760 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8761 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8762 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8763 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8764 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8765 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8766 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8767 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8768 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8769 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8770 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8771 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8772 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8773 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8774 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8775 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8776 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8777 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8778 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8779 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8780 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8781 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8782 Moved ...
8783 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8784 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8785 Moved ...
8786 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8787 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8788 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8789 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8790 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8791 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8792 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8793 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8794 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8795 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8796 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8797 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8798 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8799 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8800 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8801 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8802 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8803 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8804 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8805
35a5e3e3
SL
88062014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
8807
8808 * posix/spawn_faction_addopen.c: Include string.h.
8809
14642b85
RM
88102014-06-11 Roland McGrath <roland@hack.frob.com>
8811
8812 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8813 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8814 * nptl/sysdeps/x86_64/Makefile: Moved ...
8815 * sysdeps/x86_64/nptl/Makefile: ... here.
8816 * nptl/sysdeps/x86_64/configure: Moved ...
8817 * sysdeps/x86_64/nptl/configure: ... here.
8818 * nptl/sysdeps/x86_64/configure.ac: Moved ...
8819 * sysdeps/x86_64/nptl/configure.ac: ... here.
8820 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8821 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8822 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8823 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8824 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8825 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8826 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8827 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8828 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8829 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8830 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8831 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8832 * nptl/sysdeps/x86_64/tls.h: Moved ...
8833 * sysdeps/x86_64/nptl/tls.h: ... here.
8834 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8835 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8836 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8837 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8838
8839 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8840
31c44fea
AZ
88412014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8842
8843 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8844
e81a4f9a
JM
88452014-06-11 Joseph Myers <joseph@codesourcery.com>
8846
8847 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8848 type.
8849 [POSIX] (off_t): Likewise.
8850 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8851 [POSIX] (S_ISBLK): Require macro.
8852 [POSIX] (S_ISCHR): Likewise.
8853 [POSIX] (S_ISDIR): Likewise.
8854 [POSIX] (S_ISFIFO): Likewise.
8855 [POSIX] (S_ISREG): Likewise.
8856 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8857 optional-macro.
8858 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8859 type.
8860 [POSIX] (time_t): Likewise.
8861 [POSIX] (timer_t): Likewise.
8862
89e435f3
FW
88632014-06-11 Florian Weimer <fweimer@redhat.com>
8864
8865 [BZ #17048]
8866 * posix/spawn_int.h (struct __spawn_action): Make the path string
8867 non-const to support deallocation.
8868 * posix/spawn_faction_addopen.c
8869 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8870 * posix/spawn_faction_destroy.c
8871 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
8872 path in all spawn_do_open actions.
8873 * posix/tst-spawn.c (do_test): Exercise the copy operation in
8874 posix_spawn_file_actions_addopen.
8875
c3a2ebe1
CM
88762014-06-11 Chris Metcalf <cmetcalf@tilera.com>
8877
8878 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8879 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8880 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8881 conditional code always true.
8882 (__libc_vfork): New alias.
8883
9503784a
RM
88842014-06-11 Roland McGrath <roland@hack.frob.com>
8885
c9cab3d2
RM
8886 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8887 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8888
d3996c79
RM
8889 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8890
ba5ec611
RM
8891 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8892 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8893
f12b4814
RM
8894 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8895 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8896
9503784a
RM
8897 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8898 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8899
e23d3d26
VR
89002014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8901
8902 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8903 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8904 multiarch strcmp for PPC64.
8905 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8906 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8907 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8908 multiarch optimizations.
8909 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8910 (__libc_ifunc_impl_list): Likewise.
8911
42b1161e
SP
89122014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8913
8914 * benchtests/scripts/validate_benchout.py: New script.
8915 * benchtests/Makefile (bench-func): Call it.
8916 * benchtests/scripts/benchout.schema.json: New file.
8917
2d0fc4dc
CM
89182014-06-10 Chris Metcalf <cmetcalf@tilera.com>
8919
4a594c34
AZ
8920 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8921 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8922 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8923 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8924 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8925 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8926 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8927 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8928 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8929 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8930 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8931 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8932 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8933 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8934 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8935 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8936 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 8937 Moved ...
4a594c34 8938 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 8939 ... here.
4a594c34 8940 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 8941 Moved ...
4a594c34
AZ
8942 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8943 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 8944 Moved ...
4a594c34 8945 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 8946 ... here.
4a594c34 8947 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 8948 Moved ...
4a594c34 8949 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 8950 ... here.
4a594c34 8951 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 8952 Moved ...
4a594c34
AZ
8953 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8954 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 8955 Moved ...
4a594c34 8956 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 8957 ... here.
4a594c34 8958 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 8959 Moved ...
4a594c34 8960 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 8961 ... here.
4a594c34 8962 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 8963 Moved ...
4a594c34
AZ
8964 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8965 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 8966 Moved ...
4a594c34 8967 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 8968 ... here.
4a594c34 8969 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 8970 Moved ...
4a594c34 8971 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 8972 ... here.
4a594c34 8973 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 8974 Moved ...
4a594c34 8975 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 8976 ... here.
4a594c34 8977 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 8978 Moved ...
4a594c34
AZ
8979 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8980 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 8981 Moved ...
4a594c34 8982 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 8983 ... here.
4a594c34 8984 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 8985 Moved ...
4a594c34 8986 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 8987 ... here.
4a594c34 8988 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 8989 Moved ...
4a594c34 8990 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 8991 ... here.
4a594c34 8992 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 8993 Moved ...
4a594c34
AZ
8994 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8995 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 8996 Moved ...
4a594c34 8997 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 8998 ... here.
4a594c34 8999 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 9000 Moved ...
4a594c34 9001 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 9002 ... here.
4a594c34 9003 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 9004 Moved ...
4a594c34
AZ
9005 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9006 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 9007 Moved ...
4a594c34 9008 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 9009 ... here.
4a594c34 9010 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 9011 Moved ...
4a594c34
AZ
9012 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9013 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 9014 Moved ...
4a594c34
AZ
9015 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9016 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 9017 Moved ...
4a594c34 9018 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 9019 ... here.
4a594c34 9020 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 9021 Moved ...
4a594c34 9022 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 9023 ... here.
4a594c34 9024 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 9025 Moved ...
4a594c34 9026 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 9027 ... here.
4a594c34 9028 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 9029 Moved ...
4a594c34
AZ
9030 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9031 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 9032 Moved ...
4a594c34 9033 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 9034 ... here.
4a594c34 9035 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 9036 Moved ...
4a594c34 9037 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 9038 ... here.
4a594c34
AZ
9039 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9040 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9041 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9042 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9043 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 9044 Moved ...
4a594c34 9045 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 9046 ... here.
4a594c34
AZ
9047 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9048 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9049 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9050 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9051 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9052 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9053 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9054 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9055 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9056 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9057 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9058 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9059 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 9060 Moved ...
4a594c34
AZ
9061 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9062 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 9063 Moved ...
4a594c34
AZ
9064 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9065 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9066 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9067 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 9068 Moved ...
4a594c34
AZ
9069 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9070 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9071 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9072 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9073 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9074 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9075 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 9076
0570cfed
W
90772014-06-10 Wilco <wdijkstr@arm.com>
9078
9079 * math/test-fenv-return.c: New file.
9080 * math/Makefile: Add new test test-fenv-return.
9081
f8ba1b56
JM
90822014-06-10 Joseph Myers <joseph@codesourcery.com>
9083
9084 [BZ #17042]
9085 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9086 when x - 1 is zero.
9087 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9088 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9089 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9090 0.0L for an argument of 1.0L.
9091 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9092 Likewise.
9093 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9094 value when x - 1 is zero.
9095 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9096 * sysdeps/i386/fpu/libm-test-ulps: Update.
9097 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9098
2c3520d9
BO
90992014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
9100
9101 [BZ #15119]
9102 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9103
acaa4d24
RM
91042014-06-09 Roland McGrath <roland@hack.frob.com>
9105
9106 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9107 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9108
962b744d
RM
91092014-06-09 Roland McGrath <roland@hack.frob.com>
9110
d752f0cc
RM
9111 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9112 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9113
34eda6d1
RM
9114 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9115 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9116
50f0a637
RM
9117 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9118 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9119
08f41f04
RM
9120 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9121 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9122
962b744d
RM
9123 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9124 if not already defined.
9125 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9126 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9127 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9128 (TLS_INIT_TP): Use it.
9129 (TLS_DEFINE_INIT_TP): New macro.
9130 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9131
09f19b05
JM
91322014-06-09 Joseph Myers <joseph@codesourcery.com>
9133
9134 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9135 constant.
9136 [POSIX] (IXANY): Likewise.
9137 [POSIX] (OLCUC): Likewise.
9138 [POSIX || POSIX2008] (CBAUD): Do not allow.
9139 [POSIX || POSIX2008] (DEFECHO): Likewise.
9140 [POSIX || POSIX2008] (ECHOCTL): Likewise.
9141 [POSIX || POSIX2008] (ECHOKE): Likewise.
9142 [POSIX || POSIX2008] (ECHOPRT): Likewise.
9143 [POSIX || POSIX2008] (EXTA): Likewise.
9144 [POSIX || POSIX2008] (EXTB): Likewise.
9145 [POSIX || POSIX2008] (FLUSHO): Likewise.
9146 [POSIX || POSIX2008] (LOBLK): Likewise.
9147 [POSIX || POSIX2008] (PENDIN): Likewise.
9148 [POSIX || POSIX2008] (SWTCH): Likewise.
9149 [POSIX || POSIX2008] (VDISCARD): Likewise.
9150 [POSIX || POSIX2008] (VDSUSP): Likewise.
9151 [POSIX || POSIX2008] (VLNEXT): Likewise.
9152 [POSIX || POSIX2008] (VREPRINT): Likewise.
9153 [POSIX || POSIX2008] (VSTATUS): Likewise.
9154 [POSIX || POSIX2008] (VWERASE): Likewise.
9155 (B*): Change to B[0123456789]*.
9156 * conform/data/time.h-data [POSIX || UNIX98]
9157 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9158 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9159 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9160 [POSIX] (tm_*): Do not allow.
9161
686554bf
JM
91622014-06-07 Joseph Myers <joseph@codesourcery.com>
9163
9164 * Makefile (install): Don't set LANGUAGE.
9165 * Makefile.in (install): Likewise.
9166 * assert/Makefile (test-assert-ENV): Remove variable.
9167 (test-assert-perr-ENV): Likewise.
9168 * elf/Makefile (neededtest4-ENV): Likewise.
9169 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9170 [$(cross-compiling) = no]: Don't set LANGUAGE.
9171 * io/ftwtest-sh (LANG): Remove variable.
9172 * libio/Makefile (tst-widetext-ENV): Likewise.
9173 * manual/install.texi (Running make install): Don't refer to
9174 environment settings for make install.
9175 * INSTALL: Regenerated.
9176 * nptl/tst-tls6.sh: Don't set LANG.
9177 * posix/globtest.sh (LANG): Remove variable.
9178 * string/Makefile (tester-ENV): Likewise.
9179 (inl-tester-ENV): Likewise.
9180 (noinl-tester-ENV): Likewise.
9181 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9182 [$(cross-compiling) = no]: Don't set LANGUAGE.
9183 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9184 without explicit environment settings.
9185
68e6b6b1
RM
91862014-06-06 Roland McGrath <roland@hack.frob.com>
9187
9188 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9189 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9190 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9191 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9192
4d3ae034
CM
91932014-06-06 Chris Metcalf <cmetcalf@tilera.com>
9194
9195 * crypt/crypt-private.h [DOS]: Add some includes taken from the
9196 other files in the crypt directory.
9197 * crypt/crypt.c: Remove duplicate includes.
9198 * crypt/crypt-entry.c: Likewise.
9199 * crypt/crypt_util.c: Likewise.
9200
8540f6d2
JM
92012014-06-06 Joseph Myers <joseph@codesourcery.com>
9202
9203 * Makeconfig (run-program-env): New variable.
9204 (run-program-prefix-before-env): Likewise.
9205 (run-program-prefix-after-env): Likewise.
9206 (run-program-prefix): Define in terms of new variables.
9207 (built-program-cmd-before-env): New variable.
9208 (built-program-cmd-after-env): Likewise.
9209 (built-program-cmd): Define in terms of new variables.
9210 (test-program-prefix-before-env): New variable.
9211 (test-program-prefix-after-env): Likewise.
9212 (test-program-prefix): Define in terms of new variables.
9213 (test-program-cmd-before-env): New variable.
9214 (test-program-cmd-after-env): Likewise.
9215 (test-program-cmd): Define in terms of new variables.
9216 * Rules (make-test-out): Use $(run-program-env).
9217 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9218 (help): Do not mention environment variables. Mention
9219 --timeoutfactor option.
9220 (timeoutfactor): New variable.
9221 (blacklist_exports): Remove function.
9222 (exports): Remove variable.
9223 (command): Do not include ${exports}.
9224 * manual/install.texi (Configuring and compiling): Do not mention
9225 test wrappers preserving environment variables. Mention that last
9226 assignment to a variable must take precedence.
9227 * INSTALL: Regenerated.
9228 * benchtests/Makefile (run-bench): Use $(run-program-env).
9229 * catgets/Makefile ($(objpfx)test1.cat): Use
9230 $(built-program-cmd-before-env), $(run-program-env) and
9231 $(built-program-cmd-after-env).
9232 ($(objpfx)test2.cat): Do not specify environment variables
9233 explicitly.
9234 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9235 $(run-program-env) and $(built-program-cmd-after-env).
9236 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9237 $(run-program-env) and $(test-program-cmd-after-env).
9238 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9239 explicitly.
9240 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9241 run_program_env and test_program_cmd_after_env arguments.
9242 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9243 * elf/tst-pathopt.sh: Use run_program_env argument.
9244 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9245 $(test-wrapper-env) and $(run-program-env).
9246 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9247 run_program_env arguments.
9248 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9249 * intl/Makefile ($(objpfx)tst-gettext.out): Use
9250 $(test-program-prefix-before-env), $(run-program-env) and
9251 $(test-program-prefix-after-env).
9252 ($(objpfx)tst-gettext2.out): Likewise.
9253 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9254 run_program_env and test_program_prefix_after_env arguments.
9255 * intl/tst-gettext2.sh: Likewise.
9256 * intl/tst-gettext4.sh: Do not set environment variables
9257 explicitly.
9258 * intl/tst-gettext6.sh: Likewise.
9259 * intl/tst-translit.sh: Likewise.
9260 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9261 $(test-program-prefix-before-env), $(run-program-env) and
9262 $(test-program-prefix-after-env).
9263 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9264 run_program_env and test_program_prefix_after_env arguments.
9265 * math/Makefile (run-regen-ulps): Use $(run-program-env).
9266 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9267 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
9268 explicitly with each use of ${test_wrapper_env}.
9269 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9270 $(test-program-prefix-before-env), $(run-program-env) and
9271 $(test-program-prefix-after-env).
9272 * posix/tst-getconf.sh: Do not set environment variables
9273 explicitly.
9274 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9275 run_program_env and test_program_prefix_after_env arguments.
9276 * stdio-common/tst-printf.sh: Do not set environment variables
9277 explicitly.
9278 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9279 $(test-program-prefix-before-env), $(run-program-env) and
9280 $(test-program-prefix-after-env).
9281 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9282 run_program_env and test_program_prefix_after_env arguments.
9283 Split $test calls into $test_pre and $test.
9284 * timezone/Makefile (build-testdata): Use
9285 $(built-program-cmd-before-env), $(run-program-env) and
9286 $(built-program-cmd-after-env).
9287
ed36bfa1
AZ
92882014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9289
9290 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9291 strlen for non SHARED builds.
9292
fc75bf46
SP
92932014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
9294
9295 * nptl/allocatestack.c (check_list): Inlined function...
9296 (__reclaim_stacks): ... here.
9297
d89b3d80
OB
92982014-06-05 Ondřej Bílka <neleai@seznam.cz>
9299
9300 [BZ #15698]
9301 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9302 memory overrun.
9303
2bf18041
JM
93042014-06-05 Joseph Myers <joseph@codesourcery.com>
9305
9306 * Rules (make-test-out): Include
9307 LOCPATH=$(common-objpfx)localedata in default environment.
9308 * debug/Makefile (tst-chk1-ENV): Remove variable.
9309 (tst-chk2-ENV): Likewise.
9310 (tst-chk3-ENV): Likewise.
9311 (tst-chk4-ENV): Likewise.
9312 (tst-chk5-ENV): Likewise.
9313 (tst-chk6-ENV): Likewise.
9314 (tst-lfschk1-ENV): Likewise.
9315 (tst-lfschk2-ENV): Likewise.
9316 (tst-lfschk3-ENV): Likewise.
9317 (tst-lfschk4-ENV): Likewise.
9318 (tst-lfschk5-ENV): Likewise.
9319 (tst-lfschk6-ENV): Likewise.
9320 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9321 (tst-iconv7-ENV): Likewise.
9322 * intl/Makefile (LOCPATH-ENV): Likewise.
9323 (tst-codeset-ENV): Likewise.
9324 (tst-gettext3-ENV): Likewise.
9325 (tst-gettext5-ENV): Likewise.
9326 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9327 (tst-fopenloc-ENV): Likewise.
9328 (tst-fgetws-ENV): Remove variable.
9329 (tst-ungetwc1-ENV): Likewise.
9330 (tst-ungetwc2-ENV): Likewise.
9331 (bug-ungetwc2-ENV): Likewise.
9332 (tst-swscanf-ENV): Likewise.
9333 (bug-ftell-ENV): Likewise.
9334 (tst-fgetwc-ENV): Likewise.
9335 (tst-fseek-ENV): Likewise.
9336 (tst-ftell-partial-wide-ENV): Likewise.
9337 (tst-ftell-active-handler-ENV): Likewise.
9338 (tst-ftell-append-ENV): Likewise.
9339 * posix/Makefile (tst-fnmatch-ENV): Likewise.
9340 (tst-regexloc-ENV): Likewise.
9341 (bug-regex1-ENV): Likewise.
9342 (tst-regex-ENV): Likewise.
9343 (tst-regex2-ENV): Likewise.
9344 (bug-regex5-ENV): Likewise.
9345 (bug-regex6-ENV): Likewise.
9346 (bug-regex17-ENV): Likewise.
9347 (bug-regex18-ENV): Likewise.
9348 (bug-regex19-ENV): Likewise.
9349 (bug-regex20-ENV): Likewise.
9350 (bug-regex22-ENV): Likewise.
9351 (bug-regex23-ENV): Likewise.
9352 (bug-regex25-ENV): Likewise.
9353 (bug-regex26-ENV): Likewise.
9354 (bug-regex30-ENV): Likewise.
9355 (bug-regex32-ENV): Likewise.
9356 (bug-regex33-ENV): Likewise.
9357 (bug-regex34-ENV): Likewise.
9358 (bug-regex35-ENV): Likewise.
9359 (tst-rxspencer-ENV): Likewise.
9360 (tst-rxspencer-no-utf8-ENV): Likewise.
9361 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9362 (tst-sscanf-ENV): Likewise.
9363 (tst-swprintf-ENV): Likewise.
9364 (tst-swscanf-ENV): Likewise.
9365 (test-vfprintf-ENV): Likewise.
9366 (scanf13-ENV): Likewise.
9367 (bug14-ENV): Likewise.
9368 (tst-grouping-ENV): Likewise.
9369 * stdlib/Makefile (tst-strtod-ENV): Likewise.
9370 (tst-strtod3-ENV): Likewise.
9371 (tst-strtod4-ENV): Likewise.
9372 (tst-strtod5-ENV): Likewise.
9373 (testmb2-ENV): Likewise./
9374 * string/Makefile (tst-strxfrm-ENV): Likewise.
9375 (tst-strxfrm2-ENV): Likewise.
9376 (bug-strcoll1-ENV): Likewise.
9377 (test-strcasecmp-ENV): Likewise.
9378 (test-strncasecmp-ENV): Likewise.
9379 * time/Makefile (tst-strptime-ENV): Likewise.
9380 (tst-ftime_l-ENV): Likewise.
9381 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9382 (tst-mbrtowc-ENV): Likewise.
9383 (tst-wcrtomb-ENV): Likewise.
9384 (tst-mbrtowc2-ENV): Likewise.
9385 (tst-c16c32-1-ENV): Likewise.
9386 (tst-mbsnrtowcs-ENV): Likewise.
9387
cd1fb604
OB
93882014-06-05 Ondřej Bílka <neleai@seznam.cz>
9389
9390 * manual/resource.texi (How to get information about the memory
9391 subsystem?): Fix typo.
9392 Reported by Peon de la Parra Ivan <peon@keba.com>
9393
b42eca7d
GY
93942014-06-03 Guo Yixuan <culu.gyx@gmail.com>
9395
9396 [BZ #16882]
9397 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9398 (pthread_spin_lock): Branch out of spin loop to proper location.
9399 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9400 (pthread_spin_lock): Likewise.
9401
902b71f9
DM
9402 * nptl/tst-spin4.c: New test.
9403 * nptl/Makefile (tests): Add tst-spin4.
9404
f9d2d032
AS
94052014-06-03 Andreas Schwab <schwab@suse.de>
9406
9407 [BZ #15946]
9408 * resolv/res_send.c (send_dg): Reload file descriptor after
9409 calling reopen.
9410
cf7bfd28
SL
94112014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
9412
9413 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9414
111cc714
RH
94152014-06-03 Richard Henderson <rth@redhat.com>
9416
89b4bd6b
RH
9417 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9418 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9419 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9420 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
9421 in the SAVE_PID block.
9422 (__libc_vfork): New alias.
71840409 9423 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 9424
111cc714
RH
9425 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9426 child in registers, not on the stack. Remove RESET_PID conditionals.
9427 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9428
ccc39911
MS
94292014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
9430
9431 * sysdeps/aarch64/libm-test-ulps: Regenerate.
9432
693096cc
W
94332014-06-03 Wilco <wdijkstr@arm.com>
9434
9435 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9436 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9437 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9438 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9439 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9440 Likewise.
9441
0b4366bc
W
94422014-06-03 Wilco <wdijkstr@arm.com>
9443
9444 * sysdeps/aarch64/fpu/math_private.h
9445 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9446 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9447 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9448 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9449 Fix declarations.
9450
8747cd03
KS
94512014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9452
9453 * crypt/crypt-private.h: Include ufc-crypt.h.
9454 (__b64_from_24bit): Declare extern.
9455 * crypt/crypt_util.c(__b64_from_24bit): New function.
9456 (b64t): New static const variable.
9457 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9458 (b64t): Remove variable.
9459 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9460 * crypt/sha256-crypt.c: Include crypt-private.h.
9461 (b64t): Remove variable.
9462 (__sha256_crypt_r): Remove b64_from_24bit and replace
9463 with __b64_from_24bit.
9464 * crypt/sha512-crypt.c: Likewise.
9465
d936d379
RM
94662014-06-02 Roland McGrath <roland@hack.frob.com>
9467
9468 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9469 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9470 Label the code __libc_vfork rather than __vfork.
9471 [!NOT_IN_libc] (vfork): Define as weak alias.
9472 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9473 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9474 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9475
9fa76613
SP
94762014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9477
9478 * malloc/malloc.c (malloc_info): Fix format specifier for
9479 n_mmaps.
9480
a88dadbe
W
94812014-06-02 Wilco <wdijkstr@arm.com>
9482
9483 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9484 FPCR write.
9485
c95b3011
W
94862014-06-02 Wilco <wdijkstr@arm.com>
9487
9488 [BZ #17009]
9489 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9490 Rewrite to reduce FPCR/FPSR accesses.
9491
6b4d7a90
DM
94922014-06-01 David S. Miller <davem@davemloft.net>
9493
9494 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9495
30f3d07c
DM
94962014-05-31 David S. Miller <davem@davemloft.net>
9497
9498 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9499 to occur in round to nearest mode when |x| >= 2.0
9500
74f31c18
RH
95012014-05-30 Richard Henderson <rth@twiddle.net>
9502
f0712b54
RH
9503 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9504 (PSEUDO_RET_NOERRNO): Remove.
9505 (ret): Don't redefine.
9506 (ret_NOERRNO): Define in terms of ret.
9507 (ret_ERRVAL): Likewise.
9508
74f31c18
RH
9509 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9510 use of PSEUDO_RET; perform the error check directly.
9511
30477995
MM
95122014-05-30 Marko Myllynen <myllynen@redhat.com>
9513
9514 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9515 with __int128_t.
9516
62a58816
SP
95172014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9518
9519 * malloc/malloc (malloc_info): Fix formatting.
9520
4d653a59
SP
95212014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9522 Roland McGrath <roland@hack.frob.com>
9523
9524 * malloc/malloc (malloc_info): Also print mmapped statistics.
9525
5190c17f
RM
95262014-05-30 Roland McGrath <roland@hack.frob.com>
9527
9528 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9529 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9530
987c0269
OB
95312014-05-30 Ondřej Bílka <neleai@seznam.cz>
9532
9533 * malloc/malloc.c (malloc_info): Inline mi_arena.
9534
af4e8ef9
RH
95352014-05-29 Richard Henderson <rth@twiddle.net>
9536
1670e207
RH
9537 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9538 Remove comma before expanding ASM_ARGS_##nr.
9539 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9540 Make _x0 a strict output; make _x8 a strict input; adjust expansion
9541 of ASM_ARGS_##nr.
9542 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9543 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9544 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9545 (ASM_ARGS_1): Add leading comma.
9546
11a28aee
RH
9547 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9548 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9549 to __errno_location.
9550 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9551 Remove the expected plt for __errno_location.
9552
a17e5ffb 9553 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 9554 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
9555 call to __read_tp.
9556
b5be4597
RH
9557 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9558 Always allocate 64 bytes of stack frame. Use ldp/stp to create
9559 it and break it down.
9560 (DOCARGS_0, DOCARGS_1): Do nothing.
9561 (DOCARGS_2): Update to store into the new stack frame.
9562 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9563 (UNDOCARGS_1): Update to restore from the new stack frame.
9564 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9565 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9566
645d44ab
RH
9567 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9568 (SINGLE_THREAD_P): New parameter for result regno.
9569 (PSEUDO): Update to match; use cbz instead of beq.
9570
a8b4f04a
RH
9571 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9572 Use ENTRY to define the _nocancel entry point. Share the syscall
9573 and syscall error check paths with the cancel path.
9574 (PSEUDO_END): New.
9575
af4e8ef9
RH
9576 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9577 whitespace; tabs before and after asm mnemonics.
9578
26b0d2e1
EW
95792014-05-29 Eric Wong <normalperson@yhbt.net>
9580
9581 [BZ #15132]
9582 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9583 Call fstat64 or stat64 internally, depending on arguments passed.
9584 Replace stat buffer argument with file descriptor argument.
9585 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9586 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9587 Pass fd to __internal_statvfs instead of calling fstat64.
9588 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9589 Pass fd to __internal_statvfs64 instead of calling fstat64.
9590 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9591 Pass -1 to __internal_statvfs instead of calling stat64.
9592 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9593 Pass -1 to __internal_statvfs64 instead of calling stat64.
9594
1efe2bd9
RM
95952014-05-28 Roland McGrath <roland@hack.frob.com>
9596
0d3b7a19
RM
9597 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9598 that was previously under [RESET_PID].
9599 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9600
1efe2bd9
RM
9601 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9602 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9603
a6bea3ca
RM
96042014-05-27 Roland McGrath <roland@hack.frob.com>
9605
30b6629e
RM
9606 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9607
a6bea3ca
RM
9608 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9609 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9610
3dfb9a5c
OB
96112014-05-27 Ondřej Bílka <neleai@seznam.cz>
9612
9613 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9614
774f9285
AS
96152014-05-27 Andreas Schwab <schwab@suse.de>
9616
9617 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9618 TLS_INIT_TP macro.
9619 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9620 * elf/rtld.c (init_tls, dl_main): Likewise.
9621 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9622 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9623 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9624 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9625 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9626 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9627 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9628 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9629 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9630 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9631 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9632 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9633 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9634 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9635 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9636 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9637 * sysdeps/generic/tls.h: Update description.
9638
36ffe739
WN
96392014-05-27 Will Newton <will.newton@linaro.org>
9640
9641 [BZ #16990]
9642 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9643 and restore r2 rather than just restoring.
9644
2482ae43
SP
96452014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9646
9647 [BZ #16724]
9648 * libio/tst-ftell-append.c: New test case.
9649 * libio/Makefile (tests): Add test case.
9650 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9651 append mode.
9652 * libio/wfileops.c (do_ftell_wide): Likewise.
9653
3d1024e8
AZ
96542014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9655
bab90016
AZ
9656 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9657
c7a8d667
AZ
9658 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9659 ...
9660 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9661 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9662 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9663 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9664 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9665 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9666 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9667 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9668 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9669 Moved ...
9670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9671 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9672 Moved ...
9673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9674 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9675 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9676 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9677 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9678 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9679 ...
9680 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9681 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9682 Moved ...
9683 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9684 here.
9685 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9686 ...
9687 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9688 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9689 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9690
daee7851
AZ
9691 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9692 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9693 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9694 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9695
50a40819
AZ
9696 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9697 merge into ...
9698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9699 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9700 ...
9701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9702 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9703 ...
9704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9705 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9706 Moved ...
9707 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9708 here.
9709 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9710 Moved ...
9711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9712 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9713 Moved ...
9714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9715
8464c2a1
AZ
9716 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9717 conditional [RESET_PID].
9718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9719 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9720 removed.
9721 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9722 removed.
9723
3d1024e8
AZ
9724 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9725 <tcb-offsets.h>.
9726 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9727 (__libc_vfork): New strong alias.
9728 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9729 removed.
9730 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9731 Removed.
9732
9733 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9734 <tcb-offsets.h>.
9735 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9736 (__libc_vfork): New strong alias.
9737 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9738 removed.
9739 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9740 removed.
9741
fdfd175d
CD
97422014-05-26 Carlos O'Donell <carlos@redhat.com>
9743
9744 * malloc/malloc.c (mi_arena): New function.
9745 (malloc_info): Remove nested function mi_arena. Call non-nosted
9746 function mi_arena.
9747
d298c416
AZ
97482014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9749
9750 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9751 by insrwi.
9752 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9753 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9754 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9755 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9756 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9757 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9758 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9759
b60ea6ff
AS
97602014-05-26 Andreas Schwab <schwab@suse.de>
9761
9762 [BZ #16984]
9763 * locale/programs/repertoire.c (repertoire_read): Add slash
9764 between I18NPATH element and file name.
9765 * locale/programs/locfile.c (locfile_read): Likewise.
9766
67365926
SL
97672014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9768
9769 * nptl/pthread_mutexattr_settype.c
9770 (__pthread_mutexattr_settype):
9771 Disable lock elision for PTHREAD_MUTEX_NORMAL.
9772
f8bdf1f0
SL
97732014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9774
9775 * nptl/tst-mutex5 (do_test):
9776 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9777
15eaf6ff
SP
97782014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9779
9780 * benchtests/README: Document 'init' directive.
9781 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9782 BENCH_INIT.
9783 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9784 (parse_file): Recognize 'init' directive.
9785
75f11331
KM
97862014-05-26 Kyle McMartin <kyle@redhat.com>
9787
9788 [BZ #16796]
9789 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9790 alignment of struct pthread.
9791
c3ec475c
SP
97922014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9793
9794 [BZ #16878]
9795 * nscd/netgroupcache.c (addgetnetgrentX): Look for
9796 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9797 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9798 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9799
82aab97c
RH
98002014-05-25 Richard Henderson <rth@twiddle.net>
9801
aa2f176d
RH
9802 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9803 (SINGLE_THREAD_P_PIC): Remove.
9804 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9805 (SINGLE_THREAD_P_PIC): Remove.
9806
ca3cfa40
RH
9807 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9808 branch to syscall error ...
9809 (PSEUDO): ... here.
9810 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9811 from __local_syscall_error to .Lsyscall_error.
9812 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9813 (SYSCALL_ERROR): Update label name.
9814
6e6c2d01
RH
9815 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9816 Do not use DOARGS/UNDOARGS.
9817 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9818 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9819 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9820 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9821 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9822
c69abcee
RH
9823 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9824 block comment.
9825
82aab97c
RH
9826 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9827 define if !NOT_IN_libc.
9828 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9829 define with non-default symbol versions.
9830
8820e3ac
RH
98312014-05-23 Richard Henderson <rth@twiddle.net>
9832
900e445f
RH
9833 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9834 (vfork, __vfork): Define via compat_symbol.
9835
8820e3ac
RH
9836 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9837 [!HAVE_IFUNC] (vfork_compat): Remove.
9838 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9839
e59252a5
JM
98402014-05-23 Joseph Myers <joseph@codesourcery.com>
9841
9842 [BZ #16978]
9843 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9844 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9845 variable.
9846
132c7f5f
RH
98472014-05-23 Richard Henderson <rth@twiddle.net>
9848
bc89e962
RH
9849 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9850 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9851 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9852 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9853
9854 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9855 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9856 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9857 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9858 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9859 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9860 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9861 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9862 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9863 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9864 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9865 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9866 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9867 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9868 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9869 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9870 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9871 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9872 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9873 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9874 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9875 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9876 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9877 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9878 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9879 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9880 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9881 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9882 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9883 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9884 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9885 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9886 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9887 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9888 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9889 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9890 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9891 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9892 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9893 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9894 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9895 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9896 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9897 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9898 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9899 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9900 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9901 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9902 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9903 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9904 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9905 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9906 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9907 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9908 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9909 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9910
e2fa4bc2
RH
9911 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9912 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9913 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
9914 before exiting on error.
9915 (__libc_vfork): New strong alias.
9916 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9917 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9918
279b24e2
RH
9919 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9920 that was previously under [RESET_PID].
9921 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9922
132c7f5f
RH
9923 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9924
b72592e7
JM
99252014-05-23 Joseph Myers <joseph@codesourcery.com>
9926
9927 [BZ #16977]
9928 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9929 value when x - 1 is zero.
9930 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9931 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9932 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9933 0.0L for an argument of 1.0L.
9934 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9935 Likewise.
9936 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9937 value when x - 1 is zero.
9938 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9939 * sysdeps/i386/fpu/libm-test-ulps: Update.
9940 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9941
2302d679
RV
99422014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9943
9944 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9945 alphasort and versionsort.
9946
32999d63
AZ
99472014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9948
9949 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9950 macro.
9951 [copysignf]: Likewise.
9952
019324d0
SP
99532014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9954
9955 * crypt/md5-crypt.c: Fix formatting.
9956
34fff5c2
KS
99572014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9958
9959 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9960 (b64_from_24bit): New function.
9961
3d2badac
AZ
99622014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9963
9964 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9965 libc_hidden_builtin_def to ifunc.
9966 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9967 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9968
f7bb179f 99692014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
9970
9971 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9972 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9973
4134b50d
JM
99742014-05-21 Joseph Myers <joseph@codesourcery.com>
9975
bb7d0337
JM
9976 * nscd/Depend (linuxthreads): Remove.
9977 (nptl): Add.
9978 * resolv/Depend (linuxthreads): Remove.
9979 * rt/Depend (linuxthreads): Remove.
9980
4134b50d
JM
9981 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9982 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9983 $(common-objpfx)elf/.
9984 (link-libc-before-gnulib): Likewise.
9985 (elfobjdir): Remove variable.
9986 * Makefile (install): Use $(elf-objpfx) instead of
9987 $(common-objpfx)elf/.
9988 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9989 $(elfobjdir)/.
9990 (link-libc-deps): Likewise.
9991 ($(common-objpfx)libc.so): Likewise.
9992 ($(common-objpfx)linkobj/libc.so): Likewise.
9993 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9994 instead of $(common-objpfx)elf/.
9995 (symbolic-link-list): Likewise.
9996 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9997 [$(cross-compiling) = no]: Likewise.
9998 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9999 $(elfobjdir)/.
10000 (static-gnulib-arch): Likewise.
10001 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10002 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10003 $(common-objpfx)elf/.
10004
3612eb8f
RH
100052014-05-21 Richard Henderson <rth@redhat.com>
10006
a6b3657b
RH
10007 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10008 (SINGLE_THREAD_P): Use the correct width load. Fold
10009 into the ldr offset.
10010
3612eb8f
RH
10011 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10012 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10013
175cef41
JM
100142014-05-20 Joseph Myers <joseph@codesourcery.com>
10015
10016 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10017 (libgcc_s_resume): Use __attribute_used__.
10018 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10019 Likewise.
10020
e13bccd3
AZ
100212014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10022
10023 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10024 optimization when used with float constants.
10025
7c112a38
AZ
10026 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10027
ae75a883
AJ
100282014-05-20 Aurelien Jarno <aurelien@aurel32.net>
10029
10030 [BZ #16915]
10031 * locale/nl_langinfo_l.c: Make direct reference to every
10032 _nl_current_CATEGORY symbol.
10033 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10034 (tests-static): Add tst-langinfo-static.
10035 (tests-special): Add tst-langinfo-static.out.
10036 ($(objpfx)tst-langinfo.out): Redirect output.
10037 ($(objpfx)tst-langinfo-static.out): New.
10038 * localedata/tst-langinfo.sh: Send output to stdout.
10039 * localedata/tst-langinfo-static.c: New file.
10040
4406c41c
AJ
10041 [BZ #16965]
10042 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10043 when the shift amount is modulo the limb size.
10044
4c0a1e63
RH
100452014-05-20 Richard Henderson <rth@redhat.com>
10046
de9d8f20
RH
10047 [BZ #16967]
10048 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10049 Change type of sa_flags from unsigned int to int.
10050
4c0a1e63
RH
10051 [BZ #16966]
10052 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
10053
10054 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10055
a60339aa
WN
100562014-05-20 Will Newton <will.newton@linaro.org>
10057
10058 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10059 Test the return value of the system call in the nocancel case.
10060
7d05a816
YR
100612014-05-20 Will Newton <will.newton@linaro.org>
10062 Yvan Roux <yvan.roux@linaro.org>
10063
10064 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10065 #include of asm/ptrace.h.
10066 (PTRACE_GET_THREAD_AREA): Remove #undef.
10067 (PTRACE_GETHBPREGS): Likewise.
10068 (PTRACE_SETHBPREGS): Likewise.
10069 (struct user_regs_struct): New structure.
10070 (struct user_fpsimd_struct): New structure.
10071 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10072 #include of asm/ptrace.h and second #include of sys/user.h.
10073 (PTRACE_GET_THREAD_AREA): Remove #undef.
10074 (PTRACE_GETHBPREGS): Likewise.
10075 (PTRACE_SETHBPREGS): Likewise.
10076 (ELF_NGREG): Use new struct user_regs_struct.
10077 (elf_fpregset_t): Use new struct user_fpsimd_struct.
10078
af121e37
AZ
100792014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10080
10081 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10082 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10083
834caf06
JM
100842014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10085
10086 [BZ #16958]
10087 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10088 membar to avoid block loads/stores to overlap previous stores.
10089
e184a918
RH
100902014-05-17 Richard Henderson <rth@redhat.com>
10091
10092 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10093 Create the __##syscall_name##_nocancel entry point.
10094 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10095 Remove; let the sysdep-cancel.h code create it.
10096
f56c7a6a
DM
100972014-05-17 David S. Miller <davem@davemloft.net>
10098
10099 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10100 Protect with __USE_GNU.
10101 (TIOCSET_TEMPT): Likewise.
10102 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10103 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10104 these are already provided in bits/ioctl-types.h
10105
f75616b2
RM
101062014-05-16 Roland McGrath <roland@hack.frob.com>
10107
3edeca86
RM
10108 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10109 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10110
f75616b2
RM
10111 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10112 Use wait4 regardless of [__NR_waitpid].
10113
deb0f7f6
MR
101142014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
10115
10116 PR libgcc/60166
10117 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10118 (_FP_NANSIGN_Q): Set the quiet bit.
10119
79520f4b
JM
101202014-05-16 Joseph Myers <joseph@codesourcery.com>
10121
10122 * benchtests/Makefile
10123 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10124 not $(common-objpfx)math/libm.so.
10125 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10126 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10127 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10128 $(common-objpfx)dlfcn/libdl.so.
10129 ($(objpfx)tst-audit8): Depend on $(libm), not
10130 $(common-objpfx)math/libm.so.
10131 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10132 not $(common-objpfx)dlfcn/libdl.so.
10133 * math/Makefile
10134 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10135 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
10136 [$(build-shared) = yes].
10137 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10138 $(common-objpfx)nptl/libpthread.so.
10139 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10140 $(common-objpfx)math/libm.so$(libm.so-version) or
10141 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10142 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10143 $(common-objpfx)dlfcn/libdl.so.
10144 * setjmp/Makefile (link-libm): Remove variable.
10145 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10146 * stdio-common/Makefile (link-libm): Remove variable.
10147 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10148 * stdlib/Makefile (link-libm): Remove variable.
10149 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10150 ($(objpfx)tst-strtod-round): Likewise.
10151 ($(objpfx)tst-tininess): Likewise.
10152 ($(objpfx)tst-strtod-underflow): Likewise.
10153 ($(objpfx)tst-strtod6): Likewise.
10154 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10155 $(libdl), not $(common-objpfx)nptl/libpthread.so and
10156 $(common-objpfx)dlfcn/libdl.so.
10157
026b0fe4
AZ
101582014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10159
10160 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10161 BSD terminal modes definitions.
10162
def4bcb2
RM
101632014-05-16 Roland McGrath <roland@hack.frob.com>
10164
fe39b021
RM
10165 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10166 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10167
1d1fc46e 10168 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
10169 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10170 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10171 Don't do #include_next.
10172 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10173 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10174 Don't do #include_next.
10175 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10176 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10177 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10178 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10179
c72399fb
AM
101802014-05-16 Allan McRae <allan@archlinux.org>
10181
d51d659d
AM
10182 * po/sv.po: Update Swedish translation from translation project.
10183
c72399fb
AM
10184 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10185 in sed expression.
10186
d0583c40
AJ
101872014-05-16 Aurelien Jarno <aurelien@aurel32.net>
10188
10189 [BZ #16917]
10190 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10191 errno if the TIOCGPTN ioctl fails with an error different than
10192 EINVAL.
10193 * login/tst-ptsname.c: New file.
10194 * login/Makefile (tests): Add tst-ptsname.
10195
d16e6ec7
AJ
10196 [BZ #16943]
10197 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10198 and prlimit64.
10199
cf26a0cb
SP
102002014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10201
10202 [BZ #16849]
10203 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10204 herrno to return EAI_AGAIN.
10205
5675da1e
RM
102062014-05-14 Roland McGrath <roland@hack.frob.com>
10207
a5d87b3d
RM
10208 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10209 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10210 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10211 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10212 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10213 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10214 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10215 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10216 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10217 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10218 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10219 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10220 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10221 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10222 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10223 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10224 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10225 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10226 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10227 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10228 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10229 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10230 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10231 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10232 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10233 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10234 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10235 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10236 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10237 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10238 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10239 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10240 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10241 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10242 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10243 Moved ...
10244 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10245 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10246 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10247 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10248 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10249 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10250 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10251 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10252 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10253 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10254 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10255 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10256 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10257 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10258 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10259 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10260 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10261 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10262 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10263 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10264 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10265 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10266 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10267 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10268 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10269 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10270 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10271 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10272 Moved ...
10273 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10274 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10275 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10276 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10277 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10278 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10279 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10280 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10281 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10282 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10283 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10284 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10285 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10286 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10287 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10288 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10289 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10290 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10291 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10292 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10293 Moved ...
10294 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10295 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10296 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10297
039890a6
RM
10298 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10299 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10300 (libpthread-sysdep_routines): Add elision-related stuff here instead.
10301 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10302 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10303 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10304 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10305 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10306 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10307 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10308 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10309 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10310 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10311 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10312 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10313 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10314 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10315 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10316 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10317 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10318 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10319 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10320 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10321 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10322 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10323 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10324 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10325 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10326 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10327 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10328 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10329
65c89320
RM
10330 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10331 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10332
348f8e8c
RM
10333 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10334 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10335 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10336 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10337 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10338 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10339 Moved ...
10340 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10341 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10342 Moved ...
10343 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10344 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10345 Moved ...
10346 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10347 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10348 Moved ...
10349 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10350 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10351 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10352 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10353 Moved ...
10354 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10355 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10356 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10357 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10358 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10359 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10360 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10361 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10362 Moved ...
10363 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10364 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10365 Moved ...
10366 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10367 ... here.
10368 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10369 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10370 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10371 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10372 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10373 Moved ...
10374 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10375 ... here.
10376 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10377 Moved ...
10378 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10379 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10380 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10381 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10382 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10383 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10384 Moved ...
10385 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10386 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10387 Moved ...
10388 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10389 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10390 Moved ...
10391 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10392 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10393 Moved ...
10394 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10395 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10396 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10397 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10398 Moved ...
10399 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10400 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10401 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10402 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10403 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10404 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10405 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10406 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10407 Moved ...
10408 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10409 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10410 Moved ...
10411 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10412 ... here.
10413 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10414 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10415 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10416 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10417 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10418 Moved ...
10419 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10420 ... here.
10421 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10422 Moved ...
10423 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10424 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10425 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10426 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10427 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10428 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10429 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10430 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10431 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10432 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10433 Moved ...
10434 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10435 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10436 Moved ...
10437 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10438 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10439 Moved ...
10440 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10441 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10442 Moved ...
10443 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10444 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10445 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10446 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10447 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10448 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10449 Moved ...
10450 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10451 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10452 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10453 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10454 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10455 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10456 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10457 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10458 Moved ...
10459 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10460 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10461 Moved ...
10462 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10463 ... here.
10464 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10465 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10466 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10467 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10468 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10469 Moved ...
10470 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10471 ... here.
10472 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10473 Moved ...
10474 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10475 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10476 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10477 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10478 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10479 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10480 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10481 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10482 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10483 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10484 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10485
5085af05
RM
10486 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10487 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10488
708f0813
RM
10489 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10490 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10491
c96067bc
RM
10492 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10493 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10494 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10495 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10496 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10497 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10498 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10499 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10500 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10501 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10502 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10503 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10504 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10505 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10506 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10507 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10508 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10509 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10510 Moved ...
10511 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10512 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10513 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10514 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10515 Moved ...
10516 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10517 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10518 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10519 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10520 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10521 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10522 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10523 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10524 Moved ...
10525 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10526 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10527 Moved ...
10528 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10529 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10530 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10531 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10532 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10533 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10534 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10535 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10536 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10537 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10538 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10539 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10540 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10541 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10542 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10543 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10544 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10545
ec136444
RM
10546 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10547 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10548 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10549 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10550 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10551
2fbdf533
RM
10552 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10553 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10554 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10555 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10556 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10557 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10558 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10559 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10560 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10561 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10562
4c68138b
RM
10563 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10564 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10565
4eaae765
RM
10566 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10567 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
10568 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10569 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10570 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10571 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10572 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10573 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10574 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10575 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10576 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10577 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10578 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10579 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10580 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10581 Update #include.
10582 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10583 Likewise.
10584 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10585 Likewise.
10586 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10587 Likewise.
10588 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10589 Likewise.
10590 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10591 Likewise.
10592 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10593 Likewise.
10594 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10595 Likewise.
10596 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10597 Likewise.
10598 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10599 Likewise.
4ef6befa
RM
10600 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10601 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10602 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10603 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10604 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
10605 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10606 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10607 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10608 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10609 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10610 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10611 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10612 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10613 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
10614 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 10615
941d7dfd
RM
10616 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10617 that was previously under [RESET_PID].
10618 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10619 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10620 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10621
1b731c35
RM
10622 * sysdeps/i386/nptl/Implies: New file.
10623 * sysdeps/x86_64/nptl/Implies: New file.
10624 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10625 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10626 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10627 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10628
e2787137
RM
10629 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10630 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10631 (__libc_vfork): New strong alias.
10632 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10633 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10634
10635 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10636 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10637 (__libc_vfork): New strong alias.
10638 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10639 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10640
5675da1e
RM
10641 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10642 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10643 (__libc_vfork): New strong alias.
10644 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10645 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10646 * nptl/pt-vfork.c: New file.
10647 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10648 (libpthread: GLIBC_2.20): New version set (empty).
10649
4f02e2b8
WN
106502014-05-14 Will Newton <will.newton@linaro.org>
10651
10652 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10653 rather than #if.
10654
0bf061d3
JM
106552014-05-14 Joseph Myers <joseph@codesourcery.com>
10656
1a84c3d6
JM
10657 [BZ #16564]
10658 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10659 arguments with exponent 65 or above.
10660 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10661 arguments 0x1p113L or above.
10662 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10663 to arguments 0x1p107L or above.
10664 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10665 positive arguments with exponent 65 or above.
10666 * math/auto-libm-test-in: Add more tests of log1p.
10667 * math/auto-libm-test-out: Regenerated.
10668
01dbacd2
JM
10669 [BZ #16928]
10670 * math/s_cacos.c (__cacos): Ensure zero real part of result from
10671 non-finite arguments is +0.
10672 * math/s_cacosf.c (__cacosf): Likewise.
10673 * math/s_cacosl.c (__cacosl): Likewise.
10674 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10675 * sysdeps/i386/fpu/libm-test-ulps: Update.
10676 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10677
913d03c8
JM
10678 [BZ #16927]
10679 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10680 value.
10681 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10682 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10683 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10684 for explicit high bit of mantissa when testing for argument equal
10685 to 1.
10686 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10687 * sysdeps/i386/fpu/libm-test-ulps: Update.
10688 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10689
0bf061d3
JM
10690 [BZ #16516]
10691 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10692 (__erf): Scale by 16 instead of 8 in potentially underflowing
10693 case. Ensure exception if result actually underflows.
10694 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10695 (__erff): Scale by 16 instead of 8 in potentially underflowing
10696 case. Ensure exception if result actually underflows.
10697 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10698 (efx8): Remove variable.
10699 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10700 case. Ensure exception if result actually underflows.
10701 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10702 (efx8): Remove variable.
10703 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10704 case. Ensure exception if result actually underflows.
10705 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10706 (efx8): Remove variable.
10707 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10708 case. Ensure exception if result actually underflows.
10709 * math/auto-libm-test-in: Add more tests of erf.
10710 * math/auto-libm-test-out: Regenerated.
10711
73ba67cb
AS
107122014-05-14 Andreas Schwab <schwab@suse.de>
10713
3d8c8bff
AS
10714 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10715 Remove code conditionalized on USE___THREAD.
10716
73ba67cb
AS
10717 * config.h.in (HAVE_PT_CHOWN): Define as 0.
10718 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10719 not definedness.
10720
5c521ecd
JM
107212014-05-14 Joseph Myers <joseph@codesourcery.com>
10722
5e7698c6
JM
10723 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10724 Define unconditionally.
10725 (__ASSUME_O_CLOEXEC): Likewise.
10726 (__ASSUME_SOCK_CLOEXEC): Likewise.
10727 (__ASSUME_IN_NONBLOCK): Likewise.
10728 (__ASSUME_PIPE2): Likewise.
10729 (__ASSUME_EVENTFD2): Likewise.
10730 (__ASSUME_SIGNALFD4): Likewise.
10731 (__ASSUME_DUP3): Likewise.
10732 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10733 (__ASSUME_DUP3): Do not define.
10734 (__ASSUME_EVENTFD2): Likewise.
10735 (__ASSUME_IN_NONBLOCK): Likewise.
10736 (__ASSUME_O_CLOEXEC): Likewise.
10737 (__ASSUME_PIPE2): Likewise.
10738 (__ASSUME_SIGNALFD4): Likewise.
10739 (__ASSUME_SOCK_CLOEXEC): Likewise.
10740 (__ASSUME_UTIMES): Undefine.
10741 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10742 (__ASSUME_UTIMES): Do not define.
10743 (__ASSUME_O_CLOEXEC): Likewise.
10744 (__ASSUME_SOCK_CLOEXEC): Likewise.
10745 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10746 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10747 0x020621].
10748 (__ASSUME_PIPE2): Likewise.
10749 (__ASSUME_EVENTFD2): Likewise.
10750 (__ASSUME_SIGNALFD4): Likewise.
10751 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10752 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10753 Do not define.
10754 (__ASSUME_EVENTFD2): Likewise.
10755 (__ASSUME_SIGNALFD4): Likewise.
10756 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10757 (__ASSUME_32BITUIDS): Likewise.
10758 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10759 (__ASSUME_IPC64): Likewise.
10760 (__ASSUME_ST_INO_64_BIT): Likewise.
10761 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10762 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10763 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10764 (__ASSUME_UTIMES): Do not define.
10765 (__ASSUME_PSELECT): Likewise.
10766 (__ASSUME_PPOLL): Likewise.
10767 (__ASSUME_O_CLOEXEC): Likewise.
10768 (__ASSUME_SOCK_CLOEXEC): Likewise.
10769 (__ASSUME_IN_NONBLOCK): Likewise.
10770 (__ASSUME_PIPE2): Likewise.
10771 (__ASSUME_EVENTFD2): Likewise.
10772 (__ASSUME_SIGNALFD4): Likewise.
10773 (__ASSUME_DUP3): Likewise.
10774 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10775 (__ASSUME_UTIMES): Likewise.
10776 (__ASSUME_O_CLOEXEC): Likewise.
10777 (__ASSUME_SOCK_CLOEXEC): Likewise.
10778 (__ASSUME_IN_NONBLOCK): Likewise.
10779 (__ASSUME_PIPE2): Likewise.
10780 (__ASSUME_EVENTFD2): Likewise.
10781 (__ASSUME_SIGNALFD4): Likewise.
10782 (__ASSUME_DUP3): Likewise.
10783 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10784 (__ASSUME_UTIMES): Likewise.
10785 (__ASSUME_O_CLOEXEC): Likewise.
10786 (__ASSUME_SOCK_CLOEXEC): Likewise.
10787 (__ASSUME_IN_NONBLOCK): Likewise.
10788 (__ASSUME_PIPE2): Likewise.
10789 (__ASSUME_EVENTFD2): Likewise.
10790 (__ASSUME_SIGNALFD4): Likewise.
10791 (__ASSUME_DUP3): Likewise.
10792 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10793 Likewise.
10794 (__ASSUME_UTIMES): Likewise.
10795 (__ASSUME_EVENTFD2): Likewise.
10796 (__ASSUME_SIGNALFD4): Likewise.
10797 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10798 (__ASSUME_O_CLOEXEC): Likewise.
10799 (__ASSUME_SOCK_CLOEXEC): Likewise.
10800 (__ASSUME_IN_NONBLOCK): Likewise.
10801 (__ASSUME_PIPE2): Likewise.
10802 (__ASSUME_EVENTFD2): Likewise.
10803 (__ASSUME_SIGNALFD4): Likewise.
10804 (__ASSUME_DUP3): Likewise.
10805 (__ASSUME_UTIMES): Undefine.
10806
5c521ecd
JM
10807 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10808 feclearexcept. Remove symbol versioning code.
10809 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
10810 symbol versioning code.
10811 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
10812 symbol versioning code.
10813 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10814 feupdateenv. Remove symbol versioning code.
10815 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10816 fegetexceptflag. Remove symbol versioning code.
10817 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10818 fesetexceptflag. Remove symbol versioning code.
10819 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10820 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
10821 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10822 (__posix_fadvise64_l32): Remove prototype.
10823 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10824 code.
10825
5da9dfad
RM
108262014-05-13 Roland McGrath <roland@hack.frob.com>
10827
10828 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10829 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10830 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10831 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10832
893b4f37
SK
108332014-05-13 Sami Kerola <kerolasa@iki.fi>
10834
10835 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10836 current working directory
10837
e0db6517
RM
108382014-05-13 Roland McGrath <roland@hack.frob.com>
10839
58aa195d
RM
10840 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10841 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10842 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10843 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10844 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10845 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10846 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10847 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10848 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10849 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10850 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10851 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10852 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10853 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10854 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10855 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10856 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10857 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10858 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10859 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10860 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10861 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10862 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10863 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10864 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10865 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10866 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10867 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10868 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10869 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10870 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10871 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10872 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10873 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10874 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10875 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10876 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10877 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10878 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10879 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10880 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10881 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10882
8c6d01f0
RM
10883 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10884 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10885
10886 * sysdeps/unix/sysv/linux/arm/Makefile
10887 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10888 Add rt-aeabi_unwind_cpp_pr1.
10889 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10890 Add nptl-aeabi_unwind_cpp_pr1.
10891 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10892 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10893 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10894 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10895 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10896 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10897
10898 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10899 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10900 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10901 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10902
bba6da4e
RM
10903 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10904 Deconditionalize the code that was previously under [RESET_PID].
10905 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10906
e0db6517
RM
10907 * sysdeps/generic/exit-thread.h: New file.
10908 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10909 * include/unistd.h (__exit_thread): Remove declaration.
10910 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10911 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10912 * csu/libc-start.c: Include <exit-thread.h>.
10913 (LIBC_START_MAIN): Pass no argument to __exit_thread.
10914 * nptl/pthread_create.c: Include <exit-thread.h>.
10915 (start_thread): Call __exit_thread in place of __exit_thread_inline.
10916 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10917 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10918 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10919 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10920 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10921 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10922 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10923 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10924 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10925 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10926 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10927 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10928 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10929 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10930 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10931 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10932
01eb16fd
AS
109332014-05-13 Andreas Schwab <schwab@suse.de>
10934
10935 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10936
637461d9
JM
109372014-05-12 Joseph Myers <joseph@codesourcery.com>
10938
10939 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10940 (__ASSUME_UTIMES): Do not condition on kernel version.
10941 (__ASSUME_PSELECT): Define unconditionally.
10942 (__ASSUME_PPOLL): Likewise.
10943 (__ASSUME_ATFCTS): Likewise.
10944 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10945 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10946 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10947 (__ASSUME_UTIMENSAT): Define unconditionally.
10948 (__ASSUME_PRIVATE_FUTEX): Likewise.
10949 (__ASSUME_FALLOCATE): Likewise.
10950 (__ASSUME_O_CLOEXEC): Likewise.
10951 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10952 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10953 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10954 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10955 (__ASSUME_IN_NONBLOCK): Likewise.
10956 (__ASSUME_PIPE2): Likewise.
10957 (__ASSUME_EVENTFD2): Likewise.
10958 (__ASSUME_SIGNALFD4): Likewise.
10959 (__ASSUME_DUP3): Likewise.
10960 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10961 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10962 (__ASSUME_AT_RANDOM): Likewise.
10963 (__ASSUME_PREADV): Likewise.
10964 (__ASSUME_PWRITEV): Likewise.
10965 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10966 (__ASSUME_F_GETOWN_EX): Define unconditionally.
10967 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10968 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10969 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10970 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10971 (__ASSUME_O_CLOEXEC): Define unconditionally.
10972 (__ASSUME_PSELECT): Do not undefine conditionally.
10973 (__ASSUME_PPOLL): Likewise.
10974 (__ASSUME_ATFCTS): Likewise.
10975 (__ASSUME_SET_ROBUST_LIST): Likewise.
10976 (__ASSUME_UTIMENSAT): Likewise.
10977 (__ASSUME_FDATASYNC): Define unconditionally.
10978 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10979 (__ASSUME_SIGFRAME_V2): Likewise.
10980 )__ASSUME_EVENTFD2): Likewise.
10981 (__ASSUME_SIGNALFD4): Likewise.
10982 (__ASSUME_PSELECT): Do not undefine conditionally.
10983 (__ASSUME_PPOLL): Likewise.
10984 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10985 (__ASSUME_PSELECT): Define unconditionally.
10986 (__ASSUME_PPOLL): Likewise.
10987 (__ASSUME_O_CLOEXEC): Likewise.
10988 (__ASSUME_SOCK_CLOEXEC): Likewise.
10989 (__ASSUME_IN_NONBLOCK): Likewise.
10990 (__ASSUME_PIPE2): Likewise.
10991 (__ASSUME_EVENTFD2): Likewise.
10992 (__ASSUME_SIGNALFD4): Likewise.
10993 (__ASSUME_DUP3): Likewise.
10994 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10995 (__ASSUME_O_CLOEXEC): Likewise.
10996 (__ASSUME_SOCK_CLOEXEC): Likewise.
10997 (__ASSUME_IN_NONBLOCK): Likewise.
10998 (__ASSUME_PIPE2): Likewise.
10999 (__ASSUME_EVENTFD2): Likewise.
11000 (__ASSUME_SIGNALFD4): Likewise.
11001 (__ASSUME_DUP3): Likewise.
11002 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11003 (__ASSUME_EVENTFD2): Likewise.
11004 (__ASSUME_SIGNALFD4): Likewise.
11005 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11006
315eb1d8
AS
110072014-05-12 Andreas Schwab <schwab@suse.de>
11008
11009 [BZ #16932]
11010 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11011 (_nss_nis_gethostbyname4_r): Return error if item length is larger
11012 than maximum RPC packet size.
11013 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11014 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11015 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11016 (_nss_nis_getservbyport_r): Likewise.
11017
91df99f7
WN
110182014-05-12 Will Newton <will.newton@linaro.org>
11019
11020 * malloc/Makefile (tests): Add tst-mallopt.
11021 * malloc/tst-mallopt.c: New file.
11022
0a982a29
RM
110232014-05-09 Roland McGrath <roland@hack.frob.com>
11024
11025 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11026 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11027
0ded08a5
AZ
110282014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11029
11030 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11031 (tst-tlsmod6.so): Likewise.
11032
55d4d550
RM
110332014-05-09 Roland McGrath <roland@hack.frob.com>
11034
11035 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11036
77d08aca
JM
110372014-05-09 Joseph Myers <joseph@codesourcery.com>
11038
11039 [BZ #16064]
11040 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11041 and <dl-procinfo.h>.
11042 (__fegetenv): Save SSE state in envp->__eip if supported.
11043 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11044 envp->__eip if supported.
11045 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11046 and <dl-procinfo.h>.
11047 (__fesetenv): Always set __eip, __cs_selector, __opcode,
11048 __data_offset and __data_selector in environment to 0. Set SSE
11049 state if supported.
11050 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11051 test-fenv-sse.
11052 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11053 -mfpmath=sse.
11054 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11055
28162f4d
WN
110562014-05-09 Will Newton <will.newton@linaro.org>
11057
11058 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11059 and libc_relro_required for ARM.
11060 * sysdeps/arm/preconfigure: Regenerate.
11061
5a414ff7
DV
110622014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
11063 Stefan Liebler <stli@linux.vnet.ibm.com>
11064
11065 * config.make.in (enable-lock-elision): New Makefile variable.
11066 * configure.ac: Likewise.
11067 * configure: Regenerate.
11068 * sysdeps/s390/configure.ac:
11069 Add check for gcc transactions support.
11070 * sysdeps/s390/configure: Regenerate.
11071 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11072 Build elision files if enabled.
11073 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11074 Add lock elision support for s390.
11075 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11076 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11077 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11078 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11079 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11080 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11081 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11082 Likewise.
11083 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11084 Likewise.
11085 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11086 Likewise.
11087 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11088 Likewise.
11089 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11090 (__lll_timedlock_elision, __lll_lock_elision)
11091 (__lll_unlock_elision, __lll_trylock_elision)
11092 (lll_timedlock_elision, lll_lock_elision)
11093 (lll_unlock_elision, lll_trylock_elision): Add.
11094 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11095 (pthread_mutex_t): Add lock elision support for s390.
11096
1a2f40e5
W
110972014-05-14 Wilco <wdijkstr@arm.com>
11098
11099 * sysdeps/arm/fclrexcpt.c: Cleanup.
11100 * sysdeps/arm/fedisblxcpt.c: Cleanup.
11101 * sysdeps/arm/feenablxcpt.c: Cleanup.
11102 * sysdeps/arm/fegetenv.c: Cleanup.
11103 * sysdeps/arm/fegetexcept.c: Cleanup.
11104 * sysdeps/arm/fegetround.c: Cleanup.
11105 * sysdeps/arm/feholdexcpt.c: Cleanup.
11106 * sysdeps/arm/fesetenv.c: Cleanup.
11107 * sysdeps/arm/fesetround.c: Cleanup.
11108 * sysdeps/arm/feupdateenv.c: Cleanup.
11109 * sysdeps/arm/fgetexcptflg.c: Cleanup.
11110 * sysdeps/arm/fraiseexcpt.c: Cleanup.
11111 * sysdeps/arm/fsetexcptflg.c: Cleanup.
11112 * sysdeps/arm/ftestexcept.c: Cleanup.
11113 * sysdeps/arm/get-rounding-mode.h: Cleanup.
11114 * sysdeps/arm/setfpucw.c: Cleanup.
11115
f63c86fe
WN
111162014-05-09 Will Newton <will.newton@linaro.org>
11117
11118 * sysdeps/arm/armv7/strcmp.S: New file.
11119 * NEWS: Mention addition of ARMv7 optimized strcmp.
11120
7a1a51b5
RM
111212014-05-08 Roland McGrath <roland@hack.frob.com>
11122
95afbbe5
RM
11123 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11124 look for %.ac rather than %.in.
11125
11126 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11127 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11128 * sysdeps/mach/hurd/configure: Regenerated.
11129 * sysdeps/unix/sysv/linux/configure: Regenerated.
11130
7a1a51b5
RM
11131 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11132
5057ad3b
SE
111332014-05-07 Steve Ellcey <sellcey@mips.com>
11134
11135 [BZ# 16922]
11136 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11137 (LONG_SUB): Ditto.
11138 (PTR_SUB): Ditto.
11139
8dc97517
AS
111402014-05-07 Andreas Schwab <schwab@suse.de>
11141
11142 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11143 when skipping over non-matching result from nscd.
11144
ce0c5b8f
OB
111452014-05-07 Ondřej Bílka <neleai@seznam.cz>
11146
11147 [BZ #16876]
11148 * nptl/sockperf.c (client): Check socket return value.
8dc97517 11149
a1189263
OB
11150 [BZ #16877]
11151 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11152 nscd security class.
ce0c5b8f 11153
0f58d252
RM
111542014-05-06 Roland McGrath <roland@hack.frob.com>
11155
11156 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11157 * sysdeps/arm/unwind.h: ... here.
11158
83df9ad0
AJ
111592014-05-06 Aurelien Jarno <aurelien@aurel32.net>
11160
ce0c5b8f
OB
11161 [BZ# 16916]
11162 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11163 Define.
83df9ad0 11164
f360f94a
VR
111652014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11166
11167 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11168 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11169 multiarch strncpy for PPC64.
11170 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11171 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11172 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11173 multiarch optimizations.
11174 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11175 (__libc_ifunc_impl_list): Likewise.
11176 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11177 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11178 multiarch stpncpy for PPC64.
11179 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11180 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11181
978a41c3
AS
111822014-05-06 Andreas Schwab <schwab@suse.de>
11183
11184 [BZ #16912]
11185 * gmon/mcount.c (_MCOUNT_DECL): Use
11186 atomic_compare_and_exchange_bool_acq instead of
11187 catomic_compare_and_exchange_bool_acq.
11188
eb1ed03d
RM
111892014-05-05 Roland McGrath <roland@hack.frob.com>
11190
fe658845
RM
11191 * elf/Makefile (others, install-bin): Remove pldd.
11192 (pldd-modules): Variable removed.
11193 ($(objpfx)pldd): Target removed.
11194 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11195 (others, install-bin): Append pldd here.
11196 ($(objpfx)pldd): New target.
11197
eb1ed03d
RM
11198 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11199 to 0, so the first #if test emitted later doesn't see it undefined.
11200 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11201 * sysdeps/gnu/errlist.c: Regenerated.
11202
19c4bec0
AZ
112032014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11204
11205 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11206 [libc_hidden_builtin_def]: Define to empty value.
11207 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11208 [libc_hidden_builtin_def]: Likewise.
11209 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11210 [libc_hidden_builtin_def]: Likewise.
11211 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11212 [libc_hidden_builtin_def]: Likewise.
11213 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11214 __redirect_memcpy and define ifunc as default hidden symbol.
11215 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11216 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11217
7776e669
AC
112182014-05-04 Adam Conrad <adconrad@0c3.net>
11219
11220 * locale/iso-4217.def: Reintroduce XDR currency.
11221
d69aeb12
AM
112222014-05-04 Allan McRae <allan@archlinux.org>
11223
11224 * po/eo.po: Update Esperanto translation from translation project.
11225
8f1df5cf
CD
112262014-05-02 Carlos O'Donell <carlos@redhat.com>
11227
11228 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11229 and FEATURE_INDEX_MAX to 1.
11230 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11231
13e402e7
SE
112322014-05-01 Steve Ellcey <sellcey@mips.com>
11233
11234 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11235 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11236 * iconvdata/big5.c (ONE_DIRECTION): Define.
11237 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11238 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11239 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11240 * iconvdata/cp932.c (ONE_DIRECTION): Define.
11241 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11242 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11243 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11244 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11245 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11246 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11247 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11248 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11249 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11250 * iconvdata/gbk.c (ONE_DIRECTION): Define.
11251 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11252 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11253 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11254 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11255 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11256 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11257 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11258 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11259 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11260 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11261 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11262 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11263 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11264 * iconvdata/iso646.c (ONE_DIRECTION): Define.
11265 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11266 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11267 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11268 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11269 * iconvdata/johab.c (ONE_DIRECTION): Define.
11270 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11271 * iconvdata/sjis.c (ONE_DIRECTION): Define.
11272 * iconvdata/t.61.c (ONE_DIRECTION): Define.
11273 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11274 * iconvdata/tscii.c (ONE_DIRECTION): Define.
11275 * iconvdata/uhc.c (ONE_DIRECTION): Define.
11276 * iconvdata/unicode.c (ONE_DIRECTION): Define.
11277 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11278 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11279 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11280
c727f032
RM
112812014-05-01 Roland McGrath <roland@hack.frob.com>
11282
8f2f08d0
RM
11283 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11284 (_IO_JUMPS_OFFSET): Define to 0.
11285
c727f032
RM
11286 * nptl/sysdeps/pthread/bits/libc-lock.h
11287 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11288 (__libc_lock_define_initialized_recursive): Always define using
11289 initializer. Modern compilers treat uninitialized (implicit zero) and
11290 explicit zero initializers the same (i.e. put the datum in bss).
11291
a849e800
AS
112922014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11293
11294 * nscd/nscd-client.h: Include <string.h>.
11295
5331255b
DM
112962014-05-01 David S. Miller <davem@davemloft.net>
11297
11298 [BZ #16885]
11299 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11300 multiple zero bytes exist at the end of a string.
11301 Reported by Aurelien Jarno <aurelien@aurel32.net>
11302
11303 * string/test-strcmp.c (check): Add explicit test for situations where
11304 there are multiple zero bytes after the first.
11305
4fdfe821
AS
113062014-05-01 Andreas Schwab <schwab@linux-m68k.org>
11307
11308 [BZ #16890]
11309 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11310 when compiling wprintf.
11311 * stdio-common/tstdiomisc.c (t3): New function.
11312 (main): Call it.
11313
0cdddc25
SE
113142014-05-01 Steve Ellcey <sellcey@mips.com>
11315
11316 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11317 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11318 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11319 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11320
6426d77e
SE
113212014-05-01 Steve Ellcey <sellcey@mips.com>
11322
11323 * stdlib/longlong.h: Updated from GCC.
11324
6d96f5e4
WN
113252014-05-01 Will Newton <will.newton@linaro.org>
11326 Bernard Ogden <bernie.ogden@linaro.org>
11327
7470db0c
WN
11328 * NEWS: Update fixed bug list.
11329
6d96f5e4
WN
11330 [BZ #15119]
11331 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11332
211d653c
DM
113332014-04-30 David S. Miller <davem@davemloft.net>
11334
4fa262fa
DM
11335 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11336 (libc_feholdexcept_setround_sparc_ctx): New function.
11337 (libc_fesetenv_sparc_ctx): Likewise.
11338 (libc_feupdateenv_sparc_ctx): Likewise.
11339 (libc_feholdsetround_sparc_ctx): Likewise.
11340 (libc_feholdexcept_setround_ctx): Define.
11341 (libc_feholdexcept_setroundf_ctx): Likewise.
11342 (libc_feholdexcept_setroundl_ctx): Likewise.
11343 (libc_fesetenv_ctx): Likewise.
11344 (libc_fesetenvf_ctx): Likewise.
11345 (libc_fesetenvl_ctx): Likewise.
11346 (libc_feupdateenv_ctx): Likewise.
11347 (libc_feupdateenvf_ctx): Likewise.
11348 (libc_feupdateenvl_ctx): Likewise.
11349 (libc_feresetround_ctx): Likewise.
11350 (libc_feresetroundf_ctx): Likewise.
11351 (libc_feresetroundl_ctx): Likewise.
11352 (libc_feholdsetround_ctx): Likewise.
11353 (libc_feholdsetroundf_ctx): Likewise.
11354 (libc_feholdsetroundl_ctx): Likewise.
11355
1d3d93ef
DM
11356 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11357 with __USE_GNU instead of XOPEN cpp guards.
11358
8aa583c3
DM
11359 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11360 0.
11361
211d653c
DM
11362 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11363 with XOPEN cpp guards.
11364
60c8f1f6
JB
113652014-04-30 Julian Brown <julian@codesourcery.com>
11366
11367 [BZ #16888]
11368 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11369 handling.
11370
9a461d46
JM
113712014-04-30 Joseph Myers <joseph@codesourcery.com>
11372
d0f5b3f8
JM
11373 [BZ #9894]
11374 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11375 Change to 2.6.32.
11376 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11377 * sysdeps/unix/sysv/linux/configure: Regenerated.
11378 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11379 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11380 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11381 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11382 * README: Update reference to required Linux kernel version.
11383 * manual/install.texi (Linux): Update reference to required Linux
11384 kernel headers version.
11385 * INSTALL: Regenerated.
11386
9a461d46
JM
11387 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11388 header inclusion.
11389 [POSIX] (limits.h): Likewise.
11390 [POSIX] (math.h): Likewise.
11391 [POSIX] (sys/wait.h): Likewise.
11392 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11393 function.
11394 [POSIX] (stddef.h): Do not allow header inclusion.
11395
1775babf
AZ
113962014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11397
57f41c40 11398 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 11399
8f630cca
YY
114002014-04-30 Yang Yingliang <yangyingliang@huawei.com>
11401
11402 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11403 Return immediately after lll_futex_wake.
11404
1cdeb237
SP
114052014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11406
bc8f194c
SP
11407 [BZ #16791]
11408 * nscd/nscd-client.h (datahead_init_common): Initialize entire
11409 structure.
11410 (datahead_init_pos): Call datahead_init_common early.
11411 (datahead_init_neg): Likewise.
11412
1cdeb237
SP
11413 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11414 datahead_init_neg): New functions.
11415 * nscd/aicache.c (addhstaiX): Use them.
11416 * nscd/grpcache.c (cache_addgr): Likewise.
11417 * nscd/hstcache.c (cache_addhst): Likewise.
11418 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11419 * nscd/netgroupcache.c (do_notfound): Likewise.
11420 (addgetnetgrentX): Likewise.
11421 (addinnetgrX): Likewise.
11422 * nscd/pwdcache.c (cache_addpw): Likewise.
11423 * nscd/servicescache.c (cache_addserv): Likewise.
11424
16b293a7
SP
114252014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
11426 Atsushi Onoe <atsushi@onoe.org>
11427
11428 [BZ #14308]
11429 [BZ #12994]
11430 [BZ #13651]
11431 * resolv/res_query.c (__libc_res_nsearch): Return if at least
11432 one response is valid.
11433 * resolv/res_send.c (send_dg): Check for validity of other
11434 response if the current response is a referral.
11435
a28a9b94
SE
114362014-04-29 Steve Ellcey <sellcey@mips.com>
11437
11438 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11439
2ca180e9
SL
114402014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
11441
11442 [BZ #16823]
11443 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11444 Always divide by positive zero when computing -Inf result.
11445 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11446 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11447
18f2945a
AZ
114482014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11449
11450 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11451 FPSCR if value do not change.
11452 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11453 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11454 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11455 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11456 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11457 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11458 function.
11459
5abebba4
CD
114602014-05-29 Carlos O'Donell <carlos@systemhalted.org>
11461
11462 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11463 * sysdeps/unix/sysv/linux/hppa: Move directory from
11464 ports/systeps/unix/sysv/linux/hppa.
11465 * README: Update listing for hppa-*-linux-gnu.
11466
f7ed60c2
OB
114672014-04-28 Ondřej Bílka <neleai@seznam.cz>
11468
fff763a5
OB
11469 [BZ #16754]
11470 * manual/stdio.texi (Hook functions): Fix types of stream hook
11471 functions.
f7ed60c2
OB
11472 [BZ #16854]
11473 * socket/sys/socket.h: Fix typo in comment.
11474
df639d73
WD
114752014-04-28 Wilco <wdijkstr@arm.com>
11476
f7ed60c2 11477 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
11478 * sysdeps/arm/math_private.h: New file.
11479 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11480
48332d82
L
114812014-04-25 H.J. Lu <hongjiu.lu@intel.com>
11482
11483 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11484 with __int128_t.
11485 (La_x86_64_retval): Likewise.
11486
e5e0d9a4
IB
114872014-04-24 Ian Bolton <ian.bolton@arm.com>
11488
11489 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11490 fpsr if value didn't change.
11491 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11492 to fpcr if value didn't change.
11493 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11494 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11495 fpsr or fpcr if value didn't change.
11496 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11497 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11498 fpcr if value didn't change.
11499 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11500 to fpsr if value didn't change.
11501
bacc75f7
SP
115022014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
11503
11504 * nptl/tst-sem3.c: Use test-skeleton.c
11505 (main): Rename to do_test. Use return instead of
11506 exit.
11507 * nptl/tst-sem4.c: Use test-skeleton.c
11508 (main): Rename to do_test.
11509
a059d359
DM
115102014-04-22 David S. Miller <davem@davemloft.net>
11511
11512 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11513 (struct sigaction): New struct member __glibc_reserved0, change
11514 type of sa_flags to int.
11515
ea6c92f3
YZ
115162014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
11517
11518 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11519 (COUNT_LEADING_ZEROS_0): Define for AArch64.
11520
766c4a36
SP
115212014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
11522
11523 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11524 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11525
140cc7ab
VK
115262014-04-22 Will Newton <will.newton@linaro.org>
11527 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
11528
11529 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11530 (__longjmp): Add longjmp and longjmp_target SystemTap
11531 probes.
11532 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11533 (__sigsetjmp): Add setjmp SystemTap probe.
11534
c54e5cf7
CD
115352014-04-17 Carlos O'Donell <carlos@redhat.com>
11536
11537 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11538 match manual order.
11539
75ffb047
AZ
115402014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11541
11542 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11543
2cd925f7
AZ
11544 * sysdeps/powerpc/fpu/fenv_private.h
11545 (libc_feholdexcept_setroundl_ctx): Define to
11546 libc_feholdexcept_setround_ppc_ctx.
11547 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11548 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11549 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11550 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11551
39e6cd8d
IB
115522014-04-17 Ian Bolton <ian.bolton@arm.com>
11553
11554 * sysdeps/aarch64/math-tests.h: New file.
11555
f9281df9
SY
115562014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
11557
11558 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11559 New.
11560 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11561 Check and set bit_AVX2_Usable.
11562 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11563 macro.
11564 (bit_AVX2): Likewise.
11565 (index_AVX2_Usable): Likewise.
11566 (CPUID_AVX2): Likewise.
11567 (HAS_AVX2): Likewise.
11568
37d35007
WN
115692014-04-17 Will Newton <will.newton@linaro.org>
11570
7c677662
WN
11571 * manual/setjmp.texi (System V contexts): Add note that
11572 calling setcontext on a context created by a call to a
11573 signal handler is undefined. Update text to note that
11574 setcontext from a signal handler is possible but not
11575 recommended.
11576
37d35007 11577 [BZ #16629]
e04a4e9d
WN
11578 * stdlib/tst-setcontext.c: Include signal.h.
11579 (main): Check that the signal stack before and
11580 after swapcontext is the same.
11581
37d35007
WN
11582 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11583 Re-implement to restore registers in user code and avoid
11584 rt_sigreturn system call.
11585
423a7160
W
115862014-04-17 Wilco <wdijkstr@arm.com>
11587
11588 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11589 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11590 * math/test-fenv.c: Skip exception trap tests on targets which only
11591 support non-stop mode.
11592
bc93ab29
IB
115932014-04-17 Ian Bolton <ian.bolton@arm.com>
11594 Wilco Dijkstra <wilco.dijkstra@arm.com>
11595
11596 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11597 (libc_feholdsetround_aarch64_ctx)
11598 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11599 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11600 (libc_feresetround_ctx, libc_feresetroundf_ctx)
11601 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11602 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11603 (libc_feresetround_noexl_ctx): Define.
11604
95fc5fa3
RH
116052014-04-16 Richard Henderson <rth@redhat.com>
11606
ddb04724
RH
11607 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11608
d77c0899
RH
11609 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11610 unwind tables.
11611
a3df56fc
RH
11612 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11613 const from the non-libc, non-ldso copy.
11614
95fc5fa3
RH
11615 * sysdeps/alpha/libm-test-ulps: Regenerate.
11616
7e0b6763
IB
116172014-04-16 Ian Bolton <ian.bolton@arm.com>
11618 Wilco Dijkstra <wilco.dijkstra@arm.com>
11619
11620 * sysdeps/aarch64/fpu/math_private.h: New file.
11621
a9ea2e0c
MS
116222014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
11623
11624 * sysdeps/aarch64/libm-test-ulps: Regenerate.
11625
ea8ba7cd
IZ
116262014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
11627
7e54fd04 11628 [BZ #16275]
ea8ba7cd
IZ
11629 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11630 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11631 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11632 Intel MPX bound registers before _dl_profile_fixup.
11633 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11634 registers after _dl_profile_fixup. Save and restore bound
11635 registers bnd0/bnd1 when calling _dl_call_pltexit.
11636 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11637 (LR_BND_OFFSET): Likewise.
11638 (LRV_BND0_OFFSET): Likewise.
11639 (LRV_BND1_OFFSET): Likewise.
11640
9f2a4fbc
ST
116412014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11642
11643 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11644 to...
11645 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
11646 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11647 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11648 fields.
9f2a4fbc 11649
fd15a59b
ST
116502014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
11651
11652 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11653
f19dfa0a
SL
116542014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11655
11656 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11657
4fa8bc3b
SL
116582014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
11659
11660 [BZ #14770]
11661 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11662 * sysdeps/s390/configure: Regenerate.
11663
8ea587db
SL
11664 [BZ #16824]
11665 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11666 Set round-to-nearest internally to reduce error accumulation.
11667
aa5f0ff1
AM
116682014-04-16 Alan Modra <amodra@gmail.com>
11669
11670 [BZ #16740]
11671 [BZ #16619]
11672 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11673 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 11674 * NEWS: Update fixed bug list.
aa5f0ff1 11675
bb9c256f
SP
116762014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11677
11678 * benchtests/Makefile: Depend on libraries in build directory.
11679 (bench-math): Separate out math tests.
11680 (bench-pthread): Separate out pthread tests.
11681 (bench): Include math and pthread tests.
11682
f737dfd0
CD
116832014-04-14 Carlos O'Donell <carlos@redhat.com>
11684
11685 [BZ #16831]
11686 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11687 _dl_debug_initialize.
11688
0699f766
CD
11689 * configure.ac: Remove SELinux header check.
11690 * configure: Regenerate.
11691 * nscd/selinux.c (perms): Array of const char* to permission names.
11692 (nscd_request_avc_has_perm): Call security_deny_unknown to find
11693 default policy. Call string_to_security_class and string_to_av_perm to
11694 translate strings. Enforce default policy and call avs_has_perm with
11695 results of translated strings.
11696
809bd45f
DM
116972014-04-13 David S. Miller <davem@davemloft.net>
11698
11699 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11700
89e691f2
AM
117012014-04-12 Allan McRae <allan@archlinux.org>
11702
11703 [BZ #16838]
11704 * manual/string.texi (Collation Functions): Fix qsort argument
11705 order in example.
11706 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11707
9c9daaeb
CM
117082014-04-11 Chris Metcalf <cmetcalf@tilera.com>
11709
11710 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11711 Make the test a no-op if there are no exceptions defined.
11712
95561fb9
PP
117132014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11714
fe8d072c 11715 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
11716 enable-hardcoded-path-in-tests
11717
970c602a
WN
117182014-04-11 Will Newton <will.newton@linaro.org>
11719
11720 * benchtests/Makefile (extra-objs): Add json-lib.o.
11721 (bench-func): Tidy up JSON output.
11722 * benchtests/bench-skeleton.c: Include json-lib.h.
11723 (main): Use JSON library functions to do output of
11724 benchmark results.
11725 * benchtests/bench-timing-type.c (main): Output the
11726 timing type simply, leaving formatting to the user.
11727 * benchtests/json-lib.c: New file.
11728 * benchtests/json-lib.h: Likewise.
11729
36875b06
TR
117302014-04-11 Torvald Riegel <triegel@redhat.com>
11731
11732 [BZ #15215]
11733 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11734 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
11735 memory barriers. Add comments.
11736 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11737 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11738 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11739 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11740 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11741 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11742
579db35a
SL
117432014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11744
11745 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11746 * sysdeps/s390/s390-64/configure.ac: ... this ...
11747 * sysdeps/s390/configure.ac: ... to here.
11748 * sysdeps/s390/s390-32/configure: Delete file.
11749 * sysdeps/s390/s390-64/configure: Delete file.
11750 * sysdeps/s390/configure: Regenerate.
11751
c12e9f37
JAPH
117522014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
11753
11754 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11755
439bda32
WN
117562014-04-11 Will Newton <will.newton@linaro.org>
11757
11758 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11759 to zero if it is not defined elsewhere. (mtrim): Test
11760 the value of MALLOC_DEBUG with #if rather than #ifdef.
11761
6a5d6ea1
TR
117622014-04-10 Torvald Riegel <triegel@redhat.com>
11763
11764 * benchtests/pthread_once-inputs: New file.
11765 * benchtests/pthread_once-source.c: New file.
11766 * benchtests/README: Update documentation.
11767
a4c75cfd
IZ
117682014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
11769 H.J. Lu <hongjiu.lu@intel.com>
11770
7e54fd04 11771 [BZ #16275]
a4c75cfd
IZ
11772 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11773 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11774 * sysdeps/x86_64/configure: Regenerated.
11775 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11776 macro.
11777 (REGISTER_SAVE_RAX): Likewise.
11778 (REGISTER_SAVE_RCX): Likewise.
11779 (REGISTER_SAVE_RDX): Likewise.
11780 (REGISTER_SAVE_RSI): Likewise.
11781 (REGISTER_SAVE_RDI): Likewise.
11782 (REGISTER_SAVE_R8): Likewise.
11783 (REGISTER_SAVE_R9): Likewise.
11784 (REGISTER_SAVE_BND0): Likewise.
11785 (REGISTER_SAVE_BND1): Likewise.
11786 (REGISTER_SAVE_BND2): Likewise.
11787 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
11788 bound registers when calling _dl_fixup.
11789
27822ce6
AZ
117902014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11791
11792 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
11793 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11794 of its definition.
27822ce6
AZ
11795 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11796 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11797 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11798 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11799 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11800 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11801 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11802
a88ddc90
PTB
118032014-04-09 Peter Brett <peter@peter-b.co.uk>
11804
11805 [BZ #15514]
11806 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11807 pathconf(_PC_NAME_MAX).
11808
01f8eac2
AZ
118092014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11810
11811 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11812 Remove macro usage.
11813 (__PTHREAD_SPINS): Move definition to ...
11814 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11815 (__PTHREAD_SPINS): ... here.
11816 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11817 (__PTHREAD_SPIN): Likewise.
11818 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11819 (__PTHREAD_SPIN): Likewise.
11820 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11821 (__PTHREAD_SPIN): Likewise.
11822 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11823 (__PTHREAD_SPIN): Likewise.
11824 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11825 (__PTHREAD_SPIN): Likewise.
11826 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11827 (__PTHREAD_SPIN): Likewise.
11828 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11829 (__PTHREAD_SPIN): Likewise.
11830 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11831 (__PTHREAD_SPIN): Likewise.
11832 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11833 (__PTHREAD_SPIN): Likewise.
11834 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11835 (__PTHREAD_SPIN): Likewise.
11836 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11837 (__PTHREAD_SPIN): Likewise.
11838 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11839 (__PTHREAD_SPIN): Likewise.
11840
de21c33c
AZ
11841 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11842 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11843 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11844 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11845 imply folder.
11846 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11847 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11848 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11849 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11850 correct imply path.
11851 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11852 strlen symbol for non multi-arch builds.
11853 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11854 missing hidden_def and weak_alias.
11855
862c472e
CD
118562014-04-08 Carlos O'Donell <carlos@redhat.com>
11857
11858 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11859
8667f90e
WN
118602014-04-07 Will Newton <will.newton@linaro.org>
11861
11862 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11863 and contents. [!_LIBC] Remove #ifndef and contents.
11864 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
11865 * string/memccpy.c (__memccpy): Use ANSI prototype.
11866 * string/memfrob.c (memfrob): Likewise.
11867 * string/strcoll.c (STRCOLL): Likewise.
11868 * string/strlen.c (strlen): Likewise.
11869 * string/strtok.c (STRTOK): Likewise.
11870 * string/strcat.c: Remove unused #include of memcopy.h.
11871 (strcat): Use ANSI prototype.
11872 * string/strchr.c: Remove unused #include of memcopy.h.
11873 (strchr): Use ANSI prototype.
11874 * string/strcmp.c: Remove unused #include of memcopy.h.
11875 (strcmp): Use ANSI prototype.
11876 * string/strcpy.c: Remove unused #include of memcopy.h.
11877 (strcpy): Use ANSI prototype.
11878
7ffa9423
AZ
118792014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11880
11881 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11882 * config.make.in (config-extra-cppflags): Set it from
11883 libc_extra_cppflags.
11884 * configure.ac (libc_extra_cflags): Make it accumulate over
11885 configure fragments.
11886 (libc_extra_cppflags): New flag.
11887 * configure. Regenerate.
11888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
11889 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11890 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
11891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11892
8bd70862
AZ
11893 [BZ #16815]
11894 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11895 result for FE_DOWNWARD rounding mode.
11896 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11897 Likewise.
11898 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11899
d42f3448
CM
119002014-04-04 Chris Metcalf <cmetcalf@tilera.com>
11901
11902 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11903 in function argument name.
11904
1c21d115
DS
119052014-04-03 David Svoboda <svoboda@cert.org>
11906
11907 [BZ #5666]
11908 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11909 explicitly.
11910
fcccd512
RM
119112014-04-03 Roland McGrath <roland@hack.frob.com>
11912
11913 * elf/dl-unmap-segments.h: New file.
11914 * sysdeps/generic/ldsodefs.h
11915 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11916 * elf/dl-close.c: Include <dl-unmap-segments.h>.
11917 * elf/dl-fptr.c: Likewise.
11918 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11919 * sysdeps/aarch64/tlsdesc.c: Likewise.
11920 * sysdeps/arm/tlsdesc.c: Likewise.
11921 * sysdeps/i386/tlsdesc.c: Likewise.
11922 * sysdeps/tile/dl-runtime.c: Likewise.
11923 * sysdeps/x86_64/tlsdesc.c: Likewise.
11924 * elf/dl-load.h: New file.
11925 * elf/dl-load.c: Include it.
11926 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11927 Macros moved to dl-load.h.
11928 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11929 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11930 Use _dl_unmap_segments in place of __munmap.
11931 Break out segment-mapping loop into ...
11932 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11933
f6488e2b
WN
119342014-04-03 Will Newton <will.newton@linaro.org>
11935
11936 * elf/dl-lookup.c (do_lookup_x): Remove comment
11937 referring to nested function and move variable
11938 declarations down to before first use.
11939
6f05bafe
JM
119402014-04-02 Joseph Myers <joseph@codesourcery.com>
11941
a84e78c8
JM
11942 [BZ #16799]
11943 [BZ #16800]
11944 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11945 with 0 numerator.
11946 * math/s_catanf.c (__catanf): Likewise.
11947 * math/s_catanh.c (__catanh): Likewise.
11948 * math/s_catanhf.c (__catanhf): Likewise.
11949 * math/s_catanhl.c (__catanhl): Likewise.
11950 * math/s_catanl.c (__catanl): Likewise.
11951 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11952 by positive zero when computing -Inf result.
11953 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11954 (catanh_test): Likewise.
11955 * sysdeps/i386/fpu/libm-test-ulps: Update.
11956 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11957
6f05bafe
JM
11958 [BZ #16789]
11959 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11960 instead of using underflowing value in computing result.
11961 * math/s_clog10.c (__clog10): Likewise.
11962 * math/s_clog10f.c (__clog10f): Likewise.
11963 * math/s_clog10l.c (__clog10l): Likewise.
11964 * math/s_clogf.c (__clogf): Likewise.
11965 * math/s_clogl.c (__clogl): Likewise.
11966 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11967 (clog10_test): Likewise.
11968 * sysdeps/i386/fpu/libm-test-ulps: Update.
11969 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11970
b0abbc21
AM
119712014-04-02 Alan Modra <amodra@gmail.com>
11972
11973 [BZ #16739]
11974 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11975 output when value is near a power of two. Use int64_t for lx and
11976 remove casts. Use decimal rather than hex exponent constants.
11977 Don't use long double multiplication when double will suffice.
11978 * math/libm-test.inc (nextafter_test_data): Add tests.
11979 * NEWS: Add 16739 and 16786 to bug list.
11980
af6b1797
AM
11981 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11982
483818d7
AM
11983 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11984
f6c55796
WN
119852014-04-01 Will Newton <will.newton@linaro.org>
11986
11987 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11988 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
11989
13f7fe35
FW
119902014-04-01 Florian Weimer <fweimer@redhat.com>
11991
11992 [BZ #13347]
11993 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11994 * nptl/tst-setuid2.c: New file.
11995 * nptl/Makefile (xtests): Add tst-setuid2.
11996
c859b32e
AM
119972014-04-01 Alan Modra <amodra@gmail.com>
11998
11999 [BZ #16786]
12000 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12001
54fa2475
JM
120022014-03-31 Joseph Myers <joseph@codesourcery.com>
12003
8795b4a4
JM
12004 [BZ #6803]
12005 [BZ #6804]
12006 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12007 set errno as appropriate.
12008 * math/w_scalbf.c (__scalbf): Likewise.
12009 * math/w_scalbl.c (__scalbl): Likewise.
12010 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12011 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12012 * math/libm-test.inc (scalb_test_data): Add errno expectations.
12013 Add more NaN tests.
12014
54fa2475
JM
12015 [BZ #16349]
12016 * math/w_atan2.c: Include <errno.h>.
12017 (__atan2): Set errno for result underflowing to zero.
12018 * math/w_atan2f.c: Include <errno.h>.
12019 (__atan2f): Set errno for result underflowing to zero.
12020 * math/w_atan2l.c: Include <errno.h>.
12021 (__atan2l): Set errno for result underflowing to zero.
12022 * math/auto-libm-test-in: Don't allow missing errno for some atan2
12023 tests.
12024 * math/auto-libm-test-out: Regenerated.
12025
757d9dd5
AZ
120262014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12027
12028 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12029 Encode instruction correctly in little endian.
12030 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12031 Likewise.
12032 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12033 Likewise.
12034 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12035 Likewise.
12036 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12037 Likewise.
12038
d7a68734
JM
120392014-03-31 Joseph Myers <joseph@codesourcery.com>
12040
47c5adeb
JM
12041 [BZ #9894]
12042 * sysdeps/unix/sysv/linux/kernel-features.h
12043 [__sparc__ && !__arch64__ && !__sparc_v9__]
12044 (__ASSUME_SET_ROBUST_LIST): Do not define.
12045 [__sparc__ && !__arch64__ && !__sparc_v9__]
12046 (__ASSUME_FUTEX_LOCK_PI): Likewise.
12047 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12048 Likewise.
12049 * sysdeps/unix/sysv/linux/arm/kernel-features.h
12050 (__ASSUME_FUTEX_LOCK_PI): Undefine.
12051 (__ASSUME_REQUEUE_PI): Likewise.
12052 (__ASSUME_SET_ROBUST_LIST): Likewise.
12053 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12054 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12055 Undefine.
12056 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12057 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12058 Likewise.
12059 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12060 Likewise.
12061 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12062 Likewise.
12063 * sysdeps/unix/sysv/linux/mips/kernel-features.h
12064 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12065 Undefine.
12066 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12067 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12068 Likewise.
12069
d7a68734
JM
12070 [BZ #16648]
12071 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12072 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12073 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12074
c760f5c2
WN
120752014-03-31 Will Newton <will.newton@linaro.org>
12076
12077 * benchtests/Makefile (bench): Add ffs and ffsll to list
12078 of tests.
12079 * benchtests/ffs-inputs: New file.
12080 * benchtests/ffsll-inputs: Likewise.
12081
ea6029b1
JM
120822014-03-29 Joseph Myers <joseph@codesourcery.com>
12083
12084 [BZ #16770]
12085 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12086 too large before casting to int.
12087 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12088 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12089 * math/libm-test.inc (scalb_test_data): Add more tests.
12090
cf806aff
SP
120912014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
12092
56737508
SP
12093 * benchtests/Makefile (DETAILED_OPT): New make option.
12094 (bench-func): Run benchmark program with -d if DETAILED_OPT is
12095 set.
12096 * benchtests/bench-skeleton.c: Include stdbool.h.
12097 (main): Store and print timings per input.
12098 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12099 member to each argument value.
12100 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12101 (_print_arg_data): Initialize per-input timing to 0.
12102
cb5e4aad
SP
12103 * benchtests/Makefile (timing-type): New binary.
12104 (bench-clean): Also remove bench-timing-type.
12105 (bench): New target for timing-type.
12106 (bench-func): Print output in JSON format.
12107 * benchtests/bench-skeleton.c (main): Print output in JSON
12108 format.
12109 * benchtests/bench-timing-type.c: New file.
12110 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12111 (TIMING_PRINT_STATS): Remove.
12112 * benchtests/scripts/bench.py (_print_arg_data): Store variant
12113 name separately.
12114
cf806aff
SP
12115 * benchtests/bench-modf.c: Remove.
12116 * benchtests/modf-inputs: New inputs file.
12117
289e0779
JM
121182014-03-28 Joseph Myers <joseph@codesourcery.com>
12119
12120 [BZ #16362]
12121 * math/s_clog10.c (M_PI_LOG10E): New macro.
12122 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12123 imaginary parts are 0.
12124 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12125 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12126 imaginary parts are 0.
12127 * math/s_clog10l.c (M_PI_LOG10El): New macro.
12128 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12129 imaginary parts are 0.
12130 * math/libm-test.inc (clog10_test_data): Update expected results
12131 for when real and imaginary parts are 0.
12132
277ae3f1
PP
121332014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
12134
12135 * elf/dl-load.c: Finish conversion of __builtin_expect into
12136 __glibc_{un}likely.
12137
03a7091f
JM
121382014-03-27 Joseph Myers <joseph@codesourcery.com>
12139
12140 [BZ #16348]
12141 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12142 1+x for argument with exponent below -67.
12143 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12144 Likewise.
12145 * math/auto-libm-test-in: Add more tests of exp.
12146 * math/auto-libm-test-out: Regenerated.
12147
ea7d8b95
SP
121482014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12149
dd3022d7
SP
12150 [BZ #16759]
12151 * inet/getnetgrent_r.c (get_nonempty_val): New function.
12152 (nscd_getnetgrent): Use it.
12153
ea7d8b95
SP
12154 [BZ #16760]
12155 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12156 of stpcpy.
12157
df5b85da
AK
121582014-03-27 Andi Kleen <ak@linux.intel.com>
12159
57f41c40
AS
12160 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12161 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12162 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12163 (lll_robust_unlock): Remove out of line section. Use cfi
12164 intrinsics.
df5b85da 12165 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
12166 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12167 (lll_robust_lock, lll_cond_lock, lll_timedlock)
12168 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12169 (lll_robust_unlock): Remove out of line section. Use cfi
12170 intrinsics.
df5b85da
AK
12171 (LLL_STUB_UNWIND_INFO*): Remove.
12172
fbd6b5a4
SP
121732014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12174
12175 [BZ #16758]
12176 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12177 blank values.
12178
1b26b855
PP
121792014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
12180
12181 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12182
9be36fb8
JM
121832014-03-26 Joseph Myers <joseph@codesourcery.com>
12184
12185 [BZ #16198]
12186 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12187 fnstenv.
12188 * math/test-fenv-preserve.c: New file.
12189 * math/Makefile (tests): Add test-fenv-preserve.
12190
60a2f3c1
WN
121912014-03-26 Will Newton <will.newton@linaro.org>
12192
12193 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12194
a5e5f1e2
RM
121952014-03-25 Roland McGrath <roland@hack.frob.com>
12196
12197 * scripts/versionlist.awk: Partition the version sets and emit all
12198 GLIBC_* (sorted) before all others (sorted).
12199
00f4012a
JM
122002014-03-25 Joseph Myers <joseph@codesourcery.com>
12201
12202 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12203 GLIBC_2.2.5 version.
12204
7bc5a741
AZ
122052014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12206
12207 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12208 calls.
12209
7578473b
AZ
12210 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12211 previous change.
12212
f3f1dab3
AZ
12213 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12214
6da36183
AS
122152014-03-25 Andreas Schwab <schwab@suse.de>
12216
12217 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12218 label to be used after in6ailist is initialized.
12219
f3f1dab3 122202014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 12221
7578473b 12222 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
12223 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12224
046651c1
JM
122252014-03-25 Joseph Myers <joseph@codesourcery.com>
12226
12227 [BZ #16357]
12228 [BZ #16599]
12229 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12230 min_plus_half.
12231 (fp_formats): Update initializers.
12232 (init_fp_formats): Initialize new field.
12233 (output_for_one_input_case): Allow underflow for results up to
12234 min_plus_half.
12235 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12236 * math/auto-libm-test-in: Don't mark some underflows from asin and
12237 atanh as spurious.
12238 * math/auto-libm-test-out: Regenerated.
12239 * sysdeps/i386/fpu/libm-test-ulps: Update.
12240 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12241
003e49ed
AS
122422014-03-25 Andreas Schwab <schwab@suse.de>
12243
12244 * libio/Makefile (tst-ftell-partial-wide-ENV)
12245 (tst-ftell-active-handler-ENV): Define.
12246
de031874
SL
122472014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
12248
12249 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12250
55a81e3b
PP
122512014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12252
12253 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12254
f3426898
JM
122552014-03-24 Joseph Myers <joseph@codesourcery.com>
12256
12257 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12258 * sysdeps/x86_64/fpu/multiarch/e_exp.c
12259 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12260
a42faf59
PP
122612014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
12262
12263 [BZ #16634]
a42faf59 12264 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
12265 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12266 (open_path): Change from boolean 'secure' to complete flag 'mode'
12267 (_dl_map_object): Adjust.
a42faf59
PP
12268 * elf/Makefile (tests): Add tst-dlopen-aout.
12269 * elf/tst-dlopen-aout.c: New test.
12270
50936127
SL
122712014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
12272
12273 [BZ #16714]
12274 * sysdeps/unix/sysv/linux/s390/bits/stat.h
12275 (struct stat): Rename member pad0 to __glibc_reserved0.
12276
26011b5c
SL
12277 [BZ #16712]
12278 * sysdeps/s390/s390-32/bits/wordsize.h
12279 (__WORDSIZE32_SIZE_ULONG): New define.
12280 * sysdeps/s390/s390-64/bits/wordsize.h
12281 (__WORDSIZE32_SIZE_ULONG): Likewise.
12282 * sysdeps/generic/stdint.h (SIZE_MAX):
12283 Define as UL if __WORDSIZE32_SIZE_ULONG.
12284
a2d86bf1
SL
12285 [BZ #16713]
12286 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12287 (__glibc_reserved0): New variable.
12288 (sa_flags): Change type to int.
12289
78b6eebc
SL
12290 * posix/Makefile (before-compile): Use += before-compile instead
12291 of a :=.
12292
f1399b5a
SL
12293 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12294 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12295
a071766e
AS
122962014-03-20 Andreas Schwab <schwab@suse.de>
12297
12298 [BZ #16743]
12299 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12300 non-matching result from nscd.
12301
27c673b8
SP
123022014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12303
12304 * scripts/bench.py: Moved to ...
12305 * benchtests/scripts/bench.py: ... here.
12306 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12307
44152e4b
AS
123082014-03-24 Andreas Schwab <schwab@suse.de>
12309
12310 [BZ #16002]
12311 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12312 alloca_account and account alloca use for struct in6ailist.
12313
b376a11a
JM
123142014-03-24 Joseph Myers <joseph@codesourcery.com>
12315
12316 [BZ #16284]
12317 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12318 rounding mode to recompute results that overflow to infinity or
12319 underflow to zero.
12320 * math/auto-libm-test-in: Don't mark tests as expected to fail for
12321 bug 16284.
12322 * math/auto-libm-test-out: Regenerated.
12323 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12324 (ccosh_test): Likewise.
12325 (csin_test_data): Use plus_oflow.
12326 (csin_test): Use ALL_RM_TEST.
12327 (csinh_test_data): Use plus_oflow.
12328 (csinh_test): Use ALL_RM_TEST.
12329 * sysdeps/i386/fpu/libm-test-ulps: Update.
12330 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12331
f7be7376
JM
123322014-03-21 Joseph Myers <joseph@codesourcery.com>
12333
1ca2d03e
JM
12334 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12335 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12336 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12337
f7be7376
JM
12338 [BZ #16731]
12339 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12340 when x - 1 is zero.
12341 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12342 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12343 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12344 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12345 argument is 1.
12346 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12347 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12348 zero.
12349 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12350 * sysdeps/i386/fpu/libm-test-ulps: Update.
12351 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12352
fdf4534d
SP
123532014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
12354
df26ea53
SP
12355 * scripts/bench.pl: Remove file.
12356 * scripts/bench.py: New benchmark script.
12357 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12358 * benchtests/README: Mention python dependency.
12359 * scripts/pylintrc: New file.
12360 * scripts/pylint: New file.
12361
fdf4534d
SP
12362 * bits/mathdef.h: Use #ifdef instead of #if.
12363 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12364 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12365 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12366 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12367 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12368 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12369
6f23d093
AZ
123702014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12371 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12372
12373 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12374 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12375 and strpbrk-ppc64 objects.
12376 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12377 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12378 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12379 multiarch strpbrk for POWER7.
12380 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12381 multiarch strpbrk for PPC64.
12382 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12383 ifunc selector.
12384 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12385 strpbrk for POWER7.
12386
8c92dfff
JM
123872014-03-20 Joseph Myers <joseph@codesourcery.com>
12388
12389 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12390 (atan_test): Likewise.
12391 (atanh_test_data): Use NO_TEST_INLINE for two tests.
12392 (atanh_test): Use ALL_RM_TEST.
12393 (atan2_test_data): Likewise.
12394 (cabs_test): Likewise.
12395 (cacosh_test): Likewise.
12396 (carg_test): Likewise.
12397 (casin_test): Likewise.
12398 (casinh_test): Likewise.
12399 (cbrt_test): Likewise.
12400 (csqrt_test): Likewise.
12401 (erf_test): Likewise.
12402 (erfc_test): Likewise.
12403 (pow10_test): Likewise.
12404 (exp2_test): Likewise.
12405 (hypot_test): Likewise.
12406 (j0_test): Likewise.
12407 (j1_test): Likewise.
12408 (lgamma_test): Likewise.
12409 (gamma_test): Likewise.
12410 (sincos_test): Likewise.
12411 (tanh_test): Likewise.
12412 (y0_test): Likewise.
12413 (y1_test): Likewise.
12414 * sysdeps/i386/fpu/libm-test-ulps: Update.
12415 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12416
6eaf95cb
AZ
124172014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12418
a387428c
SP
12419 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12420 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
12421 and strcspn-ppc64 objects.
12422 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12423 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12424 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12425 multiarch strcspn for POWER7.
12426 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12427 multiarch strcspn for PPC64.
12428 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12429 ifunc selector.
12430 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12431 strcspn for POWER7.
12432
ae3a5dff
JM
124332014-03-20 Joseph Myers <joseph@codesourcery.com>
12434
12435 * math/gen-libm-test.pl (generate_testfile): Expect only function
12436 name as argument to AUTO_TESTS_* and pass results for all rounding
12437 modes to parse_args.
12438 (parse_auto_input): Separate inputs of automatic tests from
12439 outputs before storing in %auto_tests.
12440 * math/libm-test.inc (acos_test_data): Update call to
12441 AUTO_TESTS_f_f.
12442 (acos_test): Use ALL_RM_TEST.
12443 (acos_tonearest_test_data): Remove.
12444 (acos_test_tonearest): Likewise.
12445 (acos_towardzero_test_data): Likewise.
12446 (acos_test_towardzero): Likewise.
12447 (acos_downward_test_data): Likewise.
12448 (acos_test_downward): Likewise.
12449 (acos_upward_test_data): Likewise.
12450 (acos_test_upward): Likewise.
12451 (acosh_test_data): Update call to AUTO_TESTS_f_f.
12452 (asin_test_data): Likewise.
12453 (asin_test): Use ALL_RM_TEST.
12454 (asin_tonearest_test_data): Remove.
12455 (asin_test_tonearest): Likewise.
12456 (asin_towardzero_test_data): Likewise.
12457 (asin_test_towardzero): Likewise.
12458 (asin_downward_test_data): Likewise.
12459 (asin_test_downward): Likewise.
12460 (asin_upward_test_data): Likewise.
12461 (asin_test_upward): Likewise.
12462 (asinh_test_data): Update call to AUTO_TESTS_f_f.
12463 (atan_test_data): Likewise.
12464 (atanh_test_data): Likewise.
12465 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12466 (cabs_test_data): Update call to AUTO_TESTS_c_f.
12467 (carg_test_data): Likewise.
12468 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12469 (ccos_test_data): Update call to AUTO_TESTS_c_c.
12470 (ccosh_test_data): Likewise.
12471 (cexp_test_data): Likewise.
12472 (clog_test_data): Likewise.
12473 (clog10_test_data): Likewise.
12474 (cos_test_data): Update call to AUTO_TESTS_f_f.
12475 (cos_test): Use ALL_RM_TEST.
12476 (cos_tonearest_test_data): Remove.
12477 (cos_test_tonearest): Likewise.
12478 (cos_towardzero_test_data): Likewise.
12479 (cos_test_towardzero): Likewise.
12480 (cos_downward_test_data): Likewise.
12481 (cos_test_downward): Likewise.
12482 (cos_upward_test_data): Likewise.
12483 (cos_test_upward): Likewise.
12484 (cosh_test_data): Update call to AUTO_TESTS_f_f.
12485 (cosh_test): Use ALL_RM_TEST.
12486 (cosh_tonearest_test_data): Remove.
12487 (cosh_test_tonearest): Likewise.
12488 (cosh_towardzero_test_data): Likewise.
12489 (cosh_test_towardzero): Likewise.
12490 (cosh_downward_test_data): Likewise.
12491 (cosh_test_downward): Likewise.
12492 (cosh_upward_test_data): Likewise.
12493 (cosh_test_upward): Likewise.
12494 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12495 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12496 (ctan_test_data): Likewise.
12497 (ctan_test): Use ALL_RM_TEST.
12498 (ctan_tonearest_test_data): Remove.
12499 (ctan_test_tonearest): Likewise.
12500 (ctan_towardzero_test_data): Likewise.
12501 (ctan_test_towardzero): Likewise.
12502 (ctan_downward_test_data): Likewise.
12503 (ctan_test_downward): Likewise.
12504 (ctan_upward_test_data): Likewise.
12505 (ctan_test_upward): Likewise.
12506 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12507 (ctanh_test): Use ALL_RM_TEST.
12508 (ctanh_tonearest_test_data): Remove.
12509 (ctanh_test_tonearest): Likewise.
12510 (ctanh_towardzero_test_data): Likewise.
12511 (ctanh_test_towardzero): Likewise.
12512 (ctanh_downward_test_data): Likewise.
12513 (ctanh_test_downward): Likewise.
12514 (ctanh_upward_test_data): Likewise.
12515 (ctanh_test_upward): Likewise.
12516 (erf_test_data): Update call to AUTO_TESTS_f_f.
12517 (erfc_test_data): Likewise.
12518 (exp_test_data): Likewise.
12519 (exp_test): Use ALL_RM_TEST.
12520 (exp_tonearest_test_data): Remove.
12521 (exp_test_tonearest): Likewise.
12522 (exp_towardzero_test_data): Likewise.
12523 (exp_test_towardzero): Likewise.
12524 (exp_downward_test_data): Likewise.
12525 (exp_test_downward): Likewise.
12526 (exp_upward_test_data): Likewise.
12527 (exp_test_upward): Likewise.
12528 (exp10_test_data): Update call to AUTO_TESTS_f_f.
12529 (exp10_test): Use ALL_RM_TEST.
12530 (exp10_tonearest_test_data): Remove.
12531 (exp10_test_tonearest): Likewise.
12532 (exp10_towardzero_test_data): Likewise.
12533 (exp10_test_towardzero): Likewise.
12534 (exp10_downward_test_data): Likewise.
12535 (exp10_test_downward): Likewise.
12536 (exp10_upward_test_data): Likewise.
12537 (exp10_test_upward): Likewise.
12538 (exp2_test_data): Update call to AUTO_TESTS_f_f.
12539 (expm1_test_data): Likewise.
12540 (expm1_test): Use ALL_RM_TEST.
12541 (expm1_tonearest_test_data): Remove.
12542 (expm1_test_tonearest): Likewise.
12543 (expm1_towardzero_test_data): Likewise.
12544 (expm1_test_towardzero): Likewise.
12545 (expm1_downward_test_data): Likewise.
12546 (expm1_test_downward): Likewise.
12547 (expm1_upward_test_data): Likewise.
12548 (expm1_test_upward): Likewise.
12549 (fma_test_data): Update call to AUTO_TESTS_fff_f.
12550 (fma_test): Use ALL_RM_TEST.
12551 (fma_towardzero_test_data): Remove.
12552 (fma_test_towardzero): Likewise.
12553 (fma_downward_test_data): Likewise.
12554 (fma_test_downward): Likewise.
12555 (fma_upward_test_data): Likewise.
12556 (fma_test_upward): Likewise.
12557 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12558 (j0_test_data): Update call to AUTO_TESTS_f_f.
12559 (j1_test_data): Likewise.
12560 (jn_test_data): Update call to AUTO_TESTS_if_f.
12561 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12562 (log_test_data): Update call to AUTO_TESTS_f_f.
12563 (log10_test_data): Likewise.
12564 (log1p_test_data): Likewise.
12565 (log2_test_data): Likewise.
12566 (pow_test_data): Update call to AUTO_TESTS_ff_f.
12567 (pow_tonearest_test_data): Likewise.
12568 (sin_test_data): Update call to AUTO_TESTS_f_f.
12569 (sin_test): Use ALL_RM_TEST.
12570 (sin_tonearest_test_data): Remove.
12571 (sin_test_tonearest): Likewise.
12572 (sin_towardzero_test_data): Likewise.
12573 (sin_test_towardzero): Likewise.
12574 (sin_downward_test_data): Likewise.
12575 (sin_test_downward): Likewise.
12576 (sin_upward_test_data): Likewise.
12577 (sin_test_upward): Likewise.
12578 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12579 (sinh_test_data): Update call to AUTO_TESTS_f_f.
12580 (sinh_test): Use ALL_RM_TEST.
12581 (sinh_tonearest_test_data): Remove.
12582 (sinh_test_tonearest): Likewise.
12583 (sinh_towardzero_test_data): Likewise.
12584 (sinh_test_towardzero): Likewise.
12585 (sinh_downward_test_data): Likewise.
12586 (sinh_test_downward): Likewise.
12587 (sinh_upward_test_data): Likewise.
12588 (sinh_test_upward): Likewise.
12589 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12590 (sqrt_test): Use ALL_RM_TEST.
12591 (sqrt_tonearest_test_data): Remove.
12592 (sqrt_test_tonearest): Likewise.
12593 (sqrt_towardzero_test_data): Likewise.
12594 (sqrt_test_towardzero): Likewise.
12595 (sqrt_downward_test_data): Likewise.
12596 (sqrt_test_downward): Likewise.
12597 (sqrt_upward_test_data): Likewise.
12598 (sqrt_test_upward): Likewise.
12599 (tan_test_data): Update call to AUTO_TESTS_f_f.
12600 (tan_test): Use ALL_RM_TEST.
12601 (tan_tonearest_test_data): Remove.
12602 (tan_test_tonearest): Likewise.
12603 (tan_towardzero_test_data): Likewise.
12604 (tan_test_towardzero): Likewise.
12605 (tan_downward_test_data): Likewise.
12606 (tan_test_downward): Likewise.
12607 (tan_upward_test_data): Likewise.
12608 (tan_test_upward): Likewise.
12609 (tanh_test_data): Update call to AUTO_TESTS_f_f.
12610 (tgamma_test_data): Likewise.
12611 (y0_test_data): Likewise.
12612 (y1_test_data): Likewise.
12613 (yn_test_data): Update call to AUTO_TESTS_if_f.
12614 (main): Do not call removed functions.
12615
d71aeee8
JM
126162014-03-19 Joseph Myers <joseph@codesourcery.com>
12617
12618 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12619 (ldexp_test_data): Remove.
12620 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
12621 scalbn_test_data.
12622 (scalb_test): Use ALL_RM_TEST.
12623
baaf1ded
AS
126242014-03-19 Andreas Schwab <schwab@suse.de>
12625
12626 * nscd/nscd.service: Also invalidate netgroup cache on reload.
12627
b1115e91
JM
126282014-03-19 Joseph Myers <joseph@codesourcery.com>
12629
12630 [BZ #16649]
12631 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12632 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12633 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12634 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12635 (__ASSUME_PREADV): Undefine.
12636 (__ASSUME_PWRITEV): Likewise.
12637
0283ecca
RM
126382014-03-18 Roland McGrath <roland@hack.frob.com>
12639
7d375303
RM
12640 * bits/mman-linux.h: Add comment about non-Linux use.
12641 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12642 bits/mman-linux.h resting place.
12643
0283ecca
RM
12644 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12645 * bits/mman-linux.h: ... here.
12646
aebe1003
AZ
126472014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12648
12649 * conform/conformtest.pl: Add standard definition when calling C
12650 preprocessor on data files.
12651 (checknamespace): Remove unused variable.
12652
b29b6bb8
JM
126532014-03-18 Joseph Myers <joseph@codesourcery.com>
12654
12655 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12656 minus_oflow, plus_uflow and minus_uflow in expected results.
12657 * math/libm-test.inc (scalbn_test_data): Add more tests of
12658 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
12659 minus_uflow.
12660 (scalbn_test): Use ALL_RM_TEST.
12661 (scalbln_test_data): Add more tests of negative arguments. Use
12662 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12663 (scalbln_test): Use ALL_RM_TEST.
12664
c8f8fa15
RM
126652014-03-18 Roland McGrath <roland@hack.frob.com>
12666
12667 * scripts/abilist.awk: Ignore symbols marked with .hidden.
12668
fede7a5f
WN
126692014-03-18 Will Newton <will.newton@linaro.org>
12670
12671 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12672 inaccurate comment.
12673
80cf0a58
JM
126742014-03-18 Joseph Myers <joseph@codesourcery.com>
12675
12676 * Makerules [!subdir] (check-abi): Exit with error status if a
12677 test failed.
12678
b3620862
JM
126792014-03-17 Joseph Myers <joseph@codesourcery.com>
12680
12681 * math/libm-test.inc (nearbyint_test_data): Include all tests used
12682 for rint. Include results for all rounding modes.
12683 (nearbyint_test): Use ALL_RM_TEST.
12684 (rint_test_data): Include all tests used for nearbyint.
12685
788bba36
WN
126862014-03-17 Will Newton <will.newton@linaro.org>
12687
04ec140a
WN
12688 * nptl/sysdeps/pthread/pthread.h: Revert previous
12689 change.
12690
7579d8d5
WN
12691 * sysdeps/generic/ldsodefs.h: Revert previous
12692 change.
12693
c15cf13a
WN
12694 * libio/genops.c: Revert previous change.
12695 * libio/libioP.h: Likewise.
12696 * stdio-common/vfprintf.c: Likewise.
12697
d0ac1324
WN
12698 * sysdeps/generic/math_private.h: Revert previous
12699 change.
12700
9290130a
WN
12701 * sysdeps/generic/math_private.h: Check whether
12702 HAVE_RM_CTX is defined with #ifdef rather
12703 than #if.
12704
afb466fc
WN
12705 * argp/argp-fmtstream.h: Check whether
12706 __STRICT_ANSI__ is defined with #ifdef rather
12707 than #if.
12708 * argp/argp.h: Likewise.
12709
f7efd7c3
WN
12710 * libio/genops.c: Check whether
12711 _IO_JUMPS_OFFSET is defined with #ifdef rather
12712 than #if.
12713 * libio/libioP.h: Likewise.
12714 * stdio-common/vfprintf.c: Likewise.
12715
53f1bed3
WN
12716 * sysdeps/generic/ldsodefs.h: Check whether
12717 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12718 than #if.
12719
788bba36
WN
12720 * nptl/sysdeps/pthread/pthread.h: Check
12721 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12722 its value.
12723
fcd89ebe
SP
127242014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12725
ae42bbc5
SP
12726 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12727 setting O_APPEND.
12728 * libio/tst-ftell-active-handler.c (do_append_test): Add a
12729 test case.
12730
ea33158c
SP
12731 [BZ #16680]
12732 * libio/fileops.c (_IO_file_open): Seek to end of file but
12733 don't cache the offset.
12734 (get_file_offset): Remove function.
12735 (do_ftell): Use cached offset when available.
12736 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12737 don't cache the offset.
12738 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12739 case.
12740 (do_one_test): Call it.
12741 (do_ftell_test): Fix up expected old offset for a+ mode.
12742 * libio/wfileops.c (do_ftell_wide): Used cached offset when
12743 available.
12744
b1dbb426
SP
12745 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12746 up test status with function return status.
12747 (do_write_test): Likewise.
12748 (do_append_test): Likewise.
12749
fcd89ebe
SP
12750 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12751 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12752 Remove.
12753
9962a2d3
JM
127542014-03-17 Joseph Myers <joseph@codesourcery.com>
12755
12756 * math/gen-libm-test.pl (parse_args): Handle results specified for
12757 each rounding mode separately.
12758 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12759 tests and results from lrint_tonearest_test_data,
12760 lrint_towardzero_test_data, lrint_downward_test_data and
12761 lrint_upward_test_data.
12762 (lrint_test): Use ALL_RM_TEST.
12763 (lrint_tonearest_test_data): Remove.
12764 (lrint_test_tonearest): Likewise.
12765 (lrint_towardzero_test_data): Likewise.
12766 (lrint_test_towardzero): Likewise.
12767 (lrint_downward_test_data): Likewise.
12768 (lrint_test_downward): Likewise.
12769 (lrint_upward_test_data): Likewise.
12770 (lrint_test_upward): Likewise.
12771 (llrint_test_data): Merge in per-rounding-mode tests and results
12772 from llrint_tonearest_test_data, llrint_towardzero_test_data,
12773 llrint_downward_test_data and llrint_upward_test_data.
12774 (llrint_test): Use ALL_RM_TEST.
12775 (llrint_tonearest_test_data): Remove.
12776 (llrint_test_tonearest): Likewise.
12777 (llrint_towardzero_test_data): Likewise.
12778 (llrint_test_towardzero): Likewise.
12779 (llrint_downward_test_data): Likewise.
12780 (llrint_test_downward): Likewise.
12781 (llrint_upward_test_data): Likewise.
12782 (llrint_test_upward): Likewise.
12783 (rint_test_data): Merge in per-rounding-mode tests and results
12784 from rint_tonearest_test_data, rint_towardzero_test_data,
12785 rint_downward_test_data and rint_upward_test_data. Add
12786 per-rounding-mode results for tests not in those arrays.
12787 (rint_test): Use ALL_RM_TEST.
12788 (rint_tonearest_test_data): Remove.
12789 (rint_test_tonearest): Likewise.
12790 (rint_towardzero_test_data): Likewise.
12791 (rint_test_towardzero): Likewise.
12792 (rint_downward_test_data): Likewise.
12793 (rint_test_downward): Likewise.
12794 (rint_upward_test_data): Likewise.
12795 (rint_test_upward): Likewise.
12796 (main): Don't call removed functions.
12797
5006148e
RM
127982014-03-14 Roland McGrath <roland@hack.frob.com>
12799
12800 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12801 "Compiled on ..." crapola. It is anti-useful.
12802
d6fe5e58
JM
128032014-03-14 Joseph Myers <joseph@codesourcery.com>
12804
12805 * scripts/evaluate-test.sh: Handle fourth argument to determine
12806 whether test run should stop on failure.
12807 * Makeconfig (stop-on-test-failure): New variable.
12808 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12809 $(stop-on-test-failure).
12810 * Makefile (tests): Give a summary of results from testing and
12811 exit with failure status if they include an ERROR or FAIL.
12812 (xtests): Likewise.
12813 * manual/install.texi (Configuring and compiling): Mention
12814 stop-on-test-failure=y.
12815 * INSTALL: Regenerated.
12816
498a2233
RM
128172014-03-14 Roland McGrath <roland@hack.frob.com>
12818
22dbc19d
RM
12819 * scripts/versionlist.awk: New file.
12820 * Makerules [$(build-shared) = yes]
12821 (postclean-generated): Add Versions.def, not Versions.def.v and
12822 Versions.def.v.i.
12823 ($(common-objpfx)Versions.def.v.i): Target removed.
12824 ($(common-objpfx)Versions.def): New target.
12825 ($(common-objpfx)Versions.all): Depend on that rather that
12826 $(common-objpfx)Versions.def.v.
12827 * Versions.def: File removed.
12828
498a2233
RM
12829 * Makeconfig (+gccwarn): Add -Wundef.
12830 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12831 a dl-sysdep.h breaking its contract.
12832 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12833 * include/stackinfo.h: New file.
12834 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12835 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12836 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12837 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12838 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12839 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12840 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12841 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12842 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12843 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12844 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12845 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12846 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12847 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12848 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12849
c7de5025
AZ
128502014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12851
12852 [BZ #16707]
12853 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12854 implementation.
12855 * math/libm-test.inc (round_test_data): Add more tests.
12856
98fb27a3
AZ
12857 [BZ #16706]
12858 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12859 implementation.
12860 * math/libm-test.inc (nearbyint_test_data): Add more tests.
12861
374f7f61
AZ
12862 [BZ #16701]
12863 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12864 implementation.
12865 * math/libm-test.inc (ceil_test_data): Add more tests.
12866
4655c291
AZ
12867 * math/libm-test.inc (trunc_test_data): Add more tests related to
12868 BZ#16414.
12869
d7329d4b
RM
128702014-03-14 Roland McGrath <roland@hack.frob.com>
12871
12872 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12873 with #if rather than #ifdef.
12874 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12875
aa4de9ce
L
128762014-03-14 H.J. Lu <hongjiu.lu@intel.com>
12877
12878 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12879 first. Disable AVX-512 GCC support if assembler doesn't support
12880 it.
12881 * sysdeps/x86_64/configure: Regenerated.
12882
2e03fae7
CD
128832014-03-13 Carlos O'Donell <carlos@redhat.com>
12884
12885 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12886 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12887 (__old_pthread_attr_setstack): Likewise.
12888 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12889 [!_STACK_GROWS_DOWN]: Likewise.
12890
43ca83ec
MF
128912014-03-13 Mike Frysinger <vapier@gentoo.org>
12892
12893 * config.make.in (have-bash2): Delete.
12894 * configure.ac (libc_cv_have_bash2): Delete.
12895 * configure: Regenerate.
12896 * elf/Makefile (common-ldd-rewrite): Rename to ...
12897 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
12898 (sh-ldd-rewrite): Delete.
12899 (bash-ldd-rewrite): Delete.
12900 (have-bash2): Delete checks.
57f41c40
AS
12901 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12902 ldd-rewrite.
c66e48b4
MF
12903
12904 * config.make.in (have-ksh): Delete.
12905 (KSH): Delete.
12906 * configure.ac (libc_cv_have_ksh): Delete.
12907 * configure: Regenerate.
12908
b93834ef
MF
12909 * elf/Makefile: Delete $(have-ksh) check.
12910 ($(objpfx)sotruss): Change KSH to BASH.
12911 * elf/sotruss.ksh: Rename to ...
12912 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
12913 function style to match POSIX. Drop ksh vim mode setting.
12914
f3a4632a
MF
12915 * manual/time.texi (Specifying the Time Zone with TZ): Change
12916 Tuesday to Thursday.
12917
5896c8bd
MF
12918 * debug/tst-longjmp_chk2.c: Update header comment.
12919 (stackoverflow_handler): Add comment. Call assert on pass value.
12920
2d63a517
IZ
129212014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
12922
7e54fd04 12923 [BZ #16194]
2d63a517
IZ
12924 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12925 (HAVE_AVX512_ASM_SUPPORT): Likewise.
12926 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12927 (La_x86_64_vector): Add zmm.
12928 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12929 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12930 ($(objpfx)tst-audit10): New target.
12931 ($(objpfx)tst-audit10.out): Likewise.
12932 (tst-audit10-ENV): New.
12933 (AVX512-CFLAGS): Likewise.
12934 (CFLAGS-tst-audit10.c): Likewise.
12935 (CFLAGS-tst-auditmod10a.c): Likewise.
12936 (CFLAGS-tst-auditmod10b.c): Likewise.
12937 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12938 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12939 * sysdeps/x86_64/configure: Regenerated.
12940 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12941 AVX-512 zmm register support.
12942 (_dl_x86_64_save_sse): Likewise.
12943 (_dl_x86_64_restore_sse): Likewise.
12944 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12945 size vector registers.
12946 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12947 (ZMM_SIZE): Likewise.
12948 * sysdeps/x86_64/tst-audit10.c: New file.
12949 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12950 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12951
44c4e5d5
RM
129522014-03-13 Roland McGrath <roland@hack.frob.com>
12953
12954 * configure.ac (HAVE_EHDR_START): New check.
12955 * configure: Regenerated.
12956 * config.h.in (HAVE_EHDR_START): New #undef.
12957 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12958 assuming the lowest-addressed segment maps the start of the file.
12959
acd6e389
JM
129602014-03-13 Joseph Myers <joseph@codesourcery.com>
12961
12962 * INSTALL: Regenerated.
12963
6f918f36
WN
129642014-03-13 Will Newton <will.newton@linaro.org>
12965
12966 * manual/setjmp.texi (System V contexts): Improve
12967 clarity and grammar of documentation.
12968
798212a0
PP
129692014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
12970
12971 [BZ #16381]
798212a0 12972 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 12973 (tests-pie): Add tst-pie2.
798212a0
PP
12974 * elf/tst-pie2.c: New file.
12975 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12976 for ET_EXEC.
12977 * elf/rtld.c (map_doit): Load executable as lt_executable.
12978 (dl_main): Likewise.
12979
abe6d90c
JM
129802014-03-12 Joseph Myers <joseph@codesourcery.com>
12981
12982 [BZ #16642]
12983 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12984 (__ASSUME_PSELECT): Undefine.
12985
dd3946c6
AZ
129862014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12987
12988 [BZ #16689]
12989 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12990 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12991 static build.
12992 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12993 selector for static builds.
12994
c44496df
SP
129952014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
12996
12997 [BZ #16695]
12998 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12999 key in the buffer.
13000
27c7220a
AZ
130012014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13002
57f41c40
AS
13003 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13004 IFUNC selector for static builds.
27c7220a 13005
600fa361
JM
130062014-03-11 Joseph Myers <joseph@codesourcery.com>
13007
76c96cf7
JM
13008 * sysdeps/mips/math_private.h [__mips_hard_float]
13009 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13010 libc_feresetround_mips_ctx.
13011 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13012 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13013 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13014
600fa361
JM
13015 [BZ #16677]
13016 * math/s_nextafter.c (__nextafter): Do not return value from
13017 overflowing computation.
13018 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13019 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13020 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13021 Likewise.
13022 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13023 Likewise.
13024 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13025 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13026
d7706c32
RM
130272014-03-11 Roland McGrath <roland@hack.frob.com>
13028
13029 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13030 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13031 Move sfi_sp use from the load-multiple (that no longer sets sp) to
13032 the new mov targetting sp.
13033
4facea47
AZ
130342014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13035
13036 [BZ #16683]
13037 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13038 Define it for static builds as well.
13039 (NO_BZERO_IMPL): Likewise.
13040
e65caf1f
VR
130412014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13042
13043 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13044 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13045 multiarch strspn for PPC64.
13046 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13047 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13048 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13049 (__libc_ifunc_impl_list): Likewise.
13050 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13051 multiarch optimizations
13052 * string/strspn.c (strspn): Using macro to redefine symbol name.
13053
ba9cc071
AZ
130542014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13055 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13056
13057 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13058 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13059 multiarch strncat for PPC64.
13060 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13061 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13062 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13063 (__libc_ifunc_impl_list): Likewise.
13064 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13065 multiarch optimizations
13066
8b4ff974
SP
130672014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
13068
13069 [BZ #16639]
13070 * nscd/nscd.service: Make service type forking.
13071
54b46a4b
AZ
130722014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13073
13074 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13075 sign in non default rounding modes.
13076 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13077
e9996ef7
JM
130782014-03-08 Joseph Myers <joseph@codesourcery.com>
13079
13080 * math/libm-test.inc (ALL_RM_TEST): New macro.
13081 (ceil_test): Use ALL_RM_TEST.
13082 (cimag_test): Likewise.
13083 (conj_test): Likewise.
13084 (copysign_test): Likewise.
13085 (cproj_test): Likewise.
13086 (creal_test): Likewise.
13087 (fabs_test): Likewise.
13088 (floor_test): Likewise.
13089 (fmax_test): Likewise.
13090 (fmin_test): Likewise.
13091 (fmod_test): Likewise.
13092 (fpclassify_test): Likewise.
13093 (frexp_test): Likewise.
13094 (ilogb_test): Likewise.
13095 (isfinite_test): Likewise.
13096 (finite_test): Likewise.
13097 (isgreater_test): Likewise.
13098 (isgreaterequal_test): Likewise.
13099 (isinf_test): Likewise.
13100 (isless_test): Likewise.
13101 (islessequal_test): Likewise.
13102 (islessgreater_test): Likewise.
13103 (isnan_test): Likewise.
13104 (isnormal_test): Likewise.
13105 (issignaling_test): Likewise.
13106 (isunordered_test): Likewise.
13107 (logb_test): Likewise.
13108 (logb_downward_test_data): Remove.
13109 (logb_test_downward): Likewise.
13110 (lround_test): Use ALL_RM_TEST.
13111 (llround_test): Likewise.
13112 (modf_test): Likewise.
13113 (nexttoward_test): Likewise.
13114 (remainder_test): Likewise.
13115 (drem_test): Likewise.
13116 (remainder_tonearest_test_data): Likewise.
13117 (remainder_test_tonearest): Likewise.
13118 (drem_test_tonearest): Likewise.
13119 (remainder_towardzero_test_data): Likewise.
13120 (remainder_test_towardzero): Likewise.
13121 (drem_test_towardzero): Likewise.
13122 (remainder_downward_test_data): Likewise.
13123 (remainder_test_downward): Likewise.
13124 (drem_test_downward): Likewise.
13125 (remainder_upward_test_data): Likewise.
13126 (remainder_test_upward): Likewise.
13127 (drem_test_upward): Likewise.
13128 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
13129 (round_test): Use ALL_RM_TEST.
13130 (signbit_test): Likewise.
13131 (trunc_test): Likewise.
13132 (significand_test): Likewise.
13133 (main): Don't call removed functions.
13134
bc61d27c
JM
131352014-03-07 Joseph Myers <joseph@codesourcery.com>
13136
5c780849
JM
13137 [BZ #16674]
13138 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13139 || __USE_XOPEN2K8].
13140 (ILL_ILLOPN): Likewise.
13141 (ILL_ILLADR): Likewise.
13142 (ILL_ILLTRP): Likewise.
13143 (ILL_PRVOPC): Likewise.
13144 (ILL_PRVREG): Likewise.
13145 (ILL_COPROC): Likewise.
13146 (ILL_BADSTK): Likewise.
13147 (FPE_INTDIV): Likewise.
13148 (FPE_INTOVF): Likewise.
13149 (FPE_FLTDIV): Likewise.
13150 (FPE_FLTOVF): Likewise.
13151 (FPE_FLTUND): Likewise.
13152 (FPE_FLTRES): Likewise.
13153 (FPE_FLTINV): Likewise.
13154 (FPE_FLTSUB): Likewise.
13155 (SEGV_MAPERR): Likewise.
13156 (SEGV_ACCERR): Likewise.
13157 (BUS_ADRALN): Likewise.
13158 (BUS_ADRERR): Likewise.
13159 (BUS_OBJERR): Likewise.
13160 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13161 (TRAP_TRACE): Likewise.
13162 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13163 __USE_XOPEN2K8].
13164 (CLD_KILLED): Likewise.
13165 (CLD_DUMPED): Likewise.
13166 (CLD_TRAPPED): Likewise.
13167 (CLD_STOPPED): Likewise.
13168 (CLD_CONTINUED): Likewise.
13169 (POLL_IN): Likewise.
13170 (POLL_OUT): Likewise.
13171 (POLL_MSG): Likewise.
13172 (POLL_ERR): Likewise.
13173 (POLL_PRI): Likewise.
13174 (POLL_HUP): Likewise.
13175 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13176 Likewise.
13177 (ILL_ILLOPN): Likewise.
13178 (ILL_ILLADR): Likewise.
13179 (ILL_ILLTRP): Likewise.
13180 (ILL_PRVOPC): Likewise.
13181 (ILL_PRVREG): Likewise.
13182 (ILL_COPROC): Likewise.
13183 (ILL_BADSTK): Likewise.
13184 (FPE_INTDIV): Likewise.
13185 (FPE_INTOVF): Likewise.
13186 (FPE_FLTDIV): Likewise.
13187 (FPE_FLTOVF): Likewise.
13188 (FPE_FLTUND): Likewise.
13189 (FPE_FLTRES): Likewise.
13190 (FPE_FLTINV): Likewise.
13191 (FPE_FLTSUB): Likewise.
13192 (SEGV_MAPERR): Likewise.
13193 (SEGV_ACCERR): Likewise.
13194 (BUS_ADRALN): Likewise.
13195 (BUS_ADRERR): Likewise.
13196 (BUS_OBJERR): Likewise.
13197 (BUS_MCEERR_AR): Likewise.
13198 (BUS_MCEERR_AO): Likewise.
13199 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13200 (TRAP_TRACE): Likewise.
13201 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13202 __USE_XOPEN2K8].
13203 (CLD_KILLED): Likewise.
13204 (CLD_DUMPED): Likewise.
13205 (CLD_TRAPPED): Likewise.
13206 (CLD_STOPPED): Likewise.
13207 (CLD_CONTINUED): Likewise.
13208 (POLL_IN): Likewise.
13209 (POLL_OUT): Likewise.
13210 (POLL_MSG): Likewise.
13211 (POLL_ERR): Likewise.
13212 (POLL_PRI): Likewise.
13213 (POLL_HUP): Likewise.
13214 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13215 (ILL_ILLOPN): Likewise.
13216 (ILL_ILLADR): Likewise.
13217 (ILL_ILLTRP): Likewise.
13218 (ILL_PRVOPC): Likewise.
13219 (ILL_PRVREG): Likewise.
13220 (ILL_COPROC): Likewise.
13221 (ILL_BADSTK): Likewise.
13222 (FPE_INTDIV): Likewise.
13223 (FPE_INTOVF): Likewise.
13224 (FPE_FLTDIV): Likewise.
13225 (FPE_FLTOVF): Likewise.
13226 (FPE_FLTUND): Likewise.
13227 (FPE_FLTRES): Likewise.
13228 (FPE_FLTINV): Likewise.
13229 (FPE_FLTSUB): Likewise.
13230 (SEGV_MAPERR): Likewise.
13231 (SEGV_ACCERR): Likewise.
13232 (BUS_ADRALN): Likewise.
13233 (BUS_ADRERR): Likewise.
13234 (BUS_OBJERR): Likewise.
13235 (BUS_MCEERR_AR): Likewise.
13236 (BUS_MCEERR_AO): Likewise.
13237 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13238 (TRAP_TRACE): Likewise.
13239 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13240 __USE_XOPEN2K8].
13241 (CLD_KILLED): Likewise.
13242 (CLD_DUMPED): Likewise.
13243 (CLD_TRAPPED): Likewise.
13244 (CLD_STOPPED): Likewise.
13245 (CLD_CONTINUED): Likewise.
13246 (POLL_IN): Likewise.
13247 (POLL_OUT): Likewise.
13248 (POLL_MSG): Likewise.
13249 (POLL_ERR): Likewise.
13250 (POLL_PRI): Likewise.
13251 (POLL_HUP): Likewise.
13252 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13253 Likewise.
13254 (ILL_ILLOPN): Likewise.
13255 (ILL_ILLADR): Likewise.
13256 (ILL_ILLTRP): Likewise.
13257 (ILL_PRVOPC): Likewise.
13258 (ILL_PRVREG): Likewise.
13259 (ILL_COPROC): Likewise.
13260 (ILL_BADSTK): Likewise.
13261 (ILL_BADIADDR): Likewise.
13262 (ILL_BREAK): Likewise.
13263 (FPE_INTDIV): Likewise.
13264 (FPE_INTOVF): Likewise.
13265 (FPE_FLTDIV): Likewise.
13266 (FPE_FLTOVF): Likewise.
13267 (FPE_FLTUND): Likewise.
13268 (FPE_FLTRES): Likewise.
13269 (FPE_FLTINV): Likewise.
13270 (FPE_FLTSUB): Likewise.
13271 (FPE_DECOVF): Likewise.
13272 (FPE_DECDIV): Likewise.
13273 (FPE_DECERR): Likewise.
13274 (FPE_INVASC): Likewise.
13275 (FPE_INVDEC): Likewise.
13276 (SEGV_MAPERR): Likewise.
13277 (SEGV_ACCERR): Likewise.
13278 (SEGV_PSTKOVF): Likewise.
13279 (BUS_ADRALN): Likewise.
13280 (BUS_ADRERR): Likewise.
13281 (BUS_OBJERR): Likewise.
13282 (BUS_MCEERR_AR): Likewise.
13283 (BUS_MCEERR_AO): Likewise.
13284 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13285 (TRAP_TRACE): Likewise.
13286 (TRAP_BRANCH): Likewise.
13287 (TRAP_HWBKPT): Likewise.
13288 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13289 __USE_XOPEN2K8].
13290 (CLD_KILLED): Likewise.
13291 (CLD_DUMPED): Likewise.
13292 (CLD_TRAPPED): Likewise.
13293 (CLD_STOPPED): Likewise.
13294 (CLD_CONTINUED): Likewise.
13295 (POLL_IN): Likewise.
13296 (POLL_OUT): Likewise.
13297 (POLL_MSG): Likewise.
13298 (POLL_ERR): Likewise.
13299 (POLL_PRI): Likewise.
13300 (POLL_HUP): Likewise.
13301 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13302 (ILL_ILLOPN): Likewise.
13303 (ILL_ILLADR): Likewise.
13304 (ILL_ILLTRP): Likewise.
13305 (ILL_PRVOPC): Likewise.
13306 (ILL_PRVREG): Likewise.
13307 (ILL_COPROC): Likewise.
13308 (ILL_BADSTK): Likewise.
13309 (FPE_INTDIV): Likewise.
13310 (FPE_INTOVF): Likewise.
13311 (FPE_FLTDIV): Likewise.
13312 (FPE_FLTOVF): Likewise.
13313 (FPE_FLTUND): Likewise.
13314 (FPE_FLTRES): Likewise.
13315 (FPE_FLTINV): Likewise.
13316 (FPE_FLTSUB): Likewise.
13317 (SEGV_MAPERR): Likewise.
13318 (SEGV_ACCERR): Likewise.
13319 (BUS_ADRALN): Likewise.
13320 (BUS_ADRERR): Likewise.
13321 (BUS_OBJERR): Likewise.
13322 (BUS_MCEERR_AR): Likewise.
13323 (BUS_MCEERR_AO): Likewise.
13324 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13325 (TRAP_TRACE): Likewise.
13326 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13327 __USE_XOPEN2K8].
13328 (CLD_KILLED): Likewise.
13329 (CLD_DUMPED): Likewise.
13330 (CLD_TRAPPED): Likewise.
13331 (CLD_STOPPED): Likewise.
13332 (CLD_CONTINUED): Likewise.
13333 (POLL_IN): Likewise.
13334 (POLL_OUT): Likewise.
13335 (POLL_MSG): Likewise.
13336 (POLL_ERR): Likewise.
13337 (POLL_PRI): Likewise.
13338 (POLL_HUP): Likewise.
13339 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13340 (ILL_ILLOPN): Likewise.
13341 (ILL_ILLADR): Likewise.
13342 (ILL_ILLTRP): Likewise.
13343 (ILL_PRVOPC): Likewise.
13344 (ILL_PRVREG): Likewise.
13345 (ILL_COPROC): Likewise.
13346 (ILL_BADSTK): Likewise.
13347 (FPE_INTDIV): Likewise.
13348 (FPE_INTOVF): Likewise.
13349 (FPE_FLTDIV): Likewise.
13350 (FPE_FLTOVF): Likewise.
13351 (FPE_FLTUND): Likewise.
13352 (FPE_FLTRES): Likewise.
13353 (FPE_FLTINV): Likewise.
13354 (FPE_FLTSUB): Likewise.
13355 (SEGV_MAPERR): Likewise.
13356 (SEGV_ACCERR): Likewise.
13357 (BUS_ADRALN): Likewise.
13358 (BUS_ADRERR): Likewise.
13359 (BUS_OBJERR): Likewise.
13360 (BUS_MCEERR_AR): Likewise.
13361 (BUS_MCEERR_AO): Likewise.
13362 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13363 (TRAP_TRACE): Likewise.
13364 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13365 __USE_XOPEN2K8].
13366 (CLD_KILLED): Likewise.
13367 (CLD_DUMPED): Likewise.
13368 (CLD_TRAPPED): Likewise.
13369 (CLD_STOPPED): Likewise.
13370 (CLD_CONTINUED): Likewise.
13371 (POLL_IN): Likewise.
13372 (POLL_OUT): Likewise.
13373 (POLL_MSG): Likewise.
13374 (POLL_ERR): Likewise.
13375 (POLL_PRI): Likewise.
13376 (POLL_HUP): Likewise.
13377 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13378 (ILL_ILLOPN): Likewise.
13379 (ILL_ILLADR): Likewise.
13380 (ILL_ILLTRP): Likewise.
13381 (ILL_PRVOPC): Likewise.
13382 (ILL_PRVREG): Likewise.
13383 (ILL_COPROC): Likewise.
13384 (ILL_BADSTK): Likewise.
13385 (FPE_INTDIV): Likewise.
13386 (FPE_INTOVF): Likewise.
13387 (FPE_FLTDIV): Likewise.
13388 (FPE_FLTOVF): Likewise.
13389 (FPE_FLTUND): Likewise.
13390 (FPE_FLTRES): Likewise.
13391 (FPE_FLTINV): Likewise.
13392 (FPE_FLTSUB): Likewise.
13393 (SEGV_MAPERR): Likewise.
13394 (SEGV_ACCERR): Likewise.
13395 (BUS_ADRALN): Likewise.
13396 (BUS_ADRERR): Likewise.
13397 (BUS_OBJERR): Likewise.
13398 (BUS_MCEERR_AR): Likewise.
13399 (BUS_MCEERR_AO): Likewise.
13400 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13401 (TRAP_TRACE): Likewise.
13402 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13403 __USE_XOPEN2K8].
13404 (CLD_KILLED): Likewise.
13405 (CLD_DUMPED): Likewise.
13406 (CLD_TRAPPED): Likewise.
13407 (CLD_STOPPED): Likewise.
13408 (CLD_CONTINUED): Likewise.
13409 (POLL_IN): Likewise.
13410 (POLL_OUT): Likewise.
13411 (POLL_MSG): Likewise.
13412 (POLL_ERR): Likewise.
13413 (POLL_PRI): Likewise.
13414 (POLL_HUP): Likewise.
13415 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13416 (ILL_ILLOPN): Likewise.
13417 (ILL_ILLADR): Likewise.
13418 (ILL_ILLTRP): Likewise.
13419 (ILL_PRVOPC): Likewise.
13420 (ILL_PRVREG): Likewise.
13421 (ILL_COPROC): Likewise.
13422 (ILL_BADSTK): Likewise.
13423 (ILL_DBLFLT): Likewise.
13424 (ILL_HARDWALL): Likewise.
13425 (FPE_INTDIV): Likewise.
13426 (FPE_INTOVF): Likewise.
13427 (FPE_FLTDIV): Likewise.
13428 (FPE_FLTOVF): Likewise.
13429 (FPE_FLTUND): Likewise.
13430 (FPE_FLTRES): Likewise.
13431 (FPE_FLTINV): Likewise.
13432 (FPE_FLTSUB): Likewise.
13433 (SEGV_MAPERR): Likewise.
13434 (SEGV_ACCERR): Likewise.
13435 (BUS_ADRALN): Likewise.
13436 (BUS_ADRERR): Likewise.
13437 (BUS_OBJERR): Likewise.
13438 (BUS_MCEERR_AR): Likewise.
13439 (BUS_MCEERR_AO): Likewise.
13440 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13441 (TRAP_TRACE): Likewise.
13442 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13443 __USE_XOPEN2K8].
13444 (CLD_KILLED): Likewise.
13445 (CLD_DUMPED): Likewise.
13446 (CLD_TRAPPED): Likewise.
13447 (CLD_STOPPED): Likewise.
13448 (CLD_CONTINUED): Likewise.
13449 (POLL_IN): Likewise.
13450 (POLL_OUT): Likewise.
13451 (POLL_MSG): Likewise.
13452 (POLL_ERR): Likewise.
13453 (POLL_PRI): Likewise.
13454 (POLL_HUP): Likewise.
13455 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13456 (ILL_ILLOPN): Likewise.
13457 (ILL_ILLADR): Likewise.
13458 (ILL_ILLTRP): Likewise.
13459 (ILL_PRVOPC): Likewise.
13460 (ILL_PRVREG): Likewise.
13461 (ILL_COPROC): Likewise.
13462 (ILL_BADSTK): Likewise.
13463 (FPE_INTDIV): Likewise.
13464 (FPE_INTOVF): Likewise.
13465 (FPE_FLTDIV): Likewise.
13466 (FPE_FLTOVF): Likewise.
13467 (FPE_FLTUND): Likewise.
13468 (FPE_FLTRES): Likewise.
13469 (FPE_FLTINV): Likewise.
13470 (FPE_FLTSUB): Likewise.
13471 (SEGV_MAPERR): Likewise.
13472 (SEGV_ACCERR): Likewise.
13473 (BUS_ADRALN): Likewise.
13474 (BUS_ADRERR): Likewise.
13475 (BUS_OBJERR): Likewise.
13476 (BUS_MCEERR_AR): Likewise.
13477 (BUS_MCEERR_AO): Likewise.
13478 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13479 (TRAP_TRACE): Likewise.
13480 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13481 __USE_XOPEN2K8].
13482 (CLD_KILLED): Likewise.
13483 (CLD_DUMPED): Likewise.
13484 (CLD_TRAPPED): Likewise.
13485 (CLD_STOPPED): Likewise.
13486 (CLD_CONTINUED): Likewise.
13487 (POLL_IN): Likewise.
13488 (POLL_OUT): Likewise.
13489 (POLL_MSG): Likewise.
13490 (POLL_ERR): Likewise.
13491 (POLL_PRI): Likewise.
13492 (POLL_HUP): Likewise.
13493 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13494 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13495
bc61d27c
JM
13496 [BZ #16670]
13497 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13498 before #include of <time.h>.
13499 [!__USE_XOPEN2K] (__need_timespec): Likewise.
13500 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13501 (test-xfail-UNIX98/sched.h/conform): Likewise.
13502
302949e2
MS
135032014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
13504
13505 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13506 error absence of trapping exception support.
13507 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13508
a00f522a
JM
135092014-03-07 Joseph Myers <joseph@codesourcery.com>
13510
6f99f280
JM
13511 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13512 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13513 * timezone/Makefile (testdata): Move definition above include of
13514 Rules.
13515 (test-zones): New variable.
13516 (tests-special): Add zone files.
13517 (build-testdata): Use $(evaluate-test).
13518
0b20a9e8
JM
13519 * elf/Makefile (tests-special): Rename tests to end with .out.
13520 ($(objpfx)noload-mem): Likewise.
13521 ($(objpfx)tst-leaks1-mem): Likewise.
13522 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13523 * iconv/Makefile (xtests-special): Change test-iconvconfig to
13524 $(objpfx)test-iconvconfig.out.
13525 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
13526 set -e inside subshell and redirect output to file.
13527 * iconvdata/Makefile (generated): Rename tests to end with .out.
13528 Correct type.
13529 (tests-special): Rename tests to end with .out.
13530 ($(objpfx)mtrace-tst-loading): Likewise.
13531 * intl/Makefile (generated): Likewise.
13532 (tests-special): Likewise.
13533 ($(objpfx)mtrace-tst-gettext): Likewise.
13534 * misc/Makefile (generated): Likewise.
13535 (tests-special): Likewise.
13536 ($(objpfx)tst-error1-mem): Likewise.
13537 * nptl/Makefile (tests-special): Likewise.
13538 ($(objpfx)tst-stack3-mem): Likewise.
13539 (generated): Likewise.
13540 * posix/Makefile (generated): Likewise.
13541 (tests-special): Likewise.
13542 (xtests-special): Likewise.
13543 ($(objpfx)tst-fnmatch-mem): Likewise.
13544 ($(objpfx)bug-regex2-mem): Likewise.
13545 ($(objpfx)bug-regex14-mem): Likewise.
13546 ($(objpfx)bug-regex21-mem): Likewise.
13547 ($(objpfx)bug-regex31-mem): Likewise.
13548 ($(objpfx)tst-vfork3-mem): Likewise.
13549 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13550 ($(objpfx)tst-pcre-mem): Likewise.
13551 ($(objpfx)tst-boost-mem): Likewise.
13552 ($(objpfx)bug-ga2-mem): Likewise.
13553 ($(objpfx)bug-glob2-mem): Likewise.
13554 * resolv/Makefile (generate): Likewise.
13555 (tests-special): Likewise.
13556 (xtests-special): Likewise.
13557 (generated): Likewise.
13558 ($(objpfx)mtrace-tst-leaks): Likewise.
13559 ($(objpfx)mtrace-tst-leaks2): Likewise.
13560
265d52ab
JM
13561 * scripts/merge-test-results.sh: New file.
13562 * Makefile (tests-special-notdir): New variable.
13563 (tests): Run merge-test-results.sh.
13564 (xtests): Likewise.
13565 * Rules (tests-special-notdir): New variable.
13566 (xtests-special-notdir): Likewise.
13567 (tests): Run merge-test-results.sh
13568 (xtests): Likewise.
13569
54ee292d
JM
13570 * Makeconfig (test-xfail-name): New variable.
13571 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13572 compute variable name for expected failures.
13573 * conform/Makefile (conformtest-headers-data): New variable.
13574 (conformtest-standards): Likewise.
13575 (conformtest-headers-ISO): Likewise.
13576 (conformtest-headers-ISO99): Likewise.
13577 (conformtest-headers-ISO11): Likewise.
13578 (conformtest-headers-POSIX): Likewise.
13579 (conformtest-headers-XPG3): Likewise.
13580 (conformtest-headers-XPG4): Likewise.
13581 (conformtest-headers-UNIX98): Likewise.
13582 (conformtest-headers-XOPEN2K): Likewise.
13583 (conformtest-headers-POSIX2008): Likewise.
13584 (conformtest-headers-XOPEN2K8): Likewise.
13585 (conformtest-header-list-base): Likewise.
13586 (conformtest-header-list-tests): Likewise.
13587 (conformtest-header-base): Likewise.
13588 (conformtest-header-tests): Likewise.
13589 (tests-special): Add $(conformtest-header-list-tests). If
13590 [$(fast-check) && !$(cross-compiling)], add
13591 $(conformtest-header-tests) instead of
13592 $(objpfx)run-conformtest.out.
13593 (generated): Add $(conformtest-header-list-base). If
13594 [$(fast-check) && !$(cross-compiling)], add
13595 $(conformtest-header-base). Remove previous setting.
13596 ($(conformtest-header-list-tests)): New target.
13597 (test-xfail-run-conformtest): Remove variable.
13598 ($(objpfx)run-conformtest.out): Remove target.
13599 (test-xfail-ISO11/complex.h/conform): New variable.
13600 (test-xfail-ISO11/stdalign.h/conform): Likewise.
13601 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13602 (test-xfail-XPG3/varargs.h/conform): Likewise.
13603 (test-xfail-XPG4/varargs.h/conform): Likewise.
13604 (test-xfail-UNIX98/varargs.h/conform): Likewise.
13605 (test-xfail-XPG4/ndbm.h/conform): Likewise.
13606 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13607 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13608 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13609 (test-xfail-XPG3/fcntl.h/conform): Likewise.
13610 (test-xfail-XPG3/ftw.h/conform): Likewise.
13611 (test-xfail-XPG3/grp.h/conform): Likewise.
13612 (test-xfail-XPG3/langinfo.h/conform): Likewise.
13613 (test-xfail-XPG3/limits.h/conform): Likewise.
13614 (test-xfail-XPG3/pwd.h/conform): Likewise.
13615 (test-xfail-XPG3/search.h/conform): Likewise.
13616 (test-xfail-XPG3/signal.h/conform): Likewise.
13617 (test-xfail-XPG3/stdio.h/conform): Likewise.
13618 (test-xfail-XPG3/stdlib.h/conform): Likewise.
13619 (test-xfail-XPG3/string.h/conform): Likewise.
13620 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13621 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13622 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13623 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13624 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13625 (test-xfail-XPG3/sys/types.h/conform): Likewise.
13626 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13627 (test-xfail-XPG3/termios.h/conform): Likewise.
13628 (test-xfail-XPG3/time.h/conform): Likewise.
13629 (test-xfail-XPG3/unistd.h/conform): Likewise.
13630 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13631 (test-xfail-XPG4/fcntl.h/conform): Likewise.
13632 (test-xfail-XPG4/langinfo.h/conform): Likewise.
13633 (test-xfail-XPG4/netdb.h/conform): Likewise.
13634 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13635 (test-xfail-XPG4/signal.h/conform): Likewise.
13636 (test-xfail-XPG4/stdio.h/conform): Likewise.
13637 (test-xfail-XPG4/stdlib.h/conform): Likewise.
13638 (test-xfail-XPG4/stropts.h/conform): Likewise.
13639 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13640 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13641 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13642 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13643 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13644 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13645 (test-xfail-XPG4/sys/time.h/conform): Likewise.
13646 (test-xfail-XPG4/sys/types.h/conform): Likewise.
13647 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13648 (test-xfail-XPG4/termios.h/conform): Likewise.
13649 (test-xfail-XPG4/ucontext.h/conform): Likewise.
13650 (test-xfail-XPG4/unistd.h/conform): Likewise.
13651 (test-xfail-XPG4/utmpx.h/conform): Likewise.
13652 (test-xfail-POSIX/sched.h/conform): Likewise.
13653 (test-xfail-POSIX/signal.h/conform): Likewise.
13654 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13655 (test-xfail-POSIX/tar.h/conform): Likewise.
13656 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13657 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13658 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13659 (test-xfail-UNIX98/netdb.h/conform): Likewise.
13660 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13661 (test-xfail-UNIX98/sched.h/conform): Likewise.
13662 (test-xfail-UNIX98/signal.h/conform): Likewise.
13663 (test-xfail-UNIX98/stdio.h/conform): Likewise.
13664 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13665 (test-xfail-UNIX98/stropts.h/conform): Likewise.
13666 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13667 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13668 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13669 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13670 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13671 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13672 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13673 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13674 (test-xfail-UNIX98/unistd.h/conform): Likewise.
13675 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13676 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13677 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13678 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13679 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13680 (test-xfail-XOPEN2K/math.h/conform): Likewise.
13681 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13682 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13683 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13684 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13685 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13686 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13687 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13688 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13689 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13690 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13691 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13692 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13693 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13694 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13695 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13696 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13697 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13698 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13699 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13700 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13701 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13702 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13703 (test-xfail-POSIX2008/signal.h/conform): Likewise.
13704 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13705 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13706 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13707 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13708 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13709 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13710 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13711 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13712 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13713 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13714 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13715 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13716 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13717 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13718 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13719 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13720 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13721 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13722 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13723 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13724 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13725 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13726 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13727 (conformtest-cc-flags): Likewise.
13728 ($(conformtest-header-tests): New target.
13729 * conform/check-header-lists.sh: New file.
13730 * conform/run-conformtest.sh: Remove.
13731
a00f522a
JM
13732 * conform/conformtest.pl: Allow ' and \ in values given for
13733 constants.
13734 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13735 inclusion.
13736 [POSIX] (sys/types.h): Likewise.
13737 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13738 inclusion.
13739 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13740 inclusion.
13741 * conform/data/signal.h-data (SIGIO): Remove expectation.
13742 [XPG3] (SIGBUS): Do not expect.
13743 [POSIX || XPG3] (SIGPOLL): Likewise.
13744 [POSIX || XPG3] (SIGPROF): Likewise.
13745 [POSIX || XPG3] (SIGSYS): Likewise.
13746 [XPG3] (SIGTRAP): Likewise.
13747 [POSIX || XPG3] (SIGURG): Likewise.
13748 [POSIX || XPG3] (SIGVTALRM): Likewise.
13749 [POSIX || XPG3] (SIGXCPU): Likewise.
13750 [POSIX || XPG3] (SIGXFSZ): Likewise.
13751 [POSIX] (SA_SIGINFO): Expect.
13752 [XPG3] (siginfo_t): Do not expect type or contents.
13753 [POSIX] (si_pid): Do not expect element.
13754 [POSIX] (si_uid): Likewise.
13755 [POSIX] (si_addr): Likewise.
13756 [POSIX] (si_status): Likewise.
13757 [POSIX] (si_band): Likewise.
13758 [XPG4] (si_value): Likewise.
13759 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13760 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13761 [POSIX || XPG3] (ILL_ILLADR): Likewise.
13762 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13763 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13764 [POSIX || XPG3] (ILL_PRVREG): Likewise.
13765 [POSIX || XPG3] (ILL_COPROC): Likewise.
13766 [POSIX || XPG3] (ILL_BADSTK): Likewise.
13767 [POSIX || XPG3] (FPE_INTDIV): Likewise.
13768 [POSIX || XPG3] (FPE_INTOVF): Likewise.
13769 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13770 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13771 [POSIX || XPG3] (FPE_FLTUND): Likewise.
13772 [POSIX || XPG3] (FPE_FLTRES): Likewise.
13773 [POSIX || XPG3] (FPE_FLTINV): Likewise.
13774 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13775 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13776 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13777 [POSIX || XPG3] (BUS_ADRALN): Likewise.
13778 [POSIX || XPG3] (BUS_ADRERR): Likewise.
13779 [POSIX || XPG3] (BUS_OBJERR): Likewise.
13780 [POSIX || XPG3] (CLD_EXITED): Likewise.
13781 [POSIX || XPG3] (CLD_KILLED): Likewise.
13782 [POSIX || XPG3] (CLD_DUMPED): Likewise.
13783 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13784 [POSIX || XPG3] (CLD_STOPPED): Likewise.
13785 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13786 [POSIX || XPG3] (POLL_IN): Likewise.
13787 [POSIX || XPG3] (POLL_OUT): Likewise.
13788 [POSIX || XPG3] (POLL_MSG): Likewise.
13789 [POSIX || XPG3] (POLL_ERR): Likewise.
13790 [POSIX || XPG3] (POLL_PRI): Likewise.
13791 [POSIX || XPG3] (POLL_HUP): Likewise.
13792 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13793 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13794 (SIG*): Do not allow.
13795 [XPG3] (si_*): Likewise.
13796 [XPG3] (SI_*): Likewise.
13797 [XPG3 || XPG4] (sigev_*): Likewise.
13798 [XPG3 || XPG4] (SIGEV_*): Likewise.
13799 [XPG3 || XPG4] (sival_*): Likewise.
13800 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13801 [POSIX || XPG3] (BUS_*): Likewise.
13802 [POSIX || XPG3] (CLD_*): Likewise.
13803 [POSIX || XPG3] (FPE_*): Likewise.
13804 [POSIX || XPG3] (ILL_*): Likewise.
13805 [POSIX || XPG3] (POLL_*): Likewise.
13806 [POSIX || XPG3] (SEGV_*): Likewise.
13807 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13808 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13809 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13810 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13811 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13812 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13813 Specify type and value.
13814 (TVERSLEN): Likewise.
13815 (REGTYPE): Likewise.
13816 (AREGTYPE): Likewise.
13817 (LNKTYPE): Likewise.
13818 (SYMTYPE): Likewise.
13819 (CHRTYPE): Likewise.
13820 (BLKTYPE): Likewise.
13821 (DIRTYPE): Likewise.
13822 (FIFOTYPE): Likewise.
13823 (CONTTYPE): Likewise.
13824 (TSUID): Likewise.
13825 (TSGID): Likewise.
13826 (TSVTX): Likewise.
13827 (TUREAD): Likewise.
13828 (TUWRITE): Likewise.
13829 (TUEXEC): Likewise.
13830 (TGREAD): Likewise.
13831 (TGWRITE): Likewise.
13832 (TGEXEC): Likewise.
13833 (TOREAD): Likewise.
13834 (TOWRITE): Likewise.
13835 (TOEXEC): Likewise.
13836 [POSIX] (TSVTX): Expect constant.
13837
aa97dee1
JM
138382014-03-06 Joseph Myers <joseph@codesourcery.com>
13839
f214606a
JM
13840 * Makefile (tests): Change dependencies to ....
13841 (tests-special): ... additions to this variable.
13842 (tests): Depend on $(tests-special).
13843 * Makerules (check-abi-list): New variable.
13844 (check-abi): Depend on $(check-abi-list).
13845 [$(subdir) = elf] (tests-special): Add
13846 $(objpfx)check-abi-libc.out.
13847 [$(build-shared) = yes && subdir] (tests-special): Add
13848 $(check-abi-list).
13849 [$(build-shared) = yes && subdir] (tests): Do not depend on
13850 check-abi.
13851 * Rules (tests): Depend on $(tests-special).
13852 (xtests): Depend on $(xtests-special).
13853 * catgets/Makefile (tests): Change dependencies to ....
13854 (tests-special): ... additions to this variable.
13855 * conform/Makefile (tests): Change dependencies to ....
13856 (tests-special): ... additions to this variable.
13857 * elf/Makefile (tests): Change dependencies to ....
13858 (tests-special): ... additions to this variable.
13859 * grp/Makefile (tests): Change dependencies to ....
13860 (tests-special): ... additions to this variable.
13861 * iconv/Makefile (xtests): Change dependencies to ....
13862 (xtests-special): ... additions to this variable.
13863 * iconvdata/Makefile (tests): Change dependencies to ....
13864 (tests-special): ... additions to this variable.
13865 * intl/Makefile (tests): Change dependencies to ....
13866 (tests-special): ... additions to this variable. Also add
13867 $(objpfx)tst-gettext.out.
13868 * io/Makefile (tests): Change dependencies to ....
13869 (tests-special): ... additions to this variable.
13870 * libio/Makefile (tests): Change dependencies to ....
13871 (tests-special): ... additions to this variable.
13872 * malloc/Makefile (tests): Change dependencies to ....
13873 (tests-special): ... additions to this variable.
13874 * misc/Makefile (tests): Change dependencies to ....
13875 (tests-special): ... additions to this variable.
13876 * nptl/Makefile (tests): Change dependencies to ....
13877 (tests-special): ... additions to this variable.
13878 * nptl_db/Makefile (tests): Change dependencies to ....
13879 (tests-special): ... additions to this variable.
13880 * posix/Makefile (tests): Change dependencies to ....
13881 (tests-special): ... additions to this variable.
13882 (xtests): Change dependencies to ....
13883 (xtests-special): ... additions to this variable.
13884 * resolv/Makefile (tests): Change dependencies to ....
13885 (tests-special): ... additions to this variable.
13886 (xtests): Change dependencies to ....
13887 (xtests-special): ... additions to this variable.
13888 * stdio-common/Makefile (tests): Change dependencies to ....
13889 (tests-special): ... additions to this variable.
13890 (do-tst-unbputc): Remove target.
13891 (do-tst-printf): Likewise.
13892 * stdlib/Makefile (tests): Change dependencies to ....
13893 (tests-special): ... additions to this variable.
13894 * string/Makefile (tests): Change dependencies to ....
13895 (tests-special): ... additions to this variable.
13896 * sysdeps/x86/Makefile (tests): Change dependencies to ....
13897 (tests-special): ... additions to this variable.
13898
81700b53
JM
13899 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13900 whole file.
13901 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13902 whole file.
13903 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13904 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13905
2ea18461
JM
13906 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13907 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13908 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13909 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13910 * conform/data/libgen.h-data [XPG3]: Likewise.
13911 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13912 * conform/data/ndbm.h-data [XPG3]: Likewise.
13913 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13914 * conform/data/netdb.h-data [XPG3]: Likewise.
13915 * conform/data/netinet/in.h-data [XPG3]: Likewise.
13916 * conform/data/poll.h-data [XPG3]: Likewise.
13917 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13918 * conform/data/strings.h-data [XPG3]: Likewise.
13919 * conform/data/stropts.h-data [XPG3]: Likewise.
13920 * conform/data/sys/mman.h-data [XPG3]: Likewise.
13921 * conform/data/sys/resource.h-data [XPG3]: Likewise.
13922 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13923 Likewise.
13924 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13925 * conform/data/sys/time.h-data [XPG3]: Likewise.
13926 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13927 * conform/data/sys/uio.h-data [XPG3]: Likewise.
13928 * conform/data/sys/un.h-data [XPG3]: Likewise.
13929 * conform/data/syslog.h-data [XPG3]: Likewise.
13930 * conform/data/ucontext.h-data [XPG3]: Likewise.
13931 * conform/data/utmpx.h-data [XPG3]: Likewise.
13932 * conform/data/varargs.h-data [UNIX98]: Enable file.
13933
355bc986
JM
13934 * manual/Makefile (INSTALL_INFO): Remove variable setting.
13935
215db402
JM
13936 * math/libm-test.inc (struct test_f_f_data): Move expected results
13937 into structure for each rounding mode.
13938 (struct test_ff_f_data): Likewise.
13939 (struct test_ff_f_data_nexttoward): Likewise.
13940 (struct test_fi_f_data): Likewise.
13941 (struct test_fl_f_data): Likewise.
13942 (struct test_if_f_data): Likewise.
13943 (struct test_fff_f_data): Likewise.
13944 (struct test_c_f_data): Likewise.
13945 (struct test_f_f1_data): Likewise.
13946 (struct test_fF_f1_data): Likewise.
13947 (struct test_ffI_f1_data): Likewise.
13948 (struct test_c_c_data): Likewise.
13949 (struct test_cc_c_data): Likewise.
13950 (struct test_f_i_data): Likewise.
13951 (struct test_ff_i_data): Likewise.
13952 (struct test_f_l_data): Likewise.
13953 (struct test_f_L_data): Likewise.
13954 (struct test_fFF_11_data): Likewise.
13955 (RM_): New macro.
13956 (RM_FE_DOWNWARD): Likewise.
13957 (RM_FE_TONEAREST): Likewise.
13958 (RM_FE_TOWARDZERO): Likewise.
13959 (RM_FE_UPWARD): Likewise.
13960 (RUN_TEST_LOOP_f_f): Update references to expected results.
13961 (RUN_TEST_LOOP_2_f): Likewise.
13962 (RUN_TEST_LOOP_fff_f): Likewise.
13963 (RUN_TEST_LOOP_c_f): Likewise.
13964 (RUN_TEST_LOOP_f_f1): Likewise.
13965 (RUN_TEST_LOOP_fF_f1): Likewise.
13966 (RUN_TEST_LOOP_fI_f1): Likewise.
13967 (RUN_TEST_LOOP_ffI_f1): Likewise.
13968 (RUN_TEST_LOOP_c_c): Likewise.
13969 (RUN_TEST_LOOP_cc_c): Likewise.
13970 (RUN_TEST_LOOP_f_i): Likewise.
13971 (RUN_TEST_LOOP_f_i_tg): Likewise.
13972 (RUN_TEST_LOOP_ff_i_tg): Likewise.
13973 (RUN_TEST_LOOP_f_b): Likewise.
13974 (RUN_TEST_LOOP_f_b_tg): Likewise.
13975 (RUN_TEST_LOOP_f_l): Likewise.
13976 (RUN_TEST_LOOP_f_L): Likewise.
13977 (RUN_TEST_LOOP_fFF_11): Likewise.
13978 * math/gen-libm-test.pl (parse_args): Output four copies of
13979 expected results for each test.
13980
67737b8f
JM
13981 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13982 (__ASSUME_UTIMES): Remove.
13983 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13984 (__ASSUME_UTIMES): Likewise.
13985
aa97dee1
JM
13986 * math/gen-auto-libm-tests.c: Update comment on output format.
13987 (output_for_one_input_case): Generate before-rounding and
13988 after-rounding information as conditions on output flags not
13989 floating-point format.
13990 * math/auto-libm-test-out: Regenerated.
13991 * math/gen-libm-test.pl (cond_value): New function.
13992 (or_cond_value): Use cond_value.
13993 (generate_testfile): Handle conditional exceptions.
13994
e6b6a857
JM
139952014-03-05 Joseph Myers <joseph@codesourcery.com>
13996
2f0a0f44
JM
13997 * math/libm-test.inc (max_valid_error): New variable.
13998 (init_max_error): Take new argument specifying whether function
13999 results are exactly determined. Set max_valid_error and bound
14000 other variables for errors based on this argument.
14001 (set_max_error): Do not record results above max_valid_error.
14002 (check_float_internal): Only accept errors of up to 0.5ulps if
14003 also at most max_valid_error.
14004 (START): Take new argument EXACT and pass it to init_max_error.
14005 (acos_test): Update call to START.
14006 (acos_test_tonearest): Likewise.
14007 (acos_test_towardzero): Likewise.
14008 (acos_test_downward): Likewise.
14009 (acos_test_upward): Likewise.
14010 (acosh_test): Likewise.
14011 (asin_test): Likewise.
14012 (asin_test_tonearest): Likewise.
14013 (asin_test_towardzero): Likewise.
14014 (asin_test_downward): Likewise.
14015 (asin_test_upward): Likewise.
14016 (asinh_test): Likewise.
14017 (atan_test): Likewise.
14018 (atanh_test): Likewise.
14019 (atan2_test): Likewise.
14020 (cabs_test): Likewise.
14021 (cacos_test): Likewise.
14022 (cacosh_test): Likewise.
14023 (carg_test): Likewise.
14024 (casin_test): Likewise.
14025 (casinh_test): Likewise.
14026 (catan_test): Likewise.
14027 (catanh_test): Likewise.
14028 (cbrt_test): Likewise.
14029 (ccos_test): Likewise.
14030 (ccosh_test): Likewise.
14031 (ceil_test): Likewise.
14032 (cexp_test): Likewise.
14033 (cimag_test): Likewise.
14034 (clog_test): Likewise.
14035 (clog10_test): Likewise.
14036 (conj_test): Likewise.
14037 (copysign_test): Likewise.
14038 (cos_test): Likewise.
14039 (cos_test_tonearest): Likewise.
14040 (cos_test_towardzero): Likewise.
14041 (cos_test_downward): Likewise.
14042 (cos_test_upward): Likewise.
14043 (cosh_test): Likewise.
14044 (cosh_test_tonearest): Likewise.
14045 (cosh_test_towardzero): Likewise.
14046 (cosh_test_downward): Likewise.
14047 (cosh_test_upward): Likewise.
14048 (cpow_test): Likewise.
14049 (cproj_test): Likewise.
14050 (creal_test): Likewise.
14051 (csin_test): Likewise.
14052 (csinh_test): Likewise.
14053 (csqrt_test): Likewise.
14054 (ctan_test): Likewise.
14055 (ctan_test_tonearest): Likewise.
14056 (ctan_test_towardzero): Likewise.
14057 (ctan_test_downward): Likewise.
14058 (ctan_test_upward): Likewise.
14059 (ctanh_test): Likewise.
14060 (ctanh_test_tonearest): Likewise.
14061 (ctanh_test_towardzero): Likewise.
14062 (ctanh_test_downward): Likewise.
14063 (ctanh_test_upward): Likewise.
14064 (erf_test): Likewise.
14065 (erfc_test): Likewise.
14066 (exp_test): Likewise.
14067 (exp_test_tonearest): Likewise.
14068 (exp_test_towardzero): Likewise.
14069 (exp_test_downward): Likewise.
14070 (exp_test_upward): Likewise.
14071 (exp10_test): Likewise.
14072 (exp10_test_tonearest): Likewise.
14073 (exp10_test_towardzero): Likewise.
14074 (exp10_test_downward): Likewise.
14075 (exp10_test_upward): Likewise.
14076 (pow10_test): Likewise.
14077 (exp2_test): Likewise.
14078 (expm1_test): Likewise.
14079 (expm1_test_tonearest): Likewise.
14080 (expm1_test_towardzero): Likewise.
14081 (expm1_test_downward): Likewise.
14082 (expm1_test_upward): Likewise.
14083 (fabs_test): Likewise.
14084 (fdim_test): Likewise.
14085 (floor_test): Likewise.
14086 (fma_test): Likewise.
14087 (fma_test_towardzero): Likewise.
14088 (fma_test_downward): Likewise.
14089 (fma_test_upward): Likewise.
14090 (fmax_test): Likewise.
14091 (fmin_test): Likewise.
14092 (fmod_test): Likewise.
14093 (fpclassify_test): Likewise.
14094 (frexp_test): Likewise.
14095 (hypot_test): Likewise.
14096 (ilogb_test): Likewise.
14097 (isfinite_test): Likewise.
14098 (finite_test): Likewise.
14099 (isgreater_test): Likewise.
14100 (isgreaterequal_test): Likewise.
14101 (isinf_test): Likewise.
14102 (isless_test): Likewise.
14103 (islessequal_test): Likewise.
14104 (islessgreater_test): Likewise.
14105 (isnan_test): Likewise.
14106 (isnormal_test): Likewise.
14107 (issignaling_test): Likewise.
14108 (isunordered_test): Likewise.
14109 (j0_test): Likewise.
14110 (j1_test): Likewise.
14111 (jn_test): Likewise.
14112 (ldexp_test): Likewise.
14113 (lgamma_test): Likewise.
14114 (gamma_test): Likewise.
14115 (lrint_test): Likewise.
14116 (lrint_test_tonearest): Likewise.
14117 (lrint_test_towardzero): Likewise.
14118 (lrint_test_downward): Likewise.
14119 (lrint_test_upward): Likewise.
14120 (llrint_test): Likewise.
14121 (llrint_test_tonearest): Likewise.
14122 (llrint_test_towardzero): Likewise.
14123 (llrint_test_downward): Likewise.
14124 (llrint_test_upward): Likewise.
14125 (log_test): Likewise.
14126 (log10_test): Likewise.
14127 (log1p_test): Likewise.
14128 (log2_test): Likewise.
14129 (logb_test): Likewise.
14130 (logb_test_downward): Likewise.
14131 (lround_test): Likewise.
14132 (llround_test): Likewise.
14133 (modf_test): Likewise.
14134 (nearbyint_test): Likewise.
14135 (nextafter_test): Likewise.
14136 (nexttoward_test): Likewise.
14137 (pow_test): Likewise.
14138 (pow_test_tonearest): Likewise.
14139 (pow_test_towardzero): Likewise.
14140 (pow_test_downward): Likewise.
14141 (pow_test_upward): Likewise.
14142 (remainder_test): Likewise.
14143 (drem_test): Likewise.
14144 (remainder_test_tonearest): Likewise.
14145 (drem_test_tonearest): Likewise.
14146 (remainder_test_towardzero): Likewise.
14147 (drem_test_towardzero): Likewise.
14148 (remainder_test_downward): Likewise.
14149 (drem_test_downward): Likewise.
14150 (remainder_test_upward): Likewise.
14151 (drem_test_upward): Likewise.
14152 (remquo_test): Likewise.
14153 (rint_test): Likewise.
14154 (rint_test_tonearest): Likewise.
14155 (rint_test_towardzero): Likewise.
14156 (rint_test_downward): Likewise.
14157 (rint_test_upward): Likewise.
14158 (round_test): Likewise.
14159 (scalb_test): Likewise.
14160 (scalbn_test): Likewise.
14161 (scalbln_test): Likewise.
14162 (signbit_test): Likewise.
14163 (sin_test): Likewise.
14164 (sin_test_tonearest): Likewise.
14165 (sin_test_towardzero): Likewise.
14166 (sin_test_downward): Likewise.
14167 (sin_test_upward): Likewise.
14168 (sincos_test): Likewise.
14169 (sinh_test): Likewise.
14170 (sinh_test_tonearest): Likewise.
14171 (sinh_test_towardzero): Likewise.
14172 (sinh_test_downward): Likewise.
14173 (sinh_test_upward): Likewise.
14174 (sqrt_test): Likewise.
14175 (sqrt_test_tonearest): Likewise.
14176 (sqrt_test_towardzero): Likewise.
14177 (sqrt_test_downward): Likewise.
14178 (sqrt_test_upward): Likewise.
14179 (tan_test): Likewise.
14180 (tan_test_tonearest): Likewise.
14181 (tan_test_towardzero): Likewise.
14182 (tan_test_downward): Likewise.
14183 (tan_test_upward): Likewise.
14184 (tanh_test): Likewise.
14185 (tgamma_test): Likewise.
14186 (trunc_test): Likewise.
14187 (y0_test): Likewise.
14188 (y1_test): Likewise.
14189 (yn_test): Likewise.
14190 (significand_test): Likewise.
14191
e6b6a857
JM
14192 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14193 individual tests in comment.
14194 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14195 (prev_max_error): New variable.
14196 (prev_real_max_error): Likewise.
14197 (prev_imag_max_error): Likewise.
14198 (compare_ulp_data): Don't refer to test names in comment.
14199 (find_test_ulps): Remove function.
14200 (find_function_ulps): Likewise.
14201 (find_complex_function_ulps): Likewise.
14202 (init_max_error): Take function name as argument. Look up ulps
14203 for that function.
14204 (print_ulps): Remove function.
14205 (print_max_error): Use prev_max_error instead of calling
14206 find_function_ulps.
14207 (print_complex_max_error): Use prev_real_max_error and
14208 prev_imag_max_error instead of calling find_complex_function_ulps.
14209 (check_float_internal): Take max_ulp parameter instead of calling
14210 find_test_ulps. Don't call print_ulps.
14211 (check_float): Update call to check_float_internal.
14212 (check_complex): Update calls to check_float_internal.
14213 (START): Pass argument to init_max_error.
14214 * math/gen-libm-test.pl (%results): Don't include "kind"
14215 information.
14216 (parse_ulps): Don't handle ulps of individual tests.
14217 (print_ulps_file): Likewise.
14218 (output_ulps): Likewise.
14219 * math/README.libm-test: Update.
14220 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14221 individual tests.
14222 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14223 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14224 * sysdeps/arm/libm-test-ulps: Likewise.
14225 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14226 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14227 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14228 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14229 * sysdeps/microblaze/libm-test-ulps: Likewise.
14230 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14231 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14232 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14233 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14234 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14235 * sysdeps/sh/libm-test-ulps: Likewise.
14236 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14237 * sysdeps/tile/libm-test-ulps: Likewise.
14238 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14239
45adef3c
JM
142402014-03-04 Joseph Myers <joseph@codesourcery.com>
14241
14242 * math/libm-test.inc (print_complex_max_error): Check separately
14243 whether real and imaginary errors are within allowed range and
14244 pass 0 to print_complex_function_ulps instead of value within
14245 allowed range.
14246
000232b9
SP
142472014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
14248
d4b17258
SP
14249 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14250 formatting.
14251 (get_handles_fopen): Likewise.
14252 (do_write_test): Likewise.
14253
091eff71
SP
14254 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14255
fa3cd248
SP
14256 * libio/fileops.c (do_ftell): Use cached offset when
14257 available.
14258 * libio/iofwide.c (do_ftell_wide): Likewise.
14259 * libio/iofdopen.c (_IO_new_fdopen): Don't use
14260 _IO_file_attach.
14261 * libio/wfileops.c (_IO_fwide): Don't cache offset.
14262
000232b9
SP
14263 [BZ #16532]
14264 * libio/libioP.h (get_file_offset): New function.
14265 * libio/fileops.c (get_file_offset): Likewise.
14266 (do_ftell): Likewise.
14267 (_IO_new_file_seekoff): Split out ftell logic.
14268 * libio/wfileops.c (do_ftell_wide): Likewise.
14269 (_IO_wfile_seekoff): Split out ftell logic.
14270 * libio/tst-ftell-active-handler.c: New test case.
14271 * libio/Makefile (tests): Add it.
14272
116f4d1a
RM
142732014-03-03 Roland McGrath <roland@hack.frob.com>
14274
14275 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14276 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14277
532a6035
SP
142782014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
14279
14280 [BZ #16639]
14281 * nscd/connections.c (nscd_init): Call do_exit.
14282 (start_threads): Call do_exit and notify_parent.
14283 (begin_drop_privileges): Call do_exit.
14284 (finish_drop_privileges): Likewise.
14285 * nscd/selinux.c (preserve_capabilities): Likewise.
14286 (install_real_capabilities): Likewise.
14287 (nscd_selinux_enabled): Likewise.
14288 (avc_create_thread): Likewise.
14289 (avc_alloc_lock): Likewise.
14290 (nscd_avc_init): Likewise.
14291 * nscd/nscd.c (parent_fd): New static variable.
14292 (main): Create a pipe between parent and child processes.
14293 Skip closing parent_fd.
14294 (monitor_child): New function.
14295 (do_exit): Likewise.
14296 (notify_parent): Likewise.
14297 * nscd/nscd.h (notify_parent): Likewise.
14298 (do_exit): Likewise.
14299
d6285c9f
CD
143002014-03-03 Carlos O'Donell <carlos@redhat.com>
14301
14302 * malloc/malloc.c (__libc_calloc): Revert last change.
14303
2b85d2a0
AZ
143042014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14305
14306 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14307
c7debbdf
RS
143082014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14309
14310 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14311 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14312 implementation.
14313 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14314 (__libc_ifunc_impl_list): Likewise.
14315 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14316 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14317 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14318 * string/strrchr.c: Define STRRCHR.
14319
235eed86
OB
143202014-02-28 Ondřej Bílka <neleai@seznam.cz>
14321
14322 * benchtest/bench-strtok.c (simple_strtok): Delete.
14323 (strtok_string): Use as benchmark.
14324 * string/strtok (STRTOK): New macro.
14325
8e25d1e7
CD
143262014-02-28 Carlos O'Donell <carlos@redhat.com>
14327
ef563f92
CD
14328 * manual/threads.texi: Add header and standard comments to all
14329 functions.
14330
8e25d1e7
CD
14331 * elf/dl-lookup.c (check_match): New function.
14332 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14333 (do_lookup_x): Remove nested function check_match. Use non-nested
14334 function check_match.
14335
ff71cc37
RM
143362014-02-28 Roland McGrath <roland@hack.frob.com>
14337
f08e9a26
RM
14338 * csu/Makefile (generated, before-compile): Use += rather than =.
14339 * catgets/Makefile (generated, generated-dirs): Likewise.
14340 * debug/Makefile (generated): Likewise.
14341 * dlfcn/Makefile (generated): Likewise.
14342 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14343 * iconvdata/Makefile (before-compile, generated): Likewise.
14344 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14345 * libio/Makefile (generated): Likewise.
14346 * malloc/Makefile (generated): Likewise.
14347 * manual/Makefile (generated, generated-dirs): Likewise.
14348 * misc/Makefile (generated): Likewise.
14349 * posix/Makefile (generated): Likewise.
14350 * resolv/Makefile (generated): Likewise.
14351 * sunrpc/Makefile (generated, generated-dirs): Likewise.
14352 * timezone/Makefile (generated, generated-dirs): Likewise.
14353
ff71cc37
RM
14354 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14355
fe13a20c
AZ
143562014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14357
57f41c40
AS
14358 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14359 power8 implementation.
14360 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14361 file: POWER8 llround ifunc implementation.
14362 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14363 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
14364 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14365 POWER8 llround implementation.
14366
57f41c40
AS
14367 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14368 power8 implementation.
14369 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14370 file: POWER8 llrint ifunc implementation.
14371 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14372 Add POWER8 implementation.
1ad8950a
AZ
14373 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14374 POWER8 llrint implementation.
14375
57f41c40
AS
14376 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14377 power8 implementation.
14378 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14379 file: POWER8 finite ifunc implementation.
14380 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14381 Add POWER8 implementation.
cac626d6
AZ
14382 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14383 Likewise.
14384 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14385 POWER8 finite implementation.
14386 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14387
57f41c40
AS
14388 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14389 power8 implementation.
14390 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14391 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
14392 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14393 POWER8 implementation.
14394 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14395 Likewise.
57f41c40
AS
14396 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14397 isinf implementation.
4393fc11
AZ
14398 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14399
57f41c40
AS
14400 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14401 (INIT_ARCH): Add hwcap2 initialization.
14402 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14403 power8 implementation.
14404 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14405 file: POWER8 isnan ifunc implementation.
487972ae
AZ
14406 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14407 POWER8 implementation.
14408 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14409 Likewise.
57f41c40
AS
14410 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14411 isnan implementation.
487972ae
AZ
14412 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14413
7d92b787
JY
144142014-02-27 Joey Ye <joey.ye@arm.com>
14415
14416 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14417 (_FP_NANFRAC_Q): Set to zero.
14418
1cadc858
SP
144192014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14420
14421 [BZ #16623]
14422 * math/auto-libm-test-in: New test inputs.
14423 * math/auto-libm-test-out: Regenerate.
14424 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14425 and DA.
14426 (__cos): Likewise.
14427 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14428
f8c17e79
JM
144292014-02-27 Joseph Myers <joseph@codesourcery.com>
14430
14431 * scripts/evaluate-test.sh: Take new argument indicating whether
14432 failure is expected.
14433 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14434 indicating whether failure is expected.
14435 * conform/Makefile (test-xfail-run-conformtest): New variable.
14436 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14437 level.
14438 * posix/Makefile (test-xfail-annexc): New variable.
14439 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14440
a5f891ac
JM
144412014-02-26 Joseph Myers <joseph@codesourcery.com>
14442
14443 * argp/Makefile: Include Makeconfig immediately after defining
14444 subdir.
14445 * assert/Makefile: Likewise.
14446 * benchtests/Makefile: Likewise.
14447 * catgets/Makefile: Likewise.
14448 * conform/Makefile: Likewise.
14449 * crypt/Makefile: Likewise.
14450 * csu/Makefile: Likewise.
14451 (all): Remove target.
14452 * ctype/Makefile: Include Makeconfig immediately after defining
14453 subdir.
14454 * debug/Makefile: Likewise.
14455 * dirent/Makefile: Likewise.
14456 * dlfcn/Makefile: Likewise.
14457 * gmon/Makefile: Likewise.
14458 * gnulib/Makefile: Likewise.
14459 * grp/Makefile: Likewise.
14460 * gshadow/Makefile: Likewise.
14461 * hesiod/Makefile: Likewise.
14462 * hurd/Makefile: Likewise.
14463 (all): Remove target.
14464 * iconvdata/Makefile: Include Makeconfig immediately after
14465 defining subdir.
14466 * inet/Makefile: Likewise.
14467 * intl/Makefile: Likewise.
14468 * io/Makefile: Likewise.
14469 * libio/Makefile: Likewise.
14470 (all): Remove target.
14471 * locale/Makefile: Include Makeconfig immediately after defining
14472 subdir.
14473 * login/Makefile: Likewise.
14474 * mach/Makefile: Likewise.
14475 (all): Remove target.
14476 * malloc/Makefile: Include Makeconfig immediately after defining
14477 subdir.
14478 (all): Remove target.
14479 * manual/Makefile: Include Makeconfig immediately after defining
14480 subdir.
14481 * math/Makefile: Likewise.
14482 * misc/Makefile: Likewise.
14483 * nis/Makefile: Likewise.
14484 * nss/Makefile: Likewise.
14485 * po/Makefile: Likewise.
14486 (all): Remove target.
14487 * posix/Makefile: Include Makeconfig immediately after defining
14488 subdir.
14489 * pwd/Makefile: Likewise.
14490 * resolv/Makefile: Likewise.
14491 * resource/Makefile: Likewise.
14492 * rt/Makefile: Likewise.
14493 * setjmp/Makefile: Likewise.
14494 * shadow/Makefile: Likewise.
14495 * signal/Makefile: Likewise.
14496 * socket/Makefile: Likewise.
14497 * soft-fp/Makefile: Likewise.
14498 * stdio-common/Makefile: Likewise.
14499 * stdlib/Makefile: Likewise.
14500 * streams/Makefile: Likewise.
14501 * string/Makefile: Likewise.
14502 * sunrpc/Makefile: Likewise.
14503 (all): Remove target.
14504 * sysvipc/Makefile: Include Makeconfig immediately after defining
14505 subdir.
14506 * termios/Makefile: Likewise.
14507 * time/Makefile: Likewise.
14508 * timezone/Makefile: Likewise.
14509 (all): Remove target.
14510 * wcsmbs/Makefile: Include Makeconfig immediately after defining
14511 subdir.
14512 * wctype/Makefile: Likewise.
14513
5b456e9d
SE
145142014-02-26 Steve Ellcey <sellcey@mips.com>
14515
14516 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14517 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14518 (libc_feholdexcept_setround_mips): Ditto.
14519 (libc_feholdsetround): New.
14520 (libc_feholdsetroundf): New.
14521 (libc_feholdsetroundl): New.
14522 (libc_feupdateenv_test_mips): New.
14523 (libc_feupdateenv_test): New.
14524 (libc_feupdateenv_testf): New.
14525 (libc_feupdateenv_testl): New.
14526 (libc_feresetround): New.
14527 (libc_feresetroundf): New.
14528 (libc_feresetroundl): New.
14529 (libc_fetestexcept_mips): New.
14530 (libc_fetestexcept): New.
14531 (libc_fetestexceptf): New.
14532 (libc_fetestexceptl): New.
14533 (HAVE_RM_CTX): New.
14534 (libc_feholdexcept_setround_mips_ctx): New.
14535 (libc_feholdexcept_setround_ctx): New.
14536 (libc_feholdexcept_setroundf_ctx): New.
14537 (libc_feholdexcept_setroundl_ctx): New.
14538 (libc_fesetenv_mips_ctx): New.
14539 (libc_fesetenv_ctx): New.
14540 (libc_fesetenv_ctxf): New.
14541 (libc_fesetenv_ctxl): New.
14542 (libc_feupdateenv_mips_ctx): New.
14543 (libc_feupdateenv_ctx): New.
14544 (libc_feupdateenvf_ctx): New.
14545 (libc_feupdateenvl_ctx): New.
14546 (libc_feholdsetround_mips_ctx): New.
14547 (libc_feholdsetround_ctx): New.
14548 (libc_feholdsetroundf_ctx): New.
14549 (libc_feholdsetroundl_ctx): New.
14550 (libc_feresetround_mips_ctx): New.
14551 (libc_feresetround_ctx): New.
14552 (libc_feresetroundf_ctx): New.
14553 (libc_feresetroundl_ctx): New.
14554
085d0e35
CD
145552014-02-26 Carlos O'Donell <carlos@redhat.com>
14556
f067bf1f
CD
14557 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14558
085d0e35
CD
14559 * manual/ipc.texi: New file.
14560 * manual/Makefile (chapters): Add ipc.
14561 * manual/job.texi: Add "Inter-Process Communication" to next.
14562 * manual/process.texi: Add "Inter-Process Communication" to prev.
14563
86e58c08
AZ
145642014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14565
14566 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14567
4248f0da
OB
145682014-02-26 Ondřej Bílka <neleai@seznam.cz>
14569
14570 * malloc/malloc.c (__libc_calloc): Simplify implementation.
14571
cf822e3c
OB
14572 * manual/arith.texi: Fix spaces after sentences.
14573 * manual/charset.texi: Likewise.
14574 * manual/errno.texi: Likewise.
14575 * manual/install.texi: Likewise.
14576 * manual/llio.texi: Likewise.
14577 * manual/locale.texi: Likewise.
14578 * manual/maint.texi: Likewise.
14579 * manual/math.texi: Likewise.
14580 * manual/memory.texi: Likewise.
14581 * manual/message.texi: Likewise.
14582 * manual/probes.texi: Likewise.
14583 * manual/resource.texi: Likewise.
14584 * manual/signal.texi: Likewise.
14585 * manual/socket.texi: Likewise.
14586 * manual/stdio.texi: Likewise.
14587 * manual/string.texi: Likewise.
14588 * manual/time.texi: Likewise.
14589 * manual/users.texi: Likewise.
14590
ade40b10
CD
145912014-02-25 Carlos O'Donell <carlos@redhat.com>
14592
14593 [BZ #16632]
14594 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14595 _DEFAULT_SOURCE is defined.
14596
d0503676
CD
145972014-02-25 Ulrich Drepper <drepper@gmail.com>
14598 Carlos O'Donell <carlos@redhat.com>
14599
14600 [BZ #16613]
14601 * elf/dl-tls.c (_dl_count_modids): New function.
14602 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14603 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14604 audit library and increment generation counter.
14605 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14606 * elf/tst-audit9.c: New file.
14607 * elf/tst-auditmod9a.c: New file.
14608 * elf/tst-auditmod9b.c: New file.
14609 * elf/Makefile: Add rules to build and run tst-audit9.
14610
4cbf380c
FW
146112014-02-25 Florian Weimer <fweimer@redhat.com>
14612
14613 [BZ #15347]
14614 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14615
80a56cc3
WN
146162014-02-25 Will Newton <will.newton@linaro.org>
14617
14618 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14619 (__longjmp): Restore sp and lr before restoring callee
14620 saved registers. Add longjmp and longjmp_target
14621 SystemTap probe point.
14622 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14623 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14624 Define to zero to match jmpbuf layout.
14625 * sysdeps/arm/setjmp.S: Include stap-probe.h.
14626 (__sigsetjmp): Save sp and lr before saving callee
14627 saved registers. Add setjmp SystemTap probe point.
14628
3ea0f74e
SL
146292014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
14630
14631 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14632
b04acb26
AS
146332014-02-24 Andreas Schwab <schwab@suse.de>
14634
14635 [BZ #15804]
14636 * elf/pldd.c (wait_for_ptrace_stop): New function.
14637 (main): Call it after attaching.
14638
098ad55c
RM
146392014-02-22 Roland McGrath <roland@hack.frob.com>
14640
d4ec6ae1
RM
14641 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14642 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14643 Versions files is now verboten.
14644 * hurd/Versions (libc: GLIBC_2.0):
14645 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14646 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14647 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14648 * mach/Versions: Likewise.
14649
098ad55c
RM
14650 * csu/Versions: Remove unused %include.
14651 * resolv/Versions: Likewise.
14652
acd7f096
JM
146532014-02-21 Joseph Myers <joseph@codesourcery.com>
14654
f0881698
JM
14655 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14656 ($(objpfx)check-local-headers.out): Likewise.
14657 ($(objpfx)begin-end-check.out): Likewise.
14658 * Makerules (check-abi-%.out): Likewise.
14659 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14660 ($(objpfx)test2.cat): Likewise.
14661 ($(objpfx)de/libc.cat): Likewise.
14662 ($(objpfx)test-gencat.out): Likewise.
14663 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14664 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14665 ($(objpfx)noload-mem): Likewise.
14666 ($(objpfx)tst-pathopt.out): Likewise.
14667 ($(objpfx)tst-rtld-load-self.out): Likewise.
14668 ($(objpfx)tst-array1-cmp.out): Likewise.
14669 ($(objpfx)tst-array1-static-cmp.out): Likewise.
14670 ($(objpfx)tst-array2-cmp.out): Likewise.
14671 ($(objpfx)tst-array3-cmp.out): Likewise.
14672 ($(objpfx)tst-array4-cmp.out): Likewise.
14673 ($(objpfx)tst-array5-cmp.out): Likewise.
14674 ($(objpfx)tst-array5-static-cmp.out): Likewise.
14675 ($(objpfx)check-textrel.out): Likewise.
14676 ($(objpfx)check-execstack.out): Likewise.
14677 ($(objpfx)check-localplt.out): Likewise.
14678 ($(objpfx)order2-cmp.out): Likewise.
14679 ($(objpfx)tst-leaks1-mem): Likewise.
14680 ($(objpfx)tst-leaks1-static-mem): Likewise.
14681 ($(objpfx)tst-initorder-cmp.out): Likewise.
14682 ($(objpfx)tst-initorder2-cmp.out): Likewise.
14683 ($(objpfx)tst-unused-dep.out): Likewise.
14684 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14685 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14686 * iconv/Makefile (test-iconvconfig): Likewise.
14687 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14688 ($(objpfx)iconv-test.out): Likewise.
14689 ($(objpfx)tst-tables.out): Likewise.
14690 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14691 ($(objpfx)tst-gettext.out): Likewise.
14692 ($(objpfx)tst-translit.out): Likewise.
14693 ($(objpfx)tst-gettext2.out): Likewise.
14694 ($(objpfx)tst-gettext4.out): Likewise.
14695 ($(objpfx)tst-gettext6.out): Likewise.
14696 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14697 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14698 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14699 ($(objpfx)tst-fopenloc-mem.out): Likewise.
14700 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14701 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14702 * posix/Makefile ($(objpfx)globtest.out): Likewise.
14703 ($(objpfx)wordexp-tst.out): Likewise.
14704 ($(objpfx)annexc.out): Likewise.
14705 ($(objpfx)tst-fnmatch-mem): Likewise.
14706 ($(objpfx)bug-regex2-mem): Likewise.
14707 ($(objpfx)bug-regex14-mem): Likewise.
14708 ($(objpfx)bug-regex21-mem): Likewise.
14709 ($(objpfx)bug-regex31-mem): Likewise.
14710 ($(objpfx)tst-vfork3-mem): Likewise.
14711 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14712 ($(objpfx)tst-pcre-mem): Likewise.
14713 ($(objpfx)tst-boost-mem): Likewise.
14714 ($(objpfx)tst-getconf.out): Likewise.
14715 ($(objpfx)bug-ga2-mem): Likewise.
14716 ($(objpfx)bug-glob2-mem): Likewise.
14717 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14718 ($(objpfx)mtrace-tst-leaks2): Likewise.
14719 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14720 ($(objpfx)tst-printf.out): Likewise.
14721 ($(objpfx)tst-setvbuf1.out): Likewise.
14722 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14723 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14724 ($(objpfx)tst-fmtmsg.out): Likewise.
14725 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14726 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14727
acd7f096
JM
14728 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14729 * bits/sigaction.h [__USE_MISC]: Likewise.
14730 * bits/waitstatus.h: Update #endif comments.
14731 * ctype/ctype.h: Likewise.
14732 * dirent/dirent.h: Likewise.
14733 [__USE_MISC]: Remove redundant conditionals.
14734 * grp/grp.h: Update #endif comments.
14735 [__USE_GNU]: Remove redundant conditionals.
14736 [__USE_MISC]: Likewise.
14737 * inet/netinet/in.h [__USE_GNU]: Likewise.
14738 * io/sys/stat.h [__USE_MISC]: Likewise.
14739 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14740 * libio/bits/stdio.h: Update #endif comments.
14741 [__USE_MISC]: Remove redundant conditionals.
14742 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14743 * libio/stdio.h: Update #endif comments.
14744 [__USE_MISC]: Remove redundant conditionals.
14745 * math/bits/math-finite.h [__USE_MISC]: Likewise.
14746 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14747 * math/math.h: Update #else and #endif comments.
14748 [__USE_MISC]: Remove redundant conditionals.
14749 * misc/sys/uio.h: Update #endif comments.
14750 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14751 * posix/glob.h [__USE_MISC]: Likewise.
14752 * posix/sys/types.h: Update #endif comments.
14753 [__USE_MISC]: Remove redundant conditionals.
14754 * posix/sys/wait.h: Update #endif comments.
14755 [__USE_MISC]: Remove redundant conditionals.
14756 * posix/unistd.h: Update #endif comments.
14757 [__USE_MISC]: Remove redundant conditionals.
14758 * pwd/pwd.h [__USE_GNU]: Likewise.
14759 [__USE_MISC]: Likewise.
14760 * resolv/netdb.h [__USE_GNU]: Likewise.
14761 * signal/signal.h: Update #endif comments.
14762 [__USE_MISC]: Remove redundant conditionals.
14763 * stdlib/stdlib.h: Update #else and #endif comments.
14764 [__USE_MISC]: Remove redundant conditionals.
14765 [__USE_GNU]: Likewise.
14766 * string/bits/string2.h [__USE_MISC]: Likewise.
14767 * string/string.h: Update #endif comments.
14768 [__USE_MISC]: Remove redundant conditionals.
14769 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14770 Likewise.
14771 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14772 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14773 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14774 Likewise.
14775 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14776 Likewise.
14777 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14778 comments.
14779 [__USE_MISC]: Remove redundant conditionals.
14780 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14781 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14782 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14783 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14784 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14785 Likewise.
14786 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14787 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14788 Likewise.
14789 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14790 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14791 Likewise.
14792 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14793 Likewise.
14794 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14795 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14796 Likewise.
14797 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14798 Likewise.
14799 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14800 * sysdeps/x86/bits/string.h: Update #endif comments.
14801 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14802 conditionals.
14803 * time/sys/time.h: Update #endif comments.
14804 * time/time.h: Likewise.
14805 [__USE_MISC]: Remove redundant conditionals.
14806
a5d82e4e
YG
148072014-02-21 Yury Gribov <y.gribov@samsung.com>
14808
14809 [BZ #16600]
14810 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14811
9a80491d
AS
148122014-02-21 Andreas Schwab <schwab@linux-m68k.org>
14813
14814 * Versions.def (librt): Add GLIBC_2.17.
14815
105fa381
AC
148162014-02-21 Adam Conrad <adconrad@0c3.net>
14817
14818 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14819 synonym for _SYS_AUXV_H to allow direct inclusion.
14820 * sysdeps/sparc/bits/hwcap.h: Likewise.
14821 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14822 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14823 * sysdeps/sparc/sysdep.h: Likewise.
14824
b8cd1c4e
SP
148252014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14826
14827 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14828
bd939d23
RS
148292014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14830
14831 * benchtests/bench-strrchr.c: Print length instead of position.
14832
5d7b57ca
JM
148332014-02-20 Joseph Myers <joseph@codesourcery.com>
14834
bc688c10
JM
14835 [BZ #16611]
14836 * sysdeps/unix/sysv/linux/kernel-features.h
14837 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14838 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14839 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14840 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14841 Likewise.
14842 [__i386__ || __powerpc__ || __sh__ || __sparc__]
14843 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14844 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14845 (__ASSUME_SENDMMSG): Define instead of using previous
14846 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14847 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14848 (__ASSUME_SENDMMSG_SYSCALL): Define.
14849 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14850 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14851 Likewise.
14852 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14853 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14854 Likewise.
14855 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14856 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14857 Likewise.
14858 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14859 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14860 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14861 [__ASSUME_SENDMMSG]: Change conditionals to
14862 [__ASSUME_SENDMMSG_SOCKETCALL].
14863 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14864 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14865 Define.
14866 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14867 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14868 Likewise.
14869 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14870 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14871 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14872 [!__ASSUME_SENDMMSG]: Change conditional to
14873 [!__ASSUME_SENDMMSG_SOCKETCALL].
14874 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14875 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14876 Define.
14877
0e31b18c
JM
14878 [BZ #16610]
14879 * sysdeps/unix/sysv/linux/kernel-features.h
14880 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14881 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14882 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14883 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14884 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14885 [__i386__ || __sparc__]
14886 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14887 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14888 (__ASSUME_RECVMMSG): Define instead of using previous
14889 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14890 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14891 (__ASSUME_RECVMMSG_SYSCALL): Define.
14892 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14893 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14894 Likewise.
14895 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14896 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14897 Likewise.
14898 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14899 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14900 Likewise.
14901 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14902 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14903 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14904 [__ASSUME_RECVMMSG]: Change condition to
14905 [__ASSUME_RECVMMSG_SOCKETCALL].
14906 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14907 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14908 Define.
14909 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14910 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14911 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14912 Likewise.
14913 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14914 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14915 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14916 [!__ASSUME_RECVMMSG]: Change condition to
14917 [!__ASSUME_RECVMMSG_SOCKETCALL].
14918 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14919 (__ASSUME_RECVMMSG_SYSCALL): Define.
14920
dd481ccf
JM
14921 [BZ #16609]
14922 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14923 __powerpc__ || __s390__ || __sh__ || __sparc__]
14924 (__ASSUME_SOCKETCALL): Define.
14925 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14926 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14927 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14928 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14929 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14930 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14931 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14932 (__ASSUME_ACCEPT4): Define instead of using previous
14933 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14934 __powerpc__ || __sparc__ || __s390__)] condition.
14935 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14936 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14937 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14938 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14939 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14940 [!__ASSUME_ACCEPT4]: Change condition to
14941 [!__ASSUME_ACCEPT4_SOCKETCALL].
14942 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14943 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
14944 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14945 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14946 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14947 __ASSUME_ACCEPT4_SYSCALL.
14948 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14949 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14950 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14951 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14952 __ASSUME_ACCEPT4_SYSCALL.
14953 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14954 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14955 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14956 [__ASSUME_ACCEPT4]: Change condition to
14957 [__ASSUME_ACCEPT4_SOCKETCALL].
14958 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14959 (__ASSUME_SOCKETCALL): Define.
14960 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14961 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14962 (__ASSUME_SOCKETCALL): Define.
14963 (__ASSUME_ACCEPT4): Remove.
14964 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14965 Define.
14966 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14967 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14968 Likewise.
14969 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14970 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14971
5d7b57ca
JM
14972 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14973 macro.
14974 (HWCAP_ARM_LPAE): Likewise.
14975 (HWCAP_ARM_EVTSTRM): Likewise.
14976 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14977 Add vpfd32, lpae and evtstrm.
14978 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14979 Increase to 22.
14980
63689d61
JM
149812014-02-19 Joseph Myers <joseph@codesourcery.com>
14982
14983 * math/auto-libm-test-in: Add tests of clog10.
14984 * math/auto-libm-test-out: Regenerated.
14985 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14986 * sysdeps/i386/fpu/libm-test-ulps: Update.
14987 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14988
ab09bf61
AS
149892014-02-18 Andreas Schwab <schwab@suse.de>
14990
14991 [BZ #16574]
14992 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14993 Store non-zero if the second buffer was newly allocated.
14994 (send_dg): Likewise.
14995 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14996 to send_vc and send_dg.
14997 (res_nsend): Pass NULL for ansp2_malloced.
14998 * resolv/res_query.c (__libc_res_nquery): Add parameter
14999 answerp2_malloced and pass it down to __libc_res_nsend.
15000 (res_nquery): Pass additional NULL to __libc_res_nquery.
15001 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15002 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
15003 second answer buffer if answerp2_malloced was set.
15004 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15005 (__libc_res_nquerydomain): Add parameter
15006 answerp2_malloced and pass it down to __libc_res_nquery.
15007 (res_nquerydomain): Pass additional NULL to
15008 __libc_res_nquerydomain.
15009 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15010 additional NULL to __libc_res_nsend and __libc_res_nquery.
15011 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15012 additional NULL to __libc_res_nsearch.
15013 (_nss_dns_gethostbyname4_r): Revert last change. Use new
15014 parameter of __libc_res_nsearch to check for separately allocated
15015 second buffer.
15016 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15017 __libc_res_nquery.
15018 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15019 additional NULL to __libc_res_nquery.
15020 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15021 __libc_res_nsearch.
15022 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15023 * include/resolv.h: Update prototypes of __libc_res_nquery,
15024 __libc_res_nsearch, __libc_res_nsend.
15025
a4fb7861
JM
150262014-02-18 Joseph Myers <joseph@codesourcery.com>
15027
c6af2d89
JM
15028 * math/auto-libm-test-in: Add tests of fma.
15029 * math/auto-libm-test-out: Regenerated.
15030 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15031 (fma_towardzero_test_data): Likewise.
15032 (fma_downward_test_data): Likewise.
15033 (fma_upward_test_data): Likewise.
15034 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15035 mpc_mode.
15036 (rounding_modes): Add values for new field.
15037 (func_calc_method): Add value mpfr_fff_f.
15038 (func_calc_desc): Add mpfr_fff_f union field.
15039 (test_function): Add field exact_args.
15040 (FUNC): Add macro argument EXACT_ARGS.
15041 (FUNC_mpfr_f_f): Update call to FUNC.
15042 (FUNC_mpfr_f_f): Likewise.
15043 (FUNC_mpfr_ff_f): Likewise.
15044 (FUNC_mpfr_if_f): Likewise.
15045 (FUNC_mpc_c_f): Likewise.
15046 (FUNC_mpc_c_c): Likewise.
15047 (test_functions): Add fma. Update calls to FUNC.
15048 (handle_input_arg): Add argument exact_args.
15049 (add_test): Update call to handle_input_arg.
15050 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
15051 (output_for_one_input_case): Update call to calc_generic_results.
15052 Recalculate exact zero results in each rounding mode.
15053
a4fb7861
JM
15054 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15055 non-negative before setting low bit.
15056 * math/auto-libm-test-in: Mark one asin test possibly having
15057 spurious underflow.
15058 * math/auto-libm-test-out: Regenerated.
15059 * sysdeps/i386/fpu/libm-test-ulps: Update.
15060 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15061
ef114eaf
DH
150622014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
15063
2b7f4f2c
SP
15064 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15065 * sysdeps/unix/sysv/linux/microblaze: Move directory from
15066 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
15067 * README: Add missing listing for microblaze*-*-linux-gnu.
15068
8125aedc
AM
150692014-02-16 Ondřej Bílka <neleai@seznam.cz>
15070
15071 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15072 duplicate code
15073
c70a4b1d
MF
150742014-02-16 Mike Frysinger <vapier@gentoo.org>
15075
15076 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15077 * sysdeps/unix/sysv/linux/ia64: Move directory from
15078 ports/sysdeps/unix/sysv/linux/ia64.
15079 * README: Update listing for ia64-*-linux-gnu.
15080
591aeaf7
TD
150812014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
15082 Joseph Myers <joseph@codesourcery.com>
15083
15084 * Makeconfig (test-name): New variable.
15085 (evaluate-test): Likewise.
15086 * Makerules (do-test-clean): Remove .test-result files.
15087 (common-mostlyclean): Likewise.
15088 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15089 * scripts/evaluate-test.sh: New file.
15090
6e89caf1
JM
150912014-02-14 Joseph Myers <joseph@codesourcery.com>
15092
7f98f180
JM
15093 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15094 separate $(objpfx)tst-fopenloc-cmp.out and
15095 $(objpfx)tst-fopenloc-mem.out targets.
15096 (tests): Update dependencies.
15097 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15098 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15099 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15100 (tst-rxspencer-no-utf8-ARGS): New variable.
15101 (tst-rxspencer-no-utf8-ENV): Likewise.
15102 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15103 instead of $(objpfx)tst-rxspencer-mem.
15104 ($(objpfx)tst-rxspencer-mem): Change target to
15105 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
15106 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15107 * posix/tst-rxspencer-no-utf8.c: New file.
15108
6e89caf1
JM
15109 * elf/Makefile ($(objpfx)order.out): Remove rule.
15110 [$(run-built-tests) = yes] (tests): Depend on
15111 $(objpfx)order-cmp.out.
15112 ($(objpfx)order-cmp.out): New rule.
15113 [$(run-built-tests) = yes] (tests): Depend on
15114 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15115 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15116 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15117 $(objpfx)tst-array5-static-cmp.out.
15118 ($(objpfx)tst-array1.out): Remove rule.
15119 ($(objpfx)tst-array1-cmp.out): New rule.
15120 ($(objpfx)tst-array1-static.out): Remove rule.
15121 ($(objpfx)tst-array1-static-cmp.out): New rule.
15122 ($(objpfx)tst-array2.out): Remove rule.
15123 ($(objpfx)tst-array2-cmp.out): New rule.
15124 ($(objpfx)tst-array3.out): Remove rule.
15125 ($(objpfx)tst-array3-cmp.out): New rule.
15126 ($(objpfx)tst-array4.out): Remove rule.
15127 ($(objpfx)tst-array4-cmp.out): New rule.
15128 ($(objpfx)tst-array5.out): Remove rule.
15129 ($(objpfx)tst-array5-cmp.out): New rule.
15130 ($(objpfx)tst-array5-static.out): Remove rule.
15131 ($(objpfx)tst-array5-static-cmp.out): New rule.
15132 [$(run-built-tests) = yes] (tests): Depend on
15133 $(objpfx)order2-cmp.out.
15134 ($(objpfx)order2.out): Remove rule.
15135 ($(objpfx)order2-cmp.out): New rule.
15136 ($(objpfx)tst-initorder.out): Remove rule.
15137 [$(run-built-tests) = yes] (tests): Depend on
15138 $(objpfx)tst-initorder-cmp.out.
15139 ($(objpfx)tst-initorder-cmp.out): New rule.
15140 ($(objpfx)tst-initorder2.out): Remove rule.
15141 [$(run-built-tests) = yes] (tests): Depend on
15142 $(objpfx)tst-initorder2-cmp.out.
15143 ($(objpfx)tst-initorder2-cmp.out): New rule.
15144 [$(run-built-tests) = yes] (tests): Depend on
15145 $(objpfx)tst-unused-dep-cmp.out.
15146 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15147 ($(objpfx)tst-unused-dep-cmp.out): New rule.
15148 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15149 on $(objpfx)tst-setvbuf1-cmp.out.
15150 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15151 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15152 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15153 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15154 ($(objpfx)tst-svc.out): Remove rule.
15155 ($(objpfx)tst-svc-cmp.out): New rule.
15156
ed9a38e2
JM
151572014-02-13 Joseph Myers <joseph@codesourcery.com>
15158
15159 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15160 * ctype/ctype.h [__USE_MISC]: Likewise.
15161 * dirent/dirent.h [__USE_MISC]: Likewise.
15162 * grp/grp.h [__USE_MISC]: Likewise.
15163 * io/fcntl.h [__USE_MISC]: Likewise.
15164 * io/sys/stat.h [__USE_MISC]: Likewise.
15165 * libio/stdio.h [__USE_MISC]: Likewise.
15166 * posix/unistd.h [__USE_MISC]: Likewise.
15167 * pwd/pwd.h [__USE_MISC]: Likewise.
15168 * stdlib.h [__USE_MISC]: Likewise.
15169 * string/bits/string2.h [__USE_MISC]: Likewise.
15170 * string/string.h [__USE_MISC]: Likewise.
15171 * time/time.h [__USE_MISC]: Likewise.
15172
d6680619
AS
151732014-02-13 Andreas Schwab <schwab@suse.de>
15174
15175 [BZ #16574]
15176 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15177 second answer buffer if it was separately allocated.
15178
ace614b8
JM
151792014-02-12 Joseph Myers <joseph@codesourcery.com>
15180
743151ae
JM
15181 * sysdeps/mips/math-tests.h: Include <features.h>.
15182 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15183 (ROUNDING_TESTS_long_double): Do not define.
15184 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15185 (EXCEPTION_TESTS_long_double): Likewise.
15186 * sysdeps/mips/mips64/libm-test-ulps: Update.
15187
498afc54
JM
15188 * include/features.h (__USE_BSD): Remove macro definitions.
15189 (__USE_SVID): Likewise.
15190 (_BSD_SOURCE): Likewise.
15191 (_SVID_SOURCE): Likewise.
15192 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15193 from definition of _DEFAULT_SOURCE.
15194 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15195 [_DEFAULT_SOURCE].
15196 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15197 * bits/mman.h [__USE_BSD]: Likewise.
15198 * bits/termios.h [__USE_BSD]: Likewise.
15199 * bits/waitstatus.h [__USE_BSD]: Likewise.
15200 * ctype/ctype.h [__USE_SVID]: Likewise.
15201 * dirent/dirent.h [__USE_BSD]: Likewise.
15202 * grp/grp.h [__USE_SVID]: Likewise.
15203 [__USE_BSD]: Likewise.
15204 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15205 * io/fcntl.h [__USE_BSD]: Likewise.
15206 * io/ftw.h [__USE_BSD]: Likewise.
15207 * io/sys/stat.h [__USE_BSD]: Likewise.
15208 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15209 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15210 * libio/stdio.h [__USE_SVID]: Likewise.
15211 [__USE_BSD]: Likewise.
15212 * math/math.h [__USE_SVID]: Likewise.
15213 [__USE_BSD]: Likewise.
15214 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15215 * misc/bits/syslog.h [__USE_BSD]: Likewise.
15216 * misc/search.h [__USE_SVID]: Likewise.
15217 * misc/sys/mman.h [__USE_BSD]: Likewise.
15218 * misc/sys/syslog.h [__USE_BSD]: Likewise.
15219 * misc/sys/uio.h [__USE_BSD]: Likewise.
15220 * posix/bits/unistd.h [__USE_BSD]: Likewise.
15221 * posix/glob.h [__USE_BSD]: Likewise.
15222 * posix/regex.h [__USE_BSD]: Likewise.
15223 * posix/sys/types.h [__USE_BSD]: Likewise.
15224 [__USE_SVID]: Likewise.
15225 * posix/sys/utsname.h [__USE_SVID]: Likewise.
15226 * posix/sys/wait.h [__USE_BSD]: Likewise.
15227 [__USE_SVID]: Likewise.
15228 * posix/unistd.h [__USE_BSD]: Likewise.
15229 [__USE_SVID]: Likewise.
15230 * pwd/pwd.h [__USE_SVID]: Likewise.
15231 * resolv/netdb.h [__USE_BSD]: Likewise.
15232 * setjmp/setjmp.h [__USE_BSD]: Likewise.
15233 * signal/signal.h [__USE_BSD]: Likewise.
15234 [__USE_SVID]: Likewise.
15235 * socket/sys/socket.h [__USE_BSD]: Likewise.
15236 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15237 * stdlib/stdlib.h [__USE_BSD]: Likewise.
15238 [__USE_SVID]: Likewise.
15239 * string/bits/string2.h [__USE_BSD]: Likewise.
15240 [__USE_SVID]: Likewise.
15241 * string/bits/string3.h [__USE_BSD]: Likewise.
15242 * string/endian.h [__USE_BSD]: Likewise.
15243 * string/string.h [__USE_SVID]: Likewise.
15244 [__USE_BSD]: Likewise.
15245 * string/strings.h [__USE_BSD]: Likewise.
15246 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15247 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15248 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15249 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15250 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15251 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15252 Likewise.
15253 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15254 Likewise.
15255 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15256 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15257 Likewise.
15258 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15259 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15260 Likewise.
15261 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15262 Likewise.
15263 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15264 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15265 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15266 Likewise.
15267 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15268 Likewise.
15269 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15270 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15271 * termios/termios.h [__USE_BSD]: Likewise.
15272 * time/sys/time.h [__USE_BSD]: Likewise.
15273 * time/time.h [__USE_BSD]: Likewise.
15274 [__USE_SVID]: Likewise.
15275
dd7b064c
JM
15276 * Makefile (subdir_targets): Remove subdir_lint.out.
15277
a2c4c199
JM
15278 * stdio-common/Makefile (do-tst-unbputc): Remove target.
15279 (do-tst-printf): Likewise.
15280 (tests): Depend directly on $(objpfx)tst-unbputc.out and
15281 $(objpfx)tst-printf.out.
15282
8756f740
JM
15283 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15284
1b6dd3f1
JM
15285 * Makerules (check-abi-%): Change target to
15286 $(objpfx)check-abi-%.out.
15287 (check-abi target): Update dependencies.
15288 (check-abi-pattern variable): Redirect output of diff to $@.
15289 (check-abi variable): Likewise.
15290 * elf/Makefile (check-abi): Update dependencies.
15291
ace614b8
JM
15292 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15293 unused.
15294 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15295 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15296 subnormal range.
15297 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15298 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15299 value has largest subnormal exponent.
15300 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15301 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15302 * sysdeps/aarch64/soft-fp/sfp-machine.h
15303 (_FP_TININESS_AFTER_ROUNDING): New macro.
15304 * sysdeps/alpha/soft-fp/sfp-machine.h
15305 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15306 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15307 Likewise.
15308 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15309 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15310 * sysdeps/mips/soft-fp/sfp-machine.h
15311 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15312 * sysdeps/powerpc/soft-fp/sfp-machine.h
15313 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15314 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15315 Likewise.
15316 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15317 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15318 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15319 (_FP_TININESS_AFTER_ROUNDING): Likewise.
15320 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15321 Likewise.
15322
fbfdf9cb
DAS
153232014-02-12 Dylan Alex Simon <dylan@dylex.net>
15324
15325 [BZ #16545]
15326 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15327 model 1.
15328
68b7efaa
RH
153292014-02-12 Richard Henderson <rth@redhat.com>
15330
c70a4b1d 15331 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
15332 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15333 * sysdeps/unix/sysv/linux/alpha: Move directory from
15334 ports/sysdeps/unix/sysv/linux/alpha.
15335 * README: Update listing for alpha-*-linux-gnu.
15336
cb4a2928
JM
153372014-02-11 Joseph Myers <joseph@codesourcery.com>
15338
c941736c
JM
15339 * include/features.h: Update comment documenting feature test
15340 macros.
15341 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
15342 _DEFAULT_SOURCE.
15343 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15344 (_SVID_SOURCE): Likewise.
15345 (_DEFAULT_SOURCE): Update description of default features.
15346 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15347 with _GNU_SOURCE.
15348 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15349 (S_ISVTX): Likewise.
15350 * manual/math.texi (Mathematical Constants): Likewise.
15351 * manual/signal.texi (Interrupted Primitives): Likewise.
15352 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15353 * math/test-matherr.c (_SVID_SOURCE): Do not define.
15354 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15355 Don't refer to _SVID_SOURCE in warning text.
15356
e8d8d7ec
JM
15357 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15358
cb4a2928
JM
15359 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15360 already defined.
15361 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15362 * sysdeps/mips/dl-lookup.c: Remove.
15363 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15364
7e6424e3
AK
153652014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15366
15367 [BZ #16447]
15368 * math/auto-libm-test-in: Add testcase for expl.
15369 * math/auto-libm-test-out: Regenerate.
15370 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15371 calculation of unsafe.
15372 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15373
75eff3fe
MS
153742014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
15375
15376 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15377 * sysdeps/unix/sysv/linux/aarch64: Move directory from
15378 ports/sysdeps/unix/sysv/linux/aarch64.
15379 * README: Update listing for aarch64*-*-linux-gnu.
15380
d35f1e80
WN
153812014-02-11 Will Newton <will.newton@linaro.org>
15382
15383 * manual/probes.texi (Mathematical Function Probes): Use
15384 "triggered" instead of "hit".
15385
7b3436d4
WN
15386 * manual/probes.texi (Internal Probes): Add documentation
15387 of setjmp, longjmp and longjmp_target probes.
15388
b4f12ca3
WN
15389 * include/stap-probe.h: Add comment about probe argument
15390 format.
15391
c13a72b7
WN
15392 * malloc/mtrace.c (attribute_hidden): Remove unused macro
15393 definition. (tr_where, tr_freehook, tr_mallochook,
15394 tr_reallochook, tr_memalignhook): Use ANSI protoype.
15395
195b8165
DM
153962014-02-11 David S. Miller <davem@davemloft.net>
15397
15398 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15399 processing int_tests.
15400
2ad7600b
JM
154012014-02-10 Joseph Myers <joseph@codesourcery.com>
15402
15403 * sysdeps/mips: Move directory from ports/sysdeps/mips.
15404 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15405 * sysdeps/unix/sysv/linux/mips: Move directory from
15406 ports/sysdeps/unix/sysv/linux/mips.
15407 * README: Update listing for mips-*-linux-gnu and
15408 mips64-*-linux-gnu.
15409
73588a72
AS
154102014-02-10 Andreas Schwab <schwab@linux-m68k.org>
15411
15412 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15413 * sysdeps/unix/sysv/linux/m68k: Move directory from
15414 ports/sysdeps/unix/sysv/linux/m68k.
15415 * README: Update listing for m68k-*-linux-gnu.
15416
4372980f
CM
154172014-02-10 Chris Metcalf <cmetcalf@tilera.com>
15418
15419 * sysdeps/tile: Move directory from ports/sysdeps/tile.
15420 * sysdeps/unix/sysv/linux/generic: Move directory from
15421 ports/sysdeps/unix/sysv/linux/generic.
15422 * sysdeps/unix/sysv/linux/tile: Move directory from
15423 ports/sysdeps/unix/sysv/linux/tile.
15424 * README: Update listing for tile*-*-linux-gnu.
15425
a1ffb40e
OB
154262014-02-10 Ondřej Bílka <neleai@seznam.cz>
15427
57f41c40
AS
15428 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15429 __builtin_expect.
a1ffb40e
OB
15430 * benchtests/bench-memmem.c (simple_memmem): Likewise.
15431 * catgets/open_catalog.c (__open_catalog): Likewise.
15432 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15433 * debug/confstr_chk.c: Likewise.
15434 * debug/fread_chk.c (__fread_chk): Likewise.
15435 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15436 * debug/getgroups_chk.c: Likewise.
15437 * debug/mbsnrtowcs_chk.c: Likewise.
15438 * debug/mbsrtowcs_chk.c: Likewise.
15439 * debug/mbstowcs_chk.c: Likewise.
15440 * debug/memcpy_chk.c: Likewise.
15441 * debug/memmove_chk.c: Likewise.
15442 * debug/mempcpy_chk.c: Likewise.
15443 * debug/memset_chk.c: Likewise.
15444 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15445 * debug/strcat_chk.c (__strcat_chk): Likewise.
15446 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15447 * debug/strncat_chk.c (__strncat_chk): Likewise.
15448 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15449 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15450 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15451 * debug/wcpncpy_chk.c: Likewise.
15452 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15453 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15454 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15455 * debug/wcsncpy_chk.c: Likewise.
15456 * debug/wcsnrtombs_chk.c: Likewise.
15457 * debug/wcsrtombs_chk.c: Likewise.
15458 * debug/wcstombs_chk.c: Likewise.
15459 * debug/wmemcpy_chk.c: Likewise.
15460 * debug/wmemmove_chk.c: Likewise.
15461 * debug/wmempcpy_chk.c: Likewise.
15462 * debug/wmemset_chk.c: Likewise.
15463 * dirent/scandirat.c (SCANDIRAT): Likewise.
15464 * dlfcn/dladdr1.c (dladdr1): Likewise.
15465 * dlfcn/dladdr.c (dladdr): Likewise.
15466 * dlfcn/dlclose.c (dlclose_doit): Likewise.
15467 * dlfcn/dlerror.c (__dlerror): Likewise.
15468 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15469 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15470 * dlfcn/dlopen.c (dlopen_doit): Likewise.
15471 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15472 * dlfcn/dlsym.c (dlsym_doit): Likewise.
15473 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15474 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15475 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15476 Likewise.
15477 * elf/dl-conflict.c: Likewise.
15478 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15479 * elf/dl-dst.h: Likewise.
15480 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15481 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15482 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15483 * elf/dl-init.c (call_init, _dl_init): Likewise.
15484 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
15485 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15486 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15487 Likewise.
a1ffb40e
OB
15488 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15489 Likewise.
15490 * elf/dl-minimal.c (__libc_memalign): Likewise.
15491 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15492 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15493 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15494 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
15495 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15496 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
15497 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15498 * elf/dl-writev.h (_dl_writev): Likewise.
15499 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
15500 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15501 (dl_main): Likewise.
a1ffb40e
OB
15502 * elf/setup-vdso.h (setup_vdso): Likewise.
15503 * grp/compat-initgroups.c (compat_call): Likewise.
15504 * grp/fgetgrent.c (fgetgrent): Likewise.
15505 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15506 * grp/putgrent.c (putgrent): Likewise.
15507 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15508 Likewise.
15509 * hurd/hurdinit.c: Likewise.
15510 * iconvdata/8bit-gap.c (struct): Likewise.
15511 * iconvdata/ansi_x3.110.c : Likewise.
15512 * iconvdata/big5.c : Likewise.
15513 * iconvdata/big5hkscs.c : Likewise.
15514 * iconvdata/cp1255.c: Likewise.
15515 * iconvdata/cp1258.c : Likewise.
15516 * iconvdata/cp932.c : Likewise.
15517 * iconvdata/euc-cn.c: Likewise.
15518 * iconvdata/euc-jisx0213.c : Likewise.
15519 * iconvdata/euc-jp.c: Likewise.
15520 * iconvdata/euc-jp-ms.c : Likewise.
15521 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15522 * iconvdata/gb18030.c : Likewise.
15523 * iconvdata/gbbig5.c (const): Likewise.
15524 * iconvdata/gbgbk.c: Likewise.
15525 * iconvdata/gbk.c : Likewise.
15526 * iconvdata/ibm1364.c : Likewise.
15527 * iconvdata/ibm930.c : Likewise.
15528 * iconvdata/ibm932.c: Likewise.
15529 * iconvdata/ibm933.c : Likewise.
15530 * iconvdata/ibm935.c : Likewise.
15531 * iconvdata/ibm937.c : Likewise.
15532 * iconvdata/ibm939.c : Likewise.
15533 * iconvdata/ibm943.c: Likewise.
15534 * iconvdata/iso_11548-1.c: Likewise.
15535 * iconvdata/iso-2022-cn.c : Likewise.
15536 * iconvdata/iso-2022-cn-ext.c : Likewise.
15537 * iconvdata/iso-2022-jp-3.c: Likewise.
15538 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15539 * iconvdata/iso-2022-kr.c : Likewise.
15540 * iconvdata/iso646.c (gconv_end): Likewise.
15541 * iconvdata/iso_6937-2.c : Likewise.
15542 * iconvdata/iso_6937.c : Likewise.
15543 * iconvdata/iso8859-1.c: Likewise.
15544 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15545 * iconvdata/shift_jisx0213.c : Likewise.
15546 * iconvdata/sjis.c : Likewise.
15547 * iconvdata/t.61.c : Likewise.
15548 * iconvdata/tcvn5712-1.c : Likewise.
15549 * iconvdata/tscii.c: Likewise.
15550 * iconvdata/uhc.c : Likewise.
15551 * iconvdata/unicode.c (gconv_end): Likewise.
15552 * iconvdata/utf-16.c (gconv_end): Likewise.
15553 * iconvdata/utf-32.c (gconv_end): Likewise.
15554 * iconvdata/utf-7.c (base64): Likewise.
15555 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15556 * iconv/gconv_close.c (__gconv_close): Likewise.
15557 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
15558 * iconv/gconv_simple.c (internal_ucs4_loop_single)
15559 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15560 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15561 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15562 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
15563 * iconv/iconv.c (iconv): Likewise.
15564 * iconv/iconv_close.c: Likewise.
15565 * iconv/loop.c (SINGLE): Likewise.
15566 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15567 * include/atomic.h: Likewise.
15568 * inet/inet6_option.c (option_alloc): Likewise.
15569 * intl/bindtextdom.c (set_binding_values): Likewise.
15570 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15571 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15572 * intl/localealias.c (read_alias_file): Likewise.
15573 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
15574 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15575 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
15576 * libio/fmemopen.c (fmemopen): Likewise.
15577 * libio/iofgets.c (_IO_fgets): Likewise.
15578 * libio/iofgets_u.c (fgets_unlocked): Likewise.
15579 * libio/iofgetws.c (fgetws): Likewise.
15580 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15581 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
15582 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15583 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
15584 * locale/findlocale.c (_nl_find_locale): Likewise.
15585 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15586 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15587 Likewise.
15588 * locale/setlocale.c (setlocale): Likewise.
15589 * login/programs/pt_chown.c (main): Likewise.
15590 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15591 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
15592 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15593 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
15594 * math/e_exp2l.c: Likewise.
15595 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15596 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15597 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15598 * math/s_catan.c (__catan): Likewise.
15599 * math/s_catanf.c (__catanf): Likewise.
15600 * math/s_catanh.c (__catanh): Likewise.
15601 * math/s_catanhf.c (__catanhf): Likewise.
15602 * math/s_catanhl.c (__catanhl): Likewise.
15603 * math/s_catanl.c (__catanl): Likewise.
15604 * math/s_ccosh.c (__ccosh): Likewise.
15605 * math/s_ccoshf.c (__ccoshf): Likewise.
15606 * math/s_ccoshl.c (__ccoshl): Likewise.
15607 * math/s_cexp.c (__cexp): Likewise.
15608 * math/s_cexpf.c (__cexpf): Likewise.
15609 * math/s_cexpl.c (__cexpl): Likewise.
15610 * math/s_clog10.c (__clog10): Likewise.
15611 * math/s_clog10f.c (__clog10f): Likewise.
15612 * math/s_clog10l.c (__clog10l): Likewise.
15613 * math/s_clog.c (__clog): Likewise.
15614 * math/s_clogf.c (__clogf): Likewise.
15615 * math/s_clogl.c (__clogl): Likewise.
15616 * math/s_csin.c (__csin): Likewise.
15617 * math/s_csinf.c (__csinf): Likewise.
15618 * math/s_csinh.c (__csinh): Likewise.
15619 * math/s_csinhf.c (__csinhf): Likewise.
15620 * math/s_csinhl.c (__csinhl): Likewise.
15621 * math/s_csinl.c (__csinl): Likewise.
15622 * math/s_csqrt.c (__csqrt): Likewise.
15623 * math/s_csqrtf.c (__csqrtf): Likewise.
15624 * math/s_csqrtl.c (__csqrtl): Likewise.
15625 * math/s_ctan.c (__ctan): Likewise.
15626 * math/s_ctanf.c (__ctanf): Likewise.
15627 * math/s_ctanh.c (__ctanh): Likewise.
15628 * math/s_ctanhf.c (__ctanhf): Likewise.
15629 * math/s_ctanhl.c (__ctanhl): Likewise.
15630 * math/s_ctanl.c (__ctanl): Likewise.
15631 * math/w_pow.c: Likewise.
15632 * math/w_powf.c: Likewise.
15633 * math/w_powl.c: Likewise.
15634 * math/w_scalb.c (sysv_scalb): Likewise.
15635 * math/w_scalbf.c (sysv_scalbf): Likewise.
15636 * math/w_scalbl.c (sysv_scalbl): Likewise.
15637 * misc/error.c (error_tail): Likewise.
15638 * misc/pselect.c (__pselect): Likewise.
15639 * nis/nis_callback.c (__nis_create_callback): Likewise.
15640 * nis/nis_call.c (__nisfind_server): Likewise.
15641 * nis/nis_creategroup.c (nis_creategroup): Likewise.
15642 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15643 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15644 * nis/nis_getservlist.c (nis_getservlist): Likewise.
15645 * nis/nis_lookup.c (nis_lookup): Likewise.
15646 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
15647 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15648 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 15649 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
15650 * nis/nss_compat/compat-grp.c (getgrent_next_file)
15651 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15652 * nis/nss_compat/compat-initgroups.c (add_group)
15653 (internal_getgrent_r): Likewise.
15654 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15655 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15656 * nis/nss_compat/compat-spwd.c (getspent_next_file)
15657 (internal_getspnam_r): Likewise.
15658 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15659 (_nss_nis_getaliasbyname_r): Likewise.
15660 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15661 (_nss_nis_getntohost_r): Likewise.
15662 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15663 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15664 (_nss_nis_getgrgid_r): Likewise.
15665 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15666 (internal_nis_gethostent_r, internal_gethostbyname2_r)
15667 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15668 (_nss_nis_gethostbyname4_r): Likewise.
15669 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15670 (initgroups_netid): Likewise.
a1ffb40e 15671 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
15672 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15673 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15674 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15675 (_nss_nis_getprotobynumber_r): Likewise.
15676 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15677 (_nss_nis_getsecretkey): Likewise.
15678 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15679 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15680 (_nss_nis_getpwuid_r): Likewise.
15681 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15682 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15683 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15684 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15685 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15686 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
15687 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15688 Likewise.
57f41c40
AS
15689 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15690 (_nss_nisplus_getntohost_r): Likewise.
15691 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15692 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15693 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15694 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 15695 Likewise.
57f41c40
AS
15696 * nis/nss_nisplus/nisplus-initgroups.c
15697 (_nss_nisplus_initgroups_dyn): Likewise.
15698 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15699 (_nss_nisplus_getnetbyaddr_r): Likewise.
15700 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15701 (_nss_nisplus_getprotobynumber_r): Likewise.
15702 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15703 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
15704 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15705 Likewise.
57f41c40
AS
15706 * nis/nss_nisplus/nisplus-service.c
15707 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15708 (_nss_nisplus_getservbyport_r): Likewise.
15709 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15710 (_nss_nisplus_getspnam_r): Likewise.
15711 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15712 Likewise.
a1ffb40e
OB
15713 * nscd/aicache.c (addhstaiX): Likewise.
15714 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
15715 * nscd/connections.c (register_traced_file, send_ro_fd)
15716 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15717 (main_loop_epoll): Likewise.
a1ffb40e
OB
15718 * nscd/grpcache.c (addgrbyX): Likewise.
15719 * nscd/hstcache.c (addhstbyX): Likewise.
15720 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15721 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
15722 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15723 (addinnetgrX): Likewise.
15724 * nscd/nscd-client.h (__nscd_acquire_maplock)
15725 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
15726 * nscd/nscd_getai.c (__nscd_getai): Likewise.
15727 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15728 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15729 Likewise.
15730 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15731 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
15732 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15733 (__nscd_get_map_ref): Likewise.
a1ffb40e 15734 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
15735 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15736 Likewise.
a1ffb40e
OB
15737 * nscd/pwdcache.c (addpwbyX): Likewise.
15738 * nscd/selinux.c (preserve_capabilities): Likewise.
15739 * nscd/servicescache.c (addservbyX): Likewise.
15740 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15741 * posix/fnmatch.c (fnmatch): Likewise.
15742 * posix/getopt.c (_getopt_internal_r): Likewise.
15743 * posix/glob.c (glob, glob_in_dir): Likewise.
15744 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
15745 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15746 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
15747 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15748 * resolv/res_init.c: Likewise.
15749 * resolv/res_mkquery.c (res_nmkquery): Likewise.
15750 * resolv/res_query.c (__libc_res_nquery): Likewise.
15751 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15752 Likewise.
15753 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15754 * stdio-common/perror.c (perror): Likewise.
15755 * stdio-common/printf_fp.c (___printf_fp): Likewise.
15756 * stdio-common/tmpnam.c (tmpnam): Likewise.
15757 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15758 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
15759 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15760 Likewise.
a1ffb40e
OB
15761 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15762 * stdlib/putenv.c (putenv): Likewise.
15763 * stdlib/setenv.c (__add_to_environ): Likewise.
15764 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15765 * stdlib/strtol_l.c (INTERNAL): Likewise.
15766 * string/memmem.c (memmem): Likewise.
15767 * string/strerror.c (strerror): Likewise.
15768 * string/strnlen.c (__strnlen): Likewise.
15769 * string/test-memmem.c (simple_memmem): Likewise.
15770 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15771 * sunrpc/pm_getport.c (__get_socket): Likewise.
15772 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15773 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
15774 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15775 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
15776 Likewise.
15777 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15778 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15779 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15780 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15781 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
15782 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15783 Likewise.
15784 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15785 Likewise.
a1ffb40e
OB
15786 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15787 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15788 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15789 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15790 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15791 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15792 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15793 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15794 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15795 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15796 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15797 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15798 Likewise.
15799 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15800 Likewise.
15801 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15802 Likewise.
15803 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15804 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15805 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15806 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15807 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15808 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15809 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15810 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15811 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15812 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15813 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15814 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15815 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15816 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15817 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
15818 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15819 Likewise.
a1ffb40e
OB
15820 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15821 Likewise.
15822 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15823 Likewise.
15824 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15825 Likewise.
15826 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15827 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15828 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15829 Likewise.
15830 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15831 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15832 * sysdeps/posix/opendir.c (__opendirat): Likewise.
15833 * sysdeps/posix/sleep.c: Likewise.
15834 * sysdeps/posix/tempname.c: Likewise.
15835 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15836 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15837 Likewise.
57f41c40
AS
15838 * sysdeps/powerpc/powerpc32/dl-machine.h
15839 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
15840 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15841 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15842 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15843 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15844 Likewise.
15845 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15846 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15847 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15848 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15849 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15850 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15851 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15852 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15853 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15854 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15855 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15856 (elf_machine_lazy_rel): Likewise.
a1ffb40e 15857 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15858 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15859 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15860 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15861 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15862 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15863 * sysdeps/unix/grantpt.c (grantpt): Likewise.
15864 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15865 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15866 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15867 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15868 Likewise.
15869 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15870 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15871 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15872 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15873 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15874 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15875 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15876 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15877 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15878 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15879 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15880 Likewise.
15881 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15882 (__posix_fallocate64_l64): Likewise.
15883 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15884 (posix_fallocate): Likewise.
57f41c40
AS
15885 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15886 Likewise.
a1ffb40e 15887 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
15888 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15889 (getifaddrs_internal): Likewise.
a1ffb40e
OB
15890 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15891 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15892 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15893 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15894 * sysdeps/unix/sysv/linux/posix_fallocate64.c
15895 (__posix_fallocate64_l64): Likewise.
15896 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15897 Likewise.
15898 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
15899 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15900 (__get_clockfreq): Likewise.
a1ffb40e
OB
15901 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15902 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15903 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15904 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15905 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15906 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15907 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15908 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15909 Likewise.
15910 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15911 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15912 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15913 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15914 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15915 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15916 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15917 Likewise.
15918 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15919 (posix_fallocate): Likewise.
15920 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15921 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15922 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15923 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15924 (elf_machine_rela, elf_machine_rela_relative)
15925 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15926 * time/asctime.c (asctime_internal): Likewise.
15927 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15928 * time/tzset.c (__tzset_parse_tz): Likewise.
15929 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15930 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15931 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15932 * wcsmbs/wcsmbsload.h: Likewise.
15933
f3d338c9
OB
15934 [BZ #15894]
15935 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15936
57f41c40
AS
15937 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15938 (arena_get2): Remove THREAD_STATS conditionals.
15939 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15940 (__malloc_stats, int): Likewise.
bdfe308a 15941
d674667c
MF
159422014-02-08 Mike Frysinger <vapier@gentoo.org>
15943
15944 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15945 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
15946
6349768c
MF
15947 * manual/setjmp.texi: Fix typos/grammar errors.
15948
0b7c7473
MF
15949 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15950 Only return early when n is <= 0. Delete unused return statement.
15951
ac8cc9e3
MF
15952 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15953 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15954 * debug/tst-longjmp_chk3.c: New file.
15955
c5bb8e23
MF
15956 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15957 (test_main): Replace code with set_fortify_handler call.
15958 * debug/test-strcpy_chk.c: Likewise.
15959 * debug/tst-chk1.c: Likewise.
15960 * debug/tst-longjmp_chk.c: Likewise.
15961 * test-skeleton.c: Include fcntl.h & paths.h
15962 (set_fortify_handler): Define.
15963
10444e42
MF
15964 * debug/tst-longjmp_chk.c: Add header comment and include
15965 ../test-skeleton.c.
15966 (do_test): Mark static.
15967 (TEST_FUNCTION): Define.
15968
1e805e8d
MF
15969 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15970 (IP_PMTUDISC_INTERFACE): Likewise.
15971 (IP_MULTICAST_IF): Likewise.
15972 (IP_MULTICAST_TTL): Likewise.
15973 (IP_MULTICAST_LOOP): Likewise.
15974 (IP_ADD_MEMBERSHIP): Likewise.
15975 (IP_DROP_MEMBERSHIP): Likewise.
15976 (IP_UNBLOCK_SOURCE): Likewise.
15977 (IP_BLOCK_SOURCE): Likewise.
15978 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15979 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15980 (IP_MSFILTER): Likewise.
15981 (MCAST_JOIN_GROUP): Likewise.
15982 (MCAST_BLOCK_SOURCE): Likewise.
15983 (MCAST_UNBLOCK_SOURCE): Likewise.
15984 (MCAST_LEAVE_GROUP): Likewise.
15985 (MCAST_JOIN_SOURCE_GROUP): Likewise.
15986 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15987 (MCAST_MSFILTER): Likewise.
15988 (IP_MULTICAST_ALL): Likewise.
15989 (IP_UNICAST_IF): Likewise.
15990
73f79bb7
MF
15991 * timezone/Makefile: Delete $(have-ksh) check.
15992 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15993 * timezone/tzselect.ksh: Add +x mode bits.
15994
8da79b60
MF
15995 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15996 (ANON_INODE_FS_MAGIC): Likewise.
15997 (BDEVFS_MAGIC): Likewise.
15998 (BINFMTFS_MAGIC): Likewise.
15999 (BTRFS_TEST_MAGIC): Likewise.
16000 (CRAMFS_MAGIC_WEND): Likewise.
16001 (DEBUGFS_MAGIC): Likewise.
16002 (ECRYPTFS_SUPER_MAGIC): Likewise.
16003 (EXT3_SUPER_MAGIC): Likewise.
16004 (EXT4_SUPER_MAGIC): Likewise.
16005 (FUTEXFS_SUPER_MAGIC): Likewise.
16006 (HOSTFS_SUPER_MAGIC): Likewise.
16007 (HUGETLBFS_MAGIC): Likewise.
16008 (MINIX3_SUPER_MAGIC): Likewise.
16009 (MTD_INODE_FS_MAGIC): Likewise.
16010 (NILFS_SUPER_MAGIC): Likewise.
16011 (OPENPROM_SUPER_MAGIC): Likewise.
16012 (PIPEFS_MAGIC): Likewise.
16013 (PSTOREFS_MAGIC): Likewise.
16014 (QNX6_SUPER_MAGIC): Likewise.
16015 (RAMFS_MAGIC): Likewise.
16016 (REISERFS_SUPER_MAGIC_STRING): Likewise.
16017 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16018 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16019 (SECURITYFS_MAGIC): Likewise.
16020 (SELINUX_MAGIC): Likewise.
16021 (SMACK_MAGIC): Likewise.
16022 (SOCKFS_MAGIC): Likewise.
16023 (SQUASHFS_MAGIC): Likewise.
16024 (STACK_END_MAGIC): Likewise.
16025 (TMPFS_MAGIC): Likewise.
16026 (USBDEVICE_SUPER_MAGIC): Likewise.
16027 (V9FS_MAGIC): Likewise.
16028 (XENFS_SUPER_MAGIC): Likewise.
16029 (CRAMFS_MAGIC): Fix typo in comment.
16030 (EXT2_SUPER_MAGIC): Update comment.
16031 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16032
464263cc
JM
160332014-02-08 Joseph Myers <joseph@codesourcery.com>
16034
c6bfe5c4
JM
16035 * sysdeps/arm: Move directory from ports/sysdeps/arm.
16036 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16037 * sysdeps/unix/sysv/linux/arm: Move directory from
16038 ports/sysdeps/unix/sysv/linux/arm.
16039 * README: Update listing for arm-*-linux-gnueabi.
16040
464263cc
JM
16041 * README: Remove mention of am33.
16042
32749f6c
RM
160432014-02-07 Roland McGrath <roland@hack.frob.com>
16044
16045 * bits/sigset.h (__sigemptyset): Use a statement expression rather
16046 than the comma operator, to avoid "rhs of comma has no effect"
16047 compiler warnings.
16048 (__sigfillset, __sigandset, __sigorset): Likewise.
16049 * include/signal.h (__sigemptyset): Likewise.
16050 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16051
d5b396c1
AM
160522014-02-07 Allan McRae <allan@archlinux.org>
16053
16054 * version.h (RELEASE): Set to "development".
16055 (VERSION): Set to "2.19.90"
16056 * NEWS: Add 2.20 section.
16057
3bfff2ed
CD
160582014-02-06 Carlos O'Donell <carlos@redhat.com>
16059
16060 [BZ #16529]
16061 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16062
ee7cc385
SP
160632014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
16064
16065 * manual/contrib.texi: Update entry for Carlos O'Donell,
16066 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16067
f877c4f2
CD
160682014-02-05 Carlos O'Donell <carlos@rehdat.com>
16069
27e839f6
CD
16070 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16071
f877c4f2
CD
16072 * sysdeps/unix/sysv/linux/kernel-features.h
16073 [__LINUX_KERNEL_VERSION >= 0x020621]
16074 (__ASSUME_PROC_PID_TASK_COMM): Define.
16075
68159946
SP
160762014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
16077
ba17cdbd
SP
16078 [BZ #16398]
16079 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16080 conversion when destination buffer does not have enough space.
16081 * libio/tst-ftell-partial-wide.c: New test case.
16082 * libio/Makefile (tests): Add tst-ftell-partial-wide.
16083
68159946
SP
16084 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16085 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
16086 Leonard and Allan McRae.
16087
2b528732
DM
160882014-02-04 David S. Miller <davem@davemloft.net>
16089
16090 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16091 32-bit.
16092
0ff82463
AZ
160932014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16094
57f41c40
AS
16095 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16096 New file
c01603f7
AZ
16097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16098 New file
57f41c40
AS
16099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16100 New file.
16101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16102 New file.
c01603f7
AZ
16103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16104 New file.
57f41c40
AS
16105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16106 New file.
16107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16108 New file.
c01603f7
AZ
16109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16110 New file.
16111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16112 New file.
16113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16114 New file.
16115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16116 New file.
16117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16118 New file.
16119 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16120 New file.
16121
161222014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16123
0ff82463
AZ
16124 * nptl/shlib-versions: Change powerpc*le start to 2.17.
16125 * shlib-versions: Likewise.
16126
1695c773
AZ
161272014-02-04 Roland McGrath <roland@hack.frob.com>
16128 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16129
16130 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16131 (abilist-pattern): New variable, set to %-le.abilist.
16132
16133 * Makerules (abilist-pattern): New variable.
16134 (vpath): Use $(abilist-pattern) in place of %.abilist.
16135 (check-abi-% pattern rule): Likewise.
16136 (check-abi, update-abi): Likewise.
16137
6c0ce4b4
EW
161382014-02-04 Eric Wong <normalperson@yhbt.net>
16139
16140 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16141
481e3524
CD
161422014-02-03 Carlos O'Donell <carlos@redhat.com>
16143
16144 * manual/startup.texi: Add next, previous, and top entries for
16145 the `Program Arguments' and `Environment Variables' nodes.
16146
375592d3
AO
161472014-02-03 Alexandre Oliva <aoliva@redhat.com>
16148
16149 * manual/macros.texi: Add comments before MTASC-safety macros.
16150
f54838ba
AO
16151 * manual/users.texi: Document MTASC-safety properties.
16152
57f41c40
AS
16153 * manual/threads.texi (pthread_key_create, pthread_key_delete)
16154 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
16155 @deftypefun, and add @safety note.
16156 * manual/signal.texi: Move comments that analyze the above
16157 functions to their home place.
16158
fd3daba4
AM
161592014-02-03 Allan McRae <allan@archlinux.org>
16160
16161 * po/sl.po: Update Slovenian translation from translation project.
16162
597636d7
AO
161632014-02-02 Alexandre Oliva <aoliva@redhat.com>
16164
16165 * manual/time.texi (timegm): Add missing blank after @c.
16166 Reported by Joseph Myers <joseph@codesourcery.com>.
16167
ee196e3c
AO
161682014-02-01 Alexandre Oliva <aoliva@redhat.com>
16169
16170 * manual/check-safety.sh: New.
16171 * manual/Makefile ($(objpfx)stamp-summary): Run it.
16172
f8d529d5
AO
16173 * manual/terminal.texi: Document MTASC-safety properties.
16174
de55fdf4
AO
16175 * manual/filesys.texi: Document MTASC-safety properties.
16176
c3299c08
AO
16177 * manual/errno.texi: Document MTASC-safety properties.
16178
06e90b14
AO
16179 * manual/intro.texi: Document safety identifiers and
16180 conditionals.
16181
1acd4371
AO
16182 * manual/string.texi (wcstok): Fix prototype.
16183 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16184
23e5b8cb
AO
16185 * manual/time.texi: Document MTASC-safety properties.
16186
11087373
AO
16187 * manual/string.texi: Document MTASC-safety properties.
16188
5da2c93d
AO
16189 * manual/threads.texi: Document MTASC-safety properties.
16190
171e9210
AO
16191 * manual/stdio.texi: Document MTASC-safety properties.
16192
d9e02532
AO
16193 * manual/syslog.texi: Document MTASC-safety properties.
16194
6af8bab7
AO
16195 * manual/sysinfo.texi: Document MTASC-safety properties.
16196
663b02d7
AO
16197 * manual/startup.texi: Document MTASC-safety properties.
16198
973f180b
AO
16199 * manual/socket.texi: Document MTASC-safety properties.
16200
8f3c25c8
AO
16201 * manual/signal.texi: Document MTASC-safety properties.
16202
542210fb
AO
162032014-01-31 Alexandre Oliva <aoliva@redhat.com>
16204
16205 * manual/setjmp.texi: Document MTASC-safety properties.
16206
433c45a2
AO
16207 * manual/search.texi: Document MTASC-safety properties.
16208
c8ce789c
AO
16209 * manual/resource.texi: Document MTASC-safety properties.
16210
19f5d29c
AO
16211 * manual/process.texi: Document MTASC-safety properties.
16212
e2dfb7f4
AO
16213 * manual/platform.texi: Document MTASC-safety properties.
16214
8c1413f5
AO
16215 * manual/pipe.texi: Document MTASC-safety properties.
16216
03483ada
AO
16217 * manual/pattern.texi: Document MTASC-safety properties.
16218
29e7e2df
AO
16219 * manual/message.texi: Document MTASC-safety properties.
16220
9f529d7c
AO
16221 [BZ #12751]
16222 * manual/memory.texi: Document MTASC-safety properties.
16223
27aaa791
AO
16224 * manual/math.texi: Document MTASC-safety properties.
16225
f2d58726
AO
16226 * manual/locale.texi: Document MTASC-safety properties.
16227
2cc3615c
AO
16228 * manual/llio.texi: Document MTASC-safety properties.
16229
d9f0ec97
AO
16230 * manual/libdl.texi: New.
16231
e7c4409a
AO
16232 * manual/lang.texi: Document MTASC-safety properties.
16233
27bdc63c
AO
16234 * manual/job.texi: Document MTASC-safety properties.
16235
a7b90ea9
AO
16236 * manual/getopt.texi: Document MTASC-safety properties.
16237
c49130e3
AO
16238 * manual/ctype.texi: Document MTASC-safety properties.
16239
0d23a5c1
MR
162402014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
16241
16242 [BZ #16046]
16243 * csu/libc-tls.c (static_map): Remove variable.
16244 (__libc_setup_tls): Use main executable's link map for TLS data.
16245 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16246 casing for LM_ID_BASE and GL(dl_nns).
16247 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16248 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
16249 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16250 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16251 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16252 member.
16253 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16254 l_phnum members.
16255
0037bb60
AO
162562014-01-30 Alexandre Oliva <aoliva@redhat.com>
16257
16258 * manual/debug.texi: Document MTASC-safety properties.
16259
409e00bd
L
162602014-01-29 H.J. Lu <hongjiu.lu@intel.com>
16261
16262 [BZ #16510]
16263 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16264 of __x86_64__ when disabling x87 inline functions.
16265
86e60666
AO
162662014-01-29 Alexandre Oliva <aoliva@redhat.com>
16267
16268 * manual/charset.texi: Document MTASC-safety properties.
16269
76167637
AO
16270 * manual/crypt.texi: Document MTASC-safety properties.
16271
e567f2a0
AO
16272 * manual/conf.texi: Document MTASC-safety properties.
16273
b719dafd
AO
16274 * manual/arith.texi: Document MTASC-safety properties.
16275
4a16c662
AO
16276 * manual/argp.texi: Document MTASC-safety properties.
16277
0a57b83e
AO
16278 * manual/macros.texi: Introduce macros to document multi
16279 thread, asynchronous signal and asynchronous cancellation
16280 safety properties.
16281 * manual/intro.texi: Introduce the properties themselves.
16282
feab2397
KK
162832014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16284
16285 * sysdeps/sh/sh4/Makefile: New file.
16286
1c0d11bc
AS
162872014-01-27 Andreas Schwab <schwab@linux-m68k.org>
16288
16289 * math/gen-libm-test.pl ($srcdir): New variable.
16290 ($auto_input): Use it.
16291
af37a8a3
SP
162922014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16293
d7b00f98
SP
16294 [BZ #16506]
16295 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16296 access beyond array bounds when parsing netgroups file.
16297
af37a8a3
SP
16298 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16299 the old buffer before realloc.
16300
0c00f062
AM
163012014-01-27 Allan McRae <allan@archlinux.org>
16302
16303 * po/fr.po: Update French translation from translation project.
16304
7d69a1b0
KK
163052014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16306
16307 * sysdeps/sh/libm-test-ulps: Regenerate.
16308
6e697ff7
DM
163092014-01-24 David S. Miller <davem@davemloft.net>
16310
16311 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16312
9cadb35c
KK
163132014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16314
16315 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16316 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16317
5d41dadf
SP
163182013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16319
16320 [BZ #16474]
16321 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16322 string pointers after reallocation.
16323
0bad441c
KK
163242014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16325
16326 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16327 __SH4A__ instead of __SH_FPU_ANY__.
16328
7007c661
KK
163292014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16330
16331 * sysdeps/sh/fpu_control.h: New file.
16332 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16333 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16334 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16335 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16336 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16337 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16338 * sysdeps/sh/sys/ucontext.h: Remove.
16339 * sysdeps/sh/sys: Remove directory.
16340
0f0c35e4
AK
163412014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16342
16343 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16344 s390/sys/ucontext.h.
16345 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16346 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16347
4959e284
L
163482014-01-20 H.J. Lu <hongjiu.lu@intel.com>
16349
16350 [BZ #15605]
16351 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16352
d98720e0
AZ
163532014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16354
16355 [BZ#16431]
16356 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16357 Adjust the vDSO correctly for internal calls.
16358 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16359
91cbd0bc
AM
163602014-01-20 Allan McRae <allan@archlinux.org>
16361
16362 * po/ca.po: Update Catalan translation from translation project.
16363
7a02cfad
MF
163642014-01-16 Mike Frysinger <vapier@gentoo.org>
16365
16366 * sysdeps/s390/sotruss-lib.c: New file.
16367
736c304a
AZ
163682014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16369
16370 [BZ#16430]
6e077ee5 16371 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
16372 (__GI___gettimeofday): Alias for a different internal symbol to avoid
16373 local calls issues by not having a PLT stub required for IFUNC calls.
16374 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16375
94d0cea0
JM
163762014-01-16 Joseph Myers <joseph@codesourcery.com>
16377
16378 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16379 * math/test-fpucw-static.c: Likewise.
16380
980cb518
SP
163812013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16382
16383 [BZ #16453]
16384 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16385
2393fc01
AZ
163862014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16387
16388 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16389 implementation for powerpc.
16390
d359bcc2
OB
163912014-01-15 Ondřej Bílka <neleai@seznam.cz>
16392
16393 [BZ #14782]
16394 * sysdeps/posix/system.c (__libc_system): Do not enable
16395 asynchronous cancellation.
16396
7beb48cb
AK
163972014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16398
16399 [BZ #16427]
16400 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16401 handling only for numbers special also in the IEEE case.
16402
c20d5bf5
AK
164032014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16404
16405 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16406
e83bd4ee
AM
164072014-01-11 Allan McRae <allan@archlinux.org>
16408
76d0ea69
AM
16409 * po/bg.po: Update Bulgarian translation from translation project.
16410
e83bd4ee
AM
16411 * po/de.po: Update German translation from translation project.
16412
bc2ba20a
RM
164132014-01-10 Roland McGrath <roland@hack.frob.com>
16414
16415 * sysdeps/generic/gcc-compat.h: New file.
16416
649ecea2
SP
164172014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16418
16419 * benchtests/asin-inputs: Correct slow inputs.
16420 * benchtests/acos-inputs: Likewise.
16421
1b19c006
AM
164222014-01-10 Allan McRae <allan@archlinux.org>
16423
a46dab08
AM
16424 * po:sv.po: Update Swedish translation from translation project.
16425
421df74a
AM
16426 * po/vi.po: Update Vietnamese translation from translation project.
16427
d61c51a7
AM
16428 * po/eo.po: Update Esperanto translation from translation project.
16429
0339a319
AM
16430 * po/cs.po: Update Czech translation from translation project.
16431
94ad3e99
AM
16432 * po/nl.po: Update Dutch translation from translation project.
16433
e349ca71
AM
16434 * po/pl.po: Update Polish translation from translation project.
16435
ddf930c1
AM
16436 * po/ru.po: Update Russian translation from translation project.
16437
1b19c006
AM
16438 * po/uk.po: Update Ukrainian translation from translation project.
16439
9f236c49
BM
164402014-01-08 Brooks Moses <bmoses@google.com>
16441
16442 * elf/dl-load.c: Fix comment typo.
16443
cd6701cf
CD
164442014-01-08 Carlos O'Donell <carlos@redhat.com>
16445
16446 * po/header.pot: Rename to...
16447 * po/pot.header: ... this.
16448 * po/Makefile: Use pot.header.
16449
66671c84
YK
164502014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
16451 Maxim Kuvyrkov <maxim@kugelworks.com>
16452
16453 [BZ #16394]
cd6701cf
CD
16454 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16455 SRC and DEST against LEN.
66671c84 16456
38f34581
AZ
164572014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16458
16459 [BZ #16414]
16460 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16461 implementation.
16462 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16463
164642014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
16465
16466 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16467
4c327f2a
JM
164682014-01-08 Joseph Myers <joseph@codesourcery.com>
16469
16470 [BZ #16408]
16471 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16472 for large positive arguments.
16473
b821f414
JM
164742014-01-07 Joseph Myers <joseph@codesourcery.com>
16475
1f0f2067
JM
16476 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16477
a5a326f6
JM
16478 * math/auto-libm-test-in: Mark various tests with
16479 xfail-rounding:ldbl-128ibm.
16480 * math/auto-libm-test-out: Regenerated.
16481
b821f414
JM
16482 [BZ #16407]
16483 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16484 Increase overflow threshold.
16485
94c8a4bc
OB
164862014-01-07 Ondřej Bílka <neleai@seznam.cz>
16487
16488 [BZ #14286]
16489 * stdio-common/vfprintf.c: Check for integer overflow.
16490
87ded0c3
AK
164912014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16492
16493 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16494 the first argument and return value of __tls_get_addr_internal.
16495
c5eebdd0
AK
164962014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16497
16498 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16499 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16500
05d138ef
AK
165012014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16502
16503 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16504 * sysdeps/s390/rtld-global-offsets.sym: New file.
16505 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16506 GLIBC_2.19 symbol.
16507 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16508 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16509 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16510 ... this.
16511 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16512 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16513 ... this.
16514 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16515 Regenerate.
16516 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16517 Regenerate.
16518 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16519 halfs of GPRs for high_gprs contexts.
16520 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16521 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
16522 field.
16523 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16524 uc_flags field.
16525 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16526 64 bit versions:
16527 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16528 for high GPRs (uc_high_gprs) and for future extensions
16529 (__reserved).
16530 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16531 for future extensions (__reserved).
16532 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16533 64 bit versions:
16534 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16535 SC_HIGHGPRS offset definition.
16536 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16537 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16538
93a45ff1
AK
16539 * Versions.def: Add GLIBC_2.19 for libpthread.
16540 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16541 siglongjmp for libpthread with GLIBC_2.19 symver.
16542 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16543 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16544 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16545 * sysdeps/s390/__longjmp.c: New file.
16546 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16547 * sysdeps/s390/longjmp.c: New file.
16548 * sysdeps/s390/setjmp.S: New file.
16549 * sysdeps/s390/sigjmp.S: New file.
16550 * sysdeps/s390/v1-longjmp.c: New file.
16551 * sysdeps/s390/v1-setjmp.h: New file.
16552 * sysdeps/s390/v1-sigjmp.c: New file.
16553 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16554 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16555 GLIBC_2.19 version.
16556 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16557 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16558 versioned symbols for ____longjmp_chk.
16559 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16560 Likewise.
16561 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16562 Regenerate.
16563 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16564 Regenerate.
16565 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16566 Regenerate.
16567 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16568 Regenerate.
16569 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16570 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16571 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16572 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16573 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16574 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16575 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16576 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16577 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16578 * sysdeps/s390/rtld-__longjmp.c: New file.
16579 * sysdeps/s390/rtld-setjmp.S: New file.
16580
eb3fc44b
JM
165812014-01-06 Joseph Myers <joseph@codesourcery.com>
16582
16583 [BZ #16400]
16584 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16585 Return -__logl (x) for small positive arguments without evaluating
16586 a polynomial.
16587
9341dde4
MF
165882014-01-06 Mike Frysinger <vapier@gentoo.org>
16589
16590 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16591 Rename to ...
16592 (__ptrace_peeksiginfo_args): ... this.
16593 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16594 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16595 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16596
4cff0293
AM
165972014-01-06 Allan McRae <allan@archlinux.org>
16598
16599 * inet/netinet/in.h: Fix typo in comment.
16600
75595dcf
AJ
166012014-01-05 Andreas Jaeger <aj@suse.de>
16602
16603 * sysdeps/i386/fpu/libm-test-ulps: Update.
16604
79c1e109
AM
166052014-01-05 Allan McRae <allan@archlinux.org>
16606
dd804818
AM
16607 * po/libc.pot: Regenerated.
16608
79c1e109
AM
16609 * malloc/memusagestat.c: Fix gettext call formatting.
16610
0c813d1f
SK
166112014-01-04 Sami Kerola <kerolasa@iki.fi>
16612
16613 * nscd/nscd.c: Improve usage() output.
16614
20f4a8d9
MF
166152014-01-04 Mike Frysinger <vapier@gentoo.org>
16616
16617 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16618 * sysdeps/unix/sysv/linux/configure: Regenerated.
16619 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16620 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16621
22562bb2
JM
166222014-01-03 Joseph Myers <joseph@codesourcery.com>
16623
16624 [BZ #16390]
16625 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16626 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16627
d7ad2d9b
AZ
166282014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16629
16630 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16631 extra tokens at end of #undef directive.
16632 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16633 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16634 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16635
7dd009d8
JM
166362014-01-03 Joseph Myers <joseph@codesourcery.com>
16637
24db925a
JM
16638 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16639
7dd009d8
JM
16640 * math/auto-libm-test-in: Mark various tests with
16641 xfail-rounding:ldbl-128ibm.
16642 * math/auto-libm-test-out: Regenerated.
16643
396e3ecf
JM
166442014-01-02 Joseph Myers <joseph@codesourcery.com>
16645
819e5d50
JM
16646 [BZ #16386]
16647 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16648 numbers with subnormal high part when calculating exponent.
16649
90b6a1e5
JM
16650 [BZ #16385]
16651 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16652 fabs.
16653
396e3ecf
JM
16654 [BZ #16384]
16655 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16656 M_LN2l.
16657 (__ieee754_acoshl): Use __log1pl not __log1p.
16658
6c8dbf00
OB
166592013-01-02 Ondřej Bílka <neleai@seznam.cz>
16660
57f41c40
AS
16661 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16662 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16663 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16664 (grow_heap, heap_trim, _int_new_arena, get_free_list)
16665 (reused_arena, arena_get2): Convert to GNU style.
16666 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16667 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16668 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 16669 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
16670 * malloc/malloc.c (__malloc_assert, malloc_init_state)
16671 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16672 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16673 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16674 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16675 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 16676 * malloc/malloc.h: Likewise.
57f41c40
AS
16677 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16678 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 16679 * malloc/mcheck.h: Likewise.
57f41c40
AS
16680 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16681 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
16682 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16683 * malloc/morecore.c (__default_morecore): Likewise.
16684 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
16685 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16686 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16687 (print_and_abort): Likewise.
6c8dbf00
OB
16688 * malloc/obstack.h: Likewise.
16689 * malloc/set-freeres.c (__libc_freeres): Likewise.
16690 * malloc/tst-mallocstate.c (main): Likewise.
16691 * malloc/tst-mtrace.c (main): Likewise.
16692 * malloc/tst-realloc.c (do_test): Likewise.
16693
d4124212
SP
166942013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
16695
9a3c6a6f
SP
16696 [BZ #16366]
16697 * nscd/netgroupcache.c (do_notfound): New function.
16698 (addgetnetgrentX): Use it.
16699
d4124212
SP
16700 [BZ # 16365]
16701 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16702 NSS_STATUS_NOTFOUND.
16703
97b9a009
JM
167042014-01-01 Joseph Myers <joseph@codesourcery.com>
16705
16706 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16707 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16708
d4697bc9
AM
167092014-01-01 Allan McRae <allan@archlinux.org>
16710
ddb3687f
AM
16711 * scripts/update-copyrights: Update configure input file suffix.
16712
88726d48
AM
16713 * NEWS: Update copyright year.
16714 * catgets/gencat.c: Likewise.
16715 * csu/version.c: Likewise.
16716 * debug/catchsegv.sh: Likewise.
16717 * debug/pcprofiledump.c: Likewise.
16718 * debug/xtrace.sh: Likewise.
16719 * elf/ldconfig.c: Likewise.
16720 * elf/ldd.bash.in: Likewise.
16721 * elf/pldd.c: Likewise.
16722 * elf/sotruss.ksh: Likewise.
16723 * elf/sprof.c: Likewise.
16724 * iconv/iconv_prog.c: Likewise.
16725 * iconv/iconvconfig.c: Likewise.
16726 * locale/programs/locale.c: Likewise.
16727 * locale/programs/localedef.c: Likewise.
16728 * login/programs/pt_chown.c: Likewise.
16729 * malloc/memusage.sh: Likewise.
16730 * malloc/memusagestat.c: Likewise.
16731 * malloc/mtrace.pl: Likewise.
16732 * manual/libc.texinfo: Likewise.
16733 * nscd/nscd.c: Likewise.
16734 * nss/getent.c: Likewise.
16735 * nss/makedb.c: Likewise.
16736 * posix/getconf.c: Likewise.
16737 * scripts/test-installation.pl: Likewise.
16738
d4697bc9
AM
16739 * All files with FSF copyright notices: Update copyright dates
16740 using scripts/update-copyrights.
16741 * intl/plural.c: Regenerated.
16742 * locale/programs/charmap-kw.h: Likewise.
16743 * locale/programs/locfile-kw.h: Likewise.
16744
c8590f9d
MF
167452013-12-31 Mike Frysinger <vapier@gentoo.org>
16746
16747 * sysdeps/unix/sysv/linux/configure: Regenerated.
16748 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16749 the linux/fanotify.h header.
16750 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16751 HAVE_LINUX_FANOTIFY_H is defined.
16752
b19221b9
SP
167532013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
16754
dd1d85e5
SP
16755 * benchtests/cos-inputs: New inputs.
16756 * benchtests/sin-inputs: Likewise.
16757
1acbb90f
SP
16758 * benchtests/atan-inputs: New inputs. Fix name of multiple
16759 precision fallback inputs.
16760
4c012ed3
SP
16761 * benchtests/atanh-inputs: New inputs.
16762 * benchtests/tanh-inputs: Likewise.
16763
eff98324
SP
16764 * benchtests/acosh-inputs: New inputs.
16765 * benchtests/asinh-inputs: Likewise.
16766
ce641152
SP
16767 * benchtests/cosh-inputs: New inputs.
16768 * benchtests/sinh-inputs: Likewise.
16769
b19221b9
SP
16770 * benchtests/acos-inputs: Add more inputs.
16771 * benchtests/asin-inputs: Likewise.
16772
030a4976 167732013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 16774
030a4976 16775 [BZ #16375]
9dcc8f11
VS
16776 * manual/arith.texi: Fix spelling.
16777 * manual/charset.texi: Likewise.
16778 * manual/errno.texi: Likewise.
16779 * manual/filesys.texi: Likewise.
16780 * manual/lang.texi: Likewise.
16781 * manual/llio.texi: Likewise.
16782 * manual/locale.texi: Likewise.
16783 * manual/message.texi: Likewise.
16784 * manual/resource.texi: Likewise.
16785 * manual/search.texi: Likewise.
16786 * manual/setjmp.texi: Likewise.
16787 * manual/stdio.texi: Likewise.
16788 * manual/string.texi: Likewise.
16789 * manual/sysinfo.texi: Likewise.
16790 * manual/time.texi: Likewise.
16791
11520a57
CD
167922013-12-27 Carlos O'Donell <carlos@redhat.com>
16793
16794 * po/sl.po: New file.
16795
471103ae
MF
167962013-12-27 Mike Frysinger <vapier@gentoo.org>
16797
16798 * .gitignore: Add core/.gdbinit/.gdb_history.
16799
6c9642ed
AM
168002013-12-27 Allan McRae <allan@archlinux.org>
16801
16802 [BZ #16369]
16803 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16804 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16805
3f637079
BM
168062013-12-24 Brooks Moses <bmoses@google.com>
16807
16808 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16809 all compilers that claim C++98 compliance, not just GCC.
16810 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16811 Likewise.
16812
abc26e99
MK
168132013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16814
16815 * NEWS: Restore accidentally deleted bug-fix entries.
16816
362b47fe
MK
168172013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16818 Ondřej Bílka <neleai@seznam.cz>
16819
16820 [BZ #15073]
16821 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 16822 have_lock.
362b47fe 16823
b9bcbbcb
OB
168242013-12-23 Ondřej Bílka <neleai@seznam.cz>
16825
16826 [BZ #12986]
16827 * manual/stdio.texi (String Input Conversions): Clarify that character
16828 classes are not supported.
16829
fb55fcd2
AZ
168302013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16831
16832 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16833
ef7344f0
JM
168342013-12-22 Joseph Myers <joseph@codesourcery.com>
16835
4f40e4b3
JM
16836 [BZ #16337]
16837 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16838 Calculate results for small negative arguments directly rather
16839 than using reflection formula with special underflow handling.
16840
ef7344f0
JM
16841 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16842 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16843 sysdeps/unix/bsd/bsd4.4/syscalls.list.
16844 (fchflags): Likewise.
16845 (revoke): Likewise.
16846 (setlogin): Likewise.
16847 (sigaltstack): Likewise.
16848 (wait4): Likewise.
16849 (sigblock): Remove.
16850 (sigsetmask): Likewise.
16851 (wait3): Likewise.
16852 (waitpid): Likewise.
16853 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16854 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16855 file.
16856 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16857 * sysdeps/unix/bsd/Makefile: ... here.
16858 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16859 * sysdeps/unix/bsd/Versions: ... here.
16860 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16861 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16862 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16863 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16864 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16865 * sysdeps/unix/bsd/sigblock.c: ... here.
16866 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16867 * sysdeps/unix/bsd/sigsetmask.c: ... here.
16868 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16869 * sysdeps/unix/bsd/sigvec.c: ... here.
16870 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16871 * sysdeps/unix/bsd/tcdrain.c: ... here.
16872 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16873 * sysdeps/unix/bsd/tcgetattr.c: ... here.
16874 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16875 * sysdeps/unix/bsd/tcsetattr.c: ... here.
16876 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16877 * sysdeps/unix/bsd/wait.c: ... here.
16878 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16879 * sysdeps/unix/bsd/wait3.c: ... here.
16880 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16881 * sysdeps/unix/bsd/waitpid.c: ... here.
16882
5b0626b9
JM
168832013-12-21 Joseph Myers <joseph@codesourcery.com>
16884
16885 [BZ #16356]
16886 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16887 round-to-nearest for [!USE_AS_EXPM1L].
16888 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16889 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
16890 more tests of exp and exp10. Expect some exp10 tests to miss
16891 exceptions or fail in directed rounding modes.
16892 * math/auto-libm-test-out: Regenerated.
16893 * math/libm-test.inc (exp10_tonearest_test_data): New array.
16894 (exp10_test_tonearest): New function.
16895 (exp10_towardzero_test_data): New array.
16896 (exp10_test_towardzero): New function.
16897 (exp10_downward_test_data): New array.
16898 (exp10_test_downward): New function.
16899 (exp10_upward_test_data): New array.
16900 (exp10_test_upward): New function.
16901 (main): Call the new functions.
16902 * sysdeps/i386/fpu/libm-test-ulps: Update.
16903 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16904
7fda5682
JM
169052013-12-20 Joseph Myers <joseph@codesourcery.com>
16906
31e3a405
JM
16907 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16908 asinh, atan, atan2, atanh, cbrt, cos and cosh.
16909 * math/auto-libm-test-out: Regenerated.
16910 * math/libm-test.inc (acosh_test_data): Add more tests.
16911 (atanh_test_data): Likewise.
16912 (ceil_test_data): Likewise.
16913 (copysign_test_data): Likewise.
16914 * sysdeps/i386/fpu/libm-test-ulps: Update.
16915 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16916
85bff96a
JM
16917 * timezone/checktab.awk: Update from tzcode 2013i.
16918 * timezone/private.h: Likewise.
16919 * timezone/scheck.c: Likewise.
16920 * timezone/tzfile.h: Likewise.
16921 * timezone/tzselect.ksh: Likewise.
16922 * timezone/zdump.c: Likewise.
16923 * timezone/zic.c: Likewise.
16924
b7867a3b
JM
16925 * math/auto-libm-test-in: Add tests of cpow.
16926 * math/auto-libm-test-out: Regenerated.
16927 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 16928 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
16929 mpc_cc_c.
16930 (func_calc_desc): Add mpc_cc_c union field.
16931 (test_functions): Add cpow.
16932 (special_fill_2pi): New function.
16933 (special_real_inputs): Add 2pi.
16934 (calc_generic_results): Handle mpc_cc_c.
16935 * sysdeps/i386/fpu/libm-test-ulps: Update.
16936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16937
7fda5682
JM
16938 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16939 csqrt, ctan and ctanh.
16940 * math/auto-libm-test-out: Regenerated.
16941 * math/libm-test.inc (TEST_COND_x86_64): New macro.
16942 (TEST_COND_x86): Likewise.
16943 (ccos_test_data): Use AUTO_TESTS_c_c.
16944 (ccosh_test_data): Likewise.
16945 (cexp_test_data): Likewise.
16946 (clog_test_data): Likewise.
16947 (csqrt_test_data): Likewise.
16948 (ctan_test_data): Likewise.
16949 (ctan_tonearest_test_data): Likewise.
16950 (ctan_towardzero_test_data): Likewise.
16951 (ctan_downward_test_data): Likewise.
16952 (ctan_upward_test_data): Likewise.
16953 (ctanh_test_data): Likewise.
16954 (ctanh_tonearest_test_data): Likewise.
16955 (ctanh_towardzero_test_data): Likewise.
16956 (ctanh_downward_test_data): Likewise.
16957 (ctanh_upward_test_data): Likewise.
16958 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16959 mpc_c_c.
16960 (func_calc_desc): Add mpc_c_c union field.
16961 (FUNC_mpc_c_c): New macro.
16962 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16963 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16964 ctanh.
16965 (special_fill_min_subnorm_p120): New function.
16966 (special_real_inputs): Add min_subnorm_p120.
16967 (calc_generic_results): Handle mpc_c_c.
16968 * sysdeps/i386/fpu/libm-test-ulps: Update.
16969 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16970
5ff8d60e
SP
169712013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16972
57f41c40
AS
16973 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16974 (do_sin_slow): New functions.
16975 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16976 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 16977
84ba214c
SP
16978 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16979 Use M to change sign of result instead of X. Assume X is
16980 positive.
16981 (csloww1): Likewise.
16982 (__sin): Adjust.
16983 (__cos): Adjust.
16984
975195e4
SP
16985 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16986 arguments A and DA.
16987 (__sin): Adjust.
16988 (__cos): Likewise.
16989
5ff8d60e
SP
16990 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16991 (__cos): Likewise.
16992 (sloww1): Don't adjust sign of DX.
16993 (csloww1): Likewise.
16994 (sloww2): Use X directly and don't adjust sign of DX.
16995 (csloww2): Likewise.
16996
eb983568
JM
169972013-12-19 Joseph Myers <joseph@codesourcery.com>
16998
64a17f1a
JM
16999 * math/auto-libm-test-in: Add tests of cabs and carg.
17000 * math/auto-libm-test-out: Regenerated.
17001 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17002 (carg_test_data): Likewise.
17003 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17004 mpc_c_f.
17005 (func_calc_desc): Add mpc_c_f union field.
17006 (test_functions): Add cabs and carg.
17007 (calc_generic_results): Handle mpc_c_f.
17008
eb983568
JM
17009 * sysdeps/powerpc/powerpc32/libgcc-compat.S
17010 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17011 as a macro and a compat symbol.
17012 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17013 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17014 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17015 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17016 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17017 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17018 not use .hidden.
17019 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17020 Likewise.
17021 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17022 Likewise.
17023 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17024 Likewise.
17025 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17026 Likewise.
17027 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17028 Likewise.
17029 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17030 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17031 from GLIBC_2.3.2.
17032
6eeb678a
AZ
170332013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17034
17035 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17036
6f6fc482
JM
170372013-12-19 Joseph Myers <joseph@codesourcery.com>
17038
21fea2e2
JM
17039 * manual/texinfo.tex: Update to version 2013-11-26.10 with
17040 trailing whitespace removed.
17041 * scripts/config.guess: Update to version 2013-11-29.
17042 * scripts/config.sub: Update to version 2013-10-01.
17043
6f6fc482
JM
17044 * math/auto-libm-test-in: Add tests of sincos.
17045 * math/auto-libm-test-out: Regenerated.
17046 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17047 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17048 mpfr_f_11.
17049 (func_calc_desc): Add mpfr_f_11 union field.
17050 (test_functions): Add sincos.
17051 (calc_generic_results): Handle mpfr_f_11.
17052 * sysdeps/i386/fpu/libm-test-ulps: Update.
17053 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17054
83f5c32d
AS
170552013-12-19 Andreas Schwab <schwab@suse.de>
17056
17057 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17058 CALL_MCOUNT.
17059 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17060 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17061 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17062
c688b419
JM
170632013-12-19 Joseph Myers <joseph@codesourcery.com>
17064
335ee092
JM
17065 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17066 * sysdeps/i386/fpu/libm-test-ulps: Update.
17067 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17068
f88acd39
JM
17069 [BZ #16293]
17070 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17071 round-to-nearest mode when using frndint.
17072 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17073 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17074 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17075 Likewise.
17076 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
17077 sinh test to fail.
17078 * math/auto-libm-test-out: Regenerated.
17079 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17080 (TEST_COND_x86): Likewise.
17081 (expm1_tonearest_test_data): New array.
17082 (expm1_test_tonearest): New function.
17083 (expm1_towardzero_test_data): New array.
17084 (expm1_test_towardzero): New function.
17085 (expm1_downward_test_data): New array.
17086 (expm1_test_downward): New function.
17087 (expm1_upward_test_data): New array.
17088 (expm1_test_upward): New function.
17089 (main): Run the new test functions.
17090 * sysdeps/i386/fpu/libm-test-ulps: Update.
17091 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17092
c688b419
JM
17093 * include/features.h: Update comment documenting feature test
17094 macros. Mention _DEFAULT_SOURCE in comment.
17095 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17096 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17097 _BSD_SOURCE and _SVID_SOURCE.
17098 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17099 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17100 !_SVID_SOURCE]: Likewise.
17101 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17102 (__USE_POSIX_IMPLICITLY): Define.
17103 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17104 (_POSIX_SOURCE): Undefine and redefine.
17105 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17106 (_POSIX_C_SOURCE): Likewise.
17107 * manual/creature.texi (_DEFAULT_SOURCE): Document.
17108 (Feature Test Macros): Update documentation of default features.
17109
9f6e964c
RS
171102013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17111
17112 * benchtests/Makefile: Add bench-strtok.
17113 * benchtests/bench-strtok.c: New file: strtok benchtest.
17114
ee0a148a
AM
171152013-12-19 Allan McRae <allan@archlinux.org>
17116
17117 * manual/install.texi: Suppress menu for plain text output.
17118 * INSTALL: Regenerated.
17119
b9ab448f
BM
171202013-12-18 Brooks Moses <bmoses@google.com>
17121
17122 [BZ #15846]
17123 * misc/getauxval.c: Include errno.h.
17124 (__getauxval): Set errno to ENOENT if the requested type is not
17125 found.
17126 * misc/sys/auxv.h (getauxval): Document that it may set errno;
17127 don't declare with __attribute_const__.
17128 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17129 * manual/startup.texi: Document that getauxval sets errno.
17130
23776487
JM
171312013-12-18 Joseph Myers <joseph@codesourcery.com>
17132
f889953b
JM
17133 * math/auto-libm-test-in: Add tests of jn and yn.
17134 * math/auto-libm-test-out: Regenerated.
17135 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17136 (yn_test_data): Likewise.
17137 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17138 mpfr_if_f.
17139 (func_calc_desc): Add mpfr_if_f union field.
17140 (FUNC_mpfr_if_f): New macro.
17141 (test_functions): Add jn and yn.
17142 (calc_generic_results): Assert type of second input for
17143 mpfr_ff_f. Handle mpfr_if_f.
17144 (output_for_one_input_case): Disable all checking for arguments
17145 fitting floating-point types in case of an integer argument.
17146 * sysdeps/i386/fpu/libm-test-ulps: Update.
17147 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17148
23776487
JM
17149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17150 Don't expect fegetround reference in libm.so.
17151
cb756c6d
MS
171522013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
17153
17154 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17155 $(config-cflags-nofma).
17156
2dec468f
JM
171572013-12-18 Joseph Myers <joseph@codesourcery.com>
17158
5953eb3a
JM
17159 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17160 * math/auto-libm-test-out: Regenerated.
17161
2dec468f
JM
17162 [BZ #16338]
17163 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17164 to determine exponent and adjust argument to have exponent of -1.
17165 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17166 log2.
17167 * math/auto-libm-test-out: Regenerated.
17168 * sysdeps/i386/fpu/libm-test-ulps: Update.
17169 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17170
4d84e6ad
OB
171712013-12-18 Ondřej Bílka <neleai@seznam.cz>
17172
17173 * manual/probes.texi: Remove cases when per-thread arenas are
17174 disabled.
17175
1818483b
AS
171762013-12-18 Andreas Schwab <schwab@suse.de>
17177
17178 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17179 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17180 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17181 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17182 * sysdeps/i386/i686/multiarch/Makefile: Update.
17183 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17184
25de95bf
JM
171852013-12-17 Joseph Myers <joseph@codesourcery.com>
17186
17187 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17188 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17189
674762d9
PE
171902013-12-17 Paul Eggert <eggert@cs.ucla.edu>
17191
ed27ed83 17192 [BZ #15968]
0748546f
PE
17193 Support TZ transition times < 00:00:00.
17194 This is needed for version-3 tz-format files; it supports time
17195 stamps past 2037 for America/Godthab (the only entry in the tz
17196 database for which this change is relevant).
17197 * manual/time.texi (TZ Variable): Document transition times
17198 from -167:59:59 through -00:00:01.
17199 * time/tzset.c (tz_rule): Time of day is now signed.
17200 (__tzset_parse_tz): Parse negative time of day.
17201
4480e934
PE
17202 Document TZ transition times >= 25:00:00.
17203 * manual/time.texi (TZ Variable): Document transition times from
17204 25:00:00 through 167:59:59. These are already supported, and this
17205 support will help with version-3 tz-format files.
17206
69947401
PE
17207 * manual/time.texi (TZ Variable): Modernize North America example
17208 to reflect current (i.e., 2007-and-later) daylight saving rules.
17209
674762d9
PE
17210 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17211
7011c262
JM
172122013-12-17 Joseph Myers <joseph@codesourcery.com>
17213
2fc6557e
JM
17214 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17215 * sysdeps/unix/bsd/bits/stat.h: Likewise.
17216 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17217 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17218 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17219 * sysdeps/unix/bsd/bsdstat.h: Likewise.
17220 * sysdeps/unix/bsd/clock.c: Likewise.
17221 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17222 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17223 * sysdeps/unix/bsd/init-posix.c: Likewise.
17224 * sysdeps/unix/bsd/poll.c: Likewise.
17225 * sysdeps/unix/bsd/ptsname.c: Likewise.
17226 * sysdeps/unix/bsd/seekdir.c: Likewise.
17227 * sysdeps/unix/bsd/setegid.c: Likewise.
17228 * sysdeps/unix/bsd/seteuid.c: Likewise.
17229 * sysdeps/unix/bsd/setgid.c: Likewise.
17230 * sysdeps/unix/bsd/setrgid.c: Likewise.
17231 * sysdeps/unix/bsd/setruid.c: Likewise.
17232 * sysdeps/unix/bsd/setsid.c: Likewise.
17233 * sysdeps/unix/bsd/setuid.c: Likewise.
17234 * sysdeps/unix/bsd/sigaction.c: Likewise.
17235 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17236 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17237 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17238 * sysdeps/unix/bsd/telldir.c: Likewise.
17239 * sysdeps/unix/bsd/times.c: Likewise.
17240 * sysdeps/unix/bsd/usleep.c: Likewise.
17241
029c7b25
JM
17242 * misc/Makefile (install-lib): Remove libbsd-compat.a.
17243 ($(objpfx)libbsd-compat.a): Remove rule.
17244
7011c262
JM
17245 * include/features.h (__FAVOR_BSD): Do not define.
17246 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17247 features conflicting with POSIX.
17248 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17249 (_BSD_SOURCE): Remove description of not being a subset of other
17250 feature test macros.
17251 * manual/job.texi (getpgrp): Do not document BSD version.
17252 (getpgid): Do not document by reference to BSD getpgrp.
17253 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17254 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17255 * signal/signal.h [__FAVOR_BSD]: Likewise.
17256 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17257 instead of making contents conditional on [__FAVOR_BSD].
17258 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17259
affb6f78
AZ
172602013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17261
17262 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17263
c88769dd
JM
172642013-12-17 Joseph Myers <joseph@codesourcery.com>
17265
6432a540
JM
17266 [BZ #16314]
17267 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17268 values below 2**-450, not 2**-500.
17269 * math/auto-libm-test-in: Don't allow spurious underflow from
17270 hypot.
17271 * math/auto-libm-test-out: Regenerated.
17272
c88769dd
JM
17273 [BZ #16316]
17274 [BZ #16330]
17275 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17276 values of ha and hb and sort them after adjusting subnormal
17277 arguments.
17278 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17279 Likewise.
17280 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17281 values of ea and eb and sort them after adjusting subnormal
17282 arguments.
17283 * math/auto-libm-test-in: Do not expect some hypot tests of
17284 subnormals to fail. Add more hypot tests.
17285 * math/auto-libm-test-out: Regenerated.
17286
29618f6b
KK
172872013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17288
17289 [BZ #13304]
17290 * sysdeps/sh/s_fma.c: New file.
17291 * sysdeps/sh/s_fmaf.c: New file.
17292 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
17293 version.
17294 * sysdeps/sh/Implies: Add sh/soft-fp.
17295
eacfdfbf
RM
172962013-12-16 Roland McGrath <roland@hack.frob.com>
17297
17298 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
17299 level of indirection to members `objname', `errstring', `malloced'.
17300 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17301 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
17302 it as the __longjmp argument (just pass 1 instead).
17303 (_dl_catch_error): Initialize C with argument pointers and address of
17304 volatile local ERRCODE rather than copying values out of C at return.
17305
ff362e5b
JM
173062013-12-16 Joseph Myers <joseph@codesourcery.com>
17307
17308 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17309 * math/auto-libm-test-out: Regenerated.
17310 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17311 (hypot_test_data): Likewise.
17312 (pow_test_data): Likewise.
17313 (pow_tonearest_test_data): Likewise.
17314 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17315 mpfr_ff_f.
17316 (func_calc_desc): Add mpfr_ff_f union field.
17317 (FUNC_mpfr_ff_f): New macro.
17318 (test_functions): Add atan2, hypot and pow.
17319 (special_fill_min): New function.
17320 (special_fill_minus_min): Likewise.
17321 (special_fill_min_subnorm): Likewise.
17322 (special_fill_minus_min_subnorm): Likewise.
17323 (special_real_inputs): Add min, -min, min_subnorm and
17324 -min_subnorm.
17325 (calc_generic_results): Handle mpfr_ff_f.
17326 * sysdeps/i386/fpu/libm-test-ulps: Update.
17327 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17328
5764c27f
WN
173292013-12-16 Will Newton <will.newton@linaro.org>
17330
17331 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17332 (Aligned Memory Blocks): Add documentation for aligned_alloc
17333 and suggest it as an alternative to posix_memalign.
17334 (Hooks for Malloc): Document __memalign_hook is also called
17335 for aligned_alloc. (Summary of Malloc): Add summary for
17336 aligned alloc. Document __memalign_hook is also called
17337 for aligned_alloc.
17338
0a096e44
WN
173392013-12-16 Will Newton <will.newton@linaro.org>
17340
17341 * manual/memory.texi (Malloc Examples): Clarify default
17342 alignment documentation. Suggest posix_memalign rather
17343 than memalign or valloc.
17344 (Aligned Memory Blocks): Remove suggestion to use memalign
17345 or valloc. Remove obsolete comment about BSD.
17346 Document memalign errno values and mark the function obsolete.
17347 Document posix_memalign returned error codes. Mark valloc
17348 as obsolete. (Hooks for Malloc): __memalign_hook is also
17349 called for posix_memalign and valloc.
17350 (Summary of Malloc): Add posix_memalign to function summary.
17351 __memalign_hook is also called for posix_memalign and valloc.
17352
8d561986
SP
173532013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
17354
17355 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17356 TAYLOR_SIN.
17357 (__sin): Adjust.
17358 (__cos): Likewise.
17359 (sloww): Use mynumber union. Expand ternary operator into
17360 if-else statements.
17361 (cslow): use mynumber union.
17362
73616a74
AM
173632013-12-16 Allan McRae <allan@archlinux.org>
17364
9e8ac24b
AM
17365 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17366 * configure: Regenerated.
17367
6f8e37eb
AM
17368 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17369
8894bad3
AM
17370 [BZ #14120]
17371 * configure.ac: Added --enable-maintainer-mode. Check for
17372 autoconf when enabled.
17373 * configure: Regenerated.
17374
73616a74
AM
17375 * nscd/nscd.service: New file.
17376 * nscd/nscd.tmpfiles: New file.
17377
584b18eb
OB
173782013-12-14 Ondřej Bílka <neleai@seznam.cz>
17379
17380 [BZ #12100]
17381 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17382 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17383 * sysdeps/x86_64/multiarch/strstr.c: ... here.
17384 (strstr): Add __strstr_sse2_unaligned ifunc.
17385 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17386 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17387 (strcasestr): Remove __strcasestr_sse42 ifunc.
17388 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17389 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17390 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17391
8a5c7897
KK
173922013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17393
17394 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17395 * sysdeps/sh/bits/fenv.h: ... here.
17396 * sysdeps/sh/sh4/fpu/bits: Remove directory.
17397
fd712ef3
AZ
173982013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17399
17400 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17401
42fcb46c
AZ
17402 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17403 hypotf multiarch implementations.
17404 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17405 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17406 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17407 multiarch hypot for PPC64.
17408 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17409 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17410 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17411 multiarch hypotf for PPC64.
17412
83efded4
AZ
17413 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17414 modff multiarch implementations.
17415 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17416 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17417 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17418 multiarch modf for PPC64.
17419 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17420 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17421 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17422 multiarch modff for PPC64.
17423
43e246d2
AZ
17424 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17425 and logl multiarch implementations.
17426 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17427 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17428 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17429 multiarch logb for PPC64.
17430 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17431 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17432 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17433 multiarch logb for PPC64.
17434 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17435 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17436 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17437 multiarch logb for PPC64.
17438
8fdad123
AZ
17439 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17440 isinff multiarch implementation.
17441 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17442 file.
17443 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17444 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17445 multiarch isinf for PPC64.
17446 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17447 file.
17448 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17449 multiarch isinff for PPC64.
17450
1481d706
AZ
17451 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17452 finitef multiarch implementation.
17453 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17454 file.
17455 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17456 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17457 multiarch finite for PPC64.
17458 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17459 file.
17460 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17461 multiarch finitef for PPC64.
17462
5ccd5fc8
AZ
17463 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17464 lrint multiarch implementation.
17465 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17466 file.
17467 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17468 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17469 multiarch llrint for PPC64.
17470 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17471 multiarch lrint for PPC64.
17472
2568f3fa
AZ
17473 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17474 copysignf multiarch implementation.
17475 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17476 file.
17477 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17478 file.
17479 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17480 multiarch copysign for PPC64.
17481 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17482 multiarch copysignf for PPC64.
17483
1cb341fd
AZ
17484 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17485 multiarch implementation.
17486 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17487 file.
17488 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17489 file.
17490 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17491 file.
17492 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17493 file.
17494 multiarch llround for PPC64.
17495 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17496 multiarch trunc for PPC64.
17497 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17498 multiarch truncf for PPC64.
17499
59a3e194
AZ
17500 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17501 multiarch implementation.
17502 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17503 file.
17504 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17505 file.
17506 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17507 file.
17508 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17509 file.
17510 multiarch llround for PPC64.
17511 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17512 multiarch round for PPC64.
17513 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17514 multiarch roundf for PPC64.
17515
357fd3b4
AZ
17516 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17517 multiarch implementation.
17518 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17519 file.
17520 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17521 file.
17522 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17523 file.
17524 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17525 file.
17526 multiarch llround for PPC64.
17527 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17528 multiarch floor for PPC64.
17529 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17530 multiarch floorf for PPC64.
17531
96770f12
AZ
17532 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17533 multiarch implementation.
17534 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17535 file.
17536 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17537 file.
17538 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17539 file.
17540 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17541 file.
17542 multiarch llround for PPC64.
17543 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17544 multiarch ceil for PPC64.
17545 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17546 multiarch ceilf for PPC64.
17547
c3627f6e
AZ
17548 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17549 multiarch implementation.
17550 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17551 file.
17552 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17553 file.
17554 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17555 file.
17556 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17557 multiarch llround for PPC64.
17558 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17559 multiarch lround for PPC64.
17560
b2284ad7
AZ
17561 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17562 multiarch implementation.
17563 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17564 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17565 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17566 file.
17567 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17568 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17569 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17570 multiarch isnan for PPC64.
17571 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17572 multiarch isnanf for PPC64.
17573
69bbc63d
AZ
17574 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17575 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17576 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17577 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17578 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17580
c24517c9
AZ
17581 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17582 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17583 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17584 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17585
a52374e8
AZ
17586 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17587 multiarch implementations.
17588 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17589 (__libc_ifunc_impl_list): Likewise.
17590 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17591 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17592 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17593 multiarch stpcpy for PPC64.
17594
7f5ec113
AZ
17595 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17596 multiarch implementations.
17597 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17598 (__libc_ifunc_impl_list): Likewise.
17599 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17600 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17601 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17602 multiarch strcpy for PPC64.
17603
e28bcd42
AZ
17604 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17605 redefine function name.
17606 (_wordcopy_fwd_dest_aligned): Likewise.
17607 (_wordcopy_bwd_aligned): Likewise.
17608 (_wordcopy_bwd_dest_aligned): Likewise.
17609 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17610 multiarch implementations.
17611 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17612 (__libc_ifunc_impl_list): Likewise.
17613 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17614 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17615 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17616 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17617 multiarch wcscpy for PPC64.
17618
92cacfce
AZ
17619 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17620 multiarch implementations.
17621 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17622 (__libc_ifunc_impl_list): Likewise.
17623 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17624 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17625 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17626 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17627 multiarch wcscpy for PPC64.
17628
7b714620
AZ
17629 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17630 multiarch implementations.
17631 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17632 (__libc_ifunc_impl_list): Likewise.
17633 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17634 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17635 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17636 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17637 multiarch wcsrchr for PPC64.
17638
16fd2ae3
AZ
17639 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17640 multiarch implementations.
17641 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17642 (__libc_ifunc_impl_list): Likewise.
17643 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17644 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17645 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17646 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17647 multiarch wcschr for PPC64.
17648
9ee2969b
AZ
17649 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17650 multiarch implementations.
17651 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17652 (__libc_ifunc_impl_list): Likewise.
17653 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17654 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17655 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17656 multiarch strchrnul for PPC64.
17657
372dc060
AZ
17658 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17659 implementations.
17660 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17661 (__libc_ifunc_impl_list): Likewise.
17662 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17663 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17664 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17665 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17666 strchr for PPC64.
17667
24c2c3b9
AZ
17668 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17669 implementations.
17670 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17671 (__libc_ifunc_impl_list): Likewise.
17672 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17673 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17674 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17675 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17676 strncmp for PPC64.
17677
1c92d9a0
AZ
17678 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17679 multiarch implementations.
17680 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17681 (__libc_ifunc_impl_list): Likewise.
17682 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17683 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17684 strncasecmp for PPC64.
17685 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17686 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17687 multiarch strncasecmp_l for PPC64.
17688
17de3ee3
AZ
17689 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17690 multiarch implementations.
17691 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17692 (__libc_ifunc_impl_list): Likewise.
17693 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17694 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17695 multiarch strcasecmp for PPC64.
17696 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17697 file.
17698 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17699 multiarch strcasecmp_l for PPC64.
17700
62982bf9
AZ
17701 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17702 implementations.
17703 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17704 (__libc_ifunc_impl_list): Likewise.
17705 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17706 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17707 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17708 strnlen for PPC64.
17709
a65f4904
AZ
17710 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17711 implementations.
17712 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17713 (__libc_ifunc_impl_list): Likewise.
17714 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17715 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17716 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17717 strlen for PPC64.
17718
1fd005ad
AZ
17719 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17720 implementations.
17721 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17722 (__libc_ifunc_impl_list): Likewise.
17723 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17724 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17725 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17726 rawmemrchr for PPC64.
17727
cd05ba91
AZ
17728 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17729 implementation.
17730 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17731 (__libc_ifunc_impl_list): Likewise.
17732 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17733 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17734 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17735 memrchr for PPC64.
17736
870f8676
AZ
17737 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17738 implementation.
17739 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17740 (__libc_ifunc_impl_list): Likewise.
17741 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17742 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17743 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17744 memchr for PPC64.
17745
f00be62b
AZ
17746 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17747 implementation.
17748 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17749 (__libc_ifunc_impl_list): Likewise.
17750 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17751 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17752 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17753 mempcpy for PPC64.
17754
8a29a3d0
AZ
17755 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17756 avoid cretion of __bzero symbol.
17757 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17758 Likewise.
17759 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17760 Likewise.
17761 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17762 Likewise.
17763 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17764 multiarch implementations.
17765 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17766 (__libc_ifunc_impl_list): Likewise.
17767 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17768 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17769 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17770 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17771 bzero for PPC32.
17772 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17773 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17774 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17775 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17776 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17777 memset for PPC64.
17778 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17779
07253fcf
AZ
17780 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17781 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17782 implementations.
17783 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17784 (__libc_ifunc_impl_list): Likewise.
17785 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17786 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17787 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17788 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17789 memcmp for PPC64.
17790
b5beafbc
AZ
17791 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17792 multiarch for POWER/PPC64.
17793 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17794 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17795 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17796 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17797 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17798 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17799 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17800 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17801 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17802 memcpy for PPC64.
17803
5e6a4d4b
AZ
17804 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17805 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17806 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17807 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17808 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17809 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17810 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17811 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17812 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17813 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17814 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17815 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17816 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17817 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17818 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17819 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17820 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17821 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17822 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17824 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17825 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17826
ddfab6dc
KK
178272013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17828
17829 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17830
19b5525e
SP
178312013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17832
17833 * benchtests/Makefile (bench): Add exp2 and log2.
17834 (LDLIBS-bench-exp2): Add -lm.
17835 (LDLIBS-bench-log2): Likewise.
17836 * benchtests/exp2-inputs: New inputs file.
17837 * benchtests/log2-inputs: New inputs file.
17838 * benchtests/log-inputs: Add new inputs.
17839 * benchtests/tan-inputs: Likewise.
17840
196f7f5d
SP
178412013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17842
7a74607f
SP
17843 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17844 definition...
57f41c40
AS
17845 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17846 (csloww2): ... from here.
7a74607f 17847
196f7f5d
SP
17848 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17849 instead of structures.
17850 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17851 (POLYNOMIAL): Likewise.
17852 (TAYLOR_SLOW): Likewise.
17853 (__sin): Likewise.
17854 (__cos): Likewise.
17855 (slow1): Likewise.
17856 (slow2): Likewise.
17857 (sloww): Likewise.
17858 (sloww1); Likewise.
17859 (sloww2): Likewise.
17860 (bsloww1): Likewise.
17861 (bsloww2): Likewise.
17862 (cslow2): Likewise.
17863 (csloww): Likewise.
17864 (csloww1): Likewise.
17865 (csloww2): Likewise.
17866
0dfa665c
OB
178672013-12-10 Ondřej Bílka <neleai@seznam.cz>
17868
17869 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
17870 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17871 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
17872 * malloc/hooks.c (realloc_check): Likewise.
17873
5782a80f
OB
17874 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17875 * malloc/arena.c: Remove PER_THREAD conditional.
17876 [!PER_THREAD]: Remove code.
17877 (ptmalloc_unlock_all2): Likewise.
17878 (ptmalloc_init): Likewise.
17879 (_int_new_arena): Likewise.
17880 (arena_get2): Likewise.
17881 * malloc/hooks.c (__malloc_get_state): Likewise.
17882 (__malloc_set_state): Likewise.
17883 * malloc/malloc.c: Likewise.
17884 (struct malloc_state): Likewise.
17885 (struct malloc_par): Likewise.
17886 (__libc_realloc): Likewise.
17887 (__libc_mallopt): Likewise.
17888
aeb95445
AZ
178892013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17890
17891 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17892
e8349efd
OB
178932013-12-09 Ondřej Bílka <neleai@seznam.cz>
17894
17895 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17896 macro to a function. Check for zero perturb_byte.
17897 (_int_malloc, _int_free): Remove zero perturb_byte checks.
17898
f3eeb3fc 17899 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
17900 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17901 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
17902 force_reg by atomic_forced_read.
17903 * malloc/arena.c (ptmalloc_init): Likewise.
17904 * malloc/hooks.c (top_check): Likewise.
17905
be2f9009
AZ
179062013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17907
17908 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17909
e7b914bd
MT
179102013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
17911
17912 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17913
9f0be4f8
JM
179142013-12-08 Joseph Myers <joseph@codesourcery.com>
17915
17916 * math/auto-libm-test-in: Add tests of lgamma.
17917 * math/auto-libm-test-out: Regenerated.
17918 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17919 (M_LOG_2_SQRT_PIl): Likewise.
17920 (lgamma_test_data): Use AUTO_TESTS_f_f1.
17921 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17922 mpfr_f_f1.
17923 (func_calc_desc): Add mpfr_f_f1 union field.
17924 (ARGS1): New macro.
17925 (ARGS2): Likewise.
17926 (ARGS3): Likewise.
17927 (ARGS4): Likewise.
17928 (RET1): Likewise.
17929 (RET2): Likewise.
17930 (CALC): Likewise.
17931 (FUNC): Likewise.
17932 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17933 (test_functions): Add lgamma.
17934 (calc_generic_results): Handle mpfr_f_f1.
17935 * sysdeps/i386/fpu/libm-test-ulps: Update.
17936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17937
24eeafdb
AZ
179382013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17939
17940 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17941 __mpn_add_n for PowerPC64/POWER7.
17942 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17943 __mpn_sub_n for PowerPC64/POWER7.
17944
4a2c0fd4
AZ
17945 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17946 __mpn_addmul_1 for PowerPC64.
17947 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17948 __mpn_submul_1 for PowerPC64.
17949 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17950 for PowerPC64.
17951 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17952 for PowerPC64.
17953
4b5b548c
FS
179542013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
17955
17956 [BZ #15089]
17957 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17958
0a3ac0aa
AZ
179592013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17960
17961 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17962
ccdc8438
AZ
17963 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17964 add multiarch folders.
17965 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17966 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17967 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17968 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17969 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17970 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17971 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17972 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17973 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17974 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17975 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17977 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17982
2e973d99
AZ
17983 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17984 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17985 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17986 New file.
17987 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17988 New file.
17989 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17990 multiarch __ieee754_hypot for PowerPC32.
17991 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17992 New file.
17993 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17994 New file.
17995 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17996 multiarch __ieee754_hypotf for PowerPC32.
17997
2d9470b2
AZ
17998 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17999 long_double_symbol only if __logbl is defined.
18000 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18001 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18002 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18003 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18004 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18005 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18006 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18007 path for implementation.
18008 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18009 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18010 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18011 logb, and logbl multiarch implementations for PowerPC32.
18012 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18013 file.
18014 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18015 file.
18016 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18017 multiarch logb for PowerPC32.
18018 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18019 file.
18020 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18021 file.
18022 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18023 multiarch logbf for PowerPC32.
18024 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18025 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18026 file.
18027 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18028 multiarch logbl implementation for PowerPC32.
18029
5212ffce
AZ
18030 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18031 and modff multiarch implementations.
18032 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18033 New file.
18034 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18035 New file.
18036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18037 multiarch modf for PowerPC32.
18038 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18039 New file.
18040 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18041 New file.
18042 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18043 multiarch modff for PowerPC32.
18044
79dccf31
AZ
18045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18046 and lrintf multiarch implementations.
18047 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18048 New file.
18049 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18050 New file.
18051 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18052 multiarch lrint for PowerPC32.
18053 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18054 file: multiarch lrintf for PowerPC32.
18055
deb66480
AZ
18056 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18057 and lroundf multiarch implementations.
18058 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18059 New file.
18060 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18061 New file.
18062 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18063 New file.
18064 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18065 multiarch lround for PowerPC32.
18066 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18067 file: multiarch lroundf for PowerPC32.
18068
264b036b
AZ
18069 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18070 copysign and copysignf multiarch implementations.
18071 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18072 New file.
18073 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18074 New file.
18075 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18076 file: multiarch copysign for PowerPC32.
18077 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18078 file: multiarch copysignf for PowerPC32.
18079
d47db6c9
AZ
18080 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18081 and truncf multiarch implementations.
18082 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18083 New file.
18084 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18085 file.
18086 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18087 multiarch trunc for PowerPC32.
18088 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18089 New file.
18090 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18091 New file.
18092 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18093 multiarch truncf for PowerPC32.
18094
ddb60b5a
AZ
18095 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18096 and roundf multiarch implementations.
18097 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18098 New file.
18099 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18100 file.
18101 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18102 multiarch round for PowerPC32.
18103 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18104 New file.
18105 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18106 New file.
18107 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18108 multiarch roundf for PowerPC32.
18109
bedcf49b
AZ
18110 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18111 and floorf multiarch implementations.
18112 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18113 New file.
18114 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18115 file.
18116 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18117 multiarch floor for PowerPC32.
18118 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18119 New file.
18120 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18121 New file.
18122 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18123 multiarch floorf for PowerPC32.
18124
35ae5b40
AZ
18125 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18126 and ceilf multiarch implementations.
18127 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18128 New file.
18129 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18130 file.
18131 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18132 multiarch ceil for PowerPC32.
18133 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18134 New file.
18135 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18136 file.
18137 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18138 multiarch ceilf for PowerPC32.
18139
ae1a4cd9
AZ
18140 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18141 is defined.
18142 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18143 FINITEF is defined.
18144 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18145 and finitef multiarch implementations.
18146 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18147 New file.
18148 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18149 file.
18150 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18151 multiarch finite for PowerPC32.
18152 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18153 New file.
18154 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18155 file: multiarch finitef for PowerPC32.
18156
64fffd65
AZ
18157 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18158 and isinff multiarch implementations.
18159 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18160 file.
18161 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18162 file.
18163 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18164 multiarch isinf for PowerPC32.
18165 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18166 New file.
18167 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18168 multiarch isinff for PowerPC32.
18169
8e4e7ba2
AZ
18170 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18171 alias when __isnan is defined.
18172 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18173 and isnanf multiarch implementations.
18174 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18175 file.
18176 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18177 file.
18178 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18179 file.
18180 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18181 file.
18182 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18183 multiarch isnan for PowerPC32.
18184 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18185 New file.
18186 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18187 New file.
18188 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18189 multiarch isnanf for PowerPC32.
18190
ddba588e
AZ
18191 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18192 and sqrtf multiarch implementations.
18193 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18194 file.
18195 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18196 file.
18197 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18198 multiarch sqrt for PowerPC32.
18199 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18200 file.
18201 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18202 file.
18203 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18204 multiarch sqrtf for PowerPC32.
18205
0f96a2f0
AZ
18206 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18207 and llroundf multiarch implementations.
18208 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18209 New file.
18210 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18211 New file.
18212 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18213 New file.
18214 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18215 file: multiarch llround for PowerPC32.
18216 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18217 file: multiarch llroundf for PowerPC32.
18218
c9b5d79e
AZ
18219 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18220 multiarch PowerPC32 fpu implementations.
18221 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18222 New file.
18223 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18224 New file.
18225 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18226 multiarch llrint for PowerPC32.
18227 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18228 New file.
18229 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18230 New file.
18231 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18232 file.
18233
9cbb3aab
AZ
18234 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18235
ea5a72f8
AZ
18236 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18237 file.
18238 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18239 file.
18240 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18241 file.
18242 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18243 multiarch wordcopy for PPC32.
18244 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18245 wordcopy objects.
18246 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18247 (__libc_ifunc_impl_list): Likewise.
18248 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18249 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18250 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18251 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18252 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18253 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18254
93be09e7
AZ
18255 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18256 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18257 file.
18258 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18259 file.
18260 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18261 file.
18262 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18263 multiarch wcscpy for PPC32.
18264 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18265 multiarch objects.
18266 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18267 (__libc_ifunc_impl_list): Likewise.
18268 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18269 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18270 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18271 sysdeps/powerpc/power6/wcscpy.c.
18272
bb04e529
AZ
18273 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18274 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18275 file.
18276 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18277 file.
18278 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18279 file.
18280 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18281 multiarch wcsrchr for PPC32.
18282 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18283 multiarch objects.
18284 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18285 (__libc_ifunc_impl_list): Likewise.
18286 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18287 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18288 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18289 sysdeps/powerpc/power6/wcsrchr.c.
18290
05b5cd1c
AZ
18291 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18292 file.
18293 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18294 file.
18295 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18296 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18297 multiarch wcschr for PPc32.
18298 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18299 multiarch objects.
18300 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18301 (__libc_ifunc_impl_list): Likewise.
18302 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18303 * sysdeps/powerpc/power6/wcschr.c: ... to here.
18304 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18305 sysdeps/powerpc/power6/wcschr.c.
18306
ba964147
AZ
18307 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18308 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18309 file.
18310 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18311 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18312 file: multiarch strchr for PPC32.
18313 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18314 multiarch objects.
18315 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18316 (__libc_ifunc_impl_list): Likewise.
18317
31c81aaa
AZ
18318 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18319 name.
18320 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18321 file.
18322 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18323 file.
18324 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18325 multiarch strchrnul for PPC32.
18326 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18327 multiarch objects.
18328 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18329 (__libc_ifunc_impl_list): Likewise.
18330
0d0607d9
AZ
18331 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18332 file.
18333 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18334 multiarch strncasecmp for PPC32.
18335 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18336 file.
18337 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18338 multiarch strncasecmp_l for PPC32.
18339 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18340 strncasecmp multiarch objects.
18341 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18342 (__libc_ifunc_impl_list): Likewise.
18343
4dfd5c86
AZ
18344 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18345 file.
18346 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18347 multiarch strncasecmp for PPC32.
18348 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18349 New file.
18350 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18351 multiarch strcasecmp_l for PPC32.
18352 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18353 multiarch objects.
18354 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18355 (__libc_ifunc_impl_list): Likewise.
18356
a19e01a3
AZ
18357 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18358 file.
18359 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18360 file.
18361 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18362 multiarch strncmp for PPC32.
18363 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18364 multiarch objects.
18365 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18366 (__libc_ifunc_impl_list): Likewise.
18367
ae9cf7a2
AZ
18368 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18369 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18370 file.
18371 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18372 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18373 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18374 multiarch objects.
18375 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18376 (__libc_ifunc_impl_list): Likewise.
18377
3148bb7d
AZ
18378 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18379 file.
18380 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18381 file.
18382 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18383 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18384 multiarch objects.
18385 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18386 (__libc_ifunc_impl_list): Likewise.
18387
7af8b946
AZ
18388 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18389 file.
18390 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18391 file.
18392 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18393 multiarch rawmemchr for PPC32.
18394 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18395 multiarch objects.
18396 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18397 (__libc_ifunc_impl_list): Likewise.
18398
03a6aa6a
AZ
18399 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18400 file.
18401 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18402 file.
18403 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18404 file: memrchr multiarch for PPC32.
18405 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18406 multiarch objects.
18407 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18408 (__libc_ifunc_impl_list): Likewise.
18409
1c62e6d9
AZ
18410 * string/memchr.c (__memchr): Using macro to redefine symbol name.
18411 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18412 file.
18413 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18414 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18415 multiarch memchr for PPC32.
18416 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18417 multiarch objects.
18418 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18419 (__libc_ifunc_impl_list): Likewise.
18420
87da8bdb
AZ
18421 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18422 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18423 file.
18424 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18425 file.
18426 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18427 file: multiarch mempcpy for PPC32.
18428 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18429 multiarch objects.
18430 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18431 (__libc_ifunc_impl_list): Likewise.
18432
20ed4714
AZ
18433 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18434 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18435 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18436 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18437 multiarch bzero for PPC32.
18438 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18439 file.
18440 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18441 file.
18442 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18443 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18444 file: multiarch memset for PPC32.
18445 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18446 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18447 memset multiarch objects.
18448 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18449 (__libc_ifunc_impl_list): Likewise.
18450
ab3e3a46
AZ
18451 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18452 file.
18453 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18454 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18455 memcmp for PPC32.
18456 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18457 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18458 multiarch objects.
18459 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18460 (__libc_ifunc_impl_list): Likewise.
18461
930de6f0
AZ
18462 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18463 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18464 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18465 file.
18466 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18467 file.
18468 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18469 file.
18470 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18471 multiarch memcpy for PPC32.
18472 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18473 multiarch objects.
18474 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18475 (__libc_ifunc_impl_list): Likewise.
18476
4c628e00
AZ
18477 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18478 support multiarch for POWER/PPC32.
18479 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18480 Likewise.
18481 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18483 Implies file to make multiarch folder appers before the fpu and
18484 default folder for power4 configuration.
18485
f4479220
SP
184862013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18487
18488 * scripts/bench.pl: Append volatile keyword to type.
18489
8517800f
KK
184902013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18491
18492 * sysdeps/sh/sotruss-lib.c: New file.
18493 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18494
180138f1
AZ
184952013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18496
18497 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18498
bbf37bdc
JM
184992013-12-05 Joseph Myers <joseph@codesourcery.com>
18500
e47cc4e0
JM
18501 [BZ #6810]
18502 * math/w_tgamma.c: Include <errno.h>.
18503 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
18504 * math/w_tgammaf.c: Include <errno.h>.
18505 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
18506 * math/w_tgammal.c: Include <errno.h>.
18507 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
18508 * math/auto-libm-test-in: Do not allow missing errno on tgamma
18509 underflow. Add more tgamma tests.
18510 * math/auto-libm-test-out: Regenerated.
18511 * sysdeps/i386/fpu/libm-test-ulps: Update.
18512 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18513
bbf37bdc
JM
18514 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18515 sin, sinh, tan, tanh, tgamma, y0 and y1.
18516 * math/auto-libm-test-out: Regenerated.
18517 * math/libm-test.inc (TEST_COND_x86_64): New macro.
18518 (TEST_COND_x86): Likewise.
18519 (M_E2l): Remove macro.
18520 (M_E3l): Likewise.
18521 (M_2_SQRT_PIl): Likewise.
18522 (M_SQRT_PIl): Likewise.
18523 (M_1_DIV_El): Likewise.
18524 (log_test_data): Use AUTO_TESTS_f_f.
18525 (log10_test_data): Likewise.
18526 (log1p_test_data): Likewise.
18527 (log2_test_data): Likewise.
18528 (sin_test_data): Likewise.
18529 (sin_tonearest_test_data): Likewise.
18530 (sin_towardzero_test_data): Likewise.
18531 (sin_downward_test_data): Likewise.
18532 (sin_upward_test_data): Likewise.
18533 (sinh_test_data): Likewise.
18534 (sinh_tonearest_test_data): Likewise.
18535 (sinh_towardzero_test_data): Likewise.
18536 (sinh_downward_test_data): Likewise.
18537 (sinh_upward_test_data): Likewise.
18538 (tan_test_data): Likewise.
18539 (tan_tonearest_test_data): Likewise.
18540 (tan_towardzero_test_data): Likewise.
18541 (tan_downward_test_data): Likewise.
18542 (tan_upward_test_data): Likewise.
18543 (tanh_test_data): Likewise.
18544 (tgamma_test_data): Likewise.
18545 (y0_test_data): Likewise.
18546 (y1_test_data): Likewise.
18547 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18548 (special_real_inputs): Add pi/4.
18549 * sysdeps/i386/fpu/libm-test-ulps: Update.
18550 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18551
eb5ad6b9
AZ
185522013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18553
18554 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18555 "longjmp_target" static probes.
18556 (__longjmp): Rename to __longjmp_symbol.
18557 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18558 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18559 on which longjmp to generate.
18560 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18561 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18562 probe.
18563 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18564 (__sigjmp_save): Rename to __sigjmp_save_symbol.
18565 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18566 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18567 and __sigjmp_save_symbol based on which sigsetjmp to generated.
18568 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18570 __longjmp_symbol based on which __longjmp to generate.
18571 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18572 probe.
18573 (setjmp): Rename to setjmp_symbol.
18574 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18575 (_setjmp): Rename to _setjmp_symbol.
18576 (__sigsetjmp): Rename to __sigsetjmp_symbol.
18577 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18578 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18579 which setjmp to generate.
18580 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18581 "longjmp_target" static probes.
18582
d136c6dc
SP
185832013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18584
9298ecba
SP
18585 * benchtests/README: Add note about output arguments.
18586 * benchtests/bench-sincos.c: Remove file.
18587 * benchtests/sincos-inputs: New file.
18588 * scripts/bench.pl: Identify output arguments and define
18589 static variables for them.
18590
232983e9
SP
18591 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18592
d136c6dc
SP
18593 [BZ #15941]
18594 * Makefile (INSTALL): Add install-plain.texi as the primary
18595 dependency.
18596 * manual/install-plain.texi: New file.
18597 * manual/install.texi: Include node directive only for
18598 non-plaintext output.
18599
699ff837
JM
186002013-12-04 Joseph Myers <joseph@codesourcery.com>
18601
ab07cea8
JM
18602 * stdlib/longlong.h: Update from GCC.
18603
699ff837
JM
18604 [BZ #6807]
18605 [BZ #15901]
18606 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18607 * math/w_j0f.c (y0f): Likewise.
18608 * math/w_j0l.c (__y0l): Likewise.
18609 * math/w_j1.c (y1): Likewise.
18610 * math/w_j1f.c (y1f): Likewise.
18611 * math/w_j1l.c (__y1l): Likewise
18612 * math/w_jn.c (yn): Likewise.
18613 * math/w_jnf.c (ynf): Likewise.
18614 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18615 Bessel function pole errors in _POSIX_ mode. Use NAN as return
18616 value for Bessel function domain errors outside _SVID_ mode.
18617 Adjust sign of return value for yn (negative integer, 0).
18618 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18619 by zero in return for negative x and set sign appropriately for
18620 negative n.
18621 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18622 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18623 * math/libm-test.inc (y0_test_data): Add more tests and adjust
18624 expectations in error cases.
18625 (y1_test_data): Likewise.
18626 (yn_test_data): Likewise.
18627 * sysdeps/i386/fpu/libm-test-ulps: Update.
18628 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18629
5b118558
UW
186302013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18631
18632 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18633 "64" to "64-v1". Add "64-v2".
18634 (abi-64-options): Rename to ...
18635 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
18636 (abi-64-condition): Rename to ...
18637 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
18638 (abi-64-ld-soname): Rename to ...
18639 (abi-64-v1-ld-soname): ... this.
18640 (abi-64-v2-options): Define.
18641 (abi-64-v2-condition): Likewise.
18642 (abi-64-v2-ld-soname): Likewise.
18643 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18644 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18648
61cd8fe4
UW
186492013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18650 Alan Modra <amodra@gmail.com>
18651
18652 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18653 New versions for use with the ELFv2 ABI.
18654 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18655 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18656 declaration.
18657 (struct La_ppc64v2_retval): Likewise.
18658 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18659 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18660 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18661 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18662 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18663 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18664 Do not save or restore CR.
18665 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18666 (_dl_profile_resolve): Do no save or restore CR. Support extended
18667 return values for ELFv2 ABI. Fix location of FPR return registers.
18668 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18669 updated values for _CALL_ELF == 2.
18670 (La_regs, La_retval, int_retval): Likewise.
18671
8b8a692c
UW
186722013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18673
18674 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18675 (FRAME_MIN_SIZE_PARM): Likewise.
18676 (FRAME_BACKCHAIN): Likewise.
18677 (FRAME_CR_SAVE): Likewise.
18678 (FRAME_LR_SAVE): Likewise.
18679 (FRAME_TOC_SAVE): Likewise.
18680 (FRAME_PARM_SAVE): Likewise.
18681 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18682 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18683 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18684 (call_mcount_parm_offset): New macro.
18685 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18686 (PROF): Use symbolic stack frame offsets.
18687 (TAIL_CALL_SYSCALL_ERROR): Likewise.
18688 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18689 Redefine in terms of FRAME_MIN_SIZE.
18690 (_dl_runtime_resolve): Use symbolic stack frame offsets.
18691 (_dl_profile_resolve): Likewise. Update comment.
18692 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18693 symbols stack frame offsets.
18694 (__sigsetjmp): Likewise.
18695 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18696 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18697 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18698 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18699
18700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18701 (FRAME_BACKCHAIN): Remove.
18702 (FRAME_CR_SAVE): Likewise.
18703 (FRAME_LR_SAVE): Likewise.
18704 (FRAME_COMPILER_DW): Likewise.
18705 (FRAME_LINKER_DW): Likewise.
18706 (FRAME_TOC_SAVE): Likewise.
18707 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
18708 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18709 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18710 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
18711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18712 (CHECK_SP): Use symbolic stack frame offsets.
18713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18714 zone" instead of caller's parameter save area for temp storage.
18715 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18716 Likewise. Also, use symbolic stack frame offsets.
18717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18718 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18719 our own stack frame instead of the caller's.
18720 (__socket): Use symbolic stack frame offsets.
18721
122b66de
UW
187222013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18723 Alan Modra <amodra@gmail.com>
18724
18725 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18726 Define.
57f41c40
AS
18727 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18728 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
18729 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18730 New function.
18731 (elf_machine_fixup_plt): Call it.
18732 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
18733 reloc arguments.
18734 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
18735 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18736 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
18737 r2 before calling target.
18738
696caf1d
UW
187392013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18740 Alan Modra <amodra@gmail.com>
18741
18742 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18743 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18744 versions of macros to support ELFv2 ABI.
18745 (LOCALENTRY): New macro.
18746 (ENTRY, EALIGN): Use it.
18747 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18748 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18749 fall through into ENTRY entry point.
18750 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18751 Only define if _CALL_ELF != 2.
18752
18753 (elf_machine_matches_host): Verify ABI version matches.
18754 (RTLD_START): Use LOCALENTRY.
18755 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18756 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18757 (PLT_ENTRY_WORDS): New macro.
18758 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18759 (elf_machine_runtime_setup): Support ELFv2 ABI.
18760 (elf_machine_fixup_plt): Likewise.
18761 (elf_machine_plt_conflict): Likewise.
18762 (resolve_ifunc): Likewise.
18763 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18764 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18765 Likewise.
18766 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18767 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18768 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18769 (makecontext): Support ELFv2 ABI.
18770 * elf/elf.h (EF_PPC64_ABI): Define.
18771
d31beafa
UW
187722013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18773
57f41c40
AS
18774 * sysdeps/powerpc/powerpc64/sysdep.h
18775 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18776 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18777 (ENTRY) [ASSEMBLER]: ... but instead here ...
18778 (EALIGN) [ASSEMBLER]: ... and here.
18779 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18780 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18781 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
18782 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18783 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
18784 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18785 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
18786 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18787 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18788 Use PPC64_LOAD_FUNCPTR.
18789
b525166b
UW
18790 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18791
7ec07d9a
AM
187922013-12-04 Alan Modra <amodra@gmail.com>
18793
18794 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18795 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18796 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18797 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18798
18799 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18800 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18801 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18802 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18803 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18804 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18805
5162e7dd
UW
188062013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18807
18808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18809 (__makecontext): Fix incorrect CFI when backtracing out of
18810 context created via makecontext.
18811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18812 (__setcontext): Fix incorrect CFI during switch to new context.
18813 (__novec_setcontext): Likewise.
18814
19e3372b
OB
188152013-12-04 Ondřej Bílka <neleai@seznam.cz>
18816
18817 [BZ #4772]
18818 * time/strptime_l.c (__strptime_internal): Allow modifiers
18819 in strptime.
18820 * time/tst-strptime.c (day_tests): Add testcase.
18821
ecaf142d
SP
188222013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18823
18824 * scripts/bench.pl: Skip over blank lines.
18825
fbf964ae
PE
188262013-12-04 Paul Eggert <eggert@cs.ucla.edu>
18827
18828 [BZ #926]
18829 * manual/time.texi (Calendar Time): Clarify what timezone functions
18830 use.
18831
fa60a674
AZ
188322013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18833
18834 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18835
d674f0ef
OB
188362013-12-04 Ondřej Bílka <neleai@seznam.cz>
18837
18838 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18839 implementation.
18840 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18841 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18842 * debug/memset_chk.c (__memset_chk): Likewise.
18843 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18844 * debug/strncpy_chk.c: Likewise.
18845
17dea188
JM
188462013-12-03 Joseph Myers <joseph@codesourcery.com>
18847
749008ff
JM
18848 [BZ #15268]
18849 [BZ #15425]
18850 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18851 (__ieee754_exp): For possibly underflowing results, check size of
18852 result and force underflow exception if required.
18853 * math/auto-libm-test-in: Add more tests of exp.
18854 * math/auto-libm-test-out: Regenerated.
18855 * sysdeps/i386/fpu/libm-test-ulps: Update.
18856 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18857
17dea188
JM
18858 [BZ #16283]
18859 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18860 * math/w_exp2f.c (__exp2f): Likewise.
18861 * math/w_exp2l.c (__exp2l): Likewise.
18862 * math/auto-libm-test-in: Do not allow missing errno on exp2
18863 underflow.
18864 * math/auto-libm-test-out: Regenerated.
18865
b20de2c3
OB
188662013-12-03 Ondřej Bílka <neleai@seznam.cz>
18867
18868 [BZ #16274]
18869 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18870 handle filename validation.
18871 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18872 (do_open): Delete.
18873
d8e2dbe3
JM
188742013-12-03 Joseph Myers <joseph@codesourcery.com>
18875
34e16df5
JM
18876 [BZ #6786]
18877 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18878 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18879 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18880 <float.h>.
18881 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18882 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18883 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18884 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18885 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18886 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18887 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18888 * math/auto-libm-test-in: Don't allow missing errno from erfc.
18889 Add more erfc tests.
18890 * math/auto-libm-test-out: Regenerated.
18891 * sysdeps/i386/fpu/libm-test-ulps: Update.
18892 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18893
d8e2dbe3
JM
18894 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18895 exp2, expm1, j0 and j1.
18896 * math/auto-libm-test-out: Regenerated.
18897 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18898 (erfc_test_data): Likewise.
18899 (exp_test_data): Likewise.
18900 (exp_tonearest_test_data): Likewise.
18901 (exp_towardzero_test_data): Likewise.
18902 (exp_downward_test_data): Likewise.
18903 (exp_upward_test_data): Likewise.
18904 (exp10_test_data): Likewise.
18905 (exp2_test_data): Likewise.
18906 (expm1_test_data): Likewise.
18907 (j0_test_data): Likewise.
18908 (j1_test_data): Likewise.
18909 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18910 (input_flag_type): Add flag_xfail_rounding.
18911 (input_flags): Add xfail-rounding.
18912 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18913 (output_for_one_input_case): Handle flag_xfail_rounding.
18914 * sysdeps/i386/fpu/libm-test-ulps: Update.
18915 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18916
18d14251
AJ
189172013-12-03 Aurelien Jarno <aurelien@aurel32.net>
18918
3d2e6075 18919 [BZ #16289]
18d14251
AJ
18920 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18921 division by 0.
18922
520d437b
SP
189232013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18924
18925 [BZ #16195]
18926 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18927 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18928 (STAP_PROBE0): New macro.
18929 (STAP_PROBE1): Likewise.
18930 (STAP_PROBE2): Likewise.
18931 (STAP_PROBE3): Likewise.
18932 (STAP_PROBE4): Likewise.
18933
416e0145
OB
189342013-12-02 Ondřej Bílka <neleai@seznam.cz>
18935
18936 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18937
9d17796a
SE
189382013-12-02 Steve Ellcey <sellcey@mips.com>
18939
18940 * benchtests/Makefile (bench): Add sqrt.
18941 (LDLIBS-bench-sqrt): New.
18942 * benchtests/sqrt-input: New.
18943
f524d6a8
PS
189442013-12-02 Pavel Simerda <psimerda@redhat.com>
18945
639a0ef8
PS
18946 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18947 (GAIH_EAI): Likewise.
18948 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18949 (gaih_inet): Likewise.
18950 (getaddrinfo): Don't use GAIH_EAI.
18951
f524d6a8
PS
18952 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18953 (struct gaih): Remove definition.
18954
df3aedaf
SP
189552013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18956
18957 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18958 Use HERRNOP directly.
18959
1ab19dec
AZ
189602013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18961
b42ad38d 18962 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 18963
176b0c79
JM
189642013-11-30 Joseph Myers <joseph@codesourcery.com>
18965
18966 * math/gen-auto-libm-tests.c (test_functions): Add more
18967 single-argument functions.
18968 (special_fill_pi_2): New function.
18969 (special_fill_minus_pi_2): Likewise.
18970 (special_fill_pi_6): Likewise.
18971 (special_fill_minus_pi_6): Likewise.
18972 (special_fill_pi_3): Likewise.
18973 (special_fill_2pi_3): Likewise.
18974 (special_fill_e): Likewise.
18975 (special_fill_1_e): Likewise.
18976 (special_fill_e_minus_1): Likewise.
18977 (special_real_inputs): Add more special inputs.
18978 (output_for_one_input_case): Do not require ERANGE on underflow to
18979 zero if round-to-nearest result does not underflow to zero, unless
18980 exact results required.
18981 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18982 atan, atanh, cbrt, cos and cosh.
18983 * math/auto-libm-test-out: Regenerated.
18984 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18985 (acos_tonearest_test_data): Likewise.
18986 (acos_towardzero_test_data): Likewise.
18987 (acos_downward_test_data): Likewise.
18988 (acos_upward_test_data): Likewise.
18989 (acosh_test_data): Likewise.
18990 (asin_test_data): Likewise.
18991 (asin_tonearest_test_data): Likewise.
18992 (asin_towardzero_test_data): Likewise.
18993 (asin_upward_test_data): Likewise.
18994 (asinh_test_data): Likewise.
18995 (atan_test_data): Likewise.
18996 (atanh_test_data): Likewise.
18997 (cbrt_test_data): Likewise.
18998 (cos_test_data): Likewise.
18999 (cos_tonearest_test_data): Likewise.
19000 (cos_towardzero_test_data): Likewise.
19001 (cos_downward_test_data): Likewise.
19002 (cos_upward_test_data): Likewise.
19003 (cosh_test_data): Likewise.
19004 (cosh_tonearest_test_data): Likewise.
19005 (cosh_towardzero_test_data): Likewise.
19006 (cosh_downward_test_data): Likewise.
19007 (cosh_upward_test_data): Likewise.
19008 * sysdeps/i386/fpu/libm-test-ulps: Update.
19009 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19010
ffb536d0
JM
190112013-11-29 Joseph Myers <joseph@codesourcery.com>
19012
2a77a467
JM
19013 [BZ #6787]
19014 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19015 * math/w_exp10f.c (__exp10f): Likewise.
19016 * math/w_exp10l.c (__exp10l): Likewise.
19017 * math/libm-test.inc (exp10_test_data): Add more tests and expect
19018 errno settings in existing tests.
19019
ea3bc4e8
JM
19020 [BZ #14032]
19021 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19022 precision control set to double precision.
19023 * sysdeps/i386/fpu/w_sqrt.c: New file.
19024 * math/auto-libm-test-in: Add more tests.
19025 * math/auto-libm-test-out: Update.
19026
0712c9d8
JM
19027 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19028 (sqrt_test_tonearest): New function.
19029 (sqrt_towardzero_test_data): New variable.
19030 (sqrt_test_towardzero): New function.
19031 (sqrt_downward_test_data): New variable.
19032 (sqrt_test_downward): New function.
19033 (sqrt_upward_test_data): New variable.
19034 (sqrt_test_upward): New function.
19035 (main): Call the new functions.
19036
ffb536d0
JM
19037 * math/gen-auto-libm-tests.c: New file.
19038 * math/auto-libm-test-in: Likewise.
19039 * math/auto-libm-test-out: New generated file.
19040 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19041 variables.
19042 (%beautify): Add generated representations of zero.
19043 (top level): Set $auto_input and call parse_auto_input.
19044 (beautify): Remove trailing "f" from hex float constants.
19045 (parse_args): Handle XFAIL_TEST.
19046 (convert_condition): New function.
19047 (or_value): Likewise.
19048 (or_cond_value): Likewise.
19049 (generate_testfile): Handle AUTO_TESTS_* lines.
19050 (parse_auto_input): New function.
19051 * math/libm-test.inc (XFAIL_TEST): New macro.
19052 (ERRNO_UNCHANGED): Update value.
19053 (ERRNO_EDOM): Likewise.
19054 (ERRNO_ERANGE): Likewise.
19055 (IGNORE_RESULT): Likewise.
19056 (TEST_COND_flt_32): New macro.
19057 (TEST_COND_dbl_64): Likewise.
19058 (TEST_COND_ldbl_96_intel): Likewise.
19059 (TEST_COND_ldbl_96_m68k): Likewise.
19060 (TEST_COND_ldbl_128): Likewise.
19061 (TEST_COND_ldbl_128ibm): Likewise.
19062 (TEST_COND_long32): Likewise.
19063 (TEST_COND_long64): Likewise.
19064 (TEST_COND_before_rounding): Likewise.
19065 (TEST_COND_after_rounding): Likewise.
19066 (enable_test): Handle XFAIL_TEST flag.
19067 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19068 with finite results.
19069 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19070 auto-libm-test-out.
19071
acd98a8e
AK
190722013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
19073 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19074
19075 [BZ #16214]
19076 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19077 __tls_get_addr_internal instead of __tls_get_offset in order to
19078 avoid GOT pointer dependency. Make rtld export
19079 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19080 __tls_get_addr since we are a __tls_get_offset platform.
19081 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19082 GOT pointer being set up before.
19083 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19084
3c1c46a6
JM
190852013-11-28 Joseph Myers <joseph@codesourcery.com>
19086
7475aef5
JM
19087 * manual/math.texi (Errors in Math Functions): Document accuracy
19088 goals.
19089
8bca7cd8
JM
19090 [BZ #15004]
19091 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19092 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19093 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19094 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19095 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19096 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19097 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19098 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19099 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19100 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19101 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19102 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19103 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19104 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19105 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19106 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19107
91a1f3fe
JM
19108 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19109 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19110 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19111 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19112 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19113 Likewise.
19114 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19115 Likewise.
19116 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19117 Likewise.
19118 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19119 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19120 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19121 atomic-feupdateenv and flt-rounds.
19122 * sysdeps/powerpc/nofpu/Versions (libc): Add
19123 __atomic_feholdexcept, __atomic_feclearexcept,
19124 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19125 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19126 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19127 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19128 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19129 here.
19130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19131 Update.
19132
c5df7609
JM
19133 * manual/arith.texi (FP Exceptions): Document that exceptions may
19134 not be raised when matherr is used.
19135 (Math Error Reporting): Document overflow in directed rounding
19136 modes. Document that errno may not be set when finite values are
19137 returned on overflow. Document intent to set errno on underflow
19138 only for underflow to zero.
19139
3c1c46a6
JM
19140 [BZ #16271]
19141 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19142 round-to-nearest then adjust result for other rounding modes.
19143 * include/fenv.h (fegetround): Use libm_hidden_proto.
19144 * math/fegetround.c (fegetround): Use libm_hidden_def.
19145 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19146 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19147 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19148 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19149 Likewise.
19150 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19151 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19152 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19153 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19154
5a4c6d53
SP
191552013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19156
19157 [BZ #16077]
19158 * nss/Versions (libnss_files): Add
19159 _nss_files_gethostbyname3_r.
19160 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19161 New function.
19162 (HOST_DB_LOOKUP): Remove macro.
19163 (_nss_files_gethostbyname_r): Implement function without the
19164 HOST_DB_LOOKUP macro.
19165 (_nss_files_gethostbyname2_r): Likewise.
19166
897b98ba
OB
191672013-11-28 Ondřej Bílka <neleai@seznam.cz>
19168
19169 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19170
6f476861
UB
191712013-11-26 Uros Bizjak <ubizjak@gmail.com>
19172
19173 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19174 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19175 warning.
19176
bd12ab55
AZ
191772013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19178
19179 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19180 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19181 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19182 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19183 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19184 __fe_nomask_env_priv and attribute_hidden.
19185 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19186 (libc_feupdateenv_test_ppc): Likewise.
19187 (libc_feresetround_ppc): Likewise.
19188 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19189 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19190 compat_symbol macro.
19191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19192 (__fe_nomask_env): Likewise.
19193 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19194
52bb6543
OB
191952013-11-26 Ondřej Bílka <neleai@seznam.cz>
19196
19197 * string/Makefile: Remove ifunc tests.
19198 * string/test-string.h: Define TEST_IFUNC.
19199 * string/test-bcopy-ifunc.c: Remove.
19200 * string/test-bzero-ifunc.c: Likewise.
19201 * string/test-memccpy-ifunc.c: Likewise.
19202 * string/test-memchr-ifunc.c: Likewise.
19203 * string/test-memcmp-ifunc.c: Likewise.
19204 * string/test-memcpy-ifunc.c: Likewise.
19205 * string/test-memmem-ifunc.c: Likewise.
19206 * string/test-memmove-ifunc.c: Likewise.
19207 * string/test-mempcpy-ifunc.c: Likewise.
19208 * string/test-memrchr-ifunc.c: Likewise.
19209 * string/test-memset-ifunc.c: Likewise.
19210 * string/test-rawmemchr-ifunc.c: Likewise.
19211 * string/test-stpcpy-ifunc.c: Likewise.
19212 * string/test-stpncpy-ifunc.c: Likewise.
19213 * string/test-strcasecmp-ifunc.c: Likewise.
19214 * string/test-strcasestr-ifunc.c: Likewise.
19215 * string/test-strcat-ifunc.c: Likewise.
19216 * string/test-strchr-ifunc.c: Likewise.
19217 * string/test-strchrnul-ifunc.c: Likewise.
19218 * string/test-strcmp-ifunc.c: Likewise.
19219 * string/test-strcpy-ifunc.c: Likewise.
19220 * string/test-strcspn-ifunc.c: Likewise.
19221 * string/test-strlen-ifunc.c: Likewise.
19222 * string/test-strncasecmp-ifunc.c: Likewise.
19223 * string/test-strncat-ifunc.c: Likewise.
19224 * string/test-strncmp-ifunc.c: Likewise.
19225 * string/test-strncpy-ifunc.c: Likewise.
19226 * string/test-strnlen-ifunc.c: Likewise.
19227 * string/test-strpbrk-ifunc.c: Likewise.
19228 * string/test-strrchr-ifunc.c: Likewise.
19229 * string/test-strspn-ifunc.c: Likewise.
19230 * string/test-strstr-ifunc.c: Likewise.
19231
ab260039 192322013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
19233
19234 * benchtests/Makefile: Remove ifunc tests.
19235 * benchtests/bench-string.h: Define TEST_IFUNC.
19236 * benchtests/bench-bcopy-ifunc.c: Remove.
19237 * benchtests/bench-bzero-ifunc.c: Likewise.
19238 * benchtests/bench-memccpy-ifunc.c: Likewise.
19239 * benchtests/bench-memchr-ifunc.c: Likewise.
19240 * benchtests/bench-memcmp-ifunc.c: Likewise.
19241 * benchtests/bench-memcpy-ifunc.c: Likewise.
19242 * benchtests/bench-memmem-ifunc.c: Likewise.
19243 * benchtests/bench-memmove-ifunc.c: Likewise.
19244 * benchtests/bench-mempcpy-ifunc.c: Likewise.
19245 * benchtests/bench-memrchr-ifunc.c: Likewise.
19246 * benchtests/bench-memset-ifunc.c: Likewise.
19247 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19248 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19249 * benchtests/bench-stpcpy-ifunc.c: Likewise.
19250 * benchtests/bench-stpncpy-ifunc.c: Likewise.
19251 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19252 * benchtests/bench-strcasestr-ifunc.c: Likewise.
19253 * benchtests/bench-strcat-ifunc.c: Likewise.
19254 * benchtests/bench-strchr-ifunc.c: Likewise.
19255 * benchtests/bench-strchrnul-ifunc.c: Likewise.
19256 * benchtests/bench-strcmp-ifunc.c: Likewise.
19257 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19258 * benchtests/bench-strcpy-ifunc.c: Likewise.
19259 * benchtests/bench-strcspn-ifunc.c: Likewise.
19260 * benchtests/bench-strlen-ifunc.c: Likewise.
19261 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19262 * benchtests/bench-strncat-ifunc.c: Likewise.
19263 * benchtests/bench-strncmp-ifunc.c: Likewise.
19264 * benchtests/bench-strncpy-ifunc.c: Likewise.
19265 * benchtests/bench-strnlen-ifunc.c: Likewise.
19266 * benchtests/bench-strpbrk-ifunc.c: Likewise.
19267 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 19268 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
19269 * benchtests/bench-strspn-ifunc.c: Likewise.
19270 * benchtests/bench-strstr-ifunc.c: Likewise.
19271
192722013-11-26 Ondřej Bílka <neleai@seznam.cz>
19273
ab260039
OB
19274 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19275
d1d9eaf4 192762013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 19277
d1d9eaf4
OB
19278 * resolv/netdb.h: Use __glibc_reserved instead __unused.
19279 * rt/aio.h: Likewise.
19280 * sysdeps/gnu/bits/utmp.h: Likewise.
19281 * sysdeps/gnu/bits/utmpx.h: Likewise.
19282 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19283 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19284 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19285 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19286 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19287 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19288 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19289 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19290 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19291 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19292 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19293 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19294 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19296 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19297 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19298 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19299 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19300 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19301 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19302 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19303 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19304 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19305 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19306 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19307 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19308 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19309 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19310 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19311 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19312 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19313 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19314 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19315 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19316 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19317 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19318 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19319 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19320 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19321 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19322 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19323 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19324
a7624ed9
CD
193252013-11-25 Carlos O'Donell <carlos@redhat.com>
19326
19327 [BZ #16245]
19328 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19329 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19330
63cfe52b
JM
193312013-11-25 Joseph Myers <joseph@codesourcery.com>
19332
19333 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19334 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19335 Likewise.
19336
41e8926a
AZ
193372013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19338
19339 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19340 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19341 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19342 (__fesetround): Remove define.
19343 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19344 rounding and exceptions handling.
19345 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19346 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19347 (__fe_nomask_env): Likewise.
19348 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19349 __fegetround instead of fegetround.
19350 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19351 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19352
6851bd4d
RM
193532013-11-21 Roland McGrath <roland@hack.frob.com>
19354
070906ff
RM
19355 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19356 it's there.
19357
6851bd4d
RM
19358 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19359
84ae135d
MI
193602013-11-21 Meador Inge <meadori@codesourcery.com>
19361
19362 [BZ #11157]
19363 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19364 (encrypt_r): Likewise.
19365 * malloc/obstack.h (obstack_free): Likewise.
19366 * posix/unistd.h (encrypt): Likewise.
19367
daf75146
GM
193682013-11-21 Guy Martin <gmsoft@tuxicoman.be>
19369
19370 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19371 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19372 DL_CALL_DT_FINI() that call the functions directly.
19373 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19374 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19375 * elf/dl-fini.c: Likewise.
19376
10ad46bc
OB
193772013-11-20 Ondřej Bílka <neleai@seznam.cz>
19378
19379 * malloc/hooks.c (memalign_check): Add alignment rounding.
19380 * malloc/malloc.c (_mid_memalign): New function.
19381 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19382 Implement by calling _mid_memalign.
19383 * manual/probes.texi (Memory Allocation Probes): Remove
19384 memory_valloc_retry and memory_pvalloc_retry.
19385
f3fd2628
SP
193862013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19387
4712799f
SP
19388 * locale/programs/locarchive.c (open_archive): Add const
19389 qualifier to ARCHIVEFNAME and copy default fname to
19390 DEFAULT_FNAME.
19391
0417b20f
SP
19392 [BZ #15601]
19393 * libio/tst-widetext.input: Rename Oriya to Odia.
19394 * locale/iso-639.def: Likewise.
19395
f3fd2628
SP
19396 * manual/probes.texi (Mathematical Function Probes): Add
19397 documentation for sin, cos, asin and acos probes.
19398 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19399 (__sin32): Add slowasin probe.
19400 (__cos32): Add slowacos probe.
19401 (__mpsin): Add slowsin probe.
19402 (__mpcos): Add slowcos probe.
19403
73c1ce4f
JM
194042013-11-19 Joseph Myers <joseph@codesourcery.com>
19405
19406 [BZ #15483]
19407 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19408 thread-local __sim_exceptions_thread and global
19409 __sim_exceptions_global.
19410 (__sim_disabled_exceptions): Change to thread-local
19411 __sim_disabled_exceptions_thread and global
19412 __sim_disabled_exceptions_global.
19413 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19414 and global __sim_round_mode_global.
19415 (__simulate_exceptions): Use thread-local floating-point state and
19416 set global state from it as needed.
19417 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19418 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19419 __sim_round_mode_thread.
19420 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19421 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19422 and global __sim_exceptions_global.
19423 (__sim_disabled_exceptions): Change to thread-local
19424 __sim_disabled_exceptions_thread and global
19425 __sim_disabled_exceptions_global.
19426 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19427 and global __sim_round_mode_global.
19428 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19429 (SIM_SET_GLOBAL): Likewise.
19430 * sysdeps/powerpc/soft-fp/sfp-machine.h
19431 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19432 __sim_round_mode_thread.
19433 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19434 __sim_disabled_exceptions_thread.
19435 (__sim_exceptions): Change to __sim_exceptions_thread.
19436 (__sim_disabled_exceptions): Change to
19437 __sim_disabled_exceptions_thread.
19438 (__sim_round_mode): Change to __sim_round_mode_thread.
19439 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19440 thread-local floating-point state and set global state from it as
19441 needed.
19442 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19443 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19444 (__sim_disabled_exceptions): Remove extern declaration.
19445 (feenableexcept): Use thread-local floating-point state and set
19446 global state from it as needed.
19447 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19448 extern declaration.
19449 (__sim_disabled_exceptions): Likewise.
19450 (__sim_round_mode): Likewise.
19451 (__fegetenv): Use thread-local floating-point state.
19452 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19453 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19454 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19455 floating-point state and set global state from it as needed.
19456 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19457 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19458 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19459 Likewise.
19460 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19461 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19462 Likewise.
19463 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19464 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19465 Use __sim_round_mode_thread.
19466 * math/test-fenv-tls.c: New file.
19467 * math/Makefile (tests): Add test-fenv-tls.
19468 ($(objpfx)test-fenv-tls): Depend on
19469 $(common-objpfx)nptl/libpthread.so.
19470
b5449b12
AS
194712013-11-19 Andreas Schwab <schwab@suse.de>
19472
19473 * locale/programs/locale.c (show_info): Decode wordarray elements.
19474 * locale/categories.def (LC_MONETARY): Add element for
19475 _NL_MONETARY_CRNCYSTR.
19476 * locale/C-monetary.c (conversion_rate): New variable.
19477 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19478 element.
19479
e186536b
CM
194802013-11-18 Chris Metcalf <cmetcalf@tilera.com>
19481
19482 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19483 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19484
5c349950
PP
194852013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
19486
19487 * elf/Makefile (tst-auxv): New test.
19488 * elf/tst-auxv.c: New
19489 * elf/rtld.c (dl_main): Adjust AT_EXECFN
19490
699df45b
JM
194912013-11-18 Joseph Myers <joseph@codesourcery.com>
19492
19493 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19494 (hidden_proto): Caller changed.
19495 (hidden_tls_proto): New macro.
19496 (libc_hidden_tls_proto): Likewise.
19497 (rtld_hidden_tls_proto): Likewise.
19498 (libm_hidden_tls_proto): Likewise.
19499 (libresolv_hidden_tls_proto): Likewise.
19500 (librt_hidden_tls_proto): Likewise.
19501 (libdl_hidden_tls_proto): Likewise.
19502 (libnss_files_hidden_tls_proto): Likewise.
19503 (libnsl_hidden_tls_proto): Likewise.
19504 (libnss_nisplus_hidden_tls_proto): Likewise.
19505 (libutil_hidden_tls_proto): Likewise.
19506
b7589107
OB
195072013-11-18 Ondřej Bílka <neleai@seznam.cz>
19508
19509 [BZ #10253]
19510 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19511 (decompose_rpath): Defer expansion to fillin_rpath.
19512 (_dl_init_paths): Pass linkmap to fillin_rpath.
19513
250c23bd
RS
195142013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19515
19516 * benchtests/Makefile: Add strsep.
19517 * benchtests/bench-strsep.c: New file: strsep benchtest.
19518 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19519
a7931fcf
AS
195202013-11-18 Andreas Schwab <schwab@suse.de>
19521
19522 * locale/programs/locale.c (show_info) [case byte]: Check for
19523 '\377' instead of '\177'.
19524 * locale/C-monetary.c (not_available): Always use "\377".
19525 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19526 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
19527 detect unavailable sign_posn locale elements.
19528 * locale/localeconv.c (__localeconv): For grouping and
19529 mon_grouping handle "\177" and "\377" like no grouping.
19530 (INT_ELEM): New macro. Use it to set all numeric members.
19531 * locale/programs/ld-monetary.c (monetary_read)
19532 <tok_mon_grouping>: Normalize single -1 to the empty string.
19533 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19534 Likewise.
19535
728dab0e
OB
195362013-11-07 Ondřej Bílka <neleai@seznam.cz>
19537
19538 [BZ #16055]
19539 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19540 when we match (nil).
19541 * stdio-common/tst-sscanf.c (struct test): Add testcase.
19542
66294491
JM
195432013-11-16 Joseph Myers <joseph@codesourcery.com>
19544
ce665817
JM
19545 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19546 (NO_TEST_INLINE): Update value.
19547 (ERRNO_UNCHANGED): Likewise.
19548 (ERRNO_EDOM): Likewise.
19549 (ERRNO_ERANGE): Likewise.
19550 (IGNORE_RESULT): Likewise.
19551 (check_float_internal): Check signs of NaN results if
19552 TEST_NAN_SIGN used.
19553 (check_complex): Pass TEST_NAN_SIGN flag through to second
19554 check_float_internal call.
19555 (copysign_test_data): Add tests with quiet NaNs as second
19556 argument. Use TEST_NAN_SIGN.
19557 (fabs_test_data): Add test of negative quiet NaN argument. Use
19558 TEST_NAN_SIGN.
19559 (signbit_test_data): Add tests of quiet NaN argument.
19560 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19561
ee1466a9
JM
19562 * math/gen-libm-test.pl (show_exceptions): Take extra argument
19563 $ignore_result.
19564 (parse_args): Handle function results specified as IGNORE.
19565 * math/libm-test.inc (IGNORE_RESULT): New macro.
19566 (check_float_internal): Do not check numerical result if flag
19567 IGNORE_RESULT set.
19568 (check_complex): Pass through IGNORE_RESULT to second
19569 check_float_internal call.
19570 (check_int): Do not check numerical result if flag IGNORE_RESULT
19571 set.
19572 (check_long): Likewise.
19573 (check_bool): Likewise.
19574 (check_longlong): Likewise.
19575 (lrint_test_data): Add tests of infinite and NaN arguments.
19576 (lrint_tonearest_test_data): Likewise.
19577 (lrint_towardzero_test_data): Likewise.
19578 (lrint_downward_test_data): Likewise.
19579 (lrint_upward_test_data): Likewise.
19580 (llrint_test_data): Likewise.
19581 (llrint_tonearest_test_data): Likewise.
19582 (llrint_towardzero_test_data): Likewise.
19583 (llrint_downward_test_data): Likewise.
19584 (llrint_upward_test_data): Likewise.
19585 (lround_test_data): Likewise.
19586 (llround_test_data): Likewise.
19587
14407b7e
JM
19588 * math/libm-test.inc (NO_TEST_INLINE): New macro.
19589 (ERRNO_UNCHANGED): Update value.
19590 (ERRNO_EDOM): Likewise.
19591 (ERRNO_ERANGE): Likewise.
19592 (NO_TEST_INLINE_FLOAT): New macro.
19593 (NO_TEST_INLINE_DOUBLE): Likewise.
19594 (enable_test): New function.
19595 (RUN_TEST_f_f): Check enable_test before running test.
19596 (RUN_TEST_2_f): Likewise.
19597 (RUN_TEST_fff_f): Likewise.
19598 (RUN_TEST_c_f): Likewise.
19599 (RUN_TEST_f_f1): Likewise.
19600 (RUN_TEST_fF_f1): Likewise.
19601 (RUN_TEST_fI_f1): Likewise.
19602 (RUN_TEST_ffI_f1): Likewise.
19603 (RUN_TEST_c_c): Likewise.
19604 (RUN_TEST_cc_c): Likewise.
19605 (RUN_TEST_f_i): Likewise.
19606 (RUN_TEST_f_i_tg): Likewise.
19607 (RUN_TEST_ff_i_tg): Likewise.
19608 (RUN_TEST_f_b): Likewise.
19609 (RUN_TEST_f_b_tg): Likewise.
19610 (RUN_TEST_f_l): Likewise.
19611 (RUN_TEST_f_L): Likewise.
19612 (RUN_TEST_fFF_11): Likewise.
19613 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19614 conditionals.
19615 (cosh_test_data): Likewise.
19616 (exp_test_data): Likewise.
19617 (expm1_test_data): Likewise.
19618 (hypot_test_data): Likewise.
19619 (pow_test_data): Likewise.
19620 (sinh_test_data): Likewise.
19621 (tanh_test_data): Likewise.
19622 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19623 flags argument.
19624
ca07f197
JM
19625 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19626 tests with quiet NaN input and output.
19627 (acosh_test_data): Likewise.
19628 (asin_test_data): Likewise.
19629 (asinh_test_data): Likewise.
19630 (atan_test_data): Likewise.
19631 (atanh_test_data): Likewise.
19632 (atan2_test_data): Likewise.
19633 (cbrt_test_data): Likewise.
19634 (cos_test_data): Likewise.
19635 (cosh_test_data): Likewise.
19636 (erf_test_data): Likewise.
19637 (erfc_test_data): Likewise.
19638 (exp_test_data): Likewise.
19639 (exp10_test_data): Likewise.
19640 (exp2_test_data): Likewise.
19641 (expm1_test_data): Likewise.
19642 (hypot_test_data): Likewise.
19643 (j0_test_data): Likewise.
19644 (j1_test_data): Likewise.
19645 (jn_test_data): Likewise.
19646 (lgamma_test_data): Likewise.
19647 (log_test_data): Likewise.
19648 (log10_test_data): Likewise.
19649 (log1p_test_data): Likewise.
19650 (log2_test_data): Likewise.
19651 (pow_test_data): Likewise.
19652 (scalb_test_data): Likewise.
19653 (sin_test_data): Likewise.
19654 (sincos_test_data): Likewise.
19655 (sinh_test_data): Likewise.
19656 (tan_test_data): Likewise.
19657 (tanh_test_data): Likewise.
19658 (tgamma_test_data): Likewise.
19659 (y0_test_data): Likewise.
19660 (y1_test_data): Likewise.
19661 (yn_test_data): Likewise.
19662
66294491
JM
19663 [BZ #16167]
19664 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19665 argument being NaN and avoid computations with second argument in
19666 that case.
19667 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19668 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19669 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19670
1820b143
CL
196712013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
19672
19673 * locale/iso-639.def: Add Chitwani Tharu (the).
19674
714bd261
AS
196752013-11-14 Andreas Schwab <schwab@suse.de>
19676
19677 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19678 word instead of empty string.
19679
7ab44563
AZ
196802013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19681
19682 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19683 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19685 (__fe_nomask_env): Likewise.
19686
e8470ea2
SE
196872013-11-13 Steve Ellcey <sellcey@mips.com>
19688
19689 * benchtests/bench-timing.h: Include time.h.
19690
17c1d9f0
L
196912013-11-13 H.J. Lu <hongjiu.lu@intel.com>
19692
19693 [BZ #15997]
19694 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19695 to 3.4.0 for x32.
19696 * sysdeps/unix/sysv/linux/configure: Regenerated.
19697
9310c284
JM
196982013-11-13 Joseph Myers <joseph@codesourcery.com>
19699
19700 [BZ #16151]
19701 * stdlib/strtod_l.c (round_and_return): Do not consider
19702 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19703 exponent one less than half the least subnormal exponent.
19704 * stdlib/test-strtod-round-data: Add more tests.
19705 * stdlib/tst-strtod-round.c (tests): Regenerated.
19706
7a2ad8cf
AZ
197072013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19708
19709 [BZ #14143]
19710 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19711 (__fe_mask_env): Likewise.
19712 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19713 libm_hidden_proto and add function prototype.
19714 (__fe_mask_env): Add function prototype.
19715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19716 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19718 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19720 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19721
50727aa7
MS
197222013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19723
b2f386c1 19724 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
19725 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19726
a615be46
MS
197272013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19728
19729 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19730 of htab_find_slot().
19731
7ddace62
DM
197322013-11-11 David S. Miller <davem@davemloft.net>
19733
19734 [BZ #16150]
19735 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19736 symbol in the non-vis3 case in static builds.
19737 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19738 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19739 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19740 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19741
9182aa67
JK
197422013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19743
19744 [BZ #387]
19745 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19746 it is empty.
19747
450a2e2d
AZ
197482013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19749
b2f386c1
SP
19750 * benchtests/Makefile: Add bench-strtod.
19751 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 19752
8ec3f656
AS
197532013-11-11 Andreas Schwab <schwab@suse.de>
19754
19755 [BZ #16153]
19756 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19757 terminating NUL in key length.
19758
76a9b998
AZ
197592013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19760
19761 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19762 Add artificial ODP entry for vDSO symbol for PPC64.
19763 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19764 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19765
e4368156
OB
197662013-11-07 Ondřej Bílka <neleai@seznam.cz>
19767
19768 [BZ #15374]
19769 * nss/getent.c (services_keys): Recognize services starting with digit.
19770
8d6bb57c
DM
197712013-11-06 David S. Miller <davem@davemloft.net>
19772
19773 [BZ #15985]
19774 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19775 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19776
e256c421
WN
197772013-11-06 Will Newton <will.newton@linaro.org>
19778
19779 * manual/memory.texi (Malloc Examples): Remove register
19780 keyword from examples.
19781
f6e12daa 197822013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 19783
f6e12daa 19784 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 19785
9d880655
AS
197862013-11-04 Joseph Myers <joseph@codesourcery.com>
19787
fd2f9486 19788 [BZ #6981]
9d880655
AS
19789 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19790 depending on [__GCC_IEC_559 > 0].
19791 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19792 depending on [__GCC_IEC_559_COMPLEX > 0].
19793
ae129d3c
CL
197942013-11-03 Chris Leonard <cjl@sugarlabs.org>
19795
19796 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19797 to iso-639.def.
19798
4a15c2a4 197992013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
19800
19801 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19802
8b35e35d
OB
198032013-11-01 Ondřej Bílka <neleai@seznam.cz>
19804
19805 [BZ #16112]
19806 * malloc/malloc (malloc_info): Do not handle first bin as
19807 special case.
19808
1d70fd6c
CL
198092013-11-01 Chris Leonard <cjl@sugarlabs.org>
19810
19811 * locale/iso-639.def: Add Central Nahuatl (nhn).
19812
8c5c2600
BH
198132013-11-01 Bruno Haible <bruno@clisp.org>
19814
19815 [BZ #7003]
19816 * manual/math.texi (BSD Random): Specify range upper bound as
19817 in POSIX.
19818
da5579c2
CL
198192013-10-31 Chris Leonard <cjl@sugarlabs.org>
19820
19821 * locale/iso-639.def: Add Meadow Mari (mhr).
19822
5d30d853
OB
198232013-10-31 Ondřej Bílka <neleai@seznam.cz>
19824
19825 [BZ #14752], [BZ #15763]
19826 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19827 Validate name.
19828 * rt/tst_shm.c: Add test for escaping directory.
19829
a4966c61
AS
198302013-10-31 Andreas Schwab <schwab@suse.de>
19831
8a43e768 19832 [BZ #15917]
a4966c61
AS
19833 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19834 followed by 'x' as part of digit sequence.
19835 * stdio-common/tst-sscanf.c (double_tests2): New tests.
19836
28d708c4
MAP
198372013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19838
19839 [BZ #16037]
19840 * configure.ac: allow GNU Make 4.0 and greater.
19841 * configure: Regenerated.
19842
a56ee40b
WN
198432013-10-30 Will Newton <will.newton@linaro.org>
19844
19845 [BZ #16038]
19846 * malloc/hooks.c (memalign_check): Limit alignment to the
19847 maximum representable power of two.
19848 * malloc/malloc.c (__libc_memalign): Likewise.
19849 * malloc/tst-memalign.c (do_test): Add test for very
19850 large alignment values.
19851 * malloc/tst-posix_memalign.c (do_test): Likewise.
19852
c6e4925d
OB
198532013-10-30 Ondřej Bílka <neleai@seznam.cz>
19854
19855 [BZ #11087]
19856 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19857 (munmap_chunk): Likewise.
19858 (mremap_chunk): Likewise.
19859
198602013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 19861
8a43e768 19862 [BZ #15799]
bbea82f7
OB
19863 * stdlib/div.c (div): Remove obsolete code.
19864 * stdlib/ldiv.c (ldiv): Likewise.
19865 * stdlib/lldiv.c (lldiv): Likewise.
19866
977f4b31
SP
198672013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
19868
19869 [BZ #16071]
19870 * nss/nss_files/files-XXX.c (get_contents_ret): New
19871 enumerator.
19872 (get_contents): New function.
19873 (internal_getent): Use it. Expand size of LINEBUFLEN.
19874
cb8a6dbd
MF
198752013-10-30 Mike Frysinger <vapier@gentoo.org>
19876
19877 * configure.in: Moved to ...
19878 * configure.ac: ... here. Change reference to configure.in
19879 to configure.ac.
19880 * sysdeps/arm/preconfigure.ac: ... here.
19881 configure.in to configure.ac.
19882 * sysdeps/gnu/configure.in: Moved to ...
19883 * sysdeps/gnu/configure.ac: ... here.
19884 * sysdeps/i386/configure.in: Moved to ...
19885 * sysdeps/i386/configure.ac: ... here.
19886 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19887 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19888 * sysdeps/mach/configure.in: Moved to ...
19889 * sysdeps/mach/configure.ac: ... here.
19890 * sysdeps/mach/hurd/configure.in: Moved to ...
19891 * sysdeps/mach/hurd/configure.ac: ... here.
19892 * sysdeps/powerpc/configure.in: Moved to ...
19893 * sysdeps/powerpc/configure.ac: ... here.
19894 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19895 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19896 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19897 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19898 * sysdeps/s390/s390-32/configure.in: Moved to ...
19899 * sysdeps/s390/s390-32/configure.ac: ... here.
19900 * sysdeps/s390/s390-64/configure.in: Moved to ...
19901 * sysdeps/s390/s390-64/configure.ac: ... here.
19902 * sysdeps/sh/configure.in: Moved to ...
19903 * sysdeps/sh/configure.ac: ... here.
19904 * sysdeps/sparc/configure.in: Moved to ...
19905 * sysdeps/sparc/configure.ac: ... here.
19906 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19907 * sysdeps/unix/sysv/linux/configure.ac: ... here.
19908 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19909 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19910 * sysdeps/x86_64/configure.in: Moved to ...
19911 * sysdeps/x86_64/configure.ac: ... here.
19912 * sysdeps/x86_64/preconfigure.in: Moved to ...
19913 * sysdeps/x86_64/preconfigure.ac: ... here.
19914 * aclocal.m4: Change reference to configure.in to configure.ac.
19915 * config.h.in: Likewise.
19916 * manual/install.texi: Likewise.
19917 * manual/maint.texi: Likewise.
19918 * Makefile: Likewise.
19919 * malloc/Makefile: Likewise.
19920 * nscd/Makefile: Likewise.
19921 * Makeconfig: Change reference to configure.in and
19922 preconfigure.in to configure.ac and preconfigure.ac
19923 respectively.
19924 * INSTALL: Regenerated.
19925 * configure: Likewise.
19926 * sysdeps/gnu/configure: Likewise.
19927 * sysdeps/i386/configure: Likewise.
19928 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19929 * sysdeps/mach/configure: Likewise.
19930 * sysdeps/mach/hurd/configure: Likewise.
19931 * sysdeps/powerpc/configure: Likewise.
19932 * sysdeps/powerpc/powerpc32/configure: Likewise.
19933 * sysdeps/powerpc/powerpc64/configure: Likewise.
19934 * sysdeps/s390/s390-32/configure: Likewise.
19935 * sysdeps/s390/s390-64/configure: Likewise.
19936 * sysdeps/sh/configure: Likewise.
19937 * sysdeps/sparc/configure: Likewise.
19938 * sysdeps/unix/sysv/linux/configure: Likewise.
19939 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19940 * sysdeps/x86_64/configure: Likewise.
19941 * sysdeps/x86_64/preconfigure: Likewise.
19942
36a4953a
AS
199432013-10-29 Andreas Schwab <schwab@suse.de>
19944
19945 * stdio-common/Makefile (tst-swscanf-ENV): Define.
19946
c79a1204
SP
199472013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19948
dfa1b402
SP
19949 * benchtests/pow-inputs: Add new inputs.
19950
54f73d9c
SP
19951 * benchtests/exp-inputs: Add new inputs.
19952
c79a1204
SP
19953 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19954 conditional check for return value.
19955 (__cos32): Likewise.
19956
67beb545 199572013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
19958
19959 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19960 to provide a boost for large inputs with word alignment.
19961 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19962 implementation based on optimized PPC64 strcpy.
19963 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19964 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19965 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19966 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19967
151659f6
OB
199682013-10-25 Ondřej Bílka <neleai@seznam.cz>
19969
482a077e 19970 [BZ #2801]
151659f6
OB
19971 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19972
10b0f26b
OB
199732013-10-25 Ondřej Bílka <neleai@seznam.cz>
19974
19975 [BZ #14876]
19976 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19977 * time/tst-strptime.c (day_tests): Add testcase.
19978
ca42d35e
OB
199792013-10-25 Ondřej Bílka <neleai@seznam.cz>
19980
482a077e 19981 [BZ #14029]
ca42d35e
OB
19982 * manual/pattern.texi: Acknowledge that fnmatch can fail.
19983
52e6d801
FB
199842013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
19985
19986 [BZ #16074]
19987 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19988 MAP_FAILED on error.
19989
7cbcdb36
SP
199902013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19991
19992 [BZ #16072]
19993 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19994 heap for large requests.
19995
894f3f10
AM
199962013-10-25 Aurelien Jarno <aurelien@aurel32.net>
19997
19998 [BZ #9954]
19999 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20000 result if the result has no associated interface.
20001 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20002 interface for all 127.X.Y.Z addresses.
20003
b85545a6
CL
200042013-10-24 Chris Leonard <cjl@sugarlabs.org>
20005
20006 * locale/iso-639.def: Add Ligurian (lij)
20007
d1f23d46
OB
200082013-10-21 Ondřej Bílka <neleai@seznam.cz>
20009
20010 [BZ #15825]
20011 * sunrpc/rpc_main.c: Document rpcgen -5.
20012
4db5b08f
MS
200132013-10-19 Michael Stahl <mstahl@redhat.com>
20014
20015 * elf/rtld.c (do_preload): Print the reason why preloading failed.
20016
a471e96a
OB
200172013-10-19 Ondřej Bílka <neleai@seznam.cz>
20018
d1f23d46 20019 [BZ #10278]
a471e96a
OB
20020 * posix/glob.c: Match only directories when trailing slash is present.
20021 * posix/tst-gnuglob.c (my_opendir): Do not open files.
20022 (main): Add testcase.
20023
45c30c61
OB
200242013-10-19 Ondřej Bílka <neleai@seznam.cz>
20025
20026 [BZ #15670]
20027 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20028
484c12fb
CD
200292013-10-18 Carlos O'Donell <carlos@redhat.com>
20030
3d7dc513
CD
20031 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20032 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20033 AUTH_DES and cindex for FIPS 140-2.
20034 (DES Encryption): Add cindex FIPS 46-3.
20035
484c12fb
CD
20036 * locale/locarchive.h (struct locarhandle): Add fname.
20037 * locale/programs/localedef.c (main): Pass ARGV[remaining]
20038 if an optional argument was specified to --list-archive,
20039 otherwise NULL.
20040 * locale/programs/locarchive.c (show_archive_content): Take new
20041 argument fname and pass it via ah.fname to open_archive.
20042 * locale/programs/localedef.h: Update decl.
20043 (open_archive): If AH->fname is non-null, open that file
20044 rather than the default file name, and don't ignore ENOENT.
20045 (create_archive): Set AH.fname to NULL.
20046 (delete_locales_from_archive): Likewise.
20047 (add_locales_to_archive): Likewise.
20048 * locale/programs/locfile.c (write_all_categories): Likewise.
20049
3c8325fb
JM
200502013-10-18 Joseph Myers <joseph@codesourcery.com>
20051 Aldy Hernandez <aldyh@redhat.com>
20052
20053 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20054 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20055 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20056 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20057 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20058 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20059 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20060 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20061 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20062 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20063 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20064 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20065 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20066 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20067 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20068 Likewise.
20069 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20070 Likewise.
20071 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20072 Likewise.
20073 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20074 Likewise.
20075 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20076 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20077 Likewise.
20078 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20079 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20080 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20081 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20082 Likewise.
20083 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20084 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20085 * sysdeps/powerpc/preconfigure: Likewise.
20086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20087 Likewise.
20088 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20089 Replace contents of file by #include of <fenv_libc.h>.
20090 * sysdeps/powerpc/soft-fp/sfp-machine.h
20091 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20092 and <sys/prctl.h>.
20093 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20094 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20095 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20096 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20097 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20098 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20099 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20100 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20101 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20102 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20103 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20104 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20106 Allow copysignl PLT reference to be missing.
20107
5abe0682
RS
201082013-10-18 Richard Sandiford <richard@codesourcery.com>
20109 Joseph Myers <joseph@codesourcery.com
20110
20111 [BZ #15948]
20112 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20113 single character.
20114 (add_to_tablewc): Assert sequence of wide characters is nonempty.
20115
c7738d08
SP
201162013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
20117
20118 * elf/tst-tls-dlinfo.c: Don't include tls.h.
20119 * elf/tst-tls1.c: Likewise.
20120 * elf/tst-tls10.h: Likewise.
20121 * elf/tst-tls14.c: Likewise.
20122 * elf/tst-tls2.c: Likewise.
20123 * elf/tst-tls3.c: Likewise.
20124 * elf/tst-tls4.c: Likewise.
20125 * elf/tst-tls5.c: Likewise.
20126 * elf/tst-tls6.c: Likewise.
20127 * elf/tst-tls7.c: Likewise.
20128 * elf/tst-tls8.c: Likewise.
20129 * elf/tst-tls9.c: Likewise.
20130 * elf/tst-tlsmod1.c: Likewise.
20131 * elf/tst-tlsmod13.c: Likewise.
20132 * elf/tst-tlsmod13a.c: Likewise.
20133 * elf/tst-tlsmod14a.c: Likewise.
20134 * elf/tst-tlsmod16a.c: Likewise.
20135 * elf/tst-tlsmod16b.c: Likewise.
20136 * elf/tst-tlsmod2.c: Likewise.
20137 * elf/tst-tlsmod3.c: Likewise.
20138 * elf/tst-tlsmod4.c: Likewise.
20139 * elf/tst-tlsmod5.c: Likewise.
20140 * elf/tst-tlsmod6.c: Likewise.
20141
0bfcf2c7
OB
201422013-10-18 Ondřej Bílka <neleai@seznam.cz>
20143
20144 [BZ #12486]
20145 * malloc/malloc.c: remove checks for statistics.
20146
264aad1e
OB
201472013-10-17 Ondřej Bílka <neleai@seznam.cz>
20148
20149 [BZ #15277]
20150 * inet/inet_net.c (inet_network): Detect additional invalid strings.
20151 * inet/tst-network.c: Add testcase.
20152
b957ced8
AS
201532013-10-17 Andreas Schwab <schwab@suse.de>
20154
20155 [BZ #15218]
20156 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20157 to determine canonical name.
20158
c5d5d574
OB
201592013-10-17 Ondřej Bílka <neleai@seznam.cz>
20160
20161 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20162 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20163 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20164 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20165 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20166 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20167 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20168 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20169 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20170 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20171 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20172 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20173 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20174 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20175 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20176 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20177 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20178 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20179 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20180 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20181 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20182 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20183 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20184 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20185 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20186 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20187 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20188 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20189 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20190 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20191 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20192 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20193 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20194 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20195 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20196 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20197 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20198 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20199 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20200 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20201 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20202 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20203 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20204 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20205 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20206 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20207 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20208 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20209 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20210 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20211 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20212 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20213 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20214 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20215 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20216 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20217 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20218 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20219
e5c2c2d0
JM
202202013-10-17 Joseph Myers <joseph@codesourcery.com>
20221
20222 [BZ #16041]
20223 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20224 make result into a quiet NaN.
20225
51ca9e29
JM
202262013-10-16 Joseph Myers <joseph@codesourcery.com>
20227
20228 * soft-fp/adddf3.c: Fix horizontal whitespace.
20229 * soft-fp/addsf3.c: Likewise.
20230 * soft-fp/addtf3.c: Likewise.
20231 * soft-fp/divdf3.c: Likewise.
20232 * soft-fp/divsf3.c: Likewise.
20233 * soft-fp/divtf3.c: Likewise.
20234 * soft-fp/double.h: Likewise.
20235 * soft-fp/eqdf2.c: Likewise.
20236 * soft-fp/eqsf2.c: Likewise.
20237 * soft-fp/eqtf2.c: Likewise.
20238 * soft-fp/extenddftf2.c: Likewise.
20239 * soft-fp/extended.h: Likewise.
20240 * soft-fp/extendsfdf2.c: Likewise.
20241 * soft-fp/extendsftf2.c: Likewise.
20242 * soft-fp/extendxftf2.c: Likewise.
20243 * soft-fp/fixdfdi.c: Likewise.
20244 * soft-fp/fixdfsi.c: Likewise.
20245 * soft-fp/fixdfti.c: Likewise.
20246 * soft-fp/fixsfdi.c: Likewise.
20247 * soft-fp/fixsfsi.c: Likewise.
20248 * soft-fp/fixsfti.c: Likewise.
20249 * soft-fp/fixtfdi.c: Likewise.
20250 * soft-fp/fixtfsi.c: Likewise.
20251 * soft-fp/fixtfti.c: Likewise.
20252 * soft-fp/fixunsdfdi.c: Likewise.
20253 * soft-fp/fixunsdfsi.c: Likewise.
20254 * soft-fp/fixunsdfti.c: Likewise.
20255 * soft-fp/fixunssfdi.c: Likewise.
20256 * soft-fp/fixunssfsi.c: Likewise.
20257 * soft-fp/fixunssfti.c: Likewise.
20258 * soft-fp/fixunstfdi.c: Likewise.
20259 * soft-fp/fixunstfsi.c: Likewise.
20260 * soft-fp/fixunstfti.c: Likewise.
20261 * soft-fp/floatdidf.c: Likewise.
20262 * soft-fp/floatdisf.c: Likewise.
20263 * soft-fp/floatditf.c: Likewise.
20264 * soft-fp/floatsidf.c: Likewise.
20265 * soft-fp/floatsisf.c: Likewise.
20266 * soft-fp/floatsitf.c: Likewise.
20267 * soft-fp/floattidf.c: Likewise.
20268 * soft-fp/floattisf.c: Likewise.
20269 * soft-fp/floattitf.c: Likewise.
20270 * soft-fp/floatundidf.c: Likewise.
20271 * soft-fp/floatundisf.c: Likewise.
20272 * soft-fp/floatunditf.c: Likewise.
20273 * soft-fp/floatunsidf.c: Likewise.
20274 * soft-fp/floatunsisf.c: Likewise.
20275 * soft-fp/floatunsitf.c: Likewise.
20276 * soft-fp/floatuntidf.c: Likewise.
20277 * soft-fp/floatuntisf.c: Likewise.
20278 * soft-fp/floatuntitf.c: Likewise.
20279 * soft-fp/fmadf4.c: Likewise.
20280 * soft-fp/fmasf4.c: Likewise.
20281 * soft-fp/fmatf4.c: Likewise.
20282 * soft-fp/gedf2.c: Likewise.
20283 * soft-fp/gesf2.c: Likewise.
20284 * soft-fp/getf2.c: Likewise.
20285 * soft-fp/ledf2.c: Likewise.
20286 * soft-fp/lesf2.c: Likewise.
20287 * soft-fp/letf2.c: Likewise.
20288 * soft-fp/muldf3.c: Likewise.
20289 * soft-fp/mulsf3.c: Likewise.
20290 * soft-fp/multf3.c: Likewise.
20291 * soft-fp/negdf2.c: Likewise.
20292 * soft-fp/negsf2.c: Likewise.
20293 * soft-fp/negtf2.c: Likewise.
20294 * soft-fp/op-1.h: Likewise.
20295 * soft-fp/op-2.h: Likewise.
20296 * soft-fp/op-4.h: Likewise.
20297 * soft-fp/op-8.h: Likewise.
20298 * soft-fp/op-common.h: Likewise.
20299 * soft-fp/quad.h: Likewise.
20300 * soft-fp/single.h: Likewise.
20301 * soft-fp/soft-fp.h: Likewise.
20302 * soft-fp/sqrtdf2.c: Likewise.
20303 * soft-fp/sqrtsf2.c: Likewise.
20304 * soft-fp/sqrttf2.c: Likewise.
20305 * soft-fp/subdf3.c: Likewise.
20306 * soft-fp/subsf3.c: Likewise.
20307 * soft-fp/subtf3.c: Likewise.
20308 * soft-fp/truncdfsf2.c: Likewise.
20309 * soft-fp/trunctfdf2.c: Likewise.
20310 * soft-fp/trunctfsf2.c: Likewise.
20311 * soft-fp/trunctfxf2.c: Likewise.
20312 * soft-fp/unorddf2.c: Likewise.
20313 * soft-fp/unordsf2.c: Likewise.
20314 * soft-fp/unordtf2.c: Likewise.
20315
9ebb0332
JM
203162013-10-15 Joseph Myers <joseph@codesourcery.com>
20317
20318 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20319 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20320
4b1a6d8b
OB
203212013-10-15 Ondřej Bílka <neleai@seznam.cz>
20322
20323 * elf/dl-libc.c: Clear initfini list after freeing.
20324
1e145589
JM
203252013-10-14 Joseph Myers <joseph@codesourcery.com>
20326
20327 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20328 * soft-fp/addsf3.c: Likewise.
20329 * soft-fp/addtf3.c: Likewise.
20330 * soft-fp/divdf3.c: Likewise.
20331 * soft-fp/divsf3.c: Likewise.
20332 * soft-fp/divtf3.c: Likewise.
20333 * soft-fp/double.h: Likewise.
20334 * soft-fp/eqdf2.c: Likewise.
20335 * soft-fp/eqsf2.c: Likewise.
20336 * soft-fp/eqtf2.c: Likewise.
20337 * soft-fp/extenddftf2.c: Likewise.
20338 * soft-fp/extended.h: Likewise.
20339 * soft-fp/extendsfdf2.c: Likewise.
20340 * soft-fp/extendsftf2.c: Likewise.
20341 * soft-fp/extendxftf2.c: Likewise.
20342 * soft-fp/fixdfdi.c: Likewise.
20343 * soft-fp/fixdfsi.c: Likewise.
20344 * soft-fp/fixdfti.c: Likewise.
20345 * soft-fp/fixsfdi.c: Likewise.
20346 * soft-fp/fixsfsi.c: Likewise.
20347 * soft-fp/fixsfti.c: Likewise.
20348 * soft-fp/fixtfdi.c: Likewise.
20349 * soft-fp/fixtfsi.c: Likewise.
20350 * soft-fp/fixtfti.c: Likewise.
20351 * soft-fp/fixunsdfdi.c: Likewise.
20352 * soft-fp/fixunsdfsi.c: Likewise.
20353 * soft-fp/fixunsdfti.c: Likewise.
20354 * soft-fp/fixunssfdi.c: Likewise.
20355 * soft-fp/fixunssfsi.c: Likewise.
20356 * soft-fp/fixunssfti.c: Likewise.
20357 * soft-fp/fixunstfdi.c: Likewise.
20358 * soft-fp/fixunstfsi.c: Likewise.
20359 * soft-fp/fixunstfti.c: Likewise.
20360 * soft-fp/floatdidf.c: Likewise.
20361 * soft-fp/floatdisf.c: Likewise.
20362 * soft-fp/floatditf.c: Likewise.
20363 * soft-fp/floatsidf.c: Likewise.
20364 * soft-fp/floatsisf.c: Likewise.
20365 * soft-fp/floatsitf.c: Likewise.
20366 * soft-fp/floattidf.c: Likewise.
20367 * soft-fp/floattisf.c: Likewise.
20368 * soft-fp/floattitf.c: Likewise.
20369 * soft-fp/floatundidf.c: Likewise.
20370 * soft-fp/floatundisf.c: Likewise.
20371 * soft-fp/floatunsidf.c: Likewise.
20372 * soft-fp/floatunsisf.c: Likewise.
20373 * soft-fp/floatuntidf.c: Likewise.
20374 * soft-fp/floatuntisf.c: Likewise.
20375 * soft-fp/floatuntitf.c: Likewise.
20376 * soft-fp/fmadf4.c: Likewise.
20377 * soft-fp/fmasf4.c: Likewise.
20378 * soft-fp/fmatf4.c: Likewise.
20379 * soft-fp/gedf2.c: Likewise.
20380 * soft-fp/gesf2.c: Likewise.
20381 * soft-fp/getf2.c: Likewise.
20382 * soft-fp/ledf2.c: Likewise.
20383 * soft-fp/lesf2.c: Likewise.
20384 * soft-fp/letf2.c: Likewise.
20385 * soft-fp/muldf3.c: Likewise.
20386 * soft-fp/mulsf3.c: Likewise.
20387 * soft-fp/multf3.c: Likewise.
20388 * soft-fp/negdf2.c: Likewise.
20389 * soft-fp/negsf2.c: Likewise.
20390 * soft-fp/negtf2.c: Likewise.
20391 * soft-fp/op-1.h: Likewise.
20392 * soft-fp/op-2.h: Likewise.
20393 * soft-fp/op-4.h: Likewise.
20394 * soft-fp/op-8.h: Likewise.
20395 * soft-fp/op-common.h: Likewise.
20396 * soft-fp/quad.h: Likewise.
20397 * soft-fp/single.h: Likewise.
20398 * soft-fp/soft-fp.h: Likewise.
20399 * soft-fp/sqrtdf2.c: Likewise.
20400 * soft-fp/sqrtsf2.c: Likewise.
20401 * soft-fp/sqrttf2.c: Likewise.
20402 * soft-fp/subdf3.c: Likewise.
20403 * soft-fp/subsf3.c: Likewise.
20404 * soft-fp/subtf3.c: Likewise.
20405 * soft-fp/truncdfsf2.c: Likewise.
20406 * soft-fp/trunctfdf2.c: Likewise.
20407 * soft-fp/trunctfsf2.c: Likewise.
20408 * soft-fp/trunctfxf2.c: Likewise.
20409 * soft-fp/unorddf2.c: Likewise.
20410 * soft-fp/unordsf2.c: Likewise.
20411 * soft-fp/unordtf2.c: Likewise.
20412
17c48a60
OB
204132013-10-14 Ondřej Bílka <neleai@seznam.cz>
20414
20415 [BZ #15672]
20416 * misc/error.c (error_tail): Fix possible buffer overflow.
20417
cabba934
OB
204182013-10-14 Aurelien Jarno <aurelien@aurel32.net>
20419
20420 [BZ #13028]
20421 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20422 address.
20423
94bf958a
PM
204242013-10-14 P. J. McDermott <pj@pehjota.net>
20425
20426 [BZ #832]
20427 * elf/ldd.bash.in (try_trace): New function. Delete previous code
20428 testing pipefail option.
20429
71b4dea7
JM
204302013-10-12 Joseph Myers <joseph@codesourcery.com>
20431
20432 * soft-fp/double.h: Indent preprocessor directives inside #if.
20433 * soft-fp/extended.h: Likewise.
20434 * soft-fp/op-2.h: Likewise.
20435 * soft-fp/op-4.h: Likewise.
20436 * soft-fp/op-common.h: Likewise.
20437 * soft-fp/quad.h: Likewise.
20438 * soft-fp/single.h: Likewise.
20439 * soft-fp/soft-fp.h: Likewise.
20440
55602758
YC
204412013-10-12 Yuri Chornoivan <yurchor@ukr.net>
20442
20443 * iconv/iconv_prog.c: Fix typos.
20444 * stdio-common/psiginfo-data.h: Likewise.
20445
9cd83302
RT
204462013-10-12 Reuben Thomas <rrt@sc3d.org>
20447
20448 [BZ #15764]
20449 * locale/setlocale.c: Fix typo.
20450
99fd9f47
JM
204512013-10-12 Joseph Myers <joseph@codesourcery.com>
20452
b7ea74f0
JM
20453 [BZ #16036]
20454 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20455 signaling NaN arguments.
20456 * soft-fp/unordsf2.c (__unordsf2): Likewise.
20457 * soft-fp/unordtf2.c (__unordtf2): Likewise.
20458
8a509447
JM
20459 [BZ #14910]
20460 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20461 unordered operands.
20462 * soft-fp/gesf2.c (__gesf2): Likewise.
20463 * soft-fp/getf2.c (__getf2): Likewise.
20464 * soft-fp/ledf2.c (__ledf2): Likewise.
20465 * soft-fp/lesf2.c (__lesf2): Likewise.
20466 * soft-fp/letf2.c (__letf2): Likewise.
20467
98998e9f
JM
20468 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20469 * soft-fp/eqsf2.c (__eqsf2): Likewise.
20470 * soft-fp/eqtf2.c (__eqtf2): Likewise.
20471 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20472 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20473 * soft-fp/fixdfti.c (__fixdfti): Likewise.
20474 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20475 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20476 * soft-fp/fixsfti.c (__fixsfti): Likewise.
20477 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20478 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20479 * soft-fp/fixtfti.c (__fixtfti): Likewise.
20480 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20481 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20482 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20483 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20484 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20485 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20486 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20487 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20488 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20489 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20490 * soft-fp/floatdisf.c (__floatdisf): Likewise.
20491 * soft-fp/floatsisf.c (__floatsisf): Likewise.
20492 * soft-fp/floattidf.c (__floattidf): Likewise.
20493 * soft-fp/floattisf.c (__floattisf): Likewise.
20494 * soft-fp/floattitf.c (__floattitf): Likewise.
20495 * soft-fp/floatundidf.c (__floatundidf): Likewise.
20496 * soft-fp/floatundisf.c (__floatundisf): Likewise.
20497 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20498 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20499 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20500 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20501 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20502 * soft-fp/gesf2.c (__gesf2): Likewise.
20503 * soft-fp/getf2.c (__getf2): Likewise.
20504 * soft-fp/ledf2.c (__ledf2): Likewise.
20505 * soft-fp/lesf2.c (__lesf2): Likewise.
20506 * soft-fp/letf2.c (__letf2): Likewise.
20507
8edc4a11
JM
20508 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20509 Undefine and redefine.
20510 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20511 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20512 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20513 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20514 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20515 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20516 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20517 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20518 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20519 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20520 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20521 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20522 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20523 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20524 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20525
8399acaf
JM
20526 [BZ #16032]
20527 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20528 without decrementing exponent if mantissa >= that for the
20529 denominator, not >.
20530 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20531 denominator, not >. Decrement exponent in < case instead of
20532 incrementing in >= case.
20533 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20534 without decrementing exponent if mantissa >= that for the
20535 denominator, not >.
20536
99fd9f47
JM
20537 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20538 computing saturated result for unsigned overflow.
20539
10e1cf6b
SP
205402013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20541 Jeff Law <law@redhat.com>
20542
20543 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20544 (atan2Mp): Add systemtap probe marker.
20545 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20546 (__ieee754_log): Add systemtap probe marker.
20547 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20548 (atanMp): Add systemtap probe marker.
20549 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20550 (tanMp): Add systemtap probe marker.
20551 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20552 (__slowexp): Add systemtap probe marker.
20553 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20554 (__slowpow): Add systemtap probe marker.
20555 * manual/probes.texi: Document probes.
20556
3d110c7c
EB
205572013-10-11 Eric Biggers <ebiggers3@gmail.com>
20558
20559 [BZ #15362]
20560 * libio/fileops.c (_IO_new_file_write): Return count of bytes
20561 written.
20562 (_IO_new_file_xsputn): Don't return EOF if nothing has been
20563 written.
20564 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20565 written to buffer but not flushed.
20566 * libio/iofwrite_u.c: Likewise.
20567 * libio/iopadn.c: Return bytes returned even if EOF was
20568 encountered.
20569 * libio/iowpadn.c: Likewise.
20570 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20571 if _IO_padn does not write the whole buffer.
20572 [!COMPILE_WPRINTF] (PAD): Likewise.
20573
75b4202a
DM
205742013-10-10 David S. Miller <davem@davemloft.net>
20575
20576 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20577 directory block.
20578
6c6352e6
JM
205792013-10-10 Joseph Myers <joseph@codesourcery.com>
20580
33b853c3
JM
20581 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
20582 instead of FSF address.
20583 * soft-fp/fixdfti.c: Likewise.
20584 * soft-fp/fixsfti.c: Likewise.
20585 * soft-fp/fixtfti.c: Likewise.
20586 * soft-fp/fixunsdfti.c: Likewise.
20587 * soft-fp/fixunssfti.c: Likewise.
20588 * soft-fp/fixunstfti.c: Likewise.
20589 * soft-fp/floattidf.c: Likewise.
20590 * soft-fp/floattisf.c: Likewise.
20591 * soft-fp/floattitf.c: Likewise.
20592 * soft-fp/floatuntidf.c: Likewise.
20593 * soft-fp/floatuntisf.c: Likewise.
20594 * soft-fp/floatuntitf.c: Likewise.
20595 * soft-fp/trunctfxf2.c: Likewise.
20596
6c6352e6
JM
20597 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
20598 * soft-fp/fixdfti.c: Likewise.
20599 * soft-fp/fixsfti.c: Likewise.
20600 * soft-fp/fixtfti.c: Likewise.
20601 * soft-fp/fixunsdfti.c: Likewise.
20602 * soft-fp/fixunssfti.c: Likewise.
20603 * soft-fp/fixunstfti.c: Likewise.
20604 * soft-fp/floattidf.c: Likewise.
20605 * soft-fp/floattisf.c: Likewise.
20606 * soft-fp/floattitf.c: Likewise.
20607 * soft-fp/floatuntidf.c: Likewise.
20608 * soft-fp/floatuntisf.c: Likewise.
20609 * soft-fp/floatuntitf.c: Likewise.
20610 * soft-fp/trunctfxf2.c: Likewise.
20611
3bf78b71
DM
206122013-10-10 David S. Miller <davem@davemloft.net>
20613
20614 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20615
6f10289e
JM
206162013-10-10 Joseph Myers <joseph@codsourcery.com>
20617
bd878fc0
JM
20618 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20619 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20620 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20621 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20622 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20623 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20624 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20625
6f10289e
JM
20626 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20627 for NaNs before doing comparisons on argument.
20628 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20629 Likewise.
20630
321e2684
WN
206312013-10-10 Will Newton <will.newton@linaro.org>
20632
20633 * malloc/hooks.c (memalign_check): Ensure the value of bytes
20634 passed to _int_memalign does not overflow.
20635
40fefba1
TR
206362013-10-10 Torvald Riegel <triegel@redhat.com>
20637
20638 * scripts/bench.pl: Add include-sources directive.
20639 * benchtests/README: Update documentation.
20640
2ae21ed2
JM
206412013-10-10 Joseph Myers <joseph@codesourcery.com>
20642
dcc2dd3f
JM
20643 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20644 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20645 instead of FP_INIT_ROUNDMODE.
20646 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20647 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20648
2ae21ed2
JM
20649 [BZ #16034]
20650 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
20651 copy class of input value.
20652 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
20653 not handle exceptions.
20654 * soft-fp/negsf2.c (__negsf2): Likewise.
20655 * soft-fp/negtf2.c (__negtf2): Likewise.
20656 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20657
cb8f9562
JM
206582013-10-09 Joseph Myers <joseph@codesourcery.com>
20659
20660 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20661 semicolon. From Linux kernel.
20662
5b60c59d
AB
206632013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
20664
20665 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20666
b86835ca
YC
206672013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
20668
20669 [BZ #156]
20670 * manual/socket.texi: Added statement about buffer
20671 for gethostbyname2_r.
20672
e7044ea7
OB
206732013-10-08 Ondřej Bílka <neleai@seznam.cz>
20674
20675 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20676 Use .p2align directive instead, throughout.
20677 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20678 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20679 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20680 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20681 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20682 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20683 * sysdeps/x86_64/strchr.S: Likewise.
20684 * sysdeps/x86_64/strrchr.S: Likewise.
20685
09544cbc
SP
206862013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
20687
88576635
SP
20688 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20689
e7b2d1dd
SP
20690 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20691
09544cbc
SP
20692 * sysdeps/generic/math_private.h (__mpsin1): Remove
20693 declaration.
20694 (__mpcos1): Likewise.
20695 (__mpsin): New argument __range_reduce.
20696 (__mpcos): Likewise.
20697 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20698 (slow): Use __mpsin and __mpcos.
20699 (slow1): Likewise.
20700 (slow2): Likewise.
20701 (sloww): Likewise.
20702 (sloww1): Likewise.
20703 (sloww2): Likewise.
20704 (bsloww): Likewise.
20705 (bsloww1): Likewise.
20706 (bsloww2): Likewise.
20707 (cslow2): Likewise.
20708 (csloww): Likewise.
20709 (csloww1): Likewise.
20710 (csloww2): Likewise.
20711 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20712 range_reduce. Merge in __mpsin1.
20713 (__mpcos): Likewise.
20714 (__mpsin1): Remove.
20715 (__mpcos1): Likewise.
20716
7602d070
JM
207172013-10-07 Joseph Myers <joseph@codesourcery.com>
20718
20719 * locale/loadlocale.c (_nl_intern_locale_data): Use
20720 LOCFILE_ALIGNED_P.
20721 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20722 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20723 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20724 obstack data is appropriately aligned.
20725 (obstack_int32_grow_fast): Likewise.
20726 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20727 * locale/programs/locfile.c (add_locale_uint32): Likewise.
20728 (add_locale_uint32_array): Likewise.
20729
a357259b
SP
207302013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
20731
20732 * benchtests/Makefile: Remove ARGLIST and RET variables.
20733 ($(objpfx)bench-%.c): Pass only function name to the script.
20734 * benchtests/README: Update documentation.
20735 * benchtests/acos-inputs: Add new directives.
20736 * benchtests/acosh-inputs: Likewise.
20737 * benchtests/asin-inputs: Likewise.
20738 * benchtests/asinh-inputs: Likewise.
20739 * benchtests/atan-inputs: Likewise.
20740 * benchtests/atanh-inputs: Likewise.
20741 * benchtests/cos-inputs: Likewise.
20742 * benchtests/cosh-inputs: Likewise.
20743 * benchtests/exp-inputs: Likewise.
20744 * benchtests/log-inputs: Likewise.
20745 * benchtests/pow-inputs: Likewise.
20746 * benchtests/rint-inputs: Likewise.
20747 * benchtests/sin-inputs: Likewise.
20748 * benchtests/sinh-inputs: Likewise.
20749 * benchtests/tan-inputs: Likewise.
20750 * benchtests/tanh-inputs: Likewise.
20751 * scripts/bench.pl: Add support for new directives.
20752
9ec1b13d
AM
207532013-10-07 Alan Modra <amodra@gmail.com>
20754
20755 * README: Fix careless merge.
20756
8b7d57cd
AM
207572013-10-05 Alan Modra <amodra@gmail.com>
20758
20759 * NEWS: Mention powerpc64le support and bugs fixed.
20760 * README: Both big-endian and little-endian powerpc64 supported.
20761
7b7bab13
ST
207622013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
20763
57f41c40
AS
20764 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20765 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
20766 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20767 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20768
d39baad1
RA
207692013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
20770
20771 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20772 match prototype.
20773
cd78f7e7
JM
207742013-10-04 Joseph Myers <joseph@codesourcery.com>
20775
29d73d86
JM
20776 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20777 Move -mhard-float appending from
20778 ports/sysdeps/powerpc/powerpc32/Makefile.
20779 [$(with-fp) = yes] (ASFLAGS): Likewise.
20780 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20781 * sysdeps/powerpc/nofpu: Move directory from
20782 ports/sysdeps/powerpc/nofpu.
20783 * sysdeps/powerpc/soft-fp: Move directory from
20784 ports/sysdeps/powerpc/soft-fp.
20785 * sysdeps/powerpc/powerpc32/405: Move directory from
20786 ports/sysdeps/powerpc/powerpc32/405.
20787 * sysdeps/powerpc/powerpc32/440: Move directory from
20788 ports/sysdeps/powerpc/powerpc32/440.
20789 * sysdeps/powerpc/powerpc32/464: Move directory from
20790 ports/sysdeps/powerpc/powerpc32/464.
20791 * sysdeps/powerpc/powerpc32/476: Move directory from
20792 ports/sysdeps/powerpc/powerpc32/476.
20793 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20794 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20796 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20798 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20800 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20802 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20803 * README: Update for powerpc-*-linux-gnu software floating point
20804 support in libc.
20805
e246b347
JM
20806 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20807 case to powerpc/powerpc32*.
20808 * sysdeps/unix/sysv/linux/configure: Regenerated.
20809
89c2003e
JM
20810 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20811 (_FPU_MASK_OM): Define as 0x04.
20812 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20813 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20814 0x00c10080.
20815 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20816 0x0000003c.
20817 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20818
cd78f7e7
JM
20819 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20820 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20821 getcontext_e500.
20822 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20823 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20824 setcontext_e500.
20825 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20826 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20827 and setcontext_e500.
20828
c755294d
CL
208292013-10-04 Chris Leonard <cjl@sugarlabs,.org>
20830
20831 * locale/iso-3166.def: Update iso-1366.def and related occurrences
20832
e16d221c
SP
208332013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20834
20835 * manual/threads.texi (Default Thread Attributes): Fix typo.
20836
215c7d43
WN
208372013-10-04 Will Newton <will.newton@linaro.org>
20838
20839 * malloc/Makefile: Add tst-memalign.
20840 * malloc/tst-memalign.c: New file.
20841
27d0461b
WN
20842 * malloc/tst-posix_memalign.c: Add comments.
20843 (do_test): Add comments and call free on all potentially
20844 allocated pointers. Add space after cast.
20845
1bc92709
WN
20846 * malloc/tst-pvalloc.c: Add comments.
20847 (do_test): Add comments and call free on all potentially
20848 allocated pointers. Remove duplicate check for NULL pointer.
20849 Add space after cast.
20850
66a9be9d
WN
20851 * malloc/tst-valloc.c: Add comments.
20852 (do_test): Add comments and call free on all potentially
20853 allocated pointers. Remove duplicate check for NULL pointer.
20854 Add space after cast.
20855
4cb81307
AM
208562013-10-04 Alan Modra <amodra@gmail.com>
20857
20858 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20859 Use stdint types in rather than __attribute__((mode())).
20860 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20861
f8e3e9f3
AM
208622013-10-04 Alan Modra <amodra@gmail.com>
20863
20864 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20865 Correct handling of unaligned relocs for little-endian.
20866 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20867
8f9ebb08
AM
208682013-10-04 Alan Modra <amodra@gmail.com>
20869
20870 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20871 * configure: Regenerate.
20872 * nptl/shlib-versions: Powerpc*le starts at 2.18.
20873 * shlib-versions: Likewise.
20874
0edf96c2
AM
208752013-10-04 Alan Modra <amodra@gmail.com>
20876
20877 * string/tester.c (test_memrchr): Increment reported test cycle.
20878
e0f7a380
AM
208792013-10-04 Alan Modra <amodra@gmail.com>
20880
20881 * string/test-memcpy.c (do_one_test): When reporting errors, print
20882 string address and don't overrun end of string.
20883
466b0393
AM
208842013-10-04 Alan Modra <amodra@gmail.com>
20885
20886 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20887 insrdi. Make better use of reg selection to speed exit slightly.
20888 Schedule entry path a little better. Remove useless "are we done"
20889 checks on entry to main loop. Handle wrapping around zero address.
20890 Correct main loop count. Handle single left-over word from main
20891 loop inline rather than by using loop_small. Remove extra word
20892 case in loop_small caused by wrong loop count. Add little-endian
20893 support.
20894 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20895 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
20896 cache hint.
20897 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20898 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20899 support. Avoid rlwimi.
20900 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20901
3be87c77
AM
209022013-10-04 Alan Modra <amodra@gmail.com>
20903
20904 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 20905 insrdi. Formatting.
3be87c77
AM
20906 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20907 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20908 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20909 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20910 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20911 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20912
759cfef3
AM
209132013-10-04 Alan Modra <amodra@gmail.com>
20914
20915 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20916 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20917 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20918 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20919 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20920 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20921 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20922 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20923 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
20924 use of regs. Use power7 mtocrf. Tidy function tails.
20925
fe6e95d7
AM
209262013-10-04 Alan Modra <amodra@gmail.com>
20927
20928 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20929 Formatting. Consistently use rXXX register defines or rN defines.
20930 Use early exit labels that avoid restoring unused non-volatile regs.
20931 Make cr field use more consistent with rWORDn compares. Rename
20932 regs used as shift registers for unaligned loop, using rN defines
20933 for short lifetime/multiple use regs.
20934 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20935 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
20936 addi 1,1,64 to pop stack frame. Simplify return value code.
20937 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20938
664318c3
AM
209392013-10-04 Alan Modra <amodra@gmail.com>
20940
20941 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20942 support. Correct typos, formatting. Optimize tail. Use insrdi
20943 rather than rlwimi.
20944 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20945 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20946 little-endian support. Correct typos.
20947 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
20948 rather than rlwimi.
20949 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
20950 in loop and entry code to keep "and." results.
20951 (strchr): Add little-endian support. Comment. Move cntlzd
20952 earlier in tail.
20953 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20954
43b84013
AM
209552013-10-04 Alan Modra <amodra@gmail.com>
20956
20957 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20958 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20959 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20960 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20961
8a7413f9
AM
209622013-10-04 Alan Modra <amodra@gmail.com>
20963
20964 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20965 (rTMP): Define as r11.
20966 (strcmp): Add little-endian support. Optimise tail.
20967 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20968 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20969 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20970 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20971 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20972 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20973 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20974
33ee81de
AM
209752013-10-04 Alan Modra <amodra@gmail.com>
20976
20977 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20978 little-endian support. Remove unnecessary "are we done" tests.
20979 Handle "s" wrapping around zero and extremely large "size".
20980 Correct main loop count. Handle single left-over word from main
20981 loop inline rather than by using small_loop. Correct comments.
20982 Delete "zero" tail, use "end_max" instead.
20983 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20984
db9b4570
AM
209852013-10-04 Alan Modra <amodra@gmail.com>
20986
20987 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20988 support. Don't branch over align.
20989 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20990 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20991 support. Rearrange tmp reg use to suit. Comment.
20992 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20993
f7c399cf
AM
209942013-10-04 Alan Modra <amodra@gmail.com>
20995
20996 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20997
0b2c2ace
AM
209982013-10-04 Alan Modra <amodra@gmail.com>
20999
21000 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21001 conditional form of branch and link when obtaining pc.
21002 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21003
02f04a6c
AM
210042013-10-04 Alan Modra <amodra@gmail.com>
21005
21006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21007 HIWORD/LOWORD.
21008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21009 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21010
9b874b2f
AM
210112013-10-04 Alan Modra <amodra@gmail.com>
21012
21013 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21014 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21015 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21016 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21017 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21018 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21019 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21020 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21021 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21022 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21023
be1e5d31
AB
210242013-10-04 Anton Blanchard <anton@au1.ibm.com>
21025 Alistair Popple <alistair@ozlabs.au.ibm.com>
21026 Alan Modra <amodra@gmail.com>
21027
21028 [BZ #15723]
21029 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21030 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21031 _dl_hwcap access for little-endian.
21032 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
21033 destroy vmx regs when saving unaligned.
21034 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21035 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
21036 destroy vmx regs when saving unaligned.
21037
fef13a78
AM
210382013-10-04 Alan Modra <amodra@gmail.com>
21039
21040 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21041 Don't use a union to pack hi/low value.
21042
76a66d51
AB
210432013-10-04 Anton Blanchard <anton@au1.ibm.com>
21044
21045 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21046 for little-endian.
21047 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21048 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21049 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21050 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21051 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21052
6a31fe7f
AM
210532013-10-04 Alan Modra <amodra@gmail.com>
21054
21055 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21056 constants to usual value for .cst8 section, and remove redundant
21057 high address load.
21058 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21059 constant for 0x1p52. Load little-endian words of double from
21060 correct stack offsets.
21061
7b88401f
AM
210622013-10-04 Alan Modra <amodra@gmail.com>
21063
21064 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21065 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21066 words of double from correct stack offsets.
21067 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21068 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21069 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21070 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21071 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21072 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21073 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21074 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21075 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21076 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21077 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21078 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21079 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21080 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21081 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21082 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21083 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21084
9c008155
AM
210852013-10-04 Alan Modra <amodra@gmail.com>
21086
21087 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21088 64-bit int/double union.
21089 (_FPU_SETCW): Likewise.
21090 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21091 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21092
da13146d
AM
210932013-10-04 Alan Modra <amodra@gmail.com>
21094
21095 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21096 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21097
603e8410
AM
210982013-10-04 Alan Modra <amodra@gmail.com>
21099
21100 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21101 use vector int constants.
21102 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21103
4a28b3ca
AB
211042013-10-04 Anton Blanchard <anton@au1.ibm.com>
21105
21106 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21107 array with long long.
21108 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21109 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21110 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21111 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21112 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21113 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21114 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21115 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21116 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21117 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21118 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21119 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21120 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21121
2ca85d2b
AB
211222013-10-04 Anton Blanchard <anton@au1.ibm.com>
21123
21124 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21125 (__signbit): Likewise. Correct for little-endian.
21126 (__signbitl): Call __signbit.
21127 (lrint): Correct for little-endian.
21128 (lrintf): Call lrint.
21129
62a728ae
AM
211302013-10-04 Alan Modra <amodra@gmail.com>
21131
21132 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21133 union 32-bit int array member with 64-bit int array.
21134 (t515, tm256): Double rather than long double.
21135 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21136
32c301df
AM
211372013-10-04 Alan Modra <amodra@gmail.com>
21138
21139 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21140 Delete.
21141 (IEEE854_LONG_DOUBLE_BIAS): Delete.
21142 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21143 version of math_ldbl.h.
21144
650ef4bd
AM
211452013-10-04 Alan Modra <amodra@gmail.com>
21146
21147 [BZ #15734], [BZ #15735]
21148 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21149 all uses of ieee875 long double macros and unions. Simplify test
21150 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
21151 ldbl_extract_mantissa value for ix,iy exponents. Properly
21152 normalize after ldbl_extract_mantissa, and don't add hidden bit
21153 already handled. Don't treat low word of ieee854 mantissa like
21154 low word of IBM long double and mask off bit when testing for
21155 zero.
21156 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21157 all uses of ieee875 long double macros and unions. Simplify tests
21158 for 0.0L and inf. Correct double adjustment of k. Delete dead code
21159 adjusting ha,hb. Simplify code setting kld. Delete two600 and
21160 two1022, instead use their values. Recognise that tests for large
21161 "a" and small "b" are mutually exclusive. Rename vars. Comment.
21162 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21163 Rewrite all uses of ieee875 long double macros and unions. Simplify
21164 test for 0.0L and nan. Correct negation.
21165 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21166 ieee875 long double macros and unions. Correct output for large
21167 magnitude x. Correct absolute value calculation.
21168 (__erfcl): Likewise.
21169 * math/libm-test.inc: Add tests for errors discovered in IBM long
21170 double versions of fmodl, remainderl, erfl and erfcl.
21171
765714ca
AM
211722013-10-04 Alan Modra <amodra@gmail.com>
21173
21174 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21175 all uses of ieee854 long double macros and unions. Simplify tests
21176 for long doubles that are fully specified by the high double.
21177 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21178 Likewise.
21179 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21180 Remove dead code too.
21181 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21182 (__ieee754_ynl): Likewise.
21183 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21184 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21185 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21186 Remove dead code too.
21187 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21188 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21189 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21190 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21191 Simplify.
21192 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21193 Simplify.
21194 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21195 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21196 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21197 Comment on variable precision.
21198 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21199 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21200 Likewise.
21201 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21202 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21203 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21204 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21205 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21206
4ebd120c
AM
212072013-10-04 Alan Modra <amodra@gmail.com>
21208
21209 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21210 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21211 all uses of ieee854 long double macros and unions.
21212 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21213 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21214 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21215 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21216 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21217 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21218 Likewise.
21219 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21220 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21221 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21222 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21223 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21224 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21225 Simplify sign and nan test too.
21226 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21227 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21228 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21229 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21230 Likewise.
21231 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21232 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21233 Likewise.
21234 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21235 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21236 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21237 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21238 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21239 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21240
1b6adf88
AM
212412013-10-04 Alan Modra <amodra@gmail.com>
21242
21243 * stdio-common/printf_size.c (__printf_size): Don't use
21244 union ieee854_long_double in fpnum union.
21245 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
21246 signbit macro to retrieve sign from long double.
21247 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21248 retrieve sign from long double.
21249 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21250 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21251 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21252 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21253 * math/test-misc.c (main): Don't use union ieee854_long_double.
21254
4cf69995
AM
212552013-10-04 Alan Modra <amodra@gmail.com>
21256
21257 [BZ #15680]
21258 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21259 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21260 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21261 calculation. Remove unnecessary test for denormal exponent.
21262 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21263 Correct handling of denormals. Avoid undefined shift behaviour.
21264 Correct normalisation of low mantissa when low double is denormal.
21265 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21266 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
21267 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21268 Correct normalisation of low mantissa. Test for overflow of high
21269 mantissa and normalise.
21270 (ldbl_nearbyint): Use more readable constant for two52.
21271 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21272 (__mpn_construct_long_double): Fix test for overflow of high
21273 mantissa and correct normalisation. Avoid undefined shift.
21274
9605ca6c
AM
212752013-10-04 Alan Modra <amodra@gmail.com>
21276
21277 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21278 (union ibm_extended_long_double): Define as an array of ieee754_double.
21279 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21280 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21281 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21282 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21283 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21284 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21285 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21286 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21287 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21288 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21289 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21290
975569d0
JM
212912013-10-03 Joseph Myers <joseph@codesourcery.com>
21292
d3d23756
JM
21293 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21294 page size instead of calling getpagesize.
21295
975569d0
JM
21296 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21297 (LOCFILE_ALIGN_MASK): Likewise.
21298 (LOCFILE_ALIGN_UP): Likewise.
21299 (LOCFILE_ALIGNED_P): Likewise.
21300 * locale/programs/ld-collate.c (collate_output): Use the new
21301 macros instead of __alignof__ (int32_t).
21302 * locale/weight.h (findidx): Likewise.
21303
b1fe1f2b
OB
213042013-10-03 Ondřej Bílka <neleai@seznam.cz>
21305
21306 [BZ #431]
21307 * manual/string.texi: Fix strncat and wcsncat.
21308
5f855e35
BM
213092013-10-03 Brooks Moses <bmoses@google.com>
21310
21311 [BZ #15915]
21312 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21313 * Makerules: ...here, and adjust associated comments.
21314
3cef6009
WN
213152013-10-02 Will Newton <will.newton@linaro.org>
21316
21317 * malloc/Makefile: Add tst-pvalloc.
21318 * malloc/tst-pvalloc.c: New file.
21319
7815420b
WN
213202013-10-02 Will Newton <will.newton@linaro.org>
21321
21322 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21323 improve test coverage.
21324
4868b204
WN
213252013-10-02 Will Newton <will.newton@linaro.org>
21326
21327 * malloc/Makefile: Add tst-posix_memalign.
21328 * malloc/tst-posix_memalign.c: New file.
21329
29c793b3
EB
213302013-10-01 Eric Blake <eblake@redhat.com>
21331
21332 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21333 Use __THROWNL rather than __THROW on static functions.
21334
fd967522
PM
213352013-09-30 Petr Machata <pmachata@redhat.com>
21336
21337 * elf/elf.h (R_AARCH64_ABS16): New macro.
21338 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21339 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21340 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21341 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21342 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21343 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21344 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21345 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21346 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21347 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21348 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21349 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21350 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21351 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21352 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21353 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21354 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21355 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21356 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21357 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21358 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21359 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21360 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21361 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21362 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21363 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21364 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21365 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21366 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21367 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21368 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21369 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21370 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21371 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21372 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21373 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21374 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21375 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21376 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21377 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21378 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21379 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21380 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21381 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21382 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21383 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21384 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21385 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21386 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21387 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21388 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21389 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21390 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21391 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21392 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21393 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21394 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21395 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21396 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21397 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21398 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21399 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21400 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21401 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21402 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21403 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21404 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21405 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21406 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21407 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21408 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21409 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21410 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21411 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21412 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21413 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21414 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21415 (R_AARCH64_TLSDESC_LDR): Likewise.
21416 (R_AARCH64_TLSDESC_ADD): Likewise.
21417 (R_AARCH64_TLSDESC_CALL): Likewise.
21418
b2179107
AS
214192013-09-30 Andreas Schwab <schwab@suse.de>
21420
21421 [BZ #15048]
21422 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21423 the nss database lookup.
21424 * nscd/initgrcache.c (addinitgroupsX): Likewise.
21425 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21426
47f28d0a
MF
214272013-09-28 Mike Frysinger <vapier@gentoo.org>
21428
21429 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21430
214312013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
21432
21433 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21434 ${Bash-specific parameter/pattern/string} parameter expansion.
21435 * sysdeps/unix/make-syscalls.sh: Likewise.
21436
f4518a17
KK
214372013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21438
21439 * sysdeps/sh/stackguard-macros.h: New file.
21440
dc1a95c7
OB
214412013-09-26 Ondřej Bílka <neleai@seznam.cz>
21442
21443 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21444 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21445 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21446 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21447 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21448 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21449
5ebbff8f
AZ
214502013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21451
21452 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21453 Fix thread ID register.
21454
4fd2cf9f
JM
214552013-09-25 Joseph Myers <joseph@codesourcery.com>
21456
21457 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21458 [POSIX || UNIX98]: Require rather than permitting all symbols from
21459 <time.h>.
21460 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21461 element of struct sched_param.
21462 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21463 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21464 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21465 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21466 constant.
21467
12c22bc4
OL
214682013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
21469
21470 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21471 argument calculation.
21472
a03d8ea7
JM
214732013-09-24 Joseph Myers <joseph@codesourcery.com>
21474
21475 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21476 Expect macro.
21477 [POSIX] (pthread_attr_t): Do not require type.
21478 [POSIX] (pthread_cond_t): Likewise.
21479 [POSIX] (pthread_condattr_t): Likewise.
21480 [POSIX] (pthread_key_t): Likewise.
21481 [POSIX] (pthread_mutex_t): Likewise.
21482 [POSIX] (pthread_mutexattr_t): Likewise.
21483 [POSIX] (pthread_once_t): Likewise.
21484 [POSIX] (pthread_t): Likewise.
21485 [POSIX-based standards] (pthread_atfork): Expect function.
21486
6055173a
JM
214872013-09-24 Joseph Myers <joseph@codesourcery.com>
21488 Richard Sandiford <richard@codesourcery.com>
21489
21490 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21491 (swap_endianness_p): New extern variable.
21492 (set_big_endian): New inline function.
21493 (maybe_swap_uint32): Likewise.
21494 (maybe_swap_uint32_array): Likewise.
21495 (maybe_swap_uint32_obstack): Likewise.
21496 * locale/programs/locfile.c: Include <stdbool.h>.
21497 (swap_endianness_p): New variable.
21498 (add_locale_uint32): Call maybe_swap_uint32.
21499 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21500 (write_locale_data): Call maybe_swap_uint32_array.
21501 * locale/programs/ld-collate.c (obstack_int32_grow): Call
21502 maybe_swap_uint32.
21503 (obstack_int32_grow_fast): Likewise.
21504 (output_weightwc): Call maybe_swap_uint32_obstack.
21505 (collate_output): Likewise.
21506 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21507 (OPT_LITTLE_ENDIAN): Likewise.
21508 (options): Add --little-endian and --big-endian options.
21509 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21510 * locale/programs/locarchive.c: Include "locfile.h".
21511 (GET): New macro.
21512 (SET): Likewise.
21513 (INC): Likewise.
21514 (create_archive): Use the new macros to access fields of
21515 structures directly mapped from or written to locale archives.
21516 (oldlocrecentcmp): Likewise.
21517 (enlarge_archive): Likewise.
21518 (insert_name): Likewise.
21519 (add_alias): Likewise.
21520 (add_locale): Likewise.
21521 (delete_locales_from_archive): Likewise.
21522 (show_archive_content): Likewise.
21523 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
21524 locale data.
21525
39bf0bb4
RM
215262013-09-24 Roland McGrath <roland@hack.frob.com>
21527
21528 * manual/freemanuals.texi: Updated from (newly) canonical copy at
21529 http://www.gnu.org/doc/freemanuals.texi.
21530 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21531
f02eed10
WN
215322013-09-24 Will Newton <will.newton@linaro.org>
21533
21534 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21535 macro.
21536
a3a6c312
JM
215372013-09-23 Joseph Myers <joseph@codesourcery.com>
21538
21539 * locale/hashval.h (compute_hashval): Interpret bytes of key as
21540 unsigned char.
21541
107375ac
MR
215422013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
21543
21544 * manual/threads.texi (POSIX Threads): Fix a typo.
21545
141f3a77
SP
215462013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
21547
303e567a
SP
21548 [BZ #14547]
21549 * string/tst-strcoll-overflow.c: New test case.
21550 * string/Makefile (xtests): Add tst-strcoll-overflow.
21551 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21552 cache if string sizes may cause integer overflow.
21553
141f3a77
SP
21554 [BZ #14547]
21555 * string/strcoll_l.c (coll_seq): New members rule, idx,
21556 save_idx and back_us.
21557 (get_next_seq_nocache): New function.
21558 (do_compare_nocache): New function.
21559 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21560 when malloc fails.
21561
c61b4d41
CD
215622013-09-23 Carlos O'Donell <carlos@redhat.com>
21563
0b1f8e35
CD
21564 [BZ #15754]
21565 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21566 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21567 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21568
c61b4d41
CD
21569 [BZ #15754]
21570 * elf/Makefile (tests): Add tst-ptrguard1.
21571 (tests-static): Add tst-ptrguard1-static.
21572 (tst-ptrguard1-ARGS): Define.
21573 (tst-ptrguard1-static-ARGS): Define.
21574 * elf/tst-ptrguard1.c: New file.
21575 * elf/tst-ptrguard1-static.c: New file.
21576 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21577 * sysdeps/i386/stackguard-macros.h: Likewise.
21578 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21579 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21580 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21581 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21582 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21583 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21584
215852013-09-23 Hector Marco <hecmargi@upv.es>
21586 Ismael Ripoll <iripoll@disca.upv.es>
21587 Carlos O'Donell <carlos@redhat.com>
21588
21589 [BZ #15754]
21590 * sysdeps/generic/stackguard-macros.h: Define
21591 __pointer_chk_guard_local and POINTER_CHK_GUARD.
21592 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21593 Define __pointer_chk_guard_local.
21594 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21595 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21596
f5f4e7b4
VV
215972013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
21598
21599 [BZ #15859]
21600 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21601
5bb43a43
AS
216022013-09-20 Andreas Schwab <schwab@linux-m68k.org>
21603
21604 * include/string.h (__ffs): Declare as hidden.
21605 * string/ffs.c (__ffs): Define as hidden.
21606 * sysdeps/i386/ffs.c (__ffs): Likewise.
21607 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21608 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21609 * sysdeps/s390/ffs.c (__ffs): Likewise.
21610 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21611
3ea5be54
AO
216122013-09-20 Alexandre Oliva <aoliva@redhat.com>
21613
ffb89e53
AO
21614 * NEWS: Mention malloc probes.
21615
322dea08
AO
21616 * malloc/arena.c (new_heap): New memory_heap_new probe.
21617 (grow_heap): New memory_heap_more probe.
21618 (shrink_heap): New memory_heap_less probe.
21619 (heap_trim): New memory_heap_free probe.
21620 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21621 (systrim): New memory_sbrk_less probe.
21622 * manual/probes.texi: Document them.
21623
655673f3
AO
21624 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21625 * manual/probes.texi: Document it.
21626
35fed6f1
AO
21627 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21628 (__libc_realloc): Add memory_realloc_retry probe.
21629 (__libc_memalign): Add memory_memalign_retry probe.
21630 (__libc_valloc): Add memory_valloc_retry probe.
21631 (__libc_pvalloc): Add memory_pvalloc_retry probe.
21632 (__libc_calloc): Add memory_calloc_retry probe.
21633 * manual/probes.texi: Document them.
21634
6999d38c
AO
21635 * malloc/arena.c (get_free_list): Add probe
21636 memory_arena_reuse_free_list.
21637 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21638 and memory_arena_reuse.
21639 (arena_get2) [!PER_THREAD]: Likewise.
21640 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21641 memory_arena_reuse_realloc.
21642 * manual/probes.texi: Document them.
21643
0653427f
AO
21644 * malloc/malloc.c (__libc_free): Add
21645 memory_mallopt_free_dyn_thresholds probe.
21646 (__libc_mallopt): Add multiple memory_mallopt probes.
21647 * manual/probes.texi: Document them.
21648
3ea5be54
AO
21649 * malloc/malloc.c: Include stap-probe.h.
21650 (__libc_mallopt): Add memory_mallopt probe.
21651 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21652 * manual/probes.texi: New.
21653 * manual/Makefile (chapters): Add probes.
21654 * manual/threads.texi: Set next node.
21655
e35696c3 216562013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 21657
e35696c3
CL
21658 [BZ #15963, #13985]
21659 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21660 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21661 Add `Chinese' to `nan' entry name.
21662
4aafb73c
SP
216632013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21664
21665 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21666 (POLYNOMIAL): Likewise.
21667 (TAYLOR_SINCOS): Likewise.
21668 (TAYLOR_SLOW): Likewise.
21669 (__sin): Use TAYLOR_SINCOS.
21670 (__cos): Likewise.
21671 (slow): Use TAYLOR_SLOW.
21672 (sloww): Likewise.
21673 (bsloww): Likewise.
21674 (csloww): Likewise.
21675
d84f25c7
LD
216762013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21677
21678 * stdlib/strtod_l.c: Fix buffer overrun.
21679
5eea0404
SP
216802013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21681
7849ff93
SP
21682 * benchtests/Makefile (bench): Add sincos.
21683 * benchtests/bench-sincos.c: New file.
21684
cfa3c886
SP
21685 * math/libm-test.inc (cos_test_data): New test inputs.
21686 (sin_test_data): Likewise.
21687
b348e1e3
SP
21688 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21689 macro.
21690 (__sin): Use it.
21691 (__cos): Likewise.
21692 (slow1): Likewise.
21693 (slow2): Likewise.
21694 (sloww1): Likewise.
21695 (sloww2): Likewise.
21696 (bsloww1): Likewise.
21697 (bsloww2): Likewise.
21698 (cslow2): Likewise.
21699 (csloww1): Likewise.
21700 (csloww2): Likewise.
21701
6cce25f8
SP
21702 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21703 function.
21704 (__sin): Use it.
21705 (__cos): Likewise.
21706
5eea0404
SP
21707 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21708 gotos.
21709 (__cos): Likewise.
21710
9c21573c
MR
217112013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
21712
21713 * config.h.in (HAVE_MIPS_NAN2008): New macro.
21714 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21715 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21716 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21717 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21718 * elf/cache.c (print_entry): Handle the new cache flags.
21719
24d22e65
JM
217202013-09-18 Joseph Myers <joseph@codesourcery.com>
21721 Aldy Hernandez <aldyh@redhat.com>
21722
21723 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21724 Change condition to [_SOFT_FLOAT].
21725 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21726 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21727 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21728 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21729 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21730 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21731 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21732 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21733 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21734 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21735 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21736 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21737 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21738 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21739 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21740 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21741 declaration.
21742
d13ef066
JM
217432013-09-18 Joseph Myers <joseph@codesourcery.com>
21744
2e071de0
JM
21745 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21746 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21747 (__longjmp): Use LOAD_GP to load saved GPRs.
21748 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21749 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21750 (__sigsetjmp): Use SAVE_GP to save GPRs.
21751
d13ef066
JM
21752 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21753 Do not append -msoft-float.
21754 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21755
97a0650b
SP
217562013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21757
21758 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21759
11ca09e9
JM
217602013-09-17 Joseph Myers <joseph@codesourcery.com>
21761
21762 [BZ #15966]
21763 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21764 (_FPU_GETCW): Use initial "__" on variable and field names but not
21765 on macro parameter name.
21766 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
21767 parentheses around reference to macro parameter.
21768
08ffcf34
RS
217692013-09-13 Richard Sandiford <richard@codesourcery.com>
21770
21771 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21772 prototype.
21773 (ctype_startup): Use uint32_t in cast and sizeof for
21774 ctype->charnames.
21775
ae7080d3
JL
217762013-09-11 Jia Liu <proljc@gmail.com>
21777
21778 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21779 __daddr_t_defined.
21780 [__FreeBSD__]: Likewise.
21781
5905e7b3
OB
217822013-09-11 Ondřej Bílka <neleai@seznam.cz>
21783
21784 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21785 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21786 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21787 (strchr): Remove __strchr_sse42 ifunc selection.
21788 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21789 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21790
b987c776
WN
217912013-09-11 Will Newton <will.newton@linaro.org>
21792
21793 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21794 parameter to RES. Remove hardcoded 1000 value.
21795 * benchtests/bench-skeleton.c (main): Pass RES parameter
21796 to TIMING_INIT and multiply result by 1000.
21797
ddf985af
AZ
217982013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21799
21800 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21801
ffdd3181
AS
218022013-09-11 Andreas Schwab <schwab@suse.de>
21803
21804 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21805 if not defined.
21806 (O_TMPFILE) [__USE_GNU]: Define.
21807 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21808 Define.
21809
b73ed247
WN
218102013-09-11 Will Newton <will.newton@linaro.org>
21811
21812 [BZ #15857]
21813 * malloc/malloc.c (__libc_memalign): Check the value of bytes
21814 does not overflow.
21815
55e17aad
WN
218162013-09-11 Will Newton <will.newton@linaro.org>
21817
21818 [BZ #15856]
21819 * malloc/malloc.c (__libc_valloc): Check the value of bytes
21820 does not overflow.
21821
1159a193
WN
218222013-09-11 Will Newton <will.newton@linaro.org>
21823
21824 [BZ #15855]
21825 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21826 does not overflow.
21827
5905e7b3 218282013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
21829
21830 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21831 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21832 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21833 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21834 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21835
cdfc721b
AM
218362013-09-10 Allan McRae <allan@archlinux.org>
21837
aa04af00
AM
21838 [BZ #15748]
21839 * manual/arith.texi (Parsing of Floats): Clarify
21840 cross-reference.
21841
cdfc721b
AM
21842 [BZ #15849]
21843 * manual/install.texi (Running make install): Mention
21844 --enable-pt-chown.
21845 * INSTALL: Regenerated.
21846
95e7cf29
MR
218472013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21848
21849 * csu/init-first.c (_init): Remove the !SHARED condition around
21850 FPU control word initialization.
21851 * elf/dl-support.c (_dl_fpu_control): New variable.
21852 (_dl_aux_init) <AT_FPUCW>: Initialize it.
21853 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21854 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21855 * math/test-fpucw-static.c: New file.
21856 * math/test-fpucw-ieee.c: New file.
21857 * math/test-fpucw-ieee-static.c: New file.
21858 * math/Makefile (tests): Add `test-fpucw-ieee' and
21859 `$(tests-static)'.
21860 (tests-static): New variable.
21861 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21862 dependency to...
21863 [($(build-shared),yes)]
21864 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21865 ... this.
21866 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21867 New dependency.
21868
83e43bf0
AM
218692013-09-09 Allan McRae <allan@archlinux.org>
21870
a9f5ce09
AM
21871 [BZ #15939]
21872 * manual/string.texi (Collation Functions): Fix typo in
21873 strcoll example.
21874 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21875
34829bc2
AM
21876 [BZ #15893]
21877 * stdlib/isomac.c (get_null_defines): Fix memory leak.
21878
3932737d
AM
21879 [BZ #15892]
21880 * libio/memstream.c (open_memstream): Fix memory leak.
21881 * libio/wmemstream.c (open_wmemstream): Likewise.
21882
83e43bf0
AM
21883 [BZ #15895]
21884 * nscd/netgroupcache.c: Fix nesting of ifdefs.
21885
0c66b8e9
WN
218862013-09-09 Will Newton <will.newton@linaro.org>
21887
21888 * malloc/Makefile: Add tst-realloc to tests.
21889 * malloc/tst-realloc.c: New file.
21890
f6b00fd1
AM
218912013-09-09 Allan McRae <allan@archlinux.org>
21892
21893 [BZ #15844]
21894 * COPYING: Update from GNU website to fix FSF address.
21895 * COPYING.LIB: Likewise.
21896
eec55e16
DM
218972013-09-06 David S. Miller <davem@davemloft.net>
21898
21899 * po/zh_TW.po: Update Chinese (traditional) translation from
21900 translation project.
21901
1ecbb381
RS
219022013-09-06 Richard Sandiford <richard@codesourcery.com>
21903 Joseph Myers <joseph@codesourcery.com>
21904
21905 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21906 "localeinfo.h".
21907 (obstack_chunk_alloc): New macro.
21908 (obstack_chunk_free): Likewise.
21909 (record_offset): New function.
21910 (init_locale_data): Likewise.
21911 (align_locale_data): Likewise.
21912 (add_locale_empty): Likewise.
21913 (add_locale_raw_data): Likewise.
21914 (add_locale_raw_obstack): Likewise.
21915 (add_locale_string): Likewise.
21916 (add_locale_wstring): Likewise.
21917 (add_locale_uint32): Likewise.
21918 (add_locale_uint32_array): Likewise.
21919 (add_locale_char): Likewise.
21920 (start_locale_structure): Likewise.
21921 (end_locale_structure): Likewise.
21922 (start_locale_prelude): Likewise.
21923 (end_locale_prelude): Likewise.
21924 (write_locale_data): Take locale_file structure rather than an
21925 iovec.
21926 * locale/programs/locfile.h: Include "obstack.h".
21927 (struct locale_file): Change to store locale file contents instead
21928 of header.
21929 (init_locale_data): New prototype.
21930 (align_locale_data): Likewise.
21931 (add_locale_empty): Likewise.
21932 (add_locale_raw_data): Likewise.
21933 (add_locale_raw_obstack): Likewise.
21934 (add_locale_string): Likewise.
21935 (add_locale_wstring): Likewise.
21936 (add_locale_uint32): Likewise.
21937 (add_locale_uint32_array): Likewise.
21938 (add_locale_char): Likewise.
21939 (start_locale_structure): Likewise.
21940 (end_locale_structure): Likewise.
21941 (start_locale_prelude): Likewise.
21942 (end_locale_prelude): Likewise.
21943 (write_locale_data): Update prototype.
21944 * locale/programs/3level.h (struct TABLE): Remove result field.
21945 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21946 Use new locale_file interface.
21947 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21948 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21949 * locale/programs/ld-address.c (address_output): Use new
21950 locale_file interface.
21951 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21952 NO_ADD_LOCALE.
21953 (collate_finish): Don't call collseq_table_finalize.
21954 (collate_output): Use new locale_file interface.
21955 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21956 in file.
21957 (NO_FINALIZE): Change to NO_ADD_LOCALE.
21958 (TABLE): Move defines earlier in file.
21959 (ELEMENT): Likewise.
21960 (DEFAULT): Likewise.
21961 (wctrans_table_add): Move macro and inline function earlier in
21962 file.
21963 (struct wctype_table): Move type earlier in file.
21964 (add_locale_wctype_table): New static prototype.
21965 (struct locale_ctype_t): Use logical types instead of struct iovec
21966 pointers for members.
21967 (ctype_output): Use new locale_file interface.
21968 (wctype_table_finalize): Change to add_locale_wctype_table. Use
21969 new locale_file interface.
21970 (allocate_arrays): Update for use of new locale_file interface.
21971 * locale/programs/ld-identification.c (identification_output): Use
21972 new locale_file interface.
21973 * locale/programs/ld-measurement.c (measurement_output): Likewise.
21974 * locale/programs/ld-messages.c (messages_output): Likewise.
21975 * locale/programs/ld-monetary.c (monetary_output): Likewise.
21976 * locale/programs/ld-name.c (name_output): Likewise.
21977 * locale/programs/ld-numeric.c (numeric_output): Likewise.
21978 * locale/programs/ld-paper.c (paper_output): Likewise.
21979 * locale/programs/ld-telephone.c (telephone_output): Likewise.
21980 * locale/programs/ld-time.c (time_output): Likewise.
21981
e029e2e5
AZ
219822013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21983
21984 * benchtests/Makefile: Add memrchr benchmark.
21985 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21986 benchmark as memrchr.
21987 * benchtests/bench-memrchr-ifunc.c: New file.
21988 * benchtests/bench-memrchr.c: New file.
21989
bbf6e8e4
WN
219902013-09-06 Will Newton <will.newton@linaro.org>
21991
21992 * benchtests/Makefile (string-bench): Add memcpy.
21993
6c82a2f8
CD
219942013-09-05 Carlos O'Donell <carlos@redhat.com>
21995 Cong Wang <amwang@redhat.com>
21996
e732c5f0 21997 [BZ #15850]
6c82a2f8
CD
21998 * sysdeps/unix/sysv/linux/bits/in.h
21999 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22000 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22001 before __USE_KERNEL_IPV6_DEFS uses.
22002 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22003 IPPROTO_BEETPH.
22004 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22005 sockaddr_in6, or ipv6_mreq.
22006
5430fc65
AZ
220072013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22008
22009 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22010 memory access for final bytes in some large inputs.
22011 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22012
4660856c
AZ
220132013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22014
22015 * string/test-memrchr.c: New file.
22016 * string/test-memrchr-ifunc.c: New file.
22017 * string/Makefile: Add new memrchr testcase.
22018
bb8ea713
MF
220192013-09-05 Mike Frysinger <vapier@gentoo.org>
22020
22021 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22022 fanotify_init returns EPERM.
22023
b92a20b5
JM
220242013-09-04 Joseph Myers <joseph@codesourcery.com>
22025
22026 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22027 errors.
22028 (top level): Treat second token from macro or constant entries for
22029 allowed headers as allowed.
22030 * include/complex.h: Condition internal declarations on
22031 [!_ISOMAC].
22032 * include/fenv.h: Condition include of <stdbool.h> and internal
22033 declarations on [!_ISOMAC].
7447ccd9
CL
22034
220352013-09-04 Chris Leonard <cjl@sugarlabs,.org>
22036
3e181dda 22037 [BZ #15923]
7447ccd9
CL
22038 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22039
3f2e46a4
JM
220402013-09-04 Joseph Myers <joseph@codesourcery.com>
22041
22042 * configure.in (--enable-versioning): Remove configure option.
22043 (libc_cv_asm_symver_directive): Remove configure test.
22044 (libc_cv_ld_version_script_option): Likewise.
22045 (VERSIONING): Remove variable and AC_SUBST.
22046 (DO_VERSIONING): Remove AC_DEFINE.
22047 * configure: Regenerated.
22048 * config.h.in (DO_VERSIONING): Remove macro.
22049 * Makerules [$(versioning) = yes]: Change conditionals to
22050 [$(build-shared) = yes].
22051 * config.make.in (versioning): Remove variable.
22052 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22053 [$(build-shared) = yes].
22054 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22055 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22056 * elf/Makefile [$(versioning) = yes]: Change conditionals to
22057 [$(build-shared) = yes].
22058 * extra-lib.mk [$(versioning) = yes]: Likewise.
22059 * hurd/Makefile [$(versioning) = yes]: Likewise.
22060 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22061 [SHARED].
22062 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22063 [SHARED].
22064 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22065 [SHARED && !NO_HIDDEN].
22066 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22067 [SHARED].
22068 [SHARED && DO_VERSIONING]: Likewise..
22069 * libio/Makefile [$(versioning) = yes]: Change conditionals to
22070 [$(build-shared) = yes].
22071 * manual/install.texi (--disable-versioning): Remove
22072 documentation.
22073 * INSTALL: Regenerated.
22074 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22075 to [SHARED].
22076 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22077 [$(build-shared) = yes].
22078 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22079 * sysdeps/i386/i686/multiarch/strstr-c.c
22080 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22081 [SHARED && !NO_HIDDEN].
22082 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22083 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22084 * sysdeps/powerpc/powerpc32/dl-machine.c
22085 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22086 * sysdeps/powerpc/powerpc32/sysdep.h
22087 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22088 to [SHARED && PIC && !NO_HIDDEN].
22089 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22090 conditional to [SHARED].
22091
44558701
WN
220922013-09-04 Will Newton <will.newton@linaro.org>
22093
22094 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22095 * benchtests/bench-string.h: Include bench-timing.h instead
22096 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22097 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22098 call to HP_TIMING_DIFF_INIT.
22099 * benchtests/bench-memccpy.c: Use bench-timing.h macros
22100 instead of hp-timing.h macros.
22101 * benchtests/bench-memchr.c: Likewise.
22102 * benchtests/bench-memcmp.c: Likewise.
22103 * benchtests/bench-memcpy.c: Likewise.
22104 * benchtests/bench-memmem.c: Likewise.
22105 * benchtests/bench-memmove.c: Likewise.
22106 * benchtests/bench-memset.c: Likewise.
22107 * benchtests/bench-rawmemchr.c: Likewise.
22108 * benchtests/bench-strcasecmp.c: Likewise.
22109 * benchtests/bench-strcasestr.c: Likewise.
22110 * benchtests/bench-strcat.c: Likewise.
22111 * benchtests/bench-strchr.c: Likewise.
22112 * benchtests/bench-strcmp.c: Likewise.
22113 * benchtests/bench-strcpy.c: Likewise.
22114 * benchtests/bench-strcpy_chk.c: Likewise.
22115 * benchtests/bench-strlen.c: Likewise.
22116 * benchtests/bench-strncasecmp.c: Likewise.
22117 * benchtests/bench-strncat.c: Likewise.
22118 * benchtests/bench-strncmp.c: Likewise.
22119 * benchtests/bench-strncpy.c: Likewise.
22120 * benchtests/bench-strnlen.c: Likewise.
22121 * benchtests/bench-strpbrk.c: Likewise.
22122 * benchtests/bench-strrchr.c: Likewise.
22123 * benchtests/bench-strspn.c: Likewise.
22124 * benchtests/bench-strstr.c: Likewise.
22125
cae16d66
WN
221262013-09-04 Will Newton <will.newton@linaro.org>
22127
22128 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22129
ffa3cd7f
JM
221302013-09-03 Joseph Myers <joseph@codesourcery.com>
22131
22132 [BZ #15427]
22133 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22134 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22135 * math/libm-test.inc (lgamma_test_data): Add more tests.
22136 * sysdeps/i386/fpu/libm-test-ulps: Update.
22137 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22138
8f02859f
OB
221392013-09-03 Ondřej Bílka <neleai@seznam.cz>
22140
22141 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22142 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22143 Add ifunc.
22144 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22145 Add strcmp-sse2-unaligned
22146 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22147
18d43716
MF
221482013-09-02 Mike Frysinger <vapier@gentoo.org>
22149
22150 * Versions.def (libc): Add GLIBC_2.19.
22151
ac444012
MF
221522013-09-02 Mike Frysinger <vapier@gentoo.org>
22153
22154 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22155 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22156
b7835e32
JM
221572013-09-02 Joseph Myers <joseph@codesourcery.com>
22158
22159 [BZ #14155]
22160 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22161 intermediate calculations in recurrence.
22162 (__ieee754_ynf): Likewise.
22163 * math/libm-test.inc (jn_test_data): Do not allow spurious
22164 underflow exception. Add more tests.
22165 (yn_test_data): Add more tests.
22166 * sysdeps/i386/fpu/libm-test-ulps: Update.
22167 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22168
8220f4f0
OB
221692013-09-02 Ondřej Bílka <neleai@seznam.cz>
22170
22171 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22172
f24a6d08
OB
221732013-08-30 Ondřej Bílka <neleai@seznam.cz>
22174
22175 * csu/init-first.c: Fix then/than typos.
22176 * locale/programs/ld-collate.c: Likewise.
22177 * locale/programs/linereader.h: Likewise.
22178 * manual/charset.texi: Likewise.
22179 * manual/filesys.texi: Likewise.
22180 * manual/stdio.texi: Likewise.
22181 * manual/string.texi: Likewise.
22182 * stdlib/fmtmsg.c: Likewise.
22183 * sysdeps/i386/stpncpy.S: Likewise.
22184 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22185 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22186 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22187 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22188
382466e0
OB
221892013-08-30 Ondřej Bílka <neleai@seznam.cz>
22190
22191 * elf/dl-open.c: Fix typos.
22192 * iconvdata/gbbig5.c: Likewise.
22193 * iconvdata/iso-2022-jp.c: Likewise.
22194 * iconv/gconv_int.h: Likewise.
22195 * iconv/loop.c: Likewise.
22196 * nis/rpcsvc/nis.h: Likewise.
22197 * resolv/ns_name.c: Likewise.
22198 * stdio-common/vfscanf.c: Likewise.
22199 * streams/stropts.h: Likewise.
22200 * sunrpc/rpc_thread.c: Likewise.
22201 * sysdeps/i386/strpbrk.S: Likewise.
22202 * sysdeps/ieee754/k_standard.c: Likewise.
22203 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22204 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22205 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22206 * sysdeps/mach/hurd/profil.c: Likewise.
22207 * sysdeps/s390/dl-procinfo.h: Likewise.
22208 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22209 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22210 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22211 * sysdeps/x86_64/dl-trampoline.S: Likewise.
22212 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22213
0186c6e9
OB
222142013-08-30 Ondřej Bílka <neleai@seznam.cz>
22215
22216 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22217 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22218
d4e16af1
OB
222192013-08-29 Ondřej Bílka <neleai@seznam.cz>
22220
22221 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22222 aix specific files.
22223 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22224 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22225 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22226 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22227 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22228 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22229 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22230 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22231
88335980
TS
222322013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22233 Roland McGrath <roland@hack.frob.com>
22234
22235 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22236 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22237
ed479b02
ST
222382013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
22239
22240 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22241 __executable_start symbol instead of _start.
22242
f1cc4c86
TS
222432013-08-29 Thomas Schwinge <thomas@codesourcery.com>
22244
d821f07c
TS
22245 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22246 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22247 Move macros to...
22248 * sysdeps/gnu/ldsodefs.h: ... this new file.
22249
c54290cf
TS
22250 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22251 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22252 instead of ELFOSABI_LINUX.
22253
0007fc9b 22254 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
22255 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22256 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22257 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22258 Likewise.
22259 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22260 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22261 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22262 Likewise.
22263 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22264 (ibm_extended_long_double): Add ieee_nan member.
22265 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22266 (do_test): New function.
22267
f1cc4c86
TS
22268 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22269 TEST_TRUNC.
22270 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22271 functions, renamed from truncdfsf_test, trunctfsf_test,
22272 trunctfdf_test.
22273 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22274 functions.
22275 (do_test): Run all these.
22276
6f65e668
OB
222772013-08-29 Ondřej Bílka <neleai@seznam.cz>
22278
22279 * argp/argp-help.c: Fix typos.
22280 * argp/argp-parse.c: Likewise.
22281 * debug/backtracesyms.c: Likewise.
22282 * elf/elf.h: Likewise.
22283 * malloc/malloc.c: Likewise.
22284 * nis/nis_print.c: Likewise.
22285 * resolv/res_comp.c: Likewise.
22286 * stdlib/stdlib.h: Likewise.
22287 * sunrpc/clnt_tcp.c: Likewise.
22288 * sunrpc/clnt_udp.c: Likewise.
22289 * sunrpc/clnt_unix.c: Likewise.
22290 * sysdeps/unix/bsd/ptsname.c: Likewise.
22291 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22292 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
22293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22294 Likewise.
22295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22296 Likewise.
22297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22298 Likewise.
6f65e668
OB
22299 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22300
3a309239
SP
223012013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22302
22303 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22304 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22305
3b813b29
MF
223062013-08-27 Mike Frysinger <vapier@gentoo.org>
22307
22308 [BZ #15897]
22309 * dlfcn/Makefile (tests): Add bug-dl-leaf.
22310 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22311 ($(objpfx)bug-dl-leaf): New rule.
22312 ($(objpfx)bug-dl-leaf.so): Likewise.
22313 ($(objpfx)bug-dl-leaf.out): Likewise.
22314 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22315 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22316 * dlfcn/bug-dl-leaf.c: New test.
22317 * dlfcn/bug-dl-leaf-lib.c: Likewise.
22318 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22319 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22320 (dlclose): Likewise.
22321 (dlmopen): Likewise.
22322
8cc3269f
RM
223232013-08-27 Roland McGrath <roland@hack.frob.com>
22324
7f9d0034
RM
22325 * include/netdb.h [!_ISOMAC]:
22326 Don't include <tls.h>.
22327 (h_errno, __libc_h_errno): Move declaration and macros out of
22328 [_LIBC_REENTRANT].
22329
fb431262
RM
22330 * include/resolv.h [_RESOLV_H_]:
22331 Don't include <tls.h>.
22332 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22333 * resolv/res_libc.c: Don't include <tls.h>.
22334 (_res): Use __attribute__ ((nocommon)) in place of
22335 __attribute__ ((section (".bss"))).
22336
bd81123a
RM
22337 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22338 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22339
c4e42566
RM
22340 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22341
f890a59b
RM
22342 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22343 only under [SIOCGIFCONF && SIOCGIFNETMASK].
22344
22345 * resolv/res_mkquery.c: Include <sys/time.h>.
22346
5d1f0a09
RM
22347 * inet/ifreq.c: Moved to ...
22348 * sysdeps/unix/ifreq.c: ... here.
22349 * inet/ifreq.c: New file, true stub version.
22350
6fcf28b3
RM
22351 * socket/sa_len.c: New file.
22352 * socket/Makefile (aux): Add it.
22353 * sysdeps/unix/sysv/linux/Makefile
22354 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22355 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22356 and #include <socket/sa_len.c>.
22357 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22358 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22359
e041fb8b
RM
22360 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22361 * bits/socket.h: ... here.
22362
8cc3269f
RM
22363 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22364 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22365 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22366
5d228a43
AS
223672013-08-27 Andreas Schwab <schwab@suse.de>
22368
45b8accc
AS
22369 [BZ #15736]
22370 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22371 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22372 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22373 * string/test-strcasecmp.c (test_main): Run tests in several
22374 locales.
22375 * string/test-strncasecmp.c (test_main): Likewise.
22376
5d228a43
AS
22377 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22378 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22379 to __strcasecmp_nonascii and __strncasecmp_nonascii.
22380 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22381 (__strncasecmp_ssse3) [PIC]: Likewise.
22382
59d112a4
RM
223832013-08-26 Roland McGrath <roland@hack.frob.com>
22384
53234cc3
RM
22385 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22386
59d112a4
RM
22387 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22388 instead of explicitly declaring xdecrypt.
22389 * nis/nss_nis/nis-publickey.c: Likewise.
22390
595aba70
SP
223912013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22392
22393 [BZ #15890]
22394 * nscd/aicache.c: Include res_hconf.h.
22395 (addhstaiX): Initialize res_hconf.
22396
ffabd393
AS
223972013-08-26 Andreas Schwab <schwab@suse.de>
22398
22399 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22400 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22401
e0a69f5c
SP
224022013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
22403
22404 * nscd/aicache.c (addhstaiX): Fix indentation.
22405
8c12f01d
MF
224062013-08-25 Mike Frysinger <vapier@gentoo.org>
22407
22408 * configure.ac: Quote $build_pt_chown test.
22409 * configure: Regenerated.
22410
8fe89494
JM
224112013-08-23 Joseph Myers <joseph@codesourcery.com>
22412
22413 [BZ #15532]
22414 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22415 * math/s_cexpf.c (__cexpf): Likewise.
22416 * math/s_cexpl.c (__cexpl): Likewise.
22417 * math/libm-test.inc (cexp_test_data): Correct expected return
22418 value for NaN + i0. Add another test.
22419
75b181d6
DM
224202013-08-22 David S. Miller <davem@davemloft.net>
22421
22422 * po/ca.po: Update Catalan translation from translation project.
936241e4 22423 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 22424
acd06bb1
JM
224252013-08-21 Joseph Myers <joseph@codesourcery.com>
22426
22427 [BZ #15797]
22428 * math/s_fdim.c (__fdim): Check for infinite arguments if result
22429 is infinite, not alongside NaN test.
22430 * math/s_fdimf.c (__fdimf): Likewise.
22431 * math/s_fdiml.c (__fdiml): Likewise.
22432 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
22433 errno is unchanged.
22434
c0c3f78a
OB
224352013-08-21 Ondřej Bílka <neleai@seznam.cz>
22436
22437 * argp/argp-help.c: Fix typos.
22438 * crypt/speeds.c: Likewise.
22439 * csu/check_fds.c: Likewise.
22440 * elf/dl-load.c: Likewise.
22441 * elf/dl-open.c: Likewise.
22442 * elf/reldep3.c: Likewise.
22443 * elf/reldep.c: Likewise.
22444 * elf/sprof.c: Likewise.
22445 * iconv/iconv_charmap.c: Likewise.
22446 * iconv/skeleton.c: Likewise.
22447 * iconv/strtab.c: Likewise.
22448 * io/lockf64.c: Likewise.
22449 * libio/libioP.h: Likewise.
22450 * resolv/gai_notify.c: Likewise.
22451 * resolv/ns_name.c: Likewise.
22452 * resolv/ns_samedomain.c: Likewise.
22453 * resolv/res_send.c: Likewise.
22454 * stdlib/random.c: Likewise.
22455 * sunrpc/rpc/xdr.h: Likewise.
22456 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22457 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22458 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22459 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22460 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22461 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22462 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22463 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22464 * sysdeps/mach/hurd/check_fds.c: Likewise.
22465 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22466 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22467 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22468 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22469 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22470 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22471 * sysdeps/pthread/aio_notify.c: Likewise.
22472 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22473 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22474 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22475 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22476 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22477
46ed1038
LD
224782013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22479
22480 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22481 version if bit_Slow_SSE4_2 is set.
22482 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22483 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22484
d400dcac
AZ
224852013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22486
22487 [BZ #15867]
22488 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22489 trampoline stack frame information.
22490 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22491 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22492 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22493 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22494 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22495 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22496 (_libc_vdso_platform_setup): Initialize the signal trampolines.
22497 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22498 sa_flags value.
22499 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22500 interrupting a syscall and set with option SA_SIGINFO.
22501
42c8fdd8
JM
225022013-08-20 Joseph Myers <joseph@codesourcery.com>
22503
c980f2f4
JM
22504 [BZ #15531]
22505 * math/s_cproj.c (__cproj): Only return an infinity if one part of
22506 argument is infinite.
22507 * math/s_cprojf.c (__cprojf): Likewise.
22508 * math/s_cprojl.c (__cprojl): Likewise.
22509 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22510 * math/libm-test.inc (cproj_test_data): Add more tests.
22511
0716c4fc
JM
22512 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22513
42c8fdd8
JM
22514 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22515 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22516 size. Use __ffs to determine corresponding shift.
22517
b31469d0
JM
225182013-08-20 Joseph Myers <joseph@codesourcery.com>
22519 Roland McGrath <roland@hack.frob.com>
22520
22521 * Makefile (INSTALL): Remove trailing blank lines from output of
22522 makeinfo.
22523
4e39af6e
AK
225242013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22525
22526 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22527 Align 32 bit compat elf_greg to 8 bytes.
22528
f315524e
AA
225292013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
22530
22531 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22532
1326ba1a
SP
225332013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22534
22535 * string/strcoll_l.c (coll_seq): New structure.
22536 (get_next_seq_cached): New function.
22537 (get_next_seq): New function.
22538 (do_compare): New function.
22539 (STRCOLL): Use GNU style definition. Simplify implementation
22540 by using get_next_seq, get_next_seq_cached and do_compare.
22541
91ce4085
FW
225422013-08-16 Florian Weimer <fweimer@redhat.com>
22543
22544 [BZ #14699]
22545 CVE-2013-4237
22546 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22547 member.
22548 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22549 member.
22550 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22551 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22552 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
22553 conditional.
22554 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22555 GETDENTS_64BIT_ALIGNED.
22556 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22557 * manual/filesys.texi (Reading/Closing Directory): Document
22558 ENAMETOOLONG return value of readdir_r. Recommend readdir more
22559 strongly.
22560 * manual/conf.texi (Limits for Files): Add portability note to
22561 NAME_MAX, PATH_MAX.
22562 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22563
ca0a6bc4
AS
225642013-08-13 Andreas Schwab <schwab@suse.de>
22565
22566 [BZ #15749]
22567 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22568 of fabs.
22569 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22570 LDBL_MAX_EXP >= 16384]: Add tests for it.
22571
6c1fd795
DM
225722013-08-12 David S. Miller <davem@davemloft.net>
22573
22574 * version.h (RELEASE): Set to "development".
22575 (VERSION): Set to "2.18.90".
22576 * NEWS: Add 2.19 section.
22577
31ad488d
DM
225782013-08-03 David S. Miller <davem@davemloft.net>
22579
22580 * po/ko.po: Update Korean translation from translation project.
22581
db24e684
DM
225822013-08-01 David S. Miller <davem@davemloft.net>
22583
22584 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
22585 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22586 Bilka.
22587
f723285b
DM
225882013-07-30 David S. Miller <davem@davemloft.net>
22589
22590 * po/fr.po: Update French translation from translation project.
22591
3cbc52db
DM
225922013-07-28 David S. Miller <davem@davemloft.net>
22593
30bbc0cc
DM
22594 * po/cs.po: Update Czech translation from translation project.
22595
3cbc52db
DM
22596 * po/sv.po: Update Swedish translation from translation project.
22597
d492e6d0
DM
225982013-07-27 David S. Miller <davem@davemloft.net>
22599
f1a7f492
DM
22600 * po/eo.po: Update Esperanto translation from translation project.
22601
90e62a4a
DM
22602 * po/vi.po: Update Vietnamese translation from translation project.
22603
d492e6d0
DM
22604 * po/de.po: Update German translation from translation project.
22605
d4baa62d
DM
226062013-07-26 David S. Miller <davem@davemloft.net>
22607
641aa7b4
DM
22608 * po/bg.po: Update Bulgarian translation from translation project.
22609
d4baa62d
DM
22610 * po/nl.po: Update Dutch translation from translation project.
22611 * po/pl.po: Update Polish translation from translation project.
22612 * po/ru.po: Update Russian translation from translation project.
22613
61a9dcb9
DM
226142013-07-24 David S. Miller <davem@davemloft.net>
22615
22616 * po/libc.pot: Update.
22617
7b1f8b58
AZ
226182013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22619
22620 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22621 variable page size.
22622 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22623 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22624 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22625
a8fc7a03
AK
226262013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22627
22628 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22629
e4608715
CD
226302013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
22631 Andreas Schwab <schwab@suse.de>
22632 Roland McGrath <roland@hack.frob.com>
22633 Joseph Myers <joseph@codesourcery.com>
22634 Carlos O'Donell <carlos@redhat.com>
22635
22636 [BZ #15755]
22637 * config.h.in: Define HAVE_PT_CHOWN.
22638 * config.make.in (build-pt-chown): New variable.
22639 * configure.in (--enable-pt_chown): New configure option.
22640 * configure: Regenerate.
22641 * login/Makefile: Include Makeconfig. Build pt_chown only if
22642 build-pt-chown is enabled.
22643 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22644 pt_chown to fix pty ownership.
22645 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22646 CLOSE_ALL_FDS.
22647 * manual/install.texi (Configuring and compiling): Mention
22648 --enable-pt_chown. Add @findex for grantpt.
22649 * INSTALL: Regenerate.
22650
da2d62df
DM
226512013-07-20 David S. Miller <davem@davemloft.net>
22652
22653 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22654 difference between 32-bit and 64-bit.
22655
d7e06450
CD
226562013-07-15 Carlos O'Donell <carlos@redhat.com>
22657
22658 [BZ #15711]
22659 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22660 Avoid system header dependency with -ffreestanding.
22661 ($(objpfx)bits/syscall%d): Likewise.
22662
f959cfd7
DM
226632013-07-13 David S. Miller <davem@davemloft.net>
22664
22665 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22666 underflows from atanl/atan2l due to bug 15319.
22667 (casinh_test_data): Likewise.
22668
c61f8513
DM
226692013-07-07 David S. Miller <davem@davemloft.net>
22670
22671 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22672
72c90ed0
JA
226732013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
22674
22675 * sysdeps/i386/fpu/libm-test-ulps: Update.
22676 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22677
52dfbe13
SP
226782013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22679
22680 * configure.in (--enable-lock-elision): Fix message text.
22681 * INSTALL: Regenerate.
22682 * configure: Regenerate.
22683
3f169543
AZ
226842013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22685
22686 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22687
521c6785
AJ
226882013-07-03 Andreas Jaeger <aj@suse.de>
22689
22690 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22691 define.
22692 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22693 (ptrace_peeksiginfo_args): Add.
22694 (__ptrace_peeksiginfo_flags): Add.
22695 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22696 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22697 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22698
d2cc15cb
AM
226992013-07-03 Allan McRae <allan@archlinux.org>
22700
22701 * sysdeps/i386/fpu/libm-test-ulps: Update.
22702
3aaeeca7
DM
227032013-07-02 David S. Miller <davem@davemloft.net>
22704
22705 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22706
5314ed1a
MT
227072013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
22708
22709 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22710
67338156
JM
227112013-07-02 Joseph Myers <joseph@codesourcery.com>
22712
22713 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22714 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22715
1717da59
AK
227162013-07-02 Andi Kleen <ak@linux.intel.com>
22717
22718 * config.h.in (ENABLE_LOCK_ELISION): Add.
22719 * configure.in (--enable-lock-elision): Add option.
22720 * manual/install.texi: Document --enable lock elision.
22721 * configure: Regenerate
22722 * INSTALL: Regenerate.
22723
1c81621c
L
227242013-07-02 H.J. Lu <hongjiu.lu@intel.com>
22725
22726 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22727 SSE4.2 strcasecmp for libc.a.
22728 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22729
77f01ab5
JM
227302013-07-02 Joseph Myers <joseph@codesourcery.com>
22731
22732 [BZ #13304]
22733 * soft-fp/op-common.h (_FP_FMA): New macro.
22734 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22735 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
22736 (_FP_MUL_MEAT_1_imm): ... here.
22737 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
22738 (_FP_MUL_MEAT_1_wide): ... here.
22739 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
22740 (_FP_MUL_MEAT_1_hard): ... here.
22741 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22742 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
22743 (_FP_MUL_MEAT_2_wide): ... here.
22744 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
22745 (_FP_MUL_MEAT_2_wide_3mul): ... here.
22746 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
22747 (_FP_MUL_MEAT_2_gmp): ... here.
22748 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22749 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
22750 (_FP_MUL_MEAT_4_wide): ... here.
22751 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
22752 (_FP_MUL_MEAT_4_gmp): ... here.
22753 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22754 (_FP_WFRACBITS_DW_S): Likewise.
22755 (_FP_WFRACXBITS_DW_S): Likewise.
22756 (_FP_HIGHBIT_DW_S): Likewise.
22757 (FP_FMA_S): Likewise.
22758 (_FP_FRAC_HIGH_DW_S): Likewise.
22759 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22760 (_FP_WFRACBITS_DW_D): Likewise.
22761 (_FP_WFRACXBITS_DW_D): Likewise.
22762 (_FP_HIGHBIT_DW_D): Likewise.
22763 (FP_FMA_D): Likewise.
22764 (_FP_FRAC_HIGH_DW_D): Likewise.
22765 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22766 (_FP_WFRACBITS_DW_E): Likewise.
22767 (_FP_WFRACXBITS_DW_E): Likewise.
22768 (_FP_HIGHBIT_DW_E): Likewise.
22769 (FP_FMA_E): Likewise.
22770 (_FP_FRAC_HIGH_DW_E): Likewise.
22771 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22772 (_FP_WFRACBITS_DW_Q): Likewise.
22773 (_FP_WFRACXBITS_DW_Q): Likewise.
22774 (_FP_HIGHBIT_DW_Q): Likewise.
22775 (FP_FMA_Q): Likewise.
22776 (_FP_FRAC_HIGH_DW_Q): Likewise.
22777 * soft-fp/fmasf4.c: New file.
22778 * soft-fp/fmadf4.c: Likewise.
22779 * soft-fp/fmatf4.c: Likewise.
22780
6308fd9a
LD
227812013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22782
22783 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22784 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22785 Silvermont.
22786 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22787 macro.
22788 (index_Slow_SSE4_2): Likewise.
22789 (index_Prefer_PMINUB_for_stringop): Likewise.
22790 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22791 bit_Slow_SSE4_2 is set.
22792 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22793 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22794
89cd9569
RA
227952013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22796
22797 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22798 rtld_global._dl_hwcap2.
22799 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22800 POWER8.
22801 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22802 POWER8 feature descriptions defined in _dl_hwcap2.
22803 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22804 string handling for POWER8 feature bits.
22805 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22806 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22807 _dl_powerpc_cap_flags.
22808 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22809 * sysdeps/powerpc/rtld-global-offsets.sym
22810 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22811 _dl_hwcap2 in the rtld_global_ro structure.
22812
1ae8bfe0
RA
228132013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22814
22815 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22816 hardware capabilities in support of AT_HWCAP2.
22817 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22818 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22819 GLRO(dl_hwcap2).
22820 (_dl_show_auxv): Add support for calling _dl_procinfo to display
22821 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
22822 explicitly the unknown a_type display mechanism is used.
22823 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22824 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22825 struct member.
22826 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22827 to macro prototype for AT_HWCAP2 support.
22828 * sysdeps/i386/dl-procinfo.h: Likewise.
22829 * sysdeps/s390/dl-procinfo.h: Likewise.
22830 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22831 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
22832 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
22833 return -1 for unknown a_type display fallback.
22834 * sysdeps/sparc/dl-procinfo.h: Likewise.
22835 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22836 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22837
8fbec010
JM
228382013-06-28 Joseph Myers <joseph@codesourcery.com>
22839
22840 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22841 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22842
0432680e
PY
228432013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
22844
22845 [BZ #12492]
22846 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22847 mprotect making __stack_prot writable.
22848
ce61a2ad
NF
228492013-06-28 Nathan Froyd <froydnj@codesourcery.com>
22850 Joseph Myers <joseph@codesourcery.com>
22851
22852 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22853 as being properly aligned.
22854
f91f1c0f
MR
228552013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
22856
3d0f5d0c
MR
22857 * dlfcn/modstatic5.c: New file.
22858 * dlfcn/tststatic5.c: New file.
22859 * dlfcn/Makefile (tests): Add tststatic5.
22860 (tests-static): Likewise.
22861 (modules-names): Add modstatic5.
22862 (tststatic5-ENV): New variable.
22863 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22864
f91f1c0f
MR
22865 [BZ #15022]
22866 * elf/dl-support.c (_dl_main_map): New variable.
22867 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22868 (_dl_nns, _dl_load_adds): Set to 1.
22869 (_dl_initial_searchlist): Refer to _dl_main_map.
22870 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22871 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22872 call to _dl_get_origin.
22873 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22874 around call_map.
22875 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22876 * dlfcn/modstatic3.c: New file.
22877 * dlfcn/tststatic3.c: New file.
22878 * dlfcn/tststatic4.c: New file.
22879 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22880 (tests-static): Likewise.
22881 (modules-names): Add modstatic3.
22882 (tststatic3-ENV, tststatic4-ENV): New variables.
22883 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22884 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22885
cbe7d24b
JM
228862013-06-26 Joseph Myers <joseph@codesourcery.com>
22887
22888 * configure.in (CC): Require GCC version 4.4 or later.
22889 * configure: Regenerated.
22890 * manual/install.texi (Tools for Compilation): Update GCC version
22891 requirement.
22892 * INSTALL: Regenerated.
22893
11b8a0e1
LD
228942013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22895
22896 [BZ #15674]
bb5bb87c
L
22897 * string/test-memcmp.c (check2): New.
22898 (main): Call check2.
22899
11b8a0e1
LD
22900 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22901
b0037103
MR
229022013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
22903
22904 [BZ #15022]
22905 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22906 over to...
22907 (dl_open_worker) [!SHARED]: ... here.
22908
c18c701d
RA
229092013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22910
22911 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22912
1d17fa5f
RH
229132013-06-25 Richard Henderson <rth@redhat.com>
22914
22915 * locale/programs/locarchive.c: Include <libc-internal.h>
22916
8fcb833a
JM
229172013-06-25 Joseph Myers <joseph@codesourcery.com>
22918
22919 * manual/texinfo.tex: Update to version 2013-06-21.17, with
22920 trailing whitespace removed.
22921
17db6e8d
MF
229222013-06-24 Mike Frysinger <vapier@gentoo.org>
22923
22924 [BZ #10283]
17db6e8d
MF
22925 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22926 * locale/programs/locarchive.c: Include libc-mmap.h.
22927 (prepare_address_space): Take two new outputs (the mmap base and len).
22928 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
22929 values.
22930 (create_archive): Declare new mmap base and len values for
22931 prepare_address_space, and store the result in ah.
22932 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22933 (enlarge_archive): If ah->mmap_base is not NULL, use that and
22934 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22935 Declare new mmap base and len values for
22936 prepare_address_space, and store the result in new_ah.
22937 (open_archive): Declare new mmap base and len values for
22938 prepare_address_space, and store the result in ah.
22939 (close_archive): If ah->mmap_base is not NULL, use that and
22940 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22941 * sysdeps/generic/libc-mmap.h: New file.
22942
d605071e
MF
229432013-06-24 Mike Frysinger <vapier@gentoo.org>
22944
22945 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22946 (ALIGN_UP): Likewise.
22947 (PTR_ALIGN_DOWN): Likewise.
22948 (PTR_ALIGN_UP): Likewise.
22949
2f063a6e
RA
229502013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22951
22952 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22953 entry mapped to PPC_PLATFORM_POWER8.
22954 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22955 POWER8.
22956 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22957 (_dl_string_platform): Add case for exporting platform position for
22958 POWER8.
22959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22960 search path to sysdeps/powerpc/powerpc32/power8 directory.
22961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22962 search path to sysdeps/powerpc/powerpc64/power8 directory.
22963 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22964 power7 directories.
22965 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22966 power7 directories.
22967
a31ee4b3
SP
229682013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22969
a74ca98f
SP
22970 * INSTALL: Regenerate.
22971
a31ee4b3
SP
22972 * nscd/connections.c (nscd_init): Fix comment.
22973
695c378f
JM
229742013-06-22 Joseph Myers <joseph@codesourcery.com>
22975
d8412221
JM
22976 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22977
695c378f
JM
22978 [BZ #15667]
22979 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22980 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22981
d1d54715
MR
229822013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22983
22984 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22985 DL_DST_REQ_STATIC.
22986 (DL_DST_REQ_STATIC): Remove macro.
22987
8fdda7af
JM
229882013-06-21 Joseph Myers <joseph@codesourcery.com>
22989
22990 [BZ #7006]
22991 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22992 with a shift of 0 bits.
22993
f3bc5e5a
MR
229942013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22995
22996 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22997 $(tststatic-ENV).
22998
be09e8c9
KK
229992013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
23000
23001 [BZ #15655]
23002 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23003
85c2e611
AZ
230042013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23005
23006 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23007 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23008 accepts -fno-tree-loop-distribute-patterns.
23009 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23010 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23011 recursive call.
23012 * string/memset.c (memset): Likewise.
23013 * string/test-memmove.c (simple_memmove): Disable loop transformation
23014 to library calls.
23015 * string/test-memset.c (simple_memset): Likewise.
23016 * benchtests/bench-memmove.c (simple_memmove): Likewise.
23017 * benchtests/bench-memset.c (simple_memset): Likewise.
23018 * configure: Regenerated.
23019
c91e0825
JM
230202013-06-20 Joseph Myers <joseph@codesourcery.com>
23021
b8c792af
JM
23022 * math/test-misc.c (main): Ignore fesetround failure when failures
23023 of subsequent rounding tests would be ignored.
23024
c91e0825
JM
23025 [BZ #15654]
23026 * math/fedisblxcpt.c (fedisableexcept): Return 0.
23027 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23028 * math/fegetenv.c (__fegetenv): Return 0.
23029 * math/fegetexcept.c (fegetexcept): Return 0.
23030 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23031 FE_TONEAREST.
23032 * math/feholdexcpt.c (feholdexcept): Return 0.
23033 * math/fesetenv.c (__fesetenv): Return 0.
23034 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23035 argument FE_TONEAREST.
23036 * math/feupdateenv.c (__feupdateenv): Return 0.
23037 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23038
bfcacbde
RM
230392013-06-18 Roland McGrath <roland@hack.frob.com>
23040
23041 * elf/rtld-Rules (rtld-compile-command.S): New variable.
23042 (rtld-compile-command.s, rtld-compile-command.c): New variables.
23043 ($(objpfx)rtld-%.os rules): Use them.
23044
e55a9b25
AZ
230452013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23046
23047 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23048 fields.
23049
346d65b3
RM
230502013-06-17 Roland McGrath <roland@hack.frob.com>
23051
12086fb4
RM
23052 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23053 length of target pattern, then descending length of dependency pattern.
23054 * configure.in (AWK): Require gawk 3.1.2 or newer.
23055 * manual/install.texi (Tools for Compilation): Say that we do.
23056 * configure: Regenerated.
23057
346d65b3
RM
23058 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23059 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23060 * scripts/sysd-rules.awk: ... this new script.
23061 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23062 than a glob-style pattern.
23063
1a846317
JM
230642013-06-17 Joseph Myers <joseph@codesourcery.com>
23065
23066 * math/test-misc.c (main): Do not treat incorrectly rounded
23067 conversions as failure unless ROUNDING_TESTS passes.
23068
8fc75e6f
JM
230692013-06-15 Joseph Myers <joseph@codesourcery.com>
23070
3711a167
JM
23071 [BZ #15631]
23072 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23073 restore exception state around main square root computation, then
23074 check for inexactness explicitly.
23075
8fc75e6f
JM
23076 * math/libm-test.inc (fma_test_data): Add another test.
23077
61dd6208
SP
230782013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23079
adf23d2c
SP
23080 * manual/threads.texi (Non-POSIX Extensions): New document
23081 node. Document pthread_getattr_default_np and
23082 pthread_setattr_default_np.
23083
61dd6208
SP
23084 * Versions.def (libpthread): Add GLIBC_2.18.
23085 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23087 Likewise.
23088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23089 Likewise.
23090 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23091 Likewise.
23092 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23093 Likewise.
23094 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23095 Likewise.
23096 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23097 Likewise.
23098 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23099 Likewise.
23100 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23101 Likewise.
23102 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23103 Likewise.
23104
d086fc7b
LD
231052013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
23106
23107 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23108 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23109
747ef469
SP
231102013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
23111 H.J. Lu <hjl.tools@gmail.com>
23112
23113 [BZ #15627]
23114 * sysdeps/x86_64/rtld-memset.c: Remove file.
23115 * sysdeps/x86_64/rtld-memset.S: New file.
23116
1b2feed2
JM
231172013-06-14 Joseph Myers <joseph@codesourcery.com>
23118
23119 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23120 (test_in_one_mode): Take arguments for whether the rounding mode
23121 is supported for each floating-point type.
23122 (do_test): Pass new arguments to test_in_one_mode using
23123 ROUNDING_TESTS.
23124
a58ad3f8
RM
231252013-06-13 Roland McGrath <roland@hack.frob.com>
23126
23127 * posix/tst-waitid.c (do_test): Distinguish different instances of
23128 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
23129 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23130 before entering the kernel for waitpid.
23131
c204ab28
SP
231322013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23133
23134 * NEWS: Fix note on clock function precision. Text by Roland
23135 McGrath.
23136
f4a29fba
RM
231372013-06-13 Roland McGrath <roland@hack.frob.com>
23138
23139 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23140 it into place only when and if the sanity check passes.
23141
1f24b9ad
JM
231422013-06-13 Joseph Myers <joseph@codesourcery.com>
23143
23144 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23145 output for whether conversion result is exact. Take argument
23146 indicating whether type is IBM long double.
23147 (round_for_all): Change need_exact field to ibm_ld.
23148 * stdlib/tst-strtod-round.c (struct exactness): New type.
23149 (struct test): Change bool ld_ok field to struct exactness exact.
23150 (TEST): Update all definitions for change to field.
23151 (tests): Regenerate array contents.
23152 (test_in_one_mode): Take pointer to new field instead of old ld_ok
23153 field value. Check for IBM long double here.
23154 (do_test): Update calls to test_in_one_mode.
23155
58206c68
SP
231562013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
23157
23158 [BZ #12515]
23159 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23160 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23161
2d6f4c5b 231622013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
23163
23164 [BZ #15605]
23165 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23166 generated by the compiler on loop optimizations.
23167 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23168 general definitions.
23169
94f2c076
JM
231702013-06-12 Joseph Myers <joseph@codesourcery.com>
23171
23172 * math/bug-nextafter.c: Include <math-tests.h>.
23173 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23174 the relevant type.
23175 * math/bug-nexttoward.c: Include <math-tests.h>.
23176 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23177 the relevant type.
23178 * math/test-misc.c: Include <math-tests.h>.
23179 (main): Only test for exceptions if EXCEPTION_TESTS is true for
23180 the relevant type.
23181
e0e50a0a
AJ
231822013-06-12 Andreas Jaeger <aj@suse.de>
23183
23184 * po/ia.po: Update Interlingua translation from translation
23185 project.
23186
25061094
SP
231872013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23188
23189 * include/fenv.h: Include stdbool.h.
23190 (struct rm_ctx): New structure.
23191 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23192 Define macro.
23193 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23194 (SET_RESTORE_ROUNDF): Likewise.
23195 (SET_RESTORE_ROUNDL): Likewise.
23196 (SET_RESTORE_ROUND_NOEX): Likewise.
23197 (SET_RESTORE_ROUND_NOEXF): Likewise.
23198 (SET_RESTORE_ROUND_NOEXL): Likewise.
23199 (SET_RESTORE_ROUND_53BIT): Likewise.
23200 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23201 (libc_feresetround_noexf_ctx): Likewise.
23202 (libc_feresetround_noexl_ctx): Likewise.
23203 (libc_feholdsetround_53bit_ctx): Likewise.
23204 (libc_feresetround_53bit_ctx): Likewise.
23205 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23206 (libc_feholdexcept_setround_sse_ctx): New function.
23207 (libc_fesetenv_sse_ctx): Likewise.
23208 (libc_feupdateenv_sse_ctx): Likewise.
23209 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23210 (libc_feholdexcept_setround_387_ctx): Likewise.
23211 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23212 (libc_feholdsetround_387_prec_ctx): Likewise.
23213 (libc_feholdsetround_387_ctx): Likewise.
23214 (libc_feholdsetround_387_53bit_ctx): Likewise.
23215 (libc_feholdsetround_sse_ctx): Likewise.
23216 (libc_feresetround_sse_ctx): Likewise.
23217 (libc_feresetround_387_ctx): Likewise.
23218 (libc_feupdateenv_387_ctx): Likewise.
23219 (libc_feholdexcept_setroundf_ctx): Define macro.
23220 (libc_fesetenvf_ctx): Likewise.
23221 (libc_feupdateenvf_ctx): Likewise.
23222 (libc_feholdsetroundf_ctx): Likewise.
23223 (libc_feresetroundf_ctx): Likewise.
23224 (libc_feholdexcept_setround_ctx): Likewise.
23225 (libc_fesetenv_ctx): Likewise.
23226 (libc_feupdateenv_ctx): Likewise.
23227 (libc_feholdsetround_ctx): Likewise.
23228 (libc_feresetround_ctx): Likewise.
23229 (libc_feholdexcept_setroundl_ctx): Likewise.
23230 (libc_feupdateenvl_ctx): Likewise.
23231 (libc_feholdsetroundl_ctx): Likewise.
23232 (libc_feresetroundl_ctx): Likewise.
23233 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23234 (libc_feresetround_53bit_ctx): Likewise.
23235
59b30555
SP
232362013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23237
23238 * locale/iso-639.def: Convert to UTF-8.
23239
f1d73d30
JM
232402013-06-11 Joseph Myers <joseph@codesourcery.com>
23241
23242 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23243 (EXCEPTION_TESTS_double): Likewise.
23244 (EXCEPTION_TESTS_long_double): Likewise.
23245 (EXCEPTION_TESTS): Likewise.
23246 * math/libm-test.inc (test_exceptions): Only test exceptions if
23247 EXCEPTION_TESTS (FLOAT).
23248
94aca5e7
SP
232492013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23250
23251 * benchtests/Makefile (string-bench): Add strcpy_chk and
23252 stpcpy_chk.
23253 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23254 * benchtests/bench-stpcpy_chk.c: New file.
23255 * benchtests/bench-strcpy_chk-ifunc.c: New file.
23256 * benchtests/bench-strcpy_chk.c: New file.
23257 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23258 code.
23259 (do_test): Likewise.
23260
fac0c5f2
RA
232612013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23262
23263 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23264 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23265 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23266 with tabs where appropriate.
23267 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23268 dl-procinfo.h.
23269 [PPC_PLATFORM_PPC440]: Likewise.
23270 [PPC_PLATFORM_PPC464]: Likewise.
23271 [PPC_PLATFORM_PPC476]: Likewise.
23272 (_dl_string_platform): Add support for detecting ppc405, ppc440,
23273 ppc464, and ppc476 platform strings merging from ports/
23274 dl-procinfo.h.
23275
f22bc486
AS
232762013-06-11 Andreas Schwab <schwab@suse.de>
23277
23278 [BZ #14991]
23279 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23280 (from_ucs4_idx): Regenerate.
23281 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23282 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23283 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23284 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23285 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23286 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23287 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23288 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23289 from FROM_LOOP and TO_LOOP specific macros.
23290 (BODY): Handle combining characters.
23291 * iconvdata/BIG5HKSCS.irreversible: Update.
23292 * iconvdata/BIG5HKSCS.precomposed: New file.
23293 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23294 characters.
23295 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23296
c1f75dc3
SP
232972013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23298
4eacded2
SP
23299 * include/sys/time.h: Fix indentation and add copyright header.
23300
fec799f8
SP
23301 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23302 (do_test): Likewise.
23303 * string/test-memchr.c (do_one_test): Likewise.
23304 (do_test): Likewise.
23305 * string/test-memcmp.c (do_one_test): Likewise.
23306 (do_test): Likewise.
23307 * string/test-memcpy.c (do_one_test): Likewise.
23308 (do_test): Likewise.
23309 * string/test-memmem.c (do_one_test): Likewise.
23310 (do_test): Likewise.
23311 (do_random_tests): Likewise.
23312 * string/test-memmove.c (do_one_test): Likewise.
23313 (do_test): Likewise.
23314 * string/test-memset.c (do_one_test): Likewise.
23315 (do_test): Likewise.
23316 * string/test-rawmemchr.c (do_one_test): Likewise.
23317 (do_test): Likewise.
23318 * string/test-strcasecmp.c (do_one_test): Likewise.
23319 (do_test): Likewise.
23320 * string/test-strcasestr.c (do_one_test): Likewise.
23321 (do_test): Likewise.
23322 * string/test-strcat.c (do_one_test): Likewise.
23323 (do_test): Likewise.
23324 * string/test-strchr.c (do_one_test): Likewise.
23325 (do_test): Likewise.
23326 * string/test-strcmp.c (do_one_test): Likewise.
23327 (do_test): Likewise.
23328 * string/test-strcpy.c (do_one_test): Likewise.
23329 (do_test): Likewise.
23330 * string/test-string.h: Likewise.
23331 (test_init): Likewise.
23332 * string/test-strlen.c (do_one_test): Likewise.
23333 (do_test): Likewise.
23334 * string/test-strncasecmp.c (do_one_test): Likewise.
23335 (do_test): Likewise.
23336 * string/test-strncat.c (do_one_test): Likewise.
23337 (do_test): Likewise.
23338 * string/test-strncmp.c (do_one_test): Likewise.
23339 (do_test_limit): Likewise.
23340 (do_test): Likewise.
23341 * string/test-strncpy.c (do_one_test): Likewise.
23342 (do_test): Likewise.
23343 * string/test-strnlen.c (do_one_test): Likewise.
23344 (do_test): Likewise.
23345 * string/test-strpbrk.c (do_one_test): Likewise.
23346 (do_test): Likewise.
23347 * string/test-strrchr.c (do_one_test): Likewise.
23348 (do_test): Likewise.
23349 * string/test-strspn.c (do_one_test): Likewise.
23350 (do_test): Likewise.
23351 * string/test-strstr.c (do_one_test): Likewise.
23352 (do_test): Likewise.
23353
97020474
SP
23354 * benchtests/Makefile (string-bench): Add string benchmarks.
23355 * benchtests/bench-bcopy-ifunc.c: New file.
23356 * benchtests/bench-bcopy.c: New file.
23357 * benchtests/bench-bzero-ifunc.c: New file.
23358 * benchtests/bench-bzero.c: New file.
23359 * benchtests/bench-memccpy-ifunc.c: New file.
23360 * benchtests/bench-memccpy.c: New file.
23361 * benchtests/bench-memchr-ifunc.c: New file.
23362 * benchtests/bench-memchr.c: New file.
23363 * benchtests/bench-memcmp-ifunc.c: New file.
23364 * benchtests/bench-memcmp.c: New file.
23365 * benchtests/bench-memmem-ifunc.c: New file.
23366 * benchtests/bench-memmem.c: New file.
23367 * benchtests/bench-memmove-ifunc.c: New file.
23368 * benchtests/bench-memmove.c: New file.
23369 * benchtests/bench-mempcpy-ifunc.c: New file.
23370 * benchtests/bench-mempcpy.c: New file.
23371 * benchtests/bench-memset-ifunc.c: New file.
23372 * benchtests/bench-memset.c: New file.
23373 * benchtests/bench-rawmemchr-ifunc.c: New file.
23374 * benchtests/bench-rawmemchr.c: New file.
23375 * benchtests/bench-stpcpy-ifunc.c: New file.
23376 * benchtests/bench-stpcpy.c: New file.
23377 * benchtests/bench-stpncpy-ifunc.c: New file.
23378 * benchtests/bench-stpncpy.c: New file.
23379 * benchtests/bench-strcasecmp-ifunc.c: New file.
23380 * benchtests/bench-strcasecmp.c: New file.
23381 * benchtests/bench-strcasestr-ifunc.c: New file.
23382 * benchtests/bench-strcasestr.c: New file.
23383 * benchtests/bench-strcat-ifunc.c: New file.
23384 * benchtests/bench-strcat.c: New file.
23385 * benchtests/bench-strchr-ifunc.c: New file.
23386 * benchtests/bench-strchr.c: New file.
23387 * benchtests/bench-strchrnul-ifunc.c: New file.
23388 * benchtests/bench-strchrnul.c: New file.
23389 * benchtests/bench-strcmp-ifunc.c: New file.
23390 * benchtests/bench-strcmp.c: New file.
23391 * benchtests/bench-strcpy-ifunc.c: New file.
23392 * benchtests/bench-strcpy.c: New file.
23393 * benchtests/bench-strcspn-ifunc.c: New file.
23394 * benchtests/bench-strcspn.c: New file.
23395 * benchtests/bench-strlen-ifunc.c: New file.
23396 * benchtests/bench-strlen.c: New file.
23397 * benchtests/bench-strncasecmp-ifunc.c: New file.
23398 * benchtests/bench-strncasecmp.c: New file.
23399 * benchtests/bench-strncat-ifunc.c: New file.
23400 * benchtests/bench-strncat.c: New file.
23401 * benchtests/bench-strncmp-ifunc.c: New file.
23402 * benchtests/bench-strncmp.c: New file.
23403 * benchtests/bench-strncpy-ifunc.c: New file.
23404 * benchtests/bench-strncpy.c: New file.
23405 * benchtests/bench-strnlen-ifunc.c: New file.
23406 * benchtests/bench-strnlen.c: New file.
23407 * benchtests/bench-strpbrk-ifunc.c: New file.
23408 * benchtests/bench-strpbrk.c: New file.
23409 * benchtests/bench-strrchr-ifunc.c: New file.
23410 * benchtests/bench-strrchr.c: New file.
23411 * benchtests/bench-strspn-ifunc.c: New file.
23412 * benchtests/bench-strspn.c: New file.
23413 * benchtests/bench-strstr-ifunc.c: New file.
23414 * benchtests/bench-strstr.c: New file.
23415
c1f75dc3
SP
23416 * benchtests/Makefile: Disable parallel execution of targets.
23417 (string-bench): Add memcpy.
23418 (benchset): New variable to store a list of benchmark sets.
23419 (bench-func): Renamed from bench.
23420 (bench-set): New target.
23421 (bench): Depend on bench-func and bench-set.
23422 * benchtests/README: Add section on benchmark sets.
23423 * benchtests/bench-memcpy-ifunc.c: New file.
23424 * benchtests/bench-memcpy.c: New file.
23425 * benchtests/bench-string.h: New file.
23426
50fd745b
AS
234272013-06-11 Andreas Schwab <schwab@suse.de>
23428
23429 [BZ #15577]
23430 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23431 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23432 values in the triple.
23433 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23434 terminator in the group key.
23435
3ee7e9fe
AJ
234362013-06-11 Andreas Jaeger <aj@suse.de>
23437
23438 * po/zh_TW.po: Update Chinese (traditional) translation from
23439 translation project.
23440
89fb6835
SP
234412013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23442
23443 * include/time.h (__clock_gettime): Add libc_hidden_proto.
23444 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23445 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
23446 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23447 (clock_getcpuclockid): Likewise.
23448 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23449 Add weak_alias and libc_hidden_def.
23450 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23451 * rt/clock_gettime.c (clock_gettime): Rename to
23452 __clock_gettime. Add weak_alias and libc_hidden_def.
23453 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23454 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23455 __clock_nanosleep. Add weak_alias and libc_hidden_def.
23456 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23457 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23458 Likewise.
23459 * rt/clock_settime.c (clock_settime): Rename to
23460 __clock_settime. Add weak_alias and libc_hidden_def.
23461 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23462
0efa6f8b
JM
234632013-06-10 Joseph Myers <joseph@codesourcery.com>
23464
b8c61b4b
JM
23465 * mach/err_boot.sub: Remove trailing whitespace.
23466 * mach/err_ipc.sub: Likewise.
23467 * mach/err_mach.sub: Likewise.
23468
0efa6f8b
JM
23469 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23470 (ROUNDING_TESTS_double): Likewise.
23471 (ROUNDING_TESTS_long_double): Likewise.
23472 (ROUNDING_TESTS): Likewise.
23473 * math/libm-test.inc: Include <math-tests.h>.
23474 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23475 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23476 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23477 (IF_ROUND_INIT_FE_UPWARD): Likewise.
23478
50b818bf
SP
234792013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23480
23481 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23482 of assigning.
23483
60d2f8f3
JM
234842013-06-08 Joseph Myers <joseph@codesourcery.com>
23485
4902d2c3
JM
23486 * sysdeps/gnu/errlist.awk: Do not generate space at end of
23487 otherwise empty TRANS lines.
23488 * sysdeps/gnu/errlist.c: Regenerated.
23489
60d2f8f3
JM
23490 * catgets/gencat.c (error_print): Use (void) in function
23491 definition.
23492 * crypt/crypt_util.c (__init_des): Likewise.
23493 * crypt/speeds.c (Stop): Likewise.
23494 (main): Likewise.
23495 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23496 * inet/ruserpass.c (token): Likewise.
23497 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23498 * intl/localealias.c (extend_alias_table): Likewise.
23499 * intl/plural-exp.c (init_germanic_plural): Likewise.
23500 * libio/fcloseall.c (__fcloseall): Likewise.
23501 * libio/genops.c (_IO_flush_all): Likewise.
23502 (_IO_flush_all_linebuffered): Likewise.
23503 (_IO_cleanup): Likewise.
23504 (_IO_iter_begin): Likewise.
23505 (_IO_iter_end): Likewise.
23506 (_IO_list_lock): Likewise.
23507 (_IO_list_unlock): Likewise.
23508 (_IO_list_resetlock): Likewise.
23509 * libio/getchar.c (getchar): Likewise.
23510 * libio/getchar_u.c (getchar_unlocked): Likewise.
23511 * libio/getwchar.c (getwchar): Likewise.
23512 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23513 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23514 * login/getpt.c (__getpt): Likewise.
23515 * login/tst-utmp.c (main): Likewise.
23516 * malloc/hooks.c (__malloc_check_init): Likewise.
23517 * malloc/malloc.c (__malloc_stats): Likewise.
23518 * malloc/mtrace.c (tr_break): Likewise.
23519 (mtrace): Likewise.
23520 (muntrace): Likewise.
23521 * misc/fstab.c (endfsent): Likewise.
23522 * misc/getclktck.c (__getclktck): Likewise.
23523 * misc/getdtsz.c (__getdtablesize): Likewise.
23524 * misc/gethostid.c (gethostid): Likewise.
23525 * misc/getpagesize.c (__getpagesize): Likewise.
23526 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23527 (__get_nprocs): Likewise.
23528 (__get_phys_pages): Likewise.
23529 (__get_avphys_pages): Likewise.
23530 * misc/getttyent.c (getttyent): Likewise.
23531 (setttyent): Likewise.
23532 (endttyent): Likewise.
23533 * misc/getusershell.c (getusershell): Likewise.
23534 (endusershell): Likewise.
23535 (setusershell): Likewise.
23536 (initshells): Likewise.
23537 * misc/hsearch.c (__hdestroy): Likewise.
23538 * misc/sync.c (sync): Likewise.
23539 * misc/syslog.c (closelog_internal): Likewise.
23540 (closelog): Likewise.
23541 * misc/ttyslot.c (ttyslot): Likewise.
23542 * misc/vhangup.c (vhangup): Likewise.
23543 * posix/fork.c (__fork): Likewise.
23544 * posix/getegid.c (__getegid): Likewise.
23545 * posix/geteuid.c (__geteuid): Likewise.
23546 * posix/getgid.c (__getgid): Likewise.
23547 * posix/getpid.c (__getpid): Likewise.
23548 * posix/getppid.c (__getppid): Likewise.
23549 * posix/getuid.c (__getuid): Likewise.
23550 * posix/pause.c (pause): Likewise.
23551 * posix/setpgrp.c (setpgrp): Likewise.
23552 * posix/setsid.c (__setsid): Likewise.
23553 * posix/test-vfork.c (noop): Likewise.
23554 * resolv/gethnamaddr.c (_endhtent): Likewise.
23555 (_gethtent): Likewise.
23556 (ht_endhostent): Likewise.
23557 (gethostent): Likewise.
23558 (dns_service): Likewise.
23559 * stdlib/drand48.c (drand48): Likewise.
23560 * stdlib/lrand48.c (lrand48): Likewise.
23561 * stdlib/mrand48.c (mrand48): Likewise.
23562 * stdlib/rand.c (rand): Likewise.
23563 * stdlib/random.c (__random): Likewise.
23564 * stdlib/setenv.c (clearenv): Likewise.
23565 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23566 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23567 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23568 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23569 (__get_nprocs): Likewise.
23570 (__get_phys_pages): Likewise.
23571 (__get_avphys_pages): Likewise.
23572 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23573 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23574 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23575 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23576 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23577 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23578 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23579 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23580 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23581 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23582 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23583 * sysdeps/mach/hurd/sync.c (sync): Likewise.
23584 * sysdeps/posix/clock.c (clock): Likewise.
23585 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23586 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23587 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23588 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23589 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23590 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23591 (__get_nprocs_conf): Likewise.
23592 (__get_phys_pages): Likewise.
23593 (__get_avphys_pages): Likewise.
23594 * time/clock.c (clock): Likewise.
23595 * time/tzset.c (__tzname_max): Likewise.
23596
2e09a79a
JM
235972013-06-07 Joseph Myers <joseph@codesourcery.com>
23598
23599 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23600 (__bswap_32): Do not use "register".
23601 * crypt/crypt.c (_ufc_doit_r): Likewise.
23602 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23603 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23604 * gmon/gmon.c (__monstartup): Likewise.
23605 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23606 * hurd/hurdmalloc.c (more_memory): Likewise.
23607 (malloc): Likewise.
23608 (free): Likewise.
23609 (realloc): Likewise.
23610 (malloc_fork_prepare): Likewise.
23611 (malloc_fork_parent): Likewise.
23612 (malloc_fork_child): Likewise.
23613 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23614 (_svcauth_des): Likewise.
23615 * inet/inet_lnaof.c (inet_lnaof): Likewise.
23616 * inet/inet_net.c (inet_network): Likewise.
23617 * inet/inet_netof.c (inet_netof): Likewise.
23618 * inet/rcmd.c (__validuser2_sa): Likewise.
23619 * io/fts.c (fts_open): Likewise.
23620 (fts_load): Likewise.
23621 (fts_close): Likewise.
23622 (fts_read): Likewise.
23623 (fts_children): Likewise.
23624 (fts_build): Likewise.
23625 (fts_stat): Likewise.
23626 (fts_sort): Likewise.
23627 (fts_alloc): Likewise.
23628 (fts_lfree): Likewise.
23629 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23630 (_IO_file_xsgetn): Likewise.
23631 (_IO_file_xsgetn_mmap): Likewise.
23632 * libio/iofopncook.c (_IO_cookie_read): Likewise.
23633 (_IO_cookie_write): Likewise.
23634 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23635 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23636 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23637 * malloc/obstack.c (_obstack_begin): Likewise.
23638 (_obstack_begin_1): Likewise.
23639 (_obstack_newchunk): Likewise.
23640 (_obstack_allocated_p): Likewise.
23641 (obstack_free): Likewise.
23642 (_obstack_memory_used): Likewise.
23643 * misc/getttyent.c (getttynam): Likewise.
23644 (getttyent): Likewise.
23645 (skip): Likewise.
23646 (value): Likewise.
23647 * misc/getusershell.c (initshells): Likewise.
23648 * misc/syslog.c (__vsyslog_chk): Likewise.
23649 * misc/ttyslot.c (ttyslot): Likewise.
23650 * nis/nis_hash.c (__nis_hash): Likewise.
23651 * posix/fnmatch_loop.c (FCT): Likewise.
23652 * posix/getconf.c (print_all): Likewise.
23653 (main): Likewise.
23654 * posix/getopt.c (exchange): Likewise.
23655 * posix/glob.c (globfree): Likewise.
23656 (prefix_array): Likewise.
23657 (__glob_pattern_type): Likewise.
23658 * resolv/arpa/nameser.h (NS_GET16): Likewise.
23659 (NS_GET32): Likewise.
23660 (NS_PUT16): Likewise.
23661 (NS_PUT32): Likewise.
23662 * resolv/gethnamaddr.c (getanswer): Likewise.
23663 (gethostbyname2): Likewise.
23664 (gethostbyaddr): Likewise.
23665 (_gethtent): Likewise.
23666 (_gethtbyname2): Likewise.
23667 (_gethtbyaddr): Likewise.
23668 * resolv/ns_print.c (dst_s_get_int16): Likewise.
23669 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23670 * resolv/res_init.c (__res_vinit): Likewise.
23671 (net_mask): Likewise.
23672 * resolv/res_mkquery.c (outchar): Likewise.
23673 (PRINT): Likewise.
23674 * stdio-common/printf_fp.c (outchar): Likewise.
23675 (PRINT): Likewise.
23676 * stdio-common/printf_fphex.c (outchar): Likewise.
23677 (PRINT): Likewise.
23678 * stdio-common/printf_size.c (outchar): Likewise.
23679 (PRINT): Likewise.
23680 * stdio-common/test_rdwr.c (main): Likewise.
23681 * stdio-common/tfformat.c (matches): Likewise.
23682 * stdio-common/vfprintf.c (outchar): Likewise.
23683 (printf_unknown): Likewise.
23684 (buffered_vfprintf): Likewise.
23685 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23686 * stdio-common/xbug.c (AppendToBuffer): Likewise.
23687 (ReadFile): Likewise.
23688 * stdlib/qsort.c (SWAP): Likewise.
23689 (_quicksort): Likewise.
23690 * stdlib/setenv.c (__add_to_environ): Likewise.
23691 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23692 * stdlib/strtol_l.c (__strtol_l): Likewise.
23693 * stdlib/tst-strtod.c (main): Likewise.
23694 * stdlib/tst-strtol.c (main): Likewise.
23695 * stdlib/tst-strtoll.c (main): Likewise.
23696 * string/bits/string2.h (__strcmp_cc): Likewise.
23697 (__strcmp_cg): Likewise.
23698 (__strcspn_c1): Likewise.
23699 (__strcspn_c2): Likewise.
23700 (__strcspn_c3): Likewise.
23701 (__strspn_c1): Likewise.
23702 (__strspn_c2): Likewise.
23703 (__strspn_c3): Likewise.
23704 (__strsep_1c): Likewise.
23705 (__strsep_2c): Likewise.
23706 (__strsep_3c): Likewise.
23707 * string/memccpy.c (__memccpy): Likewise.
23708 * string/stpcpy.c (__stpcpy): Likewise.
23709 * string/strcmp.c (strcmp): Likewise.
23710 * string/strrchr.c (strrchr): Likewise.
23711 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23712 Likewise.
23713 * sysdeps/mach/hurd/getcwd.c
23714 (_hurd_canonicalize_directory_name_internal): Likewise.
23715 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23716 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23717 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23718 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23719 Likewise, in both definitions.
23720 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23721 definitions.
23722 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23723 64] (__bswap_64): Likewise.
23724 * time/test_time.c (main): Likewise.
23725 * time/tzfile.c (__tzfile_read): Likewise.
23726 (__tzfile_compute): Likewise.
23727 * time/tzset.c (__tzset_parse_tz): Likewise.
23728 (tzset_internal): Likewise.
23729 (compute_change): Likewise.
23730 * wcsmbs/wcscat.c (__wcscat): Likewise.
23731 * wcsmbs/wcschr.c (wcschr): Likewise.
23732 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23733 * wcsmbs/wcscspn.c (wcscspn): Likewise.
23734 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23735 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23736 * wcsmbs/wcsspn.c (wcsspn): Likewise.
23737 * wcsmbs/wcsstr.c (wcsstr): Likewise.
23738 * wcsmbs/wmemchr.c (wmemchr): Likewise.
23739 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23740 * wcsmbs/wmemset.c (wmemset): Likewise.
23741
9e54314b
JM
237422013-06-06 Joseph Myers <joseph@codesourcery.com>
23743
23744 * scripts/config.guess: Update to version 2013-05-16.
23745 * scripts/config.sub: Update to version 2013-04-24.
23746 * scripts/install-sh: Update to version 2011-11-20.07.
23747 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23748 * scripts/move-if-change: Update to version 2012-01-06 07:23.
23749
350635a5
OB
237502013-06-06 Ondřej Bílka <neleai@seznam.cz>
23751
23752 * debug/fgetws_u_chk.c: Fix leading whitespaces.
23753 * elf/sln.c: Likewise.
23754 * hurd/hurd/ioctl.h: Likewise.
23755 * hurd/hurdmalloc.c: Likewise.
23756 * hurd/xattr.c: Likewise.
23757 * include/shlib-compat.h: Likewise.
23758 * inet/ruserpass.c: Likewise.
23759 * libio/iofgets_u.c: Likewise.
23760 * libio/iofgetws_u.c: Likewise.
23761 * locale/programs/ld-identification.c: Likewise.
23762 * locale/programs/ld-time.c: Likewise.
23763 * mach/msg-destroy.c: Likewise.
23764 * nss/nss_files/files-netgrp.c: Likewise.
23765 * resolv/res_data.c: Likewise.
23766 * soft-fp/op-1.h: Likewise.
23767 * soft-fp/op-2.h: Likewise.
23768 * soft-fp/op-4.h: Likewise.
23769 * soft-fp/op-common.h: Likewise.
23770 * stdio-common/printf_fphex.c: Likewise.
23771 * stdlib/strtod_l.c: Likewise.
23772 * sunrpc/rpc/clnt.h: Likewise.
23773 * sysdeps/generic/framestate.c: Likewise.
23774 * sysdeps/i386/bsd-_setjmp.S: Likewise.
23775 * sysdeps/i386/bsd-setjmp.S: Likewise.
23776 * sysdeps/i386/__longjmp.S: Likewise.
23777 * sysdeps/i386/setjmp.S: Likewise.
23778 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23779 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23780 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23781 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23782 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23783 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23784 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23785 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23786 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23787 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23788 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23789 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23790 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23791 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23792 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23793 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23794 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23795 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23796 * sysdeps/ieee754/support.c: Likewise.
23797 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23798 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23799 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23800 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23801 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23802 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23803 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23804 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23805 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23806 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23807 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23808 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23809 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23810 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23811 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23812 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23813 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23815
44a988af
OB
238162013-06-05 Ondřej Bílka <neleai@seznam.cz>
23817
25506f09 23818 * posix/transbug.c: Remove executable mode.
44a988af 23819
9c84384c
JM
238202013-06-05 Joseph Myers <joseph@codesourcery.com>
23821
23822 * crypt/speeds.c: Remove trailing whitespace.
23823 * dlfcn/default.c: Likewise.
23824 * elf/ifuncdep2.c: Likewise.
23825 * elf/ifuncmain1.c: Likewise.
23826 * elf/ifuncmain1vis.c: Likewise.
23827 * elf/testobj.h: Likewise.
23828 * elf/tst-stackguard1.c: Likewise.
23829 * gmon/sys/gmon.h: Likewise.
23830 * hurd/hurdmsg.c: Likewise.
23831 * hurd/new-fd.c: Likewise.
23832 * hurd/ports-get.c: Likewise.
23833 * iconvdata/ibm1008_420.c: Likewise.
23834 * inet/tst-getni1.c: Likewise.
23835 * inet/tst-getni2.c: Likewise.
23836 * libio/ioungetc.c: Likewise.
23837 * libio/wfiledoalloc.c: Likewise.
23838 * manual/libm-err-tab.pl: Likewise.
23839 * math/w_dremf.c: Likewise.
23840 * misc/ftruncate.c: Likewise.
23841 * posix/bug-glob2.c: Likewise.
23842 * posix/tst-pcre.c: Likewise.
23843 * posix/wait4.c: Likewise.
23844 * resolv/README: Likewise.
23845 * resolv/res_debug.h: Likewise.
23846 * resolv/tst-inet_ntop.c: Likewise.
23847 * setjmp/bug269-setjmp.c: Likewise.
23848 * soft-fp/extended.h: Likewise.
23849 * soft-fp/op-1.h: Likewise.
23850 * soft-fp/op-2.h: Likewise.
23851 * soft-fp/op-4.h: Likewise.
23852 * soft-fp/op-8.h: Likewise.
23853 * soft-fp/testit.c: Likewise.
23854 * stdio-common/bug16.c: Likewise.
23855 * stdlib/random.c: Likewise.
23856 * sunrpc/rpcsvc/rquota.x: Likewise.
23857 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23858 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23859 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23860 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23861 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23862 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23863 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23864 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23865 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23866 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23867 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23868 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23869 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23870 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23871 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23872 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23873 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23874 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23875 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23876 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23877 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23878 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23879 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23880 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23881 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23882 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23883 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23884 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23885 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23886 * sysdeps/ieee754/s_lib_version.c: Likewise.
23887 * sysdeps/mach/hurd/check_fds.c: Likewise.
23888 * sysdeps/mach/hurd/getsockname.c: Likewise.
23889 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23890 * sysdeps/mach/hurd/recvfrom.c: Likewise.
23891 * sysdeps/powerpc/bits/link.h: Likewise.
23892 * sysdeps/powerpc/dl-procinfo.c: Likewise.
23893 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23894 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23895 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23896 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23897 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23898 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23899 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23900 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23901 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23902 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23903 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23904 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23905 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23906 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23907 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23908 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23909 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23910 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23911 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23912 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23913 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23914 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23915 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23916 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23917 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23918 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23919 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23920 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23921 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23922 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23923 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23924 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23925 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23926 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23927 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23928 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23929 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23930 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23931 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23932 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23933 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23934 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23935 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23936 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23937 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23938 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23939 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23940 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23941 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23942 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23943 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23944 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23945 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23946 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23947 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23948 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23949 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23950 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23951 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23952 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23953 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23954 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23955 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23956 * sysdeps/powerpc/sysdep.h: Likewise.
23957 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23958 * sysdeps/s390/s390-64/sub_n.S: Likewise.
23959 * sysdeps/sh/dl-trampoline.S: Likewise.
23960 * sysdeps/sh/memset.S: Likewise.
23961 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23962 * sysdeps/sh/strlen.S: Likewise.
23963 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23964 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23965 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23966 * sysdeps/sparc/sparc32/rem.S: Likewise.
23967 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23968 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23969 * sysdeps/sparc/sparc32/strchr.S: Likewise.
23970 * sysdeps/sparc/sparc32/udiv.S: Likewise.
23971 * sysdeps/sparc/sparc32/urem.S: Likewise.
23972 * sysdeps/sparc/sparc64/add_n.S: Likewise.
23973 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23974 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23975 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23976 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23977 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23978 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23979 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23980 * sysdeps/unix/bsd/times.c: Likewise.
23981 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23982 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23986 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23987 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23988 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23989 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23990 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23991 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23992 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23993 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23994 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23995 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23996 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23997 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23998 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23999 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24000 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24001 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24002 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24003 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24004 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24005 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24006 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24007 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24008 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24009 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24010 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24011 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24012 * sysdeps/x86_64/strcspn.S: Likewise.
24013
869378a5
RA
240142013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24015
24016 * locale/C-translit.h: Revert #include <stdint.h> because this is a
24017 generated file. Regenerate properly from gen-translit.pl.
24018 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
24019 locale/C-translit.h.
24020
840e2943
AS
240212013-06-05 Andreas Schwab <schwab@suse.de>
24022
24023 [BZ #15100]
24024 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24025 week as 6 instead of -1.
24026 * time/tst-strptime.c (day_tests): Add test case.
24027
4c60cb0c
SP
240282013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
24029
24030 * sysdeps/generic/math_private.h
24031 (libc_feholdexcept_setround_53bit): Replace with
24032 libc_feholdsetround_53bit.
24033 (libc_feupdateenv_53bit): Replace with
24034 libc_feresetround_53bit.
24035 (SET_RESTORE_ROUND_53BIT): Adjust.
24036
d180203e
SP
240372013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
24038
96df079a
SP
24039 * string/test-strchrnul.c: Add copyright header.
24040
d180203e
SP
24041 * posix/tst-getaddrinfo4.c: Increase test timeout.
24042
8b0ccb2d
CD
240432013-06-03 Carlos O'Donell <carlos@redhat.com>
24044
24045 [BZ #15536]
24046 * math/libm-test.inc (MAX_EXP): Remove
24047 (MIN_EXP): Define.
24048 (ulp): Use MIN_EXP - MANT_DIG.
24049 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24050
3b3c4d40
CD
240512013-05-31 Carlos O'Donell <carlos@redhat.com>
24052
24053 * po/be.po: Revert last change.
24054 * po/zh_CN.po: Likewise.
24055 * po/header.pot: Likewise.
24056
fab7ce3f
JM
240572013-05-31 Joseph Myers <joseph@codesourcery.com>
24058
24059 * Makefile ($(common-objpfx)linkobj/libc.so): Define
24060 link-libc-deps to empty as target-specific variable.
24061 * Makerules (link-libc-args): New variable.
24062 (libc-for-link): Likewise.
24063 (link-libc-deps): Likewise.
24064 (lib%.so): Depend on $(link-libc-deps). Link with
24065 $(link-libc-args).
24066 (build-module): Link with $(link-libc-args).
24067 (build-module-asneeded): Likewise.
24068 (build-module-helper-objlist): Filter out $(link-libc-deps) from
24069 list of objects.
24070 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24071 target-specific variable.
24072 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24073 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24074 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24075 libc.
24076 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24077 libc and ld.so.
24078 ($(objpfx)libpcprofile.so): Likewise.
24079 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24080 libc_nonshared.a.
24081 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24082 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24083 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24084 $(link-libc-deps).
24085 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24086 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24087 * login/Makefile ($(objpfx)libutil.so): Likewise.
24088 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24089 * math/Makefile ($(objpfx)libm.so): Likewise.
24090 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24091 $(objpfx)libnsl.so): Define libc-for-link as target-specific
24092 variable instead of depending directly on libc.
24093 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24094 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24095 $(link-libc-deps).
24096 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24097 libc.
24098 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24099 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24100 ($(objpfx)libanl.so): Likewise.
24101 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24102 ld.so.
24103 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24104 $(link-libc-deps).
24105 * sysdeps/i386/fpu/Makefile: Remove file.
24106 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24107 ($(objpfx)libm.so): Remove dependency on ld.so.
24108
eca5920c
PF
241092013-05-30 Patsy Franklin <pfrankli@redhat.com>
24110
24111 [BZ # 15553]
24112 * nis/yp_xdr.c (XDRMAXNAME): Define.
24113 (XDRMAXRECORD): Define.
24114 (xdr_domainname): Use XDRMAXNAME.
24115 (xdr_mapname): Likewise.
24116 (xdr_peername): Likewise.
24117 (xdr_keydat): Use XDRMAXRECORD.
24118 (xdr_valdat): Likewise.
24119
241202013-05-30 Jeff Law <law@redhat.com>
96945714
JL
24121
24122 [BZ #14256]
24123 * manual/errno.texi (ESTALE): Update to account for more than
24124 just NFS file systems.
24125 * sysdeps/gnu/errlist.c: Regenerated.
24126
b9375348
SP
241272013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
24128
24129 [BZ #15465]
24130 * elf/Makefile (tests): Add tst-null-argv.
24131 (modules-names): Add tst-null-argv-lib.
24132 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24133 (tst-null-argv-ENV): Set environment for tst-null-argv.
24134 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24135 (RTLD_PROGNAME): New macro.
24136 * elf/tst-null-argv.c: New test case.
24137 * elf/tst-null-argv-lib.c: Library for test case.
24138 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24139 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24140 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24141 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24142 * elf/dl-init.c (call_init): Likewise.
24143 (_dl_init): Likewise.
24144 * elf/dl-load.c (print_search_path): Likewise.
24145 (_dl_map_object): Likewise.
24146 * elf/dl-lookup.c (do_lookup_x): Likewise.
24147 (add_dependency): Likewise.
24148 (_dl_lookup_symbol_x): Likewise.
24149 (_dl_debug_bindings): Likewise.
24150 * elf/dl-open.c (_dl_show_scope): Likewise.
24151 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24152 * elf/dl-version.c (match_symbol): Likewise.
24153 (_dl_check_map_versions): Likewise.
24154 * elf/rtld.c (dl_main): Likewise.
24155 (print_unresolved): Use RTLD_PROGNAME.
24156 (print_missing_version): Likewise.
24157 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24158 (elf_machine_rela): Likewise.
24159 * sysdeps/powerpc/powerpc32/dl-machine.c
24160 (__process_machine_rela): Likewise.
24161 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24162 Likewise.
24163 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24164 Likewise.
24165 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24166 Likewise.
24167 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24168 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24169 Likewise.
24170 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24171 Likewise.
24172 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24173
8a9f20c8
CD
241742013-05-28 Carlos O'Donell <carlos@redhat.com>
24175
24176 * po/be.po: Add descriptive title.
24177 * po/zh_CN.po: Likewise.
24178 * po/header.pot: Likewise.
24179
0e60d68e
MF
241802013-05-28 Mike Frysinger <vapier@gentoo.org>
24181
24182 * locale/programs/locarchive.c (create_archive): Inlucde fname in
24183 error message.
24184 (enlarge_archive): Likewise.
24185
56b672e9
BN
241862013-05-28 Ben North <ben@redfrontdoor.org>
24187
24188 * manual/arith.texi (frexp): It is the magnitude of the return
24189 value which lies in [0.5, 1), not the return value itself.
24190
5e056687
AZ
241912013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24192
24193 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24194
2b66ef5d
TS
241952013-05-26 Thomas Schwinge <thomas@codesourcery.com>
24196
528c2405
TS
24197 * stdio-common/bug26.c (main): Correct fscanf template.
24198
07b4c13d
TS
24199 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24200 declare _dl_skip_args.
24201
ec9dd97c
TS
24202 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24203 Don't declare.
24204
2b66ef5d
TS
24205 * manual/platform.texi: Add missing @end deftypefun.
24206
4f8dfe27
JM
242072013-05-24 Joseph Myers <joseph@codesourcery.com>
24208
0323d086
JM
24209 [BZ #15529]
24210 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24211 bit of mantissa of 2^16382.
24212 * math/libm-test.inc (hypot_test_data): Add more tests.
24213
dd4259b9
JM
24214 * math/libm-test.inc: Add drem and pow10 to list of tested
24215 functions.
24216 (pow10_test): New function.
24217 (drem_test): Likewise.
24218 (drem_test_tonearest): Likewise.
24219 (drem_test_towardzero): Likewise.
24220 (drem_test_downward): Likewise.
24221 (drem_test_upward): Likewise.
24222 (main): Call the new functions.
24223
4f8dfe27
JM
24224 * math/libm-test.inc (finite_test_data): Remove.
24225 (finite_test): Run tests from isfinite_test_data.
24226 (gamma_test_data): Remove.
24227 (gamma_test): Run tests from lgamma_test_data.
24228 * sysdeps/i386/fpu/libm-test-ulps: Update.
24229 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24230
d116b7c4
AZ
242312013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24232
24233 * manual/platform.texi: Add PowerPC PPR function set documentation.
24234 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24235 implementation.
24236
e96e3767
CD
242372013-05-24 Carlos O'Donell <carlos@redhat.com>
24238
24239 * math/libm-test.inc (MAX_EXP): Define.
24240 (ULPDIFF): Define.
24241 (ulp): New function.
24242 (check_float_internal): Use ULPDIFF.
24243 (cpow_test): Disable failing test.
24244 (check_ulp): Test ulp() implemetnation.
24245 (main): Call check_ulp before starting tests.
24246
b679a606
JM
242472013-05-24 Joseph Myers <joseph@codesourcery.com>
24248
e8bdba36
JM
24249 * math/gen-libm-test.pl (generate_testfile): Do not handle
24250 START_DATA and END_DATA.
24251 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24252 END_DATA.
24253 (acos_tonearest_test_data): Likewise.
24254 (acos_towardzero_test_data): Likewise.
24255 (acos_downward_test_data): Likewise.
24256 (acos_upward_test_data): Likewise.
24257 (acosh_test_data): Likewise.
24258 (asin_test_data): Likewise.
24259 (asin_tonearest_test_data): Likewise.
24260 (asin_towardzero_test_data): Likewise.
24261 (asin_downward_test_data): Likewise.
24262 (asin_upward_test_data): Likewise.
24263 (asinh_test_data): Likewise.
24264 (atan_test_data): Likewise.
24265 (atanh_test_data): Likewise.
24266 (atan2_test_data): Likewise.
24267 (cabs_test_data): Likewise.
24268 (cacos_test_data): Likewise.
24269 (cacosh_test_data): Likewise.
24270 (carg_test_data): Likewise.
24271 (casin_test_data): Likewise.
24272 (casinh_test_data): Likewise.
24273 (catan_test_data): Likewise.
24274 (catanh_test_data): Likewise.
24275 (cbrt_test_data): Likewise.
24276 (ccos_test_data): Likewise.
24277 (ccosh_test_data): Likewise.
24278 (ceil_test_data): Likewise.
24279 (cexp_test_data): Likewise.
24280 (cimag_test_data): Likewise.
24281 (clog_test_data): Likewise.
24282 (clog10_test_data): Likewise.
24283 (conj_test_data): Likewise.
24284 (copysign_test_data): Likewise.
24285 (cos_test_data): Likewise.
24286 (cos_tonearest_test_data): Likewise.
24287 (cos_towardzero_test_data): Likewise.
24288 (cos_downward_test_data): Likewise.
24289 (cos_upward_test_data): Likewise.
24290 (cosh_test_data): Likewise.
24291 (cosh_tonearest_test_data): Likewise.
24292 (cosh_towardzero_test_data): Likewise.
24293 (cosh_downward_test_data): Likewise.
24294 (cosh_upward_test_data): Likewise.
24295 (cpow_test_data): Likewise.
24296 (cproj_test_data): Likewise.
24297 (creal_test_data): Likewise.
24298 (csin_test_data): Likewise.
24299 (csinh_test_data): Likewise.
24300 (csqrt_test_data): Likewise.
24301 (ctan_test_data): Likewise.
24302 (ctan_tonearest_test_data): Likewise.
24303 (ctan_towardzero_test_data): Likewise.
24304 (ctan_downward_test_data): Likewise.
24305 (ctan_upward_test_data): Likewise.
24306 (ctanh_test_data): Likewise.
24307 (ctanh_tonearest_test_data): Likewise.
24308 (ctanh_towardzero_test_data): Likewise.
24309 (ctanh_downward_test_data): Likewise.
24310 (ctanh_upward_test_data): Likewise.
24311 (erf_test_data): Likewise.
24312 (erfc_test_data): Likewise.
24313 (exp_test_data): Likewise.
24314 (exp_tonearest_test_data): Likewise.
24315 (exp_towardzero_test_data): Likewise.
24316 (exp_downward_test_data): Likewise.
24317 (exp_upward_test_data): Likewise.
24318 (exp10_test_data): Likewise.
24319 (exp2_test_data): Likewise.
24320 (expm1_test_data): Likewise.
24321 (fabs_test_data): Likewise.
24322 (fdim_test_data): Likewise.
24323 (finite_test_data): Likewise.
24324 (floor_test_data): Likewise.
24325 (fma_test_data): Likewise.
24326 (fma_towardzero_test_data): Likewise.
24327 (fma_downward_test_data): Likewise.
24328 (fma_upward_test_data): Likewise.
24329 (fmax_test_data): Likewise.
24330 (fmin_test_data): Likewise.
24331 (fmod_test_data): Likewise.
24332 (fpclassify_test_data): Likewise.
24333 (frexp_test_data): Likewise.
24334 (gamma_test_data): Likewise.
24335 (hypot_test_data): Likewise.
24336 (ilogb_test_data): Likewise.
24337 (isfinite_test_data): Likewise.
24338 (isgreater_test_data): Likewise.
24339 (isgreaterequal_test_data): Likewise.
24340 (isinf_test_data): Likewise.
24341 (isless_test_data): Likewise.
24342 (islessequal_test_data): Likewise.
24343 (islessgreater_test_data): Likewise.
24344 (isnan_test_data): Likewise.
24345 (isnormal_test_data): Likewise.
24346 (issignaling_test_data): Likewise.
24347 (isunordered_test_data): Likewise.
24348 (j0_test_data): Likewise.
24349 (j1_test_data): Likewise.
24350 (jn_test_data): Likewise.
24351 (ldexp_test_data): Likewise.
24352 (lgamma_test_data): Likewise.
24353 (lrint_test_data): Likewise.
24354 (lrint_tonearest_test_data): Likewise.
24355 (lrint_towardzero_test_data): Likewise.
24356 (lrint_downward_test_data): Likewise.
24357 (lrint_upward_test_data): Likewise.
24358 (llrint_test_data): Likewise.
24359 (llrint_tonearest_test_data): Likewise.
24360 (llrint_towardzero_test_data): Likewise.
24361 (llrint_downward_test_data): Likewise.
24362 (llrint_upward_test_data): Likewise.
24363 (log_test_data): Likewise.
24364 (log10_test_data): Likewise.
24365 (log1p_test_data): Likewise.
24366 (log2_test_data): Likewise.
24367 (logb_test_data): Likewise.
24368 (logb_downward_test_data): Likewise.
24369 (lround_test_data): Likewise.
24370 (llround_test_data): Likewise.
24371 (modf_test_data): Likewise.
24372 (nearbyint_test_data): Likewise.
24373 (nextafter_test_data): Likewise.
24374 (nexttoward_test_data): Likewise.
24375 (pow_test_data): Likewise.
24376 (pow_tonearest_test_data): Likewise.
24377 (pow_towardzero_test_data): Likewise.
24378 (pow_downward_test_data): Likewise.
24379 (pow_upward_test_data): Likewise.
24380 (remainder_test_data): Likewise.
24381 (remainder_tonearest_test_data): Likewise.
24382 (remainder_towardzero_test_data): Likewise.
24383 (remainder_downward_test_data): Likewise.
24384 (remainder_upward_test_data): Likewise.
24385 (remquo_test_data): Likewise.
24386 (rint_test_data): Likewise.
24387 (rint_tonearest_test_data): Likewise.
24388 (rint_towardzero_test_data): Likewise.
24389 (rint_downward_test_data): Likewise.
24390 (rint_upward_test_data): Likewise.
24391 (round_test_data): Likewise.
24392 (scalb_test_data): Likewise.
24393 (scalbn_test_data): Likewise.
24394 (scalbln_test_data): Likewise.
24395 (signbit_test_data): Likewise.
24396 (sin_test_data): Likewise.
24397 (sin_tonearest_test_data): Likewise.
24398 (sin_towardzero_test_data): Likewise.
24399 (sin_downward_test_data): Likewise.
24400 (sin_upward_test_data): Likewise.
24401 (sincos_test_data): Likewise.
24402 (sinh_test_data): Likewise.
24403 (sinh_tonearest_test_data): Likewise.
24404 (sinh_towardzero_test_data): Likewise.
24405 (sinh_downward_test_data): Likewise.
24406 (sinh_upward_test_data): Likewise.
24407 (sqrt_test_data): Likewise.
24408 (tan_test_data): Likewise.
24409 (tan_tonearest_test_data): Likewise.
24410 (tan_towardzero_test_data): Likewise.
24411 (tan_downward_test_data): Likewise.
24412 (tan_upward_test_data): Likewise.
24413 (tanh_test_data): Likewise.
24414 (tgamma_test_data): Likewise.
24415 (trunc_test_data): Likewise.
24416 (y0_test_data): Likewise.
24417 (y1_test_data): Likewise.
24418 (yn_test_data): Likewise.
24419 (significand_test_data): Likewise.
24420
b679a606
JM
24421 * math/gen-libm-test.pl (@functions): Remove variable.
24422 (generate_testfile): Don't handle START and END lines.
24423 * math/libm-test.inc (START): New macro.
24424 (END): Likewise.
24425 (END_COMPLEX): Likewise.
24426 (acos_test): Use END macro without arguments.
24427 (acos_test_tonearest): Likewise.
24428 (acos_test_towardzero): Likewise.
24429 (acos_test_downward): Likewise.
24430 (acos_test_upward): Likewise.
24431 (acosh_test): Likewise.
24432 (asin_test): Likewise.
24433 (asin_test_tonearest): Likewise.
24434 (asin_test_towardzero): Likewise.
24435 (asin_test_downward): Likewise.
24436 (asin_test_upward): Likewise.
24437 (asinh_test): Likewise.
24438 (atan_test): Likewise.
24439 (atanh_test): Likewise.
24440 (atan2_test): Likewise.
24441 (cabs_test): Likewise.
24442 (cacos_test): Use END_COMPLEX macro without arguments.
24443 (cacosh_test): Likewise.
24444 (carg_test): Use END macro without arguments.
24445 (casin_test): Use END_COMPLEX macro without arguments.
24446 (casinh_test): Likewise.
24447 (catan_test): Likewise.
24448 (catanh_test): Likewise.
24449 (cbrt_test): Use END macro without arguments.
24450 (ccos_test): Use END_COMPLEX macro without arguments.
24451 (ccosh_test): Likewise.
24452 (ceil_test): Use END macro without arguments.
24453 (cexp_test): Use END_COMPLEX macro without arguments.
24454 (cimag_test): Use END macro without arguments.
24455 (clog_test): Use END_COMPLEX macro without arguments.
24456 (clog10_test): Likewise.
24457 (conj_test): Likewise.
24458 (copysign_test): Use END macro without arguments.
24459 (cos_test): Likewise.
24460 (cos_test_tonearest): Likewise.
24461 (cos_test_towardzero): Likewise.
24462 (cos_test_downward): Likewise.
24463 (cos_test_upward): Likewise.
24464 (cosh_test): Likewise.
24465 (cosh_test_tonearest): Likewise.
24466 (cosh_test_towardzero): Likewise.
24467 (cosh_test_downward): Likewise.
24468 (cosh_test_upward): Likewise.
24469 (cpow_test): Use END_COMPLEX macro without arguments.
24470 (cproj_test): Likewise.
24471 (creal_test): Use END macro without arguments.
24472 (csin_test): Use END_COMPLEX macro without arguments.
24473 (csinh_test): Likewise.
24474 (csqrt_test): Likewise.
24475 (ctan_test): Likewise.
24476 (ctan_test_tonearest): Likewise.
24477 (ctan_test_towardzero): Likewise.
24478 (ctan_test_downward): Likewise.
24479 (ctan_test_upward): Likewise.
24480 (ctanh_test): Likewise.
24481 (ctanh_test_tonearest): Likewise.
24482 (ctanh_test_towardzero): Likewise.
24483 (ctanh_test_downward): Likewise.
24484 (ctanh_test_upward): Likewise.
24485 (erf_test): Use END macro without arguments.
24486 (erfc_test): Likewise.
24487 (exp_test): Likewise.
24488 (exp_test_tonearest): Likewise.
24489 (exp_test_towardzero): Likewise.
24490 (exp_test_downward): Likewise.
24491 (exp_test_upward): Likewise.
24492 (exp10_test): Likewise.
24493 (exp2_test): Likewise.
24494 (expm1_test): Likewise.
24495 (fabs_test): Likewise.
24496 (fdim_test): Likewise.
24497 (finite_test): Likewise.
24498 (floor_test): Likewise.
24499 (fma_test): Likewise.
24500 (fma_test_towardzero): Likewise.
24501 (fma_test_downward): Likewise.
24502 (fma_test_upward): Likewise.
24503 (fmax_test): Likewise.
24504 (fmin_test): Likewise.
24505 (fmod_test): Likewise.
24506 (fpclassify_test): Likewise.
24507 (frexp_test): Likewise.
24508 (gamma_test): Likewise.
24509 (hypot_test): Likewise.
24510 (ilogb_test): Likewise.
24511 (isfinite_test): Likewise.
24512 (isgreater_test): Likewise.
24513 (isgreaterequal_test): Likewise.
24514 (isinf_test): Likewise.
24515 (isless_test): Likewise.
24516 (islessequal_test): Likewise.
24517 (islessgreater_test): Likewise.
24518 (isnan_test): Likewise.
24519 (isnormal_test): Likewise.
24520 (issignaling_test): Likewise.
24521 (isunordered_test): Likewise.
24522 (j0_test): Likewise.
24523 (j1_test): Likewise.
24524 (jn_test): Likewise.
24525 (ldexp_test): Likewise.
24526 (lgamma_test): Likewise.
24527 (lrint_test): Likewise.
24528 (lrint_test_tonearest): Likewise.
24529 (lrint_test_towardzero): Likewise.
24530 (lrint_test_downward): Likewise.
24531 (lrint_test_upward): Likewise.
24532 (llrint_test): Likewise.
24533 (llrint_test_tonearest): Likewise.
24534 (llrint_test_towardzero): Likewise.
24535 (llrint_test_downward): Likewise.
24536 (llrint_test_upward): Likewise.
24537 (log_test): Likewise.
24538 (log10_test): Likewise.
24539 (log1p_test): Likewise.
24540 (log2_test): Likewise.
24541 (logb_test): Likewise.
24542 (logb_test_downward): Likewise.
24543 (lround_test): Likewise.
24544 (llround_test): Likewise.
24545 (modf_test): Likewise.
24546 (nearbyint_test): Likewise.
24547 (nextafter_test): Likewise.
24548 (nexttoward_test): Likewise.
24549 (pow_test): Likewise.
24550 (pow_test_tonearest): Likewise.
24551 (pow_test_towardzero): Likewise.
24552 (pow_test_downward): Likewise.
24553 (pow_test_upward): Likewise.
24554 (remainder_test): Likewise.
24555 (remainder_test_tonearest): Likewise.
24556 (remainder_test_towardzero): Likewise.
24557 (remainder_test_downward): Likewise.
24558 (remainder_test_upward): Likewise.
24559 (remquo_test): Likewise.
24560 (rint_test): Likewise.
24561 (rint_test_tonearest): Likewise.
24562 (rint_test_towardzero): Likewise.
24563 (rint_test_downward): Likewise.
24564 (rint_test_upward): Likewise.
24565 (round_test): Likewise.
24566 (scalb_test): Likewise.
24567 (scalbn_test): Likewise.
24568 (scalbln_test): Likewise.
24569 (signbit_test): Likewise.
24570 (sin_test): Likewise.
24571 (sin_test_tonearest): Likewise.
24572 (sin_test_towardzero): Likewise.
24573 (sin_test_downward): Likewise.
24574 (sin_test_upward): Likewise.
24575 (sincos_test): Likewise.
24576 (sinh_test): Likewise.
24577 (sinh_test_tonearest): Likewise.
24578 (sinh_test_towardzero): Likewise.
24579 (sinh_test_downward): Likewise.
24580 (sinh_test_upward): Likewise.
24581 (sqrt_test): Likewise.
24582 (tan_test): Likewise.
24583 (tan_test_tonearest): Likewise.
24584 (tan_test_towardzero): Likewise.
24585 (tan_test_downward): Likewise.
24586 (tan_test_upward): Likewise.
24587 (tanh_test): Likewise.
24588 (tgamma_test): Likewise.
24589 (trunc_test): Likewise.
24590 (y0_test): Likewise.
24591 (y1_test): Likewise.
24592 (yn_test): Likewise.
24593 (significand_test): Likewise.
24594
bae143d2
OB
245952013-05-24 Ondřej Bílka <neleai@seznam.cz>
24596
24597 [BZ #15381]
24598 * libio/genops.c (_IO_no_init): Initialize wide struct info.
24599
9323d39b
EM
246002013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
24601
d4ea44a0 24602 [BZ #14894]
9323d39b
EM
24603 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24604 __ppc_mdoio and __ppc_mdoom.
24605 * manual/platform.texi: Document new functions __ppc_yield,
24606 __ppc_mdoio and __ppc_mdoom.
24607
13e23af7
CD
246082013-05-22 Carlos O'Donell <carlos@redhat.com>
24609
24610 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24611 (main): Mention "tls" pseudo-hwcap is legacy.
24612 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24613
351fe550
JM
246142013-05-22 Joseph Myers <joseph@codesourcery.com>
24615
24616 * math/gen-libm-test.pl (parse_args): Output only string of
24617 arguments as text for test name, not full call or descriptions of
24618 tests for extra outputs.
24619 (generate_testfile): Do not pass function name to parse_args.
24620 Generate this_func variable from START.
24621 * math/libm-test.inc (struct test_f_f_data): Rename test_name
24622 field to arg_str.
24623 (struct test_ff_f_data): Likewise.
24624 (test_ff_f_data_nexttoward): Likewise.
24625 (struct test_fi_f_data): Likewise.
24626 (struct test_fl_f_data): Likewise.
24627 (struct test_if_f_data): Likewise.
24628 (struct test_fff_f_data): Likewise.
24629 (struct test_c_f_data): Likewise.
24630 (struct test_f_f1_data): Likewise. Remove field extra_name.
24631 (struct test_fF_f1_data): Likewise.
24632 (struct test_ffI_f1_data): Likewise.
24633 (struct test_c_c_data): Rename test_name field to arg_str.
24634 (struct test_cc_c_data): Likewise.
24635 (struct test_f_i_data): Likewise.
24636 (struct test_ff_i_data): Likewise.
24637 (struct test_f_l_data): Likewise.
24638 (struct test_f_L_data): Likewise.
24639 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
24640 and extra2_name.
24641 (COMMON_TEST_SETUP): New macro.
24642 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24643 (COMMON_TEST_CLEANUP): Likewise.
24644 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24645 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
24646 macros.
24647 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24648 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
24649 macros.
24650 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24651 (RUN_TEST_fff_f): Take argument string. Call new setup and
24652 cleanup macros.
24653 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24654 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
24655 macros.
24656 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24657 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
24658 macros.
24659 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24660 (RUN_TEST_fF_f1): Take argument string. Call new setup and
24661 cleanup macros.
24662 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24663 (RUN_TEST_fI_f1): Take argument string. Call new setup and
24664 cleanup macros.
24665 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24666 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
24667 cleanup macros.
24668 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24669 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
24670 macros.
24671 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24672 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
24673 macros.
24674 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24675 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
24676 macros.
24677 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24678 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
24679 cleanup macros.
24680 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24681 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
24682 cleanup macros.
24683 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24684 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
24685 macros.
24686 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24687 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
24688 cleanup macros.
24689 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24690 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
24691 macros.
24692 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24693 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
24694 macros.
24695 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24696 (RUN_TEST_fFF_11): Take argument string. Call new setup and
24697 cleanup macros.
24698 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24699
85118d4d
EBM
247002013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24701
24702 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24703 to _sifields.sigfault.
24704 (si_addr_lsb): Define new macro.
24705 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24706 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24707 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24708
7a44c18f
CD
247092013-05-03 Carlos O'Donell <carlos at redhat.com>
24710
24711 [BZ #15441]
24712 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24713 returns -1.
24714 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24715 null return -1.
24716 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24717 loading the domain.
24718
b50a7181
JM
247192013-05-22 Joseph Myers <joseph@codesourcery.com>
24720
24721 * math/gen-libm-test.pl (parse_args): Do not include expected
24722 result in test name.
24723 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24724 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24725 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24726 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24727 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24728 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24729
051063c8
SP
247302013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24731
3ce9e010
SP
24732 * benchtests/Makefile: Sort function entries.
24733
051063c8
SP
24734 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24735 tanh, asinh, acosh, atanh.
24736 * benchtests/acos-inputs: New file.
24737 * benchtests/acosh-inputs: New file.
24738 * benchtests/asin-inputs: New file.
24739 * benchtests/asinh-inputs: New file.
24740 * benchtests/atanh-inputs: New file.
24741 * benchtests/cosh-inputs: New file.
24742 * benchtests/log-inputs: New file.
24743 * benchtests/sinh-inputs: New file.
24744 * benchtests/tanh-inputs: New file.
24745
47c22455
DL
247462013-05-21 Dmitry V. Levin <ldv@altlinux.org>
24747
24748 [BZ #15339]
24749 * posix/tst-getaddrinfo4.c: New test.
24750 * posix/Makefile (tests): Add it.
24751
3d04f5db
SP
247522013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24753
24754 [BZ #15339]
24755 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24756 when no services were used.
24757 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24758 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24759
d5dd6189
AS
247602013-05-21 Andreas Schwab <schwab@suse.de>
24761
24762 [BZ #15014]
24763 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24764 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24765 successful.
24766 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24767 redundant variable declarations and reallocation of buffer when
24768 parsing as IPv6 address. Always set NSS status when called from
24769 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
24770 buffer too small. Correct computation of needed size.
24771 * nss/Makefile (tests): Add test-digits-dots.
24772 * nss/test-digits-dots.c: New test.
24773
fef94eab
SP
247742013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24775
24776 * benchtests/Makefile: Remove instructions for adding
24777 benchmark tests.
24778 * benchtests/README: New file to explain how to execute and
24779 enhance the benchmark tests.
24780
e39adf43
AS
247812013-05-21 Andreas Schwab <schwab@suse.de>
24782
24783 [BZ #15493]
24784 * setjmp/Makefile (tests): Add tst-sigsetjmp.
24785 * setjmp/tst-sigsetjmp.c: New test.
24786
b2b671b6
OB
247872013-05-20 Ondřej Bílka <neleai@seznam.cz>
24788
24789 * sysdeps/x86_64/memset.S (memset): New implementation.
24790 (__bzero): Likewise.
24791 (__memset_tail): New function.
24792
2d48b41c
OB
247932013-05-20 Ondřej Bílka <neleai@seznam.cz>
24794
24795 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24796 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24797 __memcpy_sse2_unaligned ifunc selection.
24798 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24799 Add memcpy-sse2-unaligned.S.
24800 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24801 Add: __memcpy_sse2_unaligned.
24802
f16cc3eb
JM
248032013-05-19 Joseph Myers <joseph@codesourcery.com>
24804
3e694268
JM
24805 [BZ #15490]
24806 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24807 math_force_eval before restoring floating-point envrionment.
24808 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24809 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24810 Likewise.
24811 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24812 <math_private.h>.
24813 (__nearbyintl): Use math_force_eval before restoring
24814 floating-point environment.
24815 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24816
db62a907
JM
24817 * math/gen-libm-test.pl (special_functions): Remove.
24818 (parse_args): Don't handle TEST_extra. Handle functions with no
24819 return value.
24820 * math/libm-test.inc (struct test_sincos_data): Replace with
24821 struct test_fFF_11_data.
24822 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24823 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24824 (sincos_test_data): Change element type to struct
24825 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
24826 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24827 RUN_TEST_LOOP_sincos.
24828 * math/README.libm-test: Don't mention special handling of
24829 individual functions.
24830 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24831 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24832 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24833 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24834 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24835 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24836
f16cc3eb
JM
24837 * math/gen-libm-test.pl (get_variable): Remove function.
24838 (parse_args): Don't show pointer parameters to call in test
24839 names. Use "extra output N" in test names for extra outputs
24840 rather than naming variables.
24841
3779b5b6
JM
248422013-05-18 Joseph Myers <joseph@codesourcery.com>
24843
2ee094ff
JM
24844 [BZ #15488]
24845 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24846 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24847 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24848 double tests.
24849 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24850 disable.
24851 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24852 check_long_double.
24853
3779b5b6
JM
24854 * math/gen-libm-test.pl (@tests): Remove variable.
24855 ($count): Likewise.
24856 (new_test): Remove function.
24857 (show_exceptions): New function.
24858 (special_functions): Use show_exceptions instead of new_test.
24859 (parse_args): Likewise.
24860 (generate_testfile): Pass only function name in generated call to
24861 print_max_error or print_complex_max_error.
24862 (get_ulps): Do not handle complex tests specially.
24863 (output_test): Rename to ...
24864 (get_all_ulps_for_test): ... this. Return a string rather than
24865 printing to a file. Require ulps to be present.
24866 (output_ulps): Generate arrays rather than #defines.
24867 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24868 (struct ulp_data): New type.
24869 (BUILD_COMPLEX_ULP): Remove macro.
24870 (compare_ulp_data): New function.
24871 (find_ulps): Likewise.
24872 (find_test_ulps): Likewise.
24873 (find_function_ulps): Likewise.
24874 (find_complex_function_ulps): Likewise.
24875 (print_max_error): Determine allowed ulps using
24876 find_function_ulps.
24877 (print_complex_max_error): Determine allowed ulps using
24878 find_complex_function_ulps.
24879 (check_float_internal): Determine max ulps using find_test_ulps.
24880 (check_float): Do not take max_ulp parameter. Update call to
24881 check_float_internal.
24882 (check_complex): Likewise.
24883 (check_int): Do not take max_ulp parameter.
24884 (check_long): Likewise.
24885 (check_bool): Likewise.
24886 (check_longlong): Likewise.
24887 (struct test_f_f_data): Remove max_ulp field.
24888 (struct test_ff_f_data): Likewise.
24889 (struct test_ff_f_data_nexttoward): Likewise.
24890 (struct test_fi_f_data): Likewise.
24891 (struct test_fl_f_data): Likewise.
24892 (struct test_if_f_data): Likewise.
24893 (struct test_fff_f_data): Likewise.
24894 (struct test_c_f_data): Likewise.
24895 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24896 (struct test_fF_f1_data): Likewise.
24897 (struct test_ffI_f1_data): Likewise.
24898 (struct test_c_c_data): Remove max_ulp field.
24899 (struct test_cc_c_data): Likewise.
24900 (struct test_f_i_data): Likewise.
24901 (struct test_ff_i_data): Likewise.
24902 (struct test_f_l_data): Likewise.
24903 (struct test_f_L_data): Likewise.
24904 (struct test_sincos_data): Likewise.
24905 (RUN_TEST_f_f): Do not handle ulps.
24906 (RUN_TEST_LOOP_f_f): Likewise.
24907 (RUN_TEST_2_f): Likewise.
24908 (RUN_TEST_LOOP_2_f): Likewise.
24909 (RUN_TEST_fff_f): Likewise.
24910 (RUN_TEST_LOOP_fff_f): Likewise.
24911 (RUN_TEST_c_f): Likewise.
24912 (RUN_TEST_LOOP_c_f): Likewise.
24913 (RUN_TEST_f_f1): Likewise.
24914 (RUN_TEST_LOOP_f_f1): Likewise.
24915 (RUN_TEST_fF_f1): Likewise.
24916 (RUN_TEST_LOOP_fF_f1): Likewise.
24917 (RUN_TEST_fI_f1): Likewise.
24918 (RUN_TEST_LOOP_fI_f1): Likewise.
24919 (RUN_TEST_ffI_f1): Likewise.
24920 (RUN_TEST_LOOP_ffI_f1): Likewise.
24921 (RUN_TEST_c_c): Likewise.
24922 (RUN_TEST_LOOP_c_c): Likewise.
24923 (RUN_TEST_cc_c): Likewise.
24924 (RUN_TEST_LOOP_cc_c): Likewise.
24925 (RUN_TEST_f_i): Likewise.
24926 (RUN_TEST_LOOP_f_i): Likewise.
24927 (RUN_TEST_f_i_tg): Likewise.
24928 (RUN_TEST_LOOP_f_i_tg): Likewise.
24929 (RUN_TEST_ff_i_tg): Likewise.
24930 (RUN_TEST_LOOP_ff_i_tg): Likewise.
24931 (RUN_TEST_f_b): Likewise.
24932 (RUN_TEST_LOOP_f_b): Likewise.
24933 (RUN_TEST_f_b_tg): Likewise.
24934 (RUN_TEST_LOOP_f_b_tg): Likewise.
24935 (RUN_TEST_f_l): Likewise.
24936 (RUN_TEST_LOOP_f_l): Likewise.
24937 (RUN_TEST_f_L): Likewise.
24938 (RUN_TEST_LOOP_f_L): Likewise.
24939 (RUN_TEST_sincos): Likewise.
24940 (RUN_TEST_LOOP_sincos): Likewise.
24941
8269107f
JM
249422013-05-17 Joseph Myers <joseph@codesourcery.com>
24943
bb38759d
JM
24944 [BZ #15480]
24945 [BZ #15485]
24946 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24947 main case of finite arguments, set rounding mode to FE_TONEAREST
24948 and discard exceptions.
24949 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24950 exceptions.
24951 (remainder_tonearest_test_data): New variable.
24952 (remainder_test_tonearest): New function.
24953 (remainder_towardzero_test_data): New variable.
24954 (remainder_test_towardzero): New function.
24955 (remainder_downward_test_data): New variable.
24956 (remainder_test_downward): New function.
24957 (remainder_upward_test_data): New variable.
24958 (remainder_test_upward): New function.
24959 (main): Call the new test functions.
24960
a00bdcf0
JM
24961 * math/libm-test.inc (struct test_f_f1_data): Remove field
24962 extra_init.
24963 (struct test_fF_f1_data): Likewise.
24964 (struct test_ffI_f1_data): Likewise.
24965 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
24966 based on value of EXTRA_EXPECTED.
24967 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24968 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
24969 EXTRA_VAR based on value of EXTRA_EXPECTED.
24970 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24971 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
24972 EXTRA_VAR based on value of EXTRA_EXPECTED.
24973 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24974 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
24975 EXTRA_VAR based on value of EXTRA_EXPECTED.
24976 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24977 * math/gen-libm-test.pl (parse_args): Don't output initializers
24978 for extra output values.
24979
de407f79
JM
24980 * math/libm-test.inc (check_int): Expect result to be exactly
24981 equal to expected value and do not handle ulps.
24982 (check_long): Likewise.
24983 (check_longlong): Likewise.
24984
8269107f
JM
24985 * math/libm-test.inc (ceil_test_data): Test for "inexact"
24986 exceptions.
24987 (cimag_test_data): Likewise.
24988 (conj_test_data): Likewise.
24989 (copysign_test_data): Likewise.
24990 (cproj_test_data): Likewise.
24991 (creal_test_data): Likewise.
24992 (fabs_test_data): Likewise.
24993 (fdim_test_data): Likewise.
24994 (finite_test_data): Likewise.
24995 (floor_test_data): Likewise.
24996 (fmax_test_data): Likewise.
24997 (fmin_test_data): Likewise.
24998 (fmod_test_data): Likewise.
24999 (fpclassify_test_data): Likewise.
25000 (frexp_test_data): Likewise.
25001 (ilogb_test_data): Likewise.
25002 (isfinite_test_data): Likewise.
25003 (isgreater_test_data): Likewise.
25004 (isgreaterequal_test_data): Likewise.
25005 (isinf_test_data): Likewise.
25006 (isless_test_data): Likewise.
25007 (islessequal_test_data): Likewise.
25008 (islessgreater_test_data): Likewise.
25009 (isnan_test_data): Likewise.
25010 (isnormal_test_data): Likewise.
25011 (issignaling_test_data): Likewise.
25012 (isunordered_test_data): Likewise.
25013 (ldexp_test_data): Likewise.
25014 (lrint_test_data): Likewise.
25015 (lrint_test_data) [TEST_FLOAT]: Disable one test.
25016 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25017 (lrint_tonearest_test_data): Test for "inexact" exceptions.
25018 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25019 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25020 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25021 test input.
25022 (lrint_towardzero_test_data): Test for "inexact" exceptions.
25023 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25024 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25025 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25026 that test input.
25027 (lrint_downward_test_data): Test for "inexact" exceptions.
25028 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25029 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25030 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25031 test input.
25032 (lrint_upward_test_data): Test for "inexact" exceptions.
25033 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25034 test input.
25035 (llrint_test_data): Test for "inexact" exceptions.
25036 (llrint_test_data) [TEST_FLOAT]: Disable one test.
25037 (llrint_tonearest_test_data): Test for "inexact" exceptions.
25038 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25039 (llrint_towardzero_test_data): Test for "inexact" exceptions.
25040 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25041 (llrint_downward_test_data): Test for "inexact" exceptions.
25042 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25043 (llrint_upward_test_data): Test for "inexact" exceptions.
25044 (logb_test_data): Likewise.
25045 (logb_downward_test_data): Likewise.
25046 (nextafter_test_data): Likewise.
25047 (nexttoward_test_data): Likewise.
25048 (remainder_test_data): Likewise.
25049 (remquo_test_data): Likewise.
25050 (scalbn_test_data): Likewise.
25051 (scalbln_test_data): Likewise.
25052 (signbit_test_data): Likewise.
25053 (sqrt_test_data): Likewise.
25054 (significand_test_data): Likewise.
25055
48a18de1
SP
250562013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
25057
25058 [BZ #15424]
25059 * benchtests/bench-modf.c (struct args): Mark arg0 as
25060 volatile.
25061 * scripts/bench.pl: Mark members of struct args as volatile.
25062
13d3b41a
AZ
250632013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25064
68191c1d 25065 [BZ # 15497]
13d3b41a
AZ
25066 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25067 negative infinity on POWER6 or lower.
25068 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25069
2848b105
MR
250702013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
25071
25072 [BZ #15442]
25073 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25074 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25075 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25076 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25077 (_FP_SETQNAN): New macro.
25078 (_FP_SETQNAN_SEMIRAW): Likewise.
25079 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25080 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25081 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25082 (FP_EXTEND): Use _FP_FRAC_SNANP.
25083 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25084 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25085 into account.
25086 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25087 New macro.
25088 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25089 Likewise.
25090
323e5cb7
JM
250912013-05-16 Joseph Myers <joseph@codesourcery.com>
25092
c58b274f
JM
25093 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25094 with DIVIDE_BY_ZERO_EXCEPTION.
25095 (gamma_test_data): Likewise.
25096 (lgamma_test_data): Likewise.
25097 (log_test_data): Likewise.
25098 (log10_test_data): Likewise.
25099 (log2_test_data): Likewise.
25100 (tgamma_test_data): Likewise.
25101
0ab34904
JM
25102 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25103 (acos_test_tonearest): Likewise.
25104 (acos_test_towardzero): Likewise.
25105 (acos_test_downward): Likewise.
25106 (acos_test_upward): Likewise.
25107 (acosh_test): Likewise.
25108 (asin_test): Likewise.
25109 (asin_test_tonearest): Likewise.
25110 (asin_test_towardzero): Likewise.
25111 (asin_test_downward): Likewise.
25112 (asin_test_upward): Likewise.
25113 (asinh_test): Likewise.
25114 (atan_test): Likewise.
25115 (atanh_test): Likewise.
25116 (atan2_test): Likewise.
25117 (cabs_test): Likewise.
25118 (cacos_test): Likewise.
25119 (cacosh_test): Likewise.
25120 (casin_test): Likewise.
25121 (casinh_test): Likewise.
25122 (catan_test): Likewise.
25123 (catanh_test): Likewise.
25124 (cbrt_test): Likewise.
25125 (ccos_test): Likewise.
25126 (ccosh_test): Likewise.
25127 (cexp_test): Likewise.
25128 (clog_test): Likewise.
25129 (clog10_test): Likewise.
25130 (cos_test): Likewise.
25131 (cos_test_tonearest): Likewise.
25132 (cos_test_towardzero): Likewise.
25133 (cos_test_downward): Likewise.
25134 (cos_test_upward): Likewise.
25135 (cosh_test): Likewise.
25136 (cosh_test_tonearest): Likewise.
25137 (cosh_test_towardzero): Likewise.
25138 (cosh_test_downward): Likewise.
25139 (cosh_test_upward): Likewise.
25140 (cpow_test): Likewise.
25141 (csin_test): Likewise.
25142 (csinh_test): Likewise.
25143 (csqrt_test): Likewise.
25144 (ctan_test): Likewise.
25145 (ctan_test_tonearest): Likewise.
25146 (ctan_test_towardzero): Likewise.
25147 (ctan_test_downward): Likewise.
25148 (ctan_test_upward): Likewise.
25149 (ctanh_test): Likewise.
25150 (ctanh_test_tonearest): Likewise.
25151 (ctanh_test_towardzero): Likewise.
25152 (ctanh_test_downward): Likewise.
25153 (ctanh_test_upward): Likewise.
25154 (erf_test): Likewise.
25155 (erfc_test): Likewise.
25156 (exp_test): Likewise.
25157 (exp_test_tonearest): Likewise.
25158 (exp_test_towardzero): Likewise.
25159 (exp_test_downward): Likewise.
25160 (exp_test_upward): Likewise.
25161 (exp10_test): Likewise.
25162 (exp2_test): Likewise.
25163 (expm1_test): Likewise.
25164 (fmod_test): Likewise.
25165 (gamma_test): Likewise.
25166 (hypot_test): Likewise.
25167 (j0_test): Likewise.
25168 (j1_test): Likewise.
25169 (jn_test): Likewise.
25170 (lgamma_test): Likewise.
25171 (log_test): Likewise.
25172 (log10_test): Likewise.
25173 (log1p_test): Likewise.
25174 (log2_test): Likewise.
25175 (logb_test_downward): Likewise.
25176 (pow_test): Likewise.
25177 (pow_test_tonearest): Likewise.
25178 (pow_test_towardzero): Likewise.
25179 (pow_test_downward): Likewise.
25180 (pow_test_upward): Likewise.
25181 (remainder_test): Likewise.
25182 (remquo_test): Likewise.
25183 (sin_test): Likewise.
25184 (sin_test_tonearest): Likewise.
25185 (sin_test_towardzero): Likewise.
25186 (sin_test_downward): Likewise.
25187 (sin_test_upward): Likewise.
25188 (sincos_test): Likewise.
25189 (sinh_test): Likewise.
25190 (sinh_test_tonearest): Likewise.
25191 (sinh_test_towardzero): Likewise.
25192 (sinh_test_downward): Likewise.
25193 (sinh_test_upward): Likewise.
25194 (sqrt_test): Likewise.
25195 (tan_test): Likewise.
25196 (tan_test_tonearest): Likewise.
25197 (tan_test_towardzero): Likewise.
25198 (tan_test_downward): Likewise.
25199 (tan_test_upward): Likewise.
25200 (tanh_test): Likewise.
25201 (tgamma_test): Likewise.
25202 (y0_test): Likewise.
25203 (y1_test): Likewise.
25204 (yn_test): Likewise.
25205
323e5cb7
JM
25206 * math/gen-libm-test.pl (adjust_arg): Remove function.
25207 (special_function): Remove argument $in_func. Only handle
25208 generating output for tables of tests, not inside functions.
25209 (parse_args): Likewise.
25210 (generate_testfile): Remove variable $in_func. Update call to
25211 parse_args.
25212 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25213 (MINUS_ZERO_INIT): Rename macro to minus_zero.
25214 (PLUS_INFTY_INIT): Rename macro to plus_infty.
25215 (MINUS_INFTY_INIT): Rename macro to minus_infty.
25216 (QNAN_VALUE_INIT): Rename macro to qnan_value.
25217 (MAX_VALUE_INIT): Rename macro to max_value.
25218 (MIN_VALUE_INIT): Rename macro to min_value.
25219 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25220 (plus_zero): Remove variable.
25221 (minus_zero): Likewise.
25222 (plus_infty): Likewise.
25223 (minus_infty): Likewise.
25224 (qnan_value): Likewise.
25225 (max_value): Likewise.
25226 (min_value): Likewise.
25227 (min_subnorm_value): Likewise.
25228
e054f494
RA
252292013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25230
25231 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25232 uint64_t or uint32_t usage.
25233 * crypt/sha256-block.c: Likewise.
25234 * crypt/sha256-crypt.c: Likewise.
25235 * crypt/sha256.c: Likewise.
25236 * crypt/sha512-block.c: Likewise.
25237 * crypt/sha512-crypt.c: Likewise.
25238 * crypt/sha512.c: Likewise.
25239 * debug/backtrace-tst.c: Likewise.
25240 * debug/pcprofiledump.c: Likewise.
25241 * elf/cache.c: Likewise.
25242 * elf/dl-cache.c: Likewise.
25243 * elf/dl-misc.c: Likewise.
25244 * elf/dl-profile.c: Likewise.
25245 * elf/dl-support.c: Likewise.
25246 * elf/ldconfig.c: Likewise.
25247 * elf/sprof.c: Likewise.
25248 * iconv/dummy-repertoire.c: Likewise.
25249 * iconv/iconv_charmap.c: Likewise.
25250 * iconv/skeleton.c: Likewise.
25251 * iconvdata/8bit-generic.c: Likewise.
25252 * iconvdata/cp737.h: Likewise.
25253 * iconvdata/cp775.h: Likewise.
25254 * iconvdata/ibm1008.h: Likewise.
25255 * iconvdata/ibm1025.h: Likewise.
25256 * iconvdata/ibm1046.h: Likewise.
25257 * iconvdata/ibm1097.h: Likewise.
25258 * iconvdata/ibm1112.h: Likewise.
25259 * iconvdata/ibm1122.h: Likewise.
25260 * iconvdata/ibm1123.h: Likewise.
25261 * iconvdata/ibm1124.h: Likewise.
25262 * iconvdata/ibm1129.h: Likewise.
25263 * iconvdata/ibm1130.h: Likewise.
25264 * iconvdata/ibm1132.h: Likewise.
25265 * iconvdata/ibm1133.h: Likewise.
25266 * iconvdata/ibm1137.h: Likewise.
25267 * iconvdata/ibm1140.h: Likewise.
25268 * iconvdata/ibm1141.h: Likewise.
25269 * iconvdata/ibm1142.h: Likewise.
25270 * iconvdata/ibm1143.h: Likewise.
25271 * iconvdata/ibm1144.h: Likewise.
25272 * iconvdata/ibm1145.h: Likewise.
25273 * iconvdata/ibm1146.h: Likewise.
25274 * iconvdata/ibm1147.h: Likewise.
25275 * iconvdata/ibm1148.h: Likewise.
25276 * iconvdata/ibm1149.h: Likewise.
25277 * iconvdata/ibm1153.h: Likewise.
25278 * iconvdata/ibm1154.h: Likewise.
25279 * iconvdata/ibm1155.h: Likewise.
25280 * iconvdata/ibm1156.h: Likewise.
25281 * iconvdata/ibm1157.h: Likewise.
25282 * iconvdata/ibm1158.h: Likewise.
25283 * iconvdata/ibm1160.h: Likewise.
25284 * iconvdata/ibm1161.h: Likewise.
25285 * iconvdata/ibm1162.h: Likewise.
25286 * iconvdata/ibm1163.h: Likewise.
25287 * iconvdata/ibm1164.h: Likewise.
25288 * iconvdata/ibm1166.h: Likewise.
25289 * iconvdata/ibm1167.h: Likewise.
25290 * iconvdata/ibm12712.h: Likewise.
25291 * iconvdata/ibm1390.h: Likewise.
25292 * iconvdata/ibm1399.h: Likewise.
25293 * iconvdata/ibm16804.h: Likewise.
25294 * iconvdata/ibm4517.h: Likewise.
25295 * iconvdata/ibm4899.h: Likewise.
25296 * iconvdata/ibm4909.h: Likewise.
25297 * iconvdata/ibm4971.h: Likewise.
25298 * iconvdata/ibm5347.h: Likewise.
25299 * iconvdata/ibm803.h: Likewise.
25300 * iconvdata/ibm856.h: Likewise.
25301 * iconvdata/ibm901.h: Likewise.
25302 * iconvdata/ibm902.h: Likewise.
25303 * iconvdata/ibm9030.h: Likewise.
25304 * iconvdata/ibm9066.h: Likewise.
25305 * iconvdata/ibm921.h: Likewise.
25306 * iconvdata/ibm922.h: Likewise.
25307 * iconvdata/ibm9448.h: Likewise.
25308 * iconvdata/isiri-3342.h: Likewise.
25309 * iconvdata/jis0201.h: Likewise.
25310 * include/link.h: Likewise.
25311 * include/netdb.h: Likewise.
25312 * inet/check_native.c: Likewise.
25313 * inet/check_pf.c: Likewise.
25314 * inet/getipv4sourcefilter.c: Likewise.
25315 * inet/getnameinfo.c: Likewise.
25316 * inet/getsourcefilter.c: Likewise.
25317 * inet/htonl.c: Likewise.
25318 * inet/setipv4sourcefilter.c: Likewise.
25319 * inet/setsourcefilter.c: Likewise.
25320 * inet/test-inet6_opt.c: Likewise.
25321 * inet/tst-network.c: Likewise.
25322 * locale/C-collate.c: Likewise.
25323 * locale/C-ctype.c: Likewise.
25324 * locale/C-time.c: Likewise.
25325 * locale/C-translit.h: Likewise.
25326 * locale/loadarchive.c: Likewise.
25327 * locale/programs/3level.h: Likewise.
25328 * locale/programs/charmap.c: Likewise.
25329 * locale/programs/charmap.h: Likewise.
25330 * locale/programs/ld-address.c: Likewise.
25331 * locale/programs/ld-collate.c: Likewise.
25332 * locale/programs/ld-ctype.c: Likewise.
25333 * locale/programs/ld-identification.c: Likewise.
25334 * locale/programs/ld-measurement.c: Likewise.
25335 * locale/programs/ld-messages.c: Likewise.
25336 * locale/programs/ld-monetary.c: Likewise.
25337 * locale/programs/ld-name.c: Likewise.
25338 * locale/programs/ld-numeric.c: Likewise.
25339 * locale/programs/ld-paper.c: Likewise.
25340 * locale/programs/ld-telephone.c: Likewise.
25341 * locale/programs/ld-time.c: Likewise.
25342 * locale/programs/linereader.c: Likewise.
25343 * locale/programs/locale.c: Likewise.
25344 * locale/programs/locarchive.c: Likewise.
25345 * locale/programs/locfile.h: Likewise.
25346 * locale/programs/repertoire.c: Likewise.
25347 * locale/programs/simple-hash.c: Likewise.
25348 * locale/programs/simple-hash.h: Likewise.
25349 * malloc/memusage.c: Likewise.
25350 * malloc/memusagestat.c: Likewise.
25351 * nis/nis_defaults.c: Likewise.
25352 * nis/nis_hash.c: Likewise.
25353 * nis/nis_print.c: Likewise.
25354 * nis/nis_xdr.c: Likewise.
25355 * nscd/connections.c: Likewise.
25356 * nscd/hstcache.c: Likewise.
25357 * nscd/nscd_gethst_r.c: Likewise.
25358 * nscd/nscd_getserv_r.c: Likewise.
25359 * nscd/nscd_helper.c: Likewise.
25360 * nscd/servicescache.c: Likewise.
25361 * nss/makedb.c: Likewise.
25362 * nss/nss_db/db-XXX.c: Likewise.
25363 * nss/nss_db/db-initgroups.c: Likewise.
25364 * nss/nss_db/db-netgrp.c: Likewise.
25365 * nss/nss_files/files-network.c: Likewise.
25366 * nss/nss_files/files-parse.c: Likewise.
25367 * posix/bug-regex5.c: Likewise.
25368 * posix/fnmatch_loop.c: Likewise.
25369 * posix/regcomp.c: Likewise.
25370 * posix/regexec.c: Likewise.
25371 * posix/tst-rfc3484-2.c: Likewise.
25372 * posix/tst-rfc3484-3.c: Likewise.
25373 * posix/tst-rfc3484.c: Likewise.
25374 * resolv/nss_dns/dns-canon.c: Likewise.
25375 * resolv/nss_dns/dns-network.c: Likewise.
25376 * resolv/res_init.c: Likewise.
25377 * resolv/res_mkquery.c: Likewise.
25378 * resolv/tst-aton.c: Likewise.
25379 * stdlib/cxa_atexit.c: Likewise.
25380 * stdlib/cxa_finalize.c: Likewise.
25381 * stdlib/gen-fpioconst.c: Likewise.
25382 * stdlib/strtol_l.c: Likewise.
25383 * string/tst-endian.c: Likewise.
25384 * sunrpc/auth_des.c: Likewise.
25385 * sunrpc/clnt_udp.c: Likewise.
25386 * sunrpc/rtime.c: Likewise.
25387 * sunrpc/svcauth_des.c: Likewise.
25388 * sunrpc/xdr.c: Likewise.
25389 * sunrpc/xdr_intXX_t.c: Likewise.
25390 * sunrpc/xdr_rec.c: Likewise.
25391 * sysdeps/generic/ldconfig.h: Likewise.
25392 * sysdeps/generic/ldsodefs.h: Likewise.
25393 * sysdeps/generic/memusage.h: Likewise.
25394 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25395 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25396 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25397 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25398 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25399 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25400 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25401 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25402 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25403 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25404 * sysdeps/posix/getaddrinfo.c: Likewise.
25405 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25406 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25407 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25408 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25409 * sysdeps/powerpc/test-gettimebase.c: Likewise.
25410 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25411 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25412 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25413 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25414 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25415 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25416 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25417 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25418 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25419 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25420 * sysdeps/x86_64/dl-tls.h: Likewise.
25421 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25422 * time/alt_digit.c: Likewise.
25423 * time/era.c: Likewise.
25424 * wcsmbs/tst-c16c32-1.c: Likewise.
25425
8c75f674
JM
254262013-05-16 Joseph Myers <joseph@codesourcery.com>
25427
25428 * math/libm-test.inc (struct test_sincos_data): New type.
25429 (RUN_TEST_LOOP_sincos): New macro.
25430 (sincos_test_data): New variable.
25431 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25432
e6e49e59
RH
254332013-05-16 Richard Henderson <rth@redhat.com>
25434
25435 * math/atest-exp2.c (LIMB64): New macro.
25436 (CONSTSZ): New macro.
25437 (mp_exp1, mp_exp_m1, mp_log2): New variables.
25438 (hexdig): Move ...
25439 (print_mpn_fp): ... to function scope.
25440 (read_mpn_hex): Remove.
25441 (get_log2): Remove.
25442 (exp2_mpn): Use mp_log2.
25443 (main): Use mp_exp1.
25444
15c7c18d
JM
254452013-05-16 Joseph Myers <joseph@codesourcery.com>
25446
105a07df
JM
25447 * math/libm-test.inc: Remove comment about not testing "inexact"
25448 exceptions.
25449 (INEXACT_EXCEPTION): New macro.
25450 (NO_INEXACT_EXCEPTION): Likewise.
25451 (INVALID_EXCEPTION_OK): Update value.
25452 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25453 (OVERFLOW_EXCEPTION_OK): Likewise.
25454 (UNDERFLOW_EXCEPTION_OK): Likewise.
25455 (IGNORE_ZERO_INF_SIGN): Likewise.
25456 (ERRNO_UNCHANGED): Likewise.
25457 (ERRNO_EDOM): Likewise.
25458 (ERRNO_ERANGE): Likewise.
25459 (test_exceptions): Handle testing "inexact" exceptions.
25460 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25461 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25462 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25463 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25464 INEXACT_EXCEPTION.
25465 (rint_towardzero_test_data): Likewise.
25466 (rint_downward_test_data): Likewise.
25467 (rint_upward_test_data): Likewise.
25468
e9eee333
JM
25469 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25470 with OVERFLOW_EXCEPTION.
25471 (exp10_test_data): Likewise.
25472 (exp2_test_data): Likewise.
25473 (expm1_test_data): Likewise.
25474 (lgamma_test_data): Likewise.
25475 (pow_test_data): Likewise.
25476 (tgamma_test_data): Likewise.
25477 (yn_test_data): Remove duplicate test of overflow.
25478
1c38ff73
JM
25479 * math/libm-test.inc (struct test_cc_c_data): New type.
25480 (RUN_TEST_LOOP_cc_c): New macro.
25481 (cpow_test_data): New variable.
25482 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25483
15c7c18d
JM
25484 * math/libm-test.inc (struct test_f_L_data): New type.
25485 (RUN_TEST_LOOP_f_L): New macro.
25486 (llrint_test_data): New variable.
25487 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25488 (llrint_tonearest_test_data): New variable.
25489 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25490 (llrint_towardzero_test_data): New variable.
25491 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25492 (llrint_downward_test_data): New variable.
25493 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25494 (llrint_upward_test_data): New variable.
25495 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25496 (llround_test_data): New variable.
25497 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25498
f137ff13
PC
254992013-05-13 Peter Collingbourne <pcc@google.com>
25500
25501 * math/atest-exp2.c (get_log2): Remove const attribute.
25502
3608cb24
JM
255032013-05-15 Joseph Myers <joseph@codesourcery.com>
25504
25505 * math/libm-test.inc (struct test_f_l_data): New type.
25506 (RUN_TEST_LOOP_f_l): New macro.
25507 (lrint_test_data): New variable.
25508 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25509 (lrint_tonearest_test_data): New variable.
25510 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25511 (lrint_towardzero_test_data): New variable.
25512 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25513 (lrint_downward_test_data): New variable.
25514 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25515 (lrint_upward_test_data): New variable.
25516 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25517 (lround_test_data): New variable.
25518 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25519
39b1f617
PC
255202013-05-15 Peter Collingbourne <pcc@google.com>
25521
1deff3dc
PC
25522 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25523 (EXTRACT_WORDS64) Use where appropriate.
25524 (INSERT_WORDS64) Likewise.
25525
791f3ba0
PC
25526 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25527 constraints with x constraints.
25528 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25529
39b1f617
PC
25530 * malloc/obstack.c (_obstack_compat): Add initializer.
25531
12fba011
EM
255322013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
25533
25534 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25535 si_trapno and add si_addr_lsb to _sifields.sigfault.
25536 (si_trapno): Remove macro.
25537 (si_addr_lsb): Define new macro.
25538 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25539
d369f531
JM
255402013-05-15 Joseph Myers <joseph@codesourcery.com>
25541
b861c6c4
JM
25542 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25543 instead of TEST_f_l.
25544 (llrint_test_tonearest): Likewise.
25545 (llrint_test_towardzero): Likewise.
25546 (llrint_test_downward): Likewise.
25547 (llrint_test_upward): Likewise.
25548 (llround_test): Likewise.
25549
7abeee12
JM
25550 * math/libm-test.inc (struct test_f_i_data): Add comment.
25551 (RUN_TEST_LOOP_f_b): New macro.
25552 (RUN_TEST_LOOP_f_b_tg): Likewise.
25553 (finite_test_data): New variable.
25554 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25555 (isfinite_test_data): New variable.
25556 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25557 (isinf_test_data): New variable.
25558 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25559 (isnan_test_data): New variable.
25560 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25561 (isnormal_test_data): New variable.
25562 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25563 (issignaling_test_data): New variable.
25564 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25565 (signbit_test_data): New variable.
25566 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25567
cbe8c4d3
JM
25568 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25569 with INVALID_EXCEPTION.
25570 (acosh_test_data): Likewise.
25571 (asin_test_data): Likewise.
25572 (atanh_test_data): Likewise.
25573 (fmod_test_data): Likewise.
25574 (log_test_data): Likewise.
25575 (log10_test_data): Likewise.
25576 (log2_test_data): Likewise.
25577 (pow_test_data): Likewise.
25578 (sqrt_test_data): Likewise.
25579 (y0_test_data): Likewise.
25580 (y1_test_data): Likewise.
25581 (yn_test_data): Likewise.
25582
5575c0e5
JM
25583 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25584 function contents.
25585
d369f531
JM
25586 * math/libm-test.inc (struct test_ff_i_data): New type.
25587 (RUN_TEST_LOOP_ff_i_tg): New macro.
25588 (isgreater_test_data): New variable.
25589 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25590 (isgreaterequal_test_data): New variable.
25591 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25592 (isless_test_data): New variable.
25593 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25594 (islessequal_test_data): New variable.
25595 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25596 (islessgreater_test_data): New variable.
25597 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25598 (isunordered_test_data): New variable.
25599 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25600
781fd748
DM
256012013-05-14 David S. Miller <davem@davemloft.net>
25602
25603 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25604
87aa21df
JM
256052013-05-14 Joseph Myers <joseph@codesourcery.com>
25606
5e908270
JM
25607 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25608
f71172e5
JM
25609 * math/libm-test.inc (struct test_fF_f1_data): Change type of
25610 extra_test to int.
25611 (struct test_f_i_data): Change type of max_ulp to int.
25612
8cfa635a
JM
25613 * math/libm-test.inc (test_ffI_f1_data): New type.
25614 (RUN_TEST_LOOP_ffI_f1): New macro.
25615 (remquo_test_data): New variable.
25616 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25617
2bcb36b2
JM
25618 * setjmp/tst-setjmp-fp.c: New file.
25619 * setjmp/Makefile (tests): Add tst-setjmp-fp.
25620 (link-libm): New variable.
25621 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25622
acbd839a
JM
25623 * math/libm-test.inc (struct test_f_i_data): New type.
25624 (RUN_TEST_LOOP_f_i): New macro.
25625 (RUN_TEST_LOOP_f_i_tg): Likewise.
25626 (fpclassify_test_data): New variable.
25627 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25628 (ilogb_test_data): New variable.
25629 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25630
e414d745
JM
25631 * math/libm-test.inc (scalbln_test): Correct function name in END
25632 call.
25633
d9c2a0fd
JM
25634 * math/libm-test.inc (struct test_f_f1_data): Add comment.
25635 (RUN_TEST_LOOP_fI_f1): New macro.
25636 (frexp_test_data): New variable.
25637 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25638
9dc9095d
JM
25639 * math/libm-test.inc (struct test_fF_f1_data): New type.
25640 (RUN_TEST_LOOP_fF_f1): New macro.
25641 (modf_test_data): New variable.
25642 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25643
87aa21df
JM
25644 * math/libm-test.inc (struct test_f_f1_data): New type.
25645 (RUN_TEST_LOOP_f_f1): New macro.
25646 (gamma_test_data): New variable.
25647 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25648 (lgamma_test_data): New variable.
25649 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25650
141af660
CD
256512013-05-13 Carlos O'Donell <carlos@redhat.com>
25652
25653 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25654 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25655 (main): Comment "tls" pseudo-hwcap.
25656
6d33265c
JM
256572013-05-13 Joseph Myers <joseph@codesourcery.com>
25658
68fc074c
JM
25659 * math/libm-test.inc (struct test_fl_f_data): New type.
25660 (RUN_TEST_LOOP_fl_f): New variable.
25661 (scalbln_test_data): New variable.
25662 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25663
243216e1
JM
25664 * math/libm-test.inc (struct test_fi_f_data): New type.
25665 (RUN_TEST_LOOP_fi_f): New macro.
25666 (ldexp_test_data): New variable.
25667 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25668 (scalbn_test_data): New variable.
25669 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25670
6a1992e2
JM
25671 * math/libm-test.inc (struct test_c_f_data): New type.
25672 (RUN_TEST_LOOP_c_f): New macro.
25673 (cabs_test_data): New variable.
25674 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25675 (carg_test_data): New variable.
25676 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25677 (cimag_test_data): New variable.
25678 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25679 (creal_test_data): New variable.
25680 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25681
0e400df5
JM
25682 * math/libm-test.inc (struct test_if_f_data): New type.
25683 (RUN_TEST_LOOP_if_f): New macro.
25684 (jn_test_data): New variable.
25685 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25686 (yn_test_data): New variable.
25687 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25688
6d33265c
JM
25689 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25690
f98ece5f
AZ
256912013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25692
25693 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25694 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25695
0f7d347b
SP
256962013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25697
43fe811b
SP
25698 * benchtests/Makefile (CPPFLAGS-nonlib): Add
25699 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25700 (bench-deps): Add bench-timing.h.
25701 * benchtests-bench-skeleton.c: Include bench-timing.h.
25702 (main): Use TIMING_* macros instead of clock_gettime.
25703 * benchtests/bench-timing.h: New file.
25704
0f7d347b
SP
25705 [BZ #14582]
25706 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25707 Renamed from _LIB_VERSION.
25708 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25709
601a3a5f
JM
257102013-05-12 Joseph Myers <joseph@codesourcery.com>
25711
4f184d30
JM
25712 * math/libm-test.inc (struct test_fff_f_data): New type.
25713 (RUN_TEST_LOOP_fff_f): New macro.
25714 (fma_test_data): New variable.
25715 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25716 (fma_towardzero_test_data): New variable.
25717 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25718 (fma_downward_test_data): New variable.
25719 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25720 (fma_upward_test_data): New variable.
25721 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25722
08198877
JM
25723 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25724 (struct test_c_c_data): New type.
25725 (RUN_TEST_LOOP_c_c): New macro.
25726 (cacos_test_data): New variable.
25727 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25728 (cacosh_test_data): New variable.
25729 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25730 (casin_test_data): New variable.
25731 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25732 (casinh_test_data): New variable.
25733 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25734 (catan_test_data): New variable.
25735 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25736 (catanh_test_data): New variable.
25737 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25738 (ccos_test_data): New variable.
25739 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25740 (ccosh_test_data): New variable.
25741 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25742 (cexp_test_data): New variable.
25743 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25744 (clog_test_data): New variable.
25745 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25746 (clog10_test_data): New variable.
25747 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25748 (conj_test_data): New variable.
25749 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25750 (cproj_test_data): New variable.
25751 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25752 (csin_test_data): New variable.
25753 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25754 (csinh_test_data): New variable.
25755 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25756 (csqrt_test_data): New variable.
25757 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25758 (ctan_test_data): New variable.
25759 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25760 (ctan_tonearest_test_data): New variable.
25761 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25762 (ctan_towardzero_test_data): New variable.
25763 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25764 (ctan_downward_test_data): New variable.
25765 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25766 (ctan_upward_test_data): New variable.
25767 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25768 (ctanh_test_data): New variable.
25769 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25770 (ctanh_tonearest_test_data): New variable.
25771 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25772 (ctanh_towardzero_test_data): New variable.
25773 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25774 (ctanh_downward_test_data): New variable.
25775 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25776 (ctanh_upward_test_data): New variable.
25777 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25778 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25779 of BUILD_COMPLEX.
25780
601a3a5f
JM
25781 * math/libm-test.inc (struct test_ff_f_data): New type.
25782 (struct test_ff_f_data_nexttoward): Likewise.
25783 (RUN_TEST_LOOP_2_f): New macro.
25784 (RUN_TEST_LOOP_ff_f): Likewise.
25785 (atan2_test_data): New variable.
25786 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25787 (copysign_test_data): New variable.
25788 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25789 (fdim_test_data): New variable.
25790 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25791 (fmax_test_data): New variable.
25792 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25793 (fmin_test_data): New variable.
25794 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25795 (fmod_test_data): New variable.
25796 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25797 (hypot_test_data): New variable.
25798 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25799 (nextafter_test_data): New variable.
25800 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25801 (nexttoward_test_data): New variable.
25802 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25803 (pow_test_data): New variable.
25804 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25805 (pow_tonearest_test_data): New variable.
25806 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25807 (pow_towardzero_test_data): New variable.
25808 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25809 (pow_downward_test_data): New variable.
25810 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25811 (pow_upward_test_data): New variable.
25812 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25813 (remainder_test_data): New variable.
25814 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25815 (scalb_test_data): New variable.
25816 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25817 * sysdeps/i386/fpu/libm-test-ulps: Update.
25818
74c57478
JM
258192013-05-11 Joseph Myers <joseph@codesourcery.com>
25820
8329e4da
JM
25821 * math/libm-test.inc (fma_test): Use max_value instead of local
25822 variable fltmax.
25823 (nextafter_test): Likewise.
25824
74c57478
JM
25825 * math/libm-test.inc (acos_towardzero_test_data): New variable.
25826 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25827 (acos_downward_test_data): New variable.
25828 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25829 (acos_upward_test_data): New variable.
25830 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25831 (acosh_test_data): New variable.
25832 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25833 (asin_test_data): New variable.
25834 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25835 (asin_tonearest_test_data): New variable.
25836 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25837 (asin_towardzero_test_data): New variable.
25838 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25839 (asin_downward_test_data): New variable.
25840 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25841 (asin_upward_test_data): New variable.
25842 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25843 (asinh_test_data): New variable.
25844 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25845 (atan_test_data): New variable.
25846 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25847 (atanh_test_data): New variable.
25848 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25849 (cbrt_test_data): New variable.
25850 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25851 (ceil_test_data): New variable.
25852 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25853 (cos_test_data): New variable.
25854 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25855 (cos_tonearest_test_data): New variable.
25856 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25857 (cos_towardzero_test_data): New variable.
25858 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25859 (cos_downward_test_data): New variable.
25860 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25861 (cos_upward_test_data): New variable.
25862 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25863 (cosh_test_data): New variable.
25864 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25865 (cosh_tonearest_test_data): New variable.
25866 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25867 (cosh_towardzero_test_data): New variable.
25868 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25869 (cosh_downward_test_data): New variable.
25870 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25871 (cosh_upward_test_data): New variable.
25872 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25873 (erf_test_data): New variable.
25874 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25875 (erfc_test_data): New variable.
25876 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25877 (exp_test_data): New variable.
25878 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25879 (exp_tonearest_test_data): New variable.
25880 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25881 (exp_towardzero_test_data): New variable.
25882 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25883 (exp_downward_test_data): New variable.
25884 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25885 (exp_upward_test_data): New variable.
25886 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25887 (exp10_test_data): New variable.
25888 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25889 (exp2_test_data): New variable.
25890 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25891 (expm1_test_data): New variable.
25892 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25893 (fabs_test_data): New variable.
25894 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25895 (floor_test_data): New variable.
25896 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25897 (j0_test_data): New variable.
25898 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25899 (j1_test_data): New variable.
25900 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25901 (log_test_data): New variable.
25902 (log_test): Run tests with RUN_TEST_LOOP_f_f.
25903 (log10_test_data): New variable.
25904 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25905 (log1p_test_data): New variable.
25906 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25907 (log2_test_data): New variable.
25908 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25909 (logb_test_data): New variable.
25910 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25911 (logb_downward_test_data): New variable.
25912 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25913 (nearbyint_test_data): New variable.
25914 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25915 (rint_test_data): New variable.
25916 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25917 (rint_tonearest_test_data): New variable.
25918 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25919 (rint_towardzero_test_data): New variable.
25920 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25921 (rint_downward_test_data): New variable.
25922 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25923 (rint_upward_test_data): New variable.
25924 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25925 (round_test_data): New variable.
25926 (round_test): Run tests with RUN_TEST_LOOP_f_f.
25927 (sin_test_data): New variable.
25928 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25929 (sin_tonearest_test_data): New variable.
25930 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25931 (sin_towardzero_test_data): New variable.
25932 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25933 (sin_downward_test_data): New variable.
25934 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25935 (sin_upward_test_data): New variable.
25936 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25937 (sinh_test_data): New variable.
25938 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25939 (sinh_tonearest_test_data): New variable.
25940 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25941 (sinh_towardzero_test_data): New variable.
25942 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25943 (sinh_downward_test_data): New variable.
25944 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25945 (sinh_upward_test_data): New variable.
25946 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25947 (sqrt_test_data): New variable.
25948 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25949 (tan_test_data): New variable.
25950 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25951 (tan_tonearest_test_data): New variable.
25952 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25953 (tan_towardzero_test_data): New variable.
25954 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25955 (tan_downward_test_data): New variable.
25956 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25957 (tan_upward_test_data): New variable.
25958 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25959 (tanh_test_data): New variable.
25960 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25961 (tgamma_test_data): New variable.
25962 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25963 (trunc_test_data): New variable.
25964 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25965 (y0_test_data): New variable.
25966 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25967 (y1_test_data): New variable.
25968 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25969 (significand_test_data): New variable.
25970 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25971
7187d844
CG
259722013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
25973
25974 [BZ #12387]
25975 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25976
f63fae73
PT
259772013-05-10 Pino Toscano <toscano.pino@tiscali.it>
25978
25979 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25980
8a67a4b3
AJ
259812013-05-10 Andreas Jaeger <aj@suse.de>
25982
25983 [BZ #15448]
25984 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25985 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25986
51df539d
JM
259872013-05-10 Joseph Myers <joseph@codesourcery.com>
25988
25989 * math/gen-libm-test.pl (adjust_arg): New function.
25990 (special_functions): Handle generating output in both functions
25991 and arrays.
25992 (parse_args): Likewise.
25993 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
25994 $in_func argument to parse_args.
25995 * math/libm-test.inc (struct test_f_f_data): New type.
25996 (IF_ROUND_INIT_): New macro.
25997 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25998 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25999 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26000 (IF_ROUND_INIT_FE_UPWARD): Likewise.
26001 (ROUND_RESTORE_): Likewise.
26002 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26003 (ROUND_RESTORE_FE_TONEAREST): Likewise.
26004 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26005 (ROUND_RESTORE_FE_UPWARD): Likewise.
26006 (RUN_TEST_LOOP_f_f): New macro.
26007 (acos_test_data): New variable.
26008 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26009 (acos_tonearest_test_data): New variable.
26010 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26011
5c637fe5
SP
260122013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26013
26014 * benchtests/bench-skeleton.c (startup): Fix coding style.
26015
ab2b9461
JM
260162013-05-10 Joseph Myers <joseph@codesourcery.com>
26017
26018 [BZ #6809]
26019 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26020 negative infinity argument.
26021 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26022 negative infinity argument.
26023 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26024 negative infinity argument.
26025 * math/libm-test.inc (tgamma_test): Expect errno to be set for
26026 domain errors.
26027
4c0fe6fe
FW
260282013-05-10 Florian Weimer <fweimer@redhat.com>
26029
26030 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26031 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26032 * iconv/iconv_prog.c (main): Likewise.
26033 * locale/programs/charmap-dir.c (charmap_readdir)
26034 (fopen_uncompressed): Likewise.
26035 * locale/programs/locfile.c (siblings_uncached)
26036 (write_locale_data): Use lstat64 instead of lstat.
26037 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26038 stat.
26039
a3375d29
AJ
260402013-05-10 Andreas Jaeger <aj@suse.de>
26041
26042 [BZ #15395]
26043 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26044 localization.
26045 Include <locale.h>.
26046
36129722
CD
260472013-05-09 Carlos O'Donell <carlos@redhat.com>
26048
26049 * elf/dl-close.c (_dl_close_worker): Add comments.
26050
faa7f811
JM
260512013-05-09 Joseph Myers <joseph@codesourcery.com>
26052
ed41ffef
JM
26053 [BZ #15359]
26054 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26055 high part of pi/2.
26056 (__ieee754_rem_pio2l): Update comments.
26057
d0213cd0
JM
26058 [BZ #15429]
26059 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26060 high part of pi/2.
26061 (__ieee754_rem_pio2l): Update comments.
26062
0d3e777a
JM
26063 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26064 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26065
24f56066
JM
26066 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26067 M_PI_4l.
26068
faa7f811
JM
26069 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26070 (M_PI_34_LOG10El): Likewise.
26071 (M_PI2_LOG10El): Likewise.
26072 (M_PI4_LOG10El): Likewise.
26073 (M_PI_LOG10El): Likewise.
26074
e9a5e0fd
AZ
260752013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26076
26077 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26078
d8cd06db
JM
260792013-05-08 Joseph Myers <joseph@codesourcery.com>
26080
a0d9f9d7
JM
26081 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26082 (MINUS_ZERO_INIT): Likewise.
26083 (PLUS_INFTY_INIT): Likewise.
26084 (MINUS_INFTY_INIT): Likewise.
26085 (QNAN_VALUE_INIT): Likewise.
26086 (MAX_VALUE_INIT): Likewise.
26087 (MIN_VALUE_INIT): Likewise.
26088 (MIN_SUBNORM_VALUE_INIT): Likewise.
26089 (plus_zero): Initialize with PLUS_ZERO_INIT.
26090 (minus_zero): Initialize with MINUS_ZERO_INIT.
26091 (plus_infty): Initialize with PLUS_INFTY_INIT.
26092 (minus_infty): Initialize with MINUS_INFTY_INIT.
26093 (qnan_value): Initialize with QNAN_VALUE_INIT.
26094 (max_value): Initialize with MAX_VALUE_INIT.
26095 (min_value): Initialize with MIN_VALUE_INIT.
26096 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26097
ae08db3b
JM
26098 * math/libm-test.inc (RUN_TEST_if_f): New macro.
26099 (jn_test): Use TEST_if_f instead of TEST_ff_f.
26100 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26101 (yn_test): Use TEST_if_f instead of TEST_ff_f.
26102
f44bf14a
JM
26103 * math/libm-test.inc (RUN_TEST_f_f): New macro.
26104 (RUN_TEST_2_f): Likewise.
26105 (RUN_TEST_ff_f): Likewise.
26106 (RUN_TEST_fi_f): Likewise.
26107 (RUN_TEST_fl_f): Likewise.
26108 (RUN_TEST_fff_f): Likewise.
26109 (RUN_TEST_c_f): Likewise.
26110 (RUN_TEST_f_f1): Likewise.
26111 (RUN_TEST_fF_f1): Likewise.
26112 (RUN_TEST_fI_f1): Likewise.
26113 (RUN_TEST_ffI_f1): Likewise.
26114 (RUN_TEST_c_c): Likewise.
26115 (RUN_TEST_cc_c): Likewise.
26116 (RUN_TEST_f_i): Likewise.
26117 (RUN_TEST_f_i_tg): Likewise.
26118 (RUN_TEST_ff_i_tg): Likewise.
26119 (RUN_TEST_f_b): Likewise.
26120 (RUN_TEST_f_b_tg): Likewise.
26121 (RUN_TEST_f_l): Likewise.
26122 (RUN_TEST_f_L): Likewise.
26123 (RUN_TEST_sincos): Likewise.
26124 * math/gen-libm-test.pl (new_test): Take new argument to indicate
26125 whether to show exceptions. Do not include ");\n" in return
26126 value.
26127 (special_functions): Output call to RUN_TEST_sincos instead of
26128 check_float calls. Update calls to new_test.
26129 (parse_args): Output call to single RUN_TEST_* macro instead of
26130 check_* calls and other assignments. Update calls to new_test.
26131
d8cd06db
JM
26132 [BZ #2546]
26133 [BZ #2560]
26134 [BZ #5159]
26135 [BZ #15426]
26136 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26137 input to result for tgamma overflow.
26138 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26139 (gamma_coeff): New variable.
26140 (NCOEFF): New macro.
26141 (gamma_positive): New function.
26142 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26143 underflow here. Use gamma_positive instead of exp (lgamma) for
26144 other arguments.
26145 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26146 (gamma_coeff): New variable.
26147 (NCOEFF): New macro.
26148 (gammaf_positive): New function.
26149 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26150 underflow here. Use gamma_positive instead of exp (lgamma) for
26151 other arguments.
26152 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26153 (gamma_coeff): New variable.
26154 (NCOEFF): New macro.
26155 (gammal_positive): New function.
26156 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26157 underflow here. Use gamma_positive instead of exp (lgamma) for
26158 other arguments.
26159 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26160 (gamma_coeff): New variable.
26161 (NCOEFF): New macro.
26162 (gammal_positive): New function.
26163 (__ieee754_gammal_r): Handle positive infinity, overflow and
26164 underflow here. Handle NaN the same as positive infinity. Remove
26165 check x < 0xffffffff for negative integers. Use gamma_positive
26166 instead of exp (lgamma) for other arguments.
26167 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26168 (gamma_coeff): New variable.
26169 (NCOEFF): New macro.
26170 (gammal_positive): New function.
26171 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26172 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26173 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26174 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26175 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26176 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26177 * sysdeps/generic/math_private.h (__gamma_productf): New
26178 prototype.
26179 (__gamma_product): Likewise.
26180 (__gamma_productl): Likewise.
26181 * math/Makefile (libm-calls): Add gamma_product.
26182 * math/libm-test.inc (tgamma_test): Add more tests.
26183 * sysdeps/i386/fpu/libm-test-ulps: Update.
26184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26185
bb7cf681
OB
261862013-05-08 Ondřej Bílka <neleai@seznam.cz>
26187
26188 * benchtests/bench-skeleton.c (main): Preheat CPU.
26189
ba853947
AJ
261902013-05-07 Aurelien Jarno <aurelien@aurel32.net>
26191
26192 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26193
8347c74c
RM
261942013-05-07 Roland McGrath <roland@hack.frob.com>
26195
26196 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26197 and _dl_skip_args_internal.
26198
e8dd4791
CD
261992013-05-07 Carlos O'Donell <carlos@redhat.com>
26200
26201 * manual/message.texi (Message Translation): Talk about users.
26202 Message to key mapping impacts design.
26203
c7405830
RM
262042013-05-06 Roland McGrath <roland@hack.frob.com>
26205
a9173057
RM
26206 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26207
976e2f03
RM
26208 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26209
9723ffc5
RM
26210 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26211 * sysdeps/wordsize-64/glob64.c: ... here.
26212
962e6658
RM
26213 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26214 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26215 New macros.
26216
ee586a6d
RM
26217 * debug/getlogin_r_chk.c: Moved to ...
26218 * login/getlogin_r_chk.c: ... here.
26219 * debug/Makefile (routines): Move getlogin_r_chk to ...
26220 * login/Makefile (routines): ... here.
26221 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26222 * login/Versions (libc: GLIBC_2.4): ... here.
26223
355f9165
RM
26224 * io/poll.c (__poll): Renamed from poll.
26225 Add libc_hidden_def.
26226 (poll): Define as weak alias.
26227
bd9ffde6
RM
26228 * debug/ptsname_r_chk.c: Moved to ...
26229 * login/ptsname_r_chk.c: ... here.
26230 * debug/Makefile (routines): Move ptsname_r_chk to ...
26231 * login/Makefile (routines): ... here.
26232 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26233 * login/Versions (libc: GLIBC_2.4): ... here.
26234
8fb16a04
RM
26235 * posix/getlogin.c: Moved to ...
26236 * login/getlogin.c: ... here.
26237 * posix/getlogin_r.c: Moved to ...
26238 * login/getlogin_r.c: ... here.
26239 * posix/getlogin_r.c: Moved to ...
26240 * login/getlogin_r.c: ... here.
26241 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26242 * login/Makefile (routines): ... here.
26243 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26244 * login/Versions (libc: GLIBC_2.0): ... here.
26245
b99b892f
RM
26246 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26247 (setrlimit): Define as weak alias.
26248
c7405830
RM
26249 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26250 Call __ names for open, ftruncate, and close.
26251 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26252 (truncate): Define as weak alias.
26253
5bf96de5
JM
262542013-05-06 Joseph Myers <joseph@codesourcery.com>
26255
9ea3513c
JM
26256 * math/gen-libm-test.pl (parse_args): Initialize x before each
26257 test of frexp, modf and remquo.
26258
5bf96de5
JM
26259 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26260 test signgam value.
26261
16e616a7
AZ
262622013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26263
26264 [BZ #15418]
26265 [BZ #15419]
26266 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26267 internal tests.
26268 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26269
d5e82754
RM
262702013-05-06 Roland McGrath <roland@hack.frob.com>
26271
26272 * elf/dl-writev.h: New file.
26273 * elf/dl-misc.c: Include it.
26274 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26275 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26276
a7548d41
JM
262772013-05-04 Joseph Myers <joseph@codesourcery.com>
26278
b7dab1e4
JM
26279 * math/libm-test.inc (noXFails): Remove variable.
26280 (noXPasses): Likewise.
26281 (BUILD_COMPLEX_INT): Remove macro.
26282 (print_screen): Remove xfail argument.
26283 (print_screen_max_error): Likewise.
26284 (update_stats): Likewise.
26285 (print_max_error): Likewise. Update calls to other affected
26286 functions.
26287 (print_complex_max_error): Likewise.
26288 (test_single_exception): Update calls to print_screen.
26289 (test_single_errno): Likewise.
26290 (check_float_internal): Remove xfail argument. Update calls to
26291 other affected functions.
26292 (check_float): Likewise.
26293 (check_complex): Likewise.
26294 (check_int): Likewise.
26295 (check_long): Likewise.
26296 (check_bool): Likewise.
26297 (check_longlong): Likewise.
26298 (main): Don't print noXFails and noXPasses.
26299 * math/gen-libm-test.pl (top level): Don't mention expected
26300 failure handling in comment.
26301 (new_test): Don't handle expected failures.
26302 (parse_args): Don't mention expected failure handling in comment.
26303 (generate_testfile): Don't handle expected failures.
26304 (parse_ulps): Likewise.
26305 (print_ulps_file): Likewise.
26306 (get_failure): Remove function.
26307 (output_test): Don't handle expected failures.
26308 * make/README.libm-test: Don't mention expected failure handling.
26309
a7548d41
JM
26310 * math/libm-test.inc (plus_zero): Make const. Add initializer.
26311 (minus_zero): Likewise.
26312 (plus_infty): Likewise.
26313 (minus_infty): Likewise.
26314 (qnan_value): Likewise.
26315 (max_value): Likewise.
26316 (min_value): Likewise.
26317 (min_subnorm_value): Likewise.
26318 (initialize): Do not initialize those variables dynamically.
26319
60bfd54c
RM
263202013-05-03 Roland McGrath <roland@hack.frob.com>
26321
cc0e6ed8
RM
26322 * io/open.c (__open_2): Moved to ...
26323 * io/open_2.c: ... this new file.
26324 * io/open64.c (__open64_2): Moved to ...
26325 * io/open64_2.c: ... this new file.
26326 * io/openat.c (__openat_2): Moved to ...
26327 * io/openat_2.c: ... this new file.
26328 * io/openat64.c (__openat64_2): Moved to ...
26329 * io/openat64_2.c: ... this new file.
26330 * io/Makefile (routines): Add them.
26331 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26332 * sysdeps/unix/sysv/linux/open_2.c: File removed.
26333 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26334 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26335 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26336 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26337 (__openat64): Add hidden_ver.
26338 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26339 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26340
60bfd54c
RM
26341 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26342 Separately conditionalize setting of GLRO(dl_sysinfo) so
26343 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26344 as well, but the actual setting is only under [NEED_DL_SYSINFO].
26345
83e7640f
AZ
263462013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26347
26348 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26349 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26350 definition.
26351 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26352 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26353 (_libc_vdso_platform_setup): Add __vdso_time initialization.
26354 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26355 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26356
d5dc2af3
JM
263572013-05-03 Joseph Myers <joseph@codesourcery.com>
26358
c31a5b1e
JM
26359 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26360 test signgam value.
26361
d5dc2af3
JM
26362 * math/libm-test.inc (hypot_test): Do not use
26363 IGNORE_ZERO_INF_SIGN.
26364
164fd39d
AJ
263652013-05-03 Andreas Jaeger <aj@suse.de>
26366
26367 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26368 Linux 3.9.
26369 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26370 (PF_MAX): Adjust for VSOCK change.
26371
8237f48c
AZ
263722013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26373
26374 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26375
9df02941
CD
263762013-05-02 Carlos O'Donell <carlos@redhat.com>
26377
26378 [BZ #15264]
26379 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26380 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26381 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26382
d422395e
DM
263832013-05-02 David S. Miller <davem@davemloft.net>
26384
26385 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26386
a07c5731
OB
263872013-05-01 Ondřej Bílka <neleai@seznam.cz>
26388
26389 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26390
1324e37f
RM
263912013-05-01 Roland McGrath <roland@hack.frob.com>
26392
26393 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26394
0695940b
RS
263952013-05-01 Richard Smith <richard@metafoo.co.uk>
26396
bb5f27ad 26397 [BZ #14952]
0695940b
RS
26398 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26399 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26400 Use __attribute__ ((__gnu_inline__)).
26401 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26402 Don't use __attribute__ ((__gnu_inline__)).
26403
10de07f5
JM
264042013-05-01 Joseph Myers <joseph@codesourcery.com>
26405
26406 [BZ #15423]
26407 * math/s_catan.c (__catan): Handle small real or imaginary part of
26408 input specially to avoid spurious underflow.
26409 * math/s_catanf.c (__catanf): Likewise.
26410 * math/s_catanh.c (__catanh): Likewise.
26411 * math/s_catanhf.c (__catanhf): Likewise.
26412 * math/s_catanhl.c (__catanhl): Likewise.
26413 * math/s_catanl.c (__catanl): Likewise.
26414 * math/libm-test.inc (catan_test): Add more tests.
26415 (catanh_test): Likewise.
26416 * sysdeps/i386/fpu/libm-test-ulps: Update.
26417 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26418
cb4d5414
AZ
264192013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26420
26421 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26422
caf84319
JM
264232013-04-30 Joseph Myers <joseph@codesourcery.com>
26424
26425 [BZ #15416]
26426 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26427 accurately for denominator in atan2.
26428 * math/s_catanf.c (__catanf): Likewise.
26429 * math/s_catanh.c (__catanh): Likewise.
26430 * math/s_catanhf.c (__catanhf): Likewise.
26431 * math/s_catanhl.c (__catanhl): Likewise.
26432 * math/s_catanl.c (__catanl): Likewise.
26433 * math/libm-test.inc (catan_test): Add more tests.
26434 (catanh_test): Likewise.
26435 * sysdeps/i386/fpu/libm-test-ulps: Update.
26436 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26437
d569c6ee
SP
264382013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
26439
6dbe713d
SP
26440 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26441
f0ee064b
SP
26442 * benchtests/Makefile (bench): Remove slow benchmarks.
26443 * benchtests/atan-inputs: Add slow benchmark inputs.
26444 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26445 (BENCH_FUNC): Accept variant offset.
26446 (VARIANT): Define.
26447 * benchtests/bench-skeleton.c (main): Run benchmark for each
26448 variant.
26449 * benchtests/cos-inputs: Add slow benchmark inputs.
26450 * benchtests/exp-inputs: Likewise.
26451 * benchtests/pow-inputs: Likewise.
26452 * benchtests/sin-inputs: Likewise.
26453 * benchtests/slowatan-inputs: Remove.
26454 * benchtests/slowatan.c: Remove.
26455 * benchtests/slowcos-inputs: Remove.
26456 * benchtests/slowcos.c: Remove.
26457 * benchtests/slowexp-inputs: Remove.
26458 * benchtests/slowexp.c: Remove.
26459 * benchtests/slowpow-inputs: Remove.
26460 * benchtests/slowpow.c: Remove.
26461 * benchtests/slowsin-inputs: Remove.
26462 * benchtests/slowsin.c: Remove.
26463 * benchtests/slowtan-inputs: Remove.
26464 * benchtests/slowtan.c: Remove.
26465 * benchtests/tan-inputs: Add slow benchmark inputs.
26466 * scripts/bench.pl: Parse comments and directives.
26467
d569c6ee
SP
26468 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
26469 in CPPFLAGS.
26470 ($(objpfx)bench-%.c): Remove *-ITER.
26471 * benchtests/bench-modf.c: Remove definition of ITER.
26472 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26473 (main): Loop for DURATION seconds instead of fixed number of
26474 iterations.
26475 * scripts/bench.pl: Don't expect iterations in parameters.
26476
a6a242fe
RM
264772013-04-29 Roland McGrath <roland@hack.frob.com>
26478
26479 * io/fchdir.c (__fchdir): Renamed from fchdir.
26480 (fchdir): Define as weak alias.
26481
f2da7793
JM
264822013-04-29 Joseph Myers <joseph@codesourcery.com>
26483
26484 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26485 (ERRNO_EDOM): Likewise.
26486 (ERRNO_ERANGE): Likewise.
26487 (noErrnoTests): New variable.
26488 (init_max_error): Set errno to 0.
26489 (test_single_errno): New function.
26490 (test_errno): Likewise.
26491 (check_float_internal): Call test_errno. Set errno to 0.
26492 (check_complex): Refer to errno tests in comment.
26493 (check_int): Call test_errno. Set errno to 0.
26494 (check_long): Likewise.
26495 (check_bool): Likewise.
26496 (check_longlong): Likewise.
26497 (cos_test): Use ERRNO_* flags for errno tests instead of
26498 check_int.
26499 (expm1_test): Likewise.
26500 (fmod_test): Likewise.
26501 (ilogb_test): Likewise.
26502 (lgamma_test): Likewise.
26503 (pow_test): Likewise.
26504 (remainder_test): Likewise.
26505 (sin_test): Likewise.
26506 (tan_test): Likewise.
26507 (yn_test): Likewise.
26508 (initialize): Set errno to 0.
26509 (main): Print number of errno tests.
26510 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26511
b1a36ceb
AJ
265122013-04-29 Andreas Jaeger <aj@suse.de>
26513
c3ed8088
AJ
26514 [BZ #15084]
26515 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26516 and RES_USEVC.
26517
f1a24198
AJ
26518 [BZ #15085]
26519 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26520 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26521 unimplemented.
26522
9ce3b2cb
AJ
26523 [BZ #15380]
26524 * stdlib/random.c (__initstate): Return NULL if
26525 __initstate fails.
26526
f1a24198 26527 [BZ #15086]
b1a36ceb
AJ
26528 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26529 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26530 RES_SNGLKUPREOP.
26531
7e7b6f36
AZ
265322013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26533
26534 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26535
4d14f449
JM
265362013-04-29 Joseph Myers <joseph@codesourcery.com>
26537
26538 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26539 of individual tests.
26540 (casin_test): Likewise.
26541 (casinh_test): Likewise.
26542
5b4217d7
JM
265432013-04-27 Joseph Myers <joseph@codesourcery.com>
26544
26545 [BZ #15409]
26546 * math/s_catan.c (__catan): Handle arguments with large real or
26547 imaginary part separately without squaring.
26548 * math/s_catanf.c (__catanf): Likewise.
26549 * math/s_catanh.c (__catanh): Likewise.
26550 * math/s_catanhf.c (__catanhf): Likewise.
26551 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26552 and redefine.
26553 (__catanhl): Handle arguments with large real or imaginary part
26554 separately without squaring.
26555 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26556 and redefine.
26557 (__catanl): Handle arguments with large real or imaginary part
26558 separately without squaring.
26559 * math/libm-test.inc (catan_test): Add more tests.
26560 (catanh_test): Likewise.
26561 * sysdeps/i386/fpu/libm-test-ulps: Update.
26562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26563
4220c3ef
AJ
265642013-04-27 Andreas Jaeger <aj@suse.de>
26565
26566 [BZ #15007]
26567 * stdlib/stdlib.h: Update guards for qecvt.
26568 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26569 <stdlib.h>.
26570
4721b2d1
AM
265712013-04-27 Allan McRae <allan@archlinux.org>
26572
26573 * sysdeps/i386/fpu/libm-test-ulps: Update.
26574
f0302940
JM
265752013-04-26 Joseph Myers <joseph@codesourcery.com>
26576
9457fd95
JM
26577 [BZ #15406]
26578 * math/s_catan.c: Include <float.h>.
26579 (__catan): Ensure underflow exception occurs for underflowed
26580 result.
26581 * math/s_catanf.c: Include <float.h>.
26582 (__catanf): Ensure underflow exception occurs for underflowed
26583 result.
26584 * math/s_catanh.c: Include <float.h>.
26585 (__catanh): Ensure underflow exception occurs for underflowed
26586 result.
26587 * math/s_catanhf.c: Include <float.h>.
26588 (__catanhf): Ensure underflow exception occurs for underflowed
26589 result.
26590 * math/s_catanhl.c: Include <float.h>.
26591 (__catanhl): Ensure underflow exception occurs for underflowed
26592 result.
26593 * math/s_catanl.c: Include <float.h>.
26594 (__catanl): Ensure underflow exception occurs for underflowed
26595 result.
26596 * math/libm-test.inc (catan_test): Add more tests.
26597 (catanh_test): Likewise.
26598
f0302940
JM
26599 [BZ #15405]
26600 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26601 underflowed result.
26602 * math/s_ccoshf.c (__ccoshf): Likewise.
26603 * math/s_ccoshl.c (__ccoshl): Likewise.
26604 * math/s_csin.c (__csin): Likewise.
26605 * math/s_csinf.c (__csinf): Likewise.
26606 * math/s_csinh.c (__csinh): Likewise.
26607 * math/s_csinhf.c (__csinhf): Likewise.
26608 * math/s_csinhl.c (__csinhl): Likewise.
26609 * math/s_csinl.c (__csinl): Likewise.
26610 * math/libm-test.inc (ccos_test): Add more tests.
26611 (ccosh_test): Likewise.
26612 (csin_test): Likewise.
26613 (csinh_test): Likewise.
26614
aa630f59
AZ
266152013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26616
26617 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26618 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26619 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26620 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26621 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26622 powerpc/power5+/fpu folders.
26623 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26624
26625
1b835983
MT
266262013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
26627
26628 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26629
73709b26
JM
266302013-04-25 Joseph Myers <joseph@codesourcery.com>
26631
26632 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26633 additions to variable.
26634 [$(config-machine) = x86_64] (modules-names): Likewise.
26635 ($(objpfx)tst-audit3): Remove dependency.
26636 ($(objpfx)tst-audit3.out): Likewise.
26637 ($(objpfx)tst-audit4): Likewise.
26638 ($(objpfx)tst-audit4.out): Likewise.
26639 ($(objpfx)tst-audit5): Likewise.
26640 ($(objpfx)tst-audit5.out): Likewise.
26641 ($(objpfx)tst-audit6): Likewise.
26642 ($(objpfx)tst-audit6.out): Likewise.
26643 ($(objpfx)tst-audit7): Likewise.
26644 ($(objpfx)tst-audit7.out): Likewise.
26645 (tst-audit3-ENV): Remove variable.
26646 (tst-audit4-ENV): Likewise.
26647 (tst-audit5-ENV): Likewise.
26648 (tst-audit6-ENV): Likewise.
26649 (tst-audit7-ENV): Likewise.
26650 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26651 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26652 addition to variable.
26653 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26654 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26655 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26656 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26657 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26658 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26659 tst-audit3, tst-audit4 and tst-audit5.
26660 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26661 tst-audit6 and tst-audit7.
26662 [$(subdir) = elf] (modules-names): Add audit modules for those
26663 tests.
26664 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26665 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26666 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26667 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26668 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26669 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26670 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26671 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26672 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26673 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26674 [$(subdir) = elf] (tst-audit3-ENV): New variable.
26675 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26676 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26677 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26678 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26679 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26680 Likewise.
26681 [$(subdir) = elf && $(config-cflags-avx) = yes]
26682 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26683 [$(subdir) = elf && $(config-cflags-avx) = yes]
26684 (CFLAGS-tst-auditmod4a.c): Likewise.
26685 [$(subdir) = elf && $(config-cflags-avx) = yes]
26686 (CFLAGS-tst-auditmod4b.c): Likewise.
26687 [$(subdir) = elf && $(config-cflags-avx) = yes]
26688 (CFLAGS-tst-auditmod6b.c): Likewise.
26689 [$(subdir) = elf && $(config-cflags-avx) = yes]
26690 (CFLAGS-tst-auditmod6c.c): Likewise.
26691 [$(subdir) = elf && $(config-cflags-avx) = yes]
26692 (CFLAGS-tst-auditmod7b.c): Likewise.
26693 * elf/tst-audit3.c: Move to ...
26694 * sysdeps/x86_64/tst-audit3.c: ... here.
26695 * elf/tst-audit4.c: Move to ...
26696 * sysdeps/x86_64/tst-audit4.c: ... here.
26697 * elf/tst-audit5.c: Move to ...
26698 * sysdeps/x86_64/tst-audit5.c: ... here.
26699 * elf/tst-audit6.c: Move to ...
26700 * sysdeps/x86_64/tst-audit6.c: ... here.
26701 * elf/tst-audit7.c: Move to ...
26702 * sysdeps/x86_64/tst-audit7.c: ... here.
26703 * elf/tst-auditmod3a.c: Move to ...
26704 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26705 * elf/tst-auditmod3b.c: Move to ...
26706 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26707 * elf/tst-auditmod4a.c: Move to ...
26708 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26709 * elf/tst-auditmod4b.c: Move to ...
26710 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26711 * elf/tst-auditmod5a.c: Move to ...
26712 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26713 * elf/tst-auditmod5b.c: Move to ...
26714 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26715 * elf/tst-auditmod6a.c: Move to ...
26716 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26717 * elf/tst-auditmod6b.c: Move to ...
26718 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26719 * elf/tst-auditmod6c.c: Move to ...
26720 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26721 * elf/tst-auditmod7a.c: Move to ...
26722 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26723 * elf/tst-auditmod7b.c: Move to ...
26724 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26725
1ef74943
PP
267262013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26727
26728 [BZ #15366]
26729 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26730 define unconditionally.
26731 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26732 define unconditionally.
26733 (INT8_C, INT16_C, etc.): Likewise.
26734
93fd48c5
MR
267352013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
26736
ae9552cf
MR
26737 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26738 __ehdr_start with hidden visibility.
26739
93fd48c5
MR
26740 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26741
418601aa
CD
267422013-04-24 Carlos O'Donell <carlos@redhat.com>
26743
26744 * math/libm-test.inc (cos_test): Use accurate hex constants.
26745 (sincost_test): Likewise.
26746
2f38fbfe
JM
267472013-04-24 Joseph Myers <joseph@codesourcery.com>
26748
5e221800
JM
26749 * math/libm-test.inc (catan_test): Add more tests.
26750 (catanh_test): Likewise.
26751
77f143fd
JM
26752 * math/s_catanf.c (__catanf): Use suffixed floating-point
26753 constants.
26754 * math/s_catanhf.c (__catanhf): Likewise.
26755 * math/s_catanhl.c (__catanhl): Likewise.
26756 * math/s_catanl.c (__catanl): Likewise.
26757
2f38fbfe
JM
26758 [BZ #15394]
26759 * math/s_catan.c (__catan): Calculate imaginary part of result
26760 with log1p not log unless computing log of number close to 0.
26761 * math/s_catanf.c (__catanf): Likewise.
26762 * math/s_catanl.c (__catanl): Likewise.
26763 * math/s_catanh.c (__catanh): Calculate real part of result with
26764 log1p not log unless computing log of number close to 0.
26765 * math/s_catanhf.c (__catanhf): Likewise.
26766 * math/s_catanhl.c (__catanhl): Likewise.
26767 * math/libm-test.inc (catan_test): Add more tests.
26768 (catanh_test): Likewise.
26769 * sysdeps/i386/fpu/libm-test-ulps: Update.
26770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26771
45d69176
SP
267722013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26773
26774 * benchtests/Makefile: Mention files in which fast and slow
26775 paths of math functions are implemented.
26776
87f51853
RM
267772013-04-23 Roland McGrath <roland@hack.frob.com>
26778
26779 * sysdeps/posix/timespec_get.c: New file.
26780
3c026539
AZ
267812013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26782
26783 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26784 POWER.
26785 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26786 for POWER.
26787 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26788 powerpc/power5/fpu folders.
26789 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26790 * benchtests/Makefile: Add modf testcase.
26791 * benchtests/bench-modf.c: New file: Benchmark test for mo
26792
ff491d14
SP
267932013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
26794
26795 [BZ #14888]
26796 * time/Makefile (tests): Add tst-strptime-whitespace.
26797 * time/strptime_l.c (get_number): Use ISSPACE.
26798 (__strptime_internal): Likewise.
26799 * time/tst-strptime-whitespace.c: New test case.
26800
7ed3f4e8
AS
268012013-04-23 Andreas Schwab <schwab@linux-m68k.org>
26802
26803 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26804 member.
26805 (_nss_files_init): Set it here.
26806
5c95f7b6
HC
268072013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
26808
26809 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26810 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26811 unsigned.
26812
d34c9158
JBG
268132013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
26814
26815 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26816
2169712d
SP
268172013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26818
26819 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26820 size just once.
26821
29c5de99
DM
268222013-04-21 David S. Miller <davem@davemloft.net>
26823
26824 * po/ru.po: Update Russion translation from translation project.
26825
ccdad15d
AC
268262013-04-17 Adam Conrad <adconrad@0c3.net>
26827
26828 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26829 and setfsgid.
26830
0f122b8d
CD
268312013-04-17 Carlos O'Donell <carlos@redhat.com>
26832
5c5b07da 26833 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 26834 * configure: Regenerate.
5c5b07da 26835 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
26836 Add example to error message.
26837 * sysdeps/i386/configure: Regenerate.
26838
037714dd
SP
268392013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26840
26841 * benchtests/Makefile (bench): Add cos, tan, slowcos and
26842 slowtan.
26843 * benchtests/cos-inputs: New file.
26844 * benchtests/slowcos-inputs: New file.
26845 * benchtests/slowcos.c: New file.
26846 * benchtests/slowtan-inputs: New file.
26847 * benchtests/slowtan.c: New file.
26848 * benchtests/tan-inputs: New file.
26849
e913141d
RM
268502013-04-16 Roland McGrath <roland@hack.frob.com>
26851
26852 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26853 considered kosher.
26854
a2964074
SP
268552013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26856
4856bcd2
SP
26857 * benchtests/Makefile: Include cppflags-iterator.mk to add
26858 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26859
a2964074
SP
26860 * Makefile.in (bench-clean): New target.
26861 * benchtests/Makefile (bench-clean): Likewise.
26862
9fbf9aca
DH
268632013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
26864
26865 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26866
207d1e2a
TS
268672013-04-15 Thomas Schwinge <thomas@codesourcery.com>
26868
26869 * stdio-common/tstdiomisc.c: Fix coding-style violation.
26870
306dfba9
AS
268712013-04-15 Andreas Schwab <schwab@suse.de>
26872
26873 * nscd/grpcache.c (cache_addgr): Properly check for short write.
26874 * nscd/initgrcache.c (addinitgroupsX): Likewise.
26875 * nscd/pwdcache.c (cache_addpw): Likewise.
26876 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
26877 more than recsize.
26878
206a6699
SP
268792013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26880
26881 * benchtests/Makefile (bench): Write all output to
26882 bench-out.tmp together.
26883
0582f6b3
AS
268842013-04-15 Andreas Schwab <schwab@suse.de>
26885
26886 * nscd/nscd.c (main): Don't fork again after closing files.
26887
acb4325f
SP
268882013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26889
5cb26d0a
SP
26890 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26891
acb4325f
SP
26892 * benchtests/Rules (bench-deps): Collect dependencies into a
26893 single variable. Add Makefile to dependencies.
26894 ($(objpfx)bench-%.c): Depend on bench-deps.
26895
47792506
RM
268962013-04-12 Roland McGrath <roland@hack.frob.com>
26897 Xavier Roche <roche+kml2@exalead.com>
26898
26899 [BZ #15361]
26900 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26901 just that it's a file descriptor.
26902 * manual/llio.texi (Synchronizing AIO Operations): Update description
26903 for EBADF error from aio_fsync.
26904
8fc1bee5
SP
269052013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26906
26907 * Rules (bench): Move target definition...
26908 * benchtests/Makefile: ... here.
26909
aba5e333
CD
269102013-04-11 Carlos O'Donell <carlos@redhat.com>
26911
26912 * math/libm-test.inc (cos_test): Fix PI/2 test.
26913 (sincos_test): Likewise.
26914 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26915 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26916
273cdee8
AS
269172013-04-11 Andreas Schwab <schwab@suse.de>
26918
6ecec3b6
AS
26919 [BZ #13988]
26920 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26921 accept exponent character only when digits were seen.
26922 * stdio-common/Makefile (tests): Add bug26.
26923 * stdio-common/bug26.c: New file.
26924
273cdee8
AS
26925 [BZ #14293]
26926 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26927 non-freeable.
26928
8da491f5
SP
269292013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26930
01dc6df9
SP
26931 * Makeconfig (rtld-prefix): Define built linker prefix.
26932 * Rules (run-bench): Use it.
26933 * math/Makefile (run-regen-ulps): Likewise.
26934
8da491f5
SP
26935 * Rules (bench): Remove eval.
26936
abe7f530
SP
269372013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26938 Roland McGrath <roland@hack.frob.com>
26939 Ondrej Bilka <neleai@seznam.cz>
26940
26941 [BZ #15346]
26942 * time/getdate.c: Include ctype.h and alloca.h.
26943 (__getdate_r): Trim leading and trailing spaces of input.
26944 * time/tst-getdate.c (tests): Add tests with leading and
26945 trailing spaces.
26946
61c23e62
RM
269472013-04-08 Roland McGrath <roland@hack.frob.com>
26948
26949 [BZ #14280]
26950 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26951 when computing value.
26952
7208a313
CD
269532013-04-06 Carlos O'Donell <carlos@redhat.com>
26954
085b2d41
CD
26955 * math/README.libm-test (How can I generate "libm-test-ulps"?):
26956 Use testrun.sh to run libm tests.
26957
7208a313
CD
26958 [BZ #15309]
26959 * elf/dl-open.c (dl_open_worker): memset all of seen array.
26960
872c0acd
MM
269612013-04-06 Marko Myllynen <myllynen@redhat.com>
26962
26963 [BZ #15264]
26964 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26965
26510bdd
CD
269662013-04-06 Carlos O'Donell <carlos@redhat.com>
26967
26968 * Makefile.in (regen-ulps): New target.
26969 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26970 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26971 [ifneq (no,$(PERL)] (regen-ulps): New target.
26972 [ifeq (no,$(PERL)] (regen-ulps): New target.
26973 * math/libm-test.inc (ulps_file_name): Define.
26974 (output_dir): New variable.
26975 (options): Add "output-dir" option.
26976 (parse_opt): Handle 'o' case.
26977 (main): If output_dir is non-NULL use it as a prefix
26978 otherwise use "".
26979 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26980
a01f19c8
CD
269812013-04-06 Carlos O'Donell <carlos@redhat.com>
26982
26983 [BZ #10060, #10062]
26984 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26985 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26986 fail configure if __sync_val_compare_and_swap is not inlined.
26987 * sysdeps/i386/configure: Regenerate.
26988 * configure.in: Build for i686 when configured for i386.
26989 * configure: Regenerate.
26990 * README: Remove i386 reference.
26991
b7a329a5
CD
269922013-04-06 Carlos O'Donell <carlos@redhat.com>
26993
26994 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26995 * sysdeps/s390/s390-64/sysdep.h: Likewise.
26996
bf0f50df
TS
269972013-04-05 Thomas Schwinge <thomas@codesourcery.com>
26998
ee091edf
TS
26999 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27000 (lmsnanval): New variables.
27001 (F): Add conversion tests.
27002 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27003 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27004
a8b792d6
TS
27005 * stdio-common/tstdiomisc.c (F): Properly collect individual
27006 tests' results.
27007
a1cbf437
TS
27008 [BZ #14686, #15336]
27009 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27010 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27011 Instead, use input NaN values or generate a qNaN by arithmetic
27012 operation. Also fix bugs to comply with the standard.
27013 * math/libm-test.inc (remainder_test): Add more tests.
27014
8b43a0c9
TS
27015 [BZ #15335, #15342]
27016 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27017 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27018 input NaN values or generate a qNaN by arithmetic operation.
27019
d91da4ce
TS
27020 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27021 unreachable code.
27022
bf0f50df
TS
27023 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27024 definitions.
27025
05e166c8
JM
270262013-04-03 Joseph Myers <joseph@codesourcery.com>
27027
27028 [BZ #14478]
27029 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27030 underflowed result.
27031 * math/s_cexpf.c (__cexpf): Likewise.
27032 * math/s_cexpl.c (__cexpl): Likewise.
27033 * math/libm-test.inc (cexp_test): Add more tests.
27034
1cef1b19
AS
270352013-04-03 Andreas Schwab <schwab@suse.de>
27036
27037 [BZ #15330]
27038 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27039 order arrays from heap if bigger than alloca cutoff.
27040
74d87055
TS
270412013-04-03 Thomas Schwinge <thomas@codesourcery.com>
27042
27043 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27044 (SNAN_TESTS_double): Refer to GCC PR56831.
27045 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27046 GCC PR56828.
27047
d755bba4
SP
270482013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
27049
90d5d5bb
SP
27050 * Rules (bench): Move bench.out after the run is complete.
27051
73e0cd5d
SP
27052 * Rules (bench): Echo currently running benchmark.
27053
64aabd4b
SP
27054 * benchtests/Makefile (bench): Add atan and slowatan.
27055 * benchtests/atan-inputs: New file.
27056 * benchtests/slowatan-inputs: New file.
27057 * benchtests/slowatan.c: New file.
27058
c871eccd
SP
27059 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27060 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27061 its value.
27062
d755bba4
SP
27063 [BZ #15305]
27064 * sysdeps/unix/sysv/linux/kernel-features.h
27065 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27066 __ASSUME_XFS_RESTRICTED_CHOWN.
27067 * sysdeps/unix/sysv/linux/pathconf.c
27068 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27069 Save and restore errno.
27070
52ce4860
JM
270712013-04-02 Joseph Myers <joseph@codesourcery.com>
27072
27073 [BZ #15327]
27074 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27075 arguments using __kernel_casinh.
27076 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27077 arguments using __kernel_casinhf.
27078 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27079 arguments using __kernel_casinhl.
27080 * math/libm-test.inc (cacosh_test): Add more tests.
27081 * sysdeps/i386/fpu/libm-test-ulps: Update.
27082 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27083
81f311c2
SP
270842013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
27085
e7906a47
SP
27086 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27087 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27088
92e3664b
SP
27089 * bench/Makefile (bench): Add sin and slowsin.
27090 * benchtests/sin-inputs: New file.
27091 * benchtests/slowsin-inputs: New file.
27092 * benchtests/slowsin.c: New file.
27093
81f311c2
SP
27094 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27095 (bench): Add slowexp and slowpow.
27096 (exp-ITER): Increase iterations.
27097 (pow-ITER): Likewise.
27098 * benchtests/exp-inputs: Change input.
27099 * benchtests/pow-inputs: Likewise.
27100 * benchtests/slowexp-inputs: New file.
27101 * benchtests/slowexp.c: New file.
27102 * benchtests/slowpow-inputs: New file.
27103 * benchtests/slowpow.c: New file.
27104
ab0f1aa9
AZ
271052013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27106
27107 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27108 instructions.
27109 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27110 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27111 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27112 * benchtests/Makefile: Add rint benchtest.
27113 * benchtests/rint-inputs: Input for rint benchtest.
27114
57267616
TS
271152013-04-02 Thomas Schwinge <thomas@codesourcery.com>
27116
27117 * Versions.def (libm): Add GLIBC_2.18.
27118 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27119 hidden libm prototypes.
27120 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27121 * math/Makefile (libm-calls): Add s_issignaling.
27122 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27123 __issignalingf, __issignalingl. Adjust all libm.abilist files.
27124 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27125 declaration.
27126 * math/math.h [__USE_GNU] (issignaling): New macro.
27127 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27128 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27129 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27130 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27131 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27132 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27133 * manual/arith.texi (issignaling): New section.
27134 * manual/libm-err-tab.pl (@all_functions): Update comment.
27135 * math/gen-libm-test.pl (parse_args): Apply special handling for
27136 issignaling.
27137 * math/libm-test.inc (print_float, issignaling_test): New
27138 functions.
27139 (check_float_internal): Add issignaling checks.
27140 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27141 default definition.
27142 * sysdeps/powerpc/math-tests.h: New file.
27143 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27144 tests.
27145 * math/test-snan.c (TEST_FUNC): Likewise.
27146
6142896d
DM
271472013-03-30 David S. Miller <davem@davemloft.net>
27148
27149 * po/de.po: Update from translation team.
27150
ccc8cadf
JM
271512013-03-30 Joseph Myers <joseph@codesourcery.com>
27152
27153 [BZ #10357]
27154 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27155 imaginary part less than 1.0 and real part less than 0.5
27156 specially.
27157 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27158 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27159 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27160 (cacos_test): Add more tests.
27161 (casin_test): Likewise.
27162 (casinh_test): Likewise.
27163 * sysdeps/i386/fpu/libm-test-ulps: Update.
27164 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27165
0f6a8d4b
SP
271662013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27167
0d1029de
SP
27168 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27169 ONE with its value.
27170
c2d94018
SP
27171 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27172 (__pow_mp): Replace ONE and MONE with their values.
27173 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27174 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27175 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27176 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27177 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27178 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27179
27ec37f1
SP
27180 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27181
a64d7e0e
SP
27182 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27183 (__pow_mp): Replace ZERO and MZERO with their values.
27184 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27185 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27186 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27187 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27188 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27189 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27190 (__sqr): Likewise.
27191
d26dd3eb
SP
27192 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27193
0f6a8d4b
SP
27194 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27195
e57b0c61
RM
271962013-03-28 Roland McGrath <roland@hack.frob.com>
27197
27198 * include/stdlib.h [!SHARED] (__call_tls_dtors):
27199 Declare with __attribute__ ((weak)).
27200 * stdlib/exit.c (__libc_atexit) [!SHARED]:
27201 Call __call_tls_dtors only if it's not NULL.
27202
356b3480
RM
272032013-03-28 Roland McGrath <roland@hack.frob.com>
27204
288f7d79
RM
27205 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27206 didn't do it already, then set _dl_phdr and _dl_phnum based on the
27207 magic __ehdr_start linker symbol if it's defined.
27208 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27209 them up here if it was already done.
27210
dc0a0263
RM
27211 * elf/dl-support.c (_dl_phdr): Make pointer to const.
27212 (_dl_aux_init): Use const in cast when setting it.
27213 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27214 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27215 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27216
3d3436ae
RM
27217 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27218 Declare them here.
27219 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27220 * csu/libc-tls.c: Nor here.
27221 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27222
356b3480
RM
27223 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27224 (__libc_message): Never call vsyslog.
27225
b0f1246a
AM
272262013-03-28 Alan Modra <amodra@gmail.com>
27227
27228 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27229 Define as empty.
27230 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27231 Likewise.
27232
fbbe2b9a
AZ
272332013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27234
27235 [BZ #15214]
27236 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27237 underflow.
27238 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27239
1728ab37
SP
272402013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27241
7a86be6e
SP
27242 [BZ #15304]
27243 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27244 Don't add gid passed as argument.
27245
1728ab37
SP
27246 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27247
3a7182a1
JM
272482013-03-27 Joseph Myers <joseph@codesourcery.com>
27249
27250 [BZ #15307]
27251 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27252 imaginary part between 1.0 and 1.5 and real part less than 0.5
27253 specially.
27254 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27255 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27256 * math/libm-test.inc (cacos_test): Add more tests.
27257 (casin_test): Likewise.
27258 (casinh_test): Likewise.
27259 * sysdeps/i386/fpu/libm-test-ulps: Update.
27260 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27261
6f2e90e7
SP
272622013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27263
5739f705
SP
27264 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27265 constants.
27266 (norm): Likewise.
27267 (denorm): Likewise.
27268 (__dbl_mp): Likewise.
27269 (add_magnitudes): Likewise.
27270 (sub_magnitudes): Likewise.
27271 (__add): Likewise.
27272 (__sub): Likewise.
27273 (__mul): Likewise.
27274 (__sqr): Likewise.
27275 (__inv): Likewise.
27276 (__dvd): Likewise.
27277
e375e83d
SP
27278 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27279 commented code.
27280 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27281 (__dubcos): Likewise.
27282 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27283 (__ieee754_acos): Likewise.
27284 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27285 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27286 (__exp1): Likewise.
27287 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27288 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27289 (log1): Likewise.
27290 (my_log2): Likewise.
27291 (checkint): Likewise.
27292 * sysdeps/ieee754/dbl-64/e_remainder.c
27293 (__ieee754_remainder): Likewise.
27294 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27295 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27296 (bsloww): Likewise.
27297 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27298
6f2e90e7
SP
27299 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27300 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27301 MANTISSA_STORE_T to store computations on mantissa. Use
27302 macros for rounding and division.
27303 (denorm): Likewise.
27304 (__dbl_mp): Likewise.
27305 (add_magnitudes): Likewise.
27306 (sub_magnitudes): Likewise.
27307 (__mul): Likewise.
27308 (__sqr): Likewise.
27309 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27310 powers of two in terms of TWOPOW macro.
27311 (mp_no): Make type of mantissa as MANTISSA_T.
27312 [!RADIXI]: Define RADIXI.
27313 [!TWO52]: Define TWO52.
27314 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27315
fce14d4e
AZ
273162013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27317
27318 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27319 llroundl symbol when building for PPC32.
27320
9ad027fb
MW
273212013-03-24 Mark H Weaver <mhw@netris.org>
27322
27323 * manual/arith.texi (Normalization Functions): Fix prototypes for
27324 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27325
e42a38dd
AZ
273262013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27327
27328 [BZ #13889]
27329 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27330 high value to check if expl overflow.
27331 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27332 to check for underflow and overflow.
27333 * math/libm-test.inc: Add exp test.
27334
2e0fb521
DL
273352013-03-21 Dmitry V. Levin <ldv@altlinux.org>
27336
27337 [BZ #11120]
27338 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27339 with NOT_IN_libc.
27340
b5784d95
AZ
273412013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27342
27343 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27344 symbol.
27345
5aa4a1a1
TS
273462013-03-21 Thomas Schwinge <thomas@codesourcery.com>
27347
bdef0be7
TS
27348 * math/gen-libm-test.pl (parse_args, special_functions): Properly
27349 wrap blocks consisting of several statements.
27350
5aa4a1a1
TS
27351 * sysdeps/generic/math-tests.h: New file.
27352 * sysdeps/i386/fpu/math-tests.h: Likewise.
27353 * math/test-snan.c: Include it.
27354 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27355
98c48fe5
JM
273562013-03-21 Joseph Myers <joseph@codesourcery.com>
27357
27358 [BZ #15285]
27359 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27360 (__ieee754_j0l): Do not improve calculations using cos of twice
27361 input for inputs above LDBL_MAX / 2.0L.
27362 (__ieee754_y0l): Likewise.
27363 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27364 (__ieee754_j1l): Do not improve calculations using cos of twice
27365 input for inputs above LDBL_MAX / 2.0L.
27366 (__ieee754_y1l): Likewise.
27367 * math/libm-test.inc (j0_test): Add another test.
27368 (j1_test): Likewise.
27369 (y0_test): Likewise.
27370 (y1_test): Likewise.
27371 * sysdeps/i386/fpu/libm-test-ulps: Update.
27372
3775a8bc
SP
273732013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27374
27375 * Rules ($(objpfx)bench-%.c): Include code from a C source
27376 file.
27377
0a1b2ae6
JM
273782013-03-21 Joseph Myers <joseph@codesourcery.com>
27379
27380 [BZ #15287]
27381 * math/k_casinh.c (__kernel_casinh): Handle arguments with
27382 imaginary part 1.0 and real part less than 0.5 specially.
27383 * math/k_casinhf.c (__kernel_casinhf): Likewise.
27384 * math/k_casinhl.c (__kernel_casinhl): Likewise.
27385 * math/libm-test.inc (cacos_test): Add more tests.
27386 (casin_test): Likewise.
27387 (casinh_test): Likewise.
27388 * sysdeps/i386/fpu/libm-test-ulps: Update.
27389 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27390
b33d4ce4
SP
273912013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27392
27393 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27394 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27395
bef0b507
JM
273962013-03-20 Joseph Myers <joseph@codesourcery.com>
27397
27398 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27399 * config.make.in (config-cflags-sse4): Remove variable.
27400 (config-cflags-avx): Likewise.
27401 (config-cflags-sse2avx): Likewise.
27402 (config-cflags-novzeroupper): Likewise.
27403 (config-asflags-i686): Likewise.
27404 (have-mfma4): Likewise.
27405 (have-as-vis3): Likewise.
27406 (MIG): Likewise.
27407 * configure.in (MIG): Do not AC_SUBST.
27408 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27409 (libc_cv_cc_sse4): Do not AC_SUBST.
27410 (libc_cv_cc_avx): Likewise.
27411 (libc_cv_cc_sse2avx): Likewise.
27412 (libc_cv_cc_novzeroupper): Likewise.
27413 (libc_cv_cc_fma4): Likewise.
27414 (libc_cv_as_i686): Likewise.
27415 (libc_cv_sparc_as_vis3): Likewise.
27416 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27417 LIBC_CONFIG_VAR.
27418 (config-asflags-i686): Likewise.
27419 (config-cflags-avx): Likewise.
27420 (config-cflags-sse2avx): Likewise.
27421 (have-mfma4): Likewise.
27422 (config-cflags-novzeroupper): Likewise.
27423 * sysdeps/mach/configure.in (MIG): Likewise.
27424 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27425 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27426 LIBC_CONFIG_VAR.
27427 (config-cflags-avx): Likewise.
27428 (config-cflags-sse2avx): Likewise.
27429 (have-mfma4): Likewise.
27430 (config-cflags-novzeroupper): Likewise.
27431 * configure: Regenerated.
27432 * sysdeps/i386/configure: Likewise.
27433 * sysdeps/mach/configure: Likewise.
27434 * sysdeps/sparc/configure: Likewise.
27435 * sysdeps/x86_64/configure: Likewise.
27436
912cc4b3
RM
274372013-03-20 Roland McGrath <roland@hack.frob.com>
27438
27439 [BZ #14812]
27440 * locale/programs/localedef.c (options): Put N_ translation marker
27441 on argument names, not just descriptions.
27442
04eed2b0
MS
274432013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27444
27445 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27446
a065ceff
OB
274472013-03-20 Ondřej Bílka <neleai@seznam.cz>
27448
9bb2a810 27449 [BZ #14176]
a065ceff
OB
27450 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27451
a600e5ce
RM
274522013-03-19 Roland McGrath <roland@hack.frob.com>
27453
27454 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27455 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27456 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27457 [!BEFORE_ABORT] (before_abort): New function.
27458 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27459 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27460 (writev_for_fatal): New function.
27461 (WRITEV_FOR_FATAL): New macro; call that.
27462 (backtrace_and_maps): New function.
27463 (BEFORE_ABORT): New macro; call that.
27464 (struct str_list): Type removed.
27465 (__libc_message, __libc_fatal): Functions removed.
27466 Include <sysdeps/posix/libc_fatal.c> instead.
27467
6b18bea6
JM
274682013-03-19 Joseph Myers <joseph@codesourcery.com>
27469
27470 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27471 constants.
27472 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27473 double constants.
27474
aaa8cb4b
AS
274752013-03-19 Andreas Schwab <schwab@suse.de>
27476
44673770
AS
27477 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27478 * sysdeps/gnu/configure: Regenerate.
27479
aaa8cb4b
AS
27480 * configure.in: Substitute libc_cv_rtlddir.
27481 * configure: Regenerate.
27482 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27483 * Makeconfig (rtlddir, inst_rtlddir): New variables.
27484 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27485 * elf/Makefile (install-others, CFLAGS-interp.c)
27486 (ldso_install, common-ldd-rewrite): Likewise.
27487 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27488 $(inst_slibdir)/$(rtld-installed-name).
27489 * scripts/rellns-sh: Add -p option.
27490 * Makerules (make-shlib-link): Use rellns-sh to get relative name
27491 for source.
27492
d3cfc668
SP
274932013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27494
27495 * manual/nptl.texi: Renamed to ...
27496 * manual/threads.texi: ... this.
27497 * manual/Makefile (chapters): Update.
27498
0e2b9cdd
RM
274992013-03-18 Roland McGrath <roland@hack.frob.com>
27500
27501 [BZ #14812]
27502 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27503 on argument names, not just descriptions.
0e2b9cdd
RM
27504 * malloc/memusagestat.c (options): Likewise.
27505 * nss/getent.c (options): Likewise.
63270c24
RM
27506
275072013-03-18 Benno Schulenberg <bensberg@justemail.net>
27508
27509 [BZ #14812]
27510 * iconv/iconv_prog.c (options): Put N_ translation marker
27511 on argument names, not just descriptions.
27512 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 27513
b2e1393c
OB
275142013-03-18 Ondrej Bilka <neleai@seznam.cz>
27515
27516 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27517 implementation which is faster on all x86_64 architectures.
27518 Tested on AMD, Intel Nehalem, SNB, IVB.
27519 * sysdeps/x86_64/strnlen.S: Likewise.
27520
27521 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27522 Remove all multiarch strlen and strnlen versions.
27523 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27524 Remove strlen and strnlen related parts.
27525
27526 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27527 Inline strlen part.
27528 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27529
27530 * sysdeps/x86_64/multiarch/strlen.S: Remove.
27531 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27532 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27533 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27534 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27535 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27536
ec4ff04d
CD
275372013-03-17 Carlos O'Donell <carlos@redhat.com>
27538
27539 * manual/memory.texi (Malloc Tunable Parameters):
27540 Sort parameters alphabetically. Add comments for missing entries.
27541
cd18e90a
DM
275422013-03-17 David S. Miller <davem@davemloft.net>
27543
27544 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27545
2a185d32
JM
275462013-03-16 Joseph Myers <joseph@codesourcery.com>
27547
d2f9799e
JM
27548 [BZ #15283]
27549 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27550 for arguments at most half maximum finite value.
27551 * math/libm-test.inc (j0_test): Add more tests.
27552 (j1_test): Likewise.
27553 (y0_test): Likewise.
27554 (y1_test): Likewise.
27555 * sysdeps/i386/fpu/libm-test-ulps: Update.
27556 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27557
2a185d32
JM
27558 [BZ #14155]
27559 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27560 1 / x and functions P and Q for arguments above 0x1p256L.
27561 (__ieee754_y0l): Likewise.
27562 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27563 (__ieee754_y1l): Likewise.
27564 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27565 (j1_test): Likewise.
27566 (y0_test): Likewise.
27567 (y1_test): Likewise.
27568
6cbec759
TS
275692013-03-16 Thomas Schwinge <thomas@codesourcery.com>
27570
27571 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27572 variable.
27573
bc16e260
RM
275742013-03-15 Roland McGrath <roland@hack.frob.com>
27575
aefc9b8c
RM
27576 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27577 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27578 zero since it's initialized to EXEC_PAGESIZE.
27579
bc16e260
RM
27580 * sysdeps/unix/sysv/linux/ldsodefs.h
27581 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27582 * sysdeps/generic/ldsodefs.h: ... here.
27583
a57da955
TS
275842013-03-15 Thomas Schwinge <thomas@codesourcery.com>
27585
af00a34d
TS
27586 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27587
495ded2c
TS
27588 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27589 math/test-snan.c.
27590 * math/test-snan.c: Renamed from
27591 sysdeps/powerpc/fpu/test-powerpc-snan.c.
27592 * math/Makefile (tests): Add test-snan.
27593 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27594 test-powerpc-snan.
27595
777b0332
TS
27596 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27597 SUFFIX. Initialize qNaN_var with __builtin_nan family of
27598 functions.
27599 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
27600 __builtin_nan family of functions.
27601 * math/libm-test.inc (initialize): Initialize qnan_value with
27602 __builtin_nan family of functions.
27603 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27604 Remove variables.
27605 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27606 Remove functions.
27607 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
27608 storage class. Initialize qNaN_var and sNaN_var with
27609 __builtin_nan and __builtin_nans families of functions,
27610 respectively.
27611
64d063b8
TS
27612 * math/libm-test.inc (acosh_test): Also test with qNaN input.
27613 (sqrt_test): Remove duplicate test with qNaN input.
27614 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27615 (round_test, signbit_test, significand_test): Note missing +/-Inf
27616 as well as qNaN tests.
27617
67e971f1
TS
27618 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27619 qNaN_var. Fix a few strings, too.
27620 * math/libm-test.inc (nan_value): Rename to qnan_value.
27621 * math/gen-libm-test.pl (%beautify): Adjust to that.
27622 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27623 * math/test-misc.c (main): Likewise.
27624 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27625 to __qnan_bytes, and __qnan_union, respectively.
27626 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27627 Likewise.
27628 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27629 and lqnanval, respectively.
27630 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27631 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27632 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27633 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27634
64487e12
TS
27635 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27636 * math/test-misc.c (main) [__x86_64__]: Enable test for long
27637 doubles.
27638
e015e27b
TS
27639 * math/test-misc.c (main): Fix copy'n'pastos.
27640 * misc/tst-efgcvt.c (special): Likewise.
27641
a57da955
TS
27642 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27643 Remove declarations.
27644
1e380345
SP
276452013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27646
27647 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27648 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27649 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27650 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27651
ef26eece
AZ
276522013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27653
27654 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27655 macro to return vdso values correctly in IFUNC implementations.
27656 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27657 Optimization by using IFUNC.
27658
8cfdb7e0
SP
276592013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27660 Richard Henderson <rth@redhat.com>
27661 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27662
27663 * Makefile.in (bench): New target.
27664 * NEWS: Mention the benchmark framework.
27665 * Rules (bench): Likewise.
27666 (binaries-bench): Generate binaries for functions to
27667 benchmark.
27668 * benchtests/Makefile: New makefile for benchmark tests.
27669 * benchtests/bench-skeleton.c: New skeleton file for benchmark
27670 programs.
27671 * benchtests/exp-inputs: New input file for EXP function.
27672 * benchtests/pow-inputs: New input file for POW function.
27673 * scripts/bench.pl: New script to generate source files for
27674 benchmark programs.
27675
bcda9880
SP
276762013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27677
d22ca8cd
SP
27678 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27679 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27680 computations on mantissa. Use macros for rounding and
27681 division.
27682 (denorm): Likewise.
27683 (__dbl_mp): Likewise.
27684 (add_magnitudes): Likewise.
27685 (sub_magnitudes): Likewise.
27686 (__mul): Likewise.
27687 (__sqr): Likewise.
27688 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27689 powers of two in terms of TWOPOW macro.
27690 (mp_no): Make type of mantissa as MANTISSA_T.
27691 [!RADIXI]: Define RADIXI.
27692 [!TWO52]: Define TWO52.
27693 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27694
bcda9880
SP
27695 * manual/nptl.texi (cindex): Modify threads to pthreads.
27696
06d5adfb
JM
276972013-03-15 Joseph Myers <joseph@codesourcery.com>
27698
27699 * sysdeps/x86_64/preconfigure: Regenerated.
27700
41c7328e
JM
277012013-03-14 Joseph Myers <joseph@codesourcery.com>
27702
27703 [BZ #14155]
27704 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27705 0x1p28 and above.
27706 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27707 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27708 0x1p28 and above.
27709 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27710 * math/libm-test.inc (j0_test): Do not allow one spurious
27711 underflow exception.
27712 (y1_test): Likewise.
27713
e25cfa60
SP
277142013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27715
0409959c
SP
27716 * manual/Makefile (chapters): Add nptl.
27717 * manual/debug.texi (Debugging Support): Add link to Threads
27718 chapter.
27719 * manual/nptl.texi: New file.
27720
e25cfa60
SP
27721 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27722
58a1335e
PB
277232013-03-14 Petr Baudis <pasky@ucw.cz>
27724
27725 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27726 for non-NULL pointer before the memory validity test. Pointed
27727 out by Holger Brunck <holger.brunck@keymile.com>.
27728
9dc7c64f
AS
277292013-03-13 Andreas Schwab <schwab@suse.de>
27730
27731 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27732 instead of .os.
27733
54206aa6
JM
277342013-03-13 Joseph Myers <joseph@codesourcery.com>
27735
27736 * timezone/zic.c: Update from tzcode 2013b.
27737
e98cdb38
CD
277382013-03-12 Carlos O'Donell <carlos@redhat.com>
27739
27740 * manual/install.texi (Configuring and compiling):
27741 Mention i686 and i586.
27742 * INSTALL: Regenerate.
27743
9967e003
RM
277442013-03-12 Roland McGrath <roland@hack.frob.com>
27745
27746 * sysdeps/init_array/elf-init.c: New file.
27747 * csu/elf-init.c
27748 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27749 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27750
27751 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27752 __gmon_start__ as global, but as static with a .preinit_array pointer.
27753 * sysdeps/init_array/gmon-start.c: New file. Use that.
27754 * sysdeps/init_array/crti.S: New file, empty except for comments.
27755 * sysdeps/init_array/crtn.S: Likewise.
27756
e6b5a293 277572013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
27758
27759 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27760 definining bcopy.
80f844c9
OB
27761 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27762 Remove Prefer_SSE_for_memop.
27763 * sysdeps/x86_64/multiarch/init-arch.h: Remove
27764 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27765 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
27766 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27767 memset-x86-64.
80f844c9 27768 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 27769 Remove bzero, memset ifunc support.
80f844c9
OB
27770 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27771 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27772 * sysdeps/x86_64/multiarch/memset.S: Likewise.
27773 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27774
fb6b0fcb
AS
277752013-03-11 Andreas Schwab <schwab@suse.de>
27776
27777 [BZ #15234]
27778 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27779 by SHLIB_COMPAT.
27780 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27781 (GLIBC_2.16): Remove pthread_atfork.
27782
3e6bd4b1
PP
277832013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
27784
27785 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27786 (ptestcases.h): Likewise.
27787
222d7f00
RM
277882013-03-08 Roland McGrath <roland@hack.frob.com>
27789
27790 * Makeconfig ($(common-objpfx)config.status): Depend on
27791 sysdeps/*/preconfigure{,.in} too.
27792
1ba4f030
JM
277932013-03-08 Joseph Myers <joseph@codesourcery.com>
27794
a222d91a
JM
27795 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27796 (__free_hook): Use void * instead of __malloc_ptr_t.
27797 (__malloc_hook): Likewise.
27798 (__realloc_hook): Likewise.
27799 (__memalign_hook): Likewise.
27800 (__after_morecore_hook): Likewise.
27801 * malloc/arena.c (save_malloc_hook): Likewise.
27802 (save_free_hook): Likewise.
27803 * malloc/hooks.c (malloc_hook_ini): Likewise.
27804 (realloc_hook_ini): Likewise.
27805 (memalign_hook_ini): Likewise.
27806 * malloc/malloc.c (malloc_hook_ini): Likewise.
27807 (realloc_hook_ini): Likewise.
27808 (memalign_hook_ini): Likewise.
27809 (__free_hook): Likewise.
27810 (__malloc_hook): Likewise.
27811 (__realloc_hook): Likewise.
27812 (__memalign_hook): Likewise.
27813 (__libc_malloc): Likewise.
27814 (__libc_free): Likewise.
27815 (__libc_realloc): Likewise.
27816 (__libc_memalign): Likewise.
27817 (__libc_valloc): Likewise.
27818 (__libc_pvalloc): Likewise.
27819 (__libc_calloc): Likewise.
27820 (__posix_memalign): Likewise.
27821 * malloc/morecore.c (__sbrk): Likewise.
27822 (__default_morecore): Likewise.
27823
5cc45e10
JM
27824 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27825
dd54b864
JM
27826 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27827 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27828 __malloc_ptrdiff_t.
27829
1ba4f030
JM
27830 * malloc/malloc.h (__malloc_size_t): Remove macro.
27831 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27832 __malloc_size_t.
27833 (old_memalign_hook): Likewise.
27834 (old_realloc_hook): Likewise.
27835 (struct hdr): Likewise.
27836 (flood): Likewise.
27837 (mallochook): Likewise.
27838 (memalignhook): Likewise.
27839 (reallochook): Likewise.
27840 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27841 (tr_old_realloc_hook): Likewise.
27842 (tr_old_memalign_hook): Likewise.
27843 (tr_mallochook): Likewise.
27844 (tr_reallochook): Likewise.
27845 (tr_memalignhook): Likewise.
27846
edf66e57
AZ
278472013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27848
27849 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27850 default_ldbl_pack and using as default implementation.
27851 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27852 implementation.
27853 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27854 redundant definition.
27855 (ldbl_insert_mantissa): Likewise.
27856 (ldbl_canonicalize): Likewise.
27857 (ldbl_nearbyint): Likewise.
27858 (ldbl_pack): Rename to ldbl_pack_ppc.
27859 (ldbl_unpack): Rename to ldbl_unpack_ppc.
27860 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27861 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27862
6d9145d8
SP
278632013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27864
27865 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27866 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27867 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27868 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27869 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27870 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27871 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27872 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27873
4dd4e157
AJ
278742013-03-07 Andreas Jaeger <aj@suse.de>
27875
27876 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27877 bits/mman-linux.h.
27878
adbb8027
SP
278792013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
27880
ce544b5b
SP
27881 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27882 Include mpa.h and declare __MPEXP.
27883 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27884 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27885 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27886 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27887 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27888 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27889 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27890
4cc149fd
SP
27891 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27892 (__slowpow): Use long double EXPL and LOGL functions to
27893 compute POW.
27894 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27895 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27896 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27897 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27898 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27899 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27900
e6ebd4a7
SP
27901 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27902 intermediate variable to calculate exponent.
27903 (__sqr): Likewise.
27904 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27905 Likewise.
27906 (__sqr): Likewise.
27907
82a9811d
SP
27908 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27909 [!NO__SQR]: Define __sqr.
27910 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27911 and NO__SQR. Remove all code except __mul and __sqr. Include
27912 sysdeps/ieee754/dbl-64/mpa.c.
27913 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27914
adbb8027
SP
27915 [BZ #12723]
27916 * posix/Makefile (tests): Add tst-pathconf.
27917 * posix/tst-pathconf.c: New test case.
27918 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27919 _PC_PIPE_BUF.
27920 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27921
39120df9
PF
279222013-03-06 Patsy Franklin <pfrankli@redhat.com>
27923
27924 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27925
67525cb8
AJ
279262013-03-06 Andreas Jaeger <aj@suse.de>
27927
664a9ce4
AJ
27928 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27929 definition via __MAP_ANONYMOUS.
27930
8e39047d
AJ
27931 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27932 it's not part of Linux headers.
27933
67525cb8
AJ
27934 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27935 (MAP_HUGE_MASK): Define.
27936
27937 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27938 Define.
27939 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27940 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27941 Define.
27942 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27943 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27944 Define.
27945 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27946 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27947 Define.
27948 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27949
27950 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27951 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27952 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27953 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27954 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27955 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27956
27957 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27958 Handle f2fs.
27959
27960 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27961 Handle f2fs and efivarfs.
27962
27963 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27964 f2fs.
27965
27966 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27967 (EFIVARFS_MAGIC): Add.
27968 (F2FS_LINK_MAX): Add.
27969
e1b42695
PP
279702013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
27971
27972 * stdio-common/vfprintf.c: Replace __builtin_expect with
27973 __glibc_unlikely.
27974
2d67d91a
JM
279752013-03-06 Joseph Myers <joseph@codesourcery.com>
27976
27977 [BZ #13550]
27978 * sysdeps/generic/bp-sym.h: Remove file.
27979 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27980 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27981 <bp-sym.h> and <bp-asm.h>.
27982 (__longjmp): Don't use BP_SYM.
27983 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27984 and <bp-asm.h>.
27985 (memcpy): Don't use BP_SYM.
27986 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27987 <bp-sym.h> and <bp-asm.h>.
27988 (memcpy): Don't use BP_SYM.
27989 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27990 <bp-asm.h>.
27991 (memcpy): Don't use BP_SYM.
27992 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27993 <bp-asm.h>.
27994 (memset): Don't use BP_SYM.
27995 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27996 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27997 (__bzero): Don't use BP_SYM.
27998 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27999 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28000 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28001 <bp-sym.h> and <bp-asm.h>.
28002 (memcmp): Don't use BP_SYM. Remove comment about bounded
28003 pointers.
28004 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28005 <bp-sym.h> and <bp-asm.h>.
28006 (memcpy): Don't use BP_SYM.
28007 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28008 <bp-sym.h> and <bp-asm.h>.
28009 (memset): Don't use BP_SYM.
28010 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28011 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28012 (__bzero): Don't use BP_SYM.
28013 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28014 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28015 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28016 <bp-sym.h> and <bp-asm.h>.
28017 (strncmp): Don't use BP_SYM. Remove comment about bounded
28018 pointers.
28019 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28020 <bp-sym.h> and <bp-asm.h>.
28021 (memcpy): Don't use BP_SYM.
28022 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28023 <bp-sym.h> and <bp-asm.h>.
28024 (memset): Don't use BP_SYM.
28025 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28026 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28027 (__bzero): Don't use BP_SYM.
28028 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28029 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28030 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28031 <bp-sym.h> and <bp-asm.h>.
28032 (__memchr): Don't use BP_SYM.
28033 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28034 <bp-sym.h> and <bp-asm.h>.
28035 (memcmp): Don't use BP_SYM. Remove comment about bounded
28036 pointers.
28037 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28038 <bp-sym.h> and <bp-asm.h>.
28039 (memcpy): Don't use BP_SYM.
28040 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28041 <bp-sym.h> and <bp-asm.h>.
28042 (__mempcpy): Don't use BP_SYM.
28043 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28044 <bp-sym.h> and <bp-asm.h>.
28045 (__memrchr): Don't use BP_SYM.
28046 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28047 <bp-sym.h> and <bp-asm.h>.
28048 (memset): Don't use BP_SYM.
28049 (__bzero): Likewise.
28050 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28051 <bp-sym.h> and <bp-asm.h>.
28052 (__rawmemchr): Don't use BP_SYM.
28053 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28054 <bp-sym.h> and <bp-asm.h>.
28055 (__STRCMP): Don't use BP_SYM.
28056 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28057 <bp-sym.h> and <bp-asm.h>.
28058 (strchr): Don't use BP_SYM.
28059 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28060 <bp-sym.h> and <bp-asm.h>.
28061 (__strchrnul): Don't use BP_SYM.
28062 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28063 <bp-sym.h> and <bp-asm.h>.
28064 (strlen): Don't use BP_SYM.
28065 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28066 <bp-sym.h> and <bp-asm.h>.
28067 (strncmp): Don't use BP_SYM. Remove comment about bounded
28068 pointers.
28069 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28070 <bp-sym.h> and <bp-asm.h>.
28071 (__strnlen): Don't use BP_SYM.
28072 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28073 <bp-sym.h> and <bp-asm.h>.
28074 (__GI__setjmp): Don't use BP_SYM.
28075 (_setjmp): Likewise.
28076 (__sigsetjmp): Likewise.
28077 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28078 (L(start_addresses)): Don't use BP_SYM.
28079 (_start): Likewise.
28080 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28081 <bp-asm.h>.
28082 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28083 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28084 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28085 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28086 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28087 <bp-asm.h>.
28088 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28089 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
28090 about bounded pointers.
28091 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28092 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28093 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28094 <bp-asm.h>.
28095 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
28096 about bounded pointers. Remove GKM FIXME comments.
28097 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28098 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28099 <bp-asm.h>.
28100 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28101 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
28102 Remove GKM FIXME comments.
28103 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28104 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28105 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28106 <bp-asm.h>.
28107 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
28108 about bounded pointers. Remove GKM FIXME comment.
28109 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28110 and <bp-asm.h>.
28111 (strncmp): Don't use BP_SYM. Remove comment about bounded
28112 pointers.
28113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28114 <bp-sym.h> and <bp-asm.h>.
28115 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28116 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28117 <bp-sym.h> and <bp-asm.h>.
28118 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28119 comment.
28120
cdcf361f
PP
281212013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
28122
28123 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28124 call free(NULL).
28125
3c4a2b15
DM
281262013-03-05 David S. Miller <davem@davemloft.net>
28127
28128 * po/es.po: Update from translation team.
28129
cdcf361f 281302013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
28131
28132 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28133 <bits/mman-linux.h>.
28134 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28135 is fine.
28136 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28137 <bits/mman-linux.h> to end of file.
28138 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28139 is fine.
28140 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28141 <bits/mman-linux.h> to end of file.
28142 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28143 is fine.
28144 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28145 <bits/mman-linux.h> to end of file.
28146
28147 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28148 (MCL_CURRENT, MCL_FUTURE): Define here.
28149
5f67c04f
AK
281502013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28151
8a4473cc 28152 [BZ #15232]
5f67c04f
AK
28153 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28154 attribute_hidden.
28155 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28156
c3e94a95
AK
281572013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28158
28159 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28160 fourth parameter needed for rt_sigprocmask syscall.
28161 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28162 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28163 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28164 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28165 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28166 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28167
cfb6382a
JM
281682013-03-04 Joseph Myers <joseph@codesourcery.com>
28169
28170 [BZ #13550]
28171 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28172 comment about bounded pointers.
28173 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28174 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28175
539d8e01
AJ
281762013-03-04 Andreas Jaeger <aj@suse.de>
28177
28178 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28179 common definitions.
28180
28181 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28182 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28183 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28184 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28185 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
28186 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28187
2e167a70 281882013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
28189
28190 [BZ #15055]
28191 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28192 __ieee754_sqrl instead of __sqrl.
28193
68508633
JM
281942013-03-01 Joseph Myers <joseph@codesourcery.com>
28195
28196 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28197 * sysdeps/powerpc/fpu_control.h: ... here.
28198 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28199 * sysdeps/powerpc/bits/fenvinline.h: ... here.
28200 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28201 * sysdeps/powerpc/bits/mathinline.h: ... here.
28202
7775448e
RM
282032013-03-01 Roland McGrath <roland@hack.frob.com>
28204
28205 * elf/dl-hwcaps.c (_dl_important_hwcaps):
28206 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28207 to just [NEED_DL_SYSINFO_DSO].
28208 * elf/dl-support.c: Likewise.
28209 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28210 * elf/rtld.c (dl_main): Likewise.
28211 * elf/setup-vdso.h (setup_vdso): Likewise.
28212 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28213 * sysdeps/unix/sysv/linux/dl-sysdep.c
28214 (_dl_discover_osversion): Likewise.
28215
4e9b5995
CD
282162013-03-01 Carlos O'Donell <carlos@redhat.com>
28217
28218 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28219 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28220
e23872c8
SP
282212013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
28222
e5c74c63
SP
28223 * NEWS: Mention libm performance improvements and non-x86 PI
28224 futex support.
28225
e23872c8
SP
28226 * csu/libc-start.c (__pthread_initialize_minimal): Change
28227 function arguments.
28228 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28229
b5510883
JM
282302013-02-28 Joseph Myers <joseph@codesourcery.com>
28231
28232 [BZ #13550]
28233 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28234 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28235 <bp-sym.h> and <bp-asm.h>.
28236 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28237 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28238 and <bp-asm.h>.
28239 (memcpy): Don't use BP_SYM.
28240 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28241 <bp-asm.h>.
28242 (__mpn_add_n): Don't use BP_SYM.
28243 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28244 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28245 and <bp-asm.h>.
28246 (__mpn_addmul_1): Don't use BP_SYM.
28247 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28248 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28249 <bp-sym.h>.
28250 (_setjmp): Don't use BP_SYM.
28251 (__novmx_setjmp): Likewise.
28252 (__GI__setjmp): Likewise.
28253 (__vmx_setjmp): Likewise.
28254 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28255 <bp-sym.h>.
28256 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28257 (__bzero): Don't use BP_SYM.
28258 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28259 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28260 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28261 <bp-sym.h> and <bp-asm.h>.
28262 (memcpy): Don't use BP_SYM.
28263 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28264 <bp-sym.h> and <bp-asm.h>.
28265 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28266 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28267 <bp-sym.h> and <bp-asm.h>.
28268 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28269 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28270 <bp-asm.h>.
28271 (__mpn_lshift): Don't use BP_SYM.
28272 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28273 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28274 <bp-asm.h>.
28275 (memset): Don't use BP_SYM.
28276 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28277 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28278 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28279 <bp-asm.h>.
28280 (__mpn_mul_1): Don't use BP_SYM.
28281 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28282 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28283 <bp-sym.h> and <bp-asm.h>.
28284 (memcmp): Don't use BP_SYM.
28285 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28286 <bp-sym.h> and <bp-asm.h>.
28287 (memcpy): Don't use BP_SYM.
28288 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28289 <bp-sym.h> and <bp-asm.h>.
28290 (memset): Don't use BP_SYM.
28291 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28292 <bp-sym.h> and <bp-asm.h>.
28293 (strncmp): Don't use BP_SYM.
28294 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28295 <bp-sym.h> and <bp-asm.h>.
28296 (memcpy): Don't use BP_SYM.
28297 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28298 <bp-sym.h> and <bp-asm.h>.
28299 (memset): Don't use BP_SYM.
28300 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28301 <bp-sym.h> and <bp-asm.h>.
28302 (__memchr): Don't use BP_SYM.
28303 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28304 <bp-sym.h> and <bp-asm.h>.
28305 (memcmp): Don't use BP_SYM.
28306 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28307 <bp-sym.h> and <bp-asm.h>.
28308 (memcpy): Don't use BP_SYM.
28309 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28310 <bp-sym.h> and <bp-asm.h>.
28311 (__mempcpy): Don't use BP_SYM.
28312 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28313 <bp-sym.h> and <bp-asm.h>.
28314 (__memrchr): Don't use BP_SYM.
28315 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28316 <bp-sym.h> and <bp-asm.h>.
28317 (memset): Don't use BP_SYM.
28318 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28319 <bp-sym.h> and <bp-asm.h>.
28320 (__rawmemchr): Don't use BP_SYM.
28321 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28322 <bp-sym.h> and <bp-asm.h>.
28323 (__STRCMP): Don't use BP_SYM.
28324 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28325 <bp-sym.h> and <bp-asm.h>.
28326 (strchr): Don't use BP_SYM.
28327 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28328 <bp-sym.h> and <bp-asm.h>.
28329 (__strchrnul): Don't use BP_SYM.
28330 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28331 <bp-sym.h> and <bp-asm.h>.
28332 (strlen): Don't use BP_SYM.
28333 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28334 <bp-sym.h> and <bp-asm.h>.
28335 (strncmp): Don't use BP_SYM.
28336 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28337 <bp-sym.h> and <bp-asm.h>.
28338 (__strnlen): Don't use BP_SYM.
28339 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28340 <bp-asm.h>.
28341 (__mpn_rshift): Don't use BP_SYM.
28342 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28343 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28344 <bp-sym.h> and <bp-asm.h>.
28345 (__sigsetjmp): Don't use BP_SYM.
28346 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28347 (L(start_addresses)): Don't use BP_SYM.
28348 (_start): Likewise.
28349 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28350 <bp-asm.h>.
28351 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28352 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28353 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28354 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28355 <bp-asm.h>.
28356 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28357 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28358 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28359 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28360 <bp-asm.h>.
28361 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28362 comments.
28363 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28364 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28365 <bp-asm.h>.
28366 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
28367 FIXME comments.
28368 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28369 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28370 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28371 <bp-asm.h>.
28372 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
28373 comment.
28374 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28375 and <bp-asm.h>.
28376 (strncmp): Don't use BP_SYM,
28377 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28378 <bp-asm.h>.
28379 (__mpn_sub_n): Don't use BP_SYM.
28380 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28381 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28382 and <bp-asm.h>.
28383 (__mpn_submul_1): Don't use BP_SYM.
28384 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28386 <bp-sym.h> and <bp-asm.h>.
28387 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28389 <bp-sym.h> and <bp-asm.h>.
28390 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
28391 comment.
28392
8d19fe64
SP
283932013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28394
28395 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28396 Use ZK to minimize writes to Z.
28397 (sub_magnitudes): Simplify code a bit.
28398 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28399 Use ZK to minimize writes to Z.
28400 (sub_magnitudes): Simplify code a bit.
28401
85bd816a
RM
284022013-02-27 Roland McGrath <roland@hack.frob.com>
28403
28404 * csu/gmon-start.c: Add special exception to license text.
28405
b5977bf2
RH
284062013-02-27 Richard Henderson <rth@redhat.com>
28407
28408 * scripts/config.guess: Update from config.git.
28409 * scripts/config.sub: Likewise.
28410
11d6e2f2
SP
284112013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28412
09c14ed2
SP
28413 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28414
a688864e
SP
28415 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28416
6295157a
SP
28417 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28418
b8de2202
SP
28419 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28420
11d6e2f2
SP
28421 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28422
7e80ddb8
RM
284232013-02-26 Roland McGrath <roland@hack.frob.com>
28424
28425 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28426 [$(build-shared = yes].
7e80ddb8 28427
7da6d9ed
SP
284282013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28429
45f05884
SP
28430 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28431 (__mul): Reduce iterations for calculating mantissa.
28432
2236d359
SP
28433 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28434 MPTWO.
28435 (__mpranred): Likewise.
28436
7da6d9ed
SP
28437 [BZ #15160]
28438 * malloc/memusagestat.c (main): Draw graphs for heap and stack
28439 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28440
b7688c42
PE
284412013-02-26 Paul Eggert <eggert@cs.ucla.edu>
28442
28443 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28444 Define __attribute__.
28445
53a5c423
SP
284462013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
28447
28448 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28449 unused.
28450 * posix/regex_internal.h (__attribute): Remove.
28451 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28452 (re_string_context_at): Likewise.
28453 (bitset_not): Use __attribute__ and mark function as possibly
28454 unused.
28455 (bitset_merge): Likewise.
28456 (bitset_mask): Likewise.
28457 (re_string_char_size_at): Likewise.
28458 (re_string_wchar_at): Likewise.
28459 (re_string_elem_size_at): Likewise.
28460
60f5a8b5
SP
284612013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
28462
2a983a2e
SP
28463 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28464 code.
28465 (cc32): Likewise.
28466
e69804d1
SP
28467 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28468 (__acr): Likewise.
28469 (__cpy): Likewise.
28470 (norm): Likewise.
28471 (denorm): Likewise.
28472 (__dbl_mp): Likewise.
28473 (add_magnitudes): Likewise.
28474 (sub_magnitudes): Likewise.
28475 (__mul): Likewise.
28476 (__inv): Likewise.
28477
2f22a1e8
SP
28478 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28479 style.
28480
8930ddc7
SP
28481 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28482 style.
28483
dc60cb11
SP
28484 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28485 code.
28486
60f5a8b5
SP
28487 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28488 up changes with default code.
28489 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28490 Likewise.
28491
b4d1fd33
AM
284922013-02-24 Allan McRae <allan@archlinux.org>
28493
faf6f8bc
AM
28494 * manual/socket.texi (The Internet Namespace): Order menu items
28495 to match that in the file.
28496
b4d1fd33
AM
28497 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28498 node listing of the info page menu.
28499
2366713d
JM
285002013-02-21 Joseph Myers <joseph@codesourcery.com>
28501
28502 [BZ #13550]
28503 * sysdeps/i386/bp-asm.h: Remove file.
28504 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28505 (PARMS): Do not use macros from bp-asm.h.
28506 (S1): Likewise.
28507 (S2): Likewise.
28508 (SIZE): Likewise.
28509 (__mpn_add_n): Do not use BP_SYM
28510 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28511 "bp-asm.h".
28512 (PARMS): Do not use macros from bp-asm.h.
28513 (S1): Likewise.
28514 (SIZE): Likewise.
28515 (__mpn_addmul_1): Do not use BP_SYM
28516 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28517 "bp-asm.h".
28518 (PARMS): Do not use macros from bp-asm.h.
28519 (SIGMSK): Likewise.
28520 (_setjmp): Likewise. Do not use BP_SYM.
28521 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28522 "bp-asm.h".
28523 (PARMS): Do not use macros from bp-asm.h.
28524 (SIGMSK): Likewise.
28525 (setjmp): Likewise. Do not use BP_SYM.
28526 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28527 "bp-asm.h".
28528 (PARMS): Do not use macros from bp-asm.h.
28529 (__frexp): Do not use BP_SYM.
28530 (frexp): Likewise.
28531 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28532 "bp-asm.h".
28533 (PARMS): Do not use macros from bp-asm.h.
28534 (__frexpf): Do not use BP_SYM.
28535 (frexpf): Likewise.
28536 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28537 "bp-asm.h".
28538 (PARMS): Do not use macros from bp-asm.h.
28539 (__frexpl): Do not use BP_SYM.
28540 (frexpl): Likewise.
28541 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28542 "bp-asm.h".
28543 (PARMS): Do not use macros from bp-asm.h.
28544 (__remquo): Do not use BP_SYM.
28545 (remquo): Likewise.
28546 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28547 "bp-asm.h".
28548 (PARMS): Do not use macros from bp-asm.h.
28549 (__remquof): Do not use BP_SYM.
28550 (remquof): Likewise.
28551 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28552 "bp-asm.h".
28553 (PARMS): Do not use macros from bp-asm.h.
28554 (__remquol): Do not use BP_SYM.
28555 (remquol): Likewise.
28556 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28557 "bp-asm.h".
28558 (PARMS): Do not use macros from bp-asm.h.
28559 (DEST): Likewise.
28560 (SRC): Likewise.
28561 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
28562 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28563 "bp-asm.h".
28564 (PARMS): Do not use macros from bp-asm.h.
28565 (strlen): Do not use BP_SYM.
28566 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28567 "bp-asm.h".
28568 (PARMS): Do not use macros from bp-asm.h.
28569 (S1): Likewise.
28570 (S2): Likewise.
28571 (SIZE): Likewise.
28572 (__mpn_add_n): Do not use BP_SYM.
28573 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28574 "bp-asm.h".
28575 (PARMS): Do not use macros from bp-asm.h.
28576 (S1): Likewise.
28577 (SIZE): Likewise.
28578 (__mpn_addmul_1): Do not use BP_SYM.
28579 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28580 weak_alias.
28581 (bzero): Likewise.
28582 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28583 "bp-asm.h".
28584 (PARMS): Do not use macros from bp-asm.h.
28585 (S): Likewise.
28586 (SIZE): Likewise.
28587 (__mpn_lshift): Do not use BP_SYM.
28588 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28589 "bp-asm.h".
28590 (PARMS): Do not use macros from bp-asm.h.
28591 (DEST): Likewise.
28592 (SRC): Likewise.
28593 (LEN): Likewise.
28594 (memcpy): Likewise. Do not use BP_SYM.
28595 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28596 libc_hidden_def and weak_alias.
28597 (mempcpy): Do not use BP_SYM in weak_alias.
28598 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28599 "bp-asm.h".
28600 (PARMS): Do not use macros from bp-asm.h.
28601 (DEST): Likewise.
28602 (LEN): Likewise.
28603 [!BZERO_P] (CHR): Likewise.
28604 (memset): Likewise. Do not use BP_SYM.
28605 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28606 "bp-asm.h".
28607 (PARMS): Do not use macros from bp-asm.h.
28608 (S1): Likewise.
28609 (SIZE): Likewise.
28610 (__mpn_mul_1): Do not use BP_SYM.
28611 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28612 "bp-asm.h".
28613 (PARMS): Do not use macros from bp-asm.h.
28614 (S): Likewise.
28615 (SIZE): Likewise.
28616 (__mpn_rshift): Do not use BP_SYM.
28617 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28618 "bp-asm.h".
28619 (PARMS): Do not use macros from bp-asm.h.
28620 (STR): Likewise.
28621 (CHR): Likewise.
28622 (strchr): Likewise. Do not use BP_SYM.
28623 (index): Do not use BP_SYM in weak_alias.
28624 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28625 "bp-asm.h".
28626 (PARMS): Do not use macros from bp-asm.h.
28627 (DEST): Likewise.
28628 (SRC): Likewise.
28629 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
28630 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28631 "bp-asm.h".
28632 (PARMS): Do not use macros from bp-asm.h.
28633 (strlen): Do not use BP_SYM.
28634 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28635 "bp-asm.h".
28636 (PARMS): Do not use macros from bp-asm.h.
28637 (S1): Likewise.
28638 (S2): Likewise.
28639 (SIZE): Likewise.
28640 (__mpn_sub_n): Do not use BP_SYM.
28641 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28642 "bp-asm.h".
28643 (PARMS): Do not use macros from bp-asm.h.
28644 (S1): Likewise.
28645 (SIZE): Likewise.
28646 (__mpn_submul_1): Do not use BP_SYM.
28647 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28648 "bp-asm.h".
28649 (PARMS): Do not use macros from bp-asm.h.
28650 (S1): Likewise.
28651 (S2): Likewise.
28652 (SIZE): Likewise.
28653 (__mpn_add_n): Do not use BP_SYM.
28654 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28655 weak_alias.
28656 (bzero): Likewise.
28657 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28658 "bp-asm.h".
28659 (PARMS): Do not use macros from bp-asm.h.
28660 (BLK2): Likewise.
28661 (LEN): Likewise.
28662 (memcmp): Do not use BP_SYM.
28663 (bcmp): Do not use BP_SYM in weak_alias.
28664 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28665 "bp-asm.h".
28666 (PARMS): Do not use macros from bp-asm.h.
28667 (DEST): Likewise.
28668 (SRC): Likewise.
28669 (LEN): Likewise.
28670 (memcpy): Likewise. Do not use BP_SYM.
28671 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28672 "bp-asm.h".
28673 (PARMS): Do not use macros from bp-asm.h.
28674 (DEST): Likewise.
28675 (SRC): Likewise.
28676 (LEN): Likewise.
28677 (memmove): Likewise. Do not use BP_SYM.
28678 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28679 "bp-asm.h".
28680 (PARMS): Do not use macros from bp-asm.h.
28681 (DEST): Likewise.
28682 (SRC): Likewise.
28683 (LEN): Likewise.
28684 (__mempcpy): Likewise. Do not use BP_SYM.
28685 (mempcpy): Do not use BP_SYM in weak_alias.
28686 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28687 "bp-asm.h".
28688 (PARMS): Do not use macros from bp-asm.h.
28689 (DEST): Likewise.
28690 (LEN): Likewise.
28691 [!BZERO_P] (CHR): Likewise.
28692 (memset): Likewise. Do not use BP_SYM.
28693 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28694 "bp-asm.h".
28695 (PARMS): Do not use macros from bp-asm.h.
28696 (STR2): Likewise.
28697 (strcmp): Do not use BP_SYM.
28698 * sysdeps/i386/i686/strtok.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 (DELIM): Likewise.
28703 [USE_AS_STRTOK_R] (SAVE): Likewise.
28704 (FUNCTION): Likewise. Do not use BP_SYM.
28705 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28706 aliases.
28707 (strtok_r): Likewise.
28708 (__GI___strtok_r): Likewise.
28709 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28710 (PARMS): Do not use macros from bp-asm.h.
28711 (S): Likewise.
28712 (SIZE): Likewise.
28713 (__mpn_lshift): Do not use BP_SYM.
28714 * sysdeps/i386/memchr.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 (CHR): Likewise.
28718 (__memchr): Do not use BP_SYM.
28719 (memchr): Do not use BP_SYM in weak_alias.
28720 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28721 (PARMS): Do not use macros from bp-asm.h.
28722 (BLK2): Likewise.
28723 (LEN): Likewise.
28724 (memcmp): Do not use BP_SYM.
28725 (bcmp): Do not use BP_SYM in weak_alias.
28726 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28727 (PARMS): Do not use macros from bp-asm.h.
28728 (S1): Likewise.
28729 (SIZE): Likewise.
28730 (__mpn_mul_1): Do not use BP_SYM.
28731 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28732 "bp-asm.h".
28733 (PARMS): Do not use macros from bp-asm.h.
28734 (STR): Likewise.
28735 (CHR): Likewise.
28736 (__rawmemchr): Do not use BP_SYM.
28737 (rawmemchr): Do not use BP_SYM in weak_alias.
28738 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28739 (PARMS): Do not use macros from bp-asm.h.
28740 (S): Likewise.
28741 (SIZE): Likewise.
28742 (__mpn_rshift): Do not use BP_SYM.
28743 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28744 (PARMS): Do not use macros from bp-asm.h.
28745 (SIGMSK): Likewise.
28746 (__sigsetjmp): Likewise. Do not use BP_SYM.
28747 * sysdeps/i386/start.S: Do not include "bp-sym.h".
28748 (_start): Do not use BP_SYM.
28749 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28750 (PARMS): Do not use macros from bp-asm.h.
28751 (DEST): Likewise.
28752 (SRC): Likewise.
28753 (__stpcpy): Likewise. Do not use BP_SYM.
28754 (stpcpy): Do not use BP_SYM in weak_alias.
28755 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28756 "bp-asm.h".
28757 (PARMS): Do not use macros from bp-asm.h.
28758 (DEST): Likewise.
28759 (SRC): Likewise.
28760 (LEN): Likewise.
28761 (__stpncpy): Likewise. Do not use BP_SYM.
28762 (stpncpy): Do not use BP_SYM in weak_alias.
28763 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28764 (PARMS): Do not use macros from bp-asm.h.
28765 (STR): Likewise.
28766 (CHR): Likewise.
28767 (strchr): Likewise. Do not use BP_SYM.
28768 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28769 "bp-asm.h".
28770 (PARMS): Do not use macros from bp-asm.h.
28771 (STR): Likewise.
28772 (CHR): Likewise.
28773 (__strchrnul): Likewise. Do not use BP_SYM.
28774 (strchrnul): Do not use BP_SYM in weak_alias.
28775 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28776 "bp-asm.h".
28777 (PARMS): Do not use macros from bp-asm.h.
28778 (STOP): Likewise.
28779 (strcspn): Do not use BP_SYM.
28780 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28781 "bp-asm.h".
28782 (PARMS): Do not use macros from bp-asm.h.
28783 (STR): Likewise.
28784 (STOP): Likewise.
28785 (strpbrk): Likewise. Do not use BP_SYM.
28786 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28787 "bp-asm.h".
28788 (PARMS): Do not use macros from bp-asm.h.
28789 (STR): Likewise.
28790 (CHR): Likewise.
28791 (strrchr): Likewise. Do not use BP_SYM.
28792 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28793 (PARMS): Do not use macros from bp-asm.h.
28794 (SKIP): Likewise.
28795 (strspn): Do not use BP_SYM.
28796 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28797 (PARMS): Do not use macros from bp-asm.h.
28798 (STR): Likewise.
28799 (DELIM): Likewise.
28800 (SAVE): Likewise.
28801 (FUNCTION): Likewise. Do not use BP_SYM.
28802 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28803 aliases.
28804 (strtok_r): Likewise.
28805 (__GI___strtok_r): Likewise.
28806 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28807 (PARMS): Do not use macros from bp-asm.h.
28808 (S1): Likewise.
28809 (S2): Likewise.
28810 (SIZE): Likewise.
28811 (__mpn_sub_n): Do not use BP_SYM.
28812 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28813 "bp-asm.h".
28814 (PARMS): Do not use macros from bp-asm.h.
28815 (S1): Likewise.
28816 (SIZE): Likewise.
28817 (__mpn_submul_1): Do not use BP_SYM.
28818 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28819 <bp-sym.h>.
28820 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28821 and <bp-asm.h>.
28822 (PARMS): Do not use macros from bp-asm.h.
28823 (FLAGS): Likewise.
28824 (PTID): Likewise.
28825 (TLS): Likewise.
28826 (CTID): Likewise.
28827 (__clone): Do not use BP_SYM.
28828 (clone): Do not use BP_SYM in weak_alias.
28829 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28830 and <bp-asm.h>.
28831 (PARMS): Do not use macros from bp-asm.h.
28832 (LEN): Likewise.
28833 (__mmap64): Do not use BP_SYM.
28834 (mmap64): Do not use BP_SYM in weak_alias.
28835 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28836 <bp-sym.h> and <bp-asm.h>.
28837 (PARMS): Do not use macros from bp-asm.h.
28838 (__posix_fadvise64_l64): Do not use BP_SYM.
28839 * sysdeps/unix/sysv/linux/i386/semtimedop.S
28840 (PARMS): Do not use macros from bp-asm.h.
28841 (NSOPS): Likewise.
28842 (semtimedop): Do not use BP_SYM.
28843 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28844 and <bp-asm.h>.
28845
582a3cff
AM
288462013-02-21 Allan McRae <allan@archlinux.org>
28847
28848 * manual/message.texi (Charset conversion in gettext):
28849 Move @end statement to beginning of line.
28850
bab8a695
SP
288512013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28852
80945231
SP
28853 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28854 static.
28855 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28856 Likewise.
28857
bab8a695
SP
28858 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28859 (denorm): Likewise.
28860 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28861 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28862
e21d7aa7
AK
288632013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28864
28865 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28866 tail-call to the resolved function if pltexit isn't needed.
28867
4c7a4263
SP
288682013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28869
28870 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28871 or Y being zero as being unlikely.
28872 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28873 Likewise.
28874
41f49342
CD
288752013-02-20 Carlos O'Donell <carlos@redhat.com>
28876
28877 * manual/nss.texi (System Databases and Name Service Switch):
28878 Remove frobnicate @pxref.
28879
50022a93
TS
288802013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28881
28882 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28883 __attribute__ ((unused)) to __attribute__ ((__unused__)).
28884
08cbd996
PM
288852013-02-20 Petr Machata <pmachata@redhat.com>
28886
28887 * elf/elf.h (R_ARM_TARGET1): New macro.
28888 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28889 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28890 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28891 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28892 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28893 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28894 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28895 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28896 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28897 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28898 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28899 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28900 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28901 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28902 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28903 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28904 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28905 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28906 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28907 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28908 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28909 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28910 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28911 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28912 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28913 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28914 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28915 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28916 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28917 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28918 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28919 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28920 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28921 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28922 (R_ARM_THM_GOT_BREL12): Likewise.
28923 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28924 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28925 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28926 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28927 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28928 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28929 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28930 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28931 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28932
c7b275d6
TS
289332013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28934
28935 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28936 __attribute_used__ to __attribute__ ((unused)).
28937
20cd7fb3
SP
289382013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
28939
28940 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28941 powerpc mpa.c.
28942 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28943 comment formatting.
28944 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28945
92945b52
JM
289462013-02-19 Joseph Myers <joseph@codesourcery.com>
28947
28948 [BZ #13550]
28949 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28950 Remove macro.
28951 (ENTER): Remove both macro definitions.
28952 (LEAVE): Likewise.
28953 (CHECK_BOUNDS_LOW): Likewise.
28954 (CHECK_BOUNDS_HIGH): Likewise.
28955 (CHECK_BOUNDS_BOTH): Likewise.
28956 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28957 (RETURN_BOUNDED_POINTER): Likewise.
28958 (RETURN_NULL_BOUNDED_POINTER): Likewise.
28959 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28960 (POP_ERRNO_LOCATION_RETURN): Likewise.
28961 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28962 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28963 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28964 macros.
28965 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28966 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28967 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28968 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28969 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28970 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28971 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28972 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28973 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28974 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28975 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28976 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28977 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28978 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28979 removed macros.
28980 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28981 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28982 macros.
28983 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28984 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28985 * sysdeps/i386/i586/memset.S (memset): Likewise.
28986 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28987 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28988 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28989 macros.
28990 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28991 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28992 Change uses of L(2) to L(out).
28993 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28994 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28995 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28996 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28997 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28998 removed macros.
28999 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29000 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29001 macros.
29002 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29003 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29004 (RETURN): Do not use macro LEAVE.
29005 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29006 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29007 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29008 * sysdeps/i386/i686/memset.S (memset): Likewise.
29009 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29010 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29011 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29012 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29013 Likewise.
29014 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29015 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
29016 L(1_2) and L(1_3) into L(1).
29017 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29018 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29019 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29020 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29021 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29022 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29023 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29024 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29025 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29026 macros.
29027 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29028 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29029 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29030 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29031 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29032 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29033 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29034 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29035 * sysdeps/i386/strcspn.S (strcspn): Likewise.
29036 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29037 * sysdeps/i386/strrchr.S (strrchr): Likewise.
29038 * sysdeps/i386/strspn.S (strspn): Likewise.
29039 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29040 conditional code.
29041 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29042 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29043 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29044 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
29045 L(1_3) into L(1_1).
29046 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29047 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29048 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29049 macros.
29050 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29051
2389741a
JJ
290522013-02-19 Jakub Jelinek <jakub@redhat.com>
29053
29054 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29055 macro.
29056
2016b3cd
SP
290572013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
29058
e4f22324
SP
29059 * math/atest-exp.c (exp_mpn): Remove ROUND.
29060 * math/atest-exp2.c (exp_mpn): Likewise.
29061 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29062
2016b3cd
SP
29063 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29064 * stdlib/tst-tls-atexit-lib.c: Likewise.
29065 * stdlib/tst-tls-atexit.c: Likewise.
29066
4be9b544
MF
290672013-02-18 Mike Frysinger <vapier@gentoo.org>
29068
29069 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29070 and __attribute_alloc_size__.
29071
2f62b9ee
MF
290722013-02-18 Mike Frysinger <vapier@gentoo.org>
29073
29074 * include/programs/xmalloc.h: Change __attribute_alloc_size to
29075 __attribute_alloc_size__.
29076 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29077 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29078
6ff444c4
MF
290792013-02-18 Mike Frysinger <vapier@gentoo.org>
29080
29081 * include/programs/xmalloc.h: New file.
29082 * catgets/gencat.c: Include it.
29083 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29084 * elf/pldd.c: Likewise.
29085 * iconv/iconv_charmap.c: Likewise.
29086 * iconv/iconvconfig.c: Likewise.
29087 * iconv/strtab.c: Likewise.
29088 * locale/programs/locale.c: Likewise.
29089 * locale/programs/localedef.h: Likewise.
29090 * locale/programs/simple-hash.c: Likewise.
29091 * nscd/nscd.h: Likewise.
29092 * nss/makedb.c: Likewise.
29093 * sysdeps/generic/ldconfig.h: Likewise.
29094
be179c8a
SP
290952013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
29096
ba384f6e
SP
29097 * Versions.def: Add GLIBC_2.18.
29098 * include/link.h (struct link_map): New member l_tls_dtor_count.
29099 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29100 (__call_tls_dtors): Likewise.
29101 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29102 __cxa_thread_atexit_impl.
29103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29104 Likewise.
29105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29106 Likewise.
29107 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29108 Likewise.
29109 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29110 Likewise.
29111 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29112 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29113 Likewise.
29114 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29115 Likewise.
29116 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29117 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29118 Likewise.
29119 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29120 (tests): Add test case tst-tls-atexit.
29121 (modules-names): Add shared library for tst-tls-atexit.
85891aca 29122 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
29123 (GLIBC_PRIVATE): Add __call_tls_dtors.
29124 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29125 for libstdc++.
29126 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29127 * stdlib/tst-tls-atexit.c: New test case.
29128 * stdlib/tst-tls-atexit-lib.c: New test case.
29129
ffaa74cf 29130 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 29131
be179c8a
SP
29132 * elf/Versions (ld): Add _dl_find_dso_for_object.
29133 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29134 * elf/dl-open.c (_dl_find_dso_for_object): New function.
29135 (dl_open_worker): Use _dl_find_dso_for_object.
29136 * elf/dl-sym.c (do_sym): Likewise.
29137 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29138
f78b5caa
AK
291392013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29140
29141 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29142 Syntactic changes only.
29143 (_dl_runtime_profile): Do a tail-call to the resolved function.
29144
29691210
JM
291452013-02-17 Joseph Myers <joseph@codesourcery.com>
29146
29147 [BZ #13550]
29148 * sysdeps/x86_64/bp-asm.h: Remove file.
29149 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29150 <bp-sym.h> and <bp-asm.h>.
29151 (__clone): Do not use BP_SYM.
29152 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29153 <bp-sym.h> and <bp-asm.h>.
29154 * sysdeps/unix/x86_64/sysdep.S: Likewise.
29155 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29156 "bp-asm.h".
29157 (_setjmp): Do not use BP_SYM.
29158 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29159 "bp-asm.h".
29160 (setjmp): Do not use BP_SYM.
29161 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29162 libc_hidden_def.
29163 (mempcpy): Do not use BP_SYM in weak_alias.
29164 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29165 "bp-asm.h".
29166 (strchr): Do not use BP_SYM.
29167 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29168 "bp-asm.h".
29169 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29170 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29171 (_start): Do not use BP_SYM.
29172 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29173 "bp-asm.h".
29174 (strcat): Do not use BP_SYM.
29175 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29176 "bp-asm.h".
29177 (STRCMP): Do not use BP_SYM.
29178 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29179 "bp-asm.h".
29180 (STRCPY): Do not use BP_SYM.
29181 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29182 "bp-asm.h".
29183 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29184 "bp-asm.h".
29185 (FUNCTION): Do not use BP_SYM.
29186 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29187 weak_alias.
29188 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29189
f238fd19
AJ
291902013-02-17 Andreas Jaeger <aj@suse.de>
29191
29192 * time/Versions: Sort entries.
29193 * string/Versions: Likewise.
29194 * resolv/Versions: Likewise.
29195 * posix/Versions: Likewise.
29196 * iconv/Versions: Likewise.
29197 * elf/Versions: Likewise.
29198 * wcsmbs/Versions: Likewise.
29199
bd07f23c 292002013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 29201
22af19f9
SP
29202 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29203 loop termination condition.
29204
4709fe76
SP
29205 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29206 variable to calculate EZ.
29207 (__sqr): Likewise.
2d0e0f29
SP
29208
29209 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29210 the lower precision input.
29211
daaa7713
JM
292122013-02-15 Joseph Myers <joseph@codesourcery.com>
29213
29214 [BZ #13550]
29215 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29216 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29217 (run-via-rtld-prefix): Do not handle %-bp tests.
29218 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29219 (all-object-suffixes): Remove .ob.
29220 (bppfx): Remove variable.
29221 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29222 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29223 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29224 [$(build-bounded) = yes] (libtype.ob): Likewise.
29225 * Makerules (elide-routines.ob): Remove variable.
29226 (do-tests-clean): Do not handle *-bp.out.
29227 (common-mostlyclean): Do not handle *-bp and *-bp.out.
29228 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29229 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29230 (tests): Do not include $(tests-bp.out).
29231 (xtests): Do not include $(xtests-bp.out).
29232 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29233 [$(build-bounded) = yes] ($(addprefix
29234 $(objpfx),$(binaries-bounded))): Remove rule.
29235 ($(objpfx)%-bp.out): Remove rule.
29236 * config.make.in (build-bounded): Remove variable.
29237 * crypt/Makefile [$(build-bounded) = yes]
29238 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29239 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29240 append to variable.
29241 [$(build-bounded) = yes] (install-lib): Likewise.
29242 [$(build-bounded) = yes] (generated): Likewise.
29243 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29244 Remove rule.
29245 * intl/Makefile [$(build-bounded) = yes]
29246 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29247 * math/Makefile [$(build-bounded) = yes]
29248 ($(tests:%=$(objpfx)%-bp): Likewise.
29249 * misc/Makefile [$(build-bounded) = yes]
29250 ($(objpfx)tst-tsearch-bp): Likewise.
29251 * nptl/Makeconfig (bounded-thread-library): Remove variable.
29252 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29253 Remove dependency.
29254 * string/Makefile (o-objects.ob): Remove variable.
29255 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29256 (CFLAGS-.ob): Remove variable.
29257 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29258 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29259 both definitions of variable.
29260 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29261 (ASFLAGS-.ob): Remove variable.
29262
e97ed6dd
JM
292632013-02-14 Joseph Myers <joseph@codesourcery.com>
29264
2bdd4ca6
JM
29265 [BZ #13550]
29266 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29267 Remove __BOUNDED_POINTERS__ from condition.
29268 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29269 * string/bits/string2.h [!__NO_STRING_INLINES &&
29270 !__BOUNDED_POINTERS__]: Likewise.
29271 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29272 Likewise.
29273 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29274 Remove conditional code.
29275 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29276 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29277 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29278 condition.
29279
e97ed6dd
JM
29280 [BZ #13550]
29281 * csu/libc-start.c: Do not include <bp-sym.h>.
29282 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29283 * elf/dl-open.c: Do not include <bp-sym.h>.
29284 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29285 * math/fegetenv.c: Do not include <bp-sym.h>.
29286 (fegetenv): Do not use BP_SYM in versioned symbols.
29287 * nptl/sysdeps/pthread/bits/libc-lockP.h
29288 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29289 <bp-sym.h>.
29290 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29291 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29292 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29293 (__pthread_mutex_destroy): Likewise.
29294 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29295 (__pthread_mutex_lock): Likewise.
29296 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29297 (__pthread_mutex_trylock): Likewise.
29298 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29299 (__pthread_mutex_unlock): Likewise.
29300 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29301 (__pthread_mutexattr_init): Likewise.
29302 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29303 (__pthread_mutexattr_destroy): Likewise.
29304 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29305 (__pthread_mutexattr_settype): Likewise.
29306 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29307 (__pthread_rwlock_init): Likewise.
29308 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29309 (__pthread_rwlock_destroy): Likewise.
29310 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29311 (__pthread_rwlock_rdlock): Likewise.
29312 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29313 (__pthread_rwlock_tryrdlock): Likewise.
29314 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29315 (__pthread_rwlock_wrlock): Likewise.
29316 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29317 (__pthread_rwlock_trywrlock): Likewise.
29318 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29319 (__pthread_rwlock_unlock): Likewise.
29320 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29321 (__pthread_key_create): Likewise.
29322 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29323 (__pthread_setspecific): Likewise.
29324 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29325 (__pthread_getspecific): Likewise.
29326 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29327 Likewise.
29328 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29329 (_pthread_cleanup_push_defer): Likewise.
29330 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29331 (_pthread_cleanup_pop_restore): Likewise.
29332 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29333 (pthread_setcancelstate): Likewise.
29334 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29335 <bp-sym.h>.
29336 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29337 (memchr): Do not use BP_SYM in weak_alias.
29338 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29339 (fegetenv): Do not use BP_SYM in versioned symbols.
29340 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29341 (fesetenv): Do not use BP_SYM in versioned symbols.
29342 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29343 (feupdateenv): Do not use BP_SYM in versioned symbols.
29344 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29345 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29346 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29347 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29348 (open64): Do not use BP_SYM in weak_alias.
29349 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29350 (fegetenv): Do not use BP_SYM in versioned symbols.
29351 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29352 (fesetenv): Do not use BP_SYM in versioned symbols.
29353 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29354 (feupdateenv): Do not use BP_SYM in versioned symbols.
29355 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29356 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29357 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29358 (feraiseexcept): Do not use BP_SYM in versioned symbols.
29359 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29360 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29361 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29362 <bp-sym.h>.
29363 (__libc_start_main): Do not use BP_SYM.
29364
d6752ccd
SP
293652013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29366
cb57ce60
SP
29367 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29368 redundant return line.
29369 (norm): Likewise.
29370 (denorm): Likewise.
29371 (dbl_mp): Likewise.
29372 (sub_magnitudes): Likewise.
29373 (__add): Likewise.
29374 (__sub): Likewise.
29375 (__mul): Likewise.
29376 (__inv): Likewise.
29377 (__dvd): Likewise.
29378 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29379 (norm): Likewise.
29380 (denorm): Likewise.
29381 (dbl_mp): Likewise.
29382 (sub_magnitudes): Likewise.
29383 (__add): Likewise.
29384 (__sub): Likewise.
29385 (__mul): Likewise.
29386 (__inv): Likewise.
29387 (__dvd): Likewise.
29388
f414520d
SP
29389 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29390 instead of __mul.
29391 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29392 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29393 (cc32): Likewise.
29394
d6752ccd
SP
29395 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29396 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29397 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29398 of __mul for squares.
29399 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29400 function
29401 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29402 Likewise.
29403 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29404 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29405
70d9946a
JM
294062013-02-13 Joseph Myers <joseph@codesourcery.com>
29407
29408 [BZ #13550]
29409 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29410 code.
29411 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29412 prototype or function definition. Rename ubp_* variables and
29413 parameters. Remove argv definitions conditional on
29414 [__BOUNDED_POINTERS__].
29415 * debug/backtrace.c (__backtrace): Do not use __unbounded.
29416 * elf/dl-runtime.c (_dl_fixup): Likewise.
29417 * include/set-hooks.h (RUN_HOOK): Likewise.
29418 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29419 definition.
29420 * string/strcpy.c (strcpy): Do not use __unbounded.
29421 * sysdeps/generic/frame.h (struct layout): Likewise.
29422 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29423 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29424 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29425 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29426 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29427 (__backtrace): Likewise.
29428 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29429 use __ptrvalue.
29430 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29431 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29432 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29433 Likewise.
29434 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29435 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29436 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29437 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29438 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29439 Do not use __unbounded.
29440 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29441 Rename __unboundedrlimits parameter to rlimits in prototype.
29442 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29443 Do not use __unbounded.
29444 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29445 not use __ptrvalue.
29446 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29447 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29448 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29449 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29450 __ptrvalue or __unbounded.
29451 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29452 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29453 use __unbounded.
29454 (__new_msgctl): Do not use __ptrvalue.
29455 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29456 __unbounded.
29457 (__libc_msgrcv): Do not use __ptrvalue.
29458 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29459 startup_info): Do not use __unbounded.
29460 (__libc_start_main): Likewise. Rename ubp_* variables and
29461 parameters. Remove argv definitions conditional on
29462 [__BOUNDED_POINTERS__].
29463 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29464 __ptrvalue.
29465 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29466 use __unbounded.
29467 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29468 or __ptrvalue.
29469 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29470 use __unbounded.
29471 (__new_shmctl): Do not use __ptrvalue.
29472 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29473 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29474 Likewise.
29475 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29476 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29477 (__libc_sigaction): Likewise.
29478 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29479 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29480 Likewise.
29481 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29482
cc7834d6
OB
294832013-02-13 Ondřej Bílka <neleai@seznam.cz>
29484
ffb1ec7b 29485 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
29486
29487 * string/mempcpy.c: Implement by calling memcpy.
29488
bdf02814
SP
294892013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29490
c2af38aa
SP
29491 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29492
4e92d59e
SP
29493 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29494 evaluation.
29495
909279a5
SP
29496 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29497 values in the mantissa.
29498
bdf02814
SP
29499 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29500 minimize writes to Z.
29501 (sub_magnitudes): Simplify code a bit.
29502
cd525923
RM
295032013-02-12 Roland McGrath <roland@hack.frob.com>
29504
29505 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29506 from the message. The linker prefixes all warnings with that already.
29507
7e2f0d2d
AS
295082013-02-12 Andreas Schwab <schwab@suse.de>
29509
a445af0b
AS
29510 [BZ #15078]
29511 * posix/regexec.c (extend_buffers): Add parameter min_len.
29512 (check_matching): Pass minimum needed length.
29513 (clean_state_log_if_needed): Likewise.
29514 (get_subexp): Likewise.
29515 * posix/Makefile (tests): Add bug-regex34.
29516 (bug-regex34-ENV): Define.
29517 * posix/bug-regex34.c: New file.
29518
7e2f0d2d
AS
29519 [BZ #11561]
29520 * posix/regcomp.c (parse_bracket_exp): When looking up collating
29521 elements compare against the byte sequence of it, not its name.
29522 * posix/Makefile (tests): Add bug-regex35.
29523 (bug-regex35-ENV): Define.
29524 * posix/bug-regex35.c: New file.
29525
a175b684
TV
295262013-02-11 Tom de Vries <tom@codesourcery.com>
29527
29528 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
29529 comment.
29530 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29531 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29532 (CHECK_EOL): Add undef.
29533
310998fe 295342013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
29535
29536 * bits/stdlib-bsearch.h: New file.
29537 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 29538 * stdlib/stdlib.h: Likewise.
41eda41d 29539
8ded91fb
RM
295402013-02-11 Roland McGrath <roland@hack.frob.com>
29541
29542 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29543 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29544 declaration.
29545 * manual/search.texi (Array Search Function): Add missing const in
29546 lfind prototype.
29547 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29548 declaration to use rlim_t.
29549 (Basic Scheduling Functions): Remove erroneous const from
29550 sched_getparam prototype. Remove erroneous * from
29551 sched_get_priority_max and sched_get_priority_min prototypes.
29552 (Resource Usage): Fix summary @comment on vtimes to refer to
29553 sys/vtimes.h rather than vtimes.h.
29554 Add missing *s in vtimes prototype.
29555 (Limits on Resources): Fix ulimit prototype to return long int.
29556 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29557 prototypes to use long int rather than double.
29558 (BSD Random): Fix initstate and setstate to use char *, not void *.
29559 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29560 prototype to make second argument 'struct aiocb64 *const[]'.
29561 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29562 (Status of AIO Operations): Remove erroneous const in aio_return and
29563 aio_return64 prototypes.
29564 (Synchronizing I/O): Fix sync prototype to return void.
29565 * manual/startup.texi (Suboptions): Remove an erroneous const in
29566 getsubopt prototype.
29567 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29568 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29569 use size_t rather than int.
29570 (Scanning All Users): Likewise for getpwent_r.
29571 (Setting Groups): Add missing const to setgroups prototype.
29572 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29573 * manual/socket.texi (Host Names): Fix gethostbyaddr and
29574 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29575 'const void *' rather than 'const char *'.
29576 (Host Address Functions): Likewise for inet_ntop.
29577 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29578 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29579 ssize_t for return value.
29580 (Sending Data): Likewise for send, sendto, sendmsg.
29581 (Socket Option Functions): Add a missing const in setsockopt prototype.
29582 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29583 use wchar_t for the argument.
29584 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29585 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29586 take no arguments.
29587 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29588 double/float/long double for second argument.
29589 Fix return types of significand, significandf, significandl.
29590 * manual/filesys.texi (Setting Permissions): Use mode_t for second
29591 argument in fchmod prototype.
29592 (File Owner): Use uid_t and gid_t in fchown prototype.
29593 (File Times): Add const to utimes, futimes, and lutimes prototypes.
29594 (Making Special Files): Use mode_t and dev_t in mknod prototype.
29595 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29596 use 'const struct dirent **' as argument types to CMP function pointer
29597 argument.
29598 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29599 (File Times): Fix summary magic @comment for struct utimbuf and utime
29600 to refer to utime.h, not time.h.
29601 * manual/string.texi (Argz Functions): Add missing const in
29602 argz_extract and argz_next prototypes.
29603 (Finding Tokens in a String): Likewise for basename.
29604 (String/Array Comparison): Fix typo in wcscasecmp prototype.
29605 (Copying and Concatenation): Fix typo in wmemmove prototype.
29606 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29607 (Signal Stack): Remove erroneous const in sigstack prototype.
29608 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29609 prototype.
29610 (Simple Calendar Time): Likewise for stime.
29611 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29612 prototype.
29613 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29614 say sys/sysctl.h instead.
29615 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29616 and vsyslog prototypes.
29617
fe77fe6d
TV
296182013-02-11 Tom de Vries <tom@codesourcery.com>
29619
29620 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29621 Remove.
29622
3a09b620
RM
296232013-02-11 Roland McGrath <roland@hack.frob.com>
29624
29625 * misc/sys/mman.h: Fix typo in mremap comment.
29626
550a0b89
RM
296272013-02-08 Roland McGrath <roland@hack.frob.com>
29628
29629 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29630 the '\0' terminator.
29631
a2da1673
JM
296322013-02-08 Joseph Myers <joseph@codesourcery.com>
29633
29634 [BZ #13550]
29635 * debug/segfault.c: Don't include <bp-checks.h>.
29636 * sysdeps/generic/bp-checks.h: Remove file.
29637 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29638 (__GETDENTS): Don't use CHECK_N.
29639 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29640 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29641 (__getgroups): Don't use CHECK_N.
29642 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29643 (setgroups): Don't use CHECK_N.
29644 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29645 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29646 (__libc_msgrcv): Don't use CHECK_N.
29647 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29648 (__libc_msgsnd): Don't use CHECK_N.
29649 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29650 <bp-checks.h>.
29651 (__libc_pread): Don't use CHECK_N.
29652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29653 include <bp-checks.h>.
29654 (__libc_pread64): Don't use CHECK_N.
29655 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29656 include <bp-checks.h>.
29657 (__libc_pwrite): Don't use CHECK_N.
29658 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29659 include <bp-checks.h>.
29660 (__libc_pwrite64): Don't use CHECK_N.
29661 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29662 <bp-checks.h>.
29663 (__libc_pread): Don't use CHECK_N.
29664 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29665 include <bp-checks.h>.
29666 (__libc_pread64): Don't use CHECK_N.
29667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29668 include <bp-checks.h>.
29669 (__libc_pwrite): Don't use CHECK_N.
29670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29671 include <bp-checks.h>.
29672 (__libc_pwrite64): Don't use CHECK_N.
29673 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29674 (do_pread): Don't use CHECK_N.
29675 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29676 (do_pread64): Don't use CHECK_N.
29677 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29678 (do_pwrite): Don't use CHECK_N.
29679 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29680 (do_pwrite64): Don't use CHECK_N.
29681 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29682 (__libc_readv): Don't use CHECK_N.
29683 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29684 (semop): Don't use CHECK_N.
29685 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29686 <bp-checks.h>.
29687 (semtimedop): Don't use CHECK_N.
29688 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29689 (__libc_pread): Don't use CHECK_N.
29690 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29691 <bp-checks.h>.
29692 (__libc_pread64): Don't use CHECK_N.
29693 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29694 <bp-checks.h>.
29695 (__libc_pwrite): Don't use CHECK_N.
29696 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29697 <bp-checks.h>.
29698 (__libc_pwrite64): Don't use CHECK_N.
29699 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29700 <bp-checks.h>.
29701 (__libc_msgrcv): Don't use CHECK_N.
29702 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29703 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
29704 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29705 (__libc_writev): Don't use CHECK_N.
29706
b84660a8
RM
297072013-02-08 Roland McGrath <roland@hack.frob.com>
29708
7f3e75f8
RM
29709 * string/strcpy.c: Removed unused variable.
29710
b84660a8
RM
29711 * Makeconfig (+sysdep-includes): Define with := rather than =.
29712 Use an existing include/ subdir of each sysdeps dir before it.
29713
471514d3
CD
297142013-02-08 Carlos O'Donell <carlos@redhat.com>
29715
29716 * nscd/connection.c (register_traced_file): Comment function.
29717 [HAVE_INOTIFY] (union __inev): Define.
29718 [HAVE_INOTIFY] (inotify_check_files): New function.
29719 [HAVE_INOTIFY] (clear_db_cache): Likewise.
29720 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29721 clear_db_cache.
29722 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29723
b2d3c3be
CD
297242013-02-08 Carlos O'Donell <carlos@redhat.com>
29725
29726 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29727 loaded if not already and that a failure is permanent.
29728
b39949d2
CD
297292013-02-08 Carlos O'Donell <carlos@redhat.com>
29730
ddacd1db 29731 [BZ #15006]
b39949d2
CD
29732 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29733 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29734
b2c9eff4
JM
297352013-02-08 Joseph Myers <joseph@codesourcery.com>
29736
f3aae3f3
JM
29737 [BZ #13550]
29738 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29739 (CHECK_1_NULL_OK): Likewise.
29740 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29741 (__fxstat): Do not use CHECK_1.
29742 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29743 <bp-checks.h>.
29744 (___fxstat64): Do not use CHECK_1.
29745 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29746 <bp-checks.h>.
29747 (__fxstatat): Do not use CHECK_1.
29748 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29749 <bp-checks.h>.
29750 (__fxstatat64): Do not use CHECK_1.
29751 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29752 <bp-checks.h>.
29753 (__fxstat): Do not use CHECK_1.
29754 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29755 <bp-checks.h>.
29756 (__fxstatat): Do not use CHECK_1.
29757 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29758 <bp-checks.h>.
29759 (__getresgid): Do not use CHECK_1.
29760 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29761 <bp-checks.h>.
29762 (__getresuid): Do not use CHECK_1.
29763 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29764 <bp-checks.h>.
29765 (__lxstat): Do not use CHECK_1.
29766 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29767 <bp-checks.h>.
29768 (__old_msgctl): Do not use CHECK_1.
29769 (__new_msgctl): Likewise.
29770 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29771 <bp-checks.h>.
29772 (__new_setrlimit): Do not use CHECK_1.
29773 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29774 <bp-checks.h>.
29775 (__old_shmctl): Do not use CHECK_1.
29776 (__new_shmctl): Likewise.
29777 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29778 <bp-checks.h>.
29779 (__xstat): Do not use CHECK_1.
29780 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29781 (__lxstat): Do not use CHECK_1.
29782 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29783 <bp-checks.h>.
29784 (___lxstat64): Do not use CHECK_1.
29785 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29786 (__old_msgctl): Do not use CHECK_1.
29787 (__new_msgctl): Likewise.
29788 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29789 <bp-checks.h>.
29790 (__gettimeofday): Do not use CHECK_1.
29791 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29792 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29793 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29794 <bp-checks.h>.
29795 (__gettimeofday): Do not use CHECK_1.
29796 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29797 (__old_shmctl): Do not use CHECK_1_NULL_OK.
29798 (__new_shmctl): Do not use CHECK_1.
29799 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29800 <bp-checks.h>.
29801 (do_sigtimedwait): Do not use CHECK_1.
29802 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29803 <bp-checks.h>.
29804 (do_sigwaitinfo): Do not use CHECK_1.
29805 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29806 <bp-checks.h>.
29807 (msgctl): Do not use CHECK_1.
29808 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29809 <bp-checks.h>.
29810 (shmctl): Do not use CHECK_1.
29811 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29812 (ustat): Do not use CHECK_1.
29813 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29814 <bp-checks.h>.
29815 (__fxstat): Do not use CHECK_1.
29816 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29817 <bp-checks.h>.
29818 (__fxstatat): Do not use CHECK_1.
29819 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29820 <bp-checks.h>.
29821 (__lxstat): Do not use CHECK_1.
29822 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29823 <bp-checks.h>.
29824 (__xstat): Do not use CHECK_1.
29825 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29826 (__xstat): Do not use CHECK_1.
29827 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29828 (___xstat64): Do not use CHECK_1.
29829
b2c9eff4
JM
29830 [BZ #13550]
29831 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29832 definitions.
29833 (CHECK_BOUNDS_HIGH): Likewise.
29834 * string/strcpy.c: Do not include <bp-checks.h>.
29835 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29836
f1d70dad
RM
298372013-02-07 Roland McGrath <roland@hack.frob.com>
29838
29839 * nscd/nscd-client.h (__nscd_drop_map_ref):
29840 Add __attribute__ ((unused)).
29841 * nis/nss-nisplus.h (niserr2nss): Likewise.
29842
29843 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29844 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29845
29846 * csu/libc-tls.c (init_static_tls, init_slotinfo):
29847 Remove inline keyword.
29848 * include/rounding-mode.h (round_away): Likewise.
29849 * libio/wfileops.c (adjust_wide_data): Likewise.
29850 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29851 (__m128i_strloadu_tolower): Likewise.
29852 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29853 (__m128i_strloadu_tolower): Likewise.
29854 * time/mktime.c (ydhms_diff): Likewise.
29855 * locale/elem-hash.h (elem_hash): Likewise.
29856 * locale/setlocale.c (setdata): Likewise.
29857 * posix/regex_internal.h (re_string_char_size_at): Likewise.
29858 (re_string_wchar_at): Likewise.
29859 (bitset_not, bitset_merge, bitset_mask): Likewise.
29860 [!(__GNUC__ > 3)] (inline): Remove macro.
29861 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29862 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29863 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29864 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29865 * string/memcmp.c (memcmp_bytes): Likewise.
29866 * locale/programs/locarchive.c (compute_hashval): Likewise.
29867 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29868 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29869 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29870 * nss/getent.c (print_rpc, print_protocols): Likewise.
29871 (print_passwd, print_group, print_aliases): Likewise.
29872 * nis/nss-nisplus.h (niserr2nss): Likewise.
29873 * nscd/connections.c (restart_p): Likewise.
29874 Change return type to bool.
29875
eab55bfb
RM
298762013-02-05 Roland McGrath <roland@hack.frob.com>
29877
7bd642f5
RM
29878 * Makeconfig (all-Depend-files): Add existing
29879 $(sorted-subdirs:=/Depend) files.
29880 (all-subdirs): Remove nss.
29881 * sysdeps/unix/inet/Subdirs: Add it here instead.
29882 * hesiod/Depend: New file.
29883
573c29b2
RM
29884 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29885 instead of calling alloca.
29886
b2e25af0
RM
29887 * io/lseek.c (__lseek): Rename to __libc_lseek.
29888 Define __lseek as an alias.
29889
eab55bfb
RM
29890 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29891
9a0d1941
CD
298922013-02-04 Carlos O'Donell <carlos@redhat.com>
29893
29894 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29895 else clause and remove check for non-standard endianness.
29896
b83bbec4
DM
298972013-02-04 David S. Miller <davem@davemloft.net>
29898
29899 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29900
6277fdab
JM
299012013-02-04 Joseph Myers <joseph@codesourcery.com>
29902
29903 [BZ #13550]
29904 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29905 (__ubp_memchr): Remove prototype.
29906 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29907 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29908 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29909 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29910 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29911 Remove alias.
29912 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29913 (__ubp_memchr): Likewise.
29914 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29915 (__ubp_memchr): Likewise.
29916 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29917 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29918 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29919 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29920 CHECK_STRING.
29921 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29922 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29923 (__getcwd): Do not use CHECK_STRING.
29924 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29925 <bp-checks.h>.
29926 (__real_chown): Do not use CHECK_STRING.
29927 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29928 <bp-checks.h>.
29929 (fchownat): Do not use CHECK_STRING.
29930 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29931 CHECK_STRING.
29932 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29933 <bp-checks.h>.
29934 (__lchown): Do not use CHECK_STRING.
29935 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29936 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29937 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29938 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29939 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29940 include <bp-checks.h>.
29941 (truncate64): Do not use CHECK_STRING.
29942 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29943 <bp-checks.h>.
29944 (__real_chown): Do not use CHECK_STRING.
29945 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29946 <bp-checks.h>.
29947 (__lchown): Do not use CHECK_STRING.
29948 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29949 <bp-checks.h>.
29950 (__chown): Do not use CHECK_STRING.
29951 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29952 <bp-checks.h>.
29953 (truncate64): Do not use CHECK_STRING.
29954 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29955 Likewise.
29956 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29957 (__xmknod): Do not use CHECK_STRING.
29958 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29959 <bp-checks.h>.
29960 (__xmknodat): Do not use CHECK_STRING.
29961 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29962 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29963
903ae060
AS
299642013-02-04 Andreas Schwab <schwab@suse.de>
29965
29966 [BZ #14142]
29967 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29968 * include/netdb.h: Likewise for h_errno.
29969 * elf/tst-stackguard1.c: Include <tls.h>.
29970
542f9466
JK
299712013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29972
29973 * elf/link.h (struct link_map): Extend the l_addr comment.
29974 * include/link.h (struct link_map): Likewise.
29975
e782a927
JM
299762013-02-01 Joseph Myers <joseph@codesourcery.com>
29977
29978 [BZ #13550]
29979 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29980 (BOUNDED_1): Remove macro.
29981 * debug/backtrace.c: Don't include <bp-checks.h>.
29982 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29983 (__backtrace): Likewise.
29984 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29985 <bp-checks.h>.
29986 (__backtrace): Don't use BOUNDED_1.
29987 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29988 <bp-checks.h>.
29989 (__backtrace): Don't use BOUNDED_1.
29990 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29991 (__backtrace): Don't use BOUNDED_1.
29992 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29993 (shmat): Don't use BOUNDED_N.
29994
8cf28c5e
JM
299952013-01-31 Joseph Myers <joseph@codesourcery.com>
29996
3a7ac8a0
JM
29997 [BZ #13550]
29998 * sysdeps/generic/bp-start.h: Remove file.
29999 * csu/libc-start.c: Don't include <bp-start.h>.
30000 (LIBC_START_MAIN): Set up __environ directly instead of using
30001 INIT_ARGV_and_ENVIRON.
30002 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30003 <bp-start.h>.
30004
f3499f95
JM
30005 [BZ #13550]
30006 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30007 definitions.
30008 (CHECK_FCNTL): Likewise.
30009 (CHECK_N_PAGES): Likewise.
30010
32a45bea
JM
30011 [BZ #13550]
30012 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30013 definitions.
30014 (CHECK_SIGSET_NULL_OK): Likewise.
30015 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30016 <bp-checks.h>.
30017 (sigpending): Don't use CHECK_SIGSET.
30018 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30019 <bp-checks.h>.
30020 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30021 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30022 <bp-checks.h>.
30023 (do_sigsuspend): Don't use CHECK_SIGSET.
30024 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30025 use CHECK_SIGSET.
30026 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30027 (do_sigwait): Don't use CHECK_SIGSET.
30028 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30029 use CHECK_SIGSET.
30030 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30031 include <bp-checks.h>.
30032 (sigpending): Don't use CHECK_SIGSET.
30033 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30034 include <bp-checks.h>.
30035 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30036 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30037 <bp-checks.h>.
30038 (sigpending): Don't use CHECK_SIGSET.
30039 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30040 <bp-checks.h>.
30041 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30042
2e8a5c8c
JM
30043 [BZ #13550]
30044 * sysdeps/generic/bp-semctl.h: Remove file.
30045 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30046 <bp-checks.h> and <bp-semctl.h>.
30047 (__old_semctl): Don't use CHECK_SEMCTL.
30048 (__new_semctl): Likewise.
30049 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30050 and <bp-semctl.h>.
30051 (__old_semctl): Don't use CHECK_SEMCTL.
30052 (__new_semctl): Likewise.
30053 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30054 <bp-checks.h> and <bp-semctl.h>.
30055 (__old_semctl): Don't use CHECK_SEMCTL.
30056 (__new_semctl): Likewise.
30057 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30058 <bp-checks.h> and <bp-semctl.h>.
30059 (semctl): Don't use CHECK_SEMCTL.
30060
c2d54929
JM
30061 [BZ #13550]
30062 * Makerules (elide-bp-thunks): Remove variable.
30063 (elide-routines.oS): Don't use $(elide-bp-thunks).
30064 (elide-routines.os): Likewise.
30065 (elide-routines.o): Likewise.
30066 (elide-routines.op): Likewise.
30067 (elide-routines.og): Likewise.
30068 (objects): Don't use $(bp-thunks).
30069 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30070 include.
30071 (common-generated): Do not add s-proto-bp.d.
30072 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30073 (int): Likewise.
30074 (typ): Likewise.
30075 Do not generate makefile rules for bounded-pointer thunks.
30076 * sysdeps/generic/bp-thunks.h: Remove file.
30077 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30078 * sysdeps/unix/s-proto-bp.S: Likewise.
30079
8cf28c5e
JM
30080 [BZ #15062]
30081 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30082 parts of result separately when argument is not close to line from
30083 -i to i and one part of argument is small.
30084 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30085 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30086 * math/libm-test.inc (cacos_test): Add more tests.
30087 (casin_test): Likewise.
30088 (casinh_test): Likewise.
30089 * sysdeps/i386/fpu/libm-test-ulps: Update.
30090 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30091
c4e33b8d
DM
300922013-01-31 David S. Miller <davem@davemloft.net>
30093
30094 * po/de.po: Update from translation team.
30095
3b60b421
MK
300962013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
30097
30098 * time/tzfile.c: Include stdint.h for SIZE_MAX.
30099
bb931195
TS
301002013-01-25 Thomas Schwinge <thomas@codesourcery.com>
30101
b5a5da23
TS
30102 * configure.in (_AC_PROG_CC_C89): New definition.
30103 * configure: Regenerate.
30104
bb931195
TS
30105 * configure.in (AC_PROG_CPP): New definition.
30106 * configure: Regenerate.
30107
8c53a12c
JM
301082013-01-23 Joseph Myers <joseph@codesourcery.com>
30109
30110 * debug/tst-backtrace.h: New file.
30111 * debug/tst-backtrace2.c: Include tst-backtrace.h.
30112 (ret): Remove variable.
30113 (x): Likewise.
30114 (FAIL): Remove macro.
30115 (NO_INLINE): Likewise.
30116 (fn1): Use match function instead of strstr.
30117 * debug/tst-backtrace3.c: Include tst-backtrace.h.
30118 (ret): Remove variable.
30119 (x): Likewise.
30120 (FAIL): Remove macro.
30121 (NO_INLINE): Likewise.
30122 (fn): Use match function instead of strstr.
30123 * debug/tst-backtrace4.c: Include tst-backtrace.h.
30124 (ret): Remove variable.
30125 (x): Likewise.
30126 (FAIL): Remove macro.
30127 (NO_INLINE): Likewise.
30128 (handle_signal): Use match function instead of strstr.
30129 * debug/tst-backtrace5.c: Include tst-backtrace.h.
30130 (ret): Remove variable.
30131 (x): Likewise.
30132 (FAIL): Remove macro.
30133 (NO_INLINE): Likewise.
30134 (handle_signal): Use match function instead of strstr.
30135
4858fa2a
RM
301362013-01-23 Roland McGrath <roland@hack.frob.com>
30137
30138 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30139
bae8e7f5
DM
301402013-01-23 David S. Miller <davem@davemloft.net>
30141
30142 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30143 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30144 argument of CAS if possible.
30145 * sysdeps/sparc/sparc64/bits/atomic.h
30146 (__arch_compare_and_exchange_val_32_acq): Likewise.
30147 (__arch_compare_and_exchange_val_64_acq): Likewise.
30148
9cbbc4ae
PT
301492013-01-23 Pino Toscano <toscano.pino@tiscali.it>
30150
30151 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30152 * sysdeps/posix/ulimit.c: ... this.
92a601b8 30153 Include <limits.h>.
67b3f58c 30154 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 30155
5655a0b5
AC
301562013-01-23 Adam Conrad <adconrad@0c3.net>
30157
30158 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30159 (LDFLAGS-tst-array5): Likewise.
30160
052aff95
JM
301612013-01-23 Joseph Myers <joseph@codesourcery.com>
30162
30163 [BZ #15036]
30164 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30165 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30166 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30167 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30168
7c1e01aa
DM
301692013-01-21 David S. Miller <davem@davemloft.net>
30170
30171 * sysdeps/sparc/backtrace.c: New file.
30172 * sysdeps/sparc/sparc32/backtrace.h: New file.
30173 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30174 * sysdeps/sparc/sparc64/backtrace.h: New file.
30175 * sysdeps/sparc/sparc64/backtrace.c: Delete.
30176 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30177 -funwind-tables.
30178
ab087e0a
AS
301792013-01-21 Andreas Schwab <schwab@suse.de>
30180
30181 [BZ #15020]
30182 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30183 closed its stdout.
30184
ed689c2f
AS
301852013-01-20 Andreas Schwab <schwab@linux-m68k.org>
30186
30187 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30188 "mpa2.h".
30189 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30190
31d470ac
JM
301912013-01-18 Joseph Myers <joseph@codesourcery.com>
30192 Mark Mitchell <mark@codesourcery.com>
30193 Tom de Vries <tom@codesourcery.com>
30194 Paul Pluzhnikov <ppluzhnikov@google.com>
30195
30196 * debug/tst-backtrace2.c: New file.
30197 * debug/tst-backtrace3.c: Likewise.
30198 * debug/tst-backtrace4.c: Likewise.
30199 * debug/tst-backtrace5.c: Likewise.
30200 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30201 (CFLAGS-tst-backtrace3.c): Likewise.
30202 (CFLAGS-tst-backtrace4.c): Likewise.
30203 (CFLAGS-tst-backtrace5.c): Likewise.
30204 (LDFLAGS-tst-backtrace2): Likewise.
30205 (LDFLAGS-tst-backtrace3): Likewise.
30206 (LDFLAGS-tst-backtrace4): Likewise.
30207 (LDFLAGS-tst-backtrace5): Likewise.
30208 (tests): Add new tests tst-backtrace2, tst-backtrace3,
30209 tst-backtrace4 and tst-backtrace5.
30210
90567f30 302112013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
30212 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
30213
30214 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30215 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30216 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30217 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30218 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30219 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30220 "+r" and remove output regs list as redundant. Add explicit inline
30221 asm to specify register of return val to work around compiler codegen
30222 bug. Remove (int) cast on return value. Add return type parameter to
30223 use in macro so that this macro does not truncate return value for
30224 64-bit values.
30225 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30226 pass to INTERNAL_VSYSCALL_NCS.
30227 (INLINE_VSYSCALL): Add 'long int' as return type to
30228 INTERNAL_VSYSCALL_NCS macro invocation.
30229 (INTERNAL_VSYSCALL): Add 'long int' as return type to
30230 INTERNAL_VSYSCALL_NCS macro invocation.
30231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30232
d3b9ea61
SP
302332013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30234
0b57daeb
SP
30235 [BZ #14496]
30236 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30237 Fix application of SIMD FP exception mask.
30238
caa99d06
SP
30239 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30240 mp_no from a power of two.
30241 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30242 __mpexp_twomm1. Use __pow_mp.
30243
d3b9ea61
SP
30244 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30245 multiplication.
30246
1dbaee3c
DM
302472013-01-17 David S. Miller <davem@davemloft.net>
30248
30249 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30250
728d7b43
JM
302512013-01-17 Joseph Myers <joseph@codesourcery.com>
30252
30253 [BZ #15023]
30254 * include/complex.h: Condition contents on [!_COMPLEX_H].
30255 (__kernel_casinhf): New prototype.
30256 (__kernel_casinh): Likewise.
30257 (__kernel_casinhl): Likewise.
30258 * math/Makefile (libm_calls): Add k_casinh.
30259 * math/k_casinh.c: New file.
30260 * math/k_casinhf.c: Likewise.
30261 * math/k_casinhl.c: Likewise.
30262 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30263 finite nonzero arguments.
30264 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30265 finite nonzero arguments.
30266 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30267 finite nonzero arguments.
30268 * math/s_casinh.c: Do not include <float.h>.
30269 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30270 * math/s_casinhf.c: Do not include <float.h>.
30271 (__casinhf): Move code for finite nonzero arguments to
30272 k_casinhf.c.
30273 * math/s_casinhl.c: Do not include <float.h>.
30274 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30275 redefine.
30276 (__casinhl): Move code for finite nonzero arguments to
30277 k_casinhl.c.
30278 * math/libm-test.inc (cacos_test): Add more tests.
30279 * sysdeps/i386/fpu/libm-test-ulps: Update.
30280 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30281
2a26ef3a
PT
302822013-01-17 Pino Toscano <toscano.pino@tiscali.it>
30283
30284 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30285 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30286 [!HAVE_MREMAP]: Remove [defined linux] case.
30287 * malloc/arena.c: Do not include <malloc-sysdep.h>.
30288
a897655d
SP
302892013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30290
30291 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30292
881ebe89 302932013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
30294
30295 * elf/elf.h (R_386_SIZE32): New relocation.
30296 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30297 R_386_SIZE32.
30298 (elf_machine_rela): Likewise.
30299 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30300 R_X86_64_SIZE64 and R_X86_64_SIZE32.
30301
59981e9b
JM
303022013-01-17 Joseph Myers <joseph@codesourcery.com>
30303
30304 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30305 (FP_FAST_FMA): Do not define.
30306 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30307 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30308 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30309 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30310 !_SOFT_FLOAT]: Likewise.
30311 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30312 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30313 value.
30314 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30315 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30316 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30317 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30318 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30319 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30320 file.
30321
cfa8054f
AS
303222013-01-16 Andreas Schwab <schwab@suse.de>
30323
30324 [BZ #14327]
30325 * include/stdlib.h (__mktemp): Add declaration.
30326 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30327 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30328
dd930cc5
SP
303292013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30330
881ebe89
SP
30331 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30332 definitions.
30333 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30334 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30335 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30336 definitions here.
30337 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30338 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30339 definitions.
30340 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30341 and ONE.
30342 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30343 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30344 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30345 definitions.
30346 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30347 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30348 definitions.
30349 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 30350
dd930cc5
SP
30351 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30352
c19a9f89
DM
303532013-01-15 David S. Miller <davem@davemloft.net>
30354
1aa61767
DM
30355 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30356 trunc{,f} to libm-sysdep_routes.
30357 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30358 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30359 file.
30360 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30361 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30362 file.
30363 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30364 file.
30365 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30366 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30367 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30368 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30369 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30370 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30371 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30372 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30373
c42d5e98
DM
30374 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30375 nearbyint{,f} to libm-sysdep_routes.
30376 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30377 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30378 New file.
30379 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30380 file.
30381 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30382 New file.
30383 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30384 file.
30385 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30386 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30387 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30388 file.
30389 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30390 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30391 file.
30392 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30393 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30394 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30395
c19a9f89
DM
30396 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30397 libc_feholdexcept and libc_fesetenv.
30398
357679d2
MF
303992013-01-15 Mike Frysinger <vapier@gentoo.org>
30400
30401 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30402
65a82e3d
DM
304032013-01-14 David S. Miller <davem@davemloft.net>
30404
8b954ab9
DM
30405 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30406 (SPARC_ASM_VIS2_IFUNC): Likewise.
30407 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30408 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30409 use of 'siam' instruction.
30410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30411 Likewise.
30412 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30413 Likewise.
30414 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30415 Likewise.
30416 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30417 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30418 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30419 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30420 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30421 file.
30422 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30423 file.
30424 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30425 file.
30426 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30427 file.
30428 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30429 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30430 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30431 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30432 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30433 new VIS2 routines.
30434 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30435 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30436 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30437 Likewise.
30438 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30439 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30440 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30441 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30443 routines to libm-sysdep_routines.
30444 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30445
65a82e3d
DM
30446 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30447 fdim/fdimf to libm-sysdep_routines.
30448 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30449 file.
30450 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30451 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30452 file.
30453 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30454 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30455 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30456 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30457 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30458 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30459 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30460
e34ab705
SP
304612013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30462
2a91b573
SP
30463 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30464 to optimize copies.
30465
1066a534
SP
30466 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30467 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30468 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30469
e34ab705
SP
30470 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30471 local variable MPTWO.
30472 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30473 Likewise.
30474
aba5e596
MF
304752013-01-13 Mike Frysinger <vapier@gentoo.org>
30476
30477 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30478 GLOB_NOESCAPE.
30479
e557e9e5
MF
304802013-01-13 Mike Frysinger <vapier@gentoo.org>
30481
30482 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30483
0428cec9
MF
304842013-01-13 Mike Frysinger <vapier@gentoo.org>
30485
30486 * manual/pattern.texi (glob_t): Document gl_flags.
30487 (glob64_t): Likewise.
30488
8794a964
DM
304892013-01-11 David S. Miller <davem@davemloft.net>
30490
66438c3f
RM
30491 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30492 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30493 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
30494 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30495 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30496 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30497 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30498 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30499 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30500 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30501 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30502 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30503 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30504
4ae4244d
DM
30505 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30506 sparc V9 rather than using V8 code.
30507 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30508 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30509
8794a964
DM
30510 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30511 Move to...
30512 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30513 Here.
30514
6270516e
RM
305152013-01-11 Roland McGrath <roland@hack.frob.com>
30516
30517 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30518 not in the main loop.
30519 * configure: Regenerated.
30520
6a57d931
JM
305212013-01-11 Joseph Myers <joseph@codesourcery.com>
30522
30523 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30524 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30525 to just #else.
30526 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
30527 [!__GLIBC_HAVE_LONG_LONG] case.
30528 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30529 condition to just #else.
30530 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30531 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30532 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30533 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30534 unconditional.
30535 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30536 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30537 #elif condition to just #else.
30538 * sysdeps/unix/sysv/linux/sys/sysmacros.h
30539 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30540 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30541 #elif condition to just #else.
30542
0e8529e9
SE
305432013-01-11 Steve Ellcey <sellcey@mips.com>
30544
30545 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30546 (EF_MIPS_ARCH_64): Fix value.
30547 (EF_MIPS_ARCH_32R2): New.
30548 (EF_MIPS_ARCH_64R2): New.
30549
740b3dbe
L
305502013-01-11 H.J. Lu <hongjiu.lu@intel.com>
30551
30552 * Makeconfig (+link-pie-before-libc): New.
30553 (+link-pie-after-libc): Likewise.
30554 (+link-pie-tests): Likewise.
30555 (+link-pie): Rewritten.
30556 (link-before-libc): Remove $(config-LDFLAGS).
30557 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30558 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30559 (config-LDFLAGS): Renamed to ...
30560 (rtld-LDFLAGS): This.
30561 (rtld-tests-LDFLAGS): New macro.
30562 (link-libc-rpath-link): Likewise.
30563 (link-libc-tests-rpath-link): Likewise.
30564 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30565 (link-libc): Prepand $(link-libc-rpath-link).
30566 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30567 (test-program-prefix): New macro.
30568 (test-via-rtld-prefix): Likewise.
30569 (test-program-cmd): Likewise.
30570 (host-test-program-cmd): Likewise.
30571 * Makefile ($(common-objpfx)testrun.sh): Replace
30572 $(run-program-prefix) with $(test-program-prefix).
30573 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30574 $(rtld-LDFLAGS).
30575 ($(common-objpfx)shlib.lds): Likewise.
30576 (build-module-helper): Likewise.
30577 ($(common-objpfx)format.lds): Likewise.
30578 * Rules (binaries-pie-tests): New.
30579 (binaries-pie-notests): Likewise.
30580 (binaries-pie): Rewritten.
30581 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30582 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30583 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30584 (make-test-out): Replace $(host-built-program-cmd) with
30585 $(host-test-program-cmd).
30586 * config.make.in (build-hardcoded-path-in-tests): New variable.
30587 * configure.in (--enable-hardcoded-path-in-tests): New configure
30588 option.
30589 (hardcoded_path_in_tests): New AC_SUBST.
30590 * configure: Regenerated.
30591 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30592 $(built-program-cmd) with $(test-program-cmd).
30593 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30594 (test_program_cmd): This.
30595 * elf/Makefile ($(objpfx)order.out): Run test with
30596 $(test-program-prefix).
30597 ($(objpfx)order2.out): Likewise.
30598 ($(objpfx)tst-initorder.out): Likewise.
30599 ($(objpfx)tst-initorder2.out): Likewise.
30600 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30601 $(test-program-cmd).
30602 ($(objpfx)tst-array1-static.out): Likewise.
30603 ($(objpfx)tst-array2.out): Likewise.
30604 ($(objpfx)tst-array3.out): Likewise.
30605 ($(objpfx)tst-array4.out): Likewise.
30606 ($(objpfx)tst-array5.out): Likewise.
30607 ($(objpfx)tst-array5-static.out): Likewise.
30608 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30609 $(test-program-cmd).
30610 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30611 $(run-program-prefix) with $(test-program-prefix).
30612 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30613 (test_program_prefix): This.
30614 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30615 $(run-program-prefix) with $(test-program-prefix).
30616 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30617 (test_program_prefix): This.
30618 * iconvdata/tst-tables.sh: Likewise.
30619 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30620 $(run-program-prefix) with $(test-program-prefix).
30621 ($(objpfx)tst-translit.out): Likewise.
30622 ($(objpfx)tst-gettext2.out): Likewise.
30623 ($(objpfx)tst-gettext4.out): Likewise.
30624 ($(objpfx)tst-gettext6.out): Likewise.
30625 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30626 (test_program_prefix): This.
30627 * intl/tst-gettext2.sh: Likewise.
30628 * intl/tst-gettext4.sh Likewise.
30629 * intl/tst-gettext6.sh: Likewise.
30630 * intl/tst-translit.sh: Likewise.
30631 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30632 with $(test-program-cmd).
30633 * libio/Makefile ($(objpfx)test-freopen.out): Replace
30634 $(run-program-prefix) with $(test-program-prefix).
30635 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30636 (test_program_prefix): This.
30637 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30638 $(run-program-prefix) with $(test-program-prefix).
30639 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30640 (test_program_prefix): This.
30641 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30642 * posix/Makefile ($(objpfx)globtest.out): Replace
30643 $(run-via-rtld-prefix) and $(test-wrapper) with
30644 $(test-program-prefix) and $(test-via-rtld-prefix).
30645 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30646 $(test-program-prefix).
30647 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30648 $(host-test-program-cmd).
30649 (tst-spawn-ARGS): Likewise.
30650 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30651 $(test-program-prefix).
30652 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30653 (test_via_rtld_prefix): This.
30654 (test_wrapper): Renamed to ...
30655 (test_program_prefix): This.
30656 (run_program_prefix): Replaced by test_program_prefix.
30657 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30658 (test_program_prefix): This.
30659 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30660 with $(host-test-program-cmd).
30661 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30662 $(run-program-prefix) with $(test-program-prefix).
30663 ($(objpfx)tst-printf.out): Likewise.
30664 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30665 $(test-program-cmd).
30666 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30667 (test_program_prefix): This.
30668 * stdio-common/tst-unbputc.sh: Likewise.
30669 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30670 $(run-program-prefix) with $(test-program-prefix).
30671 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30672 (test_program_prefix): This.
30673 * string/Makefile ($(objpfx)tst-svc.out): Replace
30674 $(built-program-cmd) with $(test-program-cmd).
30675
c6fe55cf
AJ
306762013-01-11 Andreas Jaeger <aj@suse.de>
30677
30678 [BZ #15003]
30679 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30680 value. Sync with Linux 3.7.
30681
9e6919c8
DM
306822013-01-10 David S. Miller <davem@davemloft.net>
30683
30684 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30685 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30686 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30687
1c9f1a02
RM
306882013-01-10 Roland McGrath <roland@hack.frob.com>
30689
30690 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30691 never set.
30692 * configure: Regenerated.
30693
b9de2dde
DM
306942013-01-10 David S. Miller <davem@davemloft.net>
30695
30696 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30697 sparc V9 rather than using V8 code.
30698 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30699 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30700
e7f68ef4
RM
307012013-01-10 Roland McGrath <roland@hack.frob.com>
30702
30703 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30704 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30705 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30706 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30707 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30708 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30709 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30710 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30711 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30712 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30713 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30714 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30715 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30716 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30717 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30718 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30719 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30720 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30721 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30722 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30723 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30724 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30725 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30726 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30727 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30728 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30729 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30730
5a47cc9c
DM
307312013-01-10 David S. Miller <davem@davemloft.net>
30732
30733 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30734
4cf8f209
L
307352013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30736
30737 * posix/Makefile (tests-static): New variable.
30738 (tests): Add $(tests-static).
30739 (tst-exec-static-ARGS): New variable.
30740 (tst-spawn-static-ARGS): Likewise.
30741 * posix/tst-exec-static.c: New file.
30742 * posix/tst-spawn-static.c: Likewise.
30743 * posix/tst-exec.c: Support run directly.
30744 * posix/tst-spawn.c: Likewise.
30745
fed0faa1
JM
307462013-01-10 Joseph Myers <joseph@codesourcery.com>
30747
828beb13
JM
30748 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30749 long.
30750 * math/bits/mathcalls.h (llrint): Likewise.
30751 (llround): Likewise.
30752 * stdlib/stdlib.h (struct drand48_data): Likewise.
30753 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30754 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30755 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30756 Likewise.
30757 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30758 Likewise.
30759 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30760 (elf_greg_t): Likewise.
30761 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30762 (__jmp_buf): Likewise.
30763 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30764 definitions.
30765 (llrint): Likewise, for all definitions.
30766 (llrintl): Likewise.
30767
fed0faa1
JM
30768 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30769 Remove [__GNUC__] condition.
30770 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30771 condition to just [__USE_ISOC99].
30772 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30773
1a20cb20
L
307742013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30775
30776 [BZ #14200]
30777 * sysdeps/unix/sysv/linux/x86/bits/environments.h
30778 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30779 defined.
30780 (_POSIX_V6_ILP32_OFF32): Likewise.
30781 (_XBS5_ILP32_OFF32): Likewise.
30782 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30783 (__ILP32_OFFBIG_LDFLAGS): Likewise.
30784
751b85f7
SP
307852013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30786
7490eb81
SP
30787 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30788
751b85f7
SP
30789 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30790 doubles __mpexp_twomm1. Adjust usage.
30791 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30792 Remove.
30793
988197f0
AS
307942013-01-10 Andreas Schwab <schwab@suse.de>
30795
30796 [BZ #14964]
30797 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30798 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30799
e83d7298
DM
308002013-01-09 David S. Miller <davem@davemloft.net>
30801
034ed64b 30802 [BZ #15003]
57f41c40
AS
30803 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30804 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30805 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30806 (TCP_FASTOPEN): Define.
e83d7298
DM
30807 (tcp_repair_opt): New structure.
30808 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30809 enum values.
57f41c40
AS
30810 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30811 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30812 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
30813 (tcp_cookie_transactions): New structure.
30814
d5e0b9bd
AB
308152013-01-09 Anton Blanchard <anton@samba.org>
30816
30817 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30818 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30819 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30820 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30821
0c07e3ea
JM
308222013-01-09 Joseph Myers <joseph@codesourcery.com>
30823
30824 * include/features.h (__USE_ANSI): Remove.
30825
232f7002
RM
308262013-01-09 Roland McGrath <roland@hack.frob.com>
30827
ad98e30c
RM
30828 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30829
232f7002
RM
30830 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30831
950c99ca
SP
308322013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
30833
b5792741
SP
30834 * sysdeps/s390/fpu/libm-test-ulps: Update.
30835
47cf2278
SP
30836 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30837
950c99ca
SP
30838 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30839 (__acr): Likewise.
30840 (__cpy): Likewise.
30841 (norm): Likewise.
30842 (denorm): Likewise.
30843 (__mp_dbl): Likewise.
30844 (__dbl_mp): Likewise.
30845 (add_magnitudes): Likewise.
30846 (sub_magnitudes): Likewise.
30847 (__add): Likewise.
30848 (__sub): Likewise.
30849 (__mul): Likewise.
30850 (__inv): Likewise.
30851 (__dvd): Likewise.
30852 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30853 (__acr): Likewise.
30854 (__cpy): Likewise.
30855 (norm): Likewise.
30856 (denorm): Likewise.
30857 (__mp_dbl): Likewise.
30858 (__dbl_mp): Likewise.
30859 (add_magnitudes): Likewise.
30860 (sub_magnitudes): Likewise.
30861 (__add): Likewise.
30862 (__sub): Likewise.
30863 (__mul): Likewise.
30864 (__inv): Likewise.
30865 (__dvd): Likewise.
30866 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30867 (__acr): Likewise.
30868 (__cpy): Likewise.
30869 (norm): Likewise.
30870 (denorm): Likewise.
30871 (__mp_dbl): Likewise.
30872 (__dbl_mp): Likewise.
30873 (add_magnitudes): Likewise.
30874 (sub_magnitudes): Likewise.
30875 (__add): Likewise.
30876 (__sub): Likewise.
30877 (__mul): Likewise.
30878 (__inv): Likewise.
30879 (__dvd): Likewise.
30880
eede9df9
JM
308812013-01-08 Joseph Myers <joseph@codesourcery.com>
30882
30883 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30884 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30885 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30886 2 && __USE_EXTERN_INLINES]: Likewise.
30887
c40ea3d9
AJ
308882013-01-08 Andreas Jaeger <aj@suse.de>
30889
30890 [BZ# 14985]
30891 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30892 Remove.
30893 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30894 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30895
2ccdea26
AB
308962013-01-07 Anton Blanchard <anton@samba.org>
30897
30898 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30899 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30900 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30901 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30902 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30903 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30904 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30905 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30906 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30907 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30908 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30909 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30910 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30911 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30912 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30913 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30914 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30915 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30916 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30917 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30918 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30919 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30920 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30921 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30922 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30923 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30924 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30925 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30926 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30927 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30928 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30929 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30930 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30931 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30932 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30933 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30934 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30935 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30936 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30937 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30938 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30939 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30940 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30941
a9708fed
JM
309422013-01-07 Joseph Myers <joseph@codesourcery.com>
30943
375607b9
JM
30944 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30945 (__MALLOC_PMT): Likewise.
30946 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30947 [__GNUC__], only on [_LIBC].
30948 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30949 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30950 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30951 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30952 forward declaration.
30953 (realloc_hook_ini): Likewise.
30954 (memalign_hook_ini): Likewise.
30955 (__libc_memalign): Do not use __MALLOC_PMT in variable
30956 declaration.
30957 (__libc_valloc): Likewise.
30958 (__libc_pvalloc): Likewise.
30959 (__libc_calloc): Likewise.
30960 (__posix_memalign): Likewise.
30961
a9708fed
JM
30962 [BZ #14996]
30963 * math/s_casinh.c: Include <float.h>.
30964 (__casinh): Do not do computation with squaring and square root
30965 for large arguments.
30966 * math/s_casinhf.c: Include <float.h>.
30967 (__casinhf): Do not do computation with squaring and square root
30968 for large arguments.
30969 * math/s_casinhl.c: Include <float.h>.
30970 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30971 (__casinhl): Do not do computation with squaring and square root
30972 for large arguments.
30973 * math/libm-test.inc (casin_test): Add more tests.
30974 (casinh_test): Likewise.
30975 * sysdeps/i386/fpu/libm-test-ulps: Update.
30976 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30977
afec409a
L
309782013-01-04 H.J. Lu <hongjiu.lu@intel.com>
30979
30980 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30981 (__x86_64_raw_data_cache_size): Likewise.
30982 (__x86_64_data_cache_size_half): Likewise.
30983 (__x86_64_raw_data_cache_size_half): Likewise.
30984 (__x86_64_shared_cache_size): Likewise.
30985 (__x86_64_raw_shared_cache_size): Likewise.
30986 (__x86_64_shared_cache_size_half): Likewise.
30987 (__x86_64_raw_shared_cache_size_half): Likewise.
30988 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30989 to ...
30990 (__x86_data_cache_size): This.
30991 (__x86_64_raw_data_cache_size): Renamed to ...
30992 (__x86_raw_data_cache_size): This.
30993 (__x86_64_data_cache_size_half): Renamed to ...
30994 (__x86_data_cache_size_half): This.
30995 (__x86_64_raw_data_cache_size_half): Renamed to ...
30996 (__x86_raw_data_cache_size_half): This.
30997 (__x86_64_shared_cache_size): Renamed to ...
30998 (__x86_shared_cache_size): This.
30999 (__x86_64_raw_shared_cache_size): Renamed to ...
31000 (__x86_raw_shared_cache_size): This.
31001 (__x86_64_shared_cache_size_half): Renamed to ...
31002 (__x86_shared_cache_size_half): This.
31003 (__x86_64_raw_shared_cache_size_half): Renamed to ...
31004 (__x86_raw_shared_cache_size_half): This.
31005 * sysdeps/x86_64/memcpy.S: Updated.
31006 * sysdeps/x86_64/memset.S: Likewise.
31007 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31008 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31009 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31010
0b3986d0
DM
310112013-01-04 David S. Miller <davem@davemloft.net>
31012
31013 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31014
e47686e9
AS
310152013-01-04 Andreas Schwab <schwab@linux-m68k.org>
31016
d643bac1
AS
31017 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31018 1 to avoid redefinition warning.
31019 (__USE_GNU): Don't define.
31020 (init_signaling_nan): Protoize.
31021
e47686e9
AS
31022 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31023
b18decba
SP
310242013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
31025
fffb407f
SP
31026 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31027 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31028 (__cpymn): Likewise.
31029 (norm): Remove commented code.
31030 (denorm): Likewise.
31031 (__mp_dbl): Likewise.
31032 (__inv): Likewise.
31033 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31034 (__cpymn): Likewise.
31035 (norm): Remove commented code.
31036 (denorm): Likewise.
31037 (__mp_dbl): Likewise.
31038 (__inv): Likewise.
31039
b18decba
SP
31040 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31041 mp_no value for 1.0 and 2.0.
31042 (norm): Use RADIXI instead of radixi.d.
31043 (denorm): Likewise.
31044 (__mul): Use 0.0 instead of zero.d.
31045 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31046 mp_no value for 1.0 and 2.0.
31047 (norm): Use RADIXI instead of radixi.d.
31048 (denorm): Likewise.
31049 (__mul): Use 0.0 instead of zero.d.
31050
cdc1c96f
JM
310512013-01-04 Joseph Myers <joseph@codesourcery.com>
31052
31053 [BZ #14994]
31054 * math/s_casinh.c (__casinh): Reduce finite argument to first
31055 quadrant then set signs of results at the end.
31056 * math/s_casinhf.c (__casinhf): Likewise.
31057 * math/s_casinhl.c (__casinhl): Likewise.
31058 * math/libm-test.inc (casin_test): Add more tests.
31059 (casinh_test): Likewise.
31060 * sysdeps/i386/fpu/libm-test-ulps: Update.
31061 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31062
302913e1
SP
310632013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
31064
6420d207
SP
31065 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31066
a9e48ab4
SP
31067 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31068
b7837264
SP
31069 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31070 declarations.
31071 (denorm): Likewise.
31072 (__mp_dbl): Likewise.
31073 (__inv): Likewise.
31074
f8af25d2
SP
31075 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31076 and adjust the header comment.
31077
302913e1
SP
31078 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31079 variable name from declaration.
31080
5d7dd1ca
L
310812013-01-03 H.J. Lu <hongjiu.lu@intel.com>
31082
31083 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31084 Initialize COMMON_CPUID_INDEX_7 element.
31085 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31086 (CPUID_RTM): Likewise.
31087 (HAS_RTM): Likewise.
31088 (COMMON_CPUID_INDEX_7): New enum.
31089
2f5f40f4
AS
310902013-01-03 Andreas Schwab <schwab@linux-m68k.org>
31091
31092 [BZ #14981]
31093 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31094 size is zero, record memory as freed.
31095
4056f4a0
AJ
310962013-01-03 Andreas Jaeger <aj@suse.de>
31097
31098 * po/ia.po: Add new Interlingua translation.
31099
ab15736f 311002012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
31101
31102 * locale/programs/localedef.c: Fix description of '--posix' flag.
31103
568035b7
JM
311042013-01-02 Joseph Myers <joseph@codesourcery.com>
31105
e6898b8d
JM
31106 * NEWS: Update dates in second copyright notice.
31107 * README: Update copyright dates in example.
31108 * manual/libc.texinfo: Update copyright dates.
31109 * scripts/test-installation.pl: Update copyright date in --version
31110 output.
31111
0e2f9562
JM
31112 * hurd/ctty-input.c: Fix copyright notice formatting.
31113 * hurd/ctty-output.c: Likewise.
31114 * hurd/dtable.c: Likewise.
31115 * hurd/hurd-raise.c: Likewise.
31116 * hurd/hurdprio.c: Likewise.
31117 * hurd/msgportdemux.c: Likewise.
31118 * misc/sys/file.h: Likewise.
31119 * misc/sys/ioctl.h: Likewise.
31120 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31121 * sysdeps/mach/hurd/chdir.c: Likewise.
31122 * sysdeps/mach/hurd/fchdir.c: Likewise.
31123 * sysdeps/mach/hurd/rename.c: Likewise.
31124 * sysdeps/mach/hurd/rmdir.c: Likewise.
31125 * sysdeps/mach/hurd/seekdir.c: Likewise.
31126 * sysdeps/mach/hurd/setsid.c: Likewise.
31127 * sysdeps/posix/wait3.c: Likewise.
31128
568035b7
JM
31129 * All files with FSF copyright notices: Update copyright dates
31130 using scripts/update-copyrights.
31131 * intl/plural.c: Regenerated.
31132 * locale/programs/charmap-kw.h: Likewise.
31133 * locale/programs/locfile-kw.h: Likewise.
31134
da08f647
SP
311352013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
31136
0f5477af
SP
31137 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31138 four values.
31139
44e0d4c2
SP
31140 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31141 calculation loop and add branch prediction.
31142
4d55b4e5
SP
31143 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31144 check access beyond bounds of m1np.
31145
da08f647
SP
31146 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31147 MPTWO.
31148 (__inv): Remove local variable MPTWO to use the global
31149 constant.
31150 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31151 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31152 variable MPTWO.
31153 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31154 MP3HALFS static const.
31155
8e051029
DM
311562013-01-01 David S. Miller <davem@davemloft.net>
31157
31158 * po/ca.po: Update from translation team.
31159
f4cf5f2d
JM
311602013-01-01 Joseph Myers <joseph@codesourcery.com>
31161
31162 * scripts/update-copyrights: New file.
31163 * Makeconfig: Reformat copyright notice.
31164 * ctype/ctype.h: Likewise.
31165 * debug/swprintf_chk.c: Likewise.
31166 * elf/dl-cache.c: Likewise.
31167 * elf/dl-debug.c: Likewise.
31168 * elf/dl-object.c: Likewise.
31169 * grp/initgroups.c: Likewise.
31170 * hurd/Makefile: Likewise.
31171 * hurd/hurd/signal.h: Likewise.
31172 * hurd/hurdfault.c: Likewise.
31173 * hurd/hurdioctl.c: Likewise.
31174 * hurd/hurdlookup.c: Likewise.
31175 * hurd/intr-msg.c: Likewise.
31176 * iconv/gconv_open.c: Likewise.
31177 * libio/swprintf.c: Likewise.
31178 * locale/lc-ctype.c: Likewise.
31179 * locale/nl_langinfo.c: Likewise.
31180 * mach/Machrules: Likewise.
31181 * mach/Makefile: Likewise.
31182 * malloc/obstack.h: Likewise.
31183 * manual/Makefile: Likewise.
31184 * manual/tsort.awk: Likewise.
31185 * misc/bits/stab.def: Likewise.
31186 * nis/nis_print_group_entry.c: Likewise.
31187 * nis/nis_table.c: Likewise.
31188 * nis/nss_compat/compat-pwd.c: Likewise.
31189 * nis/nss_compat/compat-spwd.c: Likewise.
31190 * po/Makefile: Likewise.
31191 * posix/fnmatch.c: Likewise.
31192 * posix/regex.h: Likewise.
31193 * resolv/Makefile: Likewise.
31194 * resolv/nss_dns/dns-network.c: Likewise.
31195 * resolv/res_hconf.c: Likewise.
31196 * scripts/gen-sorted.awk: Likewise.
31197 * soft-fp/soft-fp.h: Likewise.
31198 * stdio-common/printf.h: Likewise.
31199 * stdlib/monetary.h: Likewise.
31200 * stdlib/random.c: Likewise.
31201 * stdlib/random_r.c: Likewise.
31202 * sysdeps/generic/Makefile: Likewise.
31203 * sysdeps/gnu/Makefile: Likewise.
31204 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31205 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31206 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31207 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31208 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31209 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31210 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31211 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31212 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31213 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31214 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31215 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31216 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31217 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31218 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31219 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31220 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31221 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31222 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31223 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31224 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31225 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31226 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31227 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31228 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31229 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31230 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31231 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31232 * sysdeps/mach/hurd/errnos.awk: Likewise.
31233 * sysdeps/mach/hurd/fork.c: Likewise.
31234 * sysdeps/mach/hurd/getcwd.c: Likewise.
31235 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31236 * sysdeps/mach/hurd/mmap.c: Likewise.
31237 * sysdeps/mach/hurd/utimes.c: Likewise.
31238 * sysdeps/mach/hurd/xmknod.c: Likewise.
31239 * sysdeps/posix/profil.c: Likewise.
31240 * sysdeps/posix/readdir_r.c: Likewise.
31241 * sysdeps/powerpc/bits/mathdef.h: Likewise.
31242 * sysdeps/powerpc/bits/setjmp.h: Likewise.
31243 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31244 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31245 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31246 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31247 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31248 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31249 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31250 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31251 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31252 * sysdeps/pthread/lio_listio.c: Likewise.
31253 * sysdeps/sparc/dl-procinfo.h: Likewise.
31254 * sysdeps/unix/i386/sysdep.S: Likewise.
31255 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31256 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31257 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31258 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31260 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31261 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31262 * sysdeps/unix/sysv/linux/speed.c: Likewise.
31263 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31264 * sysdeps/wordsize-32/divdi3.c: Likewise.
31265 * time/sys/time.h: Likewise.
31266 * wcsmbs/Makefile: Likewise.
31267
0549fbba
DM
312682013-01-01 David S. Miller <davem@davemloft.net>
31269
a141f1a7
DM
31270 * po/fr.po: Update from translation team.
31271
0549fbba
DM
31272 * catgets/gencat.c: Update copyright year.
31273 * csu/version.c: Likewise.
31274 * debug/catchsegv.sh: Likewise.
31275 * debug/pcprofiledump.c: Likewise.
31276 * debug/xtrace.sh: Likewise.
31277 * elf/ldconfig.c: Likewise.
31278 * elf/ldd.bash.in: Likewise.
31279 * elf/pldd.c: Likewise.
31280 * elf/sotruss.ksh: Likewise.
31281 * elf/sprof.c: Likewise.
31282 * iconv/iconv_prog.c: Likewise.
31283 * iconv/iconvconfig.c: Likewise.
31284 * locale/programs/locale.c: Likewise.
31285 * locale/programs/localedef.c: Likewise.
31286 * login/programs/pt_chown.c: Likewise.
31287 * malloc/memusage.sh: Likewise.
31288 * malloc/memusagestat.c: Likewise.
31289 * malloc/mtrace.pl: Likewise.
31290 * nscd/nscd.c: Likewise.
31291 * nss/getent.c: Likewise.
31292 * nss/makedb.c: Likewise.
31293 * posix/getconf.c: Likewise.
31294
18ea052c
SP
312952012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
31296
31297 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31298 numbers.
31299
9c89fca6
MF
313002012-12-30 Mike Frysinger <vapier@gentoo.org>
31301
31302 * math/bits/mathcalls.h (modf): Use __nonnull.
31303
085ec079
SP
313042012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31305
31306 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31307 (split): Use macro CN instead of the bare value.
31308 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31309 could be used.
31310 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31311 instead of the bare value.
31312 (power1): Likewise.
31313
6d9f97e1
SP
313142012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31315
d63f73be
SP
31316 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31317 __ATAN_TWOM.
31318 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31319
6d9f97e1
SP
31320 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31321 their values.
31322 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31323 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31324 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31325 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31326
4c4febf5
AJ
313272012-12-28 Andreas Jaeger <aj@suse.de>
31328
af5843ef
AJ
31329 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
31330 values are from Linux 3.7.
31331
4c4febf5
AJ
31332 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31333 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
31334
99136f82
SP
313352012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31336
2f216c3c 31337 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
31338 TRUE case.
31339
99136f82
SP
31340 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31341 (norm): Likewise.
31342 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31343 variables with preprocessor constants.
31344 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31345 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31346 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31347
7fffbdff
BH
313482012-12-27 Bruno Haible <bruno@clisp.org>
31349
31350 [BZ #14317]
31351 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31352 only if needed.
31353
b76eb5f0
SP
313542012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31355
31a7fe5c
SP
31356 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31357 and use variable directly.
31358 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31359
b76eb5f0
SP
31360 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31361 MPONE.
31362 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31363 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31364 variable MPONE.
31365 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31366 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31367 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31368 include directive. Remove local variable MPONE.
31369 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31370 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31371 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31372
2c8bfe7d
DM
313732012-12-25 David S. Miller <davem@davemloft.net>
31374
31375 * version.h (RELEASE): Set to "development".
31376 (VERSION): Set to "2.17.90".
31377 * NEWS: Add 2.18 section.
31378
147d03b0
DM
313792012-12-21 David S. Miller <davem@davemloft.net>
31380
31381 * po/hr.po: Update from translation team.
31382
a8ebb2b9
AK
313832012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31384
31385 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31386
95b4f1b6
SE
313872012-12-19 Steve Ellcey <sellcey@mips.com>
31388
b2d94007 31389 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 31390
cedb2a90
MS
313912012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31392
31393 * manual/contrib.texi (Contributors): Spelling correction.
31394
bbf527d6
DM
313952012-12-15 David S. Miller <davem@davemloft.net>
31396
31397 * po/ru.po: Update from translation team.
31398
bc38c906
DM
313992012-12-13 David S. Miller <davem@davemloft.net>
31400
85429b1a
DM
31401 * NEWS: Mention IFUNC testsuite enhancements.
31402
d283e353
DM
31403 * po/pl.po: Update from translation team.
31404 * po/bg.po: Likewise.
31405
bc38c906
DM
31406 * manual/contrib.texi (Contributors): Update entries for Hongjiu
31407 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
31408
a181b0d7
DM
314092012-12-11 David S. Miller <davem@davemloft.net>
31410
4641d57e
DM
31411 * po/sv.po: Update from translation team.
31412
f7bc6495
DM
31413 * po/vi.po: Update from translation team.
31414
6fc9048f
DM
31415 * po/cs.po: Update from translation team.
31416
a181b0d7
DM
31417 * po/de.po: Update from translation team.
31418 * po/eo.po: Likewise.
31419 * po/nl.po: Likewise.
31420
f70bfe80
SP
314212012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
31422
3c8b4190
SP
31423 [BZ #14246]
31424 * manual/argp.texi (Argp Helper Functions): Move node to follow
31425 Argp Parsing State.
31426
f70bfe80
SP
31427 [BZ #14872]
31428 * manual/conf.texi (Limits on File System Capacity): Mention if
31429 terminating null is included in the max size.
31430
188f0adf
AJ
314312012-12-10 Andreas Jaeger <aj@suse.de>
31432
31433 * po/cs.po: Update from translation team.
31434
56e7d3ad
SP
314352012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31436
31437 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31438 void pointer and cast to uintptr_t.
31439 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31440 path.
31441 * sysdeps/s390/s390-64/memcpy.S: Likewise.
31442 * sysdeps/s390/s390-64/memset.S: Likewise.
31443
76f2d2ea 314442012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
31445
31446 [BZ #14833]
31447 * menual/message.texi (Message Translation): Fix typos.
31448 (Helper programs for gettext): Likewise.
31449
67cbf9a2
AS
314502012-12-07 Andreas Schwab <schwab@linux-m68k.org>
31451
31452 [BZ #14898]
31453 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31454 Change to -1.
31455
682d0e9a
DM
314562012-12-07 David S. Miller <davem@davemloft.net>
31457
31458 * po/libc.pot: Update.
31459
573cd484
RH
314602012-12-07 Richard Henderson <rth@redhat.com>
31461
7e9da188 31462 [BZ #10114]
573cd484
RH
31463 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31464 normal/normal case to before the switch.
31465 (_FP_DIV): Likewise.
31466
e933a943
MF
314672012-12-06 Carlos O'Donell <carlos@systemhalted.org>
31468 Mike Frysinger <vapier@gentoo.org>
31469
31470 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31471 check for __NR_fadvise64_64.
31472
82123268
CM
314732012-12-06 Chris Metcalf <cmetcalf@tilera.com>
31474
31475 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31476 0, not just to plain "0" as a statement.
31477 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31478 with cw.
31479
d9814526
JM
314802012-12-06 Joseph Myers <joseph@codesourcery.com>
31481
31482 * NEWS: Use sourceware.org in Bugzilla URL.
31483
7728c574
SP
314842012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
31485
f16946dd
SP
31486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31487 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31488
5704bbcb
SP
31489 * stdio-common/tst-put-error.c (do_test): Add newline to the
31490 padded test to ensure flush.
31491
17aa0516
JL
314922012-12-05 Jeff Law <law@redhat.com>
31493
31494 * sunrpc/etc.rpc (fedfs_admin): Add entry.
31495
363313b5
JM
314962012-12-05 Joseph Myers <joseph@codesourcery.com>
31497
effbd42a
JM
31498 * README: Don't refer to ports add-on as distributed separately.
31499 Mention AArch64 in list of systems supported in the ports add-on.
31500
87600365
JM
31501 * LICENSES: Add more non-FSF copyright and license notices.
31502
a0d7066a
JM
31503 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31504 ((unused)).
31505
66ca5a5b
JM
31506 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31507
363313b5
JM
31508 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31509 10000 as width of padded output.
31510
b37984ad
JM
315112012-12-04 Joseph Myers <joseph@codesourcery.com>
31512
9003570a
JM
31513 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31514
b37984ad
JM
31515 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31516 variable LX with __attribute__ ((unused)).
31517 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31518 Likewise.
31519 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31520 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31521 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31522 with __attribute__ ((unused)).
31523
c8df52ec
DM
315242012-12-04 David S. Miller <davem@abraco.davemloft.net>
31525
31526 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31527
b3b099af
JM
315282012-12-04 Joseph Myers <joseph@codesourcery.com>
31529
c33aa6e3
JM
31530 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31531 (CFLAGS-nldbl-acos.c): New variable.
31532 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31533 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31534 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31535 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31536 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31537 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31538 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31539 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31540 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31541 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31542 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31543 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31544 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31545 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31546 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31547 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31548 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31549 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31550 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31551 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31552 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31553 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31554 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31555 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31556 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31557 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31558 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31559 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31560 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31561 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31562 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31563 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31564 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31565 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31566 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31567 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31568 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31569 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31570 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31571 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31572 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31573 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31574 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31575 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31576 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31577 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31578 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31579 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31580 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31581 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31582 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31583 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31584 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31585 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31586 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31587 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31588 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31589 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31590 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31591 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31592 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31593 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31594 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31595 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31596 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31597 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31598 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31599 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31600 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31601 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31602 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31603 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31604 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31605 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31606 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31607 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31608 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31609 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31610 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31611 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31612 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31613 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31614 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31615 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31616 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31617 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31618 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31619 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31620 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31621 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31622 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31623 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31624 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31625 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31626 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31627 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31628 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31629
20f0018d
JM
31630 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31631 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31632
b3b099af
JM
31633 [BZ #14914]
31634 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31635 whole low double instead of just low 47 bits when splitting values
31636 into two parts.
31637
029264d1
AM
316382012-12-03 Allan McRae <allan@archlinux.org>
31639
31640 * manual/stdio.texi (Predefined Printf Handlers): Remove
31641 @hsep and @vsep usage.
31642
c9d6789e
MF
316432012-12-03 Mike Frysinger <vapier@gentoo.org>
31644
31645 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31646 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31647
4b7634a5
JL
316482012-12-03 Jeff Law <law@redhat.com>
31649
31650 * time/sys/time.h (settimeofday): Do not mark TV argument
31651 as __nonnull.
31652
eb6cbd24
MF
316532012-12-01 Mike Frysinger <vapier@gentoo.org>
31654
31655 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31656 when currently writing and seek to current position when not.
31657 * libio/Makefile (tests): Remove bug-fclose1.
31658 * libio/bug-fclose1.c: Delete.
31659
f638872a
JM
316602012-12-01 Joseph Myers <joseph@codesourcery.com>
31661
31662 * manual/arith.texi (feenableexcept): Fix typo.
31663 (fedisableexcept): Likewise.
31664
48085d14
RM
316652012-11-30 Roland McGrath <roland@hack.frob.com>
31666
31667 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31668 second, differently-typed declaration, rather than a cast.
31669
1a538b9f
SP
316702012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
31671
31672 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31673 * include/rpc/svc.h: ... here.
31674
d07f2ff1 316752012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
31676
31677 [BZ #13013]
31678 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31679 depending n and resplen2 to catch cases where answer
31680 equals answerp2.
31681
c93ec1f0
CD
316822012-11-29 Carlos O'Donell <carlos@systemhalted.org>
31683
31684 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31685 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31686
37db69de
MF
316872012-11-29 Mike Frysinger <vapier@gentoo.org>
31688
31689 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31690
e10c4e4f
RM
316912012-11-29 Roland McGrath <roland@hack.frob.com>
31692
31693 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31694
2af1b328
JL
316952012-11-28 Jeff Law <law@redhat.com>
31696
31697 [BZ #13761]
31698 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31699 dataset_temporary. Track alloca usage into alloca_used.
31700 If dataset is large allocate and release it via malloc/free.
31701
111db5b1
FW
317022012-06-04 Florian Weimer <fweimer@redhat.com>
31703
f06cc227 31704 [BZ #14197]
111db5b1
FW
31705 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31706
dd694abd
DM
317072012-11-28 David S. Miller <davem@davemloft.net>
31708
31709 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31710
9984dd01
JM
317112012-11-28 Joseph Myers <joseph@codesourcery.com>
31712
31713 [BZ #14803]
31714 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31715 of pi/2 rounded to nearest to 64 bits.
31716 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31717 nearest to 64 bits.
31718 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31719 bits.
31720
14bc93a9
JL
317212012-11-28 Jeff Law <law@redhat.com>
31722 Martin Osvald <mosvald@redhat.com>
31723
31724 [BZ #14889]
31725 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31726 * sunrpc/svc.c: Include time.h.
31727 (__svc_accept_failed): New function.
31728 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31729 any reason other than EINTR, call __svc_accept_failed.
31730 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31731 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31732
e3c6aa3a
AS
317332012-11-28 Andreas Schwab <schwab@suse.de>
31734
31735 * scripts/abilist.awk: Also handle indirect functions in .opd
31736 section.
31737
1bead169
JM
317382012-11-28 Joseph Myers <joseph@codesourcery.com>
31739
31740 [BZ #13881]
31741 * sysdeps/x86/fpu/powl_helper.c: New file.
31742 * sysdeps/x86/fpu/Makefile: Likewise.
31743 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31744 (p3): New object.
31745 (__ieee754_powl): Use __powl_helper for finite arguments except
31746 integer exponents below 8.
31747 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31748 (p3): New object.
31749 (__ieee754_powl): Use __powl_helper for finite arguments except
31750 integer exponents below 8.
31751 * math/libm-test.inc (pow_test): Add more tests and enable some
31752 previously disabled tests.
31753 * sysdeps/i386/fpu/libm-test-ulps: Update.
31754 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31755
0817d63d
SP
317562012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31757 Carlos O'Donell <carlos_odonell@mentor.com>
31758
31759 * nss/makedb.c (is_prime): Assert that input is odd and greater
31760 than 4. Note that fact in a comment too.
31761 (next_prime): Add 4 to input.
31762
de2fd463
SP
317632012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31764
31765 [BZ #11741]
31766 * libio/Makefile (tests): Add test case tst-fwrite-error.
31767 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31768 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31769 * libio/tst-fwrite-error.c: New test case.
31770
c515fb51
L
317712012-11-26 H.J. Lu <hongjiu.lu@intel.com>
31772
31773 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31774 before casting to void *.
31775 * include/libc-internal.h (__pointer_type): New macro.
31776 (__integer_if_pointer_type_sub): Likewise.
31777 (__integer_if_pointer_type): Likewise.
31778 (cast_to_integer): Likewise.
31779 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31780 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31781 before casting to atomic64_t.
31782 (atomic_exchange_acq): Likewise.
31783 (__arch_exchange_and_add_body): Likewise.
31784 (__arch_add_body): Likewise.
31785 (atomic_add_negative): Likewise.
31786 (atomic_add_zero): Likewise.
31787
4cf77aa9
JM
317882012-11-26 Joseph Myers <joseph@codesourcery.com>
31789
31790 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31791 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31792 (add_fdes): Likewise.
31793 (linear_search_fdes): Likewise.
31794 (binary_search_unencoded_fdes): Likewise.
31795
d260b3b4
AS
317962012-11-26 Andreas Schwab <schwab@linux-m68k.org>
31797
31798 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31799
67060746
AC
318002012-11-24 Adam Conrad <adconrad@0c3.net>
31801
31802 * configure.in: Autodetect C++ header directories.
31803 * configure: Regenerated.
31804
800938a1
MF
318052012-11-23 Mike Frysinger <vapier@gentoo.org>
31806
31807 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31808
4e6e34e6
AS
318092012-11-23 Andreas Schwab <schwab@linux-m68k.org>
31810
31811 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31812
7c7feb47
JM
318132012-11-22 Joseph Myers <joseph@codesourcery.com>
31814
7184dcdf
JM
31815 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31816 LDBL_MANT_DIG == 106]: Disable some tests.
31817 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31818 Likewise.
31819 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31820 Likewise.
31821
0a42601f
JM
31822 [BZ #14871]
31823 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31824 input for small inputs. Return +/- pi/2 for large inputs.
31825 * math/libm-test.inc (atan_test): Add more tests.
31826
79c9b9fe
JM
31827 * sysdeps/generic/unwind-dw2-fde-glibc.c
31828 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31829 __attribute__ ((unused)).
31830
c60d3bf2
JM
31831 [BZ #14645]
31832 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31833 x * y if x and y are nonzero and z is zero.
31834
ef1e0867
JM
31835 [BZ #14811]
31836 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31837 nonzero exponents with absolute value below 0x1p-117 to +/-
31838 0x1p-117.
31839
1468ded3
JM
31840 [BZ #14869]
31841 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31842 up arguments below 2**-450, not just those below 2**-500.
31843 * math/libm-test.inc (hypot_test): Add another test.
31844
8e27e3cc
JM
31845 [BZ #14868]
31846 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31847 Return a+b for ratio over 2**120, not 2**60.
31848 * math/libm-test.inc (hypot_test): Add another test.
31849
c9c0279b
JM
31850 * math/libm-test.inc (clog_test): Use
31851 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31852 (clog10_test): Likewise.
31853
7c7feb47
JM
31854 [BZ #6778]
31855 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31856
fff1530e
AS
318572012-11-22 Andreas Schwab <schwab@suse.de>
31858
31859 * sysdeps/i386/fpu/libm-test-ulps: Update.
31860
94558d30
PT
318612012-11-22 Pino Toscano <toscano.pino@tiscali.it>
31862
31863 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31864 printf output with newline.
31865
7e1be741
L
318662012-11-21 H.J. Lu <hongjiu.lu@intel.com>
31867
6bfea974
L
31868 [BZ #14865]
31869 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31870 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31871 -z nodlopen, -z initfirst and -z execstack support.
31872 * configure: Regenerated.
31873
7e1be741
L
31874 * elf/elf.h (DF_1_NODIRECT): New macro.
31875 (DF_1_IGNMULDEF): Likewise.
31876 (DF_1_NOKSYMS): Likewise.
31877 (DF_1_NOHDR): Likewise.
31878 (DF_1_EDITED): Likewise.
31879 (DF_1_NORELOC): Likewise.
31880 (DF_1_SYMINTPOSE): Likewise.
31881 (DF_1_GLOBAUDIT): Likewise.
31882 (DF_1_SINGLETON): Likewise.
31883 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31884 DT_1_SUPPORTED_MASK bits.
31885 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31886
105ce2ce
CD
318872012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
31888
31889 * sysdeps/unix/make-syscalls.sh: Document prefixes.
31890
123be9de
TS
318912012-11-20 Thomas Schwinge <thomas@codesourcery.com>
31892
d072f3f7
TS
31893 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31894 macro.
31895
123be9de
TS
31896 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31897 (sendmmsg): Move declarations...
31898 * socket/sys/socket.h: ... here.
31899 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31900 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31901 include it from...
31902 * socket/recvmmsg.c: ... this new file.
31903 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31904 (sendmmsg): Rename to __sendmmsg, create weak alias and make
31905 definition of __sendmmsg hidden.
31906 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31907 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31908 Move ENOSYS stub into and include it from...
31909 * socket/sendmmsg.c: ... this new file.
31910 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31911 (sysdep_routines): Move recvmmsg and sendmmsg...
31912 * socket/Makefile (routines): ... here.
31913 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31914 (GLIBC_PRIVATE): Add __sendmmsg.
31915 * include/sys/socket.h (__sendmmsg): Add declarations.
31916 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31917 sendmmsg.
31918
cf9a5d18
JM
319192012-11-20 Joseph Myers <joseph@codesourcery.com>
31920
31921 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31922 variable I1 with __attribute__ ((unused)).
31923 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31924
ecd4caf9
JM
319252012-11-19 Joseph Myers <joseph@codesourcery.com>
31926
be14d48f
JM
31927 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31928 DUMMY variables with __attribute__ ((unused)).
31929
ecd4caf9
JM
31930 * bits/byteswap.h: Include <bits/types.h>.
31931 (__bswap_64): Use __uint64_t instead of unsigned long long int.
31932
986cab95
PT
319332012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31934
31935 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31936 string_t. Do not manually set errno.
31937 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31938 length with __strnlen. Make sure to both set errno and return it on
31939 failure.
31940
6d33cc9d
DM
319412012-11-19 David S. Miller <davem@davemloft.net>
31942
31943 With help from Joseph Myers.
31944 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31945 very large arguments properly.
31946 * math/libm-test.inc (atan_test): New tests.
31947 (atan2_test): New tests.
31948 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31949 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31950
ee663277
JM
319512012-11-19 Joseph Myers <joseph@codesourcery.com>
31952
877f2d8e
JM
31953 [BZ #14856]
31954 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31955 Define to 3.
31956
116fc08a
JM
31957 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31958 [POSIX] (EADDRNOTAVAIL): Likewise.
31959 [POSIX] (EAFNOSUPPORT): Likewise.
31960 [POSIX] (EALREADY): Likewise.
31961 [POSIX] (ECONNABORTED): Likewise.
31962 [POSIX] (ECONNREFUSED): Likewise.
31963 [POSIX] (ECONNRESET): Likewise.
31964 [POSIX] (EDESTADDRREQ): Likewise.
31965 [POSIX] (EDQUOT): Likewise.
31966 [POSIX] (EHOSTUNREACH): Likewise.
31967 [POSIX] (EIDRM): Likewise.
31968 [POSIX] (EISCONN): Likewise.
31969 [POSIX] (ELOOP): Likewise.
31970 [POSIX] (EMULTIHOP): Likewise.
31971 [POSIX] (ENETDOWN): Likewise.
31972 [POSIX] (ENETUNREACH): Likewise.
31973 [POSIX] (ENOBUFS): Likewise.
31974 [POSIX] (ENODATA): Likewise.
31975 [POSIX] (ENOLINK): Likewise.
31976 [POSIX] (ENOMSG): Likewise.
31977 [POSIX] (ENOPROTOOPT): Likewise.
31978 [POSIX] (ENOSR): Likewise.
31979 [POSIX] (ENOSTR): Likewise.
31980 [POSIX] (ENOTCONN): Likewise.
31981 [POSIX] (ENOTSOCK): Likewise.
31982 [POSIX] (EOPNOTSUPP): Likewise.
31983 [POSIX] (EOVERFLOW): Likewise.
31984 [POSIX] (EPROTO): Likewise.
31985 [POSIX] (EPROTONOSUPPORT): Likewise.
31986 [POSIX] (EPROTOTYPE): Likewise.
31987 [POSIX] (ESTALE): Likewise.
31988 [POSIX] (ETIME): Likewise.
31989 [POSIX] (ETXTBSY): Likewise.
31990 [POSIX] (EWOULDBLOCK): Likewise.
31991 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31992 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31993 [POSIX] (SEEK_CUR): Likewise.
31994 [POSIX] (SEEK_END): Likewise.
31995 [POSIX || UNIX98] (mode_t): Do not require.
31996 [POSIX] (off_t): Likewise.
31997 [POSIX] (pid_t): Likewise.
31998 [POSIX] (sys/stat.h): Do not allow header.
31999 [POSIX] (unistd.h): Likewise.
32000 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32001 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32002 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32003 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32004 require.
32005 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32006 sigevent): Specify elements.
32007 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32008 entry.
32009 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32010 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32011
a483863f
JM
32012 * conform/data/cpio.h-data [POSIX]: Disable whole file.
32013 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32014 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32015 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32016 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32017 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32018 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32019 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32020 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32021 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32022 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32023 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32024 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32025 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32026 Likewise.
32027 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32028 Likewise.
32029 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32030 Likewise.
32031 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32032 Likewise.
32033 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32034 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32035 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32036 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32037 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32038 Specify lower bound on value.
32039 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32040 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32041 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32042 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32043 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32044 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32045 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32046 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32047 value.
32048 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32049 as optional.
32050 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32051 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32052 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32053 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32054 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32055 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32056 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32057 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32058 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32059 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32060 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32061 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32062 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32063 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32064 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32065 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32066 entry.
32067 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32068 optional.
32069 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32070 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32071 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32072 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32073 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32074 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32075 Likewise.
32076 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32077 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32078 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32079 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32080 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
32081 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32082 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32083 as optional.
32084 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32085 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32086 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32087 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32088 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32089 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32090 specify as optional.
32091 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32092 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32093 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32094 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32095 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32096 [XPG3] (NL_LANGMAX): Likewise.
32097 [POSIX || XPG3] (NL_MSGMAX): Likewise.
32098 [POSIX || XPG3] (NL_NMAX): Likewise.
32099 [POSIX || XPG3] (NL_SETMAX): Likewise.
32100 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32101 [XPG3] (NZERO): Likewise.
32102 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32103 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32104 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32105 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32106 (REG_ERANGE): Expect.
32107 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32108 optional-constant.
32109 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32110 Use (void) in prototype.
32111 [POSIX] (*_t): Allow.
32112 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32113 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32114 (WRDE_BADVAL): Expect.
32115
5ba924e3
JM
32116 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32117 expect.
32118 [XPG3 || XPG4] (O_RSYNC): Likewise.
32119 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32120 Likewise.
32121 [XPG3 || XPG4] (pthread_sigmask): Likewise.
32122 [XPG3 || XPG4] (sigqueue): Likewise.
32123 [XPG3 || XPG4] (sigtimedwait): Likewise.
32124 [XPG3 || XPG4] (sigwaitinfo): Likewise.
32125 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32126 [XPG3 || XPG4] (vsnprintf): Likewise.
32127 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32128 Likewise.
32129 [XPG3 || XPG4] (blksize_t): Likewise.
32130 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32131 Likewise.
32132 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32133 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32134 [XPG3 || XPG4] (struct itimerspec): Likewise.
32135 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32136 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32137 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32138 [XPG3 || XPG4] (clockid_t): Likewise.
32139 [XPG3 || XPG4] (timer_t): Likewise.
32140 [XPG3 || XPG4] (clock_getres): Likewise.
32141 [XPG3 || XPG4] (clock_gettime): Likewise.
32142 [XPG3 || XPG4] (clock_settime): Likewise.
32143 [XPG3 || XPG4] (nanosleep): Likewise.
32144 [XPG3 || XPG4] (timer_create): Likewise.
32145 [XPG3 || XPG4] (timer_delete): Likewise.
32146 [XPG3 || XPG4] (timer_gettime): Likewise.
32147 [XPG3 || XPG4] (timer_getoverrun): Likewise.
32148 [XPG3 || XPG4] (timer_settime): Likewise.
32149 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32150 [XPG3 || XPG4] (getlogin_r): Likewise.
32151 [XPG3 || XPG4] (pread): Likewise.
32152 [XPG3 || XPG4] (pthread_atfork): Likewise.
32153 [XPG3 || XPG4] (pwrite): Likewise.
32154
ee663277
JM
32155 [BZ #14835]
32156 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32157 <bits/siginfo.h>.
32158
942caa16
PT
321592012-11-19 Pino Toscano <toscano.pino@tiscali.it>
32160
e19af380
PT
32161 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32162 finalizing MALLSTREAM.
32163
942caa16
PT
32164 * sysdeps/mach/hurd/syncfs.c: New file.
32165
cfde9b46
SP
321662012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32167
32168 [BZ #14719]
32169 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32170 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32171 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32172 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32173 (_nss_dns_gethostbyname4_r): Likewise.
32174 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32175 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32176
f6da27e5
PH
321772012-11-19 Peng Haitao <penght@cn.fujitsu.com>
32178
32179 [BZ #13763]
32180 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32181
6665d4a2
SM
321822012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
32183
1f51ee92
SM
32184 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32185 * elf/cache.c (print_entry): Print ",AArch64" for
32186 FLAG_AARCH64_LIB64
32187
6665d4a2
SM
32188 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32189 * elf/cache.c (print_entry): Print ",hard-float" for
32190 FLAG_ARM_LIBHF.
32191
05b227bd
DM
321922012-11-18 David S. Miller <davem@davemloft.net>
32193
32194 With help from Joseph Myers.
32195 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32196 cutoff to 2**-13.
32197 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32198 cutoff to 2**-25.
32199 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32200 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32201 small.
32202 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32203 * math/libm-test.inc (y0_test): New tests.
32204 (y1_test): New tests.
32205 * sysdeps/i386/fpu/libm-test-ulps: Update.
32206 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32207 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32208
786b0b67
AS
322092012-11-18 Andreas Schwab <schwab@linux-m68k.org>
32210
32211 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32212 64-bit targets.
32213 * configure: Regenerated.
32214
8e18b86d
DM
322152012-11-17 David S. Miller <davem@davemloft.net>
32216
32217 [BZ #14811]
32218 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32219 nonzero exponents with absolute value below 0x1p-128 to +/-
32220 0x1p-128.
32221
531f1ae0
JM
322222012-11-17 Joseph Myers <joseph@codesourcery.com>
32223
12df29e2
JM
32224 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32225
150dc1a0
JM
32226 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32227
531f1ae0
JM
32228 * posix/getconf-speclist.c: New file.
32229 * posix/posix-envs.def: Likewise.
32230 * posix/confstr.c (START_ENV_GROUP): New macro.
32231 (END_ENV_GROUP): Likewise.
32232 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32233 (KNOWN_PRESENT_ENV_STRING): Likewise.
32234 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32235 (UNKNOWN_ENVIRONMENT): Likewise.
32236 (confstr): Include posix-envs.def instead of handling
32237 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32238 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32239 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32240 (END_ENV_GROUP): Likewise.
32241 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32242 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32243 (UNKNOWN_ENVIRONMENT): Likewise.
32244 (__sysconf): Include posix-envs.def instead of handling associated
32245 cases directly here.
32246 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32247 preprocessing getconf-speclist.c rather than running getconf or
32248 generating empty file.
32249
a93f9cbc
PT
322502012-11-16 Pino Toscano <toscano.pino@tiscali.it>
32251
32252 * scripts/check-local-headers.sh: Ignore 'mach' headers.
32253
d64d9f87
AL
322542012-11-16 Andrej Lajovic <natrij@gmail.com>
32255
32256 [BZ #14672]
32257 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32258
447885eb
DM
322592012-11-16 David S. Miller <davem@davemloft.net>
32260
32261 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32262 smaller than LDBL_EPSILON/2.0L, just return xm1.
32263
bcbf9830
L
322642012-11-16 H.J. Lu <hongjiu.lu@intel.com>
32265
32266 * elf/tst-array1.c (init): Set constructor priority to 1000.
32267 (fini): Set destructor priority to 1000.
32268 * elf/tst-array2dep.c: Likewise.
32269
2b766585
SP
322702012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32271
32272 [BZ #11741]
32273 * libio/fileops.c (_IO_new_file_write): Correctly return error.
32274 (_IO_new_file_xsputn): Also return EOF if none of the input
32275 data was written when overflow failed.
32276 * libio/iopadn.c (_IO_padn): Likewise.
32277 * libio/iowpadn.c (_IO_wpadn): Likewise.
32278 * stdio-common/tst-put-error.c: Add copyright notice.
32279 (do_test): Add case for printing padded string.
32280 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32281 _IO_padn returned error.
32282 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32283 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32284 return EOF.
32285
b1848fde
SP
322862012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
32287
32288 * libio/libioP.h: Add comment note that the references to C++
32289 bits are now obsolete.
32290
2fd89785
MS
322912012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32292
32293 * math/libm-test.inc (check_complex): Use asprintf.
32294
e3ea5409
JM
322952012-11-14 Joseph Myers <joseph@codesourcery.com>
32296
32297 * debug/pcprofiledump.c (print_version): Update copyright year.
32298 * malloc/memusagestat.c (print_version): Likewise.
32299
2e64d265
L
323002012-11-14 H.J. Lu <hongjiu.lu@intel.com>
32301
32302 [BZ #14831]
32303 * elf/Makefile (tests): Add tst-audit8.
32304 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32305 ($(objpfx)tst-audit8.out): New target.
32306 (tst-audit8-ENV): New variable.
32307 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32308 audit if l_reloc_result is NULL.
32309 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32310 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32311 * elf/tst-audit8.c: New file.
32312
c485e4d2
MS
323132012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32314
32315 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32316 * misc/Makefile (CFLAGS-select.c): Define.
32317 * posix/Makefile (CFLAGS-pause.c): Define.
32318
3a0d900a
DM
323192012-11-13 David S. Miller <davem@davemloft.net>
32320
32321 * crypt/Makefile: Move test targets after toplevel Rules
32322 inclusion. Grab any necessary sysdep routines when linking.
32323 * crypt/md5.c (md5_process_block): Remove define, we will always
32324 name it __md5_process_block.
32325 (md5_finish_ctx): Update md5_process_block call.
32326 (md5_stream): Likewise.
32327 (md5_process_bytes): Likewise.
32328 (md5_process_block): Rename to __md5_process_block and move to ...
32329 * crypt/md5-block.c: ... here.
32330 * crypt/sha256.c (sha256_process_block): Move to ...
32331 * crypt/sha256-block.c: ... here.
32332 * crypt/sha512.c (sha512_process_block): Move to ...
32333 * crypt/sha512-block.c: ... here.
32334 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32335 path.
32336 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32337 * sysdeps/sparc/sparc64/multiarch/Makefile
32338 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32339 crypt subdir.
32340 (localedef-aux): Add md5 crypto assembler when in locale subdir.
32341 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32342 multiarch changes.
32343 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32344 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32345 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32346 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32347 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32348 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32349 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32350 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32351 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32352 file.
32353 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32354 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32355 file.
32356 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32357
8ca89318
JM
323582012-11-13 Joseph Myers <joseph@codesourcery.com>
32359
e27d476a
JM
32360 * timezone/tzselect.ksh: Update from tzcode git revision
32361 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32362 * timezone/zdump.c: Likewise.
32363 * timezone/zic.c: Likewise.
32364 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32365 in TZVERSION setting, not $(PKGVERSION).
32366 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
32367 REPORT_BUGS_TO settings.
32368
8ca89318
JM
32369 [BZ #14838]
32370 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32371 macro.
32372
47594329
MS
323732012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32374
32375 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32376 detection to immediately after _FP_ROUND().
32377 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32378 bits are 0.
32379
640ac3f1
DM
323802012-11-11 David S. Miller <davem@davemloft.net>
32381
32382 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32383 inttypes.h
32384 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32385 __close rather than their public counterparts.
32386
3d2577bb
JM
323872012-11-10 Joseph Myers <joseph@codesourcery.com>
32388
32389 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32390 file.
32391 [UNIX98] (sem_timedwait): Do not expect.
32392 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32393 [XPG4 || UNIX98] (sockatmark): Do not expect.
32394 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32395 (clock_getcpuclockid): Do not expect.
32396 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32397 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32398 Do not expect.
32399 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32400 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32401 [UNIX98] (vwscanf): Likewise.
32402 [UNIX98] (vswscanf): Likewise.
32403
fb1ae1ee
JM
324042012-11-09 Joseph Myers <joseph@codesourcery.com>
32405
9ec6f8bd
JM
32406 * timezone/version.h: Remove file.
32407 * timezone/README: Do not refer to version.h.
32408 * timezone/Makefile ($(objpfx)zic.o): New dependency on
32409 $(objpfx)version.h.
32410 ($(objpfx)zdump.o): Likewise.
c3f81911 32411 ($(objpfx)version.h): New target.
9ec6f8bd 32412
0aa8f8a1
JM
32413 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32414 2012i.
32415 * timezone/README: Don't mention modification to tzselect.ksh.
32416 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32417 work on unmodified tzselect.ksh. Substitute version numbers in
32418 tzselect.ksh.
32419
4e87147f
JM
32420 * Makefile (format-me): Remove.
32421 (INSTALL): Adjust indentation. Use commands directly instead of
32422 using $(format-me).
32423
8b748aed
JM
32424 * aclocal.m4 (ACX_PKGVERSION): New macro.
32425 (ACX_BUGURL): Likewise.
32426 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32427 (PKGVERSION): New AC_DEFINE_UNQUOTED.
32428 (REPORT_BUGS_TO): Likewise.
32429 * configure: Regenerated.
32430 * config.h.in (PKGVERSION): New macro.
32431 (REPORT_BUGS_TO): Likewise.
32432 * config.make.in (PKGVERSION): New variable.
32433 (PKGVERSION_TEXI): Likewise.
32434 (REPORT_BUGS_TO): Likewise.
32435 (REPORT_BUGS_TEXI): Likewise.
32436 * Makefile (format-me): Use -I$(common-objpfx)manual.
32437 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32438 ($(common-objpfx)manual/%): New target.
32439 (manual/%): Remove target.
32440 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32441 (print_version): Use PKGVERSION.
32442 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32443 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32444 and REPORT_BUGS_TO.
32445 ($(objpfx)xtrace): Likewise.
32446 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32447 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32448 (print_version): Use PKGVERSION.
32449 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32450 (do_version): Use PKGVERSION.
32451 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32452 REPORT_BUGS_TO.
32453 (common-ldd-rewrite): Likewise.
32454 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32455 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32456 (print_version): Use PKGVERSION.
32457 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32458 * elf/pldd.c (argp_program_bug_address): Remove variable.
32459 (more_help): New function.
32460 (argp): Use more_help.
32461 (print_version): Use PKGVERSION.
32462 * elf/sln.c (main): Use PKGVERSION.
32463 (usage): Use REPORT_BUGS_TO.
32464 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32465 (top level): Use PKGVERSION.
32466 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32467 (print_version): Use PKGVERSION.
32468 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32469 (print_version): Use PKGVERSION.
32470 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32471 (print_version): Use PKGVERSION.
32472 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32473 (print_version): Use PKGVERSION.
32474 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32475 (print_version): Use PKGVERSION.
32476 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32477 (print_version): Use PKGVERSION.
32478 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32479 and BUGURL.
32480 ($(objpfx)memusage): Likewise.
32481 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32482 (do_version): Use PKGVERSION.
32483 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32484 (print_version): Use PKGVERSION.
32485 * malloc/mtrace.pl ($PACKAGE): Remove variable.
32486 ($PKGVERSION): New variable.
32487 ($REPORT_BUGS_TO): Likewise.
32488 (usage): Use $REPORT_BUGS_TO.
32489 (top level): Use $PKGVERSION.
32490 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32491 ($(objpfx)pkgvers.texi): New rule.
32492 ($(objpfx)stamp-pkgvers): Likewise.
32493 * manual/install.texi: Include pkgvers.texi.
32494 (--with-pkgversion): Document new configure option.
32495 (--with-bugurl): Likewise.
32496 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32497 than necessarily for this particular distribution. Use
32498 REPORT_BUGS_TO for where to report bugs.
32499 * INSTALL: Regenerated.
32500 * manual/libc.texinfo: Include pkgvers.texi.
32501 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32502 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32503 (print_version): Use PKGVERSION.
32504 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32505 (print_version): Use PKGVERSION.
32506 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32507 (print_version): Use PKGVERSION.
32508 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32509 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32510 macro.
32511 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32512 (print_version): Use PKGVERSION.
32513 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32514 (print_version): Use PKGVERSION.
32515 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32516 and PKGVERSION.
32517
92e4b6a9
JM
32518 * timezone/checktab.awk: Update from tzcode 2012i.
32519 * timezone/ialloc.c: Likewise.
32520 * timezone/private.h: Likewise.
32521 * timezone/scheck.c: Likewise.
32522 * timezone/tzfile.h: Likewise.
32523 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32524 (TZVERSION): Hardcode tzcode version number.
32525 * timezone/zdump.c: Update from tzcode 2012i.
32526 * timezone/zic.c: Likewise.
32527 * timezone/version.h: New file.
32528 * timezone/README: Describe version.h. Update upstream location.
32529
9bde902c
JM
32530 [BZ #14824]
32531 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32532 (mktemp): Enable declaration.
32533 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32534 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32535 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32536 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32537 Likewise.
32538 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32539 Likewise.
32540 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32541 Likewise.
32542 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32543 Likewise.
32544 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32545 Likewise.
32546 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32547 Likewise.
32548
fb1ae1ee
JM
32549 [BZ #14821]
32550 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32551 offset in buffer as u_int32_t not u_long. Consistently use memcpy
32552 for copies of such integer values.
32553 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32554 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32555
2c1adbcb
AJ
325562012-11-09 Andreas Jaeger <aj@suse.de>
32557
32558 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32559 definitions and declarations that are provided by
32560 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32561
d0f8457e
AK
325622012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32563
3a235abb 32564 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
32565 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32566 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32567 definition.
32568
57241e26
MS
325692012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32570
32571 * elf/elf.h: Update comment before AArch64 relocations.
32572
60e8270d
DM
325732012-11-07 David S. Miller <davem@davemloft.net>
32574
32575 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32576 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32577 (__start_context): Declare.
32578 (__makecontext_ret): Delete.
32579 (__makecontext): Hook up __start_context instead of
32580 __makecontext_ret.
32581 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32582 (sysdep_routines): Add __start_context when in stdlib.
32583
0fbb0fbc
JM
325842012-11-07 Joseph Myers <joseph@codesourcery.com>
32585
32586 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32587 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32588 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
32589 hardcoded "nm".
32590 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
32591 (READELF): New variable. Use it instead of hardcoded "readelf".
32592
eb48db7e
L
325932012-11-07 H.J. Lu <hongjiu.lu@intel.com>
32594
32595 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32596 * sysdeps/x86/Makefile: Here.
32597 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32598 * sysdeps/x86/tst-xmmymm.sh: This.
32599
05bcf62a
JM
326002012-11-07 Joseph Myers <joseph@codesourcery.com>
32601
c4b6cf53
JM
32602 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32603 expectations.
32604 [UNIX98] (pthread_barrier_t): Do not expect.
32605 [UNIX98] (pthread_barrierattr_t): Likewise.
32606 [UNIX98] (pthread_spinlock_t): Likewise.
32607 [UNIX98] (pthread_barrier_destroy): Likewise.
32608 [UNIX98] (pthread_barrier_init): Likewise.
32609 [UNIX98] (pthread_barrier_wait): Likewise.
32610 [UNIX98] (pthread_barrierattr_destroy): Likewise.
32611 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32612 [UNIX98] (pthread_barrierattr_init): Likewise.
32613 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32614 [UNIX98] (pthread_getcpuclockid): Likewise.
32615 [UNIX98] (pthread_mutex_timedlock): Likewise.
32616 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32617 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32618 [UNIX98] (pthread_sigmask): Likewise.
32619 [UNIX98] (pthread_spin_destroy): Likewise.
32620 [UNIX98] (pthread_spin_init): Likewise.
32621 [UNIX98] (pthread_spin_lock): Likewise.
32622 [UNIX98] (pthread_spin_trylock): Likewise.
32623 [UNIX98] (pthread_spin_unlock): Likewise.
32624 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32625 Do not expect.
32626 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32627 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32628 [XPG3 || XPG4] (pthread_cond_t): Likewise.
32629 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32630 [XPG3 || XPG4] (pthread_key_t): Likewise.
32631 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32632 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32633 [XPG3 || XPG4] (pthread_once_t): Likewise.
32634 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32635 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32636 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32637 [XPG3 || XPG4] (pthread_t): Likewise.
32638
cbe6e120
JM
32639 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32640 not expect.
32641 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32642
1b126443
JM
32643 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32644 Change function return type to int.
32645
b961a573
JM
32646 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32647 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32648 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32649 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32650 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32651 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32652 [!POSIX] (posix_madvise): Likewise.
32653 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32654 && !UNIX98].
32655 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32656 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32657 (mode_t): Likewise.
32658 (posix_mem_offset): Likewise.
32659 (posix_typed_mem_get_info): Likewise.
32660 (posix_typed_mem_open): Likewise.
32661
9e188909
JM
32662 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32663 Change condition to [XOPEN2K8].
32664
05bcf62a
JM
32665 * conform/conformtest.pl: Preprocess allow-header data with -x c
32666 instead of from stdin.
32667 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32668 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32669 [C99-based standards] (cerfc): Likewise.
32670 [C99-based standards] (cexp2): Likewise.
32671 [C99-based standards] (cexpm1): Likewise.
32672 [C99-based standards] (clog10): Likewise.
32673 [C99-based standards] (clog1p): Likewise.
32674 [C99-based standards] (clog2): Likewise.
32675 [C99-based standards] (clgamma): Likewise.
32676 [C99-based standards] (ctgamma): Likewise.
32677 [C99-based standards] (cerff): Likewise.
32678 [C99-based standards] (cerfcf): Likewise.
32679 [C99-based standards] (cexp2f): Likewise.
32680 [C99-based standards] (cexpm1f): Likewise.
32681 [C99-based standards] (clog10f): Likewise.
32682 [C99-based standards] (clog1pf): Likewise.
32683 [C99-based standards] (clog2f): Likewise.
32684 [C99-based standards] (clgammaf): Likewise.
32685 [C99-based standards] (ctgammaf): Likewise.
32686 [C99-based standards] (cerfl): Likewise.
32687 [C99-based standards] (cerfcl): Likewise.
32688 [C99-based standards] (cexp2l): Likewise.
32689 [C99-based standards] (cexpm1l): Likewise.
32690 [C99-based standards] (clog10l): Likewise.
32691 [C99-based standards] (clog1pl): Likewise.
32692 [C99-based standards] (clog2l): Likewise.
32693 [C99-based standards] (clgammal): Likewise.
32694 [C99-based standards] (ctgammal): Likewise.
32695 * conform/data/inttypes.h-data [C99-based standards]: Include
32696 stdint.h-data. Remove all expectations for stdint.h contents.
32697 [C99-based standards] (PRI*): Do not allow.
32698 [C99-based standards] (SCN*): Likewise.
32699 [C99-based standards] (*_t): Likewise.
32700 [C99-based-standards] (PRId8): Expect macro.
32701 [C99-based-standards] (PRIi8): Likewise.
32702 [C99-based-standards] (PRIo8): Likewise.
32703 [C99-based-standards] (PRIu8): Likewise.
32704 [C99-based-standards] (PRIx8): Likewise.
32705 [C99-based-standards] (PRIX8): Likewise.
32706 [C99-based-standards] (SCNd8): Likewise.
32707 [C99-based-standards] (SCNi8): Likewise.
32708 [C99-based-standards] (SCNo8): Likewise.
32709 [C99-based-standards] (SCNu8): Likewise.
32710 [C99-based-standards] (SCNx8): Likewise.
32711 [C99-based-standards] (PRIdLEAST8): Likewise.
32712 [C99-based-standards] (PRIiLEAST8): Likewise.
32713 [C99-based-standards] (PRIoLEAST8): Likewise.
32714 [C99-based-standards] (PRIuLEAST8): Likewise.
32715 [C99-based-standards] (PRIxLEAST8): Likewise.
32716 [C99-based-standards] (PRIXLEAST8): Likewise.
32717 [C99-based-standards] (SCNdLEAST8): Likewise.
32718 [C99-based-standards] (SCNiLEAST8): Likewise.
32719 [C99-based-standards] (SCNoLEAST8): Likewise.
32720 [C99-based-standards] (SCNuLEAST8): Likewise.
32721 [C99-based-standards] (SCNxLEAST8): Likewise.
32722 [C99-based-standards] (PRIdFAST8): Likewise.
32723 [C99-based-standards] (PRIiFAST8): Likewise.
32724 [C99-based-standards] (PRIoFAST8): Likewise.
32725 [C99-based-standards] (PRIuFAST8): Likewise.
32726 [C99-based-standards] (PRIxFAST8): Likewise.
32727 [C99-based-standards] (PRIXFAST8): Likewise.
32728 [C99-based-standards] (SCNdFAST8): Likewise.
32729 [C99-based-standards] (SCNiFAST8): Likewise.
32730 [C99-based-standards] (SCNoFAST8): Likewise.
32731 [C99-based-standards] (SCNuFAST8): Likewise.
32732 [C99-based-standards] (SCNxFAST8): Likewise.
32733 [C99-based-standards] (PRId16): Likewise.
32734 [C99-based-standards] (PRIi16): Likewise.
32735 [C99-based-standards] (PRIo16): Likewise.
32736 [C99-based-standards] (PRIu16): Likewise.
32737 [C99-based-standards] (PRIx16): Likewise.
32738 [C99-based-standards] (PRIX16): Likewise.
32739 [C99-based-standards] (SCNd16): Likewise.
32740 [C99-based-standards] (SCNi16): Likewise.
32741 [C99-based-standards] (SCNo16): Likewise.
32742 [C99-based-standards] (SCNu16): Likewise.
32743 [C99-based-standards] (SCNx16): Likewise.
32744 [C99-based-standards] (PRIdLEAST16): Likewise.
32745 [C99-based-standards] (PRIiLEAST16): Likewise.
32746 [C99-based-standards] (PRIoLEAST16): Likewise.
32747 [C99-based-standards] (PRIuLEAST16): Likewise.
32748 [C99-based-standards] (PRIxLEAST16): Likewise.
32749 [C99-based-standards] (PRIXLEAST16): Likewise.
32750 [C99-based-standards] (SCNdLEAST16): Likewise.
32751 [C99-based-standards] (SCNiLEAST16): Likewise.
32752 [C99-based-standards] (SCNoLEAST16): Likewise.
32753 [C99-based-standards] (SCNuLEAST16): Likewise.
32754 [C99-based-standards] (SCNxLEAST16): Likewise.
32755 [C99-based-standards] (PRIdFAST16): Likewise.
32756 [C99-based-standards] (PRIiFAST16): Likewise.
32757 [C99-based-standards] (PRIoFAST16): Likewise.
32758 [C99-based-standards] (PRIuFAST16): Likewise.
32759 [C99-based-standards] (PRIxFAST16): Likewise.
32760 [C99-based-standards] (PRIXFAST16): Likewise.
32761 [C99-based-standards] (SCNdFAST16): Likewise.
32762 [C99-based-standards] (SCNiFAST16): Likewise.
32763 [C99-based-standards] (SCNoFAST16): Likewise.
32764 [C99-based-standards] (SCNuFAST16): Likewise.
32765 [C99-based-standards] (SCNxFAST16): Likewise.
32766 [C99-based-standards] (PRId32): Likewise.
32767 [C99-based-standards] (PRIi32): Likewise.
32768 [C99-based-standards] (PRIo32): Likewise.
32769 [C99-based-standards] (PRIu32): Likewise.
32770 [C99-based-standards] (PRIx32): Likewise.
32771 [C99-based-standards] (PRIX32): Likewise.
32772 [C99-based-standards] (SCNd32): Likewise.
32773 [C99-based-standards] (SCNi32): Likewise.
32774 [C99-based-standards] (SCNo32): Likewise.
32775 [C99-based-standards] (SCNu32): Likewise.
32776 [C99-based-standards] (SCNx32): Likewise.
32777 [C99-based-standards] (PRIdLEAST32): Likewise.
32778 [C99-based-standards] (PRIiLEAST32): Likewise.
32779 [C99-based-standards] (PRIoLEAST32): Likewise.
32780 [C99-based-standards] (PRIuLEAST32): Likewise.
32781 [C99-based-standards] (PRIxLEAST32): Likewise.
32782 [C99-based-standards] (PRIXLEAST32): Likewise.
32783 [C99-based-standards] (SCNdLEAST32): Likewise.
32784 [C99-based-standards] (SCNiLEAST32): Likewise.
32785 [C99-based-standards] (SCNoLEAST32): Likewise.
32786 [C99-based-standards] (SCNuLEAST32): Likewise.
32787 [C99-based-standards] (SCNxLEAST32): Likewise.
32788 [C99-based-standards] (PRIdFAST32): Likewise.
32789 [C99-based-standards] (PRIiFAST32): Likewise.
32790 [C99-based-standards] (PRIoFAST32): Likewise.
32791 [C99-based-standards] (PRIuFAST32): Likewise.
32792 [C99-based-standards] (PRIxFAST32): Likewise.
32793 [C99-based-standards] (PRIXFAST32): Likewise.
32794 [C99-based-standards] (SCNdFAST32): Likewise.
32795 [C99-based-standards] (SCNiFAST32): Likewise.
32796 [C99-based-standards] (SCNoFAST32): Likewise.
32797 [C99-based-standards] (SCNuFAST32): Likewise.
32798 [C99-based-standards] (SCNxFAST32): Likewise.
32799 [C99-based-standards] (PRId64): Likewise.
32800 [C99-based-standards] (PRIi64): Likewise.
32801 [C99-based-standards] (PRIo64): Likewise.
32802 [C99-based-standards] (PRIu64): Likewise.
32803 [C99-based-standards] (PRIx64): Likewise.
32804 [C99-based-standards] (PRIX64): Likewise.
32805 [C99-based-standards] (SCNd64): Likewise.
32806 [C99-based-standards] (SCNi64): Likewise.
32807 [C99-based-standards] (SCNo64): Likewise.
32808 [C99-based-standards] (SCNu64): Likewise.
32809 [C99-based-standards] (SCNx64): Likewise.
32810 [C99-based-standards] (PRIdLEAST64): Likewise.
32811 [C99-based-standards] (PRIiLEAST64): Likewise.
32812 [C99-based-standards] (PRIoLEAST64): Likewise.
32813 [C99-based-standards] (PRIuLEAST64): Likewise.
32814 [C99-based-standards] (PRIxLEAST64): Likewise.
32815 [C99-based-standards] (PRIXLEAST64): Likewise.
32816 [C99-based-standards] (SCNdLEAST64): Likewise.
32817 [C99-based-standards] (SCNiLEAST64): Likewise.
32818 [C99-based-standards] (SCNoLEAST64): Likewise.
32819 [C99-based-standards] (SCNuLEAST64): Likewise.
32820 [C99-based-standards] (SCNxLEAST64): Likewise.
32821 [C99-based-standards] (PRIdFAST64): Likewise.
32822 [C99-based-standards] (PRIiFAST64): Likewise.
32823 [C99-based-standards] (PRIoFAST64): Likewise.
32824 [C99-based-standards] (PRIuFAST64): Likewise.
32825 [C99-based-standards] (PRIxFAST64): Likewise.
32826 [C99-based-standards] (PRIXFAST64): Likewise.
32827 [C99-based-standards] (SCNdFAST64): Likewise.
32828 [C99-based-standards] (SCNiFAST64): Likewise.
32829 [C99-based-standards] (SCNoFAST64): Likewise.
32830 [C99-based-standards] (SCNuFAST64): Likewise.
32831 [C99-based-standards] (SCNxFAST64): Likewise.
32832 [C99-based-standards] (PRIdMAX): Likewise.
32833 [C99-based-standards] (PRIiMAX): Likewise.
32834 [C99-based-standards] (PRIoMAX): Likewise.
32835 [C99-based-standards] (PRIuMAX): Likewise.
32836 [C99-based-standards] (PRIxMAX): Likewise.
32837 [C99-based-standards] (PRIXMAX): Likewise.
32838 [C99-based-standards] (SCNdMAX): Likewise.
32839 [C99-based-standards] (SCNiMAX): Likewise.
32840 [C99-based-standards] (SCNoMAX): Likewise.
32841 [C99-based-standards] (SCNuMAX): Likewise.
32842 [C99-based-standards] (SCNxMAX): Likewise.
32843 [C99-based-standards] (PRIdPTR): Likewise.
32844 [C99-based-standards] (PRIiPTR): Likewise.
32845 [C99-based-standards] (PRIoPTR): Likewise.
32846 [C99-based-standards] (PRIuPTR): Likewise.
32847 [C99-based-standards] (PRIxPTR): Likewise.
32848 [C99-based-standards] (PRIXPTR): Likewise.
32849 [C99-based-standards] (SCNdPTR): Likewise.
32850 [C99-based-standards] (SCNiPTR): Likewise.
32851 [C99-based-standards] (SCNoPTR): Likewise.
32852 [C99-based-standards] (SCNuPTR): Likewise.
32853 [C99-based-standards] (SCNxPTR): Likewise.
32854 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32855 allow.
32856 * conform/data/stdint.h-data: Update comments to clarify
32857 requirements.
32858 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
32859 type.
32860 [C99-based standards] (INT8_MAX): Likewise.
32861 [C99-based standards] (INT16_MIN): Likewise.
32862 [C99-based standards] (INT16_MAX): Likewise.
32863 [C99-based standards] (INT32_MIN): Likewise.
32864 [C99-based standards] (INT32_MAX): Likewise.
32865 [C99-based standards] (INT64_MIN): Likewise.
32866 [C99-based standards] (INT64_MAX): Likewise.
32867 [C99-based standards] (UINT8_MAX): Likewise.
32868 [C99-based standards] (UINT16_MAX): Likewise.
32869 [C99-based standards] (UINT32_MAX): Likewise.
32870 [C99-based standards] (UINT64_MAX): Likewise.
32871 [C99-based standards] (INT_LEAST8_MIN): Likewise.
32872 [C99-based standards] (INT_LEAST8_MAX): Likewise.
32873 [C99-based standards] (INT_LEAST16_MIN): Likewise.
32874 [C99-based standards] (INT_LEAST16_MAX): Likewise.
32875 [C99-based standards] (INT_LEAST32_MIN): Likewise.
32876 [C99-based standards] (INT_LEAST32_MAX): Likewise.
32877 [C99-based standards] (INT_LEAST64_MIN): Likewise.
32878 [C99-based standards] (INT_LEAST64_MAX): Likewise.
32879 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32880 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32881 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32882 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32883 [C99-based standards] (INT_FAST8_MIN): Likewise.
32884 [C99-based standards] (INT_FAST8_MAX): Likewise.
32885 [C99-based standards] (INT_FAST16_MIN): Likewise.
32886 [C99-based standards] (INT_FAST16_MAX): Likewise.
32887 [C99-based standards] (INT_FAST32_MIN): Likewise.
32888 [C99-based standards] (INT_FAST32_MAX): Likewise.
32889 [C99-based standards] (INT_FAST64_MIN): Likewise.
32890 [C99-based standards] (INT_FAST64_MAX): Likewise.
32891 [C99-based standards] (UINT_FAST8_MAX): Likewise.
32892 [C99-based standards] (UINT_FAST16_MAX): Likewise.
32893 [C99-based standards] (UINT_FAST32_MAX): Likewise.
32894 [C99-based standards] (UINT_FAST64_MAX): Likewise.
32895 [C99-based standards] (INTPTR_MIN): Likewise.
32896 [C99-based standards] (INTPTR_MAX): Likewise.
32897 [C99-based standards] (UINTPTR_MAX): Likewise.
32898 [C99-based standards] (INTMAX_MIN): Likewise.
32899 [C99-based standards] (INTMAX_MAX): Likewise.
32900 [C99-based standards] (UINTMAX_MAX): Likewise.
32901 [C99-based standards] (PTRDIFF_MIN): Likewise.
32902 [C99-based standards] (PTRDIFF_MAX): Likewise.
32903 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32904 [C99-based standards] (SIZE_MAX): Likewise.
32905 [C99-based standards] (WCHAR_MAX): Likewise.
32906 [C99-based standards] (WINT_MAX): Likewise.
32907 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
32908 constraint on value.
32909 [C99-based standards] (WCHAR_MIN): Likewise.
32910 [C99-based standards] (WINT_MIN): Likewise.
32911 [C99-based standards] (*_t): Allow.
32912 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32913 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32914 Include math.h-data and complex.h-data. Remove all expectations
32915 of math.h and complex.h contents.
32916 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32917 at end of line.
32918 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32919 (struct tm): Expect tag.
32920 [C99-based-standards] (wcstof): Expect function.
32921 [C99-based-standards] (wcstold): Likewise.
32922 [C99-based-standards] (wcstoll): Likewise.
32923 [C99-based-standards] (wcstoull): Likewise.
32924 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32925 macro-int-constant. Specify type.
32926 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
32927 constraint on value.
32928 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32929 Specify type.
32930 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32931 Specify value.
32932 [ISO C standards]: Do not allow headers.
32933 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32934 wcs[abcdefghijklmnopqrstuvwxyz]*.
32935 [ISO C standards] (*_t): Do not allow.
32936 * conform/data/wctype.h-data [C99-based standards] (iswblank):
32937 Expect function.
32938 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32939 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32940 Specify type.
32941 [ISO C standards]: Do not allow headers.
32942 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32943 is[abcdefghijklmnopqrstuvwxyz]*.
32944 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32945 to[abcdefghijklmnopqrstuvwxyz]*.
32946 [ISO C standards] (*_t): Do not allow.
32947 * conform/data/stdalign.h-data: New file.
32948 * conform/data/stdbool.h-data: Likewise.
32949 * conform/data/stdnoreturn.h-data: Likewise.
32950
7514feb8
RM
329512012-11-07 Roland McGrath <roland@hack.frob.com>
32952
32953 [BZ #14815]
32954 * manual/filesys.texi (Directory Entries): Typo fix.
32955 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32956
19b2ecfc
MS
329572012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32958
32959 * elf/elf.h (EM_AARCH64): New macro.
32960 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32961 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32962 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32963 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32964 (R_AARCH64_TLSDESC): Likewise.
32965 (NT_ARM_TLS): Likewise.
32966 (NT_ARM_HW_BREAK): Likewise.
32967 (NT_ARM_HW_WATCH): Likewise.
32968
60e235ee
JM
329692012-11-07 Joseph Myers <joseph@codesourcery.com>
32970
32971 [BZ #14811]
32972 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32973 (__ieee754_powl): Saturate nonzero exponents with absolute value
32974 below 0x1p-79 to +/- 0x1p-79.
32975 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32976 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32977 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32978 nonzero exponents with absolute value below 0x1p-32 to +/-
32979 0x1p-32.
32980 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32981 (__ieee754_powl): Saturate nonzero exponents with absolute value
32982 below 0x1p-79 to +/- 0x1p-79.
32983 * math/libm-test.inc (pow_test): Add more tests.
32984
0ab234b7
AK
329852012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32986
32987 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32988 _dl_s390_cap_flags with kernel. Increase string length.
32989 (_dl_s390_platforms): Add z196 and zEC12.
32990
45832f74
JM
329912012-11-07 Joseph Myers <joseph@codesourcery.com>
32992
32993 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32994 Change XOPEN21K to XOPEN2K.
32995
19218757
MK
329962012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
32997
32998 * string/memmove.c: Use memcpy when possible.
32999
c5f45721
AJ
330002012-11-06 Andreas Jaeger <aj@suse.de>
33001
33002 * po/eo.po: Update from translation team.
33003
82477c28
JM
330042012-11-06 Joseph Myers <joseph@codesourcery.com>
33005
33006 [BZ #14793]
33007 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33008 exponent and small x and y exponents, scale x or y up. Increase
33009 by 2 the exponent used in scaling up.
33010 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33011 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33012 * math/libm-test.inc (fma_test): Add more tests.
33013 (fma_test_towardzero): Likewise.
33014 (fma_test_downward): Likewise.
33015 (fma_test_upward): Likewise.
33016
99252c8c
JM
330172012-11-05 Joseph Myers <joseph@codesourcery.com>
33018
acfa885f
JM
33019 [BZ #14805]
33020 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33021 fenv_t *.
33022
99252c8c
JM
33023 [BZ #14801]
33024 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33025 namespace for names of struct fields.
33026 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33027 fenv_t fields.
33028 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33029 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33030
d6d98dea
ST
330312012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
33032
33033 [BZ #3665]
33034 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33035
e10bb107
TS
330362012-11-04 Thomas Schwinge <thomas@codesourcery.com>
33037
33038 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33039 PTR_DEMANGLE.
33040
33041 [BZ #5246]
33042 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33043 PTR_DEMANGLE.
33044
a0c2940d
JM
330452012-11-04 Joseph Myers <joseph@codesourcery.com>
33046
33047 [BZ #14797]
33048 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33049 definitely overflow as x * y not x * y + z.
33050 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33051 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33052 * math/libm-test.inc (fma_test): Add more tests.
33053 (fma_test_towardzero): Likewise.
33054 (fma_test_downward): Likewise.
33055 (fma_test_upward): Likewise.
33056
b830319d
TS
330572012-11-04 Thomas Schwinge <thomas@codesourcery.com>
33058
33059 [BZ #157]
33060
33061 * include/stub-tag.h: Remove file.
33062 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33063 '#include' of it.
33064 * manual/maint.texi (Porting): Don't reference it.
33065 * Makerules ($(objpfx)stubs): Likewise.
33066 * dirent/closedir.c: Don't include <stub-tag.h>.
33067 * dirent/dirfd.c: Likewise.
33068 * dirent/fdopendir.c: Likewise.
33069 * dirent/getdents.c: Likewise.
33070 * dirent/getdents64.c: Likewise.
33071 * dirent/opendir.c: Likewise.
33072 * dirent/readdir.c: Likewise.
33073 * dirent/readdir64.c: Likewise.
33074 * dirent/readdir64_r.c: Likewise.
33075 * dirent/readdir_r.c: Likewise.
33076 * dirent/rewinddir.c: Likewise.
33077 * dirent/seekdir.c: Likewise.
33078 * dirent/telldir.c: Likewise.
33079 * gmon/profil.c: Likewise.
33080 * grp/setgroups.c: Likewise.
33081 * inet/if_index.c: Likewise.
33082 * io/access.c: Likewise.
33083 * io/chdir.c: Likewise.
33084 * io/chmod.c: Likewise.
33085 * io/chown.c: Likewise.
33086 * io/close.c: Likewise.
33087 * io/dup.c: Likewise.
33088 * io/dup2.c: Likewise.
33089 * io/dup3.c: Likewise.
33090 * io/euidaccess.c: Likewise.
33091 * io/faccessat.c: Likewise.
33092 * io/fchdir.c: Likewise.
33093 * io/fchmod.c: Likewise.
33094 * io/fchmodat.c: Likewise.
33095 * io/fchown.c: Likewise.
33096 * io/fchownat.c: Likewise.
33097 * io/fcntl.c: Likewise.
33098 * io/flock.c: Likewise.
33099 * io/fstatfs.c: Likewise.
33100 * io/fstatfs64.c: Likewise.
33101 * io/fstatvfs.c: Likewise.
33102 * io/fstatvfs64.c: Likewise.
33103 * io/futimens.c: Likewise.
33104 * io/fxstat.c: Likewise.
33105 * io/fxstat64.c: Likewise.
33106 * io/fxstatat.c: Likewise.
33107 * io/fxstatat64.c: Likewise.
33108 * io/getcwd.c: Likewise.
33109 * io/isatty.c: Likewise.
33110 * io/lchmod.c: Likewise.
33111 * io/lchown.c: Likewise.
33112 * io/link.c: Likewise.
33113 * io/linkat.c: Likewise.
33114 * io/lseek.c: Likewise.
33115 * io/lseek64.c: Likewise.
33116 * io/lxstat64.c: Likewise.
33117 * io/mkdir.c: Likewise.
33118 * io/mkdirat.c: Likewise.
33119 * io/mkfifo.c: Likewise.
33120 * io/mkfifoat.c: Likewise.
33121 * io/open.c: Likewise.
33122 * io/open64.c: Likewise.
33123 * io/openat.c: Likewise.
33124 * io/openat64.c: Likewise.
33125 * io/pipe.c: Likewise.
33126 * io/pipe2.c: Likewise.
33127 * io/poll.c: Likewise.
33128 * io/posix_fadvise.c: Likewise.
33129 * io/posix_fadvise64.c: Likewise.
33130 * io/posix_fallocate.c: Likewise.
33131 * io/posix_fallocate64.c: Likewise.
33132 * io/read.c: Likewise.
33133 * io/readlink.c: Likewise.
33134 * io/readlinkat.c: Likewise.
33135 * io/rmdir.c: Likewise.
33136 * io/sendfile.c: Likewise.
33137 * io/sendfile64.c: Likewise.
33138 * io/statfs.c: Likewise.
33139 * io/statfs64.c: Likewise.
33140 * io/statvfs.c: Likewise.
33141 * io/statvfs64.c: Likewise.
33142 * io/symlink.c: Likewise.
33143 * io/symlinkat.c: Likewise.
33144 * io/ttyname.c: Likewise.
33145 * io/ttyname_r.c: Likewise.
33146 * io/umask.c: Likewise.
33147 * io/unlink.c: Likewise.
33148 * io/unlinkat.c: Likewise.
33149 * io/utime.c: Likewise.
33150 * io/utimensat.c: Likewise.
33151 * io/write.c: Likewise.
33152 * io/xmknod.c: Likewise.
33153 * io/xmknodat.c: Likewise.
33154 * io/xstat.c: Likewise.
33155 * io/xstat64.c: Likewise.
33156 * login/getpt.c: Likewise.
33157 * login/grantpt.c: Likewise.
33158 * login/unlockpt.c: Likewise.
33159 * math/e_acoshl.c: Likewise.
33160 * math/e_acosl.c: Likewise.
33161 * math/e_asinl.c: Likewise.
33162 * math/e_atan2l.c: Likewise.
33163 * math/e_atanhl.c: Likewise.
33164 * math/e_coshl.c: Likewise.
33165 * math/e_expl.c: Likewise.
33166 * math/e_fmodl.c: Likewise.
33167 * math/e_gammal_r.c: Likewise.
33168 * math/e_hypotl.c: Likewise.
33169 * math/e_j0l.c: Likewise.
33170 * math/e_j1l.c: Likewise.
33171 * math/e_jnl.c: Likewise.
33172 * math/e_lgammal_r.c: Likewise.
33173 * math/e_log10l.c: Likewise.
33174 * math/e_log2l.c: Likewise.
33175 * math/e_logl.c: Likewise.
33176 * math/e_powl.c: Likewise.
33177 * math/e_rem_pio2l.c: Likewise.
33178 * math/e_sinhl.c: Likewise.
33179 * math/e_sqrtl.c: Likewise.
33180 * math/fclrexcpt.c: Likewise.
33181 * math/fedisblxcpt.c: Likewise.
33182 * math/feenablxcpt.c: Likewise.
33183 * math/fegetenv.c: Likewise.
33184 * math/fegetexcept.c: Likewise.
33185 * math/fegetround.c: Likewise.
33186 * math/feholdexcpt.c: Likewise.
33187 * math/fesetenv.c: Likewise.
33188 * math/fesetround.c: Likewise.
33189 * math/feupdateenv.c: Likewise.
33190 * math/fgetexcptflg.c: Likewise.
33191 * math/fraiseexcpt.c: Likewise.
33192 * math/fsetexcptflg.c: Likewise.
33193 * math/ftestexcept.c: Likewise.
33194 * math/k_cosl.c: Likewise.
33195 * math/k_rem_pio2l.c: Likewise.
33196 * math/k_sinl.c: Likewise.
33197 * math/k_tanl.c: Likewise.
33198 * math/s_asinhl.c: Likewise.
33199 * math/s_atanl.c: Likewise.
33200 * math/s_cbrtl.c: Likewise.
33201 * math/s_erfl.c: Likewise.
33202 * math/s_expm1l.c: Likewise.
33203 * math/s_log1pl.c: Likewise.
33204 * math/s_tanhl.c: Likewise.
33205 * misc/acct.c: Likewise.
33206 * misc/brk.c: Likewise.
33207 * misc/chflags.c: Likewise.
33208 * misc/chroot.c: Likewise.
33209 * misc/fchflags.c: Likewise.
33210 * misc/fgetxattr.c: Likewise.
33211 * misc/flistxattr.c: Likewise.
33212 * misc/fremovexattr.c: Likewise.
33213 * misc/fsetxattr.c: Likewise.
33214 * misc/fsync.c: Likewise.
33215 * misc/ftruncate.c: Likewise.
33216 * misc/futimes.c: Likewise.
33217 * misc/futimesat.c: Likewise.
33218 * misc/getdomain.c: Likewise.
33219 * misc/getdtsz.c: Likewise.
33220 * misc/gethostid.c: Likewise.
33221 * misc/gethostname.c: Likewise.
33222 * misc/getloadavg.c: Likewise.
33223 * misc/getpagesize.c: Likewise.
33224 * misc/getsysstats.c: Likewise.
33225 * misc/getxattr.c: Likewise.
33226 * misc/gtty.c: Likewise.
33227 * misc/ioctl.c: Likewise.
33228 * misc/lgetxattr.c: Likewise.
33229 * misc/listxattr.c: Likewise.
33230 * misc/llistxattr.c: Likewise.
33231 * misc/lremovexattr.c: Likewise.
33232 * misc/lsetxattr.c: Likewise.
33233 * misc/lutimes.c: Likewise.
33234 * misc/madvise.c: Likewise.
33235 * misc/mincore.c: Likewise.
33236 * misc/mlock.c: Likewise.
33237 * misc/mlockall.c: Likewise.
33238 * misc/mmap.c: Likewise.
33239 * misc/mprotect.c: Likewise.
33240 * misc/msync.c: Likewise.
33241 * misc/munlock.c: Likewise.
33242 * misc/munlockall.c: Likewise.
33243 * misc/munmap.c: Likewise.
33244 * misc/preadv.c: Likewise.
33245 * misc/preadv64.c: Likewise.
33246 * misc/ptrace.c: Likewise.
33247 * misc/pwritev.c: Likewise.
33248 * misc/pwritev64.c: Likewise.
33249 * misc/readv.c: Likewise.
33250 * misc/reboot.c: Likewise.
33251 * misc/remap_file_pages.c: Likewise.
33252 * misc/removexattr.c: Likewise.
33253 * misc/revoke.c: Likewise.
33254 * misc/select.c: Likewise.
33255 * misc/setdomain.c: Likewise.
33256 * misc/setegid.c: Likewise.
33257 * misc/seteuid.c: Likewise.
33258 * misc/sethostid.c: Likewise.
33259 * misc/sethostname.c: Likewise.
33260 * misc/setregid.c: Likewise.
33261 * misc/setreuid.c: Likewise.
33262 * misc/setxattr.c: Likewise.
33263 * misc/sstk.c: Likewise.
33264 * misc/stty.c: Likewise.
33265 * misc/swapoff.c: Likewise.
33266 * misc/swapon.c: Likewise.
33267 * misc/sync.c: Likewise.
33268 * misc/syncfs.c: Likewise.
33269 * misc/syscall.c: Likewise.
33270 * misc/truncate.c: Likewise.
33271 * misc/ualarm.c: Likewise.
33272 * misc/usleep.c: Likewise.
33273 * misc/ustat.c: Likewise.
33274 * misc/utimes.c: Likewise.
33275 * misc/vhangup.c: Likewise.
33276 * misc/writev.c: Likewise.
33277 * posix/_exit.c: Likewise.
33278 * posix/alarm.c: Likewise.
33279 * posix/execve.c: Likewise.
33280 * posix/fexecve.c: Likewise.
33281 * posix/fork.c: Likewise.
33282 * posix/fpathconf.c: Likewise.
33283 * posix/getaddrinfo.c: Likewise.
33284 * posix/getegid.c: Likewise.
33285 * posix/geteuid.c: Likewise.
33286 * posix/getgid.c: Likewise.
33287 * posix/getgroups.c: Likewise.
33288 * posix/getlogin.c: Likewise.
33289 * posix/getlogin_r.c: Likewise.
33290 * posix/getpgid.c: Likewise.
33291 * posix/getpid.c: Likewise.
33292 * posix/getppid.c: Likewise.
33293 * posix/getresgid.c: Likewise.
33294 * posix/getresuid.c: Likewise.
33295 * posix/getsid.c: Likewise.
33296 * posix/getuid.c: Likewise.
33297 * posix/glob64.c: Likewise.
33298 * posix/nanosleep.c: Likewise.
33299 * posix/pathconf.c: Likewise.
33300 * posix/pause.c: Likewise.
33301 * posix/posix_madvise.c: Likewise.
33302 * posix/pread.c: Likewise.
33303 * posix/pread64.c: Likewise.
33304 * posix/pwrite.c: Likewise.
33305 * posix/pwrite64.c: Likewise.
33306 * posix/sched_getaffinity.c: Likewise.
33307 * posix/sched_getp.c: Likewise.
33308 * posix/sched_gets.c: Likewise.
33309 * posix/sched_primax.c: Likewise.
33310 * posix/sched_primin.c: Likewise.
33311 * posix/sched_rr_gi.c: Likewise.
33312 * posix/sched_setaffinity.c: Likewise.
33313 * posix/sched_setp.c: Likewise.
33314 * posix/sched_sets.c: Likewise.
33315 * posix/sched_yield.c: Likewise.
33316 * posix/setgid.c: Likewise.
33317 * posix/setlogin.c: Likewise.
33318 * posix/setpgid.c: Likewise.
33319 * posix/setresgid.c: Likewise.
33320 * posix/setresuid.c: Likewise.
33321 * posix/setsid.c: Likewise.
33322 * posix/setuid.c: Likewise.
33323 * posix/sleep.c: Likewise.
33324 * posix/spawni.c: Likewise.
33325 * posix/sysconf.c: Likewise.
33326 * posix/times.c: Likewise.
33327 * posix/wait.c: Likewise.
33328 * posix/wait3.c: Likewise.
33329 * posix/wait4.c: Likewise.
33330 * posix/waitpid.c: Likewise.
33331 * resolv/gai_sigqueue.c: Likewise.
33332 * resource/getpriority.c: Likewise.
33333 * resource/getrlimit.c: Likewise.
33334 * resource/getrusage.c: Likewise.
33335 * resource/nice.c: Likewise.
33336 * resource/setpriority.c: Likewise.
33337 * resource/setrlimit.c: Likewise.
33338 * resource/ulimit.c: Likewise.
33339 * rt/aio_cancel.c: Likewise.
33340 * rt/aio_fsync.c: Likewise.
33341 * rt/aio_read.c: Likewise.
33342 * rt/aio_sigqueue.c: Likewise.
33343 * rt/aio_suspend.c: Likewise.
33344 * rt/aio_write.c: Likewise.
33345 * rt/clock_getres.c: Likewise.
33346 * rt/clock_gettime.c: Likewise.
33347 * rt/clock_nanosleep.c: Likewise.
33348 * rt/clock_settime.c: Likewise.
33349 * rt/lio_listio.c: Likewise.
33350 * rt/mq_close.c: Likewise.
33351 * rt/mq_getattr.c: Likewise.
33352 * rt/mq_notify.c: Likewise.
33353 * rt/mq_open.c: Likewise.
33354 * rt/mq_receive.c: Likewise.
33355 * rt/mq_send.c: Likewise.
33356 * rt/mq_setattr.c: Likewise.
33357 * rt/mq_timedreceive.c: Likewise.
33358 * rt/mq_timedsend.c: Likewise.
33359 * rt/mq_unlink.c: Likewise.
33360 * rt/shm_open.c: Likewise.
33361 * rt/shm_unlink.c: Likewise.
33362 * rt/timer_create.c: Likewise.
33363 * rt/timer_delete.c: Likewise.
33364 * rt/timer_getoverr.c: Likewise.
33365 * rt/timer_gettime.c: Likewise.
33366 * rt/timer_settime.c: Likewise.
33367 * setjmp/__longjmp.c: Likewise.
33368 * setjmp/setjmp.c: Likewise.
33369 * signal/kill.c: Likewise.
33370 * signal/killpg.c: Likewise.
33371 * signal/raise.c: Likewise.
33372 * signal/sigaction.c: Likewise.
33373 * signal/sigaltstack.c: Likewise.
33374 * signal/sigblock.c: Likewise.
33375 * signal/sigignore.c: Likewise.
33376 * signal/sigintr.c: Likewise.
33377 * signal/signal.c: Likewise.
33378 * signal/sigpause.c: Likewise.
33379 * signal/sigpending.c: Likewise.
33380 * signal/sigqueue.c: Likewise.
33381 * signal/sigreturn.c: Likewise.
33382 * signal/sigset.c: Likewise.
33383 * signal/sigsetmask.c: Likewise.
33384 * signal/sigstack.c: Likewise.
33385 * signal/sigsuspend.c: Likewise.
33386 * signal/sigtimedwait.c: Likewise.
33387 * signal/sigvec.c: Likewise.
33388 * signal/sigwait.c: Likewise.
33389 * signal/sigwaitinfo.c: Likewise.
33390 * signal/sysv_signal.c: Likewise.
33391 * socket/accept.c: Likewise.
33392 * socket/accept4.c: Likewise.
33393 * socket/bind.c: Likewise.
33394 * socket/connect.c: Likewise.
33395 * socket/getpeername.c: Likewise.
33396 * socket/getsockname.c: Likewise.
33397 * socket/getsockopt.c: Likewise.
33398 * socket/isfdtype.c: Likewise.
33399 * socket/listen.c: Likewise.
33400 * socket/recv.c: Likewise.
33401 * socket/recvfrom.c: Likewise.
33402 * socket/recvmsg.c: Likewise.
33403 * socket/send.c: Likewise.
33404 * socket/sendmsg.c: Likewise.
33405 * socket/sendto.c: Likewise.
33406 * socket/setsockopt.c: Likewise.
33407 * socket/shutdown.c: Likewise.
33408 * socket/sockatmark.c: Likewise.
33409 * socket/socket.c: Likewise.
33410 * socket/socketpair.c: Likewise.
33411 * stdio-common/ctermid.c: Likewise.
33412 * stdio-common/cuserid.c: Likewise.
33413 * stdio-common/remove.c: Likewise.
33414 * stdio-common/rename.c: Likewise.
33415 * stdio-common/renameat.c: Likewise.
33416 * stdio-common/tempname.c: Likewise.
33417 * stdlib/getcontext.c: Likewise.
33418 * stdlib/makecontext.c: Likewise.
33419 * stdlib/setcontext.c: Likewise.
33420 * stdlib/swapcontext.c: Likewise.
33421 * stdlib/system.c: Likewise.
33422 * streams/fattach.c: Likewise.
33423 * streams/fdetach.c: Likewise.
33424 * streams/getmsg.c: Likewise.
33425 * streams/getpmsg.c: Likewise.
33426 * streams/putmsg.c: Likewise.
33427 * streams/putpmsg.c: Likewise.
33428 * sysdeps/unix/bsd/getpt.c: Likewise.
33429 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33430 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33431 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33432 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33433 Likewise.
33434 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33435 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33436 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33437 * sysvipc/msgctl.c: Likewise.
33438 * sysvipc/msgget.c: Likewise.
33439 * sysvipc/msgrcv.c: Likewise.
33440 * sysvipc/msgsnd.c: Likewise.
33441 * sysvipc/semctl.c: Likewise.
33442 * sysvipc/semget.c: Likewise.
33443 * sysvipc/semop.c: Likewise.
33444 * sysvipc/semtimedop.c: Likewise.
33445 * sysvipc/shmat.c: Likewise.
33446 * sysvipc/shmctl.c: Likewise.
33447 * sysvipc/shmdt.c: Likewise.
33448 * sysvipc/shmget.c: Likewise.
33449 * termios/tcdrain.c: Likewise.
33450 * termios/tcflow.c: Likewise.
33451 * termios/tcflush.c: Likewise.
33452 * termios/tcgetattr.c: Likewise.
33453 * termios/tcgetpgrp.c: Likewise.
33454 * termios/tcsendbrk.c: Likewise.
33455 * termios/tcsetattr.c: Likewise.
33456 * termios/tcsetpgrp.c: Likewise.
33457 * time/adjtime.c: Likewise.
33458 * time/clock.c: Likewise.
33459 * time/getitimer.c: Likewise.
33460 * time/gettimeofday.c: Likewise.
33461 * time/setitimer.c: Likewise.
33462 * time/settimeofday.c: Likewise.
33463 * time/stime.c: Likewise.
33464 * time/time.c: Likewise.
33465
334662012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 33467
a20492cf
PT
33468 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33469 /usr/old/bin.
33470
72e182e3
PT
33471 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33472 instead of spaces.
33473 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33474
fbeafede
JM
334752012-11-03 Joseph Myers <joseph@codesourcery.com>
33476
5b5b04d6
JM
33477 [BZ #14796]
33478 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33479 FE_TONEAREST before applying Dekker multiplication and Knuth
33480 addition. Clear inexact exceptions and check for exact zero
33481 results afterwards.
33482 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33483 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33484 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33485 * math/libm-test.inc (fma_test): Add more tests.
33486 (fma_test_towardzero): Likewise.
33487 (fma_test_downward): Likewise.
33488 (fma_test_upward): Likewise.
33489 * sysdeps/generic/math_private.h (default_libc_fesetround): New
33490 function.
33491 (libc_fesetround): New macro.
33492 (libc_fesetroundf): Likewise.
33493 (libc_fesetroundl): Likewise.
33494 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33495 function.
33496 (libc_fesetround_387): Likewise.
33497 (libc_fesetroundf): New macro.
33498 (libc_fesetround): Likewise.
33499 (libc_fesetroundl): Likewise.
33500 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33501 function.
33502 (libc_fesetroundf): New macro.
33503 (libc_fesetround): Likewise.
33504 (libc_fesetroundl): Likewise.
33505 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33506 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33507 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33508 libm_hidden_ver.
33509 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33510 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33511 libm_hidden_def.
33512 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33513 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33514 libm_hidden_ver.
33515 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33516 libm_hidden_def.
33517
fbeafede
JM
33518 [BZ #3439]
33519 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33520 integer constant usable in #if and use that to give value to enum
33521 constant.
33522 (FE_DIVBYZERO): Likewise.
33523 (FE_UNDERFLOW): Likewise.
33524 (FE_OVERFLOW): Likewise.
33525 (FE_INVALID): Likewise.
33526 (FE_INVALID_SNAN): Likewise.
33527 (FE_INVALID_ISI): Likewise.
33528 (FE_INVALID_IDI): Likewise.
33529 (FE_INVALID_ZDZ): Likewise.
33530 (FE_INVALID_IMZ): Likewise.
33531 (FE_INVALID_COMPARE): Likewise.
33532 (FE_INVALID_SOFTWARE): Likewise.
33533 (FE_INVALID_SQRT): Likewise.
33534 (FE_INVALID_INTEGER_CONVERSION): Likewise.
33535 (FE_TONEAREST): Likewise.
33536 (FE_TOWARDZERO): Likewise.
33537 (FE_UPWARD): Likewise.
33538 (FE_DOWNWARD): Likewise.
33539 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33540 (FE_DIVBYZERO): Likewise.
33541 (FE_OVERFLOW): Likewise.
33542 (FE_UNDERFLOW): Likewise.
33543 (FE_INEXACT): Likewise.
33544 (FE_TONEAREST): Likewise.
33545 (FE_DOWNWARD): Likewise.
33546 (FE_UPWARD): Likewise.
33547 (FE_TOWARDZERO): Likewise.
33548 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33549 (FE_UNDERFLOW): Likewise.
33550 (FE_OVERFLOW): Likewise.
33551 (FE_DIVBYZERO): Likewise.
33552 (FE_INVALID): Likewise.
33553 (FE_TONEAREST): Likewise.
33554 (FE_TOWARDZERO): Likewise.
33555 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33556 (FE_OVERFLOW): Likewise.
33557 (FE_UNDERFLOW): Likewise.
33558 (FE_DIVBYZERO): Likewise.
33559 (FE_INEXACT): Likewise.
33560 (FE_TONEAREST): Likewise.
33561 (FE_TOWARDZERO): Likewise.
33562 (FE_UPWARD): Likewise.
33563 (FE_DOWNWARD): Likewise.
33564 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33565 (FE_DIVBYZERO): Likewise.
33566 (FE_OVERFLOW): Likewise.
33567 (FE_UNDERFLOW): Likewise.
33568 (FE_INEXACT): Likewise.
33569 (FE_TONEAREST): Likewise.
33570 (FE_DOWNWARD): Likewise.
33571 (FE_UPWARD): Likewise.
33572 (FE_TOWARDZERO): Likewise.
33573
105ca950
CM
335742012-11-02 Chris Metcalf <cmetcalf@tilera.com>
33575
33576 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33577
a542b389
AS
335782012-11-03 Andreas Schwab <schwab@linux-m68k.org>
33579
33580 * scripts/cross-test-ssh.sh (command): Use newlines to separate
33581 commands. Quote $PWD.
33582 (blacklist_exports): Don't use remove_newlines. Replace "declare
33583 -x" by "export".
33584 (remove_newlines): Remove.
33585
f62c8abc
L
335862012-11-02 H.J. Lu <hongjiu.lu@intel.com>
33587
33588 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33589 * stdlib/stdlib.h (atof): Moved to ...
33590 * include/bits/stdlib-float.h: Here. New file.
33591 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33592 * stdlib/bits/stdlib-float.h: New file.
33593 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33594 -mno-sse -mno-mmx.
33595 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33596 <xmmintrin.h>.
33597
0155d5b2
JM
335982012-11-02 Joseph Myers <joseph@codesourcery.com>
33599
a68d0680
JM
33600 * conform/conformtest.pl (@headers): Add fenv.h.
33601 * conform/data/fenv.h-data: New file.
33602 * include/fenv.h [_ISOMAC]: Disable all contents of file except
33603 include of <math/fenv.h>.
33604
caf7f573
JM
33605 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33606 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33607 && !UNIX98]. Enables tests for XOPEN2K8.
33608 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33609 POSIX2008]: Likewise.
33610
6c073ad6
JM
33611 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33612 (struct rusage): Do not expect type or its members.
33613
0155d5b2
JM
33614 [BZ #3439]
33615 * math/math.h (FP_NAN): Define macro to integer constant usable in
33616 #if and use that to give value to enum constant.
33617 (FP_INFINITE): Likewise.
33618 (FP_ZERO): Likewise.
33619 (FP_SUBNORMAL): Likewise.
33620 (FP_NORMAL): Likewise.
33621
b5dcacb4
AS
336222012-11-02 Andreas Schwab <schwab@linux-m68k.org>
33623
33624 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33625 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33626 arguments.
33627
f7934be8
RM
336282012-11-02 Roland McGrath <roland@hack.frob.com>
33629
33630 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33631 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33632 autoconf-time if not.
33633 * configure.in: Remove AC_PREREQ.
33634
d7d08bde
TMQMF
336352012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33636
33637 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33638 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33639 of the internal implementation.
33640
dcdae19a
JM
336412012-11-02 Joseph Myers <joseph@codesourcery.com>
33642
33643 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33644 except include of <misc/sys/syslog.h>.
33645
d6cffd3e
AS
336462012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33647
33648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33649 function returns with a NULL context exit with zero.
33650
b3563932
TMQMF
336512012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33652
33653 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33654
b288a93d
L
336552012-11-01 H.J. Lu <hongjiu.lu@intel.com>
33656
33657 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33658 (run_program_cmd): This.
33659 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33660 (tst_langinfo): New variable. Use it.
33661
a2421a68
SAS
336622012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
33663
33664 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33665 floating point opcodes.
33666
6f796e1b
TS
336672012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33668
7402596b
TS
33669 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33670 variable.
33671
d0d4f868
TS
33672 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33673
6f796e1b
TS
33674 * sysdeps/mach/hurd/powerpc: Remove directory.
33675 * sysdeps/mach/powerpc: Likewise.
33676
4da224a2
AS
336772012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33678
33679 * scripts/check-local-headers.sh: Ignore c++ headers.
33680
341dd673
TS
336812012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33682
33683 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33684 __libc_cleanup_region_start argument.
33685
473611b2
JM
336862012-11-01 Joseph Myers <joseph@codesourcery.com>
33687
33688 [BZ #14784]
33689 [BZ #14785]
33690 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33691 x * y using scaling, not as x * y + z.
33692 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33693 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33694 * math/libm-test.inc (fma_test): Add more tests.
33695 (fma_test_towardzero): Likewise.
33696 (fma_test_downward): Likewise.
33697 (fma_test_upward): Likewise.
33698
4078da3d
TS
336992012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33700
33701 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33702
903252aa
JM
337032012-10-31 Joseph Myers <joseph@codesourcery.com>
33704
33705 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33706 New variable.
33707
cbc818d0
TS
337082012-10-31 Thomas Schwinge <thomas@codesourcery.com>
33709
33710 * rt/tst-shm.c (worker): Correct checking for mmap failure.
33711
5a03cb1e
AS
337122012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33713
33714 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33715 Fix sort order.
33716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33717 Likewise.
33718
90aff2ff
TMQMF
337192012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33720
33721 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33722 Fix the order of the list for glibc 2.17.
33723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33724 Likewise.
33725
1818fcb7
AS
337262012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33727
33728 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33729
ef82f4da
JM
337302012-10-31 Joseph Myers <joseph@codesourcery.com>
33731
16a0e2ec
JM
33732 [BZ #14610]
33733 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33734 for low part of x being zero before using __atanl (y).
33735 * math/libm-test.inc (atan2_test): Add another test.
33736
0eb69512
JM
33737 * manual/install.texi (Configuring and compiling): Document
33738 general use of test-wrapper and test-wrapper-env.
33739 * INSTALL: Regenerated.
33740
ef82f4da
JM
33741 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33742 (__fma): Do not extract and scale down low bits on after-rounding
33743 systems when result rounded to normal precision would have normal
33744 exponent.
33745 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33746 (__fmal): Do not extract and scale down low bits on after-rounding
33747 systems when result rounded to normal precision would have normal
33748 exponent.
33749 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33750 (__fmal): Do not extract and scale down low bits on after-rounding
33751 systems when result rounded to normal precision would have normal
33752 exponent.
33753 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33754 macro.
33755 (fma_test): Add more tests.
33756 (fma_test_towardzero): Likewise.
33757 (fma_test_downward): Likewise.
33758 (fma_test_upward): Likewise.
33759
954ef0d9
L
337602012-10-30 H.J. Lu <hongjiu.lu@intel.com>
33761
33762 * sysdeps/i386/tininess.h: Renamed to ...
33763 * sysdeps/x86/tininess.h: This.
33764 * sysdeps/x86_64/tininess.h: Removed.
33765
df61ffb2
JM
337662012-10-30 Joseph Myers <joseph@codesourcery.com>
33767
33768 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33769 input. Use $(build-program-cmd).
33770 ($(objpfx)tst-array1-static.out): Likewise.
33771 ($(objpfx)tst-array2.out): Likewise.
33772 ($(objpfx)tst-array3.out): Likewise.
33773 ($(objpfx)tst-array4.out): Likewise.
33774 ($(objpfx)tst-array5.out): Likewise.
33775 ($(objpfx)tst-array5-static.out): Likewise.
33776
01767843
CM
337772012-10-30 Chris Metcalf <cmetcalf@tilera.com>
33778
47cc1490
CM
33779 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33780 if defined.
33781
01767843
CM
33782 * nss/nsswitch.h (nss_interface_function): Provide new
33783 macro for use with NSS functions.
33784 * grp/initgroups.c: Use new macro.
33785 * nss/getXXbyYY.c: Likewise.
33786 * nss/getXXbyYY_r.c: Likewise.
33787 * nss/getXXent.c: Likewise.
33788 * nss/getXXent_r.c: Likewise.
33789 * sysdeps/posix/getaddrinfo.c: Likewise.
33790
8321aa97
AJ
337912012-10-30 Andreas Jaeger <aj@suse.de>
33792
33793 * po/ru.po: Update Russion translation from translation project.
33794
2a27fd6d
JM
337952012-10-30 Joseph Myers <joseph@codesourcery.com>
33796
8627a232
JM
33797 [BZ #14152]
33798 [BZ #14783]
33799 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33800 result and shift together with sticky bit instead of replicating
33801 round-to-nearest rounding.
33802 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33803 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33804 * math/libm-test.inc (fma_test): Add more tests. Do not permit
33805 missing underflow exceptions.
33806 (fma_test_towardzero): Add more tests.
33807 (fma_test_downward): Likewise.
33808 (fma_test_upward): Likewise.
33809
2a27fd6d
JM
33810 [BZ #14047]
33811 * sysdeps/generic/tininess.h: New file.
33812 * sysdeps/i386/tininess.h: Likewise.
33813 * sysdeps/sh/tininess.h: Likewise.
33814 * sysdeps/x86_64/tininess.h: Likewise.
33815 * stdlib/tst-strtod-underflow.c: Likewise.
33816 * stdlib/tst-tininess.c: Likewise.
33817 * stdlib/strtod_l.c: Include <tininess.h>.
33818 (round_and_return): Do not set errno for exact underflow cases.
33819 Force an underflow exception when setting errno for underflow.
33820 Determine underflow based on rounding to normal precision if
33821 TININESS_AFTER_ROUNDING.
33822 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33823 ERANGE for exact underflow cases.
33824 * stdlib/Makefile (tests): Add tst-tininess and
33825 tst-strtod-underflow.
33826 ($(objpfx)tst-tininess): Use $(link-libm).
33827 ($(objpfx)tst-strtod-underflow): Likewise.
33828
e7170363
AJ
338292012-10-30 Andreas Jaeger <aj@suse.de>
33830
e5088dc6
AJ
33831 [BZ#14767]
33832 * elf/Makefile (tests): Remove conditional for have-initfini-array
33833 since this is now always required and the variable does not exist
33834 anymore.
33835 (tests-static): Likewise.
33836 (modules-names): Likewise.
33837
e7170363 33838 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
33839
33840 * elf/tst-array1.c (fini_array): Make writeable so that it can be
33841 merged with constructor/destructor.
33842 (init_array): Likewise.
33843 * elf/tst-array2dep.c (fini_array): Likewise.
33844 (init_array): Likewise.
33845
60457d8a
MF
338462012-10-29 Mike Frysinger <vapier@gentoo.org>
33847
33848 * manual/message.texi: Delete @cartouche tags.
33849
8bece752
PT
338502012-10-29 Pino Toscano <toscano.pino@tiscali.it>
33851
94ce799f
PT
33852 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33853 EOPNOTSUPP.
33854 * sysdeps/mach/hurd/fsync.c: Likewise.
33855
8bece752
PT
33856 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33857 [_POSIX_REALTIME_SIGNALS]: Change condition to
33858 [_POSIX_REALTIME_SIGNALS > 0].
33859
86ebe6b1
AJ
338602012-10-27 Andreas Jaeger <aj@suse.de>
33861
33862 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33863 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33864 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33865 [__WORDSIZE != 64]: Likewise.
33866
54399c08
L
338672012-10-26 H.J. Lu <hongjiu.lu@intel.com>
33868
33869 * iconvdata/tst-table.sh: Remove ${SHELL}.
33870 * iconvdata/tst-tables.sh: Likewise.
33871
e2211bed
DM
338722012-10-25 David S. Miller <davem@davemloft.net>
33873
33874 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33875 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33876 of strtoull.
33877
f303f97c
DM
33878 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33879 ifunc-impl-list.c
33880 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33881 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33882 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33883 file.
33884
1e9d84cd
RM
338852012-10-25 Roland McGrath <roland@hack.frob.com>
33886
33887 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33888 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33889 __getdirentries.
33890
df381762
JM
338912012-10-25 Joseph Myers <joseph@codesourcery.com>
33892 Jim Blandy <jimb@codesourcery.com>
33893
33894 * scripts/cross-test-ssh.sh: New file.
33895 * manual/install.texi (Configuring and compiling): Document use of
33896 cross-test-ssh.sh.
33897 * INSTALL: Regenerated.
33898
bff64913
PT
338992012-10-25 Pino Toscano <toscano.pino@tiscali.it>
33900
33901 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33902 EOPNOTSUPP.
33903
25fe8932
JM
339042012-10-25 Joseph Myers <joseph@codesourcery.com>
33905
33906 * Makeconfig (run-program-prefix): Fix comment.
33907
cc1290d0
JM
339082012-10-24 Joseph Myers <joseph@codesourcery.com>
33909 Jim Blandy <jimb@codesourcery.com>
33910
33911 * Makeconfig (test-wrapper): New variable,
33912 (test-wrapper-env): Likewise.
33913 [$(cross-compiling) = yes && $(test-wrapper) != ""]
33914 (run-built-tests): Define to yes.
33915 (run-program-prefix): Use $(test-wrapper).
33916 (built-program-cmd): Likewise.
33917 * Rules (make-test-out): Use $(test-wrapper-env) and
33918 $(host-built-program-cmd).
33919 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33920 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33921 tst-pathopt.sh.
33922 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33923 $(test-wrapper-env) to tst-rtld-load-self.sh.
33924 ($(objpfx)order2.out): Use $(test-wrapper).
33925 ($(objpfx)tst-initorder.out): Likewise.
33926 ($(objpfx)tst-initorder2.out): Likewise.
33927 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33928 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33929 (test_wrapper_env): New variable. Use it to run ld.so.
33930 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33931 Use it to run ld.so.
33932 (test_wrapper_env): Likewise.
33933 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33934 $(test-wrapper) to run-iconv-test.sh.
33935 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33936 (ICONV): Use $test_wrapper.
33937 * posix/Makefile ($(objpfx)globtest.out): Pass
33938 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33939 globtest.sh, not $(run-program-prefix).
33940 * posix/globtest.sh (run_via_rtld_prefix): New variable.
33941 (test_wrapper): Likewise.
33942 (test_wrapper_env): Likewise. Use it to run globtest with HOME
33943 set together with run_via_rtld_prefix.
33944 (run_program_prefix): Define in terms of test_wrapper and
33945 run_via_rtld_prefix.
33946
6e6249d0
RM
339472012-10-24 Roland McGrath <roland@hack.frob.com>
33948
33949 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33950 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33951 Targets removed.
33952
33953 [BZ #14743]
33954 * include/time.h: Remove librt_hidden_proto (clock_gettime).
33955 Declare __clock_getres, __clock_gettime, __clock_settime,
33956 __clock_nanosleep, and __clock_getcpuclockid.
33957 * rt/clock_gettime.c: Define __clock_gettime as an alias.
33958 Remove librt_hidden_def (clock_gettime).
33959 * sysdeps/unix/clock_gettime.c: Likewise.
33960 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33961 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33962 * rt/clock_getres.c: Define __clock_getres as an alias.
33963 * sysdeps/posix/clock_getres.c: Likewise.
33964 * rt/clock_settime.c: Define __clock_settime as an alias.
33965 * sysdeps/unix/clock_settime.c: Likewise.
33966 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33967 * sysdeps/unix/clock_nanosleep.c: Likewise.
33968 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33969 * rt/clock-compat.c: New file.
33970 * rt/Makefile (librt-routines): Add clock-compat and move
33971 $(clock-routines) to ...
33972 (routines): ... here, new variable.
33973 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33974 Don't add get_clockfreq here.
33975 * rt/Versions (libc: GLIBC_2.17): New version set.
33976 Add clock_* symbols here.
33977 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
33978 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33979 (GLIBC_2.17): Add clock_* symbols.
33980 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33981 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33982 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33984 Likewise.
33985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33986 Likewise.
33987 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33988 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33989 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33990 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33991 * NEWS: Mention the move.
33992
33993 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33994 Use __open, __read, __close rather than their public counterparts.
33995 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33996 (__get_clockfreq_via_cpuinfo): Likewise.
33997 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33998 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33999
34000 * config.h.in (HAVE_IFUNC): New #undef.
34001 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34002 was successful.
34003 * configure: Regenerated.
34004
0cae3f4b
MF
340052012-10-24 Mike Frysinger <vapier@gentoo.org>
34006
34007 * configure.in: Move READELF check to start of file.
34008 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34009 libc_cv_asm_gnu_indirect_function in the process.
34010 * configure: Regenerated.
34011
8175a253
MF
340122012-10-24 Mike Frysinger <vapier@gentoo.org>
34013
34014 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34015 send the output to /dev/null.
34016 (libc_cv_cc_with_libunwind): Likewise.
34017 (libc_cv_as_noexecstack): Likewise.
34018 * configure: Regenerate.
34019
0708a7d1
JM
340202012-10-24 Joseph Myers <joseph@codesourcery.com>
34021
10b40d85
JM
34022 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34023
0708a7d1
JM
34024 * posix/globtest.sh (TMPDIR): Do not set.
34025 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34026 (testout): Likewise.
34027
9fddec1a
AJ
340282012-10-24 Andreas Jaeger <aj@suse.de>
34029
3a8db22f
AJ
34030 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34031 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34032 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34033 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34034 posix_fadvise64, posix_fallocate64.
34035
9fddec1a
AJ
34036 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34037 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34038 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34039 Likewise.
34040 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34041 Likewise.
34042 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34043
34044 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34045 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34046 <bits/fcntl-linux.h>.
34047 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34048
34049 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34050 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34051 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34052 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34053 [__WORDSIZE != 64]: Likewise.
34054
ebfd1bbd
JM
340552012-10-23 Joseph Myers <joseph@codesourcery.com>
34056
03ac099f
JM
34057 * Makeconfig (run-built-tests): New variable.
34058 * Rules [$(cross-compiling) = yes]: Change condition to
34059 [$(run-built-tests) = no].
34060 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34061 to [$(run-built-tests) = yes].
34062 * elf/Makefile [$(cross-compiling) = no]: Likewise
34063 * grp/Makefile [$(cross-compiling) = no]: Likewise.
34064 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34065 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34066 * intl/Makefile [$(cross-compiling) = no]: Likewise.
34067 * io/Makefile [$(cross-compiling) = no]: Likewise.
34068 * libio/Makefile [$(cross-compiling) = no]: Likewise.
34069 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34070 * misc/Makefile [$(cross-compiling) = no]: Likewise.
34071 * posix/Makefile [$(cross-compiling) = no]: Likewise.
34072 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34073 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34074 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34075 * string/Makefile [$(cross-compiling) = no]: Likewise.
34076
ebfd1bbd
JM
34077 * posix/Makefile ($(objpfx)globtest.out): Pass
34078 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34079 $(rtld-installed-name).
34080 * posix/globtest.sh (elf_objpfx): Remove variable.
34081 (rtld_installed_name): Likewise.
34082 (library_path): Likewise.
34083 (run_program_prefix): New variable. Use for running globtest
34084 binary.
34085
166bca24
JB
340862012-10-23 Jim Blandy <jimb@codesourcery.com>
34087 Joseph Myers <joseph@codesourcery.com>
34088
34089 * Makeconfig (host-built-program-cmd): New variable.
34090 * elf/Makefile (tst-stackguard1-ARGS): Use
34091 $(host-built-program-cmd).
34092 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34093 (tst-spawn-ARGS): Likewise.
34094 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34095
88866099
JM
340962012-10-23 Joseph Myers <joseph@codesourcery.com>
34097 Jim Blandy <jimb@codesourcery.com>
34098
34099 * Makeconfig (run-via-rtld-prefix): New variable.
34100 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34101 (built-program-cmd): Likewise.
34102
b4b4c296
AJ
341032012-10-22 Andreas Jaeger <aj@suse.de>
34104
34105 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34106 __O_RSYNC if it exists, otherwise to O_SYNC.
34107
6fb54a22
JB
341082012-10-22 Jim Blandy <jimb@codesourcery.com>
34109 Joseph Myers <joseph@codesourcery.com>
34110
34111 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34112 /dev/null.
34113 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34114 from /dev/null
34115 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34116 /dev/null.
34117
481b90b9
AJ
341182012-10-22 Andreas Jaeger <aj@suse.de>
34119
2a0e2669
AJ
34120 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34121 Define always.
34122 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34123
76e38f9a
AJ
34124 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34125 bits/fcntl-linux.h.
34126
7cd37b43
AJ
34127 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34128 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34129
481b90b9
AJ
34130 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34131 to __O_LARGEFILE.
34132 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34133 to __O_LARGEFILE.
34134
aba75984
JB
341352012-10-21 Jim Blandy <jimb@codesourcery.com>
34136 Joseph Myers <joseph@codesourcery.com>
34137
34138 * config.make.in (NM): New variable.
34139
88d4247f
AJ
341402012-10-21 Andreas Jaeger <aj@suse.de>
34141
34142 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34143 definitions and declarations that are provided by
34144 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34145
f2eed205
L
341462012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34147
34148 [BZ #14683]
34149 * elf/Makefile (tests-static): Add tst-leaks1-static.
34150 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34151 ($(objpfx)tst-leaks1-static): New rule.
34152 ($(objpfx)tst-leaks1-static-mem): Likewise.
34153 (tst-leaks1-static-ENV): New macro.
34154 * elf/dl-open.c (dl_open_worker): Check the main application
34155 only if SHARED is defined.
34156 * elf/tst-leaks1-static.c: New file.
34157
335e6931
AJ
341582012-10-20 Andreas Jaeger <aj@suse.de>
34159
34160 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34161 generic values for Linux.
34162 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34163 and declarations that are provided by <bits/fcntl-linux.h> and
34164 include <bits/fcntl-linux.h>.
34165 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34166 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34167
ac5c94d3
RM
341682012-10-20 Roland McGrath <roland@hack.frob.com>
34169
34170 * io/fcntl.h: Move include of <bits/types.h> to the top and
34171 include it unconditionally.
34172
de54b33a
L
341732012-10-20 H.J. Lu <hongjiu.lu@intel.com>
34174
228cfb01
L
34175 * wcsmbs/Makefile (tests-ifunc): New variable.
34176 (tests): Add $(tests-ifunc).
34177 * wcsmbs/test-wcschr-ifunc.c: New file.
34178 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34179 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34180 * wcsmbs/test-wcslen-ifunc.c: Likewise.
34181 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34182 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34183
69f07e5f
L
34184 * string/Makefile (tests-ifunc): New variable.
34185 (tests): Add $(tests-ifunc).
34186 * string/test-memccpy.c (TEST_NAME): New macro.
34187 * string/test-memchr.c (TEST_NAME): Likewise.
34188 * string/test-memcmp.c (TEST_NAME): Likewise.
34189 * string/test-memcpy.c (TEST_NAME): Likewise.
34190 * string/test-memmem.c (TEST_NAME): Likewise.
34191 * string/test-memmove.c (TEST_NAME): Likewise.
34192 * string/test-memset.c (TEST_NAME): Likewise.
34193 * string/test-rawmemchr.c (TEST_NAME): Likewise.
34194 * string/test-stpcpy.c (TEST_NAME): Likewise.
34195 * string/test-stpncpy.c (TEST_NAME): Likewise.
34196 * string/test-strcasecmp.c (TEST_NAME): Likewise.
34197 * string/test-strcasestr.c (TEST_NAME): Likewise.
34198 * string/test-strcat.c (TEST_NAME): Likewise.
34199 * string/test-strchr.c (TEST_NAME): Likewise.
34200 * string/test-strcmp.c(TEST_NAME): Likewise.
34201 * string/test-strcpy.c (TEST_NAME): Likewise.
34202 * string/test-strcspn.c (TEST_NAME): Likewise.
34203 * string/test-strlen.c (TEST_NAME): Likewise.
34204 * string/test-strncasecmp.c (TEST_NAME): Likewise.
34205 * string/test-strncmp.c (TEST_NAME): Likewise.
34206 * string/test-strncpy.c (TEST_NAME): Likewise.
34207 * string/test-strnlen.c (TEST_NAME): Likewise.
34208 * string/test-strpbrk.c (TEST_NAME): Likewise.
34209 * string/test-strrchr.c (TEST_NAME): Likewise.
34210 * string/test-strspn.c (TEST_NAME): Likewise.
34211 * string/test-strstr.c (TEST_NAME): Likewise.
34212 * string/test-bcopy-ifunc.c: New file.
34213 * string/test-bzero-ifunc.c: Likewise.
34214 * string/test-memccpy-ifunc.c: Likewise.
34215 * string/test-memchr-ifunc.c: Likewise.
34216 * string/test-memcmp-ifunc.c: Likewise.
34217 * string/test-memcpy-ifunc.c: Likewise.
34218 * string/test-memmem-ifunc.c: Likewise.
34219 * string/test-memmove-ifunc.c: Likewise.
34220 * string/test-mempcpy-ifunc.c: Likewise.
34221 * string/test-memset-ifunc.c: Likewise.
34222 * string/test-rawmemchr-ifunc.c: Likewise.
34223 * string/test-stpcpy-ifunc.c: Likewise.
34224 * string/test-stpncpy-ifunc.c: Likewise.
34225 * string/test-strcasecmp-ifunc.c: Likewise.
34226 * string/test-strcasestr-ifunc.c: Likewise.
34227 * string/test-strcat-ifunc.c: Likewise.
34228 * string/test-strchr-ifunc.c: Likewise.
34229 * string/test-strchrnul-ifunc.c: Likewise.
34230 * string/test-strcmp-ifunc.c: Likewise.
34231 * string/test-strcpy-ifunc.c: Likewise.
34232 * string/test-strcspn-ifunc.c: Likewise.
34233 * string/test-strlen-ifunc.c: Likewise.
34234 * string/test-strncasecmp-ifunc.c: Likewise.
34235 * string/test-strncat-ifunc.c: Likewise.
34236 * string/test-strncmp-ifunc.c: Likewise.
34237 * string/test-strncpy-ifunc.c: Likewise.
34238 * string/test-strnlen-ifunc.c: Likewise.
34239 * string/test-strpbrk-ifunc.c: Likewise.
34240 * string/test-strrchr-ifunc.c: Likewise.
34241 * string/test-strspn-ifunc.c: Likewise.
34242 * string/test-strstr-ifunc.c: Likewise.
34243
de54b33a
L
34244 * debug/Makefile (tests-ifunc): New variable.
34245 (tests): Add $(tests-ifunc).
34246 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34247 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34248 * debug/test-stpcpy_chk-ifunc.c: New file.
34249 * debug/test-strcpy_chk-ifunc.c: Likewise.
34250
88481c16
SP
342512012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
34252
34253 [BZ #13601]
34254 * elf/dl-load.c (open_verify): Retry read if the entire ELF
34255 header is not read in.
34256
135948bd
JM
342572012-10-19 Joseph Myers <joseph@codesourcery.com>
34258
89f1c388
JM
34259 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
34260 script to $(SHELL) as $<. Pass $(common-objpfx) to script
34261 directly. Pass built executable to script as
34262 $(built-program-cmd).
34263 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
34264 $testprogram without using LD_LIBRARY_PATH and $ldso.
34265
e40a0d21
JM
34266 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34267 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34268 $(rtld-installed-name).
34269 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34270 (rtld_installed_name): Likewise.
34271 (library_path): Likewise.
34272 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
34273 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34274 $(run-program-prefix) to tst-tables.sh.
34275 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
34276 it to run tst-table-from and tst-table-to.
34277 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34278 Pass it to tst-table.sh.
34279 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34280 $(run-program-prefix) to tst-gettext.sh.
34281 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34282 tst-translit.sh.
34283 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34284 tst-gettext2.sh.
34285 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
34286 to run tst-gettext.
34287 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
34288 to run tst-gettext2.
34289 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
34290 to run tst-translit.
34291 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34292 $(run-program-prefix) to tst-mtrace.sh.
34293 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
34294 to run tst-mtrace.
34295 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34296 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34297 $(rtld-installed-name).
34298 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34299 (rtld_installed_name): Likewise.
34300 (run_program_prefix): New variable. Use it to run wordexp-test.
34301
728e272a
JM
34302 * Makeconfig (ARCH): Remove all definitions.
34303 (machine): Likewise.
34304 [ARCH]: Remove conditional code.
34305 [!objdir]: Give error.
34306 [!objdir] (objpfx): Remove.
34307 [!objdir] (common-objpfx): Likewise.
34308 [!objdir] (common-objdir): Likewise.
34309 * configure.in (config_makefile): Remove. Hardcode Makefile in
34310 AC_CONFIG_FILES call.
34311 * configure: Regenerated.
34312
d528cdcf
JM
34313 [BZ #13888]
34314 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34315 or TMPDIR.
34316 (testout): Likewise.
34317
135948bd
JM
34318 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34319 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34320 $(rtld-installed-name).
34321 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34322 (rtld_installed_name): Likwise.
34323 (runit): Remove function.
34324 (run_getconf): New variable, Use it for running getconf binary.
34325
38c78296
L
343262012-10-18 H.J. Lu <hongjiu.lu@intel.com>
34327
34328 [BZ #14716]
34329 * string/test-memmem.c (check_result): New function.
34330 (do_one_test): Use it.
34331 (check1): New function.
34332 (test_main): Use it.
34333
d077f65f
MT
343342012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
34335
34336 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34337
ced52c71
JM
343382012-10-18 Joseph Myers <joseph@codesourcery.com>
34339
34340 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34341 (_G_LSEEK64): Likewise.
34342 (_G_MMAP64): Likewise.
34343 (_G_FSTAT64): Likewise.
34344 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34345 (_G_LSEEK64): Likewise.
34346 (_G_MMAP64): Likewise.
34347 (_G_FSTAT64): Likewise.
34348 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34349 unconditional. Call __mmap64 directly.
34350 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34351 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
34352 __lseek64 directly.
34353 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34354 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
34355 __mmap64 directly.
34356 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34357 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
34358 __lseek64 directly.
34359 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34360 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
34361 __lseek64 directly.
34362 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34363 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
34364 __lseek64 directly.
34365 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34366 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
34367 __fxstat64 directly.
34368 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34369 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34370 unconditional.
34371 (freopen64) [!_G_OPEN64]: Remove conditional code.
34372 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34373 unconditional.
34374 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34375 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34376 unconditional.
34377 (ftello64) [!_G_LSEEK64]: Remove conditional code.
34378 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34379 unconditional.
34380 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34381 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34382 unconditional.
34383 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34384 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34385 unconditional.
34386 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34387 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34388 unconditional.
34389 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34390 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34391 unconditional.
34392 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34393
b741de23
SP
343942012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34395
34396 [BZ #12140]
34397 * manual/memory.texi (Malloc Tunable Parameters): Add note
34398 about free list pointers overwriting some perturb bytes.
34399 Wording suggested by Roland McGrath.
34400
f9b9d9c9
JM
344012012-10-17 Joseph Myers <joseph@codesourcery.com>
34402
34403 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34404 (lgamma_test): Likewise.
34405 (tgamma_test): Likewise.
34406
172a631a
FW
344072012-10-16 Florian Weimer <fweimer@redhat.com>
34408
34409 [BZ #14700]
34410 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34411 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34412
e9f37252
MK
344132012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
34414
34415 * NEWS: Mention BZ #14716.
34416 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34417 when removing AVAILABLE1_USES_J macro.
34418
d394eb74
L
344192012-10-12 H.J. Lu <hongjiu.lu@intel.com>
34420
34421 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34422 (__bswap_64): __uint64_t for unsigned 64-bit int.
34423
ca38dc17
AS
344242012-10-12 Andreas Schwab <schwab@linux-m68k.org>
34425
34426 * include/string.h (memmem): Declare libc hidden alias.
34427 * string/memmem.c (memmem): Define libc hidden alias.
34428 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34429 __read, __close instead of open, read, close.
34430
9a387d1f
L
344312012-10-11 H.J. Lu <hongjiu.lu@intel.com>
34432
ac49ecaf
L
34433 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34434 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34435 global and hidden.
34436 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34437 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34438 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34439 Likewise.
34440 (__rawmemchr_sse2): Likewise.
34441 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34442 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34443 (__strchr_sse2): Likewise.
34444 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34445 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34446 (__strcasecmp_sse2): Likewise.
34447 (__strncasecmp_sse2): Likewise.
34448 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34449 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34450 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34451 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34452 (__strrchr_sse2): Likewise.
34453 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34454 ifunc-impl-list.c.
34455 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34456 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34457 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34458 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34459 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34460 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34461 * sysdeps/x86_64/multiarch/memset.S: Likewise.
34462 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34463 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34464 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34465 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34466 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34467 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34468 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34469 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34470 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34471 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34472 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34473 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34474 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34475 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34476 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34477 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34478 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34479 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34480 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34481 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34482 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34483 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34484 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34485
b090e8ea
L
34486 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34487 global and hidden.
34488 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34489 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34490 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34491 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34492 Likewise.
34493 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34494 Likewise.
34495 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34496 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34497 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34498 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34499 ifunc-impl-list.c.
34500 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34501 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34502 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34503 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34504 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34505 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34506 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34507 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34508 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34509 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34510 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34511 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34512 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34513 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34514 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34515 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34516 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34517 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34518 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34519 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34520 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34521 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34522 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34523 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34524 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34525 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34526 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34527 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34528 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34529 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34530 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34531 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34532 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34533 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34534 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34535 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34536 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34537 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34538 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34539 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34540 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34541
11dd4af6
L
34542 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34543 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34544 * include/ifunc-impl-list.h: New file.
34545 * misc/ifunc-impl-list.c: Likewise.
34546 * misc/Makefile (routines): Add ifunc-impl-list.
34547 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34548 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
34549 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34550 TEST_NAME]: New variables.
11dd4af6
L
34551 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34552 are defined.
34553 (test_init): Call __libc_ifunc_impl_list to initialize
34554 func_list if TEST_IFUNC and TEST_NAME are defined.
34555
9a387d1f
L
34556 * string/Makefile (strop-tests): Add bcopy and bzero.
34557 * string/test-bcopy.c: New file.
34558 * string/test-bzero.c: Likewise.
34559 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34560 defined.
34561 * string/test-memset.c: Support bzero test if TEST_BZERO is
34562 defined.
34563 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34564 __libc_memmove.
34565 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34566 __libc_memset.
34567 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34568 of memset.
34569
472371b9
JM
345702012-10-10 Joseph Myers <joseph@codesourcery.com>
34571
1e4a9536
JM
34572 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34573 * configure: Regenerated.
34574
d173d12e
JM
34575 * Makeconfig (+link-static-before-libc): Don't include
34576 $(link-static-libc).
34577
472371b9
JM
34578 * libio/libio.h (_IO_pos_t): Remove.
34579
89a3ad0b
AO
345802012-10-10 Alexandre Oliva <aoliva@redhat.com>
34581
34582 * NEWS: Add note about FIPS mode. Wording suggested by Roland
34583 McGrath.
34584
e7451425
AO
345852012-10-10 Alexandre Oliva <aoliva@redhat.com>
34586
34587 * crypt/crypt-entry.c: Include fips-private.h.
34588 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34589 * crypt/md5c-test.c (main): Tolerate disabled MD5.
34590 * sysdeps/unix/sysv/linux/fips-private.h: New file.
34591 * sysdeps/generic/fips-private.h: New file, dummy fallback.
34592
4ba74a35
AO
345932012-10-10 Alexandre Oliva <aoliva@redhat.com>
34594
34595 * crypt/crypt-private.h: Include stdbool.h.
34596 (_ufc_setup_salt_r): Return bool.
34597 * crypt/crypt-entry.c: Include errno.h.
34598 (__crypt_r): Return NULL with EINVAL for bad salt.
34599 * crypt/crypt_util.c (bad_for_salt): New.
34600 (_ufc_setup_salt_r): Check that salt is long enough and within
34601 the specified alphabet.
34602 * crypt/badsalttest.c: New file.
34603 * crypt/Makefile (tests): Add it.
34604 ($(objpfx)badsalttest): New.
34605
f96f1242
MK
346062012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
34607
34608 * NEWS: Add entry for BZ #14602.
34609
0e8e0c1c
JM
346102012-10-09 Joseph Myers <joseph@codesourcery.com>
34611
34612 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34613 type-generic.
34614 * math/libm-test.inc: Update comment listing what functions and
34615 macros are tested.
34616 (isgreater_test): New function.
34617 (isgreaterequal_test): Likewise.
34618 (isless_test): Likewise.
34619 (islessequal_test): Likewise.
34620 (islessgreater_test): Likewise.
34621 (isunordered_test): Likewise.
34622 (main): Call the new functions.
34623
273edc5e
RM
346242012-10-09 Roland McGrath <roland@hack.frob.com>
34625
b8493de0
RM
34626 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34627 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34628 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34629 * sysdeps/i386/configure: Regenerated.
34630 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34631 * sysdeps/mach/configure: Regenerated.
34632 * sysdeps/mach/hurd/configure: Regenerated.
34633 * sysdeps/powerpc/configure: Regenerated.
34634 * sysdeps/powerpc/powerpc32/configure: Regenerated.
34635 * sysdeps/powerpc/powerpc64/configure: Regenerated.
34636 * sysdeps/s390/s390-32/configure: Regenerated.
34637 * sysdeps/s390/s390-64/configure: Regenerated.
34638 * sysdeps/sh/configure: Regenerated.
34639 * sysdeps/sparc/configure: Regenerated.
34640 * sysdeps/unix/sysv/linux/configure: Regenerated.
34641 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34642 * sysdeps/x86_64/configure: Regenerated.
34643
273edc5e
RM
34644 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34645 defined. Don't check if MAP is NULL.
34646
c8450f70
JM
346472012-10-09 Joseph Myers <joseph@codesourcery.com>
34648
34649 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34650 (_G_stat64): Likewise.
34651 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34652 (_G_stat64): Likewise.
34653 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34654 instead of struct _G_stat64.
34655 * libio/fileops.c (mmap_remap_check): Likewise.
34656 (decide_maybe_mmap): Likewise.
34657 (_IO_new_file_seekoff): Likewise.
34658 (_IO_file_stat): Likewise.
34659 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34660 _G_off64_t.
34661 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34662 instead of struct _G_stat64.
34663 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34664
57e605ba
MK
346652012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
34666
34667 [BZ #14602]
34668 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34669 Replace with ...
34670 (CHECK_EOL): New macro.
34671 (two_way_short_needle): Check beginning of haystack for EOL. Use
34672 CHECK_EOL.
34673 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34674 Replace with CHECK_EOL.
34675 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34676 Replace with CHECK_EOL.
34677
ef1bb361
JM
346782012-10-08 Joseph Myers <joseph@codesourcery.com>
34679
34680 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34681 type-generic.
34682 * math/libm-test.inc: Update comment listing what functions and
34683 macros are tested.
34684 (finite_test): New function.
34685 (isinf_test): Likewise.
34686 (isnan_test): Likewise.
34687 (fpclassify_test): Test subnormal input.
34688 (isfinite_test): Likewise.
34689 (isnormal_test): Likewise.
34690 (main): Call the new functions.
34691
55f11534
JN
346922012-10-08 Jonathan Nieder <jrnieder@gmail.com>
34693
34694 [BZ #14660]
34695 * Makerules (%.dynsym): Force C locale when running
34696 $(OBJDUMP) --dynamic-syms.
34697
1ab29350
AS
346982012-10-08 Andreas Schwab <schwab@linux-m68k.org>
34699
34700 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34701 <stdint.h>.
34702
f1ecb7ef
DM
347032012-10-06 David S. Miller <davem@davemloft.net>
34704
34705 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34706 upper 32-bits of the length value in %o2 since we use branch-on-register
34707 tests which consider the entire 64-bit register.
34708
5d41d91a
L
347092012-10-06 H.J. Lu <hongjiu.lu@intel.com>
34710
34711 * string/test-strstr.c (check2): Add a test for page boundary.
34712
3baddb72
DM
347132012-10-05 David S. Miller <davem@davemloft.net>
34714
34715 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34716 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34717 file.
34718 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34719 sysdep_routines.
34720 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34721 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34722 and bzero when HWCAP_SPARC_CRYPTO is present.
34723
9cee5585
L
347242012-10-05 H.J. Lu <hongjiu.lu@intel.com>
34725
d7e0dab9
L
34726 [BZ #14602]
34727 * string/test-strstr.c (check2): New function.
34728 (test_main): Call check2.
34729
03759f47
L
34730 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34731 and bug-strchr1.
34732 * string/bug-strcasestr1.c (do_test): Moved to ...
34733 * string/test-strcasestr.c (check1): Here. New function.
34734 (do_one_test): Break out result checking code into ...
34735 (check_result): This. New function.
34736 (do_one_test): Call check_result.
34737 (test_main): Call check1.
34738 * string/bug-strchr1.c (do_test): Moved to ...
34739 * string/test-strchr.c (check1): Here. New function.
34740 (do_one_test): Break out result checking code into ...
34741 (check_result): This. New function.
34742 (do_one_test): Call check_result.
34743 (test_main): Call check1.
34744 * string/bug-strstr1.c (main): Moved to ...
046f153e 34745 * string/test-strstr.c (check1): Here. New function.
03759f47
L
34746 (do_one_test): Break out result checking code into ...
34747 (check_result): This. New function.
34748 (do_one_test): Call check_result.
34749 (test_main): Call check1.
34750 * string/bug-strcasestr1.c: Removed.
34751 * string/bug-strchr1.c: Likewise.
34752 * string/bug-strstr1.c: Likewise.
34753
53cea63e
L
34754 * elf/Makefile (dl-routines): Add hwcaps.
34755 * elf/dl-support.c (_dl_important_hwcaps): Removed.
34756 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34757 (_dl_important_hwcaps): Moved to ...
34758 * elf/dl-hwcaps.c: Here. New file.
34759 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34760
9cee5585 34761 [BZ #14557]
bb859b06
L
34762 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34763 if IS_IN_rtld isn't defined.
34764
9cee5585
L
34765 * elf/dl-support.c (_dl_sysinfo_map): New.
34766 Include "get-dynamic-info.h" and "setup-vdso.h".
34767 (_dl_non_dynamic_init): Call setup_vdso.
34768 * elf/dynamic-link.h: Don't include <assert.h>.
34769 (elf_get_dynamic_info): Moved to ...
34770 * elf/get-dynamic-info.h: Here. New file.
34771 * elf/dynamic-link.h: Include "get-dynamic-info.h".
34772 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34773 * elf/setup-vdso.h: Here. New file.
34774 * elf/rtld.c: Include "setup-vdso.h".
34775 (dl_main): Call setup_vdso.
34776
23c31b76
JM
347772012-10-05 Joseph Myers <joseph@codesourcery.com>
34778
28234b07
JM
34779 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34780 creal in comment listing functions tested. List finite, isinf,
34781 isnan, isless, islessequal, isgreater, isgreaterequal,
34782 islessgreater, isunordered, lgamma_r and pow10 as functions and
34783 macros not tested. Mention which functions not tested are aliases
34784 for other functions. Fix typo. Note that signs of NaNs are not
34785 tested.
34786
23c31b76
JM
34787 * scripts/config.guess: Update from config.git.
34788 * scripts/config.sub: Likewise.
34789
9043e228
RM
347902012-10-04 Roland McGrath <roland@hack.frob.com>
34791
34792 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34793 * misc/madvise.c (madvise): Renamed to __madvise.
34794 Make madvise a weak alias.
34795 * include/sys/mman.h: Declare __madvise.
34796 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34797 * sysdeps/unix/syscalls.list
34798 (madvise): Make __madvise the strong name, and madvise a weak alias.
34799 * sysdeps/unix/sysv/linux/syscalls.list
34800 (madvise, mmap): Remove redundant entries.
34801 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34802 * malloc/malloc.c (mtrim): Likewise.
34803 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34804
f57f8055
RM
348052012-10-03 Roland McGrath <roland@hack.frob.com>
34806
34807 * sysdeps/mach/hurd/dl-cache.c: File removed.
34808 * config.h.in (USE_LDCONFIG): New #undef.
34809 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34810 * configure: Regenerated.
34811 * elf/Makefile (dl-routines): Add dl-cache only under
34812 [$(use-ldconfig) = yes].
34813 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34814 cache on [USE_LDCONFIG].
34815 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34816 [USE_LDCONFIG].
34817 * elf/rtld.c (dl_main): Likewise.
34818
5bb0c10a
PT
348192012-10-03 Pino Toscano <toscano.pino@tiscali.it>
34820
34821 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34822 _SC_LEVEL4_CACHE_LINESIZE.
34823
010188c6
RM
348242012-10-03 Roland McGrath <roland@hack.frob.com>
34825
34826 * sysdeps/unix/bsd/confstr.h: File removed.
34827
b6c5ec07
AO
348282012-10-02 Alexandre Oliva <aoliva@redhat.com>
34829
34830 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34831 sys/sdt-config.h.
34832
408223d4
RM
348332012-10-02 Roland McGrath <roland@hack.frob.com>
34834
34835 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34836 Make 'mapoff' field ElfW(Off) rather than off_t.
34837
bb9510dc
DL
348382012-10-02 Dmitry V. Levin <ldv@altlinux.org>
34839
fc997c6e
DL
34840 * nscd/Makefile: Remove nscd-cflags and all its users.
34841 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34842 (CFLAGS-nonlib): Add compiler flags for nscd modules.
34843
bb9510dc
DL
34844 [BZ #10631]
34845 * malloc.c (malloc_printerr): Clarify error message.
34846
05699367
L
348472012-10-02 H.J. Lu <hongjiu.lu@intel.com>
34848
34849 [BZ #14648]
34850 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34851 Set bit_FMA_Usable if FMA is supported.
34852 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34853 macro.
34854 (bit_FMA4_Usable): Updated.
34855 (index_FMA_Usable): New macro.
34856 (CPUID_FMA): Likewise
34857 (HAS_FMA): Defined with bit_FMA_Usable.
34858
51367701
RM
348592012-10-01 Roland McGrath <roland@hack.frob.com>
34860
34861 * bits/types.h (__swblk_t): Type removed.
34862 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34863 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34864 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34865 (__SWBLK_T_TYPE): Likewise.
34866 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34867 (__SWBLK_T_TYPE): Likewise.
34868 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34869 (__SWBLK_T_TYPE): Likewise.
34870 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34871 (__SWBLK_T_TYPE): Likewise.
34872
4d57bf63 348732012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 34874 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
34875
34876 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34877 (xdr_mapname): Use YPMAXMAP as maxsize.
34878 (xdr_peername): Use YPMAXPEER as maxsize.
34879 (xdr_keydat): Use YPAXRECORD as maxsize.
34880 (xdr_valdat): Use YPMAXRECORD as maxsize.
34881
93c65d43
RM
348822012-10-01 Roland McGrath <roland@hack.frob.com>
34883
497a03d6
RM
34884 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34885
93c65d43
RM
34886 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34887 * csu/init-first.c: ... here.
34888 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34889 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34890 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34891 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34892 * sysdeps/i386/init-first.c: File removed.
34893 * sysdeps/sh/init-first.c: File removed.
34894
bec749fd
JM
348952012-10-01 Joseph Myers <joseph@codesourcery.com>
34896
34897 [BZ #14645]
34898 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34899 if x * y might underflow to zero and z is zero.
34900 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34901 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34902 * math/libm-test.inc (min_subnorm_value): New variable.
34903 (fma_test): Add more tests.
34904 (fma_test_towardzero): Likewise.
34905 (fma_test_downward): Likewise
34906 (fma_test_upward): Likewise.
34907 (initialize): Set min_subnorm_value.
34908
8ec5b013
JM
349092012-09-29 Joseph Myers <joseph@codesourcery.com>
34910
34911 [BZ #14638]
34912 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34913 0 + 0.
34914 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34915 mode for addition resulting in exact zero.
34916 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34917 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34918 exact 0 + 0.
34919 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34920 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34921 * math/libm-test.inc (fma_test): Add more tests.
34922 (fma_test_towardzero): New function.
34923 (fma_test_downward): Likewise.
34924 (fma_test_upward): Likewise.
34925 (main): Call the new functions.
34926
b1fa802e
DM
349272012-09-28 David S. Miller <davem@davemloft.net>
34928
34929 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34930
d3b9fd9e
RM
349312012-09-28 Roland McGrath <roland@hack.frob.com>
34932
ea4d37b3
RM
34933 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34934 instead of SIGALRM.
34935
ac51c949
RM
34936 * sysdeps/gnu/_G_config.h: Moved to ...
34937 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34938 * sysdeps/mach/hurd/_G_config.h: Moved to ...
34939 * sysdeps/generic/_G_config.h: ... here.
34940
28c195f7
RM
34941 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
34942
848917f9
RM
34943 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34944
6bacf05b
RM
34945 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34946 Conditionalize target on [libnss_test1.so-version].
34947
91363dbb
RM
34948 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34949
cc87f7d8
RM
34950 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34951 (elfobjdir): Move out of conditionals.
34952
b1c608fe
RM
34953 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34954 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34955 (__nss_lookup_function): Conditionalize label remove_from_tree on
34956 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 34957
1d9a6d96
DM
349582012-09-28 David S. Miller <davem@davemloft.net>
34959
34960 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34961 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34962 file.
34963 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34964 sysdep_routines.
34965 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34966 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34967 when HWCAP_SPARC_CRYPTO is present.
34968
72581615
PT
349692012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34970
34971 * io/tst-mknodat.c: Create a FIFO instead of a socket.
34972
715a900c
JL
349732012-09-28 Andreas Schwab <schwab@linux-m68k.org>
34974
34975 [BZ #6530]
34976 * stdio-common/vfprintf.c (process_string_arg): Revert
34977 2000-07-22 change.
34978
349792011-09-28 Jonathan Nieder <jrnieder@gmail.com>
34980
34981 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34982 for testcase.
34983 * stdio-common/tst-sprintf.c: Include <locale.h>
34984 (main): Test sprintf's handling of incomplete multibyte
34985 characters.
34986
9bac1d86
L
349872012-09-28 H.J. Lu <hongjiu.lu@intel.com>
34988
34989 * elf/dl-runtime.c (VERSYMIDX): Removed.
34990 * elf/dl-version.c (VERSYMIDX): Likewise.
34991 * elf/do-rel.h (VERSYMIDX): Likewise.
34992 (VALIDX): Likewise.
34993 * elf/dynamic-link.h (VERSYMIDX): Likewise.
34994 * elf/rtld.c (VALIDX): Likewise.
34995 (ADDRIDX): Likewise.
9bac1d86
L
34996 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34997 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34998 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
34999 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35000 (VALIDX): Likewise.
35001 (ADDRIDX): Likewise.
9bac1d86 35002
b31606c0
PT
350032012-09-28 Pino Toscano <toscano.pino@tiscali.it>
35004
35005 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35006
11541177
JL
350072012-09-28 Dmitry V. Levin <ldv@altlinux.org>
35008
35009 [BZ #11438]
35010 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35011 to global scope.
35012 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35013 addresses are in the same scope as 192.0.2/24.
35014 * posix/gai.conf: Document new scope table defaults.
35015
adb26fae
SP
350162012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35017
35018 [BZ #5298]
35019 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35020 for ftell. Compute offsets from write pointers instead.
35021 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35022
4573c6b0
SP
350232012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35024
35025 [BZ #14543]
35026 * libio/Makefile (tests): New test case tst-fseek.
35027 * libio/tst-fseek.c: New test case to verify that fseek/ftell
35028 combination works in wide mode.
35029 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35030 state when the external buffer state changes.
35031
aa9bbfe6
DM
350322012-09-27 David S. Miller <davem@davemloft.net>
35033
35034 [BZ #14376]
35035 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35036 pass reloc->r_addend in as the 'high' argument to
35037 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35038
784421e7
DM
35039 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35040
c39bc8b8
PT
350412012-09-28 Pino Toscano <toscano.pino@tiscali.it>
35042
35043 * rt/tst-aio2.c: Include <pthread.h>.
35044 * rt/tst-aio3.c: Likewise.
35045
1ccc2399
SE
350462012-09-27 Steve Ellcey <sellcey@mips.com>
35047
35048 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35049
31ed4153
L
350502012-09-27 H.J. Lu <hongjiu.lu@intel.com>
35051
25f5f885
L
35052 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35053 contents on [SHARED].
31ed4153 35054
b7bfe116
MP
350552012-09-26 Marek Polacek <polacek@redhat.com>
35056
35057 [BZ #14530]
35058 [BZ #13741]
35059 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35060 for C++ and GCC <4.3 as well as for non GCC compilers.
35061
43c4edba
MT
350622012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
35063
35064 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35065
6a1bf82f
RM
350662012-09-25 Roland McGrath <roland@hack.frob.com>
35067
35068 * Makefile.in (all, install): Declare with .PHONY.
35069 Reported by Michael Hope <michael.hope@linaro.org>.
35070
8ad11b9a
TMQMF
350712012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35072
35073 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35074 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35075 system header.
35076 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35077 Likewise.
35078 (sydep_routines): Add the new and the internal functions.
35079 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35080 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35082 (GLIBC_2.17): Add the new function.
35083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35084 (GLIBC_2.17): Likewise.
35085 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35086 (GLIBC_2.17): Likewise.
35087 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35088 (GLIBC_2.17): Likewise.
35089 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35090
7e2fca8d
AM
350912012-09-25 Alan Modra <amodra@gmail.com>
35092
35093 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35094 Add release barrier before setting once_control to say
35095 initialisation is done. Add hints on lwarx. Use macro in
35096 place of isync.
35097 (clear_once_control): Add release barrier.
35098
b87c4b24
JM
350992012-09-25 Joseph Myers <joseph@codesourcery.com>
35100
d032e0d2
JM
35101 [BZ #13629]
35102 * math/s_clog.c (__clog): Handle more values close to |z| = 1
35103 specially.
35104 * math/s_clog10.c (__clog10): Likewise.
35105 * math/s_clog10f.c (__clog10f): Likewise.
35106 * math/s_clog10l.c (__clog10l): Likewise.
35107 * math/s_clogf.c (__clogf): Likewise.
35108 * math/s_clogl.c (__clogl): Likewise.
35109 * math/Makefile (libm-calls): Add x2y2m1.
35110 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35111 (__x2y2m1): Likewise.
35112 (__x2y2m1l): Likewise.
35113 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35114 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35115 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35116 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35117 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35118 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35119 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35120 * sysdeps/i386/fpu/libm-test-ulps: Update.
35121 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35122
b87c4b24
JM
35123 [BZ #14621]
35124 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35125 int as type of variable DEPTH.
35126 (glob): Use size_t instead of int as type of variables NEWCOUNT
35127 and OLD_PATHC.
35128
6d3bf199
LD
351292012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35130
22bf5c17
LD
35131 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35132 Add s_sincosf-sse2.
35133 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35134 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35135 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35136 macros for using routine as __sincosf_ia32.
35137 Use macro for function declaration and weak_alias.
35138 * sysdeps/i386/fpu/libm-test-ulps: Update.
35139
35140 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35141 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35142
35143 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
35144 subnormal argument.
35145 * math/s_cexpf.c (__cexpf): Likewise.
35146 * math/s_csinf.c (__csinf): Likewise.
35147 * math/s_csinhf.c (__csinhf): Likewise.
35148 * math/s_ctanf.c (__ctanf): Likewise.
35149 * math/s_ctanhf.c (__ctanhf): Likewise.
35150 * math/s_ccosh.c (__ccoshf): Likewise.
35151 * math/s_cexp.c (__cexpl): Likewise.
35152 * math/s_csin.c (__csin): Likewise.
35153 * math/s_csinh.c (__csinh): Likewise.
35154 * math/s_ctan.c (__ctan): Likewise.
35155 * math/s_ctanh.c (ctanh): Likewise.
35156 * math/s_ccoshl.c (__ccoshl): Likewise.
35157 * math/s_cexpl.c (__cexpl): Likewise.
35158 * math/s_csinl.c (__csinl): Likewise.
35159 * math/s_csinhl.c (__csinhl): Likewise.
35160 * math/s_ctanl.c (__ctanl): Likewise.
35161 * math/s_ctanhl.c (__ctanhl): Likewise.
35162
203e5603
JM
351632012-09-25 Joseph Myers <joseph@codesourcery.com>
35164
35165 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35166 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35167 (_IO_off_t): Define to __off_t, not _G_off_t.
35168 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35169 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35170 (_IO_wint_t): Define to wint_t, not _G_wint_t.
35171 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35172 type of __dummy and __dummy2 fields.
35173 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35174 (_G_ssize_t): Likewise.
35175 (_G_off_t): Likewise.
35176 (_G_pid_t): Likewise.
35177 (_G_uid_t): Likewise.
35178 (_G_wchar_t): Likewise.
35179 (_G_wint_t): Likewise.
35180 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35181 (_G_ssize_t): Likewise.
35182 (_G_off_t): Likewise.
35183 (_G_pid_t): Likewise.
35184 (_G_uid_t): Likewise.
35185 (_G_wchar_t): Likewise.
35186 (_G_wint_t): Likewise.
35187 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35188 (_G_ssize_t): Likewise.
35189 (_G_off_t): Likewise.
35190 (_G_pid_t): Likewise.
35191 (_G_uid_t): Likewise.
35192 (_G_wchar_t): Likewise.
35193 (_G_wint_t): Likewise.
35194
9fab36eb
SP
351952012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35196
35197 * malloc/arena.c: Include malloc-sysdep.h.
35198 (shrink_heap): Use check_may_shrink_heap to decide if madvise
35199 is sufficient to shrink the heap or an unmap is needed.
35200 * sysdeps/generic/malloc-sysdep.h: New file. Define
35201 new function check_may_shrink_heap.
35202 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
35203 new function check_may_shrink_heap.
35204
2b4f00d1
SP
352052012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
35206
35207 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35208 comments.
35209
9a9028b1
DL
352102012-09-24 Dmitry V. Levin <ldv@altlinux.org>
35211
57c69bef
DL
35212 * catgets/test-gencat.sh: Add "set -e".
35213 * elf/tst-pathopt.sh: Likewise.
35214 * grp/tst_fgetgrent.sh: Likewise.
35215 * iconvdata/run-iconv-test.sh: Likewise.
35216 * intl/tst-gettext.sh: Likewise.
35217 * intl/tst-gettext2.sh: Likewise.
35218 * intl/tst-gettext4.sh: Likewise.
35219 * intl/tst-gettext6.sh: Likewise.
35220 * intl/tst-translit.sh: Likewise.
35221 * io/ftwtest-sh: Likewise.
35222 * libio/test-freopen.sh: Likewise.
35223 * malloc/tst-mtrace.sh: Likewise.
35224 * posix/globtest.sh: Likewise.
35225 * posix/tst-getconf.sh: Likewise.
35226 * posix/wordexp-tst.sh: Likewise.
35227 * stdio-common/tst-printf.sh: Likewise.
35228 * stdio-common/tst-unbputc.sh: Likewise.
35229 * stdlib/tst-fmtmsg.sh: Likewise.
35230 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35231 * catgets/Makefile: Do not specify -e option when running
35232 testsuite shell scripts.
35233 * elf/Makefile: Likewise.
35234 * grp/Makefile: Likewise.
35235 * iconvdata/Makefile: Likewise.
35236 * intl/Makefile: Likewise.
35237 * io/Makefile: Likewise.
35238 * libio/Makefile: Likewise.
35239 * malloc/Makefile: Likewise.
35240 * posix/Makefile: Likewise.
35241 * stdio-common/Makefile: Likewise.
35242 * stdlib/Makefile: Likewise.
35243 * sysdeps/x86_64/Makefile: Likewise.
35244
9a9028b1
DL
35245 * io/ftwtest-sh: Add copyright header.
35246 * posix/globtest.sh: Likewise.
35247 * posix/tst-getconf.sh: Likewise.
35248 * posix/wordexp-tst.sh: Likewise.
35249 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35250
ced6f16e
L
352512012-09-24 H.J. Lu <hongjiu.lu@intel.com>
35252
94b32c39
L
35253 [BZ #13679]
35254 * Makeconfig (+link): Defined as $(+link-static) if
35255 $(build-shared) isn't yes.
35256 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35257 isn't yes.
35258 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35259
189e935b
L
35260 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35261
ced6f16e
L
35262 [BZ #14562]
35263 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35264 new chunk size with MALLOC_ALIGN_MASK.
35265
a9f8e53a
JM
352662012-09-24 Joseph Myers <joseph@codesourcery.com>
35267
35268 [BZ #5044]
35269 * stdio-common/printf_fphex.c: Include <stdbool.h> and
35270 <rounding-mode.h>.
35271 (__printf_fphex): Determine rounding using get_rounding_mode and
35272 round_away.
35273 * stdio-common/tst-printf-round.c (struct hex_test): New
35274 structure.
35275 (hex_tests): New variable.
35276 (test_hex_in_one_mode): New function.
35277 (do_test): Also run tests for hex float output.
35278
43153109
JM
352792012-09-21 Joseph Myers <joseph@codesourcery.com>
35280
35281 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35282 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35283 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35284 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35285 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35286 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35287 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35288 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35289
8a26625d
JM
352902012-09-20 Joseph Myers <joseph@codesourcery.com>
35291
35292 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35293 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35294 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35295 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35296
f3fd569c
DL
352972012-09-19 Dmitry V. Levin <ldv@altlinux.org>
35298
35299 [BZ #14579]
35300 * elf/rtld.c (dl_main): Limit the check for self loading to normal
35301 mode only.
35302 * elf/tst-rtld-load-self.sh: New test.
35303 * elf/Makefile: Run it.
35304
63bbedd4
JM
353052012-09-18 Joseph Myers <joseph@codesourcery.com>
35306
35307 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35308 (tst-writev-ENV): Remove.
35309 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35310
626f8b6a
CM
353112012-09-17 Chris Metcalf <cmetcalf@tilera.com>
35312
35313 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35314
b7aaa4d6
JM
353152012-09-17 Joseph Myers <joseph@codesourcery.com>
35316
35317 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35318 unconditional.
35319 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35320 Likewise.
35321 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35322 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35323 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35324 Likewise.
35325
65513990
L
353262012-09-14 H.J. Lu <hongjiu.lu@intel.com>
35327
35328 [BZ #14587]
35329 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35330 * config.make.in (have-cpp-asm-debuginfo): Removed.
35331 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35332 * configure: Regenerated.
35333
784761be
JM
353342012-09-14 Joseph Myers <joseph@codesourcery.com>
35335
35336 [BZ #5044]
35337 * stdio-common/printf_fp.c: Include <stdbool.h> and
35338 <rounding-mode.h>.
35339 (___printf_fp): Determine rounding using get_rounding_mode and
35340 round_away.
35341 * stdio-common/tst-printf-round.c: New file.
35342 * stdio-common/Makefile (tests): Add tst-printf-round.
35343 (link-libm): New variable.
35344 ($(objpfx)tst-printf-round): Depend in $(link-libm).
35345
9503345f
L
353462012-09-13 H.J. Lu <hongjiu.lu@intel.com>
35347
35348 [BZ #14576]
35349 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35350 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35351 Likewise.
35352 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35353 Likewise.
35354
ad35fc00
JM
353552012-09-13 Joseph Myers <joseph@codesourcery.com>
35356
35357 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35358 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35359 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35360 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35361
6c9b0f68
JM
353622012-09-12 Joseph Myers <joseph@codesourcery.com>
35363
35364 [BZ #14518]
35365 * include/rounding-mode.h: New file.
35366 * sysdeps/generic/get-rounding-mode.h: Likewise.
35367 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35368 * stdlib/strtod_l.c: Include <rounding-mode.h>.
35369 (MAX_VALUE): New macro.
35370 (MIN_VALUE): Likewise.
35371 (overflow_value): New function.
35372 (underflow_value): Likewise.
35373 (round_and_return): Use overflow_value and underflow_value to
35374 determine return values in overflow and underflow cases. Use
35375 round_away to determine rounding depending on rounding mode.
35376 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35377 determine return values in overflow and underflow cases.
35378 * stdlib/tst-strtod-round.c: Include <fenv.h>.
35379 (struct test_results): New structure.
35380 (struct test): Use struct test_results to store expected results
35381 for all rounding modes.
35382 (TEST): Include expected results for all rounding modes.
35383 (test_in_one_mode): New function.
35384 (do_test): Use test_in_one_mode to compute and check results.
35385 Check results for all rounding modes.
35386 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35387 $(link-libm).
35388
19fcedd5
AM
353892012-12-09 Allan McRae <allan@archlinux.org>
35390
1e9d84cd 35391 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 35392
8bbfd2f1
JM
353932012-09-11 Joseph Myers <joseph@codesourcery.com>
35394
35395 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35396 (_G_int32_t): Likewise.
35397 (_G_uint16_t): Likewise.
35398 (_G_uint32_t): Likewise.
35399 (_G_HAVE_BOOL): Likewise.
35400 (_G_HAVE_ATEXIT): Likewise.
35401 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35402 (_G_HAVE_IO_FILE_OPEN): Likewise.
35403 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35404 (_G_int32_t): Likewise.
35405 (_G_uint16_t): Likewise.
35406 (_G_uint32_t): Likewise.
35407 (_G_HAVE_BOOL): Likewise.
35408 (_G_HAVE_ATEXIT): Likewise.
35409 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35410 (_G_HAVE_IO_FILE_OPEN): Likewise.
35411 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35412 (_G_int32_t): Likewise.
35413 (_G_uint16_t): Likewise.
35414 (_G_uint32_t): Likewise.
35415 (_G_HAVE_BOOL): Likewise.
35416 (_G_HAVE_ATEXIT): Likewise.
35417 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35418 (_G_HAVE_IO_FILE_OPEN): Likewise.
35419
b1dc5912
L
354202012-09-11 H.J. Lu <hongjiu.lu@intel.com>
35421
35422 * csu/libc-tls.c: Update copyright years.
35423
0e886ef9
JM
354242012-09-10 Joseph Myers <joseph@codesourcery.com>
35425
28361c5e
JM
35426 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35427 [!_G_USING_THUNKS]: Remove conditional code.
35428 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35429 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35430
0e886ef9
JM
35431 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35432 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35433 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35434 (_G_VTABLE_LABEL_PREFIX): Likewise.
35435 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35436 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35437 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35438 (_G_VTABLE_LABEL_PREFIX): Likewise.
35439 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35440 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35441 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35442 (_G_VTABLE_LABEL_PREFIX): Likewise.
35443 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35444
bcba7aa2
L
354452012-09-10 H.J. Lu <hongjiu.lu@intel.com>
35446
35447 * libio/Makefile: Include ../Makeconfig before tests.
35448 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35449 only if $(build-shared) is yes.
35450
06585ee8
L
35451 * iconv/gconv_db.c: Update copyright years.
35452
80ccd52c
LD
354532012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35454
35455 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35456 unwind info if defined PIC. Fix special cases description.
35457 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35458
35459 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35460 DP_HI_MASK entry.
35461 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35462
691bc9c1
L
354632012-09-07 H.J. Lu <hongjiu.lu@intel.com>
35464
3d9b46b3
L
35465 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35466
de2139a9
L
35467 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35468 is NULL.
35469
5ca78dd0
L
35470 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35471 (LDLIBS-tst-chk4): This.
35472 (LDFLAGS-tst-chk5): Renamed to ...
35473 (LDLIBS-tst-chk5): This.
35474 (LDFLAGS-tst-chk6): Renamed to ...
35475 (LDLIBS-tst-chk6): This.
35476 (LDFLAGS-tst-lfschk4): Renamed to ...
35477 (LDLIBS-tst-lfschk4): This.
35478 (LDFLAGS-tst-lfschk5): Renamed to ...
35479 (LDLIBS-tst-lfschk5): This.
35480 (LDFLAGS-tst-lfschk6): Renamed to ...
35481 (LDLIBS-tst-lfschk6): This.
35482
691bc9c1
L
35483 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35484 on $(common-objpfx)soversions.mk.
35485
65cafb1c
JM
354862012-09-07 Joseph Myers <joseph@codesourcery.com>
35487
35488 [BZ #10014]
35489 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35490 example host name.
35491
c78ab094
SP
354922012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
35493
35494 * malloc/arena.c (arena_get_retry): New function that gets
35495 another arena for the caller to try its request on.
35496 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35497 current arena cannot fulfill the request.
35498 (__libc_memalign): Likewise.
35499 (__libc_memalign): Likewise.
35500 (__libc_pvalloc): Likewise.
35501 (__libc_calloc): Likewise.
35502
01f49f59
JT
355032012-09-05 John Tobey <john.tobey@gmail.com>
35504
35505 [BZ #13542]
35506 * manual/arith.texi (Operations on Complex): Fix description
35507 of carg branch cut.
35508
4c23fed5
JM
355092012-09-06 Joseph Myers <joseph@codesourcery.com>
35510
1d3c8572
JM
35511 [BZ #10014]
35512 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35513 host name.
35514
4c23fed5
JM
35515 [BZ #10038]
35516 * manual/memory.texi (Memory): Make order of menu items match
35517 order of sections.
35518
04570aaa
L
355192012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35520
35521 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35522 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
35523 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35524
b80af2f4
L
355252012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35526
35527 * csu/libc-tls.c (static_dtv): Renamed to ...
35528 (_dl_static_dtv): This. Make it global.
35529 (_dl_initial_dtv): Removed.
35530 (__libc_setup_tls): Updated.
35531 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35532 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35533 DL_INITIAL_DTV.
35534
2abe9f15
PM
355352012-09-06 Petr Machata <pmachata@redhat.com>
35536
35537 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35538 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35539 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35540 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35541
0948c3af
L
355422012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35543
35544 [BZ #14545]
35545 * csu/libc-tls.c (_dl_initial_dtv): New variable.
35546 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35547 freeing dtv[-1].
35548
a5055ad1
L
355492012-09-06 H.J. Lu <hongjiu.lu@intel.com>
35550
35551 [BZ #14544]
35552 * Makeconfig (link-static-before-libc): Replace $(+prector)
35553 with $(+prectorT).
35554 (link-static-after-libc): Replace $(+postctor) with
35555 $(+postctorT).
35556 (link-bounded): Replace $(+prector)/$(+postctor) with
35557 $(+prectorT)/$(+postctorT).
35558 (+prectorT): New macro.
35559 (+postctorT): Likewise.
35560
ed8c2ecd
JM
355612012-09-06 Joseph Myers <joseph@codesourcery.com>
35562
35563 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35564 (round_str): Handle values above the maximum for IBM long double
35565 as inexact.
35566 * stdlib/tst-strtod-round.c (tests): Regenerated.
35567
14c996c8
AK
355682012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35569
35570 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35571 assembler flag.
35572 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35573 zarch_nohighgprs around the zarch optimized routines.
35574 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35575 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35576 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35577 for zarch.
35578
430d6ce6
DM
355792012-09-05 David S. Miller <davem@davemloft.net>
35580
35581 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35582
57f41c40
AS
35583 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35584 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
35585 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35586 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35587 entries.
35588
24d4e01b
AO
355892012-09-05 Alexandre Oliva <aoliva@redhat.com>
35590
35591 * malloc/arena.c: Fold copyright years.
35592 * malloc/mcheck.c, malloc/memusage.c: Likewise.
35593
61d58174
AO
355942012-09-05 Alexandre Oliva <aoliva@redhat.com>
35595
35596 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35597
20196a5e
AO
355982012-09-05 Alexandre Oliva <aoliva@redhat.com>
35599
35600 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
35601
5c447383
AO
356022012-09-05 Alexandre Oliva <aoliva@redhat.com>
35603
35604 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35605 change internal state upon failure.
35606
fad64255
AO
356072012-09-05 Alexandre Oliva <aoliva@redhat.com>
35608
35609 * malloc/mcheck.c (mcheck_check_all): Fix typo.
35610 * malloc/memusage.c (mmap): Likewise.
35611 (mmap64, mremap): Likewise. Adjust name in comment.
35612
1ffb8c90
SP
356132012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35614
35615 * libio/fileops.c: Fix typos in comments.
35616 * libio/oldfileops.c: Likewise.
35617 * libio/wfileops.c: Likewise.
35618
6ef9cc37
SP
356192012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
35620
35621 [BZ #1349]
35622 * malloc/Makefile (tests): Add tst-malloc-usable test case.
35623 (tst-malloc-usable-ENV): Set environment for test case.
35624 * malloc/hooks.c (malloc_check_get_size): New function to get
35625 requested size.
35626 * malloc/malloc.c (musable): Use malloc_check_get_size.
35627 * malloc/tst-malloc-usable.c: New test case.
35628
4d038ae3
AS
356292012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35630
35631 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35632
c4e85184
AM
356332012-09-05 Allan McRae <allan@archlinux.org>
35634
b9dafc56 35635 [BZ #13966]
c4e85184
AM
35636 * configure.in (CXX_SYSINCLUDES): Use compiler output to
35637 determine header location.
35638 * configure: Regenerated.
35639
e1343020
AS
356402012-09-05 Andreas Schwab <schwab@linux-m68k.org>
35641
35642 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35643 float format.
35644 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
35645 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35646 format.
e1343020
AS
35647 (test): Regenerate.
35648
0a9f1987
DM
356492012-09-04 David S. Miller <davem@davemloft.net>
35650
35651 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35652 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35653 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35654
29237804
FW
356552012-09-04 Florian Weimer <fweimer@redhat.com>
35656
35657 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35658 failures.
35659
edb3cb88
FW
35660 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35661
60160d83
JM
356622012-09-04 Joseph Myers <joseph@codesourcery.com>
35663
35664 [BZ #9914]
35665 * libio/iogetdelim.c: Include <limits.h>.
35666 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35667 + len + 1 would overflow.
35668
bcd6c8dc
AJ
356692012-09-03 Andreas Jaeger <aj@suse.de>
35670
35671 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35672 * sysdeps/i386/fpu/libm-test-ulps: Update.
35673
4ffffbd2
LD
356742012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35675
35676 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35677 Add s_sinf-sse2, s_conf-sse2.
35678
35679 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35680 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35681 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35682 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35683
35684 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35685 for using routine as __sinf_ia32.
35686 Use macro for function declaration and weak_alias.
35687 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35688 for using routine as __cosf_ia32.
35689 Use macro for function declaration and weak_alias.
35690
35691 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35692 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35693
35694 * sysdeps/x86_64/fpu/s_sinf.S: New file.
35695 * sysdeps/x86_64/fpu/s_cosf.S: New file.
35696 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35697
35698 * math/libm-test.inc (cos_test): Add more test cases.
35699 (sin_test): Likewise.
35700 (sincos_test): Likewise.
35701
511fa286
AK
357022012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35703
35704 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35705 (IFUNC_RESOLVE): Make pointers to the specialized implementations
35706 hidden.
35707 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35708
5f30cfec
L
357092012-09-02 H.J. Lu <hongjiu.lu@intel.com>
35710
35711 [BZ #14538]
35712 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35713 first element of the GOT.
35714 (elf_machine_load_address): Return the difference between
35715 the runtime address of _DYNAMIC and elf_machine_dynamic ().
35716
0786794f
AM
357172012-09-01 Allan McRae <allan@archlinux.org>
35718
5f30cfec
L
35719 [BZ #13412]
35720 * configure.in (AWK): Require gawk version 3.0 or later.
35721 * configure: Regenerated.
0786794f 35722
26889eac
JM
357232012-09-01 Joseph Myers <joseph@codesourcery.com>
35724
35725 * sysdeps/unix/sysv/linux/kernel-features.h
35726 (__ASSUME_POSIX_CPU_TIMERS): Remove.
35727 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35728 [__NR_clock_getres]: Make code unconditional.
35729 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35730 (clock_getcpuclockid): Remove code left unreachable by removal of
35731 conditionals.
35732 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35733 code unconditional.
35734 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35735 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35736 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35737 Make code unconditional.
35738 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35739 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35740 * sysdeps/unix/sysv/linux/clock_settime.c
35741 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35742 conditional code.
35743 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35744 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35745
d22e28b0
L
357462012-08-29 H.J. Lu <hongjiu.lu@intel.com>
35747
35748 [BZ #14476]
35749 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35750 scripts/test-installation.pl.
35751
35752 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35753 and $ld_so_version if it is set.
35754
050af9c4
SP
357552012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35756
35757 [BZ #14516]
35758 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35759 failure if reading from procfs failed.
35760 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35761
ad845c0b
JM
357622012-08-27 Joseph Myers <joseph@codesourcery.com>
35763
35764 * sysdeps/unix/sysv/linux/kernel-features.h
35765 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35766 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35767 Remove conditional code.
35768 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35769 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35770 Remove conditional code.
35771 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35772 * sysdeps/unix/sysv/linux/i386/fxstat.c
35773 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35774 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35775 * sysdeps/unix/sysv/linux/i386/fxstatat.c
35776 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35777 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35778 * sysdeps/unix/sysv/linux/i386/lxstat.c
35779 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35780 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35781 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35782 Remove conditional code.
35783 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35784 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35785 Remove conditional code.
35786 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35787 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35788 <kernel-features.h>.
35789 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35790 Remove.
35791 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35792 Remove conditional code.
35793 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35794 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35795 Remove conditional.
35796
5dbf56af
MF
357972012-08-27 Mike Frysinger <vapier@gentoo.org>
35798
35799 [BZ #5400]
35800 * NEWS: Add fixed bug number.
35801
d6e70f43
JM
358022012-08-27 Joseph Myers <joseph@codesourcery.com>
35803
7efb4737
JM
35804 [BZ #14519]
35805 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35806 underflowing exponent in case of negative sign.
35807 * stdlib/tst-strtod-round-data: Add more tests.
35808 * stdlib/tst-strtod-round.c (tests): Regenerated.
35809
af92131a
JM
35810 [BZ #3479]
35811 * stdlib/strtod_l.c (NDIG): Remove.
35812 (HEXNDIG): Likewise.
35813 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35814 smallest representable value.
35815 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35816 lie within an exact representation of 1/2 ulp of the result.
35817 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35818 unconditionally.
35819 (TENS_P9_IDX): Define unconditionally.
35820 (TENS_P9_SIZE): Likewise.
35821 (TENS_P10_IDX): Likewise.
35822 (TENS_P10_SIZE): Likewise.
35823 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35824 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35825 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35826 entries for 10^2^13 and 10^2^14.
35827 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35828 (TENS_P13_IDX): Define.
35829 (TENS_P13_SIZE): Likewise.
35830 (TENS_P14_IDX): Likewise.
35831 (TENS_P14_SIZE): Likewise.
35832 (_fpioconst_pow10): Change array size to
35833 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
35834 unconditional.
35835 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35836 1024]: Add entries for 10^2^13 and 10^2^14.
35837 [LAST_POW10 > _LAST_POW10]: Remove #error.
35838 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35839 (_fpioconst_pow10): Change array size to
35840 FPIOCONST_POW10_ARRAY_SIZE.
35841 * stdlib/gen-fpioconst.c: New file.
35842 * stdlib/gen-tst-strtod-round.c: Likewise.
35843 * stdlib/tst-strtod-round-data: Likewise.
35844 * stdlib/tst-strtod-round.c: Likewise.
35845 * stdlib/Makefile (tests): Add tst-strtod-round.
35846
d6e70f43
JM
35847 [BZ #14459]
35848 * stdlib/strtod_l.c: Include <stdint.h>.
35849 (NDEBUG): Do not define.
35850 (round_and_return): Change EXPONENT parameter to type intmax_t.
35851 Rearrange calculations to avoid internal overflow possibilities.
35852 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35853 Rearrange calculations to avoid internal overflow possibilities.
35854 Assert that number fits inside MPNSIZE limbs.
35855 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35856 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
35857 calculations and add assertions to avoid internal overflow
35858 possibilities. Add casts to avoid signed/unsigned operations.
35859 * stdlib/tst-strtod-overflow.c: New file.
35860 * stdlib/Makefile (tests): Add tst-strtod-overflow.
35861
1f529f7d
MP
358622012-08-25 Marek Polacek <polacek@redhat.com>
35863
35864 * time/time.h: Fix some typos in comments.
35865
59a629f1
RM
358662012-08-23 Roland McGrath <roland@hack.frob.com>
35867
35868 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35869 * posix/tst-rfc3484-2.c: Likewise.
35870 * posix/tst-rfc3484-3.c: Likewise.
35871
d3bafbc9
SM
358722012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
35873
35874 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35875 (EF_ARM_ABI_FLOAT_HARD): Likewise.
35876
4efcc022
JM
358772012-08-23 Joseph Myers <joseph@codesourcery.com>
35878
35879 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35880 #include of fxstatat64.c.
35881
3cc3ef96
RM
358822012-08-22 Roland McGrath <roland@hack.frob.com>
35883
f04e2132
RM
35884 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35885 * shadow/getspent_r.c: Likewise.
35886 * shadow/getspnam.c: Likewise.
35887 * shadow/getspnam_r.c: Likewise.
35888 * gshadow/getsgent.c: Likewise.
35889 * gshadow/getsgent_r.c: Likewise.
35890 * gshadow/getsgnam.c: Likewise.
35891 * gshadow/getsgnam_r.c: Likewise.
35892 * inet/getnetbyad.c: Likewise.
35893 * inet/getnetbyad_r.c: Likewise.
35894 * inet/getnetbynm.c: Likewise.
35895 * inet/getnetbynm_r.c: Likewise.
35896 * inet/getnetent.c: Likewise.
35897 * inet/getnetent_r.c: Likewise.
35898 * inet/getproto.c: Likewise.
35899 * inet/getproto_r.c: Likewise.
35900 * inet/getprtent.c: Likewise.
35901 * inet/getprtent_r.c: Likewise.
35902 * inet/getprtname.c: Likewise.
35903 * inet/getprtname_r.c: Likewise.
35904 * inet/getrpcbyname.c: Likewise.
35905 * inet/getrpcbyname_r.c: Likewise.
35906 * inet/getrpcbynumber.c: Likewise.
35907 * inet/getrpcbynumber_r.c: Likewise.
35908 * inet/getrpcent.c: Likewise.
35909 * inet/getrpcent_r.c: Likewise.
35910 * inet/getaliasent.c: Likewise.
35911 * inet/getaliasent_r.c: Likewise.
35912 * inet/getaliasname.c: Likewise.
35913 * inet/getaliasname_r.c: Likewise.
35914 * nscd/getgrgid_r.c: Likewise.
35915 * nscd/getgrnam_r.c: Likewise.
35916 * nscd/gethstbyad_r.c: Likewise.
35917 * nscd/gethstbynm3_r.c: Likewise.
35918 * nscd/getpwnam_r.c: Likewise.
35919 * nscd/getpwuid_r.c: Likewise.
35920 * nscd/getsrvbynm_r.c: Likewise.
35921 * nscd/getsrvbypt_r.c: Likewise.
35922 * nscd/gai.c: Likewise.
35923
c53d909c
RM
35924 * configure.in (build_nscd): New substituted variable, set
35925 by --disable-build-nscd and defaults to $use_nscd.
35926 * configure: Regenerated.
35927 * config.make.in (build-nscd): New substituted variable.
35928 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35929 Change conditional to require [$(build-nscd) = yes] as well.
35930 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35931
3cc3ef96
RM
35932 [BZ# 13696]
35933 * configure.in (use_nscd): New substituted variable, set by
35934 --disable-nscd. If enabled, define USE_NSCD.
35935 * configure: Regenerated.
35936 * config.h.in: Add USE_NSCD.
35937 * config.make.in (use-nscd): New substituted variable.
35938 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35939 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35940 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35941 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35942 (CFLAGS-getgrnam_r.c): Likewise.
35943 (CFLAGS-initgroups.c): Likewise.
35944 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35945 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35946 Variables removed.
35947 * inet/getnetgrent_r.c
35948 (nscd_setnetgrent): New function, broken out of ...
35949 (setnetgrent): ... here. Call it.
35950 (innetgr): Conditionalize nscd bits on [USE_NSCD].
35951 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35952 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35953 * nscd/Makefile (routines, aux): Move definitions after include of
35954 Makeconfig. Conditionalize on [$(use-nscd) != no].
35955 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35956 Conditionalize on [USE_NSCD].
35957 (is_nscd, nscd_init_cb): Likewise.
35958 (nss_load_library): Conditionalize init callback on [USE_NSCD].
35959 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35960 * nss/nss_db/db-init.c: Likewise.
35961 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35962 [USE_NSCD].
35963 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35964 (make_request): Use it.
35965 (cache_valid_p): New function.
35966 (__check_pf): Use it.
35967 * NEWS: Add item for --disable-nscd.
35968
07e51550
DL
359692012-08-22 Dmitry V. Levin <ldv@altlinux.org>
35970
35971 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35972 to support sed >= 4.2.1-20-ga9bf076.
35973 * configure: Regenerated.
35974
35a5b08b
RM
359752012-08-22 Roland McGrath <roland@hack.frob.com>
35976
35977 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35978 Conditionalize whole body on [IREL].
35979
8479f23a
JL
359802012-08-22 Jeff Law <law@redhat.com>
35981
35982 [BZ #14505]
35983 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35984 if the family is PF_UNSPEC.
35985
48da0b21
MF
359862012-08-22 Mike Frysinger <vapier@gentoo.org>
35987
35988 * Makerules (lib-version): Rename from V.
35989 (install-lib-nosubdir): Change V to lib-version.
35990
15d0da8c
WS
359912012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
35992
35993 [BZ #14252]
35994 * powerpc32/power6/wcschr.c: New file.
35995 * powerpc32/power6/wcscpy.c: New file.
35996 * powerpc32/power6/wcsrchr.c: New file.
35997 * powerpc64/power6/wcschr.c: New file.
35998 * powerpc64/power6/wcscpy.c: New file.
35999 * powerpc64/power6/wcsrchr.c: New file.
36000
bcca0895
MK
360012012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
36002
36003 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36004 (two_way_short_needle): Use it.
5a4aaa33
RM
36005 * string/strstr.c (AVAILABLE1_USES_J): Define.
36006 * string/strcasestr.c: Likewise.
99677e57
MK
36007
36008 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36009 array references.
36010 * string/strcasestr.c (TOLOWER): Make side-effect safe.
36011
400726de
MK
36012 [BZ #11607]
36013 * NEWS: Add an entry.
36014 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36015 define their defaults.
36016 (two_way_short_needle): Detect end-of-string on-the-fly.
36017 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36018 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36019 * string/bug-strcasestr1.c: New test.
36020 * string/Makefile: Run it.
36021
20a71f2c
MK
360222012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
36023
36024 [BZ #11607]
36025 * string/str-two-way.h (two_way_short_needle): Optimize matching of
36026 the first character.
36027
21ad0558
RM
360282012-08-21 Roland McGrath <roland@hack.frob.com>
36029
36030 * csu/elf-init.c (__libc_csu_irel): Function removed.
36031 * csu/libc-start.c (apply_irel): New function.
36032 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36033
0e1d9911
JM
360342012-08-21 Joseph Myers <joseph@codesourcery.com>
36035
36036 * sysdeps/unix/sysv/linux/kernel-features.h
36037 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36038 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36039 <kernel-features.h>.
36040 [__NR_fadvise64_64]: Make code unconditional.
36041 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36042 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36043 !__NR_fadvise64_64)]: Likewise.
36044 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36045 !__NR_fadvise64_64))]: Likewise.
36046 [__NR_fadvise64]: Make code unconditional.
36047 [!__NR_fadvise64]: Remove conditional code.
36048 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36049 <kernel-features.h>.
36050 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36051 unconditional.
36052 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36053 conditional code.
36054 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36055 not include <kernel-features.h>.
36056 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36057 unconditional.
36058 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36059 conditional code.
36060 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36061 include <kernel-features.h>.
36062 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36063 unconditional.
36064 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36065 conditional code.
36066
14a50c9d
WS
360672012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
36068
36069 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36070 slight instruction rearrangements per scrollpipe analysis.
36071 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36072
c0f4faf0
RM
360732012-08-20 Roland McGrath <roland@hack.frob.com>
36074
696da859
RM
36075 * manual/syslog.texi (syslog; vsyslog, closelog):
36076 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36077 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36078
c0f4faf0
RM
36079 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36080 DSOCAPS to match condition on defining it.
36081
348363b2
JM
360822012-08-20 Joseph Myers <joseph@codesourcery.com>
36083
a35cbf28
JM
36084 * sysdeps/unix/sysv/linux/kernel-features.h
36085 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36087 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36088 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36090 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36091 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36092 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36093 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36094 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36095
445f7ecd
JM
36096 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36097 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36098
348363b2
JM
36099 * sysdeps/unix/sysv/linux/kernel-features.h
36100 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36101 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36102 unconditional.
36103 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36104 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36105 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36106 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36107 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36108 Make code unconditional.
36109 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36110 (__mmap64) [!__NR_mmap2]: Likewise.
36111 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36112 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36113 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36114 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36115 [__NR_mmap2]: Make code unconditional.
36116 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36117 (__mmap64) [!__NR_mmap2]: Likewise.
36118
bc5bc0e5
AK
361192012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36120
36121 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36122
88d506de
AJ
361232012-08-18 Andreas Jaeger <aj@suse.de>
36124
36125 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36126
493387d2
MF
361272012-08-18 Mike Frysinger <vapier@gentoo.org>
36128
36129 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36130 * include/unistd.h (__have_sock_cloexec): Likewise.
36131 (__have_pipe2): Likewise.
36132 (__have_dup3): Likewise.
36133
a277af22
MF
361342012-08-18 Mike Frysinger <vapier@gentoo.org>
36135
36136 [BZ #9685]
36137 * include/unistd.h (__have_pipe2): Change define into an extern int.
36138 (__have_dup3): Likewise.
36139 * socket/have_sock_cloexec.c: Include fcntl.h.
36140 (__have_pipe2): New variable.
36141 (__have_dup3): Likewise.
36142
fdab8fd3
MF
361432012-08-17 Mike Frysinger <vapier@gentoo.org>
36144
36145 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36146
31035e80
MP
361472012-08-17 Marek Polacek <polacek@redhat.com>
36148
36149 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36150 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36151
3bd9e993
RM
361522012-08-17 Roland McGrath <roland@hack.frob.com>
36153
c91c505f
RM
36154 * configure.in: Add AC_SUBST for sysheaders.
36155 * configure: Regenerated.
36156 * config.make.in (sysheaders): New substituted variable.
36157
7c6f9d53
RM
36158 * sysdeps/unix/mkfifo.c: Moved ...
36159 * sysdeps/posix/mkfifo.c: ... here.
36160 * sysdeps/unix/mkfifoat.c: Moved ...
36161 * sysdeps/posix/mkfifoat.c: ... here.
36162
36163 * sysdeps/unix/utime.c: Moved ...
36164 * sysdeps/posix/utime.c: ... here.
36165
36166 * sysdeps/unix/time.c: Moved ...
36167 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
36168 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36169 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
36170
36171 * sysdeps/unix/nice.c: Moved ...
36172 * sysdeps/posix/nice.c: ... here.
36173
36174 * sysdeps/unix/alarm.c: Moved ...
36175 * sysdeps/posix/alarm.c: ... here.
36176
3bd9e993
RM
36177 * intl/Makefile ($(codeset_mo)): Depend on the input file.
36178
d1f09384
JL
361792012-08-17 Jeff Law <law@redhat.com>
36180
36181 * intl/Makefile (codeset_mo): New variable.
36182 ($(codeset_mo)): New target.
36183 (tst-codeset.out): Depend on that. Remove explicit rule.
36184 (tst-gettext3.out, tst-gettext5.out): Likewise.
36185 (LOCPATH-ENV, tst-codeset-ENV): New variables.
36186 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36187 * intl/tst-codeset.sh: Remove.
36188 * intl/tst-gettext3.sh: Likewise.
36189 * intl/tst-gettext5.sh: Likewise.
36190
2ae1ae5c
RM
361912012-08-17 Roland McGrath <roland@hack.frob.com>
36192
c31fdb83
RM
36193 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
36194 * sysdeps/unix/syscalls.list: ... here.
36195
a0844057
RM
36196 * sysdeps/posix/getaddrinfo.c
36197 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36198 (gaiconf_init, gaiconf_reload): Use them.
36199 [!_STATBUF_ST_NSEC]
36200 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36201 Define using time_t rather than struct timespec.
36202
750c1f2a
RM
36203 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36204 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36205 Macros removed.
36206 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36207 [!NO_THREADS].
36208 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36209 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36210 Likewise.
36211
2ae1ae5c
RM
36212 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36213 __libc_cleanup_push argument.
36214
e66a42f5
RM
36215 * bits/param.h: New file.
36216 * misc/sys/param.h: New file.
36217 * include/sys/param.h: New file.
36218 * misc/Makefile (headers): Add bits/param.h.
36219 * sysdeps/generic/sys/param.h: File removed.
36220 * sysdeps/unix/sysv/linux/bits/param.h: New file.
36221 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36222 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 36223 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 36224
b7c08a66
RM
36225 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36226 last change.
36227
b2e1c562
RM
36228 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36229 [_IO_MTSAFE_IO].
36230 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36231 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36232 New macros.
36233
c75ccd4c
RM
36234 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36235 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36236 rather than -D_IO_MTSAFE_IO conditionally.
36237 * stdio-common/Makefile (CPPFLAGS): Likewise.
36238 * wcsmbs/Makefile (CPPFLAGS): Likewise.
36239 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36240 Use $(libio-mtsafe).
36241 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36242 of -D_IO_MTSAFE_IO.
36243 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36244 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36245 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36246 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36247 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36248 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36249 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36250 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36251 (CFLAGS-fread_u_chk.c): Likewise.
36252 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36253 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36254 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36255 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36256 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36257 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36258 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36259 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36260 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36261
36262 * libio/Makefile: Test [$(libc-reentrant) = yes]
36263 instead of [$(filter %REENTRANT, $(defines)) nonempty].
36264
36265 * Makeconfig
36266 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36267 * sysdeps/pthread/configure: File removed.
36268 * sysdeps/pthread/Makeconfig: New file.
36269 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36270 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36271
d9195db8
GB
362722012-08-16 Gary Benson <gbenson@redhat.com>
36273
36274 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36275 unmapping the first object in a namespace.
36276
86466cd9
RM
362772012-08-16 Roland McGrath <roland@hack.frob.com>
36278
36279 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36280 (__internal_setnetgrent): ... this. Add internal_function to
36281 definition. Add libc_hidden_def.
36282 (setnetgrent): Update caller.
36283 (internal_endnetgrent): Renamed to ...
36284 (__internal_endnetgrent): ... this. Add internal_function to
36285 definition. Add libc_hidden_def.
36286 (endnetgrent): Update caller.
36287 (internal_getnetgrent_r): Renamed to ...
36288 (__internal_getnetgrent_r): ... this. Add internal_function to
36289 definition. Add libc_hidden_def.
36290 (__getnetgrent_r): Update caller.
36291 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
36292
c3c8283c
JM
362932012-08-16 Joseph Myers <joseph@codesourcery.com>
36294
36295 * stdlib/longlong.h: Update from GCC.
36296
db1ee0a8
RM
362972012-08-16 Roland McGrath <roland@hack.frob.com>
36298
36299 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36300 on _QL, which is set by umul_ppmm but never used.
36301 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36302 variables, which are set by GMP macros but never used.
36303 * stdio-common/_itowa.c (_itowa): Likewise.
36304 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36305 * stdlib/mod_1.c (mpn_mod_1): Likewise.
36306
30f69637
CD
363072012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
36308
36309 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36310 struct La_sh_regs is not constant.
36311 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36312 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36313 and struct La_sparc64_regs are not constant.
36314
93a78ac4
JM
363152012-08-16 Joseph Myers <joseph@codesourcery.com>
36316
36317 * sysdeps/unix/sysv/linux/kernel-features.h
36318 (__ASSUME_POSIX_TIMERS): Remove.
36319 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36320 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36321 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36322 Make code unconditional.
36323 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36324 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36325 Make code unconditional.
36326 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36327 * sysdeps/unix/sysv/linux/clock_nanosleep.c
36328 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36329 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36330 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36331 Make code unconditional.
36332 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36333 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36334 (__libc_missing_posix_timers): Remove.
36335
dd924cd7
RM
363362012-08-15 Roland McGrath <roland@hack.frob.com>
36337
4b4f2771
RM
36338 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36339 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36340
601c888b
RM
36341 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36342
176790a7
RM
36343 * elf/dl-sym.c: Include <stdlib.h>.
36344
329bc018
RM
36345 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36346 constants, which avoids warnings in 32-bit builds.
36347
e04e272d
RM
36348 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36349 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36350
952bf94a
RM
36351 * misc/lseek.c: File moved to ...
36352 * io/lseek.c: ... here.
36353
7c99b50a
RM
36354 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36355
dd924cd7
RM
36356 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36357 shifting LEN more than 31 bits at once.
36358
b3f479a8
LD
363592012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36360
36361 [BZ #14195]
8c4ae0d4
RM
36362 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36363 segmentation fault for a case of two empty input strings.
b3f479a8
LD
36364 * string/test-strncasecmp.c (check1): Renamed to...
36365 (bz12205): ...this.
36366 (bz14195): Add new testcase for two empty input strings and N > 0.
36367 (test_main): Call new testcase, adapt for renamed function.
36368
9c55864e
AJ
363692012-08-15 Andreas Jaeger <aj@suse.de>
36370
36371 [BZ #14090]
36372 * crypt/md5test2.c: New test, based on test supplied by Serge
36373 Belyshev <belyshev@depni.sinp.msu.ru>.
36374 * crypt/Makefile (xtests): Add md5test-giant..
36375 * crypt/Makefile ($(objpfx)md5test-giant): Add.
36376
02dcb6c5
PE
363772012-08-15 Paul Eggert <eggert@cs.ucla.edu>
36378
36379 [BZ #14090]
36380 * crypt/md5.c (md5_process_block): Don't assume the buffer
36381 length is less than 2**32.
36382 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36383 length is less than 2**64.
36384
a3f95dcc
RM
363852012-08-15 Roland McGrath <roland@hack.frob.com>
36386
be75d758
RM
36387 * string/str-two-way.h: Include <sys/param.h>.
36388 (MAX): Macro removed.
36389
7312ca90
RM
36390 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36391 Move #define and #undef of memmove to just before and after
36392 including <string.h>.
36393
9a0a5486
RM
36394 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36395 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36396 and after including <string.h>. Move declarations of
36397 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36398 to before #include "string/memmove.c".
36399
67cc348d
RM
36400 * include/dirent.h: Declare __getdirentries.
36401
a3f95dcc
RM
36402 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36403 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36404
ca98e171
MF
364052012-08-14 Mike Frysinger <vapier@gentoo.org>
36406
36407 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36408 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36409 * sysdeps/i386/configure: Regenerated.
36410 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36411 STABS_CURRENT_FILE, and STABS_FUN.
36412 (END): Remove call to STABS_FUN_END.
36413 (STABS_CURRENT_FILE1): Delete.
36414 (STABS_CURRENT_FILE): Likewise.
36415 (STABS_FUN): Likewise.
36416 (STABS_FUN_END): Likewise.
36417 (STABS_FUN2): Likewise.
36418 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36419 * sysdeps/x86_64/configure: Regenerated.
36420
5908bf46
RM
364212012-08-14 Roland McGrath <roland@hack.frob.com>
36422
36423 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 36424 * elf/dl-lookup.c: Likewise.
5908bf46 36425
f2c05b9e
JM
364262012-08-14 Joseph Myers <joseph@codesourcery.com>
36427
36428 * sysdeps/unix/sysv/linux/kernel-features.h
36429 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36430 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36431 unconditionally.
36432 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36433 unconditionally.
36434 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36435 condition on __ASSUME_CLONE_THREAD_FLAGS.
36436
e11f5155
AJ
364372012-08-14 Andreas Jaeger <aj@suse.de>
36438
36439 * sysdeps/i386/fpu/libm-test-ulps: Update.
36440
51a9ba86
MK
364412012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
36442
2fdd4f78
AJ
36443 * include/atomic.h (atomic_exchange_and_add): Split into ...
36444 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36445 New atomic macros.
51a9ba86 36446
ba6cba9e
MT
364472012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
36448
36449 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36450
42443a47
JL
364512012-08-13 Jeff Law <law@redhat.com>
36452
36453 * manual/stdio.texi (snprintf): Clarify handling of the trailing
36454 null byte in the output string.
36455
121dce05
JM
364562012-08-10 Joseph Myers <joseph@codesourcery.com>
36457
36458 * sysdeps/unix/sysv/linux/kernel-features.h
36459 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36460 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36461 (__ASSUME_ARG_MAX_STACK_BASED): Define.
36462 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36463 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36464 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
36465 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36466
bf51f568
JL
364672012-08-09 Jeff Law <law@redhat.com>
36468
36469 [BZ #13939]
36470 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36471 When avoid_arena is set, don't retry in the that arena. Pick the
36472 next one, whatever it might be.
36473 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36474 (arena_lock): Pass in new parameter to arena_get2.
36475 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36476 arena_get2.
36477 (__libc_malloc): Unify retrying after main arena failure with
36478 __libc_memalign version.
36479 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36480
f85fa270
L
364812012-08-09 H.J. Lu <hongjiu.lu@intel.com>
36482
36483 [BZ #14166]
36484 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36485 to __redirect_strstr.
36486 (__strstr_sse42): Use typeof __redirect_strstr.
36487 (__strstr_ia32): Likewise.
36488 (__libc_strstr): New prototype.
36489 (strstr): Renamed to ...
36490 (__libc_strstr): This.
36491 (strstr): New strong alias of __libc_strstr.
36492 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36493 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36494 __redirect_time.
36495 Include <time.h>.
36496 (__libc_time): New prototype.
36497 (time_ifunc): Replace time with __libc_time.
36498 (time): New strong alias and hidden definition of __libc_time.
36499 (__GI_time): Remove strong alias.
36500 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36501 Include <stddef.h>.
36502 (memmove): Redefined to __redirect_memmove.
36503 (__memmove_sse2): Use typeof __redirect_memmove.
36504 (__memmove_ssse3): Likewise.
36505 (__memmove_ssse3_back): Likewise.
36506 (__libc_memmove): New prototype.
36507 (memmove): Renamed to ...
36508 (__libc_memmove): This.
36509 (memmove): New strong alias of __libc_memmove.
36510
33b4a91e
MS
365112012-08-08 Mark Salter <msalter@redhat.com>
36512
36513 * elf/elf.h
36514 (R_MN10300_TLS_GD): Define.
36515 (R_MN10300_TLS_LD): Likewise.
36516 (R_MN10300_TLS_LDO): Likewise.
36517 (R_MN10300_TLS_GOTIE): Likewise.
36518 (R_MN10300_TLS_IE): Likewise.
36519 (R_MN10300_TLS_LE): Likewise.
36520 (R_MN10300_TLS_DTPMOD): Likewise.
36521 (R_MN10300_TLS_DTPOFF): Likewise.
36522 (R_MN10300_TLS_TPOFF): Likewise.
36523 (R_MN10300_SYM_DIFF): Likewise.
36524 (R_MN10300_ALIGN): Likewise.
36525 (R_MN10300_NUM): Update.
36526
b36137f1
JM
365272012-08-08 Joseph Myers <joseph@codesourcery.com>
36528
36529 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36530 Remove.
36531
cdd915fd
RM
365322012-08-08 Roland McGrath <roland@hack.frob.com>
36533
a2433aac
RM
36534 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36535
cdd915fd
RM
36536 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36537 sysdeps/unix -> sysdeps/posix move.
36538 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36539
bf9b740a
AM
365402012-08-07 Allan McRae <allan@archlinux.org>
36541
36542 [BZ #14303]
36543 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36544 (SUNOS_CPP): Likewise.
36545 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36546 not found.
36547 (open_input): Call CPP using execvp.
36548
93df14ee
JM
365492012-08-07 Joseph Myers <joseph@codesourcery.com>
36550
36551 * sysdeps/unix/sysv/linux/kernel-features.h
36552 (__ASSUME_PROT_GROWSUPDOWN): Remove.
36553 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36554 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36555 (__ASSUME_WAITID_SYSCALL): Likewise.
36556 * sysdeps/unix/sysv/linux/dl-execstack.c
36557 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36558 code unconditional.
36559 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36560 conditional code.
36561 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36562 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36563 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36564 code.
36565 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36566 unconditional.
36567 [__ASSUME_WAITID_SYSCALL]: Likewise.
36568 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36569
d34689de
RM
365702012-08-07 Roland McGrath <roland@hack.frob.com>
36571
a281decc
RM
36572 * sysdeps/unix/closedir.c: Renamed to ...
36573 * sysdeps/posix/closedir.c: ... here.
36574 * sysdeps/unix/dirfd.c: Renamed to ...
36575 * sysdeps/posix/dirfd.c: ... here.
36576 * sysdeps/unix/dirstream.h: Renamed to ...
36577 * sysdeps/posix/dirstream.h: ... here.
36578 * sysdeps/unix/fdopendir.c: Renamed to ...
36579 * sysdeps/posix/fdopendir.c: ... here.
36580 * sysdeps/unix/opendir.c: Renamed to ...
36581 * sysdeps/posix/opendir.c: ... here.
36582 * sysdeps/unix/readdir.c: Renamed to ...
36583 * sysdeps/posix/readdir.c: ... here.
36584 * sysdeps/unix/readdir_r.c: Renamed to ...
36585 * sysdeps/posix/readdir_r.c: ... here.
36586 * sysdeps/unix/rewinddir.c: Renamed to ...
36587 * sysdeps/posix/rewinddir.c: ... here.
36588 * sysdeps/unix/seekdir.c: Renamed to ...
36589 * sysdeps/posix/seekdir.c: ... here.
36590 * sysdeps/unix/telldir.c: Renamed to ...
36591 * sysdeps/posix/telldir.c: ... here.
36592 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36593 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36594 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36595 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36596
22895b47
RM
36597 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36598 * bits/fcntl.h: ... here.
36599
707a53b6
RM
36600 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36601 not 0.
36602 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36603 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36604 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36605 (struct flock): Move l_start, l_len to the beginning.
36606 Use __pid_t for l_pid.
36607 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36608 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36609 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36610 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36611 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36612 [__USE_LARGEFILE64] (struct flock64): New type.
36613 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36614
f0bd3e25
RM
36615 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36616 * bits/dirent.h: ... here.
36617
d34689de
RM
36618 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36619 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36620
6dad2c06
JM
366212012-08-07 Joseph Myers <joseph@codesourcery.com>
36622
36623 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36624 Change from 2.6.0 to 2.6.16.
36625 * sysdeps/unix/sysv/linux/configure: Regenerated.
36626 * sysdeps/unix/sysv/linux/kernel-features.h
36627 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36628 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36629 version.
36630 (__ASSUME_UTIMES): Likewise.
36631 (__ASSUME_CLONE_STOPPED): Remove.
36632 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36633 architectures, not kernel version.
36634 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36635 (__ASSUME_NO_CLONE_DETACHED): Likewise.
36636 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36637 (__ASSUME_WAITID_SYSCALL): Likewise.
36638 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36639 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36640 * README: State 2.6.16 as minimum Linux kernel version. Do not
36641 refer to older versions.
36642
03af9520
RM
366432012-08-06 Roland McGrath <roland@hack.frob.com>
36644
8e49df1d
RM
36645 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36646 Define alphasort64 as an alias.
36647 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36648 Define versionsort64 as an alias.
36649 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36650 Define scandir64 as an alias.
36651 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36652 Define scandirat64 as an alias.
36653 * dirent/alphasort64.c (alphasort64):
36654 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36655 * dirent/versionsort64.c: Likewise.
36656 * dirent/scandir64.c: Likewise.
36657 * dirent/scandirat64.c: Likewise.
36658 * sysdeps/wordsize-64/alphasort.c: File removed.
36659 * sysdeps/wordsize-64/alphasort64.c: File removed.
36660 * sysdeps/wordsize-64/scandir.c: File removed.
36661 * sysdeps/wordsize-64/scandir64.c: File removed.
36662 * sysdeps/wordsize-64/scandirat.c: File removed.
36663 * sysdeps/wordsize-64/scandirat64.c: File removed.
36664 * sysdeps/wordsize-64/versionsort.c: File removed.
36665 * sysdeps/wordsize-64/versionsort64.c: File removed.
36666 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36667 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36668 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36669 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36670 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36671 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36672 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36673 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36674
36675 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36676 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36677 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36678 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36679 [defined __arch64__ || defined __sparcv9]
36680 (__INO_T_MATCHES_INO64_T): New macro.
36681 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36682 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36683 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36684 * sysdeps/unix/sysv/linux/bits/dirent.h
36685 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36686 (_DIRENT_MATCHES_DIRENT64): New macro.
36687
03af9520
RM
36688 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36689 Define lockf64 as an alias.
36690 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36691 Define fseeko64 as an alias.
36692 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36693 Define ftello64 as an alias.
36694 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36695 Define _IO_fgetpos64 and fgetpos64 as aliases.
36696 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36697 Define _IO_fsetpos64 and fsetpos64 as aliases.
36698 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36699 Conditionalize body on this.
36700 * libio/fseeko64.c: Likewise.
36701 * libio/ftello64.c: Likewise.
36702 * libio/iofgetpos64.c: Likewise.
36703 * libio/iofsetpos64.c: Likewise.
36704 * sysdeps/wordsize-64/lockf.c: File removed.
36705 * sysdeps/wordsize-64/lockf64.c: File removed.
36706 * sysdeps/wordsize-64/fseeko.c: File removed.
36707 * sysdeps/wordsize-64/fseeko64.c: File removed.
36708 * sysdeps/wordsize-64/ftello.c: File removed.
36709 * sysdeps/wordsize-64/ftello64.c: File removed.
36710 * sysdeps/wordsize-64/iofgetpos.c: File removed.
36711 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36712 * sysdeps/wordsize-64/iofsetpos.c: File removed.
36713 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36714 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36715 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36716 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36717 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36718 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36719 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36720 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36721 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36722 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36723 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36724
36725 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36726 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36727 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36728 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36729 [defined __arch64__ || defined __sparcv9]
36730 (__OFF_T_MATCHES_OFF64_T): New macro.
36731 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36732 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36733 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36734 (__OFF_T_MATCHES_OFF64_T): New macro.
36735
c5757acd
L
367362012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36737
36738 * stdlib/secure-getenv.c (__secure_getenv): Replace
36739 GLIBC_2_16 with GLIBC_2_17.
36740
3a31811e
L
367412012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36742
36743 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36744 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36745
faa2bccb
DM
367462012-08-03 David S. Miller <davem@davemloft.net>
36747
36748 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36749
85fe1997
JM
367502012-08-03 Joseph Myers <joseph@codesourcery.com>
36751
36752 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36753 Remove.
36754 (__ASSUME_CORRECT_SI_PID): Likewise.
36755 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36756 (__ASSUME_TMPFS_NAME): Likewise.
36757 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36758 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36759 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36760 (HAVE_AUX_SECURE): Make definition unconditional.
36761 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36762 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36763
4f75b7a0
RM
367642012-08-03 Roland McGrath <roland@hack.frob.com>
36765
36766 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36767 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36768 * sysdeps/mach/hurd/eloop-threshold.h: New file.
36769 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36770 __eloop_threshold instead of SYMLOOP_MAX.
36771
36772 * sysdeps/generic/eloop-threshold.h: New file.
36773 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36774 of MAXSYMLINKS.
36775 * elf/chroot_canon.c (chroot_canon): Likewise.
36776
7aab07e4
JM
367772012-08-03 Joseph Myers <joseph@codesourcery.com>
36778
36779 [BZ #13717]
36780 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36781 Change to 2.6.0 everywhere.
36782 * sysdeps/unix/sysv/linux/configure: Regenerated.
36783 * sysdeps/unix/sysv/linux/kernel-features.h
36784 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36785 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36786 kernel versions.
36787 (__ASSUME_POSIX_TIMERS): Define unconditionally.
36788 (__ASSUME_FUTEX_REQUEUE): Remove.
36789 (__ASSUME_STATFS64): Define unconditionally.
36790 (__ASSUME_AT_SECURE): Likewise.
36791 (__ASSUME_CORRECT_SI_PID): Likewise.
36792 (__ASSUME_TGKILL): Define without depending on kernel version for
36793 i386.
36794 (__ASSUME_UTIMES): Likewise.
36795 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36796 kernel version.
36797 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36798 (__ASSUME_TMPFS_NAME): Likewise.
36799 * README: Update reference to Linux kernel versions.
36800
b67e9372
MP
368012012-08-02 Marek Polacek <polacek@redhat.com>
36802
1f529f7d 36803 [BZ# 14150]
b67e9372
MP
36804 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
36805 libc_cv_asm_type_prefix with %.
36806 * configure: Regenerated.
d2441631
RM
36807 * include/libc-symbols.h: Remove comment about
36808 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
36809 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36810 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36811 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36812 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36813 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36814 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36815 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36816 * elf/tst-unique2mod1.c: Likewise.
36817 * elf/tst-unique1mod2.c: Likewise.
36818 * elf/tst-unique1mod1.c: Likewise.
36819 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36820 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36821 Replace ASM_TYPE_DIRECTIVE with .type.
36822 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36823 * sysdeps/i386/sysdep.h: Likewise.
36824 * sysdeps/x86_64/sysdep.h: Likewise.
36825 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
36826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36827 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 36828 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
36829 * sysdeps/powerpc/powerpc32/sysdep.h:
36830 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
36831 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36832 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36833 * sysdeps/i386/fpu/e_powf.S: Likewise.
36834 * sysdeps/i386/fpu/e_expl.S: Likewise.
36835 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36836 * sysdeps/i386/fpu/e_acosh.S: Likewise.
36837 * sysdeps/i386/fpu/e_pow.S: Likewise.
36838 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36839 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36840 * sysdeps/i386/fpu/s_expm1.S: Likewise.
36841 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36842 * sysdeps/i386/fpu/e_log2.S: Likewise.
36843 * sysdeps/i386/fpu/e_log2l.S: Likewise.
36844 * sysdeps/i386/fpu/e_scalb.S: Likewise.
36845 * sysdeps/i386/fpu/e_powl.S: Likewise.
36846 * sysdeps/i386/fpu/e_log10f.S: Likewise.
36847 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36848 * sysdeps/i386/fpu/e_logl.S: Likewise.
36849 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36850 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36851 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36852 * sysdeps/i386/fpu/e_log2f.S: Likewise.
36853 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36854 * sysdeps/i386/fpu/e_log.S: Likewise.
36855 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36856 * sysdeps/i386/fpu/e_logf.S: Likewise.
36857 * sysdeps/i386/fpu/e_log10l.S: Likewise.
36858 * sysdeps/i386/fpu/e_atanh.S: Likewise.
36859 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36860 * sysdeps/i386/fpu/e_log10.S: Likewise.
36861 * sysdeps/i386/fpu/s_frexp.S: Likewise.
36862 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36863 * sysdeps/i386/fpu/s_asinh.S: Likewise.
36864 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36865 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36866 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36867 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36868 * sysdeps/i386/i686/strtok.S: Likewise.
36869 * sysdeps/i386/i386-mcount.S: Likewise.
36870 * sysdeps/i386/strtok.S: Likewise.
36871 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36872 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36873 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36874 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36875 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36876 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36877 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36878 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36879 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36880 * sysdeps/x86_64/_mcount.S: Likewise.
36881 * sysdeps/x86_64/strtok.S: Likewise.
36882 * sysdeps/sh/_mcount.S: Likewise.
36883
2747bf9a
RM
368842012-08-01 Roland McGrath <roland@hack.frob.com>
36885
36886 * libio/iofopen.c: Include <fcntl.h>.
36887 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36888 (_IO_fopen64, fopen64): Define as aliases.
36889 * libio/iofopen64.c: Include <fcntl.h>.
36890 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36891 Conditionalize body on this.
36892 * sysdeps/wordsize-64/iofopen.c: File removed.
36893 * sysdeps/wordsize-64/iofopen64.c: File removed.
36894
3fb791b8
MP
368952012-08-01 Marek Polacek <polacek@redhat.com>
36896
36897 * libc/Makeconfig: Use elf in place of binfmt-subdir.
36898 Use dlfcn directly instead of a variable.
36899 (binfmt-subdir): Do not define.
36900 (dlfcn): Likewise.
36901
a9f1039f
JM
369022012-08-01 Joseph Myers <joseph@codesourcery.com>
36903
23bddc06
JM
36904 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36905 Remove all definitions.
36906 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36907 <kernel-features.h>.
36908 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36909 (miss_F_GETOWN_EX): Remove all definitions.
36910 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36911 macro definition.
36912 [!__ASSUME_FCNTL64]: Remove conditional code.
36913 [__ASSUME_FCNTL64]: Make code unconditional.
36914 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36915 <kernel-features.h>.
36916 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36917 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36918 (lockf64) [__NR_fcntl64]: Make code unconditional.
36919 (lockf64) [__ASSUME_FCNTL64]: Likewise.
36920
a9f1039f
JM
36921 * sysdeps/unix/sysv/linux/kernel-features.h
36922 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36923 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36924 Make code unconditional.
36925 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36926 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36928 [__NR_vfork]: Make code unconditional.
36929 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36930 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36931 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36932 [__NR_vfork]: Make code unconditional.
36933 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36934 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36935
09c0ee5f
RM
369362012-08-01 Roland McGrath <roland@hack.frob.com>
36937
48aec5b9
RM
36938 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36939 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36940
cd97c966
RM
36941 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36942 Define mkstemp64 as an alias.
3f55550c
RM
36943 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36944 Define mkstemps64 as an alias.
cd97c966
RM
36945 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36946 Define mkostemp64 as an alias.
b8625cfc
RM
36947 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36948 Define mkostemps64 as an alias.
cd97c966
RM
36949 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36950 Conditionalize body on this.
36951 * misc/mkostemp64.c: Likewise.
b8625cfc 36952 * misc/mkostemps64.c: Likewise.
3f55550c 36953 * misc/mkstemps64.c: Likewise.
cd97c966
RM
36954 * sysdeps/wordsize-64/mkstemp64.c: File removed.
36955 * sysdeps/wordsize-64/mkostemp64.c: File removed.
36956 * sysdeps/wordsize-64/mkostemp.c: File removed.
36957 * sysdeps/wordsize-64/mkstemp.c: File removed.
36958 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36959 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36960 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36961 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36962
09c0ee5f
RM
36963 [BZ #14138]
36964 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36965 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36966 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36967 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36968
36969 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36970 compat_symbol macros from <shlib-compat.h> rather than the underlying
36971 default_symbol_version and symbol_version macros, so that DEFAULT
36972 lines in shlib-versions are respected.
36973 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36974
7e66ee51
FW
369752012-08-01 Florian Weimer <fweimer@redhat.com>
36976
36977 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36978 Declare with warn_unused_result.
36979 (setgid, setregid, setegid, setresgid): Likewise.
36980 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36981 Likewise.
36982 * WUR-REPORT: Remove set*id functions.
36983
d2a54255
PT
369842012-07-31 Pino Toscano <toscano.pino@tiscali.it>
36985
36986 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36987
7ecdb005
RM
369882012-07-31 Roland McGrath <roland@hack.frob.com>
36989
b4180a5e 36990 [BZ #10191]
789bd351
RM
36991 * include/sys/socket.h (__libc_accept, __libc_accept4):
36992 Add attribute_hidden.
36993 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36994
40ce302d
RM
36995 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36996 use of PTR_MANGLE.
36997 * inet/getnetgrent_r.c (setup): Likewise.
36998
7ecdb005
RM
36999 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37000
e2eabb2c
DM
370012012-07-31 David S. Miller <davem@davemloft.net>
37002
37003 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37004
d0419dbf
JM
370052012-07-31 Joseph Myers <joseph@codesourcery.com>
37006
37007 [BZ #13629]
37008 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37009 value between 1.0 and 2.0 and smaller part has absolute value less
37010 than 1.0.
37011 * math/s_clog10.c (__clog10): Likewise.
37012 * math/s_clog10f.c (__clog10f): Likewise.
37013 * math/s_clog10l.c (__clog10l): Likewise.
37014 * math/s_clogf.c (__clogf): Likewise.
37015 * math/s_clogl.c (__clogl): Likewise.
37016 * math/libm-test.inc (clog_test): Add more tests.
37017 (clog10_test): Likewise.
37018 * sysdeps/i386/fpu/libm-test-ulps: Update.
37019 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37020
2bc13872
FW
370212012-07-31 Florian Weimer <fweimer@redhat.com>
37022
37023 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37024 Exit with zero in case no suitable GID is found, and write a
37025 message to standard error.
37026
bea9b193
RM
370272012-07-30 Roland McGrath <roland@hack.frob.com>
37028
37029 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37030 rather than to 1.
37031 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37032 (MAXPATHLEN): Removed.
37033 (NOGROUP, NODEV): New macros.
37034 (setbit, clrbit, isset, isclr): New macros.
37035 (howmany, roundup, powerof2): New macros.
37036 (DEV_BSIZE): New macro.
37037
37038 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37039 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37040
37041 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37042 definition on [!__NO_LONG_DOUBLE_MATH].
37043
37044 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37045 PTR_MANGLE and PTR_DEMANGLE.
37046
37047 * socket/accept4.c (accept4): Rename to __libc_accept4.
37048 Define accept4 as a weak alias.
37049
37050 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37051 on [_DIRENT_HAVE_D_TYPE].
37052 * io/ftw.c (ftw_dir): Likewise.
37053
37054 * io/xmknod.c (__xmknod): Don't check PATH for being null.
37055
37056 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37057
37058 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37059 Use the BSD numbers rather than the arbitrary ones we had.
37060 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37061 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37062 (SIGXCPU, SIGXFSZ): New macros.
37063 (_NSIG): Now 32.
37064
37065 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37066 initializer on [_LIBC_REENTRANT].
37067
37068 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37069 definitions inside [_POSIX_MAPPED_FILES].
37070
37071 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37072
37073 * dirent/opendir.c: Include <fcntl.h>.
37074
37075 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37076 (__libc_getspecific): Likewise.
37077 (__libc_key_create): Likewise.
37078
37079 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37080 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37081 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37082 (tmpfile64): Define as alias.
37083 * sysdeps/wordsize-64/tmpfile.c: File removed.
37084 * sysdeps/wordsize-64/tmpfile64.c: File removed.
37085 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37086 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37087
37088 * stdio-common/vfscanf.c: Include <stdbool.h>.
37089 * nss/makedb.c: Likewise.
37090 * stdio-common/_i18n_number.h: Likewise.
37091 * argp/argp-help.c: Likewise.
37092 * posix/wordexp.c: Likewise.
37093 * sysdeps/posix/spawni.c: Likewise.
37094 * nss/nss_files/files-initgroups.c: Likewise.
37095 * stdio-common/reg-modifier.c: Include <stdlib.h>.
37096 * nss/nss_files/files-initgroups.c: Likewise.
37097 * nss/nss_db/db-netgrp.c: Likewise.
37098 * nss/nss_db/db-initgroups.c: Likewise.
37099 * io/fchmodat.c: Include <sys/stat.h>.
37100
37101 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37102 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37103
37104 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37105 [HAVE_MMAP].
37106
37107 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37108 Add multiple inclusion protection.
37109
e5abc686
DM
371102012-07-27 David S. Miller <davem@davemloft.net>
37111
37112 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37113
815e6fa3
GB
371142012-07-27 Gary Benson <gbenson@redhat.com>
37115
37116 [BZ #14298]
37117 * elf/rtld.c: Include <stap-probe.h>.
37118 (dl_main): Added static probes "init_start" and "init_complete".
37119 * elf/dl-load.c: Include <stap-probe.h>.
37120 (lose): Take new parameter "nsid".
37121 Added static probe "map_failed".
37122 (_dl_map_object_from_fd): Pass namespace id to lose.
37123 Added static probe "map_start".
37124 (open_verify): Pass namespace id to lose.
37125 * elf/dl-open.c: Include <stap-probe.h>.
37126 (dl_open_worker) Added static probes "map_complete", "reloc_start"
37127 and "reloc_complete".
37128 * elf/dl-close.c: Include <stap-probe.h>.
37129 (_dl_close_worker): Added static probes "unmap_start" and
37130 "unmap_complete".
37131 * elf/rtld-debugger-interface.txt: New file documenting the above.
37132
9f98c16c
RM
371332012-07-26 Roland McGrath <roland@hack.frob.com>
37134
37135 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37136 rather than a string variable.
37137 * sunrpc/rpc_main.c (h_output): Likewise.
37138 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37139
f3c22df3
PT
371402012-07-26 Pino Toscano <toscano.pino@tiscali.it>
37141
37142 * inet/check_native.c: New file.
37143
3129cfc6
JM
371442012-07-26 Joseph Myers <joseph@codesourcery.com>
37145
da865e95
JM
37146 [BZ #13629]
37147 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37148 if larger part has absolute value 1.0.
37149 * math/s_clog10.c (__clog10): Likewise.
37150 * math/s_clog10f.c (__clog10f): Likewise.
37151 * math/s_clog10l.c (__clog10l): Likewise.
37152 * math/s_clogf.c (__clogf): Likewise.
37153 * math/s_clogl.c (__clogl): Likewise.
37154 * math/libm-test.inc (clog_test): Add more tests.
37155 (clog10_test): Likewise.
37156 * sysdeps/i386/fpu/libm-test-ulps: Update.
37157 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37158
3129cfc6
JM
37159 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37160 (pltexit): Likewise.
37161 (La_regs): Likewise.
37162 (La_retval): Likewise.
37163 (int_retval): Likewise.
37164 Update #error for removed macros to refer only to definitions in
37165 tst-audit.h.
37166 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37167 macro.
37168 (pltexit): Likewise.
37169 (La_regs): Likewise.
37170 (La_retval): Likewise.
37171 (int_retval): Likewise.
37172 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37173 macro.
37174 (pltexit): Likewise.
37175 (La_regs): Likewise.
37176 (La_retval): Likewise.
37177 (int_retval): Likewise.
37178 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37179 macro.
37180 (pltexit): Likewise.
37181 (La_regs): Likewise.
37182 (La_retval): Likewise.
37183 (int_retval): Likewise.
37184 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37185 macro.
37186 (pltexit): Likewise.
37187 (La_regs): Likewise.
37188 (La_retval): Likewise.
37189 (int_retval): Likewise.
37190 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37191 macro.
37192 (pltexit): Likewise.
37193 (La_regs): Likewise.
37194 (La_retval): Likewise.
37195 (int_retval): Likewise.
37196 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37197 macro.
37198 (pltexit): Likewise.
37199 (La_regs): Likewise.
37200 (La_retval): Likewise.
37201 (int_retval): Likewise.
37202 * sysdeps/generic/tst-audit.h: Update comment to refer only to
37203 macro definitions in tst-audit.h.
37204 * sysdeps/i386/tst-audit.h: New file.
37205 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37206 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37207 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37208 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37209 * sysdeps/sh/tst-audit.h: Likewise.
37210 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37211 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37212 * sysdeps/x86_64/tst-audit.h: Likewise.
37213
bfc07087
AJ
372142012-07-26 Andreas Jaeger <aj@suse.de>
37215
b1b2aaf8
AJ
37216 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37217 ptrace.
37218
37219 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37220 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37221 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37222 PTRACE_O_MASK.
37223 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37224 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37225 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37226
bfc07087
AJ
37227 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37228 value.
37229
37230 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37231 _sigsys.
37232 (si_call_addr, si_syscall, si_arch): Define new macro.
37233 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37234 _sigsys.
37235 (si_call_addr, si_syscall, si_arch): Define new marcro.
37236 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37237 _sigsys.
37238 (si_call_addr, si_syscall, si_arch): Define new macro.
37239 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37240 _sigsys.
37241 (si_call_addr, si_syscall, si_arch): Define new macro.
37242
89b4b02f
JM
372432012-07-25 Joseph Myers <joseph@codesourcery.com>
37244
37245 [BZ #13717]
37246 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37247 Change to 2.4.21 where previously 2.4.1.
37248 * sysdeps/unix/sysv/linux/configure: Regenerated.
37249 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37250 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37251 Linux kernel version.
37252 (__ASSUME_STD_AUXV): Remove.
37253 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37254 kernel version.
37255 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37256 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37257 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37258 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37259 (__ASSUME_NETLINK_SUPPORT): Likewise.
37260 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37261 (__no_netlink_support): Remove conditional definition.
37262 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37263 Remove.
37264 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37265 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37266 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37267 (if_nameindex_ioctl): Remove.
37268 (if_nameindex_netlink): Do not handle __no_netlink_support.
37269 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37270 code.
37271 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37272 Remove conditional code.
37273 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37274 code.
37275 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37276 unconditional.
37277 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37278 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37279 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37280 Remove.
37281 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37282 [!__ASSUME_STD_AUXV]: Remove conditional code.
37283 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37284 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37285 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37287 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37288 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37289 code.
37290 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37292 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37293 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37294 conditional code.
37295 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37296 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37297 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37298 code.
37299 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37300 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37301 conditional code.
37302 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37303 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37304 code unconditional.
37305 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37306 conditional code.
37307 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37308 unconditional.
37309 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37310 conditional code.
37311 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37312 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37313 unconditional.
37314 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37315 conditional code.
37316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37317 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37318 code unconditional.
37319 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37320 conditional code.
37321 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37322 unconditional.
37323 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37324 conditional code.
37325 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37326 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37327 code unconditional.
37328 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37329 conditional code.
37330 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37331 unconditional.
37332 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37333 conditional code.
37334
842a39cd
AS
373352012-07-25 Andreas Schwab <schwab@linux-m68k.org>
37336
37337 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37338 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37339 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37340 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37341 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37342 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37343 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37344 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37345 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37346 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37347 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37348 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37349 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37350 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37351 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37352 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37353 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37354 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37355 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37356 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37357 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37358 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37359 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37360
84b3fd84
FW
373612012-07-25 Florian Weimer <fweimer@redhat.com>
37362
37363 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
37364 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37365 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37366 Introduce __libc_secure_getenv.
0c7936d5
FW
37367 * stdlib/Versions (2.17): Add secure_getenv
37368 (GLIBC_PRIVATE): Add __libc_secure_getenv.
37369 * stdlib/secure-getenv.c: Rename __secure_getenv to
37370 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
37371 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
37372 * stdlib/tst-secure-getenv.c: New.
37373 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
37374 * manual/startup.texi (Environment Access): Document
37375 secure_getenv.
84b3fd84
FW
37376 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37377 __libc_secure_getenv.
37378 * inet/ruserpass.c (ruserpass): Likewise.
37379 * malloc/mtrace.c (mtrace): Likewise.
37380 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 37381 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
37382 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37383 * sysdeps/posix/tempname.c: Likewise. Evaluate
37384 HAVE_SECURE_GETENV.
37385 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 37386 __secure_getenv to __libc_secure_getenv.
84b3fd84 37387 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
37388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37389 Likewise.
37390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37391 Likewise.
37392 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37393 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37394 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37395 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37396 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37397 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37398 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 37399
56e49b71
JM
374002012-07-25 Joseph Myers <joseph@codesourcery.com>
37401
37402 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37403 (struct La_i86_retval): Likewise.
37404 (struct La_x86_64_regs): Likewise.
37405 (struct La_x86_64_retval): Likewise.
37406 (struct La_x32_regs): Likewise.
37407 (struct La_x32_retval): Likewise.
37408 (struct La_ppc32_regs): Likewise.
37409 (struct La_ppc32_retval): Likewise.
37410 (struct La_ppc64_regs): Likewise.
37411 (struct La_ppc64_retval): Likewise.
37412 (struct La_sh_regs): Likewise.
37413 (struct La_sh_retval): Likewise.
37414 (struct La_s390_32_regs): Likewise.
37415 (struct La_s390_32_retval): Likewise.
37416 (struct La_s390_64_regs): Likewise.
37417 (struct La_s390_64_retval): Likewise.
37418 (struct La_sparc32_regs): Likewise.
37419 (struct La_sparc32_retval): Likewise.
37420 (struct La_sparc64_regs): Likewise.
37421 (struct La_sparc64_retval): Likewise.
37422 (struct audit_ifaces): Remove architecture-specific pltenter and
37423 pltexit members.
37424 * sysdeps/i386/ldsodefs.h: New file.
37425 * sysdeps/powerpc/ldsodefs.h: Likewise.
37426 * sysdeps/s390/ldsodefs.h: Likewise.
37427 * sysdeps/sh/ldsodefs.h: Likewise.
37428 * sysdeps/sparc/ldsodefs.h: Likewise.
37429 * sysdeps/x86_64/ldsodefs.h: Likewise.
37430
354691b7
MP
374312012-07-25 Marek Polacek <polacek@redhat.com>
37432
37433 [BZ #6808]
37434 * math/libm-test.inc (yn_test): Add another test.
37435 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37436 to ERANGE when the result is +-Inf.
37437 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37438 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37439 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37440 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37441
bf9e2071
JM
374422012-07-24 Joseph Myers <joseph@codesourcery.com>
37443
37444 * conform/data/time.h-data (NULL): Use macro-constant. Require
37445 equal to 0.
37446 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
37447 clock_t.
37448 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
37449
57633811
TS
374502012-07-23 Thomas Schwinge <thomas@codesourcery.com>
37451
37452 * configure.in <sysdeps resolving>: Correct printing
37453 Implies_before.
37454 * configure: Regenerate.
37455
c23c33b0
TS
374562012-07-22 Thomas Schwinge <thomas@codesourcery.com>
37457
37458 * math/w_ilogb.c: Include <limits.h>.
37459 * math/w_ilogbl.c: Likewise.
37460
b5982523
JM
374612012-07-20 Joseph Myers <joseph@codesourcery.com>
37462
37463 * manual/lang.texi (__va_copy): Document primarily as ISO C99
37464 va_copy. Document allowing for unavailable va_copy only as
37465 pre-C99 compatibility.
37466 * manual/string.texi (Copying and Concatenation): Use va_copy
37467 instead of __va_copy in concat example.
37468
ac4ea442
PT
374692012-07-20 Pino Toscano <toscano.pino@tiscali.it>
37470
37471 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37472 (__sendto): Use create_address_port. Initialize APORT and deallocate
37473 it if not null.
37474
f98eafbd
PT
37475 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37476 with O_NOLINK passed to __file_name_lookup.
37477
898c7aab
PT
37478 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37479 with O_NOLINK passed to __file_name_lookup.
37480
0ced335a
PT
37481 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37482 negative N or less than NGIDS.
37483
b3404dbd
PT
37484 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37485 type to string_t. Set ERANGE as errno and return it if NAME is not big
37486 enough. Use memcpy instead of strncpy.
37487
0f48659e
JM
374882012-07-20 Joseph Myers <joseph@codesourcery.com>
37489
37490 * elf/Makefile (check-data): Remove.
37491 (localplt.data): New vpath directive.
37492 ($(objpfx)check-localplt.out): Use localplt.data from vpath
37493 instead of $(check-data).
37494 * scripts/data/localplt-generic.data: Move to ...
37495 * sysdeps/generic/localplt.data: ... here.
37496 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37497 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37498 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37500 ... here.
37501 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37503 ... here.
37504 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37505 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37506 ... here.
37507 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37508 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37509 ... here.
37510 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37511 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37512 ... here.
37513 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37514 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37515 ... here.
37516
d37cbdaa
AZ
375172012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37518
37519 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37520 PPC32 and PPC64 files.
37521 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37522 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37523
46f85fc2
AK
375242012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37525
37526 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37527 __makecontext_ret to ...
37528 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37529 ... here and call exit if uc_link is NULL. New file.
37530 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37531 __makecontext_ret.S.
37532 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37533 __makecontext_ret to ...
37534 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37535 ... here and call exit if uc_link is NULL. New file.
37536 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37537 __makecontext_ret.S.
37538
08f43f9b
AK
375392012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37540
37541 * elf/elf.h (R_390_IRELATIVE): New definition.
37542 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37543 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
37544 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37545 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37546 (elf_machine_lazy_rel): Likewise.
37547 * sysdeps/s390/dl-irel.h: New file.
37548 * sysdeps/s390/s390-64/memcpy.S: New asm code.
37549 * sysdeps/s390/s390-64/memset.S: New asm code.
37550 * sysdeps/s390/s390-64/memcmp.S: New asm code.
37551 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37552 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37553 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37554 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37555 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37556 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37557 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37558 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37559 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37560 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37561 * sysdeps/s390/s390-32/memcpy.S: New asm code.
37562 * sysdeps/s390/s390-32/memset.S: New asm code.
37563 * sysdeps/s390/s390-32/memcmp.S: New asm code.
37564
3b05db33
MP
375652012-07-17 Marek Polacek <polacek@redhat.com>
37566
37567 [BZ #14349]
37568 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37569 * sysdeps/s390/s390-64/configure.in: Likewise.
37570 * sysdeps/sparc/configure.in: Likewise.
37571 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37572 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37573 * sysdeps/i386/configure.in: Likewise.
37574 * sysdeps/x86_64/configure.in: Likewise.
37575 * sysdeps/sh/configure.in: Likewise.
37576 * sysdeps/s390/s390-32/configure: Regenerated.
37577 * sysdeps/s390/s390-64/configure: Likewise.
37578 * sysdeps/x86_64/configure: Likewise.
37579 * sysdeps/sh/configure: Likewise.
37580 * sysdeps/powerpc/powerpc64/configure: Likewise.
37581 * sysdeps/powerpc/powerpc32/configure: Likewise.
37582 * sysdeps/sparc/configure: Likwise.
37583 * sysdeps/i386/configure: Likewise.
37584
a66877c6
MP
37585 * elf/dl-open.c: Comment fixes.
37586
cfc82fd8
JM
375872012-07-17 Joseph Myers <joseph@codesourcery.com>
37588
bd29910a
JM
37589 * Makefile [CXX] (check-data): Remove.
37590 [CXX] (c++-types.data): New vpath directive.
37591 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37592 vpath. Do not allow for C++ type data being missing.
37593 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37594 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37595 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37596 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37597 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37598 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37599 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37600 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37601 ... here.
37602 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37604 ... here.
37605 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37606 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37607 ... here.
37608 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37609 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37610 ... here.
37611 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37612 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37613 ... here.
37614 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37615 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37616 ... here.
37617 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37618 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37619 ... here.
37620 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37621 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37622
cfc82fd8
JM
37623 * elf/tls-macros.h (TLS_LE): Move architecture-specific
37624 definitions to architecture-specific files.
37625 (TLS_IE): Likewise.
37626 (TLS_LD): Likewise.
37627 (TLS_GD): Likewise.
37628 * sysdeps/i386/tls-macros.h: New file.
37629 * sysdeps/powerpc/tls-macros.h: Likewise.
37630 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37631 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37632 * sysdeps/sh/tls-macros.h: Likewise.
37633 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37634 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37635 * sysdeps/x86_64/tls-macros.h: Likewise.
37636
f7db3170
TS
376372012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37638
07cbfc23
TS
37639 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37640 zero value for regular exit case.
37641
f7db3170
TS
37642 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37643 (__start_context): Preserve zero value for regular exit case.
37644
dc97c227
TS
376452012-07-17 Thomas Schwinge <thomas@codesourcery.com>
37646 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37647
37648 * manual/setjmp.texi (setcontext): Clarify normal process
37649 termination when uc_link is the null pointer.
37650 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37651 exit call.
37652
d0cd7d02
AS
376532012-07-16 Andreas Schwab <schwab@linux-m68k.org>
37654
37655 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37656 preprocessor. Test for each exception mask separately.
37657
dd318934
AJ
376582012-07-16 Andreas Jaeger <aj@suse.de>
37659
37660 * po/ru.po: Update from translation team.
37661
8048311a
JM
376622012-07-15 Joseph Myers <joseph@codesourcery.com>
37663
37664 * conform/data/string.h-data (NULL): Use macro-constant. Require
37665 equal to 0.
37666 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37667 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37668 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37669 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37670 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37671
b637d46e
AJ
376722012-07-13 Andreas Jaeger <aj@suse.de>
37673
37674 * po/fr.po: Update from translation team.
37675
541428fe
MP
376762012-07-12 Marek Polacek <polacek@redhat.com>
37677
37678 [BZ #14173]
37679 * math/libm-test.inc (yn_test): Add test for BZ #14173.
37680 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37681 loop condition.
37682
ec332e94
JM
376832012-07-12 Joseph Myers <joseph@codesourcery.com>
37684
37685 [BZ #13717]
37686 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37687 Change to 2.4.1 where previously 2.4.0.
37688 * sysdeps/unix/sysv/linux/configure: Regenerated.
37689 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37690 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37691 version.
37692 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37693 (__ASSUME_AT_CLKTCK): Remove.
37694 (__ASSUME_AT_PAGESIZE): Likewise.
37695 (__ASSUME_AT_XID): Likewise.
37696 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37697 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37698 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37699 unconditionally.
37700 (HAVE_AUX_PAGESIZE): Likewise.
37701 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37702 [__ASSUME_AT_CLKTCK]: Make code unconditional.
37703 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37704
7b6e99be
JB
377052012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
37706
37707 [BZ #14307]
37708 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37709 the temporary buffer used to invoke __gethostbyname2_r,
37710 __gethostbyaddr_r and gethostbyname4_r to make room for struct
37711 host_data / struct gaih_addrtuple.
37712 * resolv/nss_dns/dns-host.c (global scope): Move definition of
37713 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37714 header file nss/nsswitch.h.
37715 * nss/nsswitch.h (global scope): Add definition of implementation
37716 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37717 resolv/nss_dns/dns-host.c).
37718
608404eb
AJ
377192012-07-11 Andreas Jaeger <aj@suse.de>
37720
37721 * po/fr.po: Update from translation team.
37722
71220aca
AJ
37723 * po/sv.po: Update from translation team
37724 * po/fr.po: Another update from translation team.
37725
28cfe843
AZ
377262012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37727
37728 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37729 for subnormals or multiply small sinh result by itself.
37730 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37731 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37732
6b90f981
DM
377332012-07-11 David S. Miller <davem@davemloft.net>
37734
37735 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37736
c6825772
AS
377372012-07-10 Andreas Schwab <schwab@linux-m68k.org>
37738
37739 [BZ #14347]
37740 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37741 (INTERNAL_MARK): Shift it here.
37742
7b8e0d49
MP
377432012-07-10 Marek Polacek <polacek@redhat.com>
37744
37745 [BZ #14151]
37746 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
37747 libc_cv_asm_global_directive with .globl.
37748 * configure: Regenerated.
37749 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37750 with .globl.
37751 * sysdeps/i386/configure: Regenerated.
37752 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37753 with .globl.
37754 * sysdeps/x86_64/configure: Regenerated.
37755 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37756 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37757 * elf/tst-unique2mod2.c: Likewise.
37758 * elf/tst-unique2mod1.c: Likewise.
37759 * elf/tst-unique1mod2.c: Likewise.
37760 * elf/tst-unique1mod1.c: Likewise.
37761 * sysdeps/s390/s390-32/sysdep.h: Likewise.
37762 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37763 * sysdeps/s390/s390-64/sysdep.h: Likewise.
37764 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37765 * sysdeps/mach/sysdep.h: Likewise.
37766 * sysdeps/i386/sysdep.h: Likewise.
37767 * sysdeps/i386/i386-mcount.S: Likewise.
37768 * sysdeps/x86_64/_mcount.S: Likewise.
37769 * sysdeps/x86_64/sysdep.h: Likewise.
37770 * sysdeps/sh/_mcount.S: Likewise.
37771 * sysdeps/sh/sysdep.h: Likewise.
37772 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37773 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37774 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37775 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37776 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37777 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37778 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37779 * locale/localeinfo.h: Likewise.
37780 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37781 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37782
6c55cda3
RM
377832012-07-09 Roland McGrath <roland@hack.frob.com>
37784
37785 [BZ #14336]
37786 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37787 system".
37788 * manual/message.texi (The Uniforum approach): Likewise.
37789 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37790 (glibc iconv Implementation): Likewise.
37791
638a572e
JM
377922012-07-09 Joseph Myers <joseph@codesourcery.com>
37793
37794 [BZ #14337]
37795 * math/s_clog.c (__clog): Avoid scaling a value down where that
37796 could result in underflow.
37797 * math/s_clog10.c (__clog10): Likewise.
37798 * math/s_clog10f.c (__clog10f): Likewise.
37799 * math/s_clog10l.c (__clog10l): Likewise.
37800 * math/s_clogf.c (__clogf): Likewise.
37801 * math/s_clogl.c (__clogl): Likewise.
37802 * math/libm-test.inc (clog_test): Add more tests.
37803 (clog10_test): Likewise.
37804 * sysdeps/i386/fpu/libm-test-ulps: Update.
37805 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37806
261f4859
AS
378072012-07-06 Andreas Schwab <schwab@linux-m68k.org>
37808
0abaf3e4
AS
37809 [BZ #14283]
37810 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37811 by 7 not 8 to examine high bit of fractional part.
37812
261f4859
AS
37813 [BZ #14042]
37814 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37815 for call to __mcount_internal.
37816 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37817 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37818 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37819
f17ac40d
JM
378202012-07-06 Joseph Myers <joseph@codesourcery.com>
37821
9ad63c23
JM
37822 [BZ #14154]
37823 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37824 approximation for values within 0x1p-13f of an odd multiple of
37825 pi/4.
37826 * math/libm-test.inc (tan_test): Do not allow spurious underflow
37827 exception. Add more tests.
37828 * sysdeps/i386/fpu/libm-test-ulps: Update.
37829
f17ac40d
JM
37830 [BZ #6778]
37831 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37832 inputs and return -1 for them. Do not check for +Inf in case not
37833 reachable for +Inf.
37834 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37835 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37836 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37837 and return -1 for them. Do not check for +Inf in case not
37838 reachable for +Inf.
37839 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37840 define.
37841 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37842 and return -1 for them. Do not check for +Inf in case not
37843 reachable for +Inf.
37844 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
37845 spurious underflow.
37846 * sysdeps/i386/fpu/libm-test-ulps: Update.
37847 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37848
fb21f89b
MF
378492012-07-06 Mike Frysinger <vapier@gentoo.org>
37850
37851 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37852
cdfe2c5e
JM
378532012-07-05 Joseph Myers <joseph@codesourcery.com>
37854
37855 [BZ #14157]
37856 [BZ #14331]
37857 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37858 could result in spurious underflow. Scale down values above
37859 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37860 * math/s_csqrtf.c (__csqrtf): Likewise.
37861 * math/s_csqrtl.c (__csqrtl): Likewise.
37862 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
37863 spurious underflow.
37864 * sysdeps/i386/fpu/libm-test-ulps: Update.
37865 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37866
70d35b67
AS
378672012-07-04 Andreas Schwab <schwab@linux-m68k.org>
37868
704bc459
AS
37869 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37870 xopen-msg.sed.
37871 * catgets/xopen-msg.awk: New file.
37872 * catgets/xopen-msg.sed: Removed.
37873
70d35b67
AS
37874 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37875 po2text.sed.
37876 * intl/po2test.awk: New file.
37877 * intl/po2test.sed: Removed.
37878
ca61cf32
JM
378792012-07-04 Joseph Myers <joseph@codesourcery.com>
37880
37881 [BZ #14328]
37882 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37883 or multiply small sinh result by itself.
37884 * math/s_ctanf.c (__ctanf): Likewise.
37885 * math/s_ctanh.c (__ctanh): Likewise.
37886 * math/s_ctanhf.c (__ctanhf): Likewise.
37887 * math/s_ctanhl.c (__ctanhl): Likewise.
37888 * math/s_ctanl.c (__ctanl): Likewise.
37889 * math/libm-test.inc (ctan_test_tonearest): New function.
37890 (ctan_test_towardzero): Likewise.
37891 (ctan_test_downward): Likewise.
37892 (ctan_test_upward): Likewise.
37893 (ctanh_test_tonearest): Likewise.
37894 (ctanh_test_towardzero): Likewise.
37895 (ctanh_test_downward): Likewise.
37896 (ctanh_test_upward): Likewise.
37897 (main): Call these new functions.
37898 * sysdeps/i386/fpu/libm-test-ulps: Update.
37899 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37900
ca48a46a
MF
379012012-07-03 Mike Frysinger <vapier@gentoo.org>
37902
37903 * .gitignore: Delete /ports entry.
37904
9d63d37d
AJ
379052012-07-03 Andreas Jaeger <aj@suse.de>
37906
37907 * po/bg.po: Update from translation team.
37908 * po/cs.po: Likewise.
37909 * po/de.po: Likewise.
37910 * po/hr.po: Likewise.
37911 * po/nl.pl: Likewise.
37912 * po/pl.po: Likewise.
37913 * po/vi.po: Likewise.
37914
370ca3d2
JM
379152012-07-03 Joseph Myers <joseph@codesourcery.com>
37916
95f5a9a8
JM
37917 * Makeconfig [!+link] (+link-before-libc): New variable.
37918 [!+link] (+link-after-libc): Likewise.
37919 [!+link] (+link-tests): Likewise.
37920 [!+link] (+link): Define in terms of $(+link-before-libc) and
37921 $(+link-after-libc).
37922 [!+link-static] (+link-static-before-libc): New variable.
37923 [!+link-static] (+link-static-after-libc): Likewise.
37924 [!+link-static] (+link-static-tests): Likewise.
37925 [!+link-static] (+link-static): Define in terms of
37926 $(+link-static-before-libc) and $(+link-static-after-libc).
37927 [build-shared] (link-libc-before-gnulib): New variable.
37928 [build-shared] (link-libc-tests): Likewise.
37929 [build-shared] (link-libc): Define in terms of
37930 $(link-libc-before-gnulib).
37931 [!build-shared] (link-libc-tests): New variable.
37932 (link-libc-static-tests): New variable.
37933 [!gnulib] (gnulib-arch): New variable.
37934 [!gnulib] (gnulib-tests): Likewise.
37935 [!gnulib] (static-gnulib-arch): Likewise.
37936 [!gnulib] (static-gnulib-tests): Likewise.
37937 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
37938 Define with "=" instead of ":=".
37939 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
37940 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
37941 * Rules (binaries-all-notests): New variable.
37942 (binaries-all-tests): Likewise.
37943 (binaries-static-notests): Likewise.
37944 (binaries-static-tests): Likewise.
37945 (binaries-all): Define using $(binaries-all-notests) and
37946 $(binaries-all-tests).
37947 (binaries-static): Define using $(binaries-static-notests) and
37948 $(binaries-static-tests).
37949 (binaries-shared-tests): New variable.
37950 (binaries-shared-notests): Likewise.
37951 (binaries-shared): Remove variable.
37952 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37953 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37954 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37955 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37956 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37957 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37958 * elf/Makefile (sln-modules): New variable.
37959 (extra-objs): Add $(sln-modules:=.o).
37960 (ldconfig-modules): Add static-stubs.
37961 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37962 * elf/static-stubs.c: New file.
37963
7a845b2c
JM
37964 [BZ #14283]
37965 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37966 by 7 not 8 to examine high bit of fractional part. Use volatile
37967 variables when splitting into final array of floats if
37968 __FLT_EVAL_METHOD__ != 0.
37969 * math/libm-test.inc (cos_test): Add another test.
37970 (sin_test): Likewise.
37971 * sysdeps/i386/fpu/libm-test-ulps: Update.
37972
e2283f38
JM
37973 [BZ #14273]
37974 * math/libm-test.inc (cosh_test): Add more tests.
37975
370ca3d2
JM
37976 * version.h (RELEASE): Set to "development".
37977 (VERSION): Set to "2.16.90".
37978
ee9247c3
CD
379792012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
37980
37981 * NEWS: Update copyright. Remove last-updated date.
37982 Mention math library bug fixes and timezone data changes.
37983 * README: Mention GNU/Hurd, x32, and HPPA support status.
37984
4648c381
TS
379852012-06-28 Thomas Schwinge <thomas@codesourcery.com>
37986
37987 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37988
aac78a43
AJ
379892012-06-27 Andreas Jaeger <aj@suse.de>
37990
37991 * manual/contrib.texi (Contributors): Add Samuel Thibault.
37992
ed3dbfad
AJ
379932012-06-25 Andreas Jaeger <aj@suse.de>
37994
37995 * sysdeps/s390/fpu/libm-test-ulps: Update.
37996
4d0ee855
AS
379972012-06-23 Andreas Schwab <schwab@linux-m68k.org>
37998 Thomas Schwinge <thomas@codesourcery.com>
37999
38000 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38001 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38002 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38003 fanotify_mark.
38004
af1bce34
TS
380052012-06-23 Thomas Schwinge <thomas@codesourcery.com>
38006
a9fa33ba
TS
38007 * sysdeps/mach/start.c: Remove file.
38008 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38009 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38010 * sysdeps/sh/init-first.c: Likewise.
38011
58f902b8
TS
38012 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38013 registers for frame unwinding purposes, add CFI directives.
38014 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38015 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38016 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38017 Likewise.
38018
1518f58b
TS
38019 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38020 __fortify_fail returning.
38021 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38022
db9b5059
TS
38023 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38024 sysdeps/sh/____longjmp_chk.S.
38025 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38026 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38027 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38028 (gen-as-const-headers): Append sigaltstack-offsets.sym.
38029
967705fe
TS
38030 * sysdeps/sh/abort-instr.h: New file.
38031 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38032 process in case exit returns.
38033
a9def8c4
TS
38034 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38035 initialize the GOT register before use.
38036
2a649725
TS
38037 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38038 calculation of ARGC > 4.
38039
af1bce34
TS
38040 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38041 meaningful names to some local labels.
38042
d230f50a
KK
380432012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38044 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38045
38046 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38047 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38048 (__arch_compare_and_exchange_val_16_acq): Likewise.
38049 (__arch_compare_and_exchange_val_32_acq): Likewise.
38050 (atomic_exchange_and_add): Fix gUSA sequence.
38051 (atomic_add): Likewise.
38052 (atomic_add_negative): Likewise.
38053 (atomic_add_zero): Likewise.
38054 (atomic_bit_test_set): Likewise.
38055
0479b305
AS
380562012-06-22 Andreas Schwab <schwab@redhat.com>
38057
38058 [BZ #13579]
38059 * include/link.h (struct link_map): Add l_free_initfini.
38060 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38061 l_initfini.
38062 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38063 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38064 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38065 set.
38066
0e3933b9
CD
380672012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
38068
38069 * configure.in: Use AC_LANG_SOURCE.
38070 * configure: Regenerate.
38071
4248b1b1
RM
380722012-06-22 Roland McGrath <roland@hack.frob.com>
38073
38074 * configure.in (libc_cv_localstatedir): New substituted variable.
38075 * configure: Regenerated.
38076 * config.make.in (localstatedir): New variable, substituted from
38077 libc_cv_localstatedir.
38078 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38079 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38080 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38081 * sysdeps/gnu/configure: Regenerated.
38082
006dd861
JL
380832012-06-21 Jeff Law <law@redhat.com>
38084
38085 [BZ #14277]
38086 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38087 free. Simplify list management for _LIBC case.
38088
79662d42
JM
380892012-06-21 Joseph Myers <joseph@codesourcery.com>
38090
b7abb4bf
JM
38091 [BZ #14273]
38092 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38093 Clear sign bit of 64-bit integer value before comparing against
38094 overflow value.
38095
79662d42
JM
38096 * sysdeps/mach/configure: Regenerated.
38097
1f150908
L
380982012-06-21 H.J. Lu <hongjiu.lu@intel.com>
38099
38100 [BZ #14278]
38101 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38102
28363bbf
JL
381032012-06-21 Jeff Law <law@redhat.com>
38104
38105 [BZ #13882]
38106 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
38107 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 38108 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
38109 * elf/dl-open.c (dl_open_worker): Likewise.
38110
09615db4
CD
381112012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
38112
38113 * scripts/list-sources.sh: Scan PORTS for translations.
38114 * po/libc.pot: Regenerated.
38115
2174c6dd
AJ
381162012-06-21 Andreas Jaeger <aj@suse.de>
38117
38118 [BZ #12194]
38119 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38120 warning.
38121 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38122 * bits/byteswap-16.h (__bswap_16): Likewise.
38123 * bits/byteswap.h (__bswap_constant_16): Likewise.
38124
3ee947b1
L
381252012-06-18 H.J. Lu <hongjiu.lu@intel.com>
38126
38127 [BZ #14117]
a2f34833
L
38128 * sysdeps/i386/fpu_control.h: Removed.
38129 * sysdeps/x86_64/fpu_control.h: Moved to ...
38130 * sysdeps/x86/fpu_control.h: Here.
38131
3ee947b1
L
38132 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38133 (_FPU_SETCW): Likewise.
38134
ed1825f8
L
381352012-06-15 H.J. Lu <hongjiu.lu@intel.com>
38136
25f1282a
L
38137 [BZ #14117]
38138 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38139 * sysdeps/x86/fpu/bits/mathinline.h: This.
38140 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38141
ed1825f8
L
38142 [BZ #14050]
38143 [BZ #14117]
38144 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38145 functions if __x86_64__ is defined.
38146
36d54b74
CLT
381472012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
38148
38149 * string/endian.h: Add !__ASSEMBLER__ condition for including
38150 conversion interfaces.
38151
10285c21
JM
381522012-06-15 Joseph Myers <joseph@codesourcery.com>
38153
38154 [BZ #14241]
38155 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38156 of ABS(x) in calculating zero to negative powers other than odd
38157 integers.
38158 * math/libm-test.inc (pow_test): Add more tests.
38159
06c5abbd
AJ
381602012-06-15 Andreas Jaeger <aj@suse.de>
38161
38162 * manual/contrib.texi (Contributors): Update entry of Liubov
38163 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38164 Machado Filho.
38165
a3aeac40
CH
381662012-06-15 Cyril Hrubis <metan@ucw.cz>
38167
38168 * string/string.h: Add __wur to GNU version of strerror_r.
38169
49bdf4c1
L
381702012-06-14 H.J. Lu <hongjiu.lu@intel.com>
38171
38172 [BZ #14229]
38173 * string/Makefile (tests): Add tst-strtok_r.
38174 * string/tst-strtok_r.c: New file.
38175 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38176 RAX_LP/RDX_LP on SAVE_PTR.
38177
834f9b8d
RM
381782012-06-14 Roland McGrath <roland@hack.frob.com>
38179
38180 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38181
75fa1921
JM
381822012-06-14 Joseph Myers <joseph@codesourcery.com>
38183
38184 * libm_test.inc (csqrt_test): Allow more spurious underflow
38185 exceptions.
38186 (j0_test): Likewise.
38187 (j1_test): Likewise.
38188 (y0_test): Likewise.
38189 (y1_test): Likewise.
38190
771766df
CD
381912012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
38192
38193 * po/Makefile (libc.pot): Use UTF-8 charset.
38194
ceb9e56b
PP
381952012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
38196
38197 [BZ #14210]
38198 Suppress sign-conversion warning from FD_SET.
38199 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38200 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38201 not unsigned long int.
38202 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38203
ddb28975
L
382042012-06-12 H.J. Lu <hongjiu.lu@intel.com>
38205
38206 [BZ #14050]
38207 [BZ #14117]
38208 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38209 __extern_always_inline instead of __extern_inline.
38210 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38211 (__signbit): Likewise.
38212 (__signbitl): Support C++ namespace.
38213 (lrintf): New inline function.
38214 (lrint): Likewise.
38215 (llrintf): Likewise.
38216 (llrint): Likewise.
38217 (fmaxf): Likewise.
38218 (fmax): Likewise.
38219 (fminf): Likewise.
38220 (fmin): Likewise.
38221 (rint): Likewise.
38222 (rintf): Likewise.
38223 (ceil): Likewise.
38224 (ceilf): Likewise.
38225 (floor): Likewise.
38226 (floorf): Likewise.
38227 (nearbyint): Likewise.
38228 (nearbyintf): Likewise.
38229
d7b4fb26
TS
382302012-06-12 Thomas Schwinge <thomas@codesourcery.com>
38231
38232 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38233 non-default versions.
38234
eb55f5c2
RM
382352012-06-11 Roland McGrath <roland@hack.frob.com>
38236
38237 [BZ #14218]
38238 * manual/argp.texi (Argp): Reword argp_parse description slightly.
38239
366af02c
TS
382402012-06-09 Thomas Schwinge <thomas@codesourcery.com>
38241
99ff6e5c
TS
38242 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38243 (FE_UPWARD, FE_DOWNWARD): Don't define.
38244 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38245 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38246
366af02c
TS
38247 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38248 reading it.
38249 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38250 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38251
793ea851
KK
382522012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38253
38254 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38255 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38256 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38257 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38258
a728a38f
L
382592012-06-06 H.J. Lu <hongjiu.lu@intel.com>
38260
38261 [BZ #14117]
c08010c7
L
38262 * sysdeps/i386/fpu/bits/fenv.h: Removed.
38263 * sysdeps/i386/fpu/Implies: New file.
38264 * sysdeps/x86_64/fpu/Implies: Likewise.
38265 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38266 * sysdeps/x86/fpu/bits/fenv.h: This.
38267
a728a38f
L
38268 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38269 __SSE_MATH__.
38270
6e230d11
SP
382712012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
38272
38273 [BZ #14134]
38274 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38275 character 0xffff that matches the last element of the
38276 conversion table.
38277
1b671feb
AZ
382782012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38279
38280 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38281 fmodl commit.
38282
6043738b
AZ
382832012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38284
38285 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38286 values higher than 25.6283.
38287
34ae0b32
AZ
382882012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38289
38290 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38291 subnormal exponent extraction and add some __builtin_expect.
38292 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38293 Fix for subnormal mantissa calculation.
38294
1214ec8f
MF
382952012-06-04 Mike Frysinger <vapier@gentoo.org>
38296
38297 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38298 cpu2 is -1 and errno is not ENOSYS.
38299
f3d1f93c
L
383002012-06-04 H.J. Lu <hongjiu.lu@intel.com>
38301
38302 [BZ #14117]
0e4a3cd7
L
38303 * sysdeps/i386/i486/bits/string.h: Renamed to ...
38304 * sysdeps/x86/bits/string.h: This.
38305 * sysdeps/x86_64/bits/string.h: Removed.
38306
6704c645
L
38307 * sysdeps/i386/i486/bits/string.h: Define inline functions only
38308 if not compiling for x86-64, but compiling for >= i486.
38309
48495318
L
38310 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38311 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38312
14adcbfc
L
38313 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38314 New macro from Linux kernel 3.4.0.
38315 (FP_XSTATE_MAGIC2): Likewise.
38316 (FP_XSTATE_MAGIC2_SIZE): Likewise.
38317 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38318 (struct _fpx_sw_bytes): New struct.
38319 (struct _xsave_hdr): Likewise.
38320 (struct _ymmh_state): Likewise.
38321 (struct _xstate): Likewise.
38322
68e408ab
L
38323 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38324 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38325 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38326 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38327 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38328 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38329
f3d1f93c
L
38330 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38331 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38332 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38333 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38334 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38335 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38336
d9dc34cd
TMQMF
383372012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38338
38339 [BZ #13743]
38340 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38341 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38342 (sysdep_headers): Include sys/platform/ppc.h.
38343 * sysdeps/powerpc/test-gettimebase.c: Test for
38344 __ppc_get_timebase() to catch future ISA opcode/insn changes.
38345 * manual/Makefile (appendices): Include platform.texi.
38346 * manual/contrib.texi (Contributors): Update @node pointers.
38347 * manual/maint.texi (Maintenance): Likewise.
38348 (Platform): New node.
38349 * manual/platform.texi: New file. Document the new features.
38350
4af3879c
SP
383512012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
38352 Jakub Jelinek <jakub@redhat.com>
38353
38354 [BZ #14188]
38355 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38356 where __builtin_expect is unavailable.
38357
2fd6ff13
DM
383582012-06-03 David S. Miller <davem@davemloft.net>
38359
38360 * stdlib/longlong.h: Updated from GCC.
38361
173f7220
AS
383622012-06-02 Andreas Schwab <schwab@linux-m68k.org>
38363
38364 [BZ #14042]
38365 * sysdeps/powerpc/powerpc32/mcount.c: New file.
38366 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38367 __mcount_internal.
38368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38369 (GLIBC_2.16): Likewise.
38370
f34a1c6f
L
383712012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38372
38373 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38374
88a4576f
JM
383752012-06-01 Joseph Myers <joseph@codesourcery.com>
38376
ea32bcdd
JM
38377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38378 (default-abi): New variable.
38379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38380 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38381 variable.
38382 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38383 Likewise.
38384 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38385 Likewise.
38386 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38387 Likewise.
38388
88a4576f
JM
38389 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38390 definition. Document in comment.
38391
402fe938
DM
383922012-06-01 David S. Miller <davem@davemloft.net>
38393
38394 * stdlib/longlong.h: Updated from GCC.
38395
3553723f
L
383962012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38397
38398 [BZ #14117]
3bd872c4
L
38399 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38400 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38401 sys/debugreg.h sys/io.h here.
38402 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38403 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38404 sys/io.h.
38405 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38406 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38407 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38408 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38409 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38410 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38411
3553723f
L
38412 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38413 Define only if __x86_64__ is defined.
38414
4842e4fe
JM
384152012-06-01 Joseph Myers <joseph@codesourcery.com>
38416
c5bfe3d5
JM
38417 [BZ #14048]
38418 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38419 Use int64_t for variable i.
38420 * math/libm-test.inc (fmod_test): Add more tests.
38421
4842e4fe
JM
38422 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38423 z computation is not scheduled after fetestexcept.
38424 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38425 Use math_force_eval instead of asm to ensure calculation scheduled
38426 before exception test.
38427 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38428 Ensure a1 + u.d computation is not scheduled after fetestexcept.
38429
efb73488
AJ
384302012-06-01 Aurelien Jarno <aurelien@aurel32.net>
38431
38432 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38433 computation is not scheduled after fetestexcept.
38434
29bcce7c
L
384352012-06-01 H.J. Lu <hongjiu.lu@intel.com>
38436
38437 [BZ #14117]
38438 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38439 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38440
73a68f94
AZ
384412012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38442
38443 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38444 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38445
67b6df78
L
384462012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38447
edf2933a 38448 [BZ #14117]
ebc64a18
L
38449 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38450 <bits/wordsize.h>.
38451 (__WCHAR_MIN): Support __WORDSIZE == 64.
38452 (__WCHAR_MAX): Likewise.
38453
edf2933a
L
38454 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38455 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38456
57c6cf40
L
38457 [BZ #14183]
38458 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38459 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38460
67b6df78 38461 [BZ #14117]
8eb6281e
L
38462 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38463 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38464
aac639f4
L
38465 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38466 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38467
67b6df78
L
38468 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38469 Defined to 1 if __x86_64__ isn't defined.
38470 (_STAT_VER_LINUX_OLD): New.
38471 (st_atime): Remove duplicate.
38472 (st_mtime): Likewise.
38473 (st_ctime): Likewise.
38474
1c2cfe81
DM
384752012-05-31 David S. Miller <davem@davemloft.net>
38476
38477 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38478 entries.
38479
5be8418c
AS
384802012-06-01 Andreas Schwab <schwab@linux-m68k.org>
38481
e7725326
AS
38482 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38483 gen-libm-test.pl.
38484
5be8418c
AS
38485 [BZ #14132]
38486 * elf/dl-reloc.c: Include <_itoa.h>.
38487 (_dl_reloc_bad_type): Remove use of INTUSE.
38488 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38489 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38490 * stdio-common/psiginfo.c (psiginfo): Likewise.
38491 * stdio-common/psignal.c (psignal): Likewise.
38492 * string/strsignal.c (strsignal): Likewise.
38493 * include/signal.h (_sys_siglist): Declare hidden proto.
38494 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
38495 INTVARDEF with libc_hidden_data_def.
38496 * stdio-common/itoa-udigits.c: Likewise.
38497 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38498 (_itoa_lower_digits_internal): Remove declaration.
38499 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38500 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38501 (_sys_sigabbrev_internal): Remove aliases.
38502 (_sys_siglist): Define hidden alias.
38503
507352f1
MT
385042012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
38505
38506 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38507 bits/sysctl.h.
38508
42bbb1c3
L
385092012-05-31 H.J. Lu <hongjiu.lu@intel.com>
38510
38511 [BZ #14117]
6bd784b6
L
38512 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38513 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38514
8bca20f0
L
38515 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38516 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38517 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38518 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38519 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38520 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38521
f9e890a9
L
38522 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38523 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38524 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38525
471101a1
L
38526 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38527 with __addr.
38528 (insw): Likewise.
38529 (insl): Likewise.
38530 (outsb): Likewise.
38531 (outsw): Likewise.
38532 (outsl): Likewise.
38533
6451c862
L
38534 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38535 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38536 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38537
a254b8c9
L
38538 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38539 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38540 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38541 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38542 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38543 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38544
b8dfdd92
L
38545 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38546 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38547
578cd270
L
38548 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38549 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38550
de662f5f
L
38551 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38552 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38553 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38554
25653439
L
38555 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38556 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38557 to ...
38558 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38559
6bad24a0
L
38560 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38561 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38562 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38563
42bbb1c3
L
38564 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38565 for x86-64.
38566 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38567
2d10d547
JM
385682012-05-31 Joseph Myers <joseph@codesourcery.com>
38569
38570 * math/math.h (M_El): Use two more decimal places.
38571 (M_LOG2El): Likewise.
38572 (M_LOG10El): Likewise.
38573 (M_LN2l): Likewise.
38574 (M_LN10l): Likewise.
38575 (M_PIl): Likewise.
38576 (M_PI_2l): Likewise.
38577 (M_PI_4l): Likewise.
38578 (M_1_PIl): Likewise.
38579 (M_2_PIl): Likewise.
38580 (M_2_SQRTPIl): Likewise.
38581 (M_SQRT2l): Likewise.
38582 (M_SQRT1_2l): Likewise.
38583
f230c29b
DM
385842012-05-31 David S. Miller <davem@davemloft.net>
38585
38586 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38587 values between float registers.
38588 * sysdeps/sparc/sparc64/memset.S: Likewise.
38589 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38590
fed806c3
MF
385912012-05-31 Mike Frysinger <vapier@gentoo.org>
38592
38593 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38594 -D_FORTIFY_SOURCE=1.
38595 (CPPFLAGS-tst-longjmp_chk.c): Define.
38596 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38597 (CPPFLAGS-tst-longjmp_chk2.c): Define.
38598 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38599 CFLAGS-tst-wchar-h.c.
38600
30917259
MP
386012012-05-31 Marek Polacek <polacek@redhat.com>
38602
38603 [BZ #14132]
38604 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38605 __endmntent_internal): Remove declaration.
38606 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38607 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38608 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38609
1c58d5dc
DM
386102012-05-30 David S. Miller <davem@davemloft.net>
38611
38612 * sysdeps/sparc/sparc32/soft-fp/q_util.c
38613 (___Q_simulate_exceptions): Use real FP ops rather than writing
38614 into the %fsr.
38615 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38616 Likewise.
38617
7dc00e0d
L
386182012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38619
38620 [BZ #14117]
0bd53985
L
38621 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38622 * sysdeps/x86/bits/xtitypes.h: This.
38623
3a257e66
L
38624 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38625 * sysdeps/x86/bits/wordsize.h: This.
38626
62f62904
L
38627 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38628 * sysdeps/x86/bits/huge_vall.h: This.
38629
404fe9d9
L
38630 * sysdeps/i386/bits/select.h: Removed.
38631 * sysdeps/x86_64/bits/select.h: Renamed to ...
38632 * sysdeps/x86/bits/select.h: This.
38633
d48d0446
L
38634 * sysdeps/i386/bits/setjmp.h: Removed.
38635 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38636 * sysdeps/x86/bits/setjmp.h: This.
38637
7dc00e0d
L
38638 * sysdeps/i386/bits/mathdef.h: Removed.
38639 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38640 * sysdeps/x86/bits/mathdef.h: This.
38641
03277f8f
AS
386422012-05-30 Andreas Schwab <schwab@linux-m68k.org>
38643
38644 [BZ #14132]
38645 * include/sys/socket.h (__connect_internal)
38646 (__libc_sa_len_internal): Remove declaration.
38647 (__connect, __libc_sa_len): Declare hidden_proto.
38648 (SA_LEN): Remove use of INTUSE.
38649 * socket/connect.c: Add libc_hidden_def.
38650 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38651 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38652 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38653 alias.
38654 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38655 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38656 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38657 of adding _internal alias.
38658
13764867
L
386592012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38660
38661 [BZ #14117]
6bd97696
L
38662 * sysdeps/i386/bits/link.h: Removed.
38663 * sysdeps/i386/bits/linkmap.h: Likewise.
38664 * sysdeps/x86_64/bits/link.h: Renamed to ...
38665 * sysdeps/x86/bits/link.h: This.
38666 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38667 * sysdeps/x86/bits/linkmap.h: This.
38668
f726f0bb
L
38669 * sysdeps/i386/bits/endian.h: Removed.
38670 * sysdeps/x86_64/bits/endian.h: Renamed to ...
38671 * sysdeps/x86/bits/endian.h: This.
38672
13764867
L
38673 * sysdeps/i386/bits/byteswap.h: Removed.
38674 * sysdeps/i386/bits/byteswap-16.h: Likewise.
38675 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38676 * sysdeps/x86/bits/byteswap.h: This.
38677 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38678 * sysdeps/x86/bits/byteswap-16.h: This.
38679 * sysdeps/i386/Implies: Add x86.
38680 * sysdeps/x86_64/Implies: Likewise.
38681
ae251b0b
DM
386822012-05-30 David S. Miller <davem@davemloft.net>
38683
38684 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38685 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38686 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38687 (FP_TRAPPING_EXCEPTIONS): Define.
38688 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38689 (FP_TRAPPING_EXCEPTIONS): Define.
38690 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38691 subnormals only when inexact has been signalled or underflow
38692 exceptions are enabled.
38693 (_FP_PACK_CANONICAL): Likewise.
38694
d5c90867
L
386952012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38696
38697 [BZ #14183]
38698 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38699 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38700
63f1549e
RH
387012012-05-30 Richard Henderson <rth@twiddle.net>
38702
8d8f2279
RH
38703 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38704 with #ifndef NOT_IN_libc.
38705
63f1549e
RH
38706 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
38707 marked to avoid plt entry.
38708
0ab0291b
L
387092012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38710
38711 [BZ #14112]
38712 * Makeconfig (default-abi): New macro.
38713 (abi-includes): Likewise.
38714 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
38715 $(abi-$(default-abi)-lib-soname) for soname if defined.
38716 ($(common-objpfx)gnu/lib-names.stmp): Generate from
38717 abi-variants.
38718 * Makefile (installed-stubs): Likewise.
38719 * include/stubs-biarch.h: Removed.
38720 * scripts/lib-names.awk: Only handle one library at a time.
38721 * scripts/soversions.awk: Remove WORDSIZE support.
38722 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38723 entries.
38724 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38725 Removed.
38726 (syscall-list-default-condition): Likewise.
38727 (syscall-list-default-condition): Likewise.
38728 (syscall-list-includes): Likewise.
38729 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38730 syscall-list-* with abi-*. Handle undefined abi-variants.
38731 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38732 * sysdeps/unix/sysv/linux/i386/Implies: New file.
38733 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38734 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38735 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38736 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38737 Removed.
38738 (syscall-list-32-options): Likewise.
38739 (syscall-list-32-condition): Likewise.
38740 (syscall-list-64-options): Likewise.
38741 (syscall-list-64-condition): Likewise.
38742 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38743 macro.
38744 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38745 Renamed to ...
38746 (abi-*): This.
38747 (abi-64-ld-soname): New macro.
38748 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38749 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38750 Renamed to ...
38751 (abi-*): This.
38752 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38753 * sysdeps/x86_64/x32/shlib-versions: Likewise.
38754
4da0431d
JM
387552012-05-30 Joseph Myers <joseph@codesourcery.com>
38756
3a85279c
JM
38757 * sysdeps/unix/sysv/linux/kernel-features.h
38758 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38759 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38760 include <kernel-features.h>.
38761 [!__NR_ftruncate64]: Remove conditional code.
38762 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38763 [__NR_ftruncate64]: Make code unconditional.
38764 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38765 * sysdeps/unix/sysv/linux/truncate64.c: Do not
38766 include <kernel-features.h>.
38767 [!__NR_ftruncate64]: Remove conditional code.
38768 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38769 [__NR_ftruncate64]: Make code unconditional.
38770 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38771 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38772 include <kernel-features.h>.
38773 [!__NR_ftruncate64]: Remove conditional code.
38774 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38775 [__NR_ftruncate64]: Make code unconditional.
38776 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38777 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38778 include <kernel-features.h>.
38779 [!__NR_ftruncate64]: Remove conditional code.
38780 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38781 [__NR_ftruncate64]: Make code unconditional.
38782 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38783
4da0431d
JM
38784 * configure.in (libc_cv_fpie): Weaken to a compile test using
38785 LIBC_TRY_CC_OPTION.
38786 * configure: Regenerated.
38787
11ef492c
AK
387882012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38789
38790 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38791 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38792 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38793 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38794 Refreshed.
38795 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38796 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38797 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38798 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38799 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38800 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38801 Refreshed.
38802
d66ef399
DM
388032012-05-27 David S. Miller <davem@davemloft.net>
38804
38805 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38806 (___Q_zero): New.
38807 (__Q_simulate_exceptions): Return void. Change to simulate
38808 exceptions by writing into the %fsr.
38809 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38810 (__Qp_handle_exceptions): Likewise.
38811 (numbers): Delete.
38812 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38813 __Qp_handle_exceptions.
38814 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38815 __Qp_handle_exceptions.
38816 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38817 as unused and give dummy FP_RND_NEAREST initializer.
38818 (FP_INHIBIT_RESULTS): Define.
38819 (___Q_simulate_exceptions): Update declaration.
38820 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38821 formatting.
38822 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38823 as unused and give dummy FP_RND_NEAREST initializer.
38824 (__Qp_handle_exceptions): Update declaration.
38825 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38826 formatting.
38827
04fb54b5
TS
388282012-05-27 Thomas Schwinge <thomas@codesourcery.com>
38829
38830 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38831 the temporary FPU control word.
38832 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38833 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38834 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38835 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38836 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38837 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38838 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38839 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38840 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38841 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38842 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38843
3f99608f
KK
388442012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38845
38846 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38847 fields.
38848
65a4de4e
CLT
388492012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
38850
38851 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38852 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38853 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38854 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38855 Likewise.
38856 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38857 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38858 Likewise.
38859
15749d40
UD
388602012-05-27 Ulrich Drepper <drepper@gmail.com>
38861
38862 * po/h.po: Update from translation team.
38863
25dbcb27
AS
388642012-05-26 Andreas Schwab <schwab@linux-m68k.org>
38865
3d3f8e55
AS
38866 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38867
25dbcb27
AS
38868 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38869 handling of denormals.
38870 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38871 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38872 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38873 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38874 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38875 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38876 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38877 Likewise.
38878
7ad47a80 388792012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
38880
38881 [BZ #14152]
38882 * math/libm-test.inc (fma_test): Don't always expect underflow
38883 exception.
38884
9c6ea9fa
SP
388852012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38886
38887 [BZ #12416]
38888 * elf/tst-execstack.c: Include stackinfo.h.
38889 (do_test): Adjust test case to ensure that pthread_getattr_np
38890 behaviour remains the same after marking stack executable.
38891
a8239222
JM
388922012-05-25 Joseph Myers <joseph@codesourcery.com>
38893
38894 * sysdeps/unix/sysv/linux/kernel-features.h
38895 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38896 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38897 kernel-features.h.
38898 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38899 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38900 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38901 kernel-features.h.
38902 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38903 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38904
918b5606
L
389052012-05-25 H.J. Lu <hongjiu.lu@intel.com>
38906
38907 * configure.in: Define the default includes to being none.
38908 * configure: Regenerated.
38909
3a097cc7
RM
389102012-05-25 Roland McGrath <roland@hack.frob.com>
38911
8422c9a5
RM
38912 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38913 * sysdeps/x86_64/setjmp.S: Likewise.
38914 * sysdeps/i386/bsd-setjmp.S: Likewise.
38915 * sysdeps/i386/bsd-_setjmp.S: Likewise.
38916 * sysdeps/i386/setjmp.S: Likewise.
38917 * sysdeps/i386/__longjmp.S: Likewise.
38918 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38919 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38920
3a097cc7
RM
38921 * include/stap-probe.h: New file.
38922 * configure.in: Handle --enable-systemtap.
38923 * configure: Regenerated.
38924 * config.h.in (USE_STAP_PROBE): New #undef.
38925 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38926 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38927 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38928
21708942
JM
389292012-05-25 Joseph Myers <joseph@codesourcery.com>
38930
38931 [BZ #13717]
38932 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38933 to 2.4.0 where earlier.
38934 * sysdeps/unix/sysv/linux/configure: Regenerated.
38935 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38936 <kernel-features.h>.
38937 [__ASSUME_32BITUIDS]: Make code unconditional.
38938 [!__ASSUME_32BITUIDS]: Remove conditional code.
38939 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38940 <kernel-features.h>.
38941 [__ASSUME_32BITUIDS]: Make code unconditional.
38942 [!__ASSUME_32BITUIDS]: Remove conditional code.
38943 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38944 [__ASSUME_32BITUIDS]: Make code unconditional.
38945 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38946 * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/i386/getgid.c: Do not include
38955 <kernel-features.h>.
38956 [__ASSUME_32BITUIDS]: Make code unconditional.
38957 [!__ASSUME_32BITUIDS]: Remove conditional code.
38958 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38959 <kernel-features.h>.
38960 [__ASSUME_32BITUIDS]: Make code unconditional.
38961 [!__ASSUME_32BITUIDS]: Remove conditional code.
38962 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38963 <kernel-features.h>.
38964 [__ASSUME_32BITUIDS]: Make code unconditional.
38965 [!__ASSUME_32BITUIDS]: Remove conditional code.
38966 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38967 <kernel-features.h>.
38968 [__ASSUME_32BITUIDS]: Make code unconditional.
38969 [!__ASSUME_32BITUIDS]: Remove conditional code.
38970 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38971 <kernel-features.h>.
38972 [__ASSUME_32BITUIDS]: Make code unconditional.
38973 [!__ASSUME_32BITUIDS]: Remove conditional code.
38974 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38975 <kernel-features.h>.
38976 [__ASSUME_32BITUIDS]: Make code unconditional.
38977 [!__ASSUME_32BITUIDS]: Remove conditional code.
38978 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38979 <kernel-features.h>.
38980 [__ASSUME_32BITUIDS]: Make code unconditional.
38981 [!__ASSUME_32BITUIDS]: Remove conditional code.
38982 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38983 <kernel-features.h>.
38984 [__ASSUME_32BITUIDS]: Make code unconditional.
38985 [!__ASSUME_32BITUIDS]: Remove conditional code.
38986 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38987 <kernel-features.h>.
38988 [__NR_setresgid] (__setresgid): Do not declare.
38989 [__ASSUME_32BITUIDS]: Make code unconditional.
38990 [!__ASSUME_32BITUIDS]: Remove conditional code.
38991 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38992 <kernel-features.h>.
38993 [__NR_setresuid] (__setresuid): Do not declare.
38994 [__ASSUME_32BITUIDS]: Make code unconditional.
38995 [!__ASSUME_32BITUIDS]: Remove conditional code.
38996 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38997 <kernel-features.h>.
38998 [__ASSUME_32BITUIDS]: Make code unconditional.
38999 [!__ASSUME_32BITUIDS]: Remove conditional code.
39000 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39001 <kernel-features.h>.
39002 [__ASSUME_32BITUIDS]: Make code unconditional.
39003 [!__ASSUME_32BITUIDS]: Remove conditional code.
39004 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39005 <kernel-features.h>.
39006 [__ASSUME_32BITUIDS]: Make code unconditional.
39007 [!__ASSUME_32BITUIDS]: Remove conditional code.
39008 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39009 <kernel-features.h>.
39010 [__ASSUME_32BITUIDS]: Make code unconditional.
39011 [!__ASSUME_32BITUIDS]: Remove conditional code.
39012 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39013 <kernel-features.h>.
39014 [__ASSUME_32BITUIDS]: Make code unconditional.
39015 [!__ASSUME_32BITUIDS]: Remove conditional code.
39016 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39017 <kernel-features.h>.
39018 [__ASSUME_32BITUIDS]: Make code unconditional.
39019 [!__ASSUME_32BITUIDS]: Remove conditional code.
39020 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39021 <kernel-features.h>.
39022 [__ASSUME_32BITUIDS]: Make code unconditional.
39023 [!__ASSUME_32BITUIDS]: Remove conditional code.
39024 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39025 <kernel-features.h>.
39026 [__ASSUME_32BITUIDS]: Make code unconditional.
39027 [!__ASSUME_32BITUIDS]: Remove conditional code.
39028 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39029 <kernel-features.h>.
39030 [__ASSUME_32BITUIDS]: Make code unconditional.
39031 [!__ASSUME_32BITUIDS]: Remove conditional code.
39032 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39033 <kernel-features.h>.
39034 [__ASSUME_32BITUIDS]: Make code unconditional.
39035 [!__ASSUME_32BITUIDS]: Remove conditional code.
39036 * sysdeps/unix/sysv/linux/kernel-features.h
39037 (__ASSUME_SETRESUID_SYSCALL): Remove.
39038 (__ASSUME_SETRESGID_SYSCALL): Likewise.
39039 (__ASSUME_32BITUIDS): Likewise.
39040 (__ASSUME_LDT_WORKS): Likewise.
39041 (__ASSUME_O_DIRECTORY): Likewise.
39042 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39043 architecture but not kernel version.
39044 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39045 (__ASSUME_MMAP2_SYSCALL): Likewise.
39046 (__ASSUME_STAT64_SYSCALL): Likewise.
39047 (__ASSUME_IPC64): Likewise.
39048 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39049 <kernel-features.h>.
39050 [__ASSUME_32BITUIDS]: Make code unconditional.
39051 [!__ASSUME_32BITUIDS]: Remove conditional code.
39052 * sysdeps/unix/sysv/linux/opendir.c: Do not include
39053 <kernel-features.h>.
39054 [__ASSUME_O_DIRECTORY]: Make code unconditional.
39055 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39056 132096]: Remove conditional code.
39057 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39058 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39059 <kernel-features.h>.
39060 [__ASSUME_32BITUIDS]: Make code unconditional.
39061 [!__ASSUME_32BITUIDS]: Remove conditional code.
39062 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39063 <kernel-features.h>.
39064 [__ASSUME_32BITUIDS]: Make code unconditional.
39065 [!__ASSUME_32BITUIDS]: Remove conditional code.
39066 * sysdeps/unix/sysv/linux/setegid.c: Do not include
39067 <kernel-features.h>.
39068 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39069 unconditional.
39070 (__setresgid): Do not declare.
39071 [__ASSUME_32BITUIDS]: Make code unconditional.
39072 [!__ASSUME_32BITUIDS]: Remove conditional code.
39073 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39074 <kernel-features.h>.
39075 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39076 unconditional.
39077 (__setresuid): Do not declare.
39078 [__ASSUME_32BITUIDS]: Make code unconditional.
39079 [!__ASSUME_32BITUIDS]: Remove conditional code.
39080 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39081 <kernel-features.h>.
39082 [__ASSUME_32BITUIDS]: Make code unconditional.
39083 [!__ASSUME_32BITUIDS]: Remove conditional code.
39084 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39085 <kernel-features.h>.
39086 [__ASSUME_32BITUIDS]: Make code unconditional.
39087 [!__ASSUME_32BITUIDS]: Remove conditional code.
39088
a386f1cc
RH
390892012-05-25 Richard Henderson <rth@twiddle.net>
39090
39091 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39092 dl_hwcap to ifunc resolver.
39093 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39094 elf_ifunc_invoke.
39095 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39096 dl_hwcap to ifunc resolver.
39097 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39098
b6550497
JM
390992012-05-24 Joseph Myers <joseph@codesourcery.com>
39100
39101 [BZ #14153]
39102 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39103 for |x| <= 2**-26, not 2**-57.
39104 * math/libm-test.inc (acos_test): Do not allow spurious underflow
39105 exception.
39106
b0bc23a1
JL
391072012-05-24 Jeff Law <law@redhat.com>
39108
39109 * stdio-common/Makefile (tests): Add bug25.
39110 * stdio-common/bug25.c: New test.
39111
347c92e9
L
391122012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39113
39114 [BZ #13576]
39115 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39116 multiple of MALLOC_ALIGNMENT in size.
39117 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39118
6bcc8b3f
JM
391192012-05-24 Joseph Myers <joseph@codesourcery.com>
39120
39121 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39122 Require >= 256.
39123 (FILENAME_MAX): Use macro-int-constant.
39124 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
39125 (_IOFBF): Use macro-int-constant.
39126 (_IOLBF): Likewise.
39127 (_IONBF): Likewise.
39128 (SEEK_CUR): Likewise.
39129 (SEEK_END): Likewise.
39130 (SEEK_SET): Likewise.
39131 (TMP_MAX): Likewise.
39132 (EOF): Use macro-int-constant. Require < 0.
39133 (NULL): Use macro-constant. Require == 0.
39134 (stdin): Require type to be FILE *.
39135 (stdout): Likewise.
39136 (stderr): Likewise.
39137 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39138 macro-int-constant.
39139 (EXIT_SUCCESS): Likewise.
39140 (NULL): Use macro-constant. Require == 0.
39141 (RAND_MAX): Use macro-int-constant.
39142 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39143 [C99-based standards] (strtof): Require function.
39144 [C99-based standards] (strtold): Likewise.
39145 [C99-based standards] (strtoll): Likewise.
39146 [C99-based standards] (strtoull): Likewise.
39147 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39148 [ISO || ISO99 || ISO11] (limits.h): Likewise.
39149 [ISO || ISO99 || ISO11] (math.h): Likewise.
39150 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39151 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39152 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39153
d18ea0c5
AS
391542012-05-24 Andreas Schwab <schwab@linux-m68k.org>
39155
39156 [BZ #14132]
56d25bb8
AS
39157 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39158 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39159 * intl/dgettext.c (DCGETTEXT): Likewise.
39160 * intl/gettext.c (DCGETTEXT): Likewise.
39161 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39162 * posix/regex_internal.h (gettext): Likewise.
39163 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39164 Remove declaration.
39165 * include/argz.h (__argz_count_internal)
39166 (__argz_stringify_internal): Remove declaration.
39167 (__argz_count, __argz_stringify): Declare hidden proto.
39168 * intl/dcgettext.c: Remove use of INTDEF.
39169 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39170 * string/argz-stringify.c: Likewise.
39171 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39172 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39173 Declare hidden proto.
d18ea0c5
AS
39174 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39175 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39176 Declare hidden proto.
39177 * include/stdio.h (__asprintf_internal): Don't declare.
39178 (__asprintf): Don't define as macro. Declare hidden proto.
39179 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39180 (__fsetlocking): Declare hidden proto.
39181 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39182 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39183 hidden proto.
39184 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39185 (_IO_setlinebuf): Remove use of INTUSE.
39186 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39187 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39188 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39189 Remove declaration.
39190 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39191 (_IO_do_flush): Remove use of INTUSE.
39192 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39193 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39194 (_IO_adjust_column, _IO_least_wmarker)
39195 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39196 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39197 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39198 (_IO_default_doallocate, _IO_wdefault_doallocate)
39199 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39200 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39201 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39202 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39203 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39204 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39205 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39206 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39207 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39208 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39209 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39210 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39211 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39212 proto.
39213 (_IO_flush_all_internal, _IO_adjust_column_internal)
39214 (_IO_default_uflow_internal, _IO_default_finish_internal)
39215 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39216 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39217 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39218 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39219 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39220 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39221 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39222 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39223 (_IO_file_close_internal, _IO_file_close_it_internal)
39224 (_IO_file_underflow_internal, _IO_file_overflow_internal)
39225 (_IO_file_init_internal, _IO_file_attach_internal)
39226 (_IO_file_fopen_internal, _IO_file_read_internal)
39227 (_IO_file_sync_internal, _IO_file_seek_internal)
39228 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39229 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39230 (_IO_str_underflow_internal, _IO_str_overflow_internal)
39231 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39232 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39233 (_IO_list_all_internal, _IO_link_in_internal)
39234 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39235 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39236 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39237 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39238 (_IO_do_write_internal, _IO_padn_internal)
39239 (_IO_getline_info_internal, _IO_getline_internal)
39240 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39241 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39242 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39243 (_IO_vfscanf_internal, _IO_vfprintf_internal)
39244 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39245 (_IO_init_internal, _IO_un_link_internal): Don't declare.
39246 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39247 with libc_hidden_ver, remove use of INTUSE.
39248 * libio/genops.c: Likewise.
39249 * libio/freopen.c: Likewise.
39250 * libio/freopen64.c: Likewise.
39251 * libio/iofclose.c: Likewise.
39252 * libio/iofdopen.c: Likewise.
39253 * libio/iofflush.c: Likewise.
39254 * libio/iofflush_u.c: Likewise.
39255 * libio/iofgets.c: Likewise.
39256 * libio/iofgets_u.c: Likewise.
39257 * libio/iofopen.c: Likewise.
39258 * libio/iofopncook.c: Likewise.
39259 * libio/iofread.c: Likewise.
39260 * libio/iofread_u.c: Likewise.
39261 * libio/ioftell.c: Likewise.
39262 * libio/iofwrite.c: Likewise.
39263 * libio/iogetline.c: Likewise.
39264 * libio/iogets.c: Likewise.
39265 * libio/iogetwline.c: Likewise.
39266 * libio/iopadn.c: Likewise.
39267 * libio/iopopen.c: Likewise.
39268 * libio/ioseekoff.c: Likewise.
39269 * libio/ioseekpos.c: Likewise.
39270 * libio/iosetbuffer.c: Likewise.
39271 * libio/iosetvbuf.c: Likewise.
39272 * libio/ioungetc.c: Likewise.
39273 * libio/ioungetwc.c: Likewise.
39274 * libio/iovdprintf.c: Likewise.
39275 * libio/iovsprintf.c: Likewise.
39276 * libio/iovsscanf.c: Likewise.
39277 * libio/memstream.c: Likewise.
39278 * libio/obprintf.c: Likewise.
39279 * libio/oldfileops.c: Likewise.
39280 * libio/oldiofclose.c: Likewise.
39281 * libio/oldiofdopen.c: Likewise.
39282 * libio/oldiofopen.c: Likewise.
39283 * libio/oldiopopen.c: Likewise.
39284 * libio/oldstdfiles.c: Likewise.
39285 * libio/putc.c: Likewise.
39286 * libio/setbuf.c: Likewise.
39287 * libio/setlinebuf.c: Likewise.
39288 * libio/stdfiles.c: Likewise.
39289 * libio/strops.c: Likewise.
39290 * libio/vasprintf.c: Likewise.
39291 * libio/vscanf.c: Likewise.
39292 * libio/vsnprintf.c: Likewise.
39293 * libio/vswprintf.c: Likewise.
39294 * libio/wfiledoalloc.c: Likewise.
39295 * libio/wfileops.c: Likewise.
39296 * libio/wgenops.c: Likewise.
39297 * libio/wmemstream.c: Likewise.
39298 * libio/wstrops.c: Likewise.
39299 * libio/__fpurge.c: Likewise.
39300 * libio/__fsetlocking.c: Likewise.
39301 * assert/assert.c: Likewise.
39302 * debug/fgets_chk.c: Likewise.
39303 * debug/fgets_u_chk.c: Likewise.
39304 * debug/fread_chk.c: Likewise.
39305 * debug/fread_u_chk.c: Likewise.
39306 * debug/gets_chk.c: Likewise.
39307 * debug/obprintf_chk.c: Likewise.
39308 * debug/vasprintf_chk.c: Likewise.
39309 * debug/vdprintf_chk.c: Likewise.
39310 * debug/vsnprintf_chk.c: Likewise.
39311 * debug/vsprintf_chk.c: Likewise.
39312 * malloc/mtrace.c: Likewise.
39313 * misc/error.c: Likewise.
39314 * misc/syslog.c: Likewise.
39315 * stdio-common/asprintf.c: Likewise.
39316 * stdio-common/fxprintf.c: Likewise.
39317 * stdio-common/getw.c: Likewise.
39318 * stdio-common/isoc99_fscanf.c: Likewise.
39319 * stdio-common/isoc99_scanf.c: Likewise.
39320 * stdio-common/isoc99_vfscanf.c: Likewise.
39321 * stdio-common/isoc99_vscanf.c: Likewise.
39322 * stdio-common/isoc99_vsscanf.c: Likewise.
39323 * stdio-common/printf-prs.c: Likewise.
39324 * stdio-common/printf_fp.c: Likewise.
39325 * stdio-common/printf_fphex.c: Likewise.
39326 * stdio-common/printf_size.c: Likewise.
39327 * stdio-common/putw.c: Likewise.
39328 * stdio-common/scanf.c: Likewise.
39329 * stdio-common/sprintf.c: Likewise.
39330 * stdio-common/tmpfile.c: Likewise.
39331 * stdio-common/vfprintf.c: Likewise.
39332 * stdio-common/vfscanf.c: Likewise.
39333 * stdlib/strfmon_l.c: Likewise.
39334 * sunrpc/openchild.c: Likewise.
39335 * sunrpc/xdr_stdio.c: Likewise.
39336 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39337 * sysdeps/mach/hurd/tmpfile.c: Likewise.
39338
d6c33fda
RM
393392012-05-24 Roland McGrath <roland@hack.frob.com>
39340
c1487492
RM
39341 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39342
39343 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39344 in the third column, to generate for the shared library an IFUNC
39345 that uses _dl_vdso_vsym.
39346 * Makerules (COMPILE.c, compile-stdin.c): New variables.
39347 * Makeconfig (object-suffixes-noshared): New variable.
39348
39349 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39350 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39351 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39352 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39353
d6c33fda
RM
39354 [BZ #14132]
39355 * include/sys/time.h (__gettimeofday): Remove macro.
39356 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39357 * time/gettimeofday.c (__gettimeofday): Remove #undef.
39358 Remove INTDEF.
39359 (__gettimeofday): Add libc_hidden_def.
39360 (gettimeofday): Add libc_hidden_weak.
39361 * sysdeps/mach/gettimeofday.c: Likewise.
39362 * sysdeps/posix/gettimeofday.c: Likewise.
39363 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39364 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39365 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39366 (__gettimeofday_internal): Remove strong_alias.
39367 (__gettimeofday): Add libc_hidden_def.
39368 (gettimeofday): Add libc_hidden_weak.
39369 * sysdeps/unix/syscalls.list (gettimeofday):
39370 Remove __gettimeofday_internal alias.
39371
b5a2bbe6
L
393722012-05-24 Daniel Jacobowitz <drow@false.org>
39373 H.J. Lu <hongjiu.lu@intel.com>
39374
39375 [BZ #12495]
39376 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39377 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39378 (largebin_index_32_big): New.
39379 (largebin_index): Use it for 16-byte alignment.
39380 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
39381 correction with front_misalign.
39382
cfba4fda
L
393832012-05-24 H.J. Lu <hongjiu.lu@intel.com>
39384
7f907421
L
39385 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39386 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39387 Likewise.
39388 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39389 Likewise.
39390 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39391 Likewise.
39392 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39393 Likewise.
39394 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39395 Likewise.
39396 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39397 Likewise.
39398 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39399 Likewise.
39400 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39401 Likewise.
39402 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39403 Likewise.
39404 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39405 Likewise.
39406 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39407 Likewise.
39408 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39409 Likewise.
39410
cfba4fda
L
39411 * scripts/data/c++-types-x32-linux-gnu.data: New file.
39412 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39413
80bad0cc
JM
394142012-05-24 Joseph Myers <joseph@codesourcery.com>
39415
7a25eb06
JM
39416 [BZ #10846]
39417 [BZ #14036]
39418 * math/libm-test.inc (exp_test): Add test from bug 14036.
39419 (pow_test): Add test from bug 10846.
39420
795405f9
JM
39421 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39422 and other flags.
39423 (special_function): Do not include flags in test name.
39424 (parse_args): Likewise.
39425 * sysdeps/i386/fpu/libm-test-ulps: Update.
39426 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39427 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39428 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39429 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39430
80bad0cc
JM
39431 * math/gen-libm-test.pl (%beautify): Add entries for underflow
39432 exceptions.
39433 * math/libm-test.inc ("Philosophy"): Update comment about
39434 exception testing.
39435 (UNDERFLOW_EXCEPTION): New macro.
39436 (UNDERFLOW_EXCEPTION_OK): Likewise.
39437 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39438 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39439 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39440 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39441 (INVALID_EXCEPTION_OK): Update value.
39442 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39443 (OVERFLOW_EXCEPTION_OK): Likewise.
39444 (IGNORE_ZERO_INF_SIGN): Likewise.
39445 (test_exceptions): Handle underflow exceptions.
39446 (acos_test): Update for underflow exception expectations.
39447 (cexp_test): Likewise.
39448 (clog_test): Likewise.
39449 (clog10_test): Likewise.
39450 (csqrt_test): Likewise.
39451 (ctan_test): Likewise.
39452 (ctanh_test): Likewise.
39453 (exp_test): Likewise.
39454 (exp10_test): Likewise.
39455 (exp2_test): Likewise.
39456 (expm1_test): Likewise.
39457 (fma_test): Likewise.
39458 (j0_test): Likewise.
39459 (jn_test): Likewise.
39460 (nexttoward_test): Likewise.
39461 (pow_test): Likewise.
39462 (scalbn_test): Likewise.
39463 (scalbln_test): Likewise.
39464 (tan_test): Likewise.
39465 (y1_test): Likewise.
39466 * sysdeps/i386/fpu/libm-test-ulps: Update.
39467 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39468
9e0e3d0b
DM
394692012-05-23 David S. Miller <davem@davemloft.net>
39470
39471 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39472 (__libc_sigaction): Remove unused local variables.
39473
ccd0a08f
L
394742012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39475
39476 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39477
62bdf9a6
PE
394782012-05-23 Paul Eggert <eggert@cs.ucla.edu>
39479
f8591f80
PE
39480 mktime: avoid signed integer overflow
39481 * time/mktime.c (__mktime_internal): Do not mishandle the case
39482 where diff == INT_MIN.
39483
94c7d826
PE
39484 mktime: simplify computation of average
39485 * time/mktime.c (ranged_convert): Use new time_t_avg function
39486 instead of rolling our own (probably-slower) code.
39487
ce73d683
PE
39488 mktime: do not assume signed right shift propagates sign bit
39489 * time/mktime.c (isdst_differ): New static function.
39490 (__mktime_internal): No need to normalize tm_isdst now.
39491 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39492 tm_isdst values.
39493
72a22e59
PE
39494 mktime: merge another wrapv change from gnulib
39495 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39496 from some compilers.
39497
68605433
PE
39498 mktime: remove incorrect attempt at unusual arithmetics
39499 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39500 The code didn't really work on such machines anyway.
39501 (TYPE_MINIMUM): Assume two's complement.
39502 (twos_complement_arithmetic): Verify that long_int and time_t
39503 are two's complement (or unsigned, in the latter case).
39504
03cf7fe3
PE
39505 mktime: check signed shifts on long_int and time_t, too
39506 * time/mktime.c (SHR): Check that shifts work as desired
39507 on the types long_int and time_t too, as SHR is used on
39508 such types.
39509
f04dfbc2
PE
39510 mktime: do not assume 'long' is wide enough
39511 * time/mktime.c (verify): Move decl up.
39512 (long_int): New type.
39513 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39514 to remove assumption in the code that 'long' is wide enough to
39515 store year values. This assumption is not true on x32 and on
39516 some non-glibc platforms.
39517
62bdf9a6
PE
39518 mktime: merge wrapv change from gnulib
39519 * time/mktime.c (WRAPV): New macro.
39520 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39521 (guess_time_tm, __mktime_internal): Do not assume that signed
39522 integer overflow wraps around; modern compilers generate code
39523 where this assumption is no longer valid.
39524
5e292e4f
L
395252012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39526
39527 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39528 Replace "jmp L(pseudo_end)" with "ret".
39529 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39530 Likewise.
39531
8caf8c87
AJ
395322012-05-23 Andreas Jaeger <aj@suse.de>
39533
39534 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39535 * sysdeps/unix/sysv/linux/poll.c: Remove file.
39536
1a09dc56
AJ
395372012-05-23 Andreas Jaeger <aj@suse.de>
39538 Maximilian Attems <max@stro.at>
39539
39540 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39541 New macros.
39542
1c87aba0
L
395432012-05-23 H.J. Lu <hongjiu.lu@intel.com>
39544
39545 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39546 code so that pseudo_end is just ret and the stack pointer is
39547 correct also for static library in error case.
39548
40e45bd5
JM
395492012-05-23 Joseph Myers <joseph@codesourcery.com>
39550
c2670533
JM
39551 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39552 move to syscalls.list.
39553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39557
40e45bd5
JM
39558 * manual/install.texi (Running make install): Do not mention Linux
39559 kernel version for which pt_chown is not needed.
39560 (Linux): Do not mention problems with nscd with 2.0 kernels.
39561 * INSTALL: Regenerated.
39562
be08eda5
AJ
395632012-05-23 Andreas Jaeger <aj@suse.de>
39564
39565 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39566 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39567 macro.
39568 * sysdeps/unix/sysv/linux/s390/bits/mman.h
39569 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39570 * sysdeps/unix/sysv/linux/sh/bits/mman.h
39571 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39572 * sysdeps/unix/sysv/linux/i386/bits/mman.h
39573 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39574 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39575 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39576 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39577 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39578 * sysdeps/unix/sysv/linux/bits/in.h
39579 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39580
a6a056bb
RM
395812012-05-22 Roland McGrath <roland@hack.frob.com>
39582
39583 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39584 (PREPARE_VERSION): Just use assert instead, it will be elided
39585 under [NDEBUG] anyway.
39586
c9009328
L
395872012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39588
39589 * sysdeps/unix/sysv/linux/Makefile: Include
39590 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 39591 (sysdep_routines): Remove sysctl.
c9009328
L
39592 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39593 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39594 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39595 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39596 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39597
73338355
AJ
395982012-05-22 Andreas Jaeger <aj@suse.de>
39599
39600 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39601 that pseudo_end is just ret and the stack pointer is correct also
39602 for static library in error case.
39603
d44638b0
PP
396042012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
39605
39606 [BZ #14122]
39607 * nss/nsswitch.c (defconfig_entries): New variable.
39608 (__nss_database_lookup): Don't leak defconfig entries.
39609 (nss_parse_service_list): Don't leak on error paths.
39610 (free_database_entries): New function.
39611 (free_defconfig): New function.
39612 (free_mem): Move common code to free_database_entries.
39613
31a39bd8
L
396142012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39615
da0331a8
L
39616 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39617 Add arch_prctl.
39618 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39619
31a39bd8
L
39620 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39621 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39622 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39623 New macro.
39624 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39625 (INTERNAL_SYSCALL_TYPES): Likewise.
39626 (LOAD_ARGS_TYPES_[1-6]): Likewise.
39627 (LOAD_REGS_TYPES_[1-6]): Likewise.
39628 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39629 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39630
45470df3
AZ
396312012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39632
39633 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39634 copysignl for GLIBC_2_0.
39635 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39636 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39637 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39638 logbl for GLIBC_2_0.
39639 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39640 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39641
98a61bcb
L
396422012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39643
a4f6e481
L
39644 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39645 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39646
f63d5db6
L
39647 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39648 Use "neg %eax".
39649
98a61bcb
L
39650 * time/mktime.c: Update copyright years.
39651
95770f14
PE
396522012-05-22 Paul Eggert <eggert@cs.ucla.edu>
39653
6226efbd
PE
39654 mktime: merge comment-quoting-style change from gnulib
39655 * time/mktime.c: Quote 'like this' in comments.
39656 The GNU coding standards suggest that we no longer quote `like this',
39657 as "`" and "'" are typically rendered asymmetrically nowadays.
39658 The typical gnulib style is to quote 'like this' when quoting
39659 code, and "like this" when quoting English.
39660
b99e4f78
PE
39661 * time/mktime.c (compile-command): Add "-I.".
39662
643e01e6
PE
39663 mktime: merge mktime-internal.h change from gnulib
39664 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39665
2554247d
PE
39666 mktime: merge time_r change from gnulib
39667 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39668
826dd0ab
PE
39669 mktime: merge DEBUG change from gnulib
39670 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39671 case system <time.h> has a #define.
39672
bd83aabe
PE
39673 mktime: merge <sys/types.h> change from gnulib
39674 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39675 since <time.t> is now guaranteed to define time_t.
39676
95770f14
PE
39677 mktime: merge HAVE_CONFIG_H change from gnulib
39678 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39679
5e1a27a9
L
396802012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39681
0e44a77e
L
39682 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39683 Use "neg %eax".
39684
5e1a27a9
L
39685 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39686 __rlim_t cast.
39687 (struct rusage): Use anonymous union to pad each field to
39688 __syscall_slong_t.
39689
46259bec
DM
396902012-05-21 David S. Miller <davem@davemloft.net>
39691
39692 * Makefules (o-iterator): Remove .s cases.
39693 (compile-command.s): Delete.
39694 (COMPILE.s): Delete.
39695 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39696
59f0c22e
JM
396972012-05-21 Joseph Myers <joseph@codesourcery.com>
39698
39699 * configure.in (libc_cv_predef_stack_protector): Only consider
39700 "foobar" and "__stack_chk_fail" lines in libc_undefs.
39701 * configure: Regenerated.
39702
20c07380
L
397032012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39704
bbb3154b
L
39705 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39706 New macro. Use R*LP on int and pointer.
39707 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
39708 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39709 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
39710 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39711
20c07380
L
39712 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39713 [__WORDSIZE_TIME64_COMPAT32] instead of
39714 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39715 (struct utmp): Likewise.
39716 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39717 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39718 Renamed to ...
39719 (__WORDSIZE_TIME64_COMPAT32): This.
39720 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39721 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39722 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39723 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39724 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39725 (__WORDSIZE_TIME64_COMPAT32): New macro.
39726
d8d1017e
AJ
397272012-05-21 Andreas Jaeger <aj@suse.de>
39728
39729 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39730 only if [SHARED]. Add prototype for __wcschr_ia32.
39731
6c7fb145
RM
397322012-05-21 Roland McGrath <roland@hack.frob.com>
39733
39734 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39735 of %rbp unmolested in the jmp_buf while mangling the low bits.
39736 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39737 unmolested high bits of %rbp while demangling the low bits.
39738 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39739
66274218
AJ
397402012-05-21 Andreas Jaeger <aj@suse.de>
39741
07c58f8f
AJ
39742 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39743 * sunrpc/svc_simple.c: Use it for registerrpc.
39744 * sunrpc/xcrypt.c: Use it for passwd2des.
39745
66274218
AJ
39746 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39747
61f65140
L
397482012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39749
39750 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39751 Don't define if [__SYSCALL_WORDSIZE != 32].
39752 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39753 New macro.
39754
5fefb436
AJ
397552012-05-21 Bruno Haible <bruno@clisp.org>
39756 Andreas Jaeger <aj@suse.de>
39757
39758 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39759 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39760 inptr and inend for must_buffer_ch.
39761 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39762 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39763 * stdio-common/Makefile (tests): Remove bug15.
39764 (bug15-ENV): Remove macro.
39765 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39766 anymore.
39767
d8e272ab
AJ
397682012-05-19 Andreas Jaeger <aj@suse.de>
39769 Roland McGrath <roland@hack.frob.com>
39770
39771 * manual/contrib.texi: Completely rewritten. It contains now an
39772 alphabetical list of contributors and their contributions.
39773
4a56a162
RH
397742012-05-21 Richard Henderson <rth@twiddle.net>
39775
39776 * misc/getauxval.c (__getauxval): Use unsigned long int.
39777 * misc/sys/auxv.h: Include <sys/cdefs.h>.
39778 (getauxval): Use unsigned long int.
39779
d024d23c
L
397802012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39781
39782 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39783
cbc00a03
RM
397842012-05-21 Roland McGrath <roland@hack.frob.com>
39785
39786 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39787 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39788 __alignof__ (long double).
39789
478143fa
AZ
397902012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39791
39792 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39793
c7683a6d
RH
397942012-05-20 Richard Henderson <rth@twiddle.net>
39795
39796 * misc/getauxval.c: New file.
39797 * misc/sys/auxv.h: New file.
39798 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39799 (routines): Add getauxval.
39800 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39801 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39802 * elf/dl-sysdep.c (_dl_auxv): Remove.
39803 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39804 * elf/dl-support.c (_dl_auxv): New variable.
39805 (_dl_aux_init): Initialize it.
39806 * manual/startup.texi (Auxiliary Vector): New node.
39807 * sysdeps/generic/bits/hwcap.h: New file.
39808 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39809 * sysdeps/powerpc/sysdep.h: ... here. Include it.
39810 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39811 * sysdeps/sparc/sysdep.h: ... here. Include it.
39812 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39813 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
39814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39815 Update.
c7683a6d
RH
39816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39817 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39818 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39819 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39820 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39821 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39822 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39823 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39824
a6f1845d
AZ
398252012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39826
39827 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39828
cbcbe830
DM
398292012-05-19 David S. Miller <davem@davemloft.net>
39830
39831 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39832
e0b16cc2
JM
398332012-05-19 Joseph Myers <joseph@codesourcery.com>
39834
39835 [BZ #14123]
39836 * math/s_ccosh.c: Include <float.h>
39837 (__ccosh): Avoid internal overflow calculating sinh and cosh
39838 values before multiplying by sin and cos values.
39839 * math/s_ccoshf.c: Likewise.
39840 * math/s_ccoshl.c: Likewise.
39841 * math/s_csin.c: Likewise.
39842 * math/s_csinf.c: Likewise.
39843 * math/s_csinl.c: Likewise.
39844 * math/s_csinh.c: Likewise.
39845 * math/s_csinhf.c: Likewise.
39846 * math/s_csinhl.c: Likewise.
39847 * math/libm-test.inc (ccos_test): Add more tests.
39848 (ccosh_test): Likewise.
39849 (csin_test): Likewise.
39850 (csinh_test): Likewise.
39851 * sysdeps/i386/fpu/libm-test-ulps: Update.
39852 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39853
6ad13e08
L
398542012-05-19 H.J. Lu <hongjiu.lu@intel.com>
39855
f66f0ce8
L
39856 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39857 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39858
6ad13e08
L
39859 * sysdeps/x86_64/x32/_itoa.h: Add comment.
39860
b1d072a7
JM
398612012-05-19 Joseph Myers <joseph@codesourcery.com>
39862
39863 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39864 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39865 * sysdeps/powerpc/soft-fp/Versions: Likewise.
39866 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39867 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39868 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39869 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39870 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39871 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39872 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39873 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39874 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39875 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39876 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39877 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39878 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39879 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39880 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39881 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39882 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39883 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39884 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39885 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39886 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39887 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39888 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39889 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39890 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39891 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39892 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39893 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39894
9eae47cb
AJ
398952012-05-18 Andreas Jaeger <aj@suse.de>
39896
39897 * csu/.gitignore: Delete.
39898
bb07f69f
L
398992012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39900
39901 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39902 (timex): Use __syscall_slong_t.
39903
e6bdb741
AJ
399042012-05-18 Andreas Jaeger <aj@suse.de>
39905 Carlos O'Donell <carlos_odonell@mentor.com>
39906
39907 * manual/install.texi (Configuring and compiling): Update
39908 description about files modified in the source directory.
d6c33fda 39909 * INSTALL: Regenerated.
e6bdb741 39910
1b74487e
L
399112012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39912
39913 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39914 value. Use "or" to set return value to -1.
39915 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39916 negate return value.
39917
a88b64b9
TMQMF
399182012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39919
57f41c40
AS
39920 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39921 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
39922 failure if the compiler has Graphite support disabled.
39923 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39924 Likewise.
57f41c40
AS
39925 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39926 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
39927 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39928 Likewise.
39929
3707636e
L
399302012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39931
610b8622
L
39932 * sysdeps/x86_64/x32/_itoa.h: New file.
39933
7cd195df
L
39934 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39935 getdents system call only if kernel and user dirents have the
39936 same d_ino and d_off.
39937
94b07d20
L
39938 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39939 LLONG_MAX != LONG_MAX.
39940 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39941 (_fitoa_word): Likewise.
39942
18298070
L
39943 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39944 years.
39945 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39946 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39947 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39948
553c7ea4
L
39949 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39950 include <bits/wordsize.h>. Check __x86_64__ instead of
39951 __WORDSIZE.
39952 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39953 if __x86_64__ is defined. Use anonymous union on fpstate.
39954
3707636e
L
39955 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39956 anonymous union.
39957
b53ef01a
AS
399582012-05-18 Andreas Schwab <schwab@linux-m68k.org>
39959
37fb1dc0
AS
39960 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39961 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39962 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39963 Refer to _rtld_local_ro instead of _rtld_global_ro.
39964 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39965 Likewise.
39966 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39967 Likewise.
39968 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39969 Likewise.
39970 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39971 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39972 of _rtld_global, and rtld_progname instead of _dl_argv[0].
39973
b53ef01a
AS
39974 * sysdeps/powerpc/powerpc32/dl-machine.c
39975 (__elf_machine_runtime_setup) [PROF]: Don't reference
39976 _dl_prof_resolve.
39977
7a185db2
AJ
399782012-05-18 Andreas Jaeger <aj@suse.de>
39979
39980 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39981 function only available for GCCs before 3.4 since GCC 3.4
39982 introduced a builtin.
39983 (lrint): Likewise.
39984 (llrintf): Likewise.
39985 (llrint): Likewise.
39986 (fmaxf): Likewise.
39987 (fmax): Likewise.
39988 (fminf): Likewise.
39989 (fmin): Likewise.
39990 (rint): Likewise.
39991 (rintf): Likewise.
39992 (nearbyint): Likewise.
39993 (nearbyintf): Likewise.
39994 (ceil): Likewise.
39995 (ceilf): Likewise.
39996 (floor): Likewise.
39997 (floorf): Likewise.
39998
3e5aef87
L
399992012-05-17 H.J. Lu <hongjiu.lu@intel.com>
40000
428bd707
L
40001 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40002 on both fields and cast pointer to __syscall_ulong_t.
40003
3e5aef87
L
40004 * bits/types.h (__fsword_t): New type.
40005 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40006 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40007 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40008 (__FSWORD_T_TYPE): Likewise.
40009 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40010 (__FSWORD_T_TYPE): Likewise.
40011 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40012 (__FSWORD_T_TYPE): Likewise.
40013 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40014 (__FSWORD_T_TYPE): Likewise.
40015 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40016 __SWORD_TYPE with __fsword_t.
40017 (statfs64): Likewise.
40018
1ba7c3dc
DM
400192012-05-17 David S. Miller <davem@davemloft.net>
40020
40021 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40022
59910343
AJ
400232012-05-17 Andreas Jaeger <aj@suse.de>
40024
40025 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40026 warning.
40027
2e4c1e9e
L
400282012-05-17 H.J. Lu <hongjiu.lu@intel.com>
40029
40030 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40031
de7f5ce7
AJ
400322012-05-17 Andreas Jaeger <aj@suse.de>
40033
40034 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40035 when it is used.
40036
286abc3d
CM
400372012-05-17 Chris Metcalf <cmetcalf@tilera.com>
40038
40039 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40040
477cc68e
L
400412012-05-17 H.J. Lu <hongjiu.lu@intel.com>
40042
40043 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40044 * sysdeps/x86_64/tst-mallocalign1.c: New file.
40045
1a0994f5
CD
400462012-05-17 Andreas Jaeger <aj@suse.de>
40047 Carlos O'Donell <carlos_odonell@mentor.com>
40048
40049 [BZ #14059]
40050 * sysdeps/x86_64/multiarch/init-arch.h
40051 (bit_YMM_Usable): Rename to...
40052 (bit_AVX_Usable): ... this.
40053 (bit_FMA4_Usable): New macro.
40054 (bit_XMM_state): New macro.
40055 (bit_YMM_state): New macro.
40056 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40057 [__ASSEMBLER__] (index_AVX_Usable): ... this.
40058 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40059 (CPUID_OSXSAVE): New macro.
40060 (CPUID_AVX): New macro.
40061 (CPUID_FMA4): New macro.
40062 (index_YMM_Usable): Rename to...
40063 (index_AVX_Usable): ... this.
40064 (HAS_AVX): Use HAS_ARCH_FEATURE.
40065 (HAS_FMA4): Likewise.
40066 (HAS_YMM_USABLE): Remove.
40067 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40068 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40069 are present.
40070 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40071 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40072 * sysdeps/x86_64/multiarch/Makefile: Likewise.
40073 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40074 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40075
0af797de
CM
400762012-05-17 Chris Metcalf <cmetcalf@tilera.com>
40077
40078 * math/libm-test.c: Support platforms without multiple rounding modes.
40079 * math/bug-nextafter.c: Support platforms without FP exceptions.
40080 * math/bug-nexttoward.c: Likewise.
40081 * math/test-fenv.c: Likewise.
40082 * math/test-misc.c: Likewise.
40083 * stdlib/bug-getcontext.c: Likewise.
40084
e39745ff
AJ
400852012-05-17 Andreas Jaeger <aj@suse.de>
40086
40087 * manual/examples/search.c (critter_cmp): Change signature to
40088 avoid warnings.
40089 * manual/string.texi (Collation Functions): Likewise.
40090
48970aba
L
400912012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40092
40093 * bits/types.h: Fold copyright years.
40094 * bits/typesizes.h: Likewise.
40095 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40096 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40097 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40098 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40099 * time/time.h: Likewise.
40100
bedee953
PP
401012012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
40102
40103 [BZ #208]
40104 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40105 in instead of returning them. Return void.
40106 (__libc_mallinfo): Accumulate over all arenas.
40107 (__malloc_stats): Adjust for change in int_mallinfo interface.
40108
61653dfb
RM
401092012-05-16 Roland McGrath <roland@hack.frob.com>
40110
30b99d79
RM
40111 [BZ #10375]
40112 * configure.in (NM): Add AC_CHECK_TOOL for it.
40113 (libc_extra_cflags): New substituted variable.
40114 Check for -fstack-protector being used implicitly.
40115 * configure: Regenerated.
40116 * config.make.in (config-extra-cflags): New variable,
40117 gets @libc_extra_cflags@.
40118 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40119
61653dfb
RM
40120 [BZ #10375]
40121 * configure.in: Check for _FORTIFY_SOURCE being predefined.
40122 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40123 * configure: Regenerated.
40124 * config.make.in (CPPUNDEFS): New substituted variable.
40125 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40126 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40127 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40128
661768bb
L
401292012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40130
40131 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40132 (mq_attr): Use __syscall_slong_t.
40133
d4261567
L
401342012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40135
40136 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40137 Check __x86_64__ instead of __WORDSIZE.
40138 (_STAT_VER_LINUX): Likewise.
40139 (stat): Check __x86_64__ instead of __WORDSIZE. Use
40140 __syscall_ulong_t and __syscall_slong_t.
40141 (stat64): Likewise.
40142
cf3ff365
L
401432012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40144
40145 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40146
76cf3e4d
L
401472012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40148
40149 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40150
a637753a
L
401512012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40152
40153 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40154 __syscall_ulong_t.
40155
d5e05119
L
40156 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40157 include <bits/wordsize.h>. Check __x86_64__ instead of
40158 __WORDSIZE.
40159 (greg_t): Use "__extension__ long long int" if __x86_64__ is
40160 defined.
40161 (mcontext_t): Replace "unsigned long" with "unsigned long long".
40162
f62ee380
L
40163 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40164 include <bits/wordsize.h>. Check __x86_64__ instead of
40165 __WORDSIZE.
40166 (user_regs_struct): Use "__extension__ unsigned long long"
40167 instead of "unsigned long" if __x86_64__ is defined.
40168 (user): Likewise. Pad after pointer field if __ILP32__ is
40169 defined.
40170
4e124ced
JM
401712012-05-16 Joseph Myers <joseph@codesourcery.com>
40172
6a3951a0
JM
40173 * configure.in (makeinfo): Require version 4.5 or later. Allow
40174 versions 5 to 9.
40175 * configure: Regenerated.
40176 * manual/install.texi (texinfo): Increase version requirement to
40177 4.5 or later.
40178 * INSTALL: Regenerated.
40179
4e124ced
JM
40180 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40181
953ca31a
L
401822012-05-16 H.J. Lu <hongjiu.lu@intel.com>
40183
40184 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40185
617aca05
L
40186 * sysdeps/x86_64/x32/ffs.c: New file.
40187
5762f7ae
L
40188 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40189 __syscall_ulong_t.
40190 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40191 defined. Use __syscall_ulong_t.
40192 (shminfo): Use __syscall_ulong_t.
40193 (shm_info): Likewise.
40194
a26b6856
L
40195 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40196 __syscall_ulong_t.
40197
cb2b9ef7
L
40198 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40199 <bits/wordsize.h>.
40200 (msgqnum_t): Use __syscall_ulong_t.
40201 (msglen_t): Likewise.
40202 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
40203 __syscall_ulong_t.
40204
34683bb0
L
40205 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40206 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40207
84a68786
L
40208 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40209
48baa5f1
L
40210 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40211 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40212
180be88b
L
40213 * sysvipc/sys/msg.h (msgbuf): Replace long int with
40214 __syscall_slong_t.
40215
5e90c8ad
L
40216 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40217 include <bits/wordsize.h>. Check __x86_64__ instead of
40218 __WORDSIZE.
40219
23dfb58b
L
40220 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40221 "unsigned long long int" if __x86_64__ is defined.
40222 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40223
ce5d54b0
L
40224 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40225 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
40226 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40227
13dc9eac
L
40228 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40229 <stdint.h>.
40230 (GET_PC): Cast to uintptr_t first.
40231 (GET_FRAME): Likewise.
40232 (GET_STACK): Likewise.
40233
a7895d15
L
40234 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40235 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40236 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40237 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40238 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40239 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40240 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40241 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40242 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40243 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40244 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40245 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40246 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40247 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40248 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40249 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40250 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40251 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40252 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40253 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40254 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40255 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40256 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40257 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40258 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40259 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40260 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40261 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40262 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40263
656416c9
AS
402642012-05-16 Andreas Schwab <schwab@linux-m68k.org>
40265
5bd66283
AS
40266 * Makerules (+depfiles): Also collect depfiles from .oS in
40267 $(extra-objs).
40268 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40269 .oS, $(libnldbl-routines)).
40270
656416c9
AS
40271 * Makerules (native-compile-mkdep-flags): Define.
40272 * sunrpc/Makefile (extra-objs): Add $(addprefix
40273 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40274 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40275 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
40276 calling $(make-target-directory).
40277
a46f2169
L
402782012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40279
40280 * bits/types.h (__snseconds_t): Removed.
40281 * time/time.h (struct timespec): Replace __snseconds_t with
40282 __syscall_slong_t.
40283 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40284 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40285 Likewise.
40286 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40287 (__SNSECONDS_T_TYPE): Likewise.
40288 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40289 (__SNSECONDS_T_TYPE): Likewise.
40290 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40291 (__SNSECONDS_T_TYPE): Likewise.
40292
6af6528b
L
402932012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40294
40295 * sysdeps/mach/hurd/bits/typesizes.h
40296 (__SYSCALL_SLONG_TYPE): New macro.
40297 (__SYSCALL_ULONG_TYPE): Likewise.
40298
de986b56
L
402992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40300
40301 * bits/types.h (__syscall_slong_t): New type.
40302 (__syscall_ulong_t): Likewise.
40303
40304 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40305 (__SYSCALL_ULONG_TYPE): Likewise.
40306 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40307 (__SYSCALL_SLONG_TYPE): Likewise.
40308 (__SYSCALL_ULONG_TYPE): Likewise.
40309 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40310 (__SYSCALL_SLONG_TYPE): Likewise.
40311 (__SYSCALL_ULONG_TYPE): Likewise.
40312 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40313 (__SYSCALL_SLONG_TYPE): Likewise.
40314 (__SYSCALL_ULONG_TYPE): Likewise.
40315
85736dc7
L
403162012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40317
40318 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40319 Add sigaltstack-offsets.sym.
40320 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40321 <sigaltstack-offsets.h>.
40322 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
40323 longjmp_msg pointer.
40324 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
40325 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40326 signal stack.
40327 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40328
cc03b296
JM
403292012-05-15 Joseph Myers <joseph@codesourcery.com>
40330
a9538892
JM
40331 * elf/stackguard-macros.h: Remove file.
40332 * sysdeps/generic/stackguard-macros.h: New file.
40333 * sysdeps/i386/stackguard-macros.h: Likewise.
40334 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40335 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40336 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40337 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40338 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40339 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40340 * sysdeps/x86_64/stackguard-macros.h: Likewise.
40341 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40342 <elf/stackguard-macros.h>.
40343
cc03b296
JM
40344 [BZ #14109]
40345 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40346 __aligned__ in attribute.
40347 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40348 (gregset_t): Likewise.
40349
93171016
L
403502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40351
40352 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40353 * sysdeps/x86_64/64/Implies-after: Here. New file.
40354 * sysdeps/x86_64/x32/Implies-after: New file.
40355
d86813a0
L
403562012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40357
40358 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40359 and access return value for _dl_profile_fixup. Use R10_LP to
40360 load frame size.
40361
2953ec75
L
403622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40363
40364 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40365
3b550e9e
L
403662012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40367
40368 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40369 * sysdeps/x86_64/x32/sysdep.h: New file.
40370
eda41706
L
403712012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40372
40373 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40374 * sysdeps/x86_64/setjmp.S: Likewise.
40375
9ea01d93
AZ
403762012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40377
40378 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40379 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40380 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40381 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40382 remove unused global constant.
40383
02a91938
CM
403842012-05-15 Chris Metcalf <cmetcalf@tilera.com>
40385
40386 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40387 include of <not-cancel.h>.
40388
6540185f
RM
403892012-05-15 Roland McGrath <roland@hack.frob.com>
40390
40391 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40392
509072a0
AJ
403932012-05-15 Jeff Law <law@redhat.com>
40394 Andreas Jaeger <aj@suse.de>
40395
40396 [BZ #13594]
40397 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40398 out from...
40399 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40400 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40401 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40402 code changing __hst_map_handle.map.
40403
ba75122d
RM
404042012-05-15 Roland McGrath <roland@hack.frob.com>
40405
40406 * configure.in (sysnames): Look for Implies-before and Implies-after
40407 files.
40408 * configure: Regenerated.
40409
890d8bd8
L
404102012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40411
40412 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40413 8-byte data alignment with LP_SIZE alignment.
40414
f6ee6623
L
404152012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40416
40417 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40418 into R10_LP.
40419
ea2626f6
L
404202012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40421
40422 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40423
085f715e
L
404242012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40425
40426 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40427 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40428 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40429 Likewise.
40430 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40431
be8498fc
L
404322012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40433
40434 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40435 (stackinfo_sub_sp): Likewise.
40436
70bc83b9
L
404372012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40438
40439 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40440 RAX_LP.
40441
9bc0b730
L
404422012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40443
40444 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40445 into R*_LP.
40446
6d2850e7
L
404472012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40448
40449 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40450 sizes into R*_LP.
40451
3cb84561
L
404522012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40453
40454 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40455
54e2ed81
L
404562012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40457
40458 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40459 into R11_LP and load __x86_64_shared_cache_size_half into
40460 R8_LP.
40461
8a17f349
L
404622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
40463
40464 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40465 R8_LP.
40466
777b1eea
AZ
404672012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40468
40469 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40470 logb for POWER7.
40471 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40472 logbf for POWER7.
40473 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40474 logbl for POWER7.
40475 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40476 powerpc32/power7/fpu/s_logb.c via #include.
40477 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40478 powerpc32/power7/fpu/s_logbf.c via #include.
40479 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40480 powerpc32/power7/fpu/s_logbl.c via #include.
40481
d20d4ac2
JM
404822012-05-15 Joseph Myers <joseph@codesourcery.com>
40483
40484 * README.libm: Remove file.
40485
6cdef1ab
L
404862012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40487
40488 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40489 count for x32. Use R*_LP and omit operand-size suffix.
40490
0b254d8f
L
404912012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40492
40493 * shlib-versions: Move x86_64-.*-linux.* entries to ...
40494 * sysdeps/x86_64/64/shlib-versions: Here. New file.
40495 * sysdeps/x86_64/x32/shlib-versions: New file.
40496
ceb809dc
RM
404972012-05-14 Roland McGrath <roland@hack.frob.com>
40498
40499 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40500 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40501 Use _dl_fatal_printf instead.
40502
37f1abd4
JM
405032012-05-14 Joseph Myers <joseph@codesourcery.com>
40504
40505 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40506 set if not set by the user. Do not allow for being unset.
40507 * sysdeps/unix/sysv/linux/configure: Regenerated.
40508
11de3a33
L
405092012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40510
40511 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40512 the `q' suffix from lea and replace .quad with ASM_ADDR.
40513
e02f153a
L
405142012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40515
40516 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40517 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
40518 instead of $17.
40519 (PTR_DEMANGLE): Likewise.
40520
520ae0fd
L
405212012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40522
40523 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40524 (LP_OP): Likewise.
40525 (ASM_ADDR): Likewise.
40526 (RAX_LP): Likewise.
40527 (RBP_LP): Likewise.
40528 (RBX_LP): Likewise.
40529 (RCX_LP): Likewise.
40530 (RDI_LP): Likewise.
40531 (RSI_LP): Likewise.
40532 (RSP_LP): Likewise.
40533 (R8_LP): Likewise.
40534 (R9_LP): Likewise.
40535 (R10_LP): Likewise.
40536 (R10_LP): Likewise.
40537 (R11_LP): Likewise.
40538 (R12_LP): Likewise.
40539 (R13_LP): Likewise.
40540 (R14_LP): Likewise.
40541 (R15_LP): Likewise.
40542
b985be81
L
405432012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40544
40545 * sysdeps/x86_64/x32/dl-machine.h: New file.
40546
6a4888ff
AJ
405472012-05-14 Andreas Jaeger <aj@suse.de>
40548
40549 * manual/Makefile (subdir): Remove export of subdir.
40550 (all): Remove target.
40551 (.PHONY): Remove all from list.
40552 (mkinstalldirs): Remove.
40553 (.PHONY): Remove installdirs from list.
40554 ($(inst_infodir)/libc.info): Use make-target-directory.
40555 (installdirs): Remove.
40556 (subdir_%): Remove.
40557 (glibc-targets): Remove.
40558 (lib): Remove.
40559 (stubs): Remove.
40560 ($(objpfx)stubs ../po/manual.pot): Remove.
40561 ($(objpfx)stamp%): Remove.
40562 (make-target-directory): Remove.
40563 (subdir_install): Remove.
40564 (routines): Remove.
40565 (aux): Remove.
40566 (sources): Remove.
40567 (objects): Remove.
40568 (headers): Remove.
40569
40570 [BZ #13750]
40571 * manual/.gitignore: Remove, it's not needed anymore.
40572 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40573 all files in it.
40574 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40575 directory.
40576 (texis): Renamed to $(objpfx)texis.
40577 (texis-path): New, contains path to generated files.
40578 (chapters.%): Use texis-path for complete path, add extra argument
40579 libc-texinfo.sh.
40580 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40581 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40582 (summary,texi, stamp-summary): Use complete path of
40583 files. Generate files in build dir.
40584 (dir-add.texi): Build in build dir.
40585 (libm-err.texi,stamp-libm-err): Likewise.
40586 (version.texi, stamp-version): Likewise.
40587 (.%c.texi): Likewise.
40588 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40589 (mostlyclean): Remove target.
40590 (realclean): Remove target.
40591 (generated): Add new variable with contents from mostlyclean and
40592 realclean, remove entries duplicated in common-mostlyclean, add
40593 stamp-libm-err and stamp-version.
40594 (generated-dirs): Add libc directory.
40595 ($(inst_infodir)/libc.info): Install files from build dir.
40596
40597 * manual/install.texi (Configuring and compiling): Adjust since
40598 the info files are not part of the tar ball anymore.
40599
7ac77294
AJ
406002012-05-14 Andreas Jaeger <aj@suse.de>
40601
40602 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40603 variable.
40604
ffb7875d
JM
406052012-05-14 Joseph Myers <joseph@codesourcery.com>
40606
40607 [BZ #13717]
40608 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40609 to 2.2.0 where earlier.
40610 * sysdeps/unix/sysv/linux/configure: Regenerated.
40611 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40612 Remove conditional code.
40613 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40614 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40615 Remove conditional code.
40616 [!__NR_lchown]: Likewise.
40617 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40618 [__NR_lchown]: Likewise.
40619 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40620 comment referencing __ASSUME_LCHOWN_SYSCALL.
40621 * sysdeps/unix/sysv/linux/i386/sigaction.c
40622 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40623 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40624 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40625 Remove conditional code.
40626 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40627 (__protocol_available): Remove #if 0 code.
40628 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40629 conditional code.
40630 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40631 * sysdeps/unix/sysv/linux/kernel-features.h
40632 (__ASSUME_GETCWD_SYSCALL): Don't define.
40633 (__ASSUME_REALTIME_SIGNALS): Likewise.
40634 (__ASSUME_PREAD_SYSCALL): Likewise.
40635 (__ASSUME_PWRITE_SYSCALL): Likewise.
40636 (__ASSUME_POLL_SYSCALL): Likewise.
40637 (__ASSUME_LCHOWN_SYSCALL): Likewise.
40638 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40639 non-SPARC.
40640 (__ASSUME_SIOCGIFNAME): Don't define.
40641 (__ASSUME_MSG_NOSIGNAL): Likewise.
40642 (__ASSUME_SENDFILE): Define unconditionally.
40643 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40644 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40645 conditional code.
40646 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40647 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40648 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40649 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40650 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40651 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40652 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40653 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40654 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40655 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40656 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40657 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40658 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40659 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40660 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40661 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40662 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40663 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40664 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40665 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40666 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40667 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40669 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40670 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40672 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40673 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40675 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40676 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40677 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40678 Remove conditional code.
40679 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40680 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40681 Remove conditional code.
40682 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40683 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40684 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40685 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40686 Remove conditional code.
40687 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40688 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40689 Remove conditional code.
40690 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40691 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40692 Remove conditional code.
40693 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40694 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40695 Remove conditional code.
40696 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40697 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40698 Remove conditional code.
40699 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40700 * sysdeps/unix/sysv/linux/sh/pwrite64.c
40701 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40702 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40703 * sysdeps/unix/sysv/linux/sigaction.c
40704 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40705 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40706 * sysdeps/unix/sysv/linux/sigpending.c
40707 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40708 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40709 * sysdeps/unix/sysv/linux/sigprocmask.c
40710 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40711 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40712 * sysdeps/unix/sysv/linux/sigsuspend.c
40713 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40714 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40715 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40716 (__libc_missing_rt_sigs): Remove.
40717 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40718 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40719 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40720 Remove conditional code.
40721 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40722 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40723 return 1.
40724 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40725 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40726 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40727 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40728
1bfb7291
AJ
407292012-05-14 Andreas Jaeger <aj@suse.de>
40730
caae5a81
AJ
40731 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40732 it's not used in glibc.
40733 (__coshm1): Likewise.
40734 (__acosh1p): Likewise.
40735 (__sgn): Likewise.
40736
1bfb7291
AJ
40737 * manual/string.texi (Copying and Concatenation): Add missing
40738 variable in concat example.
40739 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40740
c044d724
L
407412012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40742
144c5467 40743 [BZ #14103]
c044d724
L
40744 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40745 __builtin_clzl with __builtin_clzll.
40746
2523c62b
L
407472012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40748
40749 [BZ #14104]
40750 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40751 libc_freeres_ptr.
40752
d7bb4c42
LD
407532012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40754
40755 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40756 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40757 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40758 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40759
9dc4e1fb
MF
407602012-05-14 Mike Frysinger <vapier@gentoo.org>
40761
40762 * NEWS: Update ia64 info.
40763
c7df0112
AS
407642012-05-12 Andreas Schwab <schwab@linux-m68k.org>
40765
40766 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40767 used as bcopy.
40768
dc70356c
TS
407692012-05-12 Thomas Schwinge <thomas@codesourcery.com>
40770
40771 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40772 * sysdeps/unix/syscalls.list (dup3): Likewise.
40773 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40774 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40775
9fb1a21f
L
407762012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40777
40778 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40779 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40780
4822a2a5
L
407812012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40782
40783 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40784 thread pointer.
40785 (TLS_IE): Use mov/add instead of movq/addq to load thread
40786 pointer.
40787 (TLS_GD_PREFIX): New.
40788 (TLS_GD): Use it.
40789
842b81d6
DM
407902012-05-11 David S. Miller <davem@davemloft.net>
40791
40792 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40793 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40794 (_FPU_SETCW): Likewise.
40795
1cf463cd
L
407962012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40797
40798 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40799 is 32-byte aligned.
40800
60cc4a18
AS
408012012-05-11 Andreas Schwab <schwab@linux-m68k.org>
40802
40803 [BZ #11837]
40804 * iconvdata/gb18030.c: Update tables.
40805 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
40806 characters specially.
40807 (BODY for TO_LOOP): Add encoding of missing ranges.
40808
febb44a4
TS
408092012-05-11 Thomas Schwinge <thomas@codesourcery.com>
40810
40811 [BZ #13673]
40812 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40813 * sysdeps/mach/hurd/dup3.c: Likewise.
40814 * sysdeps/mach/hurd/readlinkat.c: Likewise.
40815 * sysdeps/powerpc/memmove.c:: Likewise.
40816
0a10fb9e
L
408172012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40818
40819 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40820 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40821
df8a552f
L
408222012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40823
40824 * elf/elf.h (R_X86_64_RELATIVE64): New.
40825 (R_X86_64_NUM): Updated.
40826 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40827 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
40828 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40829 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40830 tst-quad1pie tst-quad2pie
40831 (modules-names): Add tst-quadmod1 tst-quadmod2.
40832 ($(objpfx)tst-quad1): New dependency.
40833 ($(objpfx)tst-quad2): Likewise.
40834 ($(objpfx)tst-quad1pie): Likewise.
40835 ($(objpfx)tst-quad2pie): Likewise.
40836 * sysdeps/x86_64/tst-quad1.c: New file.
40837 * sysdeps/x86_64/tst-quad1pie.c: New file.
40838 * sysdeps/x86_64/tst-quad2.c: Likewise.
40839 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40840 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40841 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40842 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40843 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40844
f34d6f84
ST
408452012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40846
f42d41d1
ST
40847 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40848 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40849 * streams/stropts.h (t_scalar_t): Define type.
40850
3c3571fc
ST
40851 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40852 (_PATH_PRESERVE): Set to "/var/lib".
40853 (_PATH_RWHODIR): Set to "/var/spool/rwho".
40854
61f06bd3
ST
40855 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40856 instead of int.
40857
918d4d71
ST
40858 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40859 if __dir_mkfile succeeded.
40860
f34d6f84
ST
40861 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40862 checking for _hurd_dtablesize. Unlock it right after having
40863 finished _hurd_dtable allocation.
40864
10589b4a
TS
408652012-05-10 Thomas Schwinge <thomas@schwinge.name>
40866
674cdbc7
TS
40867 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40868 * sysdeps/mach/hurd/configure: Regenerated.
40869 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40870 special-casing to...
40871 * sysdeps/gnu/configure.in: ... this new file.
40872 * sysdeps/unix/sysv/linux/configure: Regenerated.
40873 * sysdeps/gnu/configure: New generated file.
40874
8e41b99f
TS
40875 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40876 for Linux: use nsec instead of usec, as well as:
40877 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40878 members of type struct timespec.
40879 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40880 New macros.
40881 (struct stat64): Likewise.
40882 (_STATBUF_ST_NSEC): New macro.
40883 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40884
10589b4a
TS
40885 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40886 __strtoul_internal rather than strtoul.
40887
63643c85
PT
408882012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40889
40890 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40891 and reject them.
40892
3faebe6a
ST
408932012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40894
40895 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40896 which preserves existing values.
40897 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40898
c6474b07
PT
408992012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40900
40901 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40902 TIMEOUT values. Return EINVAL for NFDS values either negative or
40903 greater than FD_SETSIZE.
40904
1043890b
ST
409052012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40906
40907 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40908 allocated, call __vm_protect to finish enabling the existing space, and
40909 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40910 allocate the remainder.
40911
37ed8b9b
PT
409122012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40913
40914 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40915 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
40916
db653660
ST
409172012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40918
37ed8b9b
PT
40919 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40920 sysdeps/mach/hurd/readlink.c.
b29d4053 40921
db653660
ST
40922 * posix/tst-sysconf.c (posix_options): Only use
40923 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40924 _POSIX_SYNCHRONIZED_IO when they are defined
40925 * sysdeps/mach/hurd/bits/posix_opt.h:
40926 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40927 (_XOPEN_REALTIME): Undefine macro.
40928 (_XOPEN_REALTIME_THREADS): Undefine macro.
40929 (_XOPEN_SHM): Undefine macro.
40930 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40931 macro to -1.
40932 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40933 macro to -1.
40934 (_POSIX_ASYNC_IO): Undefine macro.
40935 (_POSIX_PRIORITIZED_IO): Undefine macro.
40936 (_POSIX_SPIN_LOCKS): Define macro to -1.
40937
ee16e894
ST
40938 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40939 SA_NODEFER, SA_RESETHAND.
40940 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40941 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40942 F_DUPFD_CLOEXEC.
40943
6103ae3b
TS
409442012-05-10 Thomas Schwinge <thomas@schwinge.name>
40945
40946 * elf/Makefile (pldd-modules): Define unconditionally.
40947
80b4e5f3
TS
409482012-05-10 Thomas Schwinge <thomas@schwinge.name>
40949
40950 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40951
edadcbd6
ST
409522012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40953
40954 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40955 Return ENOENT when name is empty.
40956 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40957
80694780
TS
409582012-05-10 Thomas Schwinge <thomas@schwinge.name>
40959
1792c087
TS
40960 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40961
80694780
TS
40962 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40963
6b645f0d
ST
409642012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40965
80694780
TS
40966 Fix mlock in all cases except non-readable pages.
40967 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40968 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 40969
6b645f0d
ST
40970 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40971 (__mkdir): When path is `/', just fail with EEXIST.
40972 * sysdeps/mach/hurd/mkdirat.c: Likewise.
40973
e468f8a3
TS
409742012-05-10 Thomas Schwinge <thomas@schwinge.name>
40975
40976 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40977 <sys/uio.h> (for writev).
40978 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40979 and <sys/param.h> (for MIN).
40980
a4186cff
PT
409812012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40982
40983 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40984 REQUESTED_TIME. Properly set the remaining time and return EINTR
40985 if interrupted.
40986
510bbf14
TS
409872012-05-10 Thomas Schwinge <thomas@schwinge.name>
40988
40989 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40990 Depend on against $(link-rpcuserlibs).
40991
5d5722e8
ST
409922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40993
a4186cff
PT
40994 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40995 (__libc_stack_end): Do not use attribute_relro.
40996 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40997 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 40998 to libthread-provided value.
a4186cff
PT
40999 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41000 attribute_relro.
5d5722e8 41001
37233df9
TS
410022012-05-10 Thomas Schwinge <thomas@schwinge.name>
41003
be971a2b
TS
41004 [BZ #3748]
41005 * bits/libc-lock.h (__libc_once_get): New macro.
41006 * sysdeps/mach/bits/libc-lock.h: Likewise.
41007 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41008 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41009 instead of using implementation details.
41010
37233df9
TS
41011 * libio/fileops.c: Unconditionally include <kernel-features.h>.
41012 * libio/freopen.c: Likewise.
41013 * libio/freopen64.c: Likewise.
41014 * misc/syslog.c: Likewise.
41015 * nscd/connections.c: Likewise.
41016 * nscd/netgroupcache.c: Likewise.
41017 * sysdeps/posix/getcwd.c: Likewise.
41018
38de94a5
RM
410192012-05-10 Roland McGrath <roland@hack.frob.com>
41020
41021 * math/w_ilogbf.c: Add #include <limits.h>.
41022
67530489
ST
410232012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41024
a4186cff 41025 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
41026 path instead of returning without unlocking.
41027
67530489
ST
41028 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41029 immediate-write ioctls.
41030 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41031
5aa3a74a
TS
410322012-05-10 Thomas Schwinge <thomas@schwinge.name>
41033
18bad2ae
TS
41034 * sysdeps/mach/hurd/i386/init-first.c (init): Use
41035 __builtin_frame_address instead of making assumptions about the
41036 location of the return address relative to DATA. Force early load of
41037 the return address.
41038 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41039 __builtin_frame_address.
41040
5aa3a74a
TS
41041 dup3 for GNU Hurd.
41042 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41043 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
41044 implement dup3 and do some further code clean-ups.
41045 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41046 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41047
ecd0de9a
ST
410482012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41049
cd9fa985
ST
41050 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41051
a4186cff
PT
41052 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41053 HURD_CRITICAL_END around holding _hurd_dtable_lock.
41054 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41055 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41056 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41057 d->port.lock.
802ca5a5 41058
a4186cff
PT
41059 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41060 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
41061 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 41062
bcf55240
TS
410632012-05-10 Thomas Schwinge <thomas@schwinge.name>
41064
6960eb42
TS
41065 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41066 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41067 definitions.
41068
eb43375f
TS
41069 accept4 for GNU Hurd.
41070 * include/sys/socket.h (__libc_accept4): New prototype.
41071 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
41072 to implement __libc_accept4.
41073 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41074 __libc_accept4.
41075 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41076
bcf55240
TS
41077 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41078 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41079 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41080 signal-defines.sym.
41081
6178c55b
ST
410822012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41083
a4186cff 41084 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 41085
6f080c2f
TS
410862012-05-10 Thomas Schwinge <thomas@schwinge.name>
41087
41088 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41089 assertion on O_CLOEXEC flag.
41090 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41091 * hurd/intern-fd.c: Likewise.
41092 * hurd/port2fd.c: Likewise.
41093
bcfe3a54
ST
410942012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
41095
41096 [BZ #3906]
41097 * bits/in.h (IPV6_PKTINFO): Define new macro.
41098 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41099
89c9aa49
AZ
411002012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41101
41102 [BZ #13954]
41103 [BZ #13955]
41104 [BZ #13956]
41105 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41106 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41107 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41108 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41109 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41110 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41111 * math/libm-test.inc (logb_test) : Additional logb tests.
41112
021db4be
AJ
411132012-05-09 Andreas Schwab <schwab@linux-m68k.org>
41114 Andreas Jaeger <aj@suse.de>
41115
41116 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41117 * configure: Regenerated.
41118 * config.h.in (LINK_OBSOLETE_RPC): New macro.
41119 * config.make.in (link-obsolete-rpc): New substituted variable.
41120 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41121 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41122 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41123 (shared-only-routines): Don't set it under [link-obsolete-rpc],
41124 so that libc.a contains the symbols.
41125 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41126 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41127 * sunrpc/auth_none.c: Likewise.
41128 * sunrpc/auth_unix.c: Likewise.
41129 * sunrpc/authdes_prot.c: Likewise.
41130 * sunrpc/authuxprot.c: Likewise.
41131 * sunrpc/clnt_gen.c: Likewise.
41132 * sunrpc/clnt_perr.c: Likewise.
41133 * sunrpc/clnt_raw.c: Likewise.
41134 * sunrpc/clnt_simp.c: Likewise.
41135 * sunrpc/clnt_tcp.c: Likewise.
41136 * sunrpc/clnt_udp.c: Likewise.
41137 * sunrpc/clnt_unix.c: Likewise.
41138 * sunrpc/des_crypt.c: Likewise.
41139 * sunrpc/des_soft.c: Likewise.
41140 * sunrpc/get_myaddr.c: Likewise.
41141 * sunrpc/key_call.c: Likewise.
41142 * sunrpc/key_prot.c: Likewise.
41143 * sunrpc/netname.c: Likewise.
41144 * sunrpc/pm_getmaps.c: Likewise.
41145 * sunrpc/pm_getport.c: Likewise.
41146 * sunrpc/pmap_clnt.c: Likewise.
41147 * sunrpc/pmap_prot.c: Likewise.
41148 * sunrpc/pmap_prot2.c: Likewise.
41149 * sunrpc/pmap_rmt.c: Likewise.
41150 * sunrpc/publickey.c: Likewise.
41151 * sunrpc/rpc_cmsg.c: Likewise.
41152 * sunrpc/rpc_common.c: Likewise.
41153 * sunrpc/rpc_dtable.c: Likewise.
41154 * sunrpc/rpc_prot.c: Likewise.
41155 * sunrpc/rpc_thread.c: Likewise.
41156 * sunrpc/rtime.c: Likewise.
41157 * sunrpc/svc.c: Likewise.
41158 * sunrpc/svc_auth.c: Likewise.
41159 * sunrpc/svc_raw.c: Likewise.
41160 * sunrpc/svc_run.c: Likewise.
41161 * sunrpc/svc_tcp.c: Likewise.
41162 * sunrpc/svc_udp.c: Likewise.
41163 * sunrpc/svc_unix.c: Likewise.
41164 * sunrpc/svcauth_des.c: Likewise.
41165 * sunrpc/xcrypt.c: Likewise.
41166 * sunrpc/xdr.c: Likewise.
41167 * sunrpc/xdr_array.c: Likewise.
41168 * sunrpc/xdr_float.c: Likewise.
41169 * sunrpc/xdr_intXX_t.c: Likewise.
41170 * sunrpc/xdr_mem.c: Likewise.
41171 * sunrpc/xdr_rec.c: Likewise.
41172 * sunrpc/xdr_ref.c: Likewise.
41173 * sunrpc/xdr_sizeof.c: Likewise.
41174 * sunrpc/xdr_stdio.c: Likewise.
41175
b5c086a2
RM
411762012-05-10 Roland McGrath <roland@hack.frob.com>
41177
41178 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41179 change. Update copyright years.
41180
6d74dd09
JM
411812012-05-10 Joseph Myers <joseph@codesourcery.com>
41182
41183 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41184
28e72501
MK
411852012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
41186 Joseph Myers <joseph@codesourcery.com>
41187 Paul Pluzhnikov <ppluzhnikov@google.com>
41188
41189 [BZ #14012]
41190 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41191 requiring rpcgen.
41192 [cross-compiling] (extra-libs): Likewise.
41193 [cross-compiling] (extra-libs-others): Likewise.
41194 [cross-compiling] (librpcsvc-routines): Likewise.
41195 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41196 [cross-compiling] (omit-deps): Likewise.
41197 (sunrpc-CPPFLAGS): New variable.
41198 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41199 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41200 (cross-rpcgen-objs): New variable.
41201 (extra-objs): Append $(cross-rpcgen-objs).
41202 ($(cross-rpcgen-objs)): New rule.
41203 ($(objpfx)cross-rpcgen): Likewise.
41204 (rpcgen-cmd): Define to use $(built-program-file). Expand
41205 comment.
41206 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41207 ($(objpfx)x%.stmp): Likewise.
41208 * sunrpc/proto.h [IS_IN_build] (_): Define.
41209 [IS_IN_build] (_libc_intl_domainname): Likewise.
41210
c8c59454
L
412112012-05-10 H.J. Lu <hongjiu.lu@intel.com>
41212
41213 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41214 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41215 and R_X86_64_TPOFF64.
41216
6f27cd16
JM
412172012-05-10 Joseph Myers <joseph@codesourcery.com>
41218
41219 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41220 sysdeps/unix/sysv/syscalls.list.
41221 (stime): Likewise.
41222 (utime): Likewise.
41223 * sysdeps/unix/sysv/syscalls.list: Remove file.
41224
02467e1c
PE
412252012-05-10 Paul Eggert <eggert@cs.ucla.edu>
41226
41227 [BZ #3440]
41228 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41229 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41230 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41231 (__LC_IDENTIFICATION): Make these macros useful in #if
41232 expressions, as required by C99.
41233
da392631
AS
412342012-05-10 Andreas Schwab <schwab@linux-m68k.org>
41235
41236 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41237 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
41238 after this.
41239
8115f29b
L
412402012-05-09 H.J. Lu <hongjiu.lu@intel.com>
41241
41242 * stdlib/longlong.h: Updated from GCC.
41243
bdd74070
AJ
412442012-05-09 Andreas Jaeger <aj@suse.de>
41245
edfe0dbe
AJ
41246 * nscd/nscd.c (run_modes): Make named enum, reorder so that
41247 default is first entry.
41248 (run_mode): Set type.
41249 (main): Remove informal message about syslog.
41250 (options): Fix typo.
41251
bcfe3a54
ST
41252 [BZ #14053]
41253 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 41254 to asm.
bcfe3a54
ST
41255 (lrint): Likewise.
41256 (llrintf): Likewise.
41257 (llrint): Likewise.
41258 (rint): Likewise.
41259 (rintf): Likewise.
41260 (nearbyint): Likewise.
41261 (nearbyintf): Likewise.
bdd74070 41262
91d8d69e
AJ
412632012-05-09 Andreas Jaeger <aj@suse.de>
41264 Pedro Alves <palves@redhat.com>
41265
41266 * nscd/nscd.c (run_mode): Use enum.
41267 (main): Cleanup coding style issue.
41268
bb90b80b
AJ
412692012-05-09 Alexandre Oliva <aoliva@redhat.com>
41270 Andreas Jaeger <aj@suse.de>
41271
bcfe3a54
ST
41272 * nscd/nscd.c (go_background): Replaced with...
41273 (run_mode): ... this.
bb90b80b 41274 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
41275 (options): Add -F --foreground.
41276 (main): Implement it.
41277 (parse_opt): Parse it.
bb90b80b 41278
1a4b75a1
AJ
412792012-05-09 Andreas Jaeger <aj@suse.de>
41280
41281 [BZ #14083]
41282 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41283 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41284 -Wconversion warning.
41285 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41286 Likewise.
41287
b1cc2472
JM
412882012-05-09 Joseph Myers <joseph@codesourcery.com>
41289
41290 * conform/data/locale.h-data (NULL): Use macro-constant. Require
41291 == 0.
41292 (LC_ALL): Use macro-int-constant.
41293 (LC_COLLATE): Likewise.
41294 (LC_CTYPE): Likewise.
41295 (LC_MESSAGES): Likewise.
41296 (LC_MONETARY): Likewise.
41297 (LC_NUMERIC): Likewise.
41298 (LC_TIME): Likewise.
41299 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41300 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41301 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41302 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41303 Specify type.
41304 [C99-based standards] (float_t): Expect type.
41305 [C99-based standards] (double_t): Expect type.
41306 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
41307 type.
41308 [C99-based standards] (HUGE_VALL): Likewise.
41309 [C99-based standards] (INFINITY): Likewise.
41310 [C99-based standards] (NAN): Likewise.
41311 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41312 [C99-based standards] (FP_NAN): Likewise.
41313 [C99-based standards] (FP_NORMAL): Likewise.
41314 [C99-based standards] (FP_SUBNORMAL): Likewise.
41315 [C99-based standards] (FP_ZERO): Likewise.
41316 [C99-based standards] (FP_FAST_FMA): Use
41317 optional-macro-int-constant. Specify type. Require == 1.
41318 [C99-based standards] (FP_FAST_FMAF): Likewise.
41319 [C99-based standards] (FP_FAST_FMAL): Likewise.
41320 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41321 [C99-based standards] (FP_ILOGBNAN): Likewise.
41322 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41323 Specify type.
41324 [C99-based standards] (MATH_ERREXCEPT): Likewise.
41325 [C99-based standards] (math_errhandling): Specify type.
41326 [ISO99 || ISO11] (signgam): Do not allow.
41327 [non-C99-based standards] (copysignf): Do not allow.
41328 [non-C99-based standards] (exp2f): Likewise.
41329 [non-C99-based standards] (log2f): Likewise.
41330 [non-C99-based standards] (modff): Allow.
41331 [non-C99-based standards] (erff): Do not allow.
41332 [non-C99-based standards] (erfcf): Likewise.
41333 [non-C99-based standards] (gammaf): Likewise.
41334 [non-C99-based standards] (hypotf): Likewise.
41335 [non-C99-based standards] (j0f): Likewise.
41336 [non-C99-based standards] (j1f): Likewise.
41337 [non-C99-based standards] (jnf): Likewise.
41338 [non-C99-based standards] (lgammaf): Likewise.
41339 [non-C99-based standards] (tgammaf): Likewise.
41340 [non-C99-based standards] (y0f): Likewise.
41341 [non-C99-based standards] (y1f): Likewise.
41342 [non-C99-based standards] (ynf): Likewise.
41343 [non-C99-based standards] (isnanf): Likewise.
41344 [non-C99-based standards] (acoshf): Likewise.
41345 [non-C99-based standards] (asinhf): Likewise.
41346 [non-C99-based standards] (atanhf): Likewise.
41347 [non-C99-based standards] (cbrtf): Likewise.
41348 [non-C99-based standards] (expm1f): Likewise.
41349 [non-C99-based standards] (ilogbf): Likewise.
41350 [non-C99-based standards] (log1pf): Likewise.
41351 [non-C99-based standards] (logbf): Likewise.
41352 [non-C99-based standards] (nextafterf): Likewise.
41353 [non-C99-based standards] (remainderf): Likewise.
41354 [non-C99-based standards] (rintf): Likewise.
41355 [non-C99-based standards] (scalbf): Likewise.
41356 [non-C99-based standards] (copysignl): Likewise.
41357 [non-C99-based standards] (exp2l): Likewise.
41358 [non-C99-based standards] (log2l): Likewise.
41359 [non-C99-based standards] (modfl): Allow.
41360 [non-C99-based standards] (erfl): Do not allow.
41361 [non-C99-based standards] (erfcl): Likewise.
41362 [non-C99-based standards] (gammal): Likewise.
41363 [non-C99-based standards] (hypotl): Likewise.
41364 [non-C99-based standards] (j0l): Likewise.
41365 [non-C99-based standards] (j1l): Likewise.
41366 [non-C99-based standards] (jnl): Likewise.
41367 [non-C99-based standards] (lgammal): Likewise.
41368 [non-C99-based standards] (tgammal): Likewise.
41369 [non-C99-based standards] (y0l): Likewise.
41370 [non-C99-based standards] (y1l): Likewise.
41371 [non-C99-based standards] (ynl): Likewise.
41372 [non-C99-based standards] (isnanl): Likewise.
41373 [non-C99-based standards] (acoshl): Likewise.
41374 [non-C99-based standards] (asinhl): Likewise.
41375 [non-C99-based standards] (atanhl): Likewise.
41376 [non-C99-based standards] (cbrtl): Likewise.
41377 [non-C99-based standards] (expm1l): Likewise.
41378 [non-C99-based standards] (ilogbl): Likewise.
41379 [non-C99-based standards] (log1pl): Likewise.
41380 [non-C99-based standards] (logbl): Likewise.
41381 [non-C99-based standards] (nextafterl): Likewise.
41382 [non-C99-based standards] (remainderl): Likewise.
41383 [non-C99-based standards] (rintl): Likewise.
41384 [non-C99-based standards] (scalbl): Likewise.
41385 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41386 [non-C99-based standards] (FP_*): Do not allow.
41387 [C99-based standards] (FP_*): Change to
41388 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41389 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41390 allow.
41391 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41392 (SIG_ERR): Likewise.
41393 [X/Open-based standards] (SIG_HOLD): Likewise.
41394 (SIG_IGN): Likewise.
41395 (SIGABRT): Use macro-int-constant. Specify type. Require
41396 positive value.
41397 (SIGFPE): Likewise.
41398 (SIGILL): Likewise.
41399 (SIGINT): Likewise.
41400 (SIGSEGV): Likewise.
41401 (SIGTER): Likewise.
41402 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41403 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41404 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41405 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41406 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41407 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41408 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41409 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41410 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41411 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41412 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41413 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41414 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41415 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41416 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41417 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41418 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41419 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41420 [X/Open-based standards] (SIGTRAP): Likewise.
41421 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41422 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41423 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41424 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41425 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41426 allow.
41427
b9f1922d
IW
414282012-05-08 Ian Wienand <ianw@vmware.com>
41429
41430 [BZ #14080]
41431 * time/tzset.c (__tzset_parse_tz): Update default rules for
41432 daylight time changes in the Energy Policy Act of 2005.
41433
1db86e88
AJ
414342012-05-09 Andreas Jaeger <aj@suse.de>
41435
41436 [BZ #13983]
41437 * elf/ldconfig.c (parse_conf): Change string to make clear that
41438 ldconfig only issued a warning if ld.so.conf does not exist.
41439
dee4a4e3
DM
414402012-05-08 David S. Miller <davem@davemloft.net>
41441
ee0db190
DM
41442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41443 movxtod instead of popping the value on the stack.
41444
dee4a4e3
DM
41445 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41446
6a43ec98
CD
414472012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
41448
41449 * config.h.in: Add HAVE_ARM_PCS_VFP.
41450
05c2c961
RMG
414512012-05-08 Roland Mc Grath <roland@hack.frob.com>
41452
bcfe3a54
ST
41453 [BZ #13979]
41454 * include/features.h: Warn if user requests __FORTIFY_SOURCE
41455 checking but the checks are disabled for any reason.
05c2c961 41456
4b30f61a
L
414572012-05-08 H.J. Lu <hongjiu.lu@intel.com>
41458
41459 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41460 and ELF64_R_TYPE with ELFW(R_TYPE).
41461
eee2bc67
JM
414622012-05-08 Joseph Myers <joseph@codesourcery.com>
41463
7ea5391a
JM
41464 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41465 (ulimit): Likewise.
41466
eee2bc67
JM
41467 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41468 (settimeofday): Likewise.
41469
abb66a67
MF
414702012-05-08 Mike Frysinger <vapier@gentoo.org>
41471
41472 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
41473 a struct th_u2 inside the union, and move tu_block/tu_code into
41474 a new th_u3 union of tu_block/tu_code inside of that. Move
41475 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
41476 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
41477 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41478 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41479 (th_stuff): Change to th_u1.tu_stuff.
41480 (th_data): Define.
41481 (th_msg): Change to th_u1.th_u2.tu_data.
41482
7f18b530
DM
414832012-05-07 David S. Miller <davem@davemloft.net>
41484
05760585
DM
41485 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41486
7f18b530
DM
41487 [BZ #14074]
41488 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41489 (SETUP_PIC_REG): Use it.
41490 (SETUP_PIC_REG_LEAF): Use it.
41491
495fd99f
JM
414922012-05-07 Joseph Myers <joseph@codesourcery.com>
41493
41494 [BZ #13885]
41495 [BZ #13923]
41496 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41497 USE_AS_EXPM1L.
41498 (EXPL_FINITE): Likewise.
41499 (FLDLOG): Likewise.
41500 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41501 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41502 e_expl.S.
41503 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41504 USE_AS_EXPM1L.
41505 (EXPL_FINITE): Likewise.
41506 (FLDLOG): Likewise.
41507 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41508 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41509 e_expl.S.
41510 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
41511 test of -max_value argument for long double.
41512 * sysdeps/i386/fpu/libm-test-ulps: Update.
41513 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41514
6693d694
DM
415152012-05-06 David S. Miller <davem@davemloft.net>
41516
41517 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41518 quad soft-float symbols whose references which are compiler
41519 generated.
41520 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41521
6c23e11c
JM
415222012-05-06 Joseph Myers <joseph@codesourcery.com>
41523
d8b82cad
JM
41524 [BZ #13884]
41525 [BZ #13914]
41526 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41527 USE_AS_EXP10L.
41528 (EXPL_FINITE): Likewise.
41529 (FLDLOG): Likewise.
41530 (c0): Likewise.
41531 (c1): Likewise.
41532 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41533 Adjust comments for base varying.
41534 (__expl_finite): Change alias to EXPL_FINITE.
41535 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41536 e_expl.S.
41537 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41538 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41539 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41540 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41541 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41542 USE_AS_EXP10L.
41543 (EXPL_FINITE): Likewise.
41544 (FLDLOG): Likewise.
41545 (c0): Likewise.
41546 (c1): Likewise.
41547 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
41548 Adjust comments for base varying.
41549 (__expl_finite): Change alias to EXPL_FINITE.
41550 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
41551 tests for bugs.
41552 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41553
6c23e11c
JM
41554 [BZ #14064]
41555 * math/libm-test.inc (check_float_internal): Correct ulp
41556 calculation for subnormal expected results.
41557
29ba805c
AJ
415582012-05-06 Andreas Jaeger <aj@suse.de>
41559
41560 * Makeconfig (+math-flags): New, set to -frounding-math.
41561 (+cflags): Add +math-flags so that all of glibc gets compiled with
41562 it.
41563
41564 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41565
7b17aeda
JM
415662012-05-05 Joseph Myers <joseph@codesourcery.com>
41567
5779f134
JM
41568 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41569 Disable one test.
41570
41498f4d
JM
41571 [BZ #13787]
41572 [BZ #13922]
41573 [BZ #14036]
41574 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41575 (__ieee754_expl): Allow for and saturate large arguments.
41576 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41577 (u_threshold): Likewise.
41578 (__exp): Call __ieee754_exp before checking for overflow and
41579 underflow.
41580 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41581 (u_threshold): Likewise.
41582 (__expf): Call __ieee754_expf before checking for overflow and
41583 underflow.
41584 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41585 (u_threshold): Likewise.
41586 (__expl): Call __ieee754_expl before checking for overflow and
41587 underflow.
41588 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41589 (__ieee754_expl): Allow for and saturate large arguments.
41590 * math/libm-test.inc (exp_test): Add another test. Do not allow
41591 missing overflow exception on overflow.
41592 (expm1_test): Do not allow missing overflow exception on overflow.
41593
6698b8bf
JM
41594 * sysdeps/i386/fpu/e_expl.c: Move to ...
41595 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
41596 rather than using inline asm.
41597 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41598 * sysdeps/x86_64/fpu/e_expl.S: Copy from
41599 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41600
7b17aeda
JM
41601 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41602 (nice): Likewise.
41603 (poll): Likewise.
41604 (signal): Likewise.
41605 (time): Likewise.
41606 (times): Likewise.
41607
f7c85819
JM
416082012-05-04 Joseph Myers <joseph@codesourcery.com>
41609
41610 * sysdeps/unix/syscalls.list (adjtime): Add entry from
41611 sysdeps/unix/common/syscalls.list.
41612 (fchmod): Likewise.
41613 (fchown): Likewise.
41614 (ftruncate): Likewise.
41615 (getrusage): Likewise.
41616 (gettimeofday): Likewise.
41617 (setpgid): Likewise.
41618 (setregid): Likewise.
41619 (setreuid): Likewise.
41620 (sigaction): Likewise.
41621 (truncate): Likewise.
41622 (vhangup): Likewise.
41623 * sysdeps/unix/common/syscalls.list: Remove file.
41624 * sysdeps/unix/bsd/Implies: Don't include unix/common.
41625 * sysdeps/unix/sysv/linux/Implies: Likewise.
41626
336270d0
L
416272012-05-04 H.J. Lu <hongjiu.lu@intel.com>
41628
41629 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41630 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41631 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41632 Moved to ...
41633 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41634 Here.
41635 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41636 to ...
41637 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41638 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41639 to ...
41640 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41641 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41642 to ...
41643 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41644 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41645 to ...
41646 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41647 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41648 to ...
41649 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41650 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41651 to ...
41652 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41653 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41654 to ...
41655 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41656 Here.
41657 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41658 to ...
41659 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41660 Here.
41661 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41662 to ...
41663 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41664 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41665 Moved to ...
41666 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41667 Here.
41668 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41669 to ...
41670 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41671
d128e450
JM
416722012-05-04 Joseph Myers <joseph@codesourcery.com>
41673
fa8ee516
JM
41674 * sysdeps/unix/common/bits/dirent.h: Remove file.
41675 * sysdeps/unix/common/bits/fcntl.h: Likewise.
41676
d128e450
JM
41677 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41678 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41679 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41680 * sysdeps/unix/bsd/isatty.c: Likewise.
41681 * sysdeps/unix/bsd/tcdrain.c: Likewise.
41682 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41683 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41684
ff8faaf0 416852012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 41686
62881be4 41687 [BZ #13563]
31dc8730
AZ
41688 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41689 long double comparison inaccuracies.
41690 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41691 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41692
6fef930c
AS
416932012-05-04 Andreas Schwab <schwab@linux-m68k.org>
41694
41695 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41696 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41697
8f203e6c
JM
416982012-05-04 Joseph Myers <joseph@codesourcery.com>
41699
41700 [BZ #14049]
41701 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41702 nonzero digits before rounding a hex value.
41703 * stdlib/tst-strtod.c (tests): Add another test.
41704
5197d9c2
AK
417052012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41706
41707 * sysdeps/s390/fpu/libm-test-ulps: Update.
41708
f0c1dedf
AJ
417092012-05-03 Andreas Jaeger <aj@suse.de>
41710
41711 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41712 does not get optimized out.
41713 (malloc_opt_barrier): New.
41714
a65ef2ae 417152012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 41716 Roland McGrath <roland@hack.frob.com>
a65ef2ae 41717
2b942cb7 41718 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 41719 intermediate file deletion.
2b942cb7 41720 (generated): Add .symlist files.
a65ef2ae 41721
54b71e02
JM
417222012-05-03 Joseph Myers <joseph@codesourcery.com>
41723
41724 [BZ #13775]
41725 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41726 Redirect under this condition.
41727 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41728 [__USE_GNU] (__dprintf_chk): Not under this condition.
41729 [__USE_GNU] (__vdprintf_chk): Likewise.
41730 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41731 under this condition.
41732 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41733 [__USE_XOPEN2K8] (dprintf): Define under this condition.
41734 [__USE_XOPEN2K8] (vdprintf): Likewise.
41735 [__USE_GNU] (__dprintf_chk): Not under this condition.
41736 [__USE_GNU] (__vdprintf_chk): Likewise.
41737 [__USE_GNU] (dprintf): Likewise.
41738 [__USE_GNU] (vdprintf): Likewise.
41739
d3dfcc41
RM
417402012-05-03 Roland McGrath <roland@hack.frob.com>
41741
41742 * elf/Makefile (common-generated): Set this instead of generated for
41743 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
41744 $(all-built-dso)-derived lists.
41745
7ac30cc5
AJ
417462012-05-03 Andreas Jaeger <aj@suse.de>
41747
0c51e550
AJ
41748 * sysdeps/i386/fpu/libm-test-ulps: Update.
41749
7ac30cc5
AJ
41750 * FAQ: Removed.
41751 * FAQ.in: Likewise.
41752 * scripts/gen-FAQ.pl: Likewise.
41753 * manual/install.texi (Installation): Point to online location of
41754 FAQ.
41755 * Makefile (files-for-dist): Remove FAQ.
41756 (FAQ): Remove.
41757
d4c2917f
AM
417582012-05-02 Allan McRae <allan@archlinux.org>
41759
41760 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41761 (LDFLAGS-reldepmod5.so): Likewise.
41762 (LDFLAGS-reldep6mod1.so): Likewise.
41763 (LDFLAGS-reldep6mod4.so): Likewise.
41764 (LDFLAGS-reldep8mod3.so): Likewise.
41765 (LDFLAGS-unload4mod1.so): Likewise.
41766 (LDFLAGS-unload4mod2.so): Likewise.
41767 (LDFLAGS-tst-initorder): Likewise.
41768 (LDFLAGS-tst-initordera2.so): Likewise.
41769 (LDFLAGS-tst-initordera3.so): Likewise.
41770 (LDFLAGS-tst-initordera4.so): Likewise.
41771 (LDFLAGS-tst-initorderb2.so): Likewise.
41772 (LDFLAGS-noload): Likewise.
41773 (LDFLAGS-next): Likewise.
41774 (LDFLAGS-order2mod1.so): Likewise.
41775 (LDFLAGS-order2mod2.so): Likewise.
41776 (LDFLAGS-tst-initorder2): Likewise.
41777 (LDFLAGS-tst-initorder2a.so): Likewise.
41778 (LDFLAGS-tst-initorder2b.so): Likewise.
41779 (LDFLAGS-tst-initorder2c.so): Likewise.
41780 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41781
d77f993f
DM
417822012-05-02 David S. Miller <davem@davemloft.net>
41783
41784 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41785
171a70b4
PP
417862012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
41787
41788 [BZ #14055]
41789 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41790
0be196ad
AJ
417912012-05-02 Andreas Jaeger <aj@suse.de>
41792
41793 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41794 since we manipulate rounding mode.
41795 (CPPFLAGS-test-idouble.c): Likewise.
41796 (CPPFLAGS-test-ifloat.c): Likewise.
41797 (CFLAGS-test-ldouble.c): Likewise.
41798 (CFLAGS-test-double.c): Likewise.
41799 (CFLAGS-test-float.c): Likewise.
41800 (CFLAGS-test-misc.c): Likewise.
41801 (CFLAGS-test-test-fenv.c): Likewise.
41802
4f9d04aa
AZ
418032012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41804
2b942cb7
RM
41805 [BZ #2550]
41806 [BZ #2570]
41807 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41808 comparisons to determine direction to adjust input.
4f9d04aa 41809
82a79e7d
RM
418102012-05-01 Roland McGrath <roland@hack.frob.com>
41811
f5a01ca9
RM
41812 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41813 output to the target.
41814
90fe4186
RM
41815 * scripts/localplt.awk: New file.
41816 * elf/Makefile ($(objpfx)check-localplt): Target removed.
41817 (check-localplt-CFLAGS): Variable removed.
41818 ($(all-built-dso:=.jmprel)): New static pattern rule.
41819 (generated): Add those targets.
41820 (localplt-built-dso): New variable.
41821 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41822
41823 * elf/check-localplt.c: File removed.
41824
82397ed6
RM
41825 * scripts/check-execstack.awk: New file.
41826 * elf/Makefile ($(objpfx)check-execstack): Target removed.
41827 (check-execstack-CFLAGS): Variable removed.
41828 ($(objpfx)check-execstack.h): Target removed.
41829 ($(objpfx)execstack-default): New target.
41830 (generated): Add that instead of check-execstack.h.
41831 ($(all-built-dso:=.phdr)): New static pattern rule.
41832 (generated): Add those targets.
41833 * elf/check-execstack.c: File removed.
41834
82a79e7d
RM
41835 * scripts/check-textrel.awk: New file.
41836 * elf/Makefile ($(objpfx)check-textrel): Target removed.
41837 (check-textrel-CFLAGS): Variable removed.
41838 (all-built-dso): Use := to define.o
41839 ($(all-built-dso:=.dyn)): New static pattern rule.
41840 (generated): Add those targets.
41841 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41842 * config.make.in (READELF): New substituted variable.
41843 * elf/check-textrel.c: File removed.
41844
62fde54f 418452012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 41846
615605c9
JM
41847 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41848 allow.
41849 * conform/data/ctype.h-data [C99-based standards] (isblank):
41850 Expect function.
41851 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41852 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41853 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41854 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41855 Specify type. Require positive value.
41856 (EILSEQ): Likewise.
41857 (ERANGE): Likewise.
41858 [ISO || POSIX] (EILSEQ): Do not expect.
41859 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41860 Specify type. Require positive value.
41861 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41862 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41863 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41864 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41865 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41866 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41867 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41868 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41869 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41870 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41871 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41872 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41873 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41874 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41875 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41876 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41877 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41878 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41879 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41880 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41881 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41882 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41883 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41884 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41885 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41886 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41887 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41888 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41889 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41890 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41891 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41892 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41893 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41894 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41895 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41896 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41897 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41898 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41899 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41900 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41901 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41902 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41903 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41904 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41905 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41906 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41907 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41908 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41909 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41910 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41911 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41912 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41913 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41914 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41915 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41916 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41917 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41918 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41919 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41920 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41921 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41922 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41923 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41924 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41925 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41926 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41927 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41928 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41929 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41930 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41931 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41932 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41933 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41934 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41935 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41936 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41937 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41938 Require >= 2.
41939 (FLT_ROUNDS): Expect as macro, not constant.
41940 (FLT_MANT_DIG): Use macro-int-constant.
41941 (DBL_MANT_DIG): Likewise.
41942 (LDBL_MANT_DIG): Likewise.
41943 (FLT_DIG): Likewise.
41944 (DBL_DIG): Likewise.
41945 (LDBL_DIG): Likewise.
41946 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
41947 (DBL_MIN_EXP): Likewise.
41948 (LDBL_MIN_EXP): Likewise.
41949 (FLT_MAX_EXP): Use macro-int-constant.
41950 (DBL_MAX_EXP): Likewise.
41951 (LDBL_MAX_EXP): Likewise.
41952 (FLT_MAX_10_EXP): Likewise.
41953 (DBL_MAX_10_EXP): Likewise.
41954 (LDBL_MAX_10_EXP): Likewise.
41955 (FLT_MAX): Use macro-constant.
41956 (DBL_MAX): Likewise.
41957 (LDBL_MAX): Likewise.
41958 (FLT_EPSILON): Use macro-constant. Give upper bound.
41959 (DBL_EPSILON): Likewise.
41960 (LDBL_EPSILON): Likewise.
41961 (FLT_MIN): Likewise.
41962 (DBL_MIN): Likewise.
41963 (LDBL_MIN): Likewise.
41964 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41965 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41966 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41967 [ISO11] (FLT_HAS_SUBNORM): Likewise.
41968 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41969 [ISO11] (DBL_DECIMAL_DIG): Likewise.
41970 [ISO11] (FLT_DECIMAL_DIG): Likewise.
41971 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41972 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41973 [ISO11] (FLT_TRUE_MIN): Likewise.
41974 [ISO11] (LDBL_TRUE_MIN): Likewise.
41975 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41976 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41977 (SCHAR_MIN): Use macro-int-constant. Specify type.
41978 (SCHAR_MAX): Likewise.
41979 (UCHAR_MAX): Likewise.
41980 (CHAR_MIN): Likewise.
41981 (CHAR_MAX): Likewise.
41982 (MB_LEN_MAX): Use macro-int-constant.
41983 (SHRT_MIN): Use macro-int-constant. Specify type.
41984 (SHRT_MAX): Likewise.
41985 (USHRT_MAX): Likewise.
41986 (INT_MAX): Likewise.
41987 (INT_MIN): Use macro-int-constant. Specify type. Make upper
41988 bound negative.
41989 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
41990 bound with "U".
41991 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41992 bound with "L".
41993 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
41994 bound negative. Suffix upper bound with "L".
41995 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41996 bound with "UL".
41997 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41998 Specify type.
41999 [C99-based standards] (LLONG_MAX): Likewise.
42000 [C99-based standards] (ULLONG_MAX): Likewise.
42001 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
42002 == 0.
42003 [ISO11] (max_align_t): Require type.
42004 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42005
c9140a62
JM
42006 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42007 from $CFLAGS, without defining away __attribute__ calls.
42008 (checknamespace): Use $CFLAGS_namespace.
42009
9af0bf29
JM
42010 * conform/conformtest.pl (@keywords): Only include C99 keywords
42011 for standards based on C99 or C11.
42012
343222a2
JM
42013 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42014 Disable tests.
42015 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42016 UNIX98]: Likewise.
42017
661f8cf0
JM
42018 * conform/conformtest.pl: Handle "macro-int-constant" and test for
42019 usability of symbols in #if.
42020
ee74b9cb
JM
42021 * conform/conformtest.pl: If macro or constant types start
42022 "promoted:", expect the symbol to be of the following type
42023 promoted by the integer promotions.
62fde54f 42024
aafc49b3
JM
42025 * conform/conformtest.pl: Parse all "constant" and "macro" lines
42026 in one place. Also handle "macro-constant".
42027
fefdf574
JM
42028 * conform/conformtest.pl: Only accept expected macro values with
42029 "==". Parse all "macro" lines in one place.
42030 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42031
f2d922fe
JM
42032 * conform/conformtest.pl: Handle braced types on "constant" lines
42033 instead of handling "typed-constant".
42034 * conform/data/signal.h-data: Use "constant" instead of
42035 "typed-constant".
42036
d22956c9
JM
42037 * conform/conformtest.pl: Handle "optional-" at start of lines in
42038 one place rather than duplicating several cases. Handle each
42039 format of "macro" line with initial "optional-".
42040
028e2e38
JM
42041 * conform/conformtest.pl: Only accept expected constant or
42042 optional-constant values with "==". Parse all "constant" lines in
42043 one place. Parse all "optional-constant" lines in one place.
42044 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42045 * conform/data/fmtmsg.h-data: Likewise.
42046 * conform/data/netinet/in.h-data: Likewise.
42047 * conform/data/tar.h-data: Likewise.
42048 * conform/data/limits.h-data: Use "==" form on "constant" and
42049 "optional-constant" lines.
42050
1b8f2850
JM
42051 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42052 Use -std=c99 for XOPEN2K.
42053 (@knownproblems): Remove.
42054 (newtoken): Don't check %isknown.
42055
a05a144b
JM
42056 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42057 Do not expect macro.
42058 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42059 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42060 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42061 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42062 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42063 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42064 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42065 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42066 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42067 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42068 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42069 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42070 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42071 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42072 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42073 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42074 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42075 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42076 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42077 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42078 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42079 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42080 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42081 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42082 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42083 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42084 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42085 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42086 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42087 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42088 [XPG3] (acosh): Likewise.
42089 [XPG3] (asinh): Likewise.
42090 [XPG3] (atanh): Likewise.
42091 [XPG3] (cbrt): Likewise.
42092 [XPG3] (expm1): Likewise.
42093 [XPG3] (ilogb): Likewise.
42094 [XPG3] (log1p): Likewise.
42095 [XPG3] (logb): Likewise.
42096 [XPG3] (nextafter): Likewise.
42097 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42098 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42099 [XPG3] (remainder): Likewise.
42100 [XPG3] (rint): Likewise.
42101 [XPG3 || XPG4 || UNIX98] (round): Likewise.
42102 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42103 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42104 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42105 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42106 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42107 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42108 [UNIX98 || XOPEN2K] (scalb): Expect.
42109 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42110 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42111 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42112 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42113 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42114 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42115 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42116 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42117 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42118 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42119 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42120 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42121 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42122 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42123 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42124 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42125 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42126 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42127 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42128 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42129 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42130 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42131 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42132 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42133 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42134 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42135 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42136 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42137 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42138 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42139 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42140 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42141 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42142 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42143 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42144 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42145 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42146 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42147 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42148 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42149 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42150 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42151 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42152 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42153 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42154 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42155 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42156 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42157 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42158 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42159 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42160 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42161 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42162 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42163 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42164 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42165 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42166 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42167 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42168 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42169 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42170 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42171 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42172 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42173 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42174 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42175 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42176 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42177 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42178 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42179 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42180 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42181 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42182 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42183 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42184 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42185 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42186 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42187 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42188 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42189 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42190 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42191 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42192 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42193 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42194 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42195 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42196 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42197 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42198 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42199 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42200 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42201 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42202 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42203 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42204 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42205 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42206 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42207 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42208 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42209 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42210 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42211 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42212 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42213 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42214 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42215 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42216 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42217 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42218 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42219 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42220 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42221 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42222 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42223 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42224 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42225 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42226 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42227 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42228 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42229 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42230 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42231 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42232 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42233 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42234 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42235 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42236 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42237 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42238 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42239 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42240 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42241 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42242 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42243 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42244 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42245 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42246
73c5ebe3
JM
42247 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42248 _XOPEN_SOURCE_EXTENDED for XPG4.
42249
39c33b6c
JM
42250 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42251
62fde54f
JM
42252 * Makeconfig (localtime): Remove variable.
42253 (inst_localtime-file): Likewise.
42254
0741d64c
AS
422552012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42256
42257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42258 Update.
42259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42260 Update.
42261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42262 Update.
42263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42264 Update.
42265 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42266 Update.
42267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42268 Update.
42269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42270 Update.
42271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42272 Update.
42273 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42274 Update.
42275
7cb029ee
JM
422762012-05-01 Joseph Myers <joseph@codesourcery.com>
42277
42278 [BZ #2550]
42279 [BZ #2570]
42280 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42281 comparisons to determine direction to adjust input.
42282 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42283 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42284 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42285 Likewise.
42286 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42287 Likewise.
42288 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42289 Likewise.
42290 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42291 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42292 Likewise.
42293 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42294 Likewise.
42295 * math/libm-test.inc (nexttoward_test): Add more tests.
42296
412bd966
AS
422972012-05-01 Andreas Schwab <schwab@linux-m68k.org>
42298
42299 [BZ #14040]
42300 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42301 in version GLIBC_2.1, not GLIBC_2.0.
42302 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42303 Likewise.
42304
9568c0c2
JM
423052012-04-30 Joseph Myers <joseph@codesourcery.com>
42306
adfbc8ac
JM
42307 [BZ #13942]
42308 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42309 (1 - x) * (1 + x).
42310 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42311 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42312 * math/libm-test.inc (acos_test): Add more tests.
42313 (asin_test): Likewise.
42314 * sysdeps/i386/fpu/libm-test-ulps: Update.
42315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42316
5ba3cc69
JM
42317 [BZ #14034]
42318 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42319 of square root.
42320 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42321 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42322 * math/libm-test.inc (acos_test_tonearest): New function.
42323 (acos_test_towardzero): Likewise.
42324 (acos_test_downward): Likewise.
42325 (acos_test_upward): Likewise.
42326 (asin_test_tonearest): Likewise.
42327 (asin_test_towardzero): Likewise.
42328 (asin_test_downward): Likewise.
42329 (asin_test_upward): Likewise.
42330 (main): Call the new functions.
42331 * sysdeps/i386/fpu/libm-test-ulps: Update.
42332 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42333
9568c0c2
JM
42334 [BZ #13884]
42335 [BZ #13924]
42336 * math/e_exp10.c: Include <float.h>.
42337 (__ieee754_exp10): Handle underflow here rather than multiplying
42338 large negative argument by M_LN10.
42339 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42340 of __ieee754_expf.
42341 * math/e_exp10l.c: Include <float.h>.
42342 (__ieee754_exp10l): Handle underflow here rather than multiplying
42343 large negative argument by M_LN10l.
42344 * math/libm-test.inc (exp10_test): Add another test. Do not allow
42345 spurious overflow exception on underflow.
42346
5ac3ea17
MP
423472012-04-29 Marek Polacek <polacek@redhat.com>
42348
42349 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42350 (__fortify_function): New macro.
42351 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42352 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42353 __extern_always_inline.
42354 * libio/bits/stdio2.h: Likewise.
42355 * libio/bits/stdio.h: Likewise.
42356 * string/string.h: Likewise.
42357 * string/bits/string3.h: Likewise.
42358 * include/stdio.h: Likewise.
42359 * stdlib/bits/stdlib.h: Likewise.
42360 * stdlib/stdlib.h: Likewise.
42361 * rt/bits/mqueue2.h: Likewise.
42362 * rt/mqueue.h: Likewise.
42363 * posix/bits/unistd.h: Likewise.
42364 * posix/unistd.h: Likewise.
42365 * io/bits/poll2.h: Likewise.
42366 * io/bits/fcntl2.h: Likewise.
42367 * io/fcntl.h: Likewise.
42368 * io/sys/poll.h: Likewise.
42369 * misc/bits/syslog.h: Likewise.
42370 * misc/bits/syslog-ldbl.h: Likewise.
42371 * misc/sys/syslog.h: Likewise.
42372 * socket/bits/socket2.h: Likewise.
42373 * socket/sys/socket.h: Likewise.
42374 * debug/tst-chk1.c: Likewise.
42375 * wcsmbs/bits/wchar2.h: Likewise.
42376 * wcsmbs/bits/wchar-ldbl.h: Likewise.
42377 * wcsmbs/wchar.h: Likewise.
42378
ecf0ebfb
AJ
423792012-04-29 Andreas Jaeger <aj@suse.de>
42380
42381 * Makerules (tests): Remove enable-check-abi protection.
42382 (check-abi-warn): Remove.
42383 (check-abi-%): Remove check-abi-warn usage.
42384
42385 * configure.in: Remove check-abi configure option.
42386 * configure: Regenerated.
42387 * config.make.in (enable-check-abi): Remove.
42388
6d5c57fa
AS
423892012-04-28 Andreas Schwab <schwab@linux-m68k.org>
42390
24c5d07e 42391 [BZ #14033]
ded5180a
AS
42392 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42393 double functions to double *_finite functions.
42394
7e0d315d
AS
42395 [BZ #13941]
42396 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42397 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42398 LDBL_MIN_EXP.
42399 * stdio-common/Makefile (tests): Add tst-sprintf3.
42400 * stdio-common/tst-sprintf3.c: New file.
42401
6d5c57fa
AS
42402 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42403 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42404
0749ff8b
JM
424052012-04-28 Joseph Myers <joseph@codesourcery.com>
42406
42407 * conform/conformtest.pl: Remove duplicate typed-constant
42408 handling.
42409
8dbd5d7b
DM
424102012-04-28 David S. Miller <davem@davemloft.net>
42411
42412 * Makerules (%.abilist): Add vpath on sysdep_dirs.
42413 (check-abi-%): Remove AWK script prerequisite and explicit
42414 abilist directory.
42415 (check-abi): Rewrite to just diff the symlist with the abilist.
42416 (config-tls, config-abi-config): Delete, no longer used.
42417 (update-abi-%): Remove AWK script and explicit abilist directory.
42418 (update-abi): Rewrite to simply compare and conditionally copy the
42419 symlist and the sysdep abilist file. Remove update-abi-config
42420 checks.
42421 * abilist/ld.abilist: Remove.
42422 * abilist/libBrokenLocale.abilist: Remove.
42423 * abilist/libanl.abilist: Remove.
42424 * abilist/libcrypt.abilist: Remove.
42425 * abilist/libdl.abilist: Remove.
42426 * abilist/librt.abilist: Remove.
42427 * abilist/libthread_db.abilist: Remove.
42428 * abilist/libutil.abilist: Remove.
42429 * scripts/extract-abilist.awk: Remove.
42430 * scripts/merge-abilist.awk: Remove.
42431 * sysdeps/generic/libcidn.abilist: New file.
42432 * sysdeps/generic/libnss_compat.abilist: New file.
42433 * sysdeps/generic/libnss_db.abilist: New file.
42434 * sysdeps/generic/libnss_dns.abilist: New file.
42435 * sysdeps/generic/libnss_files.abilist: New file.
42436 * sysdeps/generic/libnss_hesiod.abilist: New file.
42437 * sysdeps/generic/libnss_nis.abilist: New file.
42438 * sysdeps/generic/libnss_nisplus.abilist: New file.
42439 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42440 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42441 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42442 file.
42443 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42444 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42445 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42446 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42447 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42448 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42449 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42450 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42451 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42452 file.
42453 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42454 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42455 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42456 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42457 file.
42458 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42459 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42460 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42461 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42462 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42463 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42464 file.
42465 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42466 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42467 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42468 file.
42469 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42470 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42471 New file.
42472 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42473 New file.
42474 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42475 New file.
42476 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42477 New file.
42478 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42479 New file.
42480 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42481 New file.
42482 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42483 New file.
42484 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42485 New file.
42486 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42487 New file.
42488 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42489 New file.
42490 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42491 New file.
42492 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42493 New file.
42494 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42495 New file.
42496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42497 file.
42498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42499 New file.
42500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42501 New file.
42502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42503 file.
42504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42505 New file.
42506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42507 New file.
42508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42509 file.
42510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42511 New file.
42512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42513 New file.
42514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42515 New file.
42516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42517 New file.
42518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42519 New file.
42520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42521 New file.
42522 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42523 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42524 file.
42525 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42526 New file.
42527 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42528 file.
42529 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42530 file.
42531 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42532 file.
42533 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42534 file.
42535 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42536 file.
42537 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42538 New file.
42539 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42540 file.
42541 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42542 file.
42543 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42544 New file.
42545 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42546 file.
42547 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42548 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42549 file.
42550 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42551 New file.
42552 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42553 file.
42554 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42555 file.
42556 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42557 file.
42558 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42559 file.
42560 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42561 file.
42562 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42563 New file.
42564 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42565 file.
42566 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42567 file.
42568 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42569 New file.
42570 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42571 file.
42572 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42573 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42574 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42575 file.
42576 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42577 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42578 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42579 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42580 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42581 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42582 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42583 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42584 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42585 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42586 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42587 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42588 file.
42589 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42590 New file.
42591 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42592 file.
42593 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42594 file.
42595 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42596 file.
42597 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42598 file.
42599 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42600 file.
42601 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42602 New file.
42603 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42604 New file.
42605 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42606 file.
42607 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42608 New file.
42609 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42610 file.
42611 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42612 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42613 file.
42614 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42615 New file.
42616 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42617 file.
42618 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42619 file.
42620 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42621 file.
42622 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42623 file.
42624 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42625 file.
42626 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42627 New file.
42628 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42629 New file.
42630 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42631 file.
42632 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42633 New file.
42634 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42635 file.
42636
41d73a1b
JM
426372012-04-28 Joseph Myers <joseph@codesourcery.com>
42638
42639 * conform/conformtest.pl: Fix typo in handling typed-constant from
42640 allow-header.
42641
28aeeda4
JM
426422012-04-27 Joseph Myers <joseph@codesourcery.com>
42643
adae8f5e
JM
42644 * README: Cut down references to pre-2.6 Linux kernels and
42645 Linuxthreads. Update lists of configurations in libc and ports
42646 and sort alphabetically. Say "or newer" with Linux kernel version
42647 requirements.
42648
28aeeda4
JM
42649 * config.h.in [IS_IN_build]: Allow compiling without optimization.
42650
a462cb63
RA
426512012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
42652
42653 [BZ #887]
42654 * math/libm-test.inc (logb_test_downward): New test to expose
42655 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42656 rounding mode.
42657
6ad3493e
JM
426582012-04-27 Joseph Myers <joseph@codesourcery.com>
42659
42660 [BZ #14027]
42661 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42662 to be done.
42663 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42664 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42665
2ce4f015
JM
426662012-04-26 Joseph Myers <joseph@codesourcery.com>
42667
5aeb141a
JM
42668 * sysdeps/unix/i386/brk.S: Remove file.
42669 * sysdeps/unix/i386/dl-brk.S: Likewise.
42670 * sysdeps/unix/i386/pipe.S: Likewise.
42671 * sysdeps/unix/i386/sigreturn.S: Likewise.
42672 * sysdeps/unix/i386/syscall.S: Likewise.
42673 * sysdeps/unix/i386/vfork.S: Likewise.
42674 * sysdeps/unix/i386/wait.S: Likewise.
42675
7143acae
JM
42676 * sysdeps/unix/common/tcsendbrk.c: Move to ...
42677 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42678
2ce4f015
JM
42679 * configure.in (arm*-none*): Do not allow without
42680 --enable-hacker-mode.
42681 (netbsd*): Remove case setting base_os.
42682 (386bsd*): Likewise.
42683 (freebsd*): Likewise.
42684 (bsdi*): Likewise.
42685 (osf*): Likewise.
42686 (sunos*): Likewise.
42687 (ultrix*): Likewise.
42688 (newsos*): Likewise.
42689 (dynix*): Likewise.
42690 (*bsd*): Likewise.
42691 (sysv*): Likewise.
42692 (isc*): Likewise.
42693 (esix*): Likewise.
42694 (sco*): Likewise.
42695 (minix*): Likewise.
42696 (irix4*): Likewise.
42697 (irix6*): Likewise.
42698 (solaris[2-9]*): Likewise.
42699 (none): Likewise.
42700 * configure: Regenerated.
42701
0ac229c8
AZ
427022012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42703
42704 [BZ #11521]
42705 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42706 overflow or cancellation in calculating denominator.
42707 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42708 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42709 down expression to avoid unexpected rounding in newer GCCs.
42710 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42711
33f244f4
DM
427122012-04-26 David S. Miller <davem@davemloft.net>
42713
42714 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42715 long-double compat symbols.
42716 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42717 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42718 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42719 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42720 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42721 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42722 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42723 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42724 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42725 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42726 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42727 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42728 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42729
cfa1f3e8
DM
427302012-04-25 David S. Miller <davem@davemloft.net>
42731
42732 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42733 HWCAP_* values only after the memory barriers have been defined.
42734 (atomic_full_barrier): Define.
42735 (atomic_read_barrier): Define.
42736 (atomic_write_barrier): Define.
42737
6e236b92
SP
427382012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42739
42740 * shlib-versions: Add libgcc_s version information.
42741 * sysdeps/generic/libgcc_s.h: Remove.
42742 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42743 libgcc_s.h.
42744 * sysdeps/gnu/unwind-resume.c: Likewise.
42745 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42746
aab39a09
DM
427472012-04-25 David S. Miller <davem@davemloft.net>
42748
42749 * sysdeps/unix/sparc/brk.S: Delete.
42750 * sysdeps/unix/sparc/dl-brk.S: Delete.
42751 * sysdeps/unix/sparc/pipe.S: Delete.
42752 * sysdeps/unix/sparc/sysdep.S: Delete.
42753 * sysdeps/unix/sparc/sysdep.h: Delete.
42754 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
42755 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42756 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42757 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42758 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
42759 (JUMPTARGET): Remove.
42760 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42761 sysdeps/unix/sparc/sysdep.h
42762 (ENTRY, END): Remove.
42763 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42764
a3cc4f48
JM
427652012-04-25 Joseph Myers <joseph@codesourcery.com>
42766
2ed8cda2
JM
42767 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42768 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42769 -DIS_IN_build.
42770
35d76d59
JM
42771 * timezone/README: Update upstream location and email address for
42772 tzcode and tzdata.
42773 * timezone/zdump.c: Update from tzcode 2012b.
42774 * timezone/zic.c: Likewise.
42775
a3cc4f48
JM
42776 * configure.in (libc_cv_as_needed): Remove test.
42777 * configure: Regenerated.
42778 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42779 conditional definition.
42780 [$(have-as-needed) != yes] (no-as-needed): Likewise.
42781 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42782 * config.make.in (have-as-needed): Remove variable.
42783
ceab42c3
SP
427842012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
42785 Paul Pluzhnikov <ppluzhnikov@google.com>
42786
42787 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42788 strings correctly.
42789
3ce2865f
CLT
427902012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
42791
42792 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42793 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42794 * sysdeps/sh/strlen.S: Likewise.
42795
f37e0d68
JM
427962012-04-24 Joseph Myers <joseph@codesourcery.com>
42797
ae186e9a
JM
42798 * sysdeps/unix/fork.S: Remove file.
42799 * sysdeps/unix/i386/fork.S: Likewise.
42800 * sysdeps/unix/sparc/fork.S: Likewise.
42801
b96914af
JM
42802 * sysdeps/unix/system.c: Remove file.
42803 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42804
f37e0d68
JM
42805 * sysdeps/unix/getegid.S: Remove file.
42806 * sysdeps/unix/geteuid.S: Likewise.
42807
87ef29ca
RM
428082012-04-24 Roland McGrath <roland@hack.frob.com>
42809
83bcd236
RM
42810 * scripts/check-localplt.awk: New file.
42811 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42812 of diff.
42813 * scripts/data/localplt-generic.data: Add a comment.
42814
87ef29ca
RM
42815 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42816 NODE when __dir_mkfile failed.
42817 * sysdeps/mach/hurd/symlinkat.c: Likewise.
42818 Reported by Ludovic Courtès <ludo@gnu.org>.
42819
e5a6e567
AJ
428202012-04-24 Andreas Jaeger <aj@suse.de>
42821
42822 * Makerules (common-clean): Also remove gen-as-const-headers
42823 files.
42824
c1820385
JM
428252012-04-24 Joseph Myers <joseph@codesourcery.com>
42826
42827 * Makerules (native-compile): Do not change working directory for
42828 build. Use $(OUTPUT_OPTION) in command.
42829 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42830
94e02fc4
AZ
428312012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42832
42833 [BZ #13886]
42834 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42835 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42836 * math/libm-test.inc (floor_test): Add more tests.
42837 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42838
3a533ca3
JM
428392012-04-24 Joseph Myers <joseph@codesourcery.com>
42840
940ab4b3
JM
42841 * sysdeps/unix/getdents.c: Remove file.
42842 * sysdeps/unix/sysv/getdents.c: Likewise.
42843 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42844
90e037bd
JM
42845 * sysdeps/unix/syscalls.list (madvise): Add syscall from
42846 sysdeps/unix/mman/syscalls.list.
42847 (mmap): Likewise.
42848 (mprotect): Likewise.
42849 (msync): Likewise.
42850 (munmap): Likewise.
42851 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42852 * sysdeps/unix/mman/syscalls.list: Remove.
42853 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42854
3a533ca3
JM
42855 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42856 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42857 * configure: Regenerated.
42858 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42859 $(libgcc_s_suffix).
42860 * config.make.in (libgcc_s_suffix): Remove variable.
42861
1ad743de
JM
428622012-04-23 Joseph Myers <joseph@codesourcery.com>
42863
4ad451e2
JM
42864 * sysdeps/unix/sysv/gethostname.c: Move to ...
42865 * sysdeps/posix/gethostname.c: ... here.
42866
5e37ce39
JM
42867 * sysdeps/unix/execve.S: Remove file.
42868
1ad743de
JM
42869 * sysdeps/unix/_exit.S: Remove file.
42870
4e681b5b
AJ
428712012-04-23 Andreas Jaeger <aj@suse.de>
42872
42873 [BZ #13739]
42874 * manual/Makefile: Remove make dist support, there's no
42875 need for a stand-alone documentation tar ball.
42876 (TEXI2DVI): Define always, it's not in Makeconfig.
42877 (dist): Removed.
42878 (tar-it): Removed.
42879 (edition): Removed.
42880 (glibc-doc-$(edition).tar): Removed
42881 (%.Z): Removed.
42882 (%.gz): Removed.
42883 (%.uu): Removed.
42884 (ETAGS): Remove, it's in Makeconfig.
42885 (move-if-change): Remove, it's in Makeconfig.
42886
38686a03 428872012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
42888
42889 [BZ #13970]
42890 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42891 (strtod, strtof, strtold, strtol, strtoul, strtoq)
42892 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42893 (strtod_l, strtof_l, strtold_l): Remove __wur.
42894 It is not necessarily an error to ignore strtol's return value.
42895 One can reliably look at the stored endptr to decide whether
42896 the number had valid syntax.
42897
7c0616fa
AJ
428982012-04-21 Andreas Jaeger <aj@suse.de>
42899
803cb6b7 42900 [BZ #13739]
7c0616fa
AJ
42901 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42902
b0fe253f
JM
429032012-04-21 Joseph Myers <joseph@codesourcery.com>
42904
42905 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42906 * sysdeps/unix/sysv/Versions: Remove file.
42907
8280f22d
MT
429082012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
42909
42910 [BZ #13927]
42911 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42912
75ce411f 429132012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
42914
42915 [BZ #7064]
42916 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42917 version from __vm86.
42918
097d59fa
JM
429192012-04-20 Joseph Myers <joseph@codesourcery.com>
42920
a90f3bcb
JM
42921 * sysdeps/unix/common/lxstat.c: Remove file.
42922 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42923
edc7ea78
JM
42924 * sysdeps/unix/sysv/Makefile: Remove file.
42925
cb78c221
JM
42926 * sysdeps/unix/sysv/direct.h: Remove file.
42927
efa6a45f
JM
42928 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42929 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42930 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42931 * sysdeps/unix/sysv/bits/signum.h: Likewise.
42932 * sysdeps/unix/sysv/bits/stat.h: Likewise.
42933 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42934 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42935
9c9f2d0c
JM
42936 * sysdeps/unix/sysv/setrlimit.c: Remove file.
42937
4541c83b
JM
42938 * sysdeps/unix/xmknod.c: Remove file.
42939 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42940
f5d153a0
JM
42941 * sysdeps/unix/sysv/settimeofday.c: Remove file.
42942
aa746595
JM
42943 * sysdeps/unix/sysv/i386/time.S: Remove file.
42944
cce5905e
JM
42945 * sysdeps/unix/fxstat.c: Remove file.
42946 * sysdeps/unix/xstat.c: Likewise.
42947 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42948
37fa3841
JM
42949 * sysdeps/unix/sysv/sigaction.c: Remove file.
42950
ff1962a3
JM
42951 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42952 (sysdep_headers): Remove variable.
42953 [termio.h not in sysdep_headers] (generated): Likewise.
42954 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42955 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42956 * sysdeps/unix/sysv/tcdrain.c: Likewise.
42957 * sysdeps/unix/sysv/tcflow.c: Likewise.
42958 * sysdeps/unix/sysv/tcflush.c: Likewise.
42959 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42960 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42961 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42962 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42963 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42964
e7740d31
JM
42965 * sysdeps/unix/siglist.c: Remove file.
42966
ee06f18b
JM
42967 * sysdeps/unix/getppid.S: Remove file.
42968
097d59fa
JM
42969 * sysdeps/unix/mkdir.c: Remove file.
42970 * sysdeps/unix/rmdir.c: Likewise.
42971
ff3d51ec
AS
429722012-04-19 Andreas Schwab <schwab@linux-m68k.org>
42973
42974 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42975 ERR_MAX value.
42976 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42977 errlist-compat value.
42978
50f81fd7
DM
429792012-04-18 David S. Miller <davem@davemloft.net>
42980
42981 * sysdeps/generic/memcopy.h (reg_char): Delete.
42982 * debug/strcat_chk.c: Use char, not reg_char.
42983 * debug/strcpy_chk.c: Likewise.
42984 * debug/strncat_chk.c: Likewise.
42985 * debug/strncpy_chk.c: Likewise.
42986 * string/memchr.c: Likewise.
42987 * string/memrchr.c: Likewise.
42988 * string/rawmemchr.c: Likewise.
42989 * string/strcat.c: Likewise.
42990 * string/strchr.c: Likewise.
42991 * string/strchrnul.c: Likewise.
42992 * string/strcmp.c: Likewise.
42993 * string/strcpy.c: Likewise.
42994 * string/strncat.c: Likewise.
42995 * string/strncmp.c: Likewise.
42996 * string/strncpy.c: Likewise.
42997
8ff41c46
WS
429982012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42999
43000 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43001 __builtin_memcopy is called when src and dest ranges are known to not
43002 overlap.
43003
6b652f46
WS
430042012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
43005
43006 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43007 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43008 fwd_align_merge macro call.
43009 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43010 bwd_align_merge macro call.
43011 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43012
b282631e
WS
430132012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
43014
43015 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43016 bwd_align_merge macros.
43017 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43018 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43019 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43020
95aa737c
DM
430212012-04-18 David S. Miller <davem@davemloft.net>
43022
43023 * sysdeps/sparc/sparc64/memcopy.h: Delete.
43024
7a99a614
AJ
430252012-04-18 Andreas Jaeger <aj@suse.de>
43026
43027 [BZ# 6794]
43028 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43029 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43030 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43031
43032 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43033 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43034 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43035
43036 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43037 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43038 Adjust for changed ldbl-128 files.
43039
43040 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43041 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43042 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43043
e5270c23
DM
430442012-04-17 David S. Miller <davem@davemloft.net>
43045
43046 * sysdeps/sparc/sparc32/memcopy.h: Delete.
43047
fb5e92c9
AS
430482012-04-17 Andreas Schwab <schwab@linux-m68k.org>
43049
43050 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43051 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43052 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43053 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43054 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43055 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43056
76da7265
AZ
430572012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43058
43059 [BZ #6794]
43060 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43061 * math/libm-test.inc: Add ilogb errno and exception tests.
43062 * math/w_ilogb.c: New file: ilogb wrapper.
43063 * math/w_ilogbf.c: New file: ilogbf wrapper.
43064 * math/w_ilogbl.c: New file: ilogbl wrapper.
43065 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43066 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43067 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43068 exception being thrown with 0.0 as argument.
43069 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43070 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43071 exception being thrown with 0.0 as argument.
43072 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43073 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43074 exception being thrown with 0.0 as argument.
43075 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43076 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43077 exception being thrown with 0.0 as argument.
43078 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43079 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 43080 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
43081 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43082 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43083 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43084 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43085 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43086 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43087
0396e69d
PB
430882012-04-17 Petr Baudis <pasky@ucw.cz>
43089
43090 * include/sys/uio.h: Change __vector to __iovec to avoid clash
43091 with altivec.
43092
750b5926
MP
430932012-04-16 Marek Polacek <polacek@redhat.com>
43094
43095 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43096
751728a1
MP
430972012-04-16 Marek Polacek <polacek@redhat.com>
43098
43099 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43100 operands of fdivp instruction.
43101
34a27407
L
431022012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43103
43104 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43105 * elf/tst-auditmod3b.c: Likewise.
43106 * elf/tst-auditmod4b.c: Likewise.
43107 * elf/tst-auditmod5b.c: Likewise.
43108 * elf/tst-auditmod6b.c: Likewise.
43109 * elf/tst-auditmod6c.c: Likewise.
43110 * elf/tst-auditmod7b.c: Likewise.
43111 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43112 * sysdeps/x86_64/preconfigure.in: Likewise.
43113 * sysdeps/x86_64/preconfigure: Regenerated.
43114
7e73e17d
L
431152012-04-13 H.J. Lu <hongjiu.lu@intel.com>
43116
43117 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43118 __ILP32__.
43119
c7a6ab72
AB
431202012-04-13 Antoine Balestrat <merkil33@gmail.com>
43121
43122 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43123 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43124
a9e8e0e0
CL
431252012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
43126
43127 [BZ #13973]
43128 * locale/iso-639.def: Fix gl language name. Spotted by
43129 Yaron Shahrabani.
43130
ec98af7d
RM
431312012-04-12 Roland McGrath <roland@hack.frob.com>
43132
43133 [BZ #2074]
43134 * libio/libio.h (__io_write_fn): Update comment.
43135
247c3ede
PB
431362012-04-12 Petr Baudis <pasky@ucw.cz>
43137
43138 [BZ #2074]
43139 * stdio.texi (Hook Functions): The user provided writer function
43140 is not allowed to return -1.
43141
55939d6d
DM
431422012-04-11 David S. Miller <davem@davemloft.net>
43143
43144 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43145
90020f5a
MF
431462012-04-11 Mike Frysinger <vapier@gentoo.org>
43147
43148 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43149 Add a leading slash to rtkaio.
43150
288f9098
JM
431512012-04-11 Jim Meyering <meyering@redhat.com>
43152
90020f5a
MF
43153 [BZ #11959]
43154 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43155 It is not necessarily an error to ignore fwrite's return
43156 value. One can reliably use ferror to test for errors after
43157 the fact.
288f9098 43158
4be2b570
L
431592012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43160
43161 * bits/types.h (__snseconds_t): New type.
43162 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43163
43164 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43165 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43166 (__SNSECONDS_T_TYPE): Likewise.
43167 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43168 (__SNSECONDS_T_TYPE): Likewise.
43169 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43170 (__SNSECONDS_T_TYPE): Likewise.
43171
288f9098 431722012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
43173
43174 [BZ #2636]
43175 * manual/time.texi (Processor Time): Return type of times is
43176 elapsed real time since an arbitrary point in the past.
43177 (CPU Time): Move CLK_TCK from here...
43178 (Processor Time): ...to here. Correct description.
43179 * manual/conf.texi (Constants for Sysconf): Correct description of
43180 _SC_CLK_TCK.
43181
d7dd4413
DM
431822012-04-10 David S. Miller <davem@davemloft.net>
43183
43184 [BZ #13967]
43185 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43186 where the is a gap between DT_REL(A) and DT_JMPREL.
43187
b46068fc
L
431882012-04-10 H.J. Lu <hongjiu.lu@intel.com>
43189
43190 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43191 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43192 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43193
73d65cc3
SP
431942012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
43195
43196 * elf/dl-support.c (_dl_inhibit_cache): New variable.
43197 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43198 (dl_main): Handle --inhibit-cache.
43199 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43200 _dl_inhibit_cache.
43201 * elf/dl-load.c (_dl_map_object): Use it.
43202 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43203
bcc8d661
JM
432042012-04-09 Joseph Myers <joseph@codesourcery.com>
43205
8f9a2fae
JM
43206 [BZ #13872]
43207 * sysdeps/i386/fpu/e_powl.S (p78): New object.
43208 (__ieee754_powl): Saturate large exponents rather than testing for
43209 overflow of y*log2(x).
43210 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43211 * math/libm-test.inc (pow_test): Do not permit spurious overflow
43212 exceptions.
43213
bcc8d661
JM
43214 [BZ #11521]
43215 * math/s_ctan.c: Include <float.h>.
43216 (__ctan): Avoid internal overflow or cancellation in calculating
43217 denominator.
43218 * math/s_ctanf.c: Likewise.
43219 * math/s_ctanl.c: Likewise.
43220 * math/s_ctanh.c: Likewise.
43221 * math/s_ctanhf.c: Likewise.
43222 * math/s_ctanhl.c: Likewise.
43223 * math/libm-test.inc (ctan_test): Add more tests.
43224 (ctanh_test): Likewise.
43225 * sysdeps/i386/fpu/libm-test-ulps: Update.
43226 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43227
823fbbb4
AJ
432282012-04-09 Andreas Jaeger <aj@suse.de>
43229
03879793
AJ
43230 [BZ #6894]
43231 * manual/filesys.texi (Directory Entries): Mention that d_namlen
43232 is an optional BSD extension.
43233
823fbbb4
AJ
43234 [BZ #10254]
43235 * manual/stdio.texi (Opening Streams): Document additional fopen
43236 parameters.
43237
8de131cb
RM
432382012-04-09 Roland McGrath <roland@hack.frob.com>
43239
43240 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43241 %eax without telling the compiler.
43242
c0ed9d7d
CD
432432012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
43244
43245 [BZ # 13963]
43246 * manual/install.texi: Use sourceware.org.
43247
c483f6b4
JM
432482012-04-09 Joseph Myers <joseph@codesourcery.com>
43249
d7dd9453
JM
43250 [BZ #13873]
43251 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43252 (__ieee754_pow): Generate overflow and underflow using huge*huge
43253 and tiny*tiny rather than just returning constant infinity or zero
43254 for large exponents.
43255 * math/libm-test.inc (pow_test): Require overflow exceptions for
43256 applicable cases of large exponents.
43257
c483f6b4
JM
43258 [BZ #706]
43259 * sysdeps/i386/fpu/e_pow.S (p10): New object.
43260 (__ieee754_pow): Use iterative multiplication algorithm only for
43261 integer exponents with absolute value below 1024. Check for odd
43262 integer exponents when using algorithm for real exponents.
43263 * math/libm-test.inc (pow_test): Add more tests.
43264 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43265
d2de7579
JM
432662012-04-08 Joseph Myers <joseph@codesourcery.com>
43267
43268 [BZ #13705]
43269 * math/libm-test.inc (exp_test): Do not allow overflow exception
43270 on underflow test.
43271
f77f1232
AJ
432722012-04-08 Aurelien Jarno <aurelien@aurel32.net>
43273
43274 [BZ #13705]
43275 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43276 instead of __kernel_standard_f.
43277
3884932b
MF
432782012-04-08 Mike Frysinger <vapier@gentoo.org>
43279
43280 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43281 * sysdeps/x86_64/memset_chk.S: Likewise.
43282
54472e9c
AJ
432832012-04-08 Andreas Jaeger <aj@suse.de>
43284
6ab0fbfc
AJ
43285 [BZ #10153]
43286 * manual/startup.texi (Environment Access): Describe return value
43287 for putenv and setenv.
43288
61efba8c
AJ
43289 [BZ #6895]
43290 * manual/filesys.texi (Directory Entries): Add description for
43291 DT_LNK.
43292
95c3f29a
AJ
43293 [BZ #6890]
43294 * manual/filesys.texi (Directory Entries): Clarify that it's file
43295 system not operating system in the description of DT_UNKNOWN.
43296
54472e9c
AJ
43297 [BZ #6578]
43298 * manual/syslog.texi (closelog): Fix reference, it's openlog.
43299
624254b1
SC
433002012-04-08 Stephen Compall <s11@member.fsf.org>
43301
43302 [BZ #6649]
43303 * manual/llio.texi (Opening and Closing Files): Add cross
43304 reference to explain mode argument.
43305
1e4920e0
MF
433062012-04-07 Mike Frysinger <vapier@gentoo.org>
43307
43308 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43309 * sysdeps/x86_64/memset_chk.S: Likewise.
43310
5ed848f3
DM
433112012-04-07 David S. Miller <davem@davemloft.net>
43312
43313 * elf/elf.h (R_SPARC_WDISP10): Define.
43314 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43315 R_SPARC_SIZE32.
43316 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43317 R_SPARC_SIZE64 and R_SPARC_H34.
43318
96154cd8
CD
433192012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
43320
43321 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43322 conditions and remove no longer applicable assertion.
43323
9904dc47
L
433242012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43325
43326 * bits/byteswap.h: Include <features.h>.
43327 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43328 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43329
f8887d0a
L
433302012-04-06 H.J. Lu <hongjiu.lu@intel.com>
43331
43332 * bits/byteswap.h (__bswap_16): Removed.
43333 Include <bits/byteswap-16.h> to get __bswap_16.
43334 * sysdeps/i386/bits/byteswap.h: Likewise.
43335 * sysdeps/s390/bits/byteswap.h: Likewise.
43336 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43337 * bits/byteswap-16.h: New file.
43338 * sysdeps/i386/bits/byteswap-16.h: Likewise.
43339 * sysdeps/s390/bits/byteswap-16.h: Likewise.
43340 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43341 * string/Makefile (headers): Add bits/byteswap-16.h.
43342
62470f60
PP
433432012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
43344
43345 [BZ #13895]
43346 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43347 extra indirection.
43348 * nss/Makefile (tests-static, tests): Add tst-nss-static.
43349 * nss/tst-nss-static.c: New.
43350
4dad7bab
RM
433512012-04-06 Robert Millan <rmh@gnu.org>
43352
43353 [BZ #6486]
43354 * manual/llio.texi (File Position Primitive): lseek
43355 refers to WHENCE when it really means OFFSET.
43356
e9142a17
AJ
433572012-04-06 Andreas Jaeger <aj@suse.de>
43358
2c040eff
AJ
43359 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43360 strncmp declarations.
43361
e9142a17
AJ
43362 * abilist/libc.abilist: Add __poll and __ppoll.
43363
ff9f1c5f
DM
433642012-04-05 David S. Miller <davem@davemloft.net>
43365
dcd2ae90
DM
43366 * scripts/check-local-headers.sh: Accept a host triplet in the
43367 path matched by the exclude regexp.
43368
993eb054
DM
43369 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43370 definition.
43371 * sysdeps/powerpc/powerpc32/dl-machine.h
43372 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43373 * sysdeps/s390/s390-32/dl-machine.h
43374 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43375 * sysdeps/sparc/sparc32/dl-machine.h
43376 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43377 * sysdeps/sparc/sparc64/dl-machine.h
43378 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43379
ff9f1c5f
DM
43380 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43381 lazy binding.
48e2e132 43382 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
43383 undefined symbol errors.
43384
48e2e132 43385 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
43386 DT_NEEDED entries.
43387
e80d6f94
MM
433882012-04-05 Michael Matz <matz@suse.de>
43389
43390 [BZ #13592]
43391 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43392
349fa79f
AJ
433932012-04-05 Andreas Jaeger <aj@suse.de>
43394
43395 [BZ #13908]
43396 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43397 comment.
43398
f402708f
KK
433992012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43400
43401 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43402 which ROUND is no valid rounding mode.
43403
2ecccfc9
KK
434042012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43405
43406 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43407 read again.
43408 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43409
8a53f50f
KK
434102012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43411
43412 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43413 an exception using FPU order intentionally.
43414
434152012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43416
43417 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43418 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43419 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43420 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43421
d653abb7
SJ
434222012-04-05 Simon Josefsson <simon@josefsson.org>
43423
43424 [BZ #12340]
43425 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43426 EINVAL when BUFLEN is too smal.
43427
c3b1bf7d
TS
434282012-04-05 Thomas Schwinge <thomas@codesourcery.com>
43429
43430 [BZ #13553]
43431 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43432 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43433
b1aa60f3
AJ
434342012-04-03 Andreas Jaeger <aj@suse.de>
43435
c3b1bf7d 43436 [BZ #13938]
67f60a26
AJ
43437 * manual/setjmp.texi (System V contexts): Fix sentence.
43438
b1aa60f3
AJ
43439 [BZ #13926]
43440 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43441 New macro for this case.
43442 [!__GNUC__] (__bswap_64): New inline function for this case.
43443 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43444 * bits/byteswap.h: Likewise.
43445 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43446 ull, guard with __GLIBC_HAVE_LONG_LONG.
43447
43448 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43449 __GLIBC_HAVE_LONG_LONG.
43450
43451 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43452 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43453
39c59c35
TMQMF
434542012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43455
43456 [BZ #13691]
43457 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43458 inptr and inend, rather than using last_ch.
43459
135ffda8
DM
434602012-04-02 David S. Miller <davem@davemloft.net>
43461
43462 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43463 * stdio-common/printf-parse.h (read_int): Change return type to
43464 'int', return -1 on INT_MAX overflow.
43465 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43466 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
43467 overflows INT_MAX. Check for overflow of in-format-string precision
43468 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
43469 SIZE_MAX not INT_MAX for integer overflow test.
43470 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43471 skip the construct in the format string but do not record anything.
43472 * stdio-common/bug22.c: Adjust to test both width/prevision
43473 INT_MAX overflow as well as total length INT_MAX overflow. Check
43474 explicitly for proper errno values.
43475
228c019e
TS
434762012-04-02 Thomas Schwinge <thomas@codesourcery.com>
43477
302cadd3
TS
43478 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43479 CHAR_MAX.
43480 * string/test-strcmp.c [! WIDE]: Likewise.
43481 * time/tst-mktime2.c: Likewise for INT_MAX.
43482 * string/test-string.h: #include <sys/param.h> for MIN.
43483
228c019e
TS
43484 * csu/init-first.c (__libc_init_first): Call __ctype_init.
43485 * sysdeps/i386/init-first.c (init): Likewise.
43486 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43487 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43488 * sysdeps/sh/init-first.c (init): Likewise.
43489
cfa633f5
UD
434902012-04-01 Ulrich Drepper <drepper@gmail.com>
43491
43492 * po/ru.po: Update from translation team.
d1635ef8 43493 * po/vi.po: Likewise.
cfa633f5 43494
6cd0a5ea
SP
434952012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
43496
43497 * resolv/nss_dns/dns-host.c: Merge copyright years.
43498
4b43400f
LD
434992012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43500
43501 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43502 Optimize memcpy with prefetch if
43503 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
43504 src, dst pointers have unequal 16 byte alignments.
43505
48c41d04
SP
435062012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
43507
43508 [BZ #13928]
43509 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43510 from a CNAME entry and return the minimum ttl for the query.
43511 (gaih_getanswer_slice): Likewise.
43512
b8dc394d
JL
435132012-03-30 Jeff Law <law@redhat.com>
43514
43515 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43516 due to long keys.
43517 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43518 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43519
2f5a5ed0
JL
43520 * resolv/nss_dns/dns-host.c: Update copyright year.
43521
1d39e359
UD
435222012-03-30 Ulrich Drepper <drepper@gmail.com>
43523
c030f70c 43524 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 43525 requests to save a system call. Fix check that all bytes are sent.
c030f70c 43526
1d39e359
UD
43527 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43528 comments for sendmmsg.
43529
435302012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
43531
43532 [BZ #13691]
43533 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43534 with only 1 character between 0x0041 and 0x01b0.
43535 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43536 * wcsmbs/tst-mbsnrtowcs.c: New file.
43537
20fde227
DM
435382012-03-29 David S. Miller <davem@davemloft.net>
43539
43540 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43541 small copies by hand.
43542
984a4237
JL
435432012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
43544
43545 [BZ #13761]
57f41c40
AS
43546 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43547 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43548 group memberships.
984a4237 43549
18c9d62b
DM
435502012-03-28 David S. Miller <davem@davemloft.net>
43551
88d85d4f
DM
43552 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43553 that branches into memcpy.
43554 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43555 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43556 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43557 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43558 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43559 bits.
43560 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43561 implementation too.
43562 * sysdeps/sparc/mempcpy.S: New file.
43563
e5aa83e1
DM
43564 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43565 the IFUNC routine in the libc case.
43566 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43567
88570753
DM
43568 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43569 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43570 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43571 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43572 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43573 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43574 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43575 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43576
249d7567
DM
43577 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43578 loop to 256 bytes instead of 64 bytes and fix test signedness.
43579
18c9d62b
DM
43580 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43581 * sysdeps/sparc/sparc32/Makefile: rather than here...
43582 * sysdeps/sparc/sparc64/Makefile: and here.
43583
05f3d1f6
UD
435842012-03-28 Ulrich Drepper <drepper@gmail.com>
43585
43586 * malloc/mallocbug.c: Avoid warnings about unused variables.
43587
86ae07a8
JL
435882012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
43589
43590 [BZ #13760]
43591 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43592 in the right place. Discard and retry query if response is
43593 larger than input buffer size.
43594
41bf21a1
JM
435952012-03-28 Joseph Myers <joseph@codesourcery.com>
43596
d6270972
JM
43597 [BZ #369]
43598 [BZ #2678]
43599 [BZ #3866]
43600 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43601 x for large integer exponent.
43602 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43603 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
43604 sign of result as needed afterwards.
43605 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43606 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43607 result for underflowing pow the same as for overflow.
43608 (__kernel_standard_l): Handle powl overflow and underflow here
43609 rather than calling __kernel_standard.
43610 * math/libm-test.inc (pow_test): Add more tests.
43611
414fca03 43612 [BZ #3868]
41bf21a1
JM
43613 [BZ #13879]
43614 [BZ #13910]
43615 [BZ #13911]
43616 [BZ #13912]
43617 [BZ #13913]
43618 [BZ #13915]
43619 [BZ #13916]
43620 [BZ #13917]
43621 [BZ #13918]
43622 [BZ #13919]
43623 [BZ #13920]
43624 [BZ #13921]
43625 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43626 * sysdeps/ieee754/k_standard.c: Include <float.h>.
43627 (__kernel_standard_l): New function.
43628 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43629 __kernel_standard.
43630 * math/w_acosl.c (__acosl): Likewise.
43631 * math/w_asinl.c (__asinl): Likewise.
43632 * math/w_atan2l.c (__atan2l): Likewise.
43633 * math/w_atanhl.c (__atanhl): Likewise.
43634 * math/w_coshl.c (__coshl): Likewise.
43635 * math/w_exp10l.c (__exp10l): Likewise.
43636 * math/w_exp2l.c (__exp2l): Likewise.
43637 * math/w_fmodl.c (__fmodl): Likewise.
43638 * math/w_hypotl.c (__hypotl): Likewise.
43639 * math/w_j0l.c (__j0l, __y0l): Likewise.
43640 * math/w_j1l.c (__j1l, __y1l): Likewise.
43641 * math/w_jnl.c (__jnl, __ynl): Likewise.
43642 * math/w_lgammal.c (__lgammal): Likewise.
43643 * math/w_log10l.c (__log10l): Likewise.
43644 * math/w_log2l.c (__log2l): Likewise.
43645 * math/w_logl.c (__logl): Likewise.
43646 * math/w_powl.c (__powl): Likewise.
43647 * math/w_remainderl.c (__remainderl): Likewise.
43648 * math/w_scalbl.c (sysv_scalbl): Likewise.
43649 * math/w_sinhl.c (__sinhl): Likewise.
43650 * math/w_sqrtl.c (__sqrtl): Likewise.
43651 * math/w_tgammal.c (__tgammal): Likewise.
43652 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43653 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43654 * math/libm-test.inc (acos_test): Add more tests.
43655 (acosh_test): Likewise.
43656 (asin_test): Likewise.
43657 (atanh_test): Likewise.
43658 (exp_test): Likewise.
43659 (exp10_test): Likewise.
43660 (exp2_test): Likewise.
43661 (expm1_test): Likewise.
43662 (lgamma_test): Likewise.
43663 (log_test): Likewise.
43664 (log10_test): Likewise.
43665 (log1p_test): Likewise.
43666 (log2_test): Likewise.
43667 (pow_test): Do not allow some spurious overflow exceptions.
43668 (sqrt_test): Add more tests.
43669 (tgamma_test): Likewise.
43670 (y0_test): Likewise.
43671 (y1_test): Likewise.
43672 (yn_test): Likewise.
43673
dd62fda6
AB
436742012-03-27 Anton Blanchard <anton@samba.org>
43675
43676 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43677 MAP_HUGETLB.
43678 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43679 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43680 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43681
1e3cdfda
AJ
436822012-03-27 David S. Miller <davem@davemloft.net>
43683
b855ab85
DM
43684 * conform/Makefile: Run run-conformtest.sh using $(BASH).
43685
1e3cdfda
AJ
43686 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43687 have-as-vis3 check.
43688
436892012-03-27 Andreas Jaeger <aj@suse.de>
43690
43691 * sysdeps/x86_64/elf/configure.in: Moved to ...
43692 * sysdeps/x86_64/configure.in: ... here.
43693 * sysdeps/x86_64/elf/start.S: Moved to ...
43694 * sysdeps/x86_64/start.S: ... here.
43695 * sysdeps/x86_64/elf/configure: Delete.
43696
43697 * sysdeps/x86_64/configure.in: Merge contents from
43698 sysdeps/i386/configure.in (without i686 check).
43699
43700 * sysdeps/i386/elf/Versions: Merge into ...
43701 * sysdeps/i386/Versions: ... this.
43702 * sysdeps/i386/elf/Versions: Delete file.
43703 * sysdeps/i386/elf/start.S: Moved to ...
43704 * sysdeps/i386/start.S: ...here.
43705 * sysdeps/i386/elf/configure.in: Merge into...
43706 * sysdeps/i386/configure.in: ...here.
43707 * sysdeps/i386/elf/configure.in: Delete file.
43708 * sysdeps/i386/elf/configure: Delete file.
43709
43710 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43711 * debug/backtracesyms.c: ... here.
43712 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43713 * debug/backtracesymsfd.c: ... here.
43714 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43715 * sysdeps/generic/ifunc-sel.h: ... here.
43716
43717 * sysdeps/unix/i386/start.c: Delete file.
43718 * sysdeps/unix/sparc/start.c: Delete file.
43719 * sysdeps/unix/start.c: Delete file.
43720
43721 * sysdeps/sh/elf/configure.in: Moved to ...
43722 * sysdeps/sh/configure.in: ... here.
43723 * sysdeps/sh/elf/start.S: Moved to ...
43724 * sysdeps/sh/start.S: ... here.
43725 * sysdeps/sh/elf/configure: Delete file.
43726
43727 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43728 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43729 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43730 * sysdeps/powerpc/powerpc64/entry.h: ... here.
43731 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43732 * sysdeps/powerpc/powerpc64/start.S: here.
43733 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43734 * sysdeps/powerpc/powerpc64/Makefile: ... this.
43735 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43736 * sysdeps/powerpc/powerpc64/configure.in: ... this.
43737 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43738
43739 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43740 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43741 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43742 * sysdeps/powerpc/powerpc32/start.S: ... here.
43743 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43744 * sysdeps/powerpc/powerpc32/configure.in: ... this.
43745 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43746
43747 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43748 * sysdeps/powerpc/ifunc-sel.h: ... here.
43749 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43750 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43751
43752 * sysdeps/sparc/elf/configure.in: Moved to ...
43753 * sysdeps/sparc/configure.in: ... here.
43754 * sysdeps/sparc/elf/configure: Delete file.
43755 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43756 * sysdeps/sparc/sparc32/start.S: ... here.
43757 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43758 * sysdeps/sparc/sparc64/start.S: ... here.
43759 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43760 * sysdeps/sparc/sparc32/Makefile: ... this.
43761 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43762 * sysdeps/sparc/sparc64/Makefile: ... this.
43763
43764 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43765 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43766 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43767 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43768 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43769 * sysdeps/s390/s390-32/setjmp.S: ... here.
43770 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43771 * sysdeps/s390/s390-32/configure.in: ... here.
43772 * sysdeps/s390/s390-32/elf/configure: Delete file.
43773 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43774 * sysdeps/s390/s390-32/start.S: ... here.
43775
43776 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43777 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43778 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43779 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43780 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43781 * sysdeps/s390/s390-64/setjmp.S: ... here.
43782 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43783 * sysdeps/s390/s390-64/configure.in: ... here
43784 * sysdeps/s390/s390-64/elf/configure: Delete file.
43785 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43786 * sysdeps/s390/s390-64/start.S: ... here.
43787 * sysdeps/s390/s390-64/elf/configure: Delete.
43788
43789 * configure.in: Remove support for elf directories in sysdeps.
43790
43791 * configure: Regenerated.
43792 * sysdeps/i386/configure: Regenerated.
43793 * sysdeps/powerpc/powerpc32/configure: Regenerated.
43794 * sysdeps/powerpc/powerpc64/configure: Regenerated.
43795 * sysdeps/s390/s390-32/configure: Regenerated.
43796 * sysdeps/s390/s390-64/configure: Regenerated.
43797 * sysdeps/sh/configure: Regenerated.
43798 * sysdeps/sparc/configure: Regenerated.
43799 * sysdeps/x86_64/configure: Regenerated.
43800
a3f61311
AS
438012012-03-26 Andreas Schwab <schwab@linux-m68k.org>
43802
c876e002
AS
43803 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43804
a3f61311
AS
43805 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43806 denormal result into account.
43807
ac4c54f0
RM
438082012-03-25 Roland McGrath <roland@hack.frob.com>
43809
43810 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43811 Reported by Allan McRae <allan@archlinux.org>.
43812
6a9b9c02
JL
438132012-03-23 Jeff Law <law@redhat.com>
43814
43815 * nss/getnssent.c (__nss_getent): Fix typo.
43816
4c42a0c1
DM
438172012-03-23 David S. Miller <davem@davemloft.net>
43818
43819 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43820
1532c7ac
L
438212012-03-23 H.J. Lu <hongjiu.lu@intel.com>
43822
43823 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43824 to pad to uint64_t for each field.
43825 (dl_tls_index): Replace unsigned long with uint64_t.
43826
3ff42526
PP
438272012-03-23 Daniel Jacobowitz <dmj@google.com>
43828 Paul Pluzhnikov <ppluzhnikov@google.com>
43829
43830 [BZ #6528]
43831 * grp/Makefile (otherlibs): Don't set it.
43832 * inet/Makefile (otherlibs): Likewise.
43833 * login/Makefile (otherlibs): Likewise.
43834 * nscd/Makefile (otherlibs): Likewise.
43835 * posix/Makefile (otherlibs): Likewise.
43836 * pwd/Makefile (otherlibs): Likewise.
43837 * rt/Makefile (otherlibs): Likewise.
43838 * sunrpc/Makefile (otherlibs): Likewise.
43839 * nss/Makefile (otherlibs): Likewise.
43840 Add libnss_files to routines and static-only-routines.
43841 ($(objpfx)getent): Remove rule.
43842 * resolv/Makefile: Add libnss_dns and libresolv to routines and
43843 static-only-routines.
43844
7c69cd14
JM
438452012-03-22 Joseph Myers <joseph@codesourcery.com>
43846
43847 [BZ #13892]
43848 * math/s_cexp.c: Include <float.h>.
43849 (__cexp): Handle exp result overflowing not necessarily
43850 overflowing both real and imaginary parts of result.
43851 * math/s_cexpf.c: Likewise.
43852 * math/s_cexpl.c: Likewise.
43853 * math/libm-test.inc (cexp_test): Add more tests.
43854 * sysdeps/i386/fpu/libm-test-ulps: Update.
43855 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43856
81b035fe
L
438572012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43858
43859 * include/link.h (ELFW): New macro.
43860 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43861 Replace ELF64_R_TYPE with ELFW(R_TYPE).
43862
1da7940c
L
438632012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43864
43865 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43866 with uint64_t.
43867
b749dbb9
L
438682012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43869
43870 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43871 declaration.
43872 (struct La_x32_retval): Likewise.
43873
2ff87f3f
L
438742012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43875
43876 * sysdeps/x86_64/preconfigure.in: New file.
43877 * sysdeps/x86_64/preconfigure: New generated file.
43878
c0df8e69
JM
438792012-03-22 Joseph Myers <joseph@codesourcery.com>
43880
48e44791
JM
43881 [BZ #13824]
43882 * math/e_exp2l.c: Include <float.h>.
43883 (__ieee754_exp2l): Handle overflow and underflow cases
43884 separately. Only pass fractional part of argument to
43885 __ieee754_expl.
43886 * math/libm-test.inc (exp2_test): Add more tests.
43887
c0df8e69
JM
43888 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43889 negating x to take absolute value.
43890 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43891 Likewise.
43892 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43893 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43894 Likewise.
43895 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43896 computing low part if x was negated.
43897 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43898
c8e43ba7
L
438992012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43900
43901 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43902 la_x32_gnu_pltexit.
43903 (pltexit): Cast int_retval to ptrdiff_t.
43904 * elf/tst-auditmod3b.c: Likewise.
43905 * elf/tst-auditmod4b.c: Likewise.
43906 * elf/tst-auditmod5b.c: Likewise.
43907 * elf/tst-auditmod6b.c: Likewise.
43908 * elf/tst-auditmod6c.c: Likewise.
43909 * elf/tst-auditmod7b.c: Likewise.
43910
43911 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43912 and x32_gnu_pltexit.
43913
43914 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43915 __ELF_NATIVE_CLASS.
43916 (La_x32_regs): New macro.
43917 (La_x32_retval): Likewise.
43918 (la_x32_gnu_pltenter): New function prototype.
43919 (la_x32_gnu_pltexit): Likewise.
43920
7998fa78
AS
439212012-03-21 Andreas Schwab <schwab@linux-m68k.org>
43922
dcb33988
AS
43923 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43924 exponent.
43925
233fc563
AS
43926 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43927
7998fa78
AS
43928 * configure.in (libc_cv_cc_nofma): Check for option to disable
43929 generation of FMA instructions.
43930 * configure: Regenerate.
43931 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43932 * sysdeps/ieee754/dbl-64/Makefile: New file.
43933 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43934 Remove brandred-fma4.
43935 (CFLAGS-brandred-fma4.c): Remove.
43936 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43937 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43938 define.
43939 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43940 define.
43941
8e95c99a
L
439422012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43943
43944 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43945 LLONG_MAX != LONG_MAX.
43946 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43947 (_fitoa_word): Likewise.
43948 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43949 LLONG_MAX != LONG_MAX.
43950 * stdio-common/_itowa.h: Include <_itoa.h>.
43951 (_itowa_word): Use _ITOA_WORD_TYPE on value.
43952 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
43953 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
43954 only if not defined.
43955 (_ITOA_WORD_TYPE): Likewise.
43956 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43957 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43958
6f4db457
DM
439592012-03-21 David S. Miller <davem@davemloft.net>
43960
43961 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43962
7785fe5a
L
439632012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43964
43965 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43966 of x86_64 when setting libc_cv_slibdir, libdir and
43967 libc_cv_localedir.
43968 * sysdeps/unix/sysv/linux/configure: Regenerated.
43969
4535cd55
JM
439702012-03-21 Joseph Myers <joseph@codesourcery.com>
43971
43972 * manual/lang.texi (Old Varargs): Remove section.
43973 (How Variadic): Update menu.
43974 (va_start): Do not mention varargs.h.
43975
17228132
TS
439762012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43977 Joseph Myers <joseph@codesourcery.com>
43978
43979 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43980 link test.
43981 * configure: Regenerated.
43982
8149f976
TS
439832012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43984
05f3d1f6
UD
43985 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43986 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43987 conformtest.pl
8149f976 43988
1a4ac776
JM
439892012-03-21 Joseph Myers <joseph@codesourcery.com>
43990
be22ce65
JM
43991 * NOTES: Remove.
43992 * Makefile (files-for-dist): Remove NOTES.
43993 (NOTES): Remove rule.
43994 * README: Don't refer to NOTES.
43995 * manual/creature.texi: Don't include macros.texi.
43996 * manual/intro.texi (creature.texi): Remove comment referring to
43997 NOTES.
43998
40b601fb
JM
43999 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44000 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44001 * configure: Regenerated.
44002 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44003 LIBC_TRY_CC_OPTION.
44004 (libc_cv_as_i686): Likewise.
44005 (libc_cv_cc_avx): Likewise.
44006 (libc_cv_cc_sse2avx): Likewise.
44007 (libc_cv_cc_fma4): Likewise.
44008 (libc_cv_cc_novzeroupper): Likewise.
44009 * sysdeps/i386/configure: Regenerated.
44010
1a4ac776
JM
44011 [BZ #13883]
44012 * sysdeps/i386/fpu/s_cexp.S: Remove.
44013 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44014 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44015 * math/libm-test.inc (cexp_test): Add more tests.
44016 * sysdeps/i386/fpu/libm-test-ulps: Update.
44017 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44018
a458e7fe
AM
440192012-03-21 Allan McRae <allan@archlinux.org>
44020
44021 * timezone/Makefile: Do not install iso3166.tab and zone.tab
44022
0cb7efc5
JM
440232012-03-21 Joseph Myers <joseph@codesourcery.com>
44024
44025 [BZ #13871]
44026 * math/w_exp2.c: Do not include <float.h>.
44027 (o_threshold, u_threshold): Remove.
44028 (__exp2): Calculate result before checking finiteness and calling
44029 __kernel_standard.
44030 * math/w_exp2f.c: Likewise.
44031 * math/w_exp2l.c: Likewise.
44032 * math/libm-test.inc (exp2_test): Require overflow exception for
44033 1e6 input.
2460d3aa
JM
44034
44035 [BZ #3866]
44036 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44037 range of signed 64-bit integers before using fistpll. Remove
44038 checks for whether integers fit in mantissa bits.
44039 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44040 the range of signed 32-bit integers before using fistpl. Remove
44041 checks for whether integers fit in mantissa bits.
44042 * sysdeps/i386/fpu/e_powl.S (p64): New object.
44043 (__ieee754_powl): Test for y outside the range of signed 64-bit
44044 integers before using fistpll. Reduce 64-bit values to 63-bit
44045 ones as needed.
44046 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44047 divide-by-zero is raised for zero to large negative powers.
44048 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44049 (__ieee754_powl): Test for y outside the range of signed 64-bit
44050 integers before using fistpll. Reduce 64-bit values to 63-bit
44051 ones as needed.
44052 * math/libm-test.inc (pow_test): Add more tests.
44053
eb96ffb0
L
440542012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44055
44056 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44057 <stdio-common/_itoa.h>.
44058 * debug/segfault.c: Likewise.
44059 * elf/dl-cache.c: Likewise.
44060 * elf/dl-minimal.c: Likewise.
44061 * elf/dl-misc.c: Likewise.
44062 * elf/dl-sysdep.c: Likewise.
44063 * elf/dl-version.c: Likewise.
44064 * elf/rtld.c: Likewise.
44065 * hurd/hurdsock.c: Likewise.
44066 * hurd/lookup-retry.c: Likewise.
44067 * malloc/malloc.c: Likewise.
44068 * malloc/mtrace.c: Likewise.
44069 * nscd/nscd_getgr_r.c: Likewise.
44070 * nscd/nscd_getpw_r.c: Likewise.
44071 * nscd/nscd_getserv_r.c: Likewise.
44072 * posix/getopt_init.c: Likewise.
44073 * posix/wordexp.c: Likewise.
44074 * stdio-common/_itoa.c: Likewise.
44075 * stdio-common/printf_fphex.c: Likewise.
44076 * stdio-common/vfprintf.c: Likewise.
44077 * string/_strerror.c: Likewise.
44078 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44079 * sysdeps/i386/i686/hp-timing.h: Likewise.
44080 * sysdeps/mach/_strerror.c: Likewise.
44081 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44082 * sysdeps/mach/hurd/sethostid.c: Likewise.
44083 * sysdeps/mach/hurd/xmknodat.c: Likewise.
44084 * sysdeps/mach/xpg-strerror.c: Likewise.
44085 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44086 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44087 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44088 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44089 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44090 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44091 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44092 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44093 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44094 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44095 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44096 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44097 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44098 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44099 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44100 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44101 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44102 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44103 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44104 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44105 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44106
44107 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44108
44109 * stdio-common/_itoa.h: Moved to ...
44110 * sysdeps/generic/_itoa.h: Here.
44111
44112 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44113
44114 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44115 instead of "_itoa.h" and "_itowa.h".
44116 * stdio-common/vfprintf.: Likewise.
44117
d1af992d
L
441182012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44119
44120 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44121 <bits/wordsize.h>.
44122 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44123 (__signbit): Likwise.
44124 (llrintf): Likwise.
44125 (llrint): Likwise.
44126
114883e0
L
441272012-03-20 H.J. Lu <hongjiu.lu@intel.com>
44128
44129 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44130 __WORDSIZE != 64.
44131
c135cc1b
JM
441322012-03-20 Joseph Myers <joseph@codesourcery.com>
44133
44134 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44135 OVERFLOW_EXCEPTION_OK.
44136 * math/libm-test.inc ("Philosophy"): Update comment about
44137 exception testing.
44138 (OVERFLOW_EXCEPTION): Define.
44139 (OVERFLOW_EXCEPTION_OK): Likewise.
44140 (INVALID_EXCEPTION_OK): Renumber.
44141 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44142 (IGNORE_ZERO_INF_SIGN): Likewise.
44143 (test_exceptions): Handle FE_OVERFLOW.
44144 (exp10_test): Expect overflow exceptions.
44145 (exp2_test): Likewise.
44146 (expm1_test): Likewise.
44147 (nextafter_test): Likewise.
44148 (pow_test): Likewise.
44149 (scalbn_test): Likewise.
44150 (scalbln_test): Likewise.
44151
95443d88
L
441522012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44153
44154 * sysdeps/x86_64/bits/atomic.h
44155 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44156 64bit integer.
44157 (atomic_exchange_acq): Likewise.
44158 (__arch_exchange_and_add_body): Likewise.
44159 (__arch_add_body): Likewise.
44160 (atomic_add_negative): Likewise.
44161 (atomic_add_zero): Likewise.
44162
490df6c4
L
441632012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44164
c2722551 44165 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
44166 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44167
5e52b189
L
441682012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44169
44170 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44171 Check __x86_64__ instead of __WORDSIZE.
44172
a9879d4c
L
441732012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44174
44175 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44176
5df98260
DM
441772012-03-19 David S. Miller <davem@davemloft.net>
44178
e1497744
DM
44179 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44180
5df98260
DM
44181 * sysdeps/sparc/fpu/fenv_private.h: New file.
44182 * sysdeps/sparc/fpu/math_private.h: Use it.
44183 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44184 Remove.
57f41c40 44185 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
44186 (libc_feholdexcept_setroundl): Remove.
44187 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44188 Remove.
44189 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44190 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44191
b4c35121
L
441922012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44193
44194 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44195 int64_t instead of long int.
44196 (INSERT_WORDS64): Likwise.
44197
56965fd7
L
441982012-03-19 H.J. Lu <hongjiu.lu@intel.com>
44199
44200 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44201 _Unwind_GetCFA return to _Unwind_Ptr first.
44202
83d1aec8
JM
442032012-03-19 Joseph Myers <joseph@codesourcery.com>
44204
1897ad44
JM
44205 [BZ #13629]
44206 * math/s_clog.c: Include <float.h>.
44207 (__clog): Scale large or subnormal inputs.
44208 * math/s_clogf.c: Likewise.
44209 * math/s_clogl.c: Likewise.
44210 * math/s_clog10.c: Include <float.h>.
44211 (M_LOG10_2): Define.
44212 (__clog10): Scale large or subnormal inputs.
44213 * math/s_clog10f.c: Likewise.
44214 * math/s_clog10l.c: Likewise.
44215 * math/libm-test.inc (clog_test): Add more tests.
44216 (clog10_test): Likewise.
44217 * sysdeps/i386/fpu/libm-test-ulps: Update.
44218 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44219
7726d6a9
JM
44220 [BZ #11451]
44221 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44222 x and y.
44223 * math/libm-test.inc (atan2_test): Add another test.
44224
83d1aec8
JM
44225 * Makerules (common-objdir-compile): Remove.
44226 * sysdeps/unix/Makefile (config-generated): Do not add
44227 $(unix-generated) to variable.
44228 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44229 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44230 Remove rule.
44231 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44232 Likewise.
44233 [generic bits/local_lim.h] (before-compile): Do not append to
44234 variable.
44235 [generic bits/local_lim.h] (common-generated): Likewise.
44236 [generic sys/param.h] (before-compile): Do not append to variable.
44237 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44238 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44239 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44240 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44241 include.
44242 [generic sys/param.h] (sys/param.h-includes): Remove variable.
44243 [generic sys/param.h] (sys/param.h-includes): Remove rule.
44244 [generic sys/param.h] ($(addprefix
44245 $(common-objpfx),$(sys/param.h-includes))): Likewise.
44246 [generic sys/param.h] (common-generated): Do not append to
44247 variable.
44248 [generic sys/param.h] (sysdep_headers): Likewise.
44249 [generic bits/errno.h] (before-compile): Do not append to
44250 variable.
44251 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44252 rule.
44253 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44254 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44255 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44256 [generic bits/errno.h] (common-generated): Do not append to
44257 variable.
44258 [generic bits/ioctls.h] (before-compile): Do not append to
44259 variable.
44260 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44261 rule.
44262 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44263 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44264 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44265 rule.
44266 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44267 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44268 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44269 [generic bits/ioctls.h] (common-generated): Do not append to
44270 variable.
44271 [generic sys/syscall.h] (syscall.h): Remove variable.
44272 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44273 rule.
44274 [generic sys/syscall.h] (before-compile): Do not append to
44275 variable.
44276 [generic sys/syscall.h] (common-generated): Likewise.
44277 * sysdeps/unix/errnos-tmpl.c: Remove file.
44278 * sysdeps/unix/errnos.awk: Likewise.
44279 * sysdeps/unix/ioctls-tmpl.c: Likewise.
44280 * sysdeps/unix/ioctls.awk: Likewise.
44281 * sysdeps/unix/mk-local_lim.c: Likewise.
44282 * sysdeps/unix/snarf-ioctls: Likewise.
44283
4851a949
RH
442842012-03-19 Richard Henderson <rth@twiddle.net>
44285
bd37f2ee
RH
44286 * sysdeps/i386/fpu/fenv_private.h: New file.
44287 * sysdeps/i386/fpu/math_private.h: Use it.
44288 (math_opt_barrier, math_force_eval): Remove.
44289 (libc_feholdexcept_setround_53bit): Remove.
44290 (libc_feupdateenv_53bit): Remove.
44291 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44292 (math_opt_barrier, math_force_eval): Remove.
44293 (libc_feholdexcept): Remove.
44294 (libc_feholdexcept_setround): Remove.
44295 (libc_fetestexcept, libc_fesetenv): Remove.
44296 (libc_feupdateenv_test): Remove.
44297 (libc_feupdateenv, libc_feholdsetround): Remove.
44298 (libc_feresetround): Remove.
44299
d0adc922
RH
44300 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44301 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44302
0fe0f1f8
RH
44303 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44304 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44305 (libc_feupdateenv_testl): New.
44306 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44307 (libc_feupdateenv_testf): New.
44308 (libc_feupdateenv): Use libc_feupdateenv_test.
44309 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44310 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44311
eb92c487
RH
44312 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44313 (libc_feholdsetroundf, libc_feholdsetroundl): New.
44314 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44315 (libc_feresetround_noex): New.
44316 (libc_feresetround_noexf): New.
44317 (libc_feresetround_noexl): New.
44318 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44319 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44320 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44321 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44322 SET_RESTORE_ROUND.
44323 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44324 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44325 (__cos): Likewise.
44326 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44327 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44328 SET_RESTORE_ROUND_NOEX.
44329 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44330 SET_RESTORE_ROUND_NOEXF.
44331 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44332 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44333 (libc_feholdsetroundf): New.
44334 (libc_feresetround, libc_feresetroundf): New.
44335
7d2e8012
RH
44336 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44337 (libc_feholdexcept_setround_53bit): Convert from macro to function.
44338 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
44339
b4dabbb4
RH
44340 * sysdeps/generic/math_private.h: Include <fenv.h>.
44341 (default_libc_feholdexcept): New.
44342 (default_libc_feholdexcept_setround): New.
44343 (default_libc_fesetenv, default_libc_feupdateenv): New.
44344 (libc_feholdexcept): Only define if undefined.
44345 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44346 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44347 (libc_feholdexcept_setroundl): Likewise.
44348 (libc_feholdexcept_setround_53bit): Likewise.
44349 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44350 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44351 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44352 (libc_feupdateenv_53bit): Likewise.
44353 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44354 (libc_feholdexcept): Convert from macro to inline function.
44355 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44356 (libc_fesetenv, libc_feupdateenv): Likewise.
44357
4851a949
RH
44358 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44359 not previously defined.
44360 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44361 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44362 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44363 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44364 * sysdeps/ieee754/flt-32/math_private.h: New file.
44365 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44366 math_private.h below SET_FLOAT_WORD.
44367 (__isnan, __isinf_ns, __finite): Remove.
44368 (__isnanf, __isinf_nsf, __finitef): Remove.
44369
e79d442e
AS
443702012-03-18 Andreas Schwab <schwab@linux-m68k.org>
44371
44372 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44373
90b80344
DM
443742012-03-17 David S. Miller <davem@davemloft.net>
44375
44376 [BZ #6471]
44377 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44378 for 2.16.
44379
edc21804
DM
443802012-03-16 David S. Miller <davem@davemloft.net>
44381
77e927af
DM
44382 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44383 warnings.
44384
374976dd
DM
44385 [BZ #6471]
44386 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44387 properly.
44388 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44389 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44390 sysdep_routines when subdir is sysvipc.
44391 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44392 __getshmlba helper.
44393
edc21804
DM
44394 * sysdeps/sparc/fpu/libm-test/ulps: Update.
44395
473c3ef3
L
443962012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44397
44398 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44399 [__LP64__].
44400
eb0f39b6
L
444012012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44402
44403 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44404 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44405 (__lround): Renamed to ...
44406 (__llround): This. Replace long int with long long int.
44407 Define lround functions as aliases of llround functions.
44408 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44409
6b6cd74b
L
444102012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44411
44412 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44413 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
44414 adresses to uintptr_t. Replace "long int" and "unsigned long
44415 int" with "greg_t" on va_arg.
44416
f1a77b01
L
444172012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44418
44419 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44420 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44421
44422 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44423 Move e_machine check before EI_CLASS check. Handle x32
44424 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44425 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44426 SKIP_EM_IA_64 and include
44427 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44428
44429 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44430 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44431 (add_system_dir): New macro.
44432
44433 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44434 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44435
11b90b9f
JM
444362012-03-16 Joseph Myers <joseph@codesourcery.com>
44437
c36e1d23
JM
44438 [BZ #2551]
44439 [BZ #2552]
44440 [BZ #2553]
44441 [BZ #2554]
44442 [BZ #2562]
44443 [BZ #2563]
44444 [BZ #2565]
44445 [BZ #2566]
44446 [BZ #2576]
44447 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44448 (y0): Likewise.
44449 * math/w_j0f.c (j0f): Likewise.
44450 (y0f): Likewise.
44451 * math/w_j0l.c (__j0l): Likewise.
44452 (__y0l): Likewise.
44453 * math/w_j1.c (j1): Likewise.
44454 (y1): Likewise.
44455 * math/w_j1f.c (j1f): Likewise.
44456 (y1f): Likewise.
44457 * math/w_j1l.c (__j1l): Likewise.
44458 (__y1l): Likewise.
44459 * math/w_jn.c (jn): Likewise.
44460 (yn): Likewise.
44461 * math/w_jnf.c (jnf): Likewise.
44462 (ynf): Likewise.
44463 * math/w_jnl.c (__jnl): Likewise.
44464 (__ynl): Likewise.
44465 * math/libm-test.inc (j0_test): Add more tests.
44466 (j1_test): Likewise.
44467 (jn_test): Likewise. Add trailing semicolon to existing test.
44468 (y0_test): Likewise.
44469 (y1_test): Likewise.
44470 * sysdeps/i386/fpu/libm-test-ulps: Update.
44471 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44472
11b90b9f
JM
44473 [BZ #13851]
44474 [BZ #13854]
44475 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44476 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44477 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44478 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44479 (__tanl): Set errno for infinite argument.
44480 * sysdeps/i386/fpu/mptan.c: Remove.
44481 * sysdeps/i386/fpu/s_tan.S: Likewise.
44482 * sysdeps/i386/fpu/s_tanl.S: Likewise.
44483 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44484 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44485 * math/libm-test.inc (tan_test): Add more tests and enable more
44486 tests for double and long double.
44487 * sysdeps/i386/fpu/libm-test-ulps: Update.
44488 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44489
6a1bd2a1
JK
444902012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44491
44492 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44493 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44494
10a803e0
RM
444952012-03-16 Roland McGrath <roland@hack.frob.com>
44496
44497 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44498 * configure.in: Use it for both main tree and add-ons.
44499 * configure: Regenerated.
44500
f196c7f7
L
445012012-03-16 H.J. Lu <hongjiu.lu@intel.com>
44502
44503 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44504
8848d99d
JM
445052012-03-16 Joseph Myers <joseph@codesourcery.com>
44506
96cbe7f4
JM
44507 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44508 in comment.
44509
8848d99d
JM
44510 [BZ #13851]
44511 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44512 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44513 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44514 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44515 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44516 infinite argument.
44517 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44518 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44519 != 0 for prec == 2.
44520 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44521 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44522 * sysdeps/i386/fpu/s_cosl.S: Likewise.
44523 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44524 * sysdeps/i386/fpu/s_sinl.S: Likewise.
44525 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44526 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44527 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44528 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44529 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44530 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44531 * math/libm-test.inc (cos_test): Add more tests and enable more
44532 tests for long double.
44533 (sin_test): Likewise.
44534 (sincos_test): Likewise.
44535 * sysdeps/i386/fpu/libm-test-ulps: Update.
44536 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44537
dd7f4703
DM
445382012-03-16 David S. Miller <davem@davemloft.net>
44539
44540 * sysdeps/sparc/fpu/math_private.h: New file.
44541
006f1daa
DM
445422012-03-15 David S. Miller <davem@davemloft.net>
44543
c0c83bc8
DM
44544 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44545 file.
e6a62e18 44546 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
44547 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44548 file.
e6a62e18
DM
44549 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44550 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44551 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44552 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44553 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44554 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44555 sysdep routines.
44556 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44557
88cb87d9
DM
44558 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44559 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44560
006f1daa 44561 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
44562 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44563 sparc-ifunc.h
006f1daa 44564 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
44565 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44566 Likewise.
44567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44568 Likewise.
006f1daa
DM
44569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44570 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44571 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
44572 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44573 Likewise.
006f1daa
DM
44574 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44575 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44577 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
44578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44579 Likewise.
44580 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44581 Likewise.
006f1daa
DM
44582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44583 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44584 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44585 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44586 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44587 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44588 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44589 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44590 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44591 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44592 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44593 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44594 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44595 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44596 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44597 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44598 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44599 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44600 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44601 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44602 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44603 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44604 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44605 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44606
11e0098e
AS
446072012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44608
44609 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44610 scaling.
44611 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44612
e85b09d0
AJ
446132012-03-15 Andreas Jaeger <aj@suse.de>
44614
44615 [BZ #13852]
44616 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44617 ieee754/flt-32 implementation for sin, cos and sincos.
44618 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44619 * sysdeps/i386/fpu/s_cosf.S: Likewise.
44620 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44621 * sysdeps/i386/fpu/s_sinf.S: Likewise.
44622 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44623 ieee754/flt-32 implementation for tan.
44624
44625 * math/libm-test.inc (cos_test): Enable some large input tests for
44626 float as well
44627 (sin_test): Likewise.
44628 (sincos_test): Likewise.
44629 (tan_test): Add tests for large input.
44630
44631 * sysdeps/i386/fpu/libm-test-ulps: Update.
44632
81c64153
AJ
446332012-03-15 Andreas Jaeger <aj@suse.de>
44634
44635 [BZ #13658]
44636 * math/libm-test.inc (cos_test): Add more test cases.
44637 (sin_test): Likewise.
44638 (sincos_test): Likewise.
44639
7bbfa5c6
AJ
446402012-03-15 Andreas Jaeger <aj@suse.de>
44641
44642 [BZ #13837]
44643 * math/libm-test.inc (cos_test): Add a test case for large input
44644 value.
44645 (sin_test): Likewise.
44646 (sincos_test): Likewise.
44647
57f41c40
AS
446482012-03-15 Andreas Jaeger <aj@suse.de>
44649 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
44650
44651 [BZ #13658]
0671f479 44652 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
44653 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44654 * sysdeps/i386/fpu/branred.c: Likewise.
44655 * sysdeps/i386/fpu/dosincos.c: Likewise.
44656 * sysdeps/i386/fpu/mpa.c: Likewise.
44657 * sysdeps/i386/fpu/s_cos.S: Likewise.
44658 * sysdeps/i386/fpu/s_sin.S: Likewise.
44659 * sysdeps/i386/fpu/s_sincos.S: Likewise.
44660 * sysdeps/i386/fpu/sincos32.c: Likewise.
44661
44662 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44663 Define.
44664 (libc_feupdateenv_53bit): Define.
44665 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44666 Define.
44667 (libc_feupdateenv_53bit): Define.
44668
44669 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44670 53 bit (without extend i386 double precision).
44671
44672 * math/libm-test.inc (sincos_test): Add tests for large input.
44673 (sin): Likewise.
44674 (cos): Likewise.
44675
44676 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44677
9cad04ea
AS
446782012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44679
44680 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44681
f7062b9a
DM
446822012-03-15 David S. Miller <davem@davemloft.net>
44683
44684 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44685 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44686 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44687 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44688 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44689 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44690 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44691 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44692 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44693 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44694 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44695 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44696 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44697 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44698 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
44699 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44700 file.
f7062b9a 44701 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
44702 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44703 file.
f7062b9a 44704 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
44705 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44706 file.
f7062b9a 44707 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
44708 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44709 file.
f7062b9a
DM
44710 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44711 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44712 fmin/fmax sysdep routines.
44713 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44714
7bd951ff
DM
447152012-03-14 David S. Miller <davem@davemloft.net>
44716
559398ab
DM
44717 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44718 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44719 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44720 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44721 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44722 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44723 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44724 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44725 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44726 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44727 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44728 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44729 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44730 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44731 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44732 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44733 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44734 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44735 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44736 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44737 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44738 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44739 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44740 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44741 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44742 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44743 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44744 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44745 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44746 routines.
44747 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44748 file.
559398ab 44749 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
44750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44751 file.
559398ab 44752 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
44753 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44754 file.
559398ab 44755 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
44756 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44757 file.
559398ab 44758 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
44759 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44760 file.
559398ab 44761 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
44762 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44763 file.
44764 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44765 file.
44766 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44767 file.
44768 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44769 file.
44770 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44771 New file.
44772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44773 file.
44774 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44775 file.
559398ab 44776 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
44777 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44778 file.
559398ab 44779 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44780 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44781 file.
559398ab 44782 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
44783 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44784 file.
559398ab 44785 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
44786 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44787 VIS3 routines.
559398ab
DM
44788
44789 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44790 New file.
44791
5a1c1e32
DM
44792 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44793
eae47a36
DM
44794 * sysdeps/sparc/configure.in: New file.
44795 * sysdeps/sparc/configure: Generate.
44796 * configure.in (libc_cv_sparc_as_vis3): Substitute.
44797 * configure: Regenerate.
44798 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44799 * config.make.in (have-as-vis3): New.
44800 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44801 available use -Av9d instead of -Av9a.
44802 * sysdeps/sparc/sparc64/Makefile: Likewise.
44803 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
44804 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44805 New file.
44806 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44807 file.
44808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44809 New file.
44810 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44811 file.
eae47a36
DM
44812 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44813 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44814 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44815 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44816 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44817
c0c83bc8
DM
44818 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44819 fzeros/fnegs to load 0x80000000 into a float register instead of
44820 using the stack.
7bd951ff
DM
44821 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44822
bd951ccb
JM
448232012-03-14 Joseph Myers <joseph@codesourcery.com>
44824
44825 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44826 bits/syscall.h.
44827 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44828 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44829 ($(inst_includedir)/bits/syscall.h): Remove rule.
44830 ($(objpfx)bits/syscall.d): Include instead of
44831 $(objpfx)syscall-list.d.
44832 (generated): Change syscall-list.h and syscall-list.d to
44833 bits/syscall.h and bits/syscall.d.
44834
bb4e6db2
RM
448352012-03-14 Roland McGrath <roland@hack.frob.com>
44836
44837 [BZ #13846]
44838 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44839
aa4a2ae1
JM
448402012-03-14 Joseph Myers <joseph@codesourcery.com>
44841
e456826d
JM
44842 [BZ #13841]
44843 * math/s_csqrt.c: Include <float.h>.
44844 (__csqrt): Scale large or subnormal inputs.
44845 * math/s_csqrtf.c: Likewise.
44846 * math/s_csqrtl.c: Likewise.
44847 * math/libm-test.inc (csqrt_test): Add more tests.
44848 * sysdeps/i386/fpu/libm-test-ulps: Update.
44849 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44850
aa4a2ae1
JM
44851 [BZ #13840]
44852 * math/libm-test.inc (hypot_test): Add more tests.
44853
7c10fd35
DM
448542012-03-13 David S. Miller <davem@davemloft.net>
44855
44856 [BZ #13840]
44857 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44858 double-precision for the calculation instead of scaling.
44859
f453b98b
JM
448602012-03-13 Joseph Myers <joseph@codesourcery.com>
44861
44862 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44863 manipulate bits before adding and subtracting TWO52[sx].
44864 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44865 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44866 Likewise.
44867 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44868
09a3453f
DM
448692012-03-13 David S. Miller <davem@davemloft.net>
44870
8e59da90
DM
44871 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44872 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44873 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44874 rtld-global-offsets.h
44875 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44876
2a8ab7f2
DM
44877 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44878 large parameters.
44879
10f62770
DM
44880 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44881
5f0bdb18
DM
44882 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44883 'err' in the ifdef scope in which it is actually used.
44884
09a3453f
DM
44885 * nss/nss_db/db-init.c: Include string.h
44886
b4b2eb5e
DM
448872012-03-12 David S. Miller <davem@davemloft.net>
44888
98bb2f1c
DM
44889 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44890 masking out of the most significant byte of random value used.
44891 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44892 Fix coding style in previous change.
44893
b4b2eb5e
DM
44894 * sysdeps/unix/sysv/linux/kernel-features.h
44895 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44896 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44897 expression.
44898 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44899 later.
44900
6e226b09
DM
449012012-03-11 David S. Miller <davem@davemloft.net>
44902
a1bcbd40
DM
44903 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44904 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44905 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44906 for 'resultvar' otherwise things get truncated on 64-bit.
44907
cb9d6174
DM
44908 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44909 Fix masking out of the most significant byte of random value used.
44910
6e226b09
DM
44911 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44912
058c132d
AS
449132012-03-10 Andreas Schwab <schwab@linux-m68k.org>
44914
44915 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44916
2d2cd515
DM
449172012-03-09 David S. Miller <davem@davemloft.net>
44918
44919 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44920 variables with appropriate CPP guards.
57f41c40
AS
44921 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44922 from the frame pointer, not the stack pointer. Correct layout
44923 comments. Fix test on resulting framesize and the management of
44924 the outregs buffer for pltexit. Preserve floating point return
44925 values across _dl_call_pltexit call.
2d2cd515
DM
44926 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44927 framesize and the management of the outregs buffer for pltexit.
44928 Preserve floating point return values across _dl_call_pltexit
44929 call.
57f41c40
AS
44930 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44931 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44932 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
44933 (print_exit): Fix format string for return register value.
44934
9a07f9d0
JM
449352012-03-10 Joseph Myers <joseph@codesourcery.com>
44936
44937 * sunrpc/Makefile (others): Add rpcgen.
44938 ($(objpfx)rpcgen): Remove special build rule and dependency on
44939 libc.
44940 * sunrpc/rpcgen.c: New file.
44941
547b5e30
PE
449422012-03-09 Paul Eggert <eggert@cs.ucla.edu>
44943
c524201a
PE
44944 [BZ #13673]
44945 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44946 * stdio-common/bug-vfprintf-nargs.c: Likewise.
44947 * sysdeps/i386/crti.S: Likewise.
44948 * sysdeps/i386/crtn.S: Likewise.
44949 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44950 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44951 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44952 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44953 * sysdeps/sh/crti.S: Likewise.
44954 * sysdeps/sh/crtn.S: Likewise.
44955 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44956
7b6235f2
PE
44957 [BZ #13673]
44958 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44959 with URL.
44960 * locale/programs/locfile-kw.gperf: Likewise.
44961 * locale/programs/charmap-kw.h: Regenerated.
44962 * locale/programs/locfile-kw.h: Likewise.
44963
547b5e30
PE
44964 [BZ #13673]
44965 * intl/plural.y: Replace FSF snail mail address with URL.
44966 * intl/plural.c: Regenerated.
44967
5f0a5dae
RH
449682012-03-09 Richard Henderson <rth@twiddle.net>
44969
44970 * include/math_private.h: Remove file.
44971 * math/math_private.h: Move file ...
44972 * sysdeps/generic/math_private.h: ... here.
44973
b8c03620
RH
44974 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44975 * sysdeps/powerpc/fpu/math_private.h: Likewise.
44976 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44977
4e234f5d 44978 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
44979 and <math_private.h>.
44980 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44981 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44982 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44983 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44984 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44985 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44986 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44987 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44988 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44989 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44990 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44991 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44992 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44993 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44994 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44995 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44996 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44997 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44998 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44999 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45000 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45001 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45002 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45003 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45004 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45005 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45006 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45007 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45008 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45009 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45010 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45011 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45012 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45013 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45014 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45015 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45016 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45017 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45018 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45019 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45020 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45021 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45022 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45023 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45024 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45025 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45026 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45027 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45028 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45029 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45030 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45031 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45032 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45033 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45034 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45035 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45036 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45037 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45038 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45039 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45040 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45041 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45042 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45043 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45044 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45045 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45046 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45047 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45048 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45049 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45050 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45051 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45052 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45053 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45054 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45055 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45056 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45057 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45058 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45059 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45060 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45061 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45062 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45063 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45064 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45065 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45066 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45067 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45068 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45069 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45070 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45071 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45072 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45073 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45074 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45075 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45076 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45077 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45078 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45079 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45080 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45081 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45082 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45083 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45084 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45085 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45086 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45087 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45088 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45089 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45090 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45091 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45092 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45093 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45094 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45095 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45096 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45097 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45098 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45099 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45100 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45101 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45102 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45103 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45104 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45105 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45106 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45107 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45108 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45109 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45110 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45111 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45112 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45113 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45114 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45115 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45116 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45117 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45118 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45119 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45120 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45121 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45122 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45123 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45124 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45125 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45126 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45127 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45128 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45129 * sysdeps/ieee754/k_standard.c: Likewise.
45130 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45131 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45132 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45133 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45134 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45135 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45136 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45137 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45138 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45139 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45140 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45141 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45142 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45143 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45144 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45145 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45146 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45147 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45148 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45149 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45150 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45151 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45152 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45153 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45154 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45155 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45156 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45157 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45158 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45159 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45160 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45161 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45162 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45163 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45164 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45165 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45166 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45167 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45168 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45169 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45170 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45171 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45172 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45173 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45174 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45175 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45176 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45177 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45178 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45179 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45180 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45181 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45182 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45183 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45184 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45185 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45186 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45187 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45188 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45189 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45190 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45191 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45192 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45193 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45194 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45195 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45196 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45197 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45198 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45199 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45200 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45201 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45202 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45203 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45204 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45205 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45206 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45207 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45208 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45209 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45210 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45211 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45212 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45213 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45214 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45215 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45216 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45217 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45218 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45219 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45220 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45221 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45222 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45223 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45224 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45225 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45226 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45227 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45228 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45229 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45230 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45231 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45232 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45233 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45234 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45235 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45236 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45237 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45238 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45239 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45240 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45241 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45242 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45243 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45244 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45245 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45246 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45247 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45248 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45249 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45250 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45251 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45252 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45253 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45254 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45255 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45256 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45257 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45258 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45259 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45260 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45261 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45262 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45263 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45264 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45265 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45266 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45267 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45268 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45269 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45270 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45271 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45272 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45273 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45274 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45275 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45276 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45277 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45278 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45279 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45280 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45281 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45282 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45283 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45284 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45285 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45286 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45287 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45288 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45289 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45290 * sysdeps/ieee754/s_lib_version.c: Likewise.
45291 * sysdeps/ieee754/s_matherr.c: Likewise.
45292 * sysdeps/ieee754/s_signgam.c: Likewise.
45293 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45294 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45295 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45296 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45297 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45298 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45299 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45300 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45301 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45302 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45303 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45304 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45305 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45306 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45307 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45308 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45309 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45310 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45311 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45312 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45313 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 45314
1991fa03
JM
453152012-03-09 Joseph Myers <joseph@codesourcery.com>
45316
45317 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45318 * sunrpc/rpc_main.c: Likewise.
45319 * sunrpc/rpc_svcout.c: Likewise.
45320
60d6f5a6
DM
453212012-03-09 David S. Miller <davem@davemloft.net>
45322
45323 * include/math_private.h: New file.
45324
4962050e
JM
453252012-03-09 Joseph Myers <joseph@codesourcery.com>
45326
02a6f887
JM
45327 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45328 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45329 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45330 from <bits/socket_type.h>.
45331 (enum __socket_type): Don't define here.
45332 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45333 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45334 bits/socket_type.h.
45335
c6e013c1
JM
45336 [BZ #13566]
45337 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45338 checking __USE_GNU.
45339
4962050e
JM
45340 * Makerules ($(inst_includedir)/%.h): New rule.
45341 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45342 (install-others): Remove variable setting.
45343 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45344
38842f45
RH
453452012-03-08 Richard Henderson <rth@twiddle.net>
45346
67bb6da6
RH
45347 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45348 from macro to inline function; merge with the
45349 !__LIBC_INTERNAL_MATH_INLINES version.
45350 (__ieee754_sqrtf): Likewise.
45351
15194b4b
RH
45352 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45353 to inline function.
45354 (__rintf, __floor, __floorf): Likewise.
45355
64e21ede
RH
45356 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45357 macro to inline function.
45358 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45359
38842f45
RH
45360 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45361 not <math/math_private.h>.
45362
c64bf5fe
DM
453632012-03-08 David S. Miller <davem@davemloft.net>
45364
45365 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45366 copyright year.
45367 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45368
82d86f28
TS
453692012-03-08 Thomas Schwinge <thomas@codesourcery.com>
45370
45371 * resolv/gai_misc.c (handle_requests): Fix struct timespec
45372 normalization.
45373 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45374 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45375
aea5d727
UD
453762012-03-08 Ulrich Drepper <drepper@gmail.com>
45377
45378 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
45379 be defined individually, they must be defined as a block. Define
45380 S for printing a string instead of hidint the different by using a
45381 macro for adding the 'l'.
45382 * stdio-common/tst-fphex-wide.c: Adjust.
45383
70bca0a3
MP
453842012-03-07 Marek Polacek <polacek@redhat.com>
45385
45386 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45387
65b81130
MP
453882012-03-08 Marek Polacek <polacek@redhat.com>
45389
45390 [BZ #13806]
45391 * stdio-common/Makefile (tests): Add tst-fphex-wide.
45392 * stdio-common/tst-fphex.c: Define a few macros to make the
45393 test reusable. Use them.
45394 * stdio-common/tst-fphex-wide.c: New file.
45395
07037eeb
JM
453962012-03-08 Joseph Myers <joseph@codesourcery.com>
45397
a7a93d50
JM
45398 [BZ #6911]
45399 * manual/macros.texi (gnusystems): New macro.
45400 (nongnusystems): Likewise.
45401 (gnulinuxhurdsystems): Likewise.
45402 (gnuhurdsystems): Likewise..
45403 (gnulinuxsystems): Likewise.
45404 * manual/charset.texi: Use new macros or @theglibc{} to refer to
45405 variants of the GNU system, not "GNU system".
45406 * manual/conf.texi: Likewise.
45407 * manual/errno.texi: Likewise. Update example of errno macro
45408 expansion.
45409 * manual/filesys.texi: Likewise.
45410 (getumask): Document as specific to GNU/Hurd.
45411 * manual/install.texi: Likewise. Reword some references to
45412 GNU/Linux.
45413 * manual/intro.texi: Likewise.
45414 * manual/io.texi: Likewise.
45415 (File Name Portability): Detail which constraints are inapplicable
45416 to all GNU systems and which are only inapplicable to GNU/Hurd.
45417 * manual/job.texi: Likewise.
45418 * manual/llio.texi: Likewise.
45419 (O_NOCTTY): Document as present on GNU/Linux.
45420 * manual/maint.texi: Likewise.
45421 * manual/memory.texi: Likewise.
45422 * manual/pattern.texi: Likewise.
45423 * manual/pipe.texi: Likewise.
45424 * manual/process.texi: Likewise.
45425 * manual/resource.texi: Likewise.
45426 (RUSAGE_CHILDREN): Remove statement about specifying a particular
45427 child on GNU/Hurd.
45428 * manual/setjmp.texi: Likewise.
45429 * manual/signal.texi: Likewise.
45430 * manual/startup.texi: Likewise.
45431 * manual/stdio.texi: Likewise.
45432 * manual/terminal.texi: Likewise.
45433 (ONLCR): Document as POSIX.
45434 (OXTABS): Document availability on GNU/Linux as XTABS.
45435 (ONOEOT): Document availability separately from other bits.
45436 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45437 * manual/time.texi: Likewise.
45438 * manual/users.texi: Likewise.
45439 * INSTALL: Regenerated.
45440 * sysdeps/gnu/errlist.c: Regenerated.
45441
07037eeb
JM
45442 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45443 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45444 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
45445 puts.
45446 * configure: Regenerated.
45447
d1d3431a
JM
454482012-03-07 Joseph Myers <joseph@codesourcery.com>
45449
af6a1e37
JM
45450 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45451 default includes instead of AC_HEADER_CHECK.
45452 * sysdeps/i386/configure: Regenerated.
45453
d1d3431a
JM
45454 [BZ #10716]
45455 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45456 * math/s_cacoshf.c (__cacoshf): Likewise.
45457 * math/s_cacoshl.c (__cacoshl): Likewise.
45458 * math/s_casinh.c (__casinh): Set signs of result from argument.
45459 * math/s_casinhf.c (__casinhf): Likewise.
45460 * math/s_casinhl.c (__casinhl): Likewise.
45461 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45462 (casinh_test): Add more tests.
45463 * sysdeps/i386/fpu/libm-test-ulps: Update.
45464 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45465
482ff4da
UD
454662012-03-07 Ulrich Drepper <drepper@gmail.com>
45467
872fda05
UD
45468 * po/zh_TW.po: Update from translation team.
45469
a4300c7a
UD
45470 * login/Makefile (distribute): Remove variable.
45471 * catgets/Makefile: Likewise.
45472 * mach/Makefile: Likewise.
45473 * malloc/Makefile: Likewise.
45474 * misc/Makefile: Likewise.
45475 * iconv/Makefile: Likewise.
45476 * nscd/Makefile: Likewise.
45477 * hurd/Makefile: Likewise.
45478 * manual/Makefile: Likewise.
45479 * locale/Makefile: Likewise.
45480 * intl/Makefile: Likewise.
45481 * conform/Makefile: Likewise.
45482 * nss/Makefile: Likewise.
45483 * time/Makefile: Likewise.
45484 * soft-fp/Makefile: Likewise.
45485 * dirent/Makefile: Likewise.
45486 * gmon/Makefile: Likewise.
45487 * po/Makefile: Likewise.
45488 * rt/Makefile: Likewise.
45489 * socket/Makefile: Likewise.
45490 * math/Makefile: Likewise.
45491 * signal/Makefile: Likewise.
45492 * debug/Makefile: Likewise.
45493 * elf/Makefile: Likewise.
45494 * timezone/Makefile: Likewise.
45495 * stdlib/Makefile: Likewise.
45496 * iconvdata/Makefile: Likewise.
45497 * sunrpc/Makefile: Likewise.
45498 * io/Makefile: Likewise.
45499 * argp/Makefile: Likewise.
45500 * inet/Makefile: Likewise.
45501 * hesiod/Makefile: Likewise.
45502 * grp/Makefile: Likewise.
45503 * csu/Makefile: Likewise.
45504 * wctype/Makefile: Likewise.
45505 * crypt/Makefile: Likewise.
45506 * libio/Makefile: Likewise.
45507 * string/Makefile: Likewise.
45508 * nis/Makefile: Likewise.
45509 * resolv/Makefile: Likewise.
45510 * stdio-common/Makefile: Likewise.
45511 * wcsmbs/Makefile: Likewise.
45512 * dlfcn/Makefile: Likewise.
45513 * posix/Makefile: Likewise.
45514
3b7c4e74 45515 [BZ #6959]
482ff4da
UD
45516 * timezone/Makefile: Don't install timezone files, just the programs
45517 and scripts.
45518
f72ed77d
UD
455192012-03-06 Ulrich Drepper <drepper@gmail.com>
45520
a000466f
UD
45521 * nss/databases.def: Add missing gshadow entry.
45522
f72ed77d
UD
45523 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
45524
a53b7a4e
MP
455252012-03-06 Marek Polacek <polacek@redhat.com>
45526
45527 [BZ #13726]
45528 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45529 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45530 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45531 * stdio-common/tst-long-dbl-fphex.c: New file.
45532
e9258400
DM
455332012-03-06 David S. Miller <davem@davemloft.net>
45534
45535 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45536 (set_obp_int): New function.
45537 (get_obp_int): New function.
45538 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
45539 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45540 Avoid unused variable warnings on 'val' and use builtin_expect.
45541 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45542 __builtin_expect.
e9258400
DM
45543 (INLINE_CLONE_SYSCALL): Likewise.
45544
3bd2c723
DM
455452012-03-05 David S. Miller <davem@davemloft.net>
45546
45547 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45548
bbb78d03
AS
455492012-03-05 Andreas Schwab <schwab@linux-m68k.org>
45550
884c5db4
AS
45551 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45552
bbb78d03
AS
45553 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45554 only for |x| >= 40.
45555 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45556
1c9f702a 455572012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
45558
45559 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45560 Replace gettimeofday with __vdso_gettimeofday.
45561
7be16f82
RM
45562 * sysdeps/unix/sysv/linux/x86_64/init-first.c
45563 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45564 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
45565
45566 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45567 time with __vdso_time.
45568
ed58a00f
JM
455692012-03-05 Joseph Myers <joseph@codesourcery.com>
45570
45571 * manual/lang.texi (size_t): Note types to which size_t may be
45572 equivalent with the GNU C Library, but do not describe when
45573 differences between them are significant.
45574
30ee4ced
AJ
455752012-03-05 Andreas Jaeger <aj@suse.de>
45576
45577 * sysdeps/i386/fpu/libm-test-ulps: Update.
45578
b7cd39e8
JM
455792012-03-05 Joseph Myers <joseph@codesourcery.com>
45580
45581 [BZ #3976]
45582 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45583 (__ieee754_pow): Save and restore rounding mode and use
45584 round-to-nearest for main computations.
45585 * math/libm-test.inc (pow_test_tonearest): New function.
45586 (pow_test_towardzero): Likewise.
45587 (pow_test_downward): Likewise.
45588 (pow_test_upward): Likewise.
45589 (main): Call the new functions.
45590 * sysdeps/i386/fpu/libm-test-ulps: Update.
45591 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
45592
45593 [BZ #3976]
45594 * math/libm-test.inc (cosh_test_tonearest): New function.
45595 (cosh_test_towardzero): Likewise.
45596 (cosh_test_downward): Likewise.
45597 (cosh_test_upward): Likewise.
45598 (sinh_test_tonearest): Likewise.
45599 (sinh_test_towardzero): Likewise.
45600 (sinh_test_downward): Likewise.
45601 (sinh_test_upward): Likewise.
45602 (main): Call the new functions.
45603 * sysdeps/i386/fpu/libm-test-ulps: Update.
45604 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45605
6c6a98c9
TV
456062012-03-05 Tom de Vries <tom@codesourcery.com>
45607
45608 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45609 default stack guard is set in last bytes.
45610 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45611
21bb2d2e 456122012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 45613
21bb2d2e 45614 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 45615
21bb2d2e
AJ
45616 [BZ #13656]
45617 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45618 possibly allocate from heap instead of stack.
45619 * stdio-common/bug-vfprintf-nargs.c: New file.
45620 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 45621
c6922934
AS
456222012-03-03 Andreas Schwab <schwab@linux-m68k.org>
45623
45624 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45625
bc957d53
MP
456262012-03-03 Marek Polacek <polacek@redhat.com>
45627
45628 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45629 * math/math_private.h: Likewise.
45630 * stdlib/tst-strtod.c: Likewise.
45631 * sysdeps/i386/i486/bits/atomic.h: Likewise.
45632 * sysdeps/x86_64/bits/atomic.h: Likewise.
45633
6358490d
DM
456342012-03-02 David S. Miller <davem@davemloft.net>
45635
45636 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45637 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45638 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45639 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45640 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45641 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45642 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45643 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45644
01ae168d
RM
456452012-03-02 Roland McGrath <roland@hack.frob.com>
45646
d9a17c07
RM
45647 [BZ #13792]
45648 * manual/examples/README: New file, says the example source files
45649 can be used under GPL>=2.
45650 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45651 line containing just "*/".
45652 * manual/examples/add.c: Add copyright header (GPL>=2).
45653 * manual/examples/argp-ex1.c: Likewise.
45654 * manual/examples/argp-ex2.c: Likewise.
45655 * manual/examples/argp-ex3.c: Likewise.
45656 * manual/examples/argp-ex4.c: Likewise.
45657 * manual/examples/atexit.c: Likewise.
45658 * manual/examples/db.c: Likewise.
45659 * manual/examples/dir.c: Likewise.
45660 * manual/examples/dir2.c: Likewise.
45661 * manual/examples/execinfo.c: Likewise.
45662 * manual/examples/filecli.c: Likewise.
45663 * manual/examples/filesrv.c: Likewise.
45664 * manual/examples/fmtmsgexpl.c: Likewise.
45665 * manual/examples/genpass.c: Likewise.
45666 * manual/examples/inetcli.c: Likewise.
45667 * manual/examples/inetsrv.c: Likewise.
45668 * manual/examples/isockad.c: Likewise.
45669 * manual/examples/longopt.c: Likewise.
45670 * manual/examples/memopen.c: Likewise.
45671 * manual/examples/memstrm.c: Likewise.
45672 * manual/examples/mkfsock.c: Likewise.
45673 * manual/examples/mkisock.c: Likewise.
45674 * manual/examples/mygetpass.c: Likewise.
45675 * manual/examples/pipe.c: Likewise.
45676 * manual/examples/popen.c: Likewise.
45677 * manual/examples/rprintf.c: Likewise.
45678 * manual/examples/search.c: Likewise.
45679 * manual/examples/select.c: Likewise.
45680 * manual/examples/setjmp.c: Likewise.
45681 * manual/examples/sigh1.c: Likewise.
45682 * manual/examples/sigusr.c: Likewise.
45683 * manual/examples/stpcpy.c: Likewise.
45684 * manual/examples/strdupa.c: Likewise.
45685 * manual/examples/strftim.c: Likewise.
45686 * manual/examples/strncat.c: Likewise.
45687 * manual/examples/subopt.c: Likewise.
45688 * manual/examples/swapcontext.c: Likewise.
45689 * manual/examples/termios.c: Likewise.
45690 * manual/examples/testopt.c: Likewise.
45691 * manual/examples/testpass.c: Likewise.
45692 * manual/examples/timeval_subtract.c: Likewise.
45693
01ae168d
RM
45694 [BZ #13792]
45695 * manual/time.texi (Elapsed Time): Move timeval_subtract example
45696 function to ...
45697 * manual/timeval_subtract.c.texi: ... here, new file.
45698
49efa33d
DM
456992012-03-02 David S. Miller <davem@davemloft.net>
45700
45701 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45702
28afd92d
JM
457032012-03-02 Joseph Myers <joseph@codesourcery.com>
45704
804360ed
JM
45705 [BZ #3976]
45706 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45707 (__sin): Save and restore rounding mode and use round-to-nearest
45708 for all computations.
45709 (__cos): Save and restore rounding mode and use round-to-nearest
45710 for all computations.
45711 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45712 <fenv.h>.
45713 (tan): Save and restore rounding mode and use round-to-nearest for
45714 all computations.
45715 * math/libm-test.inc (cos_test_tonearest): New function.
45716 (cos_test_towardzero): Likewise.
45717 (cos_test_downward): Likewise.
45718 (cos_test_upward): Likewise.
45719 (sin_test_tonearest): Likewise.
45720 (sin_test_towardzero): Likewise.
45721 (sin_test_downward): Likewise.
45722 (sin_test_upward): Likewise.
45723 (tan_test_tonearest): Likewise.
45724 (tan_test_towardzero): Likewise.
45725 (tan_test_downward): Likewise.
45726 (tan_test_upward): Likewise.
45727 (main): Call the new functions.
45728 * sysdeps/i386/fpu/libm-test-ulps: Update.
45729 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45730
a6d06d7b
JM
45731 [BZ #10135]
45732 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45733 small n, then large n, before computing and testing k+n.
45734 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45735 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45736 Likewise.
45737 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45738 Likewise.
45739 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45740 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45741 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45742 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45743 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45744 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45745 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45746 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45747 * math/libm-test.inc (scalbn_test): Add more tests.
45748 (scalbln_test): Likewise.
45749
07e12bb3
JM
45750 * manual/filesys.texi (mode_t): Describe constraints on size and
45751 signedness, not exact equivalence to a particular type.
45752 (ino_t): Likewise.
45753 (ino64_t): Likewise.
45754 (dev_t): Likewise.
45755 (nlink_t): Likewise.
45756 (blkcnt_t): Likewise.
45757 (blkcnt64_t): Likewise.
45758 * manual/llio.texi (off_t): Likewise.
45759
28afd92d
JM
45760 [BZ #3976]
45761 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45762 (__ieee754_exp): Save and restore rounding mode and use
45763 round-to-nearest for all computations.
45764 * math/libm-test.inc (exp_test_tonearest): New function.
45765 (exp_test_towardzero): Likewise.
45766 (exp_test_downward): Likewise.
45767 (exp_test_upward): Likewise.
45768 (main): Call the new functions.
45769 * sysdeps/i386/fpu/libm-test-ulps: Update.
45770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45771
b1eeb65d
CD
457722012-03-01 Chris Demetriou <cgd@google.com>
45773
45774 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45775 have predictable order.
45776
53362a4b
DM
457772012-03-01 David S. Miller <davem@davemloft.net>
45778
3c969083
DM
45779 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45780
759707de
DM
45781 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45782 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45783 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45784 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45785
dfdb8ff2
DM
45786 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45787 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45788 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45789 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45790 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45791 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45792 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45793 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45794 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45795
ead89f96
DM
45796 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45797
7f66bd07
DM
45798 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45799 * sysdeps/sparc/fpu/libm-test-ulps: to here.
45800 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45801
53362a4b
DM
45802 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45803 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45804 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45805 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45806 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45807 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45808 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45809 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45810 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45811 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45812 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45813 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45814 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45815 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45816 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45817 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45818 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45819 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45820 * sysdeps/sparc/elf/configure: Regenerated.
45821
7b1902cb
JM
458222012-03-01 Joseph Myers <joseph@codesourcery.com>
45823
bec039bc
JM
45824 * configure.in (AS, LD): Require binutils 2.20 or later.
45825 * configure: Regenerated.
45826 * manual/install.texi (Tools for Compilation): Give binutils 2.20
45827 as required minimum version.
45828 * INSTALL: Regenerated.
45829
7b1902cb
JM
45830 [BZ #2541]
45831 [BZ #4108]
45832 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45833 before squaring exponent.
45834 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45835 bottom long double and 27 bits of top long double before squaring
45836 exponent.
45837 * math/libm-test.inc (erfc_test): Add more tests.
45838 * sysdeps/i386/fpu/libm-test-ulps: Update.
45839 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45840 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45841
f775c276
KT
458422012-03-01 Kai Tietz <ktietz@redhat.com>
45843
45844 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45845 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45846 containing bit-fields.
45847 * soft-fp/extended.h (_FP_UNION_E): Likewise.
45848 * soft-fp/single.h (_FP_UNION_S): Likewise.
45849 * soft-fp/double.h (_FP_UNION_D): Likewise.
45850
5b8a4d4a
JM
458512012-02-29 Joseph Myers <joseph@codesourcery.com>
45852
0bab47b6
JM
45853 [BZ #13786]
45854 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45855 not include ../strcmp.S.
45856 [USE_AS_STRNCASECMP_L]: Likewise.
45857 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45858 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45859 * sysdeps/i386/i686/multiarch/strncase_l-c.c
45860 (__strncasecmp_l_ia32): Define as alias to
45861 __strncasecmp_l_nonascii.
45862
0fcad3e2
JM
45863 [BZ #5794]
45864 * math/libm-test.inc (expm1_test): Add test for bug 5794.
45865 * sysdeps/i386/fpu/libm-test-ulps: Update.
45866 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45867
5b8a4d4a
JM
45868 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45869 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45870
8fdceb2e
JL
458712012-02-29 Jeff Law <law@redhat.com>
45872
45873 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45874 out of bounds read.
45875
1f393a11
MP
458762012-02-29 Marek Polacek <polacek@redhat.com>
45877
45878 [BZ #13706]
45879 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45880 * elf/Makefile: Add rules to run tst-unused-dep.out.
45881
8847f037
DM
458822012-02-28 David S. Miller <davem@davemloft.net>
45883
45884 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45885 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45886 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45887 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45888 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45889 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45890
169d7f11
JM
458912012-02-29 Joseph Myers <joseph@codesourcery.com>
45892
45893 * math/libm-test.inc (llround_test): Move one test from
45894 lround_test. Use TEST_f_L in moved test.
45895 (lround_test): Move misplaced test to llround_test. Add testcase
45896 from bug 2561.
45897
39adf059
UD
458982012-02-28 Ulrich Drepper <drepper@gmail.com>
45899
45900 * sysdeps/x86_64/fpu/e_expf.S: New file.
45901 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45902
71b5d1c5
SB
459032012-02-28 Stanislav Brabec <sbrabec@suse.cz>
45904
45905 [BZ #13637]
45906 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45907 of remain_len that may cause incomplete multi-byte character and
45908 false match.
45909 * posix/bug-regex33.c: New file.
45910 * posix/Makefile (tests): Add bug-regex33.
45911
1f77f049
JM
459122012-02-28 Joseph Myers <joseph@codesourcery.com>
45913
45914 * manual/macros.texi: New file.
45915 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45916 * manual/libc.texinfo: Include macros.texi.
45917 * manual/creatute.texi: Likewise.
45918 * manual/install.texi: Likewise.
45919 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45920 @glibcadj{} in references to the GNU C Library.
45921 * manual/charset.texi: Likewise.
45922 * manual/conf.texi: Likewise.
45923 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
45924 when not using those macros.
45925 * manual/creature.texi: Likewise.
45926 * manual/crypt.texi: Likewise.
45927 * manual/errno.texi: Likewise.
45928 * manual/filesys.texi: Likewise.
45929 * manual/header.texi: Likewise.
45930 * manual/install.texi: Likewise.
45931 * manual/intro.texi: Likewise.
45932 * manual/io.texi: Likewise.
45933 * manual/job.texi: Likewise.
45934 * manual/lang.texi: Likewise.
45935 * manual/libc.texiinfo: Likewise.
45936 * manual/llio.texi: Likewise.
45937 * manual/locale.texi: Likewise.
45938 * manual/maint.texi: Likewise.
45939 * manual/math.texi: Likewise.
45940 * manual/memory.texi: Likewise.
45941 * manual/message.texi: Likewise.
45942 * manual/nss.texi: Likewise.
45943 * manual/pattern.texi: Likewise.
45944 * manual/process.texi: Likewise.
45945 * manual/resource.texi: Likewise.
45946 * manual/search.texi: Likewise.
45947 * manual/setjmp.texi: Likewise.
45948 * manual/signal.texi: Likewise.
45949 * manual/socket.texi: Likewise.
45950 * manual/startup.texi: Likewise.
45951 * manual/stdio.texi: Likewise.
45952 * manual/string.texi: Likewise.
45953 * manual/sysinfo.texi: Likewise.
45954 * manual/syslog.texi: Likewise.
45955 * manual/terminal.texi: Likewise.
45956 * manual/time.texi: Likewise.
45957 * manual/users.texi: Likewise.
45958 * INSTALL: Regenerated.
45959 * NOTES: Regenerated.
d40c5d54 45960 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 45961
450bf206
AS
459622012-02-28 Andreas Schwab <schwab@linux-m68k.org>
45963
45964 * include/dirent.h: Include <dirstream.h> before
45965 <dirent/dirent.h>.
45966
741a235b
DM
459672012-02-28 David S. Miller <davem@davemloft.net>
45968
45969 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45970 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45971 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45972 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45973
d6b5aa58
DM
459742012-02-27 David S. Miller <davem@davemloft.net>
45975
1aff59a3
DM
45976 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45977 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45978 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45979 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45980
d6b5aa58
DM
45981 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45982 frame pointer instead of stack pointer relative arg slot.
45983 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45984 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45985 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45986
433f48bf
CD
459872012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
45988
45989 [BZ #3992]
45990 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45991
d674b76d
DM
459922012-02-27 David S. Miller <davem@davemloft.net>
45993
45994 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45995 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45996 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45997 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45998 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45999 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46000 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46001 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46002
0e7727f7
JM
460032012-02-27 Joseph Myers <joseph@codesourcery.com>
46004
46005 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46006 later. Allow versions 5-9.
43be4ca2 46007 * configure: Regenerated.
0e7727f7
JM
46008 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46009 required minimum version and 4.6 as recommended version. Do not
46010 mention bugs in GCC 2.7 and 2.8.
43be4ca2 46011 * INSTALL: Regenerated.
0e7727f7 46012
a78bc654
DM
460132012-02-27 David S. Miller <davem@davemloft.net>
46014
428d5830
DM
46015 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46016 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46017 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46018 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46019 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46020 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46021 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46022 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46023
a78bc654
DM
46024 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46025 manipulate bits before adding and subtracting TWO112[sx].
46026 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46027
4579f81c
RM
460282012-02-27 Roland McGrath <roland@hack.frob.com>
46029
36c8acb4
RM
46030 [BZ #13775]
46031 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46032 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46033 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46034 being in POSIX, because they are in 1003.1-2008.
46035
84ad622b
RM
46036 * rt/tst-aio.c: Include <fcntl.h>.
46037 * rt/tst-aio7.c: Likewise.
46038 * rt/tst-aio64.c: Likewise.
46039
4579f81c
RM
46040 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46041
abd923db
JM
460422012-02-27 Joseph Myers <joseph@codesourcery.com>
46043
46044 * manual/install.texi (--with-headers): Describe headers as
46045 interface headers, not private headers.
46046 (Specific advice for GNU/Linux systems): Describe use of headers
46047 from "make headers_install", not private headers from older
46048 kernels.
43be4ca2 46049 * INSTALL: Regenerated.
abd923db
JM
46050 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46051 Change to 2.6.19.
46052 * sysdeps/unix/sysv/linux/configure: Regenerated.
46053
6664049b
JM
46054 * manual/llio.texi (fclean): Remove documentation.
46055
bb8b6697
JM
46056 * manual/Makefile (libc-texi-generated): New variable. Include
46057 version.texi.
46058 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46059 $(libc-texi-generated), not duplicated list of files.
46060 (version.texi, stamp-version): New rules.
46061 (realclean): Remove $(libc-texi-generated), not individual files
46062 from that list. Do not remove dir-add.texinfo.
46063 * manual/libc.texinfo: Comment out uses of edition numbers and
46064 references to printed manual. Remove last-updated dates.
46065 (EDITION): Comment out.
46066 (ISBN): Likewise.
46067 (VERSION, UPDATED): Remove.
46068 (version.texi): Include.
46069
12e5c3b9
AS
460702012-02-27 Andreas Schwab <schwab@linux-m68k.org>
46071
46072 * sysdeps/posix/spawni.c: Include <signal.h>.
46073 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46074 * sysdeps/pthread/aio_fsync.c: Likewise.
46075
4efeffc1 460762012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 46077
ba63ba08
UD
46078 * conform/Makefile (tests): Run only when not cross-compiling and
46079 when fast-check is not defined.
46080
d94a4670
UD
46081 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46082 * conform/data/limits.h-data: Fixes for POSIX2008.
46083 * conform/run-conformtest.sh: Run all tests.
46084 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46085 headers.
46086 * include/bits/dlfcn.h: Likewise.
46087 * include/langinfo.h: Likewise.
46088 * include/monetary.h: Likewise.
46089 * include/sys/poll.h: Likewise.
46090
46091 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46092 for __USE_GNU.
46093 * posix/spawn.h: Define __need_sigset_t.
46094 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46095 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46096 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
46097 to get sigevent_t only.
46098 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46099 only for __USE_GNU.
46100 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46101 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46102 process_vm_writev only for __USE_GNU.
46103 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
46104
46105 * conform/Makefile: For now ignore errors from run-conformtest.
46106 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
46107 POSIX to avoid namespace pollution. Don't prepend headers.
46108 * conform/data/aio.h-data: Fixes for POSIX testing.
46109 * conform/data/fcntl.h-data: Likewise.
46110 * conform/data/glob.h-data: Likewise.
46111 * conform/data/grp.h-data: Likewise.
46112 * conform/data/pthread.h-data: Likewise.
46113 * conform/data/pwd.h-data: Likewise.
46114 * conform/data/signal.h-data: Likewise.
46115 * conform/data/spawn.h-data: Likewise.
46116 * conform/data/stdio.h-data: Likewise.
46117 * conform/data/stdlib.h-data: Likewise.
46118 * conform/data/stropts.h-data: Likewise.
46119 * conform/data/sys/mman.h-data: Likewise.
46120 * conform/data/sys/stat.h-data: Likewise.
46121 * conform/data/sys/types.h-data: Likewise.
46122 * conform/data/sys/wait.h-data: Likewise.
46123 * conform/data/time.h-data: Likewise.
46124 * conform/data/unistd.h-data: Likewise.
46125 * conform/data/utime.h-data: Likewise.
46126
46127 * io/sys/stat.h: fchmod was always in POSIX.
46128 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46129 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46130 * rt/aio.h: Define __need_timespec before including <time.h>.
46131 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46132 struct. Add forward declaration of pthread_attr_t and use it in
46133 sigevent.
46134 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46135 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46136 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46137 always remove CLK_TCK definition.
46138
c20105c3
AS
461392012-02-26 Andreas Schwab <schwab@linux-m68k.org>
46140
46141 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46142
7a270350
UD
461432012-02-25 Ulrich Drepper <drepper@gmail.com>
46144
31341567
UD
46145 * conform/run-conformtest.sh: New file.
46146 * conform/Makefile: Run run-conformtest for tests.
46147 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
46148 support.
46149
46150 * conform/data/uchar.h-data: New file.
46151 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46152 * conform/data/arpa/inet.h-data: Likewise.
46153 * conform/data/assert.h-data: Likewise.
46154 * conform/data/complex.h-data: Likewise.
46155 * conform/data/cpio.h-data: Likewise.
46156 * conform/data/ctype.h-data: Likewise.
46157 * conform/data/dirent.h-data: Likewise.
46158 * conform/data/dlfcn.h-data: Likewise.
46159 * conform/data/errno.h-data: Likewise.
46160 * conform/data/fcntl.h-data: Likewise.
46161 * conform/data/float.h-data: Likewise.
46162 * conform/data/fmtmsg.h-data: Likewise.
46163 * conform/data/fnmatch.h-data: Likewise.
46164 * conform/data/ftw.h-data: Likewise.
46165 * conform/data/glob.h-data: Likewise.
46166 * conform/data/grp.h-data: Likewise.
46167 * conform/data/iconv.h-data: Likewise.
46168 * conform/data/inttypes.h-data: Likewise.
46169 * conform/data/langinfo.h-data: Likewise.
46170 * conform/data/libgen.h-data: Likewise.
46171 * conform/data/limits.h-data: Likewise.
46172 * conform/data/locale.h-data: Likewise.
46173 * conform/data/math.h-data: Likewise.
46174 * conform/data/monetary.h-data: Likewise.
46175 * conform/data/mqueue.h-data: Likewise.
46176 * conform/data/ndbm.h-data: Likewise.
46177 * conform/data/net/if.h-data: Likewise.
46178 * conform/data/netdb.h-data: Likewise.
46179 * conform/data/netinet/in.h-data: Likewise.
46180 * conform/data/nl_types.h-data: Likewise.
46181 * conform/data/poll.h-data: Likewise.
46182 * conform/data/pthread.h-data: Likewise.
46183 * conform/data/pwd.h-data: Likewise.
46184 * conform/data/regex.h-data: Likewise.
46185 * conform/data/sched.h-data: Likewise.
46186 * conform/data/search.h-data: Likewise.
46187 * conform/data/semaphore.h-data: Likewise.
46188 * conform/data/setjmp.h-data: Likewise.
46189 * conform/data/signal.h-data: Likewise.
46190 * conform/data/spawn.h-data: Likewise.
46191 * conform/data/stdarg.h-data: Likewise.
46192 * conform/data/stdio.h-data: Likewise.
46193 * conform/data/stdlib.h-data: Likewise.
46194 * conform/data/string.h-data: Likewise.
46195 * conform/data/strings.h-data: Likewise.
46196 * conform/data/stropts.h-data: Likewise.
46197 * conform/data/sys/ipc.h-data: Likewise.
46198 * conform/data/sys/mman.h-data: Likewise.
46199 * conform/data/sys/msg.h-data: Likewise.
46200 * conform/data/sys/resource.h-data: Likewise.
46201 * conform/data/sys/select.h-data: Likewise.
46202 * conform/data/sys/sem.h-data: Likewise.
46203 * conform/data/sys/shm.h-data: Likewise.
46204 * conform/data/sys/socket.h-data: Likewise.
46205 * conform/data/sys/stat.h-data: Likewise.
46206 * conform/data/sys/statvfs.h-data: Likewise.
46207 * conform/data/sys/time.h-data: Likewise.
46208 * conform/data/sys/timeb.h-data: Likewise.
46209 * conform/data/sys/times.h-data: Likewise.
46210 * conform/data/sys/types.h-data: Likewise.
46211 * conform/data/sys/uio.h-data: Likewise.
46212 * conform/data/sys/un.h-data: Likewise.
46213 * conform/data/sys/utsname.h-data: Likewise.
46214 * conform/data/sys/wait.h-data: Likewise.
46215 * conform/data/syslog.h-data: Likewise.
46216 * conform/data/tar.h-data: Likewise.
46217 * conform/data/termios.h-data: Likewise.
46218 * conform/data/utime.h-data: Likewise.
46219 * conform/data/utmpx.h-data: Likewise.
46220 * conform/data/varargs.h-data: Likewise.
46221 * conform/data/wchar.h-data: Likewise.
46222 * conform/data/wctype.h-data: Likewise.
46223 * conform/data/wordexp.h-data: Likewise.
46224
46225 * include/stropts.h: New file.
46226 * include/uchar.h: New file.
46227 * include/aio.h: Changes to allow conformtest.pl to use the headers.
46228 * include/assert.h: Likewise.
46229 * include/ctype.h: Likewise.
46230 * include/dirent.h: Likewise.
46231 * include/dlfcn.h: Likewise.
46232 * include/fcntl.h: Likewise.
46233 * include/fnmatch.h: Likewise.
46234 * include/glob.h: Likewise.
46235 * include/grp.h: Likewise.
46236 * include/libio.h: Likewise.
46237 * include/locale.h: Likewise.
46238 * include/math.h: Likewise.
46239 * include/net/if.h: Likewise.
46240 * include/netdb.h: Likewise.
46241 * include/netinet/in.h: Likewise.
46242 * include/pthread.h: Likewise.
46243 * include/pwd.h: Likewise.
46244 * include/regex.h: Likewise.
46245 * include/sched.h: Likewise.
46246 * include/search.h: Likewise.
46247 * include/setjmp.h: Likewise.
46248 * include/signal.h: Likewise.
46249 * include/stdio.h: Likewise.
46250 * include/stdlib.h: Likewise.
46251 * include/string.h: Likewise.
46252 * include/sys/cdefs.h: Likewise.
46253 * include/sys/mman.h: Likewise.
46254 * include/sys/msg.h: Likewise.
46255 * include/sys/resource.h: Likewise.
46256 * include/sys/select.h: Likewise.
46257 * include/sys/socket.h: Likewise.
46258 * include/sys/stat.h: Likewise.
46259 * include/sys/statvfs.h: Likewise.
46260 * include/sys/time.h: Likewise.
46261 * include/sys/times.h: Likewise.
46262 * include/sys/uio.h: Likewise.
46263 * include/sys/utsname.h: Likewise.
46264 * include/sys/wait.h: Likewise.
46265 * include/termios.h: Likewise.
46266 * include/time.h: Likewise.
46267 * include/ulimit.h: Likewise.
46268 * include/unistd.h: Likewise.
46269 * include/utime.h: Likewise.
46270 * include/wchar.h: Likewise.
46271 * include/wctype.h: Likewise.
46272 * include/wordexp.h: Likewise.
46273
46274 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46275
7a270350
UD
46276 * time/time.h: TIME_UTC must be a macro.
46277 Make timespec_get available for ISO C11 only as well.
46278
7724defc
UD
462792012-02-24 Ulrich Drepper <drepper@gmail.com>
46280
46281 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46282 Reported by Peng Haitao <penght@cn.fujitsu.com>.
46283
6b1d1d46
JM
462842012-02-24 Joseph Myers <joseph@codesourcery.com>
46285
46286 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 46287
0f8bbd69
JM
462882012-02-24 Joseph Myers <joseph@codesourcery.com>
46289
46290 * manual/texinfo.tex: Update to version 2012-01-19.16.
46291
66ab80bc
JM
462922012-02-24 Joseph Myers <joseph@codesourcery.com>
46293
46294 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46295
74981cc5
RM
462962012-02-24 Roland McGrath <roland@hack.frob.com>
46297
ee968201
RM
46298 [BZ #13738]
46299 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46300 * manual/fdl-1.3.texi: New file.
46301 * manual/fdl-1.1.texi: File removed.
46302
74981cc5
RM
46303 [BZ #13738]
46304 * manual/libc.texinfo (FDL_VERSION): New @set.
46305 Use it for mention of FDL in cover text.
46306 (Documentation License): Use it in @include file name.
46307
7bb764bc
JM
463082012-02-22 Joseph Myers <joseph@codesourcery.com>
46309 Roland McGrath <roland@hack.frob.com>
46310
46311 [BZ #5461]
57f41c40
AS
46312 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46313 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
46314 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46315 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
46316 name.
46317 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46318
6cbeae47
JM
463192012-02-22 Joseph Myers <joseph@codesourcery.com>
46320
46321 [BZ #2547]
46322 [BZ #11365]
46323 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46324 manipulate bits before adding and subtracting TWO23[sx].
46325 * math/libm-test.inc (nearbyint_test): Add more tests.
46326
fe45ce09
JM
463272012-02-22 Joseph Myers <joseph@codesourcery.com>
46328
46329 [BZ #2548]
46330 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46331 bits before adding and subtracting TWO23[sx].
46332 * math/libm-test.inc (rint_test): Add more tests.
46333 (rint_test_tonearest): Likewise.
46334 (rint_test_towardzero): Likewise.
46335 (rint_test_downward): Likewise.
46336 (rint_test_upward: Likewise.
46337
ff3b3d82
JM
463382012-02-22 Joseph Myers <joseph@codesourcery.com>
46339
46340 [BZ #10110]
46341 * include/stdc-predef.h: New file. Extracted from features.h.
46342 * include/features.h: Include stdc-predef.h.
46343 * Makefile (headers): Add stdc-predef.h.
46344 * CONFORMANCE (Compiler limitations): Update.
46345
ef0aab35
JM
463462012-02-22 Joseph Myers <joseph@codesourcery.com>
46347
46348 * manual/libc.texinfo (VERSION, UPDATED): Revert.
46349
58639409
DM
463502012-02-21 David S. Miller <davem@davemloft.net>
46351
46352 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46353 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46354
c0e70b25
DM
463552012-02-20 David S. Miller <davem@davemloft.net>
46356
46357 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46358 using a normal save/restore sequence, rather than allocating a
46359 dummy stack frame just to store a frame pointer and restore.
46360 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46361
fb06851d
JM
463622012-02-21 Joseph Myers <joseph@codesourcery.com>
46363
46364 * manual/install.texi: Fix stray word in line-wrapped comment.
46365
7a8b71c3
DM
463662012-02-20 David S. Miller <davem@davemloft.net>
46367
d510c123
DM
46368 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46369 both binutils and gcc support GOTDATA.
46370
0722d7c2
DM
46371 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46372 "rd %pc" in the PIC register setup sequences.
46373
3d2b3019
DM
46374 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46375 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46376 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46377 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46378 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46379 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46380 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46381 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46382 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46383 (SYSCALL_ERROR_HANDLER): Likewise.
46384 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46385 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46386 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46387 (SYSCALL_ERROR_HANDLER): Likewise.
46388
c80098a9
DM
46389 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46390 (HAVE_GCC_GOTDATA): New.
46391 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46392 relocation support in both binutils and gcc.
46393 * sysdeps/sparc/elf/configure: Regenerate.
46394
3a2545a0
DM
46395 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46396 * sysdeps/sparc/sparc32/elf/configure: Delete.
46397 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46398 * sysdeps/sparc/sparc64/elf/configure: Delete.
46399 * sysdeps/sparc/elf/configure.in: New file.
46400 * sysdeps/sparc/elf/configure: Generate.
46401
7a8b71c3
DM
46402 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46403 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46404 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46405 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46406 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46407
f1e86fca
JM
464082012-02-21 Joseph Myers <joseph@codesourcery.com>
46409
46410 * manual/install.texi: Do not mention specific glibc version
46411 numbers.
46412 * manual/libc.texinfo (VERSION, UPDATED): Update.
46413 (@copying): Use @copyright{} and range of years.
46414
0e7dfaef
JM
464152012-02-21 Joseph Myers <joseph@codesourcery.com>
46416
46417 [BZ #13695]
46418 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46419 [crti.S not in sysdirs] (generated): Do not append.
46420 [crti.S not in sysdirs] (omit-deps): Likewise.
46421 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46422 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46423 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46424 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46425 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46426 Likewise.
46427 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46428 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46429 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46430 * csu/defs.awk: Remove file.
46431 * sysdeps/generic/initfini.c: Likewise.
46432 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46433 variable.
46434 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46435 Likewise.
46436
599af3ca
JM
464372012-02-20 Joseph Myers <joseph@codesourcery.com>
46438
46439 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46440 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46441 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46442 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46443 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46444 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46445 <bits/epoll.h>.
46446 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46447 (__EPOLL_PACKED): Define to empty if not defined by
46448 <bits/epoll.h>.
46449 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46450 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46451 bits/epoll.h.
46452
0e499750
JM
464532012-02-20 Joseph Myers <joseph@codesourcery.com>
46454
46455 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46456 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46457 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46458 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46459 <bits/timerfd.h>.
46460 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46461 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46462 bits/timerfd.h.
46463
5ad91f6e
JM
464642012-02-20 Joseph Myers <joseph@codesourcery.com>
46465
46466 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46467 in C locale.
46468 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46469 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46470 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46471 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46472
06b99b02
AJ
464732012-02-20 Aurelien Jarno <aurelien@aurel32.net>
46474
46475 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46476 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46477
7638c0fd
AS
464782012-02-19 Andreas Schwab <schwab@linux-m68k.org>
46479
46480 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46481 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46482 defined.
46483 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46484 Likewise.
46485 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46486 entry for 2.16.
46487
92221550
AJ
464882012-02-19 Aurelien Jarno <aurelien@aurel32.net>
46489
46490 * math/w_acos.c: Use non-signaling floating-point comparisons.
46491 * math/w_acosf.c: Likewise.
46492 * math/w_acosh.c: Likewise.
46493 * math/w_acoshf.c: Likewise.
46494 * math/w_acoshl.c: Likewise.
46495 * math/w_acosl.c: Likewise.
46496 * math/w_asin.c: Likewise.
46497 * math/w_asinf.c: Likewise.
46498 * math/w_asinl.c: Likewise.
46499 * math/w_atanh.c: Likewise.
46500 * math/w_atanhf.c: Likewise.
46501 * math/w_atanhl.c: Likewise.
46502 * math/w_exp2.c: Likewise.
46503 * math/w_exp2f.c: Likewise.
46504 * math/w_exp2l.c: Likewise.
46505 * math/w_j0.c: Likewise.
46506 * math/w_j0f.c: Likewise.
46507 * math/w_j0l.c: Likewise.
46508 * math/w_j1.c: Likewise.
46509 * math/w_j1f.c: Likewise.
46510 * math/w_j1l.c: Likewise.
46511 * math/w_jn.c: Likewise.
46512 * math/w_jnf.c: Likewise.
46513 * math/w_log.c: Likewise.
46514 * math/w_log10.c: Likewise.
46515 * math/w_log10f.c: Likewise.
46516 * math/w_log10l.c: Likewise.
46517 * math/w_log2.c: Likewise.
46518 * math/w_log2f.c: Likewise.
46519 * math/w_log2l.c: Likewise.
46520 * math/w_logf.c: Likewise.
46521 * math/w_logl.c: Likewise.
46522 * math/w_sqrt.c: Likewise.
46523 * math/w_sqrtf.c: Likewise.
46524 * math/w_sqrtl.c: Likewise.
46525 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46526 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46527 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46528 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46529 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46530
ebaf36eb
JM
465312012-02-19 Joseph Myers <joseph@codesourcery.com>
46532
46533 [BZ #9739]
46534 * manual/string.texi (strnlen): Use correct parameter name in
46535 equivalent expression.
46536
71c254a6
JM
465372012-02-19 Joseph Myers <joseph@codesourcery.com>
46538
46539 [BZ #11174]
46540 * manual/users.texi (seteuid): Consistently use neweuid for
46541 argument name.
46542
16d2c631
JM
465432012-02-19 Joseph Myers <joseph@codesourcery.com>
46544
46545 [BZ #13704]
46546 * manual/nss.texi (Services in the NSS configuration): Correct
46547 list of services in example configuration file.
46548
cd837b09
NB
465492012-02-19 Nick Bowler <nbowler@draconx.ca>
46550
46551 [BZ #11322]
46552 * manual/arith.texi: Remove statements about negative zero
46553 behaving identically to zero.
46554
02c4bbad
JM
465552012-02-18 Joseph Myers <joseph@codesourcery.com>
46556
46557 [BZ #5993]
46558 * manual/install.texi: Do not document upgrading from libc5.
46559
366842e7
JM
465602012-02-18 Joseph Myers <joseph@codesourcery.com>
46561
46562 [BZ #4596]
46563 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46564
dd54084d
DM
465652012-02-18 David S. Miller <davem@davemloft.net>
46566
46567 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46568 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46569 %o7 across the call.
46570 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46571 instead.
46572 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46573 SETUP_PIC_REG_LEAF.
46574 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46575 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46576 * sysdeps/sparc/crtn.S: Likewise.
46577
2bcc53a3
UD
465782012-02-17 Ulrich Drepper <drepper@gmail.com>
46579
46580 * aout/Makefile: Remove.
46581
09c093b5
RK
465822012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
46583
46584 [BZ #13058]
46585 * manual/examples/argp-ex1.c (main): Format definition in GNU
46586 style.
46587 * manual/examples/argp-ex2.c (main): Likewise.
46588 * manual/examples/argp-ex3.c (main): Likewise.
46589 * manual/examples/argp-ex4.c (main): Likewise.
46590 * manual/examples/longopt.c (main): Use new-style prototype
46591 definition.
46592 * manual/examples/strncat.c (main): Specify return type and use
46593 (void) for arguments.
46594 * manual/examples/subopt.c (main): Use char **argv argument.
46595
2ee633a2
JM
465962012-02-17 Joseph Myers <joseph@codesourcery.com>
46597
46598 [BZ #5077]
46599 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46600 rounding modes.
46601
0520adde
FB
466022012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
46603
46604 [BZ #6907]
46605 * manual/string.texi (strchr): Change when strchrnul is
46606 recommended.
46607
3f4081cd
DGM
466082012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
46609
46610 [BZ #174]
46611 * manual/locale.texi (setlocale): Document LOCPATH.
46612
d1b10e78
JM
466132012-02-17 Joseph Myers <joseph@codesourcery.com>
46614
46615 [BZ #10210]
46616 * manual/process.texi (execle): Move @dots{} before last argument.
46617
79c6869c
PB
466182012-02-17 Paul Bolle <pebolle@tiscali.nl>
46619
46620 [BZ #12047]
46621 * manual/charset.texi (Generic Charset Conversion): Fix typo
46622 (LC_TYPE -> LC_CTYPE).
46623
cc6e48bc
NB
466242012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
46625
46626 [BZ #5805]
46627 * manual/arith.texi (scalbn): Use @var{} on parameter names.
46628 (scalbnf): Likewise.
46629 (scalbnl): Likewise.
46630 (scalbln): Likewise.
46631 (scalblnf): Likewise.
46632 (scalblnl): Likewise.
46633 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46634 (vwarnx): Likewise.
46635 (verr): Likewise.
46636 (verrx): Likewise.
46637 * manual/filesys.texi (telldir): Use braces around return type.
46638 * manual/llio.texi (mmap): Add space after comma.
46639 (mmap64): Likewise.
46640 * manual/math.texi (jn): Use @var{} on parameter names.
46641 (jnf): Likewise.
46642 (jnl): Likewise.
46643 (yn): Likewise.
46644 (ynf): Likewise.
46645 (ynl): Likewise.
46646 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46647 line.
46648 * manual/resource.texi (ulimit): Use @dots{} instead of literal
46649 "...".
46650 (sched_get_priority_min): Remove semicolon on @deftypefun line.
46651 (sched_get_priority_max): Likewise.
46652 * manual/signal.texi (sigvec): Add space after comma.
46653 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46654 names.
46655 (if_indextoname): Likewise.
46656 (if_freenameindex): Likewise.
46657 (sendto): Use ',' instead of '.' in prototype.
46658 * manual/startup.texi (syscall): Use @dots{} instead of literal
46659 "...".
46660 * manual/stdio.texi (__fpending): Separate initial words of
46661 paragraph from @deftypefun line.
46662 * manual/syslog.texi (syslog): Use @dots{} instead of literal
46663 "...".
46664 (vsyslog): Use @var{} on parameter names.
46665 * manual/terminal.texi (stty): Use @var{} on parameter names.
46666 * manual/users.texi (getutmp): Use @var{} on parameter names.
46667 (getutmpx): Likewise.
46668
5b23062f
JM
466692012-02-17 Joseph Myers <joseph@codesourcery.com>
46670
46671 [BZ #6884]
46672 * manual/stdio.texi (fopen): Fix typos in description of
46673 ",ccs=STRING".
46674
8dee4833
AJ
466752012-02-17 Aurelien Jarno <aurelien@aurel32.net>
46676
46677 [BZ #4026]
46678 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46679 get clock_id definition.
46680
9078ce93
TS
466812012-02-17 Thomas Schwinge <thomas@schwinge.name>
46682
46683 [BZ #4822]
46684 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46685 (madvise): Cast every argument to void on its own.
46686
3835c55f
JM
466872012-02-17 Joseph Myers <joseph@codesourcery.com>
46688
46689 [BZ #9902]
46690 * manual/startup.texi (Exit Status): Fix typo.
46691
35c47e37
JM
466922012-02-17 Joseph Myers <joseph@codesourcery.com>
46693
46694 [BZ #10140]
46695 * manual/examples/argp-ex1.c: Include <stdlib.h>.
46696 * manual/examples/argp-ex2.c: Likewise.
46697 * manual/examples/argp-ex3.c: Likewise.
46698
e3b69ca7
RH
466992012-02-16 Richard Henderson <rth@redhat.com>
46700
46701 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46702 * sysdeps/s390/s390-32/initfini.c: Remove.
46703 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46704 * sysdeps/s390/s390-64/initfini.c: Remove.
46705
df83af67
KK
467062012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
46707
46708 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46709 compiler output for sysdeps/generic/initfini.c.
46710 * sysdeps/sh/elf/initfini.c: Remove file.
46711
f63f3380
DM
467122012-02-16 David S. Miller <davem@davemloft.net>
46713
fb59b3a4
DM
46714 [BZ #11494]
46715 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46716
f63f3380
DM
46717 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46718 * sysdeps/sparc/crti.S: New file.
46719 * sysdeps/sparc/crtn.S: New file.
46720 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46721 * sysdeps/sparc/sparc64/Makefile: Likewise.
46722
df6a4a4a
MF
467232012-02-15 Mike Frysinger <vapier@gentoo.org>
46724
6dd8f3dc 46725 [BZ #3335]
df6a4a4a
MF
46726 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46727
1cac7236
RM
467282012-02-15 Roland McGrath <roland@hack.frob.com>
46729
d2c736f8
RM
46730 [BZ #4822]
46731 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46732
1cac7236
RM
46733 * mach/devstream.c (cookie_io_functions_t): Macro removed.
46734 (write, read, close): Likewise.
46735 Patch by Aurelien Jarno <aurelien@aurel32.net>.
46736
8e475601
JM
467372012-02-15 Joseph Myers <joseph@codesourcery.com>
46738
46739 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46740 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46741 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46742 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46743 <bits/signalfd.h>.
46744 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46745 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46746 bits/signalfd.h.
46747
ed656b40
MP
467482012-02-14 Marek Polacek <polacek@redhat.com>
46749
46750 * sysdeps/x86_64/crti.S: New file.
46751 * sysdeps/x86_64/crtn.S: New file.
46752 * sysdeps/x86_64/elf/initfini.c: Remove file.
46753
2a979d3a
JM
467542012-02-13 Joseph Myers <joseph@codesourcery.com>
46755
46756 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46757 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46758 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46759 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46760 <bits/inotify.h>.
46761 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46762 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46763 bits/inotify.h.
46764
2a418ac3
JM
467652012-02-13 Joseph Myers <joseph@codesourcery.com>
46766
46767 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46768 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46769 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46770 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46771 <bits/eventfd.h>.
46772 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46773 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46774 bits/eventfd.h.
46775
fb779be7
TS
467762012-02-10 Thomas Schwinge <thomas@codesourcery.com>
46777
e19e83c5
RM
46778 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46779 __feraiseexcept instead of feraiseexcept.
7c35ffed 46780
fb779be7
TS
46781 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46782 nanosleep invocations.
46783 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46784 strings, and add error checking for a nanosleep invocations.
46785
59ba27a6
PE
467862012-02-09 Paul Eggert <eggert@cs.ucla.edu>
46787
46788 Replace FSF snail mail address with URLs, as per GNU coding standards.
46789 Most of the snail mail addresses were wrong anyway, and omitting
46790 them makes the source code easier to maintain. Almost all of the
46791 changes are to license notices and to locale LC_IDENTIFICATION
46792 addresses, except for this one:
46793 * manual/libc.texinfo: In "Published by", give the FSF's URL,
46794 not its snail mail address.
46795
57b957eb
RH
467962012-02-09 Richard Henderson <rth@twiddle.net>
46797
af850b1c
RH
46798 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46799 of kernel-features.h.
46800
57b957eb
RH
46801 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46802
6b73181a
MP
468032012-02-08 Marek Polacek <polacek@redhat.com>
46804
46805 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46806 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46807 * sysdeps/gnu/_G_config.h: Likewise.
46808 * sysdeps/generic/_G_config.h: Likewise.
46809
26ecc33a
AS
468102012-02-08 Andreas Schwab <schwab@linux-m68k.org>
46811
6c6dbc63
AS
46812 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46813 tests.
46814 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46815
e216c012
AS
46816 * sysdeps/powerpc/powerpc32/crti.S: New file.
46817 * sysdeps/powerpc/powerpc32/crtn.S: New file.
46818 * sysdeps/powerpc/powerpc64/crti.S: New file.
46819 * sysdeps/powerpc/powerpc64/crtn.S: New file.
46820
26ecc33a
AS
46821 * Makeconfig (have-initfini): Don't set.
46822 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46823 * configure.in (nopic_initfini): Don't substitute.
46824 * config.h.in (HAVE_INITFINI): Don't #undef.
46825 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46826 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46827
3add8e13
JM
468282012-02-08 Joseph Myers <joseph@codesourcery.com>
46829
46830 Support crti.S and crtn.S provided directly by architectures.
46831 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46832 [crti.S in sysdirs] (omit-deps): Likewise.
46833 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46834 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46835 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46836 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46837 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46838 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46839 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46840 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46841 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46842 compiler output for sysdeps/generic/initfini.c.
46843 * sysdeps/i386/elf/Makefile: Remove file.
46844 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46845
a22f12b4
MP
468462012-02-07 Marek Polacek <polacek@redhat.com>
46847
46848 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46849 * sysdeps/gnu/_G_config.h: Likewise.
46850 * sysdeps/mach/hurd/_G_config.h: Likewise.
46851
148cf100
MP
468522012-02-07 Marek Polacek <polacek@redhat.com>
46853
46854 * math/Makefile (tests): Add tst-CMPLX2.
46855 * math/tst-CMPLX2.c: New file.
46856
cfdc0dd7
AS
468572012-02-07 Andreas Schwab <schwab@linux-m68k.org>
46858
84ba42c4
AS
46859 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46860
cfdc0dd7
AS
46861 * math/libm-test.inc (jn_test): Add missing L suffix.
46862
622c86f4
MP
468632012-02-06 Marek Polacek <polacek@redhat.com>
46864
46865 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46866 * sysdeps/i386/fpu/e_powf.S: Likewise.
46867 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46868 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46869 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46870 * sysdeps/i386/fpu/e_pow.S: Likewise.
46871 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46872 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46873 * sysdeps/i386/fpu/s_expm1.S: Likewise.
46874 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46875 * sysdeps/i386/fpu/e_log2.S: Likewise.
46876 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46877 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46878 * sysdeps/i386/fpu/e_powl.S: Likewise.
46879 * sysdeps/i386/fpu/s_log1p.S: Likewise.
46880 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46881 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46882 * sysdeps/i386/fpu/e_logl.S: Likewise.
46883 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46884 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46885 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46886 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46887 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46888 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46889 * sysdeps/i386/fpu/e_log.S: Likewise.
46890 * sysdeps/i386/fpu/s_cexp.S: Likewise.
46891 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46892 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46893 * sysdeps/i386/fpu/e_logf.S: Likewise.
46894 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46895 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46896 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46897 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46898 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46899 * sysdeps/i386/fpu/e_log10.S: Likewise.
46900 * sysdeps/i386/fpu/s_frexp.S: Likewise.
46901 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46902 * sysdeps/i386/fpu/s_asinh.S: Likewise.
46903 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46904 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46905 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46906 * sysdeps/i386/asm-syntax.h: Likewise.
46907 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46908 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46909 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46910 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46911 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46912 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46913 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46914 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46915 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46916 * sysdeps/powerpc/sysdep.h: Likewise.
46917 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46918 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46919
d4a54ac6
JM
469202012-02-06 Joseph Myers <joseph@codesourcery.com>
46921
46922 [BZ #411]
46923 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46924
314054ea
JM
469252012-02-06 Joseph Myers <joseph@codesourcery.com>
46926
46927 * sysdeps/i386/sysdep.h: Include <features.h>.
46928 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46929 version.
46930
d8e0ca50
JM
469312012-02-05 Joseph Myers <joseph@codesourcery.com>
46932
46933 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46934 Define.
46935 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46936 LOAD_PIC_REG_STR.
46937
b1da7dd9
JM
469382012-02-03 Joseph Myers <joseph@codesourcery.com>
46939
46940 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46941 (SETUP_PIC_REG): Use GET_PC_THUNK.
46942 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46943 macro.
46944
9a1d9254
JM
469452012-02-03 Joseph Myers <joseph@codesourcery.com>
46946
46947 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46948 for non-PIC compilation.
46949 (SETUP_PIC_REG): Add .p2align directive.
46950 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46951 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46952 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46953 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46954 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46955 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46956 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46957 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46958 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46959 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46960 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46961 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46962 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46963 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46964 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46965 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46966 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46967 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46968 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46969 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46970 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46971 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46972 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46973 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46974 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46975 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46976 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46977 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46978 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46979 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46980 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46981 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46982 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46983 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46984 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46985 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46986 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46987 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46988 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46989 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46990 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46991
65dc3b75
JM
469922012-02-03 Joseph Myers <joseph@codesourcery.com>
46993
46994 * math/tst-CMPLX.c: Include <stdio.h>.
46995
d55bf177
JM
469962012-01-31 Joseph Myers <joseph@codesourcery.com>
46997
46998 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46999 float.
47000 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47001 * sysdeps/sparc/bits/mathdef.h: Likewise.
47002
69db4f8f
MP
470032012-01-31 Marek Polacek <polacek@redhat.com>
47004
47005 * libio/libio.h: Don't define _PARAMS.
47006 * locale/programs/config.h: Don't define PARAMS.
47007 * stdlib/strtol_l.c: Likewise.
47008 (__strtol_l): Remove PARAMS from the prototype.
47009
41b81892
UD
470102012-01-31 Ulrich Drepper <drepper@gmail.com>
47011
3b49edc0
UD
47012 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
47013 names. Just use the correct names. Remove unnecessary wrapper
47014 functions.
47015 * malloc/arena.c: Likewise.
47016 * malloc/hooks.c: Likewise.
47017
41b81892
UD
47018 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47019 ARENA_TEST says not to. Simplify test for creation of a new arena.
47020 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47021
27a25b6e
UD
470222012-01-30 Ulrich Drepper <drepper@gmail.com>
47023
47024 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47025 into tail calls.
47026 (update_get_addr): New function.
47027 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47028 GET_ADDR_MODULE parameter.
47029
c8a89e7d
JM
470302012-01-30 Joseph Myers <joseph@codesourcery.com>
47031
47032 * crypt/cert.c: Remove __STDC__ conditionals.
47033 * crypt/crypt-entry.c: Likewise.
47034 * crypt/crypt_util.c: Likewise.
47035 * libio/filedoalloc.c: Likewise.
47036 * libio/fileops.c: Likewise.
47037 * libio/genops.c: Likewise.
47038 * libio/iofclose.c: Likewise.
47039 * libio/iofdopen.c: Likewise.
47040 * libio/iofopen.c: Likewise.
47041 * libio/iofopen64.c: Likewise.
47042 * libio/iogetdelim.c: Likewise.
47043 * libio/iopopen.c: Likewise.
47044 * libio/obprintf.c: Likewise.
47045 * libio/oldfileops.c: Likewise.
47046 * libio/oldiofclose.c: Likewise.
47047 * libio/oldiofdopen.c: Likewise.
47048 * libio/oldiofopen.c: Likewise.
47049 * libio/oldiopopen.c: Likewise.
47050 * libio/wfiledoalloc.c: Likewise.
47051 * libio/wgenops.c: Likewise.
47052 * locale/programs/xmalloc.c: Likewise.
47053 * misc/syslog.c: Likewise.
47054 * stdio-common/xbug.c: Likewise.
47055 * string/memchr.c: Likewise.
47056 * string/memcmp.c: Likewise.
47057 * string/memrchr.c: Likewise.
47058 * string/rawmemchr.c: Likewise.
47059 * sysdeps/posix/getcwd.c: Likewise.
47060 * time/strftime_l.c: Likewise.
47061
3b100462
JM
470622012-01-30 Joseph Myers <joseph@codesourcery.com>
47063
47064 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
47065 * config.make.in (config-cflags-sse2avx): Define.
47066 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47067 Fix typo.
47068
607998af
CM
470692012-01-29 Chris Metcalf <cmetcalf@tilera.com>
47070
47071 * scripts/config.guess: Update from upstream config git repository.
47072 * scripts/config.sub: Likewise.
47073
3601428f
CM
470742012-01-28 Chris Metcalf <cmetcalf@tilera.com>
47075
3ac8b282
CM
47076 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47077 (EM_NUM): Update.
47078 (R_TILEPRO_*, R_TILEGX_*): New macros.
47079
e034841e
CM
47080 * scripts/firstversions.awk: Fix bug in version range handling.
47081
540d7568
CM
47082 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47083
3601428f
CM
47084 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47085
463de862
CM
47086 * include/sys/epoll.h: New file.
47087 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47088 libc_hidden_def.
47089
73139a76
UD
470902012-01-28 Ulrich Drepper <drepper@gmail.com>
47091
96bc5b45
UD
47092 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47093 Avoid unnecessary __WORDSIZE == 64 test.
47094 (fmaxf): Use VEX format if possible.
47095 (fmax): Likewise.
47096 (fminf): Likewise.
47097 (fmin): Likewise.
47098
56f6f6a2
UD
47099 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47100 * math/math_private.h: Remove libc_fegetround* and
47101 libc_fesetround*.
47102 * sysdeps/i386/configure.in: Check for -msse2avx.
47103 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47104 also if SSE2AVX is defined.
47105 Remove libc_fegetround* and libc_fesetround*.
47106 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47107 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
47108 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47109 of HAS_YMM_USABLE.
47110 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47111 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47112 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47113 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47114 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47115
73139a76
UD
47116 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47117
d73f93a4
AZ
471182012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47119
47120 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47121 size is not set.
47122 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47123
6ee65ed6
UD
471242012-01-27 Ulrich Drepper <drepper@gmail.com>
47125
47126 [BZ #13618]
47127 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47128 relocation.
47129 * Makeconfig (libm): Define.
47130 * elf/Makefile: Add rules to build and run tst-relsort1.
47131 * elf/tst-relsort1.c: New file.
47132 * elf/tst-relsort1mod1.c: New file.
47133 * elf/tst-relsort1mod2.c: New file.
47134
8db21882
JM
471352012-01-27 Joseph Myers <joseph@codesourcery.com>
47136
47137 * math/s_ldexp.c: Remove __STDC__ conditionals.
47138 * math/s_ldexpf.c: Likewise.
47139 * math/s_ldexpl.c: Likewise.
47140 * math/s_nextafter.c: Likewise.
47141 * math/s_nexttowardf.c: Likewise.
47142 * math/s_significand.c: Likewise.
47143 * math/s_significandf.c: Likewise.
47144 * math/s_significandl.c: Likewise.
47145 * math/w_jnl.c: Likewise.
47146 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47147 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47148 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47149 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47150 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47151 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47152 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47153 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47154 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47155 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47156 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47157 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47158 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47159 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47160 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47161 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47162 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47163 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47164 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47165 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47166 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47167 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47168 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47169 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47170 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47171 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47172 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47173 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47174 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47175 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47176 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47177 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47178 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47179 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47180 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47181 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47182 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47183 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47184 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47185 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47186 * sysdeps/ieee754/k_standard.c: Likewise.
47187 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47188 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47189 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47190 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47191 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47192 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47193 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47194 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47195 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47196 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47197 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47198 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47199 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47200 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47201 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47202 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47203 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47204 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47205 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47206 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47207 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47208 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47209 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47210 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47211 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47212 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47213 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47214 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47215 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47216 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47217 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47218 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47219 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47220 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47221 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47222 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47223 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47224 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47225 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47226 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47227 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47228 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47229 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47230 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47231 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47232 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47233 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47234 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47235 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47236 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47237 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47238 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47239 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47240 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47241 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47242 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47243 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47244 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47245 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47246 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47247 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47248 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47249 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47250 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47251 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47252 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47253 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47254 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47255 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47256 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47257 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47258 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47259 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47260 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47261 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47262 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47263 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47264 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47265 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47266 * sysdeps/ieee754/s_matherr.c: Likewise.
47267 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47268 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47269 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47270 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47271
965a54a4
JM
472722012-01-26 Joseph Myers <joseph@codesourcery.com>
47273
47274 * crypt/md5.h: Remove __STDC__ conditionals.
47275 * libio/libioP.h: Likewise.
47276 * locale/programs/config.h: Likewise.
47277 * sysdeps/generic/sysdep.h: Likewise.
47278 * sysdeps/i386/asm-syntax.h: Likewise.
47279 * sysdeps/s390/asm-syntax.h: Likewise.
47280 * sysdeps/unix/sysdep.h: Likewise.
47281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47283
7071ad79
JM
472842012-01-26 Joseph Myers <joseph@codesourcery.com>
47285
47286 * libio/libio.h: Remove __STDC__ conditionals.
47287 * malloc/obstack.h: Likewise.
47288 * math/complex.h: Likewise.
47289 * math/math.h: Likewise.
47290 * sysdeps/generic/_G_config.h: Likewise.
47291 * sysdeps/gnu/_G_config.h: Likewise.
47292 * sysdeps/mach/hurd/_G_config.h: Likewise.
47293 * sysdeps/powerpc/bits/mathdef.h: Likewise.
47294 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47295 * sysdeps/sparc/bits/mathdef.h: Likewise.
47296
afc5ed09
UD
472972012-01-26 Ulrich Drepper <drepper@gmail.com>
47298
47299 [BZ #13583]
47300 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 47301 Clean up HAS_* macros.
afc5ed09 47302 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
47303 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47304 possible.
47305 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47306 HAS_AVX.
47307 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47308 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47309 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47310 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47311 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 47312
bdb6de1d
JM
473132012-01-25 Joseph Myers <joseph@codesourcery.com>
47314
47315 * elf/tst-unique3.cc (gets): Remove declaration.
47316 * elf/tst-unique3lib.cc (gets): Likewise.
47317 * elf/tst-unique3lib2.cc (gets): Likewise.
47318 * elf/tst-unique4.cc (gets): Likewise.
47319
b15549e6
UD
473202012-01-24 Ulrich Drepper <drepper@gmail.com>
47321
47322 * include/stdio.h: Add C++ protection. Add gets declarations and
47323 definitions.
47324 * debug/tst-chk1.c: Don't declare gets here.
47325 * stdio-common/tst-gets.c: Likewise.
47326
a037381f
JM
473272012-01-24 Joseph Myers <joseph@codesourcery.com>
47328
47329 * posix/glob: Remove directory.
47330
f1d4aa75
JM
473312012-01-24 Joseph Myers <joseph@codesourcery.com>
47332
47333 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47334
81c0c964
PT
473352012-01-22 Pino Toscano <toscano.pino@tiscali.it>
47336
47337 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47338 of the non-standard EPFNOSUPPORT.
47339
0ea698ae
ST
473402011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
47341
47342 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47343 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47344 ANYWHERE set to 1 only on KERN_NO_SPACE error.
47345
d220b117
UD
473462012-01-21 Ulrich Drepper <drepper@gmail.com>
47347
47348 * wcsmbs/uchar.h: Test __STDC_VERSION__.
47349
3e1aa84e
UD
473502012-01-20 Ulrich Drepper <drepper@gmail.com>
47351
47352 * nscd/aicache.c (addhstaiX): Do not cache negative results of
47353 transient errors.
47354 * nscd/grpcache.c (cache_addgr): Likewise.
47355 * nscd/hstcache.c (cache_addhst): Likewise.
47356 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47357 * nscd/pwdcache.c (cache_addpw): Likewise.
47358 * nscd/servicescache.c (cache_addserv): Likewise.
47359
400aa020
UD
473602012-01-16 Ulrich Drepper <drepper@gmail.com>
47361
d77e7869
UD
47362 * malloc/malloc.c: Various cleanups.
47363 * malloc/hooks.c: Likewise.
47364
400aa020
UD
47365 * stdlib/Makefile (tests): Add bug-fmtmsg1.
47366 * stdlib/bug-fmtmsg1.c: New file.
47367
47368 * stdlib/fmtmsg.c (init): Add missing unlock.
47369 Patch by Peng Haitao <penght@cn.fujitsu.com>.
47370
e0a309cf
MP
473712012-01-12 Marek Polacek <polacek@redhat.com>
47372
47373 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47374 and _GNU_SOURCE.
47375
929d11c7
WS
473762012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47377
47378 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47379 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47380 macro to ensure uniqueness of label name.
47381 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47382 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47383
41d0e869
UD
473842012-01-11 Ulrich Drepper <drepper@gmail.com>
47385
0cc5ed3b
UD
47386 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47387
41d0e869
UD
47388 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47389 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47390 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47391 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47392
a47a831a
UD
473932012-01-10 Ulrich Drepper <drepper@gmail.com>
47394
daa891c0
UD
47395 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47396
47397 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47398 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47399 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47400
e58ef0f2
UD
47401 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47402
a47a831a 47403 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
47404 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47405 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 47406 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
47407
47408 * math/bits/math-finite.h: Add ldexp support.
47409
a0bfc9c7
MP
474102012-01-10 Marek Polacek <polacek@redhat.com>
47411
47412 * locale/programs/localedef.h (show_archive_content): Add noreturn
47413 attribute.
47414
d6e97a1d
UD
474152012-01-09 Ulrich Drepper <drepper@gmail.com>
47416
47417 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47418
d5835c26
UD
474192012-01-08 Ulrich Drepper <drepper@gmail.com>
47420
e5f484c6
UD
47421 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47422
d5835c26
UD
47423 * io/Makefile (headers): Add bits/poll2.h.
47424
d1f741e9
WS
474252011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
47426
47427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47428 typo #include statement.
47429
ec09c1c4
UD
474302012-01-08 Ulrich Drepper <drepper@gmail.com>
47431
47432 * include/sys/cdefs.h: Define __attribute_alloc_size.
47433 * catgets/gencat.c: Add alloc_size attribute and apply consistently
47434 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47435 * elf/pldd.c: Likewise.
47436 * iconv/iconv_charmap.c: Likewise.
47437 * iconv/iconvconfig.c: Likewise.
47438 * iconv/strtab.c: Likewise.
47439 * locale/programs/locale.c: Likewise.
47440 * locale/programs/localedef.h: Likewise.
47441 * locale/programs/simple-hash.c: Likewise.
47442 * nscd/nscd.h: Likewise.
47443 * nss/makedb.c: Likewise.
47444 * sysdeps/generic/ldconfig.h: Likewise.
47445 * locale/programs/localedef.c: Remove xmalloc prototype.
47446 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47447
20b38e03
PP
474482012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
47449
47450 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47451 appropriate.
47452
a0da5fe1
UD
474532012-01-08 Ulrich Drepper <drepper@gmail.com>
47454
1d5a644a 47455 * math/Makefile (tests): Add tst-CMPLX.
669704fd 47456 * math/tst-CMPLX.c: New file.
1d5a644a 47457
8784a6db
UD
47458 * math/complex.h (CMPLXL): Fix typo.
47459
d9a216c0
UD
47460 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47461 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47462 GLIBC_2.16.
47463 * debug/tst-chk1.c: Add poll and ppoll tests.
47464 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47465 * include/sys/poll.h: Add hidden proto for ppoll.
47466 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47467 * sysdeps/mach/hurd/ppoll.c: Likewise.
47468 * io/ppoll.c: Likewise.
47469 * debug/poll_chk.c: New file.
47470 * debug/ppoll_chk.c: New file.
47471 * include/bits/poll2.h: New file.
47472 * io/bits/poll2.h: New file.
47473
ac097f5c
UD
47474 [BZ #1350]
47475 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47476
2119dcfa
UD
47477 * configure.in: static is always set to yes. Remove.
47478 * config.make.in: Don't set build-static.
47479 * Makeconfig: Remove use of build-static.
47480 * dlfcn/Makefile: Likewise.
47481 * elf/Makefile: Likewise.
47482 * math/Makefile: Likewise.
47483 * misc/Makefile: Likewise.
47484 * nptl/Makefile: Likewise.
47485 * sysdeps/mach/hurd/Makefile: Likewise.
47486
121766a9
UD
47487 * configure.in: PWD_P is not used anymore.
47488 * config.make.in: Remove PWD_P entry.
47489
51a1d39c 47490 * configure.in: Remove last remnants of RANLIB.
8720d066 47491 No need to check for signed size_t anymore.
215f4bdc
UD
47492 Don't set libc_commonpagesize and libc_relro_required here for Alpha
47493 and IA-64.
3857022a 47494 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
47495 * aclocal.m4: Likewise.
47496
d3ed7225
UD
47497 * wcsmbs/mbrtoc16.c: Implement using towc function.
47498 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47499 * wcsmbs/wcsmbsload.c: Likewise.
47500 * iconv/gconv_simple.c: Likewise.
47501 * iconv/gconv_int.h: Likewise.
47502 * iconv/gconv_builtin.h: Likewise.
47503 * iconv/iconv_prog.c: Remove CHAR16 handling.
47504
47505 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47506
47507 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47508
a0da5fe1
UD
47509 * configure.in: Remove --with-elf and --enable-bounded options.
47510 Dont set base_machine for ia64. More non-ELF conditions removed.
47511 Remove testing and setting of leading underscore information.
47512 * config.make.in (build-bounded): Set to no.
47513 * config.h.in: Remove NO_UNDERSCORES entry.
47514 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
47515 them.
47516 * csu/start.c: Remove !NO_UNDERSCORE code.
47517 * locale/localeinfo.h: Likewise.
47518 * sysdeps/generic/machine-gmon.h: Likewise.
47519 * sysdeps/generic/sysdep.h: Likewise.
47520 * sysdeps/i386/sysdep.h: Likewise.
47521 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47522 * sysdeps/mach/sysdep.h: Likewise.
47523 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47524 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47525 * sysdeps/sh/sysdep.h: Likewise.
47526 * sysdeps/sparc/sparc32/alloca.S: Likewise.
47527 * sysdeps/unix/i386/sysdep.S: Likewise.
47528 * sysdeps/unix/sparc/start.c: Likewise.
47529 * sysdeps/unix/sparc/sysdep.S: Likewise.
47530 * sysdeps/unix/sparc/sysdep.h: Likewise.
47531 * sysdeps/unix/start.c: Likewise.
47532 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47533 * sysdeps/x86_64/sysdep.h: Likewise.
47534
df78418a
UD
475352012-01-07 Ulrich Drepper <drepper@gmail.com>
47536
a784e502
UD
47537 [BZ #13553]
47538 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47539 for non-gcc.
47540 * argp/argp-fmtstream.h: Use const instead __const.
47541 * argp/argp.h: Likewise.
47542 * assert/assert.h: Likewise.
47543 * bits/fenv.h: Likewise.
47544 * bits/sched.h: Likewise.
47545 * bits/sigset.h: Likewise.
47546 * bits/sigthread.h: Likewise.
47547 * catgets/nl_types.h: Likewise.
47548 * conform/data/pthread.h-data: Likewise.
47549 * crypt/crypt-private.h: Likewise.
47550 * crypt/crypt.h: Likewise.
47551 * crypt/crypt_util.c: Likewise.
47552 * ctype/ctype.h: Likewise.
47553 * debug/execinfo.h: Likewise.
47554 * debug/mbsnrtowcs_chk.c: Likewise.
47555 * debug/mbsrtowcs_chk.c: Likewise.
47556 * debug/wcsnrtombs_chk.c: Likewise.
47557 * debug/wcsrtombs_chk.c: Likewise.
47558 * debug/wcstombs_chk.c: Likewise.
47559 * dirent/dirent.h: Likewise.
47560 * dlfcn/dlfcn.h: Likewise.
47561 * elf/neededtest4.c: Likewise.
47562 * grp/grp.h: Likewise.
47563 * gshadow/gshadow.h: Likewise.
47564 * iconv/gconv.h: Likewise.
47565 * iconv/gconv_int.h: Likewise.
47566 * iconv/gconv_simple.c: Likewise.
47567 * iconv/iconv.h: Likewise.
47568 * iconv/loop.c: Likewise.
47569 * iconv/skeleton.c: Likewise.
47570 * include/aio.h: Likewise.
47571 * include/aliases.h: Likewise.
47572 * include/argz.h: Likewise.
47573 * include/arpa/inet.h: Likewise.
47574 * include/assert.h: Likewise.
47575 * include/dirent.h: Likewise.
47576 * include/dlfcn.h: Likewise.
47577 * include/execinfo.h: Likewise.
47578 * include/fcntl.h: Likewise.
47579 * include/fenv.h: Likewise.
47580 * include/glob.h: Likewise.
47581 * include/grp.h: Likewise.
47582 * include/libintl.h: Likewise.
47583 * include/mntent.h: Likewise.
47584 * include/netdb.h: Likewise.
47585 * include/pwd.h: Likewise.
47586 * include/rpc/netdb.h: Likewise.
47587 * include/sched.h: Likewise.
47588 * include/search.h: Likewise.
47589 * include/shadow.h: Likewise.
47590 * include/signal.h: Likewise.
47591 * include/stdio.h: Likewise.
47592 * include/stdlib.h: Likewise.
47593 * include/string.h: Likewise.
47594 * include/sys/socket.h: Likewise.
47595 * include/sys/stat.h: Likewise.
47596 * include/sys/statfs.h: Likewise.
47597 * include/sys/statvfs.h: Likewise.
47598 * include/sys/syslog.h: Likewise.
47599 * include/sys/time.h: Likewise.
47600 * include/sys/uio.h: Likewise.
47601 * include/time.h: Likewise.
47602 * include/unistd.h: Likewise.
47603 * include/utmp.h: Likewise.
47604 * include/wchar.h: Likewise.
47605 * include/wctype.h: Likewise.
47606 * inet/aliases.h: Likewise.
47607 * inet/arpa/inet.h: Likewise.
47608 * inet/netinet/ether.h: Likewise.
47609 * inet/netinet/in.h: Likewise.
47610 * intl/libintl.h: Likewise.
47611 * io/bits/fcntl2.h: Likewise.
47612 * io/fcntl.h: Likewise.
47613 * io/ftw.h: Likewise.
47614 * io/sys/poll.h: Likewise.
47615 * io/sys/stat.h: Likewise.
47616 * io/sys/statfs.h: Likewise.
47617 * io/sys/statvfs.h: Likewise.
47618 * io/utime.h: Likewise.
47619 * libio/bits/stdio.h: Likewise.
47620 * libio/bits/stdio2.h: Likewise.
47621 * libio/libio.h: Likewise.
47622 * libio/libioP.h: Likewise.
47623 * libio/stdio.h: Likewise.
47624 * locale/lc-ctype.c: Likewise.
47625 * locale/locale.h: Likewise.
47626 * login/utmp.h: Likewise.
47627 * malloc/arena.c: Likewise.
47628 * malloc/malloc.c: Likewise.
47629 * malloc/malloc.h: Likewise.
47630 * malloc/mcheck.c: Likewise.
47631 * malloc/mtrace.c: Likewise.
47632 * math/bits/mathcalls.h: Likewise.
47633 * math/fenv.h: Likewise.
47634 * math/math_private.h: Likewise.
47635 * misc/bits/error.h: Likewise.
47636 * misc/bits/syslog.h: Likewise.
47637 * misc/err.h: Likewise.
47638 * misc/error.h: Likewise.
47639 * misc/fstab.h: Likewise.
47640 * misc/mntent.h: Likewise.
47641 * misc/regexp.h: Likewise.
47642 * misc/search.h: Likewise.
47643 * misc/sgtty.h: Likewise.
47644 * misc/sys/mman.h: Likewise.
47645 * misc/sys/syslog.h: Likewise.
47646 * misc/sys/uio.h: Likewise.
47647 * misc/sys/xattr.h: Likewise.
47648 * misc/ttyent.h: Likewise.
47649 * nis/rpcsvc/ypclnt.h: Likewise.
47650 * nss/nss.h: Likewise.
47651 * posix/bits/unistd.h: Likewise.
47652 * posix/fnmatch.h: Likewise.
47653 * posix/glob.h: Likewise.
47654 * posix/sched.h: Likewise.
47655 * posix/spawn.h: Likewise.
47656 * posix/sys/wait.h: Likewise.
47657 * posix/unistd.h: Likewise.
47658 * posix/wordexp.h: Likewise.
47659 * pwd/pwd.h: Likewise.
47660 * resolv/netdb.h: Likewise.
47661 * resource/sys/resource.h: Likewise.
47662 * rt/aio.h: Likewise.
47663 * rt/bits/mqueue2.h: Likewise.
47664 * rt/mqueue.h: Likewise.
47665 * shadow/shadow.h: Likewise.
47666 * signal/signal.h: Likewise.
47667 * socket/send.c: Likewise.
47668 * socket/sendto.c: Likewise.
47669 * socket/sys/socket.h: Likewise.
47670 * stdio-common/printf.h: Likewise.
47671 * stdlib/bits/stdlib.h: Likewise.
47672 * stdlib/fmtmsg.h: Likewise.
47673 * stdlib/monetary.h: Likewise.
47674 * stdlib/stdlib.h: Likewise.
47675 * stdlib/ucontext.h: Likewise.
47676 * streams/stropts.h: Likewise.
47677 * string/argz.h: Likewise.
47678 * string/bits/string2.h: Likewise.
47679 * string/string.h: Likewise.
47680 * string/strings.h: Likewise.
47681 * sunrpc/rpc/auth.h: Likewise.
47682 * sunrpc/rpc/auth_des.h: Likewise.
47683 * sunrpc/rpc/clnt.h: Likewise.
47684 * sunrpc/rpc/netdb.h: Likewise.
47685 * sunrpc/rpc/pmap_clnt.h: Likewise.
47686 * sunrpc/rpc/xdr.h: Likewise.
47687 * sysdeps/generic/inttypes.h: Likewise.
47688 * sysdeps/generic/net/if.h: Likewise.
47689 * sysdeps/generic/sys/swap.h: Likewise.
47690 * sysdeps/gnu/net/if.h: Likewise.
47691 * sysdeps/gnu/utmpx.h: Likewise.
47692 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47693 * sysdeps/i386/i486/bits/string.h: Likewise.
47694 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47695 * sysdeps/s390/bits/string.h: Likewise.
47696 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47697 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47698 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47699 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47700 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47701 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47702 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47703 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47704 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47705 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47706 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47707 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47708 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47709 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47710 * sysdeps/unix/sysv/linux/readv.c: Likewise.
47711 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47712 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47713 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47714 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47715 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47716 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47717 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47718 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47719 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47720 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47721 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47722 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47723 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47724 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47725 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47726 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47727 * sysvipc/sys/ipc.h: Likewise.
47728 * sysvipc/sys/msg.h: Likewise.
47729 * sysvipc/sys/sem.h: Likewise.
47730 * sysvipc/sys/shm.h: Likewise.
47731 * termios/termios.h: Likewise.
47732 * time/sys/time.h: Likewise.
47733 * time/time.h: Likewise.
47734 * wcsmbs/bits/wchar2.h: Likewise.
47735 * wcsmbs/uchar.h: Likewise.
47736 * wcsmbs/wchar.h: Likewise.
47737 * wctype/wctype.h: Likewise.
47738
0269750c
UD
47739 [BZ #13551]
47740 * Makeconfig: Remove all but ELF support including AIX support.
47741 * Makerules: Likewise.
47742 * config.h.in: Likewise.
47743 * config.make.in: Likewise.
47744 * configure: Likewise.
47745 * configure.in: Likewise.
47746 * csu/Makefile: Likewise.
47747 * csu/version.c: Likewise.
47748 * debug/Makefile: Likewise.
47749 * dlfcn/Makefile: Likewise.
47750 * elf/Makefile: Likewise.
47751 * extra-lib.mk: Likewise.
47752 * iconv/Makefile: Likewise.
47753 * include/libc-symbols.h: Likewise.
47754 * include/shlib-compat.h: Likewise.
47755 * resolv/Makefile: Likewise.
47756 * resolv/res_libc.c: Likewise.
47757 * rt/Makefile: Likewise.
47758 * sysdeps/i386/asm-syntax.h: Likewise.
47759 * sysdeps/i386/sysdep.h: Likewise.
47760 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47761 * sysdeps/mach/sysdep.h: Likewise.
47762 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47763 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47764 * sysdeps/s390/asm-syntax.h: Likewise.
47765 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47766 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47767 * sysdeps/sh/sysdep.h: Likewise.
47768 * sysdeps/unix/sparc/sysdep.h: Likewise.
47769 * sysdeps/wordsize-32/divdi3.c: Likewise.
47770 * sysdeps/x86_64/sysdep.h: Likewise.
47771
00bbd29b
UD
47772 * argp/Versions: Remove _argp_unlock_xxx.
47773
47774 [BZ #13559]
47775 * abilist/ld.abilist: Update. Adjust for removal of tls option.
47776 * abilist/libBrokenLocale.abilist: Likewise.
47777 * abilist/libanl.abilist: Likewise.
47778 * abilist/libc.abilist: Likewise.
47779 * abilist/libcrypt.abilist: Likewise.
47780 * abilist/libdl.abilist: Likewise.
47781 * abilist/libm.abilist: Likewise.
47782 * abilist/libnsl.abilist: Likewise.
47783 * abilist/libpthread.abilist: Likewise.
47784 * abilist/libresolv.abilist: Likewise.
47785 * abilist/librt.abilist: Likewise.
47786 * abilist/libthread_db.abilist: Likewise.
47787 * abilist/libutil.abilist: Likewise.
47788 * abilist/libnss_db.abilist: New file.
47789
47790 * scripts/abilist.awk: Add support for indirect functions.
47791
a2693a0e
UD
47792 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47793
3f05895f
UD
47794 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47795
ecb6fb48
UD
47796 * shlib-versions: Remove entries for ports architectures.
47797
664f8cb9
UD
47798 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
47799 files in ports.
47800 * elf/stackguard-macros.h: Remove support for IA-64.
47801 * elf/tst-auditmod1.c: Likewise.
47802 * sysdeps/generic/ldsodefs.h: Likewise.
47803
7ae81d88
UD
47804 * sysdeps/unix/sysv/linux/configure.in: Ports should define
47805 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47806 configure files.
47807
bdeba135
UD
47808 [BZ #13552]
47809 * configure.in: Remove --enable-omitfp support.
47810 * FAQ.in: Adjust.
47811 * config.make.in: Likewise.
47812 * Makeconfig: Likewise.
47813 * manual/install.texi: Likewise.
47814
d75a0a62
UD
47815 In case anyone cares, the IA-64 architecture could move to ports.
47816 * sysdeps/ia64/*: Removed.
47817 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 47818 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 47819
dcc9756b
UD
47820 [BZ #13555]
47821 * configure.in: Remove entries for unsupported architectures.
47822
d3761ebc 47823 [BZ #13533]
9954432e
UD
47824 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47825 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
47826 routines.
47827 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47828 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47829 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
47830 fall back to using wcrtomb.
47831 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47832 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
47833 renaming.
47834 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47835 * wcsmbs/tst-c16c32-1.c: New file.
47836
47837 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47838 local variable.
47839
c3a87236
UD
47840 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47841
28926a1b
UD
47842 * elf/tst-unique3.cc: Add explicit declaration of gets.
47843 * elf/tst-unique3lib.cc: Likewise.
47844 * elf/tst-unique3lib2.cc: Likewise.
47845 * elf/tst-unique4.cc: Likewise.
47846
df78418a
UD
47847 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47848
8ecd6b2a
JM
478492012-01-06 Joseph Myers <joseph@codesourcery.com>
47850
47851 [BZ #13566]
47852 * assert/assert.h (static_assert): Don't define for C++.
47853 * libio/stdio.h (gets): Do declare for C++ <= C++11.
47854 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47855
9f115170
UD
478562012-01-03 Ulrich Drepper <drepper@gmail.com>
47857
5e0d0300
UD
47858 * iconv/loop.c (single loop): Fix assertion in storing of
47859 remaining bytes.
47860
9f115170
UD
47861 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47862
81fb02b0
UD
478632012-01-01 Ulrich Drepper <drepper@gmail.com>
47864
47865 * posix/getconf.c: Update copyright year.
47866 * nss/getent.c: Likewise.
a316c1f6 47867 * nss/makedb.c: Likewise.
81fb02b0
UD
47868 * iconv/iconvconfig.c: Likewise.
47869 * iconv/iconv_prog.c: Likewise.
47870 * elf/ldconfig.c: Likewise.
a316c1f6
UD
47871 * elf/pldd.c: Likewise.
47872 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
47873 * catgets/gencat.c: Likewise.
47874 * csu/version.c: Likewise.
47875 * elf/ldd.bash.in: Likewise.
47876 * elf/sprof.c (print_version): Likewise.
47877 * locale/programs/locale.c: Likewise.
47878 * locale/programs/localedef.c: Likewise.
a316c1f6 47879 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
47880 * nscd/nscd.c (print_version): Likewise.
47881 * debug/xtrace.sh: Likewise.
47882 * malloc/memusage.sh: Likewise.
47883 * malloc/mtrace.pl: Likewise.
47884 * debug/catchsegv.sh: Likewise.
47885
2ba92745
JJ
478862011-12-30 Jakub Jelinek <jakub@redhat.com>
47887
47888 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47889 pure attribute.
47890
dadebdae
UD
478912011-12-24 Ulrich Drepper <drepper@gmail.com>
47892
d3761ebc 47893 [BZ #13533]
db6af3eb
UD
47894 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47895 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47896 transformations.
47897 * iconv/gconv_int.h: Likewise.
47898 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47899 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47900 from libc for GLIBC_2.16.
47901 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47902 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47903 * wcsmbs/uchar.h: Really define mbstate_t.
47904 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47905 * wcsmbs/c16rtomb.c: New file.
47906 * wcsmbs/mbrtoc16.c: New file.
47907 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47908 for C/POSIX locale.
47909 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47910 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47911
dadebdae
UD
47912 * wcsmbs/wchar.h: Add missing __restrict.
47913
67371b56
UD
479142011-12-23 Ulrich Drepper <drepper@gmail.com>
47915
74033a25
UD
47916 [BZ #13532]
47917 * time/Makefile (routines): Add timespec_get.
47918 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47919 * time/time.h: Define TIME_UTC and declare timespec_get. Define
47920 timespec for ISO C11.
47921 * time/timespec_get.c: New file.
47922 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47923 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47924
380d7e87
UD
47925 [BZ #13531]
47926 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47927 * stdlib/stdlib.h: Declare aligned_alloc.
47928 * Versions.def: Add GLIBC_2.16 for libc.
47929 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47930
4e9e7a35
UD
47931 [BZ 13527]
47932 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47933 ISO C11.
47934
380d7e87 47935 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
47936 code.
47937
03a71829
UD
47938 [BZ #13528]
47939 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47940
839e283e
UD
47941 [BZ #13529]
47942 * assert/assert.h (static_assert): Define.
47943
ce5294e2 47944 * version.h: Update for 2.16 development version.
90fa7312 47945
8d44e150 47946 [BZ #13526]
d7809905
UD
47947 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47948 _ISOC11_SOURCE.
47949
c0da14cd
UD
47950 * version.h (RELEASE): Bump for 2.15 release.
47951 * include/features.h (__GLIBC_MINOR__): Bump to 15.
47952
530a3249
MP
47953 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47954 Patch by Marek Polacek <mpolacek@redhat.com>.
47955
67371b56
UD
47956 * bits/byteswap.h: Protect long long constants with __extension__.
47957 * sysdeps/i386/bits/byteswap.h: Likewise.
47958 * sysdeps/ia64/bits/byteswap.h: Likewise.
47959 * sysdeps/s390/bits/byteswap.h: Likewise.
47960 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47961
15db4de1
LD
479622011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47963
47964 [BZ #13540]
bbe315ea
LD
47965 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47966 destination buffer.
15db4de1
LD
47967 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47968
2b2596b1
MP
479692011-12-23 Marek Polacek <polacek@redhat.com>
47970
47971 * elf/dl-addr.c (determine_info): Add inline keyword.
47972 * elf/tst-auditmod4b.c (check_avx): Likewise.
47973 * elf/tst-auditmod6b.c (check_avx): Likewise.
47974 * elf/tst-auditmod6c.c (check_avx): Likewise.
47975 * elf/tst-auditmod7b.c (check_avx): Likewise.
47976
70c6c246
UD
479772011-12-23 Ulrich Drepper <drepper@gmail.com>
47978
47979 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47980 !__SSE_MATH__.
47981
c044cf14
LD
479822011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47983
15db4de1 47984 [BZ #13540]
c044cf14
LD
47985 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47986 processing for last bytes.
47987
6b13d9d9
BH
479882011-08-06 Bruno Haible <bruno@clisp.org>
47989
d455f537
BH
47990 [BZ #13061]
47991 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47992 U+0385, not to U+1FEE.
47993
6b13d9d9
BH
47994 [BZ #13062]
47995 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47996 entry for U+00A5 U+0301.
47997
db910efd
UD
479982011-12-22 Ulrich Drepper <drepper@gmail.com>
47999
27deeafc
UD
48000 [BZ #13166]
48001 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48002 buffer for the output is too small.
48003
aed9d171
UD
48004 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48005 optimization.
48006
db910efd
UD
48007 [BZ #13185]
48008 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48009 SSE flags if possible.
48010
2bd779ae
LD
480112011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48012
e7f9dac3 48013 [BZ #13540]
2bd779ae
LD
48014 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48015 processing for last bytes.
48016
154bfc16
JM
480172011-12-22 Joseph Myers <joseph@codesourcery.com>
48018
48019 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48020 (syscall-list-default-options, syscall-list-default-condition)
48021 (syscall-list-includes): Define.
48022 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48023 list of ABIs and options and #if conditions for each ABI. Do not
48024 handle common syscalls between ABIs specially.
48025 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48026 Remove.
48027 (syscall-list-variants, syscall-list-32bit-options)
48028 (syscall-list-32bit-condition, syscall-list-64bit-options)
48029 (syscall-list-64bit-condition): Define.
48030 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48031 (syscall-list-variants, syscall-list-32bit-options)
48032 (syscall-list-32bit-condition, syscall-list-64bit-options)
48033 (syscall-list-64bit-condition): Define.
48034 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48035 Remove.
48036 (syscall-list-variants, syscall-list-32bit-options)
48037 (syscall-list-32bit-condition, syscall-list-64bit-options)
48038 (syscall-list-64bit-condition): Define.
48039 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48040 Remove.
48041 (syscall-list-variants, syscall-list-32bit-options)
48042 (syscall-list-32bit-condition, syscall-list-64bit-options)
48043 (syscall-list-64bit-condition): Define.
48044
21eaf3a5
UD
480452011-12-22 Ulrich Drepper <drepper@gmail.com>
48046
16c6f992
UD
48047 * locale/iso-639.def: Add brx entry.
48048
41043168
UD
48049 [BZ #13328]
48050 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48051 Proposed by Mariusz_Cukr <marcukr@op.pl>.
48052
21eaf3a5
UD
48053 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48054 __feraiseexcept_renamed.
48055
e3a851a2
UD
480562011-12-21 Ulrich Drepper <drepper@gmail.com>
48057
4920765e
UD
48058 [BZ #13538]
48059 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48060 EPOLLET with unsigned values.
48061 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48062 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48063
e3a851a2
UD
48064 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48065 to large cancellation.
48066 * math/s_cacoshf.c: Likewise.
48067 * math/s_cacoshl.c: Likewise.
48068
b27e24b8
RK
480692011-11-18 Richard B. Kreckel <kreckel@ginac.de>
48070
48071 [BZ #13305]
aebefeee 48072 [BZ #12786]
b27e24b8
RK
48073 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48074 * math/s_cacoshf.c: Likewise.
48075 * math/s_cacoshl.c: Likewise.
48076
ee190f67
UD
480772011-12-21 Ulrich Drepper <drepper@gmail.com>
48078
48079 [BZ #13439]
48080 * iconv/gconv.h: Define __GCONV_SWAP.
48081 * iconvdata/unicode.c: The swap bit must be stored in __flags.
48082 * iconvdata/utf-16.c: Likewise.
48083 * iconvdata/utf-32.c: Likewise.
48084
707f25df
AS
480852011-12-21 Andreas Schwab <schwab@linux-m68k.org>
48086
48087 [BZ #13524]
48088 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48089 numerator after shifting it by one limb.
48090
d2daaa1e
RÁE
480912011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
48092
48093 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48094 under [__USE_EXTERN_INLINES].
48095
a4647e72
UD
480962011-12-17 Ulrich Drepper <drepper@gmail.com>
48097
48098 [BZ #13446]
48099 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48100
f0b264f1
AZ
481012011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48102
48103 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48104 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48105 optimized code.
48106 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48107 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48108 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48109 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48110 for strncasecmp/strncasecmp_l compilation.
48111 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48112 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48113
8ef4f244
MP
481142011-12-08 Marek Polacek <mpolacek@redhat.com>
48115
48116 [BZ #13484]
48117 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48118 of __asm__.
48119
97ac2654
UD
481202011-12-17 Ulrich Drepper <drepper@gmail.com>
48121
48122 [BZ #13506]
48123 * time/tzfile.c (__tzfile_read): Check values from file header.
48124
91d2a845
WS
481252011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
48126
48127 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48128 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48129 * powerpc/powerpc32/dl-start.S: Likewise.
48130 * powerpc/powerpc32/elf/start.S: Likewise.
48131 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48132 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48133 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48134 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48135 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48136 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48137 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48138 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48139 * powerpc/powerpc32/fpu/s_round.S: Likewise.
48140 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48141 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48142 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48143 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48144 * powerpc/powerpc32/memset.S: Likewise.
48145 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48146 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48147 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48148 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48149 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48150 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48151 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48152 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48153 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48154 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48155 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48156 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48157 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48158
a1267ba1
AZ
481592011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48160
48161 * math/libm-test.inc: Added more nearbyint tests.
48162 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48163 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48164 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48165 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48166
ad8ac1bd
RL
481672011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
48168
48169 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48170 FD_CLOEXEC.
48171
1d3e4b61
UD
481722011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48173
48174 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48175 Add wcscpy-ssse3 wcscpy-c.
48176 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48177 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48178 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48179 * sysdeps/x86_64/wcschr.S: New file.
48180 * sysdeps/x86_64/wcsrchr.S: New file.
48181 * string/test-strcmp.c: Remove checking of wcscmp function for
48182 wrong alignments.
48183 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48184 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48185 wcsrchr-sse2 wcsrchr-c.
48186 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48187 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48188 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48189 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48190 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48191 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48192 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48193 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48194 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48195 * wcsmbc/wcschr.c (WCSCHR): New macro.
48196
5b330a2d
UD
481972011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48198
48199 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48200 * wcsmbs/test-wcsrchr.c: New file.
48201 * string/test-strrchr.c: Add wcsrchr support.
48202 (WIDE): New macro.
48203 * wcsmbs/test-wcscpy.c: New file.
48204 * string/test-strcpy.c: Add wcscpy support.
48205 (WIDE): New macro.
26428b7c 48206
f039c043
UD
482072011-12-10 Ulrich Drepper <drepper@gmail.com>
48208
48209 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48210 the inner loop.
48211
850fb039
AS
482122011-12-06 Andreas Schwab <schwab@linux-m68k.org>
48213
48214 [BZ #13472]
48215 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48216
4efbd5cb
UD
482172011-12-04 Ulrich Drepper <drepper@gmail.com>
48218
52ff5dd0 48219 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 48220 Minor optimizations.
52ff5dd0 48221
4efbd5cb
UD
48222 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48223 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48224 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48225
8a426e12
UD
482262011-12-03 Ulrich Drepper <drepper@gmail.com>
48227
aff2453d
UD
48228 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48229 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48230 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48231 for gcc to avoid warnings.
48232 * inet/Makefile (tests): Add tst-checks.
48233 * inet/tst-checks.c: New file.
48234
48235 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48236 warning.
48237
48238 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48239 __wmemcmp_sse2.
48240
48241 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48242 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48243
8a426e12
UD
48244 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48245
9bea3473
UD
482462011-12-02 Ulrich Drepper <drepper@gmail.com>
48247
3a965496
UD
48248 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48249 problem.
48250
9bea3473
UD
48251 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48252
f101631b
UD
482532011-11-29 Joseph Myers <joseph@codesourcery.com>
48254
48255 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48256 conditional on GCC version.
48257 (__arch_compare_and_exchange_val_8_acq)
48258 (__arch_compare_and_exchange_val_16_acq)
48259 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48260 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48261 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48262
a98275aa
UD
482632011-12-02 Joseph Myers <joseph@codesourcery.com>
48264
48265 * sysdeps/sh/backtrace.c: New file.
48266
d4cc29a2
AS
482672011-12-02 Andreas Schwab <schwab@redhat.com>
48268
48269 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
48270 parenthesis.
48271
6257af2d
AS
482722011-12-01 Andreas Schwab <schwab@redhat.com>
48273
48274 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48275 falling back to utime.
48276
b5f44c1a
AS
482772011-11-30 Andreas Schwab <schwab@redhat.com>
48278
48279 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48280 expectations for float.
48281
f3a6cc0a
AS
482822011-11-29 Andreas Schwab <schwab@redhat.com>
48283
48284 * locale/weight.h (findidx): Add parameter len.
48285 * locale/weightwc.h (findidx): Likewise.
48286 * posix/fnmatch_loop.c (FCT): Adjust caller.
48287 * posix/regcomp.c (build_equiv_class): Likewise.
48288 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48289 * posix/regexec.c (check_node_accept_bytes): Likewise.
48290 * string/strcoll_l.c (STRCOLL): Likewise.
48291 * string/strxfrm_l.c (STRXFRM): Likewise.
48292
9d65ea3a
UD
482932011-11-17 Ulrich Drepper <drepper@gmail.com>
48294
48295 * Makefile.in: Remove CVSOPT handling.
48296 * configure.in: Remove use of AC_REVISION.
48297 * iconvdata/Makefile (distribute): No need to filter out CVS.
48298 * scripts/list-sources.sh: Remove CVS, subversion and monotone
48299 handling.
48300
5583a086
AS
483012011-11-16 Andreas Schwab <schwab@redhat.com>
48302
48303 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48304 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48305 [USE_AS_STRNCASECMP_L]: Likewise.
48306 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48307 NO_TLS_DIRECT_SEG_REFS.
48308 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48309 Fix argument offsets for non-PIC.
48310 [USE_AS_STRNCASECMP_L]: Likewise.
48311 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48312 NO_TLS_DIRECT_SEG_REFS.
48313
d62a8200
UD
483142011-11-15 Ulrich Drepper <drepper@gmail.com>
48315
9d65ea3a 48316 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
48317 O_CLOEXEC.
48318 * locale/loadlocale.c (_nl_load_locale): Likewise.
48319
09f93bd3
AS
483202011-11-15 Andreas Schwab <schwab@redhat.com>
48321
446514f9
AS
48322 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48323 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48324 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48325 (SYSCALL_GETTIME): Set errno on error.
48326
09f93bd3
AS
48327 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48328 count references to noai6ai_cached.
48329
312be3f9
UD
483302011-11-15 Ulrich Drepper <drepper@gmail.com>
48331
48332 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48333
48334 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48335 FD_CLOEXEC for /proc/self/maps.
48336
48337 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48338 FD_CLOEXEC for /proc/meminfo.
48339
48340 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48341 gai.conf.
48342
48343 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
48344 FD_CLOEXEC for given file.
48345
48346 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48347
48348 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48349 FD_CLOEXEC for /etc/hosts.
48350 (_gethtent): Likewise.
48351
48352 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48353
48354 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48355 cancellation and set FD_CLOEXEC for /etc/netgroup.
48356
48357 * nss/nss_files/files-key.c (search): Don't allow cancellation when
48358 reading /etc/publickey.
48359
48360 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48361 allow cancellation when reading /etc/group.
48362
48363 * nss/nss_files/files-alias.c (internal_setent): Don't allow
48364 cancellation.
48365 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
48366
48367 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48368 when using data file.
48369
48370 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48371
48372 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48373 (write_nis_obj): Use "c" and "e" in fopen.
48374
48375 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48376
48377 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48378
48379 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48380
48381 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48382
48383 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48384 locale.alias.
48385
48386 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48387
48388 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48389
48390 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48391
48392 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48393 file parsing and set FD_CLOEXEC.
48394
82af0fa8
UD
483952011-11-14 Ulrich Drepper <drepper@gmail.com>
48396
48397 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48398
a5fb313c
AS
483992011-11-14 Andreas Schwab <schwab@redhat.com>
48400
48401 * malloc/arena.c (arena_get2): Don't call reused_arena when
48402 _int_new_arena failed.
48403
6abf3465
UD
484042011-11-14 Ulrich Drepper <drepper@gmail.com>
48405
48406 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48407 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48408 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48409 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48410 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48411 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48412 to compile strcasecmp and strncasecmp.
48413 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48414 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48415
48416 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48417
76e3966e
UD
484182011-11-13 Ulrich Drepper <drepper@gmail.com>
48419
48420 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48421 locale-defines.sym to gen-as-const-headers.
48422 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48423 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48424 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48425 to compile strcasecmp and strncasecmp.
48426 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48427 strcasecmp_l and strncasecmp_l.
48428 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48429 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48430 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48431 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48432 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48433 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48434 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48435 * sysdeps/i386/i686/multiarch/strncase.S: New file.
48436 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48437 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48438 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48439
ab26144e
UD
484402011-11-12 Ulrich Drepper <drepper@gmail.com>
48441
7edb22ef
UD
48442 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48443 result of SYSDEP_GETTIME_CPU to retval.
48444 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48445 parameter list to macro. Remove trailing semicolon. Adjust users.
48446
9694fc44
UD
48447 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48448 variable.
48449
8ad89ef8
UD
48450 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48451 mantissa words.
48452 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48453
0c822ef9
UD
48454 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48455 from unused variable.
48456
874e0564
UD
48457 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48458 DWARF definitions.
48459 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48460 for assembling.
48461
3a2edc79
UD
48462 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48463 over namespaces.
48464
f3c2577f
UD
48465 * sunrpc/rpc_prot.c (rejected): Fix case value.
48466
294ce126
UD
48467 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48468 unsigned long long int to avoid warnings in shift.
48469
5e2b63c6
UD
48470 * posix/regex_internal.c (re_string_reconstruct): Actually use result
48471 of use of trans.
48472 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48473 variable tmp.
48474
e7f4b08e
UD
48475 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48476 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48477 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48478
ab26144e
UD
48479 * nis/nis_table.c (nis_list): Use variable of correct type for
48480 result of __follow_path call.
48481
8a6d5255
AZ
484822011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
48483
48484 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48485 of math functions ceil, trunc, floor, round, and sqrt, when
48486 avaliable on the platform.
48487 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48488 name clash.
48489 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48490 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48491 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48492
aaddc98c
MP
484932011-10-30 Marek Polacek <mpolacek@redhat.com>
48494
48495 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48496 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48497
95b7042b
RM
484982011-11-11 Roland McGrath <roland@hack.frob.com>
48499
48500 * include/unistd.h: Fix __readlink return type.
48501 Reported by Chris Metcalf <cmetcalf@tilera.com>.
48502
57769839
UD
485032011-11-11 Ulrich Drepper <drepper@gmail.com>
48504
48505 * stdlib/ucontext.h: Undo last change for makecontext.
48506
edc5984d
AS
485072011-11-11 Andreas Schwab <schwab@redhat.com>
48508
98591e58
AS
48509 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48510
edc5984d
AS
48511 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48512 * setjmp/setjmp.h: Mark functions as non-leaf.
48513 * setjmp/bits/setjmp2.h: Likewise.
48514 * stdlib/ucontext.h: Likewise.
48515
77cdc054
AS
485162011-11-10 Andreas Schwab <schwab@redhat.com>
48517
48518 * malloc/arena.c (_int_new_arena): Don't increment narenas.
48519 (reused_arena): Don't check arena limit.
48520 (arena_get2): Atomically check arena limit.
48521
fe72eebd
UD
485222011-11-08 Ulrich Drepper <drepper@gmail.com>
48523
5f078c32
UD
48524 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48525 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48526
fe72eebd
UD
48527 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48528 instructions.
48529
ae1bc2fa
AS
485302011-11-07 Andreas Schwab <schwab@redhat.com>
48531
7583a88d
AS
48532 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48533 handler when locking.
48534
ae1bc2fa
AS
48535 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48536 Fix size of allocated buffer.
48537
10fb0bfa
AS
485382011-11-04 Andreas Schwab <schwab@redhat.com>
48539
998832a4
AS
48540 [BZ #10103]
48541 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48542 declarations for long double functions.
48543 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48544
10fb0bfa
AS
48545 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48546
3d7ba52b
AS
485472011-11-03 Andreas Schwab <schwab@redhat.com>
48548
a9ae54a1
AS
48549 * nscd/nscd.c (main): Don't start AVC thread until credentials are
48550 installed.
48551
3d7ba52b
AS
48552 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48553 is disabled.
48554
bc8db248
ST
485552011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
48556
48557 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48558
45b96dd6
AS
485592011-11-01 Andreas Schwab <schwab@linux-m68k.org>
48560
647776f6
AS
48561 * include/alloca.h (stackinfo_alloca_round): Define.
48562 (extend_alloca): Use it.
48563 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48564 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48565 here.
48566
d91a8b93
AS
48567 * scripts/check-local-headers.sh: Ignore libaudit.h.
48568
45b96dd6
AS
48569 * nscd/Makefile (extra-objs): Make recursively expanded.
48570
432d41ce
UD
485712011-11-01 Ulrich Drepper <drepper@gmail.com>
48572
34372fc6
UD
48573 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48574 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48575
fadb59f8
UD
48576 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48577 * posix/tst-rfc3484-2.c: Likewise.
48578 * posix/tst-rfc3484-3.c: Likewise.
48579
78239589
UD
48580 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48581 process_vm_writev.
48582 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48583 process_vm_writev.
48584 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48585 process_vm_writev from libc using GLIBC_2.15 version.
48586
432d41ce
UD
48587 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48588
02f9c6cf
PP
485892011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
48590
48591 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48592 stack usage.
48593
3a2c0242
UD
485942011-10-31 Ulrich Drepper <drepper@gmail.com>
48595
f4ec4833
UD
48596 [BZ #13367]
48597 * nss/getent.c (initgroups_keys): Show error message in case no group
48598 names are given.
48599
3a2c0242
UD
48600 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48601 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48602 __bump_nl_timestamp.
48603 * nscd/connections (nscd_init): When host database is served open
48604 netlink socket and request notification about configuration changes.
48605 (main_loop_poll): Track netlink file descriptor and bump timestamp
48606 in case data becomes available.
48607 (main_loop_epoll): Likewise.
48608 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48609 (database_pers_head): Add extra_data fileds.
48610 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48611 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48612 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48613 Adjust caller.
48614 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48615 in6ai data, call __free_in6ai.
48616 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48617 Add -DHAVE_NETLINK.
48618 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
48619 interface information. Reuse previous data if netlink timestamp
48620 is not changed.
48621 (__bump_nl_timestamp): New function.
48622 (__free_in6ai): New function.
48623
636064eb
UD
486242011-10-30 Ulrich Drepper <drepper@gmail.com>
48625
48626 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48627 close_not_cancel_no_status here.
48628 (__check_pf): Reorganize code a bit to not call close twice if OOM.
48629
9beb2334
UD
486302011-10-29 Ulrich Drepper <drepper@gmail.com>
48631
6ef76f3b
UD
48632 [BZ #13276]
48633 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48634 return value.
48635
0ffc4f3e 48636 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
48637 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48638 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48639
cb95113e
UD
486402011-07-03 Andreas Jaeger <aj@suse.de>
48641
48642 [BZ #10709]
48643 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48644 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48645 * math/libm-test.inc (sin_test): Add test case.
48646
a1b560ff
UD
486472011-10-29 Ulrich Drepper <drepper@gmail.com>
48648
c9aaface
UD
48649 [BZ #13337]
48650 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48651 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48652
d272e7f1
UD
48653 * elf/chroot_canon.c (chroot_canon): Cleanups.
48654
1bc33071
UD
48655 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48656
1760874d
TJ
48657 [BZ #13335]
48658 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48659 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48660
51d91b18
UD
48661 * string/test-strchr.c: Make usable for strchrnul testing.
48662 * string/test-strchrnul.c: New file.
48663 * string/Makefile (strop-tests): Add strchrnul.
48664
a1b560ff 48665 * po/it.po: Update from translation team.
b611fb81 48666 * po/es.po: Likewise.
a1b560ff 48667
a5b81e1f
UD
486682011-10-28 Ulrich Drepper <drepper@gmail.com>
48669
fd52bc6d
UD
48670 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48671 the three constants needed as parameters. Drop the others.
48672 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48673 __m128i_strloadu_tolower.
52e4b9eb
UD
48674 Create and initialize variable zero and use it in all the places
48675 where _mm_setzero_si128 was used.
fd52bc6d 48676
a5b81e1f
UD
48677 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48678 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48679 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48680 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48681 anymore.
48682 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48683 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48684 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48685 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48686 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48687 __mpranred, __mptan.
48688 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48689 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48690 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48691 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48692 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48693 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48694 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48695 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48696 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48697
b4343346
AS
486982011-10-28 Andreas Schwab <schwab@redhat.com>
48699
0c92d8a8
AS
48700 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48701 redefine if SHARED.
48702 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48703
b4343346
AS
48704 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48705 wide char related routines to wcsmbs subdir.
48706
3871f58f
AS
487072011-10-27 Andreas Schwab <schwab@redhat.com>
48708
48709 [BZ #13344]
48710 * misc/sys/cdefs.h (__THROWNL): Define.
48711 * posix/unistd.h: Use __THREADNL instead of __THREAD
48712 for memory synchronization functions.
48713
94d44d9f
RM
487142011-10-26 Roland McGrath <roland@hack.frob.com>
48715
21b64b15 48716 [BZ #13349]
94d44d9f
RM
48717 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48718 doesn't exist.
48719 * manual/stdio.texi (Obstack Streams): Node removed.
48720
f6ce9294
AS
487212011-10-26 Andreas Schwab <schwab@redhat.com>
48722
80479147
AS
48723 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48724 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48725 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48726
f6ce9294
AS
48727 * math/math_private.h (math_force_eval): Allow non-addressable
48728 arguments.
48729 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48730
618280a1
UD
487312011-10-25 Ulrich Drepper <drepper@gmail.com>
48732
e0016b11
UD
48733 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48734 file is not needed.
48735
48736 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48737 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48738 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48739 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48740 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48741 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48742 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48743 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48744 Add AVX variants.
48745 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48746 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48747 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48748 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48749 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48750 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48751 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48752 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48753 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48754 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48755 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48756 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48757 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48758 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48759 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48760 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48761 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48762 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48763 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48764
48765 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48766 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
48767
618280a1
UD
48768 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48769 place. Use VEX encoding when compiling for AVX.
48770
37822576
AS
487712011-10-25 Andreas Schwab <schwab@redhat.com>
48772
1f1e1947
AS
48773 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48774 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48775
37822576
AS
48776 * string/test-strchr.c (do_test): Don't generate NUL bytes.
48777
31ea014d
UD
487782011-10-25 Ulrich Drepper <drepper@gmail.com>
48779
d7826aa1 48780 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 48781 useless if() expression.
d7826aa1
UD
48782 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48783 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48784 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48785 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48786 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48787 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48788 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48789 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48790 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48791 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48792 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48793 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48794 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48795 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48796 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48797 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48798 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48799 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48800 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48801
31ea014d
UD
48802 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48803
16437fec
AS
488042011-10-25 Andreas Schwab <schwab@redhat.com>
48805
48806 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48807 condition.
48808 * elf/dl-fini.c (_dl_sort_fini): Likewise.
48809
31d3cc00
UD
488102011-10-25 Ulrich Drepper <drepper@gmail.com>
48811
48812 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48813 .text section. Avoid duplicate constants.
48814 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48815 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48816 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48817 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48818 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48819 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48820 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48821 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48822 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48823 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48824 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48825 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48826 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48827 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48828 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48829 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48830 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48831 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48832 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48833 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48834 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48835 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48836 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48837 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48838 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48839 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48840 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48841 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48842 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48843 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48844 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48845 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48846 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48847 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48848 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48849 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48850 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48851 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48852 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48853 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48854 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48855 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48856 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48857 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48858 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48859
58985aa9
UD
488602011-10-24 Ulrich Drepper <drepper@gmail.com>
48861
202c9deb
UD
48862 * sysdeps/x86_64/dla.h: Move to ...
48863 * sysdeps/x86_64/fpu/dla.h: ...here.
48864 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48865 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 48866
af968f62
UD
48867 * config.make.in: Add have-mfma4 entry.
48868 * configure.in: Substitute libc_cv_cc_fma4.
48869 * math/Makefile (dbl-only-routines): Add sincostab.
48870 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48871 Use __sincostab not sincos.
48872 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48873 name is a macro.
48874 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48875 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48876 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48877 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
48878 using __copysign.
48879 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
48880 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
48881 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48882 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48883 and __inv.
48884 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48885 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48886 __copysign.
48887 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
48888 define aliases when function name is a macro.
48889 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48890 sysdeps/ieee754/dbl-64/sincos.tbl.
48891 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48892 fma4-enabled routines.
48893 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48894 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48895 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48896 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48897 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48898 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48899 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48900 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48901 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48902 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48903 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48904 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48905 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48906 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48907 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48908 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48909 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48910 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48911 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48912 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48913 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48914 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48915 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48916 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48917 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48918 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48919 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48920 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48921 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48922 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48923
58985aa9
UD
48924 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48925 rename.
48926 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48927 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48928 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48929 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48930 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48931 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48932 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48933 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48934
a201fbcf
AS
489352011-10-24 Andreas Schwab <schwab@redhat.com>
48936
48937 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48938
fc2ee42a
LD
489392011-10-23 Ulrich Drepper <drepper@gmail.com>
48940
bb3129bd
UD
48941 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48942
0275fff8
UD
48943 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48944 prediction.
48945 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48946
2fa2ae85
UD
48947 * string/strnlen.c: Don't define STRNLEN, reverse logic.
48948 Remove unused variable magic_bits.
48949 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48950
fc2ee42a
LD
48951 * string/strnlen.c: Define and use STRNLEN macro.
48952 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48953 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48954 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48955 * wcsmbs/wcslen.c: Define and use WCSLEN.
48956 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48957 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48958 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48959 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48960 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48961 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48962 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48963
ce7dd29f
LD
489642011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48965
48966 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48967 strnlen-sse2-no-bsf.
48968 Rename strlen-no-bsf to strlen-sse2-no-bsf.
48969 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48970 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48971 Add strnlen support.
48972 (USE_AS_STRNLEN): New macro.
48973 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48974 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48975 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48976 * sysdeps/x86_64/wcslen.S: New file.
48977
979c70a3
MZ
489782011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
48979
48980 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48981 XMM-moves are used for copying on small sizes.
48982
2d09f82f
LD
489832011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48984
48985 * wcsmbs/Makefile (strop-tests): Add wcschr.
48986 * wcsmbs/test-wcschr.c: New file.
48987 * string/test-strchr.c: Update.
48988 Add wcschr support.
48989 (WIDE): New macro.
48990
619fccca
LD
489912011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48992
2d09f82f 48993 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
48994 * wcsmbs/test-wcslen.c: New file.
48995 * string/test-strlen.c: Update.
48996 Add wcslen support.
48997 (WIDE): New macro.
48998
09f699ea
UD
489992011-10-23 Ulrich Drepper <drepper@gmail.com>
49000
49001 * po/it.po: Update from translation team.
49002
95584d3b
LD
490032011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49004
49005 * sysdeps/x86_64/wcscmp.S: Update.
49006 Fix wrong comparison semantics.
49007 wcscmp shall use signed comparison not unsigned.
49008 Don't use substraction to avoid overflow bug.
49009 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49010 * wcsmbc/wcscmp.c: Likewise.
49011 * string/test-strcmp.c: Likewise.
49012 Add new tests to check cases with negative values.
49013
c8b3296b
UD
490142011-10-23 Ulrich Drepper <drepper@gmail.com>
49015
49016 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49017 * sysdeps/x86_64/dla.h: ...here. New file.
49018 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49019 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49020 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49021 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49022 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49023 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49024 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49025 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49026 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49027
246ad57a
AS
490282011-10-23 Andreas Schwab <schwab@linux-m68k.org>
49029
49030 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49031 __ynl_finite aliases.
49032
a1a87169
UD
490332011-10-22 Ulrich Drepper <drepper@gmail.com>
49034
0d355eb7
UD
49035 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49036
a1a87169
UD
49037 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49038 define DLA_FMA.
49039 [DLA_FMA] (EMULV): Use DLA_FMA.
49040 [DLA_FMA] (MUL12): Use EMULV.
49041 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49042 that are not needed.
49043 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49044 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49045 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49046 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49047 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49048 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49049 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49050
ee2aafe0
AS
490512011-10-22 Andreas Schwab <schwab@linux-m68k.org>
49052
49053 * math/s_nan.c: Undef __nan.
49054 * math/s_nanf.c: Undef __nanf.
49055 * math/s_nanl.c: Undef __nanl.
49056 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49057 "math_private.h".
49058
bc62c2fb
UD
490592011-10-22 Ulrich Drepper <drepper@gmail.com>
49060
77425c63
UD
49061 * math/s_catan.c: Add branch predictions.
49062 * math/s_catanf.c: Likewise.
49063 * math/s_catanh.c: Likewise.
49064 * math/s_catanhf.c: Likewise.
49065 * math/s_catanhl.c: Likewise.
49066 * math/s_catanl.c: Likewise.
49067 * math/s_cexp.c: Likewise.
49068 * math/s_cexpf.c: Likewise.
49069 * math/s_cexpl.c: Likewise.
49070 * math/s_clog.c: Likewise.
49071 * math/s_clog10.c: Likewise.
49072 * math/s_clog10f.c: Likewise.
49073 * math/s_clog10l.c: Likewise.
49074 * math/s_clogf.c: Likewise.
49075 * math/s_clogl.c: Likewise.
49076 * math/s_csqrt.c: Likewise.
49077 * math/s_csqrtf.c: Likewise.
49078 * math/s_csqrtl.c: Likewise.
49079 * math/s_ctanf.c: Likewise.
49080 * math/s_ctanh.c: Likewise.
49081 * math/s_ctanhf.c: Likewise.
49082 * math/s_ctanhl.c: Likewise.
49083 * math/s_ctanl.c: Likewise.
49084
bc62c2fb
UD
49085 * math/math_private.h: Define __nan, __nanf, __nanl.
49086 * math/s_cacosh.c: Include <math_private.h>.
49087 * math/s_cacoshl.c: Likewise.
49088 * math/s_casinh.c: Likewise.
49089 * math/s_casinhf.c: Likewise.
49090 * math/s_casinhl.c: Likewise.
49091 * math/s_ccos.c: Rely entire on ccosh.
49092 * math/s_ccosf.c: Rely entire on ccoshf.
49093 * math/s_ccosl.c: Rely entirely on ccoshl.
49094 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
49095 Remove tests for FE_INVALID.
49096 * math/s_ccoshf.c: Likewise.
49097 * math/s_ccoshl.c: Likewise.
49098 * math/s_csin.c: Likewise.
49099 * math/s_csinf.c: Likewise.
49100 * math/s_csinh.c Likewise.
49101 * math/s_csinhf.c: Likewise.
49102 * math/s_csinhl.c: Likewise.
49103 * math/s_csinl.c: Likewise.
49104 * math/s_ctan.c: Likewise.
49105 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49106 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49107 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49108
8ec250a4
UD
491092011-10-21 Ulrich Drepper <drepper@gmail.com>
49110
c196fed8
UD
49111 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49112 compilation problems.
49113
8ec250a4
UD
49114 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49115 __builtin_expect.
49116
8d4f46c6
UD
491172011-10-20 Ulrich Drepper <drepper@gmail.com>
49118
ed72b654
UD
49119 * sysdeps/i386/configure.in: Test for -mfma4 option.
49120 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49121 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49122 COMMON_CPUID_INDEX_80000001.
49123 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49124 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49125 use it if FMA3 is not supported.
49126 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49127
8d4f46c6
UD
49128 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49129 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49130
d45c60c2
AS
491312011-10-20 Andreas Schwab <schwab@redhat.com>
49132
49133 [BZ #12892]
49134 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49135 it would create a cycle with a link time dependency.
49136
d9a4d2ab
UD
491372011-10-19 Ulrich Drepper <drepper@gmail.com>
49138
855d1560
UD
49139 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49140 instruction.
49141 * string/Makefile (strop-tests): Add rawmemchr.
49142 * string/test-rawmemchr.c: New file.
49143
d9a4d2ab
UD
49144 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49145 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
49146 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
49147 when compiling str{,n}casecmp and when AVX is available. Hook up
49148 new optimized code in initializers.
49149
8f3b1ffe
AS
491502011-10-19 Andreas Schwab <schwab@redhat.com>
49151
49152 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49153 __feraiseexcept instead of feraiseexcept.
49154
d38f1dba
UD
491552011-10-18 Ulrich Drepper <drepper@gmail.com>
49156
d9a8d0ab
UD
49157 * math/math_private.h: Define defaults for libc_fetestexcept and
49158 libc_feupdateenv.
49159 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49160 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49161 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49162 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49163 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49164 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49165 libc_fetestexcept and libc_feupdateenv.
49166
4855e3dd
UD
49167 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49168 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49169 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49170 * sysdeps/x86_64/fpu/math_private.h: Define special version of
49171 libc_feholdexcept_setround.
49172
581d30e3
UD
49173 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49174 Add s_nearbyint-c and s_nearbyintf-c.
49175 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49176 nearbyintf inlines.
49177 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49178 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49179 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49180 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49181
d38f1dba
UD
49182 * math/math_private.h: Define defaults for libc_fegetround,
49183 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49184 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49185 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49186 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49187 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49188 standard functions.
49189 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49190 Remove comments and hacks for old compiler versions.
49191 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49192 libc_fegetround, libc_fesetround, libc_feholdexcept, and
49193 libc_feholdexceptl.
49194
caa6c9d8
AS
491952011-10-18 Andreas Schwab <schwab@redhat.com>
49196
49197 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
49198 (__feraiseexcept_renamed): Add __NTH.
49199 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
49200 namespace violations.
49201
97c066e6
UD
492022011-10-17 Ulrich Drepper <drepper@gmail.com>
49203
99ce7b04
UD
49204 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49205
1004d182
UD
49206 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49207
228a984d
UD
49208 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49209 recently added interfaces.
49210 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49211
c8553a6a
UD
49212 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49213 about macro parameter expansion.
49214
ed22dcf6
UD
49215 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49216 __NO_MATH_INLINES is defined. Cleanups.
49217
49218 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49219 and __floorf is target has SSE4.1.
49220 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49221 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49222 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49223 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49224
b171c137
UD
49225 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49226 name.
49227 (floorf): Likewise.
49228
97c066e6
UD
49229 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49230
629f62ef
AS
492312011-10-17 Andreas Schwab <schwab@redhat.com>
49232
49a43d80
AS
49233 * misc/sys/cdefs.h: Fix last change.
49234
629f62ef
AS
49235 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49236 database lookup.
49237
e453f6cd
UD
492382011-10-16 Ulrich Drepper <drepper@gmail.com>
49239
aa78043a
UD
49240 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49241
ad0f5cad
UD
49242 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49243 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49244 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49245 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49246 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49247 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49248 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49249 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49250 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49251 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49252 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49253 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49254 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49255 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49256 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49257 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49258 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49259 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49260 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49261 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49262 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49263 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49264
49265 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49266 ceil, ceilf, floor, floorf.
49267
49268 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49269 Perform IRELATIVE relocations last.
49270
e453f6cd
UD
49271 * elf/do-rel.h: Add another parameter nrelative, replacing the
49272 local variable with the same name. Change name of the function
49273 to end in Rel or Rela (uppercase).
49274 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49275 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
49276 elf_dynamic_do_##reloc function.
49277
fd5bdc09
UD
492782011-10-15 Ulrich Drepper <drepper@gmail.com>
49279
79b195b5
UD
49280 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49281 is sufficient, at least on modern CPUs.
49282
d4a28569
UD
49283 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49284
b61099b5
UD
49285 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49286 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49287
bcf01e6d
UD
49288 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49289 __expl_finite.
49290 * math/bits/math-finite.h: Add entries for exp.
49291 * math/e_expl.c: Add __*_finite alias.
49292 * sysdeps/i386/fpu/e_exp.S: Likewise.
49293 * sysdeps/i386/fpu/e_expf.S: Likewise.
49294 * sysdeps/i386/fpu/e_expl.c: Likewise.
49295 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49296 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49297 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49298 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49299 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49300 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49301 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49302
ba1a0d59
UD
49303 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49304 is sufficient, at least on modern CPUs.
49305
fd5bdc09
UD
49306 * ctype/ctype-info.c (__ctype_init): Define.
49307 * include/ctype.h (__ctype_init): Declare.
49308 (__ctype_b_loc): The variable is always initialized.
49309 (__ctype_toupper_loc): Likewise.
49310 (__ctype_tolower_loc): Likewise.
49311 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49312 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49313
7872cfb0
AS
493142011-10-15 Andreas Schwab <schwab@linux-m68k.org>
49315
b468825a
AS
49316 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49317
7872cfb0
AS
49318 * configure.in: Also look in $cxxmachine/include for C++ system
49319 headers.
49320
be13f7bf
LD
493212011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49322
49323 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49324 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49325 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49326 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
49327 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49328 (USE_AS_WMEMCMP): New macro.
49329 Fixing indents.
49330 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49331 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49332 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49333 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49334 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49335 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49336 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49337 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49338 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49339 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49340 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49341 (USE_AS_WMEMCMP): New macro.
49342 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49343 * sysdeps/string/test-memcmp.c: Update.
49344 Fix simple_wmemcmp.
49345 Add new tests.
49346 * wcsmbs/wmemcmp.c: Update.
49347 (WMEMCMP): New macro.
49348 Fix overflow bug.
49349
556a2007
AJ
493502011-10-12 Andreas Jaeger <aj@suse.de>
49351
49352 [BZ #13268]
49353 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49354
538faaa7
UD
493552011-10-15 Ulrich Drepper <drepper@gmail.com>
49356
ab6737ff
UD
49357 * libio/iofwide.c (do_length): Avoid warning.
49358
538faaa7
UD
49359 * ctype/ctype.h (__isctype_f): Add missing __THROW.
49360
396a21b1
UD
493612011-10-14 Ulrich Drepper <drepper@gmail.com>
49362
cdf2901f
UD
49363 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49364
38ad40ce
UD
49365 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49366 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49367 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49368 * sysdeps/i386/i686/fpu/e_log.S: New file.
49369 * sysdeps/i386/i686/fpu/e_logf.S: New file.
49370 * sysdeps/i386/i686/fpu/e_logl.S: New file.
49371
396a21b1
UD
49372 * ctype/ctype.h: Add support for inlined isXXX functions when
49373 compiling C++ code.
49374
6b1f68c9
AS
493752011-10-14 Andreas Schwab <schwab@redhat.com>
49376
349290c0
AS
49377 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49378
6b1f68c9
AS
49379 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49380
f2282d42
RM
493812011-10-13 Roland McGrath <roland@hack.frob.com>
49382
49383 [BZ #13291]
49384 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49385
5298ffa8
AS
493862011-10-13 Andreas Schwab <schwab@redhat.com>
49387
714fad23
AS
49388 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49389 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49390 feraiseexcept.
49391
81dcc7fb
AS
49392 * sysdeps/x86_64/memrchr.S: Check for zero size.
49393
5298ffa8
AS
49394 * string/stratcliff.c: Add memrchr tests.
49395
951fbcec
LD
493962011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49397
49398 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49399 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49400 rawmemchr-sse2 rawmemchr-sse2-bsf.
49401 * sysdeps/i386/i686/multiarch/memchr.S: New file.
49402 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49403 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49404 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49405 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49406 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49407 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49408 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49409 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49410 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49411 * string/memrchr.c (MEMRCHR): New macro.
49412
0ac5ae23
UD
494132011-10-12 Ulrich Drepper <drepper@gmail.com>
49414
49415 Add integration with gcc's -ffinite-math-only and optimize wrapper
49416 functions in libm.
49417 * Versions.def: Define GLIBC_2.15 version for libm.
49418 * math/Makefile (headers): Add bits/math-finite.h.
49419 * math/bits/math-finite.h: New file.
49420 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49421 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49422 * math/e_acoshl.c: Add __*_finite alias.
49423 * math/e_acosl.c: Likewise.
49424 * math/e_asinl.c: Likewise.
49425 * math/e_atan2l.c: Likewise.
49426 * math/e_atanhl.c: Likewise.
49427 * math/e_coshl.c: Likewise.
49428 * math/e_exp10.c: Likewise.
49429 * math/e_exp10f.c: Likewise.
49430 * math/e_exp10l.c: Likewise.
49431 * math/e_exp2l.c: Likewise.
49432 * math/e_fmodl.c: Likewise.
49433 * math/e_gammal_r.c: Likewise.
49434 * math/e_hypotl.c: Likewise.
49435 * math/e_j0l.c: Likewise.
49436 * math/e_j1l.c: Likewise.
49437 * math/e_jnl.c: Likewise.
49438 * math/e_lgammal_r.c: Likewise.
49439 * math/e_log10l.c: Likewise.
49440 * math/e_log2l.c: Likewise.
49441 * math/e_logl.c: Likewise.
49442 * math/e_powl.c: Likewise.
49443 * math/e_sinhl.c: Likewise.
49444 * math/e_sqrtl.c: Likewise.
49445 * math/e_scalb.c: Completely rewritten and optimized.
49446 * math/e_scalbf.c: Likewise.
49447 * math/e_scalbl.c: Likewise.
49448 * math/w_acos.c: Likewise.
49449 * math/w_acosf.c: Likewise.
49450 * math/w_acosl.c: Likewise.
49451 * math/w_acosh.c: Likewise.
49452 * math/w_acoshf.c: Likewise.
49453 * math/w_acoshl.c: Likewise.
49454 * math/w_asin.c: Likewise.
49455 * math/w_asinf.c: Likewise.
49456 * math/w_asinl.c: Likewise.
49457 * math/w_atan2.c: Likewise.
49458 * math/w_atan2f.c: Likewise.
49459 * math/w_atan2l.c: Likewise.
49460 * math/w_atanh.c: Likewise.
49461 * math/w_atanhf.c: Likewise.
49462 * math/w_atanhl.c: Likewise.
49463 * math/w_exp10.c: Likewise.
49464 * math/w_exp10f.c: Likewise.
49465 * math/w_exp10l.c: Likewise.
49466 * math/w_fmod.c: Likewise.
49467 * math/w_fmodf.c: Likewise.
49468 * math/w_fmodl.c: Likewise.
49469 * math/w_j0.c: Likewise.
49470 * math/w_j0f.c: Likewise.
49471 * math/w_j0l.c: Likewise.
49472 * math/w_j1.c: Likewise.
49473 * math/w_j1f.c: Likewise.
49474 * math/w_j1l.c: Likewise.
49475 * math/w_jn.c: Likewise.
49476 * math/w_jnf.c: Likewise.
49477 * math/w_log.c: Likewise.
49478 * math/w_logf.c: Likewise.
49479 * math/w_logl.c: Likewise.
49480 * math/w_log10.c: Likewise.
49481 * math/w_log10f.c: Likewise.
49482 * math/w_log10l.c: Likewise.
49483 * math/w_log2.c: Likewise.
49484 * math/w_log2f.c: Likewise.
49485 * math/w_log2l.c: Likewise.
49486 * math/w_pow.c: Likewise.
49487 * math/w_powf.c: Likewise.
49488 * math/w_powl.c: Likewise.
49489 * math/w_remainder.c: Likewise.
49490 * math/w_remainderf.c: Likewise.
49491 * math/w_remainderl.c: Likewise.
49492 * math/w_scalb.c: Likewise.
49493 * math/w_scalbf.c: Likewise.
49494 * math/w_scalbl.c: Likewise.
49495 * math/w_sqrt.c: Likewise.
49496 * math/w_sqrtf.c: Likewise.
49497 * math/w_sqrtl.c: Likewise.
49498 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49499 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
49500 used.
49501 * math/math_private.h: Declare __kernel_standard_f.
49502 * math/w_cosh.c: Remove cruft and optimize a bit.
49503 * math/w_coshf.c: Likewise.
49504 * math/w_coshl.c: Likewise.
49505 * math/w_exp2.c: Likewise.
49506 * math/w_exp2f.c: Likewise.
49507 * math/w_exp2l.c: Likewise.
49508 * math/w_hypot.c: Likewise.
49509 * math/w_hypotf.c: Likewise.
49510 * math/w_hypotl.c: Likewise.
49511 * math/w_lgamma.c: Likewise.
49512 * math/w_lgamma_r.c: Likewise.
49513 * math/w_lgammaf.c: Likewise.
49514 * math/w_lgammaf_r.c: Likewise.
49515 * math/w_lgammal.c: Likewise.
49516 * math/w_lgammal_r.c: Likewise.
49517 * math/w_sinh.c: Likewise.
49518 * math/w_sinhf.c: Likewise.
49519 * math/w_sinhl.c: Likewise.
49520 * math/w_tgamma.c: Likewise.
49521 * math/w_tgammaf.c: Likewise.
49522 * math/w_tgammal.c: Likewise.
49523 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49524 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49525 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49526 Minor optimizations. Pretty printing. Remove cruft.
49527 * sysdeps/i386/fpu/e_acosf.S: Likewise.
49528 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49529 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49530 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49531 * sysdeps/i386/fpu/e_acosl.c: Likewise.
49532 * sysdeps/i386/fpu/e_asin.S: Likewise.
49533 * sysdeps/i386/fpu/e_asinf.S: Likewise.
49534 * sysdeps/i386/fpu/e_atan2.S: Likewise.
49535 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49536 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49537 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49538 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49539 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49540 * sysdeps/i386/fpu/e_exp10.S: Likewise.
49541 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49542 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49543 * sysdeps/i386/fpu/e_exp2.S: Likewise.
49544 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49545 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49546 * sysdeps/i386/fpu/e_fmod.S: Likewise.
49547 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49548 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49549 * sysdeps/i386/fpu/e_hypot.S: Likewise.
49550 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49551 * sysdeps/i386/fpu/e_log.S: Likewise.
49552 * sysdeps/i386/fpu/e_log10.S: Likewise.
49553 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49554 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49555 * sysdeps/i386/fpu/e_log2.S: Likewise.
49556 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49557 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49558 * sysdeps/i386/fpu/e_logf.S: Likewise.
49559 * sysdeps/i386/fpu/e_logl.S: Likewise.
49560 * sysdeps/i386/fpu/e_pow.S: Likewise.
49561 * sysdeps/i386/fpu/e_powf.S: Likewise.
49562 * sysdeps/i386/fpu/e_powl.S: Likewise.
49563 * sysdeps/i386/fpu/e_remainder.S: Likewise.
49564 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49565 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49566 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49567 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49568 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49569 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49570 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49571 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49572 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49573 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49574 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49575 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49576 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49577 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49578 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49579 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49580 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49581 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49582 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49583 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49584 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49585 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49586 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49587 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49588 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49589 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49590 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49591 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49592 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49593 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49594 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49595 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49596 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49597 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49598 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49599 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49600 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49601 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49602 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49603 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49604 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49605 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49606 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49607 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49608 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49609 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49610 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49611 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49612 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49613 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49614 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49615 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49616 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49617 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49618 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49619 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49620 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49621 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49622 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49623 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49624 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49625 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49626 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49627 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49628 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49629 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49630 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49631 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49632 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49633 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49634 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49635 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49636 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49637 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49638 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49639 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49640 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49641 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49642 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49643 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49644 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49645 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49646 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49647 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49648 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49649 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49650 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49651 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49652 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49653 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49654 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49655 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49656 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49657 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49658 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49659 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49660 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49661 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49662 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49663 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49664 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49665 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49666 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49667 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49668 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49669 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49670 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49671 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49672 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49673 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49674 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49675 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49676 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49677 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49678 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49679 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49680 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49681 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49682 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
49683 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49684 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49685 (__isnanf): Likewise.
49686 (__isinf_ns): Likewise.
49687 (__isinf_nsf): Likewise.
49688 (__finite): Likewise.
49689 (__finitef): Likewise.
49690 (__ieee754_sqrt): Define as macro.
49691 (__ieee754_sqrtf): Define as macro.
49692 (__ieee754_sqrtl): Define as macro.
49693 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49694 inlined copy.
49695 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49696 __FINITE_MATH_ONLY__ consistent.
49697 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49698
12cc2fcd
AS
496992011-10-10 Andreas Schwab <schwab@linux-m68k.org>
49700
a843a204
AS
49701 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49702 of rawmemchr.
49703
12cc2fcd
AS
49704 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49705
c853acd5
UD
497062011-10-09 Ulrich Drepper <drepper@gmail.com>
49707
49708 * po/ja.po: Update from translation team.
49709
c658d255
RM
497102011-10-08 Roland McGrath <roland@hack.frob.com>
49711
110946e4
RM
49712 * locale/programs/locarchive.c (prepare_address_space): New function.
49713 (create_archive, enlarge_archive, open_archive): Use it.
49714
50604220
RM
49715 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49716 inside [SHARED], where it is used.
49717
c658d255
RM
49718 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49719
49720 * nss/getent.c (netgroup_keys): Remove unused variable.
49721 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49722
6a621eb7
UD
497232011-10-08 Ulrich Drepper <drepper@gmail.com>
49724
7edb55ce
UD
49725 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49726 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49727 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49728 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49729 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49730 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49731 * math/Makefile (libm-calls): Add s_isinf_ns.
49732 * math/divtc3.c: Use __isinf_nsl instead of isinf.
49733 * math/multc3.c: Likewise.
49734 * math/s_casin.c: Likewise.
49735 * math/s_casinf.c: Likewise.
49736 * math/s_casinl.c: Likewise.
49737 * math/s_ccos.c: Likewise.
49738 * math/s_ccosf.c: Likewise.
49739 * math/s_ccosl.c: Likewise.
49740 * math/s_ctan.c: Likewise.
49741 * math/s_ctanf.c: Likewise.
49742 * math/s_ctanh.c: Likewise.
49743 * math/s_ctanhf.c: Likewise.
49744 * math/s_ctanhl.c: Likewise.
49745 * math/s_ctanl.c: Likewise.
49746 * math/w_fmod.c: Likewise.
49747 * math/w_fmodf.c: Likewise.
49748 * math/w_fmodl.c: Likewise.
49749 * math/w_remainder.c: Likewise.
49750 * math/w_remainderf.c: Likewise.
49751 * math/w_remainderl.c: Likewise.
49752 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49753 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49754 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49755 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49756 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49757 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49758 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49759 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49760
187da0ae
UD
49761 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49762 of the number.
49763 * stdio-common/printf_fphex.c: Likewise.
49764 * stdio-common/printf_size.c: Likewise.
49765
9277c064
UD
49766 * math/e_exp10.c: Include math_private.h using <...> not "...".
49767 * math/e_exp10f.c: Likewise.
49768 * math/e_exp10l.c: Likewise.
49769 * math/e_exp2l.c: Likewise.
49770 * math/e_j0l.c: Likewise.
49771 * math/e_j1l.c: Likewise.
49772 * math/e_jnl.c: Likewise.
49773 * math/e_lgammal_r.c: Likewise.
49774 * math/e_rem_pio2l.c: Likewise.
49775 * math/e_scalb.c: Likewise.
49776 * math/e_scalbf.c: Likewise.
49777 * math/e_scalbl.c: Likewise.
49778 * math/k_cosl.c: Likewise.
49779 * math/k_sinl.c: Likewise.
49780 * math/k_tanl.c: Likewise.
49781 * math/s_cacoshf.c: Likewise.
49782 * math/s_catan.c: Likewise.
49783 * math/s_catanf.c: Likewise.
49784 * math/s_catanh.c: Likewise.
49785 * math/s_catanhf.c: Likewise.
49786 * math/s_catanhl.c: Likewise.
49787 * math/s_catanl.c: Likewise.
49788 * math/s_ccosh.c: Likewise.
49789 * math/s_ccoshf.c: Likewise.
49790 * math/s_ccoshl.c: Likewise.
49791 * math/s_cexp.c: Likewise.
49792 * math/s_cexpf.c: Likewise.
49793 * math/s_cexpl.c: Likewise.
49794 * math/s_clog.c: Likewise.
49795 * math/s_clog10.c: Likewise.
49796 * math/s_clog10f.c: Likewise.
49797 * math/s_clog10l.c: Likewise.
49798 * math/s_clogf.c: Likewise.
49799 * math/s_clogl.c: Likewise.
49800 * math/s_csin.c: Likewise.
49801 * math/s_csinf.c: Likewise.
49802 * math/s_csinh.c: Likewise.
49803 * math/s_csinhf.c: Likewise.
49804 * math/s_csinhl.c: Likewise.
49805 * math/s_csinl.c: Likewise.
49806 * math/s_csqrt.c: Likewise.
49807 * math/s_csqrtf.c: Likewise.
49808 * math/s_csqrtl.c: Likewise.
49809 * math/s_ctan.c: Likewise.
49810 * math/s_ctanf.c: Likewise.
49811 * math/s_ctanh.c: Likewise.
49812 * math/s_ctanhf.c: Likewise.
49813 * math/s_ctanhl.c: Likewise.
49814 * math/s_ctanl.c: Likewise.
49815 * math/s_ldexp.c: Likewise.
49816 * math/s_ldexpf.c: Likewise.
49817 * math/s_ldexpl.c: Likewise.
49818 * math/s_significand.c: Likewise.
49819 * math/s_significandf.c: Likewise.
49820 * math/s_significandl.c: Likewise.
49821 * math/w_acos.c: Likewise.
49822 * math/w_acosf.c: Likewise.
49823 * math/w_acosh.c: Likewise.
49824 * math/w_acoshf.c: Likewise.
49825 * math/w_acoshl.c: Likewise.
49826 * math/w_acosl.c: Likewise.
49827 * math/w_asin.c: Likewise.
49828 * math/w_asinf.c: Likewise.
49829 * math/w_asinl.c: Likewise.
49830 * math/w_atan2.c: Likewise.
49831 * math/w_atan2f.c: Likewise.
49832 * math/w_atan2l.c: Likewise.
49833 * math/w_atanh.c: Likewise.
49834 * math/w_atanhf.c: Likewise.
49835 * math/w_atanhl.c: Likewise.
49836 * math/w_cosh.c: Likewise.
49837 * math/w_coshf.c: Likewise.
49838 * math/w_coshl.c: Likewise.
49839 * math/w_dremf.c: Likewise.
49840 * math/w_exp10.c: Likewise.
49841 * math/w_exp10f.c: Likewise.
49842 * math/w_exp10l.c: Likewise.
49843 * math/w_exp2.c: Likewise.
49844 * math/w_exp2f.c: Likewise.
49845 * math/w_fmod.c: Likewise.
49846 * math/w_fmodf.c: Likewise.
49847 * math/w_fmodl.c: Likewise.
49848 * math/w_hypot.c: Likewise.
49849 * math/w_hypotf.c: Likewise.
49850 * math/w_hypotl.c: Likewise.
49851 * math/w_j0.c: Likewise.
49852 * math/w_j0f.c: Likewise.
49853 * math/w_j0l.c: Likewise.
49854 * math/w_j1.c: Likewise.
49855 * math/w_j1f.c: Likewise.
49856 * math/w_j1l.c: Likewise.
49857 * math/w_jn.c: Likewise.
49858 * math/w_jnf.c: Likewise.
49859 * math/w_jnl.c: Likewise.
49860 * math/w_lgamma.c: Likewise.
49861 * math/w_lgamma_r.c: Likewise.
49862 * math/w_lgammaf.c: Likewise.
49863 * math/w_lgammaf_r.c: Likewise.
49864 * math/w_lgammal.c: Likewise.
49865 * math/w_lgammal_r.c: Likewise.
49866 * math/w_log.c: Likewise.
49867 * math/w_log10.c: Likewise.
49868 * math/w_log10f.c: Likewise.
49869 * math/w_log10l.c: Likewise.
49870 * math/w_log2.c: Likewise.
49871 * math/w_log2f.c: Likewise.
49872 * math/w_log2l.c: Likewise.
49873 * math/w_logf.c: Likewise.
49874 * math/w_logl.c: Likewise.
49875 * math/w_pow.c: Likewise.
49876 * math/w_powf.c: Likewise.
49877 * math/w_powl.c: Likewise.
49878 * math/w_remainder.c: Likewise.
49879 * math/w_remainderf.c: Likewise.
49880 * math/w_remainderl.c: Likewise.
49881 * math/w_scalb.c: Likewise.
49882 * math/w_scalbf.c: Likewise.
49883 * math/w_scalbl.c: Likewise.
49884 * math/w_sinh.c: Likewise.
49885 * math/w_sinhf.c: Likewise.
49886 * math/w_sinhl.c: Likewise.
49887 * math/w_sqrt.c: Likewise.
49888 * math/w_sqrtf.c: Likewise.
49889 * math/w_sqrtl.c: Likewise.
49890 * math/w_tgamma.c: Likewise.
49891 * math/w_tgammaf.c: Likewise.
49892 * math/w_tgammal.c: Likewise.
49893
6a621eb7
UD
49894 * po/ja.po: Update from translation team.
49895
bf582445
AJ
498962011-09-29 Andreas Jaeger <aj@suse.de>
49897
f9efbf3a
AJ
49898 [BZ #13179]
49899 * sunrpc/netname.c (netname2host): Fix logic.
49900
bf582445
AJ
49901 [BZ #6779]
49902 [BZ #6783]
49903 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49904 correctly.
49905 * math/w_remainder.c (__remainder): Likewise.
49906 * math/w_remainderf.c (__remainderf): Likewise.
49907 * math/libm-test.inc (remainder_test): Add test cases.
49908
48693bea
AK
499092011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49910
49911 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
49912 sdiv_qrnnd.
49913
42622229
LD
499142011-10-07 Ulrich Drepper <drepper@gmail.com>
49915
49916 * string/test-memcmp.c: Avoid unncessary #defines.
49917 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49918
093ecf92
LD
499192011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49920
49921 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49922 Use new sse2 version for core i3 - i7 as it's faster
49923 than sse42 version.
49924 (bit_Prefer_PMINUB_for_stringop): New.
49925 * sysdeps/x86_64/rawmemchr.S: Update.
49926 Replace with faster SSE2 version.
49927 * sysdeps/x86_64/memrchr.S: New file.
49928 * sysdeps/x86_64/memchr.S: Update.
49929 Replace with faster SSE2 version.
49930
fde56e5c
MP
499312011-09-12 Marek Polacek <mpolacek@redhat.com>
49932
49933 * elf/dl-load.c (lose): Add cast to avoid warning.
49934
21fd49a9
UD
499352011-10-07 Ulrich Drepper <drepper@gmail.com>
49936
5a06e643
UD
49937 * po/ca.po: Update from translation team.
49938
684ae515
UD
49939 * inet/getnetgrent_r.c: Hook up nscd.
49940 * nscd/Makefile (routines): Add nscd_netgroup.
49941 (nscd-modules): Add netgroupcache.
49942 (CFLAGS-netgroupcache.c): Define.
49943 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49944 (cache_search): Add const to second parameter.
49945 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49946 INNETGR.
49947 (dbs): Add netgrdb entry.
49948 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49949 (verify_persistent_db): Handle netgrdb.
49950 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49951 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49952 GETFDNETGR.
49953 (netgroup_response_header): Define.
49954 (innetgroup_response_header): Define.
49955 (datahead): Add netgroup_response_header and innetgroup_response_header
49956 elements.
49957 * nscd/nscd.conf: Add entries for netgroup cache.
49958 * nscd/nscd.h (dbtype): Add netgrdb.
49959 (_PATH_NSCD_NETGROUP_DB): Define.
49960 (netgroup_iov_disabled): Declare.
49961 (xmalloc, xcalloc, xrealloc): Move declarations here.
49962 (cache_search): Adjust prototype.
49963 Add netgroup-related prototypes.
49964 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49965 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49966 (__nscd_innetgr): Declare.
49967 * nscd/selinux.c (perms): Use access_vector_t as element type and
49968 add netgroup-related initializers.
49969 * nscd/netgroupcache.c: New file.
49970 * nscd/nscd_netgroup.c: New file.
49971 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49972 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49973 For four parameters use innetgr.
49974 * nss/nss_files/files-init.c: Add definition and callback for netgr.
49975 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49976 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49977 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49978
21fd49a9
UD
49979 * nscd/connections.c (register_traced_file): Don't register file
49980 for disabled databases.
49981
054c0457
UD
499822011-10-06 Ulrich Drepper <drepper@gmail.com>
49983
32b63198
UD
49984 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49985
054c0457
UD
49986 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49987 from tree and freeing node.
49988
64031225
JO
499892011-09-25 Jiri Olsa <jolsa@redhat.com>
49990
49991 * nss/nsswitch.c (__nss_database_lookup): Handle
49992 nss_parse_service_list out of memory case.
49993
0490345c
JO
499942011-09-15 Jiri Olsa <jolsa@redhat.com>
49995
49996 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49997 out of memory case.
49998
3a62d00d
AS
499992011-10-04 Andreas Schwab <schwab@redhat.com>
50000
50001 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50002 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50003 pass it down.
50004 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50005 elf_machine_rela, elf_machine_lazy_rel.
50006 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50007 (ELF_DYNAMIC_DO_REL): Likewise.
50008 (ELF_DYNAMIC_DO_RELA): Likewise.
50009 (ELF_DYNAMIC_RELOCATE): Likewise.
50010 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50011 to ELF_DYNAMIC_DO_REL.
50012 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50013 (dl_main): In trace mode always set __RTLD_NOIFUNC.
50014 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50015 elf_machine_rela.
50016 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50017 skip_ifunc, don't call ifunc function if non-zero.
50018 (elf_machine_rela): Likewise.
50019 (elf_machine_lazy_rel): Likewise.
50020 (elf_machine_lazy_rela): Likewise.
50021 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50022 (elf_machine_lazy_rel): Likewise.
50023 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50024 Likewise.
50025 (elf_machine_lazy_rel): Likewise.
50026 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50027 Likewise.
50028 (elf_machine_lazy_rel): Likewise.
50029 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50030 (elf_machine_lazy_rel): Likewise.
50031 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50032 (elf_machine_lazy_rel): Likewise.
50033 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50034 (elf_machine_lazy_rel): Likewise.
50035 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50036 (elf_machine_lazy_rel): Likewise.
50037 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50038 (elf_machine_lazy_rel): Likewise.
50039 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50040 (elf_machine_lazy_rel): Likewise.
50041
68577918
UD
500422011-09-28 Ulrich Drepper <drepper@gmail.com>
50043
50044 * nss/nss_files/files-init.c (_nss_files_init): Use static
50045 initialization for all the *_traced_file variables.
50046
68822d74
AS
500472011-09-28 Andreas Schwab <schwab@redhat.com>
50048
50049 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50050
2056100b
RM
500512011-09-27 Roland McGrath <roland@hack.frob.com>
50052
50053 [BZ #13226]
50054 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50055
32c76b63
AS
500562011-09-27 Andreas Schwab <schwab@redhat.com>
50057
50058 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50059 Reread the line before reparsing it.
50060
bf972c9d
AS
500612011-09-26 Andreas Schwab <schwab@redhat.com>
50062
50063 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50064
e057a1b5
JM
500652011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
50066 Maxim Kuvyrkov <maxim@codesourcery.com>
50067 Joseph Myers <joseph@codesourcery.com>
50068
50069 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50070 if needed for __stack_chk_guard.
50071
bc7e1c36
RM
500722011-09-19 Roland McGrath <roland@hack.frob.com>
50073
ecb1482f
RM
50074 * sysdeps/posix/spawni.c (script_execute): Always define it.
50075 It will be optimized away if unused.
50076 (maybe_script_execute): New function.
50077 (__spawni): Call it.
50078
bc7e1c36
RM
50079 * Makerules: Don't include tls.make.
50080 (config-tls): Always set to thread.
50081 * tls.make.c: File removed.
50082
1c3b002b
MF
500832011-09-19 Mike Frysinger <vapier@gentoo.org>
50084
50085 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50086 * config.make.in (CPPFLAGS-config): New substituted variable.
50087
2840865d
UD
500882011-09-15 Ulrich Drepper <drepper@gmail.com>
50089
88738eb6
UD
50090 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50091
cbf645a6 50092 [BZ #13192]
2840865d
UD
50093 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50094 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50095
b402e91a
RM
500962011-09-15 Roland McGrath <roland@hack.frob.com>
50097
50098 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50099 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50100 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50101 (CALL_FAIL): Likewise.
50102 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50103 (CALL_FAIL): Macro removed.
50104 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50105
4c1a1f71
UD
501062011-09-15 Ulrich Drepper <drepper@gmail.com>
50107
50108 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50109 for __FINITE_MATH_ONLY__ == 1.
50110
edc121be
AS
501112011-09-15 Andreas Schwab <schwab@redhat.com>
50112
50113 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50114 __ieee754_sqrt instead of sqrt.
50115 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50116 __ieee754_sqrtf instead of sqrtf.
50117 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50118 __floorf instead of floorf.
50119 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50120 __floorf, __truncf instead of floorf, truncf.
50121
cd205654
UD
501222011-09-14 Ulrich Drepper <drepper@gmail.com>
50123
ee4d0315
UD
50124 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50125
cd205654
UD
50126 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50127 __extern_always_inline.
50128 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50129 32-bit.
50130
48b67d71
AS
501312011-09-14 Andreas Schwab <schwab@redhat.com>
50132
50133 * elf/rtld.c (dl_main): Also relocate in dependency order when
50134 doing symbol dependency testing.
50135
1ae12c75
AS
501362011-09-13 Andreas Schwab <schwab@linux-m68k.org>
50137
50138 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50139 Always define `refsym'.
50140
995a80df
AS
501412011-09-13 Andreas Schwab <schwab@redhat.com>
50142
e529793b
AS
50143 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50144 (__FD_ELT): Renamed from __FDELT.
50145 * misc/bits/select2.h (__FD_ELT): Likewise.
50146 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50147 __FD_MASK instead of __FDELT, __FDMASK.
50148 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50149 Likewise.
50150 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50151 Likewise.
50152
52d4fef8
AS
50153 * elf/Makefile (gen-ldd): Fix pattern.
50154
995a80df
AS
50155 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50156 (init_tls): Likewise.
50157
8682f8b0
UD
501582011-09-12 Ulrich Drepper <drepper@gmail.com>
50159
50160 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50161
de82006d
AS
501622011-09-12 Andreas Schwab <schwab@redhat.com>
50163
a7c8e6a1
AS
50164 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50165 `struct cmsghdr *' instead of `void *'.
50166 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50167 Likewise.
50168
0f31fe77
AS
501692011-09-11 Andreas Schwab <schwab@linux-m68k.org>
50170
50171 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50172 if non-absolute.
50173 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50174 ldd_rewrite_script.
0f31fe77 50175
32b4c839
UD
501762011-09-11 Ulrich Drepper <drepper@gmail.com>
50177
83cd1420
UD
50178 * configure.in: Remove --with-tls option.
50179 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50180 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50181 out in case it is missing.
50182 * sysdeps/ia64/elf/configure.in: Likewise.
50183 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50184 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50185 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50186 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50187 * sysdeps/sh/elf/configure.in: Likewise.
50188 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50189 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50190 * sysdeps/x86_64/elf/configure.in: Likewise.
50191 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50192 * sysdeps/mach/hurd/tls.h: Likewise.
50193
633f745d
UD
50194 [BZ #13067]
50195 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50196
f318beb8
UD
50197 [BZ #13090]
50198 * configure.in: Fix use of AC_INIT.
50199
32b4c839
UD
50200 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50201
3ce1f295
UD
502022011-09-10 Ulrich Drepper <drepper@gmail.com>
50203
bb016596
UD
50204 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50205 __set_errno.
8e58439c
UD
50206 * malloc/hooks.c: Likewise.
50207
aebae053 50208 [BZ #11929]
02d46fc4
UD
50209 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
50210 variables statically.
50211 (narenas): Initialize.
50212 (list_lock): Initialize.
bb016596
UD
50213 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
50214 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
50215 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50216 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
50217 Add initializers to main_arena and mp_.
50218 (malloc_state): Remove pagesize member. Change all users to use
50219 GLRO(dl_pagesize).
50220
50221 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50222 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
50223 is always initialized.
50224
22a89187
UD
50225 * malloc/malloc.c: Removed unused configurations and dead code.
50226 * malloc/arena.c: Likewise.
50227 * malloc/hooks.c: Likewise.
02d46fc4 50228 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 50229
d063d164
UD
50230 * include/tls.h: Removed. USE___THREAD must always be defined.
50231 * bits/libc-tsd.h: Don't handle !USE___THREAD.
50232 * elf/dl-libc.c: Likewise.
50233 * elf/dl-tsd.c: Likewise.
50234 * include/errno.h: Likewise.
50235 * include/netdb.h: Likewise.
50236 * include/resolv.h: Likewise.
50237 * inet/herrno-loc.c: Likewise.
50238 * inet/herrno.c: Likewise.
50239 * malloc/arena.c: Likewise.
50240 * malloc/hooks.c: Likewise.
50241 * malloc/malloc.c: Likewise.
50242 * resolv/res-state.c: Likewise.
50243 * resolv/res_libc.c: Likewise.
50244 * sysdeps/i386/dl-machine.h: Likewise.
50245 * sysdeps/ia64/dl-machine.h: Likewise.
50246 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50247 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50248 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50249 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50250 * sysdeps/sh/dl-machine.h: Likewise.
50251 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50252 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50253 * sysdeps/unix/i386/sysdep.S: Likewise.
50254 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50255 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50256 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50257 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50258 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50259 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50260 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50261 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50262 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50263 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50264 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50265 * sysdeps/x86_64/dl-machine.h: Likewise.
50266 * tls.make.c: Likewise.
50267
3ce1f295
UD
50268 * configure.in: Remove --with-__thread option. Make tests for
50269 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50270 tls_model attribute fail if no support is available. Remove
50271 USE_IN_LIBIO.
50272 * Makeconfig: Adjust for dropped configure option. All features are
50273 now mandatory.
50274 * Makerules: Likewise.
50275 * Versions.def: Likewise.
50276 * argp/argp-fmtstream.c: Likewise.
50277 * argp/argp-fmtstream.h: Likewise.
50278 * argp/argp-help.c: Likewise.
50279 * assert/assert.c: Likewise.
50280 * config.h.in: Likewise.
50281 * config.make.in: Likewise.
50282 * configure: Likewise.
50283 * configure.in: Likewise.
50284 * csu/Versions: Likewise.
50285 * csu/init.c: Likewise.
50286 * elf/tst-audit2.c: Likewise.
50287 * elf/tst-tls10.c: Likewise.
50288 * elf/tst-tls10.h: Likewise.
50289 * elf/tst-tls11.c: Likewise.
50290 * elf/tst-tls12.c: Likewise.
50291 * elf/tst-tls14.c: Likewise.
50292 * elf/tst-tlsmod11.c: Likewise.
50293 * elf/tst-tlsmod12.c: Likewise.
50294 * elf/tst-tlsmod13.c: Likewise.
50295 * elf/tst-tlsmod13a.c: Likewise.
50296 * elf/tst-tlsmod14a.c: Likewise.
50297 * elf/tst-tlsmod15b.c: Likewise.
50298 * elf/tst-tlsmod16a.c: Likewise.
50299 * elf/tst-tlsmod16b.c: Likewise.
50300 * elf/tst-tlsmod7.c: Likewise.
50301 * elf/tst-tlsmod8.c: Likewise.
50302 * elf/tst-tlsmod9.c: Likewise.
50303 * gmon/gmon.c: Likewise.
50304 * grp/fgetgrent_r.c: Likewise.
50305 * grp/putgrent.c: Likewise.
50306 * hurd/fopenport.c: Likewise.
50307 * include/libc-symbols.h: Likewise.
50308 * include/tls.h: Likewise.
50309 * intl/gettextP.h: Likewise.
50310 * intl/loadinfo.h: Likewise.
50311 * locale/global-locale.c: Likewise.
50312 * locale/localeinfo.h: Likewise.
50313 * mach/devstream.c: Likewise.
50314 * malloc/arena.c: Likewise.
50315 * malloc/set-freeres.c: Likewise.
50316 * misc/err.c: Likewise.
50317 * misc/getttyent.c: Likewise.
50318 * misc/mntent_r.c: Likewise.
50319 * posix/getopt.c: Likewise.
50320 * posix/wordexp.c: Likewise.
50321 * pwd/fgetpwent_r.c: Likewise.
50322 * resolv/Versions: Likewise.
50323 * resolv/res_hconf.c: Likewise.
50324 * shadow/fgetspent_r.c: Likewise.
50325 * shadow/putspent.c: Likewise.
50326 * stdio-common/printf_fphex.c: Likewise.
50327 * stdio-common/tmpfile.c: Likewise.
50328 * stdlib/abort.c: Likewise.
50329 * stdlib/fmtmsg.c: Likewise.
50330 * sunrpc/auth_unix.c: Likewise.
50331 * sunrpc/clnt_perr.c: Likewise.
50332 * sunrpc/clnt_tcp.c: Likewise.
50333 * sunrpc/clnt_udp.c: Likewise.
50334 * sunrpc/clnt_unix.c: Likewise.
50335 * sunrpc/openchild.c: Likewise.
50336 * sunrpc/svc_simple.c: Likewise.
50337 * sunrpc/svc_tcp.c: Likewise.
50338 * sunrpc/svc_udp.c: Likewise.
50339 * sunrpc/svc_unix.c: Likewise.
50340 * sunrpc/xdr.c: Likewise.
50341 * sunrpc/xdr_array.c: Likewise.
50342 * sunrpc/xdr_rec.c: Likewise.
50343 * sunrpc/xdr_ref.c: Likewise.
50344 * sunrpc/xdr_stdio.c: Likewise.
50345
1248c1c4
PB
503462011-09-09 Ulrich Drepper <drepper@gmail.com>
50347
50348 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50349
503502011-07-03 Andreas Jaeger <aj@suse.de>
50351
50352 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50353 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50354 regenerate with gen-libm-tests.pl.
50355
503562010-05-12 Petr Baudis <pasky@suse.cz>
50357
50358 [BZ #11589]
50359 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50360 around j0() zero points by switching to j1().
50361 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50362 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50363 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50364 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50365
f22e1074
UD
503662011-09-09 Ulrich Drepper <drepper@gmail.com>
50367
f19009c1
UD
50368 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50369 instead of 0.
50370 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 50371 instead of 0.
f19009c1
UD
50372 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50373 Patch in part by Pavel Roskin <proski@gnu.org>.
50374
3f8cc204
UD
50375 [BZ #13138]
50376 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50377 realloc.
50378 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
50379 Free memory block if necessary.
50380
f22e1074
UD
50381 [BZ #12847]
50382 * libio/genops.c (INTDEF): For string streams the _lock pointer can
50383 be NULL. Don't lock in this case.
50384
0a2349f9
RM
503852011-09-09 Roland McGrath <roland@hack.frob.com>
50386
50387 * elf/elf.h (ELFOSABI_GNU): New macro.
50388 (ELFOSABI_LINUX): Define to that.
50389
f3cdd467
DZ
503902011-07-29 Denis Zaitceff <zaitceff@gmail.com>
50391
50392 * string/strncat.c (strncat): Undef the symbol in case it has been
50393 defined in bits/string.h.
50394
74718d13
UD
503952011-09-09 Ulrich Drepper <drepper@gmail.com>
50396
633e9e0f
UD
50397 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50398
0a2349f9 50399 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
50400 link map.
50401
f9924780
AJ
504022011-08-17 Andreas Jaeger <aj@suse.de>
50403
50404 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50405
7f5517aa
PP
504062011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
50407 Ian Lance Taylor <iant@google.com>
50408
50409 * math/libm-test.inc (lround_test): New testcase.
50410 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50411
762011fe
UD
504122011-09-08 Ulrich Drepper <drepper@gmail.com>
50413
92963737
UD
50414 * Makefile: Remove support for automatic cvs check-ins.
50415 * Makerules: Likewise.
50416 * config.make.in: Likewise.
50417 * configure.in: Likewise.
50418 * intl/Makefile: Likewise.
50419 * locale/Makefile: Likewise.
50420 * po/Makefile: Likewise.
50421 * posix/Makefile: Likewise.
50422 * sysdeps/gnu/Makefile: Likewise.
50423 * sysdeps/mach/hurd/Makefile: Likewise.
50424 * sysdeps/sparc/sparc32/Makefile: Likewise.
50425
b0727fd8
JS
50426 [BZ #13118]
50427 * posix/Makefile (bug-regex32-ENV): Define.
50428 Patch by John Stanley <jpsinthemix@verizon.net>.
50429
a0f33f99
UD
50430 * misc/Makefile (headers): Add bits/select2.h.
50431 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50432 * misc/bits/select2.h: New file.
50433 * include/bits/select2.h: New file.
50434 * debug/Makefile (routines): Add fdelt_chk.
50435 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50436 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50437 FD_ISSET.
50438 * debug/fdelt_chk.c: New file.
50439
762011fe
UD
50440 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
50441 * wcsmbs/test-wmemcmp.c: Likewise.
50442 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 50443 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
50444
504452011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50446
50447 * string/Makefile (strop-tests): Add memcmp.
50448 * string/test-wmemcmp.c: New file.
50449 * string/test-memcmp.c: Add wmemcmp support.
50450
7f513ec8
RM
504512011-09-08 Roland McGrath <roland@hack.frob.com>
50452
0442afb4
RM
50453 [BZ #13153]
50454 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50455 2011-07-19 change.
50456
7f513ec8
RM
50457 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50458 garbage value in a __mach_port_mod_refs call in the cases of the
50459 task-self and thread-self ports.
50460
a12b2239
ST
504612011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50462
50463 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50464
610f9ab4
AS
504652011-09-08 Andreas Schwab <schwab@redhat.com>
50466
7f513ec8 50467 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 50468
48882a1a
LD
504692011-09-07 Ulrich Drepper <drepper@gmail.com>
50470
b49865be
UD
50471 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50472
fdc86bc9
UD
50473 * elf/dl-libc.c (dlerror_run): Pass back error code from
50474 dl_catch_error.
50475
c966526a
UD
50476 [BZ #13123]
50477 * elf/dl-load.c (lose): Free l_origin if it is valid.
50478
48882a1a
LD
50479 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50480 names.
50481 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50482 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50483 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50484 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50485 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50486 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50487
77a2a8b4
AZ
504882011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50489
50490 * sysdeps/powerpc/fpu/e_hypot.c: New file.
50491 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50492 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50493 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50494 * sysdeps/powerpc/fpu/k_cosf.c: New file.
50495 * sysdeps/powerpc/fpu/k_sinf.c: New file.
50496 * sysdeps/powerpc/fpu/s_cosf.c: New file.
50497 * sysdeps/powerpc/fpu/s_sinf.c: New file.
50498 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50499 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50500
24f579d8
AM
505012011-08-15 Alan Modra <amodra@gmail.com>
50502
50503 [BZ #13092]
50504 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50505 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50506 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
50507 ppc_mcount to static-only-routines.
50508 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50509 __mcount_internal.
50510 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50511 __mcount_internal with usual JUMPTARGET. Remove useless nop.
50512
3d4837df
UD
505132011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
50514
50515 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50516 for finite and infinity parameters.
50517
22700377
WS
505182011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50519
50520 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50521 and add nop instructions for throughput optimization.
50522 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50523
5025581e
WS
505242011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
50525
50526 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50527 aligned copy for power7 with vector-scalar instructions.
50528 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50529
08a300c9
L
505302011-07-24 H.J. Lu <hongjiu.lu@intel.com>
50531
50532 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50533 AVX check.
50534
59178ef9
AS
505352011-09-07 Andreas Schwab <schwab@redhat.com>
50536
50537 [BZ #13144]
50538 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50539 last change.
50540
e38ba7ab
UD
505412011-09-07 Ulrich Drepper <drepper@gmail.com>
50542
50543 * sysdeps/unix/sysv/linux/x86_64/init-first.c
50544 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50545 syscall wrapper around clock_gettime in __vdso_clock_gettime.
50546 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50547 clock_gettime.
50548
d53a73ac
UD
505492011-09-06 Ulrich Drepper <drepper@gmail.com>
50550
fc8bffcc
UD
50551 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50552 Forgot to demangle the pointer.
50553
ceaa0c5d
UD
50554 * sysdeps/i386/sysdep.h: Define atom_text_section.
50555 * sysdeps/x86_64/sysdep.h: Likewise.
50556 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50557 section with atom_text_section.
50558 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50559 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50560 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50561 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50562 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50563
a77d3c17
UD
50564 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50565 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50566 already be defined. Change to take two parameters and don't assign
50567 result to variable. Adjust all users.
50568 Define INTERNAL_GETTIME if not already defined.
50569 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50570 call.
50571 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50572 HAVE_CLOCK_GETTIME_VSYSCALL.
50573 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50574
d53a73ac
UD
50575 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50576 gettimeofday vsyscall, just use time.
50577
a8f84144
AS
505782011-09-06 Andreas Schwab <schwab@redhat.com>
50579
50580 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50581 <errno.h>.
50582
ef606249
UD
505832011-09-06 Ulrich Drepper <drepper@gmail.com>
50584
50585 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50586 syscall on x86-64.
50587 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50588 syscall.
50589 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50590 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50591 syscall if possible.
50592
6585cb60
UD
505932011-09-05 Ulrich Drepper <drepper@gmail.com>
50594
50595 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50596 e_ident. Don't pass to find_mapsXX.
50597 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50598
a5f524e4
LD
505992011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50600
50601 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50602 strchr-sse2-no-bsf strrchr-sse2-no-bsf
50603 * sysdeps/x86_64/multiarch/strchr.S: Update.
50604 Check bit_slow_BSF bit.
50605 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50606 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50607 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50608
554881ef
UD
506092011-09-05 Ulrich Drepper <drepper@gmail.com>
50610
d96de963
UD
50611 [BZ #13134]
50612 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50613 before glibc 2.15.
50614 (tryshell): Define.
50615 (__spawni): Change last parameter to be flag. Test
50616 SPAWN_XFLAGS_USE_PATH flag to use path or not.
50617 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50618 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50619 * posix/spawni.c: Likewise.
50620 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50621 * posix/spawnp.c: Likewise. Change normal version to use
50622 SPAWN_XFLAGS_USE_PATH.
50623 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50624 SPAWN_XFLAGS_TRY_SHELL.
50625
d48e5868
UD
50626 [BZ #13150]
50627 * posix/glob.h: Remove gcc 1.x support.
50628
554881ef
UD
50629 [BZ #13068]
50630 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50631
693fb948
LD
506322011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50633
50634 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50635 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50636 strrchr-sse2-bsf
50637 * sysdeps/i386/i686/multiarch/strchr.S: New file.
50638 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50639 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50640 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50641 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50642 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50643
1b48c537
UD
506442011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50645
49d42c37
UD
50646 * sysdeps/x86_64/wcscmp.S: New file.
50647
1b48c537
UD
50648 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50649 wcscmp-c wcscmp-sse2
50650 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50651 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50652 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50653 * wcsmbs/wcscmp.c: Allow renaming.
50654
15c95c5d
DM
506552011-09-05 David S. Miller <davem@davemloft.net>
50656
50657 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50658 stack slot, rather than the struct return pointer slot.
50659 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50660 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50661 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50662 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50663
2f0ad8f3
UD
506642011-09-05 Ulrich Drepper <drepper@gmail.com>
50665
d88ae418
UD
50666 * po/ja.po: Update from translation team.
50667
2f0ad8f3
UD
50668 [BZ #13144]
50669 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50670 kernel in 64-bit binaries.
50671
5f4318d1
DM
506722011-09-01 David S. Miller <davem@davemloft.net>
50673
50674 * elf/elf.h (HWCAP_SPARC_*): Move to..
50675 * sysdeps/sparc/sysdep.h: this new file and add new values.
50676 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50677 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50678 _DL_HWCAP_COUNT to 24.
50679 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50680 entries.
50681 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50682 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50683 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50684 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50685 instead of magic constants.
50686 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50687
3ba57516
DM
506882011-08-31 David S. Miller <davem@davemloft.net>
50689
50690 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50691 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50692 Reimplement to do errno handling inline.
50693 (SYSCALL_ERROR_HANDLER): New macro.
50694 (__SYSCALL_STRING): Do not do errno handling in asm.
50695 (__CLONE_SYSCALL_STRING): Delete.
50696 (__INTERNAL_SYSCALL_STRING): Delete.
50697 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50698 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50699 (PSEUDO): Reimplement to do errno handling inline.
50700 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50701 (SYSCALL_ERROR_HANDLER): New macro.
50702 (__SYSCALL_STRING): Do not do errno handling in asm.
50703 (__CLONE_SYSCALL_STRING): Delete.
50704 (__INTERNAL_SYSCALL_STRING): Delete.
50705 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50706 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50707 i386.
50708 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50709 (inline_syscall*): Add 'err' argument.
50710 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50711 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50712 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50713 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50714
50715 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50716 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50717
2bc17433
AS
507182011-08-30 Andreas Schwab <schwab@redhat.com>
50719
50720 * elf/rtld.c (dl_main): Relocate objects in dependency order.
50721
fbeb5f4d
JO
507222011-08-29 Jiri Olsa <jolsa@redhat.com>
50723
50724 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50725 directive.
50726
ad69cc26
DM
507272011-08-24 David S. Miller <davem@davemloft.net>
50728
50729 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50730
39dd69df
AS
507312011-08-24 Andreas Schwab <schwab@redhat.com>
50732
50733 * elf/Makefile: Add rules to build and run unload8 test.
50734 * elf/unload8.c: New file.
50735 * elf/unload8mod1.c: New file.
50736 * elf/unload8mod1x.c: New file.
50737 * elf/unload8mod2.c: New file.
50738 * elf/unload8mod3.c: New file.
50739
50740 * elf/dl-close.c (_dl_close_worker): Reset private search list if
50741 it wasn't used.
50742
2c0b250a
DM
507432011-08-23 David S. Miller <davem@davemloft.net>
50744
50745 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50746 subtract stack bias.
50747 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50748 %sp not %fp in calculations.
50749 (_JMPBUF_UNWINDS_ADJ): Likewise.
50750
22044b48
DM
50751 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50752 (aio_suspend): Call it to force an exception region around the
50753 AIO_MISC_WAIT() invocation.
50754
2cae4995
AS
507552011-08-23 Andreas Schwab <schwab@redhat.com>
50756
50757 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50758 backslash.
50759
873a772e
AJ
507602011-07-04 Aurelien Jarno <aurelien@aurel32.net>
50761
50762 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50763 protection macro.
50764 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50765 and <dl-machine.h>.
50766 (Elf64_FuncDesc): Remove.
50767
25ad0df1
DM
507682011-08-22 David S. Miller <davem@davemloft.net>
50769
50770 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50771 sigaltstack check, add missing cfi directives.
50772 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50773 missing cfi directives, and sigaltstack handling.
50774
e888bcbe
AS
507752011-08-16 Andreas Schwab <schwab@redhat.com>
50776
50777 [BZ #11724]
50778 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50779 object is seen twice.
50780 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50781
50782 * elf/Makefile (distribute): Add tst-initorder2.c.
50783 (tests): Add tst-initorder2.
50784 (modules-names): Add tst-initorder2a tst-initorder2b
50785 tst-initorder2c tst-initorder2d. Add rules to build them.
50786 ($(objpfx)tst-initorder2.out): New rule.
50787 * elf/tst-initorder2.c: New file.
50788 * elf/tst-initorder2.exp: New file.
50789
87162f46
AS
507902011-08-22 Andreas Schwab <schwab@redhat.com>
50791
70538b7f
AS
50792 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50793
f55ffe58
AS
50794 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50795 dependencies back to end of function.
50796
87162f46
AS
50797 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50798 $(elfobjdir)/ld.so.
50799
91b392a4
UD
508002011-08-21 Ulrich Drepper <drepper@gmail.com>
50801
50802 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50803 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50804 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50805 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50806 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50807 of __vdso_gettimeofday.
50808 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50809 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
50810 attribute_hidden.
50811 (_libc_vdso_platform_setup): Remove initialization of
50812 __vdso_gettimeofday and __vdso_time.
50813
5c43483f
UD
508142011-08-20 Ulrich Drepper <drepper@gmail.com>
50815
775a77e7
UD
50816 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50817 and fgetc_unlocked.
50818 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50819 getc_unlocked.
89f447ed 50820
49c74ba9
UD
50821 * elf/dl-open.c (add_to_global): Report additions to the global scope
50822 for LD_DEBUG=scopes.
50823 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 50824 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 50825
5c43483f
UD
50826 [BZ #13114]
50827 * stdio-common/Makefile (tests): Add bug24.
50828 * stdio-common/bug24.c: New file.
50829
a101b025
AJ
508302011-08-19 Andreas Jaeger <aj@suse.de>
50831
50832 [BZ #13114]
50833 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50834 non-existant file when using close-on-exec mode.
50835
c88f1766
UD
508362011-08-20 Ulrich Drepper <drepper@gmail.com>
50837
0276a718
UD
50838 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50839 the very first instruction.
50840
c88f1766
UD
50841 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50842 the CFI state in the end.
50843 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50844 inclusion of dl-trampoline.h.
50845 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50846
51ccffa0
AS
508472011-08-19 Andreas Schwab <schwab@redhat.com>
50848
94d7165f
AS
50849 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50850 expectations for long double.
50851
51ccffa0
AS
50852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50853 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50854
fd708658 508552011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
50856
50857 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50858 artificual limit depends upon the system page size.
50859
44f0a71e
UD
508602011-08-17 Ulrich Drepper <drepper@gmail.com>
50861
50862 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50863 * resolv/Makefile: Define CFLAGS-libresolv.
50864
8de79a24
AS
508652011-08-17 Andreas Schwab <schwab@redhat.com>
50866
50867 * nss/makedb.c (compute_tables): Make variables used in nested
50868 function static.
50869
27724598
UD
508702011-08-17 Ulrich Drepper <drepper@gmail.com>
50871
c5305d88
UD
50872 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50873 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50874 if buffer was too small.
50875
27724598
UD
50876 * elf/pldd.c (main): Attach to all threads in the process.
50877 Rewrite /proc handling to use *at functions.
50878
076fe015
UD
508792011-08-16 Ulrich Drepper <drepper@gmail.com>
50880
174baab3
UD
50881 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50882 specifies first scope to show.
50883 (dl_open_worker): Update callers. Move printing scope of new
50884 object to before the relocation.
44f0a71e 50885 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
50886 * sysdeps/generic/ldsodefs.h: Update declaration.
50887
076fe015
UD
50888 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50889 string for the scope number.
50890
a60df2c3
UD
508912011-08-14 Ulrich Drepper <drepper@gmail.com>
50892
50893 * nscd/servicescache.c (cache_addserv): Make sure written is always
50894 initialized.
50895
5e4287d1
RM
508962011-08-14 Roland McGrath <roland@hack.frob.com>
50897
85ae0589
RM
50898 * sysdeps/i386/i486/bits/atomic.h
50899 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50900 statement expression, so as to suppress "set but not used" warning.
50901 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50902
69f63097
RM
50903 * string/strncat.c (STRNCAT): Use prototype definition.
50904
675456ef
RM
50905 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50906 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50907 -Iprograms here.
50908 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50909 (localedef-modules): Add localedef.
50910 (locale-modules): Add locale.
50911
5e4287d1
RM
50912 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50913 * elf/rtld.c (dl_main): Invert order of assignment in last change,
50914 to avoid a warning.
50915
9c96ff23
DM
509162011-08-14 David S. Miller <davem@davemloft.net>
50917
50918 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50919 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50920
f9ddf089
UD
509212011-08-13 Ulrich Drepper <drepper@gmail.com>
50922
44f0a71e 50923 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
50924 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50925 * elf/rtld.c (dl_main): Set l_name of vDSO.
50926 Call _dl_show_scope when DL_DEBUG_SCOPES.
50927 (process_dl_debug): Recognize scopes flag and also set it for all.
50928 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50929 Declare _dl_show_scope.
50930
1dc27704
UD
50931 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50932 (do_dlopen): Pass caller_dlopen to dl_open.
50933 (__libc_dlopen_mode): Initialize caller_dlopen.
50934
f9ddf089
UD
50935 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50936 of libc. Make tolower call locale-independent. Optimize a bit by
50937 using isdigit instead of isalnum.
50938 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50939
9ac533d3
UD
509402011-08-12 Ulrich Drepper <drepper@gmail.com>
50941
50942 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50943 was a dependency or dynamically loaded.
50944
89edf2e9
UD
509452011-08-11 Ulrich Drepper <drepper@gmail.com>
50946
8e999d29
UD
50947 * intl/l10nflist.c: Allow architecture-specific pop function.
50948 * sysdeps/x86_64/l10nflist.c: New file.
50949
89edf2e9
UD
50950 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50951 classification.
50952
14d96785
AS
509532011-08-10 Andreas Schwab <schwab@redhat.com>
50954
50955 * include/dirent.h: Add libc_hidden_proto for scandirat and
50956 scandirat64. Don't declare __scandirat64.
50957 * dirent/scandirat.c: Add libc_hidden_def.
50958 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50959 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50960
6761ac04
DM
509612011-08-10 David S. Miller <davem@davemloft.net>
50962
50963 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50964 enum.
50965 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50966 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50967 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50968
c55fbd1e
UD
509692011-08-09 Ulrich Drepper <drepper@gmail.com>
50970
50971 * Versions.def [libc]: Add GLIBC_2.15.
50972 * dirent/Makefile (routines): Add scandirat and scandirat64.
50973 * dirent/Versions [libc]: Export scandirat and scandirat64 for
50974 GLIBC_2.15.
50975 * dirent/dirent.h: Declare scandirat and scandirat64.
50976 * dirent/scandirat.c: New file.
50977 * dirent/scandirat64.c: New file.
50978 * sysdeps/wordsize-64/scandirat.c: New file.
50979 * sysdeps/wordsize-64/scandirat64.c: New file.
50980 * dirent/opendir.c: Define opendirat.
50981 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
50982 using scandirat.
50983 * dirent/scandir64.c: Adjust for scandir.c change.
50984 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
50985 __scandirat64, and __scandir_cancel_handler.
50986 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
50987 additional parameter and use openat instead of open (outside of ld.so).
50988 Add new __opendir as wrapper around __opendirat.
50989 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50990 here without requiring old scandirat implementation.
50991
879165f2
UD
509922011-08-08 Ulrich Drepper <drepper@gmail.com>
50993
50994 * dirent/scandir.c (cancel_handler): Renamed to
50995 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
50996 defined. Adjust users.
50997 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50998 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50999
cb7e923b
UD
510002011-08-04 Ulrich Drepper <drepper@gmail.com>
51001
16292edd
UD
51002 * string/test-string.h (IMPL): Use __STRING to expand name and then
51003 stringify it.
51004
cb7e923b
UD
51005 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
51006 of cleanups.
51007
cff82933
LD
510082011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51009
51010 * string/Makefile: Update.
51011 (strop-tests): Append strncat.
51012 * string/test-wcscmp.c: New file.
51013 New comprehensive test for wcscmp.
51014 * string/test-strcmp.c: Update.
51015 (WIDE): New define.
51016
9be9bfcc
AS
510172011-07-22 Andreas Schwab <schwab@redhat.com>
51018
51019 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51020 line.
51021
2e96f1c7
AS
510222011-07-26 Andreas Schwab <schwab@redhat.com>
51023
51024 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51025 encoding to ACE if AI_IDN.
51026
85188888
JJ
510272011-08-01 Jakub Jelinek <jakub@redhat.com>
51028
51029 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51030 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51031
5fa16e9b
LD
510322011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51033
51034 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51035 Fix overflow bug in strncat.
51036 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51037
51038 * string/test-strncat.c: Update.
51039 Add new tests for checking overflow bugs.
51040
510412011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51042
51043 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51044 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51045 * sysdeps/i386/i686/multiarch/strcat.S: New file.
51046 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51047 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51048 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51049 * sysdeps/i386/i686/multiarch/strncat.S: New file.
51050 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51051 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51052
51053 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51054 (USE_AS_STRCAT): Define.
51055 Add strcat and strncat support.
51056 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51057
8c1a459f
AS
510582011-07-25 Andreas Schwab <schwab@redhat.com>
51059
51060 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51061 __n bigger than INT_MAX+1.
51062 (__strncmp_g): Likewise.
51063
bba33c28
UD
510642011-07-23 Ulrich Drepper <drepper@gmail.com>
51065
798be72d
UD
51066 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51067 * libio/stido.h: Likewise.
51068
8accd4dc
UD
51069 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51070 (AF_NFC): Define.
51071 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51072 (AF_NFC): Define.
51073
cbff0d96
UD
51074 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51075 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51076 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51077 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51078 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51079
9191c04a
UD
51080 [BZ #13021]
51081 * scripts/test-installation.pl: Don't expect libnss_test1 to be
51082 installed.
51083
bba33c28
UD
51084 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51085 typo.
51086 (_dl_x86_64_save_sse): Likewise.
51087
90f139dd
UD
510882011-07-22 Ulrich Drepper <drepper@gmail.com>
51089
1aae088a
UD
51090 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51091 OSXSAVE.
51092 (_dl_x86_64_save_sse): Likewise.
51093
8e2045f5
UD
51094 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51095
90f139dd
UD
51096 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51097
1d002f25
AS
510982011-07-21 Andreas Schwab <schwab@redhat.com>
51099
51100 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51101 change.
51102 (_dl_x86_64_save_sse): Use correct AVX check.
51103
21137f89
UD
511042011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51105
51106 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51107 bug in strncpy/strncat.
51108 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51109
a65c0b7a
UD
511102011-07-21 Ulrich Drepper <drepper@gmail.com>
51111
51112 * string/tester.c (test_strcat): Add tests for different alignments
51113 of source and destination.
51114 (test_strncat): Likewise.
51115
6986b98a
UD
511162011-07-20 Ulrich Drepper <drepper@gmail.com>
51117
90bb2039
UD
51118 [BZ #12852]
51119 * posix/glob.c (glob): Check passed in values before using them in
51120 expressions to avoid some overflows.
51121 (glob_in_dir): Likewise.
51122
5644ef54
UD
51123 [BZ #13007]
51124 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51125 check for AVX enablement so that we don't crash with old kernels and
51126 new hardware.
51127 * elf/tst-audit4.c: Add same checks here.
51128 * elf/tst-audit6.c: Likewise.
51129
51130 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 51131
bfc9dc9b
AS
511322011-07-09 Andreas Schwab <schwab@linux-m68k.org>
51133
51134 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51135
702e64bb
UD
511362011-07-20 Ulrich Drepper <drepper@gmail.com>
51137
51138 * po/cs.po: Update from translation team.
51139 * po/bg.po: Likewise.
51140
295e904f
MP
511412011-07-12 Marek Polacek <mpolacek@redhat.com>
51142
51143 * misc/sys/cdefs.h: Add support for const attribute.
51144 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51145 to gnu_dev_{major,minor,makedev} functions.
51146
3ff94596
MP
511472011-07-20 Marek Polacek <mpolacek@redhat.com>
51148
51149 * intl/dcigettext.c (get_output_charset): Add missing bracket.
51150
28b59fca
AS
511512011-07-20 Andreas Schwab <schwab@redhat.com>
51152
51153 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51154 strlen results.
51155
19df733e
AK
511562011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51157
51158 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51159 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51160 register in order to avoid conflicts with the soft frame pointer
51161 being held in r11 when necessary.
51162 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51163 (INTERNAL_VSYSCALL_NCS): Likewise.
51164
c8835729
MP
511652011-07-14 Marek Polacek <mpolacek@redhat.com>
51166
51167 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51168 * elf/dl-fini.c (_dl_fini): Adjust caller.
51169 * elf/dl-close.c (_dl_close_worker): Likewise.
51170 * sysdeps/generic/ldsodefs.h: Adjust declaration.
51171
b902330c
MP
511722011-07-15 Marek Polacek <mpolacek@redhat.com>
51173
8991e135
MP
51174 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51175 "aux_cache->nlibs < 0".
51176
b902330c
MP
51177 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51178 in the reload-count case.
51179
99710781
LD
511802011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
51181
51182 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51183 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51184 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51185 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51186 * sysdeps/x86_64/multiarch/strcat.S: New file.
51187 * sysdeps/x86_64/multiarch/strncat.S: New file.
51188 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51189 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51190 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51191 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51192 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51193 (USE_AS_STRCAT): Define.
51194 Add strcat and strncat support.
51195 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51196 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51197 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51198 * string/strncat.c: Update.
51199 (USE_AS_STRNCAT): Define.
51200 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51201 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51202 and i7.
51203 * sysdeps/x86_64/multiarch/init-arch.h
51204 (bit_Prefer_PMINUB_for_stringop): New.
51205 (index_Prefer_PMINUB_for_stringop): Likewise.
51206 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51207 bit_Prefer_PMINUB_for_stringop.
51208
7dc6bd90
UD
512092011-07-19 Ulrich Drepper <drepper@gmail.com>
51210
51211 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51212 buffer64.
51213 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51214 of casting of buffer.
51215 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51216 buffer32 and buffer64.
51217 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51218 writes instead of casting of buffer.
51219 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51220 buffer32.
51221 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51222 casting of buffer.
51223
e0e72284
AS
512242011-07-19 Andreas Schwab <schwab@redhat.com>
51225
51226 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51227
feb1eb0b
UD
512282011-07-19 Ulrich Drepper <drepper@gmail.com>
51229
51230 * nscd/nscd.c (termination_handler): Don't do anything for a database
51231 if it has not yet been initialized.
51232
298711ff
UD
512332011-07-18 Ulrich Drepper <drepper@gmail.com>
51234
51235 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51236
512372011-07-15 Marek Polacek <mpolacek@redhat.com>
51238
51239 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51240
f9d68389
UD
512412011-07-18 Ulrich Drepper <drepper@gmail.com>
51242
51243 * po/nl.po: Update from translation team.
51244 * po/sv.po: Likewise.
51245
db290cf5
RM
512462011-07-16 Roland McGrath <roland@hack.frob.com>
51247
51248 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51249 now disallowed by GCC.
5c550700 51250
fd5e21c7
RM
51251 * configure.in (use-default-link): Default to yes if a test -shared
51252 link meets our qualifications.
51253 * configure: Regenerated.
51254
5c550700
RM
51255 * config.make.in (output-format): New variable.
51256 * configure.in: Check for ld --print-output-format support.
51257 * configure: Regenerated.
51258 * Makerules ($(common-objpfx)format.lds)
51259 [$(output-format) != unknown]: Just use $(output-format),
51260 instead of the linker-script munging.
51261
9fa2c032
RM
512622011-07-14 Roland McGrath <roland@hack.frob.com>
51263
a6928d51
RM
51264 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51265 of $(common-objpfx)shlib.lds.
51266 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51267
661607b3
RM
51268 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51269 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51270
9fa2c032
RM
51271 * configure.in (-z relro check): Adjust test code to add a large
51272 writable data section after it.
51273 * configure: Regenerated.
51274
defe9061
RM
512752011-07-11 Roland McGrath <roland@hack.frob.com>
51276
51277 * configure.in (-z relro check): Fix test code to make the variable
51278 truly const.
51279 * configure: Regenerated.
51280
319b9ad4
UD
512812011-07-11 Ulrich Drepper <drepper@gmail.com>
51282
51283 * nscd/nscd.h (struct traced_file): Define.
51284 (struct database_dyn): Remove inotify_descr, reset_res, and filename
51285 elements. Add traced_files.
51286 (inotify_fd): Declare.
51287 (register_traced_file): Declare.
51288 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51289 (inotify_fd): Export.
51290 (resolv_conf_descr): Remove.
51291 (nscd_init): Move inotify descriptor creation to main.
51292 Don't register files for notification here.
51293 (register_traced_file): New function.
51294 (invalidate_cache): Don't use reset_res to determine whether to call
51295 res_init, go through the list of registered files.
51296 (main_loop_poll): The inotify descriptors are now stored in the
51297 structures for the traced files.
51298 (main_loop_epoll): Likewise
51299 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
51300 to __nss_disable_nscd.
51301 * nscd/cache.c (prune_cache): There is no single inotify descriptor
51302 for a database anymore. Check the records for all the registered
51303 files instead.
51304 * nss/Makefile (libnss_files-routines): Add files-init.
51305 (libnss_db-routines): Add db-init.
51306 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51307 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51308 * nss/nss_db/db-init.c: New file.
51309 * nss/nss_files/files-init.c: New file.
51310 * nss/nsswitch.c (nss_load_library): New function. Broken out of
51311 __nss_lookup_function.
51312 (__nss_lookup_function): Call nss_load_library.
51313 (nss_load_all_libraries): New function.
51314 (__nss_disable_nscd): Take parameter with callback function for files
51315 to register. Set is_nscd. Load all the DSOs for the NSS modules
51316 used for the cached services.
51317 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51318 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51319 options for features to all the files in nscd.
51320
51321 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51322
23bee3e8
RM
513232011-07-10 Roland McGrath <roland@hack.frob.com>
51324
51325 * csu/elf-init.c (__libc_csu_init): Comment typo.
51326
46a5b7f0
UD
513272011-07-09 Ulrich Drepper <drepper@gmail.com>
51328
51329 * po/pl.po: Update from translation team.
51330 * po/ja.po: Likewise.
51331 * po/ru.po: Likewise.
51332 * po/ko.po: Likewise.
51333 * po/fr.po: Likewise.
51334
d30cf5bb
RM
513352011-07-09 Roland McGrath <roland@hack.frob.com>
51336
113ddea4
RM
51337 * configure.in (.ctors/.dtors header and trailer check):
51338 Use an empirical test on a built program.
51339 * configure: Regenerated.
51340
574920b4
RM
51341 * configure.in (-z relro check): Use an empirical test on a built DSO.
51342 Detect, but do not require, on ia64.
51343 * configure: Regenerated.
51344
d30cf5bb
RM
51345 * configure.in (READELF): Find it with AC_CHECK_TOOL.
51346 Update tests that use readelf to use $READELF instead.
51347 * configure: Regenerated.
51348
8538fdb3
UD
513492011-07-08 Ulrich Drepper <drepper@gmail.com>
51350
51351 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51352 if the result is not used.
51353
04d08991
AJ
513542011-07-05 Andreas Jaeger <aj@suse.de>
51355
51356 [BZ#9696]
51357 * stdlib/tst-strtod.c: Add testcase.
51358
de283087
AD
513592011-07-07 Ulrich Drepper <drepper@gmail.com>
51360
4e5f31c8 51361 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 51362 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
51363 The latter has a higher limit. Take additional parameter to pass to
51364 the new function.
51365 (__pathconf): Pass file to __statfs_link_max.
51366 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51367 __statfs_link_max.
51368 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51369 __statfs_link_max.
51370
de283087
AD
51371 [BZ #12868]
51372 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51373 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51374 Handle Lustre.
51375 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51376 (__statfs_filesize_max): Likewise.
51377 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51378
c75fa153
AJ
513792011-07-05 Andreas Jaeger <aj@suse.de>
51380
51381 * resolv/res_comp.c (dn_skipname): Remove unused variable.
51382
1a544854
UD
513832011-07-06 Marek Polacek <mpolacek@redhat.com>
51384
51385 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51386 `status' variable.
51387 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51388 Likewise.
51389
6f0eec67
UD
513902011-07-04 H.J. Lu <hongjiu.lu@intel.com>
51391
51392 * Makefile (strop-tests): Add strncat.
51393 * string/test-strncat.c: New file.
51394
aae30307
UD
513952011-06-30 Marek Polacek <mpolacek@redhat.com>
51396
51397 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51398
c0cfb5eb
UD
513992011-06-21 Andreas Jaeger <aj@suse.de>
51400
51401 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51402 Copy rule from iconvdata/Makefile.
51403
01636b21
UD
514042011-07-06 Ulrich Drepper <drepper@gmail.com>
51405
51406 [BZ #12922]
51407 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51408 but no long options are defined, just return 'W'.
51409
9895c8bc
UD
514102011-06-22 Marek Polacek <mpolacek@redhat.com>
51411
51412 [BZ #9696]
51413 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51414
5d4cf042
UD
514152011-07-06 Ulrich Drepper <drepper@gmail.com>
51416
51417 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51418 netgroups to read.
960e5535 51419 (innetgr): Likewise.
5d4cf042 51420
751eb97e
RM
514212011-07-05 Roland McGrath <roland@hack.frob.com>
51422
51423 * config.make.in (install_root): Default to $(DESTDIR).
51424
f15f1e45
UD
514252011-07-05 Ulrich Drepper <drepper@gmail.com>
51426
51427 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51428
4e34ac6a
RM
514292011-07-02 Roland McGrath <roland@hack.frob.com>
51430
5e9b6af4
RM
51431 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51432
84f9ea0f
RM
51433 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51434 containing directory rather than embedding absolute directory names.
51435
ea5ee9f7
RM
51436 * scripts/check-local-headers.sh: Rewritten using awk.
51437 Match by word, not by line. Print error messages for matches.
51438 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51439
1b74661a
RM
51440 * Makerules [shlib-lds-flags empty]:
51441 ($(common-objpfx)libc_pic.opts): New target.
51442 ($(common-objpfx)libc_pic.os.clean): New target.
51443 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51444
51445 * config.make.in (OBJCOPY): New variable.
51446 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51447 * configure: Regenerated.
51448
f781ef40
RM
51449 * config.make.in (use-default-link): New variable.
51450 * configure.in (use_default_link): Grok --with-default-link to set it.
51451 * configure: Regenerated.
51452 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51453 (shlib-lds, shlib-lds-flags): Define to empty.
51454
2d4fa81e
RM
51455 * Makerules (shlib-lds): New variable.
51456 (shlib-lds-flags): New variable.
51457 (build-shlib, build-moduile, build-module-asneeded): Use it.
51458 ($(common-objpfx)libc.so): Use $(shlib-lds).
51459 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51460 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51461
31fffa6b
RM
51462 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51463 DT_FLAGS/DT_FLAGS_1 with zero flags.
51464
4e34ac6a
RM
51465 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51466 linker script munging.
51467
fcfc776b
UD
514682011-07-02 Ulrich Drepper <drepper@gmail.com>
51469
51470 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51471 as 128-bit value.
51472 * crypt/sha512.c (sha512_process_block): Perform total addition using
51473 128-bit if possible.
51474 (__sha512_finish_ctx): Likewise.
51475 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51476 as 64-bit value.
51477 * crypt/sha256.c (SWAP64): Define.
51478 (sha256_process_block): Perform total addition using 64-bit if
51479 possible.
51480 (__sha256_finish_ctx): Likewise.
51481
99231d9a
UD
514822011-07-01 Ulrich Drepper <drepper@gmail.com>
51483
51484 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
51485 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51486 * nscd/hstcache.c (cache_addhst): Likewise.
51487 * nscd/grpcache.c (cache_addgr): Likewise.
51488 * nscd/aicache.c (addhstaiX): Likewise
51489 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51490
445b4a53
TK
514912011-07-01 Thorsten Kukuk <kukuk@suse.de>
51492
51493 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51494 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51495 * nscd/hstcache.c (cache_addhst): Likewise.
51496 * nscd/grpcache.c (cache_addgr): Likewise.
51497 * nscd/aicache.c (addhstaiX): Likewise
51498
6d4d8e8e
AS
514992011-07-01 Andreas Schwab <schwab@redhat.com>
51500
51501 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51502 domain only when needed.
51503
89f654c5
AS
515042011-06-30 Andreas Schwab <schwab@redhat.com>
51505
51506 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51507 is always restored.
51508
cf3b23ff
UD
515092011-06-29 Ulrich Drepper <drepper@gmail.com>
51510
51511 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51512 are re-adding the entry.
51513 * nscd/servicescache.c (cache_addserv): Likewise.
51514
751626f9
AJ
515152011-06-30 Aurelien Jarno <aurelien@aurel32.net>
51516
51517 * sysdeps/generic/dl-irel.h: fix protection against multiple
51518 inclusions.
51519 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51520
9113ea1f
UD
515212011-06-28 Ulrich Drepper <drepper@gmail.com>
51522
5c0b8d90
UD
51523 [BZ #12935]
51524 * malloc/memusage.sh: Fix quoting in message.
51525 * debug/xtrace.sh: Likewise.
51526
9113ea1f
UD
51527 * configure.in: Remove support for --experimental-malloc option, make
51528 it the default.
51529 * config.make.in: Likewise.
51530 * malloc/Makefile: Likewise.
51531
a4172181
AS
515322011-06-27 Andreas Schwab <schwab@redhat.com>
51533
51534 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51535 two-byte characters.
51536
78a7eee7
RM
515372011-06-27 Roland McGrath <roland@hack.frob.com>
51538
62bede13
RM
51539 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51540 AC_CACHE_CHECK invocation.
51541 * configure: Regenerated.
51542
78a7eee7
RM
51543 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51544
5ce33a62
UD
515452011-06-27 Ulrich Drepper <drepper@gmail.com>
51546
034807a9
UD
51547 [BZ #12350]
51548 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
51549 bit from old_res_options.
51550
4902da17
UD
51551 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51552
5ce33a62
UD
51553 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51554 value type for setfct.
51555
c2344f56
L
515562011-06-23 H.J. Lu <hongjiu.lu@intel.com>
51557
51558 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51559 __gettimeofday instead of gettimeofday.
51560
68468076
UD
515612011-06-26 Ulrich Drepper <drepper@gmail.com>
51562
51563 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51564
acb0d739
L
515652011-06-24 H.J. Lu <hongjiu.lu@intel.com>
51566
51567 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51568
51569 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51570 info.
51571
8912479f
L
515722011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51573
51574 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51575 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51576 strcpy-sse2-unaligned strncpy-sse2-unaligned
51577 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51578 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51579 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51580 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51581 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51582 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51583 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51584 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51585 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51586 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51587 (STRCPY): Support SSE2 and SSSE3 versions.
51588
d5495a11
UD
515892011-06-24 Ulrich Drepper <drepper@gmail.com>
51590
51591 [BZ #12874]
51592 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51593 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51594 kernels which artificially limit size of requests.
51595
0b1cbaae
L
515962011-06-22 H.J. Lu <hongjiu.lu@intel.com>
51597
51598 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51599 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51600 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51601 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51602 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51603 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51604 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51605 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51606 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51607 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51608 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51609 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51610 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51611 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51612 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51613 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51614 Enable unaligned load optimization for Intel Core i3, i5 and i7
51615 processors.
51616 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51617 Define.
51618 (index_Fast_Unaligned_Load): Define.
51619 (HAS_FAST_UNALIGNED_LOAD): Define.
51620
07f494a0
MP
516212011-06-23 Marek Polacek <mpolacek@redhat.com>
51622
51623 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51624
fa3fc0fe
UD
516252011-06-22 Ulrich Drepper <drepper@gmail.com>
51626
51627 [BZ #12907]
51628 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51629 until it is clear that the information is realy needed.
51630 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51631
e12df166
AS
516322011-06-22 Andreas Schwab <schwab@redhat.com>
51633
51634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51635
852eb34d
UD
516362011-06-22 Ulrich Drepper <drepper@gmail.com>
51637
84e2a551
UD
51638 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51639 /sys/devices/system/cpu/online if it is usable.
51640
852eb34d
UD
51641 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51642 reading the information from the /proc filesystem to once a second.
51643
6e502e19
UD
516442011-06-21 Andreas Jaeger <aj@suse.de>
51645
51646 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51647 NULL after inclusion of kernel headers.
51648
75d39ff2
UD
516492011-06-21 Ulrich Drepper <drepper@gmail.com>
51650
51f9aa6a
UD
51651 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51652 calls to internal_setent.
51653
c0244a9d
UD
51654 [BZ #12885]
51655 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51656 addresses using gethostbyname4_r ignore IPv4 addresses.
51657
c5e3c2ae
UD
51658 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51659 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
51660
75d39ff2
UD
51661 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51662
42675c6f
DM
516632011-06-20 David S. Miller <davem@davemloft.net>
51664
51665 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51666 inclusions.
51667 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51668
51669 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51670 (elf_irel): Use it.
51671 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51672 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51673 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51674 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51675 * sysdeps/x86_64/dl-irel.h: Likewise.
51676
51677 * elf/dl-runtime.c: Use elf_ifunc_invoke.
51678 * elf/dl-sym.c: Likewise.
51679
57912a71
UD
516802011-06-15 Ulrich Drepper <drepper@gmail.com>
51681
51682 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
51683 need to dereference resplen2.
51684
ee22793d
AS
516852011-06-14 Andreas Schwab <schwab@redhat.com>
51686
51687 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51688
a9e836b0
UD
516892011-06-15 Ulrich Drepper <drepper@gmail.com>
51690
77fb9117
UD
51691 * Makeconfig: Define vardbdir and inst_vardbdir.
51692 * nss/Makefile: Add rules to install db-Makefile.
51693
40c1b22c
UD
51694 * nss/nss_db/db-XXX.c: Cleanup.
51695
9f2da732
UD
51696 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51697 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51698 GLIBC_PRIVATE.
51699 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51700 * nss/makedb.c: Implement -g option to specify that value strings
51701 are generated and should not be added to table iterated over for
51702 get*ent calls.
51703 * nss/nss_db/db-initgroups.c: New file.
51704
82e9a1f7
UD
51705 * nss/getent.c: Add support for initgroups lookups through getgrouplist
51706 interface.
51707
c41af17e
UD
51708 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51709 (internal_getgrouplist): Adjust to name change.
51710 Update use_initgroups_entry if this is not the first call.
51711 * nss/databases.def: Add initgroups entry.
51712
a9e836b0
UD
51713 * nss/makedb.c (compute_tables): Check result of multiple hash table
51714 sizes to minimize maximum chain length.
51715
2666d441
UD
517162011-06-14 Ulrich Drepper <drepper@gmail.com>
51717
51718 * Versions.def: Add entry for libnss_db.
51719 * shlib-versions: Likewise.
51720 * nss/Makefile: Add rules to build libnss_db.
51721 * nss/Versions: Add libnss_db information. Organize libnss_files
51722 entries better.
51723 * nss/db-Makefile: Add gshadow support. Change rules for the new
51724 makedb progra. Some minor improvements to generate smaller files.
51725 * nss/nss_db/nss_db.h: Move NSS database header data structures to
51726 here from...
51727 * nss/makedb.c: ...here.
51728 Improve database format to be smaller and require less memory at
51729 runtime.
51730 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
51731 db anymore.
51732 * nss/nss_db/db-netgrp.c: Likewise.
51733 * nss/nss_db/db-open.c: Likewise.
51734 * nss/nss_files/flies-XXX.x: Adjust comments.
51735 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51736 * nss/nss_files/files-grp.c: Likewise.
51737 * nss/nss_files/files-hosts.c: Likewise.
51738 * nss/nss_files/files-network.c: Likewise.
51739 * nss/nss_files/files-proto.c: Likewise.
51740 * nss/nss_files/files-pwd.c: Likewise.
51741 * nss/nss_files/files-rpc.c: Likewise.
51742 * nss/nss_files/files-service.c: Likewise.
51743 * nss/nss_files/files-sgrp.c: Likewise.
51744 * nss/nss_files/files-spwd.c: Likewise.
51745 * nss/nss_db/db-alias.c: Removed.
51746 * nss/nss_db/dummy-db.h: Removed.
51747
9ee76b5a
UD
517482011-06-02 Ulrich Drepper <drepper@gmail.com>
51749
51750 * nss/makedb.c: Rewritten to not use database library.
51751 * nss/Makefile: Update to build new makedb program.
51752
c71ca1f8
AJ
517532011-06-14 Andreas Jaeger <aj@suse.de>
51754
51755 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51756 memset declaration.
51757
3154bfb8
UD
517582011-06-10 Andreas Schwab <schwab@redhat.com>
51759
51760 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51761 tmpbuf.
51762
b350afab
RM
517632011-06-10 Roland McGrath <roland@hack.frob.com>
51764
decd4e50
RM
51765 * Makerules (shlib.lds): Fail if the linker script comes out empty.
51766 * elf/Makefile ($(objpfx)ld.so): Likewise.
51767
5615eaf2
RM
51768 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51769 Don't list ld.so twice in dependencies.
51770
51771 * posix/bug-regex31.c: Include <stdlib.h>.
51772
51773 * nscd/hstcache.c (cache_addhst): Remove unused variable.
51774
51775 * nis/nss_compat/compat-spwd.c
51776 (getspent_next_nss_netgr): Remove unused variable.
51777 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51778
51779 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51780 nonmembers" output to use the right array.
51781
51782 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51783
51784 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51785
51786 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51787 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51788 * catgets/gencat.c (read_input_file): Likewise.
51789 * locale/programs/locarchive.c (enlarge_archive): Likewise.
51790
51791 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51792 variable definition inside #if's controlling its use.
51793
51794 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51795
51796 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51797
51798 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51799
51800 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51801 unreachable code.
51802
51803 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51804
b68e08db
RM
51805 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51806 * configure: Regenerated.
51807
b350afab
RM
51808 * Makerules: Revert last change.
51809 * elf/Makefile: Likewise.
51810
28368601
RM
518112011-06-09 Roland McGrath <roland@hack.frob.com>
51812
51813 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51814 * elf/Makefile ($(objpfx)librtld.os): Likewise.
51815 (reloc-link): Likewise.
51816
11988f8f
UD
518172011-06-09 Ulrich Drepper <drepper@gmail.com>
51818
51819 * elf/Makefile: Add rules to build pldd.
51820 * elf/pldd.c: New file.
51821 * elf/pldd-xx.c: New file.
51822
e80fab37
UD
518232011-06-07 Ulrich Drepper <drepper@gmail.com>
51824
51825 * version.h: Update for 2.15 development version.
51826
9b849836
DM
518272011-06-07 David S. Miller <davem@davemloft.net>
51828
51829 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51830 ifuncs.
51831 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51832 elf_machine_lazy_rel): Likewise.
51833 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51834 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51835 elf_machine_lazy_rel): Likewise.
51836 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51837 dl_hwcap via passed in argument.
51838 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51839 Likewise.
51840
5a31b283
AK
518412011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51842
51843 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
51844
069e52f8
RM
518452011-06-06 Roland McGrath <roland@hack.frob.com>
51846
51847 [BZ #12849]
51848 * manual/fdl-1.1.texi: New file, verbatim from:
51849 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51850 * manual/lgpl-2.1.texi: New file, verbatim from:
51851 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51852 * manual/Makefile (licenses): New variable, list those new file names.
51853 (texis): Use it.
51854 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51855
51856 * manual/fdl.texi: File removed.
51857 * manual/lesser.texi: File removed.
51858 * manual/libc.texinfo (Copying, Documentation License):
51859 Use new @include file names, put @appendix directive before @include.
51860
f16846a5
JJ
518612011-06-04 Jakub Jelinek <jakub@redhat.com>
51862
51863 [BZ #12841]
51864 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51865 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51866 (mq_open): Add __NTH.
51867
3d29045b
L
518682011-06-02 H.J. Lu <hongjiu.lu@intel.com>
51869
51870 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51871 Assume Intel Core i3/i5/i7 processor if AVX is available.
51872
8c297311
UD
518732011-05-31 Ulrich Drepper <drepper@gmail.com>
51874
51875 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51876 typo.
51877
c8fc0c91
UD
518782011-05-31 Andreas Schwab <schwab@redhat.com>
51879
51880 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51881 memory. Use alloca_account. Fix memory leak when retrying.
51882
5b27a807
UD
518832011-05-31 Ulrich Drepper <drepper@gmail.com>
51884
356f8bc6
UD
51885 * version.h (RELEASE): Bump for 2.14 release.
51886 * include/features.h (__GLIBC_MINOR__): Bump to 14.
51887
5b27a807
UD
51888 * config.make.in (RANLIB): Remove entry.
51889
01f16ab0
UD
518902011-05-30 Ulrich Drepper <drepper@gmail.com>
51891
41fce8bd
UD
51892 * po/Makefile (po-sed-cmd): Add ksh to extensions.
51893 (libc.pot): Work around missing support for .ksh extension in xgettext.
51894
4769ae77
UD
51895 [BZ #12684]
51896 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51897 if both request failed.
51898 (send_dg): In case of server errors clear resplen or *resplen2.
51899
6b1e7d19
UD
51900 [BZ #12454]
51901 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51902 when there are multiple maps.
51903 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51904 (_dl_fini): Remove test here.
51905
01f16ab0
UD
51906 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51907
b1ebd700
UD
519082011-05-29 Ulrich Drepper <drepper@gmail.com>
51909
7ae22829
UD
51910 [BZ #12350]
51911 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51912 bit from old_res_options.
51913 (gaih_inet): Likewise.
51914
553149f6 51915 [BZ #11099]
18a84741 51916 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
51917 as signed.
51918
652ffab1
UD
51919 * resolv/res_init.c (res_setoptions): Make the code more compact.
51920
16985fd0
UD
51921 [BZ #11558]
51922 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51923 set RES_USEVC.
51924
0464f746
UD
51925 [BZ #11634]
51926 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51927
7d17596c
UD
51928 * malloc/malloc.h: Mark malloc hook variables as deprecated.
51929
cf6bbbd7
UD
51930 [BZ #11781]
51931 * malloc/malloc.h: Declare malloc hook variables as volatile.
51932
13f1ab36
UD
51933 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51934 in last patch.
51935
b1ebd700
UD
51936 [BZ #11799]
51937 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 51938 raise in the comment.
80e2212d
UD
51939 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51940 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51941 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 51942
ce67228d
UD
519432011-05-28 Ulrich Drepper <drepper@gmail.com>
51944
8887a920
UD
51945 [BZ #12811]
51946 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51947 grow the buffers more if it already has to be sufficient.
51948 (build_wcs_upper_buffer): Likewise.
51949 * posix/regexec.c (check_matching): Likewise.
51950 (clean_state_log_if_needed): Likewise.
51951 (extend_buffers): Don't enlarge buffers beyond size of the input
51952 buffer.
51953 Patches mostly by Emil Wojak <emil@wojak.eu>.
51954 * posix/bug-regex32.c: New file.
51955 * posix/Makefile (tests): Add bug-regex32.
51956
4f031072
UD
51957 * locale/findlocale.c (_nl_find_locale): Return right away if
51958 _nl_explode_name failed.
51959 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51960
d0478f0c
UD
51961 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51962
de81b246
UD
51963 * debug/xtrace.sh: Unify messages.
51964 * malloc/memusage.sh: Likewise.
51965
c738465a
UD
51966 [BZ #12813]
51967 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51968 time symbol from vDSO. Substitute with vsyscall if not available.
51969 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51970 __vdso_time.
51971
f1f929d7
UD
51972 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51973 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51974 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51975 Add sendmmsg and internal_sendmmsg.
51976 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51977 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51978 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51979
ce67228d
UD
51980 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51981 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51982 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51983
e57420c6
UD
519842011-05-27 Ulrich Drepper <drepper@gmail.com>
51985
a8509ca5
UD
51986 [BZ #12813]
51987 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51988 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
51989 available.
51990 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51991 __vdso_getcpu.
51992
e57420c6
UD
51993 [BZ #12814]
51994 * iconvdata/Makefile (tests): Add bug-iconv9.
51995 * iconvdata/bug-iconv9.c: New file.
51996
4d07db15
AS
519972011-05-27 Andreas Schwab <schwab@redhat.com>
51998
51999 [BZ #12814]
52000 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52001
ea486f69
JJ
520022011-05-25 Jakub Jelinek <jakub@redhat.com>
52003
52004 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52005 (struct user_regs_struct): Change intcs field back to cs.
52006
6f038433
UD
520072011-05-25 Ulrich Drepper <drepper@gmail.com>
52008
52009 * po/ja.po: Update from translation team.
52010
67f86a25
UD
520112011-05-23 Ulrich Drepper <drepper@gmail.com>
52012
52013 [BZ #12795]
52014 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52015 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52016
def7fbd6
AS
520172011-05-20 Andreas Schwab <schwab@redhat.com>
52018
52019 * stdlib/longlong.h: Update from GCC.
52020
f50ef8f1
AS
520212011-05-23 Andreas Schwab <schwab@redhat.com>
52022
52023 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52024 parameter name.
52025 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52026 Add parameter name.
52027 (__sysconf): Pass it down.
52028
de7ce8f1
UD
520292011-05-22 Ulrich Drepper <drepper@gmail.com>
52030
f2962a71
UD
52031 [BZ #12671]
52032 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52033 some situations.
52034 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52035 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52036 add in in __libc_use_alloca calls. Adjust callers.
52037 (glob): Use malloc in some situations.
52038
de7ce8f1
UD
52039 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52040 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52041 pltexit.
52042
aec84f53
UD
520432011-05-21 Ulrich Drepper <drepper@gmail.com>
52044
05bb4a68
UD
52045 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52046 and CLOCK_BOOTTIME_ALARM.
52047
7ea72f99
UD
52048 [BZ #12782]
52049 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52050 is returned.
52051
7e4afad5
UD
52052 * string/_strerror.c (__strerror_r): Print negative errors as signed
52053 numbers.
52054
8e211fec
UD
52055 [BZ #12777]
52056 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52057 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52058 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52059
f7d82dc9
UD
52060 * configure.in: Fix typo in redirection and correct removal of test
52061 files in two cases.
52062
cc9e536d
UD
52063 [BZ #12788]
52064 * locale/setlocale.c (new_composite_name): Fix test to check for
52065 identical name of all categories.
52066
aec84f53
UD
52067 [BZ #12792]
52068 * libio/filedoalloc.c (local_isatty): New function.
52069 (_IO_file_doallocate): Use local_isatty.
52070 * stdio-common/perror.c (perror): In case a new stream is used
52071 forward the stream error.
52072 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52073 error flag.
52074
78e64fdc
RT
520752011-05-20 Ulrich Drepper <drepper@gmail.com>
52076
34a9094f
UD
52077 [BZ #11869]
52078 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52079 alloca.
52080 * include/alloca.h (extend_alloca_account): Define.
52081
78e64fdc
RT
52082 [BZ #11857]
52083 * posix/regex.h: Fix comments with documentation of user-accessible
52084 fields after compilation and describe correct free'ing of pattern
52085 after re_compile_pattern.
52086 Patch by Reuben Thomas <rrt@sc3d.org>.
52087
457bddfc
RA
520882011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
52089
52090 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52091 and -mno-altivec to prevent the compiler from using Altivec and/or
52092 VSX instructions when the corresponding registers are not available.
52093
a4527b51
AS
520942011-05-19 Andreas Schwab <schwab@redhat.com>
52095
52096 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52097
ed690b2f
UD
520982011-05-19 Ulrich Drepper <drepper@gmail.com>
52099
52100 * libio/freopen.c (freopen): Use __dup2, not dup2.
52101 * libio/freopen64.c (freopen64): Likewise.
52102
8db73634
L
521032011-05-17 H.J. Lu <hongjiu.lu@intel.com>
52104
52105 [BZ #12775]
52106 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52107 * math/Makefile (tests): Add test-powl.
52108 (CFLAGS-test-powl.c): Define.
52109 * math/test-powl.c: New file.
52110
0a197a9d
L
521112011-05-16 H.J. Lu <hongjiu.lu@intel.com>
52112
52113 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52114
ee30c380
UD
521152011-05-17 Ulrich Drepper <drepper@gmail.com>
52116
52117 [BZ #11837]
52118 * iconvdata/gb18030.c: Update to GB18020-2005.
52119
6ce75379
UD
521202011-05-16 Ulrich Drepper <drepper@gmail.com>
52121
a4b89fd8
AR
52122 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52123 RE_SYNTAX_POSIX_AWK): Update to match recent development.
52124 Patch by Aharon Robbins <arnold@skeeve.com>.
52125
ea389b12
UD
52126 [BZ #11892]
52127 * stdlib/putenv.c (putenv): Don't always create copy of the variable
52128 on the stack.
52129
68a3f91f
UD
52130 [BZ #11895]
52131 * misc/pselect.c (__pselect): Handle timeout value errors hidden
52132 through underflows.
52133
15cc7dd1
UD
52134 [BZ #12766]
52135 * misc/error.c (error_at_line): Ensure file_name and old_file_name
52136 point to strings before performing equality test for error_one_per_line
52137 mode.
52138
f3799213
UD
52139 [BZ #11697]
52140 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52141
d79a9c94
UD
52142 [BZ #11820]
52143 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52144 (struct user_fpregs_struct): Avoid __uint*_t types.
52145
56e5eb46
UD
52146 [BZ #6420]
52147 * malloc/mtrace.c (tr_where): Add additional parameter to point to
52148 symbol info. Use it instead of calling _dl_addr locally.
52149 (lock_and_info): New function.
52150 (tr_freehook): Call lock_and_info and pass symbol info as additional
52151 parameter to tr_where.
52152 (tr_mallochook): Likewise.
52153 (tr_reallochook): Likewise.
52154 (tr_memalignhook): Likewise.
52155
6ce75379
UD
52156 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
52157 used and couldn't be at all thread-safe.
52158
f8a3b5bf
UD
521592011-05-15 Ulrich Drepper <drepper@gmail.com>
52160
94b7cc37
UD
52161 * libio/freopen.c (freopen): Don't close old file descriptor
52162 before the new one is opened. Instead dup the new file descriptor
52163 to the old one after the new stream is created.
52164 * libio/freopen64.c (freopen64): Likewise.
52165 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52166 * libio/fileops.c (_IO_new_file_close_it): Handle new
52167 _IO_FLAGS2_NOCLOSE flag.
52168 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52169 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52170 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52171 _IO_FLAGS2_NOCLOSE flag.
52172 * include/unistd.h: Add hidden_proto for dup3.
52173 Define __have_dup3.
52174 * io/dup3.c: Define hidden symbol.
52175 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52176
bd25564e
UD
52177 [BZ #7101]
52178 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52179 when an incomplete long option is used.
52180 * posix/tst-getopt_long1.c: New file.
52181 * posix/Makefile (tests): Add tst-getopt_long1.
52182
c84cfef4
UD
52183 [BZ #10138]
52184 * scripts/config.guess: Update from autoconf-2.68.
52185 * scripts/config.sub: Likewise.
52186
3b85df27
UD
52187 [BZ #10157]
52188 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52189 tests into ...
52190 (has_cpuclock): ...this. New function.
52191 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52192 macro here based on has_cpuclock code.
52193
15a856b1
UD
52194 [BZ #10149]
52195 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52196 First byte (not low byte) is now always NUL.
52197 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52198
05f399e6
UD
52199 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52200 Use non-cancelable interfaces.
52201
10a52685 52202 [BZ #9809]
94ecc67d
UD
52203 * locale/iso-639.def: Add entry for Sorani.
52204
f8a3b5bf
UD
52205 [BZ #11901]
52206 * include/stdlib.h: Move include protection to the right place.
52207 Define abort_msg_s. Declare __abort_msg with it.
52208 * stdlib/abort.c (__abort_msg): Adjust type.
52209 * assert/assert.c (__assert_fail_base): New function. Majority
52210 of code from __assert_fail. Allocate memory for __abort_msg with
52211 mmap.
52212 (__assert_fail): Now call __assert_fail_base.
52213 * assert/assert-perr.c: Remove bulk of implementation. Use
52214 __assert_fail_base.
52215 * include/assert.hL Declare __assert_fail_base.
52216 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52217 mmap.
52218 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52219
1af4e298
UD
522202011-05-14 Ulrich Drepper <drepper@gmail.com>
52221
f8a3b5bf 52222 [BZ #11952]
d26dfc60
MG
52223 [BZ #12453]
52224 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52225 until all modules are registered in the DTV.
52226 * elf/Makefile: Add rules to build and run tst-tls19.
52227 * elf/tst-tls19.c: New file.
52228 * elf/tst-tls19mod1.c: New file.
52229 * elf/tst-tls19mod2.c: New file.
52230 * elf/tst-tls19mod3.c: New file.
52231 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52232
2fc54d6f
UD
52233 [BZ #12083]
52234 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52235 correctly.
52236
98d76b46
UD
52237 [BZ #12601]
52238 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52239 two-byte sequence errors.
52240 * iconvdata/Makefile (tests): Add bug-iconv8.
52241 * iconvdata/bug-iconv8.c: New file.
52242
da3c19ef
UD
52243 [BZ #12626]
52244 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52245 buf2 definition.
52246
ca408c15
UD
52247 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52248
d6f67f7d
UD
52249 [BZ #12432]
52250 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52251 (dummy_getcfa): New function.
52252 (init): Get _Unwind_GetCFA address, use dummy if not found.
52253 (backtrace_helper): In recursion check, also check whether CFA changes.
52254 (__backtrace): Completely initialize arg.
52255
1af4e298 52256 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
52257 storing incomplete byte sequence in state object. Avoid testing for
52258 guaranteed too small input if we know there is enough data available.
1af4e298 52259
da62f81b
AS
522602011-05-11 Andreas Schwab <schwab@redhat.com>
52261
52262 * Makeconfig (+link-pie): Indent.
52263 * Rules (binaries-pie): Define if $(have-fpie) and
52264 $(build-shared).
52265 (binaries-shared): Also filter out $(binaries-pie).
52266 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52267 * nscd/Makefile (others-pie): Add nscd.
52268 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52269 ($(objpfx)nscd): Remove command override.
52270 * login/Makefile (others-pie): Add pt_chown.
52271 ($(objpfx)pt_chown): Remove command override.
52272 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52273 remove command overrides.
52274
fcabc0f8
UD
522752011-05-13 Ulrich Drepper <drepper@gmail.com>
52276
20030ae6
UD
52277 * libio/tst_putwc.c: Fix error messages.
52278
fcabc0f8
UD
52279 [BZ #12724]
52280 * libio/fileops.c (_IO_new_file_close_it): Always flush when
52281 currently writing and seek to current position when not.
52282 * libio/Makefile (tests): Add bug-fclose1.
52283 * libio/bug-fclose1.c: New file.
52284
320a5dc0
PB
522852011-05-12 Ulrich Drepper <drepper@gmail.com>
52286
52287 [BZ #12511]
52288 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52289 don't set DF_1_NODELETE here.
52290 (do_lookup_x): When entering new entry test for copy relocation
52291 and if necessary set DF_1_NODELETE flag.
52292 * elf/tst-unique4.cc: New file.
52293 * elf/tst-unique4.h: New file.
52294 * elf/tst-unique4lib.cc: New file.
52295 * elf/Makefile: Add rules to build and run tst-unique4.
52296 Patch by Piotr Bury <pbury@goahead.com>.
52297
22836f52
UD
522982011-05-11 Ulrich Drepper <drepper@gmail.com>
52299
f574184a
UD
52300 [BZ #12052]
52301 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52302
e1fb097f
UD
52303 [BZ #12625]
52304 * misc/mntent_r.c (addmntent): Flush the stream after the output
52305
22836f52
UD
52306 [BZ #12393]
52307 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52308 (is_trusted_path_normalize): Skip initial colon. Append slash
52309 to empty buffer. Duplicate is_trusted_path code but allow
52310 constructed patch to be prefix.
52311 (is_dst): Allow $ORIGIN followed by /.
52312 (_dl_dst_substitute): Correct clearing of check_for_trusted.
52313 Correct testing of result of is_trusted_path_normalize
52314 (decompose_rpath): Fix warning.
52315
7b3b0b2a
UD
523162011-05-10 Ulrich Drepper <drepper@gmail.com>
52317
52318 [BZ #11257]
52319 * grp/initgroups.c (internal_getgrouplist): When we found the service
52320 list through the initgroups entry in nsswitch.conf do not always
52321 continue on a successful lookup. Don't always use the
eac80ce2 52322 __nss_group_database value if it is set.
7b3b0b2a
UD
52323 * nss/nsswitch.conf (initgroups): Change action for successful db
52324 lookup to continue for compatibility.
52325
2a81eaa5
UD
523262011-05-09 Ulrich Drepper <drepper@gmail.com>
52327
be97a69e
UD
52328 [BZ #11532]
52329 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52330 and CP774 modules.
52331 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52332 and CP774 modules.
52333 * iconvdata/tst-tables.sh: Likewise.
52334 * iconvdata/cp770.c: New file.
52335 * iconvdata/cp771.c: New file.
52336 * iconvdata/cp772.c: New file.
52337 * iconvdata/cp773.c: New file.
52338 * iconvdata/cp774.c: New file.
52339 * iconvdata/testdata/CP770: New file.
52340 * iconvdata/testdata/CP770..UTF8: New file.
52341 * iconvdata/testdata/CP771: New file.
52342 * iconvdata/testdata/CP771..UTF8: New file.
52343 * iconvdata/testdata/CP772: New file.
52344 * iconvdata/testdata/CP772..UTF8: New file.
52345 * iconvdata/testdata/CP773: New file.
52346 * iconvdata/testdata/CP773..UTF8: New file.
52347 * iconvdata/testdata/CP774: New file.
52348 * iconvdata/testdata/CP774..UTF8: New file.
52349
52350 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52351 END CHARMAP line.
52352 * iconvdata/gen-8bit-gap.sh: Likewise.
52353 * iconvdata/gen-8bit.sh: Likewise.
52354
c1e9e399
UD
52355 * locale/iso-639.def: Add ary entry.
52356
24c55fb3 52357 [BZ #11258]
96b4b1b0
UD
52358 * locale/C-translit.h.in: Add U20A1 transliteration.
52359
bdc2f971
KB
52360 [BZ #12178]
52361 * locale/iso-639.def: Add wae entry.
52362 Patch by Kevin Bortis <bortis@translate-wae.ch>.
52363
2952b117
UD
52364 [BZ #12545]
52365 * locale/programs/localedef.c (construct_output_path): Use ssize_t
52366 for n.
52367
2a81eaa5
UD
52368 [BZ #12711]
52369 * locale/C-translit.h.in: Add entry for U20B9.
52370 Patch by pravin.d.s@gmail.com.
52371
28377d1b
UD
523722011-05-08 Ulrich Drepper <drepper@gmail.com>
52373
7fb90fb8
UD
52374 [BZ #12713]
52375 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52376 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
52377 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
52378 in rtld. Use *stat64.
7fb90fb8 52379 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 52380 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 52381 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
52382 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52383 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52384 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52385 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52386 __fstatat64 macros.
7fb90fb8
UD
52387 * include/dirent.h: Add libc_hidden_proto for rewinddir.
52388 * dirent/rewinddir.c: Add libc_hidden_def.
52389 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 52390 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 52391
28377d1b
UD
52392 * include/dirent.h (__alloc_dir): Add flags parameter.
52393 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52394 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52395 __alloc_dir.
52396 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
52397 from fdopendir if O_CLOEXEC is already set.
52398
66bdbaa4
AM
523992011-03-15 Alan Modra <amodra@gmail.com>
52400
52401 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52402 l_tls_firstbyte_offset non-zero. Save padding offset in
52403 l_tls_firstbyte_offset for later use.
52404 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52405 freeing static tls block.
52406
95721191
JN
524072011-03-05 Jonathan Nieder <jrnieder@gmail.com>
52408
52409 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52410 where #ifdef was intended. The intent is to prevent ARG_MAX from
52411 being defined by the kernel headers.
52412
f87dfb1f
UD
524132011-05-07 Ulrich Drepper <drepper@gmail.com>
52414
52415 [BZ #12734]
52416 * resolv/resolv.h: Define RES_NOTLDQUERY.
52417 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52418 no-tld-query and set RES_NOTLDQUERY.
52419 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52420 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52421 modern BIND to search name as TLD unless forbidden.
52422
47c3cd7a
UD
524232011-05-07 Petr Baudis <pasky@suse.cz>
52424 Ulrich Drepper <drepper@gmail.com>
52425
52426 [BZ #12393]
52427 * elf/dl-load.c (fillin_rpath): Move trusted path check...
52428 (is_trusted_path): ...to here.
c1e9ea35 52429 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 52430 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 52431 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 52432
8a35c912
PP
524332011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
52434
52435 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52436 __BEGIN/__END_DECLS.
52437
acd41f47
UD
524382011-05-06 Ulrich Drepper <drepper@gmail.com>
52439
52440 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52441 NSS_STATUS_NOTFOUND if no record was found.
52442
597df647
AS
524432011-05-05 Andreas Schwab <schwab@redhat.com>
52444
52445 * sunrpc/Makefile (headers): Add rpc/netdb.h.
52446 (headers-not-in-tirpc): Remove rpc/netdb.h
52447 * resolv/netdb.h: Revert last change.
52448
b9af1301
PP
524492011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
52450
52451 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52452 circular dependency between libgcc.a and libc.a.
52453
4e34d5f5
AS
524542011-05-05 Andreas Schwab <schwab@redhat.com>
52455
52456 * resolv/netdb.h: Don't include <rpc/netdb.h>.
52457 * nis/Makefile: Don't install rpcsvc/*.
52458 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52459 instead of <rpc/types.h>.
52460 (MAXHOSTNAMELEN): Define.
52461
00ee369c
AS
524622011-05-03 Andreas Schwab <schwab@redhat.com>
52463
52464 * elf/ldconfig.c (add_dir): Don't crash on empty path.
52465
0b592a30
MB
524662011-04-28 Maciej Babinski <mbabinski@google.com>
52467
52468 [BZ #12714]
52469 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52470 gethostbyname4_r when IPv6 results are possible.
52471
6e04cbbe
UD
524722011-05-02 Ulrich Drepper <drepper@gmail.com>
52473
52474 [BZ #12723]
52475 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52476 _PC_PIPE_BUF handling.
52477
e4ecafe0
BH
524782011-04-30 Bruno Haible <bruno@clisp.org>
52479
52480 [BZ #12717]
52481 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52482 * resolv/netdb.h (getnameinfo): Change type of flags parameter
52483 to 'int'.
52484 * inet/getnameinfo.c (getnameinfo): Likewise.
52485
125ee683
UD
524862011-04-29 Ulrich Drepper <drepper@gmail.com>
52487
52488 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52489 to groups setting in database lookup.
52490 * nss/nsswitch.conf: Add initgroups entry.
52491
b722481a
EB
524922011-04-22 Ulrich Drepper <drepper@gmail.com>
52493
52494 [BZ #12685]
52495 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52496 mode string.
52497 Patch by Eric Blake <eblake@redhat.com>.
52498
4df46dbd
L
524992011-04-20 H.J. Lu <hongjiu.lu@intel.com>
52500
52501 * sunrpc/Makefile (need-export-routines): Add svc_run.
52502 (routines): Remove svc_run.
52503 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52504 * sunrpc/clnt_perr.c (clnt_perrno): Export.
52505 * sunrpc/svc_run.c (svc_run): Likewise.
52506 * sunrpc/svc_udp.c (svcudp_create): Likewise.
52507
e84142d2
UD
525082011-04-21 Ulrich Drepper <drepper@gmail.com>
52509
52510 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52511 problem in reallocation in last patch.
52512
877175d8
UD
525132011-04-20 Ulrich Drepper <drepper@gmail.com>
52514
52515 * sunrpc/Makefile: Move inclusion of Rules.
52516
ab8eed78
UD
525172011-04-19 Ulrich Drepper <drepper@gmail.com>
52518
52519 * nss/nss_files/files-initgroups.c: New file.
52520 * nss/Makefile (libnss_files-routines): Add files-initgroups.
52521 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52522 _nss_files_initgroups_dyn.
52523
e3d8f584
RS
525242011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
52525
52526 * elf/elf.h (R_ARM_IRELATIVE): Define.
52527
af190f45
UD
525282011-04-19 Ulrich Drepper <drepper@gmail.com>
52529
52530 * po/ru.po: Update from translation team.
52531
53cf59ef
UD
525322011-04-17 Ulrich Drepper <drepper@gmail.com>
52533
52534 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52535 dependencies.
52536
4c559bcd
MF
525372011-02-06 Mike Frysinger <vapier@gentoo.org>
52538
52539 [BZ #12653]
52540 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52541 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52542 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52543 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52544 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52545
4420675c
AS
525462011-03-28 Andreas Schwab <schwab@linux-m68k.org>
52547
52548 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52549 differing bytes.
52550 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52551 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52552 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52553
75ea32ab
UD
525542011-04-17 Ulrich Drepper <drepper@gmail.com>
52555
52556 [BZ #12420]
52557 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52558 storing it.
52559 * stdlib/bug-getcontext.c: New file.
52560 * stdlib/Makefile: Add rules to build and run bug-getcontext.
52561
27390476
AK
525622011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52563
52564 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52565 instructions into .machine "z9-109".
52566 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52567 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52568
10442705
AK
525692011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52570
52571 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52572 between environment variables and auxiliary vector.
52573
7b57bfe5
UD
525742011-04-16 Ulrich Drepper <drepper@gmail.com>
52575
52576 * Makefile: Add rules to build linkobj/libc.so.
52577 * include/libc-symbols.h: Define libc_hidden_nolink.
52578 * include/rpc/auth.h: Mark functions which are to be hidden.
52579 * include/rpc/auth_des.h: Likewise.
52580 * include/rpc/auth_unix.h: Likewise.
52581 * include/rpc/clnt.h: Likewise.
52582 * include/rpc/des_crypt.h: Likewise.
52583 * include/rpc/key_prot.h: Likewise.
52584 * include/rpc/pmap_clnt.h: Likewise.
52585 * include/rpc/pmap_prot.h: Likewise.
52586 * include/rpc/pmap_rmt.h: Likewise.
52587 * include/rpc/rpc_msg.h: Likewise.
52588 * include/rpc/svc.h: Likewise.
52589 * include/rpc/svc_auth.h: Likewise.
52590 * include/rpc/xdr.h: Likewise.
52591 * nis/Makefile: Link all DSOs against linkobj/libc.so.
52592 * nss/Makefile: Likewise.
52593 * sunrpc/Makefile: Don't install headers. Build library with normal
52594 entry points. Don't build rpcinfo. Link RPC tests appropriately.
52595 * sunrpc/auth_des.c: Hide exported symbols by default, export some
52596 for the compat linking library. Remove use of INTDEF/INTUSE.
52597 * sunrpc/auth_none.c: Likewise.
52598 * sunrpc/auth_unix.c: Likewise.
52599 * sunrpc/authdes_prot.c: Likewise.
52600 * sunrpc/authuxprot.c: Likewise.
52601 * sunrpc/clnt_gen.c: Likewise.
52602 * sunrpc/clnt_perr.c: Likewise.
52603 * sunrpc/clnt_raw.c: Likewise.
52604 * sunrpc/clnt_simp.c: Likewise.
52605 * sunrpc/clnt_tcp.c: Likewise.
52606 * sunrpc/clnt_udp.c: Likewise.
52607 * sunrpc/clnt_unix.c: Likewise.
52608 * sunrpc/des_crypt.c: Likewise.
52609 * sunrpc/des_soft.c: Likewise.
52610 * sunrpc/get_myaddr.c: Likewise.
52611 * sunrpc/key_call.c: Likewise.
52612 * sunrpc/key_prot.c: Likewise.
52613 * sunrpc/netname.c: Likewise.
52614 * sunrpc/pm_getmaps.c: Likewise.
52615 * sunrpc/pm_getport.c: Likewise.
52616 * sunrpc/pmap_clnt.c: Likewise.
52617 * sunrpc/pmap_prot.c: Likewise.
52618 * sunrpc/pmap_prot2.c: Likewise.
52619 * sunrpc/pmap_rmt.c: Likewise.
52620 * sunrpc/publickey.c: Likewise.
52621 * sunrpc/rpc_cmsg.c: Likewise.
52622 * sunrpc/rpc_common.c: Likewise.
52623 * sunrpc/rpc_dtable.c: Likewise.
52624 * sunrpc/rpc_prot.c: Likewise.
52625 * sunrpc/rpc_thread.c: Likewise.
52626 * sunrpc/rtime.c: Likewise.
52627 * sunrpc/svc.c: Likewise.
52628 * sunrpc/svc_auth.c: Likewise.
52629 * sunrpc/svc_authux.c: Likewise.
52630 * sunrpc/svc_raw.c: Likewise.
52631 * sunrpc/svc_run.c: Likewise.
52632 * sunrpc/svc_simple.c: Likewise.
52633 * sunrpc/svc_tcp.c: Likewise.
52634 * sunrpc/svc_udp.c: Likewise.
52635 * sunrpc/svc_unix.c: Likewise.
52636 * sunrpc/svcauth_des.c: Likewise.
52637 * sunrpc/xcrypt.c: Likewise.
52638 * sunrpc/xdr.c: Likewise.
52639 * sunrpc/xdr_array.c: Likewise.
52640 * sunrpc/xdr_float.c: Likewise.
52641 * sunrpc/xdr_intXX_t.c: Likewise.
52642 * sunrpc/xdr_mem.c: Likewise.
52643 * sunrpc/xdr_rec.c: Likewise.
52644 * sunrpc/xdr_ref.c: Likewise.
52645 * sunrpc/xdr_sizeof.c: Likewise.
52646 * sunrpc/xdr_stdio.c: Likewise.
52647
e6c61494
UD
526482011-04-10 Ulrich Drepper <drepper@gmail.com>
52649
52650 [BZ #12650]
52651 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52652 * sysdeps/ia64/dl-tls.h: Likewise.
52653 * sysdeps/powerpc/dl-tls.h: Likewise.
52654 * sysdeps/s390/dl-tls.h: Likewise.
52655 * sysdeps/sh/dl-tls.h: Likewise.
52656 * sysdeps/sparc/dl-tls.h: Likewise.
52657 * sysdeps/x86_64/dl-tls.h: Likewise.
52658 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52659
34fe483e
AS
526602011-03-14 Andreas Schwab <schwab@redhat.com>
52661
52662 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52663 rpath element also skip the following colon.
52664 (expand_dynamic_string_token): Add is_path parameter and pass
52665 down to DL_DST_REQUIRED and _dl_dst_substitute.
52666 (decompose_rpath): Call expand_dynamic_string_token with
52667 non-zero is_path. Ignore empty rpaths.
52668 (_dl_map_object_from_fd): Call expand_dynamic_string_token
52669 with zero is_path.
52670
f12a32e6
AS
526712011-04-08 Andreas Schwab <schwab@linux-m68k.org>
52672
52673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52674 Make cancelable.
52675
38a7d692
UD
526762011-04-09 Ulrich Drepper <drepper@gmail.com>
52677
52678 [BZ #12655]
52679 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52680 Patch by Filipe David Manana <fdmanana@apache.org>.
52681
e451d22b
AS
526822011-04-07 Andreas Schwab <schwab@redhat.com>
52683
52684 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52685 Maintain aligned stack.
52686 (CHECK_RSP): Remove unused macro.
52687
dedc7c7b
UD
526882011-04-03 Ulrich Drepper <drepper@gmail.com>
52689
52690 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52691 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52692
94521213
UD
526932011-04-02 Ulrich Drepper <drepper@gmail.com>
52694
52695 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52696
8cb700c0 52697 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 52698
0354e355
L
526992011-03-26 H.J. Lu <hongjiu.lu@intel.com>
52700
52701 [BZ #12518]
52702 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52703 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52704 * sysdeps/x86_64/memmove.c: New file.
52705 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52706 (memcpy): Renamed to ...
52707 (__new_memcpy): This.
52708 (memcpy): Provide GLIBC_2_14 memcpy.
52709 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52710 (memcpy): Provide GLIBC_2_2_5 memcpy.
52711
8593482f
UD
527122011-04-01 Ulrich Drepper <drepper@gmail.com>
52713
52714 [BZ #12631]
52715 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52716
81a5726b
AS
527172011-03-30 Andreas Schwab <schwab@redhat.com>
52718
52719 * misc/syncfs.c: New file.
52720 * misc/Makefile (routines): Add syncfs.
52721 * posix/unistd.h: Declare syncfs.
52722 * sysdeps/unix/syscalls.list: Add syncfs.
52723
00e5419f
AS
527242011-04-01 Andreas Schwab <schwab@redhat.com>
52725
52726 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52727 open_by_handle_at.
52728 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52729 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52730 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52731 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52732 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52733 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52734 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52735
748876bf
UD
527362011-04-01 Ulrich Drepper <drepper@gmail.com>
52737
658e451d
UD
52738 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52739 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52740 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52741 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52742 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52743 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52744 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52745
748876bf
UD
52746 * io/Makefile: Compile fallocate.c, fallocate64.c, and
52747 sync_file_range.c with -fexceptions.
52748 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52749 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52750 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52751 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52752 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52753 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52754 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
52755 sync_file_range as cancellation point
52756 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
52757 now a wrapper around __call_sync_file_range with cancellation handling.
52758 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52759 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
52760 function name to __call_sync_file_range.
52761 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52762 Add call_sync_file_range.
748876bf 52763
6e63d5e1
AS
527642011-04-01 Andreas Schwab <schwab@redhat.com>
52765
52766 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 52767 bits/timex.h.
6e63d5e1 52768
46998f74
UD
527692011-04-01 Ulrich Drepper <drepper@gmail.com>
52770
4c1423ed
UD
52771 * iconv/iconv.h: Fix typo in comment.
52772 * io/fcntl.h: Likewise.
52773 * libio/stdio.h: Likewise.
52774 * posix/spawn.h: Likewise.
52775 * posix/unistd.h: Likewise.
52776 * stdlib/stdlib.h: Likewise.
52777 * time/time.h: Likewise.
52778 * wcsmbs/wchar.h: Likewise.
52779
158648c0
UD
52780 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52781 open_by_handle): Add.
52782 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52783 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
52784 Augment a few comments.
52785 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52786 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52787 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52788 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52789 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52790 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52791 open_by_handle.
52792
46998f74
UD
52793 * io/fcntl.h (AT_EMPTY_PATH): Define.
52794
83fe108b
UD
527952011-03-30 Ulrich Drepper <drepper@gmail.com>
52796
52797 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52798 * sysdeps/unix/sysv/linux/bits/time.h: New file.
52799 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52800 to...
52801 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
52802 * Versions.def: Add GLIBC_2.14.
52803 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52804 Export.
83fe108b 52805
bb242059
UD
528062011-03-22 Ulrich Drepper <drepper@gmail.com>
52807
52808 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52809 round counter.
52810 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52811
c97a1282
L
528122011-03-20 H.J. Lu <hongjiu.lu@intel.com>
52813
52814 [BZ #12597]
52815 * string/test-strncmp.c (do_page_test): New function.
52816 (check2): Likewise.
52817 (test_main): Call check2.
52818 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52819
2a115601
UD
528202011-03-20 Ulrich Drepper <drepper@gmail.com>
52821
52822 [BZ #12587]
52823 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52824 Handle cache information in CPU leaf 4.
52825 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52826
8126d904
UD
528272011-03-18 Ulrich Drepper <drepper@gmail.com>
52828
042c49c6 52829 [BZ #12583]
8126d904
UD
52830 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52831 character representation.
52832 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52833
ccfe366e
RA
528342011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
52835
52836 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52837 END(__isnan) to END(__isnanf) to match function entry point/label
52838 EALIGN(__isnanf,...).
52839
c6e13027
JJ
528402011-03-10 Jakub Jelinek <jakub@redhat.com>
52841
52842 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52843
33f85a3f
UD
528442011-03-10 Ulrich Drepper <drepper@gmail.com>
52845
028478fa
UD
52846 [BZ #12510]
52847 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52848 copy from the symbol referenced in the relocation to initialize the
52849 used variable.
52850 Patch by Piotr Bury <pbury@goahead.com>.
52851 * elf/Makefile: Add rules to build and tst-unique3.
52852 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52853 * elf/tst-unique3.cc: New file.
52854 * elf/tst-unique3.h: New file.
52855 * elf/tst-unique3lib.cc: New file.
52856 * elf/tst-unique3lib2.cc: New file.
52857
33f85a3f
UD
52858 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52859
03592fc7
MF
528602011-03-10 Mike Frysinger <vapier@gentoo.org>
52861
52862 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52863 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
52864 to _start.
03592fc7 52865
6a5ee102
UD
528662011-03-06 Ulrich Drepper <drepper@gmail.com>
52867
52868 * elf/dl-load.c (_dl_map_object): If we are looking for the first
52869 to-be-loaded object along a path to loader is ld.so.
52870
7e4ba49c
HJ
528712011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52872 Ulrich Drepper <drepper@gmail.com>
52873
52874 * sysdeps/x86_64/memset.S: After aligning destination, code
52875 branches to different locations depending on the value of
52876 misalignment, when multiarch is enabled. Fix this.
52877
528782011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52879
52880 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52881 Set _x86_64_preferred_memory_instruction for AMD processsors.
52882 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52883 Set bit_Prefer_SSE_for_memop for AMD processors.
52884
13a804de
UD
528852011-03-04 Ulrich Drepper <drepper@gmail.com>
52886
52887 * libio/fmemopen.c (fmemopen): Optimize a bit.
52888
9d25c392
AS
528892011-03-03 Andreas Schwab <schwab@redhat.com>
52890
52891 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52892
a5543c6a
RM
528932011-03-03 Roland McGrath <roland@redhat.com>
52894
52895 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52896
012d35f7
DM
528972011-02-28 Aurelien Jarno <aurelien@aurel32.net>
52898
7e4ba49c 52899 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
52900 __bzero_ultra1 instead of __memset_ultra1.
52901
4bff6e01
AS
529022011-02-23 Andreas Schwab <schwab@redhat.com>
52903 Ulrich Drepper <drepper@gmail.com>
52904
52905 [BZ #12509]
52906 * include/link.h (struct link_map): Add l_orig_initfini.
52907 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52908 returning unsuccessfully.
52909 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52910 close of a file loaded at startup, restore the original l_initfini
52911 list.
52912 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52913 list, store the pointer.
52914 * elf/Makefile ($(objpfx)noload-mem): New rule.
52915 (noload-ENV): Define.
52916 (tests): Add $(objpfx)noload-mem.
52917 * elf/noload.c: Include <memcheck.h>.
52918 (main): Call mtrace. Close all opened handles.
52919
f2092faf
AS
529202011-02-17 Andreas Schwab <schwab@redhat.com>
52921
52922 [BZ #12454]
52923 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52924 dependencies are missing.
52925
6c8a2e88
ST
529262011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
52927
f2092faf 52928 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
52929 Hurd needs munmap.
52930 * sysdeps/mach/hurd/ifreq.h: New file.
52931
84a42118
PB
529322011-01-27 Petr Baudis <pasky@suse.cz>
52933 Ulrich Drepper <drepper@gmail.com>
52934
071f805e 52935 [BZ 12445]#
84a42118
PB
52936 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52937 to extend_alloca().
52938 * stdio-common/bug23.c: New file.
52939 * stdio-common/Makefile (tests): Add bug23.
52940
e23fe25b
AS
529412010-09-28 Andreas Schwab <schwab@redhat.com>
52942 Ulrich Drepper <drepper@gmail.com>
52943
52944 [BZ #12489]
52945 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52946 before performing relro protection. At old place add assertion
52947 to make sure nothing changed.
52948
d3f02e10
NS
529492011-02-17 Nathan Sidwell <nathan@codesourcery.com>
52950 Glauber de Oliveira Costa <glommer@gmail.com>
52951
52952 * elf/elf.h: Add new ARM TLS relocs.
52953
d55fd7a5
RA
529542011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
52955
52956 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52957 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52958 cast from r3.
52959 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
52960 'tests' variable.
52961 * sysdeps/wordsize-64/tst-writev.c: New file.
52962
2206397e
RA
529632011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
52964
52965 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52966 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52967 insns in _dl_start to prevent a TOC reference before relocs are
52968 resolved.
52969
e9433893
UD
529702011-02-15 Ulrich Drepper <drepper@gmail.com>
52971
52972 [BZ #12469]
52973 * Makeconfig: Remove RANLIB definition.
52974 * Makerules: Don't use RANLIB.
52975 * aclocal.m4: Remove ranlib test.
52976 * configure.in: No need to check for ranlib.
52977 * elf/rtld-Rules: Don't use RANLIB.
52978
f75286c6
ST
529792011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
52980
8e31c82d
ST
52981 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52982 protection macro.
52983 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52984 inclusion protection macro.
52985
f75286c6
ST
52986 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52987 SIGRTMIN and SIGRTMAX and print information in that case only when
52988 SIGRTMIN is defined.
52989
c1d0e639
JJ
529902011-02-11 Jakub Jelinek <jakub@redhat.com>
52991
52992 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52993 arginfo fn returning -1.
52994
52995 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52996 and thousands string is zero terminated.
52997
edf9294e
AS
529982011-02-03 Andreas Schwab <schwab@redhat.com>
52999
53000 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53001 sysdeps/unix/sysv/linux/bits/socket.h.
53002
2b7e92df
ST
530032011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
53004
edf9294e
AS
53005 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53006 (__CPU_COUNT): Remove old macros.
53007 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53008 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53009 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
53010 (__sched_cpualloc, __sched_cpufree): Add declarations.
53011
a4c7ea7b
UD
530122011-02-05 Ulrich Drepper <drepper@gmail.com>
53013
53014 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53015 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53016 * nscd/aicache.c (addhstaiX): Return timeout of added value.
53017 (readdhstai): Return value of addhstaiX call.
53018 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53019 (addgrbyX): Return value returned by cache_addgr.
53020 (readdgrbyname): Return value returned by addgrbyX.
53021 (readdgrbygid): Likewise.
53022 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53023 (addpwbyX): Return value returned by cache_addpw.
53024 (readdpwbyname): Return value returned by addhstbyX.
53025 (readdpwbyuid): Likewise.
53026 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53027 (addservbyX): Return value returned by cache_addserv.
53028 (readdservbyname): Return value returned by addservbyX:
53029 (readdservbyport): Likewise.
53030 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53031 (addhstbyX): Return value returned by cache_addhst.
53032 (readdhstbyname): Return value returned by addhstbyX.
53033 (readdhstbyaddr): Likewise.
53034 (readdhstbynamev6): Likewise.
53035 (readdhstbyaddrv6): Likewise.
53036 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53037 (readdinitgroups): Return value returned by addinitgroupsX.
53038 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53039 (prune_cache): Keep track of timeout value of re-added entries.
53040 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53041 * nscd/nscd.h: Adjust prototypes of readd* functions.
53042
a0bf67cc
RM
530432011-02-04 Roland McGrath <roland@redhat.com>
53044
53045 * nis/nis_server.c (nis_servstate): Use the right name for 0.
53046 (nis_stats): Likewise.
53047 * nis/nis_modify.c (nis_modify): Likewise.
53048 * nis/nis_remove.c (nis_remove): Likewise.
53049 * nis/nis_add.c (nis_add): Likewise.
53050
53051 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53052
53053 * posix/fnmatch_loop.c: Add some consts.
53054
53055 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53056
435b95eb
L
530572011-02-02 H.J. Lu <hongjiu.lu@intel.com>
53058
53059 [BZ #12460]
53060 * config.make.in (config-cflags-novzeroupper): Define.
53061 * configure.in: Substitute libc_cv_cc_novzeroupper.
53062 * elf/Makefile (AVX-CFLAGS): Define.
53063 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53064 (CFLAGS-tst-auditmod4a.c): Likewise.
53065 (CFLAGS-tst-auditmod4b.c): Likewise.
53066 (CFLAGS-tst-auditmod6b.c): Likewise.
53067 (CFLAGS-tst-auditmod6c.c): Likewise.
53068 (CFLAGS-tst-auditmod7b.c): Likewise.
53069 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53070
8517b15e
UD
530712011-02-02 Ulrich Drepper <drepper@gmail.com>
53072
53073 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53074 function to the callback.
53075 Patch partly by Jiri Olsa <jolsa@redhat.com>.
53076
10a656fe
AS
530772011-02-02 Andreas Schwab <schwab@redhat.com>
53078
53079 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53080 of errno.
53081
968dad0a
UD
530822011-01-19 Ulrich Drepper <drepper@gmail.com>
53083
9f94d2ea 53084 [BZ #11724]
968dad0a
UD
53085 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53086 of constructors.
53087 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53088 of destructors.
53089 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53090
53091 [BZ #11724]
53092 * elf/Makefile: Add rules to build and run new test.
53093 * elf/tst-initorder.c: New file.
53094 * elf/tst-initorder.exp: New file.
53095 * elf/tst-initordera1.c: New file.
53096 * elf/tst-initordera2.c: New file.
53097 * elf/tst-initordera3.c: New file.
53098 * elf/tst-initordera4.c: New file.
53099 * elf/tst-initorderb1.c: New file.
53100 * elf/tst-initorderb2.c: New file.
53101 * elf/tst-order-a1.c: New file.
53102 * elf/tst-order-a2.c: New file.
53103 * elf/tst-order-a3.c: New file.
53104 * elf/tst-order-a4.c: New file.
53105 * elf/tst-order-b1.c: New file.
53106 * elf/tst-order-b2.c: New file.
53107 * elf/tst-order-main.c: New file.
53108 New test case by George Gensure <werkt0@gmail.com>.
53109
86e92359
UD
531102010-10-01 Andreas Schwab <schwab@redhat.com>
53111
53112 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53113 decoding ACE if AI_CANONIDN.
53114
5d5732b0
UD
531152011-01-18 Ulrich Drepper <drepper@gmail.com>
53116
53117 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53118
a77e8cbc
UD
531192011-01-17 Ulrich Drepper <drepper@gmail.com>
53120
6392473f
UD
53121 * version.h (RELEASE): Bump for 2.13 release.
53122 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53123
620a0529
UD
53124 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53125
18ba70a5
UD
53126 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53127 MADV_NOHUGEPAGE.
32465c3e
UD
53128 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53129 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53130 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53131 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53132 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53133 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53134
c0dafcf1
UD
53135 * posix/getconf.c: Update copyright year.
53136 * catgets/gencat.c: Likewise.
53137 * csu/version.c: Likewise.
53138 * debug/catchsegv.sh: Likewise.
53139 * debug/xtrace.sh: Likewise.
53140 * elf/ldconfig.c: Likewise.
53141 * elf/ldd.bash.in: Likewise.
53142 * elf/sprof.c (print_version): Likewise.
53143 * iconv/iconv_prog.c: Likewise.
53144 * iconv/iconvconfig.c: Likewise.
53145 * locale/programs/locale.c: Likewise.
53146 * locale/programs/localedef.c: Likewise.
53147 * malloc/memusage.sh: Likewise.
53148 * malloc/mtrace.pl: Likewise.
53149 * nscd/nscd.c (print_version): Likewise.
53150 * nss/getent.c: Likewise.
53151
a77e8cbc
UD
53152 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53153 PF_CAIF, and PF_ALG.
53154 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53155
77e8bddf
AS
531562011-01-16 Andreas Schwab <schwab@linux-m68k.org>
53157
1f20b93a
AS
53158 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53159 (modules-names): Use them.
53160 (ifunc-test-modules, ifunc-pie-tests): Define.
53161 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53162 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53163 (test-extras): Likewise.
53164 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53165 $(compile-command.c).
53166 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53167 (all-built-dso): Define.
53168 (check-textrel.out, check-execstack.out): Depend on it.
53169
77e8bddf
AS
53170 * configure.in: Don't override --enable-multi-arch.
53171
bc425b33
UD
531722011-01-15 Ulrich Drepper <drepper@gmail.com>
53173
53174 [BZ #6812]
53175 * nscd/hstcache.c (tryagain): Define.
53176 (cache_addhst): Return tryagain not notfound for temporary errors.
53177 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53178 failed.
53179
794c3ad3
UD
531802011-01-14 Ulrich Drepper <drepper@gmail.com>
53181
70181fdd
UD
53182 [BZ #10563]
53183 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53184 to make the syscall.
53185 * sysdeps/unix/sysv/linux/setgroups.c: New file.
53186
794c3ad3
UD
53187 [BZ #12378]
53188 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53189 and fall back to matching as normal character if the string ends before
53190 the matching ']' is found. This is what POSIX requires.
53191 * posix/testfnm.c: Adjust test result.
53192 * posix/globtest.sh: Adjust test result. Add new test.
53193 * posix/tst-fnmatch.input: Likewise.
53194 * posix/tst-fnmatch2.c: Add new test.
53195
68dc9497
AS
531962010-12-28 Andreas Schwab <schwab@linux-m68k.org>
53197
53198 * elf/Makefile (check-execstack): Revert last change. Depend on
53199 check-execstack.h.
53200 (check-execstack.h): New target.
53201 (generated): Add check-execstack.h.
53202 * elf/check-execstack.c: Include "check-execstack.h".
53203 (main): Revert last change.
53204 (handle_file): Return zero if GNU_STACK is absent and
53205 DEFAULT_STACK_PERMS doesn't include PF_X.
53206
451f001b
UD
532072011-01-13 Ulrich Drepper <drepper@gmail.com>
53208
cfa28e56
UD
53209 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53210 in child fails because the descriptor is already closed.
8cf8ce17
UD
53211 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53212 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53213 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 53214
1086d70d
UD
53215 [BZ #12397]
53216 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53217 syscall.
53218
451f001b
UD
53219 [BZ #10484]
53220 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53221 temporary buffer used to handle multi lookups locally.
a85b5cb4 53222 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 53223
08769175
UD
532242011-01-12 Ulrich Drepper <drepper@gmail.com>
53225
53226 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53227 loader is ld.so.
53228
5e49c52e
UD
532292011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
53230
53231 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53232 alignment for SSE2.
53233
60522a5f
UD
532342011-01-12 Ulrich Drepper <drepper@gmail.com>
53235
53236 [BZ #12394]
53237 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53238 characters. When rounding increased number of integer digits recompute
53239 number of groups.
53240 * stdio-common/tst-grouping.c: New file.
53241 * stdio-common/Makefile: Add rules to build and run tst-grouping.
53242
f257bbd7
UD
532432011-01-09 Ulrich Drepper <drepper@gmail.com>
53244
53245 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53246 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
53247
53248 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53249 void.
53250 * bits/select.h: Likewise.
53251
fa9c15cb
UD
532522011-01-08 Ulrich Drepper <drepper@gmail.com>
53253
53254 * po/ja.po: Update from translation team.
53255
16c2895f
DM
532562011-01-04 David S. Miller <davem@sunset.davemloft.net>
53257
53258 [BZ #11155]
53259 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53260 implementation just like for lxstat, fxstatat, et al.
53261
2543fef2
JM
532622010-12-27 Jim Meyering <meyering@redhat.com>
53263
53264 [BZ #12348]
53265 * posix/regexec.c (build_trtable): Return failure indication upon
53266 calloc failure. Otherwise, re_search_internal could infloop on OOM.
53267
98727dbe
UD
532682010-12-25 Ulrich Drepper <drepper@gmail.com>
53269
5bd6dc5c
UD
53270 [BZ #12201]
53271 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53272 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53273 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53274 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53275
97983464
UD
53276 [BZ #12207]
53277 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53278
98727dbe
UD
53279 [BZ #12204]
53280 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53281 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53282
4a531bb0
L
532832010-12-15 H.J. Lu <hongjiu.lu@intel.com>
53284
53285 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53286 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53287 script has SORT_BY_INIT_PRIORITY.
53288 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53289 NO_CTORS_DTORS_SECTIONS is defined.
53290 * elf/soinit.c: Likewise.
53291 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53292 NO_CTORS_DTORS_SECTIONS is defined.
53293 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53294 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53295 * sysdeps/sh/init-first.c: Likewise.
53296 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53297
07eb4b71
UD
532982010-12-24 Ulrich Drepper <drepper@gmail.com>
53299
53300 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53301 always use the slow path.
53302
30950a5f
RA
533032010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
53304
53305 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53306 similar rule which adds the sysdep directories to the header search in
53307 order to pick up the correct platform stackinfo.h.
53308 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53309 perform test if it is, otherwise return successfully without testing.
53310 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53311 DEFAULT_STACK_PERMS define in stackinfo.h.
53312 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53313 defined in stackinfo.h.
53314 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53315 DEFAULT_STACK_PERMS defined in stackinfo.h.
53316 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53317 * sysdeps/ia64/stackinfo.h: Likewise.
53318 * sysdeps/s390/stackinfo.h: Likewise.
53319 * sysdeps/sh/stackinfo.h: Likewise.
53320 * sysdeps/sparc/stackinfo.h: Likewise.
53321 * sysdeps/x86_64/stackinfo.h: Likewise.
53322 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53323 PF_X for powerpc64. Retain PF_X for powerpc32.
53324
db753e2c
UD
533252010-12-19 Ulrich Drepper <drepper@gmail.com>
53326
14b697f7
UD
53327 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53328 accurately.
db753e2c
UD
53329 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53330 GETDENTS_64BIT_ALIGNED.
53331
28300719
UD
533322010-12-14 Ulrich Drepper <dreper@gmail.com>
53333
14b697f7 53334 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 53335
4f197237
AS
533362010-12-10 Andreas Schwab <schwab@redhat.com>
53337
dbb0472f
AS
53338 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53339 _GNU_SOURCE.
53340
4f197237
AS
53341 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53342 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53343 Remove __restrict.
53344 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53345 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53346
fb88ac72
UD
533472010-12-09 Ulrich Drepper <drepper@gmail.com>
53348
53349 [BZ #11655]
53350 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53351 are initialized.
53352
42acbb92
JJ
533532010-12-09 Jakub Jelinek <jakub@redhat.com>
53354
53355 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53356
c038d98d
UD
533572010-12-03 Ulrich Drepper <drepper@gmail.com>
53358
53359 * po/it.po: Update from translation team.
53360
3a4a2499
L
533612010-12-01 H.J. Lu <hongjiu.lu@intel.com>
53362
53363 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53364 unused codes.
53365
1e24cf6e
UD
533662010-11-30 Ulrich Drepper <drepper@gmail.com>
53367
53368 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53369
a7690819
AS
533702010-11-24 Andreas Schwab <schwab@redhat.com>
53371
53372 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53373 specially.
53374 (gaih_getanswer_slice): Likewise.
53375
3bf8d1b1
JJ
533762010-10-20 Jakub Jelinek <jakub@redhat.com>
53377
53378 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53379
6db52fbb
PB
533802010-05-31 Petr Baudis <pasky@suse.cz>
53381
53382 [BZ #11149]
53383 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53384 silently even in the chroot mode.
53385
eaca7569
UD
533862010-11-22 Ulrich Drepper <drepper@gmail.com>
53387
53388 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53389 last patch a bit. Pretty printing
53390
3056dcdb
UD
533912010-05-31 Petr Baudis <pasky@suse.cz>
53392
53393 [BZ #10085]
53394 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53395 initialization of skip_initgroups_dyn.
53396
cf7c9078
UD
533972010-11-19 Ulrich Drepper <drepper@gmail.com>
53398
53399 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53400 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53401
a1fb5e3e
UD
534022010-11-16 Ulrich Drepper <drepper@gmail.com>
53403
53404 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53405
3540d66b
AS
534062010-11-11 Andreas Schwab <schwab@redhat.com>
53407
53408 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53409 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53410 (tst-fnmatch-ENV): Set MALLOC_TRACE.
53411 ($(objpfx)tst-fnmatch-mem): New rule.
53412 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53413 * posix/tst-fnmatch.c (main): Call mtrace.
53414
13b69574
L
534152010-11-11 H.J. Lu <hongjiu.lu@intel.com>
53416
53417 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53418 Support Intel processor model 6 and model 0x2c.
53419
da93d214
LM
534202010-11-10 Luis Machado <luisgpm@br.ibm.com>
53421
53422 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53423 signed comparison.
53424
8ca52c6e
L
534252010-11-09 H.J. Lu <hongjiu.lu@intel.com>
53426
53427 [BZ #12205]
53428 * string/test-strncasecmp.c (check_result): New function.
53429 (do_one_test): Use it.
53430 (check1): New function.
53431 (test_main): Use it.
53432 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53433 Support strcasecmp and strncasecmp.
53434
69da074d
UD
534352010-11-08 Ulrich Drepper <drepper@gmail.com>
53436
53437 [BZ #12194]
53438 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53439 * sysdeps/x86_64/bits/byteswap.h: Likewise.
53440
ff02d528
L
534412010-11-07 H.J. Lu <hongjiu.lu@intel.com>
53442
53443 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53444 IFUNC support.
53445 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53446 memset-x86-64.
53447 * sysdeps/x86_64/multiarch/bzero.S: New file.
53448 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53449 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53450 * sysdeps/x86_64/multiarch/memset.S: New file.
53451 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53452 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53453 Set bit_Prefer_SSE_for_memop for Intel processors.
53454 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53455 Define.
53456 (index_Prefer_SSE_for_memop): Define.
53457 (HAS_PREFER_SSE_FOR_MEMOP): Define.
53458
344d0b54
LM
534592010-11-04 Luis Machado <luisgpm@br.ibm.com>
53460
53461 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53462 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53463
c0dde15b
UD
534642010-11-03 H.J. Lu <hongjiu.lu@intel.com>
53465
53466 [BZ #12191]
53467 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53468 (__x86_64_raw_data_cache_size_half): Likewise.
53469 (__x86_64_raw_shared_cache_size): Likewise.
53470 (__x86_64_raw_shared_cache_size_half): Likewise.
53471
53472 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53473 (__x86_64_raw_data_cache_size_half): Likewise.
53474 (__x86_64_raw_shared_cache_size): Likewise.
53475 (__x86_64_raw_shared_cache_size_half): Likewise.
53476 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53477 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53478 and __x86_64_raw_shared_cache_size_half. Round
53479 __x86_64_data_cache_size_half, __x86_64_data_cache_size
53480 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53481 to multiple of 256 bytes.
53482
0e516e0e
MS
534832010-11-03 Ulrich Drepper <drepper@gmail.com>
53484
53485 [BZ #12167]
53486 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53487 of inacessible symlinks. Verify result of symlink before returning it.
53488 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53489 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53490
0e012e87
ER
534912010-10-28 Erich Ritz <erichritz@gmail.com>
53492
53493 * math/math.h (isinf): Fix typo in comment.
53494
de0ff7bc
UD
534952010-11-01 Ulrich Drepper <drepper@gmail.com>
53496
53497 * po/da.po: Update from translation team.
53498
fa41c84d
UD
534992010-10-26 Ulrich Drepper <drepper@gmail.com>
53500
53501 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53502 is added to the list.
53503
f0967738
AK
535042010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53505 Ulrich Drepper <drepper@gmail.com>
53506
53507 * elf/dl-object.c (_dl_new_object): Don't append the new object to
53508 the global list here. Move code to...
53509 (_dl_add_to_namespace_list): ...here. New function.
53510 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53511 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53512 * elf/dl-load.c (lose): Don't remove the element from the list.
53513 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53514 (_dl_map_object): Likewise.
53515
535162010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
53517
53518 [BZ #12159]
53519 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53520 into all bytes of SSE register.
53521 Patch by Richard Li <richardpku@gmail.com>.
53522
f0967738 535232010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
53524
53525 [BZ #12140]
53526 * malloc/malloc.c (_int_free): Fill correct number of bytes when
53527 perturbing.
53528
d0b9e94f
MB
535292010-10-20 Michael B. Brutman <brutman@us.ibm.com>
53530
53531 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53532 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53533 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53534 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53536 submachine.
53537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53538
8e9f92e9
AS
535392010-10-22 Andreas Schwab <schwab@redhat.com>
53540
53541 * include/dlfcn.h (__RTLD_SECURE): Define.
53542 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
53543 mode & __RTLD_SECURE instead.
53544 (open_path): Rename preloaded parameter to secure.
53545 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53546 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53547 * elf/dl-deps.c (openaux): Likewise.
53548 * elf/rtld.c (struct map_args): Remove is_preloaded.
53549 (map_doit): Don't use it.
53550 (dl_main): Likewise.
53551 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53552 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53553
bc96fbda
AS
535542010-09-09 Andreas Schwab <schwab@redhat.com>
53555
53556 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53557 (sysd-rules-targets): Remove duplicates.
53558 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53559 rtld-%.$o dependency.
53560
22cd1c9b
AS
535612010-10-18 Andreas Schwab <schwab@redhat.com>
53562
53563 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53564 _dl_map_object do it.
53565
18edac48
UD
535662010-10-19 Ulrich Drepper <drepper@gmail.com>
53567
53568 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53569 fast fma builtins, define the macros in the C99 standard.
53570 (FP_FAST_FMAF): Likewise.
53571 (FP_FAST_FMAL): Likewise.
53572 * sysdeps/x86_64/bits/mathdef.h: Likewise.
53573
53574 * bits/mathdef.h: Update copyright year.
53575 * sysdeps/powerpc/bits/mathdef.h: Likewise.
53576
d2050124
MM
535772010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
53578
53579 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53580 builtins, define the macros in the C99 standard.
53581 (FP_FAST_FMAF): Likewise.
53582 (FP_FAST_FMAL): Likewise.
53583 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53584 multiply/add.
53585 (FP_FAST_FMAF): Likewise.
53586
475facd1
JJ
535872010-10-15 Jakub Jelinek <jakub@redhat.com>
53588
53589 [BZ #3268]
53590 * math/libm-test.inc (fma_test): Some new testcases.
53591 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53592 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53593 y and infinite z. Do multiplication by C already in long double.
53594 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53595 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53596 y and infinite z. Do bitwise or of inexact bit into u.d.
53597 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53598 * sysdeps/i386/fpu/s_fmaf.S: Removed.
53599 * sysdeps/i386/fpu/s_fma.S: Removed.
53600 * sysdeps/i386/fpu/s_fmal.S: Removed.
53601
7c08a05c
JJ
536022010-10-16 Jakub Jelinek <jakub@redhat.com>
53603
53604 [BZ #3268]
53605 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53606 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53607 computation is not scheduled after fetestexcept. Fix value
53608 of minimum denormal long double.
53609
f3f7372d
JJ
536102010-10-14 Jakub Jelinek <jakub@redhat.com>
53611
53612 [BZ #3268]
53613 * math/libm-test.inc (fma_test): Add some more tests.
53614 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53615 correctly.
53616
14d43591
AS
536172010-10-15 Andreas Schwab <schwab@redhat.com>
53618
53619 * scripts/data/localplt-s390-linux-gnu.data: New file.
53620 * scripts/data/localplt-s390x-linux-gnu.data: New file.
53621
5e908464
JJ
536222010-10-13 Jakub Jelinek <jakub@redhat.com>
53623
53624 [BZ #3268]
53625 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53626 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53627 instead of dbl-64.
53628 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53629 inlines.
53630 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53631 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53632 if one of x and y is very large and the other is subnormal.
53633 * sysdeps/s390/fpu/s_fmaf.c: New file.
53634 * sysdeps/s390/fpu/s_fma.c: New file.
53635 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53636 * sysdeps/powerpc/fpu/s_fma.S: New file.
53637 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53638 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53639 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53640
536412010-10-12 Jakub Jelinek <jakub@redhat.com>
53642
53643 [BZ #3268]
53644 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53645 fma tests.
53646 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53647 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53648 * sysdeps/i386/i686/multiarch/s_fma.c: Include
53649 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53650 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53651 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53652 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53653
b833d51f
UD
536542010-10-12 Ulrich Drepper <drepper@redhat.com>
53655
53656 [BZ #12078]
53657 * posix/regcomp.c (parse_branch): One more memory leak plugged.
53658 * posix/bug-regex31.input: Add test case.
53659
1751705d
UD
536602010-10-11 Ulrich Drepper <drepper@gmail.com>
53661
e9b9cbf5
UD
53662 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53663 * posix/bug-regex31.input: New file.
53664
53665 [BZ #12078]
53666 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53667 (parse_sub_exp): Fix last change, use postorder.
53668
ef06edbe
UD
53669 * posix/bug-regex31.c: New file.
53670 * posix/Makefile: Add rules to build and run bug-regex31.
53671
a129c80d
UD
53672 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53673
53674 [BZ #12078]
53675 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53676
b76b818e
UD
53677 [BZ #12108]
53678 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53679 to have entries in sys_siglist.
53680
1751705d
UD
53681 [BZ #12093]
53682 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53683 be NULL.
53684
9ff8d36f
JJ
536852010-10-07 Jakub Jelinek <jakub@redhat.com>
53686
53687 [BZ #3268]
53688 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53689 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53690 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53691 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53692 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53693 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53694 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53695 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53696 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53697 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53698 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53699 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53700 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53701 * math/ftestexcept.c (fetestexcept): Likewise.
53702 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53703 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53704 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53705 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53706 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53707 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53708 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53709
af325969
UD
537102010-10-11 Ulrich Drepper <drepper@gmail.com>
53711
c579b202 53712 [BZ #12107]
af325969
UD
53713 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53714 newline.
53715
67a67b95
UD
537162010-10-06 Ulrich Drepper <drepper@gmail.com>
53717
53718 * string/bug-strstr1.c: New file.
53719 * string/Makefile: Add rules to build and run bug-strstr1.
53720
5fb308bc
EB
537212010-10-05 Eric Blake <eblake@redhat.com>
53722
53723 [BZ #12092]
53724 * string/str-two-way.h (two_way_long_needle): Always clear memory
53725 when skipping input due to the shift table.
53726
45db99c7
UD
537272010-10-03 Ulrich Drepper <drepper@gmail.com>
53728
3b111893
UD
53729 [BZ #12005]
53730 * malloc/mcheck.c: Handle large requests.
53731
45db99c7
UD
53732 [BZ #12077]
53733 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53734 for strncmp and strncasecmp.
53735 * string/stratcliff.c: Add tests for strcmp and strncmp.
53736 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53737
cf7a1eb8
NI
537382010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53739
53740 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53741 __set_fpscr.
53742
6484ba5e
AJ
537432010-09-30 Andreas Jaeger <aj@suse.de>
53744
53745 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53746 (CGROUP_SUPER_MAGIC): Define.
53747 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53748 Handle btrfs and cgroup file systems.
53749 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53750 Likewise.
53751
91c42559
LM
537522010-09-27 Luis Machado <luisgpm@br.ibm.com>
53753
53754 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53755 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53756
87a97932
AK
537572010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53758
53759 [BZ #12067]
53760 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53761 trying to locate the ELF header.
53762
c21cc9bc
AS
537632010-09-27 Andreas Schwab <schwab@redhat.com>
53764
53765 [BZ #11611]
53766 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53767 Mask out sign-bit copies when constructing f_fsid.
53768
315970f6
PB
537692010-09-24 Petr Baudis <pasky@suse.cz>
53770
53771 * debug/stack_chk_fail_local.c: Add missing licence exception.
53772 * debug/warning-nop.c: Likewise.
53773
1ac7a2c7
JM
537742010-09-15 Joseph Myers <joseph@codesourcery.com>
53775
53776 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53777 implementing getdents64 using getdents syscall, set d_type if
53778 __ASSUME_GETDENTS32_D_TYPE.
53779
56801c50
AS
537802010-09-16 Andreas Schwab <schwab@redhat.com>
53781
53782 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53783 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53784
dda51327
UD
537852010-09-21 Ulrich Drepper <drepper@redhat.com>
53786
53787 [BZ #12037]
53788 * posix/unistd.h: Undo change of feature selection for ftruncate from
53789 2010-01-11.
53790
8ffcee4a
UD
537912010-09-20 Ulrich Drepper <drepper@redhat.com>
53792
a545ecd9 53793 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
53794 detection.
53795
e24f0a8b
AS
537962010-09-20 Andreas Schwab <schwab@redhat.com>
53797
53798 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53799 fanotify_mark.
53800 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53801
7291c56f
AS
538022010-09-14 Andreas Schwab <schwab@redhat.com>
53803
53804 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53805 variables after CHECK_SP call.
53806 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53807
bc5fb037
AS
538082010-09-13 Andreas Schwab <schwab@redhat.com>
53809 Ulrich Drepper <drepper@redhat.com>
53810
53811 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53812 re-relocationg ld.so.
53813 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53814 _dl_init_paths call.
53815 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
53816 here anymore.
53817
e66e7419
UD
538182010-09-14 Ulrich Drepper <drepper@redhat.com>
53819
53820 * resolv/res_init.c (__res_vinit): Count the default server we added.
53821
c044aa75
CLT
538222010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
53823 Ulrich Drepper <drepper@redhat.com>
53824
53825 [BZ #11968]
53826 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53827 (____longjmp_chk): Use %ebx for saving value across system call.
53828 Add unwind info.
53829
32cf4069
AS
538302010-09-06 Andreas Schwab <schwab@redhat.com>
53831
53832 * manual/Makefile: Don't mix pattern rules with normal rules.
53833
817328ee
AS
538342010-09-05 Andreas Schwab <schwab@linux-m68k.org>
53835
53836 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53837 operation.
53838 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53839 * libio/iofopncook.c (_IO_cookie_init): Likewise.
53840 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53841 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53842 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53843 Likewise.
53844
29fddf61
UD
538452010-09-04 Ulrich Drepper <drepper@redhat.com>
53846
53847 [BZ #11979]
53848 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53849 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53850
0959ffc9
UD
538512010-09-02 Ulrich Drepper <drepper@redhat.com>
53852
53853 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53854 * sysdeps/x86_64/addmul_1.S: Likewise.
53855 * sysdeps/x86_64/lshift.S: Likewise.
53856 * sysdeps/x86_64/mul_1.S: Likewise.
53857 * sysdeps/x86_64/rshift.S: Likewise.
53858 * sysdeps/x86_64/sub_n.S: Likewise.
53859 * sysdeps/x86_64/submul_1.S: Likewise.
53860
ece29840
ST
538612010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
53862
0959ffc9
UD
53863 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53864 Define __sched_param instead of SCHED_* and sched_param when
ece29840 53865 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 53866 * bits/sched.h [__need_schedparam]
ece29840 53867 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
53868 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53869 (__defined_schedparam): Define to 1.
ece29840
ST
53870 (__sched_param): New structure, identical to sched_param.
53871 (__need_schedparam): Undefine.
53872
e53a31fe
MF
538732010-08-31 Mike Frysinger <vapier@gentoo.org>
53874
fdc0c10d
MF
53875 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53876 (epoll_create1): Declare.
53877
e53a31fe
MF
53878 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53879
a726d796
AS
538802010-08-31 Andreas Schwab <schwab@redhat.com>
53881
53882 [BZ #7066]
53883 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53884 shifting retval into place.
53885
2f3e3dc7
UD
538862010-09-01 Ulrich Drepper <drepper@redhat.com>
53887
f2933da9
UD
53888 * nis/rpcsvc/nis.h: Update copyright notice.
53889 * nis/rpcsvc/nis.x: Likewise.
53890 * nis/rpcsvc/nis_callback.h: Likewise.
53891 * nis/rpcsvc/nis_callback.x: Likewise.
53892 * nis/rpcsvc/nis_object.x: Likewise.
53893 * nis/rpcsvc/nis_tags.h: Likewise.
53894 * nis/rpcsvc/yp.h: Likewise.
53895 * nis/rpcsvc/yp.x: Likewise.
53896 * nis/rpcsvc/ypupd.h: Likewise.
53897 * nis/yp_xdr.c: Likewise.
53898 * nis/ypupdate_xdr.c: Likewise.
53899
2f3e3dc7
UD
53900 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
53901 mainly the body of pmap_getport. Add parameters to specify timeouts.
53902 (pmap_getport): Use __libc_rpc_getport.
53903 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53904 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53905 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53906
f3dcc2f9
AS
539072010-08-31 Andreas Schwab <schwab@linux-m68k.org>
53908
53909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53910 fanotify_mark.
53911
6d34eb5b
RM
539122010-08-27 Roland McGrath <roland@redhat.com>
53913
53914 * sysdeps/i386/i686/multiarch/Makefile
53915 (CFLAGS-varshift.c): New variable.
53916
9ea3de11
UD
539172010-08-27 Ulrich Drepper <drepper@redhat.com>
53918
c96d23fc
UD
53919 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53920 * sysdeps/i386/i686/multiarch/varshift.c: New file.
53921
9ea3de11
UD
53922 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53923
53924 * sysdeps/x86_64/strlen.S: Minimal code improvement.
53925
623aac7f
L
539262010-08-26 H.J. Lu <hongjiu.lu@intel.com>
53927
53928 * sysdeps/x86_64/strlen.S: Unroll the loop.
53929 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53930 strlen-sse2 strlen-sse2-bsf.
53931 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53932 __strlen_no_bsf if bit_Slow_BSF is set.
53933 (__strlen_sse42): Removed.
53934 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53935 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53936
8b2b7715
RM
539372010-08-25 Roland McGrath <roland@redhat.com>
53938
53939 * sysdeps/x86_64/multiarch/varshift.S: File removed.
53940 * sysdeps/x86_64/multiarch/varshift.c: New file.
53941 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53942 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53943 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53944 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53945
e73015f2
L
539462010-08-25 H.J. Lu <hongjiu.lu@intel.com>
53947
53948 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53949 strlen-sse2 strlen-sse2-bsf.
53950 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53951 __strlen_sse2_bsf if bit_Slow_BSF is unset.
53952 (__strlen_sse2): Removed.
53953 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53954 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53955 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53956 bit_Slow_BSF for Atom.
53957 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53958 (index_Slow_BSF): Define.
53959 (HAS_SLOW_BSF): Define.
53960
df24a73e
UD
539612010-08-25 Ulrich Drepper <drepper@redhat.com>
53962
53963 [BZ #10851]
53964 * resolv/res_init.c (__res_vinit): When no server address at all
53965 is given default to loopback.
53966
f2ac4868
RM
539672010-08-24 Roland McGrath <roland@redhat.com>
53968
09055553
RM
53969 * configure.in: Remove config-name.h generation.
53970 * configure: Regenerated.
53971 * config-name.in: File removed.
53972 * scripts/config-uname.sh: New file.
53973 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53974 ($(objdir)config-name.h): New target.
53975
f2ac4868
RM
53976 * sunrpc/rpc_parse.h: Avoid nested comment.
53977
73f27d5e
RH
539782010-08-24 Richard Henderson <rth@redhat.com>
53979 Ulrich Drepper <drepper@redhat.com>
53980 H.J. Lu <hongjiu.lu@intel.com>
53981
53982 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53983 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53984 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53985 Replace _mm_srli_si128 with __m128i_shift_right. Replace
53986 _mm_alignr_epi8 with _mm_loadu_si128.
53987 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53988 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53989 (__m128i_shift_right): Removed.
53990 * sysdeps/i386/i686/multiarch/varshift.h: New file.
53991 * sysdeps/i386/i686/multiarch/varshift.S: New file.
53992 * sysdeps/x86_64/multiarch/varshift.h: New file.
53993 * sysdeps/x86_64/multiarch/varshift.S: New file.
53994
84b9230c
MF
539952010-08-21 Mike Frysinger <vapier@gentoo.org>
53996
53997 * configure.in: Move assembler checks to before sysdep dir checking.
53998
9bbd0ddc
PB
539992010-08-20 Petr Baudis <pasky@suse.cz>
54000
54001 * LICENSES: Sync the sunrpc license.
54002
9da4bb31
UD
540032010-08-19 Ulrich Drepper <drepper@redhat.com>
54004
a7ab6ec8
UD
54005 * sunrpc/auth_des.c: Update copyright notice once again.
54006 * sunrpc/auth_none.c: Likewise.
54007 * sunrpc/auth_unix.c: Likewise.
54008 * sunrpc/authdes_prot.c: Likewise.
54009 * sunrpc/authuxprot.c: Likewise.
54010 * sunrpc/bindrsvprt.c: Likewise.
54011 * sunrpc/clnt_gen.c: Likewise.
54012 * sunrpc/clnt_perr.c: Likewise.
54013 * sunrpc/clnt_raw.c: Likewise.
54014 * sunrpc/clnt_simp.c: Likewise.
54015 * sunrpc/clnt_tcp.c: Likewise.
54016 * sunrpc/clnt_udp.c: Likewise.
54017 * sunrpc/clnt_unix.c: Likewise.
54018 * sunrpc/des_crypt.c: Likewise.
54019 * sunrpc/des_soft.c: Likewise.
54020 * sunrpc/get_myaddr.c: Likewise.
54021 * sunrpc/getrpcport.c: Likewise.
54022 * sunrpc/key_call.c: Likewise.
54023 * sunrpc/key_prot.c: Likewise.
54024 * sunrpc/openchild.c: Likewise.
54025 * sunrpc/pm_getmaps.c: Likewise.
54026 * sunrpc/pm_getport.c: Likewise.
54027 * sunrpc/pmap_clnt.c: Likewise.
54028 * sunrpc/pmap_prot.c: Likewise.
54029 * sunrpc/pmap_prot2.c: Likewise.
54030 * sunrpc/pmap_rmt.c: Likewise.
54031 * sunrpc/rpc/auth.h: Likewise.
54032 * sunrpc/rpc/auth_unix.h: Likewise.
54033 * sunrpc/rpc/clnt.h: Likewise.
54034 * sunrpc/rpc/des_crypt.h: Likewise.
54035 * sunrpc/rpc/key_prot.h: Likewise.
54036 * sunrpc/rpc/netdb.h: Likewise.
54037 * sunrpc/rpc/pmap_clnt.h: Likewise.
54038 * sunrpc/rpc/pmap_prot.h: Likewise.
54039 * sunrpc/rpc/pmap_rmt.h: Likewise.
54040 * sunrpc/rpc/rpc.h: Likewise.
54041 * sunrpc/rpc/rpc_des.h: Likewise.
54042 * sunrpc/rpc/rpc_msg.h: Likewise.
54043 * sunrpc/rpc/svc.h: Likewise.
54044 * sunrpc/rpc/svc_auth.h: Likewise.
54045 * sunrpc/rpc/types.h: Likewise.
54046 * sunrpc/rpc/xdr.h: Likewise.
54047 * sunrpc/rpc_clntout.c: Likewise.
54048 * sunrpc/rpc_cmsg.c: Likewise.
54049 * sunrpc/rpc_common.c: Likewise.
54050 * sunrpc/rpc_cout.c: Likewise.
54051 * sunrpc/rpc_dtable.c: Likewise.
54052 * sunrpc/rpc_hout.c: Likewise.
54053 * sunrpc/rpc_main.c: Likewise.
54054 * sunrpc/rpc_parse.c: Likewise.
54055 * sunrpc/rpc_parse.h: Likewise.
54056 * sunrpc/rpc_prot.c: Likewise.
54057 * sunrpc/rpc_sample.c: Likewise.
54058 * sunrpc/rpc_scan.c: Likewise.
54059 * sunrpc/rpc_scan.h: Likewise.
54060 * sunrpc/rpc_svcout.c: Likewise.
54061 * sunrpc/rpc_tblout.c: Likewise.
54062 * sunrpc/rpc_util.c: Likewise.
54063 * sunrpc/rpc_util.h: Likewise.
54064 * sunrpc/rpcinfo.c: Likewise.
54065 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54066 * sunrpc/rpcsvc/key_prot.x: Likewise.
54067 * sunrpc/rpcsvc/klm_prot.x: Likewise.
54068 * sunrpc/rpcsvc/mount.x: Likewise.
54069 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54070 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54071 * sunrpc/rpcsvc/rex.x: Likewise.
54072 * sunrpc/rpcsvc/rstat.x: Likewise.
54073 * sunrpc/rpcsvc/rusers.x: Likewise.
54074 * sunrpc/rpcsvc/sm_inter.x: Likewise.
54075 * sunrpc/rpcsvc/spray.x: Likewise.
54076 * sunrpc/rpcsvc/yppasswd.x: Likewise.
54077 * sunrpc/rtime.c: Likewise.
54078 * sunrpc/svc.c: Likewise.
54079 * sunrpc/svc_auth.c: Likewise.
54080 * sunrpc/svc_authux.c: Likewise.
54081 * sunrpc/svc_raw.c: Likewise.
54082 * sunrpc/svc_run.c: Likewise.
54083 * sunrpc/svc_simple.c: Likewise.
54084 * sunrpc/svc_tcp.c: Likewise.
54085 * sunrpc/svc_udp.c: Likewise.
54086 * sunrpc/svc_unix.c: Likewise.
54087 * sunrpc/svcauth_des.c: Likewise.
54088 * sunrpc/xcrypt.c: Likewise.
54089 * sunrpc/xdr.c: Likewise.
54090 * sunrpc/xdr_array.c: Likewise.
54091 * sunrpc/xdr_float.c: Likewise.
54092 * sunrpc/xdr_mem.c: Likewise.
54093 * sunrpc/xdr_rec.c: Likewise.
54094 * sunrpc/xdr_ref.c: Likewise.
54095 * sunrpc/xdr_sizeof.c: Likewise.
54096 * sunrpc/xdr_stdio.c: Likewise.
54097
9da4bb31
UD
54098 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54099 handling.
54100
bdaa77bc
AS
541012010-08-19 Andreas Schwab <schwab@redhat.com>
54102
54103 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54104
fe2f79db
LM
541052010-08-19 Luis Machado <luisgpm@br.ibm.com>
54106
54107 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54108 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54109 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54110 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54111 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54112 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54113 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54114 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54115 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54116 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54117 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54118 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54119 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54120 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54121
b9b42ee0
AB
541222010-07-26 Anton Blanchard <anton@samba.org>
54123
54124 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54125 * malloc/arena.c (heap_trim): Likewise.
54126
1c06ba31
UD
541272010-08-16 Ulrich Drepper <drepper@redhat.com>
54128
54129 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54130 here. Not...
54131 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54132 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54133
f8392f40
L
541342010-08-12 H.J. Lu <hongjiu.lu@intel.com>
54135
54136 * sysdeps/i386/elf/Makefile: New file.
54137
3162f12e
AS
541382010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54139
54140 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54141 from fanotify_init.
54142 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54143 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54144
28c90b2c
UD
541452010-08-15 Ulrich Drepper <drepper@redhat.com>
54146
54147 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54148 of strncasecmp_l.
1feccb6c 54149 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 54150
ca6bb004
UD
541512010-08-14 Ulrich Drepper <drepper@redhat.com>
54152
e9f82e0d
UD
54153 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54154 strncase_l-nonascii.
54155 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54156 Add strncase_l-ssse3.
54157 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54158 * sysdeps/x86_64/strcmp.S: Likewise.
54159 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54160 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54161 * sysdeps/x86_64/strncase.S: New file.
54162 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54163 * sysdeps/x86_64/strncase_l.S: New file.
54164 * string/Makefile (strop-tests): Add strncasecmp.
54165 * string/test-strncasecmp.c: New file.
54166
54167 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54168 warning.
54169
ca6bb004
UD
54170 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54171 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54172
052fa7b3
AS
541732010-08-14 Andreas Schwab <schwab@linux-m68k.org>
54174
54175 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54176
962dba78
UD
541772010-08-12 Ulrich Drepper <drepper@redhat.com>
54178
54179 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54180 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54181 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54182
bebff237
AM
541832010-05-01 Alan Modra <amodra@gmail.com>
54184
54185 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54186 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54187 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54188 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54189 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54190 tidying. Don't tail-call __sigjmp_save for static lib.
54191 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54192 save location.
54193 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54194 (CALL_MCOUNT): Add eh info, and nop after bl.
54195 (TAIL_CALL_SYSCALL_ERROR): New macro.
54196 (PSEUDO_RET): Use it.
54197 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54198 Correct save location of integer regs and cr.
54199 (_dl_profile_resolve): Correct cr save location. Delete nops
54200 after bl when SHARED. Reduce cfi size a little by better
54201 placement of cfi directives.
54202 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54203 make a stack frame. Instead use parm save area as a temp.
54204 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54205 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
54206 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54207 Don't make a stack frame for parent, use parm save area.
54208 Increase child stack frame to 112 bytes. Don't save unused reg,
54209 and adjust reg usage. Set up cfi on error recovery and
54210 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54212 (__makecontext): Add dummy nop after jump to exit.
54213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54214 Use correct parm save area and cr save, reduce stack frame.
54215 Correct cfi for possible PSEUDO_RET frame setup.
54216 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54217 Branch to local label emitted by PSEUDO_RET rather than
54218 __syscall_error.
54219
02637374
AS
542202010-08-12 Andreas Schwab <schwab@redhat.com>
54221
54222 [BZ #11904]
54223 * locale/programs/locale.c (print_assignment): New function.
54224 (show_locale_vars): Use it.
54225
c3e2f19b
UD
542262010-08-11 Ulrich Drepper <drepper@redhat.com>
54227
3cdaa6ad
UD
54228 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54229 field.
54230 (struct statfs64): Likewise.
54231 (_STATFS_F_FLAGS): Define.
54232 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54233 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54234 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54235 (ST_VALID): Define locally.
54236 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54237 __statvfs_getflags, use the provided value.
54238 * sysdeps/unix/sysv/linux/kernel-features.h: Define
54239 __ASSUME_STATFS_F_FLAGS.
54240
754f7da3
UD
54241 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54242
10b3bedc
UD
54243 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54244 Add sys/fanotify.h.
54245 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54246 fanotify_mask for GLIBC_2.13.
54247 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54248 fanotify_init and fanotify_mark.
54249 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54250 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54251
c08fb0d7
UD
54252 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54253 Add prlimit.
54254 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54255 prlimit64 for GLIBC_2.13.
54256 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54257 prlimit64.
54258 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54259 syscall.
54260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54261 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54262 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54263 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54264 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
54265 add prlimit alias.
54266 * sysdeps/unix/sysv/linux/prlimit.c: New file.
54267
15bac72b
UD
54268 [BZ #11903]
54269 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54270 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54271
c3e2f19b
UD
54272 * nss/Makefile: Add rules to build and run tst-nss-test1.
54273 * shlib-versions: Add entry for libnss_test1.
54274 * nss/nss_test1.c: New file.
54275 * nss/tst-nss-test1.c: New file.
54276
54277 * nss/nsswitch.c (__nss_database_custom): Define new variable.
54278 (__nss_configure_lookup): Set appropriate entry in
54279 __nss_configure_lookup to true.
54280 * nss/nsswitch.h: Define enum with indeces of databases in
54281 databases and __nss_database_custom arrays. Declare
54282 __nss_database_custom.
54283 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54284 to avoid using nscd when custom rules are installed.
54285 * nss/getXXbyYY_r.c: Likewise.
54286 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54287
54288 * nss/nss_files/files-parse.c: Whitespace fixes.
54289
f15ce4d8
UD
542902010-08-09 Ulrich Drepper <drepper@redhat.com>
54291
54292 [BZ #11883]
54293 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54294 * posix/fnmatch_loop.c: Likewise.
54295
d22e4cc9
AK
542962010-07-17 Andi Kleen <ak@linux.intel.com>
54297
54298 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54299 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54300 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54301 * Versions.def [GLIBC_2.13]: Add.
54302
805bc17d
UD
543032010-08-06 Ulrich Drepper <drepper@redhat.com>
54304
54305 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54306 Also fail if tpwd after pwuid call is NULL.
54307
5a42321d
ST
543082010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
54309
54310 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54311 when converting to ms.
54312
fd3ebeda
ST
543132010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54314
54315 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54316 EOPNOTSUPP errors with ENOTTY.
54317 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54318 EOPNOTSUPP errors with ENOTTY.
54319
73507d3a
UD
543202010-07-31 Ulrich Drepper <drepper@redhat.com>
54321
54322 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54323 Add strcasecmp_l-ssse3.
54324 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54325 strcasecmp.
54326 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54327 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54328 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54329
fe36dd02
UD
543302010-07-30 Ulrich Drepper <drepper@redhat.com>
54331
66f6765a
UD
54332 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54333
42e08a54
UD
54334 * string/Makefile (strop-tests): Add strcasecmp.
54335 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54336 strcasecmp_l-nonascii.
54337 (gen-as-const-headers): Add locale-defines.sym.
54338 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54339 * sysdeps/x86_64/strcasecmp.S: New file.
54340 * sysdeps/x86_64/strcasecmp_l.S: New file.
54341 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54342 * sysdeps/x86_64/locale-defines.sym: New file.
54343 * string/test-strcasecmp.c: New file.
54344
fe36dd02
UD
54345 * string/test-strcasestr.c: Test both ends of the range of characters.
54346 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54347
48cbc0d6
RM
543482010-07-29 Roland McGrath <roland@redhat.com>
54349
76e6d6bc 54350 [BZ #11856]
48cbc0d6
RM
54351 * manual/locale.texi (Yes-or-No Questions): Fix example code.
54352
880113d9
UD
543532010-07-27 Ulrich Drepper <drepper@redhat.com>
54354
54355 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54356 for ld.so.
54357
deb9cabb
AS
543582010-07-27 Andreas Schwab <schwab@redhat.com>
54359
54360 * manual/memory.texi (Malloc Tunable Parameters): Document
54361 M_PERTURB.
54362
1c7570ff
RM
543632010-07-26 Roland McGrath <roland@redhat.com>
54364
54365 [BZ #11840]
54366 * configure.in (-fgnu89-inline check): Set and substitute
54367 gnu89_inline, not libc_cv_gnu89_inline.
54368 * configure: Regenerated.
54369 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54370
24fb0f88
UD
543712010-07-26 Ulrich Drepper <drepper@redhat.com>
54372
54373 * string/test-strnlen.c: New file.
54374 * string/Makefile (strop-tests): Add strnlen.
54375 * string/tester.c (test_strnlen): Add a few more test cases.
54376 * string/tst-strlen.c: Better error reporting.
54377
54378 * sysdeps/x86_64/strnlen.S: New file.
54379
8e96b93a
UD
543802010-07-24 Ulrich Drepper <drepper@redhat.com>
54381
54382 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54383 lower-latency instructions.
54384
dbc676d4
UD
543852010-07-23 Ulrich Drepper <drepper@redhat.com>
54386
54387 * string/test-strcasestr.c: New file.
54388 * string/test-strstr.c: New file.
54389 * string/Makefile (strop-tests): Add strstr and strcasestr.
54390 * string/str-two-way.h: Don't undefine MAX.
54391 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54392
f6a31e0e
AS
543932010-07-21 Andreas Schwab <schwab@redhat.com>
54394
54395 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54396 strcasestr-nonascii.
54397 (CFLAGS-strcasestr-nonascii.c): Define.
54398 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54399 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54400 Remove unused attribute.
54401
5dbc3b6c
RM
544022010-07-20 Roland McGrath <roland@redhat.com>
54403
54404 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54405 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
54406 ld.so.cache was broken. With it, there is no way to disable dsocaps
54407 like LD_HWCAP_MASK can disable hwcaps.
54408
23d101d8
EPM
544092010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54410
54411 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54412
cc9f2e47
UD
544132010-07-16 Ulrich Drepper <drepper@redhat.com>
54414
54415 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54416 call in strcasestr.
54417 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54418 __strcasestr_sse42_nonascii.
54419 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54420 strcasestr-nonascii.c.
54421 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54422
77c1b069
LM
544232010-06-15 Luis Machado <luisgpm@br.ibm.com>
54424
54425 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54426 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54427 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54428 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54429
440566c3
UD
544302010-07-09 Ulrich Drepper <drepper@redhat.com>
54431
54432 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54433 fcntl.
54434
5be9d05d
AS
544352010-07-06 Andreas Schwab <schwab@redhat.com>
54436
c30b7ee2 54437 [BZ #11577]
5be9d05d
AS
54438 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54439 dl_signal_cerror.
54440
8a492a67
UD
544412010-07-06 Ulrich Drepper <drepper@redhat.com>
54442
54443 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54444 _PC_PIPE_BUF using F_GETPIPE_SZ.
54445
713df3d5
RM
544462010-07-05 Roland McGrath <roland@redhat.com>
54447
54448 * manual/arith.texi (Rounding Functions): Fix rint description
54449 implicit in round description.
54450
702e8f14
UD
544512010-07-02 Ulrich Drepper <drepper@redhat.com>
54452
54453 * elf/Makefile: Fix linking for a few tests to make recent linker
54454 happy.
54455
52ed8be9
AS
544562010-06-30 Andreas Schwab <schwab@redhat.com>
54457
54458 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54459 $(common-objpfx)libc_nonshared.a.
54460
f47c9a11
LM
544612010-06-21 Luis Machado <luisgpm@br.ibm.com>
54462
54463 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54464 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54465 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54466 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54467 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54468 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54469 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54470 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54472 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54473 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54475 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54485 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54486 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54487 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54488 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54489 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54490 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54491 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54492 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54493 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54494 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54495 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54496 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54497 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54498 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54500 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54502 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54511
6fb8cbcb
L
545122010-06-25 H.J. Lu <hongjiu.lu@intel.com>
54513
54514 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54515 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
54516 * string/memmove.c (memmove): Renamed to ...
54517 (MEMMOVE): ...this. Default to memmove.
54518 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54519 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54520 (END_CHK): Define.
54521 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54522 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54523 mempcpy-ssse3-back memmove-ssse3-back.
54524 * sysdeps/x86_64/multiarch/bcopy.S: New file .
54525 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54526 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54527 * sysdeps/x86_64/multiarch/memcpy.S: New file.
54528 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54529 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54530 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54531 * sysdeps/x86_64/multiarch/memmove.c: New file.
54532 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54533 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54534 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54535 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54536 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54537 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54538 Define.
54539 (index_Fast_Copy_Backward): Define.
54540 (HAS_ARCH_FEATURE): Define.
54541 (HAS_FAST_REP_STRING): Define.
54542 (HAS_FAST_COPY_BACKWARD): Define.
54543
4e733bac 545442010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
54545
54546 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54547 Restore proper fallback handling.
54548
63c4ed22
UD
545492010-06-19 Ulrich Drepper <drepper@redhat.com>
54550
ac2b484c
UD
54551 [BZ #11701]
54552 * posix/group_member.c (__group_member): Correct checking loop.
54553
63c4ed22
UD
54554 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54555 OOM in getpwuid_r correctly. Return error number when the caller
54556 should return, otherwise -1.
54557 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54558 call returning > 0 value.
54559 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54560
765ade4b
AS
545612010-06-07 Andreas Schwab <schwab@redhat.com>
54562
54563 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54564 libc_nonshared.a from targets in modules-names.
54565
80da2e09
KS
545662010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
54567
54568 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54569 requires it.
54570
158db122
LM
545712010-06-10 Luis Machado <luisgpm@br.ibm.com>
54572
54573 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54574 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54575 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54576 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54577
caa78cf8
AS
545782010-06-02 Andreas Schwab <schwab@redhat.com>
54579
54580 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54581
b2ef2c01
UD
545822010-06-14 Ulrich Drepper <drepper@redhat.com>
54583
54584 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54585 and F_GETPIPE_SZ.
54586 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54587 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54588 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54589 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54590 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54591 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54592
fbd643b6
RM
545932010-06-14 Roland McGrath <roland@redhat.com>
54594
54595 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54596
f32f2869
JJ
545972010-06-07 Jakub Jelinek <jakub@redhat.com>
54598
54599 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54600 __REDIRECT followed by __THROW.
54601 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54602 * posix/getopt.h (getopt): Likewise.
54603
2a50c078
EPM
546042010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
54605
54606 * hurd/lookup-at.c (__file_name_lookup_at): Accept
54607 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
54608 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54609 in AT_FLAGS.
54610 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54611 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54612
eb5ad2eb
LM
546132010-05-28 Luis Machado <luisgpm@br.ibm.com>
54614
54615 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54616
3c88fe1e
L
546172010-05-26 H.J. Lu <hongjiu.lu@intel.com>
54618
54619 [BZ #11640]
54620 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54621 Properly check family and model.
54622
d2f73151
TY
546232010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
54624
54625 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54626
ebd2e13d
LM
546272010-05-24 Luis Machado <luisgpm@br.ibm.com>
54628
54629 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54630
b32b8b45
UD
546312010-05-21 Ulrich Drepper <drepper@redhat.com>
54632
54633 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54634 symbol reference.
54635
9acbe24d
AS
546362010-05-19 Andreas Schwab <schwab@redhat.com>
54637
54638 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54639 symbol reference.
54640
f0ccf6ea
AS
546412010-05-21 Andreas Schwab <schwab@redhat.com>
54642
3d04ff3a
AS
54643 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54644 and internal_recvmmsg.
54645 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54646 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54647 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54648 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54649
f0ccf6ea
AS
54650 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54651 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54652 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54653
5b08ac57
AS
546542010-05-20 Andreas Schwab <schwab@redhat.com>
54655
54656 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54657
4828935d
LM
546582010-05-17 Luis Machado <luisgpm@br.ibm.com>
54659
54660 POWER7 optimizations.
54661 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54662 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54663
373d545e
UD
546642010-05-19 Ulrich Drepper <drepper@redhat.com>
54665
54666 * version.h: Update for 2.13 development version.
54667
21a2b1ae
AS
546682010-05-12 Andrew Stubbs <ams@codesourcery.com>
54669
54670 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54671 exceptions. Return 0.
54672
3f7dcb2b
RM
546732010-05-07 Roland McGrath <roland@redhat.com>
54674
54675 * elf/ldconfig.c (main): Add a const.
54676
5f24d53a 546772010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 54678
a160f8d8
UD
54679 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54680 (args_options): Add no-idn option.
54681 (ahosts_keys_int): Add idn_flags to ai_flags.
54682 (parse_option): Handle 'i' option to clear idn_flags.
54683
5f24d53a
UD
54684 * malloc/malloc.c (_int_free): Possible race in the most recently
54685 added check. Only act on the data if no current modification
54686 happened.
265bb1ce
UD
54687
54688See ChangeLog.17 for earlier changes.