]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
getaddrinfo: remove dead code
[thirdparty/glibc.git] / ChangeLog
CommitLineData
f524d6a8
PS
12013-12-02 Pavel Simerda <psimerda@redhat.com>
2
3 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
4 (struct gaih): Remove definition.
5
df3aedaf
SP
62013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
7
8 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
9 Use HERRNOP directly.
10
1ab19dec
AZ
112013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12
b42ad38d 13 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 14
176b0c79
JM
152013-11-30 Joseph Myers <joseph@codesourcery.com>
16
17 * math/gen-auto-libm-tests.c (test_functions): Add more
18 single-argument functions.
19 (special_fill_pi_2): New function.
20 (special_fill_minus_pi_2): Likewise.
21 (special_fill_pi_6): Likewise.
22 (special_fill_minus_pi_6): Likewise.
23 (special_fill_pi_3): Likewise.
24 (special_fill_2pi_3): Likewise.
25 (special_fill_e): Likewise.
26 (special_fill_1_e): Likewise.
27 (special_fill_e_minus_1): Likewise.
28 (special_real_inputs): Add more special inputs.
29 (output_for_one_input_case): Do not require ERANGE on underflow to
30 zero if round-to-nearest result does not underflow to zero, unless
31 exact results required.
32 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
33 atan, atanh, cbrt, cos and cosh.
34 * math/auto-libm-test-out: Regenerated.
35 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
36 (acos_tonearest_test_data): Likewise.
37 (acos_towardzero_test_data): Likewise.
38 (acos_downward_test_data): Likewise.
39 (acos_upward_test_data): Likewise.
40 (acosh_test_data): Likewise.
41 (asin_test_data): Likewise.
42 (asin_tonearest_test_data): Likewise.
43 (asin_towardzero_test_data): Likewise.
44 (asin_upward_test_data): Likewise.
45 (asinh_test_data): Likewise.
46 (atan_test_data): Likewise.
47 (atanh_test_data): Likewise.
48 (cbrt_test_data): Likewise.
49 (cos_test_data): Likewise.
50 (cos_tonearest_test_data): Likewise.
51 (cos_towardzero_test_data): Likewise.
52 (cos_downward_test_data): Likewise.
53 (cos_upward_test_data): Likewise.
54 (cosh_test_data): Likewise.
55 (cosh_tonearest_test_data): Likewise.
56 (cosh_towardzero_test_data): Likewise.
57 (cosh_downward_test_data): Likewise.
58 (cosh_upward_test_data): Likewise.
59 * sysdeps/i386/fpu/libm-test-ulps: Update.
60 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61
ffb536d0
JM
622013-11-29 Joseph Myers <joseph@codesourcery.com>
63
2a77a467
JM
64 [BZ #6787]
65 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
66 * math/w_exp10f.c (__exp10f): Likewise.
67 * math/w_exp10l.c (__exp10l): Likewise.
68 * math/libm-test.inc (exp10_test_data): Add more tests and expect
69 errno settings in existing tests.
70
ea3bc4e8
JM
71 [BZ #14032]
72 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
73 precision control set to double precision.
74 * sysdeps/i386/fpu/w_sqrt.c: New file.
75 * math/auto-libm-test-in: Add more tests.
76 * math/auto-libm-test-out: Update.
77
0712c9d8
JM
78 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
79 (sqrt_test_tonearest): New function.
80 (sqrt_towardzero_test_data): New variable.
81 (sqrt_test_towardzero): New function.
82 (sqrt_downward_test_data): New variable.
83 (sqrt_test_downward): New function.
84 (sqrt_upward_test_data): New variable.
85 (sqrt_test_upward): New function.
86 (main): Call the new functions.
87
ffb536d0
JM
88 * math/gen-auto-libm-tests.c: New file.
89 * math/auto-libm-test-in: Likewise.
90 * math/auto-libm-test-out: New generated file.
91 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
92 variables.
93 (%beautify): Add generated representations of zero.
94 (top level): Set $auto_input and call parse_auto_input.
95 (beautify): Remove trailing "f" from hex float constants.
96 (parse_args): Handle XFAIL_TEST.
97 (convert_condition): New function.
98 (or_value): Likewise.
99 (or_cond_value): Likewise.
100 (generate_testfile): Handle AUTO_TESTS_* lines.
101 (parse_auto_input): New function.
102 * math/libm-test.inc (XFAIL_TEST): New macro.
103 (ERRNO_UNCHANGED): Update value.
104 (ERRNO_EDOM): Likewise.
105 (ERRNO_ERANGE): Likewise.
106 (IGNORE_RESULT): Likewise.
107 (TEST_COND_flt_32): New macro.
108 (TEST_COND_dbl_64): Likewise.
109 (TEST_COND_ldbl_96_intel): Likewise.
110 (TEST_COND_ldbl_96_m68k): Likewise.
111 (TEST_COND_ldbl_128): Likewise.
112 (TEST_COND_ldbl_128ibm): Likewise.
113 (TEST_COND_long32): Likewise.
114 (TEST_COND_long64): Likewise.
115 (TEST_COND_before_rounding): Likewise.
116 (TEST_COND_after_rounding): Likewise.
117 (enable_test): Handle XFAIL_TEST flag.
118 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
119 with finite results.
120 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
121 auto-libm-test-out.
122
acd98a8e
AK
1232013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
124 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
125
126 [BZ #16214]
127 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
128 __tls_get_addr_internal instead of __tls_get_offset in order to
129 avoid GOT pointer dependency. Make rtld export
130 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
131 __tls_get_addr since we are a __tls_get_offset platform.
132 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
133 GOT pointer being set up before.
134 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
135
3c1c46a6
JM
1362013-11-28 Joseph Myers <joseph@codesourcery.com>
137
7475aef5
JM
138 * manual/math.texi (Errors in Math Functions): Document accuracy
139 goals.
140
8bca7cd8
JM
141 [BZ #15004]
142 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
143 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
144 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
145 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
146 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
147 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
148 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
149 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
150 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
151 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
152 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
153 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
154 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
155 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
156 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
157 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
158
91a1f3fe
JM
159 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
160 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
161 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
162 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
163 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
164 Likewise.
165 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
166 Likewise.
167 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
168 Likewise.
169 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
170 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
171 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
172 atomic-feupdateenv and flt-rounds.
173 * sysdeps/powerpc/nofpu/Versions (libc): Add
174 __atomic_feholdexcept, __atomic_feclearexcept,
175 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
176 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
177 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
178 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
179 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
180 here.
181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
182 Update.
183
c5df7609
JM
184 * manual/arith.texi (FP Exceptions): Document that exceptions may
185 not be raised when matherr is used.
186 (Math Error Reporting): Document overflow in directed rounding
187 modes. Document that errno may not be set when finite values are
188 returned on overflow. Document intent to set errno on underflow
189 only for underflow to zero.
190
3c1c46a6
JM
191 [BZ #16271]
192 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
193 round-to-nearest then adjust result for other rounding modes.
194 * include/fenv.h (fegetround): Use libm_hidden_proto.
195 * math/fegetround.c (fegetround): Use libm_hidden_def.
196 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
197 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
198 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
199 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
200 Likewise.
201 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
202 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
203 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
204 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
205
5a4c6d53
SP
2062013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
207
208 [BZ #16077]
209 * nss/Versions (libnss_files): Add
210 _nss_files_gethostbyname3_r.
211 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
212 New function.
213 (HOST_DB_LOOKUP): Remove macro.
214 (_nss_files_gethostbyname_r): Implement function without the
215 HOST_DB_LOOKUP macro.
216 (_nss_files_gethostbyname2_r): Likewise.
217
897b98ba
OB
2182013-11-28 Ondřej Bílka <neleai@seznam.cz>
219
220 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
221
6f476861
UB
2222013-11-26 Uros Bizjak <ubizjak@gmail.com>
223
224 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
225 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
226 warning.
227
bd12ab55
AZ
2282013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
229
230 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
231 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
232 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
233 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
234 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
235 __fe_nomask_env_priv and attribute_hidden.
236 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
237 (libc_feupdateenv_test_ppc): Likewise.
238 (libc_feresetround_ppc): Likewise.
239 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
240 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
241 compat_symbol macro.
242 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
243 (__fe_nomask_env): Likewise.
244 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
245
52bb6543
OB
2462013-11-26 Ondřej Bílka <neleai@seznam.cz>
247
248 * string/Makefile: Remove ifunc tests.
249 * string/test-string.h: Define TEST_IFUNC.
250 * string/test-bcopy-ifunc.c: Remove.
251 * string/test-bzero-ifunc.c: Likewise.
252 * string/test-memccpy-ifunc.c: Likewise.
253 * string/test-memchr-ifunc.c: Likewise.
254 * string/test-memcmp-ifunc.c: Likewise.
255 * string/test-memcpy-ifunc.c: Likewise.
256 * string/test-memmem-ifunc.c: Likewise.
257 * string/test-memmove-ifunc.c: Likewise.
258 * string/test-mempcpy-ifunc.c: Likewise.
259 * string/test-memrchr-ifunc.c: Likewise.
260 * string/test-memset-ifunc.c: Likewise.
261 * string/test-rawmemchr-ifunc.c: Likewise.
262 * string/test-stpcpy-ifunc.c: Likewise.
263 * string/test-stpncpy-ifunc.c: Likewise.
264 * string/test-strcasecmp-ifunc.c: Likewise.
265 * string/test-strcasestr-ifunc.c: Likewise.
266 * string/test-strcat-ifunc.c: Likewise.
267 * string/test-strchr-ifunc.c: Likewise.
268 * string/test-strchrnul-ifunc.c: Likewise.
269 * string/test-strcmp-ifunc.c: Likewise.
270 * string/test-strcpy-ifunc.c: Likewise.
271 * string/test-strcspn-ifunc.c: Likewise.
272 * string/test-strlen-ifunc.c: Likewise.
273 * string/test-strncasecmp-ifunc.c: Likewise.
274 * string/test-strncat-ifunc.c: Likewise.
275 * string/test-strncmp-ifunc.c: Likewise.
276 * string/test-strncpy-ifunc.c: Likewise.
277 * string/test-strnlen-ifunc.c: Likewise.
278 * string/test-strpbrk-ifunc.c: Likewise.
279 * string/test-strrchr-ifunc.c: Likewise.
280 * string/test-strspn-ifunc.c: Likewise.
281 * string/test-strstr-ifunc.c: Likewise.
282
ab260039 2832013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
284
285 * benchtests/Makefile: Remove ifunc tests.
286 * benchtests/bench-string.h: Define TEST_IFUNC.
287 * benchtests/bench-bcopy-ifunc.c: Remove.
288 * benchtests/bench-bzero-ifunc.c: Likewise.
289 * benchtests/bench-memccpy-ifunc.c: Likewise.
290 * benchtests/bench-memchr-ifunc.c: Likewise.
291 * benchtests/bench-memcmp-ifunc.c: Likewise.
292 * benchtests/bench-memcpy-ifunc.c: Likewise.
293 * benchtests/bench-memmem-ifunc.c: Likewise.
294 * benchtests/bench-memmove-ifunc.c: Likewise.
295 * benchtests/bench-mempcpy-ifunc.c: Likewise.
296 * benchtests/bench-memrchr-ifunc.c: Likewise.
297 * benchtests/bench-memset-ifunc.c: Likewise.
298 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
299 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
300 * benchtests/bench-stpcpy-ifunc.c: Likewise.
301 * benchtests/bench-stpncpy-ifunc.c: Likewise.
302 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
303 * benchtests/bench-strcasestr-ifunc.c: Likewise.
304 * benchtests/bench-strcat-ifunc.c: Likewise.
305 * benchtests/bench-strchr-ifunc.c: Likewise.
306 * benchtests/bench-strchrnul-ifunc.c: Likewise.
307 * benchtests/bench-strcmp-ifunc.c: Likewise.
308 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
309 * benchtests/bench-strcpy-ifunc.c: Likewise.
310 * benchtests/bench-strcspn-ifunc.c: Likewise.
311 * benchtests/bench-strlen-ifunc.c: Likewise.
312 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
313 * benchtests/bench-strncat-ifunc.c: Likewise.
314 * benchtests/bench-strncmp-ifunc.c: Likewise.
315 * benchtests/bench-strncpy-ifunc.c: Likewise.
316 * benchtests/bench-strnlen-ifunc.c: Likewise.
317 * benchtests/bench-strpbrk-ifunc.c: Likewise.
318 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 319 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
320 * benchtests/bench-strspn-ifunc.c: Likewise.
321 * benchtests/bench-strstr-ifunc.c: Likewise.
322
3232013-11-26 Ondřej Bílka <neleai@seznam.cz>
324
ab260039
OB
325 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
326
d1d9eaf4 3272013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 328
d1d9eaf4
OB
329 * resolv/netdb.h: Use __glibc_reserved instead __unused.
330 * rt/aio.h: Likewise.
331 * sysdeps/gnu/bits/utmp.h: Likewise.
332 * sysdeps/gnu/bits/utmpx.h: Likewise.
333 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
334 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
335 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
336 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
337 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
338 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
339 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
340 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
341 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
342 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
343 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
344 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
345 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
347 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
348 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
349 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
350 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
351 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
352 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
353 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
354 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
355 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
356 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
357 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
358 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
359 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
360 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
361 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
362 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
363 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
364 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
365 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
366 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
367 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
368 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
369 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
370 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
371 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
372 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
373 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
374 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
375
a7624ed9
CD
3762013-11-25 Carlos O'Donell <carlos@redhat.com>
377
378 [BZ #16245]
379 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
380 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
381
63cfe52b
JM
3822013-11-25 Joseph Myers <joseph@codesourcery.com>
383
384 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
385 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
386 Likewise.
387
41e8926a
AZ
3882013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
389
390 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
391 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
392 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
393 (__fesetround): Remove define.
394 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
395 rounding and exceptions handling.
396 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
397 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
398 (__fe_nomask_env): Likewise.
399 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
400 __fegetround instead of fegetround.
401 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
402 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
403
6851bd4d
RM
4042013-11-21 Roland McGrath <roland@hack.frob.com>
405
070906ff
RM
406 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
407 it's there.
408
6851bd4d
RM
409 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
410
84ae135d
MI
4112013-11-21 Meador Inge <meadori@codesourcery.com>
412
413 [BZ #11157]
414 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
415 (encrypt_r): Likewise.
416 * malloc/obstack.h (obstack_free): Likewise.
417 * posix/unistd.h (encrypt): Likewise.
418
daf75146
GM
4192013-11-21 Guy Martin <gmsoft@tuxicoman.be>
420
421 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
422 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
423 DL_CALL_DT_FINI() that call the functions directly.
424 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
425 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
426 * elf/dl-fini.c: Likewise.
427
10ad46bc
OB
4282013-11-20 Ondřej Bílka <neleai@seznam.cz>
429
430 * malloc/hooks.c (memalign_check): Add alignment rounding.
431 * malloc/malloc.c (_mid_memalign): New function.
432 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
433 Implement by calling _mid_memalign.
434 * manual/probes.texi (Memory Allocation Probes): Remove
435 memory_valloc_retry and memory_pvalloc_retry.
436
f3fd2628
SP
4372013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
438
4712799f
SP
439 * locale/programs/locarchive.c (open_archive): Add const
440 qualifier to ARCHIVEFNAME and copy default fname to
441 DEFAULT_FNAME.
442
0417b20f
SP
443 [BZ #15601]
444 * libio/tst-widetext.input: Rename Oriya to Odia.
445 * locale/iso-639.def: Likewise.
446
f3fd2628
SP
447 * manual/probes.texi (Mathematical Function Probes): Add
448 documentation for sin, cos, asin and acos probes.
449 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
450 (__sin32): Add slowasin probe.
451 (__cos32): Add slowacos probe.
452 (__mpsin): Add slowsin probe.
453 (__mpcos): Add slowcos probe.
454
73c1ce4f
JM
4552013-11-19 Joseph Myers <joseph@codesourcery.com>
456
457 [BZ #15483]
458 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
459 thread-local __sim_exceptions_thread and global
460 __sim_exceptions_global.
461 (__sim_disabled_exceptions): Change to thread-local
462 __sim_disabled_exceptions_thread and global
463 __sim_disabled_exceptions_global.
464 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
465 and global __sim_round_mode_global.
466 (__simulate_exceptions): Use thread-local floating-point state and
467 set global state from it as needed.
468 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
469 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
470 __sim_round_mode_thread.
471 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
472 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
473 and global __sim_exceptions_global.
474 (__sim_disabled_exceptions): Change to thread-local
475 __sim_disabled_exceptions_thread and global
476 __sim_disabled_exceptions_global.
477 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
478 and global __sim_round_mode_global.
479 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
480 (SIM_SET_GLOBAL): Likewise.
481 * sysdeps/powerpc/soft-fp/sfp-machine.h
482 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
483 __sim_round_mode_thread.
484 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
485 __sim_disabled_exceptions_thread.
486 (__sim_exceptions): Change to __sim_exceptions_thread.
487 (__sim_disabled_exceptions): Change to
488 __sim_disabled_exceptions_thread.
489 (__sim_round_mode): Change to __sim_round_mode_thread.
490 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
491 thread-local floating-point state and set global state from it as
492 needed.
493 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
494 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
495 (__sim_disabled_exceptions): Remove extern declaration.
496 (feenableexcept): Use thread-local floating-point state and set
497 global state from it as needed.
498 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
499 extern declaration.
500 (__sim_disabled_exceptions): Likewise.
501 (__sim_round_mode): Likewise.
502 (__fegetenv): Use thread-local floating-point state.
503 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
504 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
505 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
506 floating-point state and set global state from it as needed.
507 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
508 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
509 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
510 Likewise.
511 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
512 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
513 Likewise.
514 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
515 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
516 Use __sim_round_mode_thread.
517 * math/test-fenv-tls.c: New file.
518 * math/Makefile (tests): Add test-fenv-tls.
519 ($(objpfx)test-fenv-tls): Depend on
520 $(common-objpfx)nptl/libpthread.so.
521
b5449b12
AS
5222013-11-19 Andreas Schwab <schwab@suse.de>
523
524 * locale/programs/locale.c (show_info): Decode wordarray elements.
525 * locale/categories.def (LC_MONETARY): Add element for
526 _NL_MONETARY_CRNCYSTR.
527 * locale/C-monetary.c (conversion_rate): New variable.
528 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
529 element.
530
e186536b
CM
5312013-11-18 Chris Metcalf <cmetcalf@tilera.com>
532
533 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
534 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
535
5c349950
PP
5362013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
537
538 * elf/Makefile (tst-auxv): New test.
539 * elf/tst-auxv.c: New
540 * elf/rtld.c (dl_main): Adjust AT_EXECFN
541
699df45b
JM
5422013-11-18 Joseph Myers <joseph@codesourcery.com>
543
544 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
545 (hidden_proto): Caller changed.
546 (hidden_tls_proto): New macro.
547 (libc_hidden_tls_proto): Likewise.
548 (rtld_hidden_tls_proto): Likewise.
549 (libm_hidden_tls_proto): Likewise.
550 (libresolv_hidden_tls_proto): Likewise.
551 (librt_hidden_tls_proto): Likewise.
552 (libdl_hidden_tls_proto): Likewise.
553 (libnss_files_hidden_tls_proto): Likewise.
554 (libnsl_hidden_tls_proto): Likewise.
555 (libnss_nisplus_hidden_tls_proto): Likewise.
556 (libutil_hidden_tls_proto): Likewise.
557
b7589107
OB
5582013-11-18 Ondřej Bílka <neleai@seznam.cz>
559
560 [BZ #10253]
561 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
562 (decompose_rpath): Defer expansion to fillin_rpath.
563 (_dl_init_paths): Pass linkmap to fillin_rpath.
564
250c23bd
RS
5652013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
566
567 * benchtests/Makefile: Add strsep.
568 * benchtests/bench-strsep.c: New file: strsep benchtest.
569 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
570
a7931fcf
AS
5712013-11-18 Andreas Schwab <schwab@suse.de>
572
573 * locale/programs/locale.c (show_info) [case byte]: Check for
574 '\377' instead of '\177'.
575 * locale/C-monetary.c (not_available): Always use "\377".
576 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
577 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
578 detect unavailable sign_posn locale elements.
579 * locale/localeconv.c (__localeconv): For grouping and
580 mon_grouping handle "\177" and "\377" like no grouping.
581 (INT_ELEM): New macro. Use it to set all numeric members.
582 * locale/programs/ld-monetary.c (monetary_read)
583 <tok_mon_grouping>: Normalize single -1 to the empty string.
584 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
585 Likewise.
586
728dab0e
OB
5872013-11-07 Ondřej Bílka <neleai@seznam.cz>
588
589 [BZ #16055]
590 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
591 when we match (nil).
592 * stdio-common/tst-sscanf.c (struct test): Add testcase.
593
66294491
JM
5942013-11-16 Joseph Myers <joseph@codesourcery.com>
595
ce665817
JM
596 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
597 (NO_TEST_INLINE): Update value.
598 (ERRNO_UNCHANGED): Likewise.
599 (ERRNO_EDOM): Likewise.
600 (ERRNO_ERANGE): Likewise.
601 (IGNORE_RESULT): Likewise.
602 (check_float_internal): Check signs of NaN results if
603 TEST_NAN_SIGN used.
604 (check_complex): Pass TEST_NAN_SIGN flag through to second
605 check_float_internal call.
606 (copysign_test_data): Add tests with quiet NaNs as second
607 argument. Use TEST_NAN_SIGN.
608 (fabs_test_data): Add test of negative quiet NaN argument. Use
609 TEST_NAN_SIGN.
610 (signbit_test_data): Add tests of quiet NaN argument.
611 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
612
ee1466a9
JM
613 * math/gen-libm-test.pl (show_exceptions): Take extra argument
614 $ignore_result.
615 (parse_args): Handle function results specified as IGNORE.
616 * math/libm-test.inc (IGNORE_RESULT): New macro.
617 (check_float_internal): Do not check numerical result if flag
618 IGNORE_RESULT set.
619 (check_complex): Pass through IGNORE_RESULT to second
620 check_float_internal call.
621 (check_int): Do not check numerical result if flag IGNORE_RESULT
622 set.
623 (check_long): Likewise.
624 (check_bool): Likewise.
625 (check_longlong): Likewise.
626 (lrint_test_data): Add tests of infinite and NaN arguments.
627 (lrint_tonearest_test_data): Likewise.
628 (lrint_towardzero_test_data): Likewise.
629 (lrint_downward_test_data): Likewise.
630 (lrint_upward_test_data): Likewise.
631 (llrint_test_data): Likewise.
632 (llrint_tonearest_test_data): Likewise.
633 (llrint_towardzero_test_data): Likewise.
634 (llrint_downward_test_data): Likewise.
635 (llrint_upward_test_data): Likewise.
636 (lround_test_data): Likewise.
637 (llround_test_data): Likewise.
638
14407b7e
JM
639 * math/libm-test.inc (NO_TEST_INLINE): New macro.
640 (ERRNO_UNCHANGED): Update value.
641 (ERRNO_EDOM): Likewise.
642 (ERRNO_ERANGE): Likewise.
643 (NO_TEST_INLINE_FLOAT): New macro.
644 (NO_TEST_INLINE_DOUBLE): Likewise.
645 (enable_test): New function.
646 (RUN_TEST_f_f): Check enable_test before running test.
647 (RUN_TEST_2_f): Likewise.
648 (RUN_TEST_fff_f): Likewise.
649 (RUN_TEST_c_f): Likewise.
650 (RUN_TEST_f_f1): Likewise.
651 (RUN_TEST_fF_f1): Likewise.
652 (RUN_TEST_fI_f1): Likewise.
653 (RUN_TEST_ffI_f1): Likewise.
654 (RUN_TEST_c_c): Likewise.
655 (RUN_TEST_cc_c): Likewise.
656 (RUN_TEST_f_i): Likewise.
657 (RUN_TEST_f_i_tg): Likewise.
658 (RUN_TEST_ff_i_tg): Likewise.
659 (RUN_TEST_f_b): Likewise.
660 (RUN_TEST_f_b_tg): Likewise.
661 (RUN_TEST_f_l): Likewise.
662 (RUN_TEST_f_L): Likewise.
663 (RUN_TEST_fFF_11): Likewise.
664 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
665 conditionals.
666 (cosh_test_data): Likewise.
667 (exp_test_data): Likewise.
668 (expm1_test_data): Likewise.
669 (hypot_test_data): Likewise.
670 (pow_test_data): Likewise.
671 (sinh_test_data): Likewise.
672 (tanh_test_data): Likewise.
673 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
674 flags argument.
675
ca07f197
JM
676 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
677 tests with quiet NaN input and output.
678 (acosh_test_data): Likewise.
679 (asin_test_data): Likewise.
680 (asinh_test_data): Likewise.
681 (atan_test_data): Likewise.
682 (atanh_test_data): Likewise.
683 (atan2_test_data): Likewise.
684 (cbrt_test_data): Likewise.
685 (cos_test_data): Likewise.
686 (cosh_test_data): Likewise.
687 (erf_test_data): Likewise.
688 (erfc_test_data): Likewise.
689 (exp_test_data): Likewise.
690 (exp10_test_data): Likewise.
691 (exp2_test_data): Likewise.
692 (expm1_test_data): Likewise.
693 (hypot_test_data): Likewise.
694 (j0_test_data): Likewise.
695 (j1_test_data): Likewise.
696 (jn_test_data): Likewise.
697 (lgamma_test_data): Likewise.
698 (log_test_data): Likewise.
699 (log10_test_data): Likewise.
700 (log1p_test_data): Likewise.
701 (log2_test_data): Likewise.
702 (pow_test_data): Likewise.
703 (scalb_test_data): Likewise.
704 (sin_test_data): Likewise.
705 (sincos_test_data): Likewise.
706 (sinh_test_data): Likewise.
707 (tan_test_data): Likewise.
708 (tanh_test_data): Likewise.
709 (tgamma_test_data): Likewise.
710 (y0_test_data): Likewise.
711 (y1_test_data): Likewise.
712 (yn_test_data): Likewise.
713
66294491
JM
714 [BZ #16167]
715 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
716 argument being NaN and avoid computations with second argument in
717 that case.
718 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
719 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
720 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
721
1820b143
CL
7222013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
723
724 * locale/iso-639.def: Add Chitwani Tharu (the).
725
714bd261
AS
7262013-11-14 Andreas Schwab <schwab@suse.de>
727
728 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
729 word instead of empty string.
730
7ab44563
AZ
7312013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
732
733 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
734 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
735 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
736 (__fe_nomask_env): Likewise.
737
e8470ea2
SE
7382013-11-13 Steve Ellcey <sellcey@mips.com>
739
740 * benchtests/bench-timing.h: Include time.h.
741
17c1d9f0
L
7422013-11-13 H.J. Lu <hongjiu.lu@intel.com>
743
744 [BZ #15997]
745 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
746 to 3.4.0 for x32.
747 * sysdeps/unix/sysv/linux/configure: Regenerated.
748
9310c284
JM
7492013-11-13 Joseph Myers <joseph@codesourcery.com>
750
751 [BZ #16151]
752 * stdlib/strtod_l.c (round_and_return): Do not consider
753 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
754 exponent one less than half the least subnormal exponent.
755 * stdlib/test-strtod-round-data: Add more tests.
756 * stdlib/tst-strtod-round.c (tests): Regenerated.
757
7a2ad8cf
AZ
7582013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
759
760 [BZ #14143]
761 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
762 (__fe_mask_env): Likewise.
763 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
764 libm_hidden_proto and add function prototype.
765 (__fe_mask_env): Add function prototype.
766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
767 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
768 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
769 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
770 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
771 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
772
50727aa7
MS
7732013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
774
b2f386c1 775 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
776 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
777
a615be46
MS
7782013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
779
780 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
781 of htab_find_slot().
782
7ddace62
DM
7832013-11-11 David S. Miller <davem@davemloft.net>
784
785 [BZ #16150]
786 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
787 symbol in the non-vis3 case in static builds.
788 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
789 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
790 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
791 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
792
9182aa67
JK
7932013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 [BZ #387]
796 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
797 it is empty.
798
450a2e2d
AZ
7992013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
800
b2f386c1
SP
801 * benchtests/Makefile: Add bench-strtod.
802 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 803
8ec3f656
AS
8042013-11-11 Andreas Schwab <schwab@suse.de>
805
806 [BZ #16153]
807 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
808 terminating NUL in key length.
809
76a9b998
AZ
8102013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
811
812 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
813 Add artificial ODP entry for vDSO symbol for PPC64.
814 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
815 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
816
e4368156
OB
8172013-11-07 Ondřej Bílka <neleai@seznam.cz>
818
819 [BZ #15374]
820 * nss/getent.c (services_keys): Recognize services starting with digit.
821
8d6bb57c
DM
8222013-11-06 David S. Miller <davem@davemloft.net>
823
824 [BZ #15985]
825 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
826 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
827
e256c421
WN
8282013-11-06 Will Newton <will.newton@linaro.org>
829
830 * manual/memory.texi (Malloc Examples): Remove register
831 keyword from examples.
832
f6e12daa 8332013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 834
f6e12daa 835 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 836
9d880655
AS
8372013-11-04 Joseph Myers <joseph@codesourcery.com>
838
839 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
840 depending on [__GCC_IEC_559 > 0].
841 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
842 depending on [__GCC_IEC_559_COMPLEX > 0].
843
ae129d3c
CL
8442013-11-03 Chris Leonard <cjl@sugarlabs.org>
845
846 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
847 to iso-639.def.
848
4a15c2a4 8492013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
850
851 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
852
8b35e35d
OB
8532013-11-01 Ondřej Bílka <neleai@seznam.cz>
854
855 [BZ #16112]
856 * malloc/malloc (malloc_info): Do not handle first bin as
857 special case.
858
1d70fd6c
CL
8592013-11-01 Chris Leonard <cjl@sugarlabs.org>
860
861 * locale/iso-639.def: Add Central Nahuatl (nhn).
862
8c5c2600
BH
8632013-11-01 Bruno Haible <bruno@clisp.org>
864
865 [BZ #7003]
866 * manual/math.texi (BSD Random): Specify range upper bound as
867 in POSIX.
868
da5579c2
CL
8692013-10-31 Chris Leonard <cjl@sugarlabs.org>
870
871 * locale/iso-639.def: Add Meadow Mari (mhr).
872
5d30d853
OB
8732013-10-31 Ondřej Bílka <neleai@seznam.cz>
874
875 [BZ #14752], [BZ #15763]
876 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
877 Validate name.
878 * rt/tst_shm.c: Add test for escaping directory.
879
a4966c61
AS
8802013-10-31 Andreas Schwab <schwab@suse.de>
881
8a43e768 882 [BZ #15917]
a4966c61
AS
883 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
884 followed by 'x' as part of digit sequence.
885 * stdio-common/tst-sscanf.c (double_tests2): New tests.
886
28d708c4
MAP
8872013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
888
889 [BZ #16037]
890 * configure.ac: allow GNU Make 4.0 and greater.
891 * configure: Regenerated.
892
a56ee40b
WN
8932013-10-30 Will Newton <will.newton@linaro.org>
894
895 [BZ #16038]
896 * malloc/hooks.c (memalign_check): Limit alignment to the
897 maximum representable power of two.
898 * malloc/malloc.c (__libc_memalign): Likewise.
899 * malloc/tst-memalign.c (do_test): Add test for very
900 large alignment values.
901 * malloc/tst-posix_memalign.c (do_test): Likewise.
902
c6e4925d
OB
9032013-10-30 Ondřej Bílka <neleai@seznam.cz>
904
905 [BZ #11087]
906 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
907 (munmap_chunk): Likewise.
908 (mremap_chunk): Likewise.
909
9102013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 911
8a43e768 912 [BZ #15799]
bbea82f7
OB
913 * stdlib/div.c (div): Remove obsolete code.
914 * stdlib/ldiv.c (ldiv): Likewise.
915 * stdlib/lldiv.c (lldiv): Likewise.
916
977f4b31
SP
9172013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
918
919 [BZ #16071]
920 * nss/nss_files/files-XXX.c (get_contents_ret): New
921 enumerator.
922 (get_contents): New function.
923 (internal_getent): Use it. Expand size of LINEBUFLEN.
924
cb8a6dbd
MF
9252013-10-30 Mike Frysinger <vapier@gentoo.org>
926
927 * configure.in: Moved to ...
928 * configure.ac: ... here. Change reference to configure.in
929 to configure.ac.
930 * sysdeps/arm/preconfigure.ac: ... here.
931 configure.in to configure.ac.
932 * sysdeps/gnu/configure.in: Moved to ...
933 * sysdeps/gnu/configure.ac: ... here.
934 * sysdeps/i386/configure.in: Moved to ...
935 * sysdeps/i386/configure.ac: ... here.
936 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
937 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
938 * sysdeps/mach/configure.in: Moved to ...
939 * sysdeps/mach/configure.ac: ... here.
940 * sysdeps/mach/hurd/configure.in: Moved to ...
941 * sysdeps/mach/hurd/configure.ac: ... here.
942 * sysdeps/powerpc/configure.in: Moved to ...
943 * sysdeps/powerpc/configure.ac: ... here.
944 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
945 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
946 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
947 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
948 * sysdeps/s390/s390-32/configure.in: Moved to ...
949 * sysdeps/s390/s390-32/configure.ac: ... here.
950 * sysdeps/s390/s390-64/configure.in: Moved to ...
951 * sysdeps/s390/s390-64/configure.ac: ... here.
952 * sysdeps/sh/configure.in: Moved to ...
953 * sysdeps/sh/configure.ac: ... here.
954 * sysdeps/sparc/configure.in: Moved to ...
955 * sysdeps/sparc/configure.ac: ... here.
956 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
957 * sysdeps/unix/sysv/linux/configure.ac: ... here.
958 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
959 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
960 * sysdeps/x86_64/configure.in: Moved to ...
961 * sysdeps/x86_64/configure.ac: ... here.
962 * sysdeps/x86_64/preconfigure.in: Moved to ...
963 * sysdeps/x86_64/preconfigure.ac: ... here.
964 * aclocal.m4: Change reference to configure.in to configure.ac.
965 * config.h.in: Likewise.
966 * manual/install.texi: Likewise.
967 * manual/maint.texi: Likewise.
968 * Makefile: Likewise.
969 * malloc/Makefile: Likewise.
970 * nscd/Makefile: Likewise.
971 * Makeconfig: Change reference to configure.in and
972 preconfigure.in to configure.ac and preconfigure.ac
973 respectively.
974 * INSTALL: Regenerated.
975 * configure: Likewise.
976 * sysdeps/gnu/configure: Likewise.
977 * sysdeps/i386/configure: Likewise.
978 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
979 * sysdeps/mach/configure: Likewise.
980 * sysdeps/mach/hurd/configure: Likewise.
981 * sysdeps/powerpc/configure: Likewise.
982 * sysdeps/powerpc/powerpc32/configure: Likewise.
983 * sysdeps/powerpc/powerpc64/configure: Likewise.
984 * sysdeps/s390/s390-32/configure: Likewise.
985 * sysdeps/s390/s390-64/configure: Likewise.
986 * sysdeps/sh/configure: Likewise.
987 * sysdeps/sparc/configure: Likewise.
988 * sysdeps/unix/sysv/linux/configure: Likewise.
989 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
990 * sysdeps/x86_64/configure: Likewise.
991 * sysdeps/x86_64/preconfigure: Likewise.
992
36a4953a
AS
9932013-10-29 Andreas Schwab <schwab@suse.de>
994
995 * stdio-common/Makefile (tst-swscanf-ENV): Define.
996
c79a1204
SP
9972013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
998
dfa1b402
SP
999 * benchtests/pow-inputs: Add new inputs.
1000
54f73d9c
SP
1001 * benchtests/exp-inputs: Add new inputs.
1002
c79a1204
SP
1003 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
1004 conditional check for return value.
1005 (__cos32): Likewise.
1006
67beb545 10072013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
1008
1009 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
1010 to provide a boost for large inputs with word alignment.
1011 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
1012 implementation based on optimized PPC64 strcpy.
1013 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
1014 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
1015 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
1016 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
1017
151659f6
OB
10182013-10-25 Ondřej Bílka <neleai@seznam.cz>
1019
482a077e 1020 [BZ #2801]
151659f6
OB
1021 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
1022
10b0f26b
OB
10232013-10-25 Ondřej Bílka <neleai@seznam.cz>
1024
1025 [BZ #14876]
1026 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
1027 * time/tst-strptime.c (day_tests): Add testcase.
1028
ca42d35e
OB
10292013-10-25 Ondřej Bílka <neleai@seznam.cz>
1030
482a077e 1031 [BZ #14029]
ca42d35e
OB
1032 * manual/pattern.texi: Acknowledge that fnmatch can fail.
1033
52e6d801
FB
10342013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
1035
1036 [BZ #16074]
1037 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
1038 MAP_FAILED on error.
1039
7cbcdb36
SP
10402013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1041
1042 [BZ #16072]
1043 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
1044 heap for large requests.
1045
894f3f10
AM
10462013-10-25 Aurelien Jarno <aurelien@aurel32.net>
1047
1048 [BZ #9954]
1049 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
1050 result if the result has no associated interface.
1051 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
1052 interface for all 127.X.Y.Z addresses.
1053
b85545a6
CL
10542013-10-24 Chris Leonard <cjl@sugarlabs.org>
1055
1056 * locale/iso-639.def: Add Ligurian (lij)
1057
d1f23d46
OB
10582013-10-21 Ondřej Bílka <neleai@seznam.cz>
1059
1060 [BZ #15825]
1061 * sunrpc/rpc_main.c: Document rpcgen -5.
1062
4db5b08f
MS
10632013-10-19 Michael Stahl <mstahl@redhat.com>
1064
1065 * elf/rtld.c (do_preload): Print the reason why preloading failed.
1066
a471e96a
OB
10672013-10-19 Ondřej Bílka <neleai@seznam.cz>
1068
d1f23d46 1069 [BZ #10278]
a471e96a
OB
1070 * posix/glob.c: Match only directories when trailing slash is present.
1071 * posix/tst-gnuglob.c (my_opendir): Do not open files.
1072 (main): Add testcase.
1073
45c30c61
OB
10742013-10-19 Ondřej Bílka <neleai@seznam.cz>
1075
1076 [BZ #15670]
1077 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
1078
484c12fb
CD
10792013-10-18 Carlos O'Donell <carlos@redhat.com>
1080
3d7dc513
CD
1081 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
1082 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
1083 AUTH_DES and cindex for FIPS 140-2.
1084 (DES Encryption): Add cindex FIPS 46-3.
1085
484c12fb
CD
1086 * locale/locarchive.h (struct locarhandle): Add fname.
1087 * locale/programs/localedef.c (main): Pass ARGV[remaining]
1088 if an optional argument was specified to --list-archive,
1089 otherwise NULL.
1090 * locale/programs/locarchive.c (show_archive_content): Take new
1091 argument fname and pass it via ah.fname to open_archive.
1092 * locale/programs/localedef.h: Update decl.
1093 (open_archive): If AH->fname is non-null, open that file
1094 rather than the default file name, and don't ignore ENOENT.
1095 (create_archive): Set AH.fname to NULL.
1096 (delete_locales_from_archive): Likewise.
1097 (add_locales_to_archive): Likewise.
1098 * locale/programs/locfile.c (write_all_categories): Likewise.
1099
3c8325fb
JM
11002013-10-18 Joseph Myers <joseph@codesourcery.com>
1101 Aldy Hernandez <aldyh@redhat.com>
1102
1103 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
1104 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
1105 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
1106 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
1107 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
1108 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
1109 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
1110 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
1111 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
1112 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
1113 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
1114 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
1115 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
1116 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
1117 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
1118 Likewise.
1119 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
1120 Likewise.
1121 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
1122 Likewise.
1123 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
1124 Likewise.
1125 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
1126 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
1127 Likewise.
1128 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
1129 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
1130 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
1131 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
1132 Likewise.
1133 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
1134 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
1135 * sysdeps/powerpc/preconfigure: Likewise.
1136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
1137 Likewise.
1138 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
1139 Replace contents of file by #include of <fenv_libc.h>.
1140 * sysdeps/powerpc/soft-fp/sfp-machine.h
1141 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
1142 and <sys/prctl.h>.
1143 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
1144 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
1145 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
1146 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
1147 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
1148 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
1149 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
1150 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
1151 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
1152 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
1153 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
1154 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
1155 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1156 Allow copysignl PLT reference to be missing.
1157
5abe0682
RS
11582013-10-18 Richard Sandiford <richard@codesourcery.com>
1159 Joseph Myers <joseph@codesourcery.com
1160
1161 [BZ #15948]
1162 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
1163 single character.
1164 (add_to_tablewc): Assert sequence of wide characters is nonempty.
1165
c7738d08
SP
11662013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1167
1168 * elf/tst-tls-dlinfo.c: Don't include tls.h.
1169 * elf/tst-tls1.c: Likewise.
1170 * elf/tst-tls10.h: Likewise.
1171 * elf/tst-tls14.c: Likewise.
1172 * elf/tst-tls2.c: Likewise.
1173 * elf/tst-tls3.c: Likewise.
1174 * elf/tst-tls4.c: Likewise.
1175 * elf/tst-tls5.c: Likewise.
1176 * elf/tst-tls6.c: Likewise.
1177 * elf/tst-tls7.c: Likewise.
1178 * elf/tst-tls8.c: Likewise.
1179 * elf/tst-tls9.c: Likewise.
1180 * elf/tst-tlsmod1.c: Likewise.
1181 * elf/tst-tlsmod13.c: Likewise.
1182 * elf/tst-tlsmod13a.c: Likewise.
1183 * elf/tst-tlsmod14a.c: Likewise.
1184 * elf/tst-tlsmod16a.c: Likewise.
1185 * elf/tst-tlsmod16b.c: Likewise.
1186 * elf/tst-tlsmod2.c: Likewise.
1187 * elf/tst-tlsmod3.c: Likewise.
1188 * elf/tst-tlsmod4.c: Likewise.
1189 * elf/tst-tlsmod5.c: Likewise.
1190 * elf/tst-tlsmod6.c: Likewise.
1191
0bfcf2c7
OB
11922013-10-18 Ondřej Bílka <neleai@seznam.cz>
1193
1194 [BZ #12486]
1195 * malloc/malloc.c: remove checks for statistics.
1196
264aad1e
OB
11972013-10-17 Ondřej Bílka <neleai@seznam.cz>
1198
1199 [BZ #15277]
1200 * inet/inet_net.c (inet_network): Detect additional invalid strings.
1201 * inet/tst-network.c: Add testcase.
1202
b957ced8
AS
12032013-10-17 Andreas Schwab <schwab@suse.de>
1204
1205 [BZ #15218]
1206 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
1207 to determine canonical name.
1208
c5d5d574
OB
12092013-10-17 Ondřej Bílka <neleai@seznam.cz>
1210
1211 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
1212 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1213 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1214 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
1215 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1216 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
1217 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
1218 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
1219 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
1220 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
1221 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
1222 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1223 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
1224 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
1225 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
1226 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
1227 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1228 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1229 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
1230 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
1231 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1232 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1233 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1234 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
1235 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
1236 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1237 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1238 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
1239 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1240 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1241 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
1242 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1243 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
1244 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
1245 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
1246 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
1247 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
1248 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
1249 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
1250 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1251 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
1252 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1253 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
1254 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1255 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
1256 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
1257 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
1258 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
1259 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
1260 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
1261 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
1262 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1263 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
1264 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
1265 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1266 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
1267 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1268 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
1269
e5c2c2d0
JM
12702013-10-17 Joseph Myers <joseph@codesourcery.com>
1271
1272 [BZ #16041]
1273 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
1274 make result into a quiet NaN.
1275
51ca9e29
JM
12762013-10-16 Joseph Myers <joseph@codesourcery.com>
1277
1278 * soft-fp/adddf3.c: Fix horizontal whitespace.
1279 * soft-fp/addsf3.c: Likewise.
1280 * soft-fp/addtf3.c: Likewise.
1281 * soft-fp/divdf3.c: Likewise.
1282 * soft-fp/divsf3.c: Likewise.
1283 * soft-fp/divtf3.c: Likewise.
1284 * soft-fp/double.h: Likewise.
1285 * soft-fp/eqdf2.c: Likewise.
1286 * soft-fp/eqsf2.c: Likewise.
1287 * soft-fp/eqtf2.c: Likewise.
1288 * soft-fp/extenddftf2.c: Likewise.
1289 * soft-fp/extended.h: Likewise.
1290 * soft-fp/extendsfdf2.c: Likewise.
1291 * soft-fp/extendsftf2.c: Likewise.
1292 * soft-fp/extendxftf2.c: Likewise.
1293 * soft-fp/fixdfdi.c: Likewise.
1294 * soft-fp/fixdfsi.c: Likewise.
1295 * soft-fp/fixdfti.c: Likewise.
1296 * soft-fp/fixsfdi.c: Likewise.
1297 * soft-fp/fixsfsi.c: Likewise.
1298 * soft-fp/fixsfti.c: Likewise.
1299 * soft-fp/fixtfdi.c: Likewise.
1300 * soft-fp/fixtfsi.c: Likewise.
1301 * soft-fp/fixtfti.c: Likewise.
1302 * soft-fp/fixunsdfdi.c: Likewise.
1303 * soft-fp/fixunsdfsi.c: Likewise.
1304 * soft-fp/fixunsdfti.c: Likewise.
1305 * soft-fp/fixunssfdi.c: Likewise.
1306 * soft-fp/fixunssfsi.c: Likewise.
1307 * soft-fp/fixunssfti.c: Likewise.
1308 * soft-fp/fixunstfdi.c: Likewise.
1309 * soft-fp/fixunstfsi.c: Likewise.
1310 * soft-fp/fixunstfti.c: Likewise.
1311 * soft-fp/floatdidf.c: Likewise.
1312 * soft-fp/floatdisf.c: Likewise.
1313 * soft-fp/floatditf.c: Likewise.
1314 * soft-fp/floatsidf.c: Likewise.
1315 * soft-fp/floatsisf.c: Likewise.
1316 * soft-fp/floatsitf.c: Likewise.
1317 * soft-fp/floattidf.c: Likewise.
1318 * soft-fp/floattisf.c: Likewise.
1319 * soft-fp/floattitf.c: Likewise.
1320 * soft-fp/floatundidf.c: Likewise.
1321 * soft-fp/floatundisf.c: Likewise.
1322 * soft-fp/floatunditf.c: Likewise.
1323 * soft-fp/floatunsidf.c: Likewise.
1324 * soft-fp/floatunsisf.c: Likewise.
1325 * soft-fp/floatunsitf.c: Likewise.
1326 * soft-fp/floatuntidf.c: Likewise.
1327 * soft-fp/floatuntisf.c: Likewise.
1328 * soft-fp/floatuntitf.c: Likewise.
1329 * soft-fp/fmadf4.c: Likewise.
1330 * soft-fp/fmasf4.c: Likewise.
1331 * soft-fp/fmatf4.c: Likewise.
1332 * soft-fp/gedf2.c: Likewise.
1333 * soft-fp/gesf2.c: Likewise.
1334 * soft-fp/getf2.c: Likewise.
1335 * soft-fp/ledf2.c: Likewise.
1336 * soft-fp/lesf2.c: Likewise.
1337 * soft-fp/letf2.c: Likewise.
1338 * soft-fp/muldf3.c: Likewise.
1339 * soft-fp/mulsf3.c: Likewise.
1340 * soft-fp/multf3.c: Likewise.
1341 * soft-fp/negdf2.c: Likewise.
1342 * soft-fp/negsf2.c: Likewise.
1343 * soft-fp/negtf2.c: Likewise.
1344 * soft-fp/op-1.h: Likewise.
1345 * soft-fp/op-2.h: Likewise.
1346 * soft-fp/op-4.h: Likewise.
1347 * soft-fp/op-8.h: Likewise.
1348 * soft-fp/op-common.h: Likewise.
1349 * soft-fp/quad.h: Likewise.
1350 * soft-fp/single.h: Likewise.
1351 * soft-fp/soft-fp.h: Likewise.
1352 * soft-fp/sqrtdf2.c: Likewise.
1353 * soft-fp/sqrtsf2.c: Likewise.
1354 * soft-fp/sqrttf2.c: Likewise.
1355 * soft-fp/subdf3.c: Likewise.
1356 * soft-fp/subsf3.c: Likewise.
1357 * soft-fp/subtf3.c: Likewise.
1358 * soft-fp/truncdfsf2.c: Likewise.
1359 * soft-fp/trunctfdf2.c: Likewise.
1360 * soft-fp/trunctfsf2.c: Likewise.
1361 * soft-fp/trunctfxf2.c: Likewise.
1362 * soft-fp/unorddf2.c: Likewise.
1363 * soft-fp/unordsf2.c: Likewise.
1364 * soft-fp/unordtf2.c: Likewise.
1365
9ebb0332
JM
13662013-10-15 Joseph Myers <joseph@codesourcery.com>
1367
1368 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
1369 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
1370
4b1a6d8b
OB
13712013-10-15 Ondřej Bílka <neleai@seznam.cz>
1372
1373 * elf/dl-libc.c: Clear initfini list after freeing.
1374
1e145589
JM
13752013-10-14 Joseph Myers <joseph@codesourcery.com>
1376
1377 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
1378 * soft-fp/addsf3.c: Likewise.
1379 * soft-fp/addtf3.c: Likewise.
1380 * soft-fp/divdf3.c: Likewise.
1381 * soft-fp/divsf3.c: Likewise.
1382 * soft-fp/divtf3.c: Likewise.
1383 * soft-fp/double.h: Likewise.
1384 * soft-fp/eqdf2.c: Likewise.
1385 * soft-fp/eqsf2.c: Likewise.
1386 * soft-fp/eqtf2.c: Likewise.
1387 * soft-fp/extenddftf2.c: Likewise.
1388 * soft-fp/extended.h: Likewise.
1389 * soft-fp/extendsfdf2.c: Likewise.
1390 * soft-fp/extendsftf2.c: Likewise.
1391 * soft-fp/extendxftf2.c: Likewise.
1392 * soft-fp/fixdfdi.c: Likewise.
1393 * soft-fp/fixdfsi.c: Likewise.
1394 * soft-fp/fixdfti.c: Likewise.
1395 * soft-fp/fixsfdi.c: Likewise.
1396 * soft-fp/fixsfsi.c: Likewise.
1397 * soft-fp/fixsfti.c: Likewise.
1398 * soft-fp/fixtfdi.c: Likewise.
1399 * soft-fp/fixtfsi.c: Likewise.
1400 * soft-fp/fixtfti.c: Likewise.
1401 * soft-fp/fixunsdfdi.c: Likewise.
1402 * soft-fp/fixunsdfsi.c: Likewise.
1403 * soft-fp/fixunsdfti.c: Likewise.
1404 * soft-fp/fixunssfdi.c: Likewise.
1405 * soft-fp/fixunssfsi.c: Likewise.
1406 * soft-fp/fixunssfti.c: Likewise.
1407 * soft-fp/fixunstfdi.c: Likewise.
1408 * soft-fp/fixunstfsi.c: Likewise.
1409 * soft-fp/fixunstfti.c: Likewise.
1410 * soft-fp/floatdidf.c: Likewise.
1411 * soft-fp/floatdisf.c: Likewise.
1412 * soft-fp/floatditf.c: Likewise.
1413 * soft-fp/floatsidf.c: Likewise.
1414 * soft-fp/floatsisf.c: Likewise.
1415 * soft-fp/floatsitf.c: Likewise.
1416 * soft-fp/floattidf.c: Likewise.
1417 * soft-fp/floattisf.c: Likewise.
1418 * soft-fp/floattitf.c: Likewise.
1419 * soft-fp/floatundidf.c: Likewise.
1420 * soft-fp/floatundisf.c: Likewise.
1421 * soft-fp/floatunsidf.c: Likewise.
1422 * soft-fp/floatunsisf.c: Likewise.
1423 * soft-fp/floatuntidf.c: Likewise.
1424 * soft-fp/floatuntisf.c: Likewise.
1425 * soft-fp/floatuntitf.c: Likewise.
1426 * soft-fp/fmadf4.c: Likewise.
1427 * soft-fp/fmasf4.c: Likewise.
1428 * soft-fp/fmatf4.c: Likewise.
1429 * soft-fp/gedf2.c: Likewise.
1430 * soft-fp/gesf2.c: Likewise.
1431 * soft-fp/getf2.c: Likewise.
1432 * soft-fp/ledf2.c: Likewise.
1433 * soft-fp/lesf2.c: Likewise.
1434 * soft-fp/letf2.c: Likewise.
1435 * soft-fp/muldf3.c: Likewise.
1436 * soft-fp/mulsf3.c: Likewise.
1437 * soft-fp/multf3.c: Likewise.
1438 * soft-fp/negdf2.c: Likewise.
1439 * soft-fp/negsf2.c: Likewise.
1440 * soft-fp/negtf2.c: Likewise.
1441 * soft-fp/op-1.h: Likewise.
1442 * soft-fp/op-2.h: Likewise.
1443 * soft-fp/op-4.h: Likewise.
1444 * soft-fp/op-8.h: Likewise.
1445 * soft-fp/op-common.h: Likewise.
1446 * soft-fp/quad.h: Likewise.
1447 * soft-fp/single.h: Likewise.
1448 * soft-fp/soft-fp.h: Likewise.
1449 * soft-fp/sqrtdf2.c: Likewise.
1450 * soft-fp/sqrtsf2.c: Likewise.
1451 * soft-fp/sqrttf2.c: Likewise.
1452 * soft-fp/subdf3.c: Likewise.
1453 * soft-fp/subsf3.c: Likewise.
1454 * soft-fp/subtf3.c: Likewise.
1455 * soft-fp/truncdfsf2.c: Likewise.
1456 * soft-fp/trunctfdf2.c: Likewise.
1457 * soft-fp/trunctfsf2.c: Likewise.
1458 * soft-fp/trunctfxf2.c: Likewise.
1459 * soft-fp/unorddf2.c: Likewise.
1460 * soft-fp/unordsf2.c: Likewise.
1461 * soft-fp/unordtf2.c: Likewise.
1462
17c48a60
OB
14632013-10-14 Ondřej Bílka <neleai@seznam.cz>
1464
1465 [BZ #15672]
1466 * misc/error.c (error_tail): Fix possible buffer overflow.
1467
cabba934
OB
14682013-10-14 Aurelien Jarno <aurelien@aurel32.net>
1469
1470 [BZ #13028]
1471 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
1472 address.
1473
94bf958a
PM
14742013-10-14 P. J. McDermott <pj@pehjota.net>
1475
1476 [BZ #832]
1477 * elf/ldd.bash.in (try_trace): New function. Delete previous code
1478 testing pipefail option.
1479
71b4dea7
JM
14802013-10-12 Joseph Myers <joseph@codesourcery.com>
1481
1482 * soft-fp/double.h: Indent preprocessor directives inside #if.
1483 * soft-fp/extended.h: Likewise.
1484 * soft-fp/op-2.h: Likewise.
1485 * soft-fp/op-4.h: Likewise.
1486 * soft-fp/op-common.h: Likewise.
1487 * soft-fp/quad.h: Likewise.
1488 * soft-fp/single.h: Likewise.
1489 * soft-fp/soft-fp.h: Likewise.
1490
55602758
YC
14912013-10-12 Yuri Chornoivan <yurchor@ukr.net>
1492
1493 * iconv/iconv_prog.c: Fix typos.
1494 * stdio-common/psiginfo-data.h: Likewise.
1495
9cd83302
RT
14962013-10-12 Reuben Thomas <rrt@sc3d.org>
1497
1498 [BZ #15764]
1499 * locale/setlocale.c: Fix typo.
1500
99fd9f47
JM
15012013-10-12 Joseph Myers <joseph@codesourcery.com>
1502
b7ea74f0
JM
1503 [BZ #16036]
1504 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
1505 signaling NaN arguments.
1506 * soft-fp/unordsf2.c (__unordsf2): Likewise.
1507 * soft-fp/unordtf2.c (__unordtf2): Likewise.
1508
8a509447
JM
1509 [BZ #14910]
1510 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
1511 unordered operands.
1512 * soft-fp/gesf2.c (__gesf2): Likewise.
1513 * soft-fp/getf2.c (__getf2): Likewise.
1514 * soft-fp/ledf2.c (__ledf2): Likewise.
1515 * soft-fp/lesf2.c (__lesf2): Likewise.
1516 * soft-fp/letf2.c (__letf2): Likewise.
1517
98998e9f
JM
1518 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
1519 * soft-fp/eqsf2.c (__eqsf2): Likewise.
1520 * soft-fp/eqtf2.c (__eqtf2): Likewise.
1521 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
1522 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
1523 * soft-fp/fixdfti.c (__fixdfti): Likewise.
1524 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
1525 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
1526 * soft-fp/fixsfti.c (__fixsfti): Likewise.
1527 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
1528 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
1529 * soft-fp/fixtfti.c (__fixtfti): Likewise.
1530 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
1531 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
1532 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
1533 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
1534 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
1535 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
1536 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
1537 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
1538 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
1539 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
1540 * soft-fp/floatdisf.c (__floatdisf): Likewise.
1541 * soft-fp/floatsisf.c (__floatsisf): Likewise.
1542 * soft-fp/floattidf.c (__floattidf): Likewise.
1543 * soft-fp/floattisf.c (__floattisf): Likewise.
1544 * soft-fp/floattitf.c (__floattitf): Likewise.
1545 * soft-fp/floatundidf.c (__floatundidf): Likewise.
1546 * soft-fp/floatundisf.c (__floatundisf): Likewise.
1547 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
1548 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
1549 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
1550 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
1551 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
1552 * soft-fp/gesf2.c (__gesf2): Likewise.
1553 * soft-fp/getf2.c (__getf2): Likewise.
1554 * soft-fp/ledf2.c (__ledf2): Likewise.
1555 * soft-fp/lesf2.c (__lesf2): Likewise.
1556 * soft-fp/letf2.c (__letf2): Likewise.
1557
8edc4a11
JM
1558 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
1559 Undefine and redefine.
1560 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
1561 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
1562 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
1563 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
1564 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1565 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
1566 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1567 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
1568 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1569 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
1570 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1571 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
1572 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1573 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
1574 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1575
8399acaf
JM
1576 [BZ #16032]
1577 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
1578 without decrementing exponent if mantissa >= that for the
1579 denominator, not >.
1580 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
1581 denominator, not >. Decrement exponent in < case instead of
1582 incrementing in >= case.
1583 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
1584 without decrementing exponent if mantissa >= that for the
1585 denominator, not >.
1586
99fd9f47
JM
1587 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
1588 computing saturated result for unsigned overflow.
1589
10e1cf6b
SP
15902013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
1591 Jeff Law <law@redhat.com>
1592
1593 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
1594 (atan2Mp): Add systemtap probe marker.
1595 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
1596 (__ieee754_log): Add systemtap probe marker.
1597 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
1598 (atanMp): Add systemtap probe marker.
1599 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
1600 (tanMp): Add systemtap probe marker.
1601 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
1602 (__slowexp): Add systemtap probe marker.
1603 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
1604 (__slowpow): Add systemtap probe marker.
1605 * manual/probes.texi: Document probes.
1606
3d110c7c
EB
16072013-10-11 Eric Biggers <ebiggers3@gmail.com>
1608
1609 [BZ #15362]
1610 * libio/fileops.c (_IO_new_file_write): Return count of bytes
1611 written.
1612 (_IO_new_file_xsputn): Don't return EOF if nothing has been
1613 written.
1614 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
1615 written to buffer but not flushed.
1616 * libio/iofwrite_u.c: Likewise.
1617 * libio/iopadn.c: Return bytes returned even if EOF was
1618 encountered.
1619 * libio/iowpadn.c: Likewise.
1620 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
1621 if _IO_padn does not write the whole buffer.
1622 [!COMPILE_WPRINTF] (PAD): Likewise.
1623
75b4202a
DM
16242013-10-10 David S. Miller <davem@davemloft.net>
1625
1626 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
1627 directory block.
1628
6c6352e6
JM
16292013-10-10 Joseph Myers <joseph@codesourcery.com>
1630
33b853c3
JM
1631 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
1632 instead of FSF address.
1633 * soft-fp/fixdfti.c: Likewise.
1634 * soft-fp/fixsfti.c: Likewise.
1635 * soft-fp/fixtfti.c: Likewise.
1636 * soft-fp/fixunsdfti.c: Likewise.
1637 * soft-fp/fixunssfti.c: Likewise.
1638 * soft-fp/fixunstfti.c: Likewise.
1639 * soft-fp/floattidf.c: Likewise.
1640 * soft-fp/floattisf.c: Likewise.
1641 * soft-fp/floattitf.c: Likewise.
1642 * soft-fp/floatuntidf.c: Likewise.
1643 * soft-fp/floatuntisf.c: Likewise.
1644 * soft-fp/floatuntitf.c: Likewise.
1645 * soft-fp/trunctfxf2.c: Likewise.
1646
6c6352e6
JM
1647 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
1648 * soft-fp/fixdfti.c: Likewise.
1649 * soft-fp/fixsfti.c: Likewise.
1650 * soft-fp/fixtfti.c: Likewise.
1651 * soft-fp/fixunsdfti.c: Likewise.
1652 * soft-fp/fixunssfti.c: Likewise.
1653 * soft-fp/fixunstfti.c: Likewise.
1654 * soft-fp/floattidf.c: Likewise.
1655 * soft-fp/floattisf.c: Likewise.
1656 * soft-fp/floattitf.c: Likewise.
1657 * soft-fp/floatuntidf.c: Likewise.
1658 * soft-fp/floatuntisf.c: Likewise.
1659 * soft-fp/floatuntitf.c: Likewise.
1660 * soft-fp/trunctfxf2.c: Likewise.
1661
3bf78b71
DM
16622013-10-10 David S. Miller <davem@davemloft.net>
1663
1664 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1665
6f10289e
JM
16662013-10-10 Joseph Myers <joseph@codsourcery.com>
1667
bd878fc0
JM
1668 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
1669 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
1670 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
1671 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
1672 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
1673 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
1674 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
1675
6f10289e
JM
1676 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
1677 for NaNs before doing comparisons on argument.
1678 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
1679 Likewise.
1680
321e2684
WN
16812013-10-10 Will Newton <will.newton@linaro.org>
1682
1683 * malloc/hooks.c (memalign_check): Ensure the value of bytes
1684 passed to _int_memalign does not overflow.
1685
40fefba1
TR
16862013-10-10 Torvald Riegel <triegel@redhat.com>
1687
1688 * scripts/bench.pl: Add include-sources directive.
1689 * benchtests/README: Update documentation.
1690
2ae21ed2
JM
16912013-10-10 Joseph Myers <joseph@codesourcery.com>
1692
dcc2dd3f
JM
1693 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
1694 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
1695 instead of FP_INIT_ROUNDMODE.
1696 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
1697 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
1698
2ae21ed2
JM
1699 [BZ #16034]
1700 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
1701 copy class of input value.
1702 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
1703 not handle exceptions.
1704 * soft-fp/negsf2.c (__negsf2): Likewise.
1705 * soft-fp/negtf2.c (__negtf2): Likewise.
1706 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
1707
cb8f9562
JM
17082013-10-09 Joseph Myers <joseph@codesourcery.com>
1709
1710 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
1711 semicolon. From Linux kernel.
1712
5b60c59d
AB
17132013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
1714
1715 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
1716
b86835ca
YC
17172013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
1718
1719 [BZ #156]
1720 * manual/socket.texi: Added statement about buffer
1721 for gethostbyname2_r.
1722
e7044ea7
OB
17232013-10-08 Ondřej Bílka <neleai@seznam.cz>
1724
1725 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
1726 Use .p2align directive instead, throughout.
1727 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1728 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1729 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
1730 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1731 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1732 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
1733 * sysdeps/x86_64/strchr.S: Likewise.
1734 * sysdeps/x86_64/strrchr.S: Likewise.
1735
09544cbc
SP
17362013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
1737
88576635
SP
1738 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
1739
e7b2d1dd
SP
1740 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
1741
09544cbc
SP
1742 * sysdeps/generic/math_private.h (__mpsin1): Remove
1743 declaration.
1744 (__mpcos1): Likewise.
1745 (__mpsin): New argument __range_reduce.
1746 (__mpcos): Likewise.
1747 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1748 (slow): Use __mpsin and __mpcos.
1749 (slow1): Likewise.
1750 (slow2): Likewise.
1751 (sloww): Likewise.
1752 (sloww1): Likewise.
1753 (sloww2): Likewise.
1754 (bsloww): Likewise.
1755 (bsloww1): Likewise.
1756 (bsloww2): Likewise.
1757 (cslow2): Likewise.
1758 (csloww): Likewise.
1759 (csloww1): Likewise.
1760 (csloww2): Likewise.
1761 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
1762 range_reduce. Merge in __mpsin1.
1763 (__mpcos): Likewise.
1764 (__mpsin1): Remove.
1765 (__mpcos1): Likewise.
1766
7602d070
JM
17672013-10-07 Joseph Myers <joseph@codesourcery.com>
1768
1769 * locale/loadlocale.c (_nl_intern_locale_data): Use
1770 LOCFILE_ALIGNED_P.
1771 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
1772 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
1773 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
1774 obstack data is appropriately aligned.
1775 (obstack_int32_grow_fast): Likewise.
1776 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
1777 * locale/programs/locfile.c (add_locale_uint32): Likewise.
1778 (add_locale_uint32_array): Likewise.
1779
a357259b
SP
17802013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
1781
1782 * benchtests/Makefile: Remove ARGLIST and RET variables.
1783 ($(objpfx)bench-%.c): Pass only function name to the script.
1784 * benchtests/README: Update documentation.
1785 * benchtests/acos-inputs: Add new directives.
1786 * benchtests/acosh-inputs: Likewise.
1787 * benchtests/asin-inputs: Likewise.
1788 * benchtests/asinh-inputs: Likewise.
1789 * benchtests/atan-inputs: Likewise.
1790 * benchtests/atanh-inputs: Likewise.
1791 * benchtests/cos-inputs: Likewise.
1792 * benchtests/cosh-inputs: Likewise.
1793 * benchtests/exp-inputs: Likewise.
1794 * benchtests/log-inputs: Likewise.
1795 * benchtests/pow-inputs: Likewise.
1796 * benchtests/rint-inputs: Likewise.
1797 * benchtests/sin-inputs: Likewise.
1798 * benchtests/sinh-inputs: Likewise.
1799 * benchtests/tan-inputs: Likewise.
1800 * benchtests/tanh-inputs: Likewise.
1801 * scripts/bench.pl: Add support for new directives.
1802
9ec1b13d
AM
18032013-10-07 Alan Modra <amodra@gmail.com>
1804
1805 * README: Fix careless merge.
1806
8b7d57cd
AM
18072013-10-05 Alan Modra <amodra@gmail.com>
1808
1809 * NEWS: Mention powerpc64le support and bugs fixed.
1810 * README: Both big-endian and little-endian powerpc64 supported.
1811
7b7bab13
ST
18122013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
1813
1814 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
1815 _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
1816 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
1817 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
1818
d39baad1
RA
18192013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
1820
1821 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
1822 match prototype.
1823
cd78f7e7
JM
18242013-10-04 Joseph Myers <joseph@codesourcery.com>
1825
29d73d86
JM
1826 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
1827 Move -mhard-float appending from
1828 ports/sysdeps/powerpc/powerpc32/Makefile.
1829 [$(with-fp) = yes] (ASFLAGS): Likewise.
1830 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
1831 * sysdeps/powerpc/nofpu: Move directory from
1832 ports/sysdeps/powerpc/nofpu.
1833 * sysdeps/powerpc/soft-fp: Move directory from
1834 ports/sysdeps/powerpc/soft-fp.
1835 * sysdeps/powerpc/powerpc32/405: Move directory from
1836 ports/sysdeps/powerpc/powerpc32/405.
1837 * sysdeps/powerpc/powerpc32/440: Move directory from
1838 ports/sysdeps/powerpc/powerpc32/440.
1839 * sysdeps/powerpc/powerpc32/464: Move directory from
1840 ports/sysdeps/powerpc/powerpc32/464.
1841 * sysdeps/powerpc/powerpc32/476: Move directory from
1842 ports/sysdeps/powerpc/powerpc32/476.
1843 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
1844 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
1845 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
1846 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
1847 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
1848 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
1849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
1850 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
1851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
1852 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
1853 * README: Update for powerpc-*-linux-gnu software floating point
1854 support in libc.
1855
e246b347
JM
1856 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
1857 case to powerpc/powerpc32*.
1858 * sysdeps/unix/sysv/linux/configure: Regenerated.
1859
89c2003e
JM
1860 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
1861 (_FPU_MASK_OM): Define as 0x04.
1862 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
1863 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
1864 0x00c10080.
1865 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
1866 0x0000003c.
1867 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
1868
cd78f7e7
JM
1869 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1870 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1871 getcontext_e500.
1872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1873 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1874 setcontext_e500.
1875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1876 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
1877 and setcontext_e500.
1878
c755294d
CL
18792013-10-04 Chris Leonard <cjl@sugarlabs,.org>
1880
1881 * locale/iso-3166.def: Update iso-1366.def and related occurrences
1882
e16d221c
SP
18832013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
1884
1885 * manual/threads.texi (Default Thread Attributes): Fix typo.
1886
215c7d43
WN
18872013-10-04 Will Newton <will.newton@linaro.org>
1888
1889 * malloc/Makefile: Add tst-memalign.
1890 * malloc/tst-memalign.c: New file.
1891
27d0461b
WN
1892 * malloc/tst-posix_memalign.c: Add comments.
1893 (do_test): Add comments and call free on all potentially
1894 allocated pointers. Add space after cast.
1895
1bc92709
WN
1896 * malloc/tst-pvalloc.c: Add comments.
1897 (do_test): Add comments and call free on all potentially
1898 allocated pointers. Remove duplicate check for NULL pointer.
1899 Add space after cast.
1900
66a9be9d
WN
1901 * malloc/tst-valloc.c: Add comments.
1902 (do_test): Add comments and call free on all potentially
1903 allocated pointers. Remove duplicate check for NULL pointer.
1904 Add space after cast.
1905
4cb81307
AM
19062013-10-04 Alan Modra <amodra@gmail.com>
1907
1908 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1909 Use stdint types in rather than __attribute__((mode())).
1910 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1911
f8e3e9f3
AM
19122013-10-04 Alan Modra <amodra@gmail.com>
1913
1914 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1915 Correct handling of unaligned relocs for little-endian.
1916 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1917
8f9ebb08
AM
19182013-10-04 Alan Modra <amodra@gmail.com>
1919
1920 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
1921 * configure: Regenerate.
1922 * nptl/shlib-versions: Powerpc*le starts at 2.18.
1923 * shlib-versions: Likewise.
1924
0edf96c2
AM
19252013-10-04 Alan Modra <amodra@gmail.com>
1926
1927 * string/tester.c (test_memrchr): Increment reported test cycle.
1928
e0f7a380
AM
19292013-10-04 Alan Modra <amodra@gmail.com>
1930
1931 * string/test-memcpy.c (do_one_test): When reporting errors, print
1932 string address and don't overrun end of string.
1933
466b0393
AM
19342013-10-04 Alan Modra <amodra@gmail.com>
1935
1936 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
1937 insrdi. Make better use of reg selection to speed exit slightly.
1938 Schedule entry path a little better. Remove useless "are we done"
1939 checks on entry to main loop. Handle wrapping around zero address.
1940 Correct main loop count. Handle single left-over word from main
1941 loop inline rather than by using loop_small. Remove extra word
1942 case in loop_small caused by wrong loop count. Add little-endian
1943 support.
1944 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
1945 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
1946 cache hint.
1947 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
1948 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
1949 support. Avoid rlwimi.
1950 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
1951
3be87c77
AM
19522013-10-04 Alan Modra <amodra@gmail.com>
1953
1954 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 1955 insrdi. Formatting.
3be87c77
AM
1956 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1957 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1958 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1959 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
1960 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1961 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
1962
759cfef3
AM
19632013-10-04 Alan Modra <amodra@gmail.com>
1964
1965 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
1966 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1967 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1968 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
1969 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1970 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1971 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1972 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
1973 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
1974 use of regs. Use power7 mtocrf. Tidy function tails.
1975
fe6e95d7
AM
19762013-10-04 Alan Modra <amodra@gmail.com>
1977
1978 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
1979 Formatting. Consistently use rXXX register defines or rN defines.
1980 Use early exit labels that avoid restoring unused non-volatile regs.
1981 Make cr field use more consistent with rWORDn compares. Rename
1982 regs used as shift registers for unaligned loop, using rN defines
1983 for short lifetime/multiple use regs.
1984 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1985 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
1986 addi 1,1,64 to pop stack frame. Simplify return value code.
1987 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1988
664318c3
AM
19892013-10-04 Alan Modra <amodra@gmail.com>
1990
1991 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
1992 support. Correct typos, formatting. Optimize tail. Use insrdi
1993 rather than rlwimi.
1994 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
1995 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
1996 little-endian support. Correct typos.
1997 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
1998 rather than rlwimi.
1999 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
2000 in loop and entry code to keep "and." results.
2001 (strchr): Add little-endian support. Comment. Move cntlzd
2002 earlier in tail.
2003 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
2004
43b84013
AM
20052013-10-04 Alan Modra <amodra@gmail.com>
2006
2007 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
2008 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
2009 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
2010 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
2011
8a7413f9
AM
20122013-10-04 Alan Modra <amodra@gmail.com>
2013
2014 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
2015 (rTMP): Define as r11.
2016 (strcmp): Add little-endian support. Optimise tail.
2017 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
2018 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
2019 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
2020 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2021 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
2022 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2023 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
2024
33ee81de
AM
20252013-10-04 Alan Modra <amodra@gmail.com>
2026
2027 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
2028 little-endian support. Remove unnecessary "are we done" tests.
2029 Handle "s" wrapping around zero and extremely large "size".
2030 Correct main loop count. Handle single left-over word from main
2031 loop inline rather than by using small_loop. Correct comments.
2032 Delete "zero" tail, use "end_max" instead.
2033 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
2034
db9b4570
AM
20352013-10-04 Alan Modra <amodra@gmail.com>
2036
2037 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
2038 support. Don't branch over align.
2039 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
2040 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
2041 support. Rearrange tmp reg use to suit. Comment.
2042 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
2043
f7c399cf
AM
20442013-10-04 Alan Modra <amodra@gmail.com>
2045
2046 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
2047
0b2c2ace
AM
20482013-10-04 Alan Modra <amodra@gmail.com>
2049
2050 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
2051 conditional form of branch and link when obtaining pc.
2052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2053
02f04a6c
AM
20542013-10-04 Alan Modra <amodra@gmail.com>
2055
2056 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
2057 HIWORD/LOWORD.
2058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
2059 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
2060
9b874b2f
AM
20612013-10-04 Alan Modra <amodra@gmail.com>
2062
2063 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
2064 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
2065 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2066 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
2067 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2068 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2069 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
2070 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2071 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2072 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
2073
be1e5d31
AB
20742013-10-04 Anton Blanchard <anton@au1.ibm.com>
2075 Alistair Popple <alistair@ozlabs.au.ibm.com>
2076 Alan Modra <amodra@gmail.com>
2077
2078 [BZ #15723]
2079 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
2080 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
2081 _dl_hwcap access for little-endian.
2082 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
2083 destroy vmx regs when saving unaligned.
2084 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
2085 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
2086 destroy vmx regs when saving unaligned.
2087
fef13a78
AM
20882013-10-04 Alan Modra <amodra@gmail.com>
2089
2090 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
2091 Don't use a union to pack hi/low value.
2092
76a66d51
AB
20932013-10-04 Anton Blanchard <anton@au1.ibm.com>
2094
2095 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
2096 for little-endian.
2097 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
2098 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
2099 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
2100 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
2101 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
2102
6a31fe7f
AM
21032013-10-04 Alan Modra <amodra@gmail.com>
2104
2105 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
2106 constants to usual value for .cst8 section, and remove redundant
2107 high address load.
2108 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
2109 constant for 0x1p52. Load little-endian words of double from
2110 correct stack offsets.
2111
7b88401f
AM
21122013-10-04 Alan Modra <amodra@gmail.com>
2113
2114 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
2115 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
2116 words of double from correct stack offsets.
2117 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
2118 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
2119 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
2120 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
2121 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
2122 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
2123 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
2124 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2125 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2126 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
2127 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
2128 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
2129 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2130 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2131 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2132 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
2133 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2134
9c008155
AM
21352013-10-04 Alan Modra <amodra@gmail.com>
2136
2137 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
2138 64-bit int/double union.
2139 (_FPU_SETCW): Likewise.
2140 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
2141 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
2142
da13146d
AM
21432013-10-04 Alan Modra <amodra@gmail.com>
2144
2145 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
2146 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
2147
603e8410
AM
21482013-10-04 Alan Modra <amodra@gmail.com>
2149
2150 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
2151 use vector int constants.
2152 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
2153
4a28b3ca
AB
21542013-10-04 Anton Blanchard <anton@au1.ibm.com>
2155
2156 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
2157 array with long long.
2158 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
2159 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
2160 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
2161 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
2162 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
2163 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
2164 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
2165 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
2166 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
2167 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
2168 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
2169 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
2170 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
2171
2ca85d2b
AB
21722013-10-04 Anton Blanchard <anton@au1.ibm.com>
2173
2174 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
2175 (__signbit): Likewise. Correct for little-endian.
2176 (__signbitl): Call __signbit.
2177 (lrint): Correct for little-endian.
2178 (lrintf): Call lrint.
2179
62a728ae
AM
21802013-10-04 Alan Modra <amodra@gmail.com>
2181
2182 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
2183 union 32-bit int array member with 64-bit int array.
2184 (t515, tm256): Double rather than long double.
2185 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
2186
32c301df
AM
21872013-10-04 Alan Modra <amodra@gmail.com>
2188
2189 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
2190 Delete.
2191 (IEEE854_LONG_DOUBLE_BIAS): Delete.
2192 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
2193 version of math_ldbl.h.
2194
650ef4bd
AM
21952013-10-04 Alan Modra <amodra@gmail.com>
2196
2197 [BZ #15734], [BZ #15735]
2198 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
2199 all uses of ieee875 long double macros and unions. Simplify test
2200 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
2201 ldbl_extract_mantissa value for ix,iy exponents. Properly
2202 normalize after ldbl_extract_mantissa, and don't add hidden bit
2203 already handled. Don't treat low word of ieee854 mantissa like
2204 low word of IBM long double and mask off bit when testing for
2205 zero.
2206 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
2207 all uses of ieee875 long double macros and unions. Simplify tests
2208 for 0.0L and inf. Correct double adjustment of k. Delete dead code
2209 adjusting ha,hb. Simplify code setting kld. Delete two600 and
2210 two1022, instead use their values. Recognise that tests for large
2211 "a" and small "b" are mutually exclusive. Rename vars. Comment.
2212 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
2213 Rewrite all uses of ieee875 long double macros and unions. Simplify
2214 test for 0.0L and nan. Correct negation.
2215 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
2216 ieee875 long double macros and unions. Correct output for large
2217 magnitude x. Correct absolute value calculation.
2218 (__erfcl): Likewise.
2219 * math/libm-test.inc: Add tests for errors discovered in IBM long
2220 double versions of fmodl, remainderl, erfl and erfcl.
2221
765714ca
AM
22222013-10-04 Alan Modra <amodra@gmail.com>
2223
2224 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
2225 all uses of ieee854 long double macros and unions. Simplify tests
2226 for long doubles that are fully specified by the high double.
2227 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
2228 Likewise.
2229 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
2230 Remove dead code too.
2231 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2232 (__ieee754_ynl): Likewise.
2233 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
2234 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
2235 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
2236 Remove dead code too.
2237 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
2238 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
2239 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
2240 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
2241 Simplify.
2242 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
2243 Simplify.
2244 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
2245 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
2246 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
2247 Comment on variable precision.
2248 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
2249 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
2250 Likewise.
2251 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2252 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
2253 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
2254 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
2255 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
2256
4ebd120c
AM
22572013-10-04 Alan Modra <amodra@gmail.com>
2258
2259 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
2260 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
2261 all uses of ieee854 long double macros and unions.
2262 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
2263 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
2264 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
2265 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
2266 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
2267 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
2268 Likewise.
2269 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
2270 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
2271 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
2272 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
2273 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
2274 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
2275 Simplify sign and nan test too.
2276 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
2277 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
2278 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
2279 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
2280 Likewise.
2281 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
2282 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
2283 Likewise.
2284 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2285 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
2286 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
2287 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
2288 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
2289 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
2290
1b6adf88
AM
22912013-10-04 Alan Modra <amodra@gmail.com>
2292
2293 * stdio-common/printf_size.c (__printf_size): Don't use
2294 union ieee854_long_double in fpnum union.
2295 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
2296 signbit macro to retrieve sign from long double.
2297 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
2298 retrieve sign from long double.
2299 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
2300 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
2301 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
2302 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
2303 * math/test-misc.c (main): Don't use union ieee854_long_double.
2304
4cf69995
AM
23052013-10-04 Alan Modra <amodra@gmail.com>
2306
2307 [BZ #15680]
2308 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
2309 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
2310 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
2311 calculation. Remove unnecessary test for denormal exponent.
2312 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
2313 Correct handling of denormals. Avoid undefined shift behaviour.
2314 Correct normalisation of low mantissa when low double is denormal.
2315 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
2316 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
2317 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
2318 Correct normalisation of low mantissa. Test for overflow of high
2319 mantissa and normalise.
2320 (ldbl_nearbyint): Use more readable constant for two52.
2321 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
2322 (__mpn_construct_long_double): Fix test for overflow of high
2323 mantissa and correct normalisation. Avoid undefined shift.
2324
9605ca6c
AM
23252013-10-04 Alan Modra <amodra@gmail.com>
2326
2327 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
2328 (union ibm_extended_long_double): Define as an array of ieee754_double.
2329 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
2330 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
2331 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
2332 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
2333 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
2334 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
2335 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
2336 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
2337 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
2338 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
2339 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
2340
975569d0
JM
23412013-10-03 Joseph Myers <joseph@codesourcery.com>
2342
d3d23756
JM
2343 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
2344 page size instead of calling getpagesize.
2345
975569d0
JM
2346 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
2347 (LOCFILE_ALIGN_MASK): Likewise.
2348 (LOCFILE_ALIGN_UP): Likewise.
2349 (LOCFILE_ALIGNED_P): Likewise.
2350 * locale/programs/ld-collate.c (collate_output): Use the new
2351 macros instead of __alignof__ (int32_t).
2352 * locale/weight.h (findidx): Likewise.
2353
b1fe1f2b
OB
23542013-10-03 Ondřej Bílka <neleai@seznam.cz>
2355
2356 [BZ #431]
2357 * manual/string.texi: Fix strncat and wcsncat.
2358
5f855e35
BM
23592013-10-03 Brooks Moses <bmoses@google.com>
2360
2361 [BZ #15915]
2362 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
2363 * Makerules: ...here, and adjust associated comments.
2364
3cef6009
WN
23652013-10-02 Will Newton <will.newton@linaro.org>
2366
2367 * malloc/Makefile: Add tst-pvalloc.
2368 * malloc/tst-pvalloc.c: New file.
2369
7815420b
WN
23702013-10-02 Will Newton <will.newton@linaro.org>
2371
2372 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
2373 improve test coverage.
2374
4868b204
WN
23752013-10-02 Will Newton <will.newton@linaro.org>
2376
2377 * malloc/Makefile: Add tst-posix_memalign.
2378 * malloc/tst-posix_memalign.c: New file.
2379
29c793b3
EB
23802013-10-01 Eric Blake <eblake@redhat.com>
2381
2382 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
2383 Use __THROWNL rather than __THROW on static functions.
2384
fd967522
PM
23852013-09-30 Petr Machata <pmachata@redhat.com>
2386
2387 * elf/elf.h (R_AARCH64_ABS16): New macro.
2388 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
2389 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
2390 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
2391 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
2392 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
2393 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
2394 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
2395 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
2396 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
2397 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
2398 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
2399 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
2400 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
2401 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
2402 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
2403 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
2404 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
2405 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
2406 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
2407 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
2408 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
2409 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
2410 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
2411 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
2412 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
2413 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
2414 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
2415 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
2416 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
2417 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
2418 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
2419 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
2420 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
2421 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
2422 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
2423 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
2424 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
2425 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
2426 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
2427 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
2428 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
2429 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
2430 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
2431 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
2432 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
2433 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
2434 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
2435 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
2436 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
2437 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
2438 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
2439 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
2440 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
2441 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
2442 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
2443 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
2444 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
2445 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
2446 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
2447 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
2448 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
2449 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
2450 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
2451 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
2452 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
2453 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
2454 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
2455 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
2456 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
2457 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
2458 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
2459 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
2460 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
2461 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
2462 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
2463 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
2464 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
2465 (R_AARCH64_TLSDESC_LDR): Likewise.
2466 (R_AARCH64_TLSDESC_ADD): Likewise.
2467 (R_AARCH64_TLSDESC_CALL): Likewise.
2468
b2179107
AS
24692013-09-30 Andreas Schwab <schwab@suse.de>
2470
2471 [BZ #15048]
2472 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
2473 the nss database lookup.
2474 * nscd/initgrcache.c (addinitgroupsX): Likewise.
2475 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2476
47f28d0a
MF
24772013-09-28 Mike Frysinger <vapier@gentoo.org>
2478
2479 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
2480
24812013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
2482
2483 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
2484 ${Bash-specific parameter/pattern/string} parameter expansion.
2485 * sysdeps/unix/make-syscalls.sh: Likewise.
2486
f4518a17
KK
24872013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2488
2489 * sysdeps/sh/stackguard-macros.h: New file.
2490
dc1a95c7
OB
24912013-09-26 Ondřej Bílka <neleai@seznam.cz>
2492
2493 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
2494 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
2495 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
2496 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
2497 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
2498 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
2499
5ebbff8f
AZ
25002013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2501
2502 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
2503 Fix thread ID register.
2504
4fd2cf9f
JM
25052013-09-25 Joseph Myers <joseph@codesourcery.com>
2506
2507 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
2508 [POSIX || UNIX98]: Require rather than permitting all symbols from
2509 <time.h>.
2510 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
2511 element of struct sched_param.
2512 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
2513 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
2514 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
2515 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
2516 constant.
2517
12c22bc4
OL
25182013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
2519
2520 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
2521 argument calculation.
2522
a03d8ea7
JM
25232013-09-24 Joseph Myers <joseph@codesourcery.com>
2524
2525 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
2526 Expect macro.
2527 [POSIX] (pthread_attr_t): Do not require type.
2528 [POSIX] (pthread_cond_t): Likewise.
2529 [POSIX] (pthread_condattr_t): Likewise.
2530 [POSIX] (pthread_key_t): Likewise.
2531 [POSIX] (pthread_mutex_t): Likewise.
2532 [POSIX] (pthread_mutexattr_t): Likewise.
2533 [POSIX] (pthread_once_t): Likewise.
2534 [POSIX] (pthread_t): Likewise.
2535 [POSIX-based standards] (pthread_atfork): Expect function.
2536
6055173a
JM
25372013-09-24 Joseph Myers <joseph@codesourcery.com>
2538 Richard Sandiford <richard@codesourcery.com>
2539
2540 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
2541 (swap_endianness_p): New extern variable.
2542 (set_big_endian): New inline function.
2543 (maybe_swap_uint32): Likewise.
2544 (maybe_swap_uint32_array): Likewise.
2545 (maybe_swap_uint32_obstack): Likewise.
2546 * locale/programs/locfile.c: Include <stdbool.h>.
2547 (swap_endianness_p): New variable.
2548 (add_locale_uint32): Call maybe_swap_uint32.
2549 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
2550 (write_locale_data): Call maybe_swap_uint32_array.
2551 * locale/programs/ld-collate.c (obstack_int32_grow): Call
2552 maybe_swap_uint32.
2553 (obstack_int32_grow_fast): Likewise.
2554 (output_weightwc): Call maybe_swap_uint32_obstack.
2555 (collate_output): Likewise.
2556 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
2557 (OPT_LITTLE_ENDIAN): Likewise.
2558 (options): Add --little-endian and --big-endian options.
2559 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
2560 * locale/programs/locarchive.c: Include "locfile.h".
2561 (GET): New macro.
2562 (SET): Likewise.
2563 (INC): Likewise.
2564 (create_archive): Use the new macros to access fields of
2565 structures directly mapped from or written to locale archives.
2566 (oldlocrecentcmp): Likewise.
2567 (enlarge_archive): Likewise.
2568 (insert_name): Likewise.
2569 (add_alias): Likewise.
2570 (add_locale): Likewise.
2571 (delete_locales_from_archive): Likewise.
2572 (show_archive_content): Likewise.
2573 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
2574 locale data.
2575
39bf0bb4
RM
25762013-09-24 Roland McGrath <roland@hack.frob.com>
2577
2578 * manual/freemanuals.texi: Updated from (newly) canonical copy at
2579 http://www.gnu.org/doc/freemanuals.texi.
2580 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
2581
f02eed10
WN
25822013-09-24 Will Newton <will.newton@linaro.org>
2583
2584 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
2585 macro.
2586
a3a6c312
JM
25872013-09-23 Joseph Myers <joseph@codesourcery.com>
2588
2589 * locale/hashval.h (compute_hashval): Interpret bytes of key as
2590 unsigned char.
2591
107375ac
MR
25922013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
2593
2594 * manual/threads.texi (POSIX Threads): Fix a typo.
2595
141f3a77
SP
25962013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2597
303e567a
SP
2598 [BZ #14547]
2599 * string/tst-strcoll-overflow.c: New test case.
2600 * string/Makefile (xtests): Add tst-strcoll-overflow.
2601 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
2602 cache if string sizes may cause integer overflow.
2603
141f3a77
SP
2604 [BZ #14547]
2605 * string/strcoll_l.c (coll_seq): New members rule, idx,
2606 save_idx and back_us.
2607 (get_next_seq_nocache): New function.
2608 (do_compare_nocache): New function.
2609 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
2610 when malloc fails.
2611
c61b4d41
CD
26122013-09-23 Carlos O'Donell <carlos@redhat.com>
2613
0b1f8e35
CD
2614 [BZ #15754]
2615 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
2616 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
2617 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
2618
c61b4d41
CD
2619 [BZ #15754]
2620 * elf/Makefile (tests): Add tst-ptrguard1.
2621 (tests-static): Add tst-ptrguard1-static.
2622 (tst-ptrguard1-ARGS): Define.
2623 (tst-ptrguard1-static-ARGS): Define.
2624 * elf/tst-ptrguard1.c: New file.
2625 * elf/tst-ptrguard1-static.c: New file.
2626 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
2627 * sysdeps/i386/stackguard-macros.h: Likewise.
2628 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2629 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2630 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2631 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2632 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2633 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2634
26352013-09-23 Hector Marco <hecmargi@upv.es>
2636 Ismael Ripoll <iripoll@disca.upv.es>
2637 Carlos O'Donell <carlos@redhat.com>
2638
2639 [BZ #15754]
2640 * sysdeps/generic/stackguard-macros.h: Define
2641 __pointer_chk_guard_local and POINTER_CHK_GUARD.
2642 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
2643 Define __pointer_chk_guard_local.
2644 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
2645 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
2646
f5f4e7b4
VV
26472013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
2648
2649 [BZ #15859]
2650 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
2651
5bb43a43
AS
26522013-09-20 Andreas Schwab <schwab@linux-m68k.org>
2653
2654 * include/string.h (__ffs): Declare as hidden.
2655 * string/ffs.c (__ffs): Define as hidden.
2656 * sysdeps/i386/ffs.c (__ffs): Likewise.
2657 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
2658 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
2659 * sysdeps/s390/ffs.c (__ffs): Likewise.
2660 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
2661
3ea5be54
AO
26622013-09-20 Alexandre Oliva <aoliva@redhat.com>
2663
ffb89e53
AO
2664 * NEWS: Mention malloc probes.
2665
322dea08
AO
2666 * malloc/arena.c (new_heap): New memory_heap_new probe.
2667 (grow_heap): New memory_heap_more probe.
2668 (shrink_heap): New memory_heap_less probe.
2669 (heap_trim): New memory_heap_free probe.
2670 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
2671 (systrim): New memory_sbrk_less probe.
2672 * manual/probes.texi: Document them.
2673
655673f3
AO
2674 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
2675 * manual/probes.texi: Document it.
2676
35fed6f1
AO
2677 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
2678 (__libc_realloc): Add memory_realloc_retry probe.
2679 (__libc_memalign): Add memory_memalign_retry probe.
2680 (__libc_valloc): Add memory_valloc_retry probe.
2681 (__libc_pvalloc): Add memory_pvalloc_retry probe.
2682 (__libc_calloc): Add memory_calloc_retry probe.
2683 * manual/probes.texi: Document them.
2684
6999d38c
AO
2685 * malloc/arena.c (get_free_list): Add probe
2686 memory_arena_reuse_free_list.
2687 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
2688 and memory_arena_reuse.
2689 (arena_get2) [!PER_THREAD]: Likewise.
2690 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
2691 memory_arena_reuse_realloc.
2692 * manual/probes.texi: Document them.
2693
0653427f
AO
2694 * malloc/malloc.c (__libc_free): Add
2695 memory_mallopt_free_dyn_thresholds probe.
2696 (__libc_mallopt): Add multiple memory_mallopt probes.
2697 * manual/probes.texi: Document them.
2698
3ea5be54
AO
2699 * malloc/malloc.c: Include stap-probe.h.
2700 (__libc_mallopt): Add memory_mallopt probe.
2701 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
2702 * manual/probes.texi: New.
2703 * manual/Makefile (chapters): Add probes.
2704 * manual/threads.texi: Set next node.
2705
e35696c3 27062013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 2707
e35696c3
CL
2708 [BZ #15963, #13985]
2709 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
2710 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
2711 Add `Chinese' to `nan' entry name.
2712
4aafb73c
SP
27132013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2714
2715 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
2716 (POLYNOMIAL): Likewise.
2717 (TAYLOR_SINCOS): Likewise.
2718 (TAYLOR_SLOW): Likewise.
2719 (__sin): Use TAYLOR_SINCOS.
2720 (__cos): Likewise.
2721 (slow): Use TAYLOR_SLOW.
2722 (sloww): Likewise.
2723 (bsloww): Likewise.
2724 (csloww): Likewise.
2725
d84f25c7
LD
27262013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2727
2728 * stdlib/strtod_l.c: Fix buffer overrun.
2729
5eea0404
SP
27302013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2731
7849ff93
SP
2732 * benchtests/Makefile (bench): Add sincos.
2733 * benchtests/bench-sincos.c: New file.
2734
cfa3c886
SP
2735 * math/libm-test.inc (cos_test_data): New test inputs.
2736 (sin_test_data): Likewise.
2737
b348e1e3
SP
2738 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
2739 macro.
2740 (__sin): Use it.
2741 (__cos): Likewise.
2742 (slow1): Likewise.
2743 (slow2): Likewise.
2744 (sloww1): Likewise.
2745 (sloww2): Likewise.
2746 (bsloww1): Likewise.
2747 (bsloww2): Likewise.
2748 (cslow2): Likewise.
2749 (csloww1): Likewise.
2750 (csloww2): Likewise.
2751
6cce25f8
SP
2752 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
2753 function.
2754 (__sin): Use it.
2755 (__cos): Likewise.
2756
5eea0404
SP
2757 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
2758 gotos.
2759 (__cos): Likewise.
2760
9c21573c
MR
27612013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
2762
2763 * config.h.in (HAVE_MIPS_NAN2008): New macro.
2764 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
2765 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
2766 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
2767 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
2768 * elf/cache.c (print_entry): Handle the new cache flags.
2769
24d22e65
JM
27702013-09-18 Joseph Myers <joseph@codesourcery.com>
2771 Aldy Hernandez <aldyh@redhat.com>
2772
2773 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
2774 Change condition to [_SOFT_FLOAT].
2775 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
2776 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
2777 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
2778 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
2779 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
2780 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
2781 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
2782 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
2783 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
2784 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
2785 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
2786 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
2787 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
2788 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
2789 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
2790 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
2791 declaration.
2792
d13ef066
JM
27932013-09-18 Joseph Myers <joseph@codesourcery.com>
2794
2e071de0
JM
2795 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
2796 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2797 (__longjmp): Use LOAD_GP to load saved GPRs.
2798 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
2799 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2800 (__sigsetjmp): Use SAVE_GP to save GPRs.
2801
d13ef066
JM
2802 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
2803 Do not append -msoft-float.
2804 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
2805
97a0650b
SP
28062013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2807
2808 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
2809
11ca09e9
JM
28102013-09-17 Joseph Myers <joseph@codesourcery.com>
2811
2812 [BZ #15966]
2813 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
2814 (_FPU_GETCW): Use initial "__" on variable and field names but not
2815 on macro parameter name.
2816 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
2817 parentheses around reference to macro parameter.
2818
08ffcf34
RS
28192013-09-13 Richard Sandiford <richard@codesourcery.com>
2820
2821 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
2822 prototype.
2823 (ctype_startup): Use uint32_t in cast and sizeof for
2824 ctype->charnames.
2825
ae7080d3
JL
28262013-09-11 Jia Liu <proljc@gmail.com>
2827
2828 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
2829 __daddr_t_defined.
2830 [__FreeBSD__]: Likewise.
2831
5905e7b3
OB
28322013-09-11 Ondřej Bílka <neleai@seznam.cz>
2833
2834 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2835 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
2836 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
2837 (strchr): Remove __strchr_sse42 ifunc selection.
2838 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
2839 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
2840
b987c776
WN
28412013-09-11 Will Newton <will.newton@linaro.org>
2842
2843 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
2844 parameter to RES. Remove hardcoded 1000 value.
2845 * benchtests/bench-skeleton.c (main): Pass RES parameter
2846 to TIMING_INIT and multiply result by 1000.
2847
ddf985af
AZ
28482013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2849
2850 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2851
ffdd3181
AS
28522013-09-11 Andreas Schwab <schwab@suse.de>
2853
2854 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2855 if not defined.
2856 (O_TMPFILE) [__USE_GNU]: Define.
2857 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
2858 Define.
2859
b73ed247
WN
28602013-09-11 Will Newton <will.newton@linaro.org>
2861
2862 [BZ #15857]
2863 * malloc/malloc.c (__libc_memalign): Check the value of bytes
2864 does not overflow.
2865
55e17aad
WN
28662013-09-11 Will Newton <will.newton@linaro.org>
2867
2868 [BZ #15856]
2869 * malloc/malloc.c (__libc_valloc): Check the value of bytes
2870 does not overflow.
2871
1159a193
WN
28722013-09-11 Will Newton <will.newton@linaro.org>
2873
2874 [BZ #15855]
2875 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
2876 does not overflow.
2877
5905e7b3 28782013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
2879
2880 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
2881 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2882 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2883 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
2884 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
2885
cdfc721b
AM
28862013-09-10 Allan McRae <allan@archlinux.org>
2887
aa04af00
AM
2888 [BZ #15748]
2889 * manual/arith.texi (Parsing of Floats): Clarify
2890 cross-reference.
2891
cdfc721b
AM
2892 [BZ #15849]
2893 * manual/install.texi (Running make install): Mention
2894 --enable-pt-chown.
2895 * INSTALL: Regenerated.
2896
95e7cf29
MR
28972013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2898
2899 * csu/init-first.c (_init): Remove the !SHARED condition around
2900 FPU control word initialization.
2901 * elf/dl-support.c (_dl_fpu_control): New variable.
2902 (_dl_aux_init) <AT_FPUCW>: Initialize it.
2903 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
2904 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
2905 * math/test-fpucw-static.c: New file.
2906 * math/test-fpucw-ieee.c: New file.
2907 * math/test-fpucw-ieee-static.c: New file.
2908 * math/Makefile (tests): Add `test-fpucw-ieee' and
2909 `$(tests-static)'.
2910 (tests-static): New variable.
2911 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
2912 dependency to...
2913 [($(build-shared),yes)]
2914 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
2915 ... this.
2916 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
2917 New dependency.
2918
83e43bf0
AM
29192013-09-09 Allan McRae <allan@archlinux.org>
2920
a9f5ce09
AM
2921 [BZ #15939]
2922 * manual/string.texi (Collation Functions): Fix typo in
2923 strcoll example.
2924 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
2925
34829bc2
AM
2926 [BZ #15893]
2927 * stdlib/isomac.c (get_null_defines): Fix memory leak.
2928
3932737d
AM
2929 [BZ #15892]
2930 * libio/memstream.c (open_memstream): Fix memory leak.
2931 * libio/wmemstream.c (open_wmemstream): Likewise.
2932
83e43bf0
AM
2933 [BZ #15895]
2934 * nscd/netgroupcache.c: Fix nesting of ifdefs.
2935
0c66b8e9
WN
29362013-09-09 Will Newton <will.newton@linaro.org>
2937
2938 * malloc/Makefile: Add tst-realloc to tests.
2939 * malloc/tst-realloc.c: New file.
2940
f6b00fd1
AM
29412013-09-09 Allan McRae <allan@archlinux.org>
2942
2943 [BZ #15844]
2944 * COPYING: Update from GNU website to fix FSF address.
2945 * COPYING.LIB: Likewise.
2946
eec55e16
DM
29472013-09-06 David S. Miller <davem@davemloft.net>
2948
2949 * po/zh_TW.po: Update Chinese (traditional) translation from
2950 translation project.
2951
1ecbb381
RS
29522013-09-06 Richard Sandiford <richard@codesourcery.com>
2953 Joseph Myers <joseph@codesourcery.com>
2954
2955 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
2956 "localeinfo.h".
2957 (obstack_chunk_alloc): New macro.
2958 (obstack_chunk_free): Likewise.
2959 (record_offset): New function.
2960 (init_locale_data): Likewise.
2961 (align_locale_data): Likewise.
2962 (add_locale_empty): Likewise.
2963 (add_locale_raw_data): Likewise.
2964 (add_locale_raw_obstack): Likewise.
2965 (add_locale_string): Likewise.
2966 (add_locale_wstring): Likewise.
2967 (add_locale_uint32): Likewise.
2968 (add_locale_uint32_array): Likewise.
2969 (add_locale_char): Likewise.
2970 (start_locale_structure): Likewise.
2971 (end_locale_structure): Likewise.
2972 (start_locale_prelude): Likewise.
2973 (end_locale_prelude): Likewise.
2974 (write_locale_data): Take locale_file structure rather than an
2975 iovec.
2976 * locale/programs/locfile.h: Include "obstack.h".
2977 (struct locale_file): Change to store locale file contents instead
2978 of header.
2979 (init_locale_data): New prototype.
2980 (align_locale_data): Likewise.
2981 (add_locale_empty): Likewise.
2982 (add_locale_raw_data): Likewise.
2983 (add_locale_raw_obstack): Likewise.
2984 (add_locale_string): Likewise.
2985 (add_locale_wstring): Likewise.
2986 (add_locale_uint32): Likewise.
2987 (add_locale_uint32_array): Likewise.
2988 (add_locale_char): Likewise.
2989 (start_locale_structure): Likewise.
2990 (end_locale_structure): Likewise.
2991 (start_locale_prelude): Likewise.
2992 (end_locale_prelude): Likewise.
2993 (write_locale_data): Update prototype.
2994 * locale/programs/3level.h (struct TABLE): Remove result field.
2995 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
2996 Use new locale_file interface.
2997 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
2998 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
2999 * locale/programs/ld-address.c (address_output): Use new
3000 locale_file interface.
3001 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
3002 NO_ADD_LOCALE.
3003 (collate_finish): Don't call collseq_table_finalize.
3004 (collate_output): Use new locale_file interface.
3005 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
3006 in file.
3007 (NO_FINALIZE): Change to NO_ADD_LOCALE.
3008 (TABLE): Move defines earlier in file.
3009 (ELEMENT): Likewise.
3010 (DEFAULT): Likewise.
3011 (wctrans_table_add): Move macro and inline function earlier in
3012 file.
3013 (struct wctype_table): Move type earlier in file.
3014 (add_locale_wctype_table): New static prototype.
3015 (struct locale_ctype_t): Use logical types instead of struct iovec
3016 pointers for members.
3017 (ctype_output): Use new locale_file interface.
3018 (wctype_table_finalize): Change to add_locale_wctype_table. Use
3019 new locale_file interface.
3020 (allocate_arrays): Update for use of new locale_file interface.
3021 * locale/programs/ld-identification.c (identification_output): Use
3022 new locale_file interface.
3023 * locale/programs/ld-measurement.c (measurement_output): Likewise.
3024 * locale/programs/ld-messages.c (messages_output): Likewise.
3025 * locale/programs/ld-monetary.c (monetary_output): Likewise.
3026 * locale/programs/ld-name.c (name_output): Likewise.
3027 * locale/programs/ld-numeric.c (numeric_output): Likewise.
3028 * locale/programs/ld-paper.c (paper_output): Likewise.
3029 * locale/programs/ld-telephone.c (telephone_output): Likewise.
3030 * locale/programs/ld-time.c (time_output): Likewise.
3031
e029e2e5
AZ
30322013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3033
3034 * benchtests/Makefile: Add memrchr benchmark.
3035 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
3036 benchmark as memrchr.
3037 * benchtests/bench-memrchr-ifunc.c: New file.
3038 * benchtests/bench-memrchr.c: New file.
3039
bbf6e8e4
WN
30402013-09-06 Will Newton <will.newton@linaro.org>
3041
3042 * benchtests/Makefile (string-bench): Add memcpy.
3043
6c82a2f8
CD
30442013-09-05 Carlos O'Donell <carlos@redhat.com>
3045 Cong Wang <amwang@redhat.com>
3046
3047 * sysdeps/unix/sysv/linux/bits/in.h
3048 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
3049 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
3050 before __USE_KERNEL_IPV6_DEFS uses.
3051 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
3052 IPPROTO_BEETPH.
3053 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
3054 sockaddr_in6, or ipv6_mreq.
3055
5430fc65
AZ
30562013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3057
3058 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
3059 memory access for final bytes in some large inputs.
3060 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
3061
4660856c
AZ
30622013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3063
3064 * string/test-memrchr.c: New file.
3065 * string/test-memrchr-ifunc.c: New file.
3066 * string/Makefile: Add new memrchr testcase.
3067
bb8ea713
MF
30682013-09-05 Mike Frysinger <vapier@gentoo.org>
3069
3070 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
3071 fanotify_init returns EPERM.
3072
b92a20b5
JM
30732013-09-04 Joseph Myers <joseph@codesourcery.com>
3074
3075 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
3076 errors.
3077 (top level): Treat second token from macro or constant entries for
3078 allowed headers as allowed.
3079 * include/complex.h: Condition internal declarations on
3080 [!_ISOMAC].
3081 * include/fenv.h: Condition include of <stdbool.h> and internal
3082 declarations on [!_ISOMAC].
7447ccd9
CL
3083
30842013-09-04 Chris Leonard <cjl@sugarlabs,.org>
3085
3e181dda 3086 [BZ #15923]
7447ccd9
CL
3087 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
3088
3f2e46a4
JM
30892013-09-04 Joseph Myers <joseph@codesourcery.com>
3090
3091 * configure.in (--enable-versioning): Remove configure option.
3092 (libc_cv_asm_symver_directive): Remove configure test.
3093 (libc_cv_ld_version_script_option): Likewise.
3094 (VERSIONING): Remove variable and AC_SUBST.
3095 (DO_VERSIONING): Remove AC_DEFINE.
3096 * configure: Regenerated.
3097 * config.h.in (DO_VERSIONING): Remove macro.
3098 * Makerules [$(versioning) = yes]: Change conditionals to
3099 [$(build-shared) = yes].
3100 * config.make.in (versioning): Remove variable.
3101 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
3102 [$(build-shared) = yes].
3103 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
3104 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
3105 * elf/Makefile [$(versioning) = yes]: Change conditionals to
3106 [$(build-shared) = yes].
3107 * extra-lib.mk [$(versioning) = yes]: Likewise.
3108 * hurd/Makefile [$(versioning) = yes]: Likewise.
3109 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
3110 [SHARED].
3111 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
3112 [SHARED].
3113 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
3114 [SHARED && !NO_HIDDEN].
3115 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
3116 [SHARED].
3117 [SHARED && DO_VERSIONING]: Likewise..
3118 * libio/Makefile [$(versioning) = yes]: Change conditionals to
3119 [$(build-shared) = yes].
3120 * manual/install.texi (--disable-versioning): Remove
3121 documentation.
3122 * INSTALL: Regenerated.
3123 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
3124 to [SHARED].
3125 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
3126 [$(build-shared) = yes].
3127 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
3128 * sysdeps/i386/i686/multiarch/strstr-c.c
3129 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
3130 [SHARED && !NO_HIDDEN].
3131 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
3132 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
3133 * sysdeps/powerpc/powerpc32/dl-machine.c
3134 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
3135 * sysdeps/powerpc/powerpc32/sysdep.h
3136 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
3137 to [SHARED && PIC && !NO_HIDDEN].
3138 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
3139 conditional to [SHARED].
3140
44558701
WN
31412013-09-04 Will Newton <will.newton@linaro.org>
3142
3143 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
3144 * benchtests/bench-string.h: Include bench-timing.h instead
3145 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
3146 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
3147 call to HP_TIMING_DIFF_INIT.
3148 * benchtests/bench-memccpy.c: Use bench-timing.h macros
3149 instead of hp-timing.h macros.
3150 * benchtests/bench-memchr.c: Likewise.
3151 * benchtests/bench-memcmp.c: Likewise.
3152 * benchtests/bench-memcpy.c: Likewise.
3153 * benchtests/bench-memmem.c: Likewise.
3154 * benchtests/bench-memmove.c: Likewise.
3155 * benchtests/bench-memset.c: Likewise.
3156 * benchtests/bench-rawmemchr.c: Likewise.
3157 * benchtests/bench-strcasecmp.c: Likewise.
3158 * benchtests/bench-strcasestr.c: Likewise.
3159 * benchtests/bench-strcat.c: Likewise.
3160 * benchtests/bench-strchr.c: Likewise.
3161 * benchtests/bench-strcmp.c: Likewise.
3162 * benchtests/bench-strcpy.c: Likewise.
3163 * benchtests/bench-strcpy_chk.c: Likewise.
3164 * benchtests/bench-strlen.c: Likewise.
3165 * benchtests/bench-strncasecmp.c: Likewise.
3166 * benchtests/bench-strncat.c: Likewise.
3167 * benchtests/bench-strncmp.c: Likewise.
3168 * benchtests/bench-strncpy.c: Likewise.
3169 * benchtests/bench-strnlen.c: Likewise.
3170 * benchtests/bench-strpbrk.c: Likewise.
3171 * benchtests/bench-strrchr.c: Likewise.
3172 * benchtests/bench-strspn.c: Likewise.
3173 * benchtests/bench-strstr.c: Likewise.
3174
cae16d66
WN
31752013-09-04 Will Newton <will.newton@linaro.org>
3176
3177 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
3178
ffa3cd7f
JM
31792013-09-03 Joseph Myers <joseph@codesourcery.com>
3180
3181 [BZ #15427]
3182 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
3183 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
3184 * math/libm-test.inc (lgamma_test_data): Add more tests.
3185 * sysdeps/i386/fpu/libm-test-ulps: Update.
3186 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3187
8f02859f
OB
31882013-09-03 Ondřej Bílka <neleai@seznam.cz>
3189
3190 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
3191 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3192 Add ifunc.
3193 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
3194 Add strcmp-sse2-unaligned
3195 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
3196
18d43716
MF
31972013-09-02 Mike Frysinger <vapier@gentoo.org>
3198
3199 * Versions.def (libc): Add GLIBC_2.19.
3200
ac444012
MF
32012013-09-02 Mike Frysinger <vapier@gentoo.org>
3202
3203 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
3204 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
3205
b7835e32
JM
32062013-09-02 Joseph Myers <joseph@codesourcery.com>
3207
3208 [BZ #14155]
3209 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
3210 intermediate calculations in recurrence.
3211 (__ieee754_ynf): Likewise.
3212 * math/libm-test.inc (jn_test_data): Do not allow spurious
3213 underflow exception. Add more tests.
3214 (yn_test_data): Add more tests.
3215 * sysdeps/i386/fpu/libm-test-ulps: Update.
3216 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3217
8220f4f0
OB
32182013-09-02 Ondřej Bílka <neleai@seznam.cz>
3219
3220 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
3221
f24a6d08
OB
32222013-08-30 Ondřej Bílka <neleai@seznam.cz>
3223
3224 * csu/init-first.c: Fix then/than typos.
3225 * locale/programs/ld-collate.c: Likewise.
3226 * locale/programs/linereader.h: Likewise.
3227 * manual/charset.texi: Likewise.
3228 * manual/filesys.texi: Likewise.
3229 * manual/stdio.texi: Likewise.
3230 * manual/string.texi: Likewise.
3231 * stdlib/fmtmsg.c: Likewise.
3232 * sysdeps/i386/stpncpy.S: Likewise.
3233 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3234 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3235 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
3236 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3237
382466e0
OB
32382013-08-30 Ondřej Bílka <neleai@seznam.cz>
3239
3240 * elf/dl-open.c: Fix typos.
3241 * iconvdata/gbbig5.c: Likewise.
3242 * iconvdata/iso-2022-jp.c: Likewise.
3243 * iconv/gconv_int.h: Likewise.
3244 * iconv/loop.c: Likewise.
3245 * nis/rpcsvc/nis.h: Likewise.
3246 * resolv/ns_name.c: Likewise.
3247 * stdio-common/vfscanf.c: Likewise.
3248 * streams/stropts.h: Likewise.
3249 * sunrpc/rpc_thread.c: Likewise.
3250 * sysdeps/i386/strpbrk.S: Likewise.
3251 * sysdeps/ieee754/k_standard.c: Likewise.
3252 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
3253 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
3254 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3255 * sysdeps/mach/hurd/profil.c: Likewise.
3256 * sysdeps/s390/dl-procinfo.h: Likewise.
3257 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
3258 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3259 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
3260 * sysdeps/x86_64/dl-trampoline.S: Likewise.
3261 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
3262
0186c6e9
OB
32632013-08-30 Ondřej Bílka <neleai@seznam.cz>
3264
3265 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
3266 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
3267
d4e16af1
OB
32682013-08-29 Ondřej Bílka <neleai@seznam.cz>
3269
3270 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
3271 aix specific files.
3272 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
3273 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
3274 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
3275 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
3276 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
3277 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
3278 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
3279 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
3280
88335980
TS
32812013-08-29 Thomas Schwinge <thomas@codesourcery.com>
3282 Roland McGrath <roland@hack.frob.com>
3283
3284 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
3285 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
3286
ed479b02
ST
32872013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
3288
3289 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
3290 __executable_start symbol instead of _start.
3291
f1cc4c86
TS
32922013-08-29 Thomas Schwinge <thomas@codesourcery.com>
3293
d821f07c
TS
3294 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
3295 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
3296 Move macros to...
3297 * sysdeps/gnu/ldsodefs.h: ... this new file.
3298
c54290cf
TS
3299 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
3300 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
3301 instead of ELFOSABI_LINUX.
3302
0007fc9b 3303 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
3304 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
3305 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
3306 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
3307 Likewise.
3308 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
3309 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
3310 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
3311 Likewise.
3312 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
3313 (ibm_extended_long_double): Add ieee_nan member.
3314 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
3315 (do_test): New function.
3316
f1cc4c86
TS
3317 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
3318 TEST_TRUNC.
3319 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
3320 functions, renamed from truncdfsf_test, trunctfsf_test,
3321 trunctfdf_test.
3322 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
3323 functions.
3324 (do_test): Run all these.
3325
6f65e668
OB
33262013-08-29 Ondřej Bílka <neleai@seznam.cz>
3327
3328 * argp/argp-help.c: Fix typos.
3329 * argp/argp-parse.c: Likewise.
3330 * debug/backtracesyms.c: Likewise.
3331 * elf/elf.h: Likewise.
3332 * malloc/malloc.c: Likewise.
3333 * nis/nis_print.c: Likewise.
3334 * resolv/res_comp.c: Likewise.
3335 * stdlib/stdlib.h: Likewise.
3336 * sunrpc/clnt_tcp.c: Likewise.
3337 * sunrpc/clnt_udp.c: Likewise.
3338 * sunrpc/clnt_unix.c: Likewise.
3339 * sysdeps/unix/bsd/ptsname.c: Likewise.
3340 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3341 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
3342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
3343 Likewise.
3344 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3345 Likewise.
3346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3347 Likewise.
6f65e668
OB
3348 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
3349
3a309239
SP
33502013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
3351
3352 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
3353 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
3354
3b813b29
MF
33552013-08-27 Mike Frysinger <vapier@gentoo.org>
3356
3357 [BZ #15897]
3358 * dlfcn/Makefile (tests): Add bug-dl-leaf.
3359 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
3360 ($(objpfx)bug-dl-leaf): New rule.
3361 ($(objpfx)bug-dl-leaf.so): Likewise.
3362 ($(objpfx)bug-dl-leaf.out): Likewise.
3363 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
3364 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
3365 * dlfcn/bug-dl-leaf.c: New test.
3366 * dlfcn/bug-dl-leaf-lib.c: Likewise.
3367 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
3368 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
3369 (dlclose): Likewise.
3370 (dlmopen): Likewise.
3371
8cc3269f
RM
33722013-08-27 Roland McGrath <roland@hack.frob.com>
3373
7f9d0034
RM
3374 * include/netdb.h [!_ISOMAC]:
3375 Don't include <tls.h>.
3376 (h_errno, __libc_h_errno): Move declaration and macros out of
3377 [_LIBC_REENTRANT].
3378
fb431262
RM
3379 * include/resolv.h [_RESOLV_H_]:
3380 Don't include <tls.h>.
3381 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
3382 * resolv/res_libc.c: Don't include <tls.h>.
3383 (_res): Use __attribute__ ((nocommon)) in place of
3384 __attribute__ ((section (".bss"))).
3385
bd81123a
RM
3386 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
3387 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
3388
c4e42566
RM
3389 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
3390
f890a59b
RM
3391 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
3392 only under [SIOCGIFCONF && SIOCGIFNETMASK].
3393
3394 * resolv/res_mkquery.c: Include <sys/time.h>.
3395
5d1f0a09
RM
3396 * inet/ifreq.c: Moved to ...
3397 * sysdeps/unix/ifreq.c: ... here.
3398 * inet/ifreq.c: New file, true stub version.
3399
6fcf28b3
RM
3400 * socket/sa_len.c: New file.
3401 * socket/Makefile (aux): Add it.
3402 * sysdeps/unix/sysv/linux/Makefile
3403 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
3404 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
3405 and #include <socket/sa_len.c>.
3406 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
3407 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
3408
e041fb8b
RM
3409 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
3410 * bits/socket.h: ... here.
3411
8cc3269f
RM
3412 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
3413 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
3414 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
3415
5d228a43
AS
34162013-08-27 Andreas Schwab <schwab@suse.de>
3417
45b8accc
AS
3418 [BZ #15736]
3419 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
3420 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
3421 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
3422 * string/test-strcasecmp.c (test_main): Run tests in several
3423 locales.
3424 * string/test-strncasecmp.c (test_main): Likewise.
3425
5d228a43
AS
3426 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
3427 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
3428 to __strcasecmp_nonascii and __strncasecmp_nonascii.
3429 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
3430 (__strncasecmp_ssse3) [PIC]: Likewise.
3431
59d112a4
RM
34322013-08-26 Roland McGrath <roland@hack.frob.com>
3433
53234cc3
RM
3434 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
3435
59d112a4
RM
3436 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
3437 instead of explicitly declaring xdecrypt.
3438 * nis/nss_nis/nis-publickey.c: Likewise.
3439
595aba70
SP
34402013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3441
3442 [BZ #15890]
3443 * nscd/aicache.c: Include res_hconf.h.
3444 (addhstaiX): Initialize res_hconf.
3445
ffabd393
AS
34462013-08-26 Andreas Schwab <schwab@suse.de>
3447
3448 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
3449 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
3450
e0a69f5c
SP
34512013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3452
3453 * nscd/aicache.c (addhstaiX): Fix indentation.
3454
8c12f01d
MF
34552013-08-25 Mike Frysinger <vapier@gentoo.org>
3456
3457 * configure.ac: Quote $build_pt_chown test.
3458 * configure: Regenerated.
3459
8fe89494
JM
34602013-08-23 Joseph Myers <joseph@codesourcery.com>
3461
3462 [BZ #15532]
3463 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
3464 * math/s_cexpf.c (__cexpf): Likewise.
3465 * math/s_cexpl.c (__cexpl): Likewise.
3466 * math/libm-test.inc (cexp_test_data): Correct expected return
3467 value for NaN + i0. Add another test.
3468
75b181d6
DM
34692013-08-22 David S. Miller <davem@davemloft.net>
3470
3471 * po/ca.po: Update Catalan translation from translation project.
936241e4 3472 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 3473
acd06bb1
JM
34742013-08-21 Joseph Myers <joseph@codesourcery.com>
3475
3476 [BZ #15797]
3477 * math/s_fdim.c (__fdim): Check for infinite arguments if result
3478 is infinite, not alongside NaN test.
3479 * math/s_fdimf.c (__fdimf): Likewise.
3480 * math/s_fdiml.c (__fdiml): Likewise.
3481 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
3482 errno is unchanged.
3483
c0c3f78a
OB
34842013-08-21 Ondřej Bílka <neleai@seznam.cz>
3485
3486 * argp/argp-help.c: Fix typos.
3487 * crypt/speeds.c: Likewise.
3488 * csu/check_fds.c: Likewise.
3489 * elf/dl-load.c: Likewise.
3490 * elf/dl-open.c: Likewise.
3491 * elf/reldep3.c: Likewise.
3492 * elf/reldep.c: Likewise.
3493 * elf/sprof.c: Likewise.
3494 * iconv/iconv_charmap.c: Likewise.
3495 * iconv/skeleton.c: Likewise.
3496 * iconv/strtab.c: Likewise.
3497 * io/lockf64.c: Likewise.
3498 * libio/libioP.h: Likewise.
3499 * resolv/gai_notify.c: Likewise.
3500 * resolv/ns_name.c: Likewise.
3501 * resolv/ns_samedomain.c: Likewise.
3502 * resolv/res_send.c: Likewise.
3503 * stdlib/random.c: Likewise.
3504 * sunrpc/rpc/xdr.h: Likewise.
3505 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
3506 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3507 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3508 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3509 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3510 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3511 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3512 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3513 * sysdeps/mach/hurd/check_fds.c: Likewise.
3514 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
3515 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3516 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
3517 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
3518 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3519 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
3520 * sysdeps/pthread/aio_notify.c: Likewise.
3521 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
3522 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
3523 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
3524 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3525 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
3526
46ed1038
LD
35272013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3528
3529 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
3530 version if bit_Slow_SSE4_2 is set.
3531 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
3532 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
3533
d400dcac
AZ
35342013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3535
3536 [BZ #15867]
3537 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
3538 trampoline stack frame information.
3539 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
3540 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
3541 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
3542 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
3543 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
3544 * sysdeps/unix/sysv/linux/powerpc/init-first.c
3545 (_libc_vdso_platform_setup): Initialize the signal trampolines.
3546 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
3547 sa_flags value.
3548 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
3549 interrupting a syscall and set with option SA_SIGINFO.
3550
42c8fdd8
JM
35512013-08-20 Joseph Myers <joseph@codesourcery.com>
3552
c980f2f4
JM
3553 [BZ #15531]
3554 * math/s_cproj.c (__cproj): Only return an infinity if one part of
3555 argument is infinite.
3556 * math/s_cprojf.c (__cprojf): Likewise.
3557 * math/s_cprojl.c (__cprojl): Likewise.
3558 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
3559 * math/libm-test.inc (cproj_test_data): Add more tests.
3560
0716c4fc
JM
3561 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
3562
42c8fdd8
JM
3563 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
3564 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
3565 size. Use __ffs to determine corresponding shift.
3566
b31469d0
JM
35672013-08-20 Joseph Myers <joseph@codesourcery.com>
3568 Roland McGrath <roland@hack.frob.com>
3569
3570 * Makefile (INSTALL): Remove trailing blank lines from output of
3571 makeinfo.
3572
4e39af6e
AK
35732013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3574
3575 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
3576 Align 32 bit compat elf_greg to 8 bytes.
3577
f315524e
AA
35782013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
3581
1326ba1a
SP
35822013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
3583
3584 * string/strcoll_l.c (coll_seq): New structure.
3585 (get_next_seq_cached): New function.
3586 (get_next_seq): New function.
3587 (do_compare): New function.
3588 (STRCOLL): Use GNU style definition. Simplify implementation
3589 by using get_next_seq, get_next_seq_cached and do_compare.
3590
91ce4085
FW
35912013-08-16 Florian Weimer <fweimer@redhat.com>
3592
3593 [BZ #14699]
3594 CVE-2013-4237
3595 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
3596 member.
3597 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
3598 member.
3599 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
3600 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
3601 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
3602 conditional.
3603 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
3604 GETDENTS_64BIT_ALIGNED.
3605 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
3606 * manual/filesys.texi (Reading/Closing Directory): Document
3607 ENAMETOOLONG return value of readdir_r. Recommend readdir more
3608 strongly.
3609 * manual/conf.texi (Limits for Files): Add portability note to
3610 NAME_MAX, PATH_MAX.
3611 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
3612
ca0a6bc4
AS
36132013-08-13 Andreas Schwab <schwab@suse.de>
3614
3615 [BZ #15749]
3616 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
3617 of fabs.
3618 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
3619 LDBL_MAX_EXP >= 16384]: Add tests for it.
3620
6c1fd795
DM
36212013-08-12 David S. Miller <davem@davemloft.net>
3622
3623 * version.h (RELEASE): Set to "development".
3624 (VERSION): Set to "2.18.90".
3625 * NEWS: Add 2.19 section.
3626
31ad488d
DM
36272013-08-03 David S. Miller <davem@davemloft.net>
3628
3629 * po/ko.po: Update Korean translation from translation project.
3630
db24e684
DM
36312013-08-01 David S. Miller <davem@davemloft.net>
3632
3633 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
3634 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
3635 Bilka.
3636
f723285b
DM
36372013-07-30 David S. Miller <davem@davemloft.net>
3638
3639 * po/fr.po: Update French translation from translation project.
3640
3cbc52db
DM
36412013-07-28 David S. Miller <davem@davemloft.net>
3642
30bbc0cc
DM
3643 * po/cs.po: Update Czech translation from translation project.
3644
3cbc52db
DM
3645 * po/sv.po: Update Swedish translation from translation project.
3646
d492e6d0
DM
36472013-07-27 David S. Miller <davem@davemloft.net>
3648
f1a7f492
DM
3649 * po/eo.po: Update Esperanto translation from translation project.
3650
90e62a4a
DM
3651 * po/vi.po: Update Vietnamese translation from translation project.
3652
d492e6d0
DM
3653 * po/de.po: Update German translation from translation project.
3654
d4baa62d
DM
36552013-07-26 David S. Miller <davem@davemloft.net>
3656
641aa7b4
DM
3657 * po/bg.po: Update Bulgarian translation from translation project.
3658
d4baa62d
DM
3659 * po/nl.po: Update Dutch translation from translation project.
3660 * po/pl.po: Update Polish translation from translation project.
3661 * po/ru.po: Update Russian translation from translation project.
3662
61a9dcb9
DM
36632013-07-24 David S. Miller <davem@davemloft.net>
3664
3665 * po/libc.pot: Update.
3666
7b1f8b58
AZ
36672013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3668
3669 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
3670 variable page size.
3671 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
3672 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
3673 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
3674
a8fc7a03
AK
36752013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3676
3677 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
3678
e4608715
CD
36792013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
3680 Andreas Schwab <schwab@suse.de>
3681 Roland McGrath <roland@hack.frob.com>
3682 Joseph Myers <joseph@codesourcery.com>
3683 Carlos O'Donell <carlos@redhat.com>
3684
3685 [BZ #15755]
3686 * config.h.in: Define HAVE_PT_CHOWN.
3687 * config.make.in (build-pt-chown): New variable.
3688 * configure.in (--enable-pt_chown): New configure option.
3689 * configure: Regenerate.
3690 * login/Makefile: Include Makeconfig. Build pt_chown only if
3691 build-pt-chown is enabled.
3692 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
3693 pt_chown to fix pty ownership.
3694 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
3695 CLOSE_ALL_FDS.
3696 * manual/install.texi (Configuring and compiling): Mention
3697 --enable-pt_chown. Add @findex for grantpt.
3698 * INSTALL: Regenerate.
3699
da2d62df
DM
37002013-07-20 David S. Miller <davem@davemloft.net>
3701
3702 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
3703 difference between 32-bit and 64-bit.
3704
d7e06450
CD
37052013-07-15 Carlos O'Donell <carlos@redhat.com>
3706
3707 [BZ #15711]
3708 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
3709 Avoid system header dependency with -ffreestanding.
3710 ($(objpfx)bits/syscall%d): Likewise.
3711
f959cfd7
DM
37122013-07-13 David S. Miller <davem@davemloft.net>
3713
3714 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
3715 underflows from atanl/atan2l due to bug 15319.
3716 (casinh_test_data): Likewise.
3717
c61f8513
DM
37182013-07-07 David S. Miller <davem@davemloft.net>
3719
3720 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
3721
72c90ed0
JA
37222013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
3723
3724 * sysdeps/i386/fpu/libm-test-ulps: Update.
3725 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3726
52dfbe13
SP
37272013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3728
3729 * configure.in (--enable-lock-elision): Fix message text.
3730 * INSTALL: Regenerate.
3731 * configure: Regenerate.
3732
3f169543
AZ
37332013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3734
3735 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3736
521c6785
AJ
37372013-07-03 Andreas Jaeger <aj@suse.de>
3738
3739 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
3740 define.
3741 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
3742 (ptrace_peeksiginfo_args): Add.
3743 (__ptrace_peeksiginfo_flags): Add.
3744 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3745 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3746 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3747
d2cc15cb
AM
37482013-07-03 Allan McRae <allan@archlinux.org>
3749
3750 * sysdeps/i386/fpu/libm-test-ulps: Update.
3751
3aaeeca7
DM
37522013-07-02 David S. Miller <davem@davemloft.net>
3753
3754 * sysdeps/sparc/fpu/libm-test-ulps: Update.
3755
5314ed1a
MT
37562013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
3757
3758 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3759
67338156
JM
37602013-07-02 Joseph Myers <joseph@codesourcery.com>
3761
3762 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3763 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3764
1717da59
AK
37652013-07-02 Andi Kleen <ak@linux.intel.com>
3766
3767 * config.h.in (ENABLE_LOCK_ELISION): Add.
3768 * configure.in (--enable-lock-elision): Add option.
3769 * manual/install.texi: Document --enable lock elision.
3770 * configure: Regenerate
3771 * INSTALL: Regenerate.
3772
1c81621c
L
37732013-07-02 H.J. Lu <hongjiu.lu@intel.com>
3774
3775 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
3776 SSE4.2 strcasecmp for libc.a.
3777 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3778
77f01ab5
JM
37792013-07-02 Joseph Myers <joseph@codesourcery.com>
3780
3781 [BZ #13304]
3782 * soft-fp/op-common.h (_FP_FMA): New macro.
3783 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
3784 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
3785 (_FP_MUL_MEAT_1_imm): ... here.
3786 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
3787 (_FP_MUL_MEAT_1_wide): ... here.
3788 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
3789 (_FP_MUL_MEAT_1_hard): ... here.
3790 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
3791 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
3792 (_FP_MUL_MEAT_2_wide): ... here.
3793 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
3794 (_FP_MUL_MEAT_2_wide_3mul): ... here.
3795 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
3796 (_FP_MUL_MEAT_2_gmp): ... here.
3797 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
3798 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
3799 (_FP_MUL_MEAT_4_wide): ... here.
3800 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
3801 (_FP_MUL_MEAT_4_gmp): ... here.
3802 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
3803 (_FP_WFRACBITS_DW_S): Likewise.
3804 (_FP_WFRACXBITS_DW_S): Likewise.
3805 (_FP_HIGHBIT_DW_S): Likewise.
3806 (FP_FMA_S): Likewise.
3807 (_FP_FRAC_HIGH_DW_S): Likewise.
3808 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
3809 (_FP_WFRACBITS_DW_D): Likewise.
3810 (_FP_WFRACXBITS_DW_D): Likewise.
3811 (_FP_HIGHBIT_DW_D): Likewise.
3812 (FP_FMA_D): Likewise.
3813 (_FP_FRAC_HIGH_DW_D): Likewise.
3814 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
3815 (_FP_WFRACBITS_DW_E): Likewise.
3816 (_FP_WFRACXBITS_DW_E): Likewise.
3817 (_FP_HIGHBIT_DW_E): Likewise.
3818 (FP_FMA_E): Likewise.
3819 (_FP_FRAC_HIGH_DW_E): Likewise.
3820 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
3821 (_FP_WFRACBITS_DW_Q): Likewise.
3822 (_FP_WFRACXBITS_DW_Q): Likewise.
3823 (_FP_HIGHBIT_DW_Q): Likewise.
3824 (FP_FMA_Q): Likewise.
3825 (_FP_FRAC_HIGH_DW_Q): Likewise.
3826 * soft-fp/fmasf4.c: New file.
3827 * soft-fp/fmadf4.c: Likewise.
3828 * soft-fp/fmatf4.c: Likewise.
3829
6308fd9a
LD
38302013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3831
3832 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
3833 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
3834 Silvermont.
3835 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
3836 macro.
3837 (index_Slow_SSE4_2): Likewise.
3838 (index_Prefer_PMINUB_for_stringop): Likewise.
3839 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
3840 bit_Slow_SSE4_2 is set.
3841 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3842 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3843
89cd9569
RA
38442013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3845
3846 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
3847 rtld_global._dl_hwcap2.
3848 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
3849 POWER8.
3850 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
3851 POWER8 feature descriptions defined in _dl_hwcap2.
3852 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
3853 string handling for POWER8 feature bits.
3854 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
3855 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
3856 _dl_powerpc_cap_flags.
3857 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
3858 * sysdeps/powerpc/rtld-global-offsets.sym
3859 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
3860 _dl_hwcap2 in the rtld_global_ro structure.
3861
1ae8bfe0
RA
38622013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3863
3864 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
3865 hardware capabilities in support of AT_HWCAP2.
3866 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
3867 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
3868 GLRO(dl_hwcap2).
3869 (_dl_show_auxv): Add support for calling _dl_procinfo to display
3870 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
3871 explicitly the unknown a_type display mechanism is used.
3872 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
3873 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
3874 struct member.
3875 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
3876 to macro prototype for AT_HWCAP2 support.
3877 * sysdeps/i386/dl-procinfo.h: Likewise.
3878 * sysdeps/s390/dl-procinfo.h: Likewise.
3879 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
3880 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
3881 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
3882 return -1 for unknown a_type display fallback.
3883 * sysdeps/sparc/dl-procinfo.h: Likewise.
3884 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
3885 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
3886
8fbec010
JM
38872013-06-28 Joseph Myers <joseph@codesourcery.com>
3888
3889 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
3890 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
3891
0432680e
PY
38922013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
3893
3894 [BZ #12492]
3895 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
3896 mprotect making __stack_prot writable.
3897
ce61a2ad
NF
38982013-06-28 Nathan Froyd <froydnj@codesourcery.com>
3899 Joseph Myers <joseph@codesourcery.com>
3900
3901 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
3902 as being properly aligned.
3903
f91f1c0f
MR
39042013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
3905
3d0f5d0c
MR
3906 * dlfcn/modstatic5.c: New file.
3907 * dlfcn/tststatic5.c: New file.
3908 * dlfcn/Makefile (tests): Add tststatic5.
3909 (tests-static): Likewise.
3910 (modules-names): Add modstatic5.
3911 (tststatic5-ENV): New variable.
3912 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
3913
f91f1c0f
MR
3914 [BZ #15022]
3915 * elf/dl-support.c (_dl_main_map): New variable.
3916 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
3917 (_dl_nns, _dl_load_adds): Set to 1.
3918 (_dl_initial_searchlist): Refer to _dl_main_map.
3919 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
3920 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
3921 call to _dl_get_origin.
3922 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
3923 around call_map.
3924 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
3925 * dlfcn/modstatic3.c: New file.
3926 * dlfcn/tststatic3.c: New file.
3927 * dlfcn/tststatic4.c: New file.
3928 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
3929 (tests-static): Likewise.
3930 (modules-names): Add modstatic3.
3931 (tststatic3-ENV, tststatic4-ENV): New variables.
3932 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
3933 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
3934
cbe7d24b
JM
39352013-06-26 Joseph Myers <joseph@codesourcery.com>
3936
3937 * configure.in (CC): Require GCC version 4.4 or later.
3938 * configure: Regenerated.
3939 * manual/install.texi (Tools for Compilation): Update GCC version
3940 requirement.
3941 * INSTALL: Regenerated.
3942
11b8a0e1
LD
39432013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3944
3945 [BZ #15674]
bb5bb87c
L
3946 * string/test-memcmp.c (check2): New.
3947 (main): Call check2.
3948
11b8a0e1
LD
3949 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
3950
b0037103
MR
39512013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3952
3953 [BZ #15022]
3954 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
3955 over to...
3956 (dl_open_worker) [!SHARED]: ... here.
3957
c18c701d
RA
39582013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3959
3960 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
3961
1d17fa5f
RH
39622013-06-25 Richard Henderson <rth@redhat.com>
3963
3964 * locale/programs/locarchive.c: Include <libc-internal.h>
3965
8fcb833a
JM
39662013-06-25 Joseph Myers <joseph@codesourcery.com>
3967
3968 * manual/texinfo.tex: Update to version 2013-06-21.17, with
3969 trailing whitespace removed.
3970
17db6e8d
MF
39712013-06-24 Mike Frysinger <vapier@gentoo.org>
3972
3973 [BZ #10283]
17db6e8d
MF
3974 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
3975 * locale/programs/locarchive.c: Include libc-mmap.h.
3976 (prepare_address_space): Take two new outputs (the mmap base and len).
3977 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
3978 values.
3979 (create_archive): Declare new mmap base and len values for
3980 prepare_address_space, and store the result in ah.
3981 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
3982 (enlarge_archive): If ah->mmap_base is not NULL, use that and
3983 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
3984 Declare new mmap base and len values for
3985 prepare_address_space, and store the result in new_ah.
3986 (open_archive): Declare new mmap base and len values for
3987 prepare_address_space, and store the result in ah.
3988 (close_archive): If ah->mmap_base is not NULL, use that and
3989 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
3990 * sysdeps/generic/libc-mmap.h: New file.
3991
d605071e
MF
39922013-06-24 Mike Frysinger <vapier@gentoo.org>
3993
3994 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
3995 (ALIGN_UP): Likewise.
3996 (PTR_ALIGN_DOWN): Likewise.
3997 (PTR_ALIGN_UP): Likewise.
3998
2f063a6e
RA
39992013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4000
4001 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
4002 entry mapped to PPC_PLATFORM_POWER8.
4003 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
4004 POWER8.
4005 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
4006 (_dl_string_platform): Add case for exporting platform position for
4007 POWER8.
4008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
4009 search path to sysdeps/powerpc/powerpc32/power8 directory.
4010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
4011 search path to sysdeps/powerpc/powerpc64/power8 directory.
4012 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
4013 power7 directories.
4014 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
4015 power7 directories.
4016
a31ee4b3
SP
40172013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4018
a74ca98f
SP
4019 * INSTALL: Regenerate.
4020
a31ee4b3
SP
4021 * nscd/connections.c (nscd_init): Fix comment.
4022
695c378f
JM
40232013-06-22 Joseph Myers <joseph@codesourcery.com>
4024
d8412221
JM
4025 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
4026
695c378f
JM
4027 [BZ #15667]
4028 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
4029 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
4030
d1d54715
MR
40312013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
4032
4033 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
4034 DL_DST_REQ_STATIC.
4035 (DL_DST_REQ_STATIC): Remove macro.
4036
8fdda7af
JM
40372013-06-21 Joseph Myers <joseph@codesourcery.com>
4038
4039 [BZ #7006]
4040 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
4041 with a shift of 0 bits.
4042
f3bc5e5a
MR
40432013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
4044
4045 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
4046 $(tststatic-ENV).
4047
be09e8c9
KK
40482013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4049
4050 [BZ #15655]
4051 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
4052
85c2e611
AZ
40532013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4054
4055 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
4056 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
4057 accepts -fno-tree-loop-distribute-patterns.
4058 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
4059 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
4060 recursive call.
4061 * string/memset.c (memset): Likewise.
4062 * string/test-memmove.c (simple_memmove): Disable loop transformation
4063 to library calls.
4064 * string/test-memset.c (simple_memset): Likewise.
4065 * benchtests/bench-memmove.c (simple_memmove): Likewise.
4066 * benchtests/bench-memset.c (simple_memset): Likewise.
4067 * configure: Regenerated.
4068
c91e0825
JM
40692013-06-20 Joseph Myers <joseph@codesourcery.com>
4070
b8c792af
JM
4071 * math/test-misc.c (main): Ignore fesetround failure when failures
4072 of subsequent rounding tests would be ignored.
4073
c91e0825
JM
4074 [BZ #15654]
4075 * math/fedisblxcpt.c (fedisableexcept): Return 0.
4076 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
4077 * math/fegetenv.c (__fegetenv): Return 0.
4078 * math/fegetexcept.c (fegetexcept): Return 0.
4079 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
4080 FE_TONEAREST.
4081 * math/feholdexcpt.c (feholdexcept): Return 0.
4082 * math/fesetenv.c (__fesetenv): Return 0.
4083 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
4084 argument FE_TONEAREST.
4085 * math/feupdateenv.c (__feupdateenv): Return 0.
4086 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
4087
bfcacbde
RM
40882013-06-18 Roland McGrath <roland@hack.frob.com>
4089
4090 * elf/rtld-Rules (rtld-compile-command.S): New variable.
4091 (rtld-compile-command.s, rtld-compile-command.c): New variables.
4092 ($(objpfx)rtld-%.os rules): Use them.
4093
e55a9b25
AZ
40942013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4095
4096 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
4097 fields.
4098
346d65b3
RM
40992013-06-17 Roland McGrath <roland@hack.frob.com>
4100
12086fb4
RM
4101 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
4102 length of target pattern, then descending length of dependency pattern.
4103 * configure.in (AWK): Require gawk 3.1.2 or newer.
4104 * manual/install.texi (Tools for Compilation): Say that we do.
4105 * configure: Regenerated.
4106
346d65b3
RM
4107 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
4108 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
4109 * scripts/sysd-rules.awk: ... this new script.
4110 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
4111 than a glob-style pattern.
4112
1a846317
JM
41132013-06-17 Joseph Myers <joseph@codesourcery.com>
4114
4115 * math/test-misc.c (main): Do not treat incorrectly rounded
4116 conversions as failure unless ROUNDING_TESTS passes.
4117
8fc75e6f
JM
41182013-06-15 Joseph Myers <joseph@codesourcery.com>
4119
3711a167
JM
4120 [BZ #15631]
4121 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
4122 restore exception state around main square root computation, then
4123 check for inexactness explicitly.
4124
8fc75e6f
JM
4125 * math/libm-test.inc (fma_test_data): Add another test.
4126
61dd6208
SP
41272013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4128
adf23d2c
SP
4129 * manual/threads.texi (Non-POSIX Extensions): New document
4130 node. Document pthread_getattr_default_np and
4131 pthread_setattr_default_np.
4132
61dd6208
SP
4133 * Versions.def (libpthread): Add GLIBC_2.18.
4134 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
4135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4136 Likewise.
4137 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4138 Likewise.
4139 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4140 Likewise.
4141 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4142 Likewise.
4143 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
4144 Likewise.
4145 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4146 Likewise.
4147 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4148 Likewise.
4149 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
4150 Likewise.
4151 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
4152 Likewise.
4153
d086fc7b
LD
41542013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4155
4156 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4157 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
4158
747ef469
SP
41592013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
4160 H.J. Lu <hjl.tools@gmail.com>
4161
4162 [BZ #15627]
4163 * sysdeps/x86_64/rtld-memset.c: Remove file.
4164 * sysdeps/x86_64/rtld-memset.S: New file.
4165
1b2feed2
JM
41662013-06-14 Joseph Myers <joseph@codesourcery.com>
4167
4168 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
4169 (test_in_one_mode): Take arguments for whether the rounding mode
4170 is supported for each floating-point type.
4171 (do_test): Pass new arguments to test_in_one_mode using
4172 ROUNDING_TESTS.
4173
a58ad3f8
RM
41742013-06-13 Roland McGrath <roland@hack.frob.com>
4175
4176 * posix/tst-waitid.c (do_test): Distinguish different instances of
4177 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
4178 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
4179 before entering the kernel for waitpid.
4180
c204ab28
SP
41812013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4182
4183 * NEWS: Fix note on clock function precision. Text by Roland
4184 McGrath.
4185
f4a29fba
RM
41862013-06-13 Roland McGrath <roland@hack.frob.com>
4187
4188 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
4189 it into place only when and if the sanity check passes.
4190
1f24b9ad
JM
41912013-06-13 Joseph Myers <joseph@codesourcery.com>
4192
4193 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
4194 output for whether conversion result is exact. Take argument
4195 indicating whether type is IBM long double.
4196 (round_for_all): Change need_exact field to ibm_ld.
4197 * stdlib/tst-strtod-round.c (struct exactness): New type.
4198 (struct test): Change bool ld_ok field to struct exactness exact.
4199 (TEST): Update all definitions for change to field.
4200 (tests): Regenerate array contents.
4201 (test_in_one_mode): Take pointer to new field instead of old ld_ok
4202 field value. Check for IBM long double here.
4203 (do_test): Update calls to test_in_one_mode.
4204
58206c68
SP
42052013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4206
4207 [BZ #12515]
4208 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
4209 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
4210
2d6f4c5b 42112013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
4212
4213 [BZ #15605]
4214 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
4215 generated by the compiler on loop optimizations.
4216 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
4217 general definitions.
4218
94f2c076
JM
42192013-06-12 Joseph Myers <joseph@codesourcery.com>
4220
4221 * math/bug-nextafter.c: Include <math-tests.h>.
4222 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4223 the relevant type.
4224 * math/bug-nexttoward.c: Include <math-tests.h>.
4225 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4226 the relevant type.
4227 * math/test-misc.c: Include <math-tests.h>.
4228 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4229 the relevant type.
4230
e0e50a0a
AJ
42312013-06-12 Andreas Jaeger <aj@suse.de>
4232
4233 * po/ia.po: Update Interlingua translation from translation
4234 project.
4235
25061094
SP
42362013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4237
4238 * include/fenv.h: Include stdbool.h.
4239 (struct rm_ctx): New structure.
4240 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
4241 Define macro.
4242 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
4243 (SET_RESTORE_ROUNDF): Likewise.
4244 (SET_RESTORE_ROUNDL): Likewise.
4245 (SET_RESTORE_ROUND_NOEX): Likewise.
4246 (SET_RESTORE_ROUND_NOEXF): Likewise.
4247 (SET_RESTORE_ROUND_NOEXL): Likewise.
4248 (SET_RESTORE_ROUND_53BIT): Likewise.
4249 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
4250 (libc_feresetround_noexf_ctx): Likewise.
4251 (libc_feresetround_noexl_ctx): Likewise.
4252 (libc_feholdsetround_53bit_ctx): Likewise.
4253 (libc_feresetround_53bit_ctx): Likewise.
4254 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
4255 (libc_feholdexcept_setround_sse_ctx): New function.
4256 (libc_fesetenv_sse_ctx): Likewise.
4257 (libc_feupdateenv_sse_ctx): Likewise.
4258 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
4259 (libc_feholdexcept_setround_387_ctx): Likewise.
4260 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
4261 (libc_feholdsetround_387_prec_ctx): Likewise.
4262 (libc_feholdsetround_387_ctx): Likewise.
4263 (libc_feholdsetround_387_53bit_ctx): Likewise.
4264 (libc_feholdsetround_sse_ctx): Likewise.
4265 (libc_feresetround_sse_ctx): Likewise.
4266 (libc_feresetround_387_ctx): Likewise.
4267 (libc_feupdateenv_387_ctx): Likewise.
4268 (libc_feholdexcept_setroundf_ctx): Define macro.
4269 (libc_fesetenvf_ctx): Likewise.
4270 (libc_feupdateenvf_ctx): Likewise.
4271 (libc_feholdsetroundf_ctx): Likewise.
4272 (libc_feresetroundf_ctx): Likewise.
4273 (libc_feholdexcept_setround_ctx): Likewise.
4274 (libc_fesetenv_ctx): Likewise.
4275 (libc_feupdateenv_ctx): Likewise.
4276 (libc_feholdsetround_ctx): Likewise.
4277 (libc_feresetround_ctx): Likewise.
4278 (libc_feholdexcept_setroundl_ctx): Likewise.
4279 (libc_feupdateenvl_ctx): Likewise.
4280 (libc_feholdsetroundl_ctx): Likewise.
4281 (libc_feresetroundl_ctx): Likewise.
4282 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
4283 (libc_feresetround_53bit_ctx): Likewise.
4284
59b30555
SP
42852013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4286
4287 * locale/iso-639.def: Convert to UTF-8.
4288
f1d73d30
JM
42892013-06-11 Joseph Myers <joseph@codesourcery.com>
4290
4291 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
4292 (EXCEPTION_TESTS_double): Likewise.
4293 (EXCEPTION_TESTS_long_double): Likewise.
4294 (EXCEPTION_TESTS): Likewise.
4295 * math/libm-test.inc (test_exceptions): Only test exceptions if
4296 EXCEPTION_TESTS (FLOAT).
4297
94aca5e7
SP
42982013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4299
4300 * benchtests/Makefile (string-bench): Add strcpy_chk and
4301 stpcpy_chk.
4302 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
4303 * benchtests/bench-stpcpy_chk.c: New file.
4304 * benchtests/bench-strcpy_chk-ifunc.c: New file.
4305 * benchtests/bench-strcpy_chk.c: New file.
4306 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
4307 code.
4308 (do_test): Likewise.
4309
fac0c5f2
RA
43102013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4311
4312 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
4313 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
4314 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
4315 with tabs where appropriate.
4316 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
4317 dl-procinfo.h.
4318 [PPC_PLATFORM_PPC440]: Likewise.
4319 [PPC_PLATFORM_PPC464]: Likewise.
4320 [PPC_PLATFORM_PPC476]: Likewise.
4321 (_dl_string_platform): Add support for detecting ppc405, ppc440,
4322 ppc464, and ppc476 platform strings merging from ports/
4323 dl-procinfo.h.
4324
f22bc486
AS
43252013-06-11 Andreas Schwab <schwab@suse.de>
4326
4327 [BZ #14991]
4328 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
4329 (from_ucs4_idx): Regenerate.
4330 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
4331 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
4332 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
4333 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
4334 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
4335 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
4336 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
4337 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
4338 from FROM_LOOP and TO_LOOP specific macros.
4339 (BODY): Handle combining characters.
4340 * iconvdata/BIG5HKSCS.irreversible: Update.
4341 * iconvdata/BIG5HKSCS.precomposed: New file.
4342 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
4343 characters.
4344 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
4345
c1f75dc3
SP
43462013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4347
4eacded2
SP
4348 * include/sys/time.h: Fix indentation and add copyright header.
4349
fec799f8
SP
4350 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
4351 (do_test): Likewise.
4352 * string/test-memchr.c (do_one_test): Likewise.
4353 (do_test): Likewise.
4354 * string/test-memcmp.c (do_one_test): Likewise.
4355 (do_test): Likewise.
4356 * string/test-memcpy.c (do_one_test): Likewise.
4357 (do_test): Likewise.
4358 * string/test-memmem.c (do_one_test): Likewise.
4359 (do_test): Likewise.
4360 (do_random_tests): Likewise.
4361 * string/test-memmove.c (do_one_test): Likewise.
4362 (do_test): Likewise.
4363 * string/test-memset.c (do_one_test): Likewise.
4364 (do_test): Likewise.
4365 * string/test-rawmemchr.c (do_one_test): Likewise.
4366 (do_test): Likewise.
4367 * string/test-strcasecmp.c (do_one_test): Likewise.
4368 (do_test): Likewise.
4369 * string/test-strcasestr.c (do_one_test): Likewise.
4370 (do_test): Likewise.
4371 * string/test-strcat.c (do_one_test): Likewise.
4372 (do_test): Likewise.
4373 * string/test-strchr.c (do_one_test): Likewise.
4374 (do_test): Likewise.
4375 * string/test-strcmp.c (do_one_test): Likewise.
4376 (do_test): Likewise.
4377 * string/test-strcpy.c (do_one_test): Likewise.
4378 (do_test): Likewise.
4379 * string/test-string.h: Likewise.
4380 (test_init): Likewise.
4381 * string/test-strlen.c (do_one_test): Likewise.
4382 (do_test): Likewise.
4383 * string/test-strncasecmp.c (do_one_test): Likewise.
4384 (do_test): Likewise.
4385 * string/test-strncat.c (do_one_test): Likewise.
4386 (do_test): Likewise.
4387 * string/test-strncmp.c (do_one_test): Likewise.
4388 (do_test_limit): Likewise.
4389 (do_test): Likewise.
4390 * string/test-strncpy.c (do_one_test): Likewise.
4391 (do_test): Likewise.
4392 * string/test-strnlen.c (do_one_test): Likewise.
4393 (do_test): Likewise.
4394 * string/test-strpbrk.c (do_one_test): Likewise.
4395 (do_test): Likewise.
4396 * string/test-strrchr.c (do_one_test): Likewise.
4397 (do_test): Likewise.
4398 * string/test-strspn.c (do_one_test): Likewise.
4399 (do_test): Likewise.
4400 * string/test-strstr.c (do_one_test): Likewise.
4401 (do_test): Likewise.
4402
97020474
SP
4403 * benchtests/Makefile (string-bench): Add string benchmarks.
4404 * benchtests/bench-bcopy-ifunc.c: New file.
4405 * benchtests/bench-bcopy.c: New file.
4406 * benchtests/bench-bzero-ifunc.c: New file.
4407 * benchtests/bench-bzero.c: New file.
4408 * benchtests/bench-memccpy-ifunc.c: New file.
4409 * benchtests/bench-memccpy.c: New file.
4410 * benchtests/bench-memchr-ifunc.c: New file.
4411 * benchtests/bench-memchr.c: New file.
4412 * benchtests/bench-memcmp-ifunc.c: New file.
4413 * benchtests/bench-memcmp.c: New file.
4414 * benchtests/bench-memmem-ifunc.c: New file.
4415 * benchtests/bench-memmem.c: New file.
4416 * benchtests/bench-memmove-ifunc.c: New file.
4417 * benchtests/bench-memmove.c: New file.
4418 * benchtests/bench-mempcpy-ifunc.c: New file.
4419 * benchtests/bench-mempcpy.c: New file.
4420 * benchtests/bench-memset-ifunc.c: New file.
4421 * benchtests/bench-memset.c: New file.
4422 * benchtests/bench-rawmemchr-ifunc.c: New file.
4423 * benchtests/bench-rawmemchr.c: New file.
4424 * benchtests/bench-stpcpy-ifunc.c: New file.
4425 * benchtests/bench-stpcpy.c: New file.
4426 * benchtests/bench-stpncpy-ifunc.c: New file.
4427 * benchtests/bench-stpncpy.c: New file.
4428 * benchtests/bench-strcasecmp-ifunc.c: New file.
4429 * benchtests/bench-strcasecmp.c: New file.
4430 * benchtests/bench-strcasestr-ifunc.c: New file.
4431 * benchtests/bench-strcasestr.c: New file.
4432 * benchtests/bench-strcat-ifunc.c: New file.
4433 * benchtests/bench-strcat.c: New file.
4434 * benchtests/bench-strchr-ifunc.c: New file.
4435 * benchtests/bench-strchr.c: New file.
4436 * benchtests/bench-strchrnul-ifunc.c: New file.
4437 * benchtests/bench-strchrnul.c: New file.
4438 * benchtests/bench-strcmp-ifunc.c: New file.
4439 * benchtests/bench-strcmp.c: New file.
4440 * benchtests/bench-strcpy-ifunc.c: New file.
4441 * benchtests/bench-strcpy.c: New file.
4442 * benchtests/bench-strcspn-ifunc.c: New file.
4443 * benchtests/bench-strcspn.c: New file.
4444 * benchtests/bench-strlen-ifunc.c: New file.
4445 * benchtests/bench-strlen.c: New file.
4446 * benchtests/bench-strncasecmp-ifunc.c: New file.
4447 * benchtests/bench-strncasecmp.c: New file.
4448 * benchtests/bench-strncat-ifunc.c: New file.
4449 * benchtests/bench-strncat.c: New file.
4450 * benchtests/bench-strncmp-ifunc.c: New file.
4451 * benchtests/bench-strncmp.c: New file.
4452 * benchtests/bench-strncpy-ifunc.c: New file.
4453 * benchtests/bench-strncpy.c: New file.
4454 * benchtests/bench-strnlen-ifunc.c: New file.
4455 * benchtests/bench-strnlen.c: New file.
4456 * benchtests/bench-strpbrk-ifunc.c: New file.
4457 * benchtests/bench-strpbrk.c: New file.
4458 * benchtests/bench-strrchr-ifunc.c: New file.
4459 * benchtests/bench-strrchr.c: New file.
4460 * benchtests/bench-strspn-ifunc.c: New file.
4461 * benchtests/bench-strspn.c: New file.
4462 * benchtests/bench-strstr-ifunc.c: New file.
4463 * benchtests/bench-strstr.c: New file.
4464
c1f75dc3
SP
4465 * benchtests/Makefile: Disable parallel execution of targets.
4466 (string-bench): Add memcpy.
4467 (benchset): New variable to store a list of benchmark sets.
4468 (bench-func): Renamed from bench.
4469 (bench-set): New target.
4470 (bench): Depend on bench-func and bench-set.
4471 * benchtests/README: Add section on benchmark sets.
4472 * benchtests/bench-memcpy-ifunc.c: New file.
4473 * benchtests/bench-memcpy.c: New file.
4474 * benchtests/bench-string.h: New file.
4475
50fd745b
AS
44762013-06-11 Andreas Schwab <schwab@suse.de>
4477
4478 [BZ #15577]
4479 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
4480 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
4481 values in the triple.
4482 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
4483 terminator in the group key.
4484
3ee7e9fe
AJ
44852013-06-11 Andreas Jaeger <aj@suse.de>
4486
4487 * po/zh_TW.po: Update Chinese (traditional) translation from
4488 translation project.
4489
89fb6835
SP
44902013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4491
4492 * include/time.h (__clock_gettime): Add libc_hidden_proto.
4493 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
4494 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
4495 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
4496 (clock_getcpuclockid): Likewise.
4497 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
4498 Add weak_alias and libc_hidden_def.
4499 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
4500 * rt/clock_gettime.c (clock_gettime): Rename to
4501 __clock_gettime. Add weak_alias and libc_hidden_def.
4502 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
4503 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
4504 __clock_nanosleep. Add weak_alias and libc_hidden_def.
4505 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
4506 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
4507 Likewise.
4508 * rt/clock_settime.c (clock_settime): Rename to
4509 __clock_settime. Add weak_alias and libc_hidden_def.
4510 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
4511
0efa6f8b
JM
45122013-06-10 Joseph Myers <joseph@codesourcery.com>
4513
b8c61b4b
JM
4514 * mach/err_boot.sub: Remove trailing whitespace.
4515 * mach/err_ipc.sub: Likewise.
4516 * mach/err_mach.sub: Likewise.
4517
0efa6f8b
JM
4518 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
4519 (ROUNDING_TESTS_double): Likewise.
4520 (ROUNDING_TESTS_long_double): Likewise.
4521 (ROUNDING_TESTS): Likewise.
4522 * math/libm-test.inc: Include <math-tests.h>.
4523 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
4524 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
4525 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
4526 (IF_ROUND_INIT_FE_UPWARD): Likewise.
4527
50b818bf
SP
45282013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4529
4530 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
4531 of assigning.
4532
60d2f8f3
JM
45332013-06-08 Joseph Myers <joseph@codesourcery.com>
4534
4902d2c3
JM
4535 * sysdeps/gnu/errlist.awk: Do not generate space at end of
4536 otherwise empty TRANS lines.
4537 * sysdeps/gnu/errlist.c: Regenerated.
4538
60d2f8f3
JM
4539 * catgets/gencat.c (error_print): Use (void) in function
4540 definition.
4541 * crypt/crypt_util.c (__init_des): Likewise.
4542 * crypt/speeds.c (Stop): Likewise.
4543 (main): Likewise.
4544 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
4545 * inet/ruserpass.c (token): Likewise.
4546 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
4547 * intl/localealias.c (extend_alias_table): Likewise.
4548 * intl/plural-exp.c (init_germanic_plural): Likewise.
4549 * libio/fcloseall.c (__fcloseall): Likewise.
4550 * libio/genops.c (_IO_flush_all): Likewise.
4551 (_IO_flush_all_linebuffered): Likewise.
4552 (_IO_cleanup): Likewise.
4553 (_IO_iter_begin): Likewise.
4554 (_IO_iter_end): Likewise.
4555 (_IO_list_lock): Likewise.
4556 (_IO_list_unlock): Likewise.
4557 (_IO_list_resetlock): Likewise.
4558 * libio/getchar.c (getchar): Likewise.
4559 * libio/getchar_u.c (getchar_unlocked): Likewise.
4560 * libio/getwchar.c (getwchar): Likewise.
4561 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
4562 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
4563 * login/getpt.c (__getpt): Likewise.
4564 * login/tst-utmp.c (main): Likewise.
4565 * malloc/hooks.c (__malloc_check_init): Likewise.
4566 * malloc/malloc.c (__malloc_stats): Likewise.
4567 * malloc/mtrace.c (tr_break): Likewise.
4568 (mtrace): Likewise.
4569 (muntrace): Likewise.
4570 * misc/fstab.c (endfsent): Likewise.
4571 * misc/getclktck.c (__getclktck): Likewise.
4572 * misc/getdtsz.c (__getdtablesize): Likewise.
4573 * misc/gethostid.c (gethostid): Likewise.
4574 * misc/getpagesize.c (__getpagesize): Likewise.
4575 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
4576 (__get_nprocs): Likewise.
4577 (__get_phys_pages): Likewise.
4578 (__get_avphys_pages): Likewise.
4579 * misc/getttyent.c (getttyent): Likewise.
4580 (setttyent): Likewise.
4581 (endttyent): Likewise.
4582 * misc/getusershell.c (getusershell): Likewise.
4583 (endusershell): Likewise.
4584 (setusershell): Likewise.
4585 (initshells): Likewise.
4586 * misc/hsearch.c (__hdestroy): Likewise.
4587 * misc/sync.c (sync): Likewise.
4588 * misc/syslog.c (closelog_internal): Likewise.
4589 (closelog): Likewise.
4590 * misc/ttyslot.c (ttyslot): Likewise.
4591 * misc/vhangup.c (vhangup): Likewise.
4592 * posix/fork.c (__fork): Likewise.
4593 * posix/getegid.c (__getegid): Likewise.
4594 * posix/geteuid.c (__geteuid): Likewise.
4595 * posix/getgid.c (__getgid): Likewise.
4596 * posix/getpid.c (__getpid): Likewise.
4597 * posix/getppid.c (__getppid): Likewise.
4598 * posix/getuid.c (__getuid): Likewise.
4599 * posix/pause.c (pause): Likewise.
4600 * posix/setpgrp.c (setpgrp): Likewise.
4601 * posix/setsid.c (__setsid): Likewise.
4602 * posix/test-vfork.c (noop): Likewise.
4603 * resolv/gethnamaddr.c (_endhtent): Likewise.
4604 (_gethtent): Likewise.
4605 (ht_endhostent): Likewise.
4606 (gethostent): Likewise.
4607 (dns_service): Likewise.
4608 * stdlib/drand48.c (drand48): Likewise.
4609 * stdlib/lrand48.c (lrand48): Likewise.
4610 * stdlib/mrand48.c (mrand48): Likewise.
4611 * stdlib/rand.c (rand): Likewise.
4612 * stdlib/random.c (__random): Likewise.
4613 * stdlib/setenv.c (clearenv): Likewise.
4614 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
4615 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
4616 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4617 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
4618 (__get_nprocs): Likewise.
4619 (__get_phys_pages): Likewise.
4620 (__get_avphys_pages): Likewise.
4621 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
4622 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
4623 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
4624 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
4625 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
4626 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
4627 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
4628 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
4629 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4630 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
4631 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
4632 * sysdeps/mach/hurd/sync.c (sync): Likewise.
4633 * sysdeps/posix/clock.c (clock): Likewise.
4634 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
4635 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
4636 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
4637 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
4638 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
4639 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
4640 (__get_nprocs_conf): Likewise.
4641 (__get_phys_pages): Likewise.
4642 (__get_avphys_pages): Likewise.
4643 * time/clock.c (clock): Likewise.
4644 * time/tzset.c (__tzname_max): Likewise.
4645
2e09a79a
JM
46462013-06-07 Joseph Myers <joseph@codesourcery.com>
4647
4648 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
4649 (__bswap_32): Do not use "register".
4650 * crypt/crypt.c (_ufc_doit_r): Likewise.
4651 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
4652 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
4653 * gmon/gmon.c (__monstartup): Likewise.
4654 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
4655 * hurd/hurdmalloc.c (more_memory): Likewise.
4656 (malloc): Likewise.
4657 (free): Likewise.
4658 (realloc): Likewise.
4659 (malloc_fork_prepare): Likewise.
4660 (malloc_fork_parent): Likewise.
4661 (malloc_fork_child): Likewise.
4662 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
4663 (_svcauth_des): Likewise.
4664 * inet/inet_lnaof.c (inet_lnaof): Likewise.
4665 * inet/inet_net.c (inet_network): Likewise.
4666 * inet/inet_netof.c (inet_netof): Likewise.
4667 * inet/rcmd.c (__validuser2_sa): Likewise.
4668 * io/fts.c (fts_open): Likewise.
4669 (fts_load): Likewise.
4670 (fts_close): Likewise.
4671 (fts_read): Likewise.
4672 (fts_children): Likewise.
4673 (fts_build): Likewise.
4674 (fts_stat): Likewise.
4675 (fts_sort): Likewise.
4676 (fts_alloc): Likewise.
4677 (fts_lfree): Likewise.
4678 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
4679 (_IO_file_xsgetn): Likewise.
4680 (_IO_file_xsgetn_mmap): Likewise.
4681 * libio/iofopncook.c (_IO_cookie_read): Likewise.
4682 (_IO_cookie_write): Likewise.
4683 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
4684 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
4685 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
4686 * malloc/obstack.c (_obstack_begin): Likewise.
4687 (_obstack_begin_1): Likewise.
4688 (_obstack_newchunk): Likewise.
4689 (_obstack_allocated_p): Likewise.
4690 (obstack_free): Likewise.
4691 (_obstack_memory_used): Likewise.
4692 * misc/getttyent.c (getttynam): Likewise.
4693 (getttyent): Likewise.
4694 (skip): Likewise.
4695 (value): Likewise.
4696 * misc/getusershell.c (initshells): Likewise.
4697 * misc/syslog.c (__vsyslog_chk): Likewise.
4698 * misc/ttyslot.c (ttyslot): Likewise.
4699 * nis/nis_hash.c (__nis_hash): Likewise.
4700 * posix/fnmatch_loop.c (FCT): Likewise.
4701 * posix/getconf.c (print_all): Likewise.
4702 (main): Likewise.
4703 * posix/getopt.c (exchange): Likewise.
4704 * posix/glob.c (globfree): Likewise.
4705 (prefix_array): Likewise.
4706 (__glob_pattern_type): Likewise.
4707 * resolv/arpa/nameser.h (NS_GET16): Likewise.
4708 (NS_GET32): Likewise.
4709 (NS_PUT16): Likewise.
4710 (NS_PUT32): Likewise.
4711 * resolv/gethnamaddr.c (getanswer): Likewise.
4712 (gethostbyname2): Likewise.
4713 (gethostbyaddr): Likewise.
4714 (_gethtent): Likewise.
4715 (_gethtbyname2): Likewise.
4716 (_gethtbyaddr): Likewise.
4717 * resolv/ns_print.c (dst_s_get_int16): Likewise.
4718 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
4719 * resolv/res_init.c (__res_vinit): Likewise.
4720 (net_mask): Likewise.
4721 * resolv/res_mkquery.c (outchar): Likewise.
4722 (PRINT): Likewise.
4723 * stdio-common/printf_fp.c (outchar): Likewise.
4724 (PRINT): Likewise.
4725 * stdio-common/printf_fphex.c (outchar): Likewise.
4726 (PRINT): Likewise.
4727 * stdio-common/printf_size.c (outchar): Likewise.
4728 (PRINT): Likewise.
4729 * stdio-common/test_rdwr.c (main): Likewise.
4730 * stdio-common/tfformat.c (matches): Likewise.
4731 * stdio-common/vfprintf.c (outchar): Likewise.
4732 (printf_unknown): Likewise.
4733 (buffered_vfprintf): Likewise.
4734 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
4735 * stdio-common/xbug.c (AppendToBuffer): Likewise.
4736 (ReadFile): Likewise.
4737 * stdlib/qsort.c (SWAP): Likewise.
4738 (_quicksort): Likewise.
4739 * stdlib/setenv.c (__add_to_environ): Likewise.
4740 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
4741 * stdlib/strtol_l.c (__strtol_l): Likewise.
4742 * stdlib/tst-strtod.c (main): Likewise.
4743 * stdlib/tst-strtol.c (main): Likewise.
4744 * stdlib/tst-strtoll.c (main): Likewise.
4745 * string/bits/string2.h (__strcmp_cc): Likewise.
4746 (__strcmp_cg): Likewise.
4747 (__strcspn_c1): Likewise.
4748 (__strcspn_c2): Likewise.
4749 (__strcspn_c3): Likewise.
4750 (__strspn_c1): Likewise.
4751 (__strspn_c2): Likewise.
4752 (__strspn_c3): Likewise.
4753 (__strsep_1c): Likewise.
4754 (__strsep_2c): Likewise.
4755 (__strsep_3c): Likewise.
4756 * string/memccpy.c (__memccpy): Likewise.
4757 * string/stpcpy.c (__stpcpy): Likewise.
4758 * string/strcmp.c (strcmp): Likewise.
4759 * string/strrchr.c (strrchr): Likewise.
4760 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
4761 Likewise.
4762 * sysdeps/mach/hurd/getcwd.c
4763 (_hurd_canonicalize_directory_name_internal): Likewise.
4764 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
4765 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
4766 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
4767 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
4768 Likewise, in both definitions.
4769 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
4770 definitions.
4771 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
4772 64] (__bswap_64): Likewise.
4773 * time/test_time.c (main): Likewise.
4774 * time/tzfile.c (__tzfile_read): Likewise.
4775 (__tzfile_compute): Likewise.
4776 * time/tzset.c (__tzset_parse_tz): Likewise.
4777 (tzset_internal): Likewise.
4778 (compute_change): Likewise.
4779 * wcsmbs/wcscat.c (__wcscat): Likewise.
4780 * wcsmbs/wcschr.c (wcschr): Likewise.
4781 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4782 * wcsmbs/wcscspn.c (wcscspn): Likewise.
4783 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4784 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
4785 * wcsmbs/wcsspn.c (wcsspn): Likewise.
4786 * wcsmbs/wcsstr.c (wcsstr): Likewise.
4787 * wcsmbs/wmemchr.c (wmemchr): Likewise.
4788 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4789 * wcsmbs/wmemset.c (wmemset): Likewise.
4790
9e54314b
JM
47912013-06-06 Joseph Myers <joseph@codesourcery.com>
4792
4793 * scripts/config.guess: Update to version 2013-05-16.
4794 * scripts/config.sub: Update to version 2013-04-24.
4795 * scripts/install-sh: Update to version 2011-11-20.07.
4796 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
4797 * scripts/move-if-change: Update to version 2012-01-06 07:23.
4798
350635a5
OB
47992013-06-06 Ondřej Bílka <neleai@seznam.cz>
4800
4801 * debug/fgetws_u_chk.c: Fix leading whitespaces.
4802 * elf/sln.c: Likewise.
4803 * hurd/hurd/ioctl.h: Likewise.
4804 * hurd/hurdmalloc.c: Likewise.
4805 * hurd/xattr.c: Likewise.
4806 * include/shlib-compat.h: Likewise.
4807 * inet/ruserpass.c: Likewise.
4808 * libio/iofgets_u.c: Likewise.
4809 * libio/iofgetws_u.c: Likewise.
4810 * locale/programs/ld-identification.c: Likewise.
4811 * locale/programs/ld-time.c: Likewise.
4812 * mach/msg-destroy.c: Likewise.
4813 * nss/nss_files/files-netgrp.c: Likewise.
4814 * resolv/res_data.c: Likewise.
4815 * soft-fp/op-1.h: Likewise.
4816 * soft-fp/op-2.h: Likewise.
4817 * soft-fp/op-4.h: Likewise.
4818 * soft-fp/op-common.h: Likewise.
4819 * stdio-common/printf_fphex.c: Likewise.
4820 * stdlib/strtod_l.c: Likewise.
4821 * sunrpc/rpc/clnt.h: Likewise.
4822 * sysdeps/generic/framestate.c: Likewise.
4823 * sysdeps/i386/bsd-_setjmp.S: Likewise.
4824 * sysdeps/i386/bsd-setjmp.S: Likewise.
4825 * sysdeps/i386/__longjmp.S: Likewise.
4826 * sysdeps/i386/setjmp.S: Likewise.
4827 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
4828 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
4829 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4830 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
4831 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
4832 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
4833 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
4834 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
4835 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4836 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
4837 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
4838 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
4839 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
4840 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
4841 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
4842 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
4843 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
4844 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
4845 * sysdeps/ieee754/support.c: Likewise.
4846 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
4847 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
4848 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
4849 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
4850 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
4851 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
4852 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
4853 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
4854 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
4855 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
4856 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
4857 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
4858 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
4859 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
4860 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
4861 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
4862 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
4863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
4864
44a988af
OB
48652013-06-05 Ondřej Bílka <neleai@seznam.cz>
4866
25506f09 4867 * posix/transbug.c: Remove executable mode.
44a988af 4868
9c84384c
JM
48692013-06-05 Joseph Myers <joseph@codesourcery.com>
4870
4871 * crypt/speeds.c: Remove trailing whitespace.
4872 * dlfcn/default.c: Likewise.
4873 * elf/ifuncdep2.c: Likewise.
4874 * elf/ifuncmain1.c: Likewise.
4875 * elf/ifuncmain1vis.c: Likewise.
4876 * elf/testobj.h: Likewise.
4877 * elf/tst-stackguard1.c: Likewise.
4878 * gmon/sys/gmon.h: Likewise.
4879 * hurd/hurdmsg.c: Likewise.
4880 * hurd/new-fd.c: Likewise.
4881 * hurd/ports-get.c: Likewise.
4882 * iconvdata/ibm1008_420.c: Likewise.
4883 * inet/tst-getni1.c: Likewise.
4884 * inet/tst-getni2.c: Likewise.
4885 * libio/ioungetc.c: Likewise.
4886 * libio/wfiledoalloc.c: Likewise.
4887 * manual/libm-err-tab.pl: Likewise.
4888 * math/w_dremf.c: Likewise.
4889 * misc/ftruncate.c: Likewise.
4890 * posix/bug-glob2.c: Likewise.
4891 * posix/tst-pcre.c: Likewise.
4892 * posix/wait4.c: Likewise.
4893 * resolv/README: Likewise.
4894 * resolv/res_debug.h: Likewise.
4895 * resolv/tst-inet_ntop.c: Likewise.
4896 * setjmp/bug269-setjmp.c: Likewise.
4897 * soft-fp/extended.h: Likewise.
4898 * soft-fp/op-1.h: Likewise.
4899 * soft-fp/op-2.h: Likewise.
4900 * soft-fp/op-4.h: Likewise.
4901 * soft-fp/op-8.h: Likewise.
4902 * soft-fp/testit.c: Likewise.
4903 * stdio-common/bug16.c: Likewise.
4904 * stdlib/random.c: Likewise.
4905 * sunrpc/rpcsvc/rquota.x: Likewise.
4906 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
4907 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
4908 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4909 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
4910 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
4911 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
4912 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
4913 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
4914 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
4915 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
4916 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
4917 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
4918 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
4919 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
4920 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
4921 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
4922 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
4923 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
4924 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
4925 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4926 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
4927 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
4928 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
4929 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
4930 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
4931 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
4932 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
4933 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
4934 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
4935 * sysdeps/ieee754/s_lib_version.c: Likewise.
4936 * sysdeps/mach/hurd/check_fds.c: Likewise.
4937 * sysdeps/mach/hurd/getsockname.c: Likewise.
4938 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
4939 * sysdeps/mach/hurd/recvfrom.c: Likewise.
4940 * sysdeps/powerpc/bits/link.h: Likewise.
4941 * sysdeps/powerpc/dl-procinfo.c: Likewise.
4942 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
4943 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
4944 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
4945 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4946 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
4947 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
4948 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
4949 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
4950 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
4951 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4952 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
4953 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
4954 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
4955 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
4956 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
4957 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
4958 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
4959 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
4960 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
4961 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
4962 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
4963 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4964 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
4965 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
4966 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
4967 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
4968 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
4969 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
4970 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
4971 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
4972 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
4973 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4974 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4975 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
4976 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
4977 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
4978 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
4979 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4980 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
4981 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
4982 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
4983 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
4984 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
4985 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
4986 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
4987 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
4988 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
4989 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
4990 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
4991 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
4992 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
4993 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
4994 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
4995 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
4996 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4997 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4998 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
4999 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
5000 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5001 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
5002 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
5003 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
5004 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
5005 * sysdeps/powerpc/sysdep.h: Likewise.
5006 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
5007 * sysdeps/s390/s390-64/sub_n.S: Likewise.
5008 * sysdeps/sh/dl-trampoline.S: Likewise.
5009 * sysdeps/sh/memset.S: Likewise.
5010 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
5011 * sysdeps/sh/strlen.S: Likewise.
5012 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
5013 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
5014 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
5015 * sysdeps/sparc/sparc32/rem.S: Likewise.
5016 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
5017 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
5018 * sysdeps/sparc/sparc32/strchr.S: Likewise.
5019 * sysdeps/sparc/sparc32/udiv.S: Likewise.
5020 * sysdeps/sparc/sparc32/urem.S: Likewise.
5021 * sysdeps/sparc/sparc64/add_n.S: Likewise.
5022 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5023 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
5024 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
5025 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
5026 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
5027 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
5028 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
5029 * sysdeps/unix/bsd/times.c: Likewise.
5030 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
5031 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
5032 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5033 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5035 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
5036 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
5037 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
5038 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
5039 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
5040 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
5041 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
5042 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
5043 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
5044 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
5045 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5046 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
5047 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5048 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
5049 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
5050 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
5051 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
5052 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
5053 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
5054 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
5055 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5056 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
5057 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5058 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
5059 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
5060 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
5061 * sysdeps/x86_64/strcspn.S: Likewise.
5062
869378a5
RA
50632013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5064
5065 * locale/C-translit.h: Revert #include <stdint.h> because this is a
5066 generated file. Regenerate properly from gen-translit.pl.
5067 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
5068 locale/C-translit.h.
5069
840e2943
AS
50702013-06-05 Andreas Schwab <schwab@suse.de>
5071
5072 [BZ #15100]
5073 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
5074 week as 6 instead of -1.
5075 * time/tst-strptime.c (day_tests): Add test case.
5076
4c60cb0c
SP
50772013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5078
5079 * sysdeps/generic/math_private.h
5080 (libc_feholdexcept_setround_53bit): Replace with
5081 libc_feholdsetround_53bit.
5082 (libc_feupdateenv_53bit): Replace with
5083 libc_feresetround_53bit.
5084 (SET_RESTORE_ROUND_53BIT): Adjust.
5085
d180203e
SP
50862013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
5087
96df079a
SP
5088 * string/test-strchrnul.c: Add copyright header.
5089
d180203e
SP
5090 * posix/tst-getaddrinfo4.c: Increase test timeout.
5091
8b0ccb2d
CD
50922013-06-03 Carlos O'Donell <carlos@redhat.com>
5093
5094 [BZ #15536]
5095 * math/libm-test.inc (MAX_EXP): Remove
5096 (MIN_EXP): Define.
5097 (ulp): Use MIN_EXP - MANT_DIG.
5098 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
5099
3b3c4d40
CD
51002013-05-31 Carlos O'Donell <carlos@redhat.com>
5101
5102 * po/be.po: Revert last change.
5103 * po/zh_CN.po: Likewise.
5104 * po/header.pot: Likewise.
5105
fab7ce3f
JM
51062013-05-31 Joseph Myers <joseph@codesourcery.com>
5107
5108 * Makefile ($(common-objpfx)linkobj/libc.so): Define
5109 link-libc-deps to empty as target-specific variable.
5110 * Makerules (link-libc-args): New variable.
5111 (libc-for-link): Likewise.
5112 (link-libc-deps): Likewise.
5113 (lib%.so): Depend on $(link-libc-deps). Link with
5114 $(link-libc-args).
5115 (build-module): Link with $(link-libc-args).
5116 (build-module-asneeded): Likewise.
5117 (build-module-helper-objlist): Filter out $(link-libc-deps) from
5118 list of objects.
5119 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
5120 target-specific variable.
5121 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
5122 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
5123 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
5124 libc.
5125 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
5126 libc and ld.so.
5127 ($(objpfx)libpcprofile.so): Likewise.
5128 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
5129 libc_nonshared.a.
5130 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
5131 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
5132 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
5133 $(link-libc-deps).
5134 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
5135 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
5136 * login/Makefile ($(objpfx)libutil.so): Likewise.
5137 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
5138 * math/Makefile ($(objpfx)libm.so): Likewise.
5139 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
5140 $(objpfx)libnsl.so): Define libc-for-link as target-specific
5141 variable instead of depending directly on libc.
5142 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
5143 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
5144 $(link-libc-deps).
5145 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
5146 libc.
5147 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
5148 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
5149 ($(objpfx)libanl.so): Likewise.
5150 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
5151 ld.so.
5152 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
5153 $(link-libc-deps).
5154 * sysdeps/i386/fpu/Makefile: Remove file.
5155 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
5156 ($(objpfx)libm.so): Remove dependency on ld.so.
5157
eca5920c
PF
51582013-05-30 Patsy Franklin <pfrankli@redhat.com>
5159
5160 [BZ # 15553]
5161 * nis/yp_xdr.c (XDRMAXNAME): Define.
5162 (XDRMAXRECORD): Define.
5163 (xdr_domainname): Use XDRMAXNAME.
5164 (xdr_mapname): Likewise.
5165 (xdr_peername): Likewise.
5166 (xdr_keydat): Use XDRMAXRECORD.
5167 (xdr_valdat): Likewise.
5168
51692013-05-30 Jeff Law <law@redhat.com>
96945714
JL
5170
5171 [BZ #14256]
5172 * manual/errno.texi (ESTALE): Update to account for more than
5173 just NFS file systems.
5174 * sysdeps/gnu/errlist.c: Regenerated.
5175
b9375348
SP
51762013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
5177
5178 [BZ #15465]
5179 * elf/Makefile (tests): Add tst-null-argv.
5180 (modules-names): Add tst-null-argv-lib.
5181 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
5182 (tst-null-argv-ENV): Set environment for tst-null-argv.
5183 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
5184 (RTLD_PROGNAME): New macro.
5185 * elf/tst-null-argv.c: New test case.
5186 * elf/tst-null-argv-lib.c: Library for test case.
5187 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
5188 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
5189 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
5190 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
5191 * elf/dl-init.c (call_init): Likewise.
5192 (_dl_init): Likewise.
5193 * elf/dl-load.c (print_search_path): Likewise.
5194 (_dl_map_object): Likewise.
5195 * elf/dl-lookup.c (do_lookup_x): Likewise.
5196 (add_dependency): Likewise.
5197 (_dl_lookup_symbol_x): Likewise.
5198 (_dl_debug_bindings): Likewise.
5199 * elf/dl-open.c (_dl_show_scope): Likewise.
5200 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
5201 * elf/dl-version.c (match_symbol): Likewise.
5202 (_dl_check_map_versions): Likewise.
5203 * elf/rtld.c (dl_main): Likewise.
5204 (print_unresolved): Use RTLD_PROGNAME.
5205 (print_missing_version): Likewise.
5206 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
5207 (elf_machine_rela): Likewise.
5208 * sysdeps/powerpc/powerpc32/dl-machine.c
5209 (__process_machine_rela): Likewise.
5210 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5211 Likewise.
5212 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
5213 Likewise.
5214 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5215 Likewise.
5216 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5217 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
5218 Likewise.
5219 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
5220 Likewise.
5221 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5222
8a9f20c8
CD
52232013-05-28 Carlos O'Donell <carlos@redhat.com>
5224
5225 * po/be.po: Add descriptive title.
5226 * po/zh_CN.po: Likewise.
5227 * po/header.pot: Likewise.
5228
0e60d68e
MF
52292013-05-28 Mike Frysinger <vapier@gentoo.org>
5230
5231 * locale/programs/locarchive.c (create_archive): Inlucde fname in
5232 error message.
5233 (enlarge_archive): Likewise.
5234
56b672e9
BN
52352013-05-28 Ben North <ben@redfrontdoor.org>
5236
5237 * manual/arith.texi (frexp): It is the magnitude of the return
5238 value which lies in [0.5, 1), not the return value itself.
5239
5e056687
AZ
52402013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5241
5242 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5243
2b66ef5d
TS
52442013-05-26 Thomas Schwinge <thomas@codesourcery.com>
5245
528c2405
TS
5246 * stdio-common/bug26.c (main): Correct fscanf template.
5247
07b4c13d
TS
5248 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
5249 declare _dl_skip_args.
5250
ec9dd97c
TS
5251 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
5252 Don't declare.
5253
2b66ef5d
TS
5254 * manual/platform.texi: Add missing @end deftypefun.
5255
4f8dfe27
JM
52562013-05-24 Joseph Myers <joseph@codesourcery.com>
5257
0323d086
JM
5258 [BZ #15529]
5259 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
5260 bit of mantissa of 2^16382.
5261 * math/libm-test.inc (hypot_test_data): Add more tests.
5262
dd4259b9
JM
5263 * math/libm-test.inc: Add drem and pow10 to list of tested
5264 functions.
5265 (pow10_test): New function.
5266 (drem_test): Likewise.
5267 (drem_test_tonearest): Likewise.
5268 (drem_test_towardzero): Likewise.
5269 (drem_test_downward): Likewise.
5270 (drem_test_upward): Likewise.
5271 (main): Call the new functions.
5272
4f8dfe27
JM
5273 * math/libm-test.inc (finite_test_data): Remove.
5274 (finite_test): Run tests from isfinite_test_data.
5275 (gamma_test_data): Remove.
5276 (gamma_test): Run tests from lgamma_test_data.
5277 * sysdeps/i386/fpu/libm-test-ulps: Update.
5278 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5279
d116b7c4
AZ
52802013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5281
5282 * manual/platform.texi: Add PowerPC PPR function set documentation.
5283 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
5284 implementation.
5285
e96e3767
CD
52862013-05-24 Carlos O'Donell <carlos@redhat.com>
5287
5288 * math/libm-test.inc (MAX_EXP): Define.
5289 (ULPDIFF): Define.
5290 (ulp): New function.
5291 (check_float_internal): Use ULPDIFF.
5292 (cpow_test): Disable failing test.
5293 (check_ulp): Test ulp() implemetnation.
5294 (main): Call check_ulp before starting tests.
5295
b679a606
JM
52962013-05-24 Joseph Myers <joseph@codesourcery.com>
5297
e8bdba36
JM
5298 * math/gen-libm-test.pl (generate_testfile): Do not handle
5299 START_DATA and END_DATA.
5300 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
5301 END_DATA.
5302 (acos_tonearest_test_data): Likewise.
5303 (acos_towardzero_test_data): Likewise.
5304 (acos_downward_test_data): Likewise.
5305 (acos_upward_test_data): Likewise.
5306 (acosh_test_data): Likewise.
5307 (asin_test_data): Likewise.
5308 (asin_tonearest_test_data): Likewise.
5309 (asin_towardzero_test_data): Likewise.
5310 (asin_downward_test_data): Likewise.
5311 (asin_upward_test_data): Likewise.
5312 (asinh_test_data): Likewise.
5313 (atan_test_data): Likewise.
5314 (atanh_test_data): Likewise.
5315 (atan2_test_data): Likewise.
5316 (cabs_test_data): Likewise.
5317 (cacos_test_data): Likewise.
5318 (cacosh_test_data): Likewise.
5319 (carg_test_data): Likewise.
5320 (casin_test_data): Likewise.
5321 (casinh_test_data): Likewise.
5322 (catan_test_data): Likewise.
5323 (catanh_test_data): Likewise.
5324 (cbrt_test_data): Likewise.
5325 (ccos_test_data): Likewise.
5326 (ccosh_test_data): Likewise.
5327 (ceil_test_data): Likewise.
5328 (cexp_test_data): Likewise.
5329 (cimag_test_data): Likewise.
5330 (clog_test_data): Likewise.
5331 (clog10_test_data): Likewise.
5332 (conj_test_data): Likewise.
5333 (copysign_test_data): Likewise.
5334 (cos_test_data): Likewise.
5335 (cos_tonearest_test_data): Likewise.
5336 (cos_towardzero_test_data): Likewise.
5337 (cos_downward_test_data): Likewise.
5338 (cos_upward_test_data): Likewise.
5339 (cosh_test_data): Likewise.
5340 (cosh_tonearest_test_data): Likewise.
5341 (cosh_towardzero_test_data): Likewise.
5342 (cosh_downward_test_data): Likewise.
5343 (cosh_upward_test_data): Likewise.
5344 (cpow_test_data): Likewise.
5345 (cproj_test_data): Likewise.
5346 (creal_test_data): Likewise.
5347 (csin_test_data): Likewise.
5348 (csinh_test_data): Likewise.
5349 (csqrt_test_data): Likewise.
5350 (ctan_test_data): Likewise.
5351 (ctan_tonearest_test_data): Likewise.
5352 (ctan_towardzero_test_data): Likewise.
5353 (ctan_downward_test_data): Likewise.
5354 (ctan_upward_test_data): Likewise.
5355 (ctanh_test_data): Likewise.
5356 (ctanh_tonearest_test_data): Likewise.
5357 (ctanh_towardzero_test_data): Likewise.
5358 (ctanh_downward_test_data): Likewise.
5359 (ctanh_upward_test_data): Likewise.
5360 (erf_test_data): Likewise.
5361 (erfc_test_data): Likewise.
5362 (exp_test_data): Likewise.
5363 (exp_tonearest_test_data): Likewise.
5364 (exp_towardzero_test_data): Likewise.
5365 (exp_downward_test_data): Likewise.
5366 (exp_upward_test_data): Likewise.
5367 (exp10_test_data): Likewise.
5368 (exp2_test_data): Likewise.
5369 (expm1_test_data): Likewise.
5370 (fabs_test_data): Likewise.
5371 (fdim_test_data): Likewise.
5372 (finite_test_data): Likewise.
5373 (floor_test_data): Likewise.
5374 (fma_test_data): Likewise.
5375 (fma_towardzero_test_data): Likewise.
5376 (fma_downward_test_data): Likewise.
5377 (fma_upward_test_data): Likewise.
5378 (fmax_test_data): Likewise.
5379 (fmin_test_data): Likewise.
5380 (fmod_test_data): Likewise.
5381 (fpclassify_test_data): Likewise.
5382 (frexp_test_data): Likewise.
5383 (gamma_test_data): Likewise.
5384 (hypot_test_data): Likewise.
5385 (ilogb_test_data): Likewise.
5386 (isfinite_test_data): Likewise.
5387 (isgreater_test_data): Likewise.
5388 (isgreaterequal_test_data): Likewise.
5389 (isinf_test_data): Likewise.
5390 (isless_test_data): Likewise.
5391 (islessequal_test_data): Likewise.
5392 (islessgreater_test_data): Likewise.
5393 (isnan_test_data): Likewise.
5394 (isnormal_test_data): Likewise.
5395 (issignaling_test_data): Likewise.
5396 (isunordered_test_data): Likewise.
5397 (j0_test_data): Likewise.
5398 (j1_test_data): Likewise.
5399 (jn_test_data): Likewise.
5400 (ldexp_test_data): Likewise.
5401 (lgamma_test_data): Likewise.
5402 (lrint_test_data): Likewise.
5403 (lrint_tonearest_test_data): Likewise.
5404 (lrint_towardzero_test_data): Likewise.
5405 (lrint_downward_test_data): Likewise.
5406 (lrint_upward_test_data): Likewise.
5407 (llrint_test_data): Likewise.
5408 (llrint_tonearest_test_data): Likewise.
5409 (llrint_towardzero_test_data): Likewise.
5410 (llrint_downward_test_data): Likewise.
5411 (llrint_upward_test_data): Likewise.
5412 (log_test_data): Likewise.
5413 (log10_test_data): Likewise.
5414 (log1p_test_data): Likewise.
5415 (log2_test_data): Likewise.
5416 (logb_test_data): Likewise.
5417 (logb_downward_test_data): Likewise.
5418 (lround_test_data): Likewise.
5419 (llround_test_data): Likewise.
5420 (modf_test_data): Likewise.
5421 (nearbyint_test_data): Likewise.
5422 (nextafter_test_data): Likewise.
5423 (nexttoward_test_data): Likewise.
5424 (pow_test_data): Likewise.
5425 (pow_tonearest_test_data): Likewise.
5426 (pow_towardzero_test_data): Likewise.
5427 (pow_downward_test_data): Likewise.
5428 (pow_upward_test_data): Likewise.
5429 (remainder_test_data): Likewise.
5430 (remainder_tonearest_test_data): Likewise.
5431 (remainder_towardzero_test_data): Likewise.
5432 (remainder_downward_test_data): Likewise.
5433 (remainder_upward_test_data): Likewise.
5434 (remquo_test_data): Likewise.
5435 (rint_test_data): Likewise.
5436 (rint_tonearest_test_data): Likewise.
5437 (rint_towardzero_test_data): Likewise.
5438 (rint_downward_test_data): Likewise.
5439 (rint_upward_test_data): Likewise.
5440 (round_test_data): Likewise.
5441 (scalb_test_data): Likewise.
5442 (scalbn_test_data): Likewise.
5443 (scalbln_test_data): Likewise.
5444 (signbit_test_data): Likewise.
5445 (sin_test_data): Likewise.
5446 (sin_tonearest_test_data): Likewise.
5447 (sin_towardzero_test_data): Likewise.
5448 (sin_downward_test_data): Likewise.
5449 (sin_upward_test_data): Likewise.
5450 (sincos_test_data): Likewise.
5451 (sinh_test_data): Likewise.
5452 (sinh_tonearest_test_data): Likewise.
5453 (sinh_towardzero_test_data): Likewise.
5454 (sinh_downward_test_data): Likewise.
5455 (sinh_upward_test_data): Likewise.
5456 (sqrt_test_data): Likewise.
5457 (tan_test_data): Likewise.
5458 (tan_tonearest_test_data): Likewise.
5459 (tan_towardzero_test_data): Likewise.
5460 (tan_downward_test_data): Likewise.
5461 (tan_upward_test_data): Likewise.
5462 (tanh_test_data): Likewise.
5463 (tgamma_test_data): Likewise.
5464 (trunc_test_data): Likewise.
5465 (y0_test_data): Likewise.
5466 (y1_test_data): Likewise.
5467 (yn_test_data): Likewise.
5468 (significand_test_data): Likewise.
5469
b679a606
JM
5470 * math/gen-libm-test.pl (@functions): Remove variable.
5471 (generate_testfile): Don't handle START and END lines.
5472 * math/libm-test.inc (START): New macro.
5473 (END): Likewise.
5474 (END_COMPLEX): Likewise.
5475 (acos_test): Use END macro without arguments.
5476 (acos_test_tonearest): Likewise.
5477 (acos_test_towardzero): Likewise.
5478 (acos_test_downward): Likewise.
5479 (acos_test_upward): Likewise.
5480 (acosh_test): Likewise.
5481 (asin_test): Likewise.
5482 (asin_test_tonearest): Likewise.
5483 (asin_test_towardzero): Likewise.
5484 (asin_test_downward): Likewise.
5485 (asin_test_upward): Likewise.
5486 (asinh_test): Likewise.
5487 (atan_test): Likewise.
5488 (atanh_test): Likewise.
5489 (atan2_test): Likewise.
5490 (cabs_test): Likewise.
5491 (cacos_test): Use END_COMPLEX macro without arguments.
5492 (cacosh_test): Likewise.
5493 (carg_test): Use END macro without arguments.
5494 (casin_test): Use END_COMPLEX macro without arguments.
5495 (casinh_test): Likewise.
5496 (catan_test): Likewise.
5497 (catanh_test): Likewise.
5498 (cbrt_test): Use END macro without arguments.
5499 (ccos_test): Use END_COMPLEX macro without arguments.
5500 (ccosh_test): Likewise.
5501 (ceil_test): Use END macro without arguments.
5502 (cexp_test): Use END_COMPLEX macro without arguments.
5503 (cimag_test): Use END macro without arguments.
5504 (clog_test): Use END_COMPLEX macro without arguments.
5505 (clog10_test): Likewise.
5506 (conj_test): Likewise.
5507 (copysign_test): Use END macro without arguments.
5508 (cos_test): Likewise.
5509 (cos_test_tonearest): Likewise.
5510 (cos_test_towardzero): Likewise.
5511 (cos_test_downward): Likewise.
5512 (cos_test_upward): Likewise.
5513 (cosh_test): Likewise.
5514 (cosh_test_tonearest): Likewise.
5515 (cosh_test_towardzero): Likewise.
5516 (cosh_test_downward): Likewise.
5517 (cosh_test_upward): Likewise.
5518 (cpow_test): Use END_COMPLEX macro without arguments.
5519 (cproj_test): Likewise.
5520 (creal_test): Use END macro without arguments.
5521 (csin_test): Use END_COMPLEX macro without arguments.
5522 (csinh_test): Likewise.
5523 (csqrt_test): Likewise.
5524 (ctan_test): Likewise.
5525 (ctan_test_tonearest): Likewise.
5526 (ctan_test_towardzero): Likewise.
5527 (ctan_test_downward): Likewise.
5528 (ctan_test_upward): Likewise.
5529 (ctanh_test): Likewise.
5530 (ctanh_test_tonearest): Likewise.
5531 (ctanh_test_towardzero): Likewise.
5532 (ctanh_test_downward): Likewise.
5533 (ctanh_test_upward): Likewise.
5534 (erf_test): Use END macro without arguments.
5535 (erfc_test): Likewise.
5536 (exp_test): Likewise.
5537 (exp_test_tonearest): Likewise.
5538 (exp_test_towardzero): Likewise.
5539 (exp_test_downward): Likewise.
5540 (exp_test_upward): Likewise.
5541 (exp10_test): Likewise.
5542 (exp2_test): Likewise.
5543 (expm1_test): Likewise.
5544 (fabs_test): Likewise.
5545 (fdim_test): Likewise.
5546 (finite_test): Likewise.
5547 (floor_test): Likewise.
5548 (fma_test): Likewise.
5549 (fma_test_towardzero): Likewise.
5550 (fma_test_downward): Likewise.
5551 (fma_test_upward): Likewise.
5552 (fmax_test): Likewise.
5553 (fmin_test): Likewise.
5554 (fmod_test): Likewise.
5555 (fpclassify_test): Likewise.
5556 (frexp_test): Likewise.
5557 (gamma_test): Likewise.
5558 (hypot_test): Likewise.
5559 (ilogb_test): Likewise.
5560 (isfinite_test): Likewise.
5561 (isgreater_test): Likewise.
5562 (isgreaterequal_test): Likewise.
5563 (isinf_test): Likewise.
5564 (isless_test): Likewise.
5565 (islessequal_test): Likewise.
5566 (islessgreater_test): Likewise.
5567 (isnan_test): Likewise.
5568 (isnormal_test): Likewise.
5569 (issignaling_test): Likewise.
5570 (isunordered_test): Likewise.
5571 (j0_test): Likewise.
5572 (j1_test): Likewise.
5573 (jn_test): Likewise.
5574 (ldexp_test): Likewise.
5575 (lgamma_test): Likewise.
5576 (lrint_test): Likewise.
5577 (lrint_test_tonearest): Likewise.
5578 (lrint_test_towardzero): Likewise.
5579 (lrint_test_downward): Likewise.
5580 (lrint_test_upward): Likewise.
5581 (llrint_test): Likewise.
5582 (llrint_test_tonearest): Likewise.
5583 (llrint_test_towardzero): Likewise.
5584 (llrint_test_downward): Likewise.
5585 (llrint_test_upward): Likewise.
5586 (log_test): Likewise.
5587 (log10_test): Likewise.
5588 (log1p_test): Likewise.
5589 (log2_test): Likewise.
5590 (logb_test): Likewise.
5591 (logb_test_downward): Likewise.
5592 (lround_test): Likewise.
5593 (llround_test): Likewise.
5594 (modf_test): Likewise.
5595 (nearbyint_test): Likewise.
5596 (nextafter_test): Likewise.
5597 (nexttoward_test): Likewise.
5598 (pow_test): Likewise.
5599 (pow_test_tonearest): Likewise.
5600 (pow_test_towardzero): Likewise.
5601 (pow_test_downward): Likewise.
5602 (pow_test_upward): Likewise.
5603 (remainder_test): Likewise.
5604 (remainder_test_tonearest): Likewise.
5605 (remainder_test_towardzero): Likewise.
5606 (remainder_test_downward): Likewise.
5607 (remainder_test_upward): Likewise.
5608 (remquo_test): Likewise.
5609 (rint_test): Likewise.
5610 (rint_test_tonearest): Likewise.
5611 (rint_test_towardzero): Likewise.
5612 (rint_test_downward): Likewise.
5613 (rint_test_upward): Likewise.
5614 (round_test): Likewise.
5615 (scalb_test): Likewise.
5616 (scalbn_test): Likewise.
5617 (scalbln_test): Likewise.
5618 (signbit_test): Likewise.
5619 (sin_test): Likewise.
5620 (sin_test_tonearest): Likewise.
5621 (sin_test_towardzero): Likewise.
5622 (sin_test_downward): Likewise.
5623 (sin_test_upward): Likewise.
5624 (sincos_test): Likewise.
5625 (sinh_test): Likewise.
5626 (sinh_test_tonearest): Likewise.
5627 (sinh_test_towardzero): Likewise.
5628 (sinh_test_downward): Likewise.
5629 (sinh_test_upward): Likewise.
5630 (sqrt_test): Likewise.
5631 (tan_test): Likewise.
5632 (tan_test_tonearest): Likewise.
5633 (tan_test_towardzero): Likewise.
5634 (tan_test_downward): Likewise.
5635 (tan_test_upward): Likewise.
5636 (tanh_test): Likewise.
5637 (tgamma_test): Likewise.
5638 (trunc_test): Likewise.
5639 (y0_test): Likewise.
5640 (y1_test): Likewise.
5641 (yn_test): Likewise.
5642 (significand_test): Likewise.
5643
bae143d2
OB
56442013-05-24 Ondřej Bílka <neleai@seznam.cz>
5645
5646 [BZ #15381]
5647 * libio/genops.c (_IO_no_init): Initialize wide struct info.
5648
9323d39b
EM
56492013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
5650
d4ea44a0 5651 [BZ #14894]
9323d39b
EM
5652 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
5653 __ppc_mdoio and __ppc_mdoom.
5654 * manual/platform.texi: Document new functions __ppc_yield,
5655 __ppc_mdoio and __ppc_mdoom.
5656
13e23af7
CD
56572013-05-22 Carlos O'Donell <carlos@redhat.com>
5658
5659 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
5660 (main): Mention "tls" pseudo-hwcap is legacy.
5661 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
5662
351fe550
JM
56632013-05-22 Joseph Myers <joseph@codesourcery.com>
5664
5665 * math/gen-libm-test.pl (parse_args): Output only string of
5666 arguments as text for test name, not full call or descriptions of
5667 tests for extra outputs.
5668 (generate_testfile): Do not pass function name to parse_args.
5669 Generate this_func variable from START.
5670 * math/libm-test.inc (struct test_f_f_data): Rename test_name
5671 field to arg_str.
5672 (struct test_ff_f_data): Likewise.
5673 (test_ff_f_data_nexttoward): Likewise.
5674 (struct test_fi_f_data): Likewise.
5675 (struct test_fl_f_data): Likewise.
5676 (struct test_if_f_data): Likewise.
5677 (struct test_fff_f_data): Likewise.
5678 (struct test_c_f_data): Likewise.
5679 (struct test_f_f1_data): Likewise. Remove field extra_name.
5680 (struct test_fF_f1_data): Likewise.
5681 (struct test_ffI_f1_data): Likewise.
5682 (struct test_c_c_data): Rename test_name field to arg_str.
5683 (struct test_cc_c_data): Likewise.
5684 (struct test_f_i_data): Likewise.
5685 (struct test_ff_i_data): Likewise.
5686 (struct test_f_l_data): Likewise.
5687 (struct test_f_L_data): Likewise.
5688 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
5689 and extra2_name.
5690 (COMMON_TEST_SETUP): New macro.
5691 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
5692 (COMMON_TEST_CLEANUP): Likewise.
5693 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
5694 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
5695 macros.
5696 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
5697 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
5698 macros.
5699 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
5700 (RUN_TEST_fff_f): Take argument string. Call new setup and
5701 cleanup macros.
5702 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
5703 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
5704 macros.
5705 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
5706 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
5707 macros.
5708 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
5709 (RUN_TEST_fF_f1): Take argument string. Call new setup and
5710 cleanup macros.
5711 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
5712 (RUN_TEST_fI_f1): Take argument string. Call new setup and
5713 cleanup macros.
5714 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
5715 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
5716 cleanup macros.
5717 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
5718 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
5719 macros.
5720 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
5721 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
5722 macros.
5723 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
5724 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
5725 macros.
5726 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
5727 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
5728 cleanup macros.
5729 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
5730 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
5731 cleanup macros.
5732 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
5733 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
5734 macros.
5735 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
5736 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
5737 cleanup macros.
5738 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
5739 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
5740 macros.
5741 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
5742 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
5743 macros.
5744 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
5745 (RUN_TEST_fFF_11): Take argument string. Call new setup and
5746 cleanup macros.
5747 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
5748
85118d4d
EBM
57492013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5750
5751 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
5752 to _sifields.sigfault.
5753 (si_addr_lsb): Define new macro.
5754 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
5755 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5756 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
5757
7a44c18f
CD
57582013-05-03 Carlos O'Donell <carlos at redhat.com>
5759
5760 [BZ #15441]
5761 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
5762 returns -1.
5763 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
5764 null return -1.
5765 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
5766 loading the domain.
5767
b50a7181
JM
57682013-05-22 Joseph Myers <joseph@codesourcery.com>
5769
5770 * math/gen-libm-test.pl (parse_args): Do not include expected
5771 result in test name.
5772 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
5773 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5774 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5775 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5776 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5777 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5778
051063c8
SP
57792013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
5780
3ce9e010
SP
5781 * benchtests/Makefile: Sort function entries.
5782
051063c8
SP
5783 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
5784 tanh, asinh, acosh, atanh.
5785 * benchtests/acos-inputs: New file.
5786 * benchtests/acosh-inputs: New file.
5787 * benchtests/asin-inputs: New file.
5788 * benchtests/asinh-inputs: New file.
5789 * benchtests/atanh-inputs: New file.
5790 * benchtests/cosh-inputs: New file.
5791 * benchtests/log-inputs: New file.
5792 * benchtests/sinh-inputs: New file.
5793 * benchtests/tanh-inputs: New file.
5794
47c22455
DL
57952013-05-21 Dmitry V. Levin <ldv@altlinux.org>
5796
5797 [BZ #15339]
5798 * posix/tst-getaddrinfo4.c: New test.
5799 * posix/Makefile (tests): Add it.
5800
3d04f5db
SP
58012013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5802
5803 [BZ #15339]
5804 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
5805 when no services were used.
5806 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
5807 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
5808
d5dd6189
AS
58092013-05-21 Andreas Schwab <schwab@suse.de>
5810
5811 [BZ #15014]
5812 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
5813 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
5814 successful.
5815 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
5816 redundant variable declarations and reallocation of buffer when
5817 parsing as IPv6 address. Always set NSS status when called from
5818 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
5819 buffer too small. Correct computation of needed size.
5820 * nss/Makefile (tests): Add test-digits-dots.
5821 * nss/test-digits-dots.c: New test.
5822
fef94eab
SP
58232013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5824
5825 * benchtests/Makefile: Remove instructions for adding
5826 benchmark tests.
5827 * benchtests/README: New file to explain how to execute and
5828 enhance the benchmark tests.
5829
e39adf43
AS
58302013-05-21 Andreas Schwab <schwab@suse.de>
5831
5832 [BZ #15493]
5833 * setjmp/Makefile (tests): Add tst-sigsetjmp.
5834 * setjmp/tst-sigsetjmp.c: New test.
5835
b2b671b6
OB
58362013-05-20 Ondřej Bílka <neleai@seznam.cz>
5837
5838 * sysdeps/x86_64/memset.S (memset): New implementation.
5839 (__bzero): Likewise.
5840 (__memset_tail): New function.
5841
2d48b41c
OB
58422013-05-20 Ondřej Bílka <neleai@seznam.cz>
5843
5844 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
5845 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
5846 __memcpy_sse2_unaligned ifunc selection.
5847 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
5848 Add memcpy-sse2-unaligned.S.
5849 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5850 Add: __memcpy_sse2_unaligned.
5851
f16cc3eb
JM
58522013-05-19 Joseph Myers <joseph@codesourcery.com>
5853
3e694268
JM
5854 [BZ #15490]
5855 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
5856 math_force_eval before restoring floating-point envrionment.
5857 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
5858 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
5859 Likewise.
5860 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
5861 <math_private.h>.
5862 (__nearbyintl): Use math_force_eval before restoring
5863 floating-point environment.
5864 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
5865
db62a907
JM
5866 * math/gen-libm-test.pl (special_functions): Remove.
5867 (parse_args): Don't handle TEST_extra. Handle functions with no
5868 return value.
5869 * math/libm-test.inc (struct test_sincos_data): Replace with
5870 struct test_fFF_11_data.
5871 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
5872 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
5873 (sincos_test_data): Change element type to struct
5874 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
5875 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
5876 RUN_TEST_LOOP_sincos.
5877 * math/README.libm-test: Don't mention special handling of
5878 individual functions.
5879 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
5880 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5881 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5882 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5883 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5884 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5885
f16cc3eb
JM
5886 * math/gen-libm-test.pl (get_variable): Remove function.
5887 (parse_args): Don't show pointer parameters to call in test
5888 names. Use "extra output N" in test names for extra outputs
5889 rather than naming variables.
5890
3779b5b6
JM
58912013-05-18 Joseph Myers <joseph@codesourcery.com>
5892
2ee094ff
JM
5893 [BZ #15488]
5894 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
5895 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
5896 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
5897 double tests.
5898 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
5899 disable.
5900 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
5901 check_long_double.
5902
3779b5b6
JM
5903 * math/gen-libm-test.pl (@tests): Remove variable.
5904 ($count): Likewise.
5905 (new_test): Remove function.
5906 (show_exceptions): New function.
5907 (special_functions): Use show_exceptions instead of new_test.
5908 (parse_args): Likewise.
5909 (generate_testfile): Pass only function name in generated call to
5910 print_max_error or print_complex_max_error.
5911 (get_ulps): Do not handle complex tests specially.
5912 (output_test): Rename to ...
5913 (get_all_ulps_for_test): ... this. Return a string rather than
5914 printing to a file. Require ulps to be present.
5915 (output_ulps): Generate arrays rather than #defines.
5916 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
5917 (struct ulp_data): New type.
5918 (BUILD_COMPLEX_ULP): Remove macro.
5919 (compare_ulp_data): New function.
5920 (find_ulps): Likewise.
5921 (find_test_ulps): Likewise.
5922 (find_function_ulps): Likewise.
5923 (find_complex_function_ulps): Likewise.
5924 (print_max_error): Determine allowed ulps using
5925 find_function_ulps.
5926 (print_complex_max_error): Determine allowed ulps using
5927 find_complex_function_ulps.
5928 (check_float_internal): Determine max ulps using find_test_ulps.
5929 (check_float): Do not take max_ulp parameter. Update call to
5930 check_float_internal.
5931 (check_complex): Likewise.
5932 (check_int): Do not take max_ulp parameter.
5933 (check_long): Likewise.
5934 (check_bool): Likewise.
5935 (check_longlong): Likewise.
5936 (struct test_f_f_data): Remove max_ulp field.
5937 (struct test_ff_f_data): Likewise.
5938 (struct test_ff_f_data_nexttoward): Likewise.
5939 (struct test_fi_f_data): Likewise.
5940 (struct test_fl_f_data): Likewise.
5941 (struct test_if_f_data): Likewise.
5942 (struct test_fff_f_data): Likewise.
5943 (struct test_c_f_data): Likewise.
5944 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
5945 (struct test_fF_f1_data): Likewise.
5946 (struct test_ffI_f1_data): Likewise.
5947 (struct test_c_c_data): Remove max_ulp field.
5948 (struct test_cc_c_data): Likewise.
5949 (struct test_f_i_data): Likewise.
5950 (struct test_ff_i_data): Likewise.
5951 (struct test_f_l_data): Likewise.
5952 (struct test_f_L_data): Likewise.
5953 (struct test_sincos_data): Likewise.
5954 (RUN_TEST_f_f): Do not handle ulps.
5955 (RUN_TEST_LOOP_f_f): Likewise.
5956 (RUN_TEST_2_f): Likewise.
5957 (RUN_TEST_LOOP_2_f): Likewise.
5958 (RUN_TEST_fff_f): Likewise.
5959 (RUN_TEST_LOOP_fff_f): Likewise.
5960 (RUN_TEST_c_f): Likewise.
5961 (RUN_TEST_LOOP_c_f): Likewise.
5962 (RUN_TEST_f_f1): Likewise.
5963 (RUN_TEST_LOOP_f_f1): Likewise.
5964 (RUN_TEST_fF_f1): Likewise.
5965 (RUN_TEST_LOOP_fF_f1): Likewise.
5966 (RUN_TEST_fI_f1): Likewise.
5967 (RUN_TEST_LOOP_fI_f1): Likewise.
5968 (RUN_TEST_ffI_f1): Likewise.
5969 (RUN_TEST_LOOP_ffI_f1): Likewise.
5970 (RUN_TEST_c_c): Likewise.
5971 (RUN_TEST_LOOP_c_c): Likewise.
5972 (RUN_TEST_cc_c): Likewise.
5973 (RUN_TEST_LOOP_cc_c): Likewise.
5974 (RUN_TEST_f_i): Likewise.
5975 (RUN_TEST_LOOP_f_i): Likewise.
5976 (RUN_TEST_f_i_tg): Likewise.
5977 (RUN_TEST_LOOP_f_i_tg): Likewise.
5978 (RUN_TEST_ff_i_tg): Likewise.
5979 (RUN_TEST_LOOP_ff_i_tg): Likewise.
5980 (RUN_TEST_f_b): Likewise.
5981 (RUN_TEST_LOOP_f_b): Likewise.
5982 (RUN_TEST_f_b_tg): Likewise.
5983 (RUN_TEST_LOOP_f_b_tg): Likewise.
5984 (RUN_TEST_f_l): Likewise.
5985 (RUN_TEST_LOOP_f_l): Likewise.
5986 (RUN_TEST_f_L): Likewise.
5987 (RUN_TEST_LOOP_f_L): Likewise.
5988 (RUN_TEST_sincos): Likewise.
5989 (RUN_TEST_LOOP_sincos): Likewise.
5990
8269107f
JM
59912013-05-17 Joseph Myers <joseph@codesourcery.com>
5992
bb38759d
JM
5993 [BZ #15480]
5994 [BZ #15485]
5995 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
5996 main case of finite arguments, set rounding mode to FE_TONEAREST
5997 and discard exceptions.
5998 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
5999 exceptions.
6000 (remainder_tonearest_test_data): New variable.
6001 (remainder_test_tonearest): New function.
6002 (remainder_towardzero_test_data): New variable.
6003 (remainder_test_towardzero): New function.
6004 (remainder_downward_test_data): New variable.
6005 (remainder_test_downward): New function.
6006 (remainder_upward_test_data): New variable.
6007 (remainder_test_upward): New function.
6008 (main): Call the new test functions.
6009
a00bdcf0
JM
6010 * math/libm-test.inc (struct test_f_f1_data): Remove field
6011 extra_init.
6012 (struct test_fF_f1_data): Likewise.
6013 (struct test_ffI_f1_data): Likewise.
6014 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
6015 based on value of EXTRA_EXPECTED.
6016 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
6017 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
6018 EXTRA_VAR based on value of EXTRA_EXPECTED.
6019 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
6020 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
6021 EXTRA_VAR based on value of EXTRA_EXPECTED.
6022 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
6023 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
6024 EXTRA_VAR based on value of EXTRA_EXPECTED.
6025 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
6026 * math/gen-libm-test.pl (parse_args): Don't output initializers
6027 for extra output values.
6028
de407f79
JM
6029 * math/libm-test.inc (check_int): Expect result to be exactly
6030 equal to expected value and do not handle ulps.
6031 (check_long): Likewise.
6032 (check_longlong): Likewise.
6033
8269107f
JM
6034 * math/libm-test.inc (ceil_test_data): Test for "inexact"
6035 exceptions.
6036 (cimag_test_data): Likewise.
6037 (conj_test_data): Likewise.
6038 (copysign_test_data): Likewise.
6039 (cproj_test_data): Likewise.
6040 (creal_test_data): Likewise.
6041 (fabs_test_data): Likewise.
6042 (fdim_test_data): Likewise.
6043 (finite_test_data): Likewise.
6044 (floor_test_data): Likewise.
6045 (fmax_test_data): Likewise.
6046 (fmin_test_data): Likewise.
6047 (fmod_test_data): Likewise.
6048 (fpclassify_test_data): Likewise.
6049 (frexp_test_data): Likewise.
6050 (ilogb_test_data): Likewise.
6051 (isfinite_test_data): Likewise.
6052 (isgreater_test_data): Likewise.
6053 (isgreaterequal_test_data): Likewise.
6054 (isinf_test_data): Likewise.
6055 (isless_test_data): Likewise.
6056 (islessequal_test_data): Likewise.
6057 (islessgreater_test_data): Likewise.
6058 (isnan_test_data): Likewise.
6059 (isnormal_test_data): Likewise.
6060 (issignaling_test_data): Likewise.
6061 (isunordered_test_data): Likewise.
6062 (ldexp_test_data): Likewise.
6063 (lrint_test_data): Likewise.
6064 (lrint_test_data) [TEST_FLOAT]: Disable one test.
6065 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
6066 (lrint_tonearest_test_data): Test for "inexact" exceptions.
6067 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
6068 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
6069 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
6070 test input.
6071 (lrint_towardzero_test_data): Test for "inexact" exceptions.
6072 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
6073 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
6074 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
6075 that test input.
6076 (lrint_downward_test_data): Test for "inexact" exceptions.
6077 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
6078 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
6079 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
6080 test input.
6081 (lrint_upward_test_data): Test for "inexact" exceptions.
6082 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
6083 test input.
6084 (llrint_test_data): Test for "inexact" exceptions.
6085 (llrint_test_data) [TEST_FLOAT]: Disable one test.
6086 (llrint_tonearest_test_data): Test for "inexact" exceptions.
6087 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
6088 (llrint_towardzero_test_data): Test for "inexact" exceptions.
6089 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
6090 (llrint_downward_test_data): Test for "inexact" exceptions.
6091 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
6092 (llrint_upward_test_data): Test for "inexact" exceptions.
6093 (logb_test_data): Likewise.
6094 (logb_downward_test_data): Likewise.
6095 (nextafter_test_data): Likewise.
6096 (nexttoward_test_data): Likewise.
6097 (remainder_test_data): Likewise.
6098 (remquo_test_data): Likewise.
6099 (scalbn_test_data): Likewise.
6100 (scalbln_test_data): Likewise.
6101 (signbit_test_data): Likewise.
6102 (sqrt_test_data): Likewise.
6103 (significand_test_data): Likewise.
6104
48a18de1
SP
61052013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
6106
6107 [BZ #15424]
6108 * benchtests/bench-modf.c (struct args): Mark arg0 as
6109 volatile.
6110 * scripts/bench.pl: Mark members of struct args as volatile.
6111
13d3b41a
AZ
61122013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6113
68191c1d 6114 [BZ # 15497]
13d3b41a
AZ
6115 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
6116 negative infinity on POWER6 or lower.
6117 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
6118
2848b105
MR
61192013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6120
6121 [BZ #15442]
6122 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
6123 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
6124 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
6125 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
6126 (_FP_SETQNAN): New macro.
6127 (_FP_SETQNAN_SEMIRAW): Likewise.
6128 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
6129 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
6130 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
6131 (FP_EXTEND): Use _FP_FRAC_SNANP.
6132 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
6133 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
6134 into account.
6135 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
6136 New macro.
6137 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
6138 Likewise.
6139
323e5cb7
JM
61402013-05-16 Joseph Myers <joseph@codesourcery.com>
6141
c58b274f
JM
6142 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
6143 with DIVIDE_BY_ZERO_EXCEPTION.
6144 (gamma_test_data): Likewise.
6145 (lgamma_test_data): Likewise.
6146 (log_test_data): Likewise.
6147 (log10_test_data): Likewise.
6148 (log2_test_data): Likewise.
6149 (tgamma_test_data): Likewise.
6150
0ab34904
JM
6151 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
6152 (acos_test_tonearest): Likewise.
6153 (acos_test_towardzero): Likewise.
6154 (acos_test_downward): Likewise.
6155 (acos_test_upward): Likewise.
6156 (acosh_test): Likewise.
6157 (asin_test): Likewise.
6158 (asin_test_tonearest): Likewise.
6159 (asin_test_towardzero): Likewise.
6160 (asin_test_downward): Likewise.
6161 (asin_test_upward): Likewise.
6162 (asinh_test): Likewise.
6163 (atan_test): Likewise.
6164 (atanh_test): Likewise.
6165 (atan2_test): Likewise.
6166 (cabs_test): Likewise.
6167 (cacos_test): Likewise.
6168 (cacosh_test): Likewise.
6169 (casin_test): Likewise.
6170 (casinh_test): Likewise.
6171 (catan_test): Likewise.
6172 (catanh_test): Likewise.
6173 (cbrt_test): Likewise.
6174 (ccos_test): Likewise.
6175 (ccosh_test): Likewise.
6176 (cexp_test): Likewise.
6177 (clog_test): Likewise.
6178 (clog10_test): Likewise.
6179 (cos_test): Likewise.
6180 (cos_test_tonearest): Likewise.
6181 (cos_test_towardzero): Likewise.
6182 (cos_test_downward): Likewise.
6183 (cos_test_upward): Likewise.
6184 (cosh_test): Likewise.
6185 (cosh_test_tonearest): Likewise.
6186 (cosh_test_towardzero): Likewise.
6187 (cosh_test_downward): Likewise.
6188 (cosh_test_upward): Likewise.
6189 (cpow_test): Likewise.
6190 (csin_test): Likewise.
6191 (csinh_test): Likewise.
6192 (csqrt_test): Likewise.
6193 (ctan_test): Likewise.
6194 (ctan_test_tonearest): Likewise.
6195 (ctan_test_towardzero): Likewise.
6196 (ctan_test_downward): Likewise.
6197 (ctan_test_upward): Likewise.
6198 (ctanh_test): Likewise.
6199 (ctanh_test_tonearest): Likewise.
6200 (ctanh_test_towardzero): Likewise.
6201 (ctanh_test_downward): Likewise.
6202 (ctanh_test_upward): Likewise.
6203 (erf_test): Likewise.
6204 (erfc_test): Likewise.
6205 (exp_test): Likewise.
6206 (exp_test_tonearest): Likewise.
6207 (exp_test_towardzero): Likewise.
6208 (exp_test_downward): Likewise.
6209 (exp_test_upward): Likewise.
6210 (exp10_test): Likewise.
6211 (exp2_test): Likewise.
6212 (expm1_test): Likewise.
6213 (fmod_test): Likewise.
6214 (gamma_test): Likewise.
6215 (hypot_test): Likewise.
6216 (j0_test): Likewise.
6217 (j1_test): Likewise.
6218 (jn_test): Likewise.
6219 (lgamma_test): Likewise.
6220 (log_test): Likewise.
6221 (log10_test): Likewise.
6222 (log1p_test): Likewise.
6223 (log2_test): Likewise.
6224 (logb_test_downward): Likewise.
6225 (pow_test): Likewise.
6226 (pow_test_tonearest): Likewise.
6227 (pow_test_towardzero): Likewise.
6228 (pow_test_downward): Likewise.
6229 (pow_test_upward): Likewise.
6230 (remainder_test): Likewise.
6231 (remquo_test): Likewise.
6232 (sin_test): Likewise.
6233 (sin_test_tonearest): Likewise.
6234 (sin_test_towardzero): Likewise.
6235 (sin_test_downward): Likewise.
6236 (sin_test_upward): Likewise.
6237 (sincos_test): Likewise.
6238 (sinh_test): Likewise.
6239 (sinh_test_tonearest): Likewise.
6240 (sinh_test_towardzero): Likewise.
6241 (sinh_test_downward): Likewise.
6242 (sinh_test_upward): Likewise.
6243 (sqrt_test): Likewise.
6244 (tan_test): Likewise.
6245 (tan_test_tonearest): Likewise.
6246 (tan_test_towardzero): Likewise.
6247 (tan_test_downward): Likewise.
6248 (tan_test_upward): Likewise.
6249 (tanh_test): Likewise.
6250 (tgamma_test): Likewise.
6251 (y0_test): Likewise.
6252 (y1_test): Likewise.
6253 (yn_test): Likewise.
6254
323e5cb7
JM
6255 * math/gen-libm-test.pl (adjust_arg): Remove function.
6256 (special_function): Remove argument $in_func. Only handle
6257 generating output for tables of tests, not inside functions.
6258 (parse_args): Likewise.
6259 (generate_testfile): Remove variable $in_func. Update call to
6260 parse_args.
6261 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
6262 (MINUS_ZERO_INIT): Rename macro to minus_zero.
6263 (PLUS_INFTY_INIT): Rename macro to plus_infty.
6264 (MINUS_INFTY_INIT): Rename macro to minus_infty.
6265 (QNAN_VALUE_INIT): Rename macro to qnan_value.
6266 (MAX_VALUE_INIT): Rename macro to max_value.
6267 (MIN_VALUE_INIT): Rename macro to min_value.
6268 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
6269 (plus_zero): Remove variable.
6270 (minus_zero): Likewise.
6271 (plus_infty): Likewise.
6272 (minus_infty): Likewise.
6273 (qnan_value): Likewise.
6274 (max_value): Likewise.
6275 (min_value): Likewise.
6276 (min_subnorm_value): Likewise.
6277
e054f494
RA
62782013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
6279
6280 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
6281 uint64_t or uint32_t usage.
6282 * crypt/sha256-block.c: Likewise.
6283 * crypt/sha256-crypt.c: Likewise.
6284 * crypt/sha256.c: Likewise.
6285 * crypt/sha512-block.c: Likewise.
6286 * crypt/sha512-crypt.c: Likewise.
6287 * crypt/sha512.c: Likewise.
6288 * debug/backtrace-tst.c: Likewise.
6289 * debug/pcprofiledump.c: Likewise.
6290 * elf/cache.c: Likewise.
6291 * elf/dl-cache.c: Likewise.
6292 * elf/dl-misc.c: Likewise.
6293 * elf/dl-profile.c: Likewise.
6294 * elf/dl-support.c: Likewise.
6295 * elf/ldconfig.c: Likewise.
6296 * elf/sprof.c: Likewise.
6297 * iconv/dummy-repertoire.c: Likewise.
6298 * iconv/iconv_charmap.c: Likewise.
6299 * iconv/skeleton.c: Likewise.
6300 * iconvdata/8bit-generic.c: Likewise.
6301 * iconvdata/cp737.h: Likewise.
6302 * iconvdata/cp775.h: Likewise.
6303 * iconvdata/ibm1008.h: Likewise.
6304 * iconvdata/ibm1025.h: Likewise.
6305 * iconvdata/ibm1046.h: Likewise.
6306 * iconvdata/ibm1097.h: Likewise.
6307 * iconvdata/ibm1112.h: Likewise.
6308 * iconvdata/ibm1122.h: Likewise.
6309 * iconvdata/ibm1123.h: Likewise.
6310 * iconvdata/ibm1124.h: Likewise.
6311 * iconvdata/ibm1129.h: Likewise.
6312 * iconvdata/ibm1130.h: Likewise.
6313 * iconvdata/ibm1132.h: Likewise.
6314 * iconvdata/ibm1133.h: Likewise.
6315 * iconvdata/ibm1137.h: Likewise.
6316 * iconvdata/ibm1140.h: Likewise.
6317 * iconvdata/ibm1141.h: Likewise.
6318 * iconvdata/ibm1142.h: Likewise.
6319 * iconvdata/ibm1143.h: Likewise.
6320 * iconvdata/ibm1144.h: Likewise.
6321 * iconvdata/ibm1145.h: Likewise.
6322 * iconvdata/ibm1146.h: Likewise.
6323 * iconvdata/ibm1147.h: Likewise.
6324 * iconvdata/ibm1148.h: Likewise.
6325 * iconvdata/ibm1149.h: Likewise.
6326 * iconvdata/ibm1153.h: Likewise.
6327 * iconvdata/ibm1154.h: Likewise.
6328 * iconvdata/ibm1155.h: Likewise.
6329 * iconvdata/ibm1156.h: Likewise.
6330 * iconvdata/ibm1157.h: Likewise.
6331 * iconvdata/ibm1158.h: Likewise.
6332 * iconvdata/ibm1160.h: Likewise.
6333 * iconvdata/ibm1161.h: Likewise.
6334 * iconvdata/ibm1162.h: Likewise.
6335 * iconvdata/ibm1163.h: Likewise.
6336 * iconvdata/ibm1164.h: Likewise.
6337 * iconvdata/ibm1166.h: Likewise.
6338 * iconvdata/ibm1167.h: Likewise.
6339 * iconvdata/ibm12712.h: Likewise.
6340 * iconvdata/ibm1390.h: Likewise.
6341 * iconvdata/ibm1399.h: Likewise.
6342 * iconvdata/ibm16804.h: Likewise.
6343 * iconvdata/ibm4517.h: Likewise.
6344 * iconvdata/ibm4899.h: Likewise.
6345 * iconvdata/ibm4909.h: Likewise.
6346 * iconvdata/ibm4971.h: Likewise.
6347 * iconvdata/ibm5347.h: Likewise.
6348 * iconvdata/ibm803.h: Likewise.
6349 * iconvdata/ibm856.h: Likewise.
6350 * iconvdata/ibm901.h: Likewise.
6351 * iconvdata/ibm902.h: Likewise.
6352 * iconvdata/ibm9030.h: Likewise.
6353 * iconvdata/ibm9066.h: Likewise.
6354 * iconvdata/ibm921.h: Likewise.
6355 * iconvdata/ibm922.h: Likewise.
6356 * iconvdata/ibm9448.h: Likewise.
6357 * iconvdata/isiri-3342.h: Likewise.
6358 * iconvdata/jis0201.h: Likewise.
6359 * include/link.h: Likewise.
6360 * include/netdb.h: Likewise.
6361 * inet/check_native.c: Likewise.
6362 * inet/check_pf.c: Likewise.
6363 * inet/getipv4sourcefilter.c: Likewise.
6364 * inet/getnameinfo.c: Likewise.
6365 * inet/getsourcefilter.c: Likewise.
6366 * inet/htonl.c: Likewise.
6367 * inet/setipv4sourcefilter.c: Likewise.
6368 * inet/setsourcefilter.c: Likewise.
6369 * inet/test-inet6_opt.c: Likewise.
6370 * inet/tst-network.c: Likewise.
6371 * locale/C-collate.c: Likewise.
6372 * locale/C-ctype.c: Likewise.
6373 * locale/C-time.c: Likewise.
6374 * locale/C-translit.h: Likewise.
6375 * locale/loadarchive.c: Likewise.
6376 * locale/programs/3level.h: Likewise.
6377 * locale/programs/charmap.c: Likewise.
6378 * locale/programs/charmap.h: Likewise.
6379 * locale/programs/ld-address.c: Likewise.
6380 * locale/programs/ld-collate.c: Likewise.
6381 * locale/programs/ld-ctype.c: Likewise.
6382 * locale/programs/ld-identification.c: Likewise.
6383 * locale/programs/ld-measurement.c: Likewise.
6384 * locale/programs/ld-messages.c: Likewise.
6385 * locale/programs/ld-monetary.c: Likewise.
6386 * locale/programs/ld-name.c: Likewise.
6387 * locale/programs/ld-numeric.c: Likewise.
6388 * locale/programs/ld-paper.c: Likewise.
6389 * locale/programs/ld-telephone.c: Likewise.
6390 * locale/programs/ld-time.c: Likewise.
6391 * locale/programs/linereader.c: Likewise.
6392 * locale/programs/locale.c: Likewise.
6393 * locale/programs/locarchive.c: Likewise.
6394 * locale/programs/locfile.h: Likewise.
6395 * locale/programs/repertoire.c: Likewise.
6396 * locale/programs/simple-hash.c: Likewise.
6397 * locale/programs/simple-hash.h: Likewise.
6398 * malloc/memusage.c: Likewise.
6399 * malloc/memusagestat.c: Likewise.
6400 * nis/nis_defaults.c: Likewise.
6401 * nis/nis_hash.c: Likewise.
6402 * nis/nis_print.c: Likewise.
6403 * nis/nis_xdr.c: Likewise.
6404 * nscd/connections.c: Likewise.
6405 * nscd/hstcache.c: Likewise.
6406 * nscd/nscd_gethst_r.c: Likewise.
6407 * nscd/nscd_getserv_r.c: Likewise.
6408 * nscd/nscd_helper.c: Likewise.
6409 * nscd/servicescache.c: Likewise.
6410 * nss/makedb.c: Likewise.
6411 * nss/nss_db/db-XXX.c: Likewise.
6412 * nss/nss_db/db-initgroups.c: Likewise.
6413 * nss/nss_db/db-netgrp.c: Likewise.
6414 * nss/nss_files/files-network.c: Likewise.
6415 * nss/nss_files/files-parse.c: Likewise.
6416 * posix/bug-regex5.c: Likewise.
6417 * posix/fnmatch_loop.c: Likewise.
6418 * posix/regcomp.c: Likewise.
6419 * posix/regexec.c: Likewise.
6420 * posix/tst-rfc3484-2.c: Likewise.
6421 * posix/tst-rfc3484-3.c: Likewise.
6422 * posix/tst-rfc3484.c: Likewise.
6423 * resolv/nss_dns/dns-canon.c: Likewise.
6424 * resolv/nss_dns/dns-network.c: Likewise.
6425 * resolv/res_init.c: Likewise.
6426 * resolv/res_mkquery.c: Likewise.
6427 * resolv/tst-aton.c: Likewise.
6428 * stdlib/cxa_atexit.c: Likewise.
6429 * stdlib/cxa_finalize.c: Likewise.
6430 * stdlib/gen-fpioconst.c: Likewise.
6431 * stdlib/strtol_l.c: Likewise.
6432 * string/tst-endian.c: Likewise.
6433 * sunrpc/auth_des.c: Likewise.
6434 * sunrpc/clnt_udp.c: Likewise.
6435 * sunrpc/rtime.c: Likewise.
6436 * sunrpc/svcauth_des.c: Likewise.
6437 * sunrpc/xdr.c: Likewise.
6438 * sunrpc/xdr_intXX_t.c: Likewise.
6439 * sunrpc/xdr_rec.c: Likewise.
6440 * sysdeps/generic/ldconfig.h: Likewise.
6441 * sysdeps/generic/ldsodefs.h: Likewise.
6442 * sysdeps/generic/memusage.h: Likewise.
6443 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
6444 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
6445 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
6446 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
6447 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6448 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
6449 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
6450 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
6451 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6452 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
6453 * sysdeps/posix/getaddrinfo.c: Likewise.
6454 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
6455 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
6456 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
6457 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6458 * sysdeps/powerpc/test-gettimebase.c: Likewise.
6459 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6460 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
6461 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
6462 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6463 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
6464 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
6465 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
6466 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
6467 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
6468 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
6469 * sysdeps/x86_64/dl-tls.h: Likewise.
6470 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
6471 * time/alt_digit.c: Likewise.
6472 * time/era.c: Likewise.
6473 * wcsmbs/tst-c16c32-1.c: Likewise.
6474
8c75f674
JM
64752013-05-16 Joseph Myers <joseph@codesourcery.com>
6476
6477 * math/libm-test.inc (struct test_sincos_data): New type.
6478 (RUN_TEST_LOOP_sincos): New macro.
6479 (sincos_test_data): New variable.
6480 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
6481
e6e49e59
RH
64822013-05-16 Richard Henderson <rth@redhat.com>
6483
6484 * math/atest-exp2.c (LIMB64): New macro.
6485 (CONSTSZ): New macro.
6486 (mp_exp1, mp_exp_m1, mp_log2): New variables.
6487 (hexdig): Move ...
6488 (print_mpn_fp): ... to function scope.
6489 (read_mpn_hex): Remove.
6490 (get_log2): Remove.
6491 (exp2_mpn): Use mp_log2.
6492 (main): Use mp_exp1.
6493
15c7c18d
JM
64942013-05-16 Joseph Myers <joseph@codesourcery.com>
6495
105a07df
JM
6496 * math/libm-test.inc: Remove comment about not testing "inexact"
6497 exceptions.
6498 (INEXACT_EXCEPTION): New macro.
6499 (NO_INEXACT_EXCEPTION): Likewise.
6500 (INVALID_EXCEPTION_OK): Update value.
6501 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
6502 (OVERFLOW_EXCEPTION_OK): Likewise.
6503 (UNDERFLOW_EXCEPTION_OK): Likewise.
6504 (IGNORE_ZERO_INF_SIGN): Likewise.
6505 (ERRNO_UNCHANGED): Likewise.
6506 (ERRNO_EDOM): Likewise.
6507 (ERRNO_ERANGE): Likewise.
6508 (test_exceptions): Handle testing "inexact" exceptions.
6509 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
6510 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
6511 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
6512 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
6513 INEXACT_EXCEPTION.
6514 (rint_towardzero_test_data): Likewise.
6515 (rint_downward_test_data): Likewise.
6516 (rint_upward_test_data): Likewise.
6517
e9eee333
JM
6518 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
6519 with OVERFLOW_EXCEPTION.
6520 (exp10_test_data): Likewise.
6521 (exp2_test_data): Likewise.
6522 (expm1_test_data): Likewise.
6523 (lgamma_test_data): Likewise.
6524 (pow_test_data): Likewise.
6525 (tgamma_test_data): Likewise.
6526 (yn_test_data): Remove duplicate test of overflow.
6527
1c38ff73
JM
6528 * math/libm-test.inc (struct test_cc_c_data): New type.
6529 (RUN_TEST_LOOP_cc_c): New macro.
6530 (cpow_test_data): New variable.
6531 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
6532
15c7c18d
JM
6533 * math/libm-test.inc (struct test_f_L_data): New type.
6534 (RUN_TEST_LOOP_f_L): New macro.
6535 (llrint_test_data): New variable.
6536 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
6537 (llrint_tonearest_test_data): New variable.
6538 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
6539 (llrint_towardzero_test_data): New variable.
6540 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
6541 (llrint_downward_test_data): New variable.
6542 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
6543 (llrint_upward_test_data): New variable.
6544 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
6545 (llround_test_data): New variable.
6546 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
6547
f137ff13
PC
65482013-05-13 Peter Collingbourne <pcc@google.com>
6549
6550 * math/atest-exp2.c (get_log2): Remove const attribute.
6551
3608cb24
JM
65522013-05-15 Joseph Myers <joseph@codesourcery.com>
6553
6554 * math/libm-test.inc (struct test_f_l_data): New type.
6555 (RUN_TEST_LOOP_f_l): New macro.
6556 (lrint_test_data): New variable.
6557 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
6558 (lrint_tonearest_test_data): New variable.
6559 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
6560 (lrint_towardzero_test_data): New variable.
6561 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
6562 (lrint_downward_test_data): New variable.
6563 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
6564 (lrint_upward_test_data): New variable.
6565 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
6566 (lround_test_data): New variable.
6567 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
6568
39b1f617
PC
65692013-05-15 Peter Collingbourne <pcc@google.com>
6570
1deff3dc
PC
6571 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
6572 (EXTRACT_WORDS64) Use where appropriate.
6573 (INSERT_WORDS64) Likewise.
6574
791f3ba0
PC
6575 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
6576 constraints with x constraints.
6577 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
6578
39b1f617
PC
6579 * malloc/obstack.c (_obstack_compat): Add initializer.
6580
12fba011
EM
65812013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
6582
6583 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
6584 si_trapno and add si_addr_lsb to _sifields.sigfault.
6585 (si_trapno): Remove macro.
6586 (si_addr_lsb): Define new macro.
6587 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
6588
d369f531
JM
65892013-05-15 Joseph Myers <joseph@codesourcery.com>
6590
b861c6c4
JM
6591 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
6592 instead of TEST_f_l.
6593 (llrint_test_tonearest): Likewise.
6594 (llrint_test_towardzero): Likewise.
6595 (llrint_test_downward): Likewise.
6596 (llrint_test_upward): Likewise.
6597 (llround_test): Likewise.
6598
7abeee12
JM
6599 * math/libm-test.inc (struct test_f_i_data): Add comment.
6600 (RUN_TEST_LOOP_f_b): New macro.
6601 (RUN_TEST_LOOP_f_b_tg): Likewise.
6602 (finite_test_data): New variable.
6603 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
6604 (isfinite_test_data): New variable.
6605 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6606 (isinf_test_data): New variable.
6607 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6608 (isnan_test_data): New variable.
6609 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6610 (isnormal_test_data): New variable.
6611 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6612 (issignaling_test_data): New variable.
6613 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6614 (signbit_test_data): New variable.
6615 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6616
cbe8c4d3
JM
6617 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
6618 with INVALID_EXCEPTION.
6619 (acosh_test_data): Likewise.
6620 (asin_test_data): Likewise.
6621 (atanh_test_data): Likewise.
6622 (fmod_test_data): Likewise.
6623 (log_test_data): Likewise.
6624 (log10_test_data): Likewise.
6625 (log2_test_data): Likewise.
6626 (pow_test_data): Likewise.
6627 (sqrt_test_data): Likewise.
6628 (y0_test_data): Likewise.
6629 (y1_test_data): Likewise.
6630 (yn_test_data): Likewise.
6631
5575c0e5
JM
6632 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
6633 function contents.
6634
d369f531
JM
6635 * math/libm-test.inc (struct test_ff_i_data): New type.
6636 (RUN_TEST_LOOP_ff_i_tg): New macro.
6637 (isgreater_test_data): New variable.
6638 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6639 (isgreaterequal_test_data): New variable.
6640 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6641 (isless_test_data): New variable.
6642 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6643 (islessequal_test_data): New variable.
6644 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6645 (islessgreater_test_data): New variable.
6646 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6647 (isunordered_test_data): New variable.
6648 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6649
781fd748
DM
66502013-05-14 David S. Miller <davem@davemloft.net>
6651
6652 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6653
87aa21df
JM
66542013-05-14 Joseph Myers <joseph@codesourcery.com>
6655
5e908270
JM
6656 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
6657
f71172e5
JM
6658 * math/libm-test.inc (struct test_fF_f1_data): Change type of
6659 extra_test to int.
6660 (struct test_f_i_data): Change type of max_ulp to int.
6661
8cfa635a
JM
6662 * math/libm-test.inc (test_ffI_f1_data): New type.
6663 (RUN_TEST_LOOP_ffI_f1): New macro.
6664 (remquo_test_data): New variable.
6665 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
6666
2bcb36b2
JM
6667 * setjmp/tst-setjmp-fp.c: New file.
6668 * setjmp/Makefile (tests): Add tst-setjmp-fp.
6669 (link-libm): New variable.
6670 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
6671
acbd839a
JM
6672 * math/libm-test.inc (struct test_f_i_data): New type.
6673 (RUN_TEST_LOOP_f_i): New macro.
6674 (RUN_TEST_LOOP_f_i_tg): Likewise.
6675 (fpclassify_test_data): New variable.
6676 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
6677 (ilogb_test_data): New variable.
6678 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
6679
e414d745
JM
6680 * math/libm-test.inc (scalbln_test): Correct function name in END
6681 call.
6682
d9c2a0fd
JM
6683 * math/libm-test.inc (struct test_f_f1_data): Add comment.
6684 (RUN_TEST_LOOP_fI_f1): New macro.
6685 (frexp_test_data): New variable.
6686 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
6687
9dc9095d
JM
6688 * math/libm-test.inc (struct test_fF_f1_data): New type.
6689 (RUN_TEST_LOOP_fF_f1): New macro.
6690 (modf_test_data): New variable.
6691 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
6692
87aa21df
JM
6693 * math/libm-test.inc (struct test_f_f1_data): New type.
6694 (RUN_TEST_LOOP_f_f1): New macro.
6695 (gamma_test_data): New variable.
6696 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6697 (lgamma_test_data): New variable.
6698 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6699
141af660
CD
67002013-05-13 Carlos O'Donell <carlos@redhat.com>
6701
6702 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
6703 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
6704 (main): Comment "tls" pseudo-hwcap.
6705
6d33265c
JM
67062013-05-13 Joseph Myers <joseph@codesourcery.com>
6707
68fc074c
JM
6708 * math/libm-test.inc (struct test_fl_f_data): New type.
6709 (RUN_TEST_LOOP_fl_f): New variable.
6710 (scalbln_test_data): New variable.
6711 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
6712
243216e1
JM
6713 * math/libm-test.inc (struct test_fi_f_data): New type.
6714 (RUN_TEST_LOOP_fi_f): New macro.
6715 (ldexp_test_data): New variable.
6716 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
6717 (scalbn_test_data): New variable.
6718 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
6719
6a1992e2
JM
6720 * math/libm-test.inc (struct test_c_f_data): New type.
6721 (RUN_TEST_LOOP_c_f): New macro.
6722 (cabs_test_data): New variable.
6723 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
6724 (carg_test_data): New variable.
6725 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
6726 (cimag_test_data): New variable.
6727 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
6728 (creal_test_data): New variable.
6729 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
6730
0e400df5
JM
6731 * math/libm-test.inc (struct test_if_f_data): New type.
6732 (RUN_TEST_LOOP_if_f): New macro.
6733 (jn_test_data): New variable.
6734 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
6735 (yn_test_data): New variable.
6736 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
6737
6d33265c
JM
6738 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
6739
f98ece5f
AZ
67402013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6741
6742 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
6743 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
6744
0f7d347b
SP
67452013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
6746
43fe811b
SP
6747 * benchtests/Makefile (CPPFLAGS-nonlib): Add
6748 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
6749 (bench-deps): Add bench-timing.h.
6750 * benchtests-bench-skeleton.c: Include bench-timing.h.
6751 (main): Use TIMING_* macros instead of clock_gettime.
6752 * benchtests/bench-timing.h: New file.
6753
0f7d347b
SP
6754 [BZ #14582]
6755 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
6756 Renamed from _LIB_VERSION.
6757 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
6758
601a3a5f
JM
67592013-05-12 Joseph Myers <joseph@codesourcery.com>
6760
4f184d30
JM
6761 * math/libm-test.inc (struct test_fff_f_data): New type.
6762 (RUN_TEST_LOOP_fff_f): New macro.
6763 (fma_test_data): New variable.
6764 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
6765 (fma_towardzero_test_data): New variable.
6766 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
6767 (fma_downward_test_data): New variable.
6768 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
6769 (fma_upward_test_data): New variable.
6770 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
6771
08198877
JM
6772 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
6773 (struct test_c_c_data): New type.
6774 (RUN_TEST_LOOP_c_c): New macro.
6775 (cacos_test_data): New variable.
6776 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
6777 (cacosh_test_data): New variable.
6778 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
6779 (casin_test_data): New variable.
6780 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
6781 (casinh_test_data): New variable.
6782 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
6783 (catan_test_data): New variable.
6784 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
6785 (catanh_test_data): New variable.
6786 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
6787 (ccos_test_data): New variable.
6788 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
6789 (ccosh_test_data): New variable.
6790 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
6791 (cexp_test_data): New variable.
6792 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
6793 (clog_test_data): New variable.
6794 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
6795 (clog10_test_data): New variable.
6796 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
6797 (conj_test_data): New variable.
6798 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
6799 (cproj_test_data): New variable.
6800 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
6801 (csin_test_data): New variable.
6802 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
6803 (csinh_test_data): New variable.
6804 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
6805 (csqrt_test_data): New variable.
6806 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
6807 (ctan_test_data): New variable.
6808 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
6809 (ctan_tonearest_test_data): New variable.
6810 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6811 (ctan_towardzero_test_data): New variable.
6812 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6813 (ctan_downward_test_data): New variable.
6814 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6815 (ctan_upward_test_data): New variable.
6816 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6817 (ctanh_test_data): New variable.
6818 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
6819 (ctanh_tonearest_test_data): New variable.
6820 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6821 (ctanh_towardzero_test_data): New variable.
6822 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6823 (ctanh_downward_test_data): New variable.
6824 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6825 (ctanh_upward_test_data): New variable.
6826 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6827 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
6828 of BUILD_COMPLEX.
6829
601a3a5f
JM
6830 * math/libm-test.inc (struct test_ff_f_data): New type.
6831 (struct test_ff_f_data_nexttoward): Likewise.
6832 (RUN_TEST_LOOP_2_f): New macro.
6833 (RUN_TEST_LOOP_ff_f): Likewise.
6834 (atan2_test_data): New variable.
6835 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
6836 (copysign_test_data): New variable.
6837 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
6838 (fdim_test_data): New variable.
6839 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
6840 (fmax_test_data): New variable.
6841 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
6842 (fmin_test_data): New variable.
6843 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
6844 (fmod_test_data): New variable.
6845 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
6846 (hypot_test_data): New variable.
6847 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
6848 (nextafter_test_data): New variable.
6849 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
6850 (nexttoward_test_data): New variable.
6851 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
6852 (pow_test_data): New variable.
6853 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
6854 (pow_tonearest_test_data): New variable.
6855 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
6856 (pow_towardzero_test_data): New variable.
6857 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
6858 (pow_downward_test_data): New variable.
6859 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
6860 (pow_upward_test_data): New variable.
6861 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
6862 (remainder_test_data): New variable.
6863 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
6864 (scalb_test_data): New variable.
6865 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
6866 * sysdeps/i386/fpu/libm-test-ulps: Update.
6867
74c57478
JM
68682013-05-11 Joseph Myers <joseph@codesourcery.com>
6869
8329e4da
JM
6870 * math/libm-test.inc (fma_test): Use max_value instead of local
6871 variable fltmax.
6872 (nextafter_test): Likewise.
6873
74c57478
JM
6874 * math/libm-test.inc (acos_towardzero_test_data): New variable.
6875 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6876 (acos_downward_test_data): New variable.
6877 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6878 (acos_upward_test_data): New variable.
6879 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6880 (acosh_test_data): New variable.
6881 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
6882 (asin_test_data): New variable.
6883 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
6884 (asin_tonearest_test_data): New variable.
6885 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6886 (asin_towardzero_test_data): New variable.
6887 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6888 (asin_downward_test_data): New variable.
6889 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6890 (asin_upward_test_data): New variable.
6891 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6892 (asinh_test_data): New variable.
6893 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
6894 (atan_test_data): New variable.
6895 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
6896 (atanh_test_data): New variable.
6897 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
6898 (cbrt_test_data): New variable.
6899 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
6900 (ceil_test_data): New variable.
6901 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
6902 (cos_test_data): New variable.
6903 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
6904 (cos_tonearest_test_data): New variable.
6905 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6906 (cos_towardzero_test_data): New variable.
6907 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6908 (cos_downward_test_data): New variable.
6909 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6910 (cos_upward_test_data): New variable.
6911 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6912 (cosh_test_data): New variable.
6913 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
6914 (cosh_tonearest_test_data): New variable.
6915 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6916 (cosh_towardzero_test_data): New variable.
6917 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6918 (cosh_downward_test_data): New variable.
6919 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6920 (cosh_upward_test_data): New variable.
6921 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6922 (erf_test_data): New variable.
6923 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
6924 (erfc_test_data): New variable.
6925 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
6926 (exp_test_data): New variable.
6927 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
6928 (exp_tonearest_test_data): New variable.
6929 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6930 (exp_towardzero_test_data): New variable.
6931 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6932 (exp_downward_test_data): New variable.
6933 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6934 (exp_upward_test_data): New variable.
6935 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6936 (exp10_test_data): New variable.
6937 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
6938 (exp2_test_data): New variable.
6939 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
6940 (expm1_test_data): New variable.
6941 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
6942 (fabs_test_data): New variable.
6943 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
6944 (floor_test_data): New variable.
6945 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
6946 (j0_test_data): New variable.
6947 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
6948 (j1_test_data): New variable.
6949 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
6950 (log_test_data): New variable.
6951 (log_test): Run tests with RUN_TEST_LOOP_f_f.
6952 (log10_test_data): New variable.
6953 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
6954 (log1p_test_data): New variable.
6955 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
6956 (log2_test_data): New variable.
6957 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
6958 (logb_test_data): New variable.
6959 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
6960 (logb_downward_test_data): New variable.
6961 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6962 (nearbyint_test_data): New variable.
6963 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
6964 (rint_test_data): New variable.
6965 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
6966 (rint_tonearest_test_data): New variable.
6967 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6968 (rint_towardzero_test_data): New variable.
6969 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6970 (rint_downward_test_data): New variable.
6971 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6972 (rint_upward_test_data): New variable.
6973 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6974 (round_test_data): New variable.
6975 (round_test): Run tests with RUN_TEST_LOOP_f_f.
6976 (sin_test_data): New variable.
6977 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
6978 (sin_tonearest_test_data): New variable.
6979 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6980 (sin_towardzero_test_data): New variable.
6981 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6982 (sin_downward_test_data): New variable.
6983 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6984 (sin_upward_test_data): New variable.
6985 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6986 (sinh_test_data): New variable.
6987 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
6988 (sinh_tonearest_test_data): New variable.
6989 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6990 (sinh_towardzero_test_data): New variable.
6991 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6992 (sinh_downward_test_data): New variable.
6993 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6994 (sinh_upward_test_data): New variable.
6995 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6996 (sqrt_test_data): New variable.
6997 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
6998 (tan_test_data): New variable.
6999 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
7000 (tan_tonearest_test_data): New variable.
7001 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
7002 (tan_towardzero_test_data): New variable.
7003 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
7004 (tan_downward_test_data): New variable.
7005 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
7006 (tan_upward_test_data): New variable.
7007 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
7008 (tanh_test_data): New variable.
7009 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
7010 (tgamma_test_data): New variable.
7011 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
7012 (trunc_test_data): New variable.
7013 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
7014 (y0_test_data): New variable.
7015 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
7016 (y1_test_data): New variable.
7017 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
7018 (significand_test_data): New variable.
7019 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
7020
7187d844
CG
70212013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
7022
7023 [BZ #12387]
7024 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
7025
f63fae73
PT
70262013-05-10 Pino Toscano <toscano.pino@tiscali.it>
7027
7028 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
7029
8a67a4b3
AJ
70302013-05-10 Andreas Jaeger <aj@suse.de>
7031
7032 [BZ #15448]
7033 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
7034 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
7035
51df539d
JM
70362013-05-10 Joseph Myers <joseph@codesourcery.com>
7037
7038 * math/gen-libm-test.pl (adjust_arg): New function.
7039 (special_functions): Handle generating output in both functions
7040 and arrays.
7041 (parse_args): Likewise.
7042 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
7043 $in_func argument to parse_args.
7044 * math/libm-test.inc (struct test_f_f_data): New type.
7045 (IF_ROUND_INIT_): New macro.
7046 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
7047 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
7048 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7049 (IF_ROUND_INIT_FE_UPWARD): Likewise.
7050 (ROUND_RESTORE_): Likewise.
7051 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
7052 (ROUND_RESTORE_FE_TONEAREST): Likewise.
7053 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
7054 (ROUND_RESTORE_FE_UPWARD): Likewise.
7055 (RUN_TEST_LOOP_f_f): New macro.
7056 (acos_test_data): New variable.
7057 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
7058 (acos_tonearest_test_data): New variable.
7059 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
7060
5c637fe5
SP
70612013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7062
7063 * benchtests/bench-skeleton.c (startup): Fix coding style.
7064
ab2b9461
JM
70652013-05-10 Joseph Myers <joseph@codesourcery.com>
7066
7067 [BZ #6809]
7068 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
7069 negative infinity argument.
7070 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
7071 negative infinity argument.
7072 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
7073 negative infinity argument.
7074 * math/libm-test.inc (tgamma_test): Expect errno to be set for
7075 domain errors.
7076
4c0fe6fe
FW
70772013-05-10 Florian Weimer <fweimer@redhat.com>
7078
7079 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
7080 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
7081 * iconv/iconv_prog.c (main): Likewise.
7082 * locale/programs/charmap-dir.c (charmap_readdir)
7083 (fopen_uncompressed): Likewise.
7084 * locale/programs/locfile.c (siblings_uncached)
7085 (write_locale_data): Use lstat64 instead of lstat.
7086 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
7087 stat.
7088
a3375d29
AJ
70892013-05-10 Andreas Jaeger <aj@suse.de>
7090
7091 [BZ #15395]
7092 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
7093 localization.
7094 Include <locale.h>.
7095
36129722
CD
70962013-05-09 Carlos O'Donell <carlos@redhat.com>
7097
7098 * elf/dl-close.c (_dl_close_worker): Add comments.
7099
faa7f811
JM
71002013-05-09 Joseph Myers <joseph@codesourcery.com>
7101
ed41ffef
JM
7102 [BZ #15359]
7103 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
7104 high part of pi/2.
7105 (__ieee754_rem_pio2l): Update comments.
7106
d0213cd0
JM
7107 [BZ #15429]
7108 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
7109 high part of pi/2.
7110 (__ieee754_rem_pio2l): Update comments.
7111
0d3e777a
JM
7112 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
7113 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
7114
24f56066
JM
7115 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
7116 M_PI_4l.
7117
faa7f811
JM
7118 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
7119 (M_PI_34_LOG10El): Likewise.
7120 (M_PI2_LOG10El): Likewise.
7121 (M_PI4_LOG10El): Likewise.
7122 (M_PI_LOG10El): Likewise.
7123
e9a5e0fd
AZ
71242013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7125
7126 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7127
d8cd06db
JM
71282013-05-08 Joseph Myers <joseph@codesourcery.com>
7129
a0d9f9d7
JM
7130 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
7131 (MINUS_ZERO_INIT): Likewise.
7132 (PLUS_INFTY_INIT): Likewise.
7133 (MINUS_INFTY_INIT): Likewise.
7134 (QNAN_VALUE_INIT): Likewise.
7135 (MAX_VALUE_INIT): Likewise.
7136 (MIN_VALUE_INIT): Likewise.
7137 (MIN_SUBNORM_VALUE_INIT): Likewise.
7138 (plus_zero): Initialize with PLUS_ZERO_INIT.
7139 (minus_zero): Initialize with MINUS_ZERO_INIT.
7140 (plus_infty): Initialize with PLUS_INFTY_INIT.
7141 (minus_infty): Initialize with MINUS_INFTY_INIT.
7142 (qnan_value): Initialize with QNAN_VALUE_INIT.
7143 (max_value): Initialize with MAX_VALUE_INIT.
7144 (min_value): Initialize with MIN_VALUE_INIT.
7145 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
7146
ae08db3b
JM
7147 * math/libm-test.inc (RUN_TEST_if_f): New macro.
7148 (jn_test): Use TEST_if_f instead of TEST_ff_f.
7149 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
7150 (yn_test): Use TEST_if_f instead of TEST_ff_f.
7151
f44bf14a
JM
7152 * math/libm-test.inc (RUN_TEST_f_f): New macro.
7153 (RUN_TEST_2_f): Likewise.
7154 (RUN_TEST_ff_f): Likewise.
7155 (RUN_TEST_fi_f): Likewise.
7156 (RUN_TEST_fl_f): Likewise.
7157 (RUN_TEST_fff_f): Likewise.
7158 (RUN_TEST_c_f): Likewise.
7159 (RUN_TEST_f_f1): Likewise.
7160 (RUN_TEST_fF_f1): Likewise.
7161 (RUN_TEST_fI_f1): Likewise.
7162 (RUN_TEST_ffI_f1): Likewise.
7163 (RUN_TEST_c_c): Likewise.
7164 (RUN_TEST_cc_c): Likewise.
7165 (RUN_TEST_f_i): Likewise.
7166 (RUN_TEST_f_i_tg): Likewise.
7167 (RUN_TEST_ff_i_tg): Likewise.
7168 (RUN_TEST_f_b): Likewise.
7169 (RUN_TEST_f_b_tg): Likewise.
7170 (RUN_TEST_f_l): Likewise.
7171 (RUN_TEST_f_L): Likewise.
7172 (RUN_TEST_sincos): Likewise.
7173 * math/gen-libm-test.pl (new_test): Take new argument to indicate
7174 whether to show exceptions. Do not include ");\n" in return
7175 value.
7176 (special_functions): Output call to RUN_TEST_sincos instead of
7177 check_float calls. Update calls to new_test.
7178 (parse_args): Output call to single RUN_TEST_* macro instead of
7179 check_* calls and other assignments. Update calls to new_test.
7180
d8cd06db
JM
7181 [BZ #2546]
7182 [BZ #2560]
7183 [BZ #5159]
7184 [BZ #15426]
7185 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
7186 input to result for tgamma overflow.
7187 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
7188 (gamma_coeff): New variable.
7189 (NCOEFF): New macro.
7190 (gamma_positive): New function.
7191 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
7192 underflow here. Use gamma_positive instead of exp (lgamma) for
7193 other arguments.
7194 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
7195 (gamma_coeff): New variable.
7196 (NCOEFF): New macro.
7197 (gammaf_positive): New function.
7198 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
7199 underflow here. Use gamma_positive instead of exp (lgamma) for
7200 other arguments.
7201 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
7202 (gamma_coeff): New variable.
7203 (NCOEFF): New macro.
7204 (gammal_positive): New function.
7205 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
7206 underflow here. Use gamma_positive instead of exp (lgamma) for
7207 other arguments.
7208 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
7209 (gamma_coeff): New variable.
7210 (NCOEFF): New macro.
7211 (gammal_positive): New function.
7212 (__ieee754_gammal_r): Handle positive infinity, overflow and
7213 underflow here. Handle NaN the same as positive infinity. Remove
7214 check x < 0xffffffff for negative integers. Use gamma_positive
7215 instead of exp (lgamma) for other arguments.
7216 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
7217 (gamma_coeff): New variable.
7218 (NCOEFF): New macro.
7219 (gammal_positive): New function.
7220 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
7221 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
7222 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
7223 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
7224 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
7225 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
7226 * sysdeps/generic/math_private.h (__gamma_productf): New
7227 prototype.
7228 (__gamma_product): Likewise.
7229 (__gamma_productl): Likewise.
7230 * math/Makefile (libm-calls): Add gamma_product.
7231 * math/libm-test.inc (tgamma_test): Add more tests.
7232 * sysdeps/i386/fpu/libm-test-ulps: Update.
7233 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7234
bb7cf681
OB
72352013-05-08 Ondřej Bílka <neleai@seznam.cz>
7236
7237 * benchtests/bench-skeleton.c (main): Preheat CPU.
7238
ba853947
AJ
72392013-05-07 Aurelien Jarno <aurelien@aurel32.net>
7240
7241 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
7242
8347c74c
RM
72432013-05-07 Roland McGrath <roland@hack.frob.com>
7244
7245 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
7246 and _dl_skip_args_internal.
7247
e8dd4791
CD
72482013-05-07 Carlos O'Donell <carlos@redhat.com>
7249
7250 * manual/message.texi (Message Translation): Talk about users.
7251 Message to key mapping impacts design.
7252
c7405830
RM
72532013-05-06 Roland McGrath <roland@hack.frob.com>
7254
a9173057
RM
7255 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
7256
976e2f03
RM
7257 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
7258
9723ffc5
RM
7259 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
7260 * sysdeps/wordsize-64/glob64.c: ... here.
7261
962e6658
RM
7262 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
7263 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
7264 New macros.
7265
ee586a6d
RM
7266 * debug/getlogin_r_chk.c: Moved to ...
7267 * login/getlogin_r_chk.c: ... here.
7268 * debug/Makefile (routines): Move getlogin_r_chk to ...
7269 * login/Makefile (routines): ... here.
7270 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
7271 * login/Versions (libc: GLIBC_2.4): ... here.
7272
355f9165
RM
7273 * io/poll.c (__poll): Renamed from poll.
7274 Add libc_hidden_def.
7275 (poll): Define as weak alias.
7276
bd9ffde6
RM
7277 * debug/ptsname_r_chk.c: Moved to ...
7278 * login/ptsname_r_chk.c: ... here.
7279 * debug/Makefile (routines): Move ptsname_r_chk to ...
7280 * login/Makefile (routines): ... here.
7281 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
7282 * login/Versions (libc: GLIBC_2.4): ... here.
7283
8fb16a04
RM
7284 * posix/getlogin.c: Moved to ...
7285 * login/getlogin.c: ... here.
7286 * posix/getlogin_r.c: Moved to ...
7287 * login/getlogin_r.c: ... here.
7288 * posix/getlogin_r.c: Moved to ...
7289 * login/getlogin_r.c: ... here.
7290 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
7291 * login/Makefile (routines): ... here.
7292 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
7293 * login/Versions (libc: GLIBC_2.0): ... here.
7294
b99b892f
RM
7295 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
7296 (setrlimit): Define as weak alias.
7297
c7405830
RM
7298 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
7299 Call __ names for open, ftruncate, and close.
7300 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
7301 (truncate): Define as weak alias.
7302
5bf96de5
JM
73032013-05-06 Joseph Myers <joseph@codesourcery.com>
7304
9ea3513c
JM
7305 * math/gen-libm-test.pl (parse_args): Initialize x before each
7306 test of frexp, modf and remquo.
7307
5bf96de5
JM
7308 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
7309 test signgam value.
7310
16e616a7
AZ
73112013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7312
7313 [BZ #15418]
7314 [BZ #15419]
7315 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
7316 internal tests.
7317 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7318
d5e82754
RM
73192013-05-06 Roland McGrath <roland@hack.frob.com>
7320
7321 * elf/dl-writev.h: New file.
7322 * elf/dl-misc.c: Include it.
7323 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
7324 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
7325
a7548d41
JM
73262013-05-04 Joseph Myers <joseph@codesourcery.com>
7327
b7dab1e4
JM
7328 * math/libm-test.inc (noXFails): Remove variable.
7329 (noXPasses): Likewise.
7330 (BUILD_COMPLEX_INT): Remove macro.
7331 (print_screen): Remove xfail argument.
7332 (print_screen_max_error): Likewise.
7333 (update_stats): Likewise.
7334 (print_max_error): Likewise. Update calls to other affected
7335 functions.
7336 (print_complex_max_error): Likewise.
7337 (test_single_exception): Update calls to print_screen.
7338 (test_single_errno): Likewise.
7339 (check_float_internal): Remove xfail argument. Update calls to
7340 other affected functions.
7341 (check_float): Likewise.
7342 (check_complex): Likewise.
7343 (check_int): Likewise.
7344 (check_long): Likewise.
7345 (check_bool): Likewise.
7346 (check_longlong): Likewise.
7347 (main): Don't print noXFails and noXPasses.
7348 * math/gen-libm-test.pl (top level): Don't mention expected
7349 failure handling in comment.
7350 (new_test): Don't handle expected failures.
7351 (parse_args): Don't mention expected failure handling in comment.
7352 (generate_testfile): Don't handle expected failures.
7353 (parse_ulps): Likewise.
7354 (print_ulps_file): Likewise.
7355 (get_failure): Remove function.
7356 (output_test): Don't handle expected failures.
7357 * make/README.libm-test: Don't mention expected failure handling.
7358
a7548d41
JM
7359 * math/libm-test.inc (plus_zero): Make const. Add initializer.
7360 (minus_zero): Likewise.
7361 (plus_infty): Likewise.
7362 (minus_infty): Likewise.
7363 (qnan_value): Likewise.
7364 (max_value): Likewise.
7365 (min_value): Likewise.
7366 (min_subnorm_value): Likewise.
7367 (initialize): Do not initialize those variables dynamically.
7368
60bfd54c
RM
73692013-05-03 Roland McGrath <roland@hack.frob.com>
7370
cc0e6ed8
RM
7371 * io/open.c (__open_2): Moved to ...
7372 * io/open_2.c: ... this new file.
7373 * io/open64.c (__open64_2): Moved to ...
7374 * io/open64_2.c: ... this new file.
7375 * io/openat.c (__openat_2): Moved to ...
7376 * io/openat_2.c: ... this new file.
7377 * io/openat64.c (__openat64_2): Moved to ...
7378 * io/openat64_2.c: ... this new file.
7379 * io/Makefile (routines): Add them.
7380 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
7381 * sysdeps/unix/sysv/linux/open_2.c: File removed.
7382 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
7383 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
7384 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
7385 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
7386 (__openat64): Add hidden_ver.
7387 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
7388 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
7389
60bfd54c
RM
7390 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
7391 Separately conditionalize setting of GLRO(dl_sysinfo) so
7392 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
7393 as well, but the actual setting is only under [NEED_DL_SYSINFO].
7394
83e7640f
AZ
73952013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7396
7397 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
7398 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
7399 definition.
7400 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
7401 * sysdeps/unix/sysv/linux/powerpc/init-first.c
7402 (_libc_vdso_platform_setup): Add __vdso_time initialization.
7403 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
7404 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
7405
d5dc2af3
JM
74062013-05-03 Joseph Myers <joseph@codesourcery.com>
7407
c31a5b1e
JM
7408 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
7409 test signgam value.
7410
d5dc2af3
JM
7411 * math/libm-test.inc (hypot_test): Do not use
7412 IGNORE_ZERO_INF_SIGN.
7413
164fd39d
AJ
74142013-05-03 Andreas Jaeger <aj@suse.de>
7415
7416 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
7417 Linux 3.9.
7418 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
7419 (PF_MAX): Adjust for VSOCK change.
7420
8237f48c
AZ
74212013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7422
7423 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7424
9df02941
CD
74252013-05-02 Carlos O'Donell <carlos@redhat.com>
7426
7427 [BZ #15264]
7428 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
7429 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
7430 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
7431
d422395e
DM
74322013-05-02 David S. Miller <davem@davemloft.net>
7433
7434 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7435
a07c5731
OB
74362013-05-01 Ondřej Bílka <neleai@seznam.cz>
7437
7438 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
7439
1324e37f
RM
74402013-05-01 Roland McGrath <roland@hack.frob.com>
7441
7442 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
7443
0695940b
RS
74442013-05-01 Richard Smith <richard@metafoo.co.uk>
7445
bb5f27ad 7446 [BZ #14952]
0695940b
RS
7447 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
7448 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
7449 Use __attribute__ ((__gnu_inline__)).
7450 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
7451 Don't use __attribute__ ((__gnu_inline__)).
7452
10de07f5
JM
74532013-05-01 Joseph Myers <joseph@codesourcery.com>
7454
7455 [BZ #15423]
7456 * math/s_catan.c (__catan): Handle small real or imaginary part of
7457 input specially to avoid spurious underflow.
7458 * math/s_catanf.c (__catanf): Likewise.
7459 * math/s_catanh.c (__catanh): Likewise.
7460 * math/s_catanhf.c (__catanhf): Likewise.
7461 * math/s_catanhl.c (__catanhl): Likewise.
7462 * math/s_catanl.c (__catanl): Likewise.
7463 * math/libm-test.inc (catan_test): Add more tests.
7464 (catanh_test): Likewise.
7465 * sysdeps/i386/fpu/libm-test-ulps: Update.
7466 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7467
cb4d5414
AZ
74682013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7469
7470 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7471
caf84319
JM
74722013-04-30 Joseph Myers <joseph@codesourcery.com>
7473
7474 [BZ #15416]
7475 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
7476 accurately for denominator in atan2.
7477 * math/s_catanf.c (__catanf): Likewise.
7478 * math/s_catanh.c (__catanh): Likewise.
7479 * math/s_catanhf.c (__catanhf): Likewise.
7480 * math/s_catanhl.c (__catanhl): Likewise.
7481 * math/s_catanl.c (__catanl): Likewise.
7482 * math/libm-test.inc (catan_test): Add more tests.
7483 (catanh_test): Likewise.
7484 * sysdeps/i386/fpu/libm-test-ulps: Update.
7485 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7486
d569c6ee
SP
74872013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7488
6dbe713d
SP
7489 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
7490
f0ee064b
SP
7491 * benchtests/Makefile (bench): Remove slow benchmarks.
7492 * benchtests/atan-inputs: Add slow benchmark inputs.
7493 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
7494 (BENCH_FUNC): Accept variant offset.
7495 (VARIANT): Define.
7496 * benchtests/bench-skeleton.c (main): Run benchmark for each
7497 variant.
7498 * benchtests/cos-inputs: Add slow benchmark inputs.
7499 * benchtests/exp-inputs: Likewise.
7500 * benchtests/pow-inputs: Likewise.
7501 * benchtests/sin-inputs: Likewise.
7502 * benchtests/slowatan-inputs: Remove.
7503 * benchtests/slowatan.c: Remove.
7504 * benchtests/slowcos-inputs: Remove.
7505 * benchtests/slowcos.c: Remove.
7506 * benchtests/slowexp-inputs: Remove.
7507 * benchtests/slowexp.c: Remove.
7508 * benchtests/slowpow-inputs: Remove.
7509 * benchtests/slowpow.c: Remove.
7510 * benchtests/slowsin-inputs: Remove.
7511 * benchtests/slowsin.c: Remove.
7512 * benchtests/slowtan-inputs: Remove.
7513 * benchtests/slowtan.c: Remove.
7514 * benchtests/tan-inputs: Add slow benchmark inputs.
7515 * scripts/bench.pl: Parse comments and directives.
7516
d569c6ee
SP
7517 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
7518 in CPPFLAGS.
7519 ($(objpfx)bench-%.c): Remove *-ITER.
7520 * benchtests/bench-modf.c: Remove definition of ITER.
7521 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
7522 (main): Loop for DURATION seconds instead of fixed number of
7523 iterations.
7524 * scripts/bench.pl: Don't expect iterations in parameters.
7525
a6a242fe
RM
75262013-04-29 Roland McGrath <roland@hack.frob.com>
7527
7528 * io/fchdir.c (__fchdir): Renamed from fchdir.
7529 (fchdir): Define as weak alias.
7530
f2da7793
JM
75312013-04-29 Joseph Myers <joseph@codesourcery.com>
7532
7533 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
7534 (ERRNO_EDOM): Likewise.
7535 (ERRNO_ERANGE): Likewise.
7536 (noErrnoTests): New variable.
7537 (init_max_error): Set errno to 0.
7538 (test_single_errno): New function.
7539 (test_errno): Likewise.
7540 (check_float_internal): Call test_errno. Set errno to 0.
7541 (check_complex): Refer to errno tests in comment.
7542 (check_int): Call test_errno. Set errno to 0.
7543 (check_long): Likewise.
7544 (check_bool): Likewise.
7545 (check_longlong): Likewise.
7546 (cos_test): Use ERRNO_* flags for errno tests instead of
7547 check_int.
7548 (expm1_test): Likewise.
7549 (fmod_test): Likewise.
7550 (ilogb_test): Likewise.
7551 (lgamma_test): Likewise.
7552 (pow_test): Likewise.
7553 (remainder_test): Likewise.
7554 (sin_test): Likewise.
7555 (tan_test): Likewise.
7556 (yn_test): Likewise.
7557 (initialize): Set errno to 0.
7558 (main): Print number of errno tests.
7559 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
7560
b1a36ceb
AJ
75612013-04-29 Andreas Jaeger <aj@suse.de>
7562
c3ed8088
AJ
7563 [BZ #15084]
7564 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
7565 and RES_USEVC.
7566
f1a24198
AJ
7567 [BZ #15085]
7568 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
7569 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
7570 unimplemented.
7571
9ce3b2cb
AJ
7572 [BZ #15380]
7573 * stdlib/random.c (__initstate): Return NULL if
7574 __initstate fails.
7575
f1a24198 7576 [BZ #15086]
b1a36ceb
AJ
7577 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
7578 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
7579 RES_SNGLKUPREOP.
7580
7e7b6f36
AZ
75812013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7582
7583 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7584
4d14f449
JM
75852013-04-29 Joseph Myers <joseph@codesourcery.com>
7586
7587 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
7588 of individual tests.
7589 (casin_test): Likewise.
7590 (casinh_test): Likewise.
7591
5b4217d7
JM
75922013-04-27 Joseph Myers <joseph@codesourcery.com>
7593
7594 [BZ #15409]
7595 * math/s_catan.c (__catan): Handle arguments with large real or
7596 imaginary part separately without squaring.
7597 * math/s_catanf.c (__catanf): Likewise.
7598 * math/s_catanh.c (__catanh): Likewise.
7599 * math/s_catanhf.c (__catanhf): Likewise.
7600 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
7601 and redefine.
7602 (__catanhl): Handle arguments with large real or imaginary part
7603 separately without squaring.
7604 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
7605 and redefine.
7606 (__catanl): Handle arguments with large real or imaginary part
7607 separately without squaring.
7608 * math/libm-test.inc (catan_test): Add more tests.
7609 (catanh_test): Likewise.
7610 * sysdeps/i386/fpu/libm-test-ulps: Update.
7611 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7612
4220c3ef
AJ
76132013-04-27 Andreas Jaeger <aj@suse.de>
7614
7615 [BZ #15007]
7616 * stdlib/stdlib.h: Update guards for qecvt.
7617 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
7618 <stdlib.h>.
7619
4721b2d1
AM
76202013-04-27 Allan McRae <allan@archlinux.org>
7621
7622 * sysdeps/i386/fpu/libm-test-ulps: Update.
7623
f0302940
JM
76242013-04-26 Joseph Myers <joseph@codesourcery.com>
7625
9457fd95
JM
7626 [BZ #15406]
7627 * math/s_catan.c: Include <float.h>.
7628 (__catan): Ensure underflow exception occurs for underflowed
7629 result.
7630 * math/s_catanf.c: Include <float.h>.
7631 (__catanf): Ensure underflow exception occurs for underflowed
7632 result.
7633 * math/s_catanh.c: Include <float.h>.
7634 (__catanh): Ensure underflow exception occurs for underflowed
7635 result.
7636 * math/s_catanhf.c: Include <float.h>.
7637 (__catanhf): Ensure underflow exception occurs for underflowed
7638 result.
7639 * math/s_catanhl.c: Include <float.h>.
7640 (__catanhl): Ensure underflow exception occurs for underflowed
7641 result.
7642 * math/s_catanl.c: Include <float.h>.
7643 (__catanl): Ensure underflow exception occurs for underflowed
7644 result.
7645 * math/libm-test.inc (catan_test): Add more tests.
7646 (catanh_test): Likewise.
7647
f0302940
JM
7648 [BZ #15405]
7649 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
7650 underflowed result.
7651 * math/s_ccoshf.c (__ccoshf): Likewise.
7652 * math/s_ccoshl.c (__ccoshl): Likewise.
7653 * math/s_csin.c (__csin): Likewise.
7654 * math/s_csinf.c (__csinf): Likewise.
7655 * math/s_csinh.c (__csinh): Likewise.
7656 * math/s_csinhf.c (__csinhf): Likewise.
7657 * math/s_csinhl.c (__csinhl): Likewise.
7658 * math/s_csinl.c (__csinl): Likewise.
7659 * math/libm-test.inc (ccos_test): Add more tests.
7660 (ccosh_test): Likewise.
7661 (csin_test): Likewise.
7662 (csinh_test): Likewise.
7663
aa630f59
AZ
76642013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7665
7666 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
7667 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
7668 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
7669 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
7670 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
7671 powerpc/power5+/fpu folders.
7672 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
7673
7674
1b835983
MT
76752013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
7676
7677 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7678
73709b26
JM
76792013-04-25 Joseph Myers <joseph@codesourcery.com>
7680
7681 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
7682 additions to variable.
7683 [$(config-machine) = x86_64] (modules-names): Likewise.
7684 ($(objpfx)tst-audit3): Remove dependency.
7685 ($(objpfx)tst-audit3.out): Likewise.
7686 ($(objpfx)tst-audit4): Likewise.
7687 ($(objpfx)tst-audit4.out): Likewise.
7688 ($(objpfx)tst-audit5): Likewise.
7689 ($(objpfx)tst-audit5.out): Likewise.
7690 ($(objpfx)tst-audit6): Likewise.
7691 ($(objpfx)tst-audit6.out): Likewise.
7692 ($(objpfx)tst-audit7): Likewise.
7693 ($(objpfx)tst-audit7.out): Likewise.
7694 (tst-audit3-ENV): Remove variable.
7695 (tst-audit4-ENV): Likewise.
7696 (tst-audit5-ENV): Likewise.
7697 (tst-audit6-ENV): Likewise.
7698 (tst-audit7-ENV): Likewise.
7699 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
7700 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
7701 addition to variable.
7702 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
7703 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
7704 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
7705 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
7706 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
7707 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
7708 tst-audit3, tst-audit4 and tst-audit5.
7709 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
7710 tst-audit6 and tst-audit7.
7711 [$(subdir) = elf] (modules-names): Add audit modules for those
7712 tests.
7713 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
7714 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
7715 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
7716 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
7717 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
7718 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
7719 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
7720 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
7721 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
7722 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
7723 [$(subdir) = elf] (tst-audit3-ENV): New variable.
7724 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
7725 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
7726 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
7727 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
7728 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
7729 Likewise.
7730 [$(subdir) = elf && $(config-cflags-avx) = yes]
7731 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
7732 [$(subdir) = elf && $(config-cflags-avx) = yes]
7733 (CFLAGS-tst-auditmod4a.c): Likewise.
7734 [$(subdir) = elf && $(config-cflags-avx) = yes]
7735 (CFLAGS-tst-auditmod4b.c): Likewise.
7736 [$(subdir) = elf && $(config-cflags-avx) = yes]
7737 (CFLAGS-tst-auditmod6b.c): Likewise.
7738 [$(subdir) = elf && $(config-cflags-avx) = yes]
7739 (CFLAGS-tst-auditmod6c.c): Likewise.
7740 [$(subdir) = elf && $(config-cflags-avx) = yes]
7741 (CFLAGS-tst-auditmod7b.c): Likewise.
7742 * elf/tst-audit3.c: Move to ...
7743 * sysdeps/x86_64/tst-audit3.c: ... here.
7744 * elf/tst-audit4.c: Move to ...
7745 * sysdeps/x86_64/tst-audit4.c: ... here.
7746 * elf/tst-audit5.c: Move to ...
7747 * sysdeps/x86_64/tst-audit5.c: ... here.
7748 * elf/tst-audit6.c: Move to ...
7749 * sysdeps/x86_64/tst-audit6.c: ... here.
7750 * elf/tst-audit7.c: Move to ...
7751 * sysdeps/x86_64/tst-audit7.c: ... here.
7752 * elf/tst-auditmod3a.c: Move to ...
7753 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
7754 * elf/tst-auditmod3b.c: Move to ...
7755 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
7756 * elf/tst-auditmod4a.c: Move to ...
7757 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
7758 * elf/tst-auditmod4b.c: Move to ...
7759 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
7760 * elf/tst-auditmod5a.c: Move to ...
7761 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
7762 * elf/tst-auditmod5b.c: Move to ...
7763 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
7764 * elf/tst-auditmod6a.c: Move to ...
7765 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
7766 * elf/tst-auditmod6b.c: Move to ...
7767 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
7768 * elf/tst-auditmod6c.c: Move to ...
7769 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
7770 * elf/tst-auditmod7a.c: Move to ...
7771 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
7772 * elf/tst-auditmod7b.c: Move to ...
7773 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
7774
1ef74943
PP
77752013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
7776
7777 [BZ #15366]
7778 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
7779 define unconditionally.
7780 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
7781 define unconditionally.
7782 (INT8_C, INT16_C, etc.): Likewise.
7783
93fd48c5
MR
77842013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
7785
ae9552cf
MR
7786 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
7787 __ehdr_start with hidden visibility.
7788
93fd48c5
MR
7789 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
7790
418601aa
CD
77912013-04-24 Carlos O'Donell <carlos@redhat.com>
7792
7793 * math/libm-test.inc (cos_test): Use accurate hex constants.
7794 (sincost_test): Likewise.
7795
2f38fbfe
JM
77962013-04-24 Joseph Myers <joseph@codesourcery.com>
7797
5e221800
JM
7798 * math/libm-test.inc (catan_test): Add more tests.
7799 (catanh_test): Likewise.
7800
77f143fd
JM
7801 * math/s_catanf.c (__catanf): Use suffixed floating-point
7802 constants.
7803 * math/s_catanhf.c (__catanhf): Likewise.
7804 * math/s_catanhl.c (__catanhl): Likewise.
7805 * math/s_catanl.c (__catanl): Likewise.
7806
2f38fbfe
JM
7807 [BZ #15394]
7808 * math/s_catan.c (__catan): Calculate imaginary part of result
7809 with log1p not log unless computing log of number close to 0.
7810 * math/s_catanf.c (__catanf): Likewise.
7811 * math/s_catanl.c (__catanl): Likewise.
7812 * math/s_catanh.c (__catanh): Calculate real part of result with
7813 log1p not log unless computing log of number close to 0.
7814 * math/s_catanhf.c (__catanhf): Likewise.
7815 * math/s_catanhl.c (__catanhl): Likewise.
7816 * math/libm-test.inc (catan_test): Add more tests.
7817 (catanh_test): Likewise.
7818 * sysdeps/i386/fpu/libm-test-ulps: Update.
7819 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7820
45d69176
SP
78212013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7822
7823 * benchtests/Makefile: Mention files in which fast and slow
7824 paths of math functions are implemented.
7825
87f51853
RM
78262013-04-23 Roland McGrath <roland@hack.frob.com>
7827
7828 * sysdeps/posix/timespec_get.c: New file.
7829
3c026539
AZ
78302013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7831
7832 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
7833 POWER.
7834 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
7835 for POWER.
7836 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
7837 powerpc/power5/fpu folders.
7838 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
7839 * benchtests/Makefile: Add modf testcase.
7840 * benchtests/bench-modf.c: New file: Benchmark test for mo
7841
ff491d14
SP
78422013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
7843
7844 [BZ #14888]
7845 * time/Makefile (tests): Add tst-strptime-whitespace.
7846 * time/strptime_l.c (get_number): Use ISSPACE.
7847 (__strptime_internal): Likewise.
7848 * time/tst-strptime-whitespace.c: New test case.
7849
7ed3f4e8
AS
78502013-04-23 Andreas Schwab <schwab@linux-m68k.org>
7851
7852 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
7853 member.
7854 (_nss_files_init): Set it here.
7855
5c95f7b6
HC
78562013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
7857
7858 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
7859 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
7860 unsigned.
7861
d34c9158
JBG
78622013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
7863
7864 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
7865
2169712d
SP
78662013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7867
7868 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
7869 size just once.
7870
29c5de99
DM
78712013-04-21 David S. Miller <davem@davemloft.net>
7872
7873 * po/ru.po: Update Russion translation from translation project.
7874
ccdad15d
AC
78752013-04-17 Adam Conrad <adconrad@0c3.net>
7876
7877 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
7878 and setfsgid.
7879
0f122b8d
CD
78802013-04-17 Carlos O'Donell <carlos@redhat.com>
7881
5c5b07da 7882 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 7883 * configure: Regenerate.
5c5b07da 7884 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
7885 Add example to error message.
7886 * sysdeps/i386/configure: Regenerate.
7887
037714dd
SP
78882013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7889
7890 * benchtests/Makefile (bench): Add cos, tan, slowcos and
7891 slowtan.
7892 * benchtests/cos-inputs: New file.
7893 * benchtests/slowcos-inputs: New file.
7894 * benchtests/slowcos.c: New file.
7895 * benchtests/slowtan-inputs: New file.
7896 * benchtests/slowtan.c: New file.
7897 * benchtests/tan-inputs: New file.
7898
e913141d
RM
78992013-04-16 Roland McGrath <roland@hack.frob.com>
7900
7901 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
7902 considered kosher.
7903
a2964074
SP
79042013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7905
4856bcd2
SP
7906 * benchtests/Makefile: Include cppflags-iterator.mk to add
7907 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
7908
a2964074
SP
7909 * Makefile.in (bench-clean): New target.
7910 * benchtests/Makefile (bench-clean): Likewise.
7911
9fbf9aca
DH
79122013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
7913
7914 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
7915
207d1e2a
TS
79162013-04-15 Thomas Schwinge <thomas@codesourcery.com>
7917
7918 * stdio-common/tstdiomisc.c: Fix coding-style violation.
7919
306dfba9
AS
79202013-04-15 Andreas Schwab <schwab@suse.de>
7921
7922 * nscd/grpcache.c (cache_addgr): Properly check for short write.
7923 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7924 * nscd/pwdcache.c (cache_addpw): Likewise.
7925 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
7926 more than recsize.
7927
206a6699
SP
79282013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7929
7930 * benchtests/Makefile (bench): Write all output to
7931 bench-out.tmp together.
7932
0582f6b3
AS
79332013-04-15 Andreas Schwab <schwab@suse.de>
7934
7935 * nscd/nscd.c (main): Don't fork again after closing files.
7936
acb4325f
SP
79372013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7938
5cb26d0a
SP
7939 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
7940
acb4325f
SP
7941 * benchtests/Rules (bench-deps): Collect dependencies into a
7942 single variable. Add Makefile to dependencies.
7943 ($(objpfx)bench-%.c): Depend on bench-deps.
7944
47792506
RM
79452013-04-12 Roland McGrath <roland@hack.frob.com>
7946 Xavier Roche <roche+kml2@exalead.com>
7947
7948 [BZ #15361]
7949 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
7950 just that it's a file descriptor.
7951 * manual/llio.texi (Synchronizing AIO Operations): Update description
7952 for EBADF error from aio_fsync.
7953
8fc1bee5
SP
79542013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7955
7956 * Rules (bench): Move target definition...
7957 * benchtests/Makefile: ... here.
7958
aba5e333
CD
79592013-04-11 Carlos O'Donell <carlos@redhat.com>
7960
7961 * math/libm-test.inc (cos_test): Fix PI/2 test.
7962 (sincos_test): Likewise.
7963 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
7964 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
7965
273cdee8
AS
79662013-04-11 Andreas Schwab <schwab@suse.de>
7967
6ecec3b6
AS
7968 [BZ #13988]
7969 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
7970 accept exponent character only when digits were seen.
7971 * stdio-common/Makefile (tests): Add bug26.
7972 * stdio-common/bug26.c: New file.
7973
273cdee8
AS
7974 [BZ #14293]
7975 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
7976 non-freeable.
7977
8da491f5
SP
79782013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
7979
01dc6df9
SP
7980 * Makeconfig (rtld-prefix): Define built linker prefix.
7981 * Rules (run-bench): Use it.
7982 * math/Makefile (run-regen-ulps): Likewise.
7983
8da491f5
SP
7984 * Rules (bench): Remove eval.
7985
abe7f530
SP
79862013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7987 Roland McGrath <roland@hack.frob.com>
7988 Ondrej Bilka <neleai@seznam.cz>
7989
7990 [BZ #15346]
7991 * time/getdate.c: Include ctype.h and alloca.h.
7992 (__getdate_r): Trim leading and trailing spaces of input.
7993 * time/tst-getdate.c (tests): Add tests with leading and
7994 trailing spaces.
7995
61c23e62
RM
79962013-04-08 Roland McGrath <roland@hack.frob.com>
7997
7998 [BZ #14280]
7999 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
8000 when computing value.
8001
7208a313
CD
80022013-04-06 Carlos O'Donell <carlos@redhat.com>
8003
085b2d41
CD
8004 * math/README.libm-test (How can I generate "libm-test-ulps"?):
8005 Use testrun.sh to run libm tests.
8006
7208a313
CD
8007 [BZ #15309]
8008 * elf/dl-open.c (dl_open_worker): memset all of seen array.
8009
872c0acd
MM
80102013-04-06 Marko Myllynen <myllynen@redhat.com>
8011
8012 [BZ #15264]
8013 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
8014
26510bdd
CD
80152013-04-06 Carlos O'Donell <carlos@redhat.com>
8016
8017 * Makefile.in (regen-ulps): New target.
8018 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
8019 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
8020 [ifneq (no,$(PERL)] (regen-ulps): New target.
8021 [ifeq (no,$(PERL)] (regen-ulps): New target.
8022 * math/libm-test.inc (ulps_file_name): Define.
8023 (output_dir): New variable.
8024 (options): Add "output-dir" option.
8025 (parse_opt): Handle 'o' case.
8026 (main): If output_dir is non-NULL use it as a prefix
8027 otherwise use "".
8028 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
8029
a01f19c8
CD
80302013-04-06 Carlos O'Donell <carlos@redhat.com>
8031
8032 [BZ #10060, #10062]
8033 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
8034 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
8035 fail configure if __sync_val_compare_and_swap is not inlined.
8036 * sysdeps/i386/configure: Regenerate.
8037 * configure.in: Build for i686 when configured for i386.
8038 * configure: Regenerate.
8039 * README: Remove i386 reference.
8040
b7a329a5
CD
80412013-04-06 Carlos O'Donell <carlos@redhat.com>
8042
8043 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
8044 * sysdeps/s390/s390-64/sysdep.h: Likewise.
8045
bf0f50df
TS
80462013-04-05 Thomas Schwinge <thomas@codesourcery.com>
8047
ee091edf
TS
8048 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
8049 (lmsnanval): New variables.
8050 (F): Add conversion tests.
8051 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
8052 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
8053
a8b792d6
TS
8054 * stdio-common/tstdiomisc.c (F): Properly collect individual
8055 tests' results.
8056
a1cbf437
TS
8057 [BZ #14686, #15336]
8058 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
8059 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
8060 Instead, use input NaN values or generate a qNaN by arithmetic
8061 operation. Also fix bugs to comply with the standard.
8062 * math/libm-test.inc (remainder_test): Add more tests.
8063
8b43a0c9
TS
8064 [BZ #15335, #15342]
8065 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
8066 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
8067 input NaN values or generate a qNaN by arithmetic operation.
8068
d91da4ce
TS
8069 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
8070 unreachable code.
8071
bf0f50df
TS
8072 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
8073 definitions.
8074
05e166c8
JM
80752013-04-03 Joseph Myers <joseph@codesourcery.com>
8076
8077 [BZ #14478]
8078 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
8079 underflowed result.
8080 * math/s_cexpf.c (__cexpf): Likewise.
8081 * math/s_cexpl.c (__cexpl): Likewise.
8082 * math/libm-test.inc (cexp_test): Add more tests.
8083
1cef1b19
AS
80842013-04-03 Andreas Schwab <schwab@suse.de>
8085
8086 [BZ #15330]
8087 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
8088 order arrays from heap if bigger than alloca cutoff.
8089
74d87055
TS
80902013-04-03 Thomas Schwinge <thomas@codesourcery.com>
8091
8092 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
8093 (SNAN_TESTS_double): Refer to GCC PR56831.
8094 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
8095 GCC PR56828.
8096
d755bba4
SP
80972013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
8098
90d5d5bb
SP
8099 * Rules (bench): Move bench.out after the run is complete.
8100
73e0cd5d
SP
8101 * Rules (bench): Echo currently running benchmark.
8102
64aabd4b
SP
8103 * benchtests/Makefile (bench): Add atan and slowatan.
8104 * benchtests/atan-inputs: New file.
8105 * benchtests/slowatan-inputs: New file.
8106 * benchtests/slowatan.c: New file.
8107
c871eccd
SP
8108 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
8109 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
8110 its value.
8111
d755bba4
SP
8112 [BZ #15305]
8113 * sysdeps/unix/sysv/linux/kernel-features.h
8114 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
8115 __ASSUME_XFS_RESTRICTED_CHOWN.
8116 * sysdeps/unix/sysv/linux/pathconf.c
8117 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8118 Save and restore errno.
8119
52ce4860
JM
81202013-04-02 Joseph Myers <joseph@codesourcery.com>
8121
8122 [BZ #15327]
8123 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
8124 arguments using __kernel_casinh.
8125 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
8126 arguments using __kernel_casinhf.
8127 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
8128 arguments using __kernel_casinhl.
8129 * math/libm-test.inc (cacosh_test): Add more tests.
8130 * sysdeps/i386/fpu/libm-test-ulps: Update.
8131 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8132
81f311c2
SP
81332013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8134
e7906a47
SP
8135 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
8136 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
8137
92e3664b
SP
8138 * bench/Makefile (bench): Add sin and slowsin.
8139 * benchtests/sin-inputs: New file.
8140 * benchtests/slowsin-inputs: New file.
8141 * benchtests/slowsin.c: New file.
8142
81f311c2
SP
8143 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
8144 (bench): Add slowexp and slowpow.
8145 (exp-ITER): Increase iterations.
8146 (pow-ITER): Likewise.
8147 * benchtests/exp-inputs: Change input.
8148 * benchtests/pow-inputs: Likewise.
8149 * benchtests/slowexp-inputs: New file.
8150 * benchtests/slowexp.c: New file.
8151 * benchtests/slowpow-inputs: New file.
8152 * benchtests/slowpow.c: New file.
8153
ab0f1aa9
AZ
81542013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8155
8156 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
8157 instructions.
8158 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
8159 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
8160 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
8161 * benchtests/Makefile: Add rint benchtest.
8162 * benchtests/rint-inputs: Input for rint benchtest.
8163
57267616
TS
81642013-04-02 Thomas Schwinge <thomas@codesourcery.com>
8165
8166 * Versions.def (libm): Add GLIBC_2.18.
8167 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
8168 hidden libm prototypes.
8169 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
8170 * math/Makefile (libm-calls): Add s_issignaling.
8171 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
8172 __issignalingf, __issignalingl. Adjust all libm.abilist files.
8173 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
8174 declaration.
8175 * math/math.h [__USE_GNU] (issignaling): New macro.
8176 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
8177 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
8178 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
8179 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
8180 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
8181 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
8182 * manual/arith.texi (issignaling): New section.
8183 * manual/libm-err-tab.pl (@all_functions): Update comment.
8184 * math/gen-libm-test.pl (parse_args): Apply special handling for
8185 issignaling.
8186 * math/libm-test.inc (print_float, issignaling_test): New
8187 functions.
8188 (check_float_internal): Add issignaling checks.
8189 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
8190 default definition.
8191 * sysdeps/powerpc/math-tests.h: New file.
8192 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
8193 tests.
8194 * math/test-snan.c (TEST_FUNC): Likewise.
8195
6142896d
DM
81962013-03-30 David S. Miller <davem@davemloft.net>
8197
8198 * po/de.po: Update from translation team.
8199
ccc8cadf
JM
82002013-03-30 Joseph Myers <joseph@codesourcery.com>
8201
8202 [BZ #10357]
8203 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8204 imaginary part less than 1.0 and real part less than 0.5
8205 specially.
8206 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8207 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8208 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
8209 (cacos_test): Add more tests.
8210 (casin_test): Likewise.
8211 (casinh_test): Likewise.
8212 * sysdeps/i386/fpu/libm-test-ulps: Update.
8213 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8214
0f6a8d4b
SP
82152013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8216
0d1029de
SP
8217 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
8218 ONE with its value.
8219
c2d94018
SP
8220 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
8221 (__pow_mp): Replace ONE and MONE with their values.
8222 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8223 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
8224 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8225 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
8226 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8227 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8228
27ec37f1
SP
8229 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
8230
a64d7e0e
SP
8231 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
8232 (__pow_mp): Replace ZERO and MZERO with their values.
8233 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
8234 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8235 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8236 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
8237 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8238 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
8239 (__sqr): Likewise.
8240
d26dd3eb
SP
8241 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
8242
0f6a8d4b
SP
8243 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
8244
e57b0c61
RM
82452013-03-28 Roland McGrath <roland@hack.frob.com>
8246
8247 * include/stdlib.h [!SHARED] (__call_tls_dtors):
8248 Declare with __attribute__ ((weak)).
8249 * stdlib/exit.c (__libc_atexit) [!SHARED]:
8250 Call __call_tls_dtors only if it's not NULL.
8251
356b3480
RM
82522013-03-28 Roland McGrath <roland@hack.frob.com>
8253
288f7d79
RM
8254 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
8255 didn't do it already, then set _dl_phdr and _dl_phnum based on the
8256 magic __ehdr_start linker symbol if it's defined.
8257 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
8258 them up here if it was already done.
8259
dc0a0263
RM
8260 * elf/dl-support.c (_dl_phdr): Make pointer to const.
8261 (_dl_aux_init): Use const in cast when setting it.
8262 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
8263 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
8264 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
8265
3d3436ae
RM
8266 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
8267 Declare them here.
8268 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
8269 * csu/libc-tls.c: Nor here.
8270 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
8271
356b3480
RM
8272 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
8273 (__libc_message): Never call vsyslog.
8274
b0f1246a
AM
82752013-03-28 Alan Modra <amodra@gmail.com>
8276
8277 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
8278 Define as empty.
8279 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
8280 Likewise.
8281
fbbe2b9a
AZ
82822013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8283
8284 [BZ #15214]
8285 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
8286 underflow.
8287 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8288
1728ab37
SP
82892013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8290
7a86be6e
SP
8291 [BZ #15304]
8292 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
8293 Don't add gid passed as argument.
8294
1728ab37
SP
8295 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
8296
3a7182a1
JM
82972013-03-27 Joseph Myers <joseph@codesourcery.com>
8298
8299 [BZ #15307]
8300 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8301 imaginary part between 1.0 and 1.5 and real part less than 0.5
8302 specially.
8303 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8304 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8305 * math/libm-test.inc (cacos_test): Add more tests.
8306 (casin_test): Likewise.
8307 (casinh_test): Likewise.
8308 * sysdeps/i386/fpu/libm-test-ulps: Update.
8309 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8310
6f2e90e7
SP
83112013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8312
5739f705
SP
8313 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
8314 constants.
8315 (norm): Likewise.
8316 (denorm): Likewise.
8317 (__dbl_mp): Likewise.
8318 (add_magnitudes): Likewise.
8319 (sub_magnitudes): Likewise.
8320 (__add): Likewise.
8321 (__sub): Likewise.
8322 (__mul): Likewise.
8323 (__sqr): Likewise.
8324 (__inv): Likewise.
8325 (__dvd): Likewise.
8326
e375e83d
SP
8327 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
8328 commented code.
8329 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
8330 (__dubcos): Likewise.
8331 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
8332 (__ieee754_acos): Likewise.
8333 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
8334 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
8335 (__exp1): Likewise.
8336 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8337 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
8338 (log1): Likewise.
8339 (my_log2): Likewise.
8340 (checkint): Likewise.
8341 * sysdeps/ieee754/dbl-64/e_remainder.c
8342 (__ieee754_remainder): Likewise.
8343 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8344 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
8345 (bsloww): Likewise.
8346 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8347
6f2e90e7
SP
8348 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
8349 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
8350 MANTISSA_STORE_T to store computations on mantissa. Use
8351 macros for rounding and division.
8352 (denorm): Likewise.
8353 (__dbl_mp): Likewise.
8354 (add_magnitudes): Likewise.
8355 (sub_magnitudes): Likewise.
8356 (__mul): Likewise.
8357 (__sqr): Likewise.
8358 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
8359 powers of two in terms of TWOPOW macro.
8360 (mp_no): Make type of mantissa as MANTISSA_T.
8361 [!RADIXI]: Define RADIXI.
8362 [!TWO52]: Define TWO52.
8363 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
8364
fce14d4e
AZ
83652013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8366
8367 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
8368 llroundl symbol when building for PPC32.
8369
9ad027fb
MW
83702013-03-24 Mark H Weaver <mhw@netris.org>
8371
8372 * manual/arith.texi (Normalization Functions): Fix prototypes for
8373 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
8374
e42a38dd
AZ
83752013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8376
8377 [BZ #13889]
8378 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
8379 high value to check if expl overflow.
8380 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
8381 to check for underflow and overflow.
8382 * math/libm-test.inc: Add exp test.
8383
2e0fb521
DL
83842013-03-21 Dmitry V. Levin <ldv@altlinux.org>
8385
8386 [BZ #11120]
8387 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
8388 with NOT_IN_libc.
8389
b5784d95
AZ
83902013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8391
8392 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
8393 symbol.
8394
5aa4a1a1
TS
83952013-03-21 Thomas Schwinge <thomas@codesourcery.com>
8396
bdef0be7
TS
8397 * math/gen-libm-test.pl (parse_args, special_functions): Properly
8398 wrap blocks consisting of several statements.
8399
5aa4a1a1
TS
8400 * sysdeps/generic/math-tests.h: New file.
8401 * sysdeps/i386/fpu/math-tests.h: Likewise.
8402 * math/test-snan.c: Include it.
8403 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
8404
98c48fe5
JM
84052013-03-21 Joseph Myers <joseph@codesourcery.com>
8406
8407 [BZ #15285]
8408 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
8409 (__ieee754_j0l): Do not improve calculations using cos of twice
8410 input for inputs above LDBL_MAX / 2.0L.
8411 (__ieee754_y0l): Likewise.
8412 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
8413 (__ieee754_j1l): Do not improve calculations using cos of twice
8414 input for inputs above LDBL_MAX / 2.0L.
8415 (__ieee754_y1l): Likewise.
8416 * math/libm-test.inc (j0_test): Add another test.
8417 (j1_test): Likewise.
8418 (y0_test): Likewise.
8419 (y1_test): Likewise.
8420 * sysdeps/i386/fpu/libm-test-ulps: Update.
8421
3775a8bc
SP
84222013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8423
8424 * Rules ($(objpfx)bench-%.c): Include code from a C source
8425 file.
8426
0a1b2ae6
JM
84272013-03-21 Joseph Myers <joseph@codesourcery.com>
8428
8429 [BZ #15287]
8430 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8431 imaginary part 1.0 and real part less than 0.5 specially.
8432 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8433 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8434 * math/libm-test.inc (cacos_test): Add more tests.
8435 (casin_test): Likewise.
8436 (casinh_test): Likewise.
8437 * sysdeps/i386/fpu/libm-test-ulps: Update.
8438 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8439
b33d4ce4
SP
84402013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8441
8442 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
8443 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
8444
bef0b507
JM
84452013-03-20 Joseph Myers <joseph@codesourcery.com>
8446
8447 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
8448 * config.make.in (config-cflags-sse4): Remove variable.
8449 (config-cflags-avx): Likewise.
8450 (config-cflags-sse2avx): Likewise.
8451 (config-cflags-novzeroupper): Likewise.
8452 (config-asflags-i686): Likewise.
8453 (have-mfma4): Likewise.
8454 (have-as-vis3): Likewise.
8455 (MIG): Likewise.
8456 * configure.in (MIG): Do not AC_SUBST.
8457 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
8458 (libc_cv_cc_sse4): Do not AC_SUBST.
8459 (libc_cv_cc_avx): Likewise.
8460 (libc_cv_cc_sse2avx): Likewise.
8461 (libc_cv_cc_novzeroupper): Likewise.
8462 (libc_cv_cc_fma4): Likewise.
8463 (libc_cv_as_i686): Likewise.
8464 (libc_cv_sparc_as_vis3): Likewise.
8465 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
8466 LIBC_CONFIG_VAR.
8467 (config-asflags-i686): Likewise.
8468 (config-cflags-avx): Likewise.
8469 (config-cflags-sse2avx): Likewise.
8470 (have-mfma4): Likewise.
8471 (config-cflags-novzeroupper): Likewise.
8472 * sysdeps/mach/configure.in (MIG): Likewise.
8473 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
8474 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
8475 LIBC_CONFIG_VAR.
8476 (config-cflags-avx): Likewise.
8477 (config-cflags-sse2avx): Likewise.
8478 (have-mfma4): Likewise.
8479 (config-cflags-novzeroupper): Likewise.
8480 * configure: Regenerated.
8481 * sysdeps/i386/configure: Likewise.
8482 * sysdeps/mach/configure: Likewise.
8483 * sysdeps/sparc/configure: Likewise.
8484 * sysdeps/x86_64/configure: Likewise.
8485
912cc4b3
RM
84862013-03-20 Roland McGrath <roland@hack.frob.com>
8487
8488 [BZ #14812]
8489 * locale/programs/localedef.c (options): Put N_ translation marker
8490 on argument names, not just descriptions.
8491
04eed2b0
MS
84922013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
8493
8494 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
8495
a065ceff
OB
84962013-03-20 Ondřej Bílka <neleai@seznam.cz>
8497
9bb2a810 8498 [BZ #14176]
a065ceff
OB
8499 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
8500
a600e5ce
RM
85012013-03-19 Roland McGrath <roland@hack.frob.com>
8502
8503 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
8504 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
8505 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
8506 [!BEFORE_ABORT] (before_abort): New function.
8507 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
8508 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
8509 (writev_for_fatal): New function.
8510 (WRITEV_FOR_FATAL): New macro; call that.
8511 (backtrace_and_maps): New function.
8512 (BEFORE_ABORT): New macro; call that.
8513 (struct str_list): Type removed.
8514 (__libc_message, __libc_fatal): Functions removed.
8515 Include <sysdeps/posix/libc_fatal.c> instead.
8516
6b18bea6
JM
85172013-03-19 Joseph Myers <joseph@codesourcery.com>
8518
8519 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
8520 constants.
8521 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
8522 double constants.
8523
aaa8cb4b
AS
85242013-03-19 Andreas Schwab <schwab@suse.de>
8525
44673770
AS
8526 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
8527 * sysdeps/gnu/configure: Regenerate.
8528
aaa8cb4b
AS
8529 * configure.in: Substitute libc_cv_rtlddir.
8530 * configure: Regenerate.
8531 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
8532 * Makeconfig (rtlddir, inst_rtlddir): New variables.
8533 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
8534 * elf/Makefile (install-others, CFLAGS-interp.c)
8535 (ldso_install, common-ldd-rewrite): Likewise.
8536 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
8537 $(inst_slibdir)/$(rtld-installed-name).
8538 * scripts/rellns-sh: Add -p option.
8539 * Makerules (make-shlib-link): Use rellns-sh to get relative name
8540 for source.
8541
d3cfc668
SP
85422013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8543
8544 * manual/nptl.texi: Renamed to ...
8545 * manual/threads.texi: ... this.
8546 * manual/Makefile (chapters): Update.
8547
0e2b9cdd
RM
85482013-03-18 Roland McGrath <roland@hack.frob.com>
8549
8550 [BZ #14812]
8551 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
8552 on argument names, not just descriptions.
0e2b9cdd
RM
8553 * malloc/memusagestat.c (options): Likewise.
8554 * nss/getent.c (options): Likewise.
63270c24
RM
8555
85562013-03-18 Benno Schulenberg <bensberg@justemail.net>
8557
8558 [BZ #14812]
8559 * iconv/iconv_prog.c (options): Put N_ translation marker
8560 on argument names, not just descriptions.
8561 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 8562
b2e1393c
OB
85632013-03-18 Ondrej Bilka <neleai@seznam.cz>
8564
8565 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
8566 implementation which is faster on all x86_64 architectures.
8567 Tested on AMD, Intel Nehalem, SNB, IVB.
8568 * sysdeps/x86_64/strnlen.S: Likewise.
8569
8570 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
8571 Remove all multiarch strlen and strnlen versions.
8572 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
8573 Remove strlen and strnlen related parts.
8574
8575 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
8576 Inline strlen part.
8577 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
8578
8579 * sysdeps/x86_64/multiarch/strlen.S: Remove.
8580 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
8581 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
8582 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
8583 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
8584 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
8585
ec4ff04d
CD
85862013-03-17 Carlos O'Donell <carlos@redhat.com>
8587
8588 * manual/memory.texi (Malloc Tunable Parameters):
8589 Sort parameters alphabetically. Add comments for missing entries.
8590
cd18e90a
DM
85912013-03-17 David S. Miller <davem@davemloft.net>
8592
8593 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8594
2a185d32
JM
85952013-03-16 Joseph Myers <joseph@codesourcery.com>
8596
d2f9799e
JM
8597 [BZ #15283]
8598 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
8599 for arguments at most half maximum finite value.
8600 * math/libm-test.inc (j0_test): Add more tests.
8601 (j1_test): Likewise.
8602 (y0_test): Likewise.
8603 (y1_test): Likewise.
8604 * sysdeps/i386/fpu/libm-test-ulps: Update.
8605 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8606
2a185d32
JM
8607 [BZ #14155]
8608 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
8609 1 / x and functions P and Q for arguments above 0x1p256L.
8610 (__ieee754_y0l): Likewise.
8611 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
8612 (__ieee754_y1l): Likewise.
8613 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
8614 (j1_test): Likewise.
8615 (y0_test): Likewise.
8616 (y1_test): Likewise.
8617
6cbec759
TS
86182013-03-16 Thomas Schwinge <thomas@codesourcery.com>
8619
8620 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
8621 variable.
8622
bc16e260
RM
86232013-03-15 Roland McGrath <roland@hack.frob.com>
8624
aefc9b8c
RM
8625 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
8626 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
8627 zero since it's initialized to EXEC_PAGESIZE.
8628
bc16e260
RM
8629 * sysdeps/unix/sysv/linux/ldsodefs.h
8630 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
8631 * sysdeps/generic/ldsodefs.h: ... here.
8632
a57da955
TS
86332013-03-15 Thomas Schwinge <thomas@codesourcery.com>
8634
af00a34d
TS
8635 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
8636
495ded2c
TS
8637 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
8638 math/test-snan.c.
8639 * math/test-snan.c: Renamed from
8640 sysdeps/powerpc/fpu/test-powerpc-snan.c.
8641 * math/Makefile (tests): Add test-snan.
8642 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
8643 test-powerpc-snan.
8644
777b0332
TS
8645 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
8646 SUFFIX. Initialize qNaN_var with __builtin_nan family of
8647 functions.
8648 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
8649 __builtin_nan family of functions.
8650 * math/libm-test.inc (initialize): Initialize qnan_value with
8651 __builtin_nan family of functions.
8652 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
8653 Remove variables.
8654 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
8655 Remove functions.
8656 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
8657 storage class. Initialize qNaN_var and sNaN_var with
8658 __builtin_nan and __builtin_nans families of functions,
8659 respectively.
8660
64d063b8
TS
8661 * math/libm-test.inc (acosh_test): Also test with qNaN input.
8662 (sqrt_test): Remove duplicate test with qNaN input.
8663 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
8664 (round_test, signbit_test, significand_test): Note missing +/-Inf
8665 as well as qNaN tests.
8666
67e971f1
TS
8667 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
8668 qNaN_var. Fix a few strings, too.
8669 * math/libm-test.inc (nan_value): Rename to qnan_value.
8670 * math/gen-libm-test.pl (%beautify): Adjust to that.
8671 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
8672 * math/test-misc.c (main): Likewise.
8673 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
8674 to __qnan_bytes, and __qnan_union, respectively.
8675 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
8676 Likewise.
8677 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
8678 and lqnanval, respectively.
8679 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
8680 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
8681 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
8682 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
8683
64487e12
TS
8684 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
8685 * math/test-misc.c (main) [__x86_64__]: Enable test for long
8686 doubles.
8687
e015e27b
TS
8688 * math/test-misc.c (main): Fix copy'n'pastos.
8689 * misc/tst-efgcvt.c (special): Likewise.
8690
a57da955
TS
8691 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
8692 Remove declarations.
8693
1e380345
SP
86942013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8695
8696 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
8697 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
8698 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
8699 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
8700
ef26eece
AZ
87012013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8702
8703 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
8704 macro to return vdso values correctly in IFUNC implementations.
8705 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
8706 Optimization by using IFUNC.
8707
8cfdb7e0
SP
87082013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8709 Richard Henderson <rth@redhat.com>
8710 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
8711
8712 * Makefile.in (bench): New target.
8713 * NEWS: Mention the benchmark framework.
8714 * Rules (bench): Likewise.
8715 (binaries-bench): Generate binaries for functions to
8716 benchmark.
8717 * benchtests/Makefile: New makefile for benchmark tests.
8718 * benchtests/bench-skeleton.c: New skeleton file for benchmark
8719 programs.
8720 * benchtests/exp-inputs: New input file for EXP function.
8721 * benchtests/pow-inputs: New input file for POW function.
8722 * scripts/bench.pl: New script to generate source files for
8723 benchmark programs.
8724
bcda9880
SP
87252013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8726
d22ca8cd
SP
8727 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
8728 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
8729 computations on mantissa. Use macros for rounding and
8730 division.
8731 (denorm): Likewise.
8732 (__dbl_mp): Likewise.
8733 (add_magnitudes): Likewise.
8734 (sub_magnitudes): Likewise.
8735 (__mul): Likewise.
8736 (__sqr): Likewise.
8737 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
8738 powers of two in terms of TWOPOW macro.
8739 (mp_no): Make type of mantissa as MANTISSA_T.
8740 [!RADIXI]: Define RADIXI.
8741 [!TWO52]: Define TWO52.
8742 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
8743
bcda9880
SP
8744 * manual/nptl.texi (cindex): Modify threads to pthreads.
8745
06d5adfb
JM
87462013-03-15 Joseph Myers <joseph@codesourcery.com>
8747
8748 * sysdeps/x86_64/preconfigure: Regenerated.
8749
41c7328e
JM
87502013-03-14 Joseph Myers <joseph@codesourcery.com>
8751
8752 [BZ #14155]
8753 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
8754 0x1p28 and above.
8755 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
8756 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
8757 0x1p28 and above.
8758 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
8759 * math/libm-test.inc (j0_test): Do not allow one spurious
8760 underflow exception.
8761 (y1_test): Likewise.
8762
e25cfa60
SP
87632013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
8764
0409959c
SP
8765 * manual/Makefile (chapters): Add nptl.
8766 * manual/debug.texi (Debugging Support): Add link to Threads
8767 chapter.
8768 * manual/nptl.texi: New file.
8769
e25cfa60
SP
8770 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
8771
58a1335e
PB
87722013-03-14 Petr Baudis <pasky@ucw.cz>
8773
8774 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
8775 for non-NULL pointer before the memory validity test. Pointed
8776 out by Holger Brunck <holger.brunck@keymile.com>.
8777
9dc7c64f
AS
87782013-03-13 Andreas Schwab <schwab@suse.de>
8779
8780 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
8781 instead of .os.
8782
54206aa6
JM
87832013-03-13 Joseph Myers <joseph@codesourcery.com>
8784
8785 * timezone/zic.c: Update from tzcode 2013b.
8786
e98cdb38
CD
87872013-03-12 Carlos O'Donell <carlos@redhat.com>
8788
8789 * manual/install.texi (Configuring and compiling):
8790 Mention i686 and i586.
8791 * INSTALL: Regenerate.
8792
9967e003
RM
87932013-03-12 Roland McGrath <roland@hack.frob.com>
8794
8795 * sysdeps/init_array/elf-init.c: New file.
8796 * csu/elf-init.c
8797 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
8798 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
8799
8800 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
8801 __gmon_start__ as global, but as static with a .preinit_array pointer.
8802 * sysdeps/init_array/gmon-start.c: New file. Use that.
8803 * sysdeps/init_array/crti.S: New file, empty except for comments.
8804 * sysdeps/init_array/crtn.S: Likewise.
8805
e6b5a293 88062013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
8807
8808 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
8809 definining bcopy.
80f844c9
OB
8810 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8811 Remove Prefer_SSE_for_memop.
8812 * sysdeps/x86_64/multiarch/init-arch.h: Remove
8813 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
8814 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
8815 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
8816 memset-x86-64.
80f844c9 8817 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 8818 Remove bzero, memset ifunc support.
80f844c9
OB
8819 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
8820 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
8821 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8822 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8823
fb6b0fcb
AS
88242013-03-11 Andreas Schwab <schwab@suse.de>
8825
8826 [BZ #15234]
8827 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
8828 by SHLIB_COMPAT.
8829 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
8830 (GLIBC_2.16): Remove pthread_atfork.
8831
3e6bd4b1
PP
88322013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8833
8834 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
8835 (ptestcases.h): Likewise.
8836
222d7f00
RM
88372013-03-08 Roland McGrath <roland@hack.frob.com>
8838
8839 * Makeconfig ($(common-objpfx)config.status): Depend on
8840 sysdeps/*/preconfigure{,.in} too.
8841
1ba4f030
JM
88422013-03-08 Joseph Myers <joseph@codesourcery.com>
8843
a222d91a
JM
8844 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
8845 (__free_hook): Use void * instead of __malloc_ptr_t.
8846 (__malloc_hook): Likewise.
8847 (__realloc_hook): Likewise.
8848 (__memalign_hook): Likewise.
8849 (__after_morecore_hook): Likewise.
8850 * malloc/arena.c (save_malloc_hook): Likewise.
8851 (save_free_hook): Likewise.
8852 * malloc/hooks.c (malloc_hook_ini): Likewise.
8853 (realloc_hook_ini): Likewise.
8854 (memalign_hook_ini): Likewise.
8855 * malloc/malloc.c (malloc_hook_ini): Likewise.
8856 (realloc_hook_ini): Likewise.
8857 (memalign_hook_ini): Likewise.
8858 (__free_hook): Likewise.
8859 (__malloc_hook): Likewise.
8860 (__realloc_hook): Likewise.
8861 (__memalign_hook): Likewise.
8862 (__libc_malloc): Likewise.
8863 (__libc_free): Likewise.
8864 (__libc_realloc): Likewise.
8865 (__libc_memalign): Likewise.
8866 (__libc_valloc): Likewise.
8867 (__libc_pvalloc): Likewise.
8868 (__libc_calloc): Likewise.
8869 (__posix_memalign): Likewise.
8870 * malloc/morecore.c (__sbrk): Likewise.
8871 (__default_morecore): Likewise.
8872
5cc45e10
JM
8873 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
8874
dd54b864
JM
8875 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
8876 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
8877 __malloc_ptrdiff_t.
8878
1ba4f030
JM
8879 * malloc/malloc.h (__malloc_size_t): Remove macro.
8880 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
8881 __malloc_size_t.
8882 (old_memalign_hook): Likewise.
8883 (old_realloc_hook): Likewise.
8884 (struct hdr): Likewise.
8885 (flood): Likewise.
8886 (mallochook): Likewise.
8887 (memalignhook): Likewise.
8888 (reallochook): Likewise.
8889 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
8890 (tr_old_realloc_hook): Likewise.
8891 (tr_old_memalign_hook): Likewise.
8892 (tr_mallochook): Likewise.
8893 (tr_reallochook): Likewise.
8894 (tr_memalignhook): Likewise.
8895
edf66e57
AZ
88962013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8897
8898 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
8899 default_ldbl_pack and using as default implementation.
8900 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
8901 implementation.
8902 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
8903 redundant definition.
8904 (ldbl_insert_mantissa): Likewise.
8905 (ldbl_canonicalize): Likewise.
8906 (ldbl_nearbyint): Likewise.
8907 (ldbl_pack): Rename to ldbl_pack_ppc.
8908 (ldbl_unpack): Rename to ldbl_unpack_ppc.
8909 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
8910 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
8911
6d9145d8
SP
89122013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8913
8914 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
8915 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
8916 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
8917 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
8918 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
8919 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
8920 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
8921 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
8922
4dd4e157
AJ
89232013-03-07 Andreas Jaeger <aj@suse.de>
8924
8925 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8926 bits/mman-linux.h.
8927
adbb8027
SP
89282013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
8929
ce544b5b
SP
8930 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
8931 Include mpa.h and declare __MPEXP.
8932 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
8933 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8934 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8935 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
8936 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8937 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8938 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
8939
4cc149fd
SP
8940 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
8941 (__slowpow): Use long double EXPL and LOGL functions to
8942 compute POW.
8943 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8944 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8945 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
8946 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8947 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8948 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
8949
e6ebd4a7
SP
8950 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
8951 intermediate variable to calculate exponent.
8952 (__sqr): Likewise.
8953 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
8954 Likewise.
8955 (__sqr): Likewise.
8956
82a9811d
SP
8957 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
8958 [!NO__SQR]: Define __sqr.
8959 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
8960 and NO__SQR. Remove all code except __mul and __sqr. Include
8961 sysdeps/ieee754/dbl-64/mpa.c.
8962 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8963
adbb8027
SP
8964 [BZ #12723]
8965 * posix/Makefile (tests): Add tst-pathconf.
8966 * posix/tst-pathconf.c: New test case.
8967 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
8968 _PC_PIPE_BUF.
8969 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
8970
39120df9
PF
89712013-03-06 Patsy Franklin <pfrankli@redhat.com>
8972
8973 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
8974
67525cb8
AJ
89752013-03-06 Andreas Jaeger <aj@suse.de>
8976
664a9ce4
AJ
8977 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
8978 definition via __MAP_ANONYMOUS.
8979
8e39047d
AJ
8980 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
8981 it's not part of Linux headers.
8982
67525cb8
AJ
8983 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
8984 (MAP_HUGE_MASK): Define.
8985
8986 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8987 Define.
8988 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8989 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8990 Define.
8991 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8992 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8993 Define.
8994 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8995 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
8996 Define.
8997 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8998
8999 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
9000 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
9001 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
9002 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
9003 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
9004 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
9005
9006 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
9007 Handle f2fs.
9008
9009 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9010 Handle f2fs and efivarfs.
9011
9012 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
9013 f2fs.
9014
9015 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
9016 (EFIVARFS_MAGIC): Add.
9017 (F2FS_LINK_MAX): Add.
9018
e1b42695
PP
90192013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9020
9021 * stdio-common/vfprintf.c: Replace __builtin_expect with
9022 __glibc_unlikely.
9023
2d67d91a
JM
90242013-03-06 Joseph Myers <joseph@codesourcery.com>
9025
9026 [BZ #13550]
9027 * sysdeps/generic/bp-sym.h: Remove file.
9028 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
9029 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
9030 <bp-sym.h> and <bp-asm.h>.
9031 (__longjmp): Don't use BP_SYM.
9032 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
9033 and <bp-asm.h>.
9034 (memcpy): Don't use BP_SYM.
9035 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
9036 <bp-sym.h> and <bp-asm.h>.
9037 (memcpy): Don't use BP_SYM.
9038 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
9039 <bp-asm.h>.
9040 (memcpy): Don't use BP_SYM.
9041 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
9042 <bp-asm.h>.
9043 (memset): Don't use BP_SYM.
9044 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9045 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9046 (__bzero): Don't use BP_SYM.
9047 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9048 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9049 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
9050 <bp-sym.h> and <bp-asm.h>.
9051 (memcmp): Don't use BP_SYM. Remove comment about bounded
9052 pointers.
9053 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
9054 <bp-sym.h> and <bp-asm.h>.
9055 (memcpy): Don't use BP_SYM.
9056 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
9057 <bp-sym.h> and <bp-asm.h>.
9058 (memset): Don't use BP_SYM.
9059 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9060 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9061 (__bzero): Don't use BP_SYM.
9062 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9063 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9064 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
9065 <bp-sym.h> and <bp-asm.h>.
9066 (strncmp): Don't use BP_SYM. Remove comment about bounded
9067 pointers.
9068 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
9069 <bp-sym.h> and <bp-asm.h>.
9070 (memcpy): Don't use BP_SYM.
9071 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
9072 <bp-sym.h> and <bp-asm.h>.
9073 (memset): Don't use BP_SYM.
9074 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9075 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9076 (__bzero): Don't use BP_SYM.
9077 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9078 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9079 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
9080 <bp-sym.h> and <bp-asm.h>.
9081 (__memchr): Don't use BP_SYM.
9082 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
9083 <bp-sym.h> and <bp-asm.h>.
9084 (memcmp): Don't use BP_SYM. Remove comment about bounded
9085 pointers.
9086 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
9087 <bp-sym.h> and <bp-asm.h>.
9088 (memcpy): Don't use BP_SYM.
9089 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
9090 <bp-sym.h> and <bp-asm.h>.
9091 (__mempcpy): Don't use BP_SYM.
9092 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
9093 <bp-sym.h> and <bp-asm.h>.
9094 (__memrchr): Don't use BP_SYM.
9095 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
9096 <bp-sym.h> and <bp-asm.h>.
9097 (memset): Don't use BP_SYM.
9098 (__bzero): Likewise.
9099 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
9100 <bp-sym.h> and <bp-asm.h>.
9101 (__rawmemchr): Don't use BP_SYM.
9102 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
9103 <bp-sym.h> and <bp-asm.h>.
9104 (__STRCMP): Don't use BP_SYM.
9105 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
9106 <bp-sym.h> and <bp-asm.h>.
9107 (strchr): Don't use BP_SYM.
9108 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
9109 <bp-sym.h> and <bp-asm.h>.
9110 (__strchrnul): Don't use BP_SYM.
9111 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
9112 <bp-sym.h> and <bp-asm.h>.
9113 (strlen): Don't use BP_SYM.
9114 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
9115 <bp-sym.h> and <bp-asm.h>.
9116 (strncmp): Don't use BP_SYM. Remove comment about bounded
9117 pointers.
9118 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
9119 <bp-sym.h> and <bp-asm.h>.
9120 (__strnlen): Don't use BP_SYM.
9121 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
9122 <bp-sym.h> and <bp-asm.h>.
9123 (__GI__setjmp): Don't use BP_SYM.
9124 (_setjmp): Likewise.
9125 (__sigsetjmp): Likewise.
9126 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
9127 (L(start_addresses)): Don't use BP_SYM.
9128 (_start): Likewise.
9129 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
9130 <bp-asm.h>.
9131 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
9132 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
9133 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9134 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9135 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
9136 <bp-asm.h>.
9137 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
9138 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
9139 about bounded pointers.
9140 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
9141 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9142 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
9143 <bp-asm.h>.
9144 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
9145 about bounded pointers. Remove GKM FIXME comments.
9146 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
9147 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
9148 <bp-asm.h>.
9149 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
9150 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
9151 Remove GKM FIXME comments.
9152 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9153 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9154 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
9155 <bp-asm.h>.
9156 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
9157 about bounded pointers. Remove GKM FIXME comment.
9158 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
9159 and <bp-asm.h>.
9160 (strncmp): Don't use BP_SYM. Remove comment about bounded
9161 pointers.
9162 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
9163 <bp-sym.h> and <bp-asm.h>.
9164 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
9165 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
9166 <bp-sym.h> and <bp-asm.h>.
9167 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
9168 comment.
9169
cdcf361f
PP
91702013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9171
9172 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
9173 call free(NULL).
9174
3c4a2b15
DM
91752013-03-05 David S. Miller <davem@davemloft.net>
9176
9177 * po/es.po: Update from translation team.
9178
cdcf361f 91792013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
9180
9181 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
9182 <bits/mman-linux.h>.
9183 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9184 is fine.
9185 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
9186 <bits/mman-linux.h> to end of file.
9187 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9188 is fine.
9189 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
9190 <bits/mman-linux.h> to end of file.
9191 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9192 is fine.
9193 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
9194 <bits/mman-linux.h> to end of file.
9195
9196 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
9197 (MCL_CURRENT, MCL_FUTURE): Define here.
9198
5f67c04f
AK
91992013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9200
8a4473cc 9201 [BZ #15232]
5f67c04f
AK
9202 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
9203 attribute_hidden.
9204 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
9205
c3e94a95
AK
92062013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9207
9208 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
9209 fourth parameter needed for rt_sigprocmask syscall.
9210 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9211 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
9212 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
9213 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
9214 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9215 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
9216
cfb6382a
JM
92172013-03-04 Joseph Myers <joseph@codesourcery.com>
9218
9219 [BZ #13550]
9220 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
9221 comment about bounded pointers.
9222 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
9223 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
9224
539d8e01
AJ
92252013-03-04 Andreas Jaeger <aj@suse.de>
9226
9227 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
9228 common definitions.
9229
9230 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
9231 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
9232 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
9233 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
9234 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
9235 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9236
2e167a70 92372013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
9238
9239 [BZ #15055]
9240 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
9241 __ieee754_sqrl instead of __sqrl.
9242
68508633
JM
92432013-03-01 Joseph Myers <joseph@codesourcery.com>
9244
9245 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
9246 * sysdeps/powerpc/fpu_control.h: ... here.
9247 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
9248 * sysdeps/powerpc/bits/fenvinline.h: ... here.
9249 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
9250 * sysdeps/powerpc/bits/mathinline.h: ... here.
9251
7775448e
RM
92522013-03-01 Roland McGrath <roland@hack.frob.com>
9253
9254 * elf/dl-hwcaps.c (_dl_important_hwcaps):
9255 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
9256 to just [NEED_DL_SYSINFO_DSO].
9257 * elf/dl-support.c: Likewise.
9258 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
9259 * elf/rtld.c (dl_main): Likewise.
9260 * elf/setup-vdso.h (setup_vdso): Likewise.
9261 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
9262 * sysdeps/unix/sysv/linux/dl-sysdep.c
9263 (_dl_discover_osversion): Likewise.
9264
4e9b5995
CD
92652013-03-01 Carlos O'Donell <carlos@redhat.com>
9266
9267 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
9268 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
9269
e23872c8
SP
92702013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9271
e5c74c63
SP
9272 * NEWS: Mention libm performance improvements and non-x86 PI
9273 futex support.
9274
e23872c8
SP
9275 * csu/libc-start.c (__pthread_initialize_minimal): Change
9276 function arguments.
9277 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
9278
b5510883
JM
92792013-02-28 Joseph Myers <joseph@codesourcery.com>
9280
9281 [BZ #13550]
9282 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
9283 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
9284 <bp-sym.h> and <bp-asm.h>.
9285 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9286 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
9287 and <bp-asm.h>.
9288 (memcpy): Don't use BP_SYM.
9289 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
9290 <bp-asm.h>.
9291 (__mpn_add_n): Don't use BP_SYM.
9292 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
9293 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
9294 and <bp-asm.h>.
9295 (__mpn_addmul_1): Don't use BP_SYM.
9296 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9297 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
9298 <bp-sym.h>.
9299 (_setjmp): Don't use BP_SYM.
9300 (__novmx_setjmp): Likewise.
9301 (__GI__setjmp): Likewise.
9302 (__vmx_setjmp): Likewise.
9303 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
9304 <bp-sym.h>.
9305 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
9306 (__bzero): Don't use BP_SYM.
9307 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9308 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9309 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
9310 <bp-sym.h> and <bp-asm.h>.
9311 (memcpy): Don't use BP_SYM.
9312 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
9313 <bp-sym.h> and <bp-asm.h>.
9314 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9315 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
9316 <bp-sym.h> and <bp-asm.h>.
9317 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9318 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
9319 <bp-asm.h>.
9320 (__mpn_lshift): Don't use BP_SYM.
9321 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9322 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
9323 <bp-asm.h>.
9324 (memset): Don't use BP_SYM.
9325 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9326 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9327 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
9328 <bp-asm.h>.
9329 (__mpn_mul_1): Don't use BP_SYM.
9330 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9331 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
9332 <bp-sym.h> and <bp-asm.h>.
9333 (memcmp): Don't use BP_SYM.
9334 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
9335 <bp-sym.h> and <bp-asm.h>.
9336 (memcpy): Don't use BP_SYM.
9337 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
9338 <bp-sym.h> and <bp-asm.h>.
9339 (memset): Don't use BP_SYM.
9340 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
9341 <bp-sym.h> and <bp-asm.h>.
9342 (strncmp): Don't use BP_SYM.
9343 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
9344 <bp-sym.h> and <bp-asm.h>.
9345 (memcpy): Don't use BP_SYM.
9346 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
9347 <bp-sym.h> and <bp-asm.h>.
9348 (memset): Don't use BP_SYM.
9349 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
9350 <bp-sym.h> and <bp-asm.h>.
9351 (__memchr): Don't use BP_SYM.
9352 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
9353 <bp-sym.h> and <bp-asm.h>.
9354 (memcmp): Don't use BP_SYM.
9355 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
9356 <bp-sym.h> and <bp-asm.h>.
9357 (memcpy): Don't use BP_SYM.
9358 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
9359 <bp-sym.h> and <bp-asm.h>.
9360 (__mempcpy): Don't use BP_SYM.
9361 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
9362 <bp-sym.h> and <bp-asm.h>.
9363 (__memrchr): Don't use BP_SYM.
9364 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
9365 <bp-sym.h> and <bp-asm.h>.
9366 (memset): Don't use BP_SYM.
9367 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
9368 <bp-sym.h> and <bp-asm.h>.
9369 (__rawmemchr): Don't use BP_SYM.
9370 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
9371 <bp-sym.h> and <bp-asm.h>.
9372 (__STRCMP): Don't use BP_SYM.
9373 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
9374 <bp-sym.h> and <bp-asm.h>.
9375 (strchr): Don't use BP_SYM.
9376 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
9377 <bp-sym.h> and <bp-asm.h>.
9378 (__strchrnul): Don't use BP_SYM.
9379 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
9380 <bp-sym.h> and <bp-asm.h>.
9381 (strlen): Don't use BP_SYM.
9382 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
9383 <bp-sym.h> and <bp-asm.h>.
9384 (strncmp): Don't use BP_SYM.
9385 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
9386 <bp-sym.h> and <bp-asm.h>.
9387 (__strnlen): Don't use BP_SYM.
9388 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
9389 <bp-asm.h>.
9390 (__mpn_rshift): Don't use BP_SYM.
9391 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9392 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
9393 <bp-sym.h> and <bp-asm.h>.
9394 (__sigsetjmp): Don't use BP_SYM.
9395 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
9396 (L(start_addresses)): Don't use BP_SYM.
9397 (_start): Likewise.
9398 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
9399 <bp-asm.h>.
9400 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
9401 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9402 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9403 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
9404 <bp-asm.h>.
9405 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
9406 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
9407 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9408 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
9409 <bp-asm.h>.
9410 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
9411 comments.
9412 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
9413 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
9414 <bp-asm.h>.
9415 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
9416 FIXME comments.
9417 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9418 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9419 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
9420 <bp-asm.h>.
9421 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
9422 comment.
9423 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
9424 and <bp-asm.h>.
9425 (strncmp): Don't use BP_SYM,
9426 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
9427 <bp-asm.h>.
9428 (__mpn_sub_n): Don't use BP_SYM.
9429 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9430 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
9431 and <bp-asm.h>.
9432 (__mpn_submul_1): Don't use BP_SYM.
9433 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
9435 <bp-sym.h> and <bp-asm.h>.
9436 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
9437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
9438 <bp-sym.h> and <bp-asm.h>.
9439 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
9440 comment.
9441
8d19fe64
SP
94422013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9443
9444 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
9445 Use ZK to minimize writes to Z.
9446 (sub_magnitudes): Simplify code a bit.
9447 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
9448 Use ZK to minimize writes to Z.
9449 (sub_magnitudes): Simplify code a bit.
9450
85bd816a
RM
94512013-02-27 Roland McGrath <roland@hack.frob.com>
9452
9453 * csu/gmon-start.c: Add special exception to license text.
9454
b5977bf2
RH
94552013-02-27 Richard Henderson <rth@redhat.com>
9456
9457 * scripts/config.guess: Update from config.git.
9458 * scripts/config.sub: Likewise.
9459
11d6e2f2
SP
94602013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9461
09c14ed2
SP
9462 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
9463
a688864e
SP
9464 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
9465
6295157a
SP
9466 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
9467
b8de2202
SP
9468 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
9469
11d6e2f2
SP
9470 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
9471
7e80ddb8
RM
94722013-02-26 Roland McGrath <roland@hack.frob.com>
9473
9474 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
9475 [$(build-shared = yes].
7e80ddb8 9476
7da6d9ed
SP
94772013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9478
45f05884
SP
9479 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
9480 (__mul): Reduce iterations for calculating mantissa.
9481
2236d359
SP
9482 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
9483 MPTWO.
9484 (__mpranred): Likewise.
9485
7da6d9ed
SP
9486 [BZ #15160]
9487 * malloc/memusagestat.c (main): Draw graphs for heap and stack
9488 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
9489
b7688c42
PE
94902013-02-26 Paul Eggert <eggert@cs.ucla.edu>
9491
9492 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
9493 Define __attribute__.
9494
53a5c423
SP
94952013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9496
9497 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
9498 unused.
9499 * posix/regex_internal.h (__attribute): Remove.
9500 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
9501 (re_string_context_at): Likewise.
9502 (bitset_not): Use __attribute__ and mark function as possibly
9503 unused.
9504 (bitset_merge): Likewise.
9505 (bitset_mask): Likewise.
9506 (re_string_char_size_at): Likewise.
9507 (re_string_wchar_at): Likewise.
9508 (re_string_elem_size_at): Likewise.
9509
60f5a8b5
SP
95102013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
9511
2a983a2e
SP
9512 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
9513 code.
9514 (cc32): Likewise.
9515
e69804d1
SP
9516 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
9517 (__acr): Likewise.
9518 (__cpy): Likewise.
9519 (norm): Likewise.
9520 (denorm): Likewise.
9521 (__dbl_mp): Likewise.
9522 (add_magnitudes): Likewise.
9523 (sub_magnitudes): Likewise.
9524 (__mul): Likewise.
9525 (__inv): Likewise.
9526
2f22a1e8
SP
9527 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
9528 style.
9529
8930ddc7
SP
9530 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
9531 style.
9532
dc60cb11
SP
9533 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
9534 code.
9535
60f5a8b5
SP
9536 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
9537 up changes with default code.
9538 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
9539 Likewise.
9540
b4d1fd33
AM
95412013-02-24 Allan McRae <allan@archlinux.org>
9542
faf6f8bc
AM
9543 * manual/socket.texi (The Internet Namespace): Order menu items
9544 to match that in the file.
9545
b4d1fd33
AM
9546 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
9547 node listing of the info page menu.
9548
2366713d
JM
95492013-02-21 Joseph Myers <joseph@codesourcery.com>
9550
9551 [BZ #13550]
9552 * sysdeps/i386/bp-asm.h: Remove file.
9553 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
9554 (PARMS): Do not use macros from bp-asm.h.
9555 (S1): Likewise.
9556 (S2): Likewise.
9557 (SIZE): Likewise.
9558 (__mpn_add_n): Do not use BP_SYM
9559 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
9560 "bp-asm.h".
9561 (PARMS): Do not use macros from bp-asm.h.
9562 (S1): Likewise.
9563 (SIZE): Likewise.
9564 (__mpn_addmul_1): Do not use BP_SYM
9565 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
9566 "bp-asm.h".
9567 (PARMS): Do not use macros from bp-asm.h.
9568 (SIGMSK): Likewise.
9569 (_setjmp): Likewise. Do not use BP_SYM.
9570 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
9571 "bp-asm.h".
9572 (PARMS): Do not use macros from bp-asm.h.
9573 (SIGMSK): Likewise.
9574 (setjmp): Likewise. Do not use BP_SYM.
9575 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
9576 "bp-asm.h".
9577 (PARMS): Do not use macros from bp-asm.h.
9578 (__frexp): Do not use BP_SYM.
9579 (frexp): Likewise.
9580 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
9581 "bp-asm.h".
9582 (PARMS): Do not use macros from bp-asm.h.
9583 (__frexpf): Do not use BP_SYM.
9584 (frexpf): Likewise.
9585 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
9586 "bp-asm.h".
9587 (PARMS): Do not use macros from bp-asm.h.
9588 (__frexpl): Do not use BP_SYM.
9589 (frexpl): Likewise.
9590 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
9591 "bp-asm.h".
9592 (PARMS): Do not use macros from bp-asm.h.
9593 (__remquo): Do not use BP_SYM.
9594 (remquo): Likewise.
9595 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
9596 "bp-asm.h".
9597 (PARMS): Do not use macros from bp-asm.h.
9598 (__remquof): Do not use BP_SYM.
9599 (remquof): Likewise.
9600 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
9601 "bp-asm.h".
9602 (PARMS): Do not use macros from bp-asm.h.
9603 (__remquol): Do not use BP_SYM.
9604 (remquol): Likewise.
9605 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
9606 "bp-asm.h".
9607 (PARMS): Do not use macros from bp-asm.h.
9608 (DEST): Likewise.
9609 (SRC): Likewise.
9610 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
9611 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
9612 "bp-asm.h".
9613 (PARMS): Do not use macros from bp-asm.h.
9614 (strlen): Do not use BP_SYM.
9615 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
9616 "bp-asm.h".
9617 (PARMS): Do not use macros from bp-asm.h.
9618 (S1): Likewise.
9619 (S2): Likewise.
9620 (SIZE): Likewise.
9621 (__mpn_add_n): Do not use BP_SYM.
9622 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
9623 "bp-asm.h".
9624 (PARMS): Do not use macros from bp-asm.h.
9625 (S1): Likewise.
9626 (SIZE): Likewise.
9627 (__mpn_addmul_1): Do not use BP_SYM.
9628 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
9629 weak_alias.
9630 (bzero): Likewise.
9631 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
9632 "bp-asm.h".
9633 (PARMS): Do not use macros from bp-asm.h.
9634 (S): Likewise.
9635 (SIZE): Likewise.
9636 (__mpn_lshift): Do not use BP_SYM.
9637 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
9638 "bp-asm.h".
9639 (PARMS): Do not use macros from bp-asm.h.
9640 (DEST): Likewise.
9641 (SRC): Likewise.
9642 (LEN): Likewise.
9643 (memcpy): Likewise. Do not use BP_SYM.
9644 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
9645 libc_hidden_def and weak_alias.
9646 (mempcpy): Do not use BP_SYM in weak_alias.
9647 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
9648 "bp-asm.h".
9649 (PARMS): Do not use macros from bp-asm.h.
9650 (DEST): Likewise.
9651 (LEN): Likewise.
9652 [!BZERO_P] (CHR): Likewise.
9653 (memset): Likewise. Do not use BP_SYM.
9654 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
9655 "bp-asm.h".
9656 (PARMS): Do not use macros from bp-asm.h.
9657 (S1): Likewise.
9658 (SIZE): Likewise.
9659 (__mpn_mul_1): Do not use BP_SYM.
9660 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
9661 "bp-asm.h".
9662 (PARMS): Do not use macros from bp-asm.h.
9663 (S): Likewise.
9664 (SIZE): Likewise.
9665 (__mpn_rshift): Do not use BP_SYM.
9666 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
9667 "bp-asm.h".
9668 (PARMS): Do not use macros from bp-asm.h.
9669 (STR): Likewise.
9670 (CHR): Likewise.
9671 (strchr): Likewise. Do not use BP_SYM.
9672 (index): Do not use BP_SYM in weak_alias.
9673 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
9674 "bp-asm.h".
9675 (PARMS): Do not use macros from bp-asm.h.
9676 (DEST): Likewise.
9677 (SRC): Likewise.
9678 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
9679 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
9680 "bp-asm.h".
9681 (PARMS): Do not use macros from bp-asm.h.
9682 (strlen): Do not use BP_SYM.
9683 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
9684 "bp-asm.h".
9685 (PARMS): Do not use macros from bp-asm.h.
9686 (S1): Likewise.
9687 (S2): Likewise.
9688 (SIZE): Likewise.
9689 (__mpn_sub_n): Do not use BP_SYM.
9690 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
9691 "bp-asm.h".
9692 (PARMS): Do not use macros from bp-asm.h.
9693 (S1): Likewise.
9694 (SIZE): Likewise.
9695 (__mpn_submul_1): Do not use BP_SYM.
9696 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
9697 "bp-asm.h".
9698 (PARMS): Do not use macros from bp-asm.h.
9699 (S1): Likewise.
9700 (S2): Likewise.
9701 (SIZE): Likewise.
9702 (__mpn_add_n): Do not use BP_SYM.
9703 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
9704 weak_alias.
9705 (bzero): Likewise.
9706 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
9707 "bp-asm.h".
9708 (PARMS): Do not use macros from bp-asm.h.
9709 (BLK2): Likewise.
9710 (LEN): Likewise.
9711 (memcmp): Do not use BP_SYM.
9712 (bcmp): Do not use BP_SYM in weak_alias.
9713 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
9714 "bp-asm.h".
9715 (PARMS): Do not use macros from bp-asm.h.
9716 (DEST): Likewise.
9717 (SRC): Likewise.
9718 (LEN): Likewise.
9719 (memcpy): Likewise. Do not use BP_SYM.
9720 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
9721 "bp-asm.h".
9722 (PARMS): Do not use macros from bp-asm.h.
9723 (DEST): Likewise.
9724 (SRC): Likewise.
9725 (LEN): Likewise.
9726 (memmove): Likewise. Do not use BP_SYM.
9727 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
9728 "bp-asm.h".
9729 (PARMS): Do not use macros from bp-asm.h.
9730 (DEST): Likewise.
9731 (SRC): Likewise.
9732 (LEN): Likewise.
9733 (__mempcpy): Likewise. Do not use BP_SYM.
9734 (mempcpy): Do not use BP_SYM in weak_alias.
9735 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
9736 "bp-asm.h".
9737 (PARMS): Do not use macros from bp-asm.h.
9738 (DEST): Likewise.
9739 (LEN): Likewise.
9740 [!BZERO_P] (CHR): Likewise.
9741 (memset): Likewise. Do not use BP_SYM.
9742 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
9743 "bp-asm.h".
9744 (PARMS): Do not use macros from bp-asm.h.
9745 (STR2): Likewise.
9746 (strcmp): Do not use BP_SYM.
9747 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
9748 "bp-asm.h".
9749 (PARMS): Do not use macros from bp-asm.h.
9750 (STR): Likewise.
9751 (DELIM): Likewise.
9752 [USE_AS_STRTOK_R] (SAVE): Likewise.
9753 (FUNCTION): Likewise. Do not use BP_SYM.
9754 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
9755 aliases.
9756 (strtok_r): Likewise.
9757 (__GI___strtok_r): Likewise.
9758 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9759 (PARMS): Do not use macros from bp-asm.h.
9760 (S): Likewise.
9761 (SIZE): Likewise.
9762 (__mpn_lshift): Do not use BP_SYM.
9763 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9764 (PARMS): Do not use macros from bp-asm.h.
9765 (STR): Likewise.
9766 (CHR): Likewise.
9767 (__memchr): Do not use BP_SYM.
9768 (memchr): Do not use BP_SYM in weak_alias.
9769 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9770 (PARMS): Do not use macros from bp-asm.h.
9771 (BLK2): Likewise.
9772 (LEN): Likewise.
9773 (memcmp): Do not use BP_SYM.
9774 (bcmp): Do not use BP_SYM in weak_alias.
9775 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
9776 (PARMS): Do not use macros from bp-asm.h.
9777 (S1): Likewise.
9778 (SIZE): Likewise.
9779 (__mpn_mul_1): Do not use BP_SYM.
9780 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
9781 "bp-asm.h".
9782 (PARMS): Do not use macros from bp-asm.h.
9783 (STR): Likewise.
9784 (CHR): Likewise.
9785 (__rawmemchr): Do not use BP_SYM.
9786 (rawmemchr): Do not use BP_SYM in weak_alias.
9787 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9788 (PARMS): Do not use macros from bp-asm.h.
9789 (S): Likewise.
9790 (SIZE): Likewise.
9791 (__mpn_rshift): Do not use BP_SYM.
9792 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9793 (PARMS): Do not use macros from bp-asm.h.
9794 (SIGMSK): Likewise.
9795 (__sigsetjmp): Likewise. Do not use BP_SYM.
9796 * sysdeps/i386/start.S: Do not include "bp-sym.h".
9797 (_start): Do not use BP_SYM.
9798 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
9799 (PARMS): Do not use macros from bp-asm.h.
9800 (DEST): Likewise.
9801 (SRC): Likewise.
9802 (__stpcpy): Likewise. Do not use BP_SYM.
9803 (stpcpy): Do not use BP_SYM in weak_alias.
9804 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
9805 "bp-asm.h".
9806 (PARMS): Do not use macros from bp-asm.h.
9807 (DEST): Likewise.
9808 (SRC): Likewise.
9809 (LEN): Likewise.
9810 (__stpncpy): Likewise. Do not use BP_SYM.
9811 (stpncpy): Do not use BP_SYM in weak_alias.
9812 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9813 (PARMS): Do not use macros from bp-asm.h.
9814 (STR): Likewise.
9815 (CHR): Likewise.
9816 (strchr): Likewise. Do not use BP_SYM.
9817 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
9818 "bp-asm.h".
9819 (PARMS): Do not use macros from bp-asm.h.
9820 (STR): Likewise.
9821 (CHR): Likewise.
9822 (__strchrnul): Likewise. Do not use BP_SYM.
9823 (strchrnul): Do not use BP_SYM in weak_alias.
9824 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
9825 "bp-asm.h".
9826 (PARMS): Do not use macros from bp-asm.h.
9827 (STOP): Likewise.
9828 (strcspn): Do not use BP_SYM.
9829 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
9830 "bp-asm.h".
9831 (PARMS): Do not use macros from bp-asm.h.
9832 (STR): Likewise.
9833 (STOP): Likewise.
9834 (strpbrk): Likewise. Do not use BP_SYM.
9835 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
9836 "bp-asm.h".
9837 (PARMS): Do not use macros from bp-asm.h.
9838 (STR): Likewise.
9839 (CHR): Likewise.
9840 (strrchr): Likewise. Do not use BP_SYM.
9841 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
9842 (PARMS): Do not use macros from bp-asm.h.
9843 (SKIP): Likewise.
9844 (strspn): Do not use BP_SYM.
9845 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
9846 (PARMS): Do not use macros from bp-asm.h.
9847 (STR): Likewise.
9848 (DELIM): Likewise.
9849 (SAVE): Likewise.
9850 (FUNCTION): Likewise. Do not use BP_SYM.
9851 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
9852 aliases.
9853 (strtok_r): Likewise.
9854 (__GI___strtok_r): Likewise.
9855 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
9856 (PARMS): Do not use macros from bp-asm.h.
9857 (S1): Likewise.
9858 (S2): Likewise.
9859 (SIZE): Likewise.
9860 (__mpn_sub_n): Do not use BP_SYM.
9861 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
9862 "bp-asm.h".
9863 (PARMS): Do not use macros from bp-asm.h.
9864 (S1): Likewise.
9865 (SIZE): Likewise.
9866 (__mpn_submul_1): Do not use BP_SYM.
9867 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
9868 <bp-sym.h>.
9869 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
9870 and <bp-asm.h>.
9871 (PARMS): Do not use macros from bp-asm.h.
9872 (FLAGS): Likewise.
9873 (PTID): Likewise.
9874 (TLS): Likewise.
9875 (CTID): Likewise.
9876 (__clone): Do not use BP_SYM.
9877 (clone): Do not use BP_SYM in weak_alias.
9878 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
9879 and <bp-asm.h>.
9880 (PARMS): Do not use macros from bp-asm.h.
9881 (LEN): Likewise.
9882 (__mmap64): Do not use BP_SYM.
9883 (mmap64): Do not use BP_SYM in weak_alias.
9884 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
9885 <bp-sym.h> and <bp-asm.h>.
9886 (PARMS): Do not use macros from bp-asm.h.
9887 (__posix_fadvise64_l64): Do not use BP_SYM.
9888 * sysdeps/unix/sysv/linux/i386/semtimedop.S
9889 (PARMS): Do not use macros from bp-asm.h.
9890 (NSOPS): Likewise.
9891 (semtimedop): Do not use BP_SYM.
9892 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
9893 and <bp-asm.h>.
9894
582a3cff
AM
98952013-02-21 Allan McRae <allan@archlinux.org>
9896
9897 * manual/message.texi (Charset conversion in gettext):
9898 Move @end statement to beginning of line.
9899
bab8a695
SP
99002013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9901
80945231
SP
9902 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
9903 static.
9904 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
9905 Likewise.
9906
bab8a695
SP
9907 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
9908 (denorm): Likewise.
9909 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
9910 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
9911
e21d7aa7
AK
99122013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9913
9914 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
9915 tail-call to the resolved function if pltexit isn't needed.
9916
4c7a4263
SP
99172013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9918
9919 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
9920 or Y being zero as being unlikely.
9921 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
9922 Likewise.
9923
41f49342
CD
99242013-02-20 Carlos O'Donell <carlos@redhat.com>
9925
9926 * manual/nss.texi (System Databases and Name Service Switch):
9927 Remove frobnicate @pxref.
9928
50022a93
TS
99292013-02-20 Thomas Schwinge <thomas@codesourcery.com>
9930
9931 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9932 __attribute__ ((unused)) to __attribute__ ((__unused__)).
9933
08cbd996
PM
99342013-02-20 Petr Machata <pmachata@redhat.com>
9935
9936 * elf/elf.h (R_ARM_TARGET1): New macro.
9937 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
9938 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
9939 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
9940 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
9941 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
9942 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
9943 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
9944 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
9945 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
9946 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
9947 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
9948 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
9949 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
9950 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
9951 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
9952 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
9953 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
9954 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
9955 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
9956 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
9957 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
9958 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
9959 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
9960 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
9961 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
9962 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
9963 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
9964 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
9965 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
9966 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
9967 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
9968 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
9969 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
9970 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
9971 (R_ARM_THM_GOT_BREL12): Likewise.
9972 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
9973 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
9974 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
9975 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
9976 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
9977 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
9978 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
9979 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
9980 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
9981
c7b275d6
TS
99822013-02-20 Thomas Schwinge <thomas@codesourcery.com>
9983
9984 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9985 __attribute_used__ to __attribute__ ((unused)).
9986
20cd7fb3
SP
99872013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
9988
9989 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
9990 powerpc mpa.c.
9991 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
9992 comment formatting.
9993 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
9994
92945b52
JM
99952013-02-19 Joseph Myers <joseph@codesourcery.com>
9996
9997 [BZ #13550]
9998 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
9999 Remove macro.
10000 (ENTER): Remove both macro definitions.
10001 (LEAVE): Likewise.
10002 (CHECK_BOUNDS_LOW): Likewise.
10003 (CHECK_BOUNDS_HIGH): Likewise.
10004 (CHECK_BOUNDS_BOTH): Likewise.
10005 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
10006 (RETURN_BOUNDED_POINTER): Likewise.
10007 (RETURN_NULL_BOUNDED_POINTER): Likewise.
10008 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
10009 (POP_ERRNO_LOCATION_RETURN): Likewise.
10010 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
10011 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10012 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
10013 macros.
10014 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10015 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
10016 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
10017 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
10018 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
10019 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
10020 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
10021 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
10022 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
10023 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
10024 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
10025 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
10026 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10027 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
10028 removed macros.
10029 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10030 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
10031 macros.
10032 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10033 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
10034 * sysdeps/i386/i586/memset.S (memset): Likewise.
10035 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
10036 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10037 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
10038 macros.
10039 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10040 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
10041 Change uses of L(2) to L(out).
10042 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
10043 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
10044 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
10045 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10046 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
10047 removed macros.
10048 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10049 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
10050 macros.
10051 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10052 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
10053 (RETURN): Do not use macro LEAVE.
10054 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
10055 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
10056 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
10057 * sysdeps/i386/i686/memset.S (memset): Likewise.
10058 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
10059 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
10060 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10061 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
10062 Likewise.
10063 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10064 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
10065 L(1_2) and L(1_3) into L(1).
10066 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
10067 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
10068 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10069 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
10070 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10071 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
10072 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
10073 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10074 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
10075 macros.
10076 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
10077 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10078 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
10079 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
10080 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
10081 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10082 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
10083 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
10084 * sysdeps/i386/strcspn.S (strcspn): Likewise.
10085 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
10086 * sysdeps/i386/strrchr.S (strrchr): Likewise.
10087 * sysdeps/i386/strspn.S (strspn): Likewise.
10088 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
10089 conditional code.
10090 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10091 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
10092 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
10093 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
10094 L(1_3) into L(1_1).
10095 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
10096 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10097 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
10098 macros.
10099 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10100
2389741a
JJ
101012013-02-19 Jakub Jelinek <jakub@redhat.com>
10102
10103 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
10104 macro.
10105
2016b3cd
SP
101062013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
10107
e4f22324
SP
10108 * math/atest-exp.c (exp_mpn): Remove ROUND.
10109 * math/atest-exp2.c (exp_mpn): Likewise.
10110 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
10111
2016b3cd
SP
10112 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
10113 * stdlib/tst-tls-atexit-lib.c: Likewise.
10114 * stdlib/tst-tls-atexit.c: Likewise.
10115
4be9b544
MF
101162013-02-18 Mike Frysinger <vapier@gentoo.org>
10117
10118 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
10119 and __attribute_alloc_size__.
10120
2f62b9ee
MF
101212013-02-18 Mike Frysinger <vapier@gentoo.org>
10122
10123 * include/programs/xmalloc.h: Change __attribute_alloc_size to
10124 __attribute_alloc_size__.
10125 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
10126 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
10127
6ff444c4
MF
101282013-02-18 Mike Frysinger <vapier@gentoo.org>
10129
10130 * include/programs/xmalloc.h: New file.
10131 * catgets/gencat.c: Include it.
10132 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
10133 * elf/pldd.c: Likewise.
10134 * iconv/iconv_charmap.c: Likewise.
10135 * iconv/iconvconfig.c: Likewise.
10136 * iconv/strtab.c: Likewise.
10137 * locale/programs/locale.c: Likewise.
10138 * locale/programs/localedef.h: Likewise.
10139 * locale/programs/simple-hash.c: Likewise.
10140 * nscd/nscd.h: Likewise.
10141 * nss/makedb.c: Likewise.
10142 * sysdeps/generic/ldconfig.h: Likewise.
10143
be179c8a
SP
101442013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
10145
ba384f6e
SP
10146 * Versions.def: Add GLIBC_2.18.
10147 * include/link.h (struct link_map): New member l_tls_dtor_count.
10148 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
10149 (__call_tls_dtors): Likewise.
10150 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
10151 __cxa_thread_atexit_impl.
10152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10153 Likewise.
10154 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10155 Likewise.
10156 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10157 Likewise.
10158 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10159 Likewise.
10160 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
10161 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
10162 Likewise.
10163 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
10164 Likewise.
10165 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
10166 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
10167 Likewise.
10168 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
10169 (tests): Add test case tst-tls-atexit.
10170 (modules-names): Add shared library for tst-tls-atexit.
85891aca 10171 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
10172 (GLIBC_PRIVATE): Add __call_tls_dtors.
10173 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
10174 for libstdc++.
10175 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
10176 * stdlib/tst-tls-atexit.c: New test case.
10177 * stdlib/tst-tls-atexit-lib.c: New test case.
10178
ffaa74cf 10179 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 10180
be179c8a
SP
10181 * elf/Versions (ld): Add _dl_find_dso_for_object.
10182 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
10183 * elf/dl-open.c (_dl_find_dso_for_object): New function.
10184 (dl_open_worker): Use _dl_find_dso_for_object.
10185 * elf/dl-sym.c (do_sym): Likewise.
10186 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
10187
f78b5caa
AK
101882013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10189
10190 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
10191 Syntactic changes only.
10192 (_dl_runtime_profile): Do a tail-call to the resolved function.
10193
29691210
JM
101942013-02-17 Joseph Myers <joseph@codesourcery.com>
10195
10196 [BZ #13550]
10197 * sysdeps/x86_64/bp-asm.h: Remove file.
10198 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
10199 <bp-sym.h> and <bp-asm.h>.
10200 (__clone): Do not use BP_SYM.
10201 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
10202 <bp-sym.h> and <bp-asm.h>.
10203 * sysdeps/unix/x86_64/sysdep.S: Likewise.
10204 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
10205 "bp-asm.h".
10206 (_setjmp): Do not use BP_SYM.
10207 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
10208 "bp-asm.h".
10209 (setjmp): Do not use BP_SYM.
10210 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
10211 libc_hidden_def.
10212 (mempcpy): Do not use BP_SYM in weak_alias.
10213 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
10214 "bp-asm.h".
10215 (strchr): Do not use BP_SYM.
10216 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
10217 "bp-asm.h".
10218 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
10219 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
10220 (_start): Do not use BP_SYM.
10221 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
10222 "bp-asm.h".
10223 (strcat): Do not use BP_SYM.
10224 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
10225 "bp-asm.h".
10226 (STRCMP): Do not use BP_SYM.
10227 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
10228 "bp-asm.h".
10229 (STRCPY): Do not use BP_SYM.
10230 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
10231 "bp-asm.h".
10232 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
10233 "bp-asm.h".
10234 (FUNCTION): Do not use BP_SYM.
10235 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
10236 weak_alias.
10237 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
10238
f238fd19
AJ
102392013-02-17 Andreas Jaeger <aj@suse.de>
10240
10241 * time/Versions: Sort entries.
10242 * string/Versions: Likewise.
10243 * resolv/Versions: Likewise.
10244 * posix/Versions: Likewise.
10245 * iconv/Versions: Likewise.
10246 * elf/Versions: Likewise.
10247 * wcsmbs/Versions: Likewise.
10248
bd07f23c 102492013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 10250
22af19f9
SP
10251 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
10252 loop termination condition.
10253
4709fe76
SP
10254 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
10255 variable to calculate EZ.
10256 (__sqr): Likewise.
2d0e0f29
SP
10257
10258 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
10259 the lower precision input.
10260
daaa7713
JM
102612013-02-15 Joseph Myers <joseph@codesourcery.com>
10262
10263 [BZ #13550]
10264 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
10265 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
10266 (run-via-rtld-prefix): Do not handle %-bp tests.
10267 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
10268 (all-object-suffixes): Remove .ob.
10269 (bppfx): Remove variable.
10270 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
10271 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
10272 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
10273 [$(build-bounded) = yes] (libtype.ob): Likewise.
10274 * Makerules (elide-routines.ob): Remove variable.
10275 (do-tests-clean): Do not handle *-bp.out.
10276 (common-mostlyclean): Do not handle *-bp and *-bp.out.
10277 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
10278 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
10279 (tests): Do not include $(tests-bp.out).
10280 (xtests): Do not include $(xtests-bp.out).
10281 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
10282 [$(build-bounded) = yes] ($(addprefix
10283 $(objpfx),$(binaries-bounded))): Remove rule.
10284 ($(objpfx)%-bp.out): Remove rule.
10285 * config.make.in (build-bounded): Remove variable.
10286 * crypt/Makefile [$(build-bounded) = yes]
10287 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
10288 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
10289 append to variable.
10290 [$(build-bounded) = yes] (install-lib): Likewise.
10291 [$(build-bounded) = yes] (generated): Likewise.
10292 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
10293 Remove rule.
10294 * intl/Makefile [$(build-bounded) = yes]
10295 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
10296 * math/Makefile [$(build-bounded) = yes]
10297 ($(tests:%=$(objpfx)%-bp): Likewise.
10298 * misc/Makefile [$(build-bounded) = yes]
10299 ($(objpfx)tst-tsearch-bp): Likewise.
10300 * nptl/Makeconfig (bounded-thread-library): Remove variable.
10301 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
10302 Remove dependency.
10303 * string/Makefile (o-objects.ob): Remove variable.
10304 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
10305 (CFLAGS-.ob): Remove variable.
10306 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
10307 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
10308 both definitions of variable.
10309 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
10310 (ASFLAGS-.ob): Remove variable.
10311
e97ed6dd
JM
103122013-02-14 Joseph Myers <joseph@codesourcery.com>
10313
2bdd4ca6
JM
10314 [BZ #13550]
10315 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
10316 Remove __BOUNDED_POINTERS__ from condition.
10317 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
10318 * string/bits/string2.h [!__NO_STRING_INLINES &&
10319 !__BOUNDED_POINTERS__]: Likewise.
10320 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
10321 Likewise.
10322 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
10323 Remove conditional code.
10324 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
10325 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
10326 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
10327 condition.
10328
e97ed6dd
JM
10329 [BZ #13550]
10330 * csu/libc-start.c: Do not include <bp-sym.h>.
10331 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
10332 * elf/dl-open.c: Do not include <bp-sym.h>.
10333 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
10334 * math/fegetenv.c: Do not include <bp-sym.h>.
10335 (fegetenv): Do not use BP_SYM in versioned symbols.
10336 * nptl/sysdeps/pthread/bits/libc-lockP.h
10337 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
10338 <bp-sym.h>.
10339 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10340 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
10341 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10342 (__pthread_mutex_destroy): Likewise.
10343 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10344 (__pthread_mutex_lock): Likewise.
10345 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10346 (__pthread_mutex_trylock): Likewise.
10347 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10348 (__pthread_mutex_unlock): Likewise.
10349 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10350 (__pthread_mutexattr_init): Likewise.
10351 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10352 (__pthread_mutexattr_destroy): Likewise.
10353 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10354 (__pthread_mutexattr_settype): Likewise.
10355 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10356 (__pthread_rwlock_init): Likewise.
10357 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10358 (__pthread_rwlock_destroy): Likewise.
10359 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10360 (__pthread_rwlock_rdlock): Likewise.
10361 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10362 (__pthread_rwlock_tryrdlock): Likewise.
10363 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10364 (__pthread_rwlock_wrlock): Likewise.
10365 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10366 (__pthread_rwlock_trywrlock): Likewise.
10367 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10368 (__pthread_rwlock_unlock): Likewise.
10369 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10370 (__pthread_key_create): Likewise.
10371 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10372 (__pthread_setspecific): Likewise.
10373 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10374 (__pthread_getspecific): Likewise.
10375 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
10376 Likewise.
10377 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10378 (_pthread_cleanup_push_defer): Likewise.
10379 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10380 (_pthread_cleanup_pop_restore): Likewise.
10381 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10382 (pthread_setcancelstate): Likewise.
10383 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
10384 <bp-sym.h>.
10385 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
10386 (memchr): Do not use BP_SYM in weak_alias.
10387 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
10388 (fegetenv): Do not use BP_SYM in versioned symbols.
10389 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
10390 (fesetenv): Do not use BP_SYM in versioned symbols.
10391 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
10392 (feupdateenv): Do not use BP_SYM in versioned symbols.
10393 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
10394 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
10395 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
10396 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
10397 (open64): Do not use BP_SYM in weak_alias.
10398 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
10399 (fegetenv): Do not use BP_SYM in versioned symbols.
10400 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
10401 (fesetenv): Do not use BP_SYM in versioned symbols.
10402 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
10403 (feupdateenv): Do not use BP_SYM in versioned symbols.
10404 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
10405 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
10406 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
10407 (feraiseexcept): Do not use BP_SYM in versioned symbols.
10408 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
10409 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
10410 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
10411 <bp-sym.h>.
10412 (__libc_start_main): Do not use BP_SYM.
10413
d6752ccd
SP
104142013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
10415
cb57ce60
SP
10416 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
10417 redundant return line.
10418 (norm): Likewise.
10419 (denorm): Likewise.
10420 (dbl_mp): Likewise.
10421 (sub_magnitudes): Likewise.
10422 (__add): Likewise.
10423 (__sub): Likewise.
10424 (__mul): Likewise.
10425 (__inv): Likewise.
10426 (__dvd): Likewise.
10427 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
10428 (norm): Likewise.
10429 (denorm): Likewise.
10430 (dbl_mp): Likewise.
10431 (sub_magnitudes): Likewise.
10432 (__add): Likewise.
10433 (__sub): Likewise.
10434 (__mul): Likewise.
10435 (__inv): Likewise.
10436 (__dvd): Likewise.
10437
f414520d
SP
10438 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
10439 instead of __mul.
10440 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10441 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
10442 (cc32): Likewise.
10443
d6752ccd
SP
10444 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
10445 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
10446 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
10447 of __mul for squares.
10448 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
10449 function
10450 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
10451 Likewise.
10452 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
10453 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10454
70d9946a
JM
104552013-02-13 Joseph Myers <joseph@codesourcery.com>
10456
10457 [BZ #13550]
10458 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
10459 code.
10460 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
10461 prototype or function definition. Rename ubp_* variables and
10462 parameters. Remove argv definitions conditional on
10463 [__BOUNDED_POINTERS__].
10464 * debug/backtrace.c (__backtrace): Do not use __unbounded.
10465 * elf/dl-runtime.c (_dl_fixup): Likewise.
10466 * include/set-hooks.h (RUN_HOOK): Likewise.
10467 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
10468 definition.
10469 * string/strcpy.c (strcpy): Do not use __unbounded.
10470 * sysdeps/generic/frame.h (struct layout): Likewise.
10471 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
10472 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
10473 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
10474 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
10475 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
10476 (__backtrace): Likewise.
10477 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
10478 use __ptrvalue.
10479 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
10480 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10481 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
10482 Likewise.
10483 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
10484 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
10485 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10486 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
10487 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
10488 Do not use __unbounded.
10489 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
10490 Rename __unboundedrlimits parameter to rlimits in prototype.
10491 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
10492 Do not use __unbounded.
10493 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
10494 not use __ptrvalue.
10495 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
10496 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
10497 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
10498 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
10499 __ptrvalue or __unbounded.
10500 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
10501 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
10502 use __unbounded.
10503 (__new_msgctl): Do not use __ptrvalue.
10504 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
10505 __unbounded.
10506 (__libc_msgrcv): Do not use __ptrvalue.
10507 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
10508 startup_info): Do not use __unbounded.
10509 (__libc_start_main): Likewise. Rename ubp_* variables and
10510 parameters. Remove argv definitions conditional on
10511 [__BOUNDED_POINTERS__].
10512 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
10513 __ptrvalue.
10514 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
10515 use __unbounded.
10516 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
10517 or __ptrvalue.
10518 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
10519 use __unbounded.
10520 (__new_shmctl): Do not use __ptrvalue.
10521 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
10522 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
10523 Likewise.
10524 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
10525 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
10526 (__libc_sigaction): Likewise.
10527 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
10528 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
10529 Likewise.
10530 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
10531
cc7834d6
OB
105322013-02-13 Ondřej Bílka <neleai@seznam.cz>
10533
ffb1ec7b 10534 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
10535
10536 * string/mempcpy.c: Implement by calling memcpy.
10537
bdf02814
SP
105382013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
10539
c2af38aa
SP
10540 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
10541
4e92d59e
SP
10542 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
10543 evaluation.
10544
909279a5
SP
10545 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
10546 values in the mantissa.
10547
bdf02814
SP
10548 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
10549 minimize writes to Z.
10550 (sub_magnitudes): Simplify code a bit.
10551
cd525923
RM
105522013-02-12 Roland McGrath <roland@hack.frob.com>
10553
10554 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
10555 from the message. The linker prefixes all warnings with that already.
10556
7e2f0d2d
AS
105572013-02-12 Andreas Schwab <schwab@suse.de>
10558
a445af0b
AS
10559 [BZ #15078]
10560 * posix/regexec.c (extend_buffers): Add parameter min_len.
10561 (check_matching): Pass minimum needed length.
10562 (clean_state_log_if_needed): Likewise.
10563 (get_subexp): Likewise.
10564 * posix/Makefile (tests): Add bug-regex34.
10565 (bug-regex34-ENV): Define.
10566 * posix/bug-regex34.c: New file.
10567
7e2f0d2d
AS
10568 [BZ #11561]
10569 * posix/regcomp.c (parse_bracket_exp): When looking up collating
10570 elements compare against the byte sequence of it, not its name.
10571 * posix/Makefile (tests): Add bug-regex35.
10572 (bug-regex35-ENV): Define.
10573 * posix/bug-regex35.c: New file.
10574
a175b684
TV
105752013-02-11 Tom de Vries <tom@codesourcery.com>
10576
10577 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
10578 comment.
10579 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
10580 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
10581 (CHECK_EOL): Add undef.
10582
310998fe 105832013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
10584
10585 * bits/stdlib-bsearch.h: New file.
10586 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 10587 * stdlib/stdlib.h: Likewise.
41eda41d 10588
8ded91fb
RM
105892013-02-11 Roland McGrath <roland@hack.frob.com>
10590
10591 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
10592 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
10593 declaration.
10594 * manual/search.texi (Array Search Function): Add missing const in
10595 lfind prototype.
10596 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
10597 declaration to use rlim_t.
10598 (Basic Scheduling Functions): Remove erroneous const from
10599 sched_getparam prototype. Remove erroneous * from
10600 sched_get_priority_max and sched_get_priority_min prototypes.
10601 (Resource Usage): Fix summary @comment on vtimes to refer to
10602 sys/vtimes.h rather than vtimes.h.
10603 Add missing *s in vtimes prototype.
10604 (Limits on Resources): Fix ulimit prototype to return long int.
10605 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
10606 prototypes to use long int rather than double.
10607 (BSD Random): Fix initstate and setstate to use char *, not void *.
10608 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
10609 prototype to make second argument 'struct aiocb64 *const[]'.
10610 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
10611 (Status of AIO Operations): Remove erroneous const in aio_return and
10612 aio_return64 prototypes.
10613 (Synchronizing I/O): Fix sync prototype to return void.
10614 * manual/startup.texi (Suboptions): Remove an erroneous const in
10615 getsubopt prototype.
10616 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
10617 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
10618 use size_t rather than int.
10619 (Scanning All Users): Likewise for getpwent_r.
10620 (Setting Groups): Add missing const to setgroups prototype.
10621 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
10622 * manual/socket.texi (Host Names): Fix gethostbyaddr and
10623 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
10624 'const void *' rather than 'const char *'.
10625 (Host Address Functions): Likewise for inet_ntop.
10626 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
10627 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
10628 ssize_t for return value.
10629 (Sending Data): Likewise for send, sendto, sendmsg.
10630 (Socket Option Functions): Add a missing const in setsockopt prototype.
10631 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
10632 use wchar_t for the argument.
10633 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
10634 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
10635 take no arguments.
10636 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
10637 double/float/long double for second argument.
10638 Fix return types of significand, significandf, significandl.
10639 * manual/filesys.texi (Setting Permissions): Use mode_t for second
10640 argument in fchmod prototype.
10641 (File Owner): Use uid_t and gid_t in fchown prototype.
10642 (File Times): Add const to utimes, futimes, and lutimes prototypes.
10643 (Making Special Files): Use mode_t and dev_t in mknod prototype.
10644 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
10645 use 'const struct dirent **' as argument types to CMP function pointer
10646 argument.
10647 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
10648 (File Times): Fix summary magic @comment for struct utimbuf and utime
10649 to refer to utime.h, not time.h.
10650 * manual/string.texi (Argz Functions): Add missing const in
10651 argz_extract and argz_next prototypes.
10652 (Finding Tokens in a String): Likewise for basename.
10653 (String/Array Comparison): Fix typo in wcscasecmp prototype.
10654 (Copying and Concatenation): Fix typo in wmemmove prototype.
10655 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
10656 (Signal Stack): Remove erroneous const in sigstack prototype.
10657 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
10658 prototype.
10659 (Simple Calendar Time): Likewise for stime.
10660 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
10661 prototype.
10662 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
10663 say sys/sysctl.h instead.
10664 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
10665 and vsyslog prototypes.
10666
fe77fe6d
TV
106672013-02-11 Tom de Vries <tom@codesourcery.com>
10668
10669 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
10670 Remove.
10671
3a09b620
RM
106722013-02-11 Roland McGrath <roland@hack.frob.com>
10673
10674 * misc/sys/mman.h: Fix typo in mremap comment.
10675
550a0b89
RM
106762013-02-08 Roland McGrath <roland@hack.frob.com>
10677
10678 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
10679 the '\0' terminator.
10680
a2da1673
JM
106812013-02-08 Joseph Myers <joseph@codesourcery.com>
10682
10683 [BZ #13550]
10684 * debug/segfault.c: Don't include <bp-checks.h>.
10685 * sysdeps/generic/bp-checks.h: Remove file.
10686 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
10687 (__GETDENTS): Don't use CHECK_N.
10688 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
10689 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
10690 (__getgroups): Don't use CHECK_N.
10691 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
10692 (setgroups): Don't use CHECK_N.
10693 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
10694 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10695 (__libc_msgrcv): Don't use CHECK_N.
10696 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
10697 (__libc_msgsnd): Don't use CHECK_N.
10698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
10699 <bp-checks.h>.
10700 (__libc_pread): Don't use CHECK_N.
10701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
10702 include <bp-checks.h>.
10703 (__libc_pread64): Don't use CHECK_N.
10704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
10705 include <bp-checks.h>.
10706 (__libc_pwrite): Don't use CHECK_N.
10707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
10708 include <bp-checks.h>.
10709 (__libc_pwrite64): Don't use CHECK_N.
10710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
10711 <bp-checks.h>.
10712 (__libc_pread): Don't use CHECK_N.
10713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
10714 include <bp-checks.h>.
10715 (__libc_pread64): Don't use CHECK_N.
10716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
10717 include <bp-checks.h>.
10718 (__libc_pwrite): Don't use CHECK_N.
10719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
10720 include <bp-checks.h>.
10721 (__libc_pwrite64): Don't use CHECK_N.
10722 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
10723 (do_pread): Don't use CHECK_N.
10724 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
10725 (do_pread64): Don't use CHECK_N.
10726 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
10727 (do_pwrite): Don't use CHECK_N.
10728 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
10729 (do_pwrite64): Don't use CHECK_N.
10730 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
10731 (__libc_readv): Don't use CHECK_N.
10732 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
10733 (semop): Don't use CHECK_N.
10734 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
10735 <bp-checks.h>.
10736 (semtimedop): Don't use CHECK_N.
10737 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
10738 (__libc_pread): Don't use CHECK_N.
10739 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
10740 <bp-checks.h>.
10741 (__libc_pread64): Don't use CHECK_N.
10742 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
10743 <bp-checks.h>.
10744 (__libc_pwrite): Don't use CHECK_N.
10745 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
10746 <bp-checks.h>.
10747 (__libc_pwrite64): Don't use CHECK_N.
10748 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
10749 <bp-checks.h>.
10750 (__libc_msgrcv): Don't use CHECK_N.
10751 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
10752 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
10753 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
10754 (__libc_writev): Don't use CHECK_N.
10755
b84660a8
RM
107562013-02-08 Roland McGrath <roland@hack.frob.com>
10757
7f3e75f8
RM
10758 * string/strcpy.c: Removed unused variable.
10759
b84660a8
RM
10760 * Makeconfig (+sysdep-includes): Define with := rather than =.
10761 Use an existing include/ subdir of each sysdeps dir before it.
10762
471514d3
CD
107632013-02-08 Carlos O'Donell <carlos@redhat.com>
10764
10765 * nscd/connection.c (register_traced_file): Comment function.
10766 [HAVE_INOTIFY] (union __inev): Define.
10767 [HAVE_INOTIFY] (inotify_check_files): New function.
10768 [HAVE_INOTIFY] (clear_db_cache): Likewise.
10769 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
10770 clear_db_cache.
10771 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
10772
b2d3c3be
CD
107732013-02-08 Carlos O'Donell <carlos@redhat.com>
10774
10775 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
10776 loaded if not already and that a failure is permanent.
10777
b39949d2
CD
107782013-02-08 Carlos O'Donell <carlos@redhat.com>
10779
ddacd1db 10780 [BZ #15006]
b39949d2
CD
10781 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
10782 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
10783
b2c9eff4
JM
107842013-02-08 Joseph Myers <joseph@codesourcery.com>
10785
f3aae3f3
JM
10786 [BZ #13550]
10787 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
10788 (CHECK_1_NULL_OK): Likewise.
10789 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
10790 (__fxstat): Do not use CHECK_1.
10791 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
10792 <bp-checks.h>.
10793 (___fxstat64): Do not use CHECK_1.
10794 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10795 <bp-checks.h>.
10796 (__fxstatat): Do not use CHECK_1.
10797 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10798 <bp-checks.h>.
10799 (__fxstatat64): Do not use CHECK_1.
10800 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
10801 <bp-checks.h>.
10802 (__fxstat): Do not use CHECK_1.
10803 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10804 <bp-checks.h>.
10805 (__fxstatat): Do not use CHECK_1.
10806 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
10807 <bp-checks.h>.
10808 (__getresgid): Do not use CHECK_1.
10809 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
10810 <bp-checks.h>.
10811 (__getresuid): Do not use CHECK_1.
10812 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
10813 <bp-checks.h>.
10814 (__lxstat): Do not use CHECK_1.
10815 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
10816 <bp-checks.h>.
10817 (__old_msgctl): Do not use CHECK_1.
10818 (__new_msgctl): Likewise.
10819 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
10820 <bp-checks.h>.
10821 (__new_setrlimit): Do not use CHECK_1.
10822 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
10823 <bp-checks.h>.
10824 (__old_shmctl): Do not use CHECK_1.
10825 (__new_shmctl): Likewise.
10826 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
10827 <bp-checks.h>.
10828 (__xstat): Do not use CHECK_1.
10829 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
10830 (__lxstat): Do not use CHECK_1.
10831 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
10832 <bp-checks.h>.
10833 (___lxstat64): Do not use CHECK_1.
10834 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
10835 (__old_msgctl): Do not use CHECK_1.
10836 (__new_msgctl): Likewise.
10837 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
10838 <bp-checks.h>.
10839 (__gettimeofday): Do not use CHECK_1.
10840 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
10841 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
10842 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
10843 <bp-checks.h>.
10844 (__gettimeofday): Do not use CHECK_1.
10845 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
10846 (__old_shmctl): Do not use CHECK_1_NULL_OK.
10847 (__new_shmctl): Do not use CHECK_1.
10848 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
10849 <bp-checks.h>.
10850 (do_sigtimedwait): Do not use CHECK_1.
10851 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
10852 <bp-checks.h>.
10853 (do_sigwaitinfo): Do not use CHECK_1.
10854 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
10855 <bp-checks.h>.
10856 (msgctl): Do not use CHECK_1.
10857 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
10858 <bp-checks.h>.
10859 (shmctl): Do not use CHECK_1.
10860 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
10861 (ustat): Do not use CHECK_1.
10862 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
10863 <bp-checks.h>.
10864 (__fxstat): Do not use CHECK_1.
10865 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10866 <bp-checks.h>.
10867 (__fxstatat): Do not use CHECK_1.
10868 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
10869 <bp-checks.h>.
10870 (__lxstat): Do not use CHECK_1.
10871 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
10872 <bp-checks.h>.
10873 (__xstat): Do not use CHECK_1.
10874 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
10875 (__xstat): Do not use CHECK_1.
10876 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
10877 (___xstat64): Do not use CHECK_1.
10878
b2c9eff4
JM
10879 [BZ #13550]
10880 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
10881 definitions.
10882 (CHECK_BOUNDS_HIGH): Likewise.
10883 * string/strcpy.c: Do not include <bp-checks.h>.
10884 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
10885
f1d70dad
RM
108862013-02-07 Roland McGrath <roland@hack.frob.com>
10887
10888 * nscd/nscd-client.h (__nscd_drop_map_ref):
10889 Add __attribute__ ((unused)).
10890 * nis/nss-nisplus.h (niserr2nss): Likewise.
10891
10892 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
10893 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
10894
10895 * csu/libc-tls.c (init_static_tls, init_slotinfo):
10896 Remove inline keyword.
10897 * include/rounding-mode.h (round_away): Likewise.
10898 * libio/wfileops.c (adjust_wide_data): Likewise.
10899 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
10900 (__m128i_strloadu_tolower): Likewise.
10901 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
10902 (__m128i_strloadu_tolower): Likewise.
10903 * time/mktime.c (ydhms_diff): Likewise.
10904 * locale/elem-hash.h (elem_hash): Likewise.
10905 * locale/setlocale.c (setdata): Likewise.
10906 * posix/regex_internal.h (re_string_char_size_at): Likewise.
10907 (re_string_wchar_at): Likewise.
10908 (bitset_not, bitset_merge, bitset_mask): Likewise.
10909 [!(__GNUC__ > 3)] (inline): Remove macro.
10910 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
10911 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
10912 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
10913 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
10914 * string/memcmp.c (memcmp_bytes): Likewise.
10915 * locale/programs/locarchive.c (compute_hashval): Likewise.
10916 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
10917 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
10918 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
10919 * nss/getent.c (print_rpc, print_protocols): Likewise.
10920 (print_passwd, print_group, print_aliases): Likewise.
10921 * nis/nss-nisplus.h (niserr2nss): Likewise.
10922 * nscd/connections.c (restart_p): Likewise.
10923 Change return type to bool.
10924
eab55bfb
RM
109252013-02-05 Roland McGrath <roland@hack.frob.com>
10926
7bd642f5
RM
10927 * Makeconfig (all-Depend-files): Add existing
10928 $(sorted-subdirs:=/Depend) files.
10929 (all-subdirs): Remove nss.
10930 * sysdeps/unix/inet/Subdirs: Add it here instead.
10931 * hesiod/Depend: New file.
10932
573c29b2
RM
10933 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
10934 instead of calling alloca.
10935
b2e25af0
RM
10936 * io/lseek.c (__lseek): Rename to __libc_lseek.
10937 Define __lseek as an alias.
10938
eab55bfb
RM
10939 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
10940
9a0d1941
CD
109412013-02-04 Carlos O'Donell <carlos@redhat.com>
10942
10943 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
10944 else clause and remove check for non-standard endianness.
10945
b83bbec4
DM
109462013-02-04 David S. Miller <davem@davemloft.net>
10947
10948 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10949
6277fdab
JM
109502013-02-04 Joseph Myers <joseph@codesourcery.com>
10951
10952 [BZ #13550]
10953 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
10954 (__ubp_memchr): Remove prototype.
10955 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
10956 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10957 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
10958 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10959 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
10960 Remove alias.
10961 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
10962 (__ubp_memchr): Likewise.
10963 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
10964 (__ubp_memchr): Likewise.
10965 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
10966 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
10967 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
10968 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
10969 CHECK_STRING.
10970 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10971 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
10972 (__getcwd): Do not use CHECK_STRING.
10973 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
10974 <bp-checks.h>.
10975 (__real_chown): Do not use CHECK_STRING.
10976 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
10977 <bp-checks.h>.
10978 (fchownat): Do not use CHECK_STRING.
10979 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
10980 CHECK_STRING.
10981 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
10982 <bp-checks.h>.
10983 (__lchown): Do not use CHECK_STRING.
10984 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
10985 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
10986 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
10987 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
10988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
10989 include <bp-checks.h>.
10990 (truncate64): Do not use CHECK_STRING.
10991 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
10992 <bp-checks.h>.
10993 (__real_chown): Do not use CHECK_STRING.
10994 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
10995 <bp-checks.h>.
10996 (__lchown): Do not use CHECK_STRING.
10997 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
10998 <bp-checks.h>.
10999 (__chown): Do not use CHECK_STRING.
11000 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
11001 <bp-checks.h>.
11002 (truncate64): Do not use CHECK_STRING.
11003 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
11004 Likewise.
11005 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
11006 (__xmknod): Do not use CHECK_STRING.
11007 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11008 <bp-checks.h>.
11009 (__xmknodat): Do not use CHECK_STRING.
11010 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
11011 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
11012
903ae060
AS
110132013-02-04 Andreas Schwab <schwab@suse.de>
11014
11015 [BZ #14142]
11016 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
11017 * include/netdb.h: Likewise for h_errno.
11018 * elf/tst-stackguard1.c: Include <tls.h>.
11019
542f9466
JK
110202013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11021
11022 * elf/link.h (struct link_map): Extend the l_addr comment.
11023 * include/link.h (struct link_map): Likewise.
11024
e782a927
JM
110252013-02-01 Joseph Myers <joseph@codesourcery.com>
11026
11027 [BZ #13550]
11028 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
11029 (BOUNDED_1): Remove macro.
11030 * debug/backtrace.c: Don't include <bp-checks.h>.
11031 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
11032 (__backtrace): Likewise.
11033 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
11034 <bp-checks.h>.
11035 (__backtrace): Don't use BOUNDED_1.
11036 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
11037 <bp-checks.h>.
11038 (__backtrace): Don't use BOUNDED_1.
11039 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
11040 (__backtrace): Don't use BOUNDED_1.
11041 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
11042 (shmat): Don't use BOUNDED_N.
11043
8cf28c5e
JM
110442013-01-31 Joseph Myers <joseph@codesourcery.com>
11045
3a7ac8a0
JM
11046 [BZ #13550]
11047 * sysdeps/generic/bp-start.h: Remove file.
11048 * csu/libc-start.c: Don't include <bp-start.h>.
11049 (LIBC_START_MAIN): Set up __environ directly instead of using
11050 INIT_ARGV_and_ENVIRON.
11051 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
11052 <bp-start.h>.
11053
f3499f95
JM
11054 [BZ #13550]
11055 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
11056 definitions.
11057 (CHECK_FCNTL): Likewise.
11058 (CHECK_N_PAGES): Likewise.
11059
32a45bea
JM
11060 [BZ #13550]
11061 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
11062 definitions.
11063 (CHECK_SIGSET_NULL_OK): Likewise.
11064 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
11065 <bp-checks.h>.
11066 (sigpending): Don't use CHECK_SIGSET.
11067 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
11068 <bp-checks.h>.
11069 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11070 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
11071 <bp-checks.h>.
11072 (do_sigsuspend): Don't use CHECK_SIGSET.
11073 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
11074 use CHECK_SIGSET.
11075 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
11076 (do_sigwait): Don't use CHECK_SIGSET.
11077 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
11078 use CHECK_SIGSET.
11079 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
11080 include <bp-checks.h>.
11081 (sigpending): Don't use CHECK_SIGSET.
11082 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
11083 include <bp-checks.h>.
11084 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11085 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
11086 <bp-checks.h>.
11087 (sigpending): Don't use CHECK_SIGSET.
11088 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
11089 <bp-checks.h>.
11090 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11091
2e8a5c8c
JM
11092 [BZ #13550]
11093 * sysdeps/generic/bp-semctl.h: Remove file.
11094 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
11095 <bp-checks.h> and <bp-semctl.h>.
11096 (__old_semctl): Don't use CHECK_SEMCTL.
11097 (__new_semctl): Likewise.
11098 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
11099 and <bp-semctl.h>.
11100 (__old_semctl): Don't use CHECK_SEMCTL.
11101 (__new_semctl): Likewise.
11102 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
11103 <bp-checks.h> and <bp-semctl.h>.
11104 (__old_semctl): Don't use CHECK_SEMCTL.
11105 (__new_semctl): Likewise.
11106 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
11107 <bp-checks.h> and <bp-semctl.h>.
11108 (semctl): Don't use CHECK_SEMCTL.
11109
c2d54929
JM
11110 [BZ #13550]
11111 * Makerules (elide-bp-thunks): Remove variable.
11112 (elide-routines.oS): Don't use $(elide-bp-thunks).
11113 (elide-routines.os): Likewise.
11114 (elide-routines.o): Likewise.
11115 (elide-routines.op): Likewise.
11116 (elide-routines.og): Likewise.
11117 (objects): Don't use $(bp-thunks).
11118 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
11119 include.
11120 (common-generated): Do not add s-proto-bp.d.
11121 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
11122 (int): Likewise.
11123 (typ): Likewise.
11124 Do not generate makefile rules for bounded-pointer thunks.
11125 * sysdeps/generic/bp-thunks.h: Remove file.
11126 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
11127 * sysdeps/unix/s-proto-bp.S: Likewise.
11128
8cf28c5e
JM
11129 [BZ #15062]
11130 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
11131 parts of result separately when argument is not close to line from
11132 -i to i and one part of argument is small.
11133 * math/k_casinhf.c (__kernel_casinhf): Likewise.
11134 * math/k_casinhl.c (__kernel_casinhl): Likewise.
11135 * math/libm-test.inc (cacos_test): Add more tests.
11136 (casin_test): Likewise.
11137 (casinh_test): Likewise.
11138 * sysdeps/i386/fpu/libm-test-ulps: Update.
11139 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11140
c4e33b8d
DM
111412013-01-31 David S. Miller <davem@davemloft.net>
11142
11143 * po/de.po: Update from translation team.
11144
3b60b421
MK
111452013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11146
11147 * time/tzfile.c: Include stdint.h for SIZE_MAX.
11148
bb931195
TS
111492013-01-25 Thomas Schwinge <thomas@codesourcery.com>
11150
b5a5da23
TS
11151 * configure.in (_AC_PROG_CC_C89): New definition.
11152 * configure: Regenerate.
11153
bb931195
TS
11154 * configure.in (AC_PROG_CPP): New definition.
11155 * configure: Regenerate.
11156
8c53a12c
JM
111572013-01-23 Joseph Myers <joseph@codesourcery.com>
11158
11159 * debug/tst-backtrace.h: New file.
11160 * debug/tst-backtrace2.c: Include tst-backtrace.h.
11161 (ret): Remove variable.
11162 (x): Likewise.
11163 (FAIL): Remove macro.
11164 (NO_INLINE): Likewise.
11165 (fn1): Use match function instead of strstr.
11166 * debug/tst-backtrace3.c: Include tst-backtrace.h.
11167 (ret): Remove variable.
11168 (x): Likewise.
11169 (FAIL): Remove macro.
11170 (NO_INLINE): Likewise.
11171 (fn): Use match function instead of strstr.
11172 * debug/tst-backtrace4.c: Include tst-backtrace.h.
11173 (ret): Remove variable.
11174 (x): Likewise.
11175 (FAIL): Remove macro.
11176 (NO_INLINE): Likewise.
11177 (handle_signal): Use match function instead of strstr.
11178 * debug/tst-backtrace5.c: Include tst-backtrace.h.
11179 (ret): Remove variable.
11180 (x): Likewise.
11181 (FAIL): Remove macro.
11182 (NO_INLINE): Likewise.
11183 (handle_signal): Use match function instead of strstr.
11184
4858fa2a
RM
111852013-01-23 Roland McGrath <roland@hack.frob.com>
11186
11187 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
11188
bae8e7f5
DM
111892013-01-23 David S. Miller <davem@davemloft.net>
11190
11191 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
11192 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
11193 argument of CAS if possible.
11194 * sysdeps/sparc/sparc64/bits/atomic.h
11195 (__arch_compare_and_exchange_val_32_acq): Likewise.
11196 (__arch_compare_and_exchange_val_64_acq): Likewise.
11197
9cbbc4ae
PT
111982013-01-23 Pino Toscano <toscano.pino@tiscali.it>
11199
11200 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
11201 * sysdeps/posix/ulimit.c: ... this.
92a601b8 11202 Include <limits.h>.
67b3f58c 11203 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 11204
5655a0b5
AC
112052013-01-23 Adam Conrad <adconrad@0c3.net>
11206
11207 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
11208 (LDFLAGS-tst-array5): Likewise.
11209
052aff95
JM
112102013-01-23 Joseph Myers <joseph@codesourcery.com>
11211
11212 [BZ #15036]
11213 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
11214 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
11215 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
11216 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
11217
7c1e01aa
DM
112182013-01-21 David S. Miller <davem@davemloft.net>
11219
11220 * sysdeps/sparc/backtrace.c: New file.
11221 * sysdeps/sparc/sparc32/backtrace.h: New file.
11222 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
11223 * sysdeps/sparc/sparc64/backtrace.h: New file.
11224 * sysdeps/sparc/sparc64/backtrace.c: Delete.
11225 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
11226 -funwind-tables.
11227
ab087e0a
AS
112282013-01-21 Andreas Schwab <schwab@suse.de>
11229
11230 [BZ #15020]
11231 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
11232 closed its stdout.
11233
ed689c2f
AS
112342013-01-20 Andreas Schwab <schwab@linux-m68k.org>
11235
11236 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
11237 "mpa2.h".
11238 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11239
31d470ac
JM
112402013-01-18 Joseph Myers <joseph@codesourcery.com>
11241 Mark Mitchell <mark@codesourcery.com>
11242 Tom de Vries <tom@codesourcery.com>
11243 Paul Pluzhnikov <ppluzhnikov@google.com>
11244
11245 * debug/tst-backtrace2.c: New file.
11246 * debug/tst-backtrace3.c: Likewise.
11247 * debug/tst-backtrace4.c: Likewise.
11248 * debug/tst-backtrace5.c: Likewise.
11249 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
11250 (CFLAGS-tst-backtrace3.c): Likewise.
11251 (CFLAGS-tst-backtrace4.c): Likewise.
11252 (CFLAGS-tst-backtrace5.c): Likewise.
11253 (LDFLAGS-tst-backtrace2): Likewise.
11254 (LDFLAGS-tst-backtrace3): Likewise.
11255 (LDFLAGS-tst-backtrace4): Likewise.
11256 (LDFLAGS-tst-backtrace5): Likewise.
11257 (tests): Add new tests tst-backtrace2, tst-backtrace3,
11258 tst-backtrace4 and tst-backtrace5.
11259
90567f30 112602013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
11261 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
11262
11263 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
11264 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
11265 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
11266 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
11267 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
11268 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
11269 "+r" and remove output regs list as redundant. Add explicit inline
11270 asm to specify register of return val to work around compiler codegen
11271 bug. Remove (int) cast on return value. Add return type parameter to
11272 use in macro so that this macro does not truncate return value for
11273 64-bit values.
11274 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
11275 pass to INTERNAL_VSYSCALL_NCS.
11276 (INLINE_VSYSCALL): Add 'long int' as return type to
11277 INTERNAL_VSYSCALL_NCS macro invocation.
11278 (INTERNAL_VSYSCALL): Add 'long int' as return type to
11279 INTERNAL_VSYSCALL_NCS macro invocation.
11280 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11281
d3b9ea61
SP
112822013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
11283
0b57daeb
SP
11284 [BZ #14496]
11285 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
11286 Fix application of SIMD FP exception mask.
11287
caa99d06
SP
11288 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
11289 mp_no from a power of two.
11290 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
11291 __mpexp_twomm1. Use __pow_mp.
11292
d3b9ea61
SP
11293 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
11294 multiplication.
11295
1dbaee3c
DM
112962013-01-17 David S. Miller <davem@davemloft.net>
11297
11298 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11299
728d7b43
JM
113002013-01-17 Joseph Myers <joseph@codesourcery.com>
11301
11302 [BZ #15023]
11303 * include/complex.h: Condition contents on [!_COMPLEX_H].
11304 (__kernel_casinhf): New prototype.
11305 (__kernel_casinh): Likewise.
11306 (__kernel_casinhl): Likewise.
11307 * math/Makefile (libm_calls): Add k_casinh.
11308 * math/k_casinh.c: New file.
11309 * math/k_casinhf.c: Likewise.
11310 * math/k_casinhl.c: Likewise.
11311 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
11312 finite nonzero arguments.
11313 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
11314 finite nonzero arguments.
11315 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
11316 finite nonzero arguments.
11317 * math/s_casinh.c: Do not include <float.h>.
11318 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
11319 * math/s_casinhf.c: Do not include <float.h>.
11320 (__casinhf): Move code for finite nonzero arguments to
11321 k_casinhf.c.
11322 * math/s_casinhl.c: Do not include <float.h>.
11323 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
11324 redefine.
11325 (__casinhl): Move code for finite nonzero arguments to
11326 k_casinhl.c.
11327 * math/libm-test.inc (cacos_test): Add more tests.
11328 * sysdeps/i386/fpu/libm-test-ulps: Update.
11329 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11330
2a26ef3a
PT
113312013-01-17 Pino Toscano <toscano.pino@tiscali.it>
11332
11333 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
11334 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
11335 [!HAVE_MREMAP]: Remove [defined linux] case.
11336 * malloc/arena.c: Do not include <malloc-sysdep.h>.
11337
a897655d
SP
113382013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
11339
11340 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
11341
881ebe89 113422013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
11343
11344 * elf/elf.h (R_386_SIZE32): New relocation.
11345 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
11346 R_386_SIZE32.
11347 (elf_machine_rela): Likewise.
11348 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
11349 R_X86_64_SIZE64 and R_X86_64_SIZE32.
11350
59981e9b
JM
113512013-01-17 Joseph Myers <joseph@codesourcery.com>
11352
11353 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
11354 (FP_FAST_FMA): Do not define.
11355 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
11356 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
11357 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
11358 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
11359 !_SOFT_FLOAT]: Likewise.
11360 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
11361 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
11362 value.
11363 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
11364 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
11365 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
11366 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
11367 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
11368 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
11369 file.
11370
cfa8054f
AS
113712013-01-16 Andreas Schwab <schwab@suse.de>
11372
11373 [BZ #14327]
11374 * include/stdlib.h (__mktemp): Add declaration.
11375 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
11376 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
11377
dd930cc5
SP
113782013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
11379
881ebe89
SP
11380 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
11381 definitions.
11382 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
11383 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
11384 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
11385 definitions here.
11386 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
11387 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
11388 definitions.
11389 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
11390 and ONE.
11391 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
11392 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
11393 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
11394 definitions.
11395 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
11396 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
11397 definitions.
11398 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 11399
dd930cc5
SP
11400 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
11401
c19a9f89
DM
114022013-01-15 David S. Miller <davem@davemloft.net>
11403
1aa61767
DM
11404 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11405 trunc{,f} to libm-sysdep_routes.
11406 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11407 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
11408 file.
11409 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
11410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
11411 file.
11412 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
11413 file.
11414 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
11415 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
11416 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
11417 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
11418 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
11419 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
11420 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
11421 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
11422
c42d5e98
DM
11423 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11424 nearbyint{,f} to libm-sysdep_routes.
11425 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11426 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
11427 New file.
11428 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
11429 file.
11430 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
11431 New file.
11432 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
11433 file.
11434 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
11435 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
11436 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
11437 file.
11438 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
11439 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
11440 file.
11441 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
11442 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
11443 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
11444
c19a9f89
DM
11445 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
11446 libc_feholdexcept and libc_fesetenv.
11447
357679d2
MF
114482013-01-15 Mike Frysinger <vapier@gentoo.org>
11449
11450 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
11451
65a82e3d
DM
114522013-01-14 David S. Miller <davem@davemloft.net>
11453
8b954ab9
DM
11454 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
11455 (SPARC_ASM_VIS2_IFUNC): Likewise.
11456 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
11457 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
11458 use of 'siam' instruction.
11459 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
11460 Likewise.
11461 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
11462 Likewise.
11463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
11464 Likewise.
11465 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
11466 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
11467 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
11468 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
11469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
11470 file.
11471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
11472 file.
11473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
11474 file.
11475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
11476 file.
11477 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
11478 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
11479 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
11480 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
11481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
11482 new VIS2 routines.
11483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
11484 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
11485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
11486 Likewise.
11487 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
11488 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
11489 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
11490 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
11491 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
11492 routines to libm-sysdep_routines.
11493 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11494
65a82e3d
DM
11495 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11496 fdim/fdimf to libm-sysdep_routines.
11497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
11498 file.
11499 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
11500 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
11501 file.
11502 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
11503 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
11504 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
11505 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
11506 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
11507 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
11508 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
11509
e34ab705
SP
115102013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
11511
2a91b573
SP
11512 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
11513 to optimize copies.
11514
1066a534
SP
11515 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
11516 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11517 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11518
e34ab705
SP
11519 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
11520 local variable MPTWO.
11521 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
11522 Likewise.
11523
aba5e596
MF
115242013-01-13 Mike Frysinger <vapier@gentoo.org>
11525
11526 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
11527 GLOB_NOESCAPE.
11528
e557e9e5
MF
115292013-01-13 Mike Frysinger <vapier@gentoo.org>
11530
11531 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
11532
0428cec9
MF
115332013-01-13 Mike Frysinger <vapier@gentoo.org>
11534
11535 * manual/pattern.texi (glob_t): Document gl_flags.
11536 (glob64_t): Likewise.
11537
8794a964
DM
115382013-01-11 David S. Miller <davem@davemloft.net>
11539
66438c3f
RM
11540 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
11541 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
11542 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
11543 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
11544 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
11545 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
11546 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
11547 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
11548 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
11549 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
11550 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
11551 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
11552 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
11553
4ae4244d
DM
11554 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
11555 sparc V9 rather than using V8 code.
11556 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11557 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11558
8794a964
DM
11559 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
11560 Move to...
11561 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
11562 Here.
11563
6270516e
RM
115642013-01-11 Roland McGrath <roland@hack.frob.com>
11565
11566 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
11567 not in the main loop.
11568 * configure: Regenerated.
11569
6a57d931
JM
115702013-01-11 Joseph Myers <joseph@codesourcery.com>
11571
11572 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
11573 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
11574 to just #else.
11575 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
11576 [!__GLIBC_HAVE_LONG_LONG] case.
11577 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
11578 condition to just #else.
11579 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
11580 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
11581 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
11582 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
11583 unconditional.
11584 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
11585 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
11586 #elif condition to just #else.
11587 * sysdeps/unix/sysv/linux/sys/sysmacros.h
11588 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
11589 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
11590 #elif condition to just #else.
11591
0e8529e9
SE
115922013-01-11 Steve Ellcey <sellcey@mips.com>
11593
11594 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
11595 (EF_MIPS_ARCH_64): Fix value.
11596 (EF_MIPS_ARCH_32R2): New.
11597 (EF_MIPS_ARCH_64R2): New.
11598
740b3dbe
L
115992013-01-11 H.J. Lu <hongjiu.lu@intel.com>
11600
11601 * Makeconfig (+link-pie-before-libc): New.
11602 (+link-pie-after-libc): Likewise.
11603 (+link-pie-tests): Likewise.
11604 (+link-pie): Rewritten.
11605 (link-before-libc): Remove $(config-LDFLAGS).
11606 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
11607 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
11608 (config-LDFLAGS): Renamed to ...
11609 (rtld-LDFLAGS): This.
11610 (rtld-tests-LDFLAGS): New macro.
11611 (link-libc-rpath-link): Likewise.
11612 (link-libc-tests-rpath-link): Likewise.
11613 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
11614 (link-libc): Prepand $(link-libc-rpath-link).
11615 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
11616 (test-program-prefix): New macro.
11617 (test-via-rtld-prefix): Likewise.
11618 (test-program-cmd): Likewise.
11619 (host-test-program-cmd): Likewise.
11620 * Makefile ($(common-objpfx)testrun.sh): Replace
11621 $(run-program-prefix) with $(test-program-prefix).
11622 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
11623 $(rtld-LDFLAGS).
11624 ($(common-objpfx)shlib.lds): Likewise.
11625 (build-module-helper): Likewise.
11626 ($(common-objpfx)format.lds): Likewise.
11627 * Rules (binaries-pie-tests): New.
11628 (binaries-pie-notests): Likewise.
11629 (binaries-pie): Rewritten.
11630 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
11631 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
11632 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
11633 (make-test-out): Replace $(host-built-program-cmd) with
11634 $(host-test-program-cmd).
11635 * config.make.in (build-hardcoded-path-in-tests): New variable.
11636 * configure.in (--enable-hardcoded-path-in-tests): New configure
11637 option.
11638 (hardcoded_path_in_tests): New AC_SUBST.
11639 * configure: Regenerated.
11640 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
11641 $(built-program-cmd) with $(test-program-cmd).
11642 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
11643 (test_program_cmd): This.
11644 * elf/Makefile ($(objpfx)order.out): Run test with
11645 $(test-program-prefix).
11646 ($(objpfx)order2.out): Likewise.
11647 ($(objpfx)tst-initorder.out): Likewise.
11648 ($(objpfx)tst-initorder2.out): Likewise.
11649 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
11650 $(test-program-cmd).
11651 ($(objpfx)tst-array1-static.out): Likewise.
11652 ($(objpfx)tst-array2.out): Likewise.
11653 ($(objpfx)tst-array3.out): Likewise.
11654 ($(objpfx)tst-array4.out): Likewise.
11655 ($(objpfx)tst-array5.out): Likewise.
11656 ($(objpfx)tst-array5-static.out): Likewise.
11657 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
11658 $(test-program-cmd).
11659 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
11660 $(run-program-prefix) with $(test-program-prefix).
11661 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
11662 (test_program_prefix): This.
11663 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
11664 $(run-program-prefix) with $(test-program-prefix).
11665 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
11666 (test_program_prefix): This.
11667 * iconvdata/tst-tables.sh: Likewise.
11668 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
11669 $(run-program-prefix) with $(test-program-prefix).
11670 ($(objpfx)tst-translit.out): Likewise.
11671 ($(objpfx)tst-gettext2.out): Likewise.
11672 ($(objpfx)tst-gettext4.out): Likewise.
11673 ($(objpfx)tst-gettext6.out): Likewise.
11674 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
11675 (test_program_prefix): This.
11676 * intl/tst-gettext2.sh: Likewise.
11677 * intl/tst-gettext4.sh Likewise.
11678 * intl/tst-gettext6.sh: Likewise.
11679 * intl/tst-translit.sh: Likewise.
11680 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
11681 with $(test-program-cmd).
11682 * libio/Makefile ($(objpfx)test-freopen.out): Replace
11683 $(run-program-prefix) with $(test-program-prefix).
11684 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
11685 (test_program_prefix): This.
11686 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
11687 $(run-program-prefix) with $(test-program-prefix).
11688 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
11689 (test_program_prefix): This.
11690 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
11691 * posix/Makefile ($(objpfx)globtest.out): Replace
11692 $(run-via-rtld-prefix) and $(test-wrapper) with
11693 $(test-program-prefix) and $(test-via-rtld-prefix).
11694 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
11695 $(test-program-prefix).
11696 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
11697 $(host-test-program-cmd).
11698 (tst-spawn-ARGS): Likewise.
11699 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
11700 $(test-program-prefix).
11701 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
11702 (test_via_rtld_prefix): This.
11703 (test_wrapper): Renamed to ...
11704 (test_program_prefix): This.
11705 (run_program_prefix): Replaced by test_program_prefix.
11706 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
11707 (test_program_prefix): This.
11708 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
11709 with $(host-test-program-cmd).
11710 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
11711 $(run-program-prefix) with $(test-program-prefix).
11712 ($(objpfx)tst-printf.out): Likewise.
11713 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
11714 $(test-program-cmd).
11715 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
11716 (test_program_prefix): This.
11717 * stdio-common/tst-unbputc.sh: Likewise.
11718 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
11719 $(run-program-prefix) with $(test-program-prefix).
11720 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
11721 (test_program_prefix): This.
11722 * string/Makefile ($(objpfx)tst-svc.out): Replace
11723 $(built-program-cmd) with $(test-program-cmd).
11724
c6fe55cf
AJ
117252013-01-11 Andreas Jaeger <aj@suse.de>
11726
11727 [BZ #15003]
11728 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
11729 value. Sync with Linux 3.7.
11730
9e6919c8
DM
117312013-01-10 David S. Miller <davem@davemloft.net>
11732
11733 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
11734 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11735 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11736
1c9f1a02
RM
117372013-01-10 Roland McGrath <roland@hack.frob.com>
11738
11739 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
11740 never set.
11741 * configure: Regenerated.
11742
b9de2dde
DM
117432013-01-10 David S. Miller <davem@davemloft.net>
11744
11745 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
11746 sparc V9 rather than using V8 code.
11747 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11748 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11749
e7f68ef4
RM
117502013-01-10 Roland McGrath <roland@hack.frob.com>
11751
11752 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
11753 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
11754 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
11755 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
11756 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
11757 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
11758 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
11759 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
11760 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
11761 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
11762 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
11763 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
11764 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
11765 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
11766 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
11767 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
11768 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
11769 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
11770 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
11771 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
11772 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
11773 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
11774 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
11775 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
11776 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
11777 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
11778 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
11779
5a47cc9c
DM
117802013-01-10 David S. Miller <davem@davemloft.net>
11781
11782 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11783
4cf8f209
L
117842013-01-10 H.J. Lu <hongjiu.lu@intel.com>
11785
11786 * posix/Makefile (tests-static): New variable.
11787 (tests): Add $(tests-static).
11788 (tst-exec-static-ARGS): New variable.
11789 (tst-spawn-static-ARGS): Likewise.
11790 * posix/tst-exec-static.c: New file.
11791 * posix/tst-spawn-static.c: Likewise.
11792 * posix/tst-exec.c: Support run directly.
11793 * posix/tst-spawn.c: Likewise.
11794
fed0faa1
JM
117952013-01-10 Joseph Myers <joseph@codesourcery.com>
11796
828beb13
JM
11797 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
11798 long.
11799 * math/bits/mathcalls.h (llrint): Likewise.
11800 (llround): Likewise.
11801 * stdlib/stdlib.h (struct drand48_data): Likewise.
11802 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
11803 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
11804 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
11805 Likewise.
11806 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
11807 Likewise.
11808 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
11809 (elf_greg_t): Likewise.
11810 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
11811 (__jmp_buf): Likewise.
11812 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
11813 definitions.
11814 (llrint): Likewise, for all definitions.
11815 (llrintl): Likewise.
11816
fed0faa1
JM
11817 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
11818 Remove [__GNUC__] condition.
11819 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
11820 condition to just [__USE_ISOC99].
11821 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
11822
1a20cb20
L
118232013-01-10 H.J. Lu <hongjiu.lu@intel.com>
11824
11825 [BZ #14200]
11826 * sysdeps/unix/sysv/linux/x86/bits/environments.h
11827 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
11828 defined.
11829 (_POSIX_V6_ILP32_OFF32): Likewise.
11830 (_XBS5_ILP32_OFF32): Likewise.
11831 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
11832 (__ILP32_OFFBIG_LDFLAGS): Likewise.
11833
751b85f7
SP
118342013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
11835
7490eb81
SP
11836 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
11837
751b85f7
SP
11838 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
11839 doubles __mpexp_twomm1. Adjust usage.
11840 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
11841 Remove.
11842
988197f0
AS
118432013-01-10 Andreas Schwab <schwab@suse.de>
11844
11845 [BZ #14964]
11846 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
11847 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
11848
e83d7298
DM
118492013-01-09 David S. Miller <davem@davemloft.net>
11850
034ed64b 11851 [BZ #15003]
e83d7298
DM
11852 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
11853 TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
11854 TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
11855 TCP_FASTOPEN): Define.
11856 (tcp_repair_opt): New structure.
11857 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
11858 enum values.
11859 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
11860 TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
11861 TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
11862 (tcp_cookie_transactions): New structure.
11863
d5e0b9bd
AB
118642013-01-09 Anton Blanchard <anton@samba.org>
11865
11866 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
11867 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
11868 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
11869 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
11870
0c07e3ea
JM
118712013-01-09 Joseph Myers <joseph@codesourcery.com>
11872
11873 * include/features.h (__USE_ANSI): Remove.
11874
232f7002
RM
118752013-01-09 Roland McGrath <roland@hack.frob.com>
11876
ad98e30c
RM
11877 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
11878
232f7002
RM
11879 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
11880
950c99ca
SP
118812013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
11882
b5792741
SP
11883 * sysdeps/s390/fpu/libm-test-ulps: Update.
11884
47cf2278
SP
11885 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11886
950c99ca
SP
11887 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
11888 (__acr): Likewise.
11889 (__cpy): Likewise.
11890 (norm): Likewise.
11891 (denorm): Likewise.
11892 (__mp_dbl): Likewise.
11893 (__dbl_mp): Likewise.
11894 (add_magnitudes): Likewise.
11895 (sub_magnitudes): Likewise.
11896 (__add): Likewise.
11897 (__sub): Likewise.
11898 (__mul): Likewise.
11899 (__inv): Likewise.
11900 (__dvd): Likewise.
11901 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
11902 (__acr): Likewise.
11903 (__cpy): Likewise.
11904 (norm): Likewise.
11905 (denorm): Likewise.
11906 (__mp_dbl): Likewise.
11907 (__dbl_mp): Likewise.
11908 (add_magnitudes): Likewise.
11909 (sub_magnitudes): Likewise.
11910 (__add): Likewise.
11911 (__sub): Likewise.
11912 (__mul): Likewise.
11913 (__inv): Likewise.
11914 (__dvd): Likewise.
11915 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
11916 (__acr): Likewise.
11917 (__cpy): Likewise.
11918 (norm): Likewise.
11919 (denorm): Likewise.
11920 (__mp_dbl): Likewise.
11921 (__dbl_mp): Likewise.
11922 (add_magnitudes): Likewise.
11923 (sub_magnitudes): Likewise.
11924 (__add): Likewise.
11925 (__sub): Likewise.
11926 (__mul): Likewise.
11927 (__inv): Likewise.
11928 (__dvd): Likewise.
11929
eede9df9
JM
119302013-01-08 Joseph Myers <joseph@codesourcery.com>
11931
11932 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
11933 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
11934 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
11935 2 && __USE_EXTERN_INLINES]: Likewise.
11936
c40ea3d9
AJ
119372013-01-08 Andreas Jaeger <aj@suse.de>
11938
11939 [BZ# 14985]
11940 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
11941 Remove.
11942 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11943 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11944
2ccdea26
AB
119452013-01-07 Anton Blanchard <anton@samba.org>
11946
11947 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
11948 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
11949 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
11950 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
11951 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
11952 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
11953 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
11954 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
11955 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11956 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11957 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11958 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11959 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
11960 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
11961 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
11962 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11963 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11964 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
11965 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
11966 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
11967 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
11968 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
11969 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
11970 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
11971 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
11972 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
11973 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11974 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
11975 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
11976 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
11977 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
11978 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11979 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11980 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
11981 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
11982 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
11983 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
11984 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
11985 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
11986 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11987 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
11988 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
11989 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
11990
a9708fed
JM
119912013-01-07 Joseph Myers <joseph@codesourcery.com>
11992
375607b9
JM
11993 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
11994 (__MALLOC_PMT): Likewise.
11995 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
11996 [__GNUC__], only on [_LIBC].
11997 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
11998 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
11999 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
12000 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
12001 forward declaration.
12002 (realloc_hook_ini): Likewise.
12003 (memalign_hook_ini): Likewise.
12004 (__libc_memalign): Do not use __MALLOC_PMT in variable
12005 declaration.
12006 (__libc_valloc): Likewise.
12007 (__libc_pvalloc): Likewise.
12008 (__libc_calloc): Likewise.
12009 (__posix_memalign): Likewise.
12010
a9708fed
JM
12011 [BZ #14996]
12012 * math/s_casinh.c: Include <float.h>.
12013 (__casinh): Do not do computation with squaring and square root
12014 for large arguments.
12015 * math/s_casinhf.c: Include <float.h>.
12016 (__casinhf): Do not do computation with squaring and square root
12017 for large arguments.
12018 * math/s_casinhl.c: Include <float.h>.
12019 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
12020 (__casinhl): Do not do computation with squaring and square root
12021 for large arguments.
12022 * math/libm-test.inc (casin_test): Add more tests.
12023 (casinh_test): Likewise.
12024 * sysdeps/i386/fpu/libm-test-ulps: Update.
12025 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12026
afec409a
L
120272013-01-04 H.J. Lu <hongjiu.lu@intel.com>
12028
12029 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
12030 (__x86_64_raw_data_cache_size): Likewise.
12031 (__x86_64_data_cache_size_half): Likewise.
12032 (__x86_64_raw_data_cache_size_half): Likewise.
12033 (__x86_64_shared_cache_size): Likewise.
12034 (__x86_64_raw_shared_cache_size): Likewise.
12035 (__x86_64_shared_cache_size_half): Likewise.
12036 (__x86_64_raw_shared_cache_size_half): Likewise.
12037 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
12038 to ...
12039 (__x86_data_cache_size): This.
12040 (__x86_64_raw_data_cache_size): Renamed to ...
12041 (__x86_raw_data_cache_size): This.
12042 (__x86_64_data_cache_size_half): Renamed to ...
12043 (__x86_data_cache_size_half): This.
12044 (__x86_64_raw_data_cache_size_half): Renamed to ...
12045 (__x86_raw_data_cache_size_half): This.
12046 (__x86_64_shared_cache_size): Renamed to ...
12047 (__x86_shared_cache_size): This.
12048 (__x86_64_raw_shared_cache_size): Renamed to ...
12049 (__x86_raw_shared_cache_size): This.
12050 (__x86_64_shared_cache_size_half): Renamed to ...
12051 (__x86_shared_cache_size_half): This.
12052 (__x86_64_raw_shared_cache_size_half): Renamed to ...
12053 (__x86_raw_shared_cache_size_half): This.
12054 * sysdeps/x86_64/memcpy.S: Updated.
12055 * sysdeps/x86_64/memset.S: Likewise.
12056 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
12057 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
12058 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
12059
0b3986d0
DM
120602013-01-04 David S. Miller <davem@davemloft.net>
12061
12062 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12063
e47686e9
AS
120642013-01-04 Andreas Schwab <schwab@linux-m68k.org>
12065
d643bac1
AS
12066 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
12067 1 to avoid redefinition warning.
12068 (__USE_GNU): Don't define.
12069 (init_signaling_nan): Protoize.
12070
e47686e9
AS
12071 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12072
b18decba
SP
120732013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12074
fffb407f
SP
12075 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
12076 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
12077 (__cpymn): Likewise.
12078 (norm): Remove commented code.
12079 (denorm): Likewise.
12080 (__mp_dbl): Likewise.
12081 (__inv): Likewise.
12082 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
12083 (__cpymn): Likewise.
12084 (norm): Remove commented code.
12085 (denorm): Likewise.
12086 (__mp_dbl): Likewise.
12087 (__inv): Likewise.
12088
b18decba
SP
12089 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
12090 mp_no value for 1.0 and 2.0.
12091 (norm): Use RADIXI instead of radixi.d.
12092 (denorm): Likewise.
12093 (__mul): Use 0.0 instead of zero.d.
12094 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
12095 mp_no value for 1.0 and 2.0.
12096 (norm): Use RADIXI instead of radixi.d.
12097 (denorm): Likewise.
12098 (__mul): Use 0.0 instead of zero.d.
12099
cdc1c96f
JM
121002013-01-04 Joseph Myers <joseph@codesourcery.com>
12101
12102 [BZ #14994]
12103 * math/s_casinh.c (__casinh): Reduce finite argument to first
12104 quadrant then set signs of results at the end.
12105 * math/s_casinhf.c (__casinhf): Likewise.
12106 * math/s_casinhl.c (__casinhl): Likewise.
12107 * math/libm-test.inc (casin_test): Add more tests.
12108 (casinh_test): Likewise.
12109 * sysdeps/i386/fpu/libm-test-ulps: Update.
12110 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12111
302913e1
SP
121122013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12113
6420d207
SP
12114 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
12115
a9e48ab4
SP
12116 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
12117
b7837264
SP
12118 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
12119 declarations.
12120 (denorm): Likewise.
12121 (__mp_dbl): Likewise.
12122 (__inv): Likewise.
12123
f8af25d2
SP
12124 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
12125 and adjust the header comment.
12126
302913e1
SP
12127 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
12128 variable name from declaration.
12129
5d7dd1ca
L
121302013-01-03 H.J. Lu <hongjiu.lu@intel.com>
12131
12132 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12133 Initialize COMMON_CPUID_INDEX_7 element.
12134 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
12135 (CPUID_RTM): Likewise.
12136 (HAS_RTM): Likewise.
12137 (COMMON_CPUID_INDEX_7): New enum.
12138
2f5f40f4
AS
121392013-01-03 Andreas Schwab <schwab@linux-m68k.org>
12140
12141 [BZ #14981]
12142 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
12143 size is zero, record memory as freed.
12144
4056f4a0
AJ
121452013-01-03 Andreas Jaeger <aj@suse.de>
12146
12147 * po/ia.po: Add new Interlingua translation.
12148
ab15736f 121492012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
12150
12151 * locale/programs/localedef.c: Fix description of '--posix' flag.
12152
568035b7
JM
121532013-01-02 Joseph Myers <joseph@codesourcery.com>
12154
e6898b8d
JM
12155 * NEWS: Update dates in second copyright notice.
12156 * README: Update copyright dates in example.
12157 * manual/libc.texinfo: Update copyright dates.
12158 * scripts/test-installation.pl: Update copyright date in --version
12159 output.
12160
0e2f9562
JM
12161 * hurd/ctty-input.c: Fix copyright notice formatting.
12162 * hurd/ctty-output.c: Likewise.
12163 * hurd/dtable.c: Likewise.
12164 * hurd/hurd-raise.c: Likewise.
12165 * hurd/hurdprio.c: Likewise.
12166 * hurd/msgportdemux.c: Likewise.
12167 * misc/sys/file.h: Likewise.
12168 * misc/sys/ioctl.h: Likewise.
12169 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
12170 * sysdeps/mach/hurd/chdir.c: Likewise.
12171 * sysdeps/mach/hurd/fchdir.c: Likewise.
12172 * sysdeps/mach/hurd/rename.c: Likewise.
12173 * sysdeps/mach/hurd/rmdir.c: Likewise.
12174 * sysdeps/mach/hurd/seekdir.c: Likewise.
12175 * sysdeps/mach/hurd/setsid.c: Likewise.
12176 * sysdeps/posix/wait3.c: Likewise.
12177
568035b7
JM
12178 * All files with FSF copyright notices: Update copyright dates
12179 using scripts/update-copyrights.
12180 * intl/plural.c: Regenerated.
12181 * locale/programs/charmap-kw.h: Likewise.
12182 * locale/programs/locfile-kw.h: Likewise.
12183
da08f647
SP
121842013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12185
0f5477af
SP
12186 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
12187 four values.
12188
44e0d4c2
SP
12189 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
12190 calculation loop and add branch prediction.
12191
4d55b4e5
SP
12192 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
12193 check access beyond bounds of m1np.
12194
da08f647
SP
12195 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
12196 MPTWO.
12197 (__inv): Remove local variable MPTWO to use the global
12198 constant.
12199 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
12200 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
12201 variable MPTWO.
12202 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
12203 MP3HALFS static const.
12204
8e051029
DM
122052013-01-01 David S. Miller <davem@davemloft.net>
12206
12207 * po/ca.po: Update from translation team.
12208
f4cf5f2d
JM
122092013-01-01 Joseph Myers <joseph@codesourcery.com>
12210
12211 * scripts/update-copyrights: New file.
12212 * Makeconfig: Reformat copyright notice.
12213 * ctype/ctype.h: Likewise.
12214 * debug/swprintf_chk.c: Likewise.
12215 * elf/dl-cache.c: Likewise.
12216 * elf/dl-debug.c: Likewise.
12217 * elf/dl-object.c: Likewise.
12218 * grp/initgroups.c: Likewise.
12219 * hurd/Makefile: Likewise.
12220 * hurd/hurd/signal.h: Likewise.
12221 * hurd/hurdfault.c: Likewise.
12222 * hurd/hurdioctl.c: Likewise.
12223 * hurd/hurdlookup.c: Likewise.
12224 * hurd/intr-msg.c: Likewise.
12225 * iconv/gconv_open.c: Likewise.
12226 * libio/swprintf.c: Likewise.
12227 * locale/lc-ctype.c: Likewise.
12228 * locale/nl_langinfo.c: Likewise.
12229 * mach/Machrules: Likewise.
12230 * mach/Makefile: Likewise.
12231 * malloc/obstack.h: Likewise.
12232 * manual/Makefile: Likewise.
12233 * manual/tsort.awk: Likewise.
12234 * misc/bits/stab.def: Likewise.
12235 * nis/nis_print_group_entry.c: Likewise.
12236 * nis/nis_table.c: Likewise.
12237 * nis/nss_compat/compat-pwd.c: Likewise.
12238 * nis/nss_compat/compat-spwd.c: Likewise.
12239 * po/Makefile: Likewise.
12240 * posix/fnmatch.c: Likewise.
12241 * posix/regex.h: Likewise.
12242 * resolv/Makefile: Likewise.
12243 * resolv/nss_dns/dns-network.c: Likewise.
12244 * resolv/res_hconf.c: Likewise.
12245 * scripts/gen-sorted.awk: Likewise.
12246 * soft-fp/soft-fp.h: Likewise.
12247 * stdio-common/printf.h: Likewise.
12248 * stdlib/monetary.h: Likewise.
12249 * stdlib/random.c: Likewise.
12250 * stdlib/random_r.c: Likewise.
12251 * sysdeps/generic/Makefile: Likewise.
12252 * sysdeps/gnu/Makefile: Likewise.
12253 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
12254 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12255 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12256 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12257 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12258 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12259 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12260 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
12261 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12262 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12263 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
12264 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
12265 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
12266 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
12267 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
12268 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
12269 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
12270 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12271 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12272 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12273 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
12274 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
12275 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
12276 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
12277 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
12278 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
12279 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
12280 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
12281 * sysdeps/mach/hurd/errnos.awk: Likewise.
12282 * sysdeps/mach/hurd/fork.c: Likewise.
12283 * sysdeps/mach/hurd/getcwd.c: Likewise.
12284 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
12285 * sysdeps/mach/hurd/mmap.c: Likewise.
12286 * sysdeps/mach/hurd/utimes.c: Likewise.
12287 * sysdeps/mach/hurd/xmknod.c: Likewise.
12288 * sysdeps/posix/profil.c: Likewise.
12289 * sysdeps/posix/readdir_r.c: Likewise.
12290 * sysdeps/powerpc/bits/mathdef.h: Likewise.
12291 * sysdeps/powerpc/bits/setjmp.h: Likewise.
12292 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
12293 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
12294 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
12295 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
12296 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
12297 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12298 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12299 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
12300 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
12301 * sysdeps/pthread/lio_listio.c: Likewise.
12302 * sysdeps/sparc/dl-procinfo.h: Likewise.
12303 * sysdeps/unix/i386/sysdep.S: Likewise.
12304 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
12305 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
12306 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
12307 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
12308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12309 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
12310 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
12311 * sysdeps/unix/sysv/linux/speed.c: Likewise.
12312 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
12313 * sysdeps/wordsize-32/divdi3.c: Likewise.
12314 * time/sys/time.h: Likewise.
12315 * wcsmbs/Makefile: Likewise.
12316
0549fbba
DM
123172013-01-01 David S. Miller <davem@davemloft.net>
12318
a141f1a7
DM
12319 * po/fr.po: Update from translation team.
12320
0549fbba
DM
12321 * catgets/gencat.c: Update copyright year.
12322 * csu/version.c: Likewise.
12323 * debug/catchsegv.sh: Likewise.
12324 * debug/pcprofiledump.c: Likewise.
12325 * debug/xtrace.sh: Likewise.
12326 * elf/ldconfig.c: Likewise.
12327 * elf/ldd.bash.in: Likewise.
12328 * elf/pldd.c: Likewise.
12329 * elf/sotruss.ksh: Likewise.
12330 * elf/sprof.c: Likewise.
12331 * iconv/iconv_prog.c: Likewise.
12332 * iconv/iconvconfig.c: Likewise.
12333 * locale/programs/locale.c: Likewise.
12334 * locale/programs/localedef.c: Likewise.
12335 * login/programs/pt_chown.c: Likewise.
12336 * malloc/memusage.sh: Likewise.
12337 * malloc/memusagestat.c: Likewise.
12338 * malloc/mtrace.pl: Likewise.
12339 * nscd/nscd.c: Likewise.
12340 * nss/getent.c: Likewise.
12341 * nss/makedb.c: Likewise.
12342 * posix/getconf.c: Likewise.
12343
18ea052c
SP
123442012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
12345
12346 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
12347 numbers.
12348
9c89fca6
MF
123492012-12-30 Mike Frysinger <vapier@gentoo.org>
12350
12351 * math/bits/mathcalls.h (modf): Use __nonnull.
12352
085ec079
SP
123532012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
12354
12355 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
12356 (split): Use macro CN instead of the bare value.
12357 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
12358 could be used.
12359 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
12360 instead of the bare value.
12361 (power1): Likewise.
12362
6d9f97e1
SP
123632012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12364
d63f73be
SP
12365 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
12366 __ATAN_TWOM.
12367 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
12368
6d9f97e1
SP
12369 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
12370 their values.
12371 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
12372 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
12373 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
12374 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
12375
4c4febf5
AJ
123762012-12-28 Andreas Jaeger <aj@suse.de>
12377
af5843ef
AJ
12378 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
12379 values are from Linux 3.7.
12380
4c4febf5
AJ
12381 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
12382 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
12383
99136f82
SP
123842012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12385
2f216c3c 12386 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
12387 TRUE case.
12388
99136f82
SP
12389 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
12390 (norm): Likewise.
12391 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
12392 variables with preprocessor constants.
12393 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
12394 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
12395 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
12396
7fffbdff
BH
123972012-12-27 Bruno Haible <bruno@clisp.org>
12398
12399 [BZ #14317]
12400 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
12401 only if needed.
12402
b76eb5f0
SP
124032012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12404
31a7fe5c
SP
12405 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
12406 and use variable directly.
12407 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
12408
b76eb5f0
SP
12409 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
12410 MPONE.
12411 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
12412 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
12413 variable MPONE.
12414 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
12415 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
12416 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
12417 include directive. Remove local variable MPONE.
12418 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
12419 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
12420 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
12421
2c8bfe7d
DM
124222012-12-25 David S. Miller <davem@davemloft.net>
12423
12424 * version.h (RELEASE): Set to "development".
12425 (VERSION): Set to "2.17.90".
12426 * NEWS: Add 2.18 section.
12427
147d03b0
DM
124282012-12-21 David S. Miller <davem@davemloft.net>
12429
12430 * po/hr.po: Update from translation team.
12431
a8ebb2b9
AK
124322012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12433
12434 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
12435
95b4f1b6
SE
124362012-12-19 Steve Ellcey <sellcey@mips.com>
12437
b2d94007 12438 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 12439
cedb2a90
MS
124402012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
12441
12442 * manual/contrib.texi (Contributors): Spelling correction.
12443
bbf527d6
DM
124442012-12-15 David S. Miller <davem@davemloft.net>
12445
12446 * po/ru.po: Update from translation team.
12447
bc38c906
DM
124482012-12-13 David S. Miller <davem@davemloft.net>
12449
85429b1a
DM
12450 * NEWS: Mention IFUNC testsuite enhancements.
12451
d283e353
DM
12452 * po/pl.po: Update from translation team.
12453 * po/bg.po: Likewise.
12454
bc38c906
DM
12455 * manual/contrib.texi (Contributors): Update entries for Hongjiu
12456 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
12457
a181b0d7
DM
124582012-12-11 David S. Miller <davem@davemloft.net>
12459
4641d57e
DM
12460 * po/sv.po: Update from translation team.
12461
f7bc6495
DM
12462 * po/vi.po: Update from translation team.
12463
6fc9048f
DM
12464 * po/cs.po: Update from translation team.
12465
a181b0d7
DM
12466 * po/de.po: Update from translation team.
12467 * po/eo.po: Likewise.
12468 * po/nl.po: Likewise.
12469
f70bfe80
SP
124702012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
12471
3c8b4190
SP
12472 [BZ #14246]
12473 * manual/argp.texi (Argp Helper Functions): Move node to follow
12474 Argp Parsing State.
12475
f70bfe80
SP
12476 [BZ #14872]
12477 * manual/conf.texi (Limits on File System Capacity): Mention if
12478 terminating null is included in the max size.
12479
188f0adf
AJ
124802012-12-10 Andreas Jaeger <aj@suse.de>
12481
12482 * po/cs.po: Update from translation team.
12483
56e7d3ad
SP
124842012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
12485
12486 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
12487 void pointer and cast to uintptr_t.
12488 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
12489 path.
12490 * sysdeps/s390/s390-64/memcpy.S: Likewise.
12491 * sysdeps/s390/s390-64/memset.S: Likewise.
12492
76f2d2ea 124932012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
12494
12495 [BZ #14833]
12496 * menual/message.texi (Message Translation): Fix typos.
12497 (Helper programs for gettext): Likewise.
12498
67cbf9a2
AS
124992012-12-07 Andreas Schwab <schwab@linux-m68k.org>
12500
12501 [BZ #14898]
12502 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
12503 Change to -1.
12504
682d0e9a
DM
125052012-12-07 David S. Miller <davem@davemloft.net>
12506
12507 * po/libc.pot: Update.
12508
573cd484
RH
125092012-12-07 Richard Henderson <rth@redhat.com>
12510
7e9da188 12511 [BZ #10114]
573cd484
RH
12512 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
12513 normal/normal case to before the switch.
12514 (_FP_DIV): Likewise.
12515
e933a943
MF
125162012-12-06 Carlos O'Donell <carlos@systemhalted.org>
12517 Mike Frysinger <vapier@gentoo.org>
12518
12519 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
12520 check for __NR_fadvise64_64.
12521
82123268
CM
125222012-12-06 Chris Metcalf <cmetcalf@tilera.com>
12523
12524 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
12525 0, not just to plain "0" as a statement.
12526 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
12527 with cw.
12528
d9814526
JM
125292012-12-06 Joseph Myers <joseph@codesourcery.com>
12530
12531 * NEWS: Use sourceware.org in Bugzilla URL.
12532
7728c574
SP
125332012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12534
f16946dd
SP
12535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
12536 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
12537
5704bbcb
SP
12538 * stdio-common/tst-put-error.c (do_test): Add newline to the
12539 padded test to ensure flush.
12540
17aa0516
JL
125412012-12-05 Jeff Law <law@redhat.com>
12542
12543 * sunrpc/etc.rpc (fedfs_admin): Add entry.
12544
363313b5
JM
125452012-12-05 Joseph Myers <joseph@codesourcery.com>
12546
effbd42a
JM
12547 * README: Don't refer to ports add-on as distributed separately.
12548 Mention AArch64 in list of systems supported in the ports add-on.
12549
87600365
JM
12550 * LICENSES: Add more non-FSF copyright and license notices.
12551
a0d7066a
JM
12552 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
12553 ((unused)).
12554
66ca5a5b
JM
12555 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
12556
363313b5
JM
12557 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
12558 10000 as width of padded output.
12559
b37984ad
JM
125602012-12-04 Joseph Myers <joseph@codesourcery.com>
12561
9003570a
JM
12562 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
12563
b37984ad
JM
12564 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
12565 variable LX with __attribute__ ((unused)).
12566 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
12567 Likewise.
12568 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
12569 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12570 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
12571 with __attribute__ ((unused)).
12572
c8df52ec
DM
125732012-12-04 David S. Miller <davem@abraco.davemloft.net>
12574
12575 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
12576
b3b099af
JM
125772012-12-04 Joseph Myers <joseph@codesourcery.com>
12578
c33aa6e3
JM
12579 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
12580 (CFLAGS-nldbl-acos.c): New variable.
12581 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
12582 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
12583 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
12584 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
12585 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
12586 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
12587 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
12588 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
12589 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
12590 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
12591 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
12592 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
12593 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
12594 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
12595 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
12596 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
12597 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
12598 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
12599 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
12600 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
12601 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
12602 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
12603 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
12604 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
12605 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
12606 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
12607 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
12608 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
12609 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
12610 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
12611 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
12612 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
12613 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
12614 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
12615 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
12616 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
12617 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
12618 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
12619 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
12620 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
12621 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
12622 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
12623 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
12624 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
12625 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
12626 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
12627 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
12628 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
12629 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
12630 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
12631 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
12632 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
12633 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
12634 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
12635 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
12636 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
12637 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
12638 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
12639 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
12640 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
12641 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
12642 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
12643 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
12644 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
12645 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
12646 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
12647 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
12648 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
12649 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
12650 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
12651 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
12652 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
12653 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
12654 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
12655 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
12656 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
12657 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
12658 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
12659 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
12660 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
12661 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
12662 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
12663 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
12664 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
12665 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
12666 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
12667 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
12668 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
12669 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
12670 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
12671 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
12672 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
12673 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
12674 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
12675 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
12676 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
12677 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
12678
20f0018d
JM
12679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12680 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
12681
b3b099af
JM
12682 [BZ #14914]
12683 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
12684 whole low double instead of just low 47 bits when splitting values
12685 into two parts.
12686
029264d1
AM
126872012-12-03 Allan McRae <allan@archlinux.org>
12688
12689 * manual/stdio.texi (Predefined Printf Handlers): Remove
12690 @hsep and @vsep usage.
12691
c9d6789e
MF
126922012-12-03 Mike Frysinger <vapier@gentoo.org>
12693
12694 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
12695 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
12696
4b7634a5
JL
126972012-12-03 Jeff Law <law@redhat.com>
12698
12699 * time/sys/time.h (settimeofday): Do not mark TV argument
12700 as __nonnull.
12701
eb6cbd24
MF
127022012-12-01 Mike Frysinger <vapier@gentoo.org>
12703
12704 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
12705 when currently writing and seek to current position when not.
12706 * libio/Makefile (tests): Remove bug-fclose1.
12707 * libio/bug-fclose1.c: Delete.
12708
f638872a
JM
127092012-12-01 Joseph Myers <joseph@codesourcery.com>
12710
12711 * manual/arith.texi (feenableexcept): Fix typo.
12712 (fedisableexcept): Likewise.
12713
48085d14
RM
127142012-11-30 Roland McGrath <roland@hack.frob.com>
12715
12716 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
12717 second, differently-typed declaration, rather than a cast.
12718
1a538b9f
SP
127192012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12720
12721 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
12722 * include/rpc/svc.h: ... here.
12723
d07f2ff1 127242012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
12725
12726 [BZ #13013]
12727 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
12728 depending n and resplen2 to catch cases where answer
12729 equals answerp2.
12730
c93ec1f0
CD
127312012-11-29 Carlos O'Donell <carlos@systemhalted.org>
12732
12733 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
12734 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
12735
37db69de
MF
127362012-11-29 Mike Frysinger <vapier@gentoo.org>
12737
12738 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
12739
e10c4e4f
RM
127402012-11-29 Roland McGrath <roland@hack.frob.com>
12741
12742 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
12743
2af1b328
JL
127442012-11-28 Jeff Law <law@redhat.com>
12745
12746 [BZ #13761]
12747 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
12748 dataset_temporary. Track alloca usage into alloca_used.
12749 If dataset is large allocate and release it via malloc/free.
12750
111db5b1
FW
127512012-06-04 Florian Weimer <fweimer@redhat.com>
12752
f06cc227 12753 [BZ #14197]
111db5b1
FW
12754 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
12755
dd694abd
DM
127562012-11-28 David S. Miller <davem@davemloft.net>
12757
12758 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12759
9984dd01
JM
127602012-11-28 Joseph Myers <joseph@codesourcery.com>
12761
12762 [BZ #14803]
12763 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
12764 of pi/2 rounded to nearest to 64 bits.
12765 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
12766 nearest to 64 bits.
12767 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
12768 bits.
12769
14bc93a9
JL
127702012-11-28 Jeff Law <law@redhat.com>
12771 Martin Osvald <mosvald@redhat.com>
12772
12773 [BZ #14889]
12774 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
12775 * sunrpc/svc.c: Include time.h.
12776 (__svc_accept_failed): New function.
12777 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
12778 any reason other than EINTR, call __svc_accept_failed.
12779 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
12780 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
12781
e3c6aa3a
AS
127822012-11-28 Andreas Schwab <schwab@suse.de>
12783
12784 * scripts/abilist.awk: Also handle indirect functions in .opd
12785 section.
12786
1bead169
JM
127872012-11-28 Joseph Myers <joseph@codesourcery.com>
12788
12789 [BZ #13881]
12790 * sysdeps/x86/fpu/powl_helper.c: New file.
12791 * sysdeps/x86/fpu/Makefile: Likewise.
12792 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
12793 (p3): New object.
12794 (__ieee754_powl): Use __powl_helper for finite arguments except
12795 integer exponents below 8.
12796 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
12797 (p3): New object.
12798 (__ieee754_powl): Use __powl_helper for finite arguments except
12799 integer exponents below 8.
12800 * math/libm-test.inc (pow_test): Add more tests and enable some
12801 previously disabled tests.
12802 * sysdeps/i386/fpu/libm-test-ulps: Update.
12803 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12804
0817d63d
SP
128052012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12806 Carlos O'Donell <carlos_odonell@mentor.com>
12807
12808 * nss/makedb.c (is_prime): Assert that input is odd and greater
12809 than 4. Note that fact in a comment too.
12810 (next_prime): Add 4 to input.
12811
de2fd463
SP
128122012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12813
12814 [BZ #11741]
12815 * libio/Makefile (tests): Add test case tst-fwrite-error.
12816 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
12817 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
12818 * libio/tst-fwrite-error.c: New test case.
12819
c515fb51
L
128202012-11-26 H.J. Lu <hongjiu.lu@intel.com>
12821
12822 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
12823 before casting to void *.
12824 * include/libc-internal.h (__pointer_type): New macro.
12825 (__integer_if_pointer_type_sub): Likewise.
12826 (__integer_if_pointer_type): Likewise.
12827 (cast_to_integer): Likewise.
12828 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
12829 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
12830 before casting to atomic64_t.
12831 (atomic_exchange_acq): Likewise.
12832 (__arch_exchange_and_add_body): Likewise.
12833 (__arch_add_body): Likewise.
12834 (atomic_add_negative): Likewise.
12835 (atomic_add_zero): Likewise.
12836
4cf77aa9
JM
128372012-11-26 Joseph Myers <joseph@codesourcery.com>
12838
12839 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
12840 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
12841 (add_fdes): Likewise.
12842 (linear_search_fdes): Likewise.
12843 (binary_search_unencoded_fdes): Likewise.
12844
d260b3b4
AS
128452012-11-26 Andreas Schwab <schwab@linux-m68k.org>
12846
12847 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
12848
67060746
AC
128492012-11-24 Adam Conrad <adconrad@0c3.net>
12850
12851 * configure.in: Autodetect C++ header directories.
12852 * configure: Regenerated.
12853
800938a1
MF
128542012-11-23 Mike Frysinger <vapier@gentoo.org>
12855
12856 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
12857
4e6e34e6
AS
128582012-11-23 Andreas Schwab <schwab@linux-m68k.org>
12859
12860 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12861
7c7feb47
JM
128622012-11-22 Joseph Myers <joseph@codesourcery.com>
12863
7184dcdf
JM
12864 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
12865 LDBL_MANT_DIG == 106]: Disable some tests.
12866 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12867 Likewise.
12868 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12869 Likewise.
12870
0a42601f
JM
12871 [BZ #14871]
12872 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
12873 input for small inputs. Return +/- pi/2 for large inputs.
12874 * math/libm-test.inc (atan_test): Add more tests.
12875
79c9b9fe
JM
12876 * sysdeps/generic/unwind-dw2-fde-glibc.c
12877 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
12878 __attribute__ ((unused)).
12879
c60d3bf2
JM
12880 [BZ #14645]
12881 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
12882 x * y if x and y are nonzero and z is zero.
12883
ef1e0867
JM
12884 [BZ #14811]
12885 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
12886 nonzero exponents with absolute value below 0x1p-117 to +/-
12887 0x1p-117.
12888
1468ded3
JM
12889 [BZ #14869]
12890 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
12891 up arguments below 2**-450, not just those below 2**-500.
12892 * math/libm-test.inc (hypot_test): Add another test.
12893
8e27e3cc
JM
12894 [BZ #14868]
12895 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
12896 Return a+b for ratio over 2**120, not 2**60.
12897 * math/libm-test.inc (hypot_test): Add another test.
12898
c9c0279b
JM
12899 * math/libm-test.inc (clog_test): Use
12900 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
12901 (clog10_test): Likewise.
12902
7c7feb47
JM
12903 [BZ #6778]
12904 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
12905
fff1530e
AS
129062012-11-22 Andreas Schwab <schwab@suse.de>
12907
12908 * sysdeps/i386/fpu/libm-test-ulps: Update.
12909
94558d30
PT
129102012-11-22 Pino Toscano <toscano.pino@tiscali.it>
12911
12912 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
12913 printf output with newline.
12914
7e1be741
L
129152012-11-21 H.J. Lu <hongjiu.lu@intel.com>
12916
6bfea974
L
12917 [BZ #14865]
12918 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
12919 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
12920 -z nodlopen, -z initfirst and -z execstack support.
12921 * configure: Regenerated.
12922
7e1be741
L
12923 * elf/elf.h (DF_1_NODIRECT): New macro.
12924 (DF_1_IGNMULDEF): Likewise.
12925 (DF_1_NOKSYMS): Likewise.
12926 (DF_1_NOHDR): Likewise.
12927 (DF_1_EDITED): Likewise.
12928 (DF_1_NORELOC): Likewise.
12929 (DF_1_SYMINTPOSE): Likewise.
12930 (DF_1_GLOBAUDIT): Likewise.
12931 (DF_1_SINGLETON): Likewise.
12932 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
12933 DT_1_SUPPORTED_MASK bits.
12934 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
12935
105ce2ce
CD
129362012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
12937
12938 * sysdeps/unix/make-syscalls.sh: Document prefixes.
12939
123be9de
TS
129402012-11-20 Thomas Schwinge <thomas@codesourcery.com>
12941
d072f3f7
TS
12942 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
12943 macro.
12944
123be9de
TS
12945 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
12946 (sendmmsg): Move declarations...
12947 * socket/sys/socket.h: ... here.
12948 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
12949 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
12950 include it from...
12951 * socket/recvmmsg.c: ... this new file.
12952 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
12953 (sendmmsg): Rename to __sendmmsg, create weak alias and make
12954 definition of __sendmmsg hidden.
12955 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
12956 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
12957 Move ENOSYS stub into and include it from...
12958 * socket/sendmmsg.c: ... this new file.
12959 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
12960 (sysdep_routines): Move recvmmsg and sendmmsg...
12961 * socket/Makefile (routines): ... here.
12962 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
12963 (GLIBC_PRIVATE): Add __sendmmsg.
12964 * include/sys/socket.h (__sendmmsg): Add declarations.
12965 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
12966 sendmmsg.
12967
cf9a5d18
JM
129682012-11-20 Joseph Myers <joseph@codesourcery.com>
12969
12970 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
12971 variable I1 with __attribute__ ((unused)).
12972 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
12973
ecd4caf9
JM
129742012-11-19 Joseph Myers <joseph@codesourcery.com>
12975
be14d48f
JM
12976 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
12977 DUMMY variables with __attribute__ ((unused)).
12978
ecd4caf9
JM
12979 * bits/byteswap.h: Include <bits/types.h>.
12980 (__bswap_64): Use __uint64_t instead of unsigned long long int.
12981
986cab95
PT
129822012-11-19 Pino Toscano <toscano.pino@tiscali.it>
12983
12984 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
12985 string_t. Do not manually set errno.
12986 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
12987 length with __strnlen. Make sure to both set errno and return it on
12988 failure.
12989
6d33cc9d
DM
129902012-11-19 David S. Miller <davem@davemloft.net>
12991
12992 With help from Joseph Myers.
12993 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
12994 very large arguments properly.
12995 * math/libm-test.inc (atan_test): New tests.
12996 (atan2_test): New tests.
12997 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12998 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12999
ee663277
JM
130002012-11-19 Joseph Myers <joseph@codesourcery.com>
13001
877f2d8e
JM
13002 [BZ #14856]
13003 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
13004 Define to 3.
13005
116fc08a
JM
13006 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
13007 [POSIX] (EADDRNOTAVAIL): Likewise.
13008 [POSIX] (EAFNOSUPPORT): Likewise.
13009 [POSIX] (EALREADY): Likewise.
13010 [POSIX] (ECONNABORTED): Likewise.
13011 [POSIX] (ECONNREFUSED): Likewise.
13012 [POSIX] (ECONNRESET): Likewise.
13013 [POSIX] (EDESTADDRREQ): Likewise.
13014 [POSIX] (EDQUOT): Likewise.
13015 [POSIX] (EHOSTUNREACH): Likewise.
13016 [POSIX] (EIDRM): Likewise.
13017 [POSIX] (EISCONN): Likewise.
13018 [POSIX] (ELOOP): Likewise.
13019 [POSIX] (EMULTIHOP): Likewise.
13020 [POSIX] (ENETDOWN): Likewise.
13021 [POSIX] (ENETUNREACH): Likewise.
13022 [POSIX] (ENOBUFS): Likewise.
13023 [POSIX] (ENODATA): Likewise.
13024 [POSIX] (ENOLINK): Likewise.
13025 [POSIX] (ENOMSG): Likewise.
13026 [POSIX] (ENOPROTOOPT): Likewise.
13027 [POSIX] (ENOSR): Likewise.
13028 [POSIX] (ENOSTR): Likewise.
13029 [POSIX] (ENOTCONN): Likewise.
13030 [POSIX] (ENOTSOCK): Likewise.
13031 [POSIX] (EOPNOTSUPP): Likewise.
13032 [POSIX] (EOVERFLOW): Likewise.
13033 [POSIX] (EPROTO): Likewise.
13034 [POSIX] (EPROTONOSUPPORT): Likewise.
13035 [POSIX] (EPROTOTYPE): Likewise.
13036 [POSIX] (ESTALE): Likewise.
13037 [POSIX] (ETIME): Likewise.
13038 [POSIX] (ETXTBSY): Likewise.
13039 [POSIX] (EWOULDBLOCK): Likewise.
13040 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
13041 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
13042 [POSIX] (SEEK_CUR): Likewise.
13043 [POSIX] (SEEK_END): Likewise.
13044 [POSIX || UNIX98] (mode_t): Do not require.
13045 [POSIX] (off_t): Likewise.
13046 [POSIX] (pid_t): Likewise.
13047 [POSIX] (sys/stat.h): Do not allow header.
13048 [POSIX] (unistd.h): Likewise.
13049 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
13050 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
13051 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
13052 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
13053 require.
13054 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
13055 sigevent): Specify elements.
13056 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
13057 entry.
13058 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
13059 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
13060
a483863f
JM
13061 * conform/data/cpio.h-data [POSIX]: Disable whole file.
13062 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
13063 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
13064 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
13065 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
13066 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
13067 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
13068 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
13069 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
13070 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
13071 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
13072 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
13073 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
13074 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
13075 Likewise.
13076 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
13077 Likewise.
13078 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
13079 Likewise.
13080 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
13081 Likewise.
13082 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
13083 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
13084 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
13085 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
13086 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
13087 Specify lower bound on value.
13088 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
13089 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
13090 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
13091 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
13092 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
13093 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
13094 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
13095 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
13096 value.
13097 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
13098 as optional.
13099 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
13100 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
13101 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
13102 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
13103 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
13104 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
13105 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
13106 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
13107 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
13108 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
13109 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
13110 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
13111 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
13112 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
13113 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
13114 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
13115 entry.
13116 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
13117 optional.
13118 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
13119 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
13120 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
13121 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
13122 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
13123 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
13124 Likewise.
13125 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
13126 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
13127 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
13128 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
13129 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
13130 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
13131 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
13132 as optional.
13133 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
13134 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
13135 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
13136 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
13137 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
13138 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
13139 specify as optional.
13140 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
13141 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
13142 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
13143 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
13144 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
13145 [XPG3] (NL_LANGMAX): Likewise.
13146 [POSIX || XPG3] (NL_MSGMAX): Likewise.
13147 [POSIX || XPG3] (NL_NMAX): Likewise.
13148 [POSIX || XPG3] (NL_SETMAX): Likewise.
13149 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
13150 [XPG3] (NZERO): Likewise.
13151 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
13152 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
13153 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
13154 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
13155 (REG_ERANGE): Expect.
13156 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
13157 optional-constant.
13158 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
13159 Use (void) in prototype.
13160 [POSIX] (*_t): Allow.
13161 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
13162 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
13163 (WRDE_BADVAL): Expect.
13164
5ba924e3
JM
13165 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
13166 expect.
13167 [XPG3 || XPG4] (O_RSYNC): Likewise.
13168 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
13169 Likewise.
13170 [XPG3 || XPG4] (pthread_sigmask): Likewise.
13171 [XPG3 || XPG4] (sigqueue): Likewise.
13172 [XPG3 || XPG4] (sigtimedwait): Likewise.
13173 [XPG3 || XPG4] (sigwaitinfo): Likewise.
13174 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
13175 [XPG3 || XPG4] (vsnprintf): Likewise.
13176 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
13177 Likewise.
13178 [XPG3 || XPG4] (blksize_t): Likewise.
13179 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
13180 Likewise.
13181 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
13182 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13183 [XPG3 || XPG4] (struct itimerspec): Likewise.
13184 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
13185 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
13186 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
13187 [XPG3 || XPG4] (clockid_t): Likewise.
13188 [XPG3 || XPG4] (timer_t): Likewise.
13189 [XPG3 || XPG4] (clock_getres): Likewise.
13190 [XPG3 || XPG4] (clock_gettime): Likewise.
13191 [XPG3 || XPG4] (clock_settime): Likewise.
13192 [XPG3 || XPG4] (nanosleep): Likewise.
13193 [XPG3 || XPG4] (timer_create): Likewise.
13194 [XPG3 || XPG4] (timer_delete): Likewise.
13195 [XPG3 || XPG4] (timer_gettime): Likewise.
13196 [XPG3 || XPG4] (timer_getoverrun): Likewise.
13197 [XPG3 || XPG4] (timer_settime): Likewise.
13198 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
13199 [XPG3 || XPG4] (getlogin_r): Likewise.
13200 [XPG3 || XPG4] (pread): Likewise.
13201 [XPG3 || XPG4] (pthread_atfork): Likewise.
13202 [XPG3 || XPG4] (pwrite): Likewise.
13203
ee663277
JM
13204 [BZ #14835]
13205 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
13206 <bits/siginfo.h>.
13207
942caa16
PT
132082012-11-19 Pino Toscano <toscano.pino@tiscali.it>
13209
e19af380
PT
13210 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
13211 finalizing MALLSTREAM.
13212
942caa16
PT
13213 * sysdeps/mach/hurd/syncfs.c: New file.
13214
cfde9b46
SP
132152012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
13216
13217 [BZ #14719]
13218 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
13219 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
13220 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
13221 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
13222 (_nss_dns_gethostbyname4_r): Likewise.
13223 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
13224 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
13225
f6da27e5
PH
132262012-11-19 Peng Haitao <penght@cn.fujitsu.com>
13227
13228 [BZ #13763]
13229 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
13230
6665d4a2
SM
132312012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
13232
1f51ee92
SM
13233 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
13234 * elf/cache.c (print_entry): Print ",AArch64" for
13235 FLAG_AARCH64_LIB64
13236
6665d4a2
SM
13237 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
13238 * elf/cache.c (print_entry): Print ",hard-float" for
13239 FLAG_ARM_LIBHF.
13240
05b227bd
DM
132412012-11-18 David S. Miller <davem@davemloft.net>
13242
13243 With help from Joseph Myers.
13244 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
13245 cutoff to 2**-13.
13246 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
13247 cutoff to 2**-25.
13248 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
13249 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
13250 small.
13251 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
13252 * math/libm-test.inc (y0_test): New tests.
13253 (y1_test): New tests.
13254 * sysdeps/i386/fpu/libm-test-ulps: Update.
13255 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13256 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13257
786b0b67
AS
132582012-11-18 Andreas Schwab <schwab@linux-m68k.org>
13259
13260 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
13261 64-bit targets.
13262 * configure: Regenerated.
13263
8e18b86d
DM
132642012-11-17 David S. Miller <davem@davemloft.net>
13265
13266 [BZ #14811]
13267 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
13268 nonzero exponents with absolute value below 0x1p-128 to +/-
13269 0x1p-128.
13270
531f1ae0
JM
132712012-11-17 Joseph Myers <joseph@codesourcery.com>
13272
12df29e2
JM
13273 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
13274
150dc1a0
JM
13275 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
13276
531f1ae0
JM
13277 * posix/getconf-speclist.c: New file.
13278 * posix/posix-envs.def: Likewise.
13279 * posix/confstr.c (START_ENV_GROUP): New macro.
13280 (END_ENV_GROUP): Likewise.
13281 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
13282 (KNOWN_PRESENT_ENV_STRING): Likewise.
13283 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
13284 (UNKNOWN_ENVIRONMENT): Likewise.
13285 (confstr): Include posix-envs.def instead of handling
13286 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
13287 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
13288 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
13289 (END_ENV_GROUP): Likewise.
13290 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
13291 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
13292 (UNKNOWN_ENVIRONMENT): Likewise.
13293 (__sysconf): Include posix-envs.def instead of handling associated
13294 cases directly here.
13295 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
13296 preprocessing getconf-speclist.c rather than running getconf or
13297 generating empty file.
13298
a93f9cbc
PT
132992012-11-16 Pino Toscano <toscano.pino@tiscali.it>
13300
13301 * scripts/check-local-headers.sh: Ignore 'mach' headers.
13302
d64d9f87
AL
133032012-11-16 Andrej Lajovic <natrij@gmail.com>
13304
13305 [BZ #14672]
13306 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
13307
447885eb
DM
133082012-11-16 David S. Miller <davem@davemloft.net>
13309
13310 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
13311 smaller than LDBL_EPSILON/2.0L, just return xm1.
13312
bcbf9830
L
133132012-11-16 H.J. Lu <hongjiu.lu@intel.com>
13314
13315 * elf/tst-array1.c (init): Set constructor priority to 1000.
13316 (fini): Set destructor priority to 1000.
13317 * elf/tst-array2dep.c: Likewise.
13318
2b766585
SP
133192012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13320
13321 [BZ #11741]
13322 * libio/fileops.c (_IO_new_file_write): Correctly return error.
13323 (_IO_new_file_xsputn): Also return EOF if none of the input
13324 data was written when overflow failed.
13325 * libio/iopadn.c (_IO_padn): Likewise.
13326 * libio/iowpadn.c (_IO_wpadn): Likewise.
13327 * stdio-common/tst-put-error.c: Add copyright notice.
13328 (do_test): Add case for printing padded string.
13329 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
13330 _IO_padn returned error.
13331 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
13332 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
13333 return EOF.
13334
b1848fde
SP
133352012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13336
13337 * libio/libioP.h: Add comment note that the references to C++
13338 bits are now obsolete.
13339
2fd89785
MS
133402012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13341
13342 * math/libm-test.inc (check_complex): Use asprintf.
13343
e3ea5409
JM
133442012-11-14 Joseph Myers <joseph@codesourcery.com>
13345
13346 * debug/pcprofiledump.c (print_version): Update copyright year.
13347 * malloc/memusagestat.c (print_version): Likewise.
13348
2e64d265
L
133492012-11-14 H.J. Lu <hongjiu.lu@intel.com>
13350
13351 [BZ #14831]
13352 * elf/Makefile (tests): Add tst-audit8.
13353 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
13354 ($(objpfx)tst-audit8.out): New target.
13355 (tst-audit8-ENV): New variable.
13356 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
13357 audit if l_reloc_result is NULL.
13358 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
13359 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
13360 * elf/tst-audit8.c: New file.
13361
c485e4d2
MS
133622012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13363
13364 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
13365 * misc/Makefile (CFLAGS-select.c): Define.
13366 * posix/Makefile (CFLAGS-pause.c): Define.
13367
3a0d900a
DM
133682012-11-13 David S. Miller <davem@davemloft.net>
13369
13370 * crypt/Makefile: Move test targets after toplevel Rules
13371 inclusion. Grab any necessary sysdep routines when linking.
13372 * crypt/md5.c (md5_process_block): Remove define, we will always
13373 name it __md5_process_block.
13374 (md5_finish_ctx): Update md5_process_block call.
13375 (md5_stream): Likewise.
13376 (md5_process_bytes): Likewise.
13377 (md5_process_block): Rename to __md5_process_block and move to ...
13378 * crypt/md5-block.c: ... here.
13379 * crypt/sha256.c (sha256_process_block): Move to ...
13380 * crypt/sha256-block.c: ... here.
13381 * crypt/sha512.c (sha512_process_block): Move to ...
13382 * crypt/sha512-block.c: ... here.
13383 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
13384 path.
13385 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
13386 * sysdeps/sparc/sparc64/multiarch/Makefile
13387 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
13388 crypt subdir.
13389 (localedef-aux): Add md5 crypto assembler when in locale subdir.
13390 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
13391 multiarch changes.
13392 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
13393 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
13394 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
13395 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
13396 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
13397 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
13398 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
13399 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
13400 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
13401 file.
13402 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
13403 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
13404 file.
13405 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
13406
8ca89318
JM
134072012-11-13 Joseph Myers <joseph@codesourcery.com>
13408
e27d476a
JM
13409 * timezone/tzselect.ksh: Update from tzcode git revision
13410 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
13411 * timezone/zdump.c: Likewise.
13412 * timezone/zic.c: Likewise.
13413 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
13414 in TZVERSION setting, not $(PKGVERSION).
13415 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
13416 REPORT_BUGS_TO settings.
13417
8ca89318
JM
13418 [BZ #14838]
13419 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
13420 macro.
13421
47594329
MS
134222012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13423
13424 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
13425 detection to immediately after _FP_ROUND().
13426 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
13427 bits are 0.
13428
640ac3f1
DM
134292012-11-11 David S. Miller <davem@davemloft.net>
13430
13431 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
13432 inttypes.h
13433 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
13434 __close rather than their public counterparts.
13435
3d2577bb
JM
134362012-11-10 Joseph Myers <joseph@codesourcery.com>
13437
13438 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
13439 file.
13440 [UNIX98] (sem_timedwait): Do not expect.
13441 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
13442 [XPG4 || UNIX98] (sockatmark): Do not expect.
13443 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
13444 (clock_getcpuclockid): Do not expect.
13445 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
13446 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
13447 Do not expect.
13448 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
13449 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
13450 [UNIX98] (vwscanf): Likewise.
13451 [UNIX98] (vswscanf): Likewise.
13452
fb1ae1ee
JM
134532012-11-09 Joseph Myers <joseph@codesourcery.com>
13454
9ec6f8bd
JM
13455 * timezone/version.h: Remove file.
13456 * timezone/README: Do not refer to version.h.
13457 * timezone/Makefile ($(objpfx)zic.o): New dependency on
13458 $(objpfx)version.h.
13459 ($(objpfx)zdump.o): Likewise.
c3f81911 13460 ($(objpfx)version.h): New target.
9ec6f8bd 13461
0aa8f8a1
JM
13462 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
13463 2012i.
13464 * timezone/README: Don't mention modification to tzselect.ksh.
13465 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
13466 work on unmodified tzselect.ksh. Substitute version numbers in
13467 tzselect.ksh.
13468
4e87147f
JM
13469 * Makefile (format-me): Remove.
13470 (INSTALL): Adjust indentation. Use commands directly instead of
13471 using $(format-me).
13472
8b748aed
JM
13473 * aclocal.m4 (ACX_PKGVERSION): New macro.
13474 (ACX_BUGURL): Likewise.
13475 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
13476 (PKGVERSION): New AC_DEFINE_UNQUOTED.
13477 (REPORT_BUGS_TO): Likewise.
13478 * configure: Regenerated.
13479 * config.h.in (PKGVERSION): New macro.
13480 (REPORT_BUGS_TO): Likewise.
13481 * config.make.in (PKGVERSION): New variable.
13482 (PKGVERSION_TEXI): Likewise.
13483 (REPORT_BUGS_TO): Likewise.
13484 (REPORT_BUGS_TEXI): Likewise.
13485 * Makefile (format-me): Use -I$(common-objpfx)manual.
13486 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
13487 ($(common-objpfx)manual/%): New target.
13488 (manual/%): Remove target.
13489 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
13490 (print_version): Use PKGVERSION.
13491 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
13492 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
13493 and REPORT_BUGS_TO.
13494 ($(objpfx)xtrace): Likewise.
13495 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
13496 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
13497 (print_version): Use PKGVERSION.
13498 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
13499 (do_version): Use PKGVERSION.
13500 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
13501 REPORT_BUGS_TO.
13502 (common-ldd-rewrite): Likewise.
13503 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
13504 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
13505 (print_version): Use PKGVERSION.
13506 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
13507 * elf/pldd.c (argp_program_bug_address): Remove variable.
13508 (more_help): New function.
13509 (argp): Use more_help.
13510 (print_version): Use PKGVERSION.
13511 * elf/sln.c (main): Use PKGVERSION.
13512 (usage): Use REPORT_BUGS_TO.
13513 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
13514 (top level): Use PKGVERSION.
13515 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
13516 (print_version): Use PKGVERSION.
13517 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
13518 (print_version): Use PKGVERSION.
13519 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
13520 (print_version): Use PKGVERSION.
13521 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
13522 (print_version): Use PKGVERSION.
13523 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
13524 (print_version): Use PKGVERSION.
13525 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
13526 (print_version): Use PKGVERSION.
13527 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
13528 and BUGURL.
13529 ($(objpfx)memusage): Likewise.
13530 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
13531 (do_version): Use PKGVERSION.
13532 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
13533 (print_version): Use PKGVERSION.
13534 * malloc/mtrace.pl ($PACKAGE): Remove variable.
13535 ($PKGVERSION): New variable.
13536 ($REPORT_BUGS_TO): Likewise.
13537 (usage): Use $REPORT_BUGS_TO.
13538 (top level): Use $PKGVERSION.
13539 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
13540 ($(objpfx)pkgvers.texi): New rule.
13541 ($(objpfx)stamp-pkgvers): Likewise.
13542 * manual/install.texi: Include pkgvers.texi.
13543 (--with-pkgversion): Document new configure option.
13544 (--with-bugurl): Likewise.
13545 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
13546 than necessarily for this particular distribution. Use
13547 REPORT_BUGS_TO for where to report bugs.
13548 * INSTALL: Regenerated.
13549 * manual/libc.texinfo: Include pkgvers.texi.
13550 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
13551 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
13552 (print_version): Use PKGVERSION.
13553 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
13554 (print_version): Use PKGVERSION.
13555 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
13556 (print_version): Use PKGVERSION.
13557 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
13558 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
13559 macro.
13560 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
13561 (print_version): Use PKGVERSION.
13562 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
13563 (print_version): Use PKGVERSION.
13564 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
13565 and PKGVERSION.
13566
92e4b6a9
JM
13567 * timezone/checktab.awk: Update from tzcode 2012i.
13568 * timezone/ialloc.c: Likewise.
13569 * timezone/private.h: Likewise.
13570 * timezone/scheck.c: Likewise.
13571 * timezone/tzfile.h: Likewise.
13572 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
13573 (TZVERSION): Hardcode tzcode version number.
13574 * timezone/zdump.c: Update from tzcode 2012i.
13575 * timezone/zic.c: Likewise.
13576 * timezone/version.h: New file.
13577 * timezone/README: Describe version.h. Update upstream location.
13578
9bde902c
JM
13579 [BZ #14824]
13580 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
13581 (mktemp): Enable declaration.
13582 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
13583 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
13584 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
13585 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
13586 Likewise.
13587 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
13588 Likewise.
13589 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
13590 Likewise.
13591 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
13592 Likewise.
13593 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
13594 Likewise.
13595 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
13596 Likewise.
13597
fb1ae1ee
JM
13598 [BZ #14821]
13599 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
13600 offset in buffer as u_int32_t not u_long. Consistently use memcpy
13601 for copies of such integer values.
13602 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
13603 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
13604
2c1adbcb
AJ
136052012-11-09 Andreas Jaeger <aj@suse.de>
13606
13607 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
13608 definitions and declarations that are provided by
13609 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
13610
d0f8457e
AK
136112012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13612
3a235abb 13613 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
13614 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
13615 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
13616 definition.
13617
57241e26
MS
136182012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13619
13620 * elf/elf.h: Update comment before AArch64 relocations.
13621
60e8270d
DM
136222012-11-07 David S. Miller <davem@davemloft.net>
13623
13624 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
13625 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
13626 (__start_context): Declare.
13627 (__makecontext_ret): Delete.
13628 (__makecontext): Hook up __start_context instead of
13629 __makecontext_ret.
13630 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
13631 (sysdep_routines): Add __start_context when in stdlib.
13632
0fbb0fbc
JM
136332012-11-07 Joseph Myers <joseph@codesourcery.com>
13634
13635 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
13636 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
13637 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
13638 hardcoded "nm".
13639 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
13640 (READELF): New variable. Use it instead of hardcoded "readelf".
13641
eb48db7e
L
136422012-11-07 H.J. Lu <hongjiu.lu@intel.com>
13643
13644 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
13645 * sysdeps/x86/Makefile: Here.
13646 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
13647 * sysdeps/x86/tst-xmmymm.sh: This.
13648
05bcf62a
JM
136492012-11-07 Joseph Myers <joseph@codesourcery.com>
13650
c4b6cf53
JM
13651 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
13652 expectations.
13653 [UNIX98] (pthread_barrier_t): Do not expect.
13654 [UNIX98] (pthread_barrierattr_t): Likewise.
13655 [UNIX98] (pthread_spinlock_t): Likewise.
13656 [UNIX98] (pthread_barrier_destroy): Likewise.
13657 [UNIX98] (pthread_barrier_init): Likewise.
13658 [UNIX98] (pthread_barrier_wait): Likewise.
13659 [UNIX98] (pthread_barrierattr_destroy): Likewise.
13660 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
13661 [UNIX98] (pthread_barrierattr_init): Likewise.
13662 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
13663 [UNIX98] (pthread_getcpuclockid): Likewise.
13664 [UNIX98] (pthread_mutex_timedlock): Likewise.
13665 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
13666 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
13667 [UNIX98] (pthread_sigmask): Likewise.
13668 [UNIX98] (pthread_spin_destroy): Likewise.
13669 [UNIX98] (pthread_spin_init): Likewise.
13670 [UNIX98] (pthread_spin_lock): Likewise.
13671 [UNIX98] (pthread_spin_trylock): Likewise.
13672 [UNIX98] (pthread_spin_unlock): Likewise.
13673 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
13674 Do not expect.
13675 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
13676 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
13677 [XPG3 || XPG4] (pthread_cond_t): Likewise.
13678 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
13679 [XPG3 || XPG4] (pthread_key_t): Likewise.
13680 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
13681 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
13682 [XPG3 || XPG4] (pthread_once_t): Likewise.
13683 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
13684 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
13685 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
13686 [XPG3 || XPG4] (pthread_t): Likewise.
13687
cbe6e120
JM
13688 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
13689 not expect.
13690 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
13691
1b126443
JM
13692 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
13693 Change function return type to int.
13694
b961a573
JM
13695 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
13696 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
13697 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
13698 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
13699 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
13700 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
13701 [!POSIX] (posix_madvise): Likewise.
13702 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
13703 && !UNIX98].
13704 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
13705 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
13706 (mode_t): Likewise.
13707 (posix_mem_offset): Likewise.
13708 (posix_typed_mem_get_info): Likewise.
13709 (posix_typed_mem_open): Likewise.
13710
9e188909
JM
13711 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
13712 Change condition to [XOPEN2K8].
13713
05bcf62a
JM
13714 * conform/conformtest.pl: Preprocess allow-header data with -x c
13715 instead of from stdin.
13716 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
13717 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
13718 [C99-based standards] (cerfc): Likewise.
13719 [C99-based standards] (cexp2): Likewise.
13720 [C99-based standards] (cexpm1): Likewise.
13721 [C99-based standards] (clog10): Likewise.
13722 [C99-based standards] (clog1p): Likewise.
13723 [C99-based standards] (clog2): Likewise.
13724 [C99-based standards] (clgamma): Likewise.
13725 [C99-based standards] (ctgamma): Likewise.
13726 [C99-based standards] (cerff): Likewise.
13727 [C99-based standards] (cerfcf): Likewise.
13728 [C99-based standards] (cexp2f): Likewise.
13729 [C99-based standards] (cexpm1f): Likewise.
13730 [C99-based standards] (clog10f): Likewise.
13731 [C99-based standards] (clog1pf): Likewise.
13732 [C99-based standards] (clog2f): Likewise.
13733 [C99-based standards] (clgammaf): Likewise.
13734 [C99-based standards] (ctgammaf): Likewise.
13735 [C99-based standards] (cerfl): Likewise.
13736 [C99-based standards] (cerfcl): Likewise.
13737 [C99-based standards] (cexp2l): Likewise.
13738 [C99-based standards] (cexpm1l): Likewise.
13739 [C99-based standards] (clog10l): Likewise.
13740 [C99-based standards] (clog1pl): Likewise.
13741 [C99-based standards] (clog2l): Likewise.
13742 [C99-based standards] (clgammal): Likewise.
13743 [C99-based standards] (ctgammal): Likewise.
13744 * conform/data/inttypes.h-data [C99-based standards]: Include
13745 stdint.h-data. Remove all expectations for stdint.h contents.
13746 [C99-based standards] (PRI*): Do not allow.
13747 [C99-based standards] (SCN*): Likewise.
13748 [C99-based standards] (*_t): Likewise.
13749 [C99-based-standards] (PRId8): Expect macro.
13750 [C99-based-standards] (PRIi8): Likewise.
13751 [C99-based-standards] (PRIo8): Likewise.
13752 [C99-based-standards] (PRIu8): Likewise.
13753 [C99-based-standards] (PRIx8): Likewise.
13754 [C99-based-standards] (PRIX8): Likewise.
13755 [C99-based-standards] (SCNd8): Likewise.
13756 [C99-based-standards] (SCNi8): Likewise.
13757 [C99-based-standards] (SCNo8): Likewise.
13758 [C99-based-standards] (SCNu8): Likewise.
13759 [C99-based-standards] (SCNx8): Likewise.
13760 [C99-based-standards] (PRIdLEAST8): Likewise.
13761 [C99-based-standards] (PRIiLEAST8): Likewise.
13762 [C99-based-standards] (PRIoLEAST8): Likewise.
13763 [C99-based-standards] (PRIuLEAST8): Likewise.
13764 [C99-based-standards] (PRIxLEAST8): Likewise.
13765 [C99-based-standards] (PRIXLEAST8): Likewise.
13766 [C99-based-standards] (SCNdLEAST8): Likewise.
13767 [C99-based-standards] (SCNiLEAST8): Likewise.
13768 [C99-based-standards] (SCNoLEAST8): Likewise.
13769 [C99-based-standards] (SCNuLEAST8): Likewise.
13770 [C99-based-standards] (SCNxLEAST8): Likewise.
13771 [C99-based-standards] (PRIdFAST8): Likewise.
13772 [C99-based-standards] (PRIiFAST8): Likewise.
13773 [C99-based-standards] (PRIoFAST8): Likewise.
13774 [C99-based-standards] (PRIuFAST8): Likewise.
13775 [C99-based-standards] (PRIxFAST8): Likewise.
13776 [C99-based-standards] (PRIXFAST8): Likewise.
13777 [C99-based-standards] (SCNdFAST8): Likewise.
13778 [C99-based-standards] (SCNiFAST8): Likewise.
13779 [C99-based-standards] (SCNoFAST8): Likewise.
13780 [C99-based-standards] (SCNuFAST8): Likewise.
13781 [C99-based-standards] (SCNxFAST8): Likewise.
13782 [C99-based-standards] (PRId16): Likewise.
13783 [C99-based-standards] (PRIi16): Likewise.
13784 [C99-based-standards] (PRIo16): Likewise.
13785 [C99-based-standards] (PRIu16): Likewise.
13786 [C99-based-standards] (PRIx16): Likewise.
13787 [C99-based-standards] (PRIX16): Likewise.
13788 [C99-based-standards] (SCNd16): Likewise.
13789 [C99-based-standards] (SCNi16): Likewise.
13790 [C99-based-standards] (SCNo16): Likewise.
13791 [C99-based-standards] (SCNu16): Likewise.
13792 [C99-based-standards] (SCNx16): Likewise.
13793 [C99-based-standards] (PRIdLEAST16): Likewise.
13794 [C99-based-standards] (PRIiLEAST16): Likewise.
13795 [C99-based-standards] (PRIoLEAST16): Likewise.
13796 [C99-based-standards] (PRIuLEAST16): Likewise.
13797 [C99-based-standards] (PRIxLEAST16): Likewise.
13798 [C99-based-standards] (PRIXLEAST16): Likewise.
13799 [C99-based-standards] (SCNdLEAST16): Likewise.
13800 [C99-based-standards] (SCNiLEAST16): Likewise.
13801 [C99-based-standards] (SCNoLEAST16): Likewise.
13802 [C99-based-standards] (SCNuLEAST16): Likewise.
13803 [C99-based-standards] (SCNxLEAST16): Likewise.
13804 [C99-based-standards] (PRIdFAST16): Likewise.
13805 [C99-based-standards] (PRIiFAST16): Likewise.
13806 [C99-based-standards] (PRIoFAST16): Likewise.
13807 [C99-based-standards] (PRIuFAST16): Likewise.
13808 [C99-based-standards] (PRIxFAST16): Likewise.
13809 [C99-based-standards] (PRIXFAST16): Likewise.
13810 [C99-based-standards] (SCNdFAST16): Likewise.
13811 [C99-based-standards] (SCNiFAST16): Likewise.
13812 [C99-based-standards] (SCNoFAST16): Likewise.
13813 [C99-based-standards] (SCNuFAST16): Likewise.
13814 [C99-based-standards] (SCNxFAST16): Likewise.
13815 [C99-based-standards] (PRId32): Likewise.
13816 [C99-based-standards] (PRIi32): Likewise.
13817 [C99-based-standards] (PRIo32): Likewise.
13818 [C99-based-standards] (PRIu32): Likewise.
13819 [C99-based-standards] (PRIx32): Likewise.
13820 [C99-based-standards] (PRIX32): Likewise.
13821 [C99-based-standards] (SCNd32): Likewise.
13822 [C99-based-standards] (SCNi32): Likewise.
13823 [C99-based-standards] (SCNo32): Likewise.
13824 [C99-based-standards] (SCNu32): Likewise.
13825 [C99-based-standards] (SCNx32): Likewise.
13826 [C99-based-standards] (PRIdLEAST32): Likewise.
13827 [C99-based-standards] (PRIiLEAST32): Likewise.
13828 [C99-based-standards] (PRIoLEAST32): Likewise.
13829 [C99-based-standards] (PRIuLEAST32): Likewise.
13830 [C99-based-standards] (PRIxLEAST32): Likewise.
13831 [C99-based-standards] (PRIXLEAST32): Likewise.
13832 [C99-based-standards] (SCNdLEAST32): Likewise.
13833 [C99-based-standards] (SCNiLEAST32): Likewise.
13834 [C99-based-standards] (SCNoLEAST32): Likewise.
13835 [C99-based-standards] (SCNuLEAST32): Likewise.
13836 [C99-based-standards] (SCNxLEAST32): Likewise.
13837 [C99-based-standards] (PRIdFAST32): Likewise.
13838 [C99-based-standards] (PRIiFAST32): Likewise.
13839 [C99-based-standards] (PRIoFAST32): Likewise.
13840 [C99-based-standards] (PRIuFAST32): Likewise.
13841 [C99-based-standards] (PRIxFAST32): Likewise.
13842 [C99-based-standards] (PRIXFAST32): Likewise.
13843 [C99-based-standards] (SCNdFAST32): Likewise.
13844 [C99-based-standards] (SCNiFAST32): Likewise.
13845 [C99-based-standards] (SCNoFAST32): Likewise.
13846 [C99-based-standards] (SCNuFAST32): Likewise.
13847 [C99-based-standards] (SCNxFAST32): Likewise.
13848 [C99-based-standards] (PRId64): Likewise.
13849 [C99-based-standards] (PRIi64): Likewise.
13850 [C99-based-standards] (PRIo64): Likewise.
13851 [C99-based-standards] (PRIu64): Likewise.
13852 [C99-based-standards] (PRIx64): Likewise.
13853 [C99-based-standards] (PRIX64): Likewise.
13854 [C99-based-standards] (SCNd64): Likewise.
13855 [C99-based-standards] (SCNi64): Likewise.
13856 [C99-based-standards] (SCNo64): Likewise.
13857 [C99-based-standards] (SCNu64): Likewise.
13858 [C99-based-standards] (SCNx64): Likewise.
13859 [C99-based-standards] (PRIdLEAST64): Likewise.
13860 [C99-based-standards] (PRIiLEAST64): Likewise.
13861 [C99-based-standards] (PRIoLEAST64): Likewise.
13862 [C99-based-standards] (PRIuLEAST64): Likewise.
13863 [C99-based-standards] (PRIxLEAST64): Likewise.
13864 [C99-based-standards] (PRIXLEAST64): Likewise.
13865 [C99-based-standards] (SCNdLEAST64): Likewise.
13866 [C99-based-standards] (SCNiLEAST64): Likewise.
13867 [C99-based-standards] (SCNoLEAST64): Likewise.
13868 [C99-based-standards] (SCNuLEAST64): Likewise.
13869 [C99-based-standards] (SCNxLEAST64): Likewise.
13870 [C99-based-standards] (PRIdFAST64): Likewise.
13871 [C99-based-standards] (PRIiFAST64): Likewise.
13872 [C99-based-standards] (PRIoFAST64): Likewise.
13873 [C99-based-standards] (PRIuFAST64): Likewise.
13874 [C99-based-standards] (PRIxFAST64): Likewise.
13875 [C99-based-standards] (PRIXFAST64): Likewise.
13876 [C99-based-standards] (SCNdFAST64): Likewise.
13877 [C99-based-standards] (SCNiFAST64): Likewise.
13878 [C99-based-standards] (SCNoFAST64): Likewise.
13879 [C99-based-standards] (SCNuFAST64): Likewise.
13880 [C99-based-standards] (SCNxFAST64): Likewise.
13881 [C99-based-standards] (PRIdMAX): Likewise.
13882 [C99-based-standards] (PRIiMAX): Likewise.
13883 [C99-based-standards] (PRIoMAX): Likewise.
13884 [C99-based-standards] (PRIuMAX): Likewise.
13885 [C99-based-standards] (PRIxMAX): Likewise.
13886 [C99-based-standards] (PRIXMAX): Likewise.
13887 [C99-based-standards] (SCNdMAX): Likewise.
13888 [C99-based-standards] (SCNiMAX): Likewise.
13889 [C99-based-standards] (SCNoMAX): Likewise.
13890 [C99-based-standards] (SCNuMAX): Likewise.
13891 [C99-based-standards] (SCNxMAX): Likewise.
13892 [C99-based-standards] (PRIdPTR): Likewise.
13893 [C99-based-standards] (PRIiPTR): Likewise.
13894 [C99-based-standards] (PRIoPTR): Likewise.
13895 [C99-based-standards] (PRIuPTR): Likewise.
13896 [C99-based-standards] (PRIxPTR): Likewise.
13897 [C99-based-standards] (PRIXPTR): Likewise.
13898 [C99-based-standards] (SCNdPTR): Likewise.
13899 [C99-based-standards] (SCNiPTR): Likewise.
13900 [C99-based-standards] (SCNoPTR): Likewise.
13901 [C99-based-standards] (SCNuPTR): Likewise.
13902 [C99-based-standards] (SCNxPTR): Likewise.
13903 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
13904 allow.
13905 * conform/data/stdint.h-data: Update comments to clarify
13906 requirements.
13907 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
13908 type.
13909 [C99-based standards] (INT8_MAX): Likewise.
13910 [C99-based standards] (INT16_MIN): Likewise.
13911 [C99-based standards] (INT16_MAX): Likewise.
13912 [C99-based standards] (INT32_MIN): Likewise.
13913 [C99-based standards] (INT32_MAX): Likewise.
13914 [C99-based standards] (INT64_MIN): Likewise.
13915 [C99-based standards] (INT64_MAX): Likewise.
13916 [C99-based standards] (UINT8_MAX): Likewise.
13917 [C99-based standards] (UINT16_MAX): Likewise.
13918 [C99-based standards] (UINT32_MAX): Likewise.
13919 [C99-based standards] (UINT64_MAX): Likewise.
13920 [C99-based standards] (INT_LEAST8_MIN): Likewise.
13921 [C99-based standards] (INT_LEAST8_MAX): Likewise.
13922 [C99-based standards] (INT_LEAST16_MIN): Likewise.
13923 [C99-based standards] (INT_LEAST16_MAX): Likewise.
13924 [C99-based standards] (INT_LEAST32_MIN): Likewise.
13925 [C99-based standards] (INT_LEAST32_MAX): Likewise.
13926 [C99-based standards] (INT_LEAST64_MIN): Likewise.
13927 [C99-based standards] (INT_LEAST64_MAX): Likewise.
13928 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
13929 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
13930 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
13931 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
13932 [C99-based standards] (INT_FAST8_MIN): Likewise.
13933 [C99-based standards] (INT_FAST8_MAX): Likewise.
13934 [C99-based standards] (INT_FAST16_MIN): Likewise.
13935 [C99-based standards] (INT_FAST16_MAX): Likewise.
13936 [C99-based standards] (INT_FAST32_MIN): Likewise.
13937 [C99-based standards] (INT_FAST32_MAX): Likewise.
13938 [C99-based standards] (INT_FAST64_MIN): Likewise.
13939 [C99-based standards] (INT_FAST64_MAX): Likewise.
13940 [C99-based standards] (UINT_FAST8_MAX): Likewise.
13941 [C99-based standards] (UINT_FAST16_MAX): Likewise.
13942 [C99-based standards] (UINT_FAST32_MAX): Likewise.
13943 [C99-based standards] (UINT_FAST64_MAX): Likewise.
13944 [C99-based standards] (INTPTR_MIN): Likewise.
13945 [C99-based standards] (INTPTR_MAX): Likewise.
13946 [C99-based standards] (UINTPTR_MAX): Likewise.
13947 [C99-based standards] (INTMAX_MIN): Likewise.
13948 [C99-based standards] (INTMAX_MAX): Likewise.
13949 [C99-based standards] (UINTMAX_MAX): Likewise.
13950 [C99-based standards] (PTRDIFF_MIN): Likewise.
13951 [C99-based standards] (PTRDIFF_MAX): Likewise.
13952 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
13953 [C99-based standards] (SIZE_MAX): Likewise.
13954 [C99-based standards] (WCHAR_MAX): Likewise.
13955 [C99-based standards] (WINT_MAX): Likewise.
13956 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
13957 constraint on value.
13958 [C99-based standards] (WCHAR_MIN): Likewise.
13959 [C99-based standards] (WINT_MIN): Likewise.
13960 [C99-based standards] (*_t): Allow.
13961 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
13962 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
13963 Include math.h-data and complex.h-data. Remove all expectations
13964 of math.h and complex.h contents.
13965 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
13966 at end of line.
13967 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
13968 (struct tm): Expect tag.
13969 [C99-based-standards] (wcstof): Expect function.
13970 [C99-based-standards] (wcstold): Likewise.
13971 [C99-based-standards] (wcstoll): Likewise.
13972 [C99-based-standards] (wcstoull): Likewise.
13973 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
13974 macro-int-constant. Specify type.
13975 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
13976 constraint on value.
13977 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13978 Specify type.
13979 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
13980 Specify value.
13981 [ISO C standards]: Do not allow headers.
13982 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
13983 wcs[abcdefghijklmnopqrstuvwxyz]*.
13984 [ISO C standards] (*_t): Do not allow.
13985 * conform/data/wctype.h-data [C99-based standards] (iswblank):
13986 Expect function.
13987 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
13988 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13989 Specify type.
13990 [ISO C standards]: Do not allow headers.
13991 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
13992 is[abcdefghijklmnopqrstuvwxyz]*.
13993 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
13994 to[abcdefghijklmnopqrstuvwxyz]*.
13995 [ISO C standards] (*_t): Do not allow.
13996 * conform/data/stdalign.h-data: New file.
13997 * conform/data/stdbool.h-data: Likewise.
13998 * conform/data/stdnoreturn.h-data: Likewise.
13999
7514feb8
RM
140002012-11-07 Roland McGrath <roland@hack.frob.com>
14001
14002 [BZ #14815]
14003 * manual/filesys.texi (Directory Entries): Typo fix.
14004 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
14005
19b2ecfc
MS
140062012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14007
14008 * elf/elf.h (EM_AARCH64): New macro.
14009 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
14010 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
14011 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
14012 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
14013 (R_AARCH64_TLSDESC): Likewise.
14014 (NT_ARM_TLS): Likewise.
14015 (NT_ARM_HW_BREAK): Likewise.
14016 (NT_ARM_HW_WATCH): Likewise.
14017
60e235ee
JM
140182012-11-07 Joseph Myers <joseph@codesourcery.com>
14019
14020 [BZ #14811]
14021 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
14022 (__ieee754_powl): Saturate nonzero exponents with absolute value
14023 below 0x1p-79 to +/- 0x1p-79.
14024 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
14025 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
14026 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
14027 nonzero exponents with absolute value below 0x1p-32 to +/-
14028 0x1p-32.
14029 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
14030 (__ieee754_powl): Saturate nonzero exponents with absolute value
14031 below 0x1p-79 to +/- 0x1p-79.
14032 * math/libm-test.inc (pow_test): Add more tests.
14033
0ab234b7
AK
140342012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14035
14036 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
14037 _dl_s390_cap_flags with kernel. Increase string length.
14038 (_dl_s390_platforms): Add z196 and zEC12.
14039
45832f74
JM
140402012-11-07 Joseph Myers <joseph@codesourcery.com>
14041
14042 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
14043 Change XOPEN21K to XOPEN2K.
14044
19218757
MK
140452012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
14046
14047 * string/memmove.c: Use memcpy when possible.
14048
c5f45721
AJ
140492012-11-06 Andreas Jaeger <aj@suse.de>
14050
14051 * po/eo.po: Update from translation team.
14052
82477c28
JM
140532012-11-06 Joseph Myers <joseph@codesourcery.com>
14054
14055 [BZ #14793]
14056 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
14057 exponent and small x and y exponents, scale x or y up. Increase
14058 by 2 the exponent used in scaling up.
14059 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14060 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14061 * math/libm-test.inc (fma_test): Add more tests.
14062 (fma_test_towardzero): Likewise.
14063 (fma_test_downward): Likewise.
14064 (fma_test_upward): Likewise.
14065
99252c8c
JM
140662012-11-05 Joseph Myers <joseph@codesourcery.com>
14067
acfa885f
JM
14068 [BZ #14805]
14069 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
14070 fenv_t *.
14071
99252c8c
JM
14072 [BZ #14801]
14073 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
14074 namespace for names of struct fields.
14075 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
14076 fenv_t fields.
14077 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
14078 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
14079
d6d98dea
ST
140802012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
14081
14082 [BZ #3665]
14083 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
14084
e10bb107
TS
140852012-11-04 Thomas Schwinge <thomas@codesourcery.com>
14086
14087 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
14088 PTR_DEMANGLE.
14089
14090 [BZ #5246]
14091 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
14092 PTR_DEMANGLE.
14093
a0c2940d
JM
140942012-11-04 Joseph Myers <joseph@codesourcery.com>
14095
14096 [BZ #14797]
14097 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
14098 definitely overflow as x * y not x * y + z.
14099 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14100 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14101 * math/libm-test.inc (fma_test): Add more tests.
14102 (fma_test_towardzero): Likewise.
14103 (fma_test_downward): Likewise.
14104 (fma_test_upward): Likewise.
14105
b830319d
TS
141062012-11-04 Thomas Schwinge <thomas@codesourcery.com>
14107
14108 [BZ #157]
14109
14110 * include/stub-tag.h: Remove file.
14111 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
14112 '#include' of it.
14113 * manual/maint.texi (Porting): Don't reference it.
14114 * Makerules ($(objpfx)stubs): Likewise.
14115 * dirent/closedir.c: Don't include <stub-tag.h>.
14116 * dirent/dirfd.c: Likewise.
14117 * dirent/fdopendir.c: Likewise.
14118 * dirent/getdents.c: Likewise.
14119 * dirent/getdents64.c: Likewise.
14120 * dirent/opendir.c: Likewise.
14121 * dirent/readdir.c: Likewise.
14122 * dirent/readdir64.c: Likewise.
14123 * dirent/readdir64_r.c: Likewise.
14124 * dirent/readdir_r.c: Likewise.
14125 * dirent/rewinddir.c: Likewise.
14126 * dirent/seekdir.c: Likewise.
14127 * dirent/telldir.c: Likewise.
14128 * gmon/profil.c: Likewise.
14129 * grp/setgroups.c: Likewise.
14130 * inet/if_index.c: Likewise.
14131 * io/access.c: Likewise.
14132 * io/chdir.c: Likewise.
14133 * io/chmod.c: Likewise.
14134 * io/chown.c: Likewise.
14135 * io/close.c: Likewise.
14136 * io/dup.c: Likewise.
14137 * io/dup2.c: Likewise.
14138 * io/dup3.c: Likewise.
14139 * io/euidaccess.c: Likewise.
14140 * io/faccessat.c: Likewise.
14141 * io/fchdir.c: Likewise.
14142 * io/fchmod.c: Likewise.
14143 * io/fchmodat.c: Likewise.
14144 * io/fchown.c: Likewise.
14145 * io/fchownat.c: Likewise.
14146 * io/fcntl.c: Likewise.
14147 * io/flock.c: Likewise.
14148 * io/fstatfs.c: Likewise.
14149 * io/fstatfs64.c: Likewise.
14150 * io/fstatvfs.c: Likewise.
14151 * io/fstatvfs64.c: Likewise.
14152 * io/futimens.c: Likewise.
14153 * io/fxstat.c: Likewise.
14154 * io/fxstat64.c: Likewise.
14155 * io/fxstatat.c: Likewise.
14156 * io/fxstatat64.c: Likewise.
14157 * io/getcwd.c: Likewise.
14158 * io/isatty.c: Likewise.
14159 * io/lchmod.c: Likewise.
14160 * io/lchown.c: Likewise.
14161 * io/link.c: Likewise.
14162 * io/linkat.c: Likewise.
14163 * io/lseek.c: Likewise.
14164 * io/lseek64.c: Likewise.
14165 * io/lxstat64.c: Likewise.
14166 * io/mkdir.c: Likewise.
14167 * io/mkdirat.c: Likewise.
14168 * io/mkfifo.c: Likewise.
14169 * io/mkfifoat.c: Likewise.
14170 * io/open.c: Likewise.
14171 * io/open64.c: Likewise.
14172 * io/openat.c: Likewise.
14173 * io/openat64.c: Likewise.
14174 * io/pipe.c: Likewise.
14175 * io/pipe2.c: Likewise.
14176 * io/poll.c: Likewise.
14177 * io/posix_fadvise.c: Likewise.
14178 * io/posix_fadvise64.c: Likewise.
14179 * io/posix_fallocate.c: Likewise.
14180 * io/posix_fallocate64.c: Likewise.
14181 * io/read.c: Likewise.
14182 * io/readlink.c: Likewise.
14183 * io/readlinkat.c: Likewise.
14184 * io/rmdir.c: Likewise.
14185 * io/sendfile.c: Likewise.
14186 * io/sendfile64.c: Likewise.
14187 * io/statfs.c: Likewise.
14188 * io/statfs64.c: Likewise.
14189 * io/statvfs.c: Likewise.
14190 * io/statvfs64.c: Likewise.
14191 * io/symlink.c: Likewise.
14192 * io/symlinkat.c: Likewise.
14193 * io/ttyname.c: Likewise.
14194 * io/ttyname_r.c: Likewise.
14195 * io/umask.c: Likewise.
14196 * io/unlink.c: Likewise.
14197 * io/unlinkat.c: Likewise.
14198 * io/utime.c: Likewise.
14199 * io/utimensat.c: Likewise.
14200 * io/write.c: Likewise.
14201 * io/xmknod.c: Likewise.
14202 * io/xmknodat.c: Likewise.
14203 * io/xstat.c: Likewise.
14204 * io/xstat64.c: Likewise.
14205 * login/getpt.c: Likewise.
14206 * login/grantpt.c: Likewise.
14207 * login/unlockpt.c: Likewise.
14208 * math/e_acoshl.c: Likewise.
14209 * math/e_acosl.c: Likewise.
14210 * math/e_asinl.c: Likewise.
14211 * math/e_atan2l.c: Likewise.
14212 * math/e_atanhl.c: Likewise.
14213 * math/e_coshl.c: Likewise.
14214 * math/e_expl.c: Likewise.
14215 * math/e_fmodl.c: Likewise.
14216 * math/e_gammal_r.c: Likewise.
14217 * math/e_hypotl.c: Likewise.
14218 * math/e_j0l.c: Likewise.
14219 * math/e_j1l.c: Likewise.
14220 * math/e_jnl.c: Likewise.
14221 * math/e_lgammal_r.c: Likewise.
14222 * math/e_log10l.c: Likewise.
14223 * math/e_log2l.c: Likewise.
14224 * math/e_logl.c: Likewise.
14225 * math/e_powl.c: Likewise.
14226 * math/e_rem_pio2l.c: Likewise.
14227 * math/e_sinhl.c: Likewise.
14228 * math/e_sqrtl.c: Likewise.
14229 * math/fclrexcpt.c: Likewise.
14230 * math/fedisblxcpt.c: Likewise.
14231 * math/feenablxcpt.c: Likewise.
14232 * math/fegetenv.c: Likewise.
14233 * math/fegetexcept.c: Likewise.
14234 * math/fegetround.c: Likewise.
14235 * math/feholdexcpt.c: Likewise.
14236 * math/fesetenv.c: Likewise.
14237 * math/fesetround.c: Likewise.
14238 * math/feupdateenv.c: Likewise.
14239 * math/fgetexcptflg.c: Likewise.
14240 * math/fraiseexcpt.c: Likewise.
14241 * math/fsetexcptflg.c: Likewise.
14242 * math/ftestexcept.c: Likewise.
14243 * math/k_cosl.c: Likewise.
14244 * math/k_rem_pio2l.c: Likewise.
14245 * math/k_sinl.c: Likewise.
14246 * math/k_tanl.c: Likewise.
14247 * math/s_asinhl.c: Likewise.
14248 * math/s_atanl.c: Likewise.
14249 * math/s_cbrtl.c: Likewise.
14250 * math/s_erfl.c: Likewise.
14251 * math/s_expm1l.c: Likewise.
14252 * math/s_log1pl.c: Likewise.
14253 * math/s_tanhl.c: Likewise.
14254 * misc/acct.c: Likewise.
14255 * misc/brk.c: Likewise.
14256 * misc/chflags.c: Likewise.
14257 * misc/chroot.c: Likewise.
14258 * misc/fchflags.c: Likewise.
14259 * misc/fgetxattr.c: Likewise.
14260 * misc/flistxattr.c: Likewise.
14261 * misc/fremovexattr.c: Likewise.
14262 * misc/fsetxattr.c: Likewise.
14263 * misc/fsync.c: Likewise.
14264 * misc/ftruncate.c: Likewise.
14265 * misc/futimes.c: Likewise.
14266 * misc/futimesat.c: Likewise.
14267 * misc/getdomain.c: Likewise.
14268 * misc/getdtsz.c: Likewise.
14269 * misc/gethostid.c: Likewise.
14270 * misc/gethostname.c: Likewise.
14271 * misc/getloadavg.c: Likewise.
14272 * misc/getpagesize.c: Likewise.
14273 * misc/getsysstats.c: Likewise.
14274 * misc/getxattr.c: Likewise.
14275 * misc/gtty.c: Likewise.
14276 * misc/ioctl.c: Likewise.
14277 * misc/lgetxattr.c: Likewise.
14278 * misc/listxattr.c: Likewise.
14279 * misc/llistxattr.c: Likewise.
14280 * misc/lremovexattr.c: Likewise.
14281 * misc/lsetxattr.c: Likewise.
14282 * misc/lutimes.c: Likewise.
14283 * misc/madvise.c: Likewise.
14284 * misc/mincore.c: Likewise.
14285 * misc/mlock.c: Likewise.
14286 * misc/mlockall.c: Likewise.
14287 * misc/mmap.c: Likewise.
14288 * misc/mprotect.c: Likewise.
14289 * misc/msync.c: Likewise.
14290 * misc/munlock.c: Likewise.
14291 * misc/munlockall.c: Likewise.
14292 * misc/munmap.c: Likewise.
14293 * misc/preadv.c: Likewise.
14294 * misc/preadv64.c: Likewise.
14295 * misc/ptrace.c: Likewise.
14296 * misc/pwritev.c: Likewise.
14297 * misc/pwritev64.c: Likewise.
14298 * misc/readv.c: Likewise.
14299 * misc/reboot.c: Likewise.
14300 * misc/remap_file_pages.c: Likewise.
14301 * misc/removexattr.c: Likewise.
14302 * misc/revoke.c: Likewise.
14303 * misc/select.c: Likewise.
14304 * misc/setdomain.c: Likewise.
14305 * misc/setegid.c: Likewise.
14306 * misc/seteuid.c: Likewise.
14307 * misc/sethostid.c: Likewise.
14308 * misc/sethostname.c: Likewise.
14309 * misc/setregid.c: Likewise.
14310 * misc/setreuid.c: Likewise.
14311 * misc/setxattr.c: Likewise.
14312 * misc/sstk.c: Likewise.
14313 * misc/stty.c: Likewise.
14314 * misc/swapoff.c: Likewise.
14315 * misc/swapon.c: Likewise.
14316 * misc/sync.c: Likewise.
14317 * misc/syncfs.c: Likewise.
14318 * misc/syscall.c: Likewise.
14319 * misc/truncate.c: Likewise.
14320 * misc/ualarm.c: Likewise.
14321 * misc/usleep.c: Likewise.
14322 * misc/ustat.c: Likewise.
14323 * misc/utimes.c: Likewise.
14324 * misc/vhangup.c: Likewise.
14325 * misc/writev.c: Likewise.
14326 * posix/_exit.c: Likewise.
14327 * posix/alarm.c: Likewise.
14328 * posix/execve.c: Likewise.
14329 * posix/fexecve.c: Likewise.
14330 * posix/fork.c: Likewise.
14331 * posix/fpathconf.c: Likewise.
14332 * posix/getaddrinfo.c: Likewise.
14333 * posix/getegid.c: Likewise.
14334 * posix/geteuid.c: Likewise.
14335 * posix/getgid.c: Likewise.
14336 * posix/getgroups.c: Likewise.
14337 * posix/getlogin.c: Likewise.
14338 * posix/getlogin_r.c: Likewise.
14339 * posix/getpgid.c: Likewise.
14340 * posix/getpid.c: Likewise.
14341 * posix/getppid.c: Likewise.
14342 * posix/getresgid.c: Likewise.
14343 * posix/getresuid.c: Likewise.
14344 * posix/getsid.c: Likewise.
14345 * posix/getuid.c: Likewise.
14346 * posix/glob64.c: Likewise.
14347 * posix/nanosleep.c: Likewise.
14348 * posix/pathconf.c: Likewise.
14349 * posix/pause.c: Likewise.
14350 * posix/posix_madvise.c: Likewise.
14351 * posix/pread.c: Likewise.
14352 * posix/pread64.c: Likewise.
14353 * posix/pwrite.c: Likewise.
14354 * posix/pwrite64.c: Likewise.
14355 * posix/sched_getaffinity.c: Likewise.
14356 * posix/sched_getp.c: Likewise.
14357 * posix/sched_gets.c: Likewise.
14358 * posix/sched_primax.c: Likewise.
14359 * posix/sched_primin.c: Likewise.
14360 * posix/sched_rr_gi.c: Likewise.
14361 * posix/sched_setaffinity.c: Likewise.
14362 * posix/sched_setp.c: Likewise.
14363 * posix/sched_sets.c: Likewise.
14364 * posix/sched_yield.c: Likewise.
14365 * posix/setgid.c: Likewise.
14366 * posix/setlogin.c: Likewise.
14367 * posix/setpgid.c: Likewise.
14368 * posix/setresgid.c: Likewise.
14369 * posix/setresuid.c: Likewise.
14370 * posix/setsid.c: Likewise.
14371 * posix/setuid.c: Likewise.
14372 * posix/sleep.c: Likewise.
14373 * posix/spawni.c: Likewise.
14374 * posix/sysconf.c: Likewise.
14375 * posix/times.c: Likewise.
14376 * posix/wait.c: Likewise.
14377 * posix/wait3.c: Likewise.
14378 * posix/wait4.c: Likewise.
14379 * posix/waitpid.c: Likewise.
14380 * resolv/gai_sigqueue.c: Likewise.
14381 * resource/getpriority.c: Likewise.
14382 * resource/getrlimit.c: Likewise.
14383 * resource/getrusage.c: Likewise.
14384 * resource/nice.c: Likewise.
14385 * resource/setpriority.c: Likewise.
14386 * resource/setrlimit.c: Likewise.
14387 * resource/ulimit.c: Likewise.
14388 * rt/aio_cancel.c: Likewise.
14389 * rt/aio_fsync.c: Likewise.
14390 * rt/aio_read.c: Likewise.
14391 * rt/aio_sigqueue.c: Likewise.
14392 * rt/aio_suspend.c: Likewise.
14393 * rt/aio_write.c: Likewise.
14394 * rt/clock_getres.c: Likewise.
14395 * rt/clock_gettime.c: Likewise.
14396 * rt/clock_nanosleep.c: Likewise.
14397 * rt/clock_settime.c: Likewise.
14398 * rt/lio_listio.c: Likewise.
14399 * rt/mq_close.c: Likewise.
14400 * rt/mq_getattr.c: Likewise.
14401 * rt/mq_notify.c: Likewise.
14402 * rt/mq_open.c: Likewise.
14403 * rt/mq_receive.c: Likewise.
14404 * rt/mq_send.c: Likewise.
14405 * rt/mq_setattr.c: Likewise.
14406 * rt/mq_timedreceive.c: Likewise.
14407 * rt/mq_timedsend.c: Likewise.
14408 * rt/mq_unlink.c: Likewise.
14409 * rt/shm_open.c: Likewise.
14410 * rt/shm_unlink.c: Likewise.
14411 * rt/timer_create.c: Likewise.
14412 * rt/timer_delete.c: Likewise.
14413 * rt/timer_getoverr.c: Likewise.
14414 * rt/timer_gettime.c: Likewise.
14415 * rt/timer_settime.c: Likewise.
14416 * setjmp/__longjmp.c: Likewise.
14417 * setjmp/setjmp.c: Likewise.
14418 * signal/kill.c: Likewise.
14419 * signal/killpg.c: Likewise.
14420 * signal/raise.c: Likewise.
14421 * signal/sigaction.c: Likewise.
14422 * signal/sigaltstack.c: Likewise.
14423 * signal/sigblock.c: Likewise.
14424 * signal/sigignore.c: Likewise.
14425 * signal/sigintr.c: Likewise.
14426 * signal/signal.c: Likewise.
14427 * signal/sigpause.c: Likewise.
14428 * signal/sigpending.c: Likewise.
14429 * signal/sigqueue.c: Likewise.
14430 * signal/sigreturn.c: Likewise.
14431 * signal/sigset.c: Likewise.
14432 * signal/sigsetmask.c: Likewise.
14433 * signal/sigstack.c: Likewise.
14434 * signal/sigsuspend.c: Likewise.
14435 * signal/sigtimedwait.c: Likewise.
14436 * signal/sigvec.c: Likewise.
14437 * signal/sigwait.c: Likewise.
14438 * signal/sigwaitinfo.c: Likewise.
14439 * signal/sysv_signal.c: Likewise.
14440 * socket/accept.c: Likewise.
14441 * socket/accept4.c: Likewise.
14442 * socket/bind.c: Likewise.
14443 * socket/connect.c: Likewise.
14444 * socket/getpeername.c: Likewise.
14445 * socket/getsockname.c: Likewise.
14446 * socket/getsockopt.c: Likewise.
14447 * socket/isfdtype.c: Likewise.
14448 * socket/listen.c: Likewise.
14449 * socket/recv.c: Likewise.
14450 * socket/recvfrom.c: Likewise.
14451 * socket/recvmsg.c: Likewise.
14452 * socket/send.c: Likewise.
14453 * socket/sendmsg.c: Likewise.
14454 * socket/sendto.c: Likewise.
14455 * socket/setsockopt.c: Likewise.
14456 * socket/shutdown.c: Likewise.
14457 * socket/sockatmark.c: Likewise.
14458 * socket/socket.c: Likewise.
14459 * socket/socketpair.c: Likewise.
14460 * stdio-common/ctermid.c: Likewise.
14461 * stdio-common/cuserid.c: Likewise.
14462 * stdio-common/remove.c: Likewise.
14463 * stdio-common/rename.c: Likewise.
14464 * stdio-common/renameat.c: Likewise.
14465 * stdio-common/tempname.c: Likewise.
14466 * stdlib/getcontext.c: Likewise.
14467 * stdlib/makecontext.c: Likewise.
14468 * stdlib/setcontext.c: Likewise.
14469 * stdlib/swapcontext.c: Likewise.
14470 * stdlib/system.c: Likewise.
14471 * streams/fattach.c: Likewise.
14472 * streams/fdetach.c: Likewise.
14473 * streams/getmsg.c: Likewise.
14474 * streams/getpmsg.c: Likewise.
14475 * streams/putmsg.c: Likewise.
14476 * streams/putpmsg.c: Likewise.
14477 * sysdeps/unix/bsd/getpt.c: Likewise.
14478 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
14479 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
14480 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
14481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14482 Likewise.
14483 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
14484 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14485 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
14486 * sysvipc/msgctl.c: Likewise.
14487 * sysvipc/msgget.c: Likewise.
14488 * sysvipc/msgrcv.c: Likewise.
14489 * sysvipc/msgsnd.c: Likewise.
14490 * sysvipc/semctl.c: Likewise.
14491 * sysvipc/semget.c: Likewise.
14492 * sysvipc/semop.c: Likewise.
14493 * sysvipc/semtimedop.c: Likewise.
14494 * sysvipc/shmat.c: Likewise.
14495 * sysvipc/shmctl.c: Likewise.
14496 * sysvipc/shmdt.c: Likewise.
14497 * sysvipc/shmget.c: Likewise.
14498 * termios/tcdrain.c: Likewise.
14499 * termios/tcflow.c: Likewise.
14500 * termios/tcflush.c: Likewise.
14501 * termios/tcgetattr.c: Likewise.
14502 * termios/tcgetpgrp.c: Likewise.
14503 * termios/tcsendbrk.c: Likewise.
14504 * termios/tcsetattr.c: Likewise.
14505 * termios/tcsetpgrp.c: Likewise.
14506 * time/adjtime.c: Likewise.
14507 * time/clock.c: Likewise.
14508 * time/getitimer.c: Likewise.
14509 * time/gettimeofday.c: Likewise.
14510 * time/setitimer.c: Likewise.
14511 * time/settimeofday.c: Likewise.
14512 * time/stime.c: Likewise.
14513 * time/time.c: Likewise.
14514
145152012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 14516
a20492cf
PT
14517 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
14518 /usr/old/bin.
14519
72e182e3
PT
14520 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
14521 instead of spaces.
14522 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
14523
fbeafede
JM
145242012-11-03 Joseph Myers <joseph@codesourcery.com>
14525
5b5b04d6
JM
14526 [BZ #14796]
14527 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
14528 FE_TONEAREST before applying Dekker multiplication and Knuth
14529 addition. Clear inexact exceptions and check for exact zero
14530 results afterwards.
14531 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14532 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14533 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14534 * math/libm-test.inc (fma_test): Add more tests.
14535 (fma_test_towardzero): Likewise.
14536 (fma_test_downward): Likewise.
14537 (fma_test_upward): Likewise.
14538 * sysdeps/generic/math_private.h (default_libc_fesetround): New
14539 function.
14540 (libc_fesetround): New macro.
14541 (libc_fesetroundf): Likewise.
14542 (libc_fesetroundl): Likewise.
14543 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
14544 function.
14545 (libc_fesetround_387): Likewise.
14546 (libc_fesetroundf): New macro.
14547 (libc_fesetround): Likewise.
14548 (libc_fesetroundl): Likewise.
14549 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
14550 function.
14551 (libc_fesetroundf): New macro.
14552 (libc_fesetround): Likewise.
14553 (libc_fesetroundl): Likewise.
14554 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
14555 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
14556 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
14557 libm_hidden_ver.
14558 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
14559 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
14560 libm_hidden_def.
14561 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
14562 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
14563 libm_hidden_ver.
14564 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
14565 libm_hidden_def.
14566
fbeafede
JM
14567 [BZ #3439]
14568 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
14569 integer constant usable in #if and use that to give value to enum
14570 constant.
14571 (FE_DIVBYZERO): Likewise.
14572 (FE_UNDERFLOW): Likewise.
14573 (FE_OVERFLOW): Likewise.
14574 (FE_INVALID): Likewise.
14575 (FE_INVALID_SNAN): Likewise.
14576 (FE_INVALID_ISI): Likewise.
14577 (FE_INVALID_IDI): Likewise.
14578 (FE_INVALID_ZDZ): Likewise.
14579 (FE_INVALID_IMZ): Likewise.
14580 (FE_INVALID_COMPARE): Likewise.
14581 (FE_INVALID_SOFTWARE): Likewise.
14582 (FE_INVALID_SQRT): Likewise.
14583 (FE_INVALID_INTEGER_CONVERSION): Likewise.
14584 (FE_TONEAREST): Likewise.
14585 (FE_TOWARDZERO): Likewise.
14586 (FE_UPWARD): Likewise.
14587 (FE_DOWNWARD): Likewise.
14588 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
14589 (FE_DIVBYZERO): Likewise.
14590 (FE_OVERFLOW): Likewise.
14591 (FE_UNDERFLOW): Likewise.
14592 (FE_INEXACT): Likewise.
14593 (FE_TONEAREST): Likewise.
14594 (FE_DOWNWARD): Likewise.
14595 (FE_UPWARD): Likewise.
14596 (FE_TOWARDZERO): Likewise.
14597 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
14598 (FE_UNDERFLOW): Likewise.
14599 (FE_OVERFLOW): Likewise.
14600 (FE_DIVBYZERO): Likewise.
14601 (FE_INVALID): Likewise.
14602 (FE_TONEAREST): Likewise.
14603 (FE_TOWARDZERO): Likewise.
14604 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
14605 (FE_OVERFLOW): Likewise.
14606 (FE_UNDERFLOW): Likewise.
14607 (FE_DIVBYZERO): Likewise.
14608 (FE_INEXACT): Likewise.
14609 (FE_TONEAREST): Likewise.
14610 (FE_TOWARDZERO): Likewise.
14611 (FE_UPWARD): Likewise.
14612 (FE_DOWNWARD): Likewise.
14613 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
14614 (FE_DIVBYZERO): Likewise.
14615 (FE_OVERFLOW): Likewise.
14616 (FE_UNDERFLOW): Likewise.
14617 (FE_INEXACT): Likewise.
14618 (FE_TONEAREST): Likewise.
14619 (FE_DOWNWARD): Likewise.
14620 (FE_UPWARD): Likewise.
14621 (FE_TOWARDZERO): Likewise.
14622
105ca950
CM
146232012-11-02 Chris Metcalf <cmetcalf@tilera.com>
14624
14625 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
14626
a542b389
AS
146272012-11-03 Andreas Schwab <schwab@linux-m68k.org>
14628
14629 * scripts/cross-test-ssh.sh (command): Use newlines to separate
14630 commands. Quote $PWD.
14631 (blacklist_exports): Don't use remove_newlines. Replace "declare
14632 -x" by "export".
14633 (remove_newlines): Remove.
14634
f62c8abc
L
146352012-11-02 H.J. Lu <hongjiu.lu@intel.com>
14636
14637 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
14638 * stdlib/stdlib.h (atof): Moved to ...
14639 * include/bits/stdlib-float.h: Here. New file.
14640 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
14641 * stdlib/bits/stdlib-float.h: New file.
14642 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
14643 -mno-sse -mno-mmx.
14644 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
14645 <xmmintrin.h>.
14646
0155d5b2
JM
146472012-11-02 Joseph Myers <joseph@codesourcery.com>
14648
a68d0680
JM
14649 * conform/conformtest.pl (@headers): Add fenv.h.
14650 * conform/data/fenv.h-data: New file.
14651 * include/fenv.h [_ISOMAC]: Disable all contents of file except
14652 include of <math/fenv.h>.
14653
caf7f573
JM
14654 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
14655 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
14656 && !UNIX98]. Enables tests for XOPEN2K8.
14657 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
14658 POSIX2008]: Likewise.
14659
6c073ad6
JM
14660 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
14661 (struct rusage): Do not expect type or its members.
14662
0155d5b2
JM
14663 [BZ #3439]
14664 * math/math.h (FP_NAN): Define macro to integer constant usable in
14665 #if and use that to give value to enum constant.
14666 (FP_INFINITE): Likewise.
14667 (FP_ZERO): Likewise.
14668 (FP_SUBNORMAL): Likewise.
14669 (FP_NORMAL): Likewise.
14670
b5dcacb4
AS
146712012-11-02 Andreas Schwab <schwab@linux-m68k.org>
14672
14673 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
14674 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
14675 arguments.
14676
f7934be8
RM
146772012-11-02 Roland McGrath <roland@hack.frob.com>
14678
14679 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
14680 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
14681 autoconf-time if not.
14682 * configure.in: Remove AC_PREREQ.
14683
d7d08bde
TMQMF
146842012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14685
14686 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
14687 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
14688 of the internal implementation.
14689
dcdae19a
JM
146902012-11-02 Joseph Myers <joseph@codesourcery.com>
14691
14692 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
14693 except include of <misc/sys/syslog.h>.
14694
d6cffd3e
AS
146952012-11-01 Andreas Schwab <schwab@linux-m68k.org>
14696
14697 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
14698 function returns with a NULL context exit with zero.
14699
b3563932
TMQMF
147002012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14701
14702 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
14703
b288a93d
L
147042012-11-01 H.J. Lu <hongjiu.lu@intel.com>
14705
14706 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
14707 (run_program_cmd): This.
14708 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
14709 (tst_langinfo): New variable. Use it.
14710
a2421a68
SAS
147112012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
14712
14713 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
14714 floating point opcodes.
14715
6f796e1b
TS
147162012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14717
7402596b
TS
14718 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
14719 variable.
14720
d0d4f868
TS
14721 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
14722
6f796e1b
TS
14723 * sysdeps/mach/hurd/powerpc: Remove directory.
14724 * sysdeps/mach/powerpc: Likewise.
14725
4da224a2
AS
147262012-11-01 Andreas Schwab <schwab@linux-m68k.org>
14727
14728 * scripts/check-local-headers.sh: Ignore c++ headers.
14729
341dd673
TS
147302012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14731
14732 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
14733 __libc_cleanup_region_start argument.
14734
473611b2
JM
147352012-11-01 Joseph Myers <joseph@codesourcery.com>
14736
14737 [BZ #14784]
14738 [BZ #14785]
14739 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
14740 x * y using scaling, not as x * y + z.
14741 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14742 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14743 * math/libm-test.inc (fma_test): Add more tests.
14744 (fma_test_towardzero): Likewise.
14745 (fma_test_downward): Likewise.
14746 (fma_test_upward): Likewise.
14747
4078da3d
TS
147482012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14749
14750 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
14751
903252aa
JM
147522012-10-31 Joseph Myers <joseph@codesourcery.com>
14753
14754 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
14755 New variable.
14756
cbc818d0
TS
147572012-10-31 Thomas Schwinge <thomas@codesourcery.com>
14758
14759 * rt/tst-shm.c (worker): Correct checking for mmap failure.
14760
5a03cb1e
AS
147612012-10-31 Andreas Schwab <schwab@linux-m68k.org>
14762
14763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14764 Fix sort order.
14765 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14766 Likewise.
14767
90aff2ff
TMQMF
147682012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14769
14770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14771 Fix the order of the list for glibc 2.17.
14772 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14773 Likewise.
14774
1818fcb7
AS
147752012-10-31 Andreas Schwab <schwab@linux-m68k.org>
14776
14777 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14778
ef82f4da
JM
147792012-10-31 Joseph Myers <joseph@codesourcery.com>
14780
16a0e2ec
JM
14781 [BZ #14610]
14782 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
14783 for low part of x being zero before using __atanl (y).
14784 * math/libm-test.inc (atan2_test): Add another test.
14785
0eb69512
JM
14786 * manual/install.texi (Configuring and compiling): Document
14787 general use of test-wrapper and test-wrapper-env.
14788 * INSTALL: Regenerated.
14789
ef82f4da
JM
14790 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
14791 (__fma): Do not extract and scale down low bits on after-rounding
14792 systems when result rounded to normal precision would have normal
14793 exponent.
14794 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
14795 (__fmal): Do not extract and scale down low bits on after-rounding
14796 systems when result rounded to normal precision would have normal
14797 exponent.
14798 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
14799 (__fmal): Do not extract and scale down low bits on after-rounding
14800 systems when result rounded to normal precision would have normal
14801 exponent.
14802 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
14803 macro.
14804 (fma_test): Add more tests.
14805 (fma_test_towardzero): Likewise.
14806 (fma_test_downward): Likewise.
14807 (fma_test_upward): Likewise.
14808
954ef0d9
L
148092012-10-30 H.J. Lu <hongjiu.lu@intel.com>
14810
14811 * sysdeps/i386/tininess.h: Renamed to ...
14812 * sysdeps/x86/tininess.h: This.
14813 * sysdeps/x86_64/tininess.h: Removed.
14814
df61ffb2
JM
148152012-10-30 Joseph Myers <joseph@codesourcery.com>
14816
14817 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
14818 input. Use $(build-program-cmd).
14819 ($(objpfx)tst-array1-static.out): Likewise.
14820 ($(objpfx)tst-array2.out): Likewise.
14821 ($(objpfx)tst-array3.out): Likewise.
14822 ($(objpfx)tst-array4.out): Likewise.
14823 ($(objpfx)tst-array5.out): Likewise.
14824 ($(objpfx)tst-array5-static.out): Likewise.
14825
01767843
CM
148262012-10-30 Chris Metcalf <cmetcalf@tilera.com>
14827
47cc1490
CM
14828 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
14829 if defined.
14830
01767843
CM
14831 * nss/nsswitch.h (nss_interface_function): Provide new
14832 macro for use with NSS functions.
14833 * grp/initgroups.c: Use new macro.
14834 * nss/getXXbyYY.c: Likewise.
14835 * nss/getXXbyYY_r.c: Likewise.
14836 * nss/getXXent.c: Likewise.
14837 * nss/getXXent_r.c: Likewise.
14838 * sysdeps/posix/getaddrinfo.c: Likewise.
14839
8321aa97
AJ
148402012-10-30 Andreas Jaeger <aj@suse.de>
14841
14842 * po/ru.po: Update Russion translation from translation project.
14843
2a27fd6d
JM
148442012-10-30 Joseph Myers <joseph@codesourcery.com>
14845
8627a232
JM
14846 [BZ #14152]
14847 [BZ #14783]
14848 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
14849 result and shift together with sticky bit instead of replicating
14850 round-to-nearest rounding.
14851 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14852 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14853 * math/libm-test.inc (fma_test): Add more tests. Do not permit
14854 missing underflow exceptions.
14855 (fma_test_towardzero): Add more tests.
14856 (fma_test_downward): Likewise.
14857 (fma_test_upward): Likewise.
14858
2a27fd6d
JM
14859 [BZ #14047]
14860 * sysdeps/generic/tininess.h: New file.
14861 * sysdeps/i386/tininess.h: Likewise.
14862 * sysdeps/sh/tininess.h: Likewise.
14863 * sysdeps/x86_64/tininess.h: Likewise.
14864 * stdlib/tst-strtod-underflow.c: Likewise.
14865 * stdlib/tst-tininess.c: Likewise.
14866 * stdlib/strtod_l.c: Include <tininess.h>.
14867 (round_and_return): Do not set errno for exact underflow cases.
14868 Force an underflow exception when setting errno for underflow.
14869 Determine underflow based on rounding to normal precision if
14870 TININESS_AFTER_ROUNDING.
14871 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
14872 ERANGE for exact underflow cases.
14873 * stdlib/Makefile (tests): Add tst-tininess and
14874 tst-strtod-underflow.
14875 ($(objpfx)tst-tininess): Use $(link-libm).
14876 ($(objpfx)tst-strtod-underflow): Likewise.
14877
e7170363
AJ
148782012-10-30 Andreas Jaeger <aj@suse.de>
14879
e5088dc6
AJ
14880 [BZ#14767]
14881 * elf/Makefile (tests): Remove conditional for have-initfini-array
14882 since this is now always required and the variable does not exist
14883 anymore.
14884 (tests-static): Likewise.
14885 (modules-names): Likewise.
14886
e7170363 14887 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
14888
14889 * elf/tst-array1.c (fini_array): Make writeable so that it can be
14890 merged with constructor/destructor.
14891 (init_array): Likewise.
14892 * elf/tst-array2dep.c (fini_array): Likewise.
14893 (init_array): Likewise.
14894
60457d8a
MF
148952012-10-29 Mike Frysinger <vapier@gentoo.org>
14896
14897 * manual/message.texi: Delete @cartouche tags.
14898
8bece752
PT
148992012-10-29 Pino Toscano <toscano.pino@tiscali.it>
14900
94ce799f
PT
14901 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
14902 EOPNOTSUPP.
14903 * sysdeps/mach/hurd/fsync.c: Likewise.
14904
8bece752
PT
14905 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
14906 [_POSIX_REALTIME_SIGNALS]: Change condition to
14907 [_POSIX_REALTIME_SIGNALS > 0].
14908
86ebe6b1
AJ
149092012-10-27 Andreas Jaeger <aj@suse.de>
14910
14911 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
14912 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
14913 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
14914 [__WORDSIZE != 64]: Likewise.
14915
54399c08
L
149162012-10-26 H.J. Lu <hongjiu.lu@intel.com>
14917
14918 * iconvdata/tst-table.sh: Remove ${SHELL}.
14919 * iconvdata/tst-tables.sh: Likewise.
14920
e2211bed
DM
149212012-10-25 David S. Miller <davem@davemloft.net>
14922
14923 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14924 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
14925 of strtoull.
14926
f303f97c
DM
14927 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
14928 ifunc-impl-list.c
14929 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
14930 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
14931 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
14932 file.
14933
1e9d84cd
RM
149342012-10-25 Roland McGrath <roland@hack.frob.com>
14935
14936 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14937 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
14938 __getdirentries.
14939
df381762
JM
149402012-10-25 Joseph Myers <joseph@codesourcery.com>
14941 Jim Blandy <jimb@codesourcery.com>
14942
14943 * scripts/cross-test-ssh.sh: New file.
14944 * manual/install.texi (Configuring and compiling): Document use of
14945 cross-test-ssh.sh.
14946 * INSTALL: Regenerated.
14947
bff64913
PT
149482012-10-25 Pino Toscano <toscano.pino@tiscali.it>
14949
14950 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
14951 EOPNOTSUPP.
14952
25fe8932
JM
149532012-10-25 Joseph Myers <joseph@codesourcery.com>
14954
14955 * Makeconfig (run-program-prefix): Fix comment.
14956
cc1290d0
JM
149572012-10-24 Joseph Myers <joseph@codesourcery.com>
14958 Jim Blandy <jimb@codesourcery.com>
14959
14960 * Makeconfig (test-wrapper): New variable,
14961 (test-wrapper-env): Likewise.
14962 [$(cross-compiling) = yes && $(test-wrapper) != ""]
14963 (run-built-tests): Define to yes.
14964 (run-program-prefix): Use $(test-wrapper).
14965 (built-program-cmd): Likewise.
14966 * Rules (make-test-out): Use $(test-wrapper-env) and
14967 $(host-built-program-cmd).
14968 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
14969 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
14970 tst-pathopt.sh.
14971 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
14972 $(test-wrapper-env) to tst-rtld-load-self.sh.
14973 ($(objpfx)order2.out): Use $(test-wrapper).
14974 ($(objpfx)tst-initorder.out): Likewise.
14975 ($(objpfx)tst-initorder2.out): Likewise.
14976 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
14977 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
14978 (test_wrapper_env): New variable. Use it to run ld.so.
14979 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
14980 Use it to run ld.so.
14981 (test_wrapper_env): Likewise.
14982 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
14983 $(test-wrapper) to run-iconv-test.sh.
14984 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
14985 (ICONV): Use $test_wrapper.
14986 * posix/Makefile ($(objpfx)globtest.out): Pass
14987 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
14988 globtest.sh, not $(run-program-prefix).
14989 * posix/globtest.sh (run_via_rtld_prefix): New variable.
14990 (test_wrapper): Likewise.
14991 (test_wrapper_env): Likewise. Use it to run globtest with HOME
14992 set together with run_via_rtld_prefix.
14993 (run_program_prefix): Define in terms of test_wrapper and
14994 run_via_rtld_prefix.
14995
6e6249d0
RM
149962012-10-24 Roland McGrath <roland@hack.frob.com>
14997
14998 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
14999 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
15000 Targets removed.
15001
15002 [BZ #14743]
15003 * include/time.h: Remove librt_hidden_proto (clock_gettime).
15004 Declare __clock_getres, __clock_gettime, __clock_settime,
15005 __clock_nanosleep, and __clock_getcpuclockid.
15006 * rt/clock_gettime.c: Define __clock_gettime as an alias.
15007 Remove librt_hidden_def (clock_gettime).
15008 * sysdeps/unix/clock_gettime.c: Likewise.
15009 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
15010 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
15011 * rt/clock_getres.c: Define __clock_getres as an alias.
15012 * sysdeps/posix/clock_getres.c: Likewise.
15013 * rt/clock_settime.c: Define __clock_settime as an alias.
15014 * sysdeps/unix/clock_settime.c: Likewise.
15015 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
15016 * sysdeps/unix/clock_nanosleep.c: Likewise.
15017 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
15018 * rt/clock-compat.c: New file.
15019 * rt/Makefile (librt-routines): Add clock-compat and move
15020 $(clock-routines) to ...
15021 (routines): ... here, new variable.
15022 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
15023 Don't add get_clockfreq here.
15024 * rt/Versions (libc: GLIBC_2.17): New version set.
15025 Add clock_* symbols here.
15026 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
15027 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
15028 (GLIBC_2.17): Add clock_* symbols.
15029 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
15030 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
15031 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
15032 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15033 Likewise.
15034 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15035 Likewise.
15036 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
15037 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
15038 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
15039 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
15040 * NEWS: Mention the move.
15041
15042 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15043 Use __open, __read, __close rather than their public counterparts.
15044 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
15045 (__get_clockfreq_via_cpuinfo): Likewise.
15046 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
15047 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
15048
15049 * config.h.in (HAVE_IFUNC): New #undef.
15050 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
15051 was successful.
15052 * configure: Regenerated.
15053
0cae3f4b
MF
150542012-10-24 Mike Frysinger <vapier@gentoo.org>
15055
15056 * configure.in: Move READELF check to start of file.
15057 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
15058 libc_cv_asm_gnu_indirect_function in the process.
15059 * configure: Regenerated.
15060
8175a253
MF
150612012-10-24 Mike Frysinger <vapier@gentoo.org>
15062
15063 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
15064 send the output to /dev/null.
15065 (libc_cv_cc_with_libunwind): Likewise.
15066 (libc_cv_as_noexecstack): Likewise.
15067 * configure: Regenerate.
15068
0708a7d1
JM
150692012-10-24 Joseph Myers <joseph@codesourcery.com>
15070
10b40d85
JM
15071 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
15072
0708a7d1
JM
15073 * posix/globtest.sh (TMPDIR): Do not set.
15074 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
15075 (testout): Likewise.
15076
9fddec1a
AJ
150772012-10-24 Andreas Jaeger <aj@suse.de>
15078
3a8db22f
AJ
15079 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
15080 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
15081 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
15082 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
15083 posix_fadvise64, posix_fallocate64.
15084
9fddec1a
AJ
15085 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
15086 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
15087 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
15088 Likewise.
15089 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
15090 Likewise.
15091 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
15092
15093 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
15094 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
15095 <bits/fcntl-linux.h>.
15096 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
15097
15098 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
15099 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
15100 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
15101 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
15102 [__WORDSIZE != 64]: Likewise.
15103
ebfd1bbd
JM
151042012-10-23 Joseph Myers <joseph@codesourcery.com>
15105
03ac099f
JM
15106 * Makeconfig (run-built-tests): New variable.
15107 * Rules [$(cross-compiling) = yes]: Change condition to
15108 [$(run-built-tests) = no].
15109 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
15110 to [$(run-built-tests) = yes].
15111 * elf/Makefile [$(cross-compiling) = no]: Likewise
15112 * grp/Makefile [$(cross-compiling) = no]: Likewise.
15113 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
15114 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
15115 * intl/Makefile [$(cross-compiling) = no]: Likewise.
15116 * io/Makefile [$(cross-compiling) = no]: Likewise.
15117 * libio/Makefile [$(cross-compiling) = no]: Likewise.
15118 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
15119 * misc/Makefile [$(cross-compiling) = no]: Likewise.
15120 * posix/Makefile [$(cross-compiling) = no]: Likewise.
15121 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
15122 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
15123 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
15124 * string/Makefile [$(cross-compiling) = no]: Likewise.
15125
ebfd1bbd
JM
15126 * posix/Makefile ($(objpfx)globtest.out): Pass
15127 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
15128 $(rtld-installed-name).
15129 * posix/globtest.sh (elf_objpfx): Remove variable.
15130 (rtld_installed_name): Likewise.
15131 (library_path): Likewise.
15132 (run_program_prefix): New variable. Use for running globtest
15133 binary.
15134
166bca24
JB
151352012-10-23 Jim Blandy <jimb@codesourcery.com>
15136 Joseph Myers <joseph@codesourcery.com>
15137
15138 * Makeconfig (host-built-program-cmd): New variable.
15139 * elf/Makefile (tst-stackguard1-ARGS): Use
15140 $(host-built-program-cmd).
15141 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
15142 (tst-spawn-ARGS): Likewise.
15143 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
15144
88866099
JM
151452012-10-23 Joseph Myers <joseph@codesourcery.com>
15146 Jim Blandy <jimb@codesourcery.com>
15147
15148 * Makeconfig (run-via-rtld-prefix): New variable.
15149 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
15150 (built-program-cmd): Likewise.
15151
b4b4c296
AJ
151522012-10-22 Andreas Jaeger <aj@suse.de>
15153
15154 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
15155 __O_RSYNC if it exists, otherwise to O_SYNC.
15156
6fb54a22
JB
151572012-10-22 Jim Blandy <jimb@codesourcery.com>
15158 Joseph Myers <joseph@codesourcery.com>
15159
15160 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
15161 /dev/null.
15162 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
15163 from /dev/null
15164 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
15165 /dev/null.
15166
481b90b9
AJ
151672012-10-22 Andreas Jaeger <aj@suse.de>
15168
2a0e2669
AJ
15169 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
15170 Define always.
15171 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
15172
76e38f9a
AJ
15173 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15174 bits/fcntl-linux.h.
15175
7cd37b43
AJ
15176 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
15177 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
15178
481b90b9
AJ
15179 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
15180 to __O_LARGEFILE.
15181 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
15182 to __O_LARGEFILE.
15183
aba75984
JB
151842012-10-21 Jim Blandy <jimb@codesourcery.com>
15185 Joseph Myers <joseph@codesourcery.com>
15186
15187 * config.make.in (NM): New variable.
15188
88d4247f
AJ
151892012-10-21 Andreas Jaeger <aj@suse.de>
15190
15191 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
15192 definitions and declarations that are provided by
15193 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
15194
f2eed205
L
151952012-10-20 H.J. Lu <hongjiu.lu@intel.com>
15196
15197 [BZ #14683]
15198 * elf/Makefile (tests-static): Add tst-leaks1-static.
15199 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
15200 ($(objpfx)tst-leaks1-static): New rule.
15201 ($(objpfx)tst-leaks1-static-mem): Likewise.
15202 (tst-leaks1-static-ENV): New macro.
15203 * elf/dl-open.c (dl_open_worker): Check the main application
15204 only if SHARED is defined.
15205 * elf/tst-leaks1-static.c: New file.
15206
335e6931
AJ
152072012-10-20 Andreas Jaeger <aj@suse.de>
15208
15209 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
15210 generic values for Linux.
15211 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
15212 and declarations that are provided by <bits/fcntl-linux.h> and
15213 include <bits/fcntl-linux.h>.
15214 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15215 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
15216
ac5c94d3
RM
152172012-10-20 Roland McGrath <roland@hack.frob.com>
15218
15219 * io/fcntl.h: Move include of <bits/types.h> to the top and
15220 include it unconditionally.
15221
de54b33a
L
152222012-10-20 H.J. Lu <hongjiu.lu@intel.com>
15223
228cfb01
L
15224 * wcsmbs/Makefile (tests-ifunc): New variable.
15225 (tests): Add $(tests-ifunc).
15226 * wcsmbs/test-wcschr-ifunc.c: New file.
15227 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
15228 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
15229 * wcsmbs/test-wcslen-ifunc.c: Likewise.
15230 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
15231 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
15232
69f07e5f
L
15233 * string/Makefile (tests-ifunc): New variable.
15234 (tests): Add $(tests-ifunc).
15235 * string/test-memccpy.c (TEST_NAME): New macro.
15236 * string/test-memchr.c (TEST_NAME): Likewise.
15237 * string/test-memcmp.c (TEST_NAME): Likewise.
15238 * string/test-memcpy.c (TEST_NAME): Likewise.
15239 * string/test-memmem.c (TEST_NAME): Likewise.
15240 * string/test-memmove.c (TEST_NAME): Likewise.
15241 * string/test-memset.c (TEST_NAME): Likewise.
15242 * string/test-rawmemchr.c (TEST_NAME): Likewise.
15243 * string/test-stpcpy.c (TEST_NAME): Likewise.
15244 * string/test-stpncpy.c (TEST_NAME): Likewise.
15245 * string/test-strcasecmp.c (TEST_NAME): Likewise.
15246 * string/test-strcasestr.c (TEST_NAME): Likewise.
15247 * string/test-strcat.c (TEST_NAME): Likewise.
15248 * string/test-strchr.c (TEST_NAME): Likewise.
15249 * string/test-strcmp.c(TEST_NAME): Likewise.
15250 * string/test-strcpy.c (TEST_NAME): Likewise.
15251 * string/test-strcspn.c (TEST_NAME): Likewise.
15252 * string/test-strlen.c (TEST_NAME): Likewise.
15253 * string/test-strncasecmp.c (TEST_NAME): Likewise.
15254 * string/test-strncmp.c (TEST_NAME): Likewise.
15255 * string/test-strncpy.c (TEST_NAME): Likewise.
15256 * string/test-strnlen.c (TEST_NAME): Likewise.
15257 * string/test-strpbrk.c (TEST_NAME): Likewise.
15258 * string/test-strrchr.c (TEST_NAME): Likewise.
15259 * string/test-strspn.c (TEST_NAME): Likewise.
15260 * string/test-strstr.c (TEST_NAME): Likewise.
15261 * string/test-bcopy-ifunc.c: New file.
15262 * string/test-bzero-ifunc.c: Likewise.
15263 * string/test-memccpy-ifunc.c: Likewise.
15264 * string/test-memchr-ifunc.c: Likewise.
15265 * string/test-memcmp-ifunc.c: Likewise.
15266 * string/test-memcpy-ifunc.c: Likewise.
15267 * string/test-memmem-ifunc.c: Likewise.
15268 * string/test-memmove-ifunc.c: Likewise.
15269 * string/test-mempcpy-ifunc.c: Likewise.
15270 * string/test-memset-ifunc.c: Likewise.
15271 * string/test-rawmemchr-ifunc.c: Likewise.
15272 * string/test-stpcpy-ifunc.c: Likewise.
15273 * string/test-stpncpy-ifunc.c: Likewise.
15274 * string/test-strcasecmp-ifunc.c: Likewise.
15275 * string/test-strcasestr-ifunc.c: Likewise.
15276 * string/test-strcat-ifunc.c: Likewise.
15277 * string/test-strchr-ifunc.c: Likewise.
15278 * string/test-strchrnul-ifunc.c: Likewise.
15279 * string/test-strcmp-ifunc.c: Likewise.
15280 * string/test-strcpy-ifunc.c: Likewise.
15281 * string/test-strcspn-ifunc.c: Likewise.
15282 * string/test-strlen-ifunc.c: Likewise.
15283 * string/test-strncasecmp-ifunc.c: Likewise.
15284 * string/test-strncat-ifunc.c: Likewise.
15285 * string/test-strncmp-ifunc.c: Likewise.
15286 * string/test-strncpy-ifunc.c: Likewise.
15287 * string/test-strnlen-ifunc.c: Likewise.
15288 * string/test-strpbrk-ifunc.c: Likewise.
15289 * string/test-strrchr-ifunc.c: Likewise.
15290 * string/test-strspn-ifunc.c: Likewise.
15291 * string/test-strstr-ifunc.c: Likewise.
15292
de54b33a
L
15293 * debug/Makefile (tests-ifunc): New variable.
15294 (tests): Add $(tests-ifunc).
15295 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
15296 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
15297 * debug/test-stpcpy_chk-ifunc.c: New file.
15298 * debug/test-strcpy_chk-ifunc.c: Likewise.
15299
88481c16
SP
153002012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15301
15302 [BZ #13601]
15303 * elf/dl-load.c (open_verify): Retry read if the entire ELF
15304 header is not read in.
15305
135948bd
JM
153062012-10-19 Joseph Myers <joseph@codesourcery.com>
15307
89f1c388
JM
15308 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
15309 script to $(SHELL) as $<. Pass $(common-objpfx) to script
15310 directly. Pass built executable to script as
15311 $(built-program-cmd).
15312 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
15313 $testprogram without using LD_LIBRARY_PATH and $ldso.
15314
e40a0d21
JM
15315 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
15316 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
15317 $(rtld-installed-name).
15318 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
15319 (rtld_installed_name): Likewise.
15320 (library_path): Likewise.
15321 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
15322 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
15323 $(run-program-prefix) to tst-tables.sh.
15324 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
15325 it to run tst-table-from and tst-table-to.
15326 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
15327 Pass it to tst-table.sh.
15328 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
15329 $(run-program-prefix) to tst-gettext.sh.
15330 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
15331 tst-translit.sh.
15332 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
15333 tst-gettext2.sh.
15334 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
15335 to run tst-gettext.
15336 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
15337 to run tst-gettext2.
15338 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
15339 to run tst-translit.
15340 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
15341 $(run-program-prefix) to tst-mtrace.sh.
15342 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
15343 to run tst-mtrace.
15344 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
15345 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
15346 $(rtld-installed-name).
15347 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
15348 (rtld_installed_name): Likewise.
15349 (run_program_prefix): New variable. Use it to run wordexp-test.
15350
728e272a
JM
15351 * Makeconfig (ARCH): Remove all definitions.
15352 (machine): Likewise.
15353 [ARCH]: Remove conditional code.
15354 [!objdir]: Give error.
15355 [!objdir] (objpfx): Remove.
15356 [!objdir] (common-objpfx): Likewise.
15357 [!objdir] (common-objdir): Likewise.
15358 * configure.in (config_makefile): Remove. Hardcode Makefile in
15359 AC_CONFIG_FILES call.
15360 * configure: Regenerated.
15361
d528cdcf
JM
15362 [BZ #13888]
15363 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
15364 or TMPDIR.
15365 (testout): Likewise.
15366
135948bd
JM
15367 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
15368 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
15369 $(rtld-installed-name).
15370 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
15371 (rtld_installed_name): Likwise.
15372 (runit): Remove function.
15373 (run_getconf): New variable, Use it for running getconf binary.
15374
38c78296
L
153752012-10-18 H.J. Lu <hongjiu.lu@intel.com>
15376
15377 [BZ #14716]
15378 * string/test-memmem.c (check_result): New function.
15379 (do_one_test): Use it.
15380 (check1): New function.
15381 (test_main): Use it.
15382
d077f65f
MT
153832012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
15384
15385 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
15386
ced52c71
JM
153872012-10-18 Joseph Myers <joseph@codesourcery.com>
15388
15389 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
15390 (_G_LSEEK64): Likewise.
15391 (_G_MMAP64): Likewise.
15392 (_G_FSTAT64): Likewise.
15393 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
15394 (_G_LSEEK64): Likewise.
15395 (_G_MMAP64): Likewise.
15396 (_G_FSTAT64): Likewise.
15397 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
15398 unconditional. Call __mmap64 directly.
15399 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
15400 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
15401 __lseek64 directly.
15402 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
15403 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
15404 __mmap64 directly.
15405 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
15406 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
15407 __lseek64 directly.
15408 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
15409 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
15410 __lseek64 directly.
15411 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
15412 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
15413 __lseek64 directly.
15414 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
15415 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
15416 __fxstat64 directly.
15417 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
15418 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
15419 unconditional.
15420 (freopen64) [!_G_OPEN64]: Remove conditional code.
15421 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
15422 unconditional.
15423 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
15424 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
15425 unconditional.
15426 (ftello64) [!_G_LSEEK64]: Remove conditional code.
15427 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
15428 unconditional.
15429 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
15430 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
15431 unconditional.
15432 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
15433 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
15434 unconditional.
15435 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
15436 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
15437 unconditional.
15438 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
15439 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
15440 unconditional.
15441 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
15442
b741de23
SP
154432012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
15444
15445 [BZ #12140]
15446 * manual/memory.texi (Malloc Tunable Parameters): Add note
15447 about free list pointers overwriting some perturb bytes.
15448 Wording suggested by Roland McGrath.
15449
f9b9d9c9
JM
154502012-10-17 Joseph Myers <joseph@codesourcery.com>
15451
15452 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
15453 (lgamma_test): Likewise.
15454 (tgamma_test): Likewise.
15455
172a631a
FW
154562012-10-16 Florian Weimer <fweimer@redhat.com>
15457
15458 [BZ #14700]
15459 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
15460 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
15461
e9f37252
MK
154622012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
15463
15464 * NEWS: Mention BZ #14716.
15465 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
15466 when removing AVAILABLE1_USES_J macro.
15467
d394eb74
L
154682012-10-12 H.J. Lu <hongjiu.lu@intel.com>
15469
15470 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
15471 (__bswap_64): __uint64_t for unsigned 64-bit int.
15472
ca38dc17
AS
154732012-10-12 Andreas Schwab <schwab@linux-m68k.org>
15474
15475 * include/string.h (memmem): Declare libc hidden alias.
15476 * string/memmem.c (memmem): Define libc hidden alias.
15477 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
15478 __read, __close instead of open, read, close.
15479
9a387d1f
L
154802012-10-11 H.J. Lu <hongjiu.lu@intel.com>
15481
ac49ecaf
L
15482 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
15483 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
15484 global and hidden.
15485 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
15486 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
15487 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
15488 Likewise.
15489 (__rawmemchr_sse2): Likewise.
15490 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
15491 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
15492 (__strchr_sse2): Likewise.
15493 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
15494 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
15495 (__strcasecmp_sse2): Likewise.
15496 (__strncasecmp_sse2): Likewise.
15497 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
15498 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
15499 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
15500 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
15501 (__strrchr_sse2): Likewise.
15502 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
15503 ifunc-impl-list.c.
15504 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
15505 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
15506 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
15507 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15508 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
15509 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
15510 * sysdeps/x86_64/multiarch/memset.S: Likewise.
15511 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15512 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
15513 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
15514 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
15515 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
15516 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
15517 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
15518 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
15519 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
15520 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
15521 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
15522 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
15523 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
15524 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
15525 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
15526 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
15527 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
15528 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
15529 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15530 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
15531 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
15532 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
15533 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
15534
b090e8ea
L
15535 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
15536 global and hidden.
15537 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
15538 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
15539 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
15540 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
15541 Likewise.
15542 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
15543 Likewise.
15544 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
15545 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
15546 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
15547 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
15548 ifunc-impl-list.c.
15549 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
15550 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
15551 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
15552 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
15553 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
15554 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
15555 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
15556 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
15557 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
15558 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
15559 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
15560 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
15561 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
15562 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
15563 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
15564 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
15565 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
15566 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
15567 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
15568 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
15569 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
15570 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
15571 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
15572 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
15573 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
15574 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
15575 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
15576 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
15577 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
15578 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
15579 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
15580 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
15581 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
15582 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
15583 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
15584 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
15585 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
15586 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
15587 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
15588 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
15589 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
15590
11dd4af6
L
15591 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
15592 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
15593 * include/ifunc-impl-list.h: New file.
15594 * misc/ifunc-impl-list.c: Likewise.
15595 * misc/Makefile (routines): Add ifunc-impl-list.
15596 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
15597 * string/test-string.h: Include <ifunc-impl-list.h>.
15598 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
15599 impl_array): New variables.
15600 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
15601 are defined.
15602 (test_init): Call __libc_ifunc_impl_list to initialize
15603 func_list if TEST_IFUNC and TEST_NAME are defined.
15604
9a387d1f
L
15605 * string/Makefile (strop-tests): Add bcopy and bzero.
15606 * string/test-bcopy.c: New file.
15607 * string/test-bzero.c: Likewise.
15608 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
15609 defined.
15610 * string/test-memset.c: Support bzero test if TEST_BZERO is
15611 defined.
15612 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
15613 __libc_memmove.
15614 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
15615 __libc_memset.
15616 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
15617 of memset.
15618
472371b9
JM
156192012-10-10 Joseph Myers <joseph@codesourcery.com>
15620
1e4a9536
JM
15621 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
15622 * configure: Regenerated.
15623
d173d12e
JM
15624 * Makeconfig (+link-static-before-libc): Don't include
15625 $(link-static-libc).
15626
472371b9
JM
15627 * libio/libio.h (_IO_pos_t): Remove.
15628
89a3ad0b
AO
156292012-10-10 Alexandre Oliva <aoliva@redhat.com>
15630
15631 * NEWS: Add note about FIPS mode. Wording suggested by Roland
15632 McGrath.
15633
e7451425
AO
156342012-10-10 Alexandre Oliva <aoliva@redhat.com>
15635
15636 * crypt/crypt-entry.c: Include fips-private.h.
15637 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
15638 * crypt/md5c-test.c (main): Tolerate disabled MD5.
15639 * sysdeps/unix/sysv/linux/fips-private.h: New file.
15640 * sysdeps/generic/fips-private.h: New file, dummy fallback.
15641
4ba74a35
AO
156422012-10-10 Alexandre Oliva <aoliva@redhat.com>
15643
15644 * crypt/crypt-private.h: Include stdbool.h.
15645 (_ufc_setup_salt_r): Return bool.
15646 * crypt/crypt-entry.c: Include errno.h.
15647 (__crypt_r): Return NULL with EINVAL for bad salt.
15648 * crypt/crypt_util.c (bad_for_salt): New.
15649 (_ufc_setup_salt_r): Check that salt is long enough and within
15650 the specified alphabet.
15651 * crypt/badsalttest.c: New file.
15652 * crypt/Makefile (tests): Add it.
15653 ($(objpfx)badsalttest): New.
15654
f96f1242
MK
156552012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
15656
15657 * NEWS: Add entry for BZ #14602.
15658
0e8e0c1c
JM
156592012-10-09 Joseph Myers <joseph@codesourcery.com>
15660
15661 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
15662 type-generic.
15663 * math/libm-test.inc: Update comment listing what functions and
15664 macros are tested.
15665 (isgreater_test): New function.
15666 (isgreaterequal_test): Likewise.
15667 (isless_test): Likewise.
15668 (islessequal_test): Likewise.
15669 (islessgreater_test): Likewise.
15670 (isunordered_test): Likewise.
15671 (main): Call the new functions.
15672
273edc5e
RM
156732012-10-09 Roland McGrath <roland@hack.frob.com>
15674
b8493de0
RM
15675 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
15676 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
15677 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
15678 * sysdeps/i386/configure: Regenerated.
15679 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
15680 * sysdeps/mach/configure: Regenerated.
15681 * sysdeps/mach/hurd/configure: Regenerated.
15682 * sysdeps/powerpc/configure: Regenerated.
15683 * sysdeps/powerpc/powerpc32/configure: Regenerated.
15684 * sysdeps/powerpc/powerpc64/configure: Regenerated.
15685 * sysdeps/s390/s390-32/configure: Regenerated.
15686 * sysdeps/s390/s390-64/configure: Regenerated.
15687 * sysdeps/sh/configure: Regenerated.
15688 * sysdeps/sparc/configure: Regenerated.
15689 * sysdeps/unix/sysv/linux/configure: Regenerated.
15690 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
15691 * sysdeps/x86_64/configure: Regenerated.
15692
273edc5e
RM
15693 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
15694 defined. Don't check if MAP is NULL.
15695
c8450f70
JM
156962012-10-09 Joseph Myers <joseph@codesourcery.com>
15697
15698 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
15699 (_G_stat64): Likewise.
15700 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
15701 (_G_stat64): Likewise.
15702 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
15703 instead of struct _G_stat64.
15704 * libio/fileops.c (mmap_remap_check): Likewise.
15705 (decide_maybe_mmap): Likewise.
15706 (_IO_new_file_seekoff): Likewise.
15707 (_IO_file_stat): Likewise.
15708 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
15709 _G_off64_t.
15710 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
15711 instead of struct _G_stat64.
15712 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
15713
57e605ba
MK
157142012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
15715
15716 [BZ #14602]
15717 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15718 Replace with ...
15719 (CHECK_EOL): New macro.
15720 (two_way_short_needle): Check beginning of haystack for EOL. Use
15721 CHECK_EOL.
15722 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15723 Replace with CHECK_EOL.
15724 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15725 Replace with CHECK_EOL.
15726
ef1bb361
JM
157272012-10-08 Joseph Myers <joseph@codesourcery.com>
15728
15729 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
15730 type-generic.
15731 * math/libm-test.inc: Update comment listing what functions and
15732 macros are tested.
15733 (finite_test): New function.
15734 (isinf_test): Likewise.
15735 (isnan_test): Likewise.
15736 (fpclassify_test): Test subnormal input.
15737 (isfinite_test): Likewise.
15738 (isnormal_test): Likewise.
15739 (main): Call the new functions.
15740
55f11534
JN
157412012-10-08 Jonathan Nieder <jrnieder@gmail.com>
15742
15743 [BZ #14660]
15744 * Makerules (%.dynsym): Force C locale when running
15745 $(OBJDUMP) --dynamic-syms.
15746
1ab29350
AS
157472012-10-08 Andreas Schwab <schwab@linux-m68k.org>
15748
15749 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
15750 <stdint.h>.
15751
f1ecb7ef
DM
157522012-10-06 David S. Miller <davem@davemloft.net>
15753
15754 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
15755 upper 32-bits of the length value in %o2 since we use branch-on-register
15756 tests which consider the entire 64-bit register.
15757
5d41d91a
L
157582012-10-06 H.J. Lu <hongjiu.lu@intel.com>
15759
15760 * string/test-strstr.c (check2): Add a test for page boundary.
15761
3baddb72
DM
157622012-10-05 David S. Miller <davem@davemloft.net>
15763
15764 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
15765 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
15766 file.
15767 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
15768 sysdep_routines.
15769 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
15770 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
15771 and bzero when HWCAP_SPARC_CRYPTO is present.
15772
9cee5585
L
157732012-10-05 H.J. Lu <hongjiu.lu@intel.com>
15774
d7e0dab9
L
15775 [BZ #14602]
15776 * string/test-strstr.c (check2): New function.
15777 (test_main): Call check2.
15778
03759f47
L
15779 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
15780 and bug-strchr1.
15781 * string/bug-strcasestr1.c (do_test): Moved to ...
15782 * string/test-strcasestr.c (check1): Here. New function.
15783 (do_one_test): Break out result checking code into ...
15784 (check_result): This. New function.
15785 (do_one_test): Call check_result.
15786 (test_main): Call check1.
15787 * string/bug-strchr1.c (do_test): Moved to ...
15788 * string/test-strchr.c (check1): Here. New function.
15789 (do_one_test): Break out result checking code into ...
15790 (check_result): This. New function.
15791 (do_one_test): Call check_result.
15792 (test_main): Call check1.
15793 * string/bug-strstr1.c (main): Moved to ...
046f153e 15794 * string/test-strstr.c (check1): Here. New function.
03759f47
L
15795 (do_one_test): Break out result checking code into ...
15796 (check_result): This. New function.
15797 (do_one_test): Call check_result.
15798 (test_main): Call check1.
15799 * string/bug-strcasestr1.c: Removed.
15800 * string/bug-strchr1.c: Likewise.
15801 * string/bug-strstr1.c: Likewise.
15802
53cea63e
L
15803 * elf/Makefile (dl-routines): Add hwcaps.
15804 * elf/dl-support.c (_dl_important_hwcaps): Removed.
15805 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
15806 (_dl_important_hwcaps): Moved to ...
15807 * elf/dl-hwcaps.c: Here. New file.
15808 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
15809
9cee5585 15810 [BZ #14557]
bb859b06
L
15811 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
15812 if IS_IN_rtld isn't defined.
15813
9cee5585
L
15814 * elf/dl-support.c (_dl_sysinfo_map): New.
15815 Include "get-dynamic-info.h" and "setup-vdso.h".
15816 (_dl_non_dynamic_init): Call setup_vdso.
15817 * elf/dynamic-link.h: Don't include <assert.h>.
15818 (elf_get_dynamic_info): Moved to ...
15819 * elf/get-dynamic-info.h: Here. New file.
15820 * elf/dynamic-link.h: Include "get-dynamic-info.h".
15821 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
15822 * elf/setup-vdso.h: Here. New file.
15823 * elf/rtld.c: Include "setup-vdso.h".
15824 (dl_main): Call setup_vdso.
15825
23c31b76
JM
158262012-10-05 Joseph Myers <joseph@codesourcery.com>
15827
28234b07
JM
15828 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
15829 creal in comment listing functions tested. List finite, isinf,
15830 isnan, isless, islessequal, isgreater, isgreaterequal,
15831 islessgreater, isunordered, lgamma_r and pow10 as functions and
15832 macros not tested. Mention which functions not tested are aliases
15833 for other functions. Fix typo. Note that signs of NaNs are not
15834 tested.
15835
23c31b76
JM
15836 * scripts/config.guess: Update from config.git.
15837 * scripts/config.sub: Likewise.
15838
9043e228
RM
158392012-10-04 Roland McGrath <roland@hack.frob.com>
15840
15841 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
15842 * misc/madvise.c (madvise): Renamed to __madvise.
15843 Make madvise a weak alias.
15844 * include/sys/mman.h: Declare __madvise.
15845 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
15846 * sysdeps/unix/syscalls.list
15847 (madvise): Make __madvise the strong name, and madvise a weak alias.
15848 * sysdeps/unix/sysv/linux/syscalls.list
15849 (madvise, mmap): Remove redundant entries.
15850 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
15851 * malloc/malloc.c (mtrim): Likewise.
15852 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
15853
f57f8055
RM
158542012-10-03 Roland McGrath <roland@hack.frob.com>
15855
15856 * sysdeps/mach/hurd/dl-cache.c: File removed.
15857 * config.h.in (USE_LDCONFIG): New #undef.
15858 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
15859 * configure: Regenerated.
15860 * elf/Makefile (dl-routines): Add dl-cache only under
15861 [$(use-ldconfig) = yes].
15862 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
15863 cache on [USE_LDCONFIG].
15864 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
15865 [USE_LDCONFIG].
15866 * elf/rtld.c (dl_main): Likewise.
15867
5bb0c10a
PT
158682012-10-03 Pino Toscano <toscano.pino@tiscali.it>
15869
15870 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
15871 _SC_LEVEL4_CACHE_LINESIZE.
15872
010188c6
RM
158732012-10-03 Roland McGrath <roland@hack.frob.com>
15874
15875 * sysdeps/unix/bsd/confstr.h: File removed.
15876
b6c5ec07
AO
158772012-10-02 Alexandre Oliva <aoliva@redhat.com>
15878
15879 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
15880 sys/sdt-config.h.
15881
408223d4
RM
158822012-10-02 Roland McGrath <roland@hack.frob.com>
15883
15884 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
15885 Make 'mapoff' field ElfW(Off) rather than off_t.
15886
bb9510dc
DL
158872012-10-02 Dmitry V. Levin <ldv@altlinux.org>
15888
fc997c6e
DL
15889 * nscd/Makefile: Remove nscd-cflags and all its users.
15890 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
15891 (CFLAGS-nonlib): Add compiler flags for nscd modules.
15892
bb9510dc
DL
15893 [BZ #10631]
15894 * malloc.c (malloc_printerr): Clarify error message.
15895
05699367
L
158962012-10-02 H.J. Lu <hongjiu.lu@intel.com>
15897
15898 [BZ #14648]
15899 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15900 Set bit_FMA_Usable if FMA is supported.
15901 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
15902 macro.
15903 (bit_FMA4_Usable): Updated.
15904 (index_FMA_Usable): New macro.
15905 (CPUID_FMA): Likewise
15906 (HAS_FMA): Defined with bit_FMA_Usable.
15907
51367701
RM
159082012-10-01 Roland McGrath <roland@hack.frob.com>
15909
15910 * bits/types.h (__swblk_t): Type removed.
15911 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
15912 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
15913 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
15914 (__SWBLK_T_TYPE): Likewise.
15915 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
15916 (__SWBLK_T_TYPE): Likewise.
15917 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
15918 (__SWBLK_T_TYPE): Likewise.
15919 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
15920 (__SWBLK_T_TYPE): Likewise.
15921
4d57bf63 159222012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 15923 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
15924
15925 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
15926 (xdr_mapname): Use YPMAXMAP as maxsize.
15927 (xdr_peername): Use YPMAXPEER as maxsize.
15928 (xdr_keydat): Use YPAXRECORD as maxsize.
15929 (xdr_valdat): Use YPMAXRECORD as maxsize.
15930
93c65d43
RM
159312012-10-01 Roland McGrath <roland@hack.frob.com>
15932
497a03d6
RM
15933 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
15934
93c65d43
RM
15935 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
15936 * csu/init-first.c: ... here.
15937 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
15938 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
15939 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15940 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15941 * sysdeps/i386/init-first.c: File removed.
15942 * sysdeps/sh/init-first.c: File removed.
15943
bec749fd
JM
159442012-10-01 Joseph Myers <joseph@codesourcery.com>
15945
15946 [BZ #14645]
15947 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
15948 if x * y might underflow to zero and z is zero.
15949 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15950 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15951 * math/libm-test.inc (min_subnorm_value): New variable.
15952 (fma_test): Add more tests.
15953 (fma_test_towardzero): Likewise.
15954 (fma_test_downward): Likewise
15955 (fma_test_upward): Likewise.
15956 (initialize): Set min_subnorm_value.
15957
8ec5b013
JM
159582012-09-29 Joseph Myers <joseph@codesourcery.com>
15959
15960 [BZ #14638]
15961 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
15962 0 + 0.
15963 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
15964 mode for addition resulting in exact zero.
15965 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
15966 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
15967 exact 0 + 0.
15968 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15969 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15970 * math/libm-test.inc (fma_test): Add more tests.
15971 (fma_test_towardzero): New function.
15972 (fma_test_downward): Likewise.
15973 (fma_test_upward): Likewise.
15974 (main): Call the new functions.
15975
b1fa802e
DM
159762012-09-28 David S. Miller <davem@davemloft.net>
15977
15978 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
15979
d3b9fd9e
RM
159802012-09-28 Roland McGrath <roland@hack.frob.com>
15981
ea4d37b3
RM
15982 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
15983 instead of SIGALRM.
15984
ac51c949
RM
15985 * sysdeps/gnu/_G_config.h: Moved to ...
15986 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
15987 * sysdeps/mach/hurd/_G_config.h: Moved to ...
15988 * sysdeps/generic/_G_config.h: ... here.
15989
28c195f7
RM
15990 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
15991
848917f9
RM
15992 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
15993
6bacf05b
RM
15994 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
15995 Conditionalize target on [libnss_test1.so-version].
15996
91363dbb
RM
15997 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
15998
cc87f7d8
RM
15999 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
16000 (elfobjdir): Move out of conditionals.
16001
b1c608fe
RM
16002 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
16003 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
16004 (__nss_lookup_function): Conditionalize label remove_from_tree on
16005 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 16006
1d9a6d96
DM
160072012-09-28 David S. Miller <davem@davemloft.net>
16008
16009 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
16010 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
16011 file.
16012 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
16013 sysdep_routines.
16014 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
16015 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
16016 when HWCAP_SPARC_CRYPTO is present.
16017
72581615
PT
160182012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16019
16020 * io/tst-mknodat.c: Create a FIFO instead of a socket.
16021
715a900c
JL
160222012-09-28 Andreas Schwab <schwab@linux-m68k.org>
16023
16024 [BZ #6530]
16025 * stdio-common/vfprintf.c (process_string_arg): Revert
16026 2000-07-22 change.
16027
160282011-09-28 Jonathan Nieder <jrnieder@gmail.com>
16029
16030 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
16031 for testcase.
16032 * stdio-common/tst-sprintf.c: Include <locale.h>
16033 (main): Test sprintf's handling of incomplete multibyte
16034 characters.
16035
9bac1d86
L
160362012-09-28 H.J. Lu <hongjiu.lu@intel.com>
16037
16038 * elf/dl-runtime.c (VERSYMIDX): Removed.
16039 * elf/dl-version.c (VERSYMIDX): Likewise.
16040 * elf/do-rel.h (VERSYMIDX): Likewise.
16041 (VALIDX): Likewise.
16042 * elf/dynamic-link.h (VERSYMIDX): Likewise.
16043 * elf/rtld.c (VALIDX): Likewise.
16044 (ADDRIDX): Likewise.
9bac1d86
L
16045 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
16046 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
16047 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
16048 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
16049 (VALIDX): Likewise.
16050 (ADDRIDX): Likewise.
9bac1d86 16051
b31606c0
PT
160522012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16053
16054 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
16055
11541177
JL
160562012-09-28 Dmitry V. Levin <ldv@altlinux.org>
16057
16058 [BZ #11438]
16059 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
16060 to global scope.
16061 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
16062 addresses are in the same scope as 192.0.2/24.
16063 * posix/gai.conf: Document new scope table defaults.
16064
adb26fae
SP
160652012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16066
16067 [BZ #5298]
16068 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
16069 for ftell. Compute offsets from write pointers instead.
16070 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
16071
4573c6b0
SP
160722012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16073
16074 [BZ #14543]
16075 * libio/Makefile (tests): New test case tst-fseek.
16076 * libio/tst-fseek.c: New test case to verify that fseek/ftell
16077 combination works in wide mode.
16078 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
16079 state when the external buffer state changes.
16080
aa9bbfe6
DM
160812012-09-27 David S. Miller <davem@davemloft.net>
16082
16083 [BZ #14376]
16084 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
16085 pass reloc->r_addend in as the 'high' argument to
16086 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
16087
784421e7
DM
16088 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16089
c39bc8b8
PT
160902012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16091
16092 * rt/tst-aio2.c: Include <pthread.h>.
16093 * rt/tst-aio3.c: Likewise.
16094
1ccc2399
SE
160952012-09-27 Steve Ellcey <sellcey@mips.com>
16096
16097 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
16098
31ed4153
L
160992012-09-27 H.J. Lu <hongjiu.lu@intel.com>
16100
25f5f885
L
16101 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
16102 contents on [SHARED].
31ed4153 16103
b7bfe116
MP
161042012-09-26 Marek Polacek <polacek@redhat.com>
16105
16106 [BZ #14530]
16107 [BZ #13741]
16108 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
16109 for C++ and GCC <4.3 as well as for non GCC compilers.
16110
43c4edba
MT
161112012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
16112
16113 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16114
6a1bf82f
RM
161152012-09-25 Roland McGrath <roland@hack.frob.com>
16116
16117 * Makefile.in (all, install): Declare with .PHONY.
16118 Reported by Michael Hope <michael.hope@linaro.org>.
16119
8ad11b9a
TMQMF
161202012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16121
16122 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
16123 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
16124 system header.
16125 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
16126 Likewise.
16127 (sydep_routines): Add the new and the internal functions.
16128 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
16129 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
16130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
16131 (GLIBC_2.17): Add the new function.
16132 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
16133 (GLIBC_2.17): Likewise.
16134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
16135 (GLIBC_2.17): Likewise.
16136 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
16137 (GLIBC_2.17): Likewise.
16138 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
16139
7e2fca8d
AM
161402012-09-25 Alan Modra <amodra@gmail.com>
16141
16142 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
16143 Add release barrier before setting once_control to say
16144 initialisation is done. Add hints on lwarx. Use macro in
16145 place of isync.
16146 (clear_once_control): Add release barrier.
16147
b87c4b24
JM
161482012-09-25 Joseph Myers <joseph@codesourcery.com>
16149
d032e0d2
JM
16150 [BZ #13629]
16151 * math/s_clog.c (__clog): Handle more values close to |z| = 1
16152 specially.
16153 * math/s_clog10.c (__clog10): Likewise.
16154 * math/s_clog10f.c (__clog10f): Likewise.
16155 * math/s_clog10l.c (__clog10l): Likewise.
16156 * math/s_clogf.c (__clogf): Likewise.
16157 * math/s_clogl.c (__clogl): Likewise.
16158 * math/Makefile (libm-calls): Add x2y2m1.
16159 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
16160 (__x2y2m1): Likewise.
16161 (__x2y2m1l): Likewise.
16162 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
16163 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
16164 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
16165 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16166 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
16167 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
16168 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
16169 * sysdeps/i386/fpu/libm-test-ulps: Update.
16170 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16171
b87c4b24
JM
16172 [BZ #14621]
16173 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
16174 int as type of variable DEPTH.
16175 (glob): Use size_t instead of int as type of variables NEWCOUNT
16176 and OLD_PATHC.
16177
6d3bf199
LD
161782012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16179
22bf5c17
LD
16180 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
16181 Add s_sincosf-sse2.
16182 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
16183 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
16184 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
16185 macros for using routine as __sincosf_ia32.
16186 Use macro for function declaration and weak_alias.
16187 * sysdeps/i386/fpu/libm-test-ulps: Update.
16188
16189 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
16190 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16191
16192 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
16193 subnormal argument.
16194 * math/s_cexpf.c (__cexpf): Likewise.
16195 * math/s_csinf.c (__csinf): Likewise.
16196 * math/s_csinhf.c (__csinhf): Likewise.
16197 * math/s_ctanf.c (__ctanf): Likewise.
16198 * math/s_ctanhf.c (__ctanhf): Likewise.
16199 * math/s_ccosh.c (__ccoshf): Likewise.
16200 * math/s_cexp.c (__cexpl): Likewise.
16201 * math/s_csin.c (__csin): Likewise.
16202 * math/s_csinh.c (__csinh): Likewise.
16203 * math/s_ctan.c (__ctan): Likewise.
16204 * math/s_ctanh.c (ctanh): Likewise.
16205 * math/s_ccoshl.c (__ccoshl): Likewise.
16206 * math/s_cexpl.c (__cexpl): Likewise.
16207 * math/s_csinl.c (__csinl): Likewise.
16208 * math/s_csinhl.c (__csinhl): Likewise.
16209 * math/s_ctanl.c (__ctanl): Likewise.
16210 * math/s_ctanhl.c (__ctanhl): Likewise.
16211
203e5603
JM
162122012-09-25 Joseph Myers <joseph@codesourcery.com>
16213
16214 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
16215 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
16216 (_IO_off_t): Define to __off_t, not _G_off_t.
16217 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
16218 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
16219 (_IO_wint_t): Define to wint_t, not _G_wint_t.
16220 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
16221 type of __dummy and __dummy2 fields.
16222 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
16223 (_G_ssize_t): Likewise.
16224 (_G_off_t): Likewise.
16225 (_G_pid_t): Likewise.
16226 (_G_uid_t): Likewise.
16227 (_G_wchar_t): Likewise.
16228 (_G_wint_t): Likewise.
16229 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
16230 (_G_ssize_t): Likewise.
16231 (_G_off_t): Likewise.
16232 (_G_pid_t): Likewise.
16233 (_G_uid_t): Likewise.
16234 (_G_wchar_t): Likewise.
16235 (_G_wint_t): Likewise.
16236 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
16237 (_G_ssize_t): Likewise.
16238 (_G_off_t): Likewise.
16239 (_G_pid_t): Likewise.
16240 (_G_uid_t): Likewise.
16241 (_G_wchar_t): Likewise.
16242 (_G_wint_t): Likewise.
16243
9fab36eb
SP
162442012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16245
16246 * malloc/arena.c: Include malloc-sysdep.h.
16247 (shrink_heap): Use check_may_shrink_heap to decide if madvise
16248 is sufficient to shrink the heap or an unmap is needed.
16249 * sysdeps/generic/malloc-sysdep.h: New file. Define
16250 new function check_may_shrink_heap.
16251 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
16252 new function check_may_shrink_heap.
16253
2b4f00d1
SP
162542012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16255
16256 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
16257 comments.
16258
9a9028b1
DL
162592012-09-24 Dmitry V. Levin <ldv@altlinux.org>
16260
57c69bef
DL
16261 * catgets/test-gencat.sh: Add "set -e".
16262 * elf/tst-pathopt.sh: Likewise.
16263 * grp/tst_fgetgrent.sh: Likewise.
16264 * iconvdata/run-iconv-test.sh: Likewise.
16265 * intl/tst-gettext.sh: Likewise.
16266 * intl/tst-gettext2.sh: Likewise.
16267 * intl/tst-gettext4.sh: Likewise.
16268 * intl/tst-gettext6.sh: Likewise.
16269 * intl/tst-translit.sh: Likewise.
16270 * io/ftwtest-sh: Likewise.
16271 * libio/test-freopen.sh: Likewise.
16272 * malloc/tst-mtrace.sh: Likewise.
16273 * posix/globtest.sh: Likewise.
16274 * posix/tst-getconf.sh: Likewise.
16275 * posix/wordexp-tst.sh: Likewise.
16276 * stdio-common/tst-printf.sh: Likewise.
16277 * stdio-common/tst-unbputc.sh: Likewise.
16278 * stdlib/tst-fmtmsg.sh: Likewise.
16279 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
16280 * catgets/Makefile: Do not specify -e option when running
16281 testsuite shell scripts.
16282 * elf/Makefile: Likewise.
16283 * grp/Makefile: Likewise.
16284 * iconvdata/Makefile: Likewise.
16285 * intl/Makefile: Likewise.
16286 * io/Makefile: Likewise.
16287 * libio/Makefile: Likewise.
16288 * malloc/Makefile: Likewise.
16289 * posix/Makefile: Likewise.
16290 * stdio-common/Makefile: Likewise.
16291 * stdlib/Makefile: Likewise.
16292 * sysdeps/x86_64/Makefile: Likewise.
16293
9a9028b1
DL
16294 * io/ftwtest-sh: Add copyright header.
16295 * posix/globtest.sh: Likewise.
16296 * posix/tst-getconf.sh: Likewise.
16297 * posix/wordexp-tst.sh: Likewise.
16298 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
16299
ced6f16e
L
163002012-09-24 H.J. Lu <hongjiu.lu@intel.com>
16301
94b32c39
L
16302 [BZ #13679]
16303 * Makeconfig (+link): Defined as $(+link-static) if
16304 $(build-shared) isn't yes.
16305 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
16306 isn't yes.
16307 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
16308
189e935b
L
16309 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
16310
ced6f16e
L
16311 [BZ #14562]
16312 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
16313 new chunk size with MALLOC_ALIGN_MASK.
16314
a9f8e53a
JM
163152012-09-24 Joseph Myers <joseph@codesourcery.com>
16316
16317 [BZ #5044]
16318 * stdio-common/printf_fphex.c: Include <stdbool.h> and
16319 <rounding-mode.h>.
16320 (__printf_fphex): Determine rounding using get_rounding_mode and
16321 round_away.
16322 * stdio-common/tst-printf-round.c (struct hex_test): New
16323 structure.
16324 (hex_tests): New variable.
16325 (test_hex_in_one_mode): New function.
16326 (do_test): Also run tests for hex float output.
16327
43153109
JM
163282012-09-21 Joseph Myers <joseph@codesourcery.com>
16329
16330 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
16331 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
16332 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
16333 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
16334 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
16335 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
16336 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
16337 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
16338
8a26625d
JM
163392012-09-20 Joseph Myers <joseph@codesourcery.com>
16340
16341 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
16342 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
16343 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
16344 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
16345
f3fd569c
DL
163462012-09-19 Dmitry V. Levin <ldv@altlinux.org>
16347
16348 [BZ #14579]
16349 * elf/rtld.c (dl_main): Limit the check for self loading to normal
16350 mode only.
16351 * elf/tst-rtld-load-self.sh: New test.
16352 * elf/Makefile: Run it.
16353
63bbedd4
JM
163542012-09-18 Joseph Myers <joseph@codesourcery.com>
16355
16356 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
16357 (tst-writev-ENV): Remove.
16358 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
16359
626f8b6a
CM
163602012-09-17 Chris Metcalf <cmetcalf@tilera.com>
16361
16362 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
16363
b7aaa4d6
JM
163642012-09-17 Joseph Myers <joseph@codesourcery.com>
16365
16366 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
16367 unconditional.
16368 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
16369 Likewise.
16370 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
16371 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
16372 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
16373 Likewise.
16374
65513990
L
163752012-09-14 H.J. Lu <hongjiu.lu@intel.com>
16376
16377 [BZ #14587]
16378 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
16379 * config.make.in (have-cpp-asm-debuginfo): Removed.
16380 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
16381 * configure: Regenerated.
16382
784761be
JM
163832012-09-14 Joseph Myers <joseph@codesourcery.com>
16384
16385 [BZ #5044]
16386 * stdio-common/printf_fp.c: Include <stdbool.h> and
16387 <rounding-mode.h>.
16388 (___printf_fp): Determine rounding using get_rounding_mode and
16389 round_away.
16390 * stdio-common/tst-printf-round.c: New file.
16391 * stdio-common/Makefile (tests): Add tst-printf-round.
16392 (link-libm): New variable.
16393 ($(objpfx)tst-printf-round): Depend in $(link-libm).
16394
9503345f
L
163952012-09-13 H.J. Lu <hongjiu.lu@intel.com>
16396
16397 [BZ #14576]
16398 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
16399 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
16400 Likewise.
16401 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
16402 Likewise.
16403
ad35fc00
JM
164042012-09-13 Joseph Myers <joseph@codesourcery.com>
16405
16406 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
16407 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16408 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16409 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16410
6c9b0f68
JM
164112012-09-12 Joseph Myers <joseph@codesourcery.com>
16412
16413 [BZ #14518]
16414 * include/rounding-mode.h: New file.
16415 * sysdeps/generic/get-rounding-mode.h: Likewise.
16416 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
16417 * stdlib/strtod_l.c: Include <rounding-mode.h>.
16418 (MAX_VALUE): New macro.
16419 (MIN_VALUE): Likewise.
16420 (overflow_value): New function.
16421 (underflow_value): Likewise.
16422 (round_and_return): Use overflow_value and underflow_value to
16423 determine return values in overflow and underflow cases. Use
16424 round_away to determine rounding depending on rounding mode.
16425 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
16426 determine return values in overflow and underflow cases.
16427 * stdlib/tst-strtod-round.c: Include <fenv.h>.
16428 (struct test_results): New structure.
16429 (struct test): Use struct test_results to store expected results
16430 for all rounding modes.
16431 (TEST): Include expected results for all rounding modes.
16432 (test_in_one_mode): New function.
16433 (do_test): Use test_in_one_mode to compute and check results.
16434 Check results for all rounding modes.
16435 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
16436 $(link-libm).
16437
19fcedd5
AM
164382012-12-09 Allan McRae <allan@archlinux.org>
16439
1e9d84cd 16440 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 16441
8bbfd2f1
JM
164422012-09-11 Joseph Myers <joseph@codesourcery.com>
16443
16444 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
16445 (_G_int32_t): Likewise.
16446 (_G_uint16_t): Likewise.
16447 (_G_uint32_t): Likewise.
16448 (_G_HAVE_BOOL): Likewise.
16449 (_G_HAVE_ATEXIT): Likewise.
16450 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16451 (_G_HAVE_IO_FILE_OPEN): Likewise.
16452 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
16453 (_G_int32_t): Likewise.
16454 (_G_uint16_t): Likewise.
16455 (_G_uint32_t): Likewise.
16456 (_G_HAVE_BOOL): Likewise.
16457 (_G_HAVE_ATEXIT): Likewise.
16458 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16459 (_G_HAVE_IO_FILE_OPEN): Likewise.
16460 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
16461 (_G_int32_t): Likewise.
16462 (_G_uint16_t): Likewise.
16463 (_G_uint32_t): Likewise.
16464 (_G_HAVE_BOOL): Likewise.
16465 (_G_HAVE_ATEXIT): Likewise.
16466 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16467 (_G_HAVE_IO_FILE_OPEN): Likewise.
16468
b1dc5912
L
164692012-09-11 H.J. Lu <hongjiu.lu@intel.com>
16470
16471 * csu/libc-tls.c: Update copyright years.
16472
0e886ef9
JM
164732012-09-10 Joseph Myers <joseph@codesourcery.com>
16474
28361c5e
JM
16475 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
16476 [!_G_USING_THUNKS]: Remove conditional code.
16477 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
16478 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
16479
0e886ef9
JM
16480 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
16481 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
16482 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16483 (_G_VTABLE_LABEL_PREFIX): Likewise.
16484 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16485 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16486 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16487 (_G_VTABLE_LABEL_PREFIX): Likewise.
16488 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
16489 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16490 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16491 (_G_VTABLE_LABEL_PREFIX): Likewise.
16492 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
16493
bcba7aa2
L
164942012-09-10 H.J. Lu <hongjiu.lu@intel.com>
16495
16496 * libio/Makefile: Include ../Makeconfig before tests.
16497 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
16498 only if $(build-shared) is yes.
16499
06585ee8
L
16500 * iconv/gconv_db.c: Update copyright years.
16501
80ccd52c
LD
165022012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16503
16504 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
16505 unwind info if defined PIC. Fix special cases description.
16506 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
16507
16508 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
16509 DP_HI_MASK entry.
16510 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
16511
691bc9c1
L
165122012-09-07 H.J. Lu <hongjiu.lu@intel.com>
16513
3d9b46b3
L
16514 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
16515
de2139a9
L
16516 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
16517 is NULL.
16518
5ca78dd0
L
16519 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
16520 (LDLIBS-tst-chk4): This.
16521 (LDFLAGS-tst-chk5): Renamed to ...
16522 (LDLIBS-tst-chk5): This.
16523 (LDFLAGS-tst-chk6): Renamed to ...
16524 (LDLIBS-tst-chk6): This.
16525 (LDFLAGS-tst-lfschk4): Renamed to ...
16526 (LDLIBS-tst-lfschk4): This.
16527 (LDFLAGS-tst-lfschk5): Renamed to ...
16528 (LDLIBS-tst-lfschk5): This.
16529 (LDFLAGS-tst-lfschk6): Renamed to ...
16530 (LDLIBS-tst-lfschk6): This.
16531
691bc9c1
L
16532 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
16533 on $(common-objpfx)soversions.mk.
16534
65cafb1c
JM
165352012-09-07 Joseph Myers <joseph@codesourcery.com>
16536
16537 [BZ #10014]
16538 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
16539 example host name.
16540
c78ab094
SP
165412012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
16542
16543 * malloc/arena.c (arena_get_retry): New function that gets
16544 another arena for the caller to try its request on.
16545 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
16546 current arena cannot fulfill the request.
16547 (__libc_memalign): Likewise.
16548 (__libc_memalign): Likewise.
16549 (__libc_pvalloc): Likewise.
16550 (__libc_calloc): Likewise.
16551
01f49f59
JT
165522012-09-05 John Tobey <john.tobey@gmail.com>
16553
16554 [BZ #13542]
16555 * manual/arith.texi (Operations on Complex): Fix description
16556 of carg branch cut.
16557
4c23fed5
JM
165582012-09-06 Joseph Myers <joseph@codesourcery.com>
16559
1d3c8572
JM
16560 [BZ #10014]
16561 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
16562 host name.
16563
4c23fed5
JM
16564 [BZ #10038]
16565 * manual/memory.texi (Memory): Make order of menu items match
16566 order of sections.
16567
04570aaa
L
165682012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16569
16570 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
16571 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
16572 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
16573
b80af2f4
L
165742012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16575
16576 * csu/libc-tls.c (static_dtv): Renamed to ...
16577 (_dl_static_dtv): This. Make it global.
16578 (_dl_initial_dtv): Removed.
16579 (__libc_setup_tls): Updated.
16580 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
16581 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
16582 DL_INITIAL_DTV.
16583
2abe9f15
PM
165842012-09-06 Petr Machata <pmachata@redhat.com>
16585
16586 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
16587 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
16588 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
16589 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
16590
0948c3af
L
165912012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16592
16593 [BZ #14545]
16594 * csu/libc-tls.c (_dl_initial_dtv): New variable.
16595 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
16596 freeing dtv[-1].
16597
a5055ad1
L
165982012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16599
16600 [BZ #14544]
16601 * Makeconfig (link-static-before-libc): Replace $(+prector)
16602 with $(+prectorT).
16603 (link-static-after-libc): Replace $(+postctor) with
16604 $(+postctorT).
16605 (link-bounded): Replace $(+prector)/$(+postctor) with
16606 $(+prectorT)/$(+postctorT).
16607 (+prectorT): New macro.
16608 (+postctorT): Likewise.
16609
ed8c2ecd
JM
166102012-09-06 Joseph Myers <joseph@codesourcery.com>
16611
16612 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
16613 (round_str): Handle values above the maximum for IBM long double
16614 as inexact.
16615 * stdlib/tst-strtod-round.c (tests): Regenerated.
16616
14c996c8
AK
166172012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16618
16619 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
16620 assembler flag.
16621 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
16622 zarch_nohighgprs around the zarch optimized routines.
16623 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
16624 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
16625 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
16626 for zarch.
16627
430d6ce6
DM
166282012-09-05 David S. Miller <davem@davemloft.net>
16629
16630 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16631
ff04dda4
DM
16632 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
16633 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
16634 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
16635 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
16636 entries.
16637
24d4e01b
AO
166382012-09-05 Alexandre Oliva <aoliva@redhat.com>
16639
16640 * malloc/arena.c: Fold copyright years.
16641 * malloc/mcheck.c, malloc/memusage.c: Likewise.
16642
61d58174
AO
166432012-09-05 Alexandre Oliva <aoliva@redhat.com>
16644
16645 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
16646
20196a5e
AO
166472012-09-05 Alexandre Oliva <aoliva@redhat.com>
16648
16649 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
16650
5c447383
AO
166512012-09-05 Alexandre Oliva <aoliva@redhat.com>
16652
16653 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
16654 change internal state upon failure.
16655
fad64255
AO
166562012-09-05 Alexandre Oliva <aoliva@redhat.com>
16657
16658 * malloc/mcheck.c (mcheck_check_all): Fix typo.
16659 * malloc/memusage.c (mmap): Likewise.
16660 (mmap64, mremap): Likewise. Adjust name in comment.
16661
1ffb8c90
SP
166622012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
16663
16664 * libio/fileops.c: Fix typos in comments.
16665 * libio/oldfileops.c: Likewise.
16666 * libio/wfileops.c: Likewise.
16667
6ef9cc37
SP
166682012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
16669
16670 [BZ #1349]
16671 * malloc/Makefile (tests): Add tst-malloc-usable test case.
16672 (tst-malloc-usable-ENV): Set environment for test case.
16673 * malloc/hooks.c (malloc_check_get_size): New function to get
16674 requested size.
16675 * malloc/malloc.c (musable): Use malloc_check_get_size.
16676 * malloc/tst-malloc-usable.c: New test case.
16677
4d038ae3
AS
166782012-09-05 Andreas Schwab <schwab@linux-m68k.org>
16679
16680 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
16681
c4e85184
AM
166822012-09-05 Allan McRae <allan@archlinux.org>
16683
b9dafc56 16684 [BZ #13966]
c4e85184
AM
16685 * configure.in (CXX_SYSINCLUDES): Use compiler output to
16686 determine header location.
16687 * configure: Regenerated.
16688
e1343020
AS
166892012-09-05 Andreas Schwab <schwab@linux-m68k.org>
16690
16691 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
16692 float format.
16693 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
16694 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
16695 format.
e1343020
AS
16696 (test): Regenerate.
16697
0a9f1987
DM
166982012-09-04 David S. Miller <davem@davemloft.net>
16699
16700 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
16701 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
16702 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
16703
29237804
FW
167042012-09-04 Florian Weimer <fweimer@redhat.com>
16705
16706 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
16707 failures.
16708
edb3cb88
FW
16709 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
16710
60160d83
JM
167112012-09-04 Joseph Myers <joseph@codesourcery.com>
16712
16713 [BZ #9914]
16714 * libio/iogetdelim.c: Include <limits.h>.
16715 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
16716 + len + 1 would overflow.
16717
bcd6c8dc
AJ
167182012-09-03 Andreas Jaeger <aj@suse.de>
16719
16720 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16721 * sysdeps/i386/fpu/libm-test-ulps: Update.
16722
4ffffbd2
LD
167232012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16724
16725 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
16726 Add s_sinf-sse2, s_conf-sse2.
16727
16728 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
16729 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
16730 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
16731 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
16732
16733 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
16734 for using routine as __sinf_ia32.
16735 Use macro for function declaration and weak_alias.
16736 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
16737 for using routine as __cosf_ia32.
16738 Use macro for function declaration and weak_alias.
16739
16740 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
16741 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
16742
16743 * sysdeps/x86_64/fpu/s_sinf.S: New file.
16744 * sysdeps/x86_64/fpu/s_cosf.S: New file.
16745 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16746
16747 * math/libm-test.inc (cos_test): Add more test cases.
16748 (sin_test): Likewise.
16749 (sincos_test): Likewise.
16750
511fa286
AK
167512012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16752
16753 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
16754 (IFUNC_RESOLVE): Make pointers to the specialized implementations
16755 hidden.
16756 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
16757
5f30cfec
L
167582012-09-02 H.J. Lu <hongjiu.lu@intel.com>
16759
16760 [BZ #14538]
16761 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
16762 first element of the GOT.
16763 (elf_machine_load_address): Return the difference between
16764 the runtime address of _DYNAMIC and elf_machine_dynamic ().
16765
0786794f
AM
167662012-09-01 Allan McRae <allan@archlinux.org>
16767
5f30cfec
L
16768 [BZ #13412]
16769 * configure.in (AWK): Require gawk version 3.0 or later.
16770 * configure: Regenerated.
0786794f 16771
26889eac
JM
167722012-09-01 Joseph Myers <joseph@codesourcery.com>
16773
16774 * sysdeps/unix/sysv/linux/kernel-features.h
16775 (__ASSUME_POSIX_CPU_TIMERS): Remove.
16776 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
16777 [__NR_clock_getres]: Make code unconditional.
16778 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
16779 (clock_getcpuclockid): Remove code left unreachable by removal of
16780 conditionals.
16781 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
16782 code unconditional.
16783 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16784 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16785 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
16786 Make code unconditional.
16787 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16788 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16789 * sysdeps/unix/sysv/linux/clock_settime.c
16790 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
16791 conditional code.
16792 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
16793 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16794
d22e28b0
L
167952012-08-29 H.J. Lu <hongjiu.lu@intel.com>
16796
16797 [BZ #14476]
16798 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
16799 scripts/test-installation.pl.
16800
16801 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
16802 and $ld_so_version if it is set.
16803
050af9c4
SP
168042012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
16805
16806 [BZ #14516]
16807 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
16808 failure if reading from procfs failed.
16809 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
16810
ad845c0b
JM
168112012-08-27 Joseph Myers <joseph@codesourcery.com>
16812
16813 * sysdeps/unix/sysv/linux/kernel-features.h
16814 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
16815 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16816 Remove conditional code.
16817 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16818 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
16819 Remove conditional code.
16820 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16821 * sysdeps/unix/sysv/linux/i386/fxstat.c
16822 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16823 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16824 * sysdeps/unix/sysv/linux/i386/fxstatat.c
16825 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16826 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16827 * sysdeps/unix/sysv/linux/i386/lxstat.c
16828 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16829 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16830 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
16831 Remove conditional code.
16832 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16833 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16834 Remove conditional code.
16835 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16836 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
16837 <kernel-features.h>.
16838 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
16839 Remove.
16840 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
16841 Remove conditional code.
16842 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16843 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
16844 Remove conditional.
16845
5dbf56af
MF
168462012-08-27 Mike Frysinger <vapier@gentoo.org>
16847
16848 [BZ #5400]
16849 * NEWS: Add fixed bug number.
16850
d6e70f43
JM
168512012-08-27 Joseph Myers <joseph@codesourcery.com>
16852
7efb4737
JM
16853 [BZ #14519]
16854 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
16855 underflowing exponent in case of negative sign.
16856 * stdlib/tst-strtod-round-data: Add more tests.
16857 * stdlib/tst-strtod-round.c (tests): Regenerated.
16858
af92131a
JM
16859 [BZ #3479]
16860 * stdlib/strtod_l.c (NDIG): Remove.
16861 (HEXNDIG): Likewise.
16862 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
16863 smallest representable value.
16864 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
16865 lie within an exact representation of 1/2 ulp of the result.
16866 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
16867 unconditionally.
16868 (TENS_P9_IDX): Define unconditionally.
16869 (TENS_P9_SIZE): Likewise.
16870 (TENS_P10_IDX): Likewise.
16871 (TENS_P10_SIZE): Likewise.
16872 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
16873 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
16874 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
16875 entries for 10^2^13 and 10^2^14.
16876 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
16877 (TENS_P13_IDX): Define.
16878 (TENS_P13_SIZE): Likewise.
16879 (TENS_P14_IDX): Likewise.
16880 (TENS_P14_SIZE): Likewise.
16881 (_fpioconst_pow10): Change array size to
16882 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
16883 unconditional.
16884 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
16885 1024]: Add entries for 10^2^13 and 10^2^14.
16886 [LAST_POW10 > _LAST_POW10]: Remove #error.
16887 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
16888 (_fpioconst_pow10): Change array size to
16889 FPIOCONST_POW10_ARRAY_SIZE.
16890 * stdlib/gen-fpioconst.c: New file.
16891 * stdlib/gen-tst-strtod-round.c: Likewise.
16892 * stdlib/tst-strtod-round-data: Likewise.
16893 * stdlib/tst-strtod-round.c: Likewise.
16894 * stdlib/Makefile (tests): Add tst-strtod-round.
16895
d6e70f43
JM
16896 [BZ #14459]
16897 * stdlib/strtod_l.c: Include <stdint.h>.
16898 (NDEBUG): Do not define.
16899 (round_and_return): Change EXPONENT parameter to type intmax_t.
16900 Rearrange calculations to avoid internal overflow possibilities.
16901 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
16902 Rearrange calculations to avoid internal overflow possibilities.
16903 Assert that number fits inside MPNSIZE limbs.
16904 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
16905 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
16906 calculations and add assertions to avoid internal overflow
16907 possibilities. Add casts to avoid signed/unsigned operations.
16908 * stdlib/tst-strtod-overflow.c: New file.
16909 * stdlib/Makefile (tests): Add tst-strtod-overflow.
16910
1f529f7d
MP
169112012-08-25 Marek Polacek <polacek@redhat.com>
16912
16913 * time/time.h: Fix some typos in comments.
16914
59a629f1
RM
169152012-08-23 Roland McGrath <roland@hack.frob.com>
16916
16917 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
16918 * posix/tst-rfc3484-2.c: Likewise.
16919 * posix/tst-rfc3484-3.c: Likewise.
16920
d3bafbc9
SM
169212012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
16922
16923 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
16924 (EF_ARM_ABI_FLOAT_HARD): Likewise.
16925
4efcc022
JM
169262012-08-23 Joseph Myers <joseph@codesourcery.com>
16927
16928 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
16929 #include of fxstatat64.c.
16930
3cc3ef96
RM
169312012-08-22 Roland McGrath <roland@hack.frob.com>
16932
f04e2132
RM
16933 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
16934 * shadow/getspent_r.c: Likewise.
16935 * shadow/getspnam.c: Likewise.
16936 * shadow/getspnam_r.c: Likewise.
16937 * gshadow/getsgent.c: Likewise.
16938 * gshadow/getsgent_r.c: Likewise.
16939 * gshadow/getsgnam.c: Likewise.
16940 * gshadow/getsgnam_r.c: Likewise.
16941 * inet/getnetbyad.c: Likewise.
16942 * inet/getnetbyad_r.c: Likewise.
16943 * inet/getnetbynm.c: Likewise.
16944 * inet/getnetbynm_r.c: Likewise.
16945 * inet/getnetent.c: Likewise.
16946 * inet/getnetent_r.c: Likewise.
16947 * inet/getproto.c: Likewise.
16948 * inet/getproto_r.c: Likewise.
16949 * inet/getprtent.c: Likewise.
16950 * inet/getprtent_r.c: Likewise.
16951 * inet/getprtname.c: Likewise.
16952 * inet/getprtname_r.c: Likewise.
16953 * inet/getrpcbyname.c: Likewise.
16954 * inet/getrpcbyname_r.c: Likewise.
16955 * inet/getrpcbynumber.c: Likewise.
16956 * inet/getrpcbynumber_r.c: Likewise.
16957 * inet/getrpcent.c: Likewise.
16958 * inet/getrpcent_r.c: Likewise.
16959 * inet/getaliasent.c: Likewise.
16960 * inet/getaliasent_r.c: Likewise.
16961 * inet/getaliasname.c: Likewise.
16962 * inet/getaliasname_r.c: Likewise.
16963 * nscd/getgrgid_r.c: Likewise.
16964 * nscd/getgrnam_r.c: Likewise.
16965 * nscd/gethstbyad_r.c: Likewise.
16966 * nscd/gethstbynm3_r.c: Likewise.
16967 * nscd/getpwnam_r.c: Likewise.
16968 * nscd/getpwuid_r.c: Likewise.
16969 * nscd/getsrvbynm_r.c: Likewise.
16970 * nscd/getsrvbypt_r.c: Likewise.
16971 * nscd/gai.c: Likewise.
16972
c53d909c
RM
16973 * configure.in (build_nscd): New substituted variable, set
16974 by --disable-build-nscd and defaults to $use_nscd.
16975 * configure: Regenerated.
16976 * config.make.in (build-nscd): New substituted variable.
16977 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
16978 Change conditional to require [$(build-nscd) = yes] as well.
16979 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
16980
3cc3ef96
RM
16981 [BZ# 13696]
16982 * configure.in (use_nscd): New substituted variable, set by
16983 --disable-nscd. If enabled, define USE_NSCD.
16984 * configure: Regenerated.
16985 * config.h.in: Add USE_NSCD.
16986 * config.make.in (use-nscd): New substituted variable.
16987 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
16988 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
16989 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
16990 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
16991 (CFLAGS-getgrnam_r.c): Likewise.
16992 (CFLAGS-initgroups.c): Likewise.
16993 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
16994 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
16995 Variables removed.
16996 * inet/getnetgrent_r.c
16997 (nscd_setnetgrent): New function, broken out of ...
16998 (setnetgrent): ... here. Call it.
16999 (innetgr): Conditionalize nscd bits on [USE_NSCD].
17000 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
17001 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
17002 * nscd/Makefile (routines, aux): Move definitions after include of
17003 Makeconfig. Conditionalize on [$(use-nscd) != no].
17004 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
17005 Conditionalize on [USE_NSCD].
17006 (is_nscd, nscd_init_cb): Likewise.
17007 (nss_load_library): Conditionalize init callback on [USE_NSCD].
17008 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
17009 * nss/nss_db/db-init.c: Likewise.
17010 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
17011 [USE_NSCD].
17012 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
17013 (make_request): Use it.
17014 (cache_valid_p): New function.
17015 (__check_pf): Use it.
17016 * NEWS: Add item for --disable-nscd.
17017
07e51550
DL
170182012-08-22 Dmitry V. Levin <ldv@altlinux.org>
17019
17020 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
17021 to support sed >= 4.2.1-20-ga9bf076.
17022 * configure: Regenerated.
17023
35a5b08b
RM
170242012-08-22 Roland McGrath <roland@hack.frob.com>
17025
17026 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
17027 Conditionalize whole body on [IREL].
17028
8479f23a
JL
170292012-08-22 Jeff Law <law@redhat.com>
17030
17031 [BZ #14505]
17032 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
17033 if the family is PF_UNSPEC.
17034
48da0b21
MF
170352012-08-22 Mike Frysinger <vapier@gentoo.org>
17036
17037 * Makerules (lib-version): Rename from V.
17038 (install-lib-nosubdir): Change V to lib-version.
17039
15d0da8c
WS
170402012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
17041
17042 [BZ #14252]
17043 * powerpc32/power6/wcschr.c: New file.
17044 * powerpc32/power6/wcscpy.c: New file.
17045 * powerpc32/power6/wcsrchr.c: New file.
17046 * powerpc64/power6/wcschr.c: New file.
17047 * powerpc64/power6/wcscpy.c: New file.
17048 * powerpc64/power6/wcsrchr.c: New file.
17049
bcca0895
MK
170502012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
17051
17052 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
17053 (two_way_short_needle): Use it.
5a4aaa33
RM
17054 * string/strstr.c (AVAILABLE1_USES_J): Define.
17055 * string/strcasestr.c: Likewise.
99677e57
MK
17056
17057 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
17058 array references.
17059 * string/strcasestr.c (TOLOWER): Make side-effect safe.
17060
400726de
MK
17061 [BZ #11607]
17062 * NEWS: Add an entry.
17063 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
17064 define their defaults.
17065 (two_way_short_needle): Detect end-of-string on-the-fly.
17066 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
17067 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
17068 * string/bug-strcasestr1.c: New test.
17069 * string/Makefile: Run it.
17070
20a71f2c
MK
170712012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
17072
17073 [BZ #11607]
17074 * string/str-two-way.h (two_way_short_needle): Optimize matching of
17075 the first character.
17076
21ad0558
RM
170772012-08-21 Roland McGrath <roland@hack.frob.com>
17078
17079 * csu/elf-init.c (__libc_csu_irel): Function removed.
17080 * csu/libc-start.c (apply_irel): New function.
17081 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
17082
0e1d9911
JM
170832012-08-21 Joseph Myers <joseph@codesourcery.com>
17084
17085 * sysdeps/unix/sysv/linux/kernel-features.h
17086 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
17087 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
17088 <kernel-features.h>.
17089 [__NR_fadvise64_64]: Make code unconditional.
17090 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
17091 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
17092 !__NR_fadvise64_64)]: Likewise.
17093 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
17094 !__NR_fadvise64_64))]: Likewise.
17095 [__NR_fadvise64]: Make code unconditional.
17096 [!__NR_fadvise64]: Remove conditional code.
17097 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
17098 <kernel-features.h>.
17099 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
17100 unconditional.
17101 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
17102 conditional code.
17103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
17104 not include <kernel-features.h>.
17105 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
17106 unconditional.
17107 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
17108 conditional code.
17109 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
17110 include <kernel-features.h>.
17111 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
17112 unconditional.
17113 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
17114 conditional code.
17115
14a50c9d
WS
171162012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
17117
17118 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
17119 slight instruction rearrangements per scrollpipe analysis.
17120 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
17121
c0f4faf0
RM
171222012-08-20 Roland McGrath <roland@hack.frob.com>
17123
696da859
RM
17124 * manual/syslog.texi (syslog; vsyslog, closelog):
17125 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
17126 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
17127
c0f4faf0
RM
17128 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
17129 DSOCAPS to match condition on defining it.
17130
348363b2
JM
171312012-08-20 Joseph Myers <joseph@codesourcery.com>
17132
a35cbf28
JM
17133 * sysdeps/unix/sysv/linux/kernel-features.h
17134 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
17135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
17136 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17137 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
17139 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17140 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
17142 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17143 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17144
445f7ecd
JM
17145 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
17146 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
17147
348363b2
JM
17148 * sysdeps/unix/sysv/linux/kernel-features.h
17149 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
17150 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
17151 unconditional.
17152 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17153 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
17154 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
17155 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17156 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
17157 Make code unconditional.
17158 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17159 (__mmap64) [!__NR_mmap2]: Likewise.
17160 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
17161 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
17162 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17163 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
17164 [__NR_mmap2]: Make code unconditional.
17165 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17166 (__mmap64) [!__NR_mmap2]: Likewise.
17167
bc5bc0e5
AK
171682012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17169
17170 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
17171
88d506de
AJ
171722012-08-18 Andreas Jaeger <aj@suse.de>
17173
17174 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
17175
493387d2
MF
171762012-08-18 Mike Frysinger <vapier@gentoo.org>
17177
17178 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
17179 * include/unistd.h (__have_sock_cloexec): Likewise.
17180 (__have_pipe2): Likewise.
17181 (__have_dup3): Likewise.
17182
a277af22
MF
171832012-08-18 Mike Frysinger <vapier@gentoo.org>
17184
17185 [BZ #9685]
17186 * include/unistd.h (__have_pipe2): Change define into an extern int.
17187 (__have_dup3): Likewise.
17188 * socket/have_sock_cloexec.c: Include fcntl.h.
17189 (__have_pipe2): New variable.
17190 (__have_dup3): Likewise.
17191
fdab8fd3
MF
171922012-08-17 Mike Frysinger <vapier@gentoo.org>
17193
17194 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
17195
31035e80
MP
171962012-08-17 Marek Polacek <polacek@redhat.com>
17197
17198 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
17199 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
17200
3bd9e993
RM
172012012-08-17 Roland McGrath <roland@hack.frob.com>
17202
c91c505f
RM
17203 * configure.in: Add AC_SUBST for sysheaders.
17204 * configure: Regenerated.
17205 * config.make.in (sysheaders): New substituted variable.
17206
7c6f9d53
RM
17207 * sysdeps/unix/mkfifo.c: Moved ...
17208 * sysdeps/posix/mkfifo.c: ... here.
17209 * sysdeps/unix/mkfifoat.c: Moved ...
17210 * sysdeps/posix/mkfifoat.c: ... here.
17211
17212 * sysdeps/unix/utime.c: Moved ...
17213 * sysdeps/posix/utime.c: ... here.
17214
17215 * sysdeps/unix/time.c: Moved ...
17216 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
17217 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
17218 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
17219
17220 * sysdeps/unix/nice.c: Moved ...
17221 * sysdeps/posix/nice.c: ... here.
17222
17223 * sysdeps/unix/alarm.c: Moved ...
17224 * sysdeps/posix/alarm.c: ... here.
17225
3bd9e993
RM
17226 * intl/Makefile ($(codeset_mo)): Depend on the input file.
17227
d1f09384
JL
172282012-08-17 Jeff Law <law@redhat.com>
17229
17230 * intl/Makefile (codeset_mo): New variable.
17231 ($(codeset_mo)): New target.
17232 (tst-codeset.out): Depend on that. Remove explicit rule.
17233 (tst-gettext3.out, tst-gettext5.out): Likewise.
17234 (LOCPATH-ENV, tst-codeset-ENV): New variables.
17235 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
17236 * intl/tst-codeset.sh: Remove.
17237 * intl/tst-gettext3.sh: Likewise.
17238 * intl/tst-gettext5.sh: Likewise.
17239
2ae1ae5c
RM
172402012-08-17 Roland McGrath <roland@hack.frob.com>
17241
c31fdb83
RM
17242 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
17243 * sysdeps/unix/syscalls.list: ... here.
17244
a0844057
RM
17245 * sysdeps/posix/getaddrinfo.c
17246 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
17247 (gaiconf_init, gaiconf_reload): Use them.
17248 [!_STATBUF_ST_NSEC]
17249 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
17250 Define using time_t rather than struct timespec.
17251
750c1f2a
RM
17252 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
17253 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
17254 Macros removed.
17255 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
17256 [!NO_THREADS].
17257 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
17258 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
17259 Likewise.
17260
2ae1ae5c
RM
17261 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
17262 __libc_cleanup_push argument.
17263
e66a42f5
RM
17264 * bits/param.h: New file.
17265 * misc/sys/param.h: New file.
17266 * include/sys/param.h: New file.
17267 * misc/Makefile (headers): Add bits/param.h.
17268 * sysdeps/generic/sys/param.h: File removed.
17269 * sysdeps/unix/sysv/linux/bits/param.h: New file.
17270 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
17271 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 17272 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 17273
b7c08a66
RM
17274 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
17275 last change.
17276
b2e1c562
RM
17277 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
17278 [_IO_MTSAFE_IO].
17279 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
17280 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
17281 New macros.
17282
c75ccd4c
RM
17283 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
17284 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
17285 rather than -D_IO_MTSAFE_IO conditionally.
17286 * stdio-common/Makefile (CPPFLAGS): Likewise.
17287 * wcsmbs/Makefile (CPPFLAGS): Likewise.
17288 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
17289 Use $(libio-mtsafe).
17290 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
17291 of -D_IO_MTSAFE_IO.
17292 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
17293 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
17294 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
17295 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
17296 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
17297 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
17298 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
17299 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
17300 (CFLAGS-fread_u_chk.c): Likewise.
17301 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
17302 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
17303 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
17304 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
17305 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
17306 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
17307 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
17308 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
17309 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
17310
17311 * libio/Makefile: Test [$(libc-reentrant) = yes]
17312 instead of [$(filter %REENTRANT, $(defines)) nonempty].
17313
17314 * Makeconfig
17315 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
17316 * sysdeps/pthread/configure: File removed.
17317 * sysdeps/pthread/Makeconfig: New file.
17318 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
17319 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
17320
d9195db8
GB
173212012-08-16 Gary Benson <gbenson@redhat.com>
17322
17323 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
17324 unmapping the first object in a namespace.
17325
86466cd9
RM
173262012-08-16 Roland McGrath <roland@hack.frob.com>
17327
17328 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
17329 (__internal_setnetgrent): ... this. Add internal_function to
17330 definition. Add libc_hidden_def.
17331 (setnetgrent): Update caller.
17332 (internal_endnetgrent): Renamed to ...
17333 (__internal_endnetgrent): ... this. Add internal_function to
17334 definition. Add libc_hidden_def.
17335 (endnetgrent): Update caller.
17336 (internal_getnetgrent_r): Renamed to ...
17337 (__internal_getnetgrent_r): ... this. Add internal_function to
17338 definition. Add libc_hidden_def.
17339 (__getnetgrent_r): Update caller.
17340 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
17341
c3c8283c
JM
173422012-08-16 Joseph Myers <joseph@codesourcery.com>
17343
17344 * stdlib/longlong.h: Update from GCC.
17345
db1ee0a8
RM
173462012-08-16 Roland McGrath <roland@hack.frob.com>
17347
17348 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
17349 on _QL, which is set by umul_ppmm but never used.
17350 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
17351 variables, which are set by GMP macros but never used.
17352 * stdio-common/_itowa.c (_itowa): Likewise.
17353 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
17354 * stdlib/mod_1.c (mpn_mod_1): Likewise.
17355
30f69637
CD
173562012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
17357
17358 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
17359 struct La_sh_regs is not constant.
17360 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
17361 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
17362 and struct La_sparc64_regs are not constant.
17363
93a78ac4
JM
173642012-08-16 Joseph Myers <joseph@codesourcery.com>
17365
17366 * sysdeps/unix/sysv/linux/kernel-features.h
17367 (__ASSUME_POSIX_TIMERS): Remove.
17368 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17369 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17370 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
17371 Make code unconditional.
17372 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17373 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
17374 Make code unconditional.
17375 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17376 * sysdeps/unix/sysv/linux/clock_nanosleep.c
17377 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
17378 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17379 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
17380 Make code unconditional.
17381 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17382 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
17383 (__libc_missing_posix_timers): Remove.
17384
dd924cd7
RM
173852012-08-15 Roland McGrath <roland@hack.frob.com>
17386
4b4f2771
RM
17387 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
17388 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
17389
601c888b
RM
17390 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
17391
176790a7
RM
17392 * elf/dl-sym.c: Include <stdlib.h>.
17393
329bc018
RM
17394 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
17395 constants, which avoids warnings in 32-bit builds.
17396
e04e272d
RM
17397 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
17398 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
17399
952bf94a
RM
17400 * misc/lseek.c: File moved to ...
17401 * io/lseek.c: ... here.
17402
7c99b50a
RM
17403 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
17404
dd924cd7
RM
17405 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
17406 shifting LEN more than 31 bits at once.
17407
b3f479a8
LD
174082012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17409
17410 [BZ #14195]
8c4ae0d4
RM
17411 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
17412 segmentation fault for a case of two empty input strings.
b3f479a8
LD
17413 * string/test-strncasecmp.c (check1): Renamed to...
17414 (bz12205): ...this.
17415 (bz14195): Add new testcase for two empty input strings and N > 0.
17416 (test_main): Call new testcase, adapt for renamed function.
17417
9c55864e
AJ
174182012-08-15 Andreas Jaeger <aj@suse.de>
17419
17420 [BZ #14090]
17421 * crypt/md5test2.c: New test, based on test supplied by Serge
17422 Belyshev <belyshev@depni.sinp.msu.ru>.
17423 * crypt/Makefile (xtests): Add md5test-giant..
17424 * crypt/Makefile ($(objpfx)md5test-giant): Add.
17425
02dcb6c5
PE
174262012-08-15 Paul Eggert <eggert@cs.ucla.edu>
17427
17428 [BZ #14090]
17429 * crypt/md5.c (md5_process_block): Don't assume the buffer
17430 length is less than 2**32.
17431 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
17432 length is less than 2**64.
17433
a3f95dcc
RM
174342012-08-15 Roland McGrath <roland@hack.frob.com>
17435
be75d758
RM
17436 * string/str-two-way.h: Include <sys/param.h>.
17437 (MAX): Macro removed.
17438
7312ca90
RM
17439 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
17440 Move #define and #undef of memmove to just before and after
17441 including <string.h>.
17442
9a0a5486
RM
17443 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
17444 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
17445 and after including <string.h>. Move declarations of
17446 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
17447 to before #include "string/memmove.c".
17448
67cc348d
RM
17449 * include/dirent.h: Declare __getdirentries.
17450
a3f95dcc
RM
17451 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
17452 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
17453
ca98e171
MF
174542012-08-14 Mike Frysinger <vapier@gentoo.org>
17455
17456 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
17457 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
17458 * sysdeps/i386/configure: Regenerated.
17459 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
17460 STABS_CURRENT_FILE, and STABS_FUN.
17461 (END): Remove call to STABS_FUN_END.
17462 (STABS_CURRENT_FILE1): Delete.
17463 (STABS_CURRENT_FILE): Likewise.
17464 (STABS_FUN): Likewise.
17465 (STABS_FUN_END): Likewise.
17466 (STABS_FUN2): Likewise.
17467 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
17468 * sysdeps/x86_64/configure: Regenerated.
17469
5908bf46
RM
174702012-08-14 Roland McGrath <roland@hack.frob.com>
17471
17472 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 17473 * elf/dl-lookup.c: Likewise.
5908bf46 17474
f2c05b9e
JM
174752012-08-14 Joseph Myers <joseph@codesourcery.com>
17476
17477 * sysdeps/unix/sysv/linux/kernel-features.h
17478 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
17479 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
17480 unconditionally.
17481 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
17482 unconditionally.
17483 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
17484 condition on __ASSUME_CLONE_THREAD_FLAGS.
17485
e11f5155
AJ
174862012-08-14 Andreas Jaeger <aj@suse.de>
17487
17488 * sysdeps/i386/fpu/libm-test-ulps: Update.
17489
51a9ba86
MK
174902012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
17491
2fdd4f78
AJ
17492 * include/atomic.h (atomic_exchange_and_add): Split into ...
17493 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
17494 New atomic macros.
51a9ba86 17495
ba6cba9e
MT
174962012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
17497
17498 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17499
42443a47
JL
175002012-08-13 Jeff Law <law@redhat.com>
17501
17502 * manual/stdio.texi (snprintf): Clarify handling of the trailing
17503 null byte in the output string.
17504
121dce05
JM
175052012-08-10 Joseph Myers <joseph@codesourcery.com>
17506
17507 * sysdeps/unix/sysv/linux/kernel-features.h
17508 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
17509 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
17510 (__ASSUME_ARG_MAX_STACK_BASED): Define.
17511 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
17512 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
17513 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
17514 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
17515
bf51f568
JL
175162012-08-09 Jeff Law <law@redhat.com>
17517
17518 [BZ #13939]
17519 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
17520 When avoid_arena is set, don't retry in the that arena. Pick the
17521 next one, whatever it might be.
17522 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
17523 (arena_lock): Pass in new parameter to arena_get2.
17524 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
17525 arena_get2.
17526 (__libc_malloc): Unify retrying after main arena failure with
17527 __libc_memalign version.
17528 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
17529
f85fa270
L
175302012-08-09 H.J. Lu <hongjiu.lu@intel.com>
17531
17532 [BZ #14166]
17533 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
17534 to __redirect_strstr.
17535 (__strstr_sse42): Use typeof __redirect_strstr.
17536 (__strstr_ia32): Likewise.
17537 (__libc_strstr): New prototype.
17538 (strstr): Renamed to ...
17539 (__libc_strstr): This.
17540 (strstr): New strong alias of __libc_strstr.
17541 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
17542 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
17543 __redirect_time.
17544 Include <time.h>.
17545 (__libc_time): New prototype.
17546 (time_ifunc): Replace time with __libc_time.
17547 (time): New strong alias and hidden definition of __libc_time.
17548 (__GI_time): Remove strong alias.
17549 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
17550 Include <stddef.h>.
17551 (memmove): Redefined to __redirect_memmove.
17552 (__memmove_sse2): Use typeof __redirect_memmove.
17553 (__memmove_ssse3): Likewise.
17554 (__memmove_ssse3_back): Likewise.
17555 (__libc_memmove): New prototype.
17556 (memmove): Renamed to ...
17557 (__libc_memmove): This.
17558 (memmove): New strong alias of __libc_memmove.
17559
33b4a91e
MS
175602012-08-08 Mark Salter <msalter@redhat.com>
17561
17562 * elf/elf.h
17563 (R_MN10300_TLS_GD): Define.
17564 (R_MN10300_TLS_LD): Likewise.
17565 (R_MN10300_TLS_LDO): Likewise.
17566 (R_MN10300_TLS_GOTIE): Likewise.
17567 (R_MN10300_TLS_IE): Likewise.
17568 (R_MN10300_TLS_LE): Likewise.
17569 (R_MN10300_TLS_DTPMOD): Likewise.
17570 (R_MN10300_TLS_DTPOFF): Likewise.
17571 (R_MN10300_TLS_TPOFF): Likewise.
17572 (R_MN10300_SYM_DIFF): Likewise.
17573 (R_MN10300_ALIGN): Likewise.
17574 (R_MN10300_NUM): Update.
17575
b36137f1
JM
175762012-08-08 Joseph Myers <joseph@codesourcery.com>
17577
17578 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
17579 Remove.
17580
cdd915fd
RM
175812012-08-08 Roland McGrath <roland@hack.frob.com>
17582
a2433aac
RM
17583 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
17584
cdd915fd
RM
17585 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
17586 sysdeps/unix -> sysdeps/posix move.
17587 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17588
bf9b740a
AM
175892012-08-07 Allan McRae <allan@archlinux.org>
17590
17591 [BZ #14303]
17592 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
17593 (SUNOS_CPP): Likewise.
17594 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
17595 not found.
17596 (open_input): Call CPP using execvp.
17597
93df14ee
JM
175982012-08-07 Joseph Myers <joseph@codesourcery.com>
17599
17600 * sysdeps/unix/sysv/linux/kernel-features.h
17601 (__ASSUME_PROT_GROWSUPDOWN): Remove.
17602 (__ASSUME_NO_CLONE_DETACHED): Likewise.
17603 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
17604 (__ASSUME_WAITID_SYSCALL): Likewise.
17605 * sysdeps/unix/sysv/linux/dl-execstack.c
17606 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
17607 code unconditional.
17608 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
17609 conditional code.
17610 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
17611 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
17612 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
17613 code.
17614 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
17615 unconditional.
17616 [__ASSUME_WAITID_SYSCALL]: Likewise.
17617 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
17618
d34689de
RM
176192012-08-07 Roland McGrath <roland@hack.frob.com>
17620
a281decc
RM
17621 * sysdeps/unix/closedir.c: Renamed to ...
17622 * sysdeps/posix/closedir.c: ... here.
17623 * sysdeps/unix/dirfd.c: Renamed to ...
17624 * sysdeps/posix/dirfd.c: ... here.
17625 * sysdeps/unix/dirstream.h: Renamed to ...
17626 * sysdeps/posix/dirstream.h: ... here.
17627 * sysdeps/unix/fdopendir.c: Renamed to ...
17628 * sysdeps/posix/fdopendir.c: ... here.
17629 * sysdeps/unix/opendir.c: Renamed to ...
17630 * sysdeps/posix/opendir.c: ... here.
17631 * sysdeps/unix/readdir.c: Renamed to ...
17632 * sysdeps/posix/readdir.c: ... here.
17633 * sysdeps/unix/readdir_r.c: Renamed to ...
17634 * sysdeps/posix/readdir_r.c: ... here.
17635 * sysdeps/unix/rewinddir.c: Renamed to ...
17636 * sysdeps/posix/rewinddir.c: ... here.
17637 * sysdeps/unix/seekdir.c: Renamed to ...
17638 * sysdeps/posix/seekdir.c: ... here.
17639 * sysdeps/unix/telldir.c: Renamed to ...
17640 * sysdeps/posix/telldir.c: ... here.
17641 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
17642 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
17643 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
17644 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
17645
22895b47
RM
17646 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
17647 * bits/fcntl.h: ... here.
17648
707a53b6
RM
17649 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
17650 not 0.
17651 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
17652 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
17653 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
17654 (struct flock): Move l_start, l_len to the beginning.
17655 Use __pid_t for l_pid.
17656 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
17657 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
17658 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
17659 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
17660 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
17661 [__USE_LARGEFILE64] (struct flock64): New type.
17662 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
17663
f0bd3e25
RM
17664 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
17665 * bits/dirent.h: ... here.
17666
d34689de
RM
17667 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
17668 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
17669
6dad2c06
JM
176702012-08-07 Joseph Myers <joseph@codesourcery.com>
17671
17672 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17673 Change from 2.6.0 to 2.6.16.
17674 * sysdeps/unix/sysv/linux/configure: Regenerated.
17675 * sysdeps/unix/sysv/linux/kernel-features.h
17676 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
17677 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
17678 version.
17679 (__ASSUME_UTIMES): Likewise.
17680 (__ASSUME_CLONE_STOPPED): Remove.
17681 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
17682 architectures, not kernel version.
17683 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
17684 (__ASSUME_NO_CLONE_DETACHED): Likewise.
17685 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
17686 (__ASSUME_WAITID_SYSCALL): Likewise.
17687 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
17688 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
17689 * README: State 2.6.16 as minimum Linux kernel version. Do not
17690 refer to older versions.
17691
03af9520
RM
176922012-08-06 Roland McGrath <roland@hack.frob.com>
17693
8e49df1d
RM
17694 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
17695 Define alphasort64 as an alias.
17696 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
17697 Define versionsort64 as an alias.
17698 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
17699 Define scandir64 as an alias.
17700 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
17701 Define scandirat64 as an alias.
17702 * dirent/alphasort64.c (alphasort64):
17703 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
17704 * dirent/versionsort64.c: Likewise.
17705 * dirent/scandir64.c: Likewise.
17706 * dirent/scandirat64.c: Likewise.
17707 * sysdeps/wordsize-64/alphasort.c: File removed.
17708 * sysdeps/wordsize-64/alphasort64.c: File removed.
17709 * sysdeps/wordsize-64/scandir.c: File removed.
17710 * sysdeps/wordsize-64/scandir64.c: File removed.
17711 * sysdeps/wordsize-64/scandirat.c: File removed.
17712 * sysdeps/wordsize-64/scandirat64.c: File removed.
17713 * sysdeps/wordsize-64/versionsort.c: File removed.
17714 * sysdeps/wordsize-64/versionsort64.c: File removed.
17715 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
17716 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
17717 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
17718 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
17719 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
17720 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
17721 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
17722 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
17723
17724 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
17725 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17726 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
17727 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17728 [defined __arch64__ || defined __sparcv9]
17729 (__INO_T_MATCHES_INO64_T): New macro.
17730 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17731 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
17732 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
17733 * sysdeps/unix/sysv/linux/bits/dirent.h
17734 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
17735 (_DIRENT_MATCHES_DIRENT64): New macro.
17736
03af9520
RM
17737 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
17738 Define lockf64 as an alias.
17739 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
17740 Define fseeko64 as an alias.
17741 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
17742 Define ftello64 as an alias.
17743 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
17744 Define _IO_fgetpos64 and fgetpos64 as aliases.
17745 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
17746 Define _IO_fsetpos64 and fsetpos64 as aliases.
17747 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
17748 Conditionalize body on this.
17749 * libio/fseeko64.c: Likewise.
17750 * libio/ftello64.c: Likewise.
17751 * libio/iofgetpos64.c: Likewise.
17752 * libio/iofsetpos64.c: Likewise.
17753 * sysdeps/wordsize-64/lockf.c: File removed.
17754 * sysdeps/wordsize-64/lockf64.c: File removed.
17755 * sysdeps/wordsize-64/fseeko.c: File removed.
17756 * sysdeps/wordsize-64/fseeko64.c: File removed.
17757 * sysdeps/wordsize-64/ftello.c: File removed.
17758 * sysdeps/wordsize-64/ftello64.c: File removed.
17759 * sysdeps/wordsize-64/iofgetpos.c: File removed.
17760 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
17761 * sysdeps/wordsize-64/iofsetpos.c: File removed.
17762 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
17763 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
17764 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
17765 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
17766 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
17767 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
17768 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
17769 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
17770 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
17771 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
17772 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
17773
17774 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17775 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17776 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
17777 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17778 [defined __arch64__ || defined __sparcv9]
17779 (__OFF_T_MATCHES_OFF64_T): New macro.
17780 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17781 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17782 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17783 (__OFF_T_MATCHES_OFF64_T): New macro.
17784
c5757acd
L
177852012-08-06 H.J. Lu <hongjiu.lu@intel.com>
17786
17787 * stdlib/secure-getenv.c (__secure_getenv): Replace
17788 GLIBC_2_16 with GLIBC_2_17.
17789
3a31811e
L
177902012-08-06 H.J. Lu <hongjiu.lu@intel.com>
17791
17792 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
17793 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
17794
faa2bccb
DM
177952012-08-03 David S. Miller <davem@davemloft.net>
17796
17797 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17798
85fe1997
JM
177992012-08-03 Joseph Myers <joseph@codesourcery.com>
17800
17801 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
17802 Remove.
17803 (__ASSUME_CORRECT_SI_PID): Likewise.
17804 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
17805 (__ASSUME_TMPFS_NAME): Likewise.
17806 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
17807 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
17808 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
17809 (HAVE_AUX_SECURE): Make definition unconditional.
17810 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
17811 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
17812
4f75b7a0
RM
178132012-08-03 Roland McGrath <roland@hack.frob.com>
17814
17815 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
17816 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
17817 * sysdeps/mach/hurd/eloop-threshold.h: New file.
17818 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
17819 __eloop_threshold instead of SYMLOOP_MAX.
17820
17821 * sysdeps/generic/eloop-threshold.h: New file.
17822 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
17823 of MAXSYMLINKS.
17824 * elf/chroot_canon.c (chroot_canon): Likewise.
17825
7aab07e4
JM
178262012-08-03 Joseph Myers <joseph@codesourcery.com>
17827
17828 [BZ #13717]
17829 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17830 Change to 2.6.0 everywhere.
17831 * sysdeps/unix/sysv/linux/configure: Regenerated.
17832 * sysdeps/unix/sysv/linux/kernel-features.h
17833 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
17834 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
17835 kernel versions.
17836 (__ASSUME_POSIX_TIMERS): Define unconditionally.
17837 (__ASSUME_FUTEX_REQUEUE): Remove.
17838 (__ASSUME_STATFS64): Define unconditionally.
17839 (__ASSUME_AT_SECURE): Likewise.
17840 (__ASSUME_CORRECT_SI_PID): Likewise.
17841 (__ASSUME_TGKILL): Define without depending on kernel version for
17842 i386.
17843 (__ASSUME_UTIMES): Likewise.
17844 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
17845 kernel version.
17846 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
17847 (__ASSUME_TMPFS_NAME): Likewise.
17848 * README: Update reference to Linux kernel versions.
17849
b67e9372
MP
178502012-08-02 Marek Polacek <polacek@redhat.com>
17851
1f529f7d 17852 [BZ# 14150]
b67e9372
MP
17853 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
17854 libc_cv_asm_type_prefix with %.
17855 * configure: Regenerated.
d2441631
RM
17856 * include/libc-symbols.h: Remove comment about
17857 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
17858 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
17859 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
17860 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
17861 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
17862 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
17863 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
17864 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
17865 * elf/tst-unique2mod1.c: Likewise.
17866 * elf/tst-unique1mod2.c: Likewise.
17867 * elf/tst-unique1mod1.c: Likewise.
17868 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
17869 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
17870 Replace ASM_TYPE_DIRECTIVE with .type.
17871 * sysdeps/s390/s390-64/sysdep.h: Likewise.
17872 * sysdeps/i386/sysdep.h: Likewise.
17873 * sysdeps/x86_64/sysdep.h: Likewise.
17874 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
17875 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
17876 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 17877 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
17878 * sysdeps/powerpc/powerpc32/sysdep.h:
17879 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
17880 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
17881 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
17882 * sysdeps/i386/fpu/e_powf.S: Likewise.
17883 * sysdeps/i386/fpu/e_expl.S: Likewise.
17884 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
17885 * sysdeps/i386/fpu/e_acosh.S: Likewise.
17886 * sysdeps/i386/fpu/e_pow.S: Likewise.
17887 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
17888 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
17889 * sysdeps/i386/fpu/s_expm1.S: Likewise.
17890 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
17891 * sysdeps/i386/fpu/e_log2.S: Likewise.
17892 * sysdeps/i386/fpu/e_log2l.S: Likewise.
17893 * sysdeps/i386/fpu/e_scalb.S: Likewise.
17894 * sysdeps/i386/fpu/e_powl.S: Likewise.
17895 * sysdeps/i386/fpu/e_log10f.S: Likewise.
17896 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
17897 * sysdeps/i386/fpu/e_logl.S: Likewise.
17898 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
17899 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
17900 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
17901 * sysdeps/i386/fpu/e_log2f.S: Likewise.
17902 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
17903 * sysdeps/i386/fpu/e_log.S: Likewise.
17904 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
17905 * sysdeps/i386/fpu/e_logf.S: Likewise.
17906 * sysdeps/i386/fpu/e_log10l.S: Likewise.
17907 * sysdeps/i386/fpu/e_atanh.S: Likewise.
17908 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
17909 * sysdeps/i386/fpu/e_log10.S: Likewise.
17910 * sysdeps/i386/fpu/s_frexp.S: Likewise.
17911 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
17912 * sysdeps/i386/fpu/s_asinh.S: Likewise.
17913 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
17914 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
17915 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
17916 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
17917 * sysdeps/i386/i686/strtok.S: Likewise.
17918 * sysdeps/i386/i386-mcount.S: Likewise.
17919 * sysdeps/i386/strtok.S: Likewise.
17920 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
17921 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
17922 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17923 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
17924 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
17925 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
17926 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
17927 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
17928 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
17929 * sysdeps/x86_64/_mcount.S: Likewise.
17930 * sysdeps/x86_64/strtok.S: Likewise.
17931 * sysdeps/sh/_mcount.S: Likewise.
17932
2747bf9a
RM
179332012-08-01 Roland McGrath <roland@hack.frob.com>
17934
17935 * libio/iofopen.c: Include <fcntl.h>.
17936 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
17937 (_IO_fopen64, fopen64): Define as aliases.
17938 * libio/iofopen64.c: Include <fcntl.h>.
17939 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
17940 Conditionalize body on this.
17941 * sysdeps/wordsize-64/iofopen.c: File removed.
17942 * sysdeps/wordsize-64/iofopen64.c: File removed.
17943
3fb791b8
MP
179442012-08-01 Marek Polacek <polacek@redhat.com>
17945
17946 * libc/Makeconfig: Use elf in place of binfmt-subdir.
17947 Use dlfcn directly instead of a variable.
17948 (binfmt-subdir): Do not define.
17949 (dlfcn): Likewise.
17950
a9f1039f
JM
179512012-08-01 Joseph Myers <joseph@codesourcery.com>
17952
23bddc06
JM
17953 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
17954 Remove all definitions.
17955 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
17956 <kernel-features.h>.
17957 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17958 (miss_F_GETOWN_EX): Remove all definitions.
17959 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
17960 macro definition.
17961 [!__ASSUME_FCNTL64]: Remove conditional code.
17962 [__ASSUME_FCNTL64]: Make code unconditional.
17963 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
17964 <kernel-features.h>.
17965 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17966 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
17967 (lockf64) [__NR_fcntl64]: Make code unconditional.
17968 (lockf64) [__ASSUME_FCNTL64]: Likewise.
17969
a9f1039f
JM
17970 * sysdeps/unix/sysv/linux/kernel-features.h
17971 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
17972 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
17973 Make code unconditional.
17974 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17975 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
17977 [__NR_vfork]: Make code unconditional.
17978 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17979 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
17981 [__NR_vfork]: Make code unconditional.
17982 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17983 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17984
09c0ee5f
RM
179852012-08-01 Roland McGrath <roland@hack.frob.com>
17986
48aec5b9
RM
17987 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
17988 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
17989
cd97c966
RM
17990 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17991 Define mkstemp64 as an alias.
3f55550c
RM
17992 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17993 Define mkstemps64 as an alias.
cd97c966
RM
17994 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17995 Define mkostemp64 as an alias.
b8625cfc
RM
17996 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17997 Define mkostemps64 as an alias.
cd97c966
RM
17998 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
17999 Conditionalize body on this.
18000 * misc/mkostemp64.c: Likewise.
b8625cfc 18001 * misc/mkostemps64.c: Likewise.
3f55550c 18002 * misc/mkstemps64.c: Likewise.
cd97c966
RM
18003 * sysdeps/wordsize-64/mkstemp64.c: File removed.
18004 * sysdeps/wordsize-64/mkostemp64.c: File removed.
18005 * sysdeps/wordsize-64/mkostemp.c: File removed.
18006 * sysdeps/wordsize-64/mkstemp.c: File removed.
18007 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
18008 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
18009 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
18010 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
18011
09c0ee5f
RM
18012 [BZ #14138]
18013 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
18014 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
18015 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
18016 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
18017
18018 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
18019 compat_symbol macros from <shlib-compat.h> rather than the underlying
18020 default_symbol_version and symbol_version macros, so that DEFAULT
18021 lines in shlib-versions are respected.
18022 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
18023
7e66ee51
FW
180242012-08-01 Florian Weimer <fweimer@redhat.com>
18025
18026 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
18027 Declare with warn_unused_result.
18028 (setgid, setregid, setegid, setresgid): Likewise.
18029 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
18030 Likewise.
18031 * WUR-REPORT: Remove set*id functions.
18032
d2a54255
PT
180332012-07-31 Pino Toscano <toscano.pino@tiscali.it>
18034
18035 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
18036
7ecdb005
RM
180372012-07-31 Roland McGrath <roland@hack.frob.com>
18038
b4180a5e 18039 [BZ #10191]
789bd351
RM
18040 * include/sys/socket.h (__libc_accept, __libc_accept4):
18041 Add attribute_hidden.
18042 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
18043
40ce302d
RM
18044 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
18045 use of PTR_MANGLE.
18046 * inet/getnetgrent_r.c (setup): Likewise.
18047
7ecdb005
RM
18048 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
18049
e2eabb2c
DM
180502012-07-31 David S. Miller <davem@davemloft.net>
18051
18052 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18053
d0419dbf
JM
180542012-07-31 Joseph Myers <joseph@codesourcery.com>
18055
18056 [BZ #13629]
18057 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
18058 value between 1.0 and 2.0 and smaller part has absolute value less
18059 than 1.0.
18060 * math/s_clog10.c (__clog10): Likewise.
18061 * math/s_clog10f.c (__clog10f): Likewise.
18062 * math/s_clog10l.c (__clog10l): Likewise.
18063 * math/s_clogf.c (__clogf): Likewise.
18064 * math/s_clogl.c (__clogl): Likewise.
18065 * math/libm-test.inc (clog_test): Add more tests.
18066 (clog10_test): Likewise.
18067 * sysdeps/i386/fpu/libm-test-ulps: Update.
18068 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18069
2bc13872
FW
180702012-07-31 Florian Weimer <fweimer@redhat.com>
18071
18072 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
18073 Exit with zero in case no suitable GID is found, and write a
18074 message to standard error.
18075
bea9b193
RM
180762012-07-30 Roland McGrath <roland@hack.frob.com>
18077
18078 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
18079 rather than to 1.
18080 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
18081 (MAXPATHLEN): Removed.
18082 (NOGROUP, NODEV): New macros.
18083 (setbit, clrbit, isset, isclr): New macros.
18084 (howmany, roundup, powerof2): New macros.
18085 (DEV_BSIZE): New macro.
18086
18087 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
18088 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
18089
18090 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
18091 definition on [!__NO_LONG_DOUBLE_MATH].
18092
18093 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
18094 PTR_MANGLE and PTR_DEMANGLE.
18095
18096 * socket/accept4.c (accept4): Rename to __libc_accept4.
18097 Define accept4 as a weak alias.
18098
18099 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
18100 on [_DIRENT_HAVE_D_TYPE].
18101 * io/ftw.c (ftw_dir): Likewise.
18102
18103 * io/xmknod.c (__xmknod): Don't check PATH for being null.
18104
18105 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
18106
18107 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
18108 Use the BSD numbers rather than the arbitrary ones we had.
18109 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
18110 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
18111 (SIGXCPU, SIGXFSZ): New macros.
18112 (_NSIG): Now 32.
18113
18114 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
18115 initializer on [_LIBC_REENTRANT].
18116
18117 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
18118 definitions inside [_POSIX_MAPPED_FILES].
18119
18120 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
18121
18122 * dirent/opendir.c: Include <fcntl.h>.
18123
18124 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
18125 (__libc_getspecific): Likewise.
18126 (__libc_key_create): Likewise.
18127
18128 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
18129 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
18130 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
18131 (tmpfile64): Define as alias.
18132 * sysdeps/wordsize-64/tmpfile.c: File removed.
18133 * sysdeps/wordsize-64/tmpfile64.c: File removed.
18134 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
18135 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
18136
18137 * stdio-common/vfscanf.c: Include <stdbool.h>.
18138 * nss/makedb.c: Likewise.
18139 * stdio-common/_i18n_number.h: Likewise.
18140 * argp/argp-help.c: Likewise.
18141 * posix/wordexp.c: Likewise.
18142 * sysdeps/posix/spawni.c: Likewise.
18143 * nss/nss_files/files-initgroups.c: Likewise.
18144 * stdio-common/reg-modifier.c: Include <stdlib.h>.
18145 * nss/nss_files/files-initgroups.c: Likewise.
18146 * nss/nss_db/db-netgrp.c: Likewise.
18147 * nss/nss_db/db-initgroups.c: Likewise.
18148 * io/fchmodat.c: Include <sys/stat.h>.
18149
18150 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
18151 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
18152
18153 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
18154 [HAVE_MMAP].
18155
18156 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
18157 Add multiple inclusion protection.
18158
e5abc686
DM
181592012-07-27 David S. Miller <davem@davemloft.net>
18160
18161 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18162
815e6fa3
GB
181632012-07-27 Gary Benson <gbenson@redhat.com>
18164
18165 [BZ #14298]
18166 * elf/rtld.c: Include <stap-probe.h>.
18167 (dl_main): Added static probes "init_start" and "init_complete".
18168 * elf/dl-load.c: Include <stap-probe.h>.
18169 (lose): Take new parameter "nsid".
18170 Added static probe "map_failed".
18171 (_dl_map_object_from_fd): Pass namespace id to lose.
18172 Added static probe "map_start".
18173 (open_verify): Pass namespace id to lose.
18174 * elf/dl-open.c: Include <stap-probe.h>.
18175 (dl_open_worker) Added static probes "map_complete", "reloc_start"
18176 and "reloc_complete".
18177 * elf/dl-close.c: Include <stap-probe.h>.
18178 (_dl_close_worker): Added static probes "unmap_start" and
18179 "unmap_complete".
18180 * elf/rtld-debugger-interface.txt: New file documenting the above.
18181
9f98c16c
RM
181822012-07-26 Roland McGrath <roland@hack.frob.com>
18183
18184 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
18185 rather than a string variable.
18186 * sunrpc/rpc_main.c (h_output): Likewise.
18187 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
18188
f3c22df3
PT
181892012-07-26 Pino Toscano <toscano.pino@tiscali.it>
18190
18191 * inet/check_native.c: New file.
18192
3129cfc6
JM
181932012-07-26 Joseph Myers <joseph@codesourcery.com>
18194
da865e95
JM
18195 [BZ #13629]
18196 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
18197 if larger part has absolute value 1.0.
18198 * math/s_clog10.c (__clog10): Likewise.
18199 * math/s_clog10f.c (__clog10f): Likewise.
18200 * math/s_clog10l.c (__clog10l): Likewise.
18201 * math/s_clogf.c (__clogf): Likewise.
18202 * math/s_clogl.c (__clogl): Likewise.
18203 * math/libm-test.inc (clog_test): Add more tests.
18204 (clog10_test): Likewise.
18205 * sysdeps/i386/fpu/libm-test-ulps: Update.
18206 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18207
3129cfc6
JM
18208 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
18209 (pltexit): Likewise.
18210 (La_regs): Likewise.
18211 (La_retval): Likewise.
18212 (int_retval): Likewise.
18213 Update #error for removed macros to refer only to definitions in
18214 tst-audit.h.
18215 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
18216 macro.
18217 (pltexit): Likewise.
18218 (La_regs): Likewise.
18219 (La_retval): Likewise.
18220 (int_retval): Likewise.
18221 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
18222 macro.
18223 (pltexit): Likewise.
18224 (La_regs): Likewise.
18225 (La_retval): Likewise.
18226 (int_retval): Likewise.
18227 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
18228 macro.
18229 (pltexit): Likewise.
18230 (La_regs): Likewise.
18231 (La_retval): Likewise.
18232 (int_retval): Likewise.
18233 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
18234 macro.
18235 (pltexit): Likewise.
18236 (La_regs): Likewise.
18237 (La_retval): Likewise.
18238 (int_retval): Likewise.
18239 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
18240 macro.
18241 (pltexit): Likewise.
18242 (La_regs): Likewise.
18243 (La_retval): Likewise.
18244 (int_retval): Likewise.
18245 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
18246 macro.
18247 (pltexit): Likewise.
18248 (La_regs): Likewise.
18249 (La_retval): Likewise.
18250 (int_retval): Likewise.
18251 * sysdeps/generic/tst-audit.h: Update comment to refer only to
18252 macro definitions in tst-audit.h.
18253 * sysdeps/i386/tst-audit.h: New file.
18254 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
18255 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
18256 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
18257 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
18258 * sysdeps/sh/tst-audit.h: Likewise.
18259 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
18260 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
18261 * sysdeps/x86_64/tst-audit.h: Likewise.
18262
bfc07087
AJ
182632012-07-26 Andreas Jaeger <aj@suse.de>
18264
b1b2aaf8
AJ
18265 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
18266 ptrace.
18267
18268 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
18269 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
18270 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
18271 PTRACE_O_MASK.
18272 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
18273 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
18274 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
18275
bfc07087
AJ
18276 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
18277 value.
18278
18279 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
18280 _sigsys.
18281 (si_call_addr, si_syscall, si_arch): Define new macro.
18282 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
18283 _sigsys.
18284 (si_call_addr, si_syscall, si_arch): Define new marcro.
18285 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
18286 _sigsys.
18287 (si_call_addr, si_syscall, si_arch): Define new macro.
18288 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
18289 _sigsys.
18290 (si_call_addr, si_syscall, si_arch): Define new macro.
18291
89b4b02f
JM
182922012-07-25 Joseph Myers <joseph@codesourcery.com>
18293
18294 [BZ #13717]
18295 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18296 Change to 2.4.21 where previously 2.4.1.
18297 * sysdeps/unix/sysv/linux/configure: Regenerated.
18298 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
18299 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
18300 Linux kernel version.
18301 (__ASSUME_STD_AUXV): Remove.
18302 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
18303 kernel version.
18304 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
18305 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
18306 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
18307 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
18308 (__ASSUME_NETLINK_SUPPORT): Likewise.
18309 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
18310 (__no_netlink_support): Remove conditional definition.
18311 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
18312 Remove.
18313 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
18314 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
18315 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
18316 (if_nameindex_ioctl): Remove.
18317 (if_nameindex_netlink): Do not handle __no_netlink_support.
18318 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
18319 code.
18320 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
18321 Remove conditional code.
18322 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
18323 code.
18324 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
18325 unconditional.
18326 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
18327 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
18328 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
18329 Remove.
18330 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
18331 [!__ASSUME_STD_AUXV]: Remove conditional code.
18332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
18333 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
18334 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
18335 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
18336 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
18337 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
18338 code.
18339 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
18340 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18341 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
18342 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
18343 conditional code.
18344 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
18345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18346 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
18347 code.
18348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18349 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
18350 conditional code.
18351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
18352 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18353 code unconditional.
18354 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18355 conditional code.
18356 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18357 unconditional.
18358 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18359 conditional code.
18360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18361 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18362 unconditional.
18363 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18364 conditional code.
18365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
18366 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18367 code unconditional.
18368 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18369 conditional code.
18370 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18371 unconditional.
18372 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18373 conditional code.
18374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
18375 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18376 code unconditional.
18377 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18378 conditional code.
18379 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18380 unconditional.
18381 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18382 conditional code.
18383
842a39cd
AS
183842012-07-25 Andreas Schwab <schwab@linux-m68k.org>
18385
18386 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
18387 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
18388 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
18389 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
18390 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
18391 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
18392 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
18393 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
18394 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
18395 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
18396 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
18397 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
18398 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
18399 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
18400 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
18401 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
18402 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
18403 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
18404 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
18405 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
18406 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
18407 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
18408 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
18409
84b3fd84
FW
184102012-07-25 Florian Weimer <fweimer@redhat.com>
18411
18412 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
18413 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
18414 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
18415 Introduce __libc_secure_getenv.
0c7936d5
FW
18416 * stdlib/Versions (2.17): Add secure_getenv
18417 (GLIBC_PRIVATE): Add __libc_secure_getenv.
18418 * stdlib/secure-getenv.c: Rename __secure_getenv to
18419 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
18420 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
18421 * stdlib/tst-secure-getenv.c: New.
18422 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
18423 * manual/startup.texi (Environment Access): Document
18424 secure_getenv.
84b3fd84
FW
18425 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
18426 __libc_secure_getenv.
18427 * inet/ruserpass.c (ruserpass): Likewise.
18428 * malloc/mtrace.c (mtrace): Likewise.
18429 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 18430 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
18431 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
18432 * sysdeps/posix/tempname.c: Likewise. Evaluate
18433 HAVE_SECURE_GETENV.
18434 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 18435 __secure_getenv to __libc_secure_getenv.
84b3fd84 18436 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
18437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
18438 Likewise.
18439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
18440 Likewise.
18441 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
18442 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
18443 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
18444 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
18445 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
18446 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
18447 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 18448
56e49b71
JM
184492012-07-25 Joseph Myers <joseph@codesourcery.com>
18450
18451 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
18452 (struct La_i86_retval): Likewise.
18453 (struct La_x86_64_regs): Likewise.
18454 (struct La_x86_64_retval): Likewise.
18455 (struct La_x32_regs): Likewise.
18456 (struct La_x32_retval): Likewise.
18457 (struct La_ppc32_regs): Likewise.
18458 (struct La_ppc32_retval): Likewise.
18459 (struct La_ppc64_regs): Likewise.
18460 (struct La_ppc64_retval): Likewise.
18461 (struct La_sh_regs): Likewise.
18462 (struct La_sh_retval): Likewise.
18463 (struct La_s390_32_regs): Likewise.
18464 (struct La_s390_32_retval): Likewise.
18465 (struct La_s390_64_regs): Likewise.
18466 (struct La_s390_64_retval): Likewise.
18467 (struct La_sparc32_regs): Likewise.
18468 (struct La_sparc32_retval): Likewise.
18469 (struct La_sparc64_regs): Likewise.
18470 (struct La_sparc64_retval): Likewise.
18471 (struct audit_ifaces): Remove architecture-specific pltenter and
18472 pltexit members.
18473 * sysdeps/i386/ldsodefs.h: New file.
18474 * sysdeps/powerpc/ldsodefs.h: Likewise.
18475 * sysdeps/s390/ldsodefs.h: Likewise.
18476 * sysdeps/sh/ldsodefs.h: Likewise.
18477 * sysdeps/sparc/ldsodefs.h: Likewise.
18478 * sysdeps/x86_64/ldsodefs.h: Likewise.
18479
354691b7
MP
184802012-07-25 Marek Polacek <polacek@redhat.com>
18481
18482 [BZ #6808]
18483 * math/libm-test.inc (yn_test): Add another test.
18484 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
18485 to ERANGE when the result is +-Inf.
18486 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18487 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
18488 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
18489 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
18490
bf9e2071
JM
184912012-07-24 Joseph Myers <joseph@codesourcery.com>
18492
18493 * conform/data/time.h-data (NULL): Use macro-constant. Require
18494 equal to 0.
18495 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
18496 clock_t.
18497 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
18498
57633811
TS
184992012-07-23 Thomas Schwinge <thomas@codesourcery.com>
18500
18501 * configure.in <sysdeps resolving>: Correct printing
18502 Implies_before.
18503 * configure: Regenerate.
18504
c23c33b0
TS
185052012-07-22 Thomas Schwinge <thomas@codesourcery.com>
18506
18507 * math/w_ilogb.c: Include <limits.h>.
18508 * math/w_ilogbl.c: Likewise.
18509
b5982523
JM
185102012-07-20 Joseph Myers <joseph@codesourcery.com>
18511
18512 * manual/lang.texi (__va_copy): Document primarily as ISO C99
18513 va_copy. Document allowing for unavailable va_copy only as
18514 pre-C99 compatibility.
18515 * manual/string.texi (Copying and Concatenation): Use va_copy
18516 instead of __va_copy in concat example.
18517
ac4ea442
PT
185182012-07-20 Pino Toscano <toscano.pino@tiscali.it>
18519
18520 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
18521 (__sendto): Use create_address_port. Initialize APORT and deallocate
18522 it if not null.
18523
f98eafbd
PT
18524 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
18525 with O_NOLINK passed to __file_name_lookup.
18526
898c7aab
PT
18527 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
18528 with O_NOLINK passed to __file_name_lookup.
18529
0ced335a
PT
18530 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
18531 negative N or less than NGIDS.
18532
b3404dbd
PT
18533 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
18534 type to string_t. Set ERANGE as errno and return it if NAME is not big
18535 enough. Use memcpy instead of strncpy.
18536
0f48659e
JM
185372012-07-20 Joseph Myers <joseph@codesourcery.com>
18538
18539 * elf/Makefile (check-data): Remove.
18540 (localplt.data): New vpath directive.
18541 ($(objpfx)check-localplt.out): Use localplt.data from vpath
18542 instead of $(check-data).
18543 * scripts/data/localplt-generic.data: Move to ...
18544 * sysdeps/generic/localplt.data: ... here.
18545 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
18546 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
18547 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
18548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
18549 ... here.
18550 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
18551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
18552 ... here.
18553 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
18554 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
18555 ... here.
18556 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
18557 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
18558 ... here.
18559 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
18560 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
18561 ... here.
18562 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
18563 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
18564 ... here.
18565
d37cbdaa
AZ
185662012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18567
18568 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
18569 PPC32 and PPC64 files.
18570 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
18571 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
18572
46f85fc2
AK
185732012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18574
18575 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
18576 __makecontext_ret to ...
18577 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
18578 ... here and call exit if uc_link is NULL. New file.
18579 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
18580 __makecontext_ret.S.
18581 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
18582 __makecontext_ret to ...
18583 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
18584 ... here and call exit if uc_link is NULL. New file.
18585 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
18586 __makecontext_ret.S.
18587
08f43f9b
AK
185882012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18589
18590 * elf/elf.h (R_390_IRELATIVE): New definition.
18591 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
18592 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
18593 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
18594 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18595 (elf_machine_lazy_rel): Likewise.
18596 * sysdeps/s390/dl-irel.h: New file.
18597 * sysdeps/s390/s390-64/memcpy.S: New asm code.
18598 * sysdeps/s390/s390-64/memset.S: New asm code.
18599 * sysdeps/s390/s390-64/memcmp.S: New asm code.
18600 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
18601 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
18602 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
18603 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
18604 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
18605 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
18606 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
18607 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
18608 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
18609 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
18610 * sysdeps/s390/s390-32/memcpy.S: New asm code.
18611 * sysdeps/s390/s390-32/memset.S: New asm code.
18612 * sysdeps/s390/s390-32/memcmp.S: New asm code.
18613
3b05db33
MP
186142012-07-17 Marek Polacek <polacek@redhat.com>
18615
18616 [BZ #14349]
18617 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
18618 * sysdeps/s390/s390-64/configure.in: Likewise.
18619 * sysdeps/sparc/configure.in: Likewise.
18620 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
18621 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
18622 * sysdeps/i386/configure.in: Likewise.
18623 * sysdeps/x86_64/configure.in: Likewise.
18624 * sysdeps/sh/configure.in: Likewise.
18625 * sysdeps/s390/s390-32/configure: Regenerated.
18626 * sysdeps/s390/s390-64/configure: Likewise.
18627 * sysdeps/x86_64/configure: Likewise.
18628 * sysdeps/sh/configure: Likewise.
18629 * sysdeps/powerpc/powerpc64/configure: Likewise.
18630 * sysdeps/powerpc/powerpc32/configure: Likewise.
18631 * sysdeps/sparc/configure: Likwise.
18632 * sysdeps/i386/configure: Likewise.
18633
a66877c6
MP
18634 * elf/dl-open.c: Comment fixes.
18635
cfc82fd8
JM
186362012-07-17 Joseph Myers <joseph@codesourcery.com>
18637
bd29910a
JM
18638 * Makefile [CXX] (check-data): Remove.
18639 [CXX] (c++-types.data): New vpath directive.
18640 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
18641 vpath. Do not allow for C++ type data being missing.
18642 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
18643 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
18644 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
18645 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
18646 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
18647 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
18648 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
18649 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
18650 ... here.
18651 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
18652 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
18653 ... here.
18654 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
18655 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
18656 ... here.
18657 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
18658 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
18659 ... here.
18660 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
18661 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
18662 ... here.
18663 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
18664 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
18665 ... here.
18666 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
18667 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
18668 ... here.
18669 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
18670 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
18671
cfc82fd8
JM
18672 * elf/tls-macros.h (TLS_LE): Move architecture-specific
18673 definitions to architecture-specific files.
18674 (TLS_IE): Likewise.
18675 (TLS_LD): Likewise.
18676 (TLS_GD): Likewise.
18677 * sysdeps/i386/tls-macros.h: New file.
18678 * sysdeps/powerpc/tls-macros.h: Likewise.
18679 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
18680 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
18681 * sysdeps/sh/tls-macros.h: Likewise.
18682 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
18683 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
18684 * sysdeps/x86_64/tls-macros.h: Likewise.
18685
f7db3170
TS
186862012-07-17 Thomas Schwinge <thomas@codesourcery.com>
18687
07cbfc23
TS
18688 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
18689 zero value for regular exit case.
18690
f7db3170
TS
18691 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
18692 (__start_context): Preserve zero value for regular exit case.
18693
dc97c227
TS
186942012-07-17 Thomas Schwinge <thomas@codesourcery.com>
18695 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18696
18697 * manual/setjmp.texi (setcontext): Clarify normal process
18698 termination when uc_link is the null pointer.
18699 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
18700 exit call.
18701
d0cd7d02
AS
187022012-07-16 Andreas Schwab <schwab@linux-m68k.org>
18703
18704 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
18705 preprocessor. Test for each exception mask separately.
18706
dd318934
AJ
187072012-07-16 Andreas Jaeger <aj@suse.de>
18708
18709 * po/ru.po: Update from translation team.
18710
8048311a
JM
187112012-07-15 Joseph Myers <joseph@codesourcery.com>
18712
18713 * conform/data/string.h-data (NULL): Use macro-constant. Require
18714 equal to 0.
18715 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
18716 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
18717 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
18718 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
18719 [ISO || ISO99 || ISO11] (*_t): Do not allow.
18720
b637d46e
AJ
187212012-07-13 Andreas Jaeger <aj@suse.de>
18722
18723 * po/fr.po: Update from translation team.
18724
541428fe
MP
187252012-07-12 Marek Polacek <polacek@redhat.com>
18726
18727 [BZ #14173]
18728 * math/libm-test.inc (yn_test): Add test for BZ #14173.
18729 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
18730 loop condition.
18731
ec332e94
JM
187322012-07-12 Joseph Myers <joseph@codesourcery.com>
18733
18734 [BZ #13717]
18735 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18736 Change to 2.4.1 where previously 2.4.0.
18737 * sysdeps/unix/sysv/linux/configure: Regenerated.
18738 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
18739 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
18740 version.
18741 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
18742 (__ASSUME_AT_CLKTCK): Remove.
18743 (__ASSUME_AT_PAGESIZE): Likewise.
18744 (__ASSUME_AT_XID): Likewise.
18745 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
18746 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
18747 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
18748 unconditionally.
18749 (HAVE_AUX_PAGESIZE): Likewise.
18750 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
18751 [__ASSUME_AT_CLKTCK]: Make code unconditional.
18752 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
18753
7b6e99be
JB
187542012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
18755
18756 [BZ #14307]
18757 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
18758 the temporary buffer used to invoke __gethostbyname2_r,
18759 __gethostbyaddr_r and gethostbyname4_r to make room for struct
18760 host_data / struct gaih_addrtuple.
18761 * resolv/nss_dns/dns-host.c (global scope): Move definition of
18762 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
18763 header file nss/nsswitch.h.
18764 * nss/nsswitch.h (global scope): Add definition of implementation
18765 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
18766 resolv/nss_dns/dns-host.c).
18767
608404eb
AJ
187682012-07-11 Andreas Jaeger <aj@suse.de>
18769
18770 * po/fr.po: Update from translation team.
18771
71220aca
AJ
18772 * po/sv.po: Update from translation team
18773 * po/fr.po: Another update from translation team.
18774
28cfe843
AZ
187752012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18776
18777 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
18778 for subnormals or multiply small sinh result by itself.
18779 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
18780 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18781
6b90f981
DM
187822012-07-11 David S. Miller <davem@davemloft.net>
18783
18784 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18785
c6825772
AS
187862012-07-10 Andreas Schwab <schwab@linux-m68k.org>
18787
18788 [BZ #14347]
18789 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
18790 (INTERNAL_MARK): Shift it here.
18791
7b8e0d49
MP
187922012-07-10 Marek Polacek <polacek@redhat.com>
18793
18794 [BZ #14151]
18795 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
18796 libc_cv_asm_global_directive with .globl.
18797 * configure: Regenerated.
18798 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
18799 with .globl.
18800 * sysdeps/i386/configure: Regenerated.
18801 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
18802 with .globl.
18803 * sysdeps/x86_64/configure: Regenerated.
18804 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
18805 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
18806 * elf/tst-unique2mod2.c: Likewise.
18807 * elf/tst-unique2mod1.c: Likewise.
18808 * elf/tst-unique1mod2.c: Likewise.
18809 * elf/tst-unique1mod1.c: Likewise.
18810 * sysdeps/s390/s390-32/sysdep.h: Likewise.
18811 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
18812 * sysdeps/s390/s390-64/sysdep.h: Likewise.
18813 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18814 * sysdeps/mach/sysdep.h: Likewise.
18815 * sysdeps/i386/sysdep.h: Likewise.
18816 * sysdeps/i386/i386-mcount.S: Likewise.
18817 * sysdeps/x86_64/_mcount.S: Likewise.
18818 * sysdeps/x86_64/sysdep.h: Likewise.
18819 * sysdeps/sh/_mcount.S: Likewise.
18820 * sysdeps/sh/sysdep.h: Likewise.
18821 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
18822 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
18823 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
18824 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
18825 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
18826 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
18827 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
18828 * locale/localeinfo.h: Likewise.
18829 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
18830 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
18831
6c55cda3
RM
188322012-07-09 Roland McGrath <roland@hack.frob.com>
18833
18834 [BZ #14336]
18835 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
18836 system".
18837 * manual/message.texi (The Uniforum approach): Likewise.
18838 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
18839 (glibc iconv Implementation): Likewise.
18840
638a572e
JM
188412012-07-09 Joseph Myers <joseph@codesourcery.com>
18842
18843 [BZ #14337]
18844 * math/s_clog.c (__clog): Avoid scaling a value down where that
18845 could result in underflow.
18846 * math/s_clog10.c (__clog10): Likewise.
18847 * math/s_clog10f.c (__clog10f): Likewise.
18848 * math/s_clog10l.c (__clog10l): Likewise.
18849 * math/s_clogf.c (__clogf): Likewise.
18850 * math/s_clogl.c (__clogl): Likewise.
18851 * math/libm-test.inc (clog_test): Add more tests.
18852 (clog10_test): Likewise.
18853 * sysdeps/i386/fpu/libm-test-ulps: Update.
18854 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18855
261f4859
AS
188562012-07-06 Andreas Schwab <schwab@linux-m68k.org>
18857
0abaf3e4
AS
18858 [BZ #14283]
18859 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
18860 by 7 not 8 to examine high bit of fractional part.
18861
261f4859
AS
18862 [BZ #14042]
18863 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
18864 for call to __mcount_internal.
18865 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
18866 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
18867 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
18868
f17ac40d
JM
188692012-07-06 Joseph Myers <joseph@codesourcery.com>
18870
9ad63c23
JM
18871 [BZ #14154]
18872 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
18873 approximation for values within 0x1p-13f of an odd multiple of
18874 pi/4.
18875 * math/libm-test.inc (tan_test): Do not allow spurious underflow
18876 exception. Add more tests.
18877 * sysdeps/i386/fpu/libm-test-ulps: Update.
18878
f17ac40d
JM
18879 [BZ #6778]
18880 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
18881 inputs and return -1 for them. Do not check for +Inf in case not
18882 reachable for +Inf.
18883 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18884 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
18885 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18886 and return -1 for them. Do not check for +Inf in case not
18887 reachable for +Inf.
18888 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
18889 define.
18890 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18891 and return -1 for them. Do not check for +Inf in case not
18892 reachable for +Inf.
18893 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
18894 spurious underflow.
18895 * sysdeps/i386/fpu/libm-test-ulps: Update.
18896 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18897
fb21f89b
MF
188982012-07-06 Mike Frysinger <vapier@gentoo.org>
18899
18900 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
18901
cdfe2c5e
JM
189022012-07-05 Joseph Myers <joseph@codesourcery.com>
18903
18904 [BZ #14157]
18905 [BZ #14331]
18906 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
18907 could result in spurious underflow. Scale down values above
18908 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
18909 * math/s_csqrtf.c (__csqrtf): Likewise.
18910 * math/s_csqrtl.c (__csqrtl): Likewise.
18911 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
18912 spurious underflow.
18913 * sysdeps/i386/fpu/libm-test-ulps: Update.
18914 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18915
70d35b67
AS
189162012-07-04 Andreas Schwab <schwab@linux-m68k.org>
18917
704bc459
AS
18918 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
18919 xopen-msg.sed.
18920 * catgets/xopen-msg.awk: New file.
18921 * catgets/xopen-msg.sed: Removed.
18922
70d35b67
AS
18923 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
18924 po2text.sed.
18925 * intl/po2test.awk: New file.
18926 * intl/po2test.sed: Removed.
18927
ca61cf32
JM
189282012-07-04 Joseph Myers <joseph@codesourcery.com>
18929
18930 [BZ #14328]
18931 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
18932 or multiply small sinh result by itself.
18933 * math/s_ctanf.c (__ctanf): Likewise.
18934 * math/s_ctanh.c (__ctanh): Likewise.
18935 * math/s_ctanhf.c (__ctanhf): Likewise.
18936 * math/s_ctanhl.c (__ctanhl): Likewise.
18937 * math/s_ctanl.c (__ctanl): Likewise.
18938 * math/libm-test.inc (ctan_test_tonearest): New function.
18939 (ctan_test_towardzero): Likewise.
18940 (ctan_test_downward): Likewise.
18941 (ctan_test_upward): Likewise.
18942 (ctanh_test_tonearest): Likewise.
18943 (ctanh_test_towardzero): Likewise.
18944 (ctanh_test_downward): Likewise.
18945 (ctanh_test_upward): Likewise.
18946 (main): Call these new functions.
18947 * sysdeps/i386/fpu/libm-test-ulps: Update.
18948 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18949
ca48a46a
MF
189502012-07-03 Mike Frysinger <vapier@gentoo.org>
18951
18952 * .gitignore: Delete /ports entry.
18953
9d63d37d
AJ
189542012-07-03 Andreas Jaeger <aj@suse.de>
18955
18956 * po/bg.po: Update from translation team.
18957 * po/cs.po: Likewise.
18958 * po/de.po: Likewise.
18959 * po/hr.po: Likewise.
18960 * po/nl.pl: Likewise.
18961 * po/pl.po: Likewise.
18962 * po/vi.po: Likewise.
18963
370ca3d2
JM
189642012-07-03 Joseph Myers <joseph@codesourcery.com>
18965
95f5a9a8
JM
18966 * Makeconfig [!+link] (+link-before-libc): New variable.
18967 [!+link] (+link-after-libc): Likewise.
18968 [!+link] (+link-tests): Likewise.
18969 [!+link] (+link): Define in terms of $(+link-before-libc) and
18970 $(+link-after-libc).
18971 [!+link-static] (+link-static-before-libc): New variable.
18972 [!+link-static] (+link-static-after-libc): Likewise.
18973 [!+link-static] (+link-static-tests): Likewise.
18974 [!+link-static] (+link-static): Define in terms of
18975 $(+link-static-before-libc) and $(+link-static-after-libc).
18976 [build-shared] (link-libc-before-gnulib): New variable.
18977 [build-shared] (link-libc-tests): Likewise.
18978 [build-shared] (link-libc): Define in terms of
18979 $(link-libc-before-gnulib).
18980 [!build-shared] (link-libc-tests): New variable.
18981 (link-libc-static-tests): New variable.
18982 [!gnulib] (gnulib-arch): New variable.
18983 [!gnulib] (gnulib-tests): Likewise.
18984 [!gnulib] (static-gnulib-arch): Likewise.
18985 [!gnulib] (static-gnulib-tests): Likewise.
18986 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
18987 Define with "=" instead of ":=".
18988 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
18989 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
18990 * Rules (binaries-all-notests): New variable.
18991 (binaries-all-tests): Likewise.
18992 (binaries-static-notests): Likewise.
18993 (binaries-static-tests): Likewise.
18994 (binaries-all): Define using $(binaries-all-notests) and
18995 $(binaries-all-tests).
18996 (binaries-static): Define using $(binaries-static-notests) and
18997 $(binaries-static-tests).
18998 (binaries-shared-tests): New variable.
18999 (binaries-shared-notests): Likewise.
19000 (binaries-shared): Remove variable.
19001 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
19002 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
19003 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
19004 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
19005 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
19006 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
19007 * elf/Makefile (sln-modules): New variable.
19008 (extra-objs): Add $(sln-modules:=.o).
19009 (ldconfig-modules): Add static-stubs.
19010 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
19011 * elf/static-stubs.c: New file.
19012
7a845b2c
JM
19013 [BZ #14283]
19014 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
19015 by 7 not 8 to examine high bit of fractional part. Use volatile
19016 variables when splitting into final array of floats if
19017 __FLT_EVAL_METHOD__ != 0.
19018 * math/libm-test.inc (cos_test): Add another test.
19019 (sin_test): Likewise.
19020 * sysdeps/i386/fpu/libm-test-ulps: Update.
19021
e2283f38
JM
19022 [BZ #14273]
19023 * math/libm-test.inc (cosh_test): Add more tests.
19024
370ca3d2
JM
19025 * version.h (RELEASE): Set to "development".
19026 (VERSION): Set to "2.16.90".
19027
ee9247c3
CD
190282012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
19029
19030 * NEWS: Update copyright. Remove last-updated date.
19031 Mention math library bug fixes and timezone data changes.
19032 * README: Mention GNU/Hurd, x32, and HPPA support status.
19033
4648c381
TS
190342012-06-28 Thomas Schwinge <thomas@codesourcery.com>
19035
19036 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
19037
aac78a43
AJ
190382012-06-27 Andreas Jaeger <aj@suse.de>
19039
19040 * manual/contrib.texi (Contributors): Add Samuel Thibault.
19041
ed3dbfad
AJ
190422012-06-25 Andreas Jaeger <aj@suse.de>
19043
19044 * sysdeps/s390/fpu/libm-test-ulps: Update.
19045
4d0ee855
AS
190462012-06-23 Andreas Schwab <schwab@linux-m68k.org>
19047 Thomas Schwinge <thomas@codesourcery.com>
19048
19049 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
19050 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
19051 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
19052 fanotify_mark.
19053
af1bce34
TS
190542012-06-23 Thomas Schwinge <thomas@codesourcery.com>
19055
a9fa33ba
TS
19056 * sysdeps/mach/start.c: Remove file.
19057 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
19058 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
19059 * sysdeps/sh/init-first.c: Likewise.
19060
58f902b8
TS
19061 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
19062 registers for frame unwinding purposes, add CFI directives.
19063 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
19064 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
19065 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
19066 Likewise.
19067
1518f58b
TS
19068 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
19069 __fortify_fail returning.
19070 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
19071
db9b5059
TS
19072 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
19073 sysdeps/sh/____longjmp_chk.S.
19074 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
19075 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
19076 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
19077 (gen-as-const-headers): Append sigaltstack-offsets.sym.
19078
967705fe
TS
19079 * sysdeps/sh/abort-instr.h: New file.
19080 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
19081 process in case exit returns.
19082
a9def8c4
TS
19083 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
19084 initialize the GOT register before use.
19085
2a649725
TS
19086 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
19087 calculation of ARGC > 4.
19088
af1bce34
TS
19089 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
19090 meaningful names to some local labels.
19091
d230f50a
KK
190922012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19093 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19094
19095 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
19096 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
19097 (__arch_compare_and_exchange_val_16_acq): Likewise.
19098 (__arch_compare_and_exchange_val_32_acq): Likewise.
19099 (atomic_exchange_and_add): Fix gUSA sequence.
19100 (atomic_add): Likewise.
19101 (atomic_add_negative): Likewise.
19102 (atomic_add_zero): Likewise.
19103 (atomic_bit_test_set): Likewise.
19104
0479b305
AS
191052012-06-22 Andreas Schwab <schwab@redhat.com>
19106
19107 [BZ #13579]
19108 * include/link.h (struct link_map): Add l_free_initfini.
19109 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
19110 l_initfini.
19111 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
19112 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
19113 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
19114 set.
19115
0e3933b9
CD
191162012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
19117
19118 * configure.in: Use AC_LANG_SOURCE.
19119 * configure: Regenerate.
19120
4248b1b1
RM
191212012-06-22 Roland McGrath <roland@hack.frob.com>
19122
19123 * configure.in (libc_cv_localstatedir): New substituted variable.
19124 * configure: Regenerated.
19125 * config.make.in (localstatedir): New variable, substituted from
19126 libc_cv_localstatedir.
19127 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
19128 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
19129 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
19130 * sysdeps/gnu/configure: Regenerated.
19131
006dd861
JL
191322012-06-21 Jeff Law <law@redhat.com>
19133
19134 [BZ #14277]
19135 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
19136 free. Simplify list management for _LIBC case.
19137
79662d42
JM
191382012-06-21 Joseph Myers <joseph@codesourcery.com>
19139
b7abb4bf
JM
19140 [BZ #14273]
19141 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
19142 Clear sign bit of 64-bit integer value before comparing against
19143 overflow value.
19144
79662d42
JM
19145 * sysdeps/mach/configure: Regenerated.
19146
1f150908
L
191472012-06-21 H.J. Lu <hongjiu.lu@intel.com>
19148
19149 [BZ #14278]
19150 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
19151
28363bbf
JL
191522012-06-21 Jeff Law <law@redhat.com>
19153
19154 [BZ #13882]
19155 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
19156 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 19157 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
19158 * elf/dl-open.c (dl_open_worker): Likewise.
19159
09615db4
CD
191602012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
19161
19162 * scripts/list-sources.sh: Scan PORTS for translations.
19163 * po/libc.pot: Regenerated.
19164
2174c6dd
AJ
191652012-06-21 Andreas Jaeger <aj@suse.de>
19166
19167 [BZ #12194]
19168 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
19169 warning.
19170 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
19171 * bits/byteswap-16.h (__bswap_16): Likewise.
19172 * bits/byteswap.h (__bswap_constant_16): Likewise.
19173
3ee947b1
L
191742012-06-18 H.J. Lu <hongjiu.lu@intel.com>
19175
19176 [BZ #14117]
a2f34833
L
19177 * sysdeps/i386/fpu_control.h: Removed.
19178 * sysdeps/x86_64/fpu_control.h: Moved to ...
19179 * sysdeps/x86/fpu_control.h: Here.
19180
3ee947b1
L
19181 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
19182 (_FPU_SETCW): Likewise.
19183
ed1825f8
L
191842012-06-15 H.J. Lu <hongjiu.lu@intel.com>
19185
25f1282a
L
19186 [BZ #14117]
19187 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
19188 * sysdeps/x86/fpu/bits/mathinline.h: This.
19189 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
19190
ed1825f8
L
19191 [BZ #14050]
19192 [BZ #14117]
19193 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
19194 functions if __x86_64__ is defined.
19195
36d54b74
CLT
191962012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
19197
19198 * string/endian.h: Add !__ASSEMBLER__ condition for including
19199 conversion interfaces.
19200
10285c21
JM
192012012-06-15 Joseph Myers <joseph@codesourcery.com>
19202
19203 [BZ #14241]
19204 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
19205 of ABS(x) in calculating zero to negative powers other than odd
19206 integers.
19207 * math/libm-test.inc (pow_test): Add more tests.
19208
06c5abbd
AJ
192092012-06-15 Andreas Jaeger <aj@suse.de>
19210
19211 * manual/contrib.texi (Contributors): Update entry of Liubov
19212 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
19213 Machado Filho.
19214
a3aeac40
CH
192152012-06-15 Cyril Hrubis <metan@ucw.cz>
19216
19217 * string/string.h: Add __wur to GNU version of strerror_r.
19218
49bdf4c1
L
192192012-06-14 H.J. Lu <hongjiu.lu@intel.com>
19220
19221 [BZ #14229]
19222 * string/Makefile (tests): Add tst-strtok_r.
19223 * string/tst-strtok_r.c: New file.
19224 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
19225 RAX_LP/RDX_LP on SAVE_PTR.
19226
834f9b8d
RM
192272012-06-14 Roland McGrath <roland@hack.frob.com>
19228
19229 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
19230
75fa1921
JM
192312012-06-14 Joseph Myers <joseph@codesourcery.com>
19232
19233 * libm_test.inc (csqrt_test): Allow more spurious underflow
19234 exceptions.
19235 (j0_test): Likewise.
19236 (j1_test): Likewise.
19237 (y0_test): Likewise.
19238 (y1_test): Likewise.
19239
771766df
CD
192402012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
19241
19242 * po/Makefile (libc.pot): Use UTF-8 charset.
19243
ceb9e56b
PP
192442012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
19245
19246 [BZ #14210]
19247 Suppress sign-conversion warning from FD_SET.
19248 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
19249 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
19250 not unsigned long int.
19251 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
19252
ddb28975
L
192532012-06-12 H.J. Lu <hongjiu.lu@intel.com>
19254
19255 [BZ #14050]
19256 [BZ #14117]
19257 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
19258 __extern_always_inline instead of __extern_inline.
19259 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
19260 (__signbit): Likewise.
19261 (__signbitl): Support C++ namespace.
19262 (lrintf): New inline function.
19263 (lrint): Likewise.
19264 (llrintf): Likewise.
19265 (llrint): Likewise.
19266 (fmaxf): Likewise.
19267 (fmax): Likewise.
19268 (fminf): Likewise.
19269 (fmin): Likewise.
19270 (rint): Likewise.
19271 (rintf): Likewise.
19272 (ceil): Likewise.
19273 (ceilf): Likewise.
19274 (floor): Likewise.
19275 (floorf): Likewise.
19276 (nearbyint): Likewise.
19277 (nearbyintf): Likewise.
19278
d7b4fb26
TS
192792012-06-12 Thomas Schwinge <thomas@codesourcery.com>
19280
19281 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
19282 non-default versions.
19283
eb55f5c2
RM
192842012-06-11 Roland McGrath <roland@hack.frob.com>
19285
19286 [BZ #14218]
19287 * manual/argp.texi (Argp): Reword argp_parse description slightly.
19288
366af02c
TS
192892012-06-09 Thomas Schwinge <thomas@codesourcery.com>
19290
99ff6e5c
TS
19291 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
19292 (FE_UPWARD, FE_DOWNWARD): Don't define.
19293 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
19294 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
19295
366af02c
TS
19296 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
19297 reading it.
19298 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
19299 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19300
793ea851
KK
193012012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19302
19303 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
19304 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
19305 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
19306 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
19307
a728a38f
L
193082012-06-06 H.J. Lu <hongjiu.lu@intel.com>
19309
19310 [BZ #14117]
c08010c7
L
19311 * sysdeps/i386/fpu/bits/fenv.h: Removed.
19312 * sysdeps/i386/fpu/Implies: New file.
19313 * sysdeps/x86_64/fpu/Implies: Likewise.
19314 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
19315 * sysdeps/x86/fpu/bits/fenv.h: This.
19316
a728a38f
L
19317 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
19318 __SSE_MATH__.
19319
6e230d11
SP
193202012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
19321
19322 [BZ #14134]
19323 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
19324 character 0xffff that matches the last element of the
19325 conversion table.
19326
1b671feb
AZ
193272012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19328
19329 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
19330 fmodl commit.
19331
6043738b
AZ
193322012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19333
19334 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
19335 values higher than 25.6283.
19336
34ae0b32
AZ
193372012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19338
19339 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
19340 subnormal exponent extraction and add some __builtin_expect.
19341 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
19342 Fix for subnormal mantissa calculation.
19343
1214ec8f
MF
193442012-06-04 Mike Frysinger <vapier@gentoo.org>
19345
19346 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
19347 cpu2 is -1 and errno is not ENOSYS.
19348
f3d1f93c
L
193492012-06-04 H.J. Lu <hongjiu.lu@intel.com>
19350
19351 [BZ #14117]
0e4a3cd7
L
19352 * sysdeps/i386/i486/bits/string.h: Renamed to ...
19353 * sysdeps/x86/bits/string.h: This.
19354 * sysdeps/x86_64/bits/string.h: Removed.
19355
6704c645
L
19356 * sysdeps/i386/i486/bits/string.h: Define inline functions only
19357 if not compiling for x86-64, but compiling for >= i486.
19358
48495318
L
19359 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
19360 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
19361
14adcbfc
L
19362 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
19363 New macro from Linux kernel 3.4.0.
19364 (FP_XSTATE_MAGIC2): Likewise.
19365 (FP_XSTATE_MAGIC2_SIZE): Likewise.
19366 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
19367 (struct _fpx_sw_bytes): New struct.
19368 (struct _xsave_hdr): Likewise.
19369 (struct _ymmh_state): Likewise.
19370 (struct _xstate): Likewise.
19371
68e408ab
L
19372 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
19373 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
19374 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
19375 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
19376 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
19377 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
19378
f3d1f93c
L
19379 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
19380 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
19381 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
19382 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
19383 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
19384 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
19385
d9dc34cd
TMQMF
193862012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
19387
19388 [BZ #13743]
19389 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
19390 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
19391 (sysdep_headers): Include sys/platform/ppc.h.
19392 * sysdeps/powerpc/test-gettimebase.c: Test for
19393 __ppc_get_timebase() to catch future ISA opcode/insn changes.
19394 * manual/Makefile (appendices): Include platform.texi.
19395 * manual/contrib.texi (Contributors): Update @node pointers.
19396 * manual/maint.texi (Maintenance): Likewise.
19397 (Platform): New node.
19398 * manual/platform.texi: New file. Document the new features.
19399
4af3879c
SP
194002012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19401 Jakub Jelinek <jakub@redhat.com>
19402
19403 [BZ #14188]
19404 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
19405 where __builtin_expect is unavailable.
19406
2fd6ff13
DM
194072012-06-03 David S. Miller <davem@davemloft.net>
19408
19409 * stdlib/longlong.h: Updated from GCC.
19410
173f7220
AS
194112012-06-02 Andreas Schwab <schwab@linux-m68k.org>
19412
19413 [BZ #14042]
19414 * sysdeps/powerpc/powerpc32/mcount.c: New file.
19415 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
19416 __mcount_internal.
19417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
19418 (GLIBC_2.16): Likewise.
19419
f34a1c6f
L
194202012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19421
19422 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
19423
88a4576f
JM
194242012-06-01 Joseph Myers <joseph@codesourcery.com>
19425
ea32bcdd
JM
19426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
19427 (default-abi): New variable.
19428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
19429 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
19430 variable.
19431 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
19432 Likewise.
19433 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
19434 Likewise.
19435 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
19436 Likewise.
19437
88a4576f
JM
19438 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
19439 definition. Document in comment.
19440
402fe938
DM
194412012-06-01 David S. Miller <davem@davemloft.net>
19442
19443 * stdlib/longlong.h: Updated from GCC.
19444
3553723f
L
194452012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19446
19447 [BZ #14117]
3bd872c4
L
19448 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
19449 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
19450 sys/debugreg.h sys/io.h here.
19451 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
19452 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
19453 sys/io.h.
19454 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
19455 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
19456 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
19457 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
19458 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
19459 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
19460
3553723f
L
19461 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
19462 Define only if __x86_64__ is defined.
19463
4842e4fe
JM
194642012-06-01 Joseph Myers <joseph@codesourcery.com>
19465
c5bfe3d5
JM
19466 [BZ #14048]
19467 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
19468 Use int64_t for variable i.
19469 * math/libm-test.inc (fmod_test): Add more tests.
19470
4842e4fe
JM
19471 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
19472 z computation is not scheduled after fetestexcept.
19473 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
19474 Use math_force_eval instead of asm to ensure calculation scheduled
19475 before exception test.
19476 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
19477 Ensure a1 + u.d computation is not scheduled after fetestexcept.
19478
efb73488
AJ
194792012-06-01 Aurelien Jarno <aurelien@aurel32.net>
19480
19481 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
19482 computation is not scheduled after fetestexcept.
19483
29bcce7c
L
194842012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19485
19486 [BZ #14117]
19487 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
19488 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
19489
73a68f94
AZ
194902012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19491
19492 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
19493 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
19494
67b6df78
L
194952012-05-31 H.J. Lu <hongjiu.lu@intel.com>
19496
edf2933a 19497 [BZ #14117]
ebc64a18
L
19498 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
19499 <bits/wordsize.h>.
19500 (__WCHAR_MIN): Support __WORDSIZE == 64.
19501 (__WCHAR_MAX): Likewise.
19502
edf2933a
L
19503 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
19504 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
19505
57c6cf40
L
19506 [BZ #14183]
19507 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
19508 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
19509
67b6df78 19510 [BZ #14117]
8eb6281e
L
19511 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
19512 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
19513
aac639f4
L
19514 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
19515 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
19516
67b6df78
L
19517 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
19518 Defined to 1 if __x86_64__ isn't defined.
19519 (_STAT_VER_LINUX_OLD): New.
19520 (st_atime): Remove duplicate.
19521 (st_mtime): Likewise.
19522 (st_ctime): Likewise.
19523
1c2cfe81
DM
195242012-05-31 David S. Miller <davem@davemloft.net>
19525
19526 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
19527 entries.
19528
5be8418c
AS
195292012-06-01 Andreas Schwab <schwab@linux-m68k.org>
19530
e7725326
AS
19531 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
19532 gen-libm-test.pl.
19533
5be8418c
AS
19534 [BZ #14132]
19535 * elf/dl-reloc.c: Include <_itoa.h>.
19536 (_dl_reloc_bad_type): Remove use of INTUSE.
19537 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
19538 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
19539 * stdio-common/psiginfo.c (psiginfo): Likewise.
19540 * stdio-common/psignal.c (psignal): Likewise.
19541 * string/strsignal.c (strsignal): Likewise.
19542 * include/signal.h (_sys_siglist): Declare hidden proto.
19543 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
19544 INTVARDEF with libc_hidden_data_def.
19545 * stdio-common/itoa-udigits.c: Likewise.
19546 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
19547 (_itoa_lower_digits_internal): Remove declaration.
19548 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
19549 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
19550 (_sys_sigabbrev_internal): Remove aliases.
19551 (_sys_siglist): Define hidden alias.
19552
507352f1
MT
195532012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
19554
19555 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19556 bits/sysctl.h.
19557
42bbb1c3
L
195582012-05-31 H.J. Lu <hongjiu.lu@intel.com>
19559
19560 [BZ #14117]
6bd784b6
L
19561 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
19562 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
19563
8bca20f0
L
19564 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
19565 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
19566 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
19567 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
19568 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
19569 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
19570
f9e890a9
L
19571 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
19572 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
19573 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
19574
471101a1
L
19575 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
19576 with __addr.
19577 (insw): Likewise.
19578 (insl): Likewise.
19579 (outsb): Likewise.
19580 (outsw): Likewise.
19581 (outsl): Likewise.
19582
6451c862
L
19583 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
19584 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
19585 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
19586
a254b8c9
L
19587 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
19588 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
19589 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
19590 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
19591 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
19592 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
19593
b8dfdd92
L
19594 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
19595 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
19596
578cd270
L
19597 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
19598 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
19599
de662f5f
L
19600 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
19601 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
19602 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
19603
25653439
L
19604 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
19605 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
19606 to ...
19607 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
19608
6bad24a0
L
19609 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
19610 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
19611 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
19612
42bbb1c3
L
19613 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
19614 for x86-64.
19615 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
19616
2d10d547
JM
196172012-05-31 Joseph Myers <joseph@codesourcery.com>
19618
19619 * math/math.h (M_El): Use two more decimal places.
19620 (M_LOG2El): Likewise.
19621 (M_LOG10El): Likewise.
19622 (M_LN2l): Likewise.
19623 (M_LN10l): Likewise.
19624 (M_PIl): Likewise.
19625 (M_PI_2l): Likewise.
19626 (M_PI_4l): Likewise.
19627 (M_1_PIl): Likewise.
19628 (M_2_PIl): Likewise.
19629 (M_2_SQRTPIl): Likewise.
19630 (M_SQRT2l): Likewise.
19631 (M_SQRT1_2l): Likewise.
19632
f230c29b
DM
196332012-05-31 David S. Miller <davem@davemloft.net>
19634
19635 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
19636 values between float registers.
19637 * sysdeps/sparc/sparc64/memset.S: Likewise.
19638 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
19639
fed806c3
MF
196402012-05-31 Mike Frysinger <vapier@gentoo.org>
19641
19642 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
19643 -D_FORTIFY_SOURCE=1.
19644 (CPPFLAGS-tst-longjmp_chk.c): Define.
19645 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
19646 (CPPFLAGS-tst-longjmp_chk2.c): Define.
19647 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
19648 CFLAGS-tst-wchar-h.c.
19649
30917259
MP
196502012-05-31 Marek Polacek <polacek@redhat.com>
19651
19652 [BZ #14132]
19653 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
19654 __endmntent_internal): Remove declaration.
19655 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
19656 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
19657 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
19658
1c58d5dc
DM
196592012-05-30 David S. Miller <davem@davemloft.net>
19660
19661 * sysdeps/sparc/sparc32/soft-fp/q_util.c
19662 (___Q_simulate_exceptions): Use real FP ops rather than writing
19663 into the %fsr.
19664 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
19665 Likewise.
19666
7dc00e0d
L
196672012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19668
19669 [BZ #14117]
0bd53985
L
19670 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
19671 * sysdeps/x86/bits/xtitypes.h: This.
19672
3a257e66
L
19673 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
19674 * sysdeps/x86/bits/wordsize.h: This.
19675
62f62904
L
19676 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
19677 * sysdeps/x86/bits/huge_vall.h: This.
19678
404fe9d9
L
19679 * sysdeps/i386/bits/select.h: Removed.
19680 * sysdeps/x86_64/bits/select.h: Renamed to ...
19681 * sysdeps/x86/bits/select.h: This.
19682
d48d0446
L
19683 * sysdeps/i386/bits/setjmp.h: Removed.
19684 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
19685 * sysdeps/x86/bits/setjmp.h: This.
19686
7dc00e0d
L
19687 * sysdeps/i386/bits/mathdef.h: Removed.
19688 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
19689 * sysdeps/x86/bits/mathdef.h: This.
19690
03277f8f
AS
196912012-05-30 Andreas Schwab <schwab@linux-m68k.org>
19692
19693 [BZ #14132]
19694 * include/sys/socket.h (__connect_internal)
19695 (__libc_sa_len_internal): Remove declaration.
19696 (__connect, __libc_sa_len): Declare hidden_proto.
19697 (SA_LEN): Remove use of INTUSE.
19698 * socket/connect.c: Add libc_hidden_def.
19699 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
19700 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
19701 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
19702 alias.
19703 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
19704 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
19705 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
19706 of adding _internal alias.
19707
13764867
L
197082012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19709
19710 [BZ #14117]
6bd97696
L
19711 * sysdeps/i386/bits/link.h: Removed.
19712 * sysdeps/i386/bits/linkmap.h: Likewise.
19713 * sysdeps/x86_64/bits/link.h: Renamed to ...
19714 * sysdeps/x86/bits/link.h: This.
19715 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
19716 * sysdeps/x86/bits/linkmap.h: This.
19717
f726f0bb
L
19718 * sysdeps/i386/bits/endian.h: Removed.
19719 * sysdeps/x86_64/bits/endian.h: Renamed to ...
19720 * sysdeps/x86/bits/endian.h: This.
19721
13764867
L
19722 * sysdeps/i386/bits/byteswap.h: Removed.
19723 * sysdeps/i386/bits/byteswap-16.h: Likewise.
19724 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
19725 * sysdeps/x86/bits/byteswap.h: This.
19726 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
19727 * sysdeps/x86/bits/byteswap-16.h: This.
19728 * sysdeps/i386/Implies: Add x86.
19729 * sysdeps/x86_64/Implies: Likewise.
19730
ae251b0b
DM
197312012-05-30 David S. Miller <davem@davemloft.net>
19732
19733 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
19734 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
19735 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19736 (FP_TRAPPING_EXCEPTIONS): Define.
19737 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19738 (FP_TRAPPING_EXCEPTIONS): Define.
19739 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
19740 subnormals only when inexact has been signalled or underflow
19741 exceptions are enabled.
19742 (_FP_PACK_CANONICAL): Likewise.
19743
d5c90867
L
197442012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19745
19746 [BZ #14183]
19747 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
19748 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
19749
63f1549e
RH
197502012-05-30 Richard Henderson <rth@twiddle.net>
19751
8d8f2279
RH
19752 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
19753 with #ifndef NOT_IN_libc.
19754
63f1549e
RH
19755 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
19756 marked to avoid plt entry.
19757
0ab0291b
L
197582012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19759
19760 [BZ #14112]
19761 * Makeconfig (default-abi): New macro.
19762 (abi-includes): Likewise.
19763 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
19764 $(abi-$(default-abi)-lib-soname) for soname if defined.
19765 ($(common-objpfx)gnu/lib-names.stmp): Generate from
19766 abi-variants.
19767 * Makefile (installed-stubs): Likewise.
19768 * include/stubs-biarch.h: Removed.
19769 * scripts/lib-names.awk: Only handle one library at a time.
19770 * scripts/soversions.awk: Remove WORDSIZE support.
19771 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
19772 entries.
19773 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
19774 Removed.
19775 (syscall-list-default-condition): Likewise.
19776 (syscall-list-default-condition): Likewise.
19777 (syscall-list-includes): Likewise.
19778 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
19779 syscall-list-* with abi-*. Handle undefined abi-variants.
19780 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
19781 * sysdeps/unix/sysv/linux/i386/Implies: New file.
19782 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
19783 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
19784 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
19785 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
19786 Removed.
19787 (syscall-list-32-options): Likewise.
19788 (syscall-list-32-condition): Likewise.
19789 (syscall-list-64-options): Likewise.
19790 (syscall-list-64-condition): Likewise.
19791 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
19792 macro.
19793 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
19794 Renamed to ...
19795 (abi-*): This.
19796 (abi-64-ld-soname): New macro.
19797 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
19798 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
19799 Renamed to ...
19800 (abi-*): This.
19801 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
19802 * sysdeps/x86_64/x32/shlib-versions: Likewise.
19803
4da0431d
JM
198042012-05-30 Joseph Myers <joseph@codesourcery.com>
19805
3a85279c
JM
19806 * sysdeps/unix/sysv/linux/kernel-features.h
19807 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
19808 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
19809 include <kernel-features.h>.
19810 [!__NR_ftruncate64]: Remove conditional code.
19811 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19812 [__NR_ftruncate64]: Make code unconditional.
19813 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19814 * sysdeps/unix/sysv/linux/truncate64.c: Do not
19815 include <kernel-features.h>.
19816 [!__NR_ftruncate64]: Remove conditional code.
19817 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19818 [__NR_ftruncate64]: Make code unconditional.
19819 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19820 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
19821 include <kernel-features.h>.
19822 [!__NR_ftruncate64]: Remove conditional code.
19823 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19824 [__NR_ftruncate64]: Make code unconditional.
19825 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19826 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
19827 include <kernel-features.h>.
19828 [!__NR_ftruncate64]: Remove conditional code.
19829 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19830 [__NR_ftruncate64]: Make code unconditional.
19831 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19832
4da0431d
JM
19833 * configure.in (libc_cv_fpie): Weaken to a compile test using
19834 LIBC_TRY_CC_OPTION.
19835 * configure: Regenerated.
19836
11ef492c
AK
198372012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19838
19839 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
19840 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
19841 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
19842 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19843 Refreshed.
19844 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
19845 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
19846 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
19847 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
19848 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
19849 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19850 Refreshed.
19851
d66ef399
DM
198522012-05-27 David S. Miller <davem@davemloft.net>
19853
19854 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
19855 (___Q_zero): New.
19856 (__Q_simulate_exceptions): Return void. Change to simulate
19857 exceptions by writing into the %fsr.
19858 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
19859 (__Qp_handle_exceptions): Likewise.
19860 (numbers): Delete.
19861 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
19862 __Qp_handle_exceptions.
19863 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
19864 __Qp_handle_exceptions.
19865 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19866 as unused and give dummy FP_RND_NEAREST initializer.
19867 (FP_INHIBIT_RESULTS): Define.
19868 (___Q_simulate_exceptions): Update declaration.
19869 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
19870 formatting.
19871 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19872 as unused and give dummy FP_RND_NEAREST initializer.
19873 (__Qp_handle_exceptions): Update declaration.
19874 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
19875 formatting.
19876
04fb54b5
TS
198772012-05-27 Thomas Schwinge <thomas@codesourcery.com>
19878
19879 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
19880 the temporary FPU control word.
19881 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
19882 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
19883 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
19884 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
19885 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19886 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
19887 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
19888 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
19889 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
19890 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
19891 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19892
3f99608f
KK
198932012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19894
19895 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
19896 fields.
19897
65a4de4e
CLT
198982012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
19899
19900 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
19901 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
19902 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
19903 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
19904 Likewise.
19905 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
19906 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
19907 Likewise.
19908
15749d40
UD
199092012-05-27 Ulrich Drepper <drepper@gmail.com>
19910
19911 * po/h.po: Update from translation team.
19912
25dbcb27
AS
199132012-05-26 Andreas Schwab <schwab@linux-m68k.org>
19914
3d3f8e55
AS
19915 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
19916
25dbcb27
AS
19917 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
19918 handling of denormals.
19919 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19920 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19921 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
19922 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
19923 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19924 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
19925 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
19926 Likewise.
19927
7ad47a80 199282012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
19929
19930 [BZ #14152]
19931 * math/libm-test.inc (fma_test): Don't always expect underflow
19932 exception.
19933
9c6ea9fa
SP
199342012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19935
19936 [BZ #12416]
19937 * elf/tst-execstack.c: Include stackinfo.h.
19938 (do_test): Adjust test case to ensure that pthread_getattr_np
19939 behaviour remains the same after marking stack executable.
19940
a8239222
JM
199412012-05-25 Joseph Myers <joseph@codesourcery.com>
19942
19943 * sysdeps/unix/sysv/linux/kernel-features.h
19944 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
19945 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
19946 kernel-features.h.
19947 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19948 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19949 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
19950 kernel-features.h.
19951 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19952 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19953
918b5606
L
199542012-05-25 H.J. Lu <hongjiu.lu@intel.com>
19955
19956 * configure.in: Define the default includes to being none.
19957 * configure: Regenerated.
19958
3a097cc7
RM
199592012-05-25 Roland McGrath <roland@hack.frob.com>
19960
8422c9a5
RM
19961 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
19962 * sysdeps/x86_64/setjmp.S: Likewise.
19963 * sysdeps/i386/bsd-setjmp.S: Likewise.
19964 * sysdeps/i386/bsd-_setjmp.S: Likewise.
19965 * sysdeps/i386/setjmp.S: Likewise.
19966 * sysdeps/i386/__longjmp.S: Likewise.
19967 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
19968 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
19969
3a097cc7
RM
19970 * include/stap-probe.h: New file.
19971 * configure.in: Handle --enable-systemtap.
19972 * configure: Regenerated.
19973 * config.h.in (USE_STAP_PROBE): New #undef.
19974 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
19975 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
19976 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
19977
21708942
JM
199782012-05-25 Joseph Myers <joseph@codesourcery.com>
19979
19980 [BZ #13717]
19981 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
19982 to 2.4.0 where earlier.
19983 * sysdeps/unix/sysv/linux/configure: Regenerated.
19984 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
19985 <kernel-features.h>.
19986 [__ASSUME_32BITUIDS]: Make code unconditional.
19987 [!__ASSUME_32BITUIDS]: Remove conditional code.
19988 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
19989 <kernel-features.h>.
19990 [__ASSUME_32BITUIDS]: Make code unconditional.
19991 [!__ASSUME_32BITUIDS]: Remove conditional code.
19992 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
19993 [__ASSUME_32BITUIDS]: Make code unconditional.
19994 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
19995 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
19996 <kernel-features.h>.
19997 [__ASSUME_32BITUIDS]: Make code unconditional.
19998 [!__ASSUME_32BITUIDS]: Remove conditional code.
19999 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
20000 <kernel-features.h>.
20001 [__ASSUME_32BITUIDS]: Make code unconditional.
20002 [!__ASSUME_32BITUIDS]: Remove conditional code.
20003 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
20004 <kernel-features.h>.
20005 [__ASSUME_32BITUIDS]: Make code unconditional.
20006 [!__ASSUME_32BITUIDS]: Remove conditional code.
20007 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
20008 <kernel-features.h>.
20009 [__ASSUME_32BITUIDS]: Make code unconditional.
20010 [!__ASSUME_32BITUIDS]: Remove conditional code.
20011 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
20012 <kernel-features.h>.
20013 [__ASSUME_32BITUIDS]: Make code unconditional.
20014 [!__ASSUME_32BITUIDS]: Remove conditional code.
20015 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
20016 <kernel-features.h>.
20017 [__ASSUME_32BITUIDS]: Make code unconditional.
20018 [!__ASSUME_32BITUIDS]: Remove conditional code.
20019 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
20020 <kernel-features.h>.
20021 [__ASSUME_32BITUIDS]: Make code unconditional.
20022 [!__ASSUME_32BITUIDS]: Remove conditional code.
20023 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
20024 <kernel-features.h>.
20025 [__ASSUME_32BITUIDS]: Make code unconditional.
20026 [!__ASSUME_32BITUIDS]: Remove conditional code.
20027 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
20028 <kernel-features.h>.
20029 [__ASSUME_32BITUIDS]: Make code unconditional.
20030 [!__ASSUME_32BITUIDS]: Remove conditional code.
20031 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
20032 <kernel-features.h>.
20033 [__ASSUME_32BITUIDS]: Make code unconditional.
20034 [!__ASSUME_32BITUIDS]: Remove conditional code.
20035 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
20036 <kernel-features.h>.
20037 [__NR_setresgid] (__setresgid): Do not declare.
20038 [__ASSUME_32BITUIDS]: Make code unconditional.
20039 [!__ASSUME_32BITUIDS]: Remove conditional code.
20040 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
20041 <kernel-features.h>.
20042 [__NR_setresuid] (__setresuid): Do not declare.
20043 [__ASSUME_32BITUIDS]: Make code unconditional.
20044 [!__ASSUME_32BITUIDS]: Remove conditional code.
20045 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
20046 <kernel-features.h>.
20047 [__ASSUME_32BITUIDS]: Make code unconditional.
20048 [!__ASSUME_32BITUIDS]: Remove conditional code.
20049 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
20050 <kernel-features.h>.
20051 [__ASSUME_32BITUIDS]: Make code unconditional.
20052 [!__ASSUME_32BITUIDS]: Remove conditional code.
20053 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
20054 <kernel-features.h>.
20055 [__ASSUME_32BITUIDS]: Make code unconditional.
20056 [!__ASSUME_32BITUIDS]: Remove conditional code.
20057 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
20058 <kernel-features.h>.
20059 [__ASSUME_32BITUIDS]: Make code unconditional.
20060 [!__ASSUME_32BITUIDS]: Remove conditional code.
20061 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
20062 <kernel-features.h>.
20063 [__ASSUME_32BITUIDS]: Make code unconditional.
20064 [!__ASSUME_32BITUIDS]: Remove conditional code.
20065 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
20066 <kernel-features.h>.
20067 [__ASSUME_32BITUIDS]: Make code unconditional.
20068 [!__ASSUME_32BITUIDS]: Remove conditional code.
20069 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
20070 <kernel-features.h>.
20071 [__ASSUME_32BITUIDS]: Make code unconditional.
20072 [!__ASSUME_32BITUIDS]: Remove conditional code.
20073 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
20074 <kernel-features.h>.
20075 [__ASSUME_32BITUIDS]: Make code unconditional.
20076 [!__ASSUME_32BITUIDS]: Remove conditional code.
20077 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
20078 <kernel-features.h>.
20079 [__ASSUME_32BITUIDS]: Make code unconditional.
20080 [!__ASSUME_32BITUIDS]: Remove conditional code.
20081 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
20082 <kernel-features.h>.
20083 [__ASSUME_32BITUIDS]: Make code unconditional.
20084 [!__ASSUME_32BITUIDS]: Remove conditional code.
20085 * sysdeps/unix/sysv/linux/kernel-features.h
20086 (__ASSUME_SETRESUID_SYSCALL): Remove.
20087 (__ASSUME_SETRESGID_SYSCALL): Likewise.
20088 (__ASSUME_32BITUIDS): Likewise.
20089 (__ASSUME_LDT_WORKS): Likewise.
20090 (__ASSUME_O_DIRECTORY): Likewise.
20091 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
20092 architecture but not kernel version.
20093 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
20094 (__ASSUME_MMAP2_SYSCALL): Likewise.
20095 (__ASSUME_STAT64_SYSCALL): Likewise.
20096 (__ASSUME_IPC64): Likewise.
20097 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
20098 <kernel-features.h>.
20099 [__ASSUME_32BITUIDS]: Make code unconditional.
20100 [!__ASSUME_32BITUIDS]: Remove conditional code.
20101 * sysdeps/unix/sysv/linux/opendir.c: Do not include
20102 <kernel-features.h>.
20103 [__ASSUME_O_DIRECTORY]: Make code unconditional.
20104 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
20105 132096]: Remove conditional code.
20106 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
20107 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
20108 <kernel-features.h>.
20109 [__ASSUME_32BITUIDS]: Make code unconditional.
20110 [!__ASSUME_32BITUIDS]: Remove conditional code.
20111 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
20112 <kernel-features.h>.
20113 [__ASSUME_32BITUIDS]: Make code unconditional.
20114 [!__ASSUME_32BITUIDS]: Remove conditional code.
20115 * sysdeps/unix/sysv/linux/setegid.c: Do not include
20116 <kernel-features.h>.
20117 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
20118 unconditional.
20119 (__setresgid): Do not declare.
20120 [__ASSUME_32BITUIDS]: Make code unconditional.
20121 [!__ASSUME_32BITUIDS]: Remove conditional code.
20122 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
20123 <kernel-features.h>.
20124 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
20125 unconditional.
20126 (__setresuid): Do not declare.
20127 [__ASSUME_32BITUIDS]: Make code unconditional.
20128 [!__ASSUME_32BITUIDS]: Remove conditional code.
20129 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
20130 <kernel-features.h>.
20131 [__ASSUME_32BITUIDS]: Make code unconditional.
20132 [!__ASSUME_32BITUIDS]: Remove conditional code.
20133 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
20134 <kernel-features.h>.
20135 [__ASSUME_32BITUIDS]: Make code unconditional.
20136 [!__ASSUME_32BITUIDS]: Remove conditional code.
20137
a386f1cc
RH
201382012-05-25 Richard Henderson <rth@twiddle.net>
20139
20140 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
20141 dl_hwcap to ifunc resolver.
20142 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
20143 elf_ifunc_invoke.
20144 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
20145 dl_hwcap to ifunc resolver.
20146 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
20147
b6550497
JM
201482012-05-24 Joseph Myers <joseph@codesourcery.com>
20149
20150 [BZ #14153]
20151 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
20152 for |x| <= 2**-26, not 2**-57.
20153 * math/libm-test.inc (acos_test): Do not allow spurious underflow
20154 exception.
20155
b0bc23a1
JL
201562012-05-24 Jeff Law <law@redhat.com>
20157
20158 * stdio-common/Makefile (tests): Add bug25.
20159 * stdio-common/bug25.c: New test.
20160
347c92e9
L
201612012-05-24 H.J. Lu <hongjiu.lu@intel.com>
20162
20163 [BZ #13576]
20164 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
20165 multiple of MALLOC_ALIGNMENT in size.
20166 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
20167
6bcc8b3f
JM
201682012-05-24 Joseph Myers <joseph@codesourcery.com>
20169
20170 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
20171 Require >= 256.
20172 (FILENAME_MAX): Use macro-int-constant.
20173 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
20174 (_IOFBF): Use macro-int-constant.
20175 (_IOLBF): Likewise.
20176 (_IONBF): Likewise.
20177 (SEEK_CUR): Likewise.
20178 (SEEK_END): Likewise.
20179 (SEEK_SET): Likewise.
20180 (TMP_MAX): Likewise.
20181 (EOF): Use macro-int-constant. Require < 0.
20182 (NULL): Use macro-constant. Require == 0.
20183 (stdin): Require type to be FILE *.
20184 (stdout): Likewise.
20185 (stderr): Likewise.
20186 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
20187 macro-int-constant.
20188 (EXIT_SUCCESS): Likewise.
20189 (NULL): Use macro-constant. Require == 0.
20190 (RAND_MAX): Use macro-int-constant.
20191 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
20192 [C99-based standards] (strtof): Require function.
20193 [C99-based standards] (strtold): Likewise.
20194 [C99-based standards] (strtoll): Likewise.
20195 [C99-based standards] (strtoull): Likewise.
20196 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
20197 [ISO || ISO99 || ISO11] (limits.h): Likewise.
20198 [ISO || ISO99 || ISO11] (math.h): Likewise.
20199 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
20200 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
20201 [ISO || ISO99 || ISO11] (*_t): Do not allow.
20202
d18ea0c5
AS
202032012-05-24 Andreas Schwab <schwab@linux-m68k.org>
20204
20205 [BZ #14132]
56d25bb8
AS
20206 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
20207 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
20208 * intl/dgettext.c (DCGETTEXT): Likewise.
20209 * intl/gettext.c (DCGETTEXT): Likewise.
20210 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
20211 * posix/regex_internal.h (gettext): Likewise.
20212 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
20213 Remove declaration.
20214 * include/argz.h (__argz_count_internal)
20215 (__argz_stringify_internal): Remove declaration.
20216 (__argz_count, __argz_stringify): Declare hidden proto.
20217 * intl/dcgettext.c: Remove use of INTDEF.
20218 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
20219 * string/argz-stringify.c: Likewise.
20220 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
20221 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
20222 Declare hidden proto.
d18ea0c5
AS
20223 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
20224 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
20225 Declare hidden proto.
20226 * include/stdio.h (__asprintf_internal): Don't declare.
20227 (__asprintf): Don't define as macro. Declare hidden proto.
20228 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
20229 (__fsetlocking): Declare hidden proto.
20230 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
20231 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
20232 hidden proto.
20233 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
20234 (_IO_setlinebuf): Remove use of INTUSE.
20235 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
20236 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
20237 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
20238 Remove declaration.
20239 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
20240 (_IO_do_flush): Remove use of INTUSE.
20241 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
20242 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
20243 (_IO_adjust_column, _IO_least_wmarker)
20244 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
20245 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
20246 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
20247 (_IO_default_doallocate, _IO_wdefault_doallocate)
20248 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
20249 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
20250 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
20251 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
20252 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
20253 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
20254 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
20255 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
20256 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
20257 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
20258 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
20259 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
20260 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
20261 proto.
20262 (_IO_flush_all_internal, _IO_adjust_column_internal)
20263 (_IO_default_uflow_internal, _IO_default_finish_internal)
20264 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
20265 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
20266 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
20267 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
20268 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
20269 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
20270 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
20271 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
20272 (_IO_file_close_internal, _IO_file_close_it_internal)
20273 (_IO_file_underflow_internal, _IO_file_overflow_internal)
20274 (_IO_file_init_internal, _IO_file_attach_internal)
20275 (_IO_file_fopen_internal, _IO_file_read_internal)
20276 (_IO_file_sync_internal, _IO_file_seek_internal)
20277 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
20278 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
20279 (_IO_str_underflow_internal, _IO_str_overflow_internal)
20280 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
20281 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
20282 (_IO_list_all_internal, _IO_link_in_internal)
20283 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
20284 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
20285 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
20286 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
20287 (_IO_do_write_internal, _IO_padn_internal)
20288 (_IO_getline_info_internal, _IO_getline_internal)
20289 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
20290 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
20291 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
20292 (_IO_vfscanf_internal, _IO_vfprintf_internal)
20293 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
20294 (_IO_init_internal, _IO_un_link_internal): Don't declare.
20295 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
20296 with libc_hidden_ver, remove use of INTUSE.
20297 * libio/genops.c: Likewise.
20298 * libio/freopen.c: Likewise.
20299 * libio/freopen64.c: Likewise.
20300 * libio/iofclose.c: Likewise.
20301 * libio/iofdopen.c: Likewise.
20302 * libio/iofflush.c: Likewise.
20303 * libio/iofflush_u.c: Likewise.
20304 * libio/iofgets.c: Likewise.
20305 * libio/iofgets_u.c: Likewise.
20306 * libio/iofopen.c: Likewise.
20307 * libio/iofopncook.c: Likewise.
20308 * libio/iofread.c: Likewise.
20309 * libio/iofread_u.c: Likewise.
20310 * libio/ioftell.c: Likewise.
20311 * libio/iofwrite.c: Likewise.
20312 * libio/iogetline.c: Likewise.
20313 * libio/iogets.c: Likewise.
20314 * libio/iogetwline.c: Likewise.
20315 * libio/iopadn.c: Likewise.
20316 * libio/iopopen.c: Likewise.
20317 * libio/ioseekoff.c: Likewise.
20318 * libio/ioseekpos.c: Likewise.
20319 * libio/iosetbuffer.c: Likewise.
20320 * libio/iosetvbuf.c: Likewise.
20321 * libio/ioungetc.c: Likewise.
20322 * libio/ioungetwc.c: Likewise.
20323 * libio/iovdprintf.c: Likewise.
20324 * libio/iovsprintf.c: Likewise.
20325 * libio/iovsscanf.c: Likewise.
20326 * libio/memstream.c: Likewise.
20327 * libio/obprintf.c: Likewise.
20328 * libio/oldfileops.c: Likewise.
20329 * libio/oldiofclose.c: Likewise.
20330 * libio/oldiofdopen.c: Likewise.
20331 * libio/oldiofopen.c: Likewise.
20332 * libio/oldiopopen.c: Likewise.
20333 * libio/oldstdfiles.c: Likewise.
20334 * libio/putc.c: Likewise.
20335 * libio/setbuf.c: Likewise.
20336 * libio/setlinebuf.c: Likewise.
20337 * libio/stdfiles.c: Likewise.
20338 * libio/strops.c: Likewise.
20339 * libio/vasprintf.c: Likewise.
20340 * libio/vscanf.c: Likewise.
20341 * libio/vsnprintf.c: Likewise.
20342 * libio/vswprintf.c: Likewise.
20343 * libio/wfiledoalloc.c: Likewise.
20344 * libio/wfileops.c: Likewise.
20345 * libio/wgenops.c: Likewise.
20346 * libio/wmemstream.c: Likewise.
20347 * libio/wstrops.c: Likewise.
20348 * libio/__fpurge.c: Likewise.
20349 * libio/__fsetlocking.c: Likewise.
20350 * assert/assert.c: Likewise.
20351 * debug/fgets_chk.c: Likewise.
20352 * debug/fgets_u_chk.c: Likewise.
20353 * debug/fread_chk.c: Likewise.
20354 * debug/fread_u_chk.c: Likewise.
20355 * debug/gets_chk.c: Likewise.
20356 * debug/obprintf_chk.c: Likewise.
20357 * debug/vasprintf_chk.c: Likewise.
20358 * debug/vdprintf_chk.c: Likewise.
20359 * debug/vsnprintf_chk.c: Likewise.
20360 * debug/vsprintf_chk.c: Likewise.
20361 * malloc/mtrace.c: Likewise.
20362 * misc/error.c: Likewise.
20363 * misc/syslog.c: Likewise.
20364 * stdio-common/asprintf.c: Likewise.
20365 * stdio-common/fxprintf.c: Likewise.
20366 * stdio-common/getw.c: Likewise.
20367 * stdio-common/isoc99_fscanf.c: Likewise.
20368 * stdio-common/isoc99_scanf.c: Likewise.
20369 * stdio-common/isoc99_vfscanf.c: Likewise.
20370 * stdio-common/isoc99_vscanf.c: Likewise.
20371 * stdio-common/isoc99_vsscanf.c: Likewise.
20372 * stdio-common/printf-prs.c: Likewise.
20373 * stdio-common/printf_fp.c: Likewise.
20374 * stdio-common/printf_fphex.c: Likewise.
20375 * stdio-common/printf_size.c: Likewise.
20376 * stdio-common/putw.c: Likewise.
20377 * stdio-common/scanf.c: Likewise.
20378 * stdio-common/sprintf.c: Likewise.
20379 * stdio-common/tmpfile.c: Likewise.
20380 * stdio-common/vfprintf.c: Likewise.
20381 * stdio-common/vfscanf.c: Likewise.
20382 * stdlib/strfmon_l.c: Likewise.
20383 * sunrpc/openchild.c: Likewise.
20384 * sunrpc/xdr_stdio.c: Likewise.
20385 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
20386 * sysdeps/mach/hurd/tmpfile.c: Likewise.
20387
d6c33fda
RM
203882012-05-24 Roland McGrath <roland@hack.frob.com>
20389
c1487492
RM
20390 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
20391
20392 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
20393 in the third column, to generate for the shared library an IFUNC
20394 that uses _dl_vdso_vsym.
20395 * Makerules (COMPILE.c, compile-stdin.c): New variables.
20396 * Makeconfig (object-suffixes-noshared): New variable.
20397
20398 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
20399 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
20400 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
20401 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
20402
d6c33fda
RM
20403 [BZ #14132]
20404 * include/sys/time.h (__gettimeofday): Remove macro.
20405 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
20406 * time/gettimeofday.c (__gettimeofday): Remove #undef.
20407 Remove INTDEF.
20408 (__gettimeofday): Add libc_hidden_def.
20409 (gettimeofday): Add libc_hidden_weak.
20410 * sysdeps/mach/gettimeofday.c: Likewise.
20411 * sysdeps/posix/gettimeofday.c: Likewise.
20412 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
20413 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
20414 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
20415 (__gettimeofday_internal): Remove strong_alias.
20416 (__gettimeofday): Add libc_hidden_def.
20417 (gettimeofday): Add libc_hidden_weak.
20418 * sysdeps/unix/syscalls.list (gettimeofday):
20419 Remove __gettimeofday_internal alias.
20420
b5a2bbe6
L
204212012-05-24 Daniel Jacobowitz <drow@false.org>
20422 H.J. Lu <hongjiu.lu@intel.com>
20423
20424 [BZ #12495]
20425 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
20426 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
20427 (largebin_index_32_big): New.
20428 (largebin_index): Use it for 16-byte alignment.
20429 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
20430 correction with front_misalign.
20431
cfba4fda
L
204322012-05-24 H.J. Lu <hongjiu.lu@intel.com>
20433
7f907421
L
20434 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
20435 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
20436 Likewise.
20437 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
20438 Likewise.
20439 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
20440 Likewise.
20441 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
20442 Likewise.
20443 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
20444 Likewise.
20445 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
20446 Likewise.
20447 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
20448 Likewise.
20449 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
20450 Likewise.
20451 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
20452 Likewise.
20453 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
20454 Likewise.
20455 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
20456 Likewise.
20457 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
20458 Likewise.
20459
cfba4fda
L
20460 * scripts/data/c++-types-x32-linux-gnu.data: New file.
20461 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
20462
80bad0cc
JM
204632012-05-24 Joseph Myers <joseph@codesourcery.com>
20464
7a25eb06
JM
20465 [BZ #10846]
20466 [BZ #14036]
20467 * math/libm-test.inc (exp_test): Add test from bug 14036.
20468 (pow_test): Add test from bug 10846.
20469
795405f9
JM
20470 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
20471 and other flags.
20472 (special_function): Do not include flags in test name.
20473 (parse_args): Likewise.
20474 * sysdeps/i386/fpu/libm-test-ulps: Update.
20475 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20476 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20477 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20478 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20479
80bad0cc
JM
20480 * math/gen-libm-test.pl (%beautify): Add entries for underflow
20481 exceptions.
20482 * math/libm-test.inc ("Philosophy"): Update comment about
20483 exception testing.
20484 (UNDERFLOW_EXCEPTION): New macro.
20485 (UNDERFLOW_EXCEPTION_OK): Likewise.
20486 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
20487 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
20488 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
20489 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
20490 (INVALID_EXCEPTION_OK): Update value.
20491 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20492 (OVERFLOW_EXCEPTION_OK): Likewise.
20493 (IGNORE_ZERO_INF_SIGN): Likewise.
20494 (test_exceptions): Handle underflow exceptions.
20495 (acos_test): Update for underflow exception expectations.
20496 (cexp_test): Likewise.
20497 (clog_test): Likewise.
20498 (clog10_test): Likewise.
20499 (csqrt_test): Likewise.
20500 (ctan_test): Likewise.
20501 (ctanh_test): Likewise.
20502 (exp_test): Likewise.
20503 (exp10_test): Likewise.
20504 (exp2_test): Likewise.
20505 (expm1_test): Likewise.
20506 (fma_test): Likewise.
20507 (j0_test): Likewise.
20508 (jn_test): Likewise.
20509 (nexttoward_test): Likewise.
20510 (pow_test): Likewise.
20511 (scalbn_test): Likewise.
20512 (scalbln_test): Likewise.
20513 (tan_test): Likewise.
20514 (y1_test): Likewise.
20515 * sysdeps/i386/fpu/libm-test-ulps: Update.
20516 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20517
9e0e3d0b
DM
205182012-05-23 David S. Miller <davem@davemloft.net>
20519
20520 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
20521 (__libc_sigaction): Remove unused local variables.
20522
ccd0a08f
L
205232012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20524
20525 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
20526
62bdf9a6
PE
205272012-05-23 Paul Eggert <eggert@cs.ucla.edu>
20528
f8591f80
PE
20529 mktime: avoid signed integer overflow
20530 * time/mktime.c (__mktime_internal): Do not mishandle the case
20531 where diff == INT_MIN.
20532
94c7d826
PE
20533 mktime: simplify computation of average
20534 * time/mktime.c (ranged_convert): Use new time_t_avg function
20535 instead of rolling our own (probably-slower) code.
20536
ce73d683
PE
20537 mktime: do not assume signed right shift propagates sign bit
20538 * time/mktime.c (isdst_differ): New static function.
20539 (__mktime_internal): No need to normalize tm_isdst now.
20540 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
20541 tm_isdst values.
20542
72a22e59
PE
20543 mktime: merge another wrapv change from gnulib
20544 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
20545 from some compilers.
20546
68605433
PE
20547 mktime: remove incorrect attempt at unusual arithmetics
20548 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
20549 The code didn't really work on such machines anyway.
20550 (TYPE_MINIMUM): Assume two's complement.
20551 (twos_complement_arithmetic): Verify that long_int and time_t
20552 are two's complement (or unsigned, in the latter case).
20553
03cf7fe3
PE
20554 mktime: check signed shifts on long_int and time_t, too
20555 * time/mktime.c (SHR): Check that shifts work as desired
20556 on the types long_int and time_t too, as SHR is used on
20557 such types.
20558
f04dfbc2
PE
20559 mktime: do not assume 'long' is wide enough
20560 * time/mktime.c (verify): Move decl up.
20561 (long_int): New type.
20562 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
20563 to remove assumption in the code that 'long' is wide enough to
20564 store year values. This assumption is not true on x32 and on
20565 some non-glibc platforms.
20566
62bdf9a6
PE
20567 mktime: merge wrapv change from gnulib
20568 * time/mktime.c (WRAPV): New macro.
20569 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
20570 (guess_time_tm, __mktime_internal): Do not assume that signed
20571 integer overflow wraps around; modern compilers generate code
20572 where this assumption is no longer valid.
20573
5e292e4f
L
205742012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20575
20576 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
20577 Replace "jmp L(pseudo_end)" with "ret".
20578 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
20579 Likewise.
20580
8caf8c87
AJ
205812012-05-23 Andreas Jaeger <aj@suse.de>
20582
20583 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
20584 * sysdeps/unix/sysv/linux/poll.c: Remove file.
20585
1a09dc56
AJ
205862012-05-23 Andreas Jaeger <aj@suse.de>
20587 Maximilian Attems <max@stro.at>
20588
20589 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
20590 New macros.
20591
1c87aba0
L
205922012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20593
20594 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
20595 code so that pseudo_end is just ret and the stack pointer is
20596 correct also for static library in error case.
20597
40e45bd5
JM
205982012-05-23 Joseph Myers <joseph@codesourcery.com>
20599
c2670533
JM
20600 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
20601 move to syscalls.list.
20602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
20603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
20604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
20605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
20606
40e45bd5
JM
20607 * manual/install.texi (Running make install): Do not mention Linux
20608 kernel version for which pt_chown is not needed.
20609 (Linux): Do not mention problems with nscd with 2.0 kernels.
20610 * INSTALL: Regenerated.
20611
be08eda5
AJ
206122012-05-23 Andreas Jaeger <aj@suse.de>
20613
20614 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
20615 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
20616 macro.
20617 * sysdeps/unix/sysv/linux/s390/bits/mman.h
20618 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20619 * sysdeps/unix/sysv/linux/sh/bits/mman.h
20620 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20621 * sysdeps/unix/sysv/linux/i386/bits/mman.h
20622 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20623 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
20624 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20625 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
20626 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20627 * sysdeps/unix/sysv/linux/bits/in.h
20628 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
20629
a6a056bb
RM
206302012-05-22 Roland McGrath <roland@hack.frob.com>
20631
20632 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
20633 (PREPARE_VERSION): Just use assert instead, it will be elided
20634 under [NDEBUG] anyway.
20635
c9009328
L
206362012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20637
20638 * sysdeps/unix/sysv/linux/Makefile: Include
20639 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 20640 (sysdep_routines): Remove sysctl.
c9009328
L
20641 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
20642 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
20643 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
20644 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
20645 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
20646
73338355
AJ
206472012-05-22 Andreas Jaeger <aj@suse.de>
20648
20649 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
20650 that pseudo_end is just ret and the stack pointer is correct also
20651 for static library in error case.
20652
d44638b0
PP
206532012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
20654
20655 [BZ #14122]
20656 * nss/nsswitch.c (defconfig_entries): New variable.
20657 (__nss_database_lookup): Don't leak defconfig entries.
20658 (nss_parse_service_list): Don't leak on error paths.
20659 (free_database_entries): New function.
20660 (free_defconfig): New function.
20661 (free_mem): Move common code to free_database_entries.
20662
31a39bd8
L
206632012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20664
da0331a8
L
20665 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
20666 Add arch_prctl.
20667 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
20668
31a39bd8
L
20669 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20670 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
20671 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
20672 New macro.
20673 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
20674 (INTERNAL_SYSCALL_TYPES): Likewise.
20675 (LOAD_ARGS_TYPES_[1-6]): Likewise.
20676 (LOAD_REGS_TYPES_[1-6]): Likewise.
20677 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
20678 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
20679
45470df3
AZ
206802012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20681
20682 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
20683 copysignl for GLIBC_2_0.
20684 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
20685 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
20686 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
20687 logbl for GLIBC_2_0.
20688 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
20689 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
20690
98a61bcb
L
206912012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20692
a4f6e481
L
20693 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
20694 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
20695
f63d5db6
L
20696 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
20697 Use "neg %eax".
20698
98a61bcb
L
20699 * time/mktime.c: Update copyright years.
20700
95770f14
PE
207012012-05-22 Paul Eggert <eggert@cs.ucla.edu>
20702
6226efbd
PE
20703 mktime: merge comment-quoting-style change from gnulib
20704 * time/mktime.c: Quote 'like this' in comments.
20705 The GNU coding standards suggest that we no longer quote `like this',
20706 as "`" and "'" are typically rendered asymmetrically nowadays.
20707 The typical gnulib style is to quote 'like this' when quoting
20708 code, and "like this" when quoting English.
20709
b99e4f78
PE
20710 * time/mktime.c (compile-command): Add "-I.".
20711
643e01e6
PE
20712 mktime: merge mktime-internal.h change from gnulib
20713 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
20714
2554247d
PE
20715 mktime: merge time_r change from gnulib
20716 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
20717
826dd0ab
PE
20718 mktime: merge DEBUG change from gnulib
20719 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
20720 case system <time.h> has a #define.
20721
bd83aabe
PE
20722 mktime: merge <sys/types.h> change from gnulib
20723 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
20724 since <time.t> is now guaranteed to define time_t.
20725
95770f14
PE
20726 mktime: merge HAVE_CONFIG_H change from gnulib
20727 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
20728
5e1a27a9
L
207292012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20730
0e44a77e
L
20731 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20732 Use "neg %eax".
20733
5e1a27a9
L
20734 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
20735 __rlim_t cast.
20736 (struct rusage): Use anonymous union to pad each field to
20737 __syscall_slong_t.
20738
46259bec
DM
207392012-05-21 David S. Miller <davem@davemloft.net>
20740
20741 * Makefules (o-iterator): Remove .s cases.
20742 (compile-command.s): Delete.
20743 (COMPILE.s): Delete.
20744 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
20745
59f0c22e
JM
207462012-05-21 Joseph Myers <joseph@codesourcery.com>
20747
20748 * configure.in (libc_cv_predef_stack_protector): Only consider
20749 "foobar" and "__stack_chk_fail" lines in libc_undefs.
20750 * configure: Regenerated.
20751
20c07380
L
207522012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20753
bbb3154b
L
20754 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20755 New macro. Use R*LP on int and pointer.
20756 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
20757 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
20758 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
20759 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
20760
20c07380
L
20761 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
20762 [__WORDSIZE_TIME64_COMPAT32] instead of
20763 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
20764 (struct utmp): Likewise.
20765 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
20766 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
20767 Renamed to ...
20768 (__WORDSIZE_TIME64_COMPAT32): This.
20769 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
20770 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
20771 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
20772 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
20773 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
20774 (__WORDSIZE_TIME64_COMPAT32): New macro.
20775
d8d1017e
AJ
207762012-05-21 Andreas Jaeger <aj@suse.de>
20777
20778 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
20779 only if [SHARED]. Add prototype for __wcschr_ia32.
20780
6c7fb145
RM
207812012-05-21 Roland McGrath <roland@hack.frob.com>
20782
20783 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
20784 of %rbp unmolested in the jmp_buf while mangling the low bits.
20785 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
20786 unmolested high bits of %rbp while demangling the low bits.
20787 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
20788
66274218
AJ
207892012-05-21 Andreas Jaeger <aj@suse.de>
20790
07c58f8f
AJ
20791 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
20792 * sunrpc/svc_simple.c: Use it for registerrpc.
20793 * sunrpc/xcrypt.c: Use it for passwd2des.
20794
66274218
AJ
20795 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
20796
61f65140
L
207972012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20798
20799 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
20800 Don't define if [__SYSCALL_WORDSIZE != 32].
20801 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
20802 New macro.
20803
5fefb436
AJ
208042012-05-21 Bruno Haible <bruno@clisp.org>
20805 Andreas Jaeger <aj@suse.de>
20806
20807 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
20808 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
20809 inptr and inend for must_buffer_ch.
20810 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
20811 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
20812 * stdio-common/Makefile (tests): Remove bug15.
20813 (bug15-ENV): Remove macro.
20814 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
20815 anymore.
20816
d8e272ab
AJ
208172012-05-19 Andreas Jaeger <aj@suse.de>
20818 Roland McGrath <roland@hack.frob.com>
20819
20820 * manual/contrib.texi: Completely rewritten. It contains now an
20821 alphabetical list of contributors and their contributions.
20822
4a56a162
RH
208232012-05-21 Richard Henderson <rth@twiddle.net>
20824
20825 * misc/getauxval.c (__getauxval): Use unsigned long int.
20826 * misc/sys/auxv.h: Include <sys/cdefs.h>.
20827 (getauxval): Use unsigned long int.
20828
d024d23c
L
208292012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20830
20831 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
20832
cbc00a03
RM
208332012-05-21 Roland McGrath <roland@hack.frob.com>
20834
20835 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
20836 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
20837 __alignof__ (long double).
20838
478143fa
AZ
208392012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20840
20841 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20842
c7683a6d
RH
208432012-05-20 Richard Henderson <rth@twiddle.net>
20844
20845 * misc/getauxval.c: New file.
20846 * misc/sys/auxv.h: New file.
20847 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
20848 (routines): Add getauxval.
20849 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
20850 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
20851 * elf/dl-sysdep.c (_dl_auxv): Remove.
20852 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
20853 * elf/dl-support.c (_dl_auxv): New variable.
20854 (_dl_aux_init): Initialize it.
20855 * manual/startup.texi (Auxiliary Vector): New node.
20856 * sysdeps/generic/bits/hwcap.h: New file.
20857 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
20858 * sysdeps/powerpc/sysdep.h: ... here. Include it.
20859 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
20860 * sysdeps/sparc/sysdep.h: ... here. Include it.
20861 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
20862 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
20863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
20864 Update.
c7683a6d
RH
20865 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
20866 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
20867 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
20868 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
20869 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20870 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20871 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
20872 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
20873
a6f1845d
AZ
208742012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20875
20876 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20877
cbcbe830
DM
208782012-05-19 David S. Miller <davem@davemloft.net>
20879
20880 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20881
e0b16cc2
JM
208822012-05-19 Joseph Myers <joseph@codesourcery.com>
20883
20884 [BZ #14123]
20885 * math/s_ccosh.c: Include <float.h>
20886 (__ccosh): Avoid internal overflow calculating sinh and cosh
20887 values before multiplying by sin and cos values.
20888 * math/s_ccoshf.c: Likewise.
20889 * math/s_ccoshl.c: Likewise.
20890 * math/s_csin.c: Likewise.
20891 * math/s_csinf.c: Likewise.
20892 * math/s_csinl.c: Likewise.
20893 * math/s_csinh.c: Likewise.
20894 * math/s_csinhf.c: Likewise.
20895 * math/s_csinhl.c: Likewise.
20896 * math/libm-test.inc (ccos_test): Add more tests.
20897 (ccosh_test): Likewise.
20898 (csin_test): Likewise.
20899 (csinh_test): Likewise.
20900 * sysdeps/i386/fpu/libm-test-ulps: Update.
20901 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20902
6ad13e08
L
209032012-05-19 H.J. Lu <hongjiu.lu@intel.com>
20904
f66f0ce8
L
20905 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
20906 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
20907
6ad13e08
L
20908 * sysdeps/x86_64/x32/_itoa.h: Add comment.
20909
b1d072a7
JM
209102012-05-19 Joseph Myers <joseph@codesourcery.com>
20911
20912 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
20913 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
20914 * sysdeps/powerpc/soft-fp/Versions: Likewise.
20915 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
20916 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
20917 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
20918 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
20919 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
20920 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
20921 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
20922 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
20923 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
20924 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
20925 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
20926 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
20927 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
20928 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
20929 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
20930 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
20931 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
20932 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
20933 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
20934 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
20935 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
20936 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
20937 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
20938 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
20939 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
20940 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
20941 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
20942 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
20943
9eae47cb
AJ
209442012-05-18 Andreas Jaeger <aj@suse.de>
20945
20946 * csu/.gitignore: Delete.
20947
bb07f69f
L
209482012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20949
20950 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
20951 (timex): Use __syscall_slong_t.
20952
e6bdb741
AJ
209532012-05-18 Andreas Jaeger <aj@suse.de>
20954 Carlos O'Donell <carlos_odonell@mentor.com>
20955
20956 * manual/install.texi (Configuring and compiling): Update
20957 description about files modified in the source directory.
d6c33fda 20958 * INSTALL: Regenerated.
e6bdb741 20959
1b74487e
L
209602012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20961
20962 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
20963 value. Use "or" to set return value to -1.
20964 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
20965 negate return value.
20966
a88b64b9
TMQMF
209672012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20968
20969 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
20970 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
20971 failure if the compiler has Graphite support disabled.
20972 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
20973 Likewise.
20974 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
20975 CFLAGS-memmove.c): Likewise.
20976 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
20977 Likewise.
20978
3707636e
L
209792012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20980
610b8622
L
20981 * sysdeps/x86_64/x32/_itoa.h: New file.
20982
7cd195df
L
20983 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
20984 getdents system call only if kernel and user dirents have the
20985 same d_ino and d_off.
20986
94b07d20
L
20987 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
20988 LLONG_MAX != LONG_MAX.
20989 (_itoa_word): Use _ITOA_WORD_TYPE on value.
20990 (_fitoa_word): Likewise.
20991
18298070
L
20992 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
20993 years.
20994 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
20995 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
20996 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
20997
553c7ea4
L
20998 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
20999 include <bits/wordsize.h>. Check __x86_64__ instead of
21000 __WORDSIZE.
21001 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
21002 if __x86_64__ is defined. Use anonymous union on fpstate.
21003
3707636e
L
21004 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
21005 anonymous union.
21006
b53ef01a
AS
210072012-05-18 Andreas Schwab <schwab@linux-m68k.org>
21008
37fb1dc0
AS
21009 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
21010 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
21011 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
21012 Refer to _rtld_local_ro instead of _rtld_global_ro.
21013 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
21014 Likewise.
21015 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
21016 Likewise.
21017 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
21018 Likewise.
21019 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
21020 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
21021 of _rtld_global, and rtld_progname instead of _dl_argv[0].
21022
b53ef01a
AS
21023 * sysdeps/powerpc/powerpc32/dl-machine.c
21024 (__elf_machine_runtime_setup) [PROF]: Don't reference
21025 _dl_prof_resolve.
21026
7a185db2
AJ
210272012-05-18 Andreas Jaeger <aj@suse.de>
21028
21029 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
21030 function only available for GCCs before 3.4 since GCC 3.4
21031 introduced a builtin.
21032 (lrint): Likewise.
21033 (llrintf): Likewise.
21034 (llrint): Likewise.
21035 (fmaxf): Likewise.
21036 (fmax): Likewise.
21037 (fminf): Likewise.
21038 (fmin): Likewise.
21039 (rint): Likewise.
21040 (rintf): Likewise.
21041 (nearbyint): Likewise.
21042 (nearbyintf): Likewise.
21043 (ceil): Likewise.
21044 (ceilf): Likewise.
21045 (floor): Likewise.
21046 (floorf): Likewise.
21047
3e5aef87
L
210482012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21049
428bd707
L
21050 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
21051 on both fields and cast pointer to __syscall_ulong_t.
21052
3e5aef87
L
21053 * bits/types.h (__fsword_t): New type.
21054 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
21055 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
21056 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21057 (__FSWORD_T_TYPE): Likewise.
21058 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21059 (__FSWORD_T_TYPE): Likewise.
21060 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21061 (__FSWORD_T_TYPE): Likewise.
21062 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
21063 (__FSWORD_T_TYPE): Likewise.
21064 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
21065 __SWORD_TYPE with __fsword_t.
21066 (statfs64): Likewise.
21067
1ba7c3dc
DM
210682012-05-17 David S. Miller <davem@davemloft.net>
21069
21070 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
21071
59910343
AJ
210722012-05-17 Andreas Jaeger <aj@suse.de>
21073
21074 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
21075 warning.
21076
2e4c1e9e
L
210772012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21078
21079 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
21080
de7f5ce7
AJ
210812012-05-17 Andreas Jaeger <aj@suse.de>
21082
21083 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
21084 when it is used.
21085
286abc3d
CM
210862012-05-17 Chris Metcalf <cmetcalf@tilera.com>
21087
21088 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
21089
477cc68e
L
210902012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21091
21092 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
21093 * sysdeps/x86_64/tst-mallocalign1.c: New file.
21094
1a0994f5
CD
210952012-05-17 Andreas Jaeger <aj@suse.de>
21096 Carlos O'Donell <carlos_odonell@mentor.com>
21097
21098 [BZ #14059]
21099 * sysdeps/x86_64/multiarch/init-arch.h
21100 (bit_YMM_Usable): Rename to...
21101 (bit_AVX_Usable): ... this.
21102 (bit_FMA4_Usable): New macro.
21103 (bit_XMM_state): New macro.
21104 (bit_YMM_state): New macro.
21105 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
21106 [__ASSEMBLER__] (index_AVX_Usable): ... this.
21107 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
21108 (CPUID_OSXSAVE): New macro.
21109 (CPUID_AVX): New macro.
21110 (CPUID_FMA4): New macro.
21111 (index_YMM_Usable): Rename to...
21112 (index_AVX_Usable): ... this.
21113 (HAS_AVX): Use HAS_ARCH_FEATURE.
21114 (HAS_FMA4): Likewise.
21115 (HAS_YMM_USABLE): Remove.
21116 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21117 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
21118 are present.
21119 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
21120 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
21121 * sysdeps/x86_64/multiarch/Makefile: Likewise.
21122 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
21123 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
21124
0af797de
CM
211252012-05-17 Chris Metcalf <cmetcalf@tilera.com>
21126
21127 * math/libm-test.c: Support platforms without multiple rounding modes.
21128 * math/bug-nextafter.c: Support platforms without FP exceptions.
21129 * math/bug-nexttoward.c: Likewise.
21130 * math/test-fenv.c: Likewise.
21131 * math/test-misc.c: Likewise.
21132 * stdlib/bug-getcontext.c: Likewise.
21133
e39745ff
AJ
211342012-05-17 Andreas Jaeger <aj@suse.de>
21135
21136 * manual/examples/search.c (critter_cmp): Change signature to
21137 avoid warnings.
21138 * manual/string.texi (Collation Functions): Likewise.
21139
48970aba
L
211402012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21141
21142 * bits/types.h: Fold copyright years.
21143 * bits/typesizes.h: Likewise.
21144 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
21145 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21146 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
21147 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
21148 * time/time.h: Likewise.
21149
bedee953
PP
211502012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
21151
21152 [BZ #208]
21153 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
21154 in instead of returning them. Return void.
21155 (__libc_mallinfo): Accumulate over all arenas.
21156 (__malloc_stats): Adjust for change in int_mallinfo interface.
21157
61653dfb
RM
211582012-05-16 Roland McGrath <roland@hack.frob.com>
21159
30b99d79
RM
21160 [BZ #10375]
21161 * configure.in (NM): Add AC_CHECK_TOOL for it.
21162 (libc_extra_cflags): New substituted variable.
21163 Check for -fstack-protector being used implicitly.
21164 * configure: Regenerated.
21165 * config.make.in (config-extra-cflags): New variable,
21166 gets @libc_extra_cflags@.
21167 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
21168
61653dfb
RM
21169 [BZ #10375]
21170 * configure.in: Check for _FORTIFY_SOURCE being predefined.
21171 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
21172 * configure: Regenerated.
21173 * config.make.in (CPPUNDEFS): New substituted variable.
21174 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
21175 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
21176 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
21177
661768bb
L
211782012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21179
21180 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
21181 (mq_attr): Use __syscall_slong_t.
21182
d4261567
L
211832012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21184
21185 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
21186 Check __x86_64__ instead of __WORDSIZE.
21187 (_STAT_VER_LINUX): Likewise.
21188 (stat): Check __x86_64__ instead of __WORDSIZE. Use
21189 __syscall_ulong_t and __syscall_slong_t.
21190 (stat64): Likewise.
21191
cf3ff365
L
211922012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21193
21194 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
21195
76cf3e4d
L
211962012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21197
21198 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
21199
a637753a
L
212002012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21201
21202 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
21203 __syscall_ulong_t.
21204
d5e05119
L
21205 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
21206 include <bits/wordsize.h>. Check __x86_64__ instead of
21207 __WORDSIZE.
21208 (greg_t): Use "__extension__ long long int" if __x86_64__ is
21209 defined.
21210 (mcontext_t): Replace "unsigned long" with "unsigned long long".
21211
f62ee380
L
21212 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
21213 include <bits/wordsize.h>. Check __x86_64__ instead of
21214 __WORDSIZE.
21215 (user_regs_struct): Use "__extension__ unsigned long long"
21216 instead of "unsigned long" if __x86_64__ is defined.
21217 (user): Likewise. Pad after pointer field if __ILP32__ is
21218 defined.
21219
4e124ced
JM
212202012-05-16 Joseph Myers <joseph@codesourcery.com>
21221
6a3951a0
JM
21222 * configure.in (makeinfo): Require version 4.5 or later. Allow
21223 versions 5 to 9.
21224 * configure: Regenerated.
21225 * manual/install.texi (texinfo): Increase version requirement to
21226 4.5 or later.
21227 * INSTALL: Regenerated.
21228
4e124ced
JM
21229 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
21230
953ca31a
L
212312012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21232
21233 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
21234
617aca05
L
21235 * sysdeps/x86_64/x32/ffs.c: New file.
21236
5762f7ae
L
21237 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
21238 __syscall_ulong_t.
21239 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
21240 defined. Use __syscall_ulong_t.
21241 (shminfo): Use __syscall_ulong_t.
21242 (shm_info): Likewise.
21243
a26b6856
L
21244 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
21245 __syscall_ulong_t.
21246
cb2b9ef7
L
21247 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
21248 <bits/wordsize.h>.
21249 (msgqnum_t): Use __syscall_ulong_t.
21250 (msglen_t): Likewise.
21251 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
21252 __syscall_ulong_t.
21253
34683bb0
L
21254 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
21255 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21256
84a68786
L
21257 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
21258
48baa5f1
L
21259 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
21260 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
21261
180be88b
L
21262 * sysvipc/sys/msg.h (msgbuf): Replace long int with
21263 __syscall_slong_t.
21264
5e90c8ad
L
21265 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
21266 include <bits/wordsize.h>. Check __x86_64__ instead of
21267 __WORDSIZE.
21268
23dfb58b
L
21269 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
21270 "unsigned long long int" if __x86_64__ is defined.
21271 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
21272
ce5d54b0
L
21273 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
21274 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21275 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
21276
13dc9eac
L
21277 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
21278 <stdint.h>.
21279 (GET_PC): Cast to uintptr_t first.
21280 (GET_FRAME): Likewise.
21281 (GET_STACK): Likewise.
21282
a7895d15
L
21283 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
21284 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
21285 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
21286 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
21287 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
21288 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
21289 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
21290 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
21291 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
21292 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
21293 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
21294 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
21295 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
21296 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
21297 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
21298 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
21299 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
21300 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
21301 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
21302 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
21303 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
21304 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
21305 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
21306 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
21307 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
21308 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
21309 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
21310 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
21311 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
21312
656416c9
AS
213132012-05-16 Andreas Schwab <schwab@linux-m68k.org>
21314
5bd66283
AS
21315 * Makerules (+depfiles): Also collect depfiles from .oS in
21316 $(extra-objs).
21317 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
21318 .oS, $(libnldbl-routines)).
21319
656416c9
AS
21320 * Makerules (native-compile-mkdep-flags): Define.
21321 * sunrpc/Makefile (extra-objs): Add $(addprefix
21322 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
21323 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
21324 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
21325 calling $(make-target-directory).
21326
a46f2169
L
213272012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21328
21329 * bits/types.h (__snseconds_t): Removed.
21330 * time/time.h (struct timespec): Replace __snseconds_t with
21331 __syscall_slong_t.
21332 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
21333 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
21334 Likewise.
21335 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21336 (__SNSECONDS_T_TYPE): Likewise.
21337 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21338 (__SNSECONDS_T_TYPE): Likewise.
21339 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21340 (__SNSECONDS_T_TYPE): Likewise.
21341
6af6528b
L
213422012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21343
21344 * sysdeps/mach/hurd/bits/typesizes.h
21345 (__SYSCALL_SLONG_TYPE): New macro.
21346 (__SYSCALL_ULONG_TYPE): Likewise.
21347
de986b56
L
213482012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21349
21350 * bits/types.h (__syscall_slong_t): New type.
21351 (__syscall_ulong_t): Likewise.
21352
21353 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
21354 (__SYSCALL_ULONG_TYPE): Likewise.
21355 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21356 (__SYSCALL_SLONG_TYPE): Likewise.
21357 (__SYSCALL_ULONG_TYPE): Likewise.
21358 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21359 (__SYSCALL_SLONG_TYPE): Likewise.
21360 (__SYSCALL_ULONG_TYPE): Likewise.
21361 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21362 (__SYSCALL_SLONG_TYPE): Likewise.
21363 (__SYSCALL_ULONG_TYPE): Likewise.
21364
85736dc7
L
213652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21366
21367 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
21368 Add sigaltstack-offsets.sym.
21369 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
21370 <sigaltstack-offsets.h>.
21371 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
21372 longjmp_msg pointer.
21373 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
21374 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
21375 signal stack.
21376 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
21377
cc03b296
JM
213782012-05-15 Joseph Myers <joseph@codesourcery.com>
21379
a9538892
JM
21380 * elf/stackguard-macros.h: Remove file.
21381 * sysdeps/generic/stackguard-macros.h: New file.
21382 * sysdeps/i386/stackguard-macros.h: Likewise.
21383 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21384 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21385 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21386 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21387 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21388 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21389 * sysdeps/x86_64/stackguard-macros.h: Likewise.
21390 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
21391 <elf/stackguard-macros.h>.
21392
cc03b296
JM
21393 [BZ #14109]
21394 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
21395 __aligned__ in attribute.
21396 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
21397 (gregset_t): Likewise.
21398
93171016
L
213992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21400
21401 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
21402 * sysdeps/x86_64/64/Implies-after: Here. New file.
21403 * sysdeps/x86_64/x32/Implies-after: New file.
21404
d86813a0
L
214052012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21406
21407 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
21408 and access return value for _dl_profile_fixup. Use R10_LP to
21409 load frame size.
21410
2953ec75
L
214112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21412
21413 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
21414
3b550e9e
L
214152012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21416
21417 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
21418 * sysdeps/x86_64/x32/sysdep.h: New file.
21419
eda41706
L
214202012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21421
21422 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
21423 * sysdeps/x86_64/setjmp.S: Likewise.
21424
9ea01d93
AZ
214252012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21426
21427 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
21428 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
21429 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
21430 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
21431 remove unused global constant.
21432
02a91938
CM
214332012-05-15 Chris Metcalf <cmetcalf@tilera.com>
21434
21435 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
21436 include of <not-cancel.h>.
21437
6540185f
RM
214382012-05-15 Roland McGrath <roland@hack.frob.com>
21439
21440 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
21441
509072a0
AJ
214422012-05-15 Jeff Law <law@redhat.com>
21443 Andreas Jaeger <aj@suse.de>
21444
21445 [BZ #13594]
21446 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
21447 out from...
21448 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
21449 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
21450 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
21451 code changing __hst_map_handle.map.
21452
ba75122d
RM
214532012-05-15 Roland McGrath <roland@hack.frob.com>
21454
21455 * configure.in (sysnames): Look for Implies-before and Implies-after
21456 files.
21457 * configure: Regenerated.
21458
890d8bd8
L
214592012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21460
21461 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
21462 8-byte data alignment with LP_SIZE alignment.
21463
f6ee6623
L
214642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21465
21466 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
21467 into R10_LP.
21468
ea2626f6
L
214692012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21470
21471 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
21472
085f715e
L
214732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21474
21475 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
21476 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
21477 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
21478 Likewise.
21479 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
21480
be8498fc
L
214812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21482
21483 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
21484 (stackinfo_sub_sp): Likewise.
21485
70bc83b9
L
214862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21487
21488 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
21489 RAX_LP.
21490
9bc0b730
L
214912012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21492
21493 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
21494 into R*_LP.
21495
6d2850e7
L
214962012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21497
21498 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
21499 sizes into R*_LP.
21500
3cb84561
L
215012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21502
21503 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
21504
54e2ed81
L
215052012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21506
21507 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
21508 into R11_LP and load __x86_64_shared_cache_size_half into
21509 R8_LP.
21510
8a17f349
L
215112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21512
21513 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
21514 R8_LP.
21515
777b1eea
AZ
215162012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21517
21518 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
21519 logb for POWER7.
21520 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
21521 logbf for POWER7.
21522 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
21523 logbl for POWER7.
21524 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
21525 powerpc32/power7/fpu/s_logb.c via #include.
21526 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
21527 powerpc32/power7/fpu/s_logbf.c via #include.
21528 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
21529 powerpc32/power7/fpu/s_logbl.c via #include.
21530
d20d4ac2
JM
215312012-05-15 Joseph Myers <joseph@codesourcery.com>
21532
21533 * README.libm: Remove file.
21534
6cdef1ab
L
215352012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21536
21537 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
21538 count for x32. Use R*_LP and omit operand-size suffix.
21539
0b254d8f
L
215402012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21541
21542 * shlib-versions: Move x86_64-.*-linux.* entries to ...
21543 * sysdeps/x86_64/64/shlib-versions: Here. New file.
21544 * sysdeps/x86_64/x32/shlib-versions: New file.
21545
ceb809dc
RM
215462012-05-14 Roland McGrath <roland@hack.frob.com>
21547
21548 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
21549 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
21550 Use _dl_fatal_printf instead.
21551
37f1abd4
JM
215522012-05-14 Joseph Myers <joseph@codesourcery.com>
21553
21554 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
21555 set if not set by the user. Do not allow for being unset.
21556 * sysdeps/unix/sysv/linux/configure: Regenerated.
21557
11de3a33
L
215582012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21559
21560 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
21561 the `q' suffix from lea and replace .quad with ASM_ADDR.
21562
e02f153a
L
215632012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21564
21565 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
21566 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
21567 instead of $17.
21568 (PTR_DEMANGLE): Likewise.
21569
520ae0fd
L
215702012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21571
21572 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
21573 (LP_OP): Likewise.
21574 (ASM_ADDR): Likewise.
21575 (RAX_LP): Likewise.
21576 (RBP_LP): Likewise.
21577 (RBX_LP): Likewise.
21578 (RCX_LP): Likewise.
21579 (RDI_LP): Likewise.
21580 (RSI_LP): Likewise.
21581 (RSP_LP): Likewise.
21582 (R8_LP): Likewise.
21583 (R9_LP): Likewise.
21584 (R10_LP): Likewise.
21585 (R10_LP): Likewise.
21586 (R11_LP): Likewise.
21587 (R12_LP): Likewise.
21588 (R13_LP): Likewise.
21589 (R14_LP): Likewise.
21590 (R15_LP): Likewise.
21591
b985be81
L
215922012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21593
21594 * sysdeps/x86_64/x32/dl-machine.h: New file.
21595
6a4888ff
AJ
215962012-05-14 Andreas Jaeger <aj@suse.de>
21597
21598 * manual/Makefile (subdir): Remove export of subdir.
21599 (all): Remove target.
21600 (.PHONY): Remove all from list.
21601 (mkinstalldirs): Remove.
21602 (.PHONY): Remove installdirs from list.
21603 ($(inst_infodir)/libc.info): Use make-target-directory.
21604 (installdirs): Remove.
21605 (subdir_%): Remove.
21606 (glibc-targets): Remove.
21607 (lib): Remove.
21608 (stubs): Remove.
21609 ($(objpfx)stubs ../po/manual.pot): Remove.
21610 ($(objpfx)stamp%): Remove.
21611 (make-target-directory): Remove.
21612 (subdir_install): Remove.
21613 (routines): Remove.
21614 (aux): Remove.
21615 (sources): Remove.
21616 (objects): Remove.
21617 (headers): Remove.
21618
21619 [BZ #13750]
21620 * manual/.gitignore: Remove, it's not needed anymore.
21621 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
21622 all files in it.
21623 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
21624 directory.
21625 (texis): Renamed to $(objpfx)texis.
21626 (texis-path): New, contains path to generated files.
21627 (chapters.%): Use texis-path for complete path, add extra argument
21628 libc-texinfo.sh.
21629 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
21630 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
21631 (summary,texi, stamp-summary): Use complete path of
21632 files. Generate files in build dir.
21633 (dir-add.texi): Build in build dir.
21634 (libm-err.texi,stamp-libm-err): Likewise.
21635 (version.texi, stamp-version): Likewise.
21636 (.%c.texi): Likewise.
21637 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
21638 (mostlyclean): Remove target.
21639 (realclean): Remove target.
21640 (generated): Add new variable with contents from mostlyclean and
21641 realclean, remove entries duplicated in common-mostlyclean, add
21642 stamp-libm-err and stamp-version.
21643 (generated-dirs): Add libc directory.
21644 ($(inst_infodir)/libc.info): Install files from build dir.
21645
21646 * manual/install.texi (Configuring and compiling): Adjust since
21647 the info files are not part of the tar ball anymore.
21648
7ac77294
AJ
216492012-05-14 Andreas Jaeger <aj@suse.de>
21650
21651 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
21652 variable.
21653
ffb7875d
JM
216542012-05-14 Joseph Myers <joseph@codesourcery.com>
21655
21656 [BZ #13717]
21657 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
21658 to 2.2.0 where earlier.
21659 * sysdeps/unix/sysv/linux/configure: Regenerated.
21660 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
21661 Remove conditional code.
21662 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
21663 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
21664 Remove conditional code.
21665 [!__NR_lchown]: Likewise.
21666 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21667 [__NR_lchown]: Likewise.
21668 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
21669 comment referencing __ASSUME_LCHOWN_SYSCALL.
21670 * sysdeps/unix/sysv/linux/i386/sigaction.c
21671 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21672 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21673 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
21674 Remove conditional code.
21675 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
21676 (__protocol_available): Remove #if 0 code.
21677 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
21678 conditional code.
21679 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
21680 * sysdeps/unix/sysv/linux/kernel-features.h
21681 (__ASSUME_GETCWD_SYSCALL): Don't define.
21682 (__ASSUME_REALTIME_SIGNALS): Likewise.
21683 (__ASSUME_PREAD_SYSCALL): Likewise.
21684 (__ASSUME_PWRITE_SYSCALL): Likewise.
21685 (__ASSUME_POLL_SYSCALL): Likewise.
21686 (__ASSUME_LCHOWN_SYSCALL): Likewise.
21687 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
21688 non-SPARC.
21689 (__ASSUME_SIOCGIFNAME): Don't define.
21690 (__ASSUME_MSG_NOSIGNAL): Likewise.
21691 (__ASSUME_SENDFILE): Define unconditionally.
21692 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
21693 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
21694 conditional code.
21695 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
21696 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
21697 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21698 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21699 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
21700 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21701 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
21703 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21704 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
21706 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21707 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21708 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
21709 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21710 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21711 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
21712 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21713 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
21715 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21716 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
21718 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21719 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
21721 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21722 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
21724 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21725 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21726 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
21727 Remove conditional code.
21728 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21729 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21730 Remove conditional code.
21731 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21732 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
21733 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
21734 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21735 Remove conditional code.
21736 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21737 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
21738 Remove conditional code.
21739 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21740 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
21741 Remove conditional code.
21742 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21743 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21744 Remove conditional code.
21745 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21746 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21747 Remove conditional code.
21748 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21749 * sysdeps/unix/sysv/linux/sh/pwrite64.c
21750 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21751 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21752 * sysdeps/unix/sysv/linux/sigaction.c
21753 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21754 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21755 * sysdeps/unix/sysv/linux/sigpending.c
21756 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21757 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21758 * sysdeps/unix/sysv/linux/sigprocmask.c
21759 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21760 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21761 * sysdeps/unix/sysv/linux/sigsuspend.c
21762 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21763 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21764 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
21765 (__libc_missing_rt_sigs): Remove.
21766 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
21767 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
21768 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
21769 Remove conditional code.
21770 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
21771 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
21772 return 1.
21773 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
21774 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
21775 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
21776 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
21777
1bfb7291
AJ
217782012-05-14 Andreas Jaeger <aj@suse.de>
21779
caae5a81
AJ
21780 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
21781 it's not used in glibc.
21782 (__coshm1): Likewise.
21783 (__acosh1p): Likewise.
21784 (__sgn): Likewise.
21785
1bfb7291
AJ
21786 * manual/string.texi (Copying and Concatenation): Add missing
21787 variable in concat example.
21788 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
21789
c044d724
L
217902012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21791
144c5467 21792 [BZ #14103]
c044d724
L
21793 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
21794 __builtin_clzl with __builtin_clzll.
21795
2523c62b
L
217962012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21797
21798 [BZ #14104]
21799 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
21800 libc_freeres_ptr.
21801
d7bb4c42
LD
218022012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
21803
21804 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
21805 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
21806 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
21807 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
21808
9dc4e1fb
MF
218092012-05-14 Mike Frysinger <vapier@gentoo.org>
21810
21811 * NEWS: Update ia64 info.
21812
c7df0112
AS
218132012-05-12 Andreas Schwab <schwab@linux-m68k.org>
21814
21815 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
21816 used as bcopy.
21817
dc70356c
TS
218182012-05-12 Thomas Schwinge <thomas@codesourcery.com>
21819
21820 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
21821 * sysdeps/unix/syscalls.list (dup3): Likewise.
21822 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
21823 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
21824
9fb1a21f
L
218252012-05-11 H.J. Lu <hongjiu.lu@intel.com>
21826
21827 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
21828 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
21829
4822a2a5
L
218302012-05-11 H.J. Lu <hongjiu.lu@intel.com>
21831
21832 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
21833 thread pointer.
21834 (TLS_IE): Use mov/add instead of movq/addq to load thread
21835 pointer.
21836 (TLS_GD_PREFIX): New.
21837 (TLS_GD): Use it.
21838
842b81d6
DM
218392012-05-11 David S. Miller <davem@davemloft.net>
21840
21841 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
21842 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
21843 (_FPU_SETCW): Likewise.
21844
1cf463cd
L
218452012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21846
21847 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
21848 is 32-byte aligned.
21849
60cc4a18
AS
218502012-05-11 Andreas Schwab <schwab@linux-m68k.org>
21851
21852 [BZ #11837]
21853 * iconvdata/gb18030.c: Update tables.
21854 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
21855 characters specially.
21856 (BODY for TO_LOOP): Add encoding of missing ranges.
21857
febb44a4
TS
218582012-05-11 Thomas Schwinge <thomas@codesourcery.com>
21859
21860 [BZ #13673]
21861 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
21862 * sysdeps/mach/hurd/dup3.c: Likewise.
21863 * sysdeps/mach/hurd/readlinkat.c: Likewise.
21864 * sysdeps/powerpc/memmove.c:: Likewise.
21865
0a10fb9e
L
218662012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21867
21868 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
21869 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
21870
df8a552f
L
218712012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21872
21873 * elf/elf.h (R_X86_64_RELATIVE64): New.
21874 (R_X86_64_NUM): Updated.
21875 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
21876 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
21877 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
21878 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
21879 tst-quad1pie tst-quad2pie
21880 (modules-names): Add tst-quadmod1 tst-quadmod2.
21881 ($(objpfx)tst-quad1): New dependency.
21882 ($(objpfx)tst-quad2): Likewise.
21883 ($(objpfx)tst-quad1pie): Likewise.
21884 ($(objpfx)tst-quad2pie): Likewise.
21885 * sysdeps/x86_64/tst-quad1.c: New file.
21886 * sysdeps/x86_64/tst-quad1pie.c: New file.
21887 * sysdeps/x86_64/tst-quad2.c: Likewise.
21888 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
21889 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
21890 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
21891 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
21892 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
21893
f34d6f84
ST
218942012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21895
f42d41d1
ST
21896 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
21897 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
21898 * streams/stropts.h (t_scalar_t): Define type.
21899
3c3571fc
ST
21900 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
21901 (_PATH_PRESERVE): Set to "/var/lib".
21902 (_PATH_RWHODIR): Set to "/var/spool/rwho".
21903
61f06bd3
ST
21904 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
21905 instead of int.
21906
918d4d71
ST
21907 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
21908 if __dir_mkfile succeeded.
21909
f34d6f84
ST
21910 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
21911 checking for _hurd_dtablesize. Unlock it right after having
21912 finished _hurd_dtable allocation.
21913
10589b4a
TS
219142012-05-10 Thomas Schwinge <thomas@schwinge.name>
21915
674cdbc7
TS
21916 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
21917 * sysdeps/mach/hurd/configure: Regenerated.
21918 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
21919 special-casing to...
21920 * sysdeps/gnu/configure.in: ... this new file.
21921 * sysdeps/unix/sysv/linux/configure: Regenerated.
21922 * sysdeps/gnu/configure: New generated file.
21923
8e41b99f
TS
21924 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
21925 for Linux: use nsec instead of usec, as well as:
21926 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
21927 members of type struct timespec.
21928 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
21929 New macros.
21930 (struct stat64): Likewise.
21931 (_STATBUF_ST_NSEC): New macro.
21932 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
21933
10589b4a
TS
21934 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
21935 __strtoul_internal rather than strtoul.
21936
63643c85
PT
219372012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21938
21939 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
21940 and reject them.
21941
3faebe6a
ST
219422012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21943
21944 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
21945 which preserves existing values.
21946 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
21947
c6474b07
PT
219482012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21949
21950 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
21951 TIMEOUT values. Return EINVAL for NFDS values either negative or
21952 greater than FD_SETSIZE.
21953
1043890b
ST
219542012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21955
21956 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
21957 allocated, call __vm_protect to finish enabling the existing space, and
21958 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
21959 allocate the remainder.
21960
37ed8b9b
PT
219612012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21962
21963 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
21964 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
21965
db653660
ST
219662012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21967
37ed8b9b
PT
21968 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
21969 sysdeps/mach/hurd/readlink.c.
b29d4053 21970
db653660
ST
21971 * posix/tst-sysconf.c (posix_options): Only use
21972 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
21973 _POSIX_SYNCHRONIZED_IO when they are defined
21974 * sysdeps/mach/hurd/bits/posix_opt.h:
21975 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
21976 (_XOPEN_REALTIME): Undefine macro.
21977 (_XOPEN_REALTIME_THREADS): Undefine macro.
21978 (_XOPEN_SHM): Undefine macro.
21979 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
21980 macro to -1.
21981 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
21982 macro to -1.
21983 (_POSIX_ASYNC_IO): Undefine macro.
21984 (_POSIX_PRIORITIZED_IO): Undefine macro.
21985 (_POSIX_SPIN_LOCKS): Define macro to -1.
21986
ee16e894
ST
21987 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
21988 SA_NODEFER, SA_RESETHAND.
21989 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
21990 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
21991 F_DUPFD_CLOEXEC.
21992
6103ae3b
TS
219932012-05-10 Thomas Schwinge <thomas@schwinge.name>
21994
21995 * elf/Makefile (pldd-modules): Define unconditionally.
21996
80b4e5f3
TS
219972012-05-10 Thomas Schwinge <thomas@schwinge.name>
21998
21999 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
22000
edadcbd6
ST
220012012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22002
22003 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
22004 Return ENOENT when name is empty.
22005 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
22006
80694780
TS
220072012-05-10 Thomas Schwinge <thomas@schwinge.name>
22008
1792c087
TS
22009 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
22010
80694780
TS
22011 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
22012
6b645f0d
ST
220132012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22014
80694780
TS
22015 Fix mlock in all cases except non-readable pages.
22016 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
22017 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 22018
6b645f0d
ST
22019 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
22020 (__mkdir): When path is `/', just fail with EEXIST.
22021 * sysdeps/mach/hurd/mkdirat.c: Likewise.
22022
e468f8a3
TS
220232012-05-10 Thomas Schwinge <thomas@schwinge.name>
22024
22025 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
22026 <sys/uio.h> (for writev).
22027 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
22028 and <sys/param.h> (for MIN).
22029
a4186cff
PT
220302012-05-10 Pino Toscano <toscano.pino@tiscali.it>
22031
22032 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
22033 REQUESTED_TIME. Properly set the remaining time and return EINTR
22034 if interrupted.
22035
510bbf14
TS
220362012-05-10 Thomas Schwinge <thomas@schwinge.name>
22037
22038 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
22039 Depend on against $(link-rpcuserlibs).
22040
5d5722e8
ST
220412012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22042
a4186cff
PT
22043 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
22044 (__libc_stack_end): Do not use attribute_relro.
22045 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
22046 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 22047 to libthread-provided value.
a4186cff
PT
22048 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
22049 attribute_relro.
5d5722e8 22050
37233df9
TS
220512012-05-10 Thomas Schwinge <thomas@schwinge.name>
22052
be971a2b
TS
22053 [BZ #3748]
22054 * bits/libc-lock.h (__libc_once_get): New macro.
22055 * sysdeps/mach/bits/libc-lock.h: Likewise.
22056 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
22057 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
22058 instead of using implementation details.
22059
37233df9
TS
22060 * libio/fileops.c: Unconditionally include <kernel-features.h>.
22061 * libio/freopen.c: Likewise.
22062 * libio/freopen64.c: Likewise.
22063 * misc/syslog.c: Likewise.
22064 * nscd/connections.c: Likewise.
22065 * nscd/netgroupcache.c: Likewise.
22066 * sysdeps/posix/getcwd.c: Likewise.
22067
38de94a5
RM
220682012-05-10 Roland McGrath <roland@hack.frob.com>
22069
22070 * math/w_ilogbf.c: Add #include <limits.h>.
22071
67530489
ST
220722012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22073
a4186cff 22074 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
22075 path instead of returning without unlocking.
22076
67530489
ST
22077 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
22078 immediate-write ioctls.
22079 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
22080
5aa3a74a
TS
220812012-05-10 Thomas Schwinge <thomas@schwinge.name>
22082
18bad2ae
TS
22083 * sysdeps/mach/hurd/i386/init-first.c (init): Use
22084 __builtin_frame_address instead of making assumptions about the
22085 location of the return address relative to DATA. Force early load of
22086 the return address.
22087 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
22088 __builtin_frame_address.
22089
5aa3a74a
TS
22090 dup3 for GNU Hurd.
22091 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
22092 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
22093 implement dup3 and do some further code clean-ups.
22094 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
22095 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
22096
ecd0de9a
ST
220972012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22098
cd9fa985
ST
22099 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
22100
a4186cff
PT
22101 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
22102 HURD_CRITICAL_END around holding _hurd_dtable_lock.
22103 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
22104 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
22105 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
22106 d->port.lock.
802ca5a5 22107
a4186cff
PT
22108 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
22109 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
22110 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 22111
bcf55240
TS
221122012-05-10 Thomas Schwinge <thomas@schwinge.name>
22113
6960eb42
TS
22114 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
22115 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
22116 definitions.
22117
eb43375f
TS
22118 accept4 for GNU Hurd.
22119 * include/sys/socket.h (__libc_accept4): New prototype.
22120 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
22121 to implement __libc_accept4.
22122 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
22123 __libc_accept4.
22124 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
22125
bcf55240
TS
22126 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
22127 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
22128 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
22129 signal-defines.sym.
22130
6178c55b
ST
221312012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22132
a4186cff 22133 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 22134
6f080c2f
TS
221352012-05-10 Thomas Schwinge <thomas@schwinge.name>
22136
22137 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
22138 assertion on O_CLOEXEC flag.
22139 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
22140 * hurd/intern-fd.c: Likewise.
22141 * hurd/port2fd.c: Likewise.
22142
bcfe3a54
ST
221432012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22144
22145 [BZ #3906]
22146 * bits/in.h (IPV6_PKTINFO): Define new macro.
22147 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
22148
89c9aa49
AZ
221492012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22150
22151 [BZ #13954]
22152 [BZ #13955]
22153 [BZ #13956]
22154 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
22155 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22156 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
22157 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
22158 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22159 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
22160 * math/libm-test.inc (logb_test) : Additional logb tests.
22161
021db4be
AJ
221622012-05-09 Andreas Schwab <schwab@linux-m68k.org>
22163 Andreas Jaeger <aj@suse.de>
22164
22165 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
22166 * configure: Regenerated.
22167 * config.h.in (LINK_OBSOLETE_RPC): New macro.
22168 * config.make.in (link-obsolete-rpc): New substituted variable.
22169 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
22170 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
22171 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
22172 (shared-only-routines): Don't set it under [link-obsolete-rpc],
22173 so that libc.a contains the symbols.
22174 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
22175 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
22176 * sunrpc/auth_none.c: Likewise.
22177 * sunrpc/auth_unix.c: Likewise.
22178 * sunrpc/authdes_prot.c: Likewise.
22179 * sunrpc/authuxprot.c: Likewise.
22180 * sunrpc/clnt_gen.c: Likewise.
22181 * sunrpc/clnt_perr.c: Likewise.
22182 * sunrpc/clnt_raw.c: Likewise.
22183 * sunrpc/clnt_simp.c: Likewise.
22184 * sunrpc/clnt_tcp.c: Likewise.
22185 * sunrpc/clnt_udp.c: Likewise.
22186 * sunrpc/clnt_unix.c: Likewise.
22187 * sunrpc/des_crypt.c: Likewise.
22188 * sunrpc/des_soft.c: Likewise.
22189 * sunrpc/get_myaddr.c: Likewise.
22190 * sunrpc/key_call.c: Likewise.
22191 * sunrpc/key_prot.c: Likewise.
22192 * sunrpc/netname.c: Likewise.
22193 * sunrpc/pm_getmaps.c: Likewise.
22194 * sunrpc/pm_getport.c: Likewise.
22195 * sunrpc/pmap_clnt.c: Likewise.
22196 * sunrpc/pmap_prot.c: Likewise.
22197 * sunrpc/pmap_prot2.c: Likewise.
22198 * sunrpc/pmap_rmt.c: Likewise.
22199 * sunrpc/publickey.c: Likewise.
22200 * sunrpc/rpc_cmsg.c: Likewise.
22201 * sunrpc/rpc_common.c: Likewise.
22202 * sunrpc/rpc_dtable.c: Likewise.
22203 * sunrpc/rpc_prot.c: Likewise.
22204 * sunrpc/rpc_thread.c: Likewise.
22205 * sunrpc/rtime.c: Likewise.
22206 * sunrpc/svc.c: Likewise.
22207 * sunrpc/svc_auth.c: Likewise.
22208 * sunrpc/svc_raw.c: Likewise.
22209 * sunrpc/svc_run.c: Likewise.
22210 * sunrpc/svc_tcp.c: Likewise.
22211 * sunrpc/svc_udp.c: Likewise.
22212 * sunrpc/svc_unix.c: Likewise.
22213 * sunrpc/svcauth_des.c: Likewise.
22214 * sunrpc/xcrypt.c: Likewise.
22215 * sunrpc/xdr.c: Likewise.
22216 * sunrpc/xdr_array.c: Likewise.
22217 * sunrpc/xdr_float.c: Likewise.
22218 * sunrpc/xdr_intXX_t.c: Likewise.
22219 * sunrpc/xdr_mem.c: Likewise.
22220 * sunrpc/xdr_rec.c: Likewise.
22221 * sunrpc/xdr_ref.c: Likewise.
22222 * sunrpc/xdr_sizeof.c: Likewise.
22223 * sunrpc/xdr_stdio.c: Likewise.
22224
b5c086a2
RM
222252012-05-10 Roland McGrath <roland@hack.frob.com>
22226
22227 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
22228 change. Update copyright years.
22229
6d74dd09
JM
222302012-05-10 Joseph Myers <joseph@codesourcery.com>
22231
22232 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
22233
28e72501
MK
222342012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
22235 Joseph Myers <joseph@codesourcery.com>
22236 Paul Pluzhnikov <ppluzhnikov@google.com>
22237
22238 [BZ #14012]
22239 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
22240 requiring rpcgen.
22241 [cross-compiling] (extra-libs): Likewise.
22242 [cross-compiling] (extra-libs-others): Likewise.
22243 [cross-compiling] (librpcsvc-routines): Likewise.
22244 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
22245 [cross-compiling] (omit-deps): Likewise.
22246 (sunrpc-CPPFLAGS): New variable.
22247 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
22248 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
22249 (cross-rpcgen-objs): New variable.
22250 (extra-objs): Append $(cross-rpcgen-objs).
22251 ($(cross-rpcgen-objs)): New rule.
22252 ($(objpfx)cross-rpcgen): Likewise.
22253 (rpcgen-cmd): Define to use $(built-program-file). Expand
22254 comment.
22255 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
22256 ($(objpfx)x%.stmp): Likewise.
22257 * sunrpc/proto.h [IS_IN_build] (_): Define.
22258 [IS_IN_build] (_libc_intl_domainname): Likewise.
22259
c8c59454
L
222602012-05-10 H.J. Lu <hongjiu.lu@intel.com>
22261
22262 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
22263 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
22264 and R_X86_64_TPOFF64.
22265
6f27cd16
JM
222662012-05-10 Joseph Myers <joseph@codesourcery.com>
22267
22268 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
22269 sysdeps/unix/sysv/syscalls.list.
22270 (stime): Likewise.
22271 (utime): Likewise.
22272 * sysdeps/unix/sysv/syscalls.list: Remove file.
22273
02467e1c
PE
222742012-05-10 Paul Eggert <eggert@cs.ucla.edu>
22275
22276 [BZ #3440]
22277 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
22278 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
22279 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
22280 (__LC_IDENTIFICATION): Make these macros useful in #if
22281 expressions, as required by C99.
22282
da392631
AS
222832012-05-10 Andreas Schwab <schwab@linux-m68k.org>
22284
22285 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
22286 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
22287 after this.
22288
8115f29b
L
222892012-05-09 H.J. Lu <hongjiu.lu@intel.com>
22290
22291 * stdlib/longlong.h: Updated from GCC.
22292
bdd74070
AJ
222932012-05-09 Andreas Jaeger <aj@suse.de>
22294
edfe0dbe
AJ
22295 * nscd/nscd.c (run_modes): Make named enum, reorder so that
22296 default is first entry.
22297 (run_mode): Set type.
22298 (main): Remove informal message about syslog.
22299 (options): Fix typo.
22300
bcfe3a54
ST
22301 [BZ #14053]
22302 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 22303 to asm.
bcfe3a54
ST
22304 (lrint): Likewise.
22305 (llrintf): Likewise.
22306 (llrint): Likewise.
22307 (rint): Likewise.
22308 (rintf): Likewise.
22309 (nearbyint): Likewise.
22310 (nearbyintf): Likewise.
bdd74070 22311
91d8d69e
AJ
223122012-05-09 Andreas Jaeger <aj@suse.de>
22313 Pedro Alves <palves@redhat.com>
22314
22315 * nscd/nscd.c (run_mode): Use enum.
22316 (main): Cleanup coding style issue.
22317
bb90b80b
AJ
223182012-05-09 Alexandre Oliva <aoliva@redhat.com>
22319 Andreas Jaeger <aj@suse.de>
22320
bcfe3a54
ST
22321 * nscd/nscd.c (go_background): Replaced with...
22322 (run_mode): ... this.
bb90b80b 22323 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
22324 (options): Add -F --foreground.
22325 (main): Implement it.
22326 (parse_opt): Parse it.
bb90b80b 22327
1a4b75a1
AJ
223282012-05-09 Andreas Jaeger <aj@suse.de>
22329
22330 [BZ #14083]
22331 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
22332 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
22333 -Wconversion warning.
22334 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
22335 Likewise.
22336
b1cc2472
JM
223372012-05-09 Joseph Myers <joseph@codesourcery.com>
22338
22339 * conform/data/locale.h-data (NULL): Use macro-constant. Require
22340 == 0.
22341 (LC_ALL): Use macro-int-constant.
22342 (LC_COLLATE): Likewise.
22343 (LC_CTYPE): Likewise.
22344 (LC_MESSAGES): Likewise.
22345 (LC_MONETARY): Likewise.
22346 (LC_NUMERIC): Likewise.
22347 (LC_TIME): Likewise.
22348 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
22349 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
22350 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22351 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
22352 Specify type.
22353 [C99-based standards] (float_t): Expect type.
22354 [C99-based standards] (double_t): Expect type.
22355 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
22356 type.
22357 [C99-based standards] (HUGE_VALL): Likewise.
22358 [C99-based standards] (INFINITY): Likewise.
22359 [C99-based standards] (NAN): Likewise.
22360 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
22361 [C99-based standards] (FP_NAN): Likewise.
22362 [C99-based standards] (FP_NORMAL): Likewise.
22363 [C99-based standards] (FP_SUBNORMAL): Likewise.
22364 [C99-based standards] (FP_ZERO): Likewise.
22365 [C99-based standards] (FP_FAST_FMA): Use
22366 optional-macro-int-constant. Specify type. Require == 1.
22367 [C99-based standards] (FP_FAST_FMAF): Likewise.
22368 [C99-based standards] (FP_FAST_FMAL): Likewise.
22369 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
22370 [C99-based standards] (FP_ILOGBNAN): Likewise.
22371 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
22372 Specify type.
22373 [C99-based standards] (MATH_ERREXCEPT): Likewise.
22374 [C99-based standards] (math_errhandling): Specify type.
22375 [ISO99 || ISO11] (signgam): Do not allow.
22376 [non-C99-based standards] (copysignf): Do not allow.
22377 [non-C99-based standards] (exp2f): Likewise.
22378 [non-C99-based standards] (log2f): Likewise.
22379 [non-C99-based standards] (modff): Allow.
22380 [non-C99-based standards] (erff): Do not allow.
22381 [non-C99-based standards] (erfcf): Likewise.
22382 [non-C99-based standards] (gammaf): Likewise.
22383 [non-C99-based standards] (hypotf): Likewise.
22384 [non-C99-based standards] (j0f): Likewise.
22385 [non-C99-based standards] (j1f): Likewise.
22386 [non-C99-based standards] (jnf): Likewise.
22387 [non-C99-based standards] (lgammaf): Likewise.
22388 [non-C99-based standards] (tgammaf): Likewise.
22389 [non-C99-based standards] (y0f): Likewise.
22390 [non-C99-based standards] (y1f): Likewise.
22391 [non-C99-based standards] (ynf): Likewise.
22392 [non-C99-based standards] (isnanf): Likewise.
22393 [non-C99-based standards] (acoshf): Likewise.
22394 [non-C99-based standards] (asinhf): Likewise.
22395 [non-C99-based standards] (atanhf): Likewise.
22396 [non-C99-based standards] (cbrtf): Likewise.
22397 [non-C99-based standards] (expm1f): Likewise.
22398 [non-C99-based standards] (ilogbf): Likewise.
22399 [non-C99-based standards] (log1pf): Likewise.
22400 [non-C99-based standards] (logbf): Likewise.
22401 [non-C99-based standards] (nextafterf): Likewise.
22402 [non-C99-based standards] (remainderf): Likewise.
22403 [non-C99-based standards] (rintf): Likewise.
22404 [non-C99-based standards] (scalbf): Likewise.
22405 [non-C99-based standards] (copysignl): Likewise.
22406 [non-C99-based standards] (exp2l): Likewise.
22407 [non-C99-based standards] (log2l): Likewise.
22408 [non-C99-based standards] (modfl): Allow.
22409 [non-C99-based standards] (erfl): Do not allow.
22410 [non-C99-based standards] (erfcl): Likewise.
22411 [non-C99-based standards] (gammal): Likewise.
22412 [non-C99-based standards] (hypotl): Likewise.
22413 [non-C99-based standards] (j0l): Likewise.
22414 [non-C99-based standards] (j1l): Likewise.
22415 [non-C99-based standards] (jnl): Likewise.
22416 [non-C99-based standards] (lgammal): Likewise.
22417 [non-C99-based standards] (tgammal): Likewise.
22418 [non-C99-based standards] (y0l): Likewise.
22419 [non-C99-based standards] (y1l): Likewise.
22420 [non-C99-based standards] (ynl): Likewise.
22421 [non-C99-based standards] (isnanl): Likewise.
22422 [non-C99-based standards] (acoshl): Likewise.
22423 [non-C99-based standards] (asinhl): Likewise.
22424 [non-C99-based standards] (atanhl): Likewise.
22425 [non-C99-based standards] (cbrtl): Likewise.
22426 [non-C99-based standards] (expm1l): Likewise.
22427 [non-C99-based standards] (ilogbl): Likewise.
22428 [non-C99-based standards] (log1pl): Likewise.
22429 [non-C99-based standards] (logbl): Likewise.
22430 [non-C99-based standards] (nextafterl): Likewise.
22431 [non-C99-based standards] (remainderl): Likewise.
22432 [non-C99-based standards] (rintl): Likewise.
22433 [non-C99-based standards] (scalbl): Likewise.
22434 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22435 [non-C99-based standards] (FP_*): Do not allow.
22436 [C99-based standards] (FP_*): Change to
22437 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
22438 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22439 allow.
22440 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
22441 (SIG_ERR): Likewise.
22442 [X/Open-based standards] (SIG_HOLD): Likewise.
22443 (SIG_IGN): Likewise.
22444 (SIGABRT): Use macro-int-constant. Specify type. Require
22445 positive value.
22446 (SIGFPE): Likewise.
22447 (SIGILL): Likewise.
22448 (SIGINT): Likewise.
22449 (SIGSEGV): Likewise.
22450 (SIGTER): Likewise.
22451 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
22452 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
22453 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
22454 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
22455 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
22456 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
22457 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
22458 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
22459 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
22460 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
22461 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
22462 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
22463 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
22464 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
22465 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
22466 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
22467 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
22468 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
22469 [X/Open-based standards] (SIGTRAP): Likewise.
22470 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
22471 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
22472 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
22473 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
22474 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22475 allow.
22476
b9f1922d
IW
224772012-05-08 Ian Wienand <ianw@vmware.com>
22478
22479 [BZ #14080]
22480 * time/tzset.c (__tzset_parse_tz): Update default rules for
22481 daylight time changes in the Energy Policy Act of 2005.
22482
1db86e88
AJ
224832012-05-09 Andreas Jaeger <aj@suse.de>
22484
22485 [BZ #13983]
22486 * elf/ldconfig.c (parse_conf): Change string to make clear that
22487 ldconfig only issued a warning if ld.so.conf does not exist.
22488
dee4a4e3
DM
224892012-05-08 David S. Miller <davem@davemloft.net>
22490
ee0db190
DM
22491 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
22492 movxtod instead of popping the value on the stack.
22493
dee4a4e3
DM
22494 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22495
6a43ec98
CD
224962012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
22497
22498 * config.h.in: Add HAVE_ARM_PCS_VFP.
22499
05c2c961
RMG
225002012-05-08 Roland Mc Grath <roland@hack.frob.com>
22501
bcfe3a54
ST
22502 [BZ #13979]
22503 * include/features.h: Warn if user requests __FORTIFY_SOURCE
22504 checking but the checks are disabled for any reason.
05c2c961 22505
4b30f61a
L
225062012-05-08 H.J. Lu <hongjiu.lu@intel.com>
22507
22508 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
22509 and ELF64_R_TYPE with ELFW(R_TYPE).
22510
eee2bc67
JM
225112012-05-08 Joseph Myers <joseph@codesourcery.com>
22512
7ea5391a
JM
22513 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
22514 (ulimit): Likewise.
22515
eee2bc67
JM
22516 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
22517 (settimeofday): Likewise.
22518
abb66a67
MF
225192012-05-08 Mike Frysinger <vapier@gentoo.org>
22520
22521 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
22522 a struct th_u2 inside the union, and move tu_block/tu_code into
22523 a new th_u3 union of tu_block/tu_code inside of that. Move
22524 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
22525 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
22526 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
22527 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
22528 (th_stuff): Change to th_u1.tu_stuff.
22529 (th_data): Define.
22530 (th_msg): Change to th_u1.th_u2.tu_data.
22531
7f18b530
DM
225322012-05-07 David S. Miller <davem@davemloft.net>
22533
05760585
DM
22534 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22535
7f18b530
DM
22536 [BZ #14074]
22537 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
22538 (SETUP_PIC_REG): Use it.
22539 (SETUP_PIC_REG_LEAF): Use it.
22540
495fd99f
JM
225412012-05-07 Joseph Myers <joseph@codesourcery.com>
22542
22543 [BZ #13885]
22544 [BZ #13923]
22545 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22546 USE_AS_EXPM1L.
22547 (EXPL_FINITE): Likewise.
22548 (FLDLOG): Likewise.
22549 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
22550 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
22551 e_expl.S.
22552 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22553 USE_AS_EXPM1L.
22554 (EXPL_FINITE): Likewise.
22555 (FLDLOG): Likewise.
22556 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
22557 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
22558 e_expl.S.
22559 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
22560 test of -max_value argument for long double.
22561 * sysdeps/i386/fpu/libm-test-ulps: Update.
22562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22563
6693d694
DM
225642012-05-06 David S. Miller <davem@davemloft.net>
22565
22566 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
22567 quad soft-float symbols whose references which are compiler
22568 generated.
22569 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
22570
6c23e11c
JM
225712012-05-06 Joseph Myers <joseph@codesourcery.com>
22572
d8b82cad
JM
22573 [BZ #13884]
22574 [BZ #13914]
22575 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22576 USE_AS_EXP10L.
22577 (EXPL_FINITE): Likewise.
22578 (FLDLOG): Likewise.
22579 (c0): Likewise.
22580 (c1): Likewise.
22581 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
22582 Adjust comments for base varying.
22583 (__expl_finite): Change alias to EXPL_FINITE.
22584 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
22585 e_expl.S.
22586 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
22587 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
22588 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22589 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
22590 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22591 USE_AS_EXP10L.
22592 (EXPL_FINITE): Likewise.
22593 (FLDLOG): Likewise.
22594 (c0): Likewise.
22595 (c1): Likewise.
22596 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
22597 Adjust comments for base varying.
22598 (__expl_finite): Change alias to EXPL_FINITE.
22599 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
22600 tests for bugs.
22601 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22602
6c23e11c
JM
22603 [BZ #14064]
22604 * math/libm-test.inc (check_float_internal): Correct ulp
22605 calculation for subnormal expected results.
22606
29ba805c
AJ
226072012-05-06 Andreas Jaeger <aj@suse.de>
22608
22609 * Makeconfig (+math-flags): New, set to -frounding-math.
22610 (+cflags): Add +math-flags so that all of glibc gets compiled with
22611 it.
22612
22613 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
22614
7b17aeda
JM
226152012-05-05 Joseph Myers <joseph@codesourcery.com>
22616
5779f134
JM
22617 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
22618 Disable one test.
22619
41498f4d
JM
22620 [BZ #13787]
22621 [BZ #13922]
22622 [BZ #14036]
22623 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
22624 (__ieee754_expl): Allow for and saturate large arguments.
22625 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
22626 (u_threshold): Likewise.
22627 (__exp): Call __ieee754_exp before checking for overflow and
22628 underflow.
22629 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
22630 (u_threshold): Likewise.
22631 (__expf): Call __ieee754_expf before checking for overflow and
22632 underflow.
22633 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
22634 (u_threshold): Likewise.
22635 (__expl): Call __ieee754_expl before checking for overflow and
22636 underflow.
22637 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
22638 (__ieee754_expl): Allow for and saturate large arguments.
22639 * math/libm-test.inc (exp_test): Add another test. Do not allow
22640 missing overflow exception on overflow.
22641 (expm1_test): Do not allow missing overflow exception on overflow.
22642
6698b8bf
JM
22643 * sysdeps/i386/fpu/e_expl.c: Move to ...
22644 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
22645 rather than using inline asm.
22646 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
22647 * sysdeps/x86_64/fpu/e_expl.S: Copy from
22648 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
22649
7b17aeda
JM
22650 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
22651 (nice): Likewise.
22652 (poll): Likewise.
22653 (signal): Likewise.
22654 (time): Likewise.
22655 (times): Likewise.
22656
f7c85819
JM
226572012-05-04 Joseph Myers <joseph@codesourcery.com>
22658
22659 * sysdeps/unix/syscalls.list (adjtime): Add entry from
22660 sysdeps/unix/common/syscalls.list.
22661 (fchmod): Likewise.
22662 (fchown): Likewise.
22663 (ftruncate): Likewise.
22664 (getrusage): Likewise.
22665 (gettimeofday): Likewise.
22666 (setpgid): Likewise.
22667 (setregid): Likewise.
22668 (setreuid): Likewise.
22669 (sigaction): Likewise.
22670 (truncate): Likewise.
22671 (vhangup): Likewise.
22672 * sysdeps/unix/common/syscalls.list: Remove file.
22673 * sysdeps/unix/bsd/Implies: Don't include unix/common.
22674 * sysdeps/unix/sysv/linux/Implies: Likewise.
22675
336270d0
L
226762012-05-04 H.J. Lu <hongjiu.lu@intel.com>
22677
22678 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
22679 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
22680 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
22681 Moved to ...
22682 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
22683 Here.
22684 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
22685 to ...
22686 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
22687 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
22688 to ...
22689 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
22690 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
22691 to ...
22692 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
22693 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
22694 to ...
22695 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
22696 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
22697 to ...
22698 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
22699 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
22700 to ...
22701 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
22702 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
22703 to ...
22704 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22705 Here.
22706 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
22707 to ...
22708 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
22709 Here.
22710 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
22711 to ...
22712 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
22713 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
22714 Moved to ...
22715 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
22716 Here.
22717 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
22718 to ...
22719 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
22720
d128e450
JM
227212012-05-04 Joseph Myers <joseph@codesourcery.com>
22722
fa8ee516
JM
22723 * sysdeps/unix/common/bits/dirent.h: Remove file.
22724 * sysdeps/unix/common/bits/fcntl.h: Likewise.
22725
d128e450
JM
22726 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
22727 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
22728 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
22729 * sysdeps/unix/bsd/isatty.c: Likewise.
22730 * sysdeps/unix/bsd/tcdrain.c: Likewise.
22731 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
22732 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
22733
ff8faaf0 227342012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 22735
62881be4 22736 [BZ #13563]
31dc8730
AZ
22737 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
22738 long double comparison inaccuracies.
22739 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22740 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22741
6fef930c
AS
227422012-05-04 Andreas Schwab <schwab@linux-m68k.org>
22743
22744 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
22745 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
22746
8f203e6c
JM
227472012-05-04 Joseph Myers <joseph@codesourcery.com>
22748
22749 [BZ #14049]
22750 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
22751 nonzero digits before rounding a hex value.
22752 * stdlib/tst-strtod.c (tests): Add another test.
22753
5197d9c2
AK
227542012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22755
22756 * sysdeps/s390/fpu/libm-test-ulps: Update.
22757
f0c1dedf
AJ
227582012-05-03 Andreas Jaeger <aj@suse.de>
22759
22760 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
22761 does not get optimized out.
22762 (malloc_opt_barrier): New.
22763
a65ef2ae 227642012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 22765 Roland McGrath <roland@hack.frob.com>
a65ef2ae 22766
2b942cb7 22767 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 22768 intermediate file deletion.
2b942cb7 22769 (generated): Add .symlist files.
a65ef2ae 22770
54b71e02
JM
227712012-05-03 Joseph Myers <joseph@codesourcery.com>
22772
22773 [BZ #13775]
22774 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
22775 Redirect under this condition.
22776 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22777 [__USE_GNU] (__dprintf_chk): Not under this condition.
22778 [__USE_GNU] (__vdprintf_chk): Likewise.
22779 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
22780 under this condition.
22781 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22782 [__USE_XOPEN2K8] (dprintf): Define under this condition.
22783 [__USE_XOPEN2K8] (vdprintf): Likewise.
22784 [__USE_GNU] (__dprintf_chk): Not under this condition.
22785 [__USE_GNU] (__vdprintf_chk): Likewise.
22786 [__USE_GNU] (dprintf): Likewise.
22787 [__USE_GNU] (vdprintf): Likewise.
22788
d3dfcc41
RM
227892012-05-03 Roland McGrath <roland@hack.frob.com>
22790
22791 * elf/Makefile (common-generated): Set this instead of generated for
22792 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
22793 $(all-built-dso)-derived lists.
22794
7ac30cc5
AJ
227952012-05-03 Andreas Jaeger <aj@suse.de>
22796
0c51e550
AJ
22797 * sysdeps/i386/fpu/libm-test-ulps: Update.
22798
7ac30cc5
AJ
22799 * FAQ: Removed.
22800 * FAQ.in: Likewise.
22801 * scripts/gen-FAQ.pl: Likewise.
22802 * manual/install.texi (Installation): Point to online location of
22803 FAQ.
22804 * Makefile (files-for-dist): Remove FAQ.
22805 (FAQ): Remove.
22806
d4c2917f
AM
228072012-05-02 Allan McRae <allan@archlinux.org>
22808
22809 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
22810 (LDFLAGS-reldepmod5.so): Likewise.
22811 (LDFLAGS-reldep6mod1.so): Likewise.
22812 (LDFLAGS-reldep6mod4.so): Likewise.
22813 (LDFLAGS-reldep8mod3.so): Likewise.
22814 (LDFLAGS-unload4mod1.so): Likewise.
22815 (LDFLAGS-unload4mod2.so): Likewise.
22816 (LDFLAGS-tst-initorder): Likewise.
22817 (LDFLAGS-tst-initordera2.so): Likewise.
22818 (LDFLAGS-tst-initordera3.so): Likewise.
22819 (LDFLAGS-tst-initordera4.so): Likewise.
22820 (LDFLAGS-tst-initorderb2.so): Likewise.
22821 (LDFLAGS-noload): Likewise.
22822 (LDFLAGS-next): Likewise.
22823 (LDFLAGS-order2mod1.so): Likewise.
22824 (LDFLAGS-order2mod2.so): Likewise.
22825 (LDFLAGS-tst-initorder2): Likewise.
22826 (LDFLAGS-tst-initorder2a.so): Likewise.
22827 (LDFLAGS-tst-initorder2b.so): Likewise.
22828 (LDFLAGS-tst-initorder2c.so): Likewise.
22829 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
22830
d77f993f
DM
228312012-05-02 David S. Miller <davem@davemloft.net>
22832
22833 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22834
171a70b4
PP
228352012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
22836
22837 [BZ #14055]
22838 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
22839
0be196ad
AJ
228402012-05-02 Andreas Jaeger <aj@suse.de>
22841
22842 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
22843 since we manipulate rounding mode.
22844 (CPPFLAGS-test-idouble.c): Likewise.
22845 (CPPFLAGS-test-ifloat.c): Likewise.
22846 (CFLAGS-test-ldouble.c): Likewise.
22847 (CFLAGS-test-double.c): Likewise.
22848 (CFLAGS-test-float.c): Likewise.
22849 (CFLAGS-test-misc.c): Likewise.
22850 (CFLAGS-test-test-fenv.c): Likewise.
22851
4f9d04aa
AZ
228522012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22853
2b942cb7
RM
22854 [BZ #2550]
22855 [BZ #2570]
22856 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
22857 comparisons to determine direction to adjust input.
4f9d04aa 22858
82a79e7d
RM
228592012-05-01 Roland McGrath <roland@hack.frob.com>
22860
f5a01ca9
RM
22861 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
22862 output to the target.
22863
90fe4186
RM
22864 * scripts/localplt.awk: New file.
22865 * elf/Makefile ($(objpfx)check-localplt): Target removed.
22866 (check-localplt-CFLAGS): Variable removed.
22867 ($(all-built-dso:=.jmprel)): New static pattern rule.
22868 (generated): Add those targets.
22869 (localplt-built-dso): New variable.
22870 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
22871
22872 * elf/check-localplt.c: File removed.
22873
82397ed6
RM
22874 * scripts/check-execstack.awk: New file.
22875 * elf/Makefile ($(objpfx)check-execstack): Target removed.
22876 (check-execstack-CFLAGS): Variable removed.
22877 ($(objpfx)check-execstack.h): Target removed.
22878 ($(objpfx)execstack-default): New target.
22879 (generated): Add that instead of check-execstack.h.
22880 ($(all-built-dso:=.phdr)): New static pattern rule.
22881 (generated): Add those targets.
22882 * elf/check-execstack.c: File removed.
22883
82a79e7d
RM
22884 * scripts/check-textrel.awk: New file.
22885 * elf/Makefile ($(objpfx)check-textrel): Target removed.
22886 (check-textrel-CFLAGS): Variable removed.
22887 (all-built-dso): Use := to define.o
22888 ($(all-built-dso:=.dyn)): New static pattern rule.
22889 (generated): Add those targets.
22890 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
22891 * config.make.in (READELF): New substituted variable.
22892 * elf/check-textrel.c: File removed.
22893
62fde54f 228942012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 22895
615605c9
JM
22896 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22897 allow.
22898 * conform/data/ctype.h-data [C99-based standards] (isblank):
22899 Expect function.
22900 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
22901 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
22902 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22903 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
22904 Specify type. Require positive value.
22905 (EILSEQ): Likewise.
22906 (ERANGE): Likewise.
22907 [ISO || POSIX] (EILSEQ): Do not expect.
22908 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
22909 Specify type. Require positive value.
22910 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
22911 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
22912 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
22913 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
22914 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
22915 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
22916 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
22917 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
22918 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
22919 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
22920 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
22921 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
22922 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
22923 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
22924 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
22925 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
22926 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
22927 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
22928 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
22929 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
22930 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
22931 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
22932 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
22933 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
22934 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
22935 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
22936 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
22937 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
22938 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
22939 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
22940 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
22941 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
22942 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
22943 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
22944 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
22945 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
22946 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
22947 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
22948 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
22949 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
22950 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
22951 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
22952 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
22953 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
22954 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
22955 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
22956 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
22957 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
22958 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
22959 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
22960 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
22961 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
22962 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
22963 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
22964 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
22965 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
22966 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
22967 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
22968 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
22969 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
22970 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
22971 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
22972 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
22973 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
22974 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
22975 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
22976 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
22977 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
22978 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
22979 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
22980 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
22981 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
22982 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
22983 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
22984 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
22985 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
22986 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
22987 Require >= 2.
22988 (FLT_ROUNDS): Expect as macro, not constant.
22989 (FLT_MANT_DIG): Use macro-int-constant.
22990 (DBL_MANT_DIG): Likewise.
22991 (LDBL_MANT_DIG): Likewise.
22992 (FLT_DIG): Likewise.
22993 (DBL_DIG): Likewise.
22994 (LDBL_DIG): Likewise.
22995 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
22996 (DBL_MIN_EXP): Likewise.
22997 (LDBL_MIN_EXP): Likewise.
22998 (FLT_MAX_EXP): Use macro-int-constant.
22999 (DBL_MAX_EXP): Likewise.
23000 (LDBL_MAX_EXP): Likewise.
23001 (FLT_MAX_10_EXP): Likewise.
23002 (DBL_MAX_10_EXP): Likewise.
23003 (LDBL_MAX_10_EXP): Likewise.
23004 (FLT_MAX): Use macro-constant.
23005 (DBL_MAX): Likewise.
23006 (LDBL_MAX): Likewise.
23007 (FLT_EPSILON): Use macro-constant. Give upper bound.
23008 (DBL_EPSILON): Likewise.
23009 (LDBL_EPSILON): Likewise.
23010 (FLT_MIN): Likewise.
23011 (DBL_MIN): Likewise.
23012 (LDBL_MIN): Likewise.
23013 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
23014 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
23015 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
23016 [ISO11] (FLT_HAS_SUBNORM): Likewise.
23017 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
23018 [ISO11] (DBL_DECIMAL_DIG): Likewise.
23019 [ISO11] (FLT_DECIMAL_DIG): Likewise.
23020 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
23021 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
23022 [ISO11] (FLT_TRUE_MIN): Likewise.
23023 [ISO11] (LDBL_TRUE_MIN): Likewise.
23024 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23025 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
23026 (SCHAR_MIN): Use macro-int-constant. Specify type.
23027 (SCHAR_MAX): Likewise.
23028 (UCHAR_MAX): Likewise.
23029 (CHAR_MIN): Likewise.
23030 (CHAR_MAX): Likewise.
23031 (MB_LEN_MAX): Use macro-int-constant.
23032 (SHRT_MIN): Use macro-int-constant. Specify type.
23033 (SHRT_MAX): Likewise.
23034 (USHRT_MAX): Likewise.
23035 (INT_MAX): Likewise.
23036 (INT_MIN): Use macro-int-constant. Specify type. Make upper
23037 bound negative.
23038 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
23039 bound with "U".
23040 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
23041 bound with "L".
23042 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
23043 bound negative. Suffix upper bound with "L".
23044 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
23045 bound with "UL".
23046 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
23047 Specify type.
23048 [C99-based standards] (LLONG_MAX): Likewise.
23049 [C99-based standards] (ULLONG_MAX): Likewise.
23050 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
23051 == 0.
23052 [ISO11] (max_align_t): Require type.
23053 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23054
c9140a62
JM
23055 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
23056 from $CFLAGS, without defining away __attribute__ calls.
23057 (checknamespace): Use $CFLAGS_namespace.
23058
9af0bf29
JM
23059 * conform/conformtest.pl (@keywords): Only include C99 keywords
23060 for standards based on C99 or C11.
23061
343222a2
JM
23062 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
23063 Disable tests.
23064 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
23065 UNIX98]: Likewise.
23066
661f8cf0
JM
23067 * conform/conformtest.pl: Handle "macro-int-constant" and test for
23068 usability of symbols in #if.
23069
ee74b9cb
JM
23070 * conform/conformtest.pl: If macro or constant types start
23071 "promoted:", expect the symbol to be of the following type
23072 promoted by the integer promotions.
62fde54f 23073
aafc49b3
JM
23074 * conform/conformtest.pl: Parse all "constant" and "macro" lines
23075 in one place. Also handle "macro-constant".
23076
fefdf574
JM
23077 * conform/conformtest.pl: Only accept expected macro values with
23078 "==". Parse all "macro" lines in one place.
23079 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
23080
f2d922fe
JM
23081 * conform/conformtest.pl: Handle braced types on "constant" lines
23082 instead of handling "typed-constant".
23083 * conform/data/signal.h-data: Use "constant" instead of
23084 "typed-constant".
23085
d22956c9
JM
23086 * conform/conformtest.pl: Handle "optional-" at start of lines in
23087 one place rather than duplicating several cases. Handle each
23088 format of "macro" line with initial "optional-".
23089
028e2e38
JM
23090 * conform/conformtest.pl: Only accept expected constant or
23091 optional-constant values with "==". Parse all "constant" lines in
23092 one place. Parse all "optional-constant" lines in one place.
23093 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
23094 * conform/data/fmtmsg.h-data: Likewise.
23095 * conform/data/netinet/in.h-data: Likewise.
23096 * conform/data/tar.h-data: Likewise.
23097 * conform/data/limits.h-data: Use "==" form on "constant" and
23098 "optional-constant" lines.
23099
1b8f2850
JM
23100 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
23101 Use -std=c99 for XOPEN2K.
23102 (@knownproblems): Remove.
23103 (newtoken): Don't check %isknown.
23104
a05a144b
JM
23105 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
23106 Do not expect macro.
23107 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
23108 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
23109 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
23110 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
23111 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
23112 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
23113 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
23114 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
23115 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
23116 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
23117 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
23118 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
23119 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
23120 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
23121 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
23122 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
23123 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
23124 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
23125 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
23126 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
23127 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
23128 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
23129 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
23130 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
23131 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
23132 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
23133 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
23134 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
23135 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
23136 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
23137 [XPG3] (acosh): Likewise.
23138 [XPG3] (asinh): Likewise.
23139 [XPG3] (atanh): Likewise.
23140 [XPG3] (cbrt): Likewise.
23141 [XPG3] (expm1): Likewise.
23142 [XPG3] (ilogb): Likewise.
23143 [XPG3] (log1p): Likewise.
23144 [XPG3] (logb): Likewise.
23145 [XPG3] (nextafter): Likewise.
23146 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
23147 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
23148 [XPG3] (remainder): Likewise.
23149 [XPG3] (rint): Likewise.
23150 [XPG3 || XPG4 || UNIX98] (round): Likewise.
23151 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
23152 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
23153 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
23154 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
23155 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
23156 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
23157 [UNIX98 || XOPEN2K] (scalb): Expect.
23158 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
23159 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
23160 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
23161 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
23162 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
23163 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
23164 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
23165 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
23166 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
23167 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
23168 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
23169 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
23170 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
23171 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
23172 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
23173 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
23174 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
23175 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
23176 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
23177 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
23178 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
23179 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
23180 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
23181 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
23182 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
23183 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
23184 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
23185 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
23186 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
23187 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
23188 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
23189 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
23190 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
23191 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
23192 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
23193 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
23194 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
23195 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
23196 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
23197 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
23198 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
23199 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
23200 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
23201 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
23202 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
23203 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
23204 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
23205 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
23206 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
23207 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
23208 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
23209 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
23210 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
23211 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
23212 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
23213 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
23214 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
23215 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
23216 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
23217 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
23218 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
23219 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
23220 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
23221 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
23222 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
23223 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
23224 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
23225 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
23226 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
23227 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
23228 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
23229 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
23230 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
23231 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
23232 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
23233 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
23234 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
23235 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
23236 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
23237 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
23238 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
23239 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
23240 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
23241 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
23242 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
23243 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
23244 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
23245 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
23246 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
23247 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
23248 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
23249 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
23250 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
23251 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
23252 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
23253 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
23254 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
23255 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
23256 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
23257 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
23258 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
23259 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
23260 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
23261 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
23262 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
23263 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
23264 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
23265 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
23266 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
23267 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
23268 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
23269 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
23270 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
23271 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
23272 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
23273 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
23274 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
23275 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
23276 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
23277 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
23278 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
23279 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
23280 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
23281 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
23282 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
23283 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
23284 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
23285 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
23286 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
23287 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
23288 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
23289 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
23290 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
23291 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
23292 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
23293 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
23294 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
23295
73c5ebe3
JM
23296 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
23297 _XOPEN_SOURCE_EXTENDED for XPG4.
23298
39c33b6c
JM
23299 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
23300
62fde54f
JM
23301 * Makeconfig (localtime): Remove variable.
23302 (inst_localtime-file): Likewise.
23303
0741d64c
AS
233042012-05-01 Andreas Schwab <schwab@linux-m68k.org>
23305
23306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
23307 Update.
23308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23309 Update.
23310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
23311 Update.
23312 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23313 Update.
23314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
23315 Update.
23316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
23317 Update.
23318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23319 Update.
23320 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
23321 Update.
23322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23323 Update.
23324
7cb029ee
JM
233252012-05-01 Joseph Myers <joseph@codesourcery.com>
23326
23327 [BZ #2550]
23328 [BZ #2570]
23329 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
23330 comparisons to determine direction to adjust input.
23331 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
23332 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
23333 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
23334 Likewise.
23335 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
23336 Likewise.
23337 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23338 Likewise.
23339 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
23340 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
23341 Likewise.
23342 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
23343 Likewise.
23344 * math/libm-test.inc (nexttoward_test): Add more tests.
23345
412bd966
AS
233462012-05-01 Andreas Schwab <schwab@linux-m68k.org>
23347
23348 [BZ #14040]
23349 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
23350 in version GLIBC_2.1, not GLIBC_2.0.
23351 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
23352 Likewise.
23353
9568c0c2
JM
233542012-04-30 Joseph Myers <joseph@codesourcery.com>
23355
adfbc8ac
JM
23356 [BZ #13942]
23357 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
23358 (1 - x) * (1 + x).
23359 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
23360 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
23361 * math/libm-test.inc (acos_test): Add more tests.
23362 (asin_test): Likewise.
23363 * sysdeps/i386/fpu/libm-test-ulps: Update.
23364 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23365
5ba3cc69
JM
23366 [BZ #14034]
23367 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
23368 of square root.
23369 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
23370 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
23371 * math/libm-test.inc (acos_test_tonearest): New function.
23372 (acos_test_towardzero): Likewise.
23373 (acos_test_downward): Likewise.
23374 (acos_test_upward): Likewise.
23375 (asin_test_tonearest): Likewise.
23376 (asin_test_towardzero): Likewise.
23377 (asin_test_downward): Likewise.
23378 (asin_test_upward): Likewise.
23379 (main): Call the new functions.
23380 * sysdeps/i386/fpu/libm-test-ulps: Update.
23381 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23382
9568c0c2
JM
23383 [BZ #13884]
23384 [BZ #13924]
23385 * math/e_exp10.c: Include <float.h>.
23386 (__ieee754_exp10): Handle underflow here rather than multiplying
23387 large negative argument by M_LN10.
23388 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
23389 of __ieee754_expf.
23390 * math/e_exp10l.c: Include <float.h>.
23391 (__ieee754_exp10l): Handle underflow here rather than multiplying
23392 large negative argument by M_LN10l.
23393 * math/libm-test.inc (exp10_test): Add another test. Do not allow
23394 spurious overflow exception on underflow.
23395
5ac3ea17
MP
233962012-04-29 Marek Polacek <polacek@redhat.com>
23397
23398 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
23399 (__fortify_function): New macro.
23400 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
23401 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
23402 __extern_always_inline.
23403 * libio/bits/stdio2.h: Likewise.
23404 * libio/bits/stdio.h: Likewise.
23405 * string/string.h: Likewise.
23406 * string/bits/string3.h: Likewise.
23407 * include/stdio.h: Likewise.
23408 * stdlib/bits/stdlib.h: Likewise.
23409 * stdlib/stdlib.h: Likewise.
23410 * rt/bits/mqueue2.h: Likewise.
23411 * rt/mqueue.h: Likewise.
23412 * posix/bits/unistd.h: Likewise.
23413 * posix/unistd.h: Likewise.
23414 * io/bits/poll2.h: Likewise.
23415 * io/bits/fcntl2.h: Likewise.
23416 * io/fcntl.h: Likewise.
23417 * io/sys/poll.h: Likewise.
23418 * misc/bits/syslog.h: Likewise.
23419 * misc/bits/syslog-ldbl.h: Likewise.
23420 * misc/sys/syslog.h: Likewise.
23421 * socket/bits/socket2.h: Likewise.
23422 * socket/sys/socket.h: Likewise.
23423 * debug/tst-chk1.c: Likewise.
23424 * wcsmbs/bits/wchar2.h: Likewise.
23425 * wcsmbs/bits/wchar-ldbl.h: Likewise.
23426 * wcsmbs/wchar.h: Likewise.
23427
ecf0ebfb
AJ
234282012-04-29 Andreas Jaeger <aj@suse.de>
23429
23430 * Makerules (tests): Remove enable-check-abi protection.
23431 (check-abi-warn): Remove.
23432 (check-abi-%): Remove check-abi-warn usage.
23433
23434 * configure.in: Remove check-abi configure option.
23435 * configure: Regenerated.
23436 * config.make.in (enable-check-abi): Remove.
23437
6d5c57fa
AS
234382012-04-28 Andreas Schwab <schwab@linux-m68k.org>
23439
24c5d07e 23440 [BZ #14033]
ded5180a
AS
23441 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
23442 double functions to double *_finite functions.
23443
7e0d315d
AS
23444 [BZ #13941]
23445 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
23446 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
23447 LDBL_MIN_EXP.
23448 * stdio-common/Makefile (tests): Add tst-sprintf3.
23449 * stdio-common/tst-sprintf3.c: New file.
23450
6d5c57fa
AS
23451 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
23452 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
23453
0749ff8b
JM
234542012-04-28 Joseph Myers <joseph@codesourcery.com>
23455
23456 * conform/conformtest.pl: Remove duplicate typed-constant
23457 handling.
23458
8dbd5d7b
DM
234592012-04-28 David S. Miller <davem@davemloft.net>
23460
23461 * Makerules (%.abilist): Add vpath on sysdep_dirs.
23462 (check-abi-%): Remove AWK script prerequisite and explicit
23463 abilist directory.
23464 (check-abi): Rewrite to just diff the symlist with the abilist.
23465 (config-tls, config-abi-config): Delete, no longer used.
23466 (update-abi-%): Remove AWK script and explicit abilist directory.
23467 (update-abi): Rewrite to simply compare and conditionally copy the
23468 symlist and the sysdep abilist file. Remove update-abi-config
23469 checks.
23470 * abilist/ld.abilist: Remove.
23471 * abilist/libBrokenLocale.abilist: Remove.
23472 * abilist/libanl.abilist: Remove.
23473 * abilist/libcrypt.abilist: Remove.
23474 * abilist/libdl.abilist: Remove.
23475 * abilist/librt.abilist: Remove.
23476 * abilist/libthread_db.abilist: Remove.
23477 * abilist/libutil.abilist: Remove.
23478 * scripts/extract-abilist.awk: Remove.
23479 * scripts/merge-abilist.awk: Remove.
23480 * sysdeps/generic/libcidn.abilist: New file.
23481 * sysdeps/generic/libnss_compat.abilist: New file.
23482 * sysdeps/generic/libnss_db.abilist: New file.
23483 * sysdeps/generic/libnss_dns.abilist: New file.
23484 * sysdeps/generic/libnss_files.abilist: New file.
23485 * sysdeps/generic/libnss_hesiod.abilist: New file.
23486 * sysdeps/generic/libnss_nis.abilist: New file.
23487 * sysdeps/generic/libnss_nisplus.abilist: New file.
23488 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
23489 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
23490 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
23491 file.
23492 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
23493 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
23494 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
23495 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
23496 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
23497 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
23498 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
23499 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
23500 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
23501 file.
23502 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
23503 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
23504 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
23505 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
23506 file.
23507 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
23508 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
23509 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
23510 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
23511 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
23512 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
23513 file.
23514 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
23515 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
23516 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
23517 file.
23518 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
23519 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
23520 New file.
23521 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
23522 New file.
23523 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
23524 New file.
23525 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
23526 New file.
23527 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
23528 New file.
23529 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
23530 New file.
23531 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
23532 New file.
23533 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
23534 New file.
23535 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
23536 New file.
23537 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
23538 New file.
23539 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
23540 New file.
23541 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
23542 New file.
23543 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
23544 New file.
23545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
23546 file.
23547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
23548 New file.
23549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
23550 New file.
23551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
23552 file.
23553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
23554 New file.
23555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
23556 New file.
23557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
23558 file.
23559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
23560 New file.
23561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23562 New file.
23563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
23564 New file.
23565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
23566 New file.
23567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
23568 New file.
23569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
23570 New file.
23571 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
23572 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
23573 file.
23574 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
23575 New file.
23576 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
23577 file.
23578 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
23579 file.
23580 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
23581 file.
23582 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
23583 file.
23584 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
23585 file.
23586 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23587 New file.
23588 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
23589 file.
23590 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
23591 file.
23592 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
23593 New file.
23594 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
23595 file.
23596 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
23597 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
23598 file.
23599 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
23600 New file.
23601 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
23602 file.
23603 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
23604 file.
23605 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
23606 file.
23607 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
23608 file.
23609 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
23610 file.
23611 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23612 New file.
23613 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
23614 file.
23615 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
23616 file.
23617 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
23618 New file.
23619 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
23620 file.
23621 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
23622 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
23623 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
23624 file.
23625 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
23626 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
23627 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
23628 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
23629 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
23630 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
23631 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
23632 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
23633 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
23634 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
23635 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
23636 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
23637 file.
23638 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
23639 New file.
23640 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
23641 file.
23642 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
23643 file.
23644 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
23645 file.
23646 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
23647 file.
23648 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
23649 file.
23650 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23651 New file.
23652 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
23653 New file.
23654 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
23655 file.
23656 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
23657 New file.
23658 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
23659 file.
23660 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
23661 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
23662 file.
23663 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
23664 New file.
23665 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
23666 file.
23667 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
23668 file.
23669 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
23670 file.
23671 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
23672 file.
23673 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
23674 file.
23675 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23676 New file.
23677 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
23678 New file.
23679 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
23680 file.
23681 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
23682 New file.
23683 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
23684 file.
23685
41d73a1b
JM
236862012-04-28 Joseph Myers <joseph@codesourcery.com>
23687
23688 * conform/conformtest.pl: Fix typo in handling typed-constant from
23689 allow-header.
23690
28aeeda4
JM
236912012-04-27 Joseph Myers <joseph@codesourcery.com>
23692
adae8f5e
JM
23693 * README: Cut down references to pre-2.6 Linux kernels and
23694 Linuxthreads. Update lists of configurations in libc and ports
23695 and sort alphabetically. Say "or newer" with Linux kernel version
23696 requirements.
23697
28aeeda4
JM
23698 * config.h.in [IS_IN_build]: Allow compiling without optimization.
23699
a462cb63
RA
237002012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23701
23702 [BZ #887]
23703 * math/libm-test.inc (logb_test_downward): New test to expose
23704 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
23705 rounding mode.
23706
6ad3493e
JM
237072012-04-27 Joseph Myers <joseph@codesourcery.com>
23708
23709 [BZ #14027]
23710 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
23711 to be done.
23712 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
23713 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
23714
2ce4f015
JM
237152012-04-26 Joseph Myers <joseph@codesourcery.com>
23716
5aeb141a
JM
23717 * sysdeps/unix/i386/brk.S: Remove file.
23718 * sysdeps/unix/i386/dl-brk.S: Likewise.
23719 * sysdeps/unix/i386/pipe.S: Likewise.
23720 * sysdeps/unix/i386/sigreturn.S: Likewise.
23721 * sysdeps/unix/i386/syscall.S: Likewise.
23722 * sysdeps/unix/i386/vfork.S: Likewise.
23723 * sysdeps/unix/i386/wait.S: Likewise.
23724
7143acae
JM
23725 * sysdeps/unix/common/tcsendbrk.c: Move to ...
23726 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
23727
2ce4f015
JM
23728 * configure.in (arm*-none*): Do not allow without
23729 --enable-hacker-mode.
23730 (netbsd*): Remove case setting base_os.
23731 (386bsd*): Likewise.
23732 (freebsd*): Likewise.
23733 (bsdi*): Likewise.
23734 (osf*): Likewise.
23735 (sunos*): Likewise.
23736 (ultrix*): Likewise.
23737 (newsos*): Likewise.
23738 (dynix*): Likewise.
23739 (*bsd*): Likewise.
23740 (sysv*): Likewise.
23741 (isc*): Likewise.
23742 (esix*): Likewise.
23743 (sco*): Likewise.
23744 (minix*): Likewise.
23745 (irix4*): Likewise.
23746 (irix6*): Likewise.
23747 (solaris[2-9]*): Likewise.
23748 (none): Likewise.
23749 * configure: Regenerated.
23750
0ac229c8
AZ
237512012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23752
23753 [BZ #11521]
23754 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
23755 overflow or cancellation in calculating denominator.
23756 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
23757 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
23758 down expression to avoid unexpected rounding in newer GCCs.
23759 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
23760
33f244f4
DM
237612012-04-26 David S. Miller <davem@davemloft.net>
23762
23763 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
23764 long-double compat symbols.
23765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
23766 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
23767 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
23768 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
23769 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
23770 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
23771 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
23772 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
23773 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
23774 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
23775 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
23776 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
23777 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
23778
cfa1f3e8
DM
237792012-04-25 David S. Miller <davem@davemloft.net>
23780
23781 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
23782 HWCAP_* values only after the memory barriers have been defined.
23783 (atomic_full_barrier): Define.
23784 (atomic_read_barrier): Define.
23785 (atomic_write_barrier): Define.
23786
6e236b92
SP
237872012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23788
23789 * shlib-versions: Add libgcc_s version information.
23790 * sysdeps/generic/libgcc_s.h: Remove.
23791 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
23792 libgcc_s.h.
23793 * sysdeps/gnu/unwind-resume.c: Likewise.
23794 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
23795
aab39a09
DM
237962012-04-25 David S. Miller <davem@davemloft.net>
23797
23798 * sysdeps/unix/sparc/brk.S: Delete.
23799 * sysdeps/unix/sparc/dl-brk.S: Delete.
23800 * sysdeps/unix/sparc/pipe.S: Delete.
23801 * sysdeps/unix/sparc/sysdep.S: Delete.
23802 * sysdeps/unix/sparc/sysdep.h: Delete.
23803 * sysdeps/unix/sparc/vfork.S: Delete.
23804 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
23805 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
23806 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
23807 ret_ERRVAL, r0, r1, MOVE): Define.
23808 (JUMPTARGET): Remove.
23809 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
23810 sysdeps/unix/sparc/sysdep.h
23811 (ENTRY, END): Remove.
23812 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23813
a3cc4f48
JM
238142012-04-25 Joseph Myers <joseph@codesourcery.com>
23815
2ed8cda2
JM
23816 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
23817 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
23818 -DIS_IN_build.
23819
35d76d59
JM
23820 * timezone/README: Update upstream location and email address for
23821 tzcode and tzdata.
23822 * timezone/zdump.c: Update from tzcode 2012b.
23823 * timezone/zic.c: Likewise.
23824
a3cc4f48
JM
23825 * configure.in (libc_cv_as_needed): Remove test.
23826 * configure: Regenerated.
23827 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
23828 conditional definition.
23829 [$(have-as-needed) != yes] (no-as-needed): Likewise.
23830 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
23831 * config.make.in (have-as-needed): Remove variable.
23832
ceab42c3
SP
238332012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
23834 Paul Pluzhnikov <ppluzhnikov@google.com>
23835
23836 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
23837 strings correctly.
23838
3ce2865f
CLT
238392012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
23840
23841 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
23842 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
23843 * sysdeps/sh/strlen.S: Likewise.
23844
f37e0d68
JM
238452012-04-24 Joseph Myers <joseph@codesourcery.com>
23846
ae186e9a
JM
23847 * sysdeps/unix/fork.S: Remove file.
23848 * sysdeps/unix/i386/fork.S: Likewise.
23849 * sysdeps/unix/sparc/fork.S: Likewise.
23850
b96914af
JM
23851 * sysdeps/unix/system.c: Remove file.
23852 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
23853
f37e0d68
JM
23854 * sysdeps/unix/getegid.S: Remove file.
23855 * sysdeps/unix/geteuid.S: Likewise.
23856
87ef29ca
RM
238572012-04-24 Roland McGrath <roland@hack.frob.com>
23858
83bcd236
RM
23859 * scripts/check-localplt.awk: New file.
23860 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
23861 of diff.
23862 * scripts/data/localplt-generic.data: Add a comment.
23863
87ef29ca
RM
23864 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
23865 NODE when __dir_mkfile failed.
23866 * sysdeps/mach/hurd/symlinkat.c: Likewise.
23867 Reported by Ludovic Courtès <ludo@gnu.org>.
23868
e5a6e567
AJ
238692012-04-24 Andreas Jaeger <aj@suse.de>
23870
23871 * Makerules (common-clean): Also remove gen-as-const-headers
23872 files.
23873
c1820385
JM
238742012-04-24 Joseph Myers <joseph@codesourcery.com>
23875
23876 * Makerules (native-compile): Do not change working directory for
23877 build. Use $(OUTPUT_OPTION) in command.
23878 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
23879
94e02fc4
AZ
238802012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23881
23882 [BZ #13886]
23883 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
23884 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
23885 * math/libm-test.inc (floor_test): Add more tests.
23886 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
23887
3a533ca3
JM
238882012-04-24 Joseph Myers <joseph@codesourcery.com>
23889
940ab4b3
JM
23890 * sysdeps/unix/getdents.c: Remove file.
23891 * sysdeps/unix/sysv/getdents.c: Likewise.
23892 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
23893
90e037bd
JM
23894 * sysdeps/unix/syscalls.list (madvise): Add syscall from
23895 sysdeps/unix/mman/syscalls.list.
23896 (mmap): Likewise.
23897 (mprotect): Likewise.
23898 (msync): Likewise.
23899 (munmap): Likewise.
23900 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
23901 * sysdeps/unix/mman/syscalls.list: Remove.
23902 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
23903
3a533ca3
JM
23904 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
23905 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
23906 * configure: Regenerated.
23907 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
23908 $(libgcc_s_suffix).
23909 * config.make.in (libgcc_s_suffix): Remove variable.
23910
1ad743de
JM
239112012-04-23 Joseph Myers <joseph@codesourcery.com>
23912
4ad451e2
JM
23913 * sysdeps/unix/sysv/gethostname.c: Move to ...
23914 * sysdeps/posix/gethostname.c: ... here.
23915
5e37ce39
JM
23916 * sysdeps/unix/execve.S: Remove file.
23917
1ad743de
JM
23918 * sysdeps/unix/_exit.S: Remove file.
23919
4e681b5b
AJ
239202012-04-23 Andreas Jaeger <aj@suse.de>
23921
23922 [BZ #13739]
23923 * manual/Makefile: Remove make dist support, there's no
23924 need for a stand-alone documentation tar ball.
23925 (TEXI2DVI): Define always, it's not in Makeconfig.
23926 (dist): Removed.
23927 (tar-it): Removed.
23928 (edition): Removed.
23929 (glibc-doc-$(edition).tar): Removed
23930 (%.Z): Removed.
23931 (%.gz): Removed.
23932 (%.uu): Removed.
23933 (ETAGS): Remove, it's in Makeconfig.
23934 (move-if-change): Remove, it's in Makeconfig.
23935
38686a03 239362012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
23937
23938 [BZ #13970]
23939 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
23940 (strtod, strtof, strtold, strtol, strtoul, strtoq)
23941 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
23942 (strtod_l, strtof_l, strtold_l): Remove __wur.
23943 It is not necessarily an error to ignore strtol's return value.
23944 One can reliably look at the stored endptr to decide whether
23945 the number had valid syntax.
23946
7c0616fa
AJ
239472012-04-21 Andreas Jaeger <aj@suse.de>
23948
803cb6b7 23949 [BZ #13739]
7c0616fa
AJ
23950 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
23951
b0fe253f
JM
239522012-04-21 Joseph Myers <joseph@codesourcery.com>
23953
23954 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
23955 * sysdeps/unix/sysv/Versions: Remove file.
23956
8280f22d
MT
239572012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
23958
23959 [BZ #13927]
23960 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23961
75ce411f 239622012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
23963
23964 [BZ #7064]
23965 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
23966 version from __vm86.
23967
097d59fa
JM
239682012-04-20 Joseph Myers <joseph@codesourcery.com>
23969
a90f3bcb
JM
23970 * sysdeps/unix/common/lxstat.c: Remove file.
23971 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
23972
edc7ea78
JM
23973 * sysdeps/unix/sysv/Makefile: Remove file.
23974
cb78c221
JM
23975 * sysdeps/unix/sysv/direct.h: Remove file.
23976
efa6a45f
JM
23977 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
23978 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
23979 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
23980 * sysdeps/unix/sysv/bits/signum.h: Likewise.
23981 * sysdeps/unix/sysv/bits/stat.h: Likewise.
23982 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
23983 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
23984
9c9f2d0c
JM
23985 * sysdeps/unix/sysv/setrlimit.c: Remove file.
23986
4541c83b
JM
23987 * sysdeps/unix/xmknod.c: Remove file.
23988 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
23989
f5d153a0
JM
23990 * sysdeps/unix/sysv/settimeofday.c: Remove file.
23991
aa746595
JM
23992 * sysdeps/unix/sysv/i386/time.S: Remove file.
23993
cce5905e
JM
23994 * sysdeps/unix/fxstat.c: Remove file.
23995 * sysdeps/unix/xstat.c: Likewise.
23996 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
23997
37fa3841
JM
23998 * sysdeps/unix/sysv/sigaction.c: Remove file.
23999
ff1962a3
JM
24000 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
24001 (sysdep_headers): Remove variable.
24002 [termio.h not in sysdep_headers] (generated): Likewise.
24003 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
24004 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
24005 * sysdeps/unix/sysv/tcdrain.c: Likewise.
24006 * sysdeps/unix/sysv/tcflow.c: Likewise.
24007 * sysdeps/unix/sysv/tcflush.c: Likewise.
24008 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
24009 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
24010 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
24011 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
24012 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
24013
e7740d31
JM
24014 * sysdeps/unix/siglist.c: Remove file.
24015
ee06f18b
JM
24016 * sysdeps/unix/getppid.S: Remove file.
24017
097d59fa
JM
24018 * sysdeps/unix/mkdir.c: Remove file.
24019 * sysdeps/unix/rmdir.c: Likewise.
24020
ff3d51ec
AS
240212012-04-19 Andreas Schwab <schwab@linux-m68k.org>
24022
24023 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
24024 ERR_MAX value.
24025 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
24026 errlist-compat value.
24027
50f81fd7
DM
240282012-04-18 David S. Miller <davem@davemloft.net>
24029
24030 * sysdeps/generic/memcopy.h (reg_char): Delete.
24031 * debug/strcat_chk.c: Use char, not reg_char.
24032 * debug/strcpy_chk.c: Likewise.
24033 * debug/strncat_chk.c: Likewise.
24034 * debug/strncpy_chk.c: Likewise.
24035 * string/memchr.c: Likewise.
24036 * string/memrchr.c: Likewise.
24037 * string/rawmemchr.c: Likewise.
24038 * string/strcat.c: Likewise.
24039 * string/strchr.c: Likewise.
24040 * string/strchrnul.c: Likewise.
24041 * string/strcmp.c: Likewise.
24042 * string/strcpy.c: Likewise.
24043 * string/strncat.c: Likewise.
24044 * string/strncmp.c: Likewise.
24045 * string/strncpy.c: Likewise.
24046
8ff41c46
WS
240472012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24048
24049 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
24050 __builtin_memcopy is called when src and dest ranges are known to not
24051 overlap.
24052
6b652f46
WS
240532012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24054
24055 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
24056 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
24057 fwd_align_merge macro call.
24058 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
24059 bwd_align_merge macro call.
24060 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24061
b282631e
WS
240622012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24063
24064 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
24065 bwd_align_merge macros.
24066 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
24067 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
24068 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24069
95aa737c
DM
240702012-04-18 David S. Miller <davem@davemloft.net>
24071
24072 * sysdeps/sparc/sparc64/memcopy.h: Delete.
24073
7a99a614
AJ
240742012-04-18 Andreas Jaeger <aj@suse.de>
24075
24076 [BZ# 6794]
24077 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
24078 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
24079 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24080
24081 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
24082 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
24083 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24084
24085 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
24086 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
24087 Adjust for changed ldbl-128 files.
24088
24089 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
24090 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
24091 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24092
e5270c23
DM
240932012-04-17 David S. Miller <davem@davemloft.net>
24094
24095 * sysdeps/sparc/sparc32/memcopy.h: Delete.
24096
fb5e92c9
AS
240972012-04-17 Andreas Schwab <schwab@linux-m68k.org>
24098
24099 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
24100 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
24101 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
24102 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
24103 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24104 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
24105
76da7265
AZ
241062012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24107
24108 [BZ #6794]
24109 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
24110 * math/libm-test.inc: Add ilogb errno and exception tests.
24111 * math/w_ilogb.c: New file: ilogb wrapper.
24112 * math/w_ilogbf.c: New file: ilogbf wrapper.
24113 * math/w_ilogbl.c: New file: ilogbl wrapper.
24114 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
24115 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
24116 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
24117 exception being thrown with 0.0 as argument.
24118 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
24119 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
24120 exception being thrown with 0.0 as argument.
24121 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
24122 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
24123 exception being thrown with 0.0 as argument.
24124 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
24125 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
24126 exception being thrown with 0.0 as argument.
24127 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
24128 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 24129 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
24130 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
24131 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
24132 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
24133 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
24134 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
24135 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
24136
0396e69d
PB
241372012-04-17 Petr Baudis <pasky@ucw.cz>
24138
24139 * include/sys/uio.h: Change __vector to __iovec to avoid clash
24140 with altivec.
24141
750b5926
MP
241422012-04-16 Marek Polacek <polacek@redhat.com>
24143
24144 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
24145
751728a1
MP
241462012-04-16 Marek Polacek <polacek@redhat.com>
24147
24148 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
24149 operands of fdivp instruction.
24150
34a27407
L
241512012-04-13 H.J. Lu <hongjiu.lu@intel.com>
24152
24153 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
24154 * elf/tst-auditmod3b.c: Likewise.
24155 * elf/tst-auditmod4b.c: Likewise.
24156 * elf/tst-auditmod5b.c: Likewise.
24157 * elf/tst-auditmod6b.c: Likewise.
24158 * elf/tst-auditmod6c.c: Likewise.
24159 * elf/tst-auditmod7b.c: Likewise.
24160 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
24161 * sysdeps/x86_64/preconfigure.in: Likewise.
24162 * sysdeps/x86_64/preconfigure: Regenerated.
24163
7e73e17d
L
241642012-04-13 H.J. Lu <hongjiu.lu@intel.com>
24165
24166 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
24167 __ILP32__.
24168
c7a6ab72
AB
241692012-04-13 Antoine Balestrat <merkil33@gmail.com>
24170
24171 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
24172 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
24173
a9e8e0e0
CL
241742012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
24175
24176 [BZ #13973]
24177 * locale/iso-639.def: Fix gl language name. Spotted by
24178 Yaron Shahrabani.
24179
ec98af7d
RM
241802012-04-12 Roland McGrath <roland@hack.frob.com>
24181
24182 [BZ #2074]
24183 * libio/libio.h (__io_write_fn): Update comment.
24184
247c3ede
PB
241852012-04-12 Petr Baudis <pasky@ucw.cz>
24186
24187 [BZ #2074]
24188 * stdio.texi (Hook Functions): The user provided writer function
24189 is not allowed to return -1.
24190
55939d6d
DM
241912012-04-11 David S. Miller <davem@davemloft.net>
24192
24193 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24194
90020f5a
MF
241952012-04-11 Mike Frysinger <vapier@gentoo.org>
24196
24197 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
24198 Add a leading slash to rtkaio.
24199
288f9098
JM
242002012-04-11 Jim Meyering <meyering@redhat.com>
24201
90020f5a
MF
24202 [BZ #11959]
24203 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
24204 It is not necessarily an error to ignore fwrite's return
24205 value. One can reliably use ferror to test for errors after
24206 the fact.
288f9098 24207
4be2b570
L
242082012-04-10 H.J. Lu <hongjiu.lu@intel.com>
24209
24210 * bits/types.h (__snseconds_t): New type.
24211 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
24212
24213 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
24214 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24215 (__SNSECONDS_T_TYPE): Likewise.
24216 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24217 (__SNSECONDS_T_TYPE): Likewise.
24218 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24219 (__SNSECONDS_T_TYPE): Likewise.
24220
288f9098 242212012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
24222
24223 [BZ #2636]
24224 * manual/time.texi (Processor Time): Return type of times is
24225 elapsed real time since an arbitrary point in the past.
24226 (CPU Time): Move CLK_TCK from here...
24227 (Processor Time): ...to here. Correct description.
24228 * manual/conf.texi (Constants for Sysconf): Correct description of
24229 _SC_CLK_TCK.
24230
d7dd4413
DM
242312012-04-10 David S. Miller <davem@davemloft.net>
24232
24233 [BZ #13967]
24234 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
24235 where the is a gap between DT_REL(A) and DT_JMPREL.
24236
b46068fc
L
242372012-04-10 H.J. Lu <hongjiu.lu@intel.com>
24238
24239 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
24240 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
24241 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
24242
73d65cc3
SP
242432012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
24244
24245 * elf/dl-support.c (_dl_inhibit_cache): New variable.
24246 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
24247 (dl_main): Handle --inhibit-cache.
24248 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
24249 _dl_inhibit_cache.
24250 * elf/dl-load.c (_dl_map_object): Use it.
24251 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
24252
bcc8d661
JM
242532012-04-09 Joseph Myers <joseph@codesourcery.com>
24254
8f9a2fae
JM
24255 [BZ #13872]
24256 * sysdeps/i386/fpu/e_powl.S (p78): New object.
24257 (__ieee754_powl): Saturate large exponents rather than testing for
24258 overflow of y*log2(x).
24259 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
24260 * math/libm-test.inc (pow_test): Do not permit spurious overflow
24261 exceptions.
24262
bcc8d661
JM
24263 [BZ #11521]
24264 * math/s_ctan.c: Include <float.h>.
24265 (__ctan): Avoid internal overflow or cancellation in calculating
24266 denominator.
24267 * math/s_ctanf.c: Likewise.
24268 * math/s_ctanl.c: Likewise.
24269 * math/s_ctanh.c: Likewise.
24270 * math/s_ctanhf.c: Likewise.
24271 * math/s_ctanhl.c: Likewise.
24272 * math/libm-test.inc (ctan_test): Add more tests.
24273 (ctanh_test): Likewise.
24274 * sysdeps/i386/fpu/libm-test-ulps: Update.
24275 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24276
823fbbb4
AJ
242772012-04-09 Andreas Jaeger <aj@suse.de>
24278
03879793
AJ
24279 [BZ #6894]
24280 * manual/filesys.texi (Directory Entries): Mention that d_namlen
24281 is an optional BSD extension.
24282
823fbbb4
AJ
24283 [BZ #10254]
24284 * manual/stdio.texi (Opening Streams): Document additional fopen
24285 parameters.
24286
8de131cb
RM
242872012-04-09 Roland McGrath <roland@hack.frob.com>
24288
24289 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
24290 %eax without telling the compiler.
24291
c0ed9d7d
CD
242922012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
24293
24294 [BZ # 13963]
24295 * manual/install.texi: Use sourceware.org.
24296
c483f6b4
JM
242972012-04-09 Joseph Myers <joseph@codesourcery.com>
24298
d7dd9453
JM
24299 [BZ #13873]
24300 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
24301 (__ieee754_pow): Generate overflow and underflow using huge*huge
24302 and tiny*tiny rather than just returning constant infinity or zero
24303 for large exponents.
24304 * math/libm-test.inc (pow_test): Require overflow exceptions for
24305 applicable cases of large exponents.
24306
c483f6b4
JM
24307 [BZ #706]
24308 * sysdeps/i386/fpu/e_pow.S (p10): New object.
24309 (__ieee754_pow): Use iterative multiplication algorithm only for
24310 integer exponents with absolute value below 1024. Check for odd
24311 integer exponents when using algorithm for real exponents.
24312 * math/libm-test.inc (pow_test): Add more tests.
24313 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24314
d2de7579
JM
243152012-04-08 Joseph Myers <joseph@codesourcery.com>
24316
24317 [BZ #13705]
24318 * math/libm-test.inc (exp_test): Do not allow overflow exception
24319 on underflow test.
24320
f77f1232
AJ
243212012-04-08 Aurelien Jarno <aurelien@aurel32.net>
24322
24323 [BZ #13705]
24324 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
24325 instead of __kernel_standard_f.
24326
3884932b
MF
243272012-04-08 Mike Frysinger <vapier@gentoo.org>
24328
24329 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
24330 * sysdeps/x86_64/memset_chk.S: Likewise.
24331
54472e9c
AJ
243322012-04-08 Andreas Jaeger <aj@suse.de>
24333
6ab0fbfc
AJ
24334 [BZ #10153]
24335 * manual/startup.texi (Environment Access): Describe return value
24336 for putenv and setenv.
24337
61efba8c
AJ
24338 [BZ #6895]
24339 * manual/filesys.texi (Directory Entries): Add description for
24340 DT_LNK.
24341
95c3f29a
AJ
24342 [BZ #6890]
24343 * manual/filesys.texi (Directory Entries): Clarify that it's file
24344 system not operating system in the description of DT_UNKNOWN.
24345
54472e9c
AJ
24346 [BZ #6578]
24347 * manual/syslog.texi (closelog): Fix reference, it's openlog.
24348
624254b1
SC
243492012-04-08 Stephen Compall <s11@member.fsf.org>
24350
24351 [BZ #6649]
24352 * manual/llio.texi (Opening and Closing Files): Add cross
24353 reference to explain mode argument.
24354
1e4920e0
MF
243552012-04-07 Mike Frysinger <vapier@gentoo.org>
24356
24357 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
24358 * sysdeps/x86_64/memset_chk.S: Likewise.
24359
5ed848f3
DM
243602012-04-07 David S. Miller <davem@davemloft.net>
24361
24362 * elf/elf.h (R_SPARC_WDISP10): Define.
24363 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
24364 R_SPARC_SIZE32.
24365 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
24366 R_SPARC_SIZE64 and R_SPARC_H34.
24367
96154cd8
CD
243682012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
24369
24370 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
24371 conditions and remove no longer applicable assertion.
24372
9904dc47
L
243732012-04-06 H.J. Lu <hongjiu.lu@intel.com>
24374
24375 * bits/byteswap.h: Include <features.h>.
24376 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
24377 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
24378
f8887d0a
L
243792012-04-06 H.J. Lu <hongjiu.lu@intel.com>
24380
24381 * bits/byteswap.h (__bswap_16): Removed.
24382 Include <bits/byteswap-16.h> to get __bswap_16.
24383 * sysdeps/i386/bits/byteswap.h: Likewise.
24384 * sysdeps/s390/bits/byteswap.h: Likewise.
24385 * sysdeps/x86_64/bits/byteswap.h: Likewise.
24386 * bits/byteswap-16.h: New file.
24387 * sysdeps/i386/bits/byteswap-16.h: Likewise.
24388 * sysdeps/s390/bits/byteswap-16.h: Likewise.
24389 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
24390 * string/Makefile (headers): Add bits/byteswap-16.h.
24391
62470f60
PP
243922012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24393
24394 [BZ #13895]
24395 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
24396 extra indirection.
24397 * nss/Makefile (tests-static, tests): Add tst-nss-static.
24398 * nss/tst-nss-static.c: New.
24399
4dad7bab
RM
244002012-04-06 Robert Millan <rmh@gnu.org>
24401
24402 [BZ #6486]
24403 * manual/llio.texi (File Position Primitive): lseek
24404 refers to WHENCE when it really means OFFSET.
24405
e9142a17
AJ
244062012-04-06 Andreas Jaeger <aj@suse.de>
24407
2c040eff
AJ
24408 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
24409 strncmp declarations.
24410
e9142a17
AJ
24411 * abilist/libc.abilist: Add __poll and __ppoll.
24412
ff9f1c5f
DM
244132012-04-05 David S. Miller <davem@davemloft.net>
24414
dcd2ae90
DM
24415 * scripts/check-local-headers.sh: Accept a host triplet in the
24416 path matched by the exclude regexp.
24417
993eb054
DM
24418 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
24419 definition.
24420 * sysdeps/powerpc/powerpc32/dl-machine.h
24421 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
24422 * sysdeps/s390/s390-32/dl-machine.h
24423 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24424 * sysdeps/sparc/sparc32/dl-machine.h
24425 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24426 * sysdeps/sparc/sparc64/dl-machine.h
24427 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24428
ff9f1c5f
DM
24429 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
24430 lazy binding.
48e2e132 24431 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
24432 undefined symbol errors.
24433
48e2e132 24434 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
24435 DT_NEEDED entries.
24436
e80d6f94
MM
244372012-04-05 Michael Matz <matz@suse.de>
24438
24439 [BZ #13592]
24440 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
24441
349fa79f
AJ
244422012-04-05 Andreas Jaeger <aj@suse.de>
24443
24444 [BZ #13908]
24445 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
24446 comment.
24447
f402708f
KK
244482012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24449
24450 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
24451 which ROUND is no valid rounding mode.
24452
2ecccfc9
KK
244532012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24454
24455 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
24456 read again.
24457 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
24458
8a53f50f
KK
244592012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24460
24461 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
24462 an exception using FPU order intentionally.
24463
244642012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24465
24466 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
24467 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
24468 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
24469 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
24470
d653abb7
SJ
244712012-04-05 Simon Josefsson <simon@josefsson.org>
24472
24473 [BZ #12340]
24474 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
24475 EINVAL when BUFLEN is too smal.
24476
c3b1bf7d
TS
244772012-04-05 Thomas Schwinge <thomas@codesourcery.com>
24478
24479 [BZ #13553]
24480 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
24481 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
24482
b1aa60f3
AJ
244832012-04-03 Andreas Jaeger <aj@suse.de>
24484
c3b1bf7d 24485 [BZ #13938]
67f60a26
AJ
24486 * manual/setjmp.texi (System V contexts): Fix sentence.
24487
b1aa60f3
AJ
24488 [BZ #13926]
24489 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
24490 New macro for this case.
24491 [!__GNUC__] (__bswap_64): New inline function for this case.
24492 * sysdeps/x86_64/bits/byteswap.h: Likewise.
24493 * bits/byteswap.h: Likewise.
24494 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
24495 ull, guard with __GLIBC_HAVE_LONG_LONG.
24496
24497 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
24498 __GLIBC_HAVE_LONG_LONG.
24499
24500 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
24501 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
24502
39c59c35
TMQMF
245032012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24504
24505 [BZ #13691]
24506 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
24507 inptr and inend, rather than using last_ch.
24508
135ffda8
DM
245092012-04-02 David S. Miller <davem@davemloft.net>
24510
24511 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
24512 * stdio-common/printf-parse.h (read_int): Change return type to
24513 'int', return -1 on INT_MAX overflow.
24514 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
24515 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
24516 overflows INT_MAX. Check for overflow of in-format-string precision
24517 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
24518 SIZE_MAX not INT_MAX for integer overflow test.
24519 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
24520 skip the construct in the format string but do not record anything.
24521 * stdio-common/bug22.c: Adjust to test both width/prevision
24522 INT_MAX overflow as well as total length INT_MAX overflow. Check
24523 explicitly for proper errno values.
24524
228c019e
TS
245252012-04-02 Thomas Schwinge <thomas@codesourcery.com>
24526
302cadd3
TS
24527 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
24528 CHAR_MAX.
24529 * string/test-strcmp.c [! WIDE]: Likewise.
24530 * time/tst-mktime2.c: Likewise for INT_MAX.
24531 * string/test-string.h: #include <sys/param.h> for MIN.
24532
228c019e
TS
24533 * csu/init-first.c (__libc_init_first): Call __ctype_init.
24534 * sysdeps/i386/init-first.c (init): Likewise.
24535 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
24536 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
24537 * sysdeps/sh/init-first.c (init): Likewise.
24538
cfa633f5
UD
245392012-04-01 Ulrich Drepper <drepper@gmail.com>
24540
24541 * po/ru.po: Update from translation team.
d1635ef8 24542 * po/vi.po: Likewise.
cfa633f5 24543
6cd0a5ea
SP
245442012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
24545
24546 * resolv/nss_dns/dns-host.c: Merge copyright years.
24547
4b43400f
LD
245482012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
24549
24550 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
24551 Optimize memcpy with prefetch if
24552 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
24553 src, dst pointers have unequal 16 byte alignments.
24554
48c41d04
SP
245552012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
24556
24557 [BZ #13928]
24558 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
24559 from a CNAME entry and return the minimum ttl for the query.
24560 (gaih_getanswer_slice): Likewise.
24561
b8dc394d
JL
245622012-03-30 Jeff Law <law@redhat.com>
24563
24564 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
24565 due to long keys.
24566 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
24567 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
24568
2f5a5ed0
JL
24569 * resolv/nss_dns/dns-host.c: Update copyright year.
24570
1d39e359
UD
245712012-03-30 Ulrich Drepper <drepper@gmail.com>
24572
c030f70c 24573 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 24574 requests to save a system call. Fix check that all bytes are sent.
c030f70c 24575
1d39e359
UD
24576 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
24577 comments for sendmmsg.
24578
245792012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
24580
24581 [BZ #13691]
24582 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
24583 with only 1 character between 0x0041 and 0x01b0.
24584 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
24585 * wcsmbs/tst-mbsnrtowcs.c: New file.
24586
20fde227
DM
245872012-03-29 David S. Miller <davem@davemloft.net>
24588
24589 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
24590 small copies by hand.
24591
984a4237
JL
245922012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24593
24594 [BZ #13761]
24595 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
24596 _nss_compat_initgroups_dyn): Fall back to malloc/free
24597 for large group memberships.
24598
18c9d62b
DM
245992012-03-28 David S. Miller <davem@davemloft.net>
24600
88d85d4f
DM
24601 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
24602 that branches into memcpy.
24603 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24604 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
24605 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
24606 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
24607 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
24608 bits.
24609 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
24610 implementation too.
24611 * sysdeps/sparc/mempcpy.S: New file.
24612
e5aa83e1
DM
24613 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
24614 the IFUNC routine in the libc case.
24615 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
24616
88570753
DM
24617 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
24618 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
24619 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
24620 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
24621 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
24622 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
24623 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
24624 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
24625
249d7567
DM
24626 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
24627 loop to 256 bytes instead of 64 bytes and fix test signedness.
24628
18c9d62b
DM
24629 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
24630 * sysdeps/sparc/sparc32/Makefile: rather than here...
24631 * sysdeps/sparc/sparc64/Makefile: and here.
24632
05f3d1f6
UD
246332012-03-28 Ulrich Drepper <drepper@gmail.com>
24634
24635 * malloc/mallocbug.c: Avoid warnings about unused variables.
24636
86ae07a8
JL
246372012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24638
24639 [BZ #13760]
24640 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
24641 in the right place. Discard and retry query if response is
24642 larger than input buffer size.
24643
41bf21a1
JM
246442012-03-28 Joseph Myers <joseph@codesourcery.com>
24645
d6270972
JM
24646 [BZ #369]
24647 [BZ #2678]
24648 [BZ #3866]
24649 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
24650 x for large integer exponent.
24651 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24652 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
24653 sign of result as needed afterwards.
24654 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24655 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
24656 result for underflowing pow the same as for overflow.
24657 (__kernel_standard_l): Handle powl overflow and underflow here
24658 rather than calling __kernel_standard.
24659 * math/libm-test.inc (pow_test): Add more tests.
24660
414fca03 24661 [BZ #3868]
41bf21a1
JM
24662 [BZ #13879]
24663 [BZ #13910]
24664 [BZ #13911]
24665 [BZ #13912]
24666 [BZ #13913]
24667 [BZ #13915]
24668 [BZ #13916]
24669 [BZ #13917]
24670 [BZ #13918]
24671 [BZ #13919]
24672 [BZ #13920]
24673 [BZ #13921]
24674 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
24675 * sysdeps/ieee754/k_standard.c: Include <float.h>.
24676 (__kernel_standard_l): New function.
24677 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
24678 __kernel_standard.
24679 * math/w_acosl.c (__acosl): Likewise.
24680 * math/w_asinl.c (__asinl): Likewise.
24681 * math/w_atan2l.c (__atan2l): Likewise.
24682 * math/w_atanhl.c (__atanhl): Likewise.
24683 * math/w_coshl.c (__coshl): Likewise.
24684 * math/w_exp10l.c (__exp10l): Likewise.
24685 * math/w_exp2l.c (__exp2l): Likewise.
24686 * math/w_fmodl.c (__fmodl): Likewise.
24687 * math/w_hypotl.c (__hypotl): Likewise.
24688 * math/w_j0l.c (__j0l, __y0l): Likewise.
24689 * math/w_j1l.c (__j1l, __y1l): Likewise.
24690 * math/w_jnl.c (__jnl, __ynl): Likewise.
24691 * math/w_lgammal.c (__lgammal): Likewise.
24692 * math/w_log10l.c (__log10l): Likewise.
24693 * math/w_log2l.c (__log2l): Likewise.
24694 * math/w_logl.c (__logl): Likewise.
24695 * math/w_powl.c (__powl): Likewise.
24696 * math/w_remainderl.c (__remainderl): Likewise.
24697 * math/w_scalbl.c (sysv_scalbl): Likewise.
24698 * math/w_sinhl.c (__sinhl): Likewise.
24699 * math/w_sqrtl.c (__sqrtl): Likewise.
24700 * math/w_tgammal.c (__tgammal): Likewise.
24701 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
24702 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
24703 * math/libm-test.inc (acos_test): Add more tests.
24704 (acosh_test): Likewise.
24705 (asin_test): Likewise.
24706 (atanh_test): Likewise.
24707 (exp_test): Likewise.
24708 (exp10_test): Likewise.
24709 (exp2_test): Likewise.
24710 (expm1_test): Likewise.
24711 (lgamma_test): Likewise.
24712 (log_test): Likewise.
24713 (log10_test): Likewise.
24714 (log1p_test): Likewise.
24715 (log2_test): Likewise.
24716 (pow_test): Do not allow some spurious overflow exceptions.
24717 (sqrt_test): Add more tests.
24718 (tgamma_test): Likewise.
24719 (y0_test): Likewise.
24720 (y1_test): Likewise.
24721 (yn_test): Likewise.
24722
dd62fda6
AB
247232012-03-27 Anton Blanchard <anton@samba.org>
24724
24725 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
24726 MAP_HUGETLB.
24727 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24728 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
24729 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24730
1e3cdfda
AJ
247312012-03-27 David S. Miller <davem@davemloft.net>
24732
b855ab85
DM
24733 * conform/Makefile: Run run-conformtest.sh using $(BASH).
24734
1e3cdfda
AJ
24735 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
24736 have-as-vis3 check.
24737
247382012-03-27 Andreas Jaeger <aj@suse.de>
24739
24740 * sysdeps/x86_64/elf/configure.in: Moved to ...
24741 * sysdeps/x86_64/configure.in: ... here.
24742 * sysdeps/x86_64/elf/start.S: Moved to ...
24743 * sysdeps/x86_64/start.S: ... here.
24744 * sysdeps/x86_64/elf/configure: Delete.
24745
24746 * sysdeps/x86_64/configure.in: Merge contents from
24747 sysdeps/i386/configure.in (without i686 check).
24748
24749 * sysdeps/i386/elf/Versions: Merge into ...
24750 * sysdeps/i386/Versions: ... this.
24751 * sysdeps/i386/elf/Versions: Delete file.
24752 * sysdeps/i386/elf/start.S: Moved to ...
24753 * sysdeps/i386/start.S: ...here.
24754 * sysdeps/i386/elf/configure.in: Merge into...
24755 * sysdeps/i386/configure.in: ...here.
24756 * sysdeps/i386/elf/configure.in: Delete file.
24757 * sysdeps/i386/elf/configure: Delete file.
24758
24759 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
24760 * debug/backtracesyms.c: ... here.
24761 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
24762 * debug/backtracesymsfd.c: ... here.
24763 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
24764 * sysdeps/generic/ifunc-sel.h: ... here.
24765
24766 * sysdeps/unix/i386/start.c: Delete file.
24767 * sysdeps/unix/sparc/start.c: Delete file.
24768 * sysdeps/unix/start.c: Delete file.
24769
24770 * sysdeps/sh/elf/configure.in: Moved to ...
24771 * sysdeps/sh/configure.in: ... here.
24772 * sysdeps/sh/elf/start.S: Moved to ...
24773 * sysdeps/sh/start.S: ... here.
24774 * sysdeps/sh/elf/configure: Delete file.
24775
24776 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
24777 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
24778 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
24779 * sysdeps/powerpc/powerpc64/entry.h: ... here.
24780 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
24781 * sysdeps/powerpc/powerpc64/start.S: here.
24782 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
24783 * sysdeps/powerpc/powerpc64/Makefile: ... this.
24784 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
24785 * sysdeps/powerpc/powerpc64/configure.in: ... this.
24786 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
24787
24788 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
24789 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
24790 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
24791 * sysdeps/powerpc/powerpc32/start.S: ... here.
24792 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
24793 * sysdeps/powerpc/powerpc32/configure.in: ... this.
24794 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
24795
24796 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
24797 * sysdeps/powerpc/ifunc-sel.h: ... here.
24798 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
24799 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
24800
24801 * sysdeps/sparc/elf/configure.in: Moved to ...
24802 * sysdeps/sparc/configure.in: ... here.
24803 * sysdeps/sparc/elf/configure: Delete file.
24804 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
24805 * sysdeps/sparc/sparc32/start.S: ... here.
24806 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
24807 * sysdeps/sparc/sparc64/start.S: ... here.
24808 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
24809 * sysdeps/sparc/sparc32/Makefile: ... this.
24810 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
24811 * sysdeps/sparc/sparc64/Makefile: ... this.
24812
24813 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
24814 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
24815 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
24816 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
24817 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
24818 * sysdeps/s390/s390-32/setjmp.S: ... here.
24819 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
24820 * sysdeps/s390/s390-32/configure.in: ... here.
24821 * sysdeps/s390/s390-32/elf/configure: Delete file.
24822 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
24823 * sysdeps/s390/s390-32/start.S: ... here.
24824
24825 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
24826 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
24827 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
24828 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
24829 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
24830 * sysdeps/s390/s390-64/setjmp.S: ... here.
24831 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
24832 * sysdeps/s390/s390-64/configure.in: ... here
24833 * sysdeps/s390/s390-64/elf/configure: Delete file.
24834 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
24835 * sysdeps/s390/s390-64/start.S: ... here.
24836 * sysdeps/s390/s390-64/elf/configure: Delete.
24837
24838 * configure.in: Remove support for elf directories in sysdeps.
24839
24840 * configure: Regenerated.
24841 * sysdeps/i386/configure: Regenerated.
24842 * sysdeps/powerpc/powerpc32/configure: Regenerated.
24843 * sysdeps/powerpc/powerpc64/configure: Regenerated.
24844 * sysdeps/s390/s390-32/configure: Regenerated.
24845 * sysdeps/s390/s390-64/configure: Regenerated.
24846 * sysdeps/sh/configure: Regenerated.
24847 * sysdeps/sparc/configure: Regenerated.
24848 * sysdeps/x86_64/configure: Regenerated.
24849
a3f61311
AS
248502012-03-26 Andreas Schwab <schwab@linux-m68k.org>
24851
c876e002
AS
24852 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24853
a3f61311
AS
24854 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
24855 denormal result into account.
24856
ac4c54f0
RM
248572012-03-25 Roland McGrath <roland@hack.frob.com>
24858
24859 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
24860 Reported by Allan McRae <allan@archlinux.org>.
24861
6a9b9c02
JL
248622012-03-23 Jeff Law <law@redhat.com>
24863
24864 * nss/getnssent.c (__nss_getent): Fix typo.
24865
4c42a0c1
DM
248662012-03-23 David S. Miller <davem@davemloft.net>
24867
24868 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24869
1532c7ac
L
248702012-03-23 H.J. Lu <hongjiu.lu@intel.com>
24871
24872 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
24873 to pad to uint64_t for each field.
24874 (dl_tls_index): Replace unsigned long with uint64_t.
24875
3ff42526
PP
248762012-03-23 Daniel Jacobowitz <dmj@google.com>
24877 Paul Pluzhnikov <ppluzhnikov@google.com>
24878
24879 [BZ #6528]
24880 * grp/Makefile (otherlibs): Don't set it.
24881 * inet/Makefile (otherlibs): Likewise.
24882 * login/Makefile (otherlibs): Likewise.
24883 * nscd/Makefile (otherlibs): Likewise.
24884 * posix/Makefile (otherlibs): Likewise.
24885 * pwd/Makefile (otherlibs): Likewise.
24886 * rt/Makefile (otherlibs): Likewise.
24887 * sunrpc/Makefile (otherlibs): Likewise.
24888 * nss/Makefile (otherlibs): Likewise.
24889 Add libnss_files to routines and static-only-routines.
24890 ($(objpfx)getent): Remove rule.
24891 * resolv/Makefile: Add libnss_dns and libresolv to routines and
24892 static-only-routines.
24893
7c69cd14
JM
248942012-03-22 Joseph Myers <joseph@codesourcery.com>
24895
24896 [BZ #13892]
24897 * math/s_cexp.c: Include <float.h>.
24898 (__cexp): Handle exp result overflowing not necessarily
24899 overflowing both real and imaginary parts of result.
24900 * math/s_cexpf.c: Likewise.
24901 * math/s_cexpl.c: Likewise.
24902 * math/libm-test.inc (cexp_test): Add more tests.
24903 * sysdeps/i386/fpu/libm-test-ulps: Update.
24904 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24905
81b035fe
L
249062012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24907
24908 * include/link.h (ELFW): New macro.
24909 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
24910 Replace ELF64_R_TYPE with ELFW(R_TYPE).
24911
1da7940c
L
249122012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24913
24914 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
24915 with uint64_t.
24916
b749dbb9
L
249172012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24918
24919 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
24920 declaration.
24921 (struct La_x32_retval): Likewise.
24922
2ff87f3f
L
249232012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24924
24925 * sysdeps/x86_64/preconfigure.in: New file.
24926 * sysdeps/x86_64/preconfigure: New generated file.
24927
c0df8e69
JM
249282012-03-22 Joseph Myers <joseph@codesourcery.com>
24929
48e44791
JM
24930 [BZ #13824]
24931 * math/e_exp2l.c: Include <float.h>.
24932 (__ieee754_exp2l): Handle overflow and underflow cases
24933 separately. Only pass fractional part of argument to
24934 __ieee754_expl.
24935 * math/libm-test.inc (exp2_test): Add more tests.
24936
c0df8e69
JM
24937 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
24938 negating x to take absolute value.
24939 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
24940 Likewise.
24941 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24942 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
24943 Likewise.
24944 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
24945 computing low part if x was negated.
24946 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24947
c8e43ba7
L
249482012-03-21 H.J. Lu <hongjiu.lu@intel.com>
24949
24950 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
24951 la_x32_gnu_pltexit.
24952 (pltexit): Cast int_retval to ptrdiff_t.
24953 * elf/tst-auditmod3b.c: Likewise.
24954 * elf/tst-auditmod4b.c: Likewise.
24955 * elf/tst-auditmod5b.c: Likewise.
24956 * elf/tst-auditmod6b.c: Likewise.
24957 * elf/tst-auditmod6c.c: Likewise.
24958 * elf/tst-auditmod7b.c: Likewise.
24959
24960 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
24961 and x32_gnu_pltexit.
24962
24963 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
24964 __ELF_NATIVE_CLASS.
24965 (La_x32_regs): New macro.
24966 (La_x32_retval): Likewise.
24967 (la_x32_gnu_pltenter): New function prototype.
24968 (la_x32_gnu_pltexit): Likewise.
24969
7998fa78
AS
249702012-03-21 Andreas Schwab <schwab@linux-m68k.org>
24971
dcb33988
AS
24972 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
24973 exponent.
24974
233fc563
AS
24975 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24976
7998fa78
AS
24977 * configure.in (libc_cv_cc_nofma): Check for option to disable
24978 generation of FMA instructions.
24979 * configure: Regenerate.
24980 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
24981 * sysdeps/ieee754/dbl-64/Makefile: New file.
24982 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24983 Remove brandred-fma4.
24984 (CFLAGS-brandred-fma4.c): Remove.
24985 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
24986 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
24987 define.
24988 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
24989 define.
24990
8e95c99a
L
249912012-03-21 H.J. Lu <hongjiu.lu@intel.com>
24992
24993 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
24994 LLONG_MAX != LONG_MAX.
24995 (_itoa_word): Use _ITOA_WORD_TYPE on value.
24996 (_fitoa_word): Likewise.
24997 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
24998 LLONG_MAX != LONG_MAX.
24999 * stdio-common/_itowa.h: Include <_itoa.h>.
25000 (_itowa_word): Use _ITOA_WORD_TYPE on value.
25001 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
25002 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
25003 only if not defined.
25004 (_ITOA_WORD_TYPE): Likewise.
25005 (_itoa_word): Use _ITOA_WORD_TYPE on value.
25006 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
25007
6f4db457
DM
250082012-03-21 David S. Miller <davem@davemloft.net>
25009
25010 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25011
7785fe5a
L
250122012-03-21 H.J. Lu <hongjiu.lu@intel.com>
25013
25014 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
25015 of x86_64 when setting libc_cv_slibdir, libdir and
25016 libc_cv_localedir.
25017 * sysdeps/unix/sysv/linux/configure: Regenerated.
25018
4535cd55
JM
250192012-03-21 Joseph Myers <joseph@codesourcery.com>
25020
25021 * manual/lang.texi (Old Varargs): Remove section.
25022 (How Variadic): Update menu.
25023 (va_start): Do not mention varargs.h.
25024
17228132
TS
250252012-03-21 Thomas Schwinge <thomas@codesourcery.com>
25026 Joseph Myers <joseph@codesourcery.com>
25027
25028 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
25029 link test.
25030 * configure: Regenerated.
25031
8149f976
TS
250322012-03-21 Thomas Schwinge <thomas@codesourcery.com>
25033
05f3d1f6
UD
25034 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
25035 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
25036 conformtest.pl
8149f976 25037
1a4ac776
JM
250382012-03-21 Joseph Myers <joseph@codesourcery.com>
25039
be22ce65
JM
25040 * NOTES: Remove.
25041 * Makefile (files-for-dist): Remove NOTES.
25042 (NOTES): Remove rule.
25043 * README: Don't refer to NOTES.
25044 * manual/creature.texi: Don't include macros.texi.
25045 * manual/intro.texi (creature.texi): Remove comment referring to
25046 NOTES.
25047
40b601fb
JM
25048 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
25049 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
25050 * configure: Regenerated.
25051 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
25052 LIBC_TRY_CC_OPTION.
25053 (libc_cv_as_i686): Likewise.
25054 (libc_cv_cc_avx): Likewise.
25055 (libc_cv_cc_sse2avx): Likewise.
25056 (libc_cv_cc_fma4): Likewise.
25057 (libc_cv_cc_novzeroupper): Likewise.
25058 * sysdeps/i386/configure: Regenerated.
25059
1a4ac776
JM
25060 [BZ #13883]
25061 * sysdeps/i386/fpu/s_cexp.S: Remove.
25062 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
25063 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
25064 * math/libm-test.inc (cexp_test): Add more tests.
25065 * sysdeps/i386/fpu/libm-test-ulps: Update.
25066 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25067
a458e7fe
AM
250682012-03-21 Allan McRae <allan@archlinux.org>
25069
25070 * timezone/Makefile: Do not install iso3166.tab and zone.tab
25071
0cb7efc5
JM
250722012-03-21 Joseph Myers <joseph@codesourcery.com>
25073
25074 [BZ #13871]
25075 * math/w_exp2.c: Do not include <float.h>.
25076 (o_threshold, u_threshold): Remove.
25077 (__exp2): Calculate result before checking finiteness and calling
25078 __kernel_standard.
25079 * math/w_exp2f.c: Likewise.
25080 * math/w_exp2l.c: Likewise.
25081 * math/libm-test.inc (exp2_test): Require overflow exception for
25082 1e6 input.
2460d3aa
JM
25083
25084 [BZ #3866]
25085 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
25086 range of signed 64-bit integers before using fistpll. Remove
25087 checks for whether integers fit in mantissa bits.
25088 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
25089 the range of signed 32-bit integers before using fistpl. Remove
25090 checks for whether integers fit in mantissa bits.
25091 * sysdeps/i386/fpu/e_powl.S (p64): New object.
25092 (__ieee754_powl): Test for y outside the range of signed 64-bit
25093 integers before using fistpll. Reduce 64-bit values to 63-bit
25094 ones as needed.
25095 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
25096 divide-by-zero is raised for zero to large negative powers.
25097 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
25098 (__ieee754_powl): Test for y outside the range of signed 64-bit
25099 integers before using fistpll. Reduce 64-bit values to 63-bit
25100 ones as needed.
25101 * math/libm-test.inc (pow_test): Add more tests.
25102
eb96ffb0
L
251032012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25104
25105 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
25106 <stdio-common/_itoa.h>.
25107 * debug/segfault.c: Likewise.
25108 * elf/dl-cache.c: Likewise.
25109 * elf/dl-minimal.c: Likewise.
25110 * elf/dl-misc.c: Likewise.
25111 * elf/dl-sysdep.c: Likewise.
25112 * elf/dl-version.c: Likewise.
25113 * elf/rtld.c: Likewise.
25114 * hurd/hurdsock.c: Likewise.
25115 * hurd/lookup-retry.c: Likewise.
25116 * malloc/malloc.c: Likewise.
25117 * malloc/mtrace.c: Likewise.
25118 * nscd/nscd_getgr_r.c: Likewise.
25119 * nscd/nscd_getpw_r.c: Likewise.
25120 * nscd/nscd_getserv_r.c: Likewise.
25121 * posix/getopt_init.c: Likewise.
25122 * posix/wordexp.c: Likewise.
25123 * stdio-common/_itoa.c: Likewise.
25124 * stdio-common/printf_fphex.c: Likewise.
25125 * stdio-common/vfprintf.c: Likewise.
25126 * string/_strerror.c: Likewise.
25127 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
25128 * sysdeps/i386/i686/hp-timing.h: Likewise.
25129 * sysdeps/mach/_strerror.c: Likewise.
25130 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
25131 * sysdeps/mach/hurd/sethostid.c: Likewise.
25132 * sysdeps/mach/hurd/xmknodat.c: Likewise.
25133 * sysdeps/mach/xpg-strerror.c: Likewise.
25134 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25135 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25136 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
25137 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
25138 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25139 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
25140 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
25141 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
25142 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
25143 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
25144 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
25145 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25146 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
25147 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25148 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25149 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
25150 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
25151 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
25152 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
25153 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
25154 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
25155
25156 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
25157
25158 * stdio-common/_itoa.h: Moved to ...
25159 * sysdeps/generic/_itoa.h: Here.
25160
25161 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
25162
25163 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
25164 instead of "_itoa.h" and "_itowa.h".
25165 * stdio-common/vfprintf.: Likewise.
25166
d1af992d
L
251672012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25168
25169 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
25170 <bits/wordsize.h>.
25171 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
25172 (__signbit): Likwise.
25173 (llrintf): Likwise.
25174 (llrint): Likwise.
25175
114883e0
L
251762012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25177
25178 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
25179 __WORDSIZE != 64.
25180
c135cc1b
JM
251812012-03-20 Joseph Myers <joseph@codesourcery.com>
25182
25183 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
25184 OVERFLOW_EXCEPTION_OK.
25185 * math/libm-test.inc ("Philosophy"): Update comment about
25186 exception testing.
25187 (OVERFLOW_EXCEPTION): Define.
25188 (OVERFLOW_EXCEPTION_OK): Likewise.
25189 (INVALID_EXCEPTION_OK): Renumber.
25190 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25191 (IGNORE_ZERO_INF_SIGN): Likewise.
25192 (test_exceptions): Handle FE_OVERFLOW.
25193 (exp10_test): Expect overflow exceptions.
25194 (exp2_test): Likewise.
25195 (expm1_test): Likewise.
25196 (nextafter_test): Likewise.
25197 (pow_test): Likewise.
25198 (scalbn_test): Likewise.
25199 (scalbln_test): Likewise.
25200
95443d88
L
252012012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25202
25203 * sysdeps/x86_64/bits/atomic.h
25204 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
25205 64bit integer.
25206 (atomic_exchange_acq): Likewise.
25207 (__arch_exchange_and_add_body): Likewise.
25208 (__arch_add_body): Likewise.
25209 (atomic_add_negative): Likewise.
25210 (atomic_add_zero): Likewise.
25211
490df6c4
L
252122012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25213
c2722551 25214 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
25215 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
25216
5e52b189
L
252172012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25218
25219 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
25220 Check __x86_64__ instead of __WORDSIZE.
25221
a9879d4c
L
252222012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25223
25224 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
25225
5df98260
DM
252262012-03-19 David S. Miller <davem@davemloft.net>
25227
e1497744
DM
25228 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25229
5df98260
DM
25230 * sysdeps/sparc/fpu/fenv_private.h: New file.
25231 * sysdeps/sparc/fpu/math_private.h: Use it.
25232 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
25233 Remove.
25234 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
25235 (libc_feholdexcept_setroundl): Remove.
25236 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
25237 Remove.
25238 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
25239 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
25240
b4c35121
L
252412012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25242
25243 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
25244 int64_t instead of long int.
25245 (INSERT_WORDS64): Likwise.
25246
56965fd7
L
252472012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25248
25249 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
25250 _Unwind_GetCFA return to _Unwind_Ptr first.
25251
83d1aec8
JM
252522012-03-19 Joseph Myers <joseph@codesourcery.com>
25253
1897ad44
JM
25254 [BZ #13629]
25255 * math/s_clog.c: Include <float.h>.
25256 (__clog): Scale large or subnormal inputs.
25257 * math/s_clogf.c: Likewise.
25258 * math/s_clogl.c: Likewise.
25259 * math/s_clog10.c: Include <float.h>.
25260 (M_LOG10_2): Define.
25261 (__clog10): Scale large or subnormal inputs.
25262 * math/s_clog10f.c: Likewise.
25263 * math/s_clog10l.c: Likewise.
25264 * math/libm-test.inc (clog_test): Add more tests.
25265 (clog10_test): Likewise.
25266 * sysdeps/i386/fpu/libm-test-ulps: Update.
25267 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25268
7726d6a9
JM
25269 [BZ #11451]
25270 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
25271 x and y.
25272 * math/libm-test.inc (atan2_test): Add another test.
25273
83d1aec8
JM
25274 * Makerules (common-objdir-compile): Remove.
25275 * sysdeps/unix/Makefile (config-generated): Do not add
25276 $(unix-generated) to variable.
25277 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
25278 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
25279 Remove rule.
25280 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
25281 Likewise.
25282 [generic bits/local_lim.h] (before-compile): Do not append to
25283 variable.
25284 [generic bits/local_lim.h] (common-generated): Likewise.
25285 [generic sys/param.h] (before-compile): Do not append to variable.
25286 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
25287 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
25288 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
25289 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
25290 include.
25291 [generic sys/param.h] (sys/param.h-includes): Remove variable.
25292 [generic sys/param.h] (sys/param.h-includes): Remove rule.
25293 [generic sys/param.h] ($(addprefix
25294 $(common-objpfx),$(sys/param.h-includes))): Likewise.
25295 [generic sys/param.h] (common-generated): Do not append to
25296 variable.
25297 [generic sys/param.h] (sysdep_headers): Likewise.
25298 [generic bits/errno.h] (before-compile): Do not append to
25299 variable.
25300 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
25301 rule.
25302 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
25303 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
25304 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
25305 [generic bits/errno.h] (common-generated): Do not append to
25306 variable.
25307 [generic bits/ioctls.h] (before-compile): Do not append to
25308 variable.
25309 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
25310 rule.
25311 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
25312 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
25313 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
25314 rule.
25315 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
25316 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
25317 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
25318 [generic bits/ioctls.h] (common-generated): Do not append to
25319 variable.
25320 [generic sys/syscall.h] (syscall.h): Remove variable.
25321 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
25322 rule.
25323 [generic sys/syscall.h] (before-compile): Do not append to
25324 variable.
25325 [generic sys/syscall.h] (common-generated): Likewise.
25326 * sysdeps/unix/errnos-tmpl.c: Remove file.
25327 * sysdeps/unix/errnos.awk: Likewise.
25328 * sysdeps/unix/ioctls-tmpl.c: Likewise.
25329 * sysdeps/unix/ioctls.awk: Likewise.
25330 * sysdeps/unix/mk-local_lim.c: Likewise.
25331 * sysdeps/unix/snarf-ioctls: Likewise.
25332
4851a949
RH
253332012-03-19 Richard Henderson <rth@twiddle.net>
25334
bd37f2ee
RH
25335 * sysdeps/i386/fpu/fenv_private.h: New file.
25336 * sysdeps/i386/fpu/math_private.h: Use it.
25337 (math_opt_barrier, math_force_eval): Remove.
25338 (libc_feholdexcept_setround_53bit): Remove.
25339 (libc_feupdateenv_53bit): Remove.
25340 * sysdeps/x86_64/fpu/math_private.h: Likewise.
25341 (math_opt_barrier, math_force_eval): Remove.
25342 (libc_feholdexcept): Remove.
25343 (libc_feholdexcept_setround): Remove.
25344 (libc_fetestexcept, libc_fesetenv): Remove.
25345 (libc_feupdateenv_test): Remove.
25346 (libc_feupdateenv, libc_feholdsetround): Remove.
25347 (libc_feresetround): Remove.
25348
d0adc922
RH
25349 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
25350 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
25351
0fe0f1f8
RH
25352 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
25353 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
25354 (libc_feupdateenv_testl): New.
25355 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
25356 (libc_feupdateenv_testf): New.
25357 (libc_feupdateenv): Use libc_feupdateenv_test.
25358 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
25359 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
25360
eb92c487
RH
25361 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
25362 (libc_feholdsetroundf, libc_feholdsetroundl): New.
25363 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
25364 (libc_feresetround_noex): New.
25365 (libc_feresetround_noexf): New.
25366 (libc_feresetround_noexl): New.
25367 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
25368 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
25369 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
25370 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
25371 SET_RESTORE_ROUND.
25372 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
25373 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
25374 (__cos): Likewise.
25375 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
25376 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
25377 SET_RESTORE_ROUND_NOEX.
25378 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
25379 SET_RESTORE_ROUND_NOEXF.
25380 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
25381 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
25382 (libc_feholdsetroundf): New.
25383 (libc_feresetround, libc_feresetroundf): New.
25384
7d2e8012
RH
25385 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
25386 (libc_feholdexcept_setround_53bit): Convert from macro to function.
25387 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
25388
b4dabbb4
RH
25389 * sysdeps/generic/math_private.h: Include <fenv.h>.
25390 (default_libc_feholdexcept): New.
25391 (default_libc_feholdexcept_setround): New.
25392 (default_libc_fesetenv, default_libc_feupdateenv): New.
25393 (libc_feholdexcept): Only define if undefined.
25394 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
25395 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
25396 (libc_feholdexcept_setroundl): Likewise.
25397 (libc_feholdexcept_setround_53bit): Likewise.
25398 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
25399 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
25400 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
25401 (libc_feupdateenv_53bit): Likewise.
25402 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
25403 (libc_feholdexcept): Convert from macro to inline function.
25404 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
25405 (libc_fesetenv, libc_feupdateenv): Likewise.
25406
4851a949
RH
25407 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
25408 not previously defined.
25409 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
25410 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
25411 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
25412 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
25413 * sysdeps/ieee754/flt-32/math_private.h: New file.
25414 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
25415 math_private.h below SET_FLOAT_WORD.
25416 (__isnan, __isinf_ns, __finite): Remove.
25417 (__isnanf, __isinf_nsf, __finitef): Remove.
25418
e79d442e
AS
254192012-03-18 Andreas Schwab <schwab@linux-m68k.org>
25420
25421 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25422
90b80344
DM
254232012-03-17 David S. Miller <davem@davemloft.net>
25424
25425 [BZ #6471]
25426 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
25427 for 2.16.
25428
edc21804
DM
254292012-03-16 David S. Miller <davem@davemloft.net>
25430
77e927af
DM
25431 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
25432 warnings.
25433
374976dd
DM
25434 [BZ #6471]
25435 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
25436 properly.
25437 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
25438 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
25439 sysdep_routines when subdir is sysvipc.
25440 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
25441 __getshmlba helper.
25442
edc21804
DM
25443 * sysdeps/sparc/fpu/libm-test/ulps: Update.
25444
473c3ef3
L
254452012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25446
25447 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
25448 [__LP64__].
25449
eb0f39b6
L
254502012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25451
25452 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
25453 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
25454 (__lround): Renamed to ...
25455 (__llround): This. Replace long int with long long int.
25456 Define lround functions as aliases of llround functions.
25457 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
25458
6b6cd74b
L
254592012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25460
25461 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
25462 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
25463 adresses to uintptr_t. Replace "long int" and "unsigned long
25464 int" with "greg_t" on va_arg.
25465
f1a77b01
L
254662012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25467
25468 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
25469 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
25470
25471 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
25472 Move e_machine check before EI_CLASS check. Handle x32
25473 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
25474 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
25475 SKIP_EM_IA_64 and include
25476 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
25477
25478 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
25479 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
25480 (add_system_dir): New macro.
25481
25482 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
25483 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
25484
11b90b9f
JM
254852012-03-16 Joseph Myers <joseph@codesourcery.com>
25486
c36e1d23
JM
25487 [BZ #2551]
25488 [BZ #2552]
25489 [BZ #2553]
25490 [BZ #2554]
25491 [BZ #2562]
25492 [BZ #2563]
25493 [BZ #2565]
25494 [BZ #2566]
25495 [BZ #2576]
25496 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
25497 (y0): Likewise.
25498 * math/w_j0f.c (j0f): Likewise.
25499 (y0f): Likewise.
25500 * math/w_j0l.c (__j0l): Likewise.
25501 (__y0l): Likewise.
25502 * math/w_j1.c (j1): Likewise.
25503 (y1): Likewise.
25504 * math/w_j1f.c (j1f): Likewise.
25505 (y1f): Likewise.
25506 * math/w_j1l.c (__j1l): Likewise.
25507 (__y1l): Likewise.
25508 * math/w_jn.c (jn): Likewise.
25509 (yn): Likewise.
25510 * math/w_jnf.c (jnf): Likewise.
25511 (ynf): Likewise.
25512 * math/w_jnl.c (__jnl): Likewise.
25513 (__ynl): Likewise.
25514 * math/libm-test.inc (j0_test): Add more tests.
25515 (j1_test): Likewise.
25516 (jn_test): Likewise. Add trailing semicolon to existing test.
25517 (y0_test): Likewise.
25518 (y1_test): Likewise.
25519 * sysdeps/i386/fpu/libm-test-ulps: Update.
25520 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25521
11b90b9f
JM
25522 [BZ #13851]
25523 [BZ #13854]
25524 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
25525 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
25526 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
25527 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
25528 (__tanl): Set errno for infinite argument.
25529 * sysdeps/i386/fpu/mptan.c: Remove.
25530 * sysdeps/i386/fpu/s_tan.S: Likewise.
25531 * sysdeps/i386/fpu/s_tanl.S: Likewise.
25532 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
25533 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
25534 * math/libm-test.inc (tan_test): Add more tests and enable more
25535 tests for double and long double.
25536 * sysdeps/i386/fpu/libm-test-ulps: Update.
25537 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25538
6a1bd2a1
JK
255392012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
25540
25541 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
25542 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
25543
10a803e0
RM
255442012-03-16 Roland McGrath <roland@hack.frob.com>
25545
25546 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
25547 * configure.in: Use it for both main tree and add-ons.
25548 * configure: Regenerated.
25549
f196c7f7
L
255502012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25551
25552 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
25553
8848d99d
JM
255542012-03-16 Joseph Myers <joseph@codesourcery.com>
25555
96cbe7f4
JM
25556 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
25557 in comment.
25558
8848d99d
JM
25559 [BZ #13851]
25560 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
25561 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
25562 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
25563 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
25564 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
25565 infinite argument.
25566 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
25567 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
25568 != 0 for prec == 2.
25569 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
25570 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
25571 * sysdeps/i386/fpu/s_cosl.S: Likewise.
25572 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
25573 * sysdeps/i386/fpu/s_sinl.S: Likewise.
25574 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
25575 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
25576 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
25577 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
25578 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
25579 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
25580 * math/libm-test.inc (cos_test): Add more tests and enable more
25581 tests for long double.
25582 (sin_test): Likewise.
25583 (sincos_test): Likewise.
25584 * sysdeps/i386/fpu/libm-test-ulps: Update.
25585 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25586
dd7f4703
DM
255872012-03-16 David S. Miller <davem@davemloft.net>
25588
25589 * sysdeps/sparc/fpu/math_private.h: New file.
25590
006f1daa
DM
255912012-03-15 David S. Miller <davem@davemloft.net>
25592
c0c83bc8
DM
25593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
25594 file.
e6a62e18 25595 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
25596 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
25597 file.
e6a62e18
DM
25598 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
25599 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
25600 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
25601 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
25602 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
25603 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
25604 sysdep routines.
25605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
25606
88cb87d9
DM
25607 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
25608 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
25609
006f1daa 25610 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
25611 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
25612 sparc-ifunc.h
006f1daa 25613 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
25614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25615 Likewise.
25616 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
25617 Likewise.
006f1daa
DM
25618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
25619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
25620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
25621 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25622 Likewise.
006f1daa
DM
25623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
25624 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
25625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
25626 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
25627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
25628 Likewise.
25629 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
25630 Likewise.
006f1daa
DM
25631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
25632 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
25633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
25634 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
25635 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25636 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25637 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
25638 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
25639 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25640 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25641 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
25642 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
25643 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
25644 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
25645 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
25646 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
25647 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
25648 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
25649 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
25650 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
25651 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
25652 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
25653 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
25654 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
25655
11e0098e
AS
256562012-03-15 Andreas Schwab <schwab@linux-m68k.org>
25657
25658 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
25659 scaling.
25660 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25661
e85b09d0
AJ
256622012-03-15 Andreas Jaeger <aj@suse.de>
25663
25664 [BZ #13852]
25665 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
25666 ieee754/flt-32 implementation for sin, cos and sincos.
25667 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
25668 * sysdeps/i386/fpu/s_cosf.S: Likewise.
25669 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
25670 * sysdeps/i386/fpu/s_sinf.S: Likewise.
25671 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
25672 ieee754/flt-32 implementation for tan.
25673
25674 * math/libm-test.inc (cos_test): Enable some large input tests for
25675 float as well
25676 (sin_test): Likewise.
25677 (sincos_test): Likewise.
25678 (tan_test): Add tests for large input.
25679
25680 * sysdeps/i386/fpu/libm-test-ulps: Update.
25681
81c64153
AJ
256822012-03-15 Andreas Jaeger <aj@suse.de>
25683
25684 [BZ #13658]
25685 * math/libm-test.inc (cos_test): Add more test cases.
25686 (sin_test): Likewise.
25687 (sincos_test): Likewise.
25688
7bbfa5c6
AJ
256892012-03-15 Andreas Jaeger <aj@suse.de>
25690
25691 [BZ #13837]
25692 * math/libm-test.inc (cos_test): Add a test case for large input
25693 value.
25694 (sin_test): Likewise.
25695 (sincos_test): Likewise.
25696
256972012-03-15 Andreas Jaeger <aj@suse.de>,
25698 Joseph Myers <joseph@codesourcery.com>
25699
25700 [BZ #13658]
0671f479 25701 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
25702 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
25703 * sysdeps/i386/fpu/branred.c: Likewise.
25704 * sysdeps/i386/fpu/dosincos.c: Likewise.
25705 * sysdeps/i386/fpu/mpa.c: Likewise.
25706 * sysdeps/i386/fpu/s_cos.S: Likewise.
25707 * sysdeps/i386/fpu/s_sin.S: Likewise.
25708 * sysdeps/i386/fpu/s_sincos.S: Likewise.
25709 * sysdeps/i386/fpu/sincos32.c: Likewise.
25710
25711 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
25712 Define.
25713 (libc_feupdateenv_53bit): Define.
25714 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
25715 Define.
25716 (libc_feupdateenv_53bit): Define.
25717
25718 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
25719 53 bit (without extend i386 double precision).
25720
25721 * math/libm-test.inc (sincos_test): Add tests for large input.
25722 (sin): Likewise.
25723 (cos): Likewise.
25724
25725 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
25726
9cad04ea
AS
257272012-03-15 Andreas Schwab <schwab@linux-m68k.org>
25728
25729 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25730
f7062b9a
DM
257312012-03-15 David S. Miller <davem@davemloft.net>
25732
25733 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
25734 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
25735 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
25736 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
25737 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
25738 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
25739 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
25740 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
25741 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
25742 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
25743 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
25744 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
25745 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
25746 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
25747 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
25748 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
25749 file.
f7062b9a 25750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
25751 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
25752 file.
f7062b9a 25753 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
25754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
25755 file.
f7062b9a 25756 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
25757 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
25758 file.
f7062b9a
DM
25759 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
25760 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
25761 fmin/fmax sysdep routines.
25762 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
25763
7bd951ff
DM
257642012-03-14 David S. Miller <davem@davemloft.net>
25765
559398ab
DM
25766 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
25767 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
25768 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
25769 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
25770 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
25771 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
25772 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
25773 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
25774 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
25775 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
25776 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
25777 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
25778 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
25779 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
25780 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
25781 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
25782 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
25783 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
25784 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
25785 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
25786 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
25787 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
25788 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
25789 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
25790 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
25791 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
25792 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
25793 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
25794 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
25795 routines.
25796 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
25797 file.
559398ab 25798 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
25799 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
25800 file.
559398ab 25801 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
25802 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
25803 file.
559398ab 25804 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
25805 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
25806 file.
559398ab 25807 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
25808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
25809 file.
559398ab 25810 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
25811 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
25812 file.
25813 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
25814 file.
25815 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
25816 file.
25817 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
25818 file.
25819 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
25820 New file.
25821 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
25822 file.
25823 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
25824 file.
559398ab 25825 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
25826 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
25827 file.
559398ab 25828 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
25829 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
25830 file.
559398ab 25831 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
25832 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
25833 file.
559398ab 25834 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
25835 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
25836 VIS3 routines.
559398ab
DM
25837
25838 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25839 New file.
25840
5a1c1e32
DM
25841 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25842
eae47a36
DM
25843 * sysdeps/sparc/configure.in: New file.
25844 * sysdeps/sparc/configure: Generate.
25845 * configure.in (libc_cv_sparc_as_vis3): Substitute.
25846 * configure: Regenerate.
25847 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
25848 * config.make.in (have-as-vis3): New.
25849 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
25850 available use -Av9d instead of -Av9a.
25851 * sysdeps/sparc/sparc64/Makefile: Likewise.
25852 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
25853 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
25854 New file.
25855 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
25856 file.
25857 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
25858 New file.
25859 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
25860 file.
eae47a36
DM
25861 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
25862 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
25863 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
25864 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
25865 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
25866
c0c83bc8
DM
25867 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
25868 fzeros/fnegs to load 0x80000000 into a float register instead of
25869 using the stack.
7bd951ff
DM
25870 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
25871
bd951ccb
JM
258722012-03-14 Joseph Myers <joseph@codesourcery.com>
25873
25874 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25875 bits/syscall.h.
25876 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
25877 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
25878 ($(inst_includedir)/bits/syscall.h): Remove rule.
25879 ($(objpfx)bits/syscall.d): Include instead of
25880 $(objpfx)syscall-list.d.
25881 (generated): Change syscall-list.h and syscall-list.d to
25882 bits/syscall.h and bits/syscall.d.
25883
bb4e6db2
RM
258842012-03-14 Roland McGrath <roland@hack.frob.com>
25885
25886 [BZ #13846]
25887 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
25888
aa4a2ae1
JM
258892012-03-14 Joseph Myers <joseph@codesourcery.com>
25890
e456826d
JM
25891 [BZ #13841]
25892 * math/s_csqrt.c: Include <float.h>.
25893 (__csqrt): Scale large or subnormal inputs.
25894 * math/s_csqrtf.c: Likewise.
25895 * math/s_csqrtl.c: Likewise.
25896 * math/libm-test.inc (csqrt_test): Add more tests.
25897 * sysdeps/i386/fpu/libm-test-ulps: Update.
25898 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25899
aa4a2ae1
JM
25900 [BZ #13840]
25901 * math/libm-test.inc (hypot_test): Add more tests.
25902
7c10fd35
DM
259032012-03-13 David S. Miller <davem@davemloft.net>
25904
25905 [BZ #13840]
25906 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
25907 double-precision for the calculation instead of scaling.
25908
f453b98b
JM
259092012-03-13 Joseph Myers <joseph@codesourcery.com>
25910
25911 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
25912 manipulate bits before adding and subtracting TWO52[sx].
25913 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
25914 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
25915 Likewise.
25916 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
25917
09a3453f
DM
259182012-03-13 David S. Miller <davem@davemloft.net>
25919
8e59da90
DM
25920 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
25921 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
25922 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
25923 rtld-global-offsets.h
25924 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
25925
2a8ab7f2
DM
25926 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
25927 large parameters.
25928
10f62770
DM
25929 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
25930
5f0bdb18
DM
25931 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
25932 'err' in the ifdef scope in which it is actually used.
25933
09a3453f
DM
25934 * nss/nss_db/db-init.c: Include string.h
25935
b4b2eb5e
DM
259362012-03-12 David S. Miller <davem@davemloft.net>
25937
98bb2f1c
DM
25938 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
25939 masking out of the most significant byte of random value used.
25940 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25941 Fix coding style in previous change.
25942
b4b2eb5e
DM
25943 * sysdeps/unix/sysv/linux/kernel-features.h
25944 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
25945 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
25946 expression.
25947 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
25948 later.
25949
6e226b09
DM
259502012-03-11 David S. Miller <davem@davemloft.net>
25951
a1bcbd40
DM
25952 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
25953 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
25954 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
25955 for 'resultvar' otherwise things get truncated on 64-bit.
25956
cb9d6174
DM
25957 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25958 Fix masking out of the most significant byte of random value used.
25959
6e226b09
DM
25960 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25961
058c132d
AS
259622012-03-10 Andreas Schwab <schwab@linux-m68k.org>
25963
25964 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25965
2d2cd515
DM
259662012-03-09 David S. Miller <davem@davemloft.net>
25967
25968 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
25969 variables with appropriate CPP guards.
25970 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
25971 frame pointer, not the stack pointer. Correct layout comments. Fix test
25972 on resulting framesize and the management of the outregs buffer for pltexit.
25973 Preserve floating point return values across _dl_call_pltexit call.
25974 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
25975 framesize and the management of the outregs buffer for pltexit.
25976 Preserve floating point return values across _dl_call_pltexit
25977 call.
25978 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
25979 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
25980 (print_exit): Fix format string for return register value.
25981
9a07f9d0
JM
259822012-03-10 Joseph Myers <joseph@codesourcery.com>
25983
25984 * sunrpc/Makefile (others): Add rpcgen.
25985 ($(objpfx)rpcgen): Remove special build rule and dependency on
25986 libc.
25987 * sunrpc/rpcgen.c: New file.
25988
547b5e30
PE
259892012-03-09 Paul Eggert <eggert@cs.ucla.edu>
25990
c524201a
PE
25991 [BZ #13673]
25992 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
25993 * stdio-common/bug-vfprintf-nargs.c: Likewise.
25994 * sysdeps/i386/crti.S: Likewise.
25995 * sysdeps/i386/crtn.S: Likewise.
25996 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
25997 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
25998 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
25999 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
26000 * sysdeps/sh/crti.S: Likewise.
26001 * sysdeps/sh/crtn.S: Likewise.
26002 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
26003
7b6235f2
PE
26004 [BZ #13673]
26005 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
26006 with URL.
26007 * locale/programs/locfile-kw.gperf: Likewise.
26008 * locale/programs/charmap-kw.h: Regenerated.
26009 * locale/programs/locfile-kw.h: Likewise.
26010
547b5e30
PE
26011 [BZ #13673]
26012 * intl/plural.y: Replace FSF snail mail address with URL.
26013 * intl/plural.c: Regenerated.
26014
5f0a5dae
RH
260152012-03-09 Richard Henderson <rth@twiddle.net>
26016
26017 * include/math_private.h: Remove file.
26018 * math/math_private.h: Move file ...
26019 * sysdeps/generic/math_private.h: ... here.
26020
b8c03620
RH
26021 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
26022 * sysdeps/powerpc/fpu/math_private.h: Likewise.
26023 * sysdeps/x86_64/fpu/math_private.h: Likewise.
26024
4e234f5d 26025 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
26026 and <math_private.h>.
26027 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
26028 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
26029 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
26030 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
26031 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
26032 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
26033 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26034 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26035 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
26036 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26037 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26038 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
26039 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
26040 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26041 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
26042 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
26043 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
26044 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26045 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
26046 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
26047 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26048 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
26049 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
26050 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26051 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
26052 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26053 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
26054 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26055 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26056 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26057 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
26058 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26059 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
26060 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
26061 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
26062 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26063 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26064 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
26065 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
26066 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
26067 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
26068 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
26069 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
26070 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
26071 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
26072 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
26073 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
26074 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
26075 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26076 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
26077 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
26078 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
26079 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
26080 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
26081 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
26082 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
26083 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
26084 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
26085 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
26086 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
26087 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26088 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
26089 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26090 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
26091 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
26092 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26093 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26094 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26095 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
26096 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
26097 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26098 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
26099 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26100 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26101 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
26102 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
26103 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
26104 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26105 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
26106 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
26107 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26108 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
26109 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26110 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
26111 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26112 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
26113 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
26114 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
26115 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
26116 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
26117 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
26118 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
26119 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26120 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
26121 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
26122 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
26123 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
26124 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
26125 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
26126 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
26127 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
26128 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
26129 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
26130 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
26131 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26132 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
26133 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
26134 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
26135 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26136 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26137 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26138 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26139 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
26140 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26141 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
26142 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
26143 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26144 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
26145 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26146 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
26147 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26148 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
26149 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
26150 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
26151 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26152 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
26153 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
26154 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
26155 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
26156 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
26157 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
26158 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
26159 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26160 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
26161 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
26162 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
26163 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
26164 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
26165 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
26166 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
26167 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
26168 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
26169 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
26170 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
26171 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
26172 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
26173 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
26174 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
26175 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
26176 * sysdeps/ieee754/k_standard.c: Likewise.
26177 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
26178 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
26179 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
26180 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
26181 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
26182 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
26183 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
26184 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
26185 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
26186 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
26187 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
26188 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
26189 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
26190 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
26191 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
26192 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
26193 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26194 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
26195 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
26196 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
26197 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
26198 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
26199 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26200 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
26201 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26202 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
26203 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
26204 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
26205 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
26206 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26207 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26208 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
26209 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
26210 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
26211 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26212 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
26213 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
26214 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
26215 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
26216 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
26217 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26218 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26219 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26220 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
26221 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26222 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26223 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
26224 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
26225 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
26226 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26227 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26228 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26229 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
26230 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
26231 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26232 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26233 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
26234 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
26235 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
26236 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
26237 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26238 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26239 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
26240 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
26241 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
26242 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
26243 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
26244 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
26245 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
26246 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
26247 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
26248 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
26249 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
26250 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
26251 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
26252 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
26253 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
26254 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
26255 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
26256 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26257 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26258 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26259 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
26260 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
26261 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
26262 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
26263 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
26264 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
26265 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
26266 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
26267 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
26268 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
26269 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
26270 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26271 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
26272 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
26273 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
26274 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
26275 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
26276 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
26277 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
26278 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
26279 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26280 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
26281 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
26282 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26283 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26284 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
26285 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
26286 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
26287 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
26288 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
26289 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
26290 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
26291 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
26292 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
26293 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
26294 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
26295 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
26296 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
26297 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
26298 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
26299 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
26300 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
26301 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
26302 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
26303 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
26304 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
26305 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
26306 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26307 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
26308 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
26309 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
26310 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
26311 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
26312 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
26313 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
26314 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
26315 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
26316 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
26317 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
26318 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
26319 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
26320 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
26321 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
26322 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
26323 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
26324 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
26325 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
26326 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
26327 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
26328 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
26329 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
26330 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
26331 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
26332 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
26333 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
26334 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
26335 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
26336 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
26337 * sysdeps/ieee754/s_lib_version.c: Likewise.
26338 * sysdeps/ieee754/s_matherr.c: Likewise.
26339 * sysdeps/ieee754/s_signgam.c: Likewise.
26340 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26341 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26342 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
26343 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
26344 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
26345 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
26346 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
26347 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
26348 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
26349 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
26350 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26351 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
26352 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
26353 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
26354 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
26355 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26356 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26357 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26358 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26359 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26360 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 26361
1991fa03
JM
263622012-03-09 Joseph Myers <joseph@codesourcery.com>
26363
26364 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
26365 * sunrpc/rpc_main.c: Likewise.
26366 * sunrpc/rpc_svcout.c: Likewise.
26367
60d6f5a6
DM
263682012-03-09 David S. Miller <davem@davemloft.net>
26369
26370 * include/math_private.h: New file.
26371
4962050e
JM
263722012-03-09 Joseph Myers <joseph@codesourcery.com>
26373
02a6f887
JM
26374 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
26375 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
26376 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
26377 from <bits/socket_type.h>.
26378 (enum __socket_type): Don't define here.
26379 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
26380 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26381 bits/socket_type.h.
26382
c6e013c1
JM
26383 [BZ #13566]
26384 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
26385 checking __USE_GNU.
26386
4962050e
JM
26387 * Makerules ($(inst_includedir)/%.h): New rule.
26388 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
26389 (install-others): Remove variable setting.
26390 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
26391
38842f45
RH
263922012-03-08 Richard Henderson <rth@twiddle.net>
26393
67bb6da6
RH
26394 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
26395 from macro to inline function; merge with the
26396 !__LIBC_INTERNAL_MATH_INLINES version.
26397 (__ieee754_sqrtf): Likewise.
26398
15194b4b
RH
26399 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
26400 to inline function.
26401 (__rintf, __floor, __floorf): Likewise.
26402
64e21ede
RH
26403 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
26404 macro to inline function.
26405 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
26406
38842f45
RH
26407 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
26408 not <math/math_private.h>.
26409
c64bf5fe
DM
264102012-03-08 David S. Miller <davem@davemloft.net>
26411
26412 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
26413 copyright year.
26414 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
26415
82d86f28
TS
264162012-03-08 Thomas Schwinge <thomas@codesourcery.com>
26417
26418 * resolv/gai_misc.c (handle_requests): Fix struct timespec
26419 normalization.
26420 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
26421 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
26422
aea5d727
UD
264232012-03-08 Ulrich Drepper <drepper@gmail.com>
26424
26425 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
26426 be defined individually, they must be defined as a block. Define
26427 S for printing a string instead of hidint the different by using a
26428 macro for adding the 'l'.
26429 * stdio-common/tst-fphex-wide.c: Adjust.
26430
70bca0a3
MP
264312012-03-07 Marek Polacek <polacek@redhat.com>
26432
26433 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
26434
65b81130
MP
264352012-03-08 Marek Polacek <polacek@redhat.com>
26436
26437 [BZ #13806]
26438 * stdio-common/Makefile (tests): Add tst-fphex-wide.
26439 * stdio-common/tst-fphex.c: Define a few macros to make the
26440 test reusable. Use them.
26441 * stdio-common/tst-fphex-wide.c: New file.
26442
07037eeb
JM
264432012-03-08 Joseph Myers <joseph@codesourcery.com>
26444
a7a93d50
JM
26445 [BZ #6911]
26446 * manual/macros.texi (gnusystems): New macro.
26447 (nongnusystems): Likewise.
26448 (gnulinuxhurdsystems): Likewise.
26449 (gnuhurdsystems): Likewise..
26450 (gnulinuxsystems): Likewise.
26451 * manual/charset.texi: Use new macros or @theglibc{} to refer to
26452 variants of the GNU system, not "GNU system".
26453 * manual/conf.texi: Likewise.
26454 * manual/errno.texi: Likewise. Update example of errno macro
26455 expansion.
26456 * manual/filesys.texi: Likewise.
26457 (getumask): Document as specific to GNU/Hurd.
26458 * manual/install.texi: Likewise. Reword some references to
26459 GNU/Linux.
26460 * manual/intro.texi: Likewise.
26461 * manual/io.texi: Likewise.
26462 (File Name Portability): Detail which constraints are inapplicable
26463 to all GNU systems and which are only inapplicable to GNU/Hurd.
26464 * manual/job.texi: Likewise.
26465 * manual/llio.texi: Likewise.
26466 (O_NOCTTY): Document as present on GNU/Linux.
26467 * manual/maint.texi: Likewise.
26468 * manual/memory.texi: Likewise.
26469 * manual/pattern.texi: Likewise.
26470 * manual/pipe.texi: Likewise.
26471 * manual/process.texi: Likewise.
26472 * manual/resource.texi: Likewise.
26473 (RUSAGE_CHILDREN): Remove statement about specifying a particular
26474 child on GNU/Hurd.
26475 * manual/setjmp.texi: Likewise.
26476 * manual/signal.texi: Likewise.
26477 * manual/startup.texi: Likewise.
26478 * manual/stdio.texi: Likewise.
26479 * manual/terminal.texi: Likewise.
26480 (ONLCR): Document as POSIX.
26481 (OXTABS): Document availability on GNU/Linux as XTABS.
26482 (ONOEOT): Document availability separately from other bits.
26483 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
26484 * manual/time.texi: Likewise.
26485 * manual/users.texi: Likewise.
26486 * INSTALL: Regenerated.
26487 * sysdeps/gnu/errlist.c: Regenerated.
26488
07037eeb
JM
26489 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
26490 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
26491 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
26492 puts.
26493 * configure: Regenerated.
26494
d1d3431a
JM
264952012-03-07 Joseph Myers <joseph@codesourcery.com>
26496
af6a1e37
JM
26497 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
26498 default includes instead of AC_HEADER_CHECK.
26499 * sysdeps/i386/configure: Regenerated.
26500
d1d3431a
JM
26501 [BZ #10716]
26502 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
26503 * math/s_cacoshf.c (__cacoshf): Likewise.
26504 * math/s_cacoshl.c (__cacoshl): Likewise.
26505 * math/s_casinh.c (__casinh): Set signs of result from argument.
26506 * math/s_casinhf.c (__casinhf): Likewise.
26507 * math/s_casinhl.c (__casinhl): Likewise.
26508 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
26509 (casinh_test): Add more tests.
26510 * sysdeps/i386/fpu/libm-test-ulps: Update.
26511 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26512
482ff4da
UD
265132012-03-07 Ulrich Drepper <drepper@gmail.com>
26514
872fda05
UD
26515 * po/zh_TW.po: Update from translation team.
26516
a4300c7a
UD
26517 * login/Makefile (distribute): Remove variable.
26518 * catgets/Makefile: Likewise.
26519 * mach/Makefile: Likewise.
26520 * malloc/Makefile: Likewise.
26521 * misc/Makefile: Likewise.
26522 * iconv/Makefile: Likewise.
26523 * nscd/Makefile: Likewise.
26524 * hurd/Makefile: Likewise.
26525 * manual/Makefile: Likewise.
26526 * locale/Makefile: Likewise.
26527 * intl/Makefile: Likewise.
26528 * conform/Makefile: Likewise.
26529 * nss/Makefile: Likewise.
26530 * time/Makefile: Likewise.
26531 * soft-fp/Makefile: Likewise.
26532 * dirent/Makefile: Likewise.
26533 * gmon/Makefile: Likewise.
26534 * po/Makefile: Likewise.
26535 * rt/Makefile: Likewise.
26536 * socket/Makefile: Likewise.
26537 * math/Makefile: Likewise.
26538 * signal/Makefile: Likewise.
26539 * debug/Makefile: Likewise.
26540 * elf/Makefile: Likewise.
26541 * timezone/Makefile: Likewise.
26542 * stdlib/Makefile: Likewise.
26543 * iconvdata/Makefile: Likewise.
26544 * sunrpc/Makefile: Likewise.
26545 * io/Makefile: Likewise.
26546 * argp/Makefile: Likewise.
26547 * inet/Makefile: Likewise.
26548 * hesiod/Makefile: Likewise.
26549 * grp/Makefile: Likewise.
26550 * csu/Makefile: Likewise.
26551 * wctype/Makefile: Likewise.
26552 * crypt/Makefile: Likewise.
26553 * libio/Makefile: Likewise.
26554 * string/Makefile: Likewise.
26555 * nis/Makefile: Likewise.
26556 * resolv/Makefile: Likewise.
26557 * stdio-common/Makefile: Likewise.
26558 * wcsmbs/Makefile: Likewise.
26559 * dlfcn/Makefile: Likewise.
26560 * posix/Makefile: Likewise.
26561
3b7c4e74 26562 [BZ #6959]
482ff4da
UD
26563 * timezone/Makefile: Don't install timezone files, just the programs
26564 and scripts.
26565
f72ed77d
UD
265662012-03-06 Ulrich Drepper <drepper@gmail.com>
26567
a000466f
UD
26568 * nss/databases.def: Add missing gshadow entry.
26569
f72ed77d
UD
26570 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
26571
a53b7a4e
MP
265722012-03-06 Marek Polacek <polacek@redhat.com>
26573
26574 [BZ #13726]
26575 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
26576 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
26577 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
26578 * stdio-common/tst-long-dbl-fphex.c: New file.
26579
e9258400
DM
265802012-03-06 David S. Miller <davem@davemloft.net>
26581
26582 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
26583 (set_obp_int): New function.
26584 (get_obp_int): New function.
26585 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
26586 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
26587 Avoid unused variable warnings on 'val' and use builtin_expect.
26588 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
26589 __builtin_expect.
e9258400
DM
26590 (INLINE_CLONE_SYSCALL): Likewise.
26591
3bd2c723
DM
265922012-03-05 David S. Miller <davem@davemloft.net>
26593
26594 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26595
bbb78d03
AS
265962012-03-05 Andreas Schwab <schwab@linux-m68k.org>
26597
884c5db4
AS
26598 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26599
bbb78d03
AS
26600 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
26601 only for |x| >= 40.
26602 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
26603
1c9f702a 266042012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
26605
26606 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
26607 Replace gettimeofday with __vdso_gettimeofday.
26608
7be16f82
RM
26609 * sysdeps/unix/sysv/linux/x86_64/init-first.c
26610 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
26611 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
26612
26613 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
26614 time with __vdso_time.
26615
ed58a00f
JM
266162012-03-05 Joseph Myers <joseph@codesourcery.com>
26617
26618 * manual/lang.texi (size_t): Note types to which size_t may be
26619 equivalent with the GNU C Library, but do not describe when
26620 differences between them are significant.
26621
30ee4ced
AJ
266222012-03-05 Andreas Jaeger <aj@suse.de>
26623
26624 * sysdeps/i386/fpu/libm-test-ulps: Update.
26625
b7cd39e8
JM
266262012-03-05 Joseph Myers <joseph@codesourcery.com>
26627
26628 [BZ #3976]
26629 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
26630 (__ieee754_pow): Save and restore rounding mode and use
26631 round-to-nearest for main computations.
26632 * math/libm-test.inc (pow_test_tonearest): New function.
26633 (pow_test_towardzero): Likewise.
26634 (pow_test_downward): Likewise.
26635 (pow_test_upward): Likewise.
26636 (main): Call the new functions.
26637 * sysdeps/i386/fpu/libm-test-ulps: Update.
26638 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
26639
26640 [BZ #3976]
26641 * math/libm-test.inc (cosh_test_tonearest): New function.
26642 (cosh_test_towardzero): Likewise.
26643 (cosh_test_downward): Likewise.
26644 (cosh_test_upward): Likewise.
26645 (sinh_test_tonearest): Likewise.
26646 (sinh_test_towardzero): Likewise.
26647 (sinh_test_downward): Likewise.
26648 (sinh_test_upward): Likewise.
26649 (main): Call the new functions.
26650 * sysdeps/i386/fpu/libm-test-ulps: Update.
26651 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26652
6c6a98c9
TV
266532012-03-05 Tom de Vries <tom@codesourcery.com>
26654
26655 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
26656 default stack guard is set in last bytes.
26657 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
26658
21bb2d2e 266592012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 26660
21bb2d2e 26661 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 26662
21bb2d2e
AJ
26663 [BZ #13656]
26664 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
26665 possibly allocate from heap instead of stack.
26666 * stdio-common/bug-vfprintf-nargs.c: New file.
26667 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 26668
c6922934
AS
266692012-03-03 Andreas Schwab <schwab@linux-m68k.org>
26670
26671 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26672
bc957d53
MP
266732012-03-03 Marek Polacek <polacek@redhat.com>
26674
26675 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
26676 * math/math_private.h: Likewise.
26677 * stdlib/tst-strtod.c: Likewise.
26678 * sysdeps/i386/i486/bits/atomic.h: Likewise.
26679 * sysdeps/x86_64/bits/atomic.h: Likewise.
26680
6358490d
DM
266812012-03-02 David S. Miller <davem@davemloft.net>
26682
26683 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
26684 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
26685 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
26686 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
26687 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
26688 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
26689 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
26690 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
26691
01ae168d
RM
266922012-03-02 Roland McGrath <roland@hack.frob.com>
26693
d9a17c07
RM
26694 [BZ #13792]
26695 * manual/examples/README: New file, says the example source files
26696 can be used under GPL>=2.
26697 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
26698 line containing just "*/".
26699 * manual/examples/add.c: Add copyright header (GPL>=2).
26700 * manual/examples/argp-ex1.c: Likewise.
26701 * manual/examples/argp-ex2.c: Likewise.
26702 * manual/examples/argp-ex3.c: Likewise.
26703 * manual/examples/argp-ex4.c: Likewise.
26704 * manual/examples/atexit.c: Likewise.
26705 * manual/examples/db.c: Likewise.
26706 * manual/examples/dir.c: Likewise.
26707 * manual/examples/dir2.c: Likewise.
26708 * manual/examples/execinfo.c: Likewise.
26709 * manual/examples/filecli.c: Likewise.
26710 * manual/examples/filesrv.c: Likewise.
26711 * manual/examples/fmtmsgexpl.c: Likewise.
26712 * manual/examples/genpass.c: Likewise.
26713 * manual/examples/inetcli.c: Likewise.
26714 * manual/examples/inetsrv.c: Likewise.
26715 * manual/examples/isockad.c: Likewise.
26716 * manual/examples/longopt.c: Likewise.
26717 * manual/examples/memopen.c: Likewise.
26718 * manual/examples/memstrm.c: Likewise.
26719 * manual/examples/mkfsock.c: Likewise.
26720 * manual/examples/mkisock.c: Likewise.
26721 * manual/examples/mygetpass.c: Likewise.
26722 * manual/examples/pipe.c: Likewise.
26723 * manual/examples/popen.c: Likewise.
26724 * manual/examples/rprintf.c: Likewise.
26725 * manual/examples/search.c: Likewise.
26726 * manual/examples/select.c: Likewise.
26727 * manual/examples/setjmp.c: Likewise.
26728 * manual/examples/sigh1.c: Likewise.
26729 * manual/examples/sigusr.c: Likewise.
26730 * manual/examples/stpcpy.c: Likewise.
26731 * manual/examples/strdupa.c: Likewise.
26732 * manual/examples/strftim.c: Likewise.
26733 * manual/examples/strncat.c: Likewise.
26734 * manual/examples/subopt.c: Likewise.
26735 * manual/examples/swapcontext.c: Likewise.
26736 * manual/examples/termios.c: Likewise.
26737 * manual/examples/testopt.c: Likewise.
26738 * manual/examples/testpass.c: Likewise.
26739 * manual/examples/timeval_subtract.c: Likewise.
26740
01ae168d
RM
26741 [BZ #13792]
26742 * manual/time.texi (Elapsed Time): Move timeval_subtract example
26743 function to ...
26744 * manual/timeval_subtract.c.texi: ... here, new file.
26745
49efa33d
DM
267462012-03-02 David S. Miller <davem@davemloft.net>
26747
26748 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
26749
28afd92d
JM
267502012-03-02 Joseph Myers <joseph@codesourcery.com>
26751
804360ed
JM
26752 [BZ #3976]
26753 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
26754 (__sin): Save and restore rounding mode and use round-to-nearest
26755 for all computations.
26756 (__cos): Save and restore rounding mode and use round-to-nearest
26757 for all computations.
26758 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
26759 <fenv.h>.
26760 (tan): Save and restore rounding mode and use round-to-nearest for
26761 all computations.
26762 * math/libm-test.inc (cos_test_tonearest): New function.
26763 (cos_test_towardzero): Likewise.
26764 (cos_test_downward): Likewise.
26765 (cos_test_upward): Likewise.
26766 (sin_test_tonearest): Likewise.
26767 (sin_test_towardzero): Likewise.
26768 (sin_test_downward): Likewise.
26769 (sin_test_upward): Likewise.
26770 (tan_test_tonearest): Likewise.
26771 (tan_test_towardzero): Likewise.
26772 (tan_test_downward): Likewise.
26773 (tan_test_upward): Likewise.
26774 (main): Call the new functions.
26775 * sysdeps/i386/fpu/libm-test-ulps: Update.
26776 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26777
a6d06d7b
JM
26778 [BZ #10135]
26779 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
26780 small n, then large n, before computing and testing k+n.
26781 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
26782 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
26783 Likewise.
26784 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
26785 Likewise.
26786 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
26787 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
26788 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
26789 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
26790 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26791 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26792 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
26793 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
26794 * math/libm-test.inc (scalbn_test): Add more tests.
26795 (scalbln_test): Likewise.
26796
07e12bb3
JM
26797 * manual/filesys.texi (mode_t): Describe constraints on size and
26798 signedness, not exact equivalence to a particular type.
26799 (ino_t): Likewise.
26800 (ino64_t): Likewise.
26801 (dev_t): Likewise.
26802 (nlink_t): Likewise.
26803 (blkcnt_t): Likewise.
26804 (blkcnt64_t): Likewise.
26805 * manual/llio.texi (off_t): Likewise.
26806
28afd92d
JM
26807 [BZ #3976]
26808 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
26809 (__ieee754_exp): Save and restore rounding mode and use
26810 round-to-nearest for all computations.
26811 * math/libm-test.inc (exp_test_tonearest): New function.
26812 (exp_test_towardzero): Likewise.
26813 (exp_test_downward): Likewise.
26814 (exp_test_upward): Likewise.
26815 (main): Call the new functions.
26816 * sysdeps/i386/fpu/libm-test-ulps: Update.
26817 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26818
b1eeb65d
CD
268192012-03-01 Chris Demetriou <cgd@google.com>
26820
26821 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
26822 have predictable order.
26823
53362a4b
DM
268242012-03-01 David S. Miller <davem@davemloft.net>
26825
3c969083
DM
26826 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
26827
759707de
DM
26828 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
26829 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
26830 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
26831 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
26832
dfdb8ff2
DM
26833 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
26834 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
26835 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
26836 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
26837 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
26838 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
26839 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
26840 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
26841 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
26842
ead89f96
DM
26843 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26844
7f66bd07
DM
26845 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
26846 * sysdeps/sparc/fpu/libm-test-ulps: to here.
26847 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
26848
53362a4b
DM
26849 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
26850 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
26851 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
26852 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
26853 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
26854 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
26855 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
26856 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
26857 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
26858 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
26859 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
26860 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
26861 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
26862 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
26863 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26864 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
26865 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
26866 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
26867 * sysdeps/sparc/elf/configure: Regenerated.
26868
7b1902cb
JM
268692012-03-01 Joseph Myers <joseph@codesourcery.com>
26870
bec039bc
JM
26871 * configure.in (AS, LD): Require binutils 2.20 or later.
26872 * configure: Regenerated.
26873 * manual/install.texi (Tools for Compilation): Give binutils 2.20
26874 as required minimum version.
26875 * INSTALL: Regenerated.
26876
7b1902cb
JM
26877 [BZ #2541]
26878 [BZ #4108]
26879 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
26880 before squaring exponent.
26881 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
26882 bottom long double and 27 bits of top long double before squaring
26883 exponent.
26884 * math/libm-test.inc (erfc_test): Add more tests.
26885 * sysdeps/i386/fpu/libm-test-ulps: Update.
26886 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26887 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26888
f775c276
KT
268892012-03-01 Kai Tietz <ktietz@redhat.com>
26890
26891 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
26892 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
26893 containing bit-fields.
26894 * soft-fp/extended.h (_FP_UNION_E): Likewise.
26895 * soft-fp/single.h (_FP_UNION_S): Likewise.
26896 * soft-fp/double.h (_FP_UNION_D): Likewise.
26897
5b8a4d4a
JM
268982012-02-29 Joseph Myers <joseph@codesourcery.com>
26899
0bab47b6
JM
26900 [BZ #13786]
26901 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
26902 not include ../strcmp.S.
26903 [USE_AS_STRNCASECMP_L]: Likewise.
26904 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
26905 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
26906 * sysdeps/i386/i686/multiarch/strncase_l-c.c
26907 (__strncasecmp_l_ia32): Define as alias to
26908 __strncasecmp_l_nonascii.
26909
0fcad3e2
JM
26910 [BZ #5794]
26911 * math/libm-test.inc (expm1_test): Add test for bug 5794.
26912 * sysdeps/i386/fpu/libm-test-ulps: Update.
26913 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26914
5b8a4d4a
JM
26915 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
26916 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26917
8fdceb2e
JL
269182012-02-29 Jeff Law <law@redhat.com>
26919
26920 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
26921 out of bounds read.
26922
1f393a11
MP
269232012-02-29 Marek Polacek <polacek@redhat.com>
26924
26925 [BZ #13706]
26926 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
26927 * elf/Makefile: Add rules to run tst-unused-dep.out.
26928
8847f037
DM
269292012-02-28 David S. Miller <davem@davemloft.net>
26930
26931 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
26932 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
26933 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
26934 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
26935 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
26936 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
26937
169d7f11
JM
269382012-02-29 Joseph Myers <joseph@codesourcery.com>
26939
26940 * math/libm-test.inc (llround_test): Move one test from
26941 lround_test. Use TEST_f_L in moved test.
26942 (lround_test): Move misplaced test to llround_test. Add testcase
26943 from bug 2561.
26944
39adf059
UD
269452012-02-28 Ulrich Drepper <drepper@gmail.com>
26946
26947 * sysdeps/x86_64/fpu/e_expf.S: New file.
26948 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
26949
71b5d1c5
SB
269502012-02-28 Stanislav Brabec <sbrabec@suse.cz>
26951
26952 [BZ #13637]
26953 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
26954 of remain_len that may cause incomplete multi-byte character and
26955 false match.
26956 * posix/bug-regex33.c: New file.
26957 * posix/Makefile (tests): Add bug-regex33.
26958
1f77f049
JM
269592012-02-28 Joseph Myers <joseph@codesourcery.com>
26960
26961 * manual/macros.texi: New file.
26962 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
26963 * manual/libc.texinfo: Include macros.texi.
26964 * manual/creatute.texi: Likewise.
26965 * manual/install.texi: Likewise.
26966 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
26967 @glibcadj{} in references to the GNU C Library.
26968 * manual/charset.texi: Likewise.
26969 * manual/conf.texi: Likewise.
26970 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
26971 when not using those macros.
26972 * manual/creature.texi: Likewise.
26973 * manual/crypt.texi: Likewise.
26974 * manual/errno.texi: Likewise.
26975 * manual/filesys.texi: Likewise.
26976 * manual/header.texi: Likewise.
26977 * manual/install.texi: Likewise.
26978 * manual/intro.texi: Likewise.
26979 * manual/io.texi: Likewise.
26980 * manual/job.texi: Likewise.
26981 * manual/lang.texi: Likewise.
26982 * manual/libc.texiinfo: Likewise.
26983 * manual/llio.texi: Likewise.
26984 * manual/locale.texi: Likewise.
26985 * manual/maint.texi: Likewise.
26986 * manual/math.texi: Likewise.
26987 * manual/memory.texi: Likewise.
26988 * manual/message.texi: Likewise.
26989 * manual/nss.texi: Likewise.
26990 * manual/pattern.texi: Likewise.
26991 * manual/process.texi: Likewise.
26992 * manual/resource.texi: Likewise.
26993 * manual/search.texi: Likewise.
26994 * manual/setjmp.texi: Likewise.
26995 * manual/signal.texi: Likewise.
26996 * manual/socket.texi: Likewise.
26997 * manual/startup.texi: Likewise.
26998 * manual/stdio.texi: Likewise.
26999 * manual/string.texi: Likewise.
27000 * manual/sysinfo.texi: Likewise.
27001 * manual/syslog.texi: Likewise.
27002 * manual/terminal.texi: Likewise.
27003 * manual/time.texi: Likewise.
27004 * manual/users.texi: Likewise.
27005 * INSTALL: Regenerated.
27006 * NOTES: Regenerated.
d40c5d54 27007 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 27008
450bf206
AS
270092012-02-28 Andreas Schwab <schwab@linux-m68k.org>
27010
27011 * include/dirent.h: Include <dirstream.h> before
27012 <dirent/dirent.h>.
27013
741a235b
DM
270142012-02-28 David S. Miller <davem@davemloft.net>
27015
27016 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
27017 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
27018 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
27019 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
27020
d6b5aa58
DM
270212012-02-27 David S. Miller <davem@davemloft.net>
27022
1aff59a3
DM
27023 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
27024 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
27025 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
27026 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
27027
d6b5aa58
DM
27028 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
27029 frame pointer instead of stack pointer relative arg slot.
27030 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
27031 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
27032 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
27033
433f48bf
CD
270342012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
27035
27036 [BZ #3992]
27037 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
27038
d674b76d
DM
270392012-02-27 David S. Miller <davem@davemloft.net>
27040
27041 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
27042 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
27043 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
27044 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
27045 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
27046 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
27047 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
27048 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
27049
0e7727f7
JM
270502012-02-27 Joseph Myers <joseph@codesourcery.com>
27051
27052 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
27053 later. Allow versions 5-9.
43be4ca2 27054 * configure: Regenerated.
0e7727f7
JM
27055 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
27056 required minimum version and 4.6 as recommended version. Do not
27057 mention bugs in GCC 2.7 and 2.8.
43be4ca2 27058 * INSTALL: Regenerated.
0e7727f7 27059
a78bc654
DM
270602012-02-27 David S. Miller <davem@davemloft.net>
27061
428d5830
DM
27062 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
27063 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
27064 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
27065 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
27066 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
27067 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
27068 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
27069 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
27070
a78bc654
DM
27071 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
27072 manipulate bits before adding and subtracting TWO112[sx].
27073 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27074
4579f81c
RM
270752012-02-27 Roland McGrath <roland@hack.frob.com>
27076
36c8acb4
RM
27077 [BZ #13775]
27078 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
27079 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
27080 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
27081 being in POSIX, because they are in 1003.1-2008.
27082
84ad622b
RM
27083 * rt/tst-aio.c: Include <fcntl.h>.
27084 * rt/tst-aio7.c: Likewise.
27085 * rt/tst-aio64.c: Likewise.
27086
4579f81c
RM
27087 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
27088
abd923db
JM
270892012-02-27 Joseph Myers <joseph@codesourcery.com>
27090
27091 * manual/install.texi (--with-headers): Describe headers as
27092 interface headers, not private headers.
27093 (Specific advice for GNU/Linux systems): Describe use of headers
27094 from "make headers_install", not private headers from older
27095 kernels.
43be4ca2 27096 * INSTALL: Regenerated.
abd923db
JM
27097 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
27098 Change to 2.6.19.
27099 * sysdeps/unix/sysv/linux/configure: Regenerated.
27100
6664049b
JM
27101 * manual/llio.texi (fclean): Remove documentation.
27102
bb8b6697
JM
27103 * manual/Makefile (libc-texi-generated): New variable. Include
27104 version.texi.
27105 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
27106 $(libc-texi-generated), not duplicated list of files.
27107 (version.texi, stamp-version): New rules.
27108 (realclean): Remove $(libc-texi-generated), not individual files
27109 from that list. Do not remove dir-add.texinfo.
27110 * manual/libc.texinfo: Comment out uses of edition numbers and
27111 references to printed manual. Remove last-updated dates.
27112 (EDITION): Comment out.
27113 (ISBN): Likewise.
27114 (VERSION, UPDATED): Remove.
27115 (version.texi): Include.
27116
12e5c3b9
AS
271172012-02-27 Andreas Schwab <schwab@linux-m68k.org>
27118
27119 * sysdeps/posix/spawni.c: Include <signal.h>.
27120 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
27121 * sysdeps/pthread/aio_fsync.c: Likewise.
27122
4efeffc1 271232012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 27124
ba63ba08
UD
27125 * conform/Makefile (tests): Run only when not cross-compiling and
27126 when fast-check is not defined.
27127
d94a4670
UD
27128 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
27129 * conform/data/limits.h-data: Fixes for POSIX2008.
27130 * conform/run-conformtest.sh: Run all tests.
27131 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
27132 headers.
27133 * include/bits/dlfcn.h: Likewise.
27134 * include/langinfo.h: Likewise.
27135 * include/monetary.h: Likewise.
27136 * include/sys/poll.h: Likewise.
27137
27138 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
27139 for __USE_GNU.
27140 * posix/spawn.h: Define __need_sigset_t.
27141 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
27142 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
27143 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
27144 to get sigevent_t only.
27145 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
27146 only for __USE_GNU.
27147 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
27148 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
27149 process_vm_writev only for __USE_GNU.
27150 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
27151
27152 * conform/Makefile: For now ignore errors from run-conformtest.
27153 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
27154 POSIX to avoid namespace pollution. Don't prepend headers.
27155 * conform/data/aio.h-data: Fixes for POSIX testing.
27156 * conform/data/fcntl.h-data: Likewise.
27157 * conform/data/glob.h-data: Likewise.
27158 * conform/data/grp.h-data: Likewise.
27159 * conform/data/pthread.h-data: Likewise.
27160 * conform/data/pwd.h-data: Likewise.
27161 * conform/data/signal.h-data: Likewise.
27162 * conform/data/spawn.h-data: Likewise.
27163 * conform/data/stdio.h-data: Likewise.
27164 * conform/data/stdlib.h-data: Likewise.
27165 * conform/data/stropts.h-data: Likewise.
27166 * conform/data/sys/mman.h-data: Likewise.
27167 * conform/data/sys/stat.h-data: Likewise.
27168 * conform/data/sys/types.h-data: Likewise.
27169 * conform/data/sys/wait.h-data: Likewise.
27170 * conform/data/time.h-data: Likewise.
27171 * conform/data/unistd.h-data: Likewise.
27172 * conform/data/utime.h-data: Likewise.
27173
27174 * io/sys/stat.h: fchmod was always in POSIX.
27175 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
27176 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
27177 * rt/aio.h: Define __need_timespec before including <time.h>.
27178 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
27179 struct. Add forward declaration of pthread_attr_t and use it in
27180 sigevent.
27181 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
27182 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27183 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
27184 always remove CLK_TCK definition.
27185
c20105c3
AS
271862012-02-26 Andreas Schwab <schwab@linux-m68k.org>
27187
27188 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
27189
7a270350
UD
271902012-02-25 Ulrich Drepper <drepper@gmail.com>
27191
31341567
UD
27192 * conform/run-conformtest.sh: New file.
27193 * conform/Makefile: Run run-conformtest for tests.
27194 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
27195 support.
27196
27197 * conform/data/uchar.h-data: New file.
27198 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
27199 * conform/data/arpa/inet.h-data: Likewise.
27200 * conform/data/assert.h-data: Likewise.
27201 * conform/data/complex.h-data: Likewise.
27202 * conform/data/cpio.h-data: Likewise.
27203 * conform/data/ctype.h-data: Likewise.
27204 * conform/data/dirent.h-data: Likewise.
27205 * conform/data/dlfcn.h-data: Likewise.
27206 * conform/data/errno.h-data: Likewise.
27207 * conform/data/fcntl.h-data: Likewise.
27208 * conform/data/float.h-data: Likewise.
27209 * conform/data/fmtmsg.h-data: Likewise.
27210 * conform/data/fnmatch.h-data: Likewise.
27211 * conform/data/ftw.h-data: Likewise.
27212 * conform/data/glob.h-data: Likewise.
27213 * conform/data/grp.h-data: Likewise.
27214 * conform/data/iconv.h-data: Likewise.
27215 * conform/data/inttypes.h-data: Likewise.
27216 * conform/data/langinfo.h-data: Likewise.
27217 * conform/data/libgen.h-data: Likewise.
27218 * conform/data/limits.h-data: Likewise.
27219 * conform/data/locale.h-data: Likewise.
27220 * conform/data/math.h-data: Likewise.
27221 * conform/data/monetary.h-data: Likewise.
27222 * conform/data/mqueue.h-data: Likewise.
27223 * conform/data/ndbm.h-data: Likewise.
27224 * conform/data/net/if.h-data: Likewise.
27225 * conform/data/netdb.h-data: Likewise.
27226 * conform/data/netinet/in.h-data: Likewise.
27227 * conform/data/nl_types.h-data: Likewise.
27228 * conform/data/poll.h-data: Likewise.
27229 * conform/data/pthread.h-data: Likewise.
27230 * conform/data/pwd.h-data: Likewise.
27231 * conform/data/regex.h-data: Likewise.
27232 * conform/data/sched.h-data: Likewise.
27233 * conform/data/search.h-data: Likewise.
27234 * conform/data/semaphore.h-data: Likewise.
27235 * conform/data/setjmp.h-data: Likewise.
27236 * conform/data/signal.h-data: Likewise.
27237 * conform/data/spawn.h-data: Likewise.
27238 * conform/data/stdarg.h-data: Likewise.
27239 * conform/data/stdio.h-data: Likewise.
27240 * conform/data/stdlib.h-data: Likewise.
27241 * conform/data/string.h-data: Likewise.
27242 * conform/data/strings.h-data: Likewise.
27243 * conform/data/stropts.h-data: Likewise.
27244 * conform/data/sys/ipc.h-data: Likewise.
27245 * conform/data/sys/mman.h-data: Likewise.
27246 * conform/data/sys/msg.h-data: Likewise.
27247 * conform/data/sys/resource.h-data: Likewise.
27248 * conform/data/sys/select.h-data: Likewise.
27249 * conform/data/sys/sem.h-data: Likewise.
27250 * conform/data/sys/shm.h-data: Likewise.
27251 * conform/data/sys/socket.h-data: Likewise.
27252 * conform/data/sys/stat.h-data: Likewise.
27253 * conform/data/sys/statvfs.h-data: Likewise.
27254 * conform/data/sys/time.h-data: Likewise.
27255 * conform/data/sys/timeb.h-data: Likewise.
27256 * conform/data/sys/times.h-data: Likewise.
27257 * conform/data/sys/types.h-data: Likewise.
27258 * conform/data/sys/uio.h-data: Likewise.
27259 * conform/data/sys/un.h-data: Likewise.
27260 * conform/data/sys/utsname.h-data: Likewise.
27261 * conform/data/sys/wait.h-data: Likewise.
27262 * conform/data/syslog.h-data: Likewise.
27263 * conform/data/tar.h-data: Likewise.
27264 * conform/data/termios.h-data: Likewise.
27265 * conform/data/utime.h-data: Likewise.
27266 * conform/data/utmpx.h-data: Likewise.
27267 * conform/data/varargs.h-data: Likewise.
27268 * conform/data/wchar.h-data: Likewise.
27269 * conform/data/wctype.h-data: Likewise.
27270 * conform/data/wordexp.h-data: Likewise.
27271
27272 * include/stropts.h: New file.
27273 * include/uchar.h: New file.
27274 * include/aio.h: Changes to allow conformtest.pl to use the headers.
27275 * include/assert.h: Likewise.
27276 * include/ctype.h: Likewise.
27277 * include/dirent.h: Likewise.
27278 * include/dlfcn.h: Likewise.
27279 * include/fcntl.h: Likewise.
27280 * include/fnmatch.h: Likewise.
27281 * include/glob.h: Likewise.
27282 * include/grp.h: Likewise.
27283 * include/libio.h: Likewise.
27284 * include/locale.h: Likewise.
27285 * include/math.h: Likewise.
27286 * include/net/if.h: Likewise.
27287 * include/netdb.h: Likewise.
27288 * include/netinet/in.h: Likewise.
27289 * include/pthread.h: Likewise.
27290 * include/pwd.h: Likewise.
27291 * include/regex.h: Likewise.
27292 * include/sched.h: Likewise.
27293 * include/search.h: Likewise.
27294 * include/setjmp.h: Likewise.
27295 * include/signal.h: Likewise.
27296 * include/stdio.h: Likewise.
27297 * include/stdlib.h: Likewise.
27298 * include/string.h: Likewise.
27299 * include/sys/cdefs.h: Likewise.
27300 * include/sys/mman.h: Likewise.
27301 * include/sys/msg.h: Likewise.
27302 * include/sys/resource.h: Likewise.
27303 * include/sys/select.h: Likewise.
27304 * include/sys/socket.h: Likewise.
27305 * include/sys/stat.h: Likewise.
27306 * include/sys/statvfs.h: Likewise.
27307 * include/sys/time.h: Likewise.
27308 * include/sys/times.h: Likewise.
27309 * include/sys/uio.h: Likewise.
27310 * include/sys/utsname.h: Likewise.
27311 * include/sys/wait.h: Likewise.
27312 * include/termios.h: Likewise.
27313 * include/time.h: Likewise.
27314 * include/ulimit.h: Likewise.
27315 * include/unistd.h: Likewise.
27316 * include/utime.h: Likewise.
27317 * include/wchar.h: Likewise.
27318 * include/wctype.h: Likewise.
27319 * include/wordexp.h: Likewise.
27320
27321 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
27322
7a270350
UD
27323 * time/time.h: TIME_UTC must be a macro.
27324 Make timespec_get available for ISO C11 only as well.
27325
7724defc
UD
273262012-02-24 Ulrich Drepper <drepper@gmail.com>
27327
27328 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
27329 Reported by Peng Haitao <penght@cn.fujitsu.com>.
27330
6b1d1d46
JM
273312012-02-24 Joseph Myers <joseph@codesourcery.com>
27332
27333 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 27334
0f8bbd69
JM
273352012-02-24 Joseph Myers <joseph@codesourcery.com>
27336
27337 * manual/texinfo.tex: Update to version 2012-01-19.16.
27338
66ab80bc
JM
273392012-02-24 Joseph Myers <joseph@codesourcery.com>
27340
27341 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
27342
74981cc5
RM
273432012-02-24 Roland McGrath <roland@hack.frob.com>
27344
ee968201
RM
27345 [BZ #13738]
27346 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
27347 * manual/fdl-1.3.texi: New file.
27348 * manual/fdl-1.1.texi: File removed.
27349
74981cc5
RM
27350 [BZ #13738]
27351 * manual/libc.texinfo (FDL_VERSION): New @set.
27352 Use it for mention of FDL in cover text.
27353 (Documentation License): Use it in @include file name.
27354
7bb764bc
JM
273552012-02-22 Joseph Myers <joseph@codesourcery.com>
27356 Roland McGrath <roland@hack.frob.com>
27357
27358 [BZ #5461]
27359 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
27360 not LONG_LONG_MAX and LONG_LONG_MIN.
27361 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
27362 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
27363 name.
27364 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
27365
6cbeae47
JM
273662012-02-22 Joseph Myers <joseph@codesourcery.com>
27367
27368 [BZ #2547]
27369 [BZ #11365]
27370 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
27371 manipulate bits before adding and subtracting TWO23[sx].
27372 * math/libm-test.inc (nearbyint_test): Add more tests.
27373
fe45ce09
JM
273742012-02-22 Joseph Myers <joseph@codesourcery.com>
27375
27376 [BZ #2548]
27377 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
27378 bits before adding and subtracting TWO23[sx].
27379 * math/libm-test.inc (rint_test): Add more tests.
27380 (rint_test_tonearest): Likewise.
27381 (rint_test_towardzero): Likewise.
27382 (rint_test_downward): Likewise.
27383 (rint_test_upward: Likewise.
27384
ff3b3d82
JM
273852012-02-22 Joseph Myers <joseph@codesourcery.com>
27386
27387 [BZ #10110]
27388 * include/stdc-predef.h: New file. Extracted from features.h.
27389 * include/features.h: Include stdc-predef.h.
27390 * Makefile (headers): Add stdc-predef.h.
27391 * CONFORMANCE (Compiler limitations): Update.
27392
ef0aab35
JM
273932012-02-22 Joseph Myers <joseph@codesourcery.com>
27394
27395 * manual/libc.texinfo (VERSION, UPDATED): Revert.
27396
58639409
DM
273972012-02-21 David S. Miller <davem@davemloft.net>
27398
27399 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
27400 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
27401
c0e70b25
DM
274022012-02-20 David S. Miller <davem@davemloft.net>
27403
27404 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
27405 using a normal save/restore sequence, rather than allocating a
27406 dummy stack frame just to store a frame pointer and restore.
27407 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
27408
fb06851d
JM
274092012-02-21 Joseph Myers <joseph@codesourcery.com>
27410
27411 * manual/install.texi: Fix stray word in line-wrapped comment.
27412
7a8b71c3
DM
274132012-02-20 David S. Miller <davem@davemloft.net>
27414
d510c123
DM
27415 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
27416 both binutils and gcc support GOTDATA.
27417
0722d7c2
DM
27418 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
27419 "rd %pc" in the PIC register setup sequences.
27420
3d2b3019
DM
27421 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
27422 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
27423 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
27424 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
27425 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
27426 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
27427 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
27428 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
27429 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
27430 (SYSCALL_ERROR_HANDLER): Likewise.
27431 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
27432 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27433 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
27434 (SYSCALL_ERROR_HANDLER): Likewise.
27435
c80098a9
DM
27436 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
27437 (HAVE_GCC_GOTDATA): New.
27438 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
27439 relocation support in both binutils and gcc.
27440 * sysdeps/sparc/elf/configure: Regenerate.
27441
3a2545a0
DM
27442 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
27443 * sysdeps/sparc/sparc32/elf/configure: Delete.
27444 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
27445 * sysdeps/sparc/sparc64/elf/configure: Delete.
27446 * sysdeps/sparc/elf/configure.in: New file.
27447 * sysdeps/sparc/elf/configure: Generate.
27448
7a8b71c3
DM
27449 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
27450 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
27451 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
27452 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
27453 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
27454
f1e86fca
JM
274552012-02-21 Joseph Myers <joseph@codesourcery.com>
27456
27457 * manual/install.texi: Do not mention specific glibc version
27458 numbers.
27459 * manual/libc.texinfo (VERSION, UPDATED): Update.
27460 (@copying): Use @copyright{} and range of years.
27461
0e7dfaef
JM
274622012-02-21 Joseph Myers <joseph@codesourcery.com>
27463
27464 [BZ #13695]
27465 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
27466 [crti.S not in sysdirs] (generated): Do not append.
27467 [crti.S not in sysdirs] (omit-deps): Likewise.
27468 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
27469 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
27470 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
27471 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
27472 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
27473 Likewise.
27474 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
27475 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
27476 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
27477 * csu/defs.awk: Remove file.
27478 * sysdeps/generic/initfini.c: Likewise.
27479 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
27480 variable.
27481 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
27482 Likewise.
27483
599af3ca
JM
274842012-02-20 Joseph Myers <joseph@codesourcery.com>
27485
27486 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
27487 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
27488 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
27489 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
27490 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
27491 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
27492 <bits/epoll.h>.
27493 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
27494 (__EPOLL_PACKED): Define to empty if not defined by
27495 <bits/epoll.h>.
27496 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
27497 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27498 bits/epoll.h.
27499
0e499750
JM
275002012-02-20 Joseph Myers <joseph@codesourcery.com>
27501
27502 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
27503 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
27504 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
27505 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
27506 <bits/timerfd.h>.
27507 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
27508 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27509 bits/timerfd.h.
27510
5ad91f6e
JM
275112012-02-20 Joseph Myers <joseph@codesourcery.com>
27512
27513 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
27514 in C locale.
27515 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27516 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27517 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
27518 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27519
06b99b02
AJ
275202012-02-20 Aurelien Jarno <aurelien@aurel32.net>
27521
27522 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27523 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
27524
7638c0fd
AS
275252012-02-19 Andreas Schwab <schwab@linux-m68k.org>
27526
27527 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
27528 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
27529 defined.
27530 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
27531 Likewise.
27532 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
27533 entry for 2.16.
27534
92221550
AJ
275352012-02-19 Aurelien Jarno <aurelien@aurel32.net>
27536
27537 * math/w_acos.c: Use non-signaling floating-point comparisons.
27538 * math/w_acosf.c: Likewise.
27539 * math/w_acosh.c: Likewise.
27540 * math/w_acoshf.c: Likewise.
27541 * math/w_acoshl.c: Likewise.
27542 * math/w_acosl.c: Likewise.
27543 * math/w_asin.c: Likewise.
27544 * math/w_asinf.c: Likewise.
27545 * math/w_asinl.c: Likewise.
27546 * math/w_atanh.c: Likewise.
27547 * math/w_atanhf.c: Likewise.
27548 * math/w_atanhl.c: Likewise.
27549 * math/w_exp2.c: Likewise.
27550 * math/w_exp2f.c: Likewise.
27551 * math/w_exp2l.c: Likewise.
27552 * math/w_j0.c: Likewise.
27553 * math/w_j0f.c: Likewise.
27554 * math/w_j0l.c: Likewise.
27555 * math/w_j1.c: Likewise.
27556 * math/w_j1f.c: Likewise.
27557 * math/w_j1l.c: Likewise.
27558 * math/w_jn.c: Likewise.
27559 * math/w_jnf.c: Likewise.
27560 * math/w_log.c: Likewise.
27561 * math/w_log10.c: Likewise.
27562 * math/w_log10f.c: Likewise.
27563 * math/w_log10l.c: Likewise.
27564 * math/w_log2.c: Likewise.
27565 * math/w_log2f.c: Likewise.
27566 * math/w_log2l.c: Likewise.
27567 * math/w_logf.c: Likewise.
27568 * math/w_logl.c: Likewise.
27569 * math/w_sqrt.c: Likewise.
27570 * math/w_sqrtf.c: Likewise.
27571 * math/w_sqrtl.c: Likewise.
27572 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
27573 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
27574 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
27575 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
27576 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
27577
ebaf36eb
JM
275782012-02-19 Joseph Myers <joseph@codesourcery.com>
27579
27580 [BZ #9739]
27581 * manual/string.texi (strnlen): Use correct parameter name in
27582 equivalent expression.
27583
71c254a6
JM
275842012-02-19 Joseph Myers <joseph@codesourcery.com>
27585
27586 [BZ #11174]
27587 * manual/users.texi (seteuid): Consistently use neweuid for
27588 argument name.
27589
16d2c631
JM
275902012-02-19 Joseph Myers <joseph@codesourcery.com>
27591
27592 [BZ #13704]
27593 * manual/nss.texi (Services in the NSS configuration): Correct
27594 list of services in example configuration file.
27595
cd837b09
NB
275962012-02-19 Nick Bowler <nbowler@draconx.ca>
27597
27598 [BZ #11322]
27599 * manual/arith.texi: Remove statements about negative zero
27600 behaving identically to zero.
27601
02c4bbad
JM
276022012-02-18 Joseph Myers <joseph@codesourcery.com>
27603
27604 [BZ #5993]
27605 * manual/install.texi: Do not document upgrading from libc5.
27606
366842e7
JM
276072012-02-18 Joseph Myers <joseph@codesourcery.com>
27608
27609 [BZ #4596]
27610 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
27611
dd54084d
DM
276122012-02-18 David S. Miller <davem@davemloft.net>
27613
27614 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
27615 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
27616 %o7 across the call.
27617 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
27618 instead.
27619 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
27620 SETUP_PIC_REG_LEAF.
27621 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27622 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
27623 * sysdeps/sparc/crtn.S: Likewise.
27624
2bcc53a3
UD
276252012-02-17 Ulrich Drepper <drepper@gmail.com>
27626
27627 * aout/Makefile: Remove.
27628
09c093b5
RK
276292012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
27630
27631 [BZ #13058]
27632 * manual/examples/argp-ex1.c (main): Format definition in GNU
27633 style.
27634 * manual/examples/argp-ex2.c (main): Likewise.
27635 * manual/examples/argp-ex3.c (main): Likewise.
27636 * manual/examples/argp-ex4.c (main): Likewise.
27637 * manual/examples/longopt.c (main): Use new-style prototype
27638 definition.
27639 * manual/examples/strncat.c (main): Specify return type and use
27640 (void) for arguments.
27641 * manual/examples/subopt.c (main): Use char **argv argument.
27642
2ee633a2
JM
276432012-02-17 Joseph Myers <joseph@codesourcery.com>
27644
27645 [BZ #5077]
27646 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
27647 rounding modes.
27648
0520adde
FB
276492012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
27650
27651 [BZ #6907]
27652 * manual/string.texi (strchr): Change when strchrnul is
27653 recommended.
27654
3f4081cd
DGM
276552012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
27656
27657 [BZ #174]
27658 * manual/locale.texi (setlocale): Document LOCPATH.
27659
d1b10e78
JM
276602012-02-17 Joseph Myers <joseph@codesourcery.com>
27661
27662 [BZ #10210]
27663 * manual/process.texi (execle): Move @dots{} before last argument.
27664
79c6869c
PB
276652012-02-17 Paul Bolle <pebolle@tiscali.nl>
27666
27667 [BZ #12047]
27668 * manual/charset.texi (Generic Charset Conversion): Fix typo
27669 (LC_TYPE -> LC_CTYPE).
27670
cc6e48bc
NB
276712012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
27672
27673 [BZ #5805]
27674 * manual/arith.texi (scalbn): Use @var{} on parameter names.
27675 (scalbnf): Likewise.
27676 (scalbnl): Likewise.
27677 (scalbln): Likewise.
27678 (scalblnf): Likewise.
27679 (scalblnl): Likewise.
27680 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
27681 (vwarnx): Likewise.
27682 (verr): Likewise.
27683 (verrx): Likewise.
27684 * manual/filesys.texi (telldir): Use braces around return type.
27685 * manual/llio.texi (mmap): Add space after comma.
27686 (mmap64): Likewise.
27687 * manual/math.texi (jn): Use @var{} on parameter names.
27688 (jnf): Likewise.
27689 (jnl): Likewise.
27690 (yn): Likewise.
27691 (ynf): Likewise.
27692 (ynl): Likewise.
27693 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
27694 line.
27695 * manual/resource.texi (ulimit): Use @dots{} instead of literal
27696 "...".
27697 (sched_get_priority_min): Remove semicolon on @deftypefun line.
27698 (sched_get_priority_max): Likewise.
27699 * manual/signal.texi (sigvec): Add space after comma.
27700 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
27701 names.
27702 (if_indextoname): Likewise.
27703 (if_freenameindex): Likewise.
27704 (sendto): Use ',' instead of '.' in prototype.
27705 * manual/startup.texi (syscall): Use @dots{} instead of literal
27706 "...".
27707 * manual/stdio.texi (__fpending): Separate initial words of
27708 paragraph from @deftypefun line.
27709 * manual/syslog.texi (syslog): Use @dots{} instead of literal
27710 "...".
27711 (vsyslog): Use @var{} on parameter names.
27712 * manual/terminal.texi (stty): Use @var{} on parameter names.
27713 * manual/users.texi (getutmp): Use @var{} on parameter names.
27714 (getutmpx): Likewise.
27715
5b23062f
JM
277162012-02-17 Joseph Myers <joseph@codesourcery.com>
27717
27718 [BZ #6884]
27719 * manual/stdio.texi (fopen): Fix typos in description of
27720 ",ccs=STRING".
27721
8dee4833
AJ
277222012-02-17 Aurelien Jarno <aurelien@aurel32.net>
27723
27724 [BZ #4026]
27725 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
27726 get clock_id definition.
27727
9078ce93
TS
277282012-02-17 Thomas Schwinge <thomas@schwinge.name>
27729
27730 [BZ #4822]
27731 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
27732 (madvise): Cast every argument to void on its own.
27733
3835c55f
JM
277342012-02-17 Joseph Myers <joseph@codesourcery.com>
27735
27736 [BZ #9902]
27737 * manual/startup.texi (Exit Status): Fix typo.
27738
35c47e37
JM
277392012-02-17 Joseph Myers <joseph@codesourcery.com>
27740
27741 [BZ #10140]
27742 * manual/examples/argp-ex1.c: Include <stdlib.h>.
27743 * manual/examples/argp-ex2.c: Likewise.
27744 * manual/examples/argp-ex3.c: Likewise.
27745
e3b69ca7
RH
277462012-02-16 Richard Henderson <rth@redhat.com>
27747
27748 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
27749 * sysdeps/s390/s390-32/initfini.c: Remove.
27750 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
27751 * sysdeps/s390/s390-64/initfini.c: Remove.
27752
df83af67
KK
277532012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
27754
27755 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
27756 compiler output for sysdeps/generic/initfini.c.
27757 * sysdeps/sh/elf/initfini.c: Remove file.
27758
f63f3380
DM
277592012-02-16 David S. Miller <davem@davemloft.net>
27760
fb59b3a4
DM
27761 [BZ #11494]
27762 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
27763
f63f3380
DM
27764 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
27765 * sysdeps/sparc/crti.S: New file.
27766 * sysdeps/sparc/crtn.S: New file.
27767 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
27768 * sysdeps/sparc/sparc64/Makefile: Likewise.
27769
df6a4a4a
MF
277702012-02-15 Mike Frysinger <vapier@gentoo.org>
27771
6dd8f3dc 27772 [BZ #3335]
df6a4a4a
MF
27773 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
27774
1cac7236
RM
277752012-02-15 Roland McGrath <roland@hack.frob.com>
27776
d2c736f8
RM
27777 [BZ #4822]
27778 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
27779
1cac7236
RM
27780 * mach/devstream.c (cookie_io_functions_t): Macro removed.
27781 (write, read, close): Likewise.
27782 Patch by Aurelien Jarno <aurelien@aurel32.net>.
27783
8e475601
JM
277842012-02-15 Joseph Myers <joseph@codesourcery.com>
27785
27786 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
27787 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
27788 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
27789 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
27790 <bits/signalfd.h>.
27791 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
27792 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27793 bits/signalfd.h.
27794
ed656b40
MP
277952012-02-14 Marek Polacek <polacek@redhat.com>
27796
27797 * sysdeps/x86_64/crti.S: New file.
27798 * sysdeps/x86_64/crtn.S: New file.
27799 * sysdeps/x86_64/elf/initfini.c: Remove file.
27800
2a979d3a
JM
278012012-02-13 Joseph Myers <joseph@codesourcery.com>
27802
27803 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
27804 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
27805 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
27806 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
27807 <bits/inotify.h>.
27808 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
27809 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27810 bits/inotify.h.
27811
2a418ac3
JM
278122012-02-13 Joseph Myers <joseph@codesourcery.com>
27813
27814 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
27815 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
27816 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
27817 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
27818 <bits/eventfd.h>.
27819 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
27820 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27821 bits/eventfd.h.
27822
fb779be7
TS
278232012-02-10 Thomas Schwinge <thomas@codesourcery.com>
27824
e19e83c5
RM
27825 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
27826 __feraiseexcept instead of feraiseexcept.
7c35ffed 27827
fb779be7
TS
27828 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
27829 nanosleep invocations.
27830 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
27831 strings, and add error checking for a nanosleep invocations.
27832
59ba27a6
PE
278332012-02-09 Paul Eggert <eggert@cs.ucla.edu>
27834
27835 Replace FSF snail mail address with URLs, as per GNU coding standards.
27836 Most of the snail mail addresses were wrong anyway, and omitting
27837 them makes the source code easier to maintain. Almost all of the
27838 changes are to license notices and to locale LC_IDENTIFICATION
27839 addresses, except for this one:
27840 * manual/libc.texinfo: In "Published by", give the FSF's URL,
27841 not its snail mail address.
27842
57b957eb
RH
278432012-02-09 Richard Henderson <rth@twiddle.net>
27844
af850b1c
RH
27845 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
27846 of kernel-features.h.
27847
57b957eb
RH
27848 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
27849
6b73181a
MP
278502012-02-08 Marek Polacek <polacek@redhat.com>
27851
27852 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
27853 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
27854 * sysdeps/gnu/_G_config.h: Likewise.
27855 * sysdeps/generic/_G_config.h: Likewise.
27856
26ecc33a
AS
278572012-02-08 Andreas Schwab <schwab@linux-m68k.org>
27858
6c6dbc63
AS
27859 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
27860 tests.
27861 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27862
e216c012
AS
27863 * sysdeps/powerpc/powerpc32/crti.S: New file.
27864 * sysdeps/powerpc/powerpc32/crtn.S: New file.
27865 * sysdeps/powerpc/powerpc64/crti.S: New file.
27866 * sysdeps/powerpc/powerpc64/crtn.S: New file.
27867
26ecc33a
AS
27868 * Makeconfig (have-initfini): Don't set.
27869 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
27870 * configure.in (nopic_initfini): Don't substitute.
27871 * config.h.in (HAVE_INITFINI): Don't #undef.
27872 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
27873 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
27874
3add8e13
JM
278752012-02-08 Joseph Myers <joseph@codesourcery.com>
27876
27877 Support crti.S and crtn.S provided directly by architectures.
27878 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
27879 [crti.S in sysdirs] (omit-deps): Likewise.
27880 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
27881 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
27882 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
27883 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
27884 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
27885 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
27886 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
27887 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
27888 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
27889 compiler output for sysdeps/generic/initfini.c.
27890 * sysdeps/i386/elf/Makefile: Remove file.
27891 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
27892
a22f12b4
MP
278932012-02-07 Marek Polacek <polacek@redhat.com>
27894
27895 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
27896 * sysdeps/gnu/_G_config.h: Likewise.
27897 * sysdeps/mach/hurd/_G_config.h: Likewise.
27898
148cf100
MP
278992012-02-07 Marek Polacek <polacek@redhat.com>
27900
27901 * math/Makefile (tests): Add tst-CMPLX2.
27902 * math/tst-CMPLX2.c: New file.
27903
cfdc0dd7
AS
279042012-02-07 Andreas Schwab <schwab@linux-m68k.org>
27905
84ba42c4
AS
27906 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27907
cfdc0dd7
AS
27908 * math/libm-test.inc (jn_test): Add missing L suffix.
27909
622c86f4
MP
279102012-02-06 Marek Polacek <polacek@redhat.com>
27911
27912 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
27913 * sysdeps/i386/fpu/e_powf.S: Likewise.
27914 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
27915 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
27916 * sysdeps/i386/fpu/e_acosh.S: Likewise.
27917 * sysdeps/i386/fpu/e_pow.S: Likewise.
27918 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
27919 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
27920 * sysdeps/i386/fpu/s_expm1.S: Likewise.
27921 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
27922 * sysdeps/i386/fpu/e_log2.S: Likewise.
27923 * sysdeps/i386/fpu/e_log2l.S: Likewise.
27924 * sysdeps/i386/fpu/e_scalb.S: Likewise.
27925 * sysdeps/i386/fpu/e_powl.S: Likewise.
27926 * sysdeps/i386/fpu/s_log1p.S: Likewise.
27927 * sysdeps/i386/fpu/e_log10f.S: Likewise.
27928 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
27929 * sysdeps/i386/fpu/e_logl.S: Likewise.
27930 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
27931 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
27932 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
27933 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
27934 * sysdeps/i386/fpu/e_log2f.S: Likewise.
27935 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
27936 * sysdeps/i386/fpu/e_log.S: Likewise.
27937 * sysdeps/i386/fpu/s_cexp.S: Likewise.
27938 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
27939 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
27940 * sysdeps/i386/fpu/e_logf.S: Likewise.
27941 * sysdeps/i386/fpu/e_log10l.S: Likewise.
27942 * sysdeps/i386/fpu/e_atanh.S: Likewise.
27943 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
27944 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
27945 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
27946 * sysdeps/i386/fpu/e_log10.S: Likewise.
27947 * sysdeps/i386/fpu/s_frexp.S: Likewise.
27948 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
27949 * sysdeps/i386/fpu/s_asinh.S: Likewise.
27950 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
27951 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
27952 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
27953 * sysdeps/i386/asm-syntax.h: Likewise.
27954 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
27955 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27956 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
27957 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
27958 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
27959 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
27960 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
27961 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
27962 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
27963 * sysdeps/powerpc/sysdep.h: Likewise.
27964 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
27965 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27966
d4a54ac6
JM
279672012-02-06 Joseph Myers <joseph@codesourcery.com>
27968
27969 [BZ #411]
27970 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
27971
314054ea
JM
279722012-02-06 Joseph Myers <joseph@codesourcery.com>
27973
27974 * sysdeps/i386/sysdep.h: Include <features.h>.
27975 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
27976 version.
27977
d8e0ca50
JM
279782012-02-05 Joseph Myers <joseph@codesourcery.com>
27979
27980 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
27981 Define.
27982 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
27983 LOAD_PIC_REG_STR.
27984
b1da7dd9
JM
279852012-02-03 Joseph Myers <joseph@codesourcery.com>
27986
27987 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
27988 (SETUP_PIC_REG): Use GET_PC_THUNK.
27989 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
27990 macro.
27991
9a1d9254
JM
279922012-02-03 Joseph Myers <joseph@codesourcery.com>
27993
27994 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
27995 for non-PIC compilation.
27996 (SETUP_PIC_REG): Add .p2align directive.
27997 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
27998 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
27999 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28000 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28001 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
28002 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28003 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
28004 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
28005 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28006 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28007 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28008 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28009 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28010 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28011 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28012 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
28013 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
28014 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28015 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28016 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28017 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28018 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
28019 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28020 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28021 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
28022 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
28023 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28024 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
28025 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28026 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28027 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28028 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28029 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28030 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28031 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28032 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28033 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28034 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28035 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28036 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28037 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28038
65dc3b75
JM
280392012-02-03 Joseph Myers <joseph@codesourcery.com>
28040
28041 * math/tst-CMPLX.c: Include <stdio.h>.
28042
d55bf177
JM
280432012-01-31 Joseph Myers <joseph@codesourcery.com>
28044
28045 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
28046 float.
28047 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
28048 * sysdeps/sparc/bits/mathdef.h: Likewise.
28049
69db4f8f
MP
280502012-01-31 Marek Polacek <polacek@redhat.com>
28051
28052 * libio/libio.h: Don't define _PARAMS.
28053 * locale/programs/config.h: Don't define PARAMS.
28054 * stdlib/strtol_l.c: Likewise.
28055 (__strtol_l): Remove PARAMS from the prototype.
28056
41b81892
UD
280572012-01-31 Ulrich Drepper <drepper@gmail.com>
28058
3b49edc0
UD
28059 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
28060 names. Just use the correct names. Remove unnecessary wrapper
28061 functions.
28062 * malloc/arena.c: Likewise.
28063 * malloc/hooks.c: Likewise.
28064
41b81892
UD
28065 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
28066 ARENA_TEST says not to. Simplify test for creation of a new arena.
28067 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
28068
27a25b6e
UD
280692012-01-30 Ulrich Drepper <drepper@gmail.com>
28070
28071 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
28072 into tail calls.
28073 (update_get_addr): New function.
28074 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
28075 GET_ADDR_MODULE parameter.
28076
c8a89e7d
JM
280772012-01-30 Joseph Myers <joseph@codesourcery.com>
28078
28079 * crypt/cert.c: Remove __STDC__ conditionals.
28080 * crypt/crypt-entry.c: Likewise.
28081 * crypt/crypt_util.c: Likewise.
28082 * libio/filedoalloc.c: Likewise.
28083 * libio/fileops.c: Likewise.
28084 * libio/genops.c: Likewise.
28085 * libio/iofclose.c: Likewise.
28086 * libio/iofdopen.c: Likewise.
28087 * libio/iofopen.c: Likewise.
28088 * libio/iofopen64.c: Likewise.
28089 * libio/iogetdelim.c: Likewise.
28090 * libio/iopopen.c: Likewise.
28091 * libio/obprintf.c: Likewise.
28092 * libio/oldfileops.c: Likewise.
28093 * libio/oldiofclose.c: Likewise.
28094 * libio/oldiofdopen.c: Likewise.
28095 * libio/oldiofopen.c: Likewise.
28096 * libio/oldiopopen.c: Likewise.
28097 * libio/wfiledoalloc.c: Likewise.
28098 * libio/wgenops.c: Likewise.
28099 * locale/programs/xmalloc.c: Likewise.
28100 * misc/syslog.c: Likewise.
28101 * stdio-common/xbug.c: Likewise.
28102 * string/memchr.c: Likewise.
28103 * string/memcmp.c: Likewise.
28104 * string/memrchr.c: Likewise.
28105 * string/rawmemchr.c: Likewise.
28106 * sysdeps/posix/getcwd.c: Likewise.
28107 * time/strftime_l.c: Likewise.
28108
3b100462
JM
281092012-01-30 Joseph Myers <joseph@codesourcery.com>
28110
28111 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
28112 * config.make.in (config-cflags-sse2avx): Define.
28113 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
28114 Fix typo.
28115
607998af
CM
281162012-01-29 Chris Metcalf <cmetcalf@tilera.com>
28117
28118 * scripts/config.guess: Update from upstream config git repository.
28119 * scripts/config.sub: Likewise.
28120
3601428f
CM
281212012-01-28 Chris Metcalf <cmetcalf@tilera.com>
28122
3ac8b282
CM
28123 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
28124 (EM_NUM): Update.
28125 (R_TILEPRO_*, R_TILEGX_*): New macros.
28126
e034841e
CM
28127 * scripts/firstversions.awk: Fix bug in version range handling.
28128
540d7568
CM
28129 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
28130
3601428f
CM
28131 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
28132
463de862
CM
28133 * include/sys/epoll.h: New file.
28134 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
28135 libc_hidden_def.
28136
73139a76
UD
281372012-01-28 Ulrich Drepper <drepper@gmail.com>
28138
96bc5b45
UD
28139 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
28140 Avoid unnecessary __WORDSIZE == 64 test.
28141 (fmaxf): Use VEX format if possible.
28142 (fmax): Likewise.
28143 (fminf): Likewise.
28144 (fmin): Likewise.
28145
56f6f6a2
UD
28146 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
28147 * math/math_private.h: Remove libc_fegetround* and
28148 libc_fesetround*.
28149 * sysdeps/i386/configure.in: Check for -msse2avx.
28150 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
28151 also if SSE2AVX is defined.
28152 Remove libc_fegetround* and libc_fesetround*.
28153 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
28154 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
28155 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
28156 of HAS_YMM_USABLE.
28157 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
28158 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
28159 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
28160 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
28161 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
28162
73139a76
UD
28163 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
28164
d73f93a4
AZ
281652012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28166
28167 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
28168 size is not set.
28169 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
28170
6ee65ed6
UD
281712012-01-27 Ulrich Drepper <drepper@gmail.com>
28172
28173 [BZ #13618]
28174 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
28175 relocation.
28176 * Makeconfig (libm): Define.
28177 * elf/Makefile: Add rules to build and run tst-relsort1.
28178 * elf/tst-relsort1.c: New file.
28179 * elf/tst-relsort1mod1.c: New file.
28180 * elf/tst-relsort1mod2.c: New file.
28181
8db21882
JM
281822012-01-27 Joseph Myers <joseph@codesourcery.com>
28183
28184 * math/s_ldexp.c: Remove __STDC__ conditionals.
28185 * math/s_ldexpf.c: Likewise.
28186 * math/s_ldexpl.c: Likewise.
28187 * math/s_nextafter.c: Likewise.
28188 * math/s_nexttowardf.c: Likewise.
28189 * math/s_significand.c: Likewise.
28190 * math/s_significandf.c: Likewise.
28191 * math/s_significandl.c: Likewise.
28192 * math/w_jnl.c: Likewise.
28193 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
28194 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
28195 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
28196 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
28197 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
28198 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28199 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
28200 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
28201 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
28202 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
28203 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
28204 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
28205 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
28206 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
28207 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
28208 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
28209 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
28210 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
28211 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28212 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
28213 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
28214 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28215 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28216 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28217 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28218 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28219 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28220 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28221 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
28222 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28223 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28224 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
28225 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28226 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
28227 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
28228 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28229 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
28230 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
28231 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
28232 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
28233 * sysdeps/ieee754/k_standard.c: Likewise.
28234 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
28235 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28236 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
28237 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
28238 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
28239 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
28240 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28241 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
28242 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
28243 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
28244 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
28245 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
28246 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
28247 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
28248 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
28249 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
28250 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
28251 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28252 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28253 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
28254 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28255 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28256 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
28257 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
28258 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28259 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
28260 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
28261 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
28262 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
28263 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
28264 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
28265 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
28266 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
28267 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
28268 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
28269 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
28270 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
28271 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
28272 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
28273 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
28274 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
28275 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
28276 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
28277 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
28278 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
28279 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
28280 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28281 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28282 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
28283 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
28284 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
28285 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28286 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28287 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
28288 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
28289 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
28290 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
28291 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
28292 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
28293 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
28294 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
28295 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
28296 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
28297 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28298 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
28299 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
28300 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
28301 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
28302 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
28303 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
28304 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
28305 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
28306 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
28307 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
28308 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
28309 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
28310 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
28311 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
28312 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
28313 * sysdeps/ieee754/s_matherr.c: Likewise.
28314 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
28315 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
28316 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28317 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28318
965a54a4
JM
283192012-01-26 Joseph Myers <joseph@codesourcery.com>
28320
28321 * crypt/md5.h: Remove __STDC__ conditionals.
28322 * libio/libioP.h: Likewise.
28323 * locale/programs/config.h: Likewise.
28324 * sysdeps/generic/sysdep.h: Likewise.
28325 * sysdeps/i386/asm-syntax.h: Likewise.
28326 * sysdeps/s390/asm-syntax.h: Likewise.
28327 * sysdeps/unix/sysdep.h: Likewise.
28328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
28329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28330
7071ad79
JM
283312012-01-26 Joseph Myers <joseph@codesourcery.com>
28332
28333 * libio/libio.h: Remove __STDC__ conditionals.
28334 * malloc/obstack.h: Likewise.
28335 * math/complex.h: Likewise.
28336 * math/math.h: Likewise.
28337 * sysdeps/generic/_G_config.h: Likewise.
28338 * sysdeps/gnu/_G_config.h: Likewise.
28339 * sysdeps/mach/hurd/_G_config.h: Likewise.
28340 * sysdeps/powerpc/bits/mathdef.h: Likewise.
28341 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
28342 * sysdeps/sparc/bits/mathdef.h: Likewise.
28343
afc5ed09
UD
283442012-01-26 Ulrich Drepper <drepper@gmail.com>
28345
28346 [BZ #13583]
28347 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 28348 Clean up HAS_* macros.
afc5ed09 28349 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
28350 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
28351 possible.
28352 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
28353 HAS_AVX.
28354 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
28355 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
28356 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
28357 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
28358 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 28359
bdb6de1d
JM
283602012-01-25 Joseph Myers <joseph@codesourcery.com>
28361
28362 * elf/tst-unique3.cc (gets): Remove declaration.
28363 * elf/tst-unique3lib.cc (gets): Likewise.
28364 * elf/tst-unique3lib2.cc (gets): Likewise.
28365 * elf/tst-unique4.cc (gets): Likewise.
28366
b15549e6
UD
283672012-01-24 Ulrich Drepper <drepper@gmail.com>
28368
28369 * include/stdio.h: Add C++ protection. Add gets declarations and
28370 definitions.
28371 * debug/tst-chk1.c: Don't declare gets here.
28372 * stdio-common/tst-gets.c: Likewise.
28373
a037381f
JM
283742012-01-24 Joseph Myers <joseph@codesourcery.com>
28375
28376 * posix/glob: Remove directory.
28377
f1d4aa75
JM
283782012-01-24 Joseph Myers <joseph@codesourcery.com>
28379
28380 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
28381
81c0c964
PT
283822012-01-22 Pino Toscano <toscano.pino@tiscali.it>
28383
28384 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
28385 of the non-standard EPFNOSUPPORT.
28386
0ea698ae
ST
283872011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
28388
28389 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
28390 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
28391 ANYWHERE set to 1 only on KERN_NO_SPACE error.
28392
d220b117
UD
283932012-01-21 Ulrich Drepper <drepper@gmail.com>
28394
28395 * wcsmbs/uchar.h: Test __STDC_VERSION__.
28396
3e1aa84e
UD
283972012-01-20 Ulrich Drepper <drepper@gmail.com>
28398
28399 * nscd/aicache.c (addhstaiX): Do not cache negative results of
28400 transient errors.
28401 * nscd/grpcache.c (cache_addgr): Likewise.
28402 * nscd/hstcache.c (cache_addhst): Likewise.
28403 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28404 * nscd/pwdcache.c (cache_addpw): Likewise.
28405 * nscd/servicescache.c (cache_addserv): Likewise.
28406
400aa020
UD
284072012-01-16 Ulrich Drepper <drepper@gmail.com>
28408
d77e7869
UD
28409 * malloc/malloc.c: Various cleanups.
28410 * malloc/hooks.c: Likewise.
28411
400aa020
UD
28412 * stdlib/Makefile (tests): Add bug-fmtmsg1.
28413 * stdlib/bug-fmtmsg1.c: New file.
28414
28415 * stdlib/fmtmsg.c (init): Add missing unlock.
28416 Patch by Peng Haitao <penght@cn.fujitsu.com>.
28417
e0a309cf
MP
284182012-01-12 Marek Polacek <polacek@redhat.com>
28419
28420 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
28421 and _GNU_SOURCE.
28422
929d11c7
WS
284232012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
28424
28425 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
28426 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
28427 macro to ensure uniqueness of label name.
28428 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
28429 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
28430
41d0e869
UD
284312012-01-11 Ulrich Drepper <drepper@gmail.com>
28432
0cc5ed3b
UD
28433 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
28434
41d0e869
UD
28435 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
28436 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
28437 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
28438 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
28439
a47a831a
UD
284402012-01-10 Ulrich Drepper <drepper@gmail.com>
28441
daa891c0
UD
28442 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
28443
28444 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
28445 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
28446 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
28447
e58ef0f2
UD
28448 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
28449
a47a831a 28450 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
28451 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
28452 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 28453 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
28454
28455 * math/bits/math-finite.h: Add ldexp support.
28456
a0bfc9c7
MP
284572012-01-10 Marek Polacek <polacek@redhat.com>
28458
28459 * locale/programs/localedef.h (show_archive_content): Add noreturn
28460 attribute.
28461
d6e97a1d
UD
284622012-01-09 Ulrich Drepper <drepper@gmail.com>
28463
28464 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
28465
d5835c26
UD
284662012-01-08 Ulrich Drepper <drepper@gmail.com>
28467
e5f484c6
UD
28468 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
28469
d5835c26
UD
28470 * io/Makefile (headers): Add bits/poll2.h.
28471
d1f741e9
WS
284722011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
28473
28474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
28475 typo #include statement.
28476
ec09c1c4
UD
284772012-01-08 Ulrich Drepper <drepper@gmail.com>
28478
28479 * include/sys/cdefs.h: Define __attribute_alloc_size.
28480 * catgets/gencat.c: Add alloc_size attribute and apply consistently
28481 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
28482 * elf/pldd.c: Likewise.
28483 * iconv/iconv_charmap.c: Likewise.
28484 * iconv/iconvconfig.c: Likewise.
28485 * iconv/strtab.c: Likewise.
28486 * locale/programs/locale.c: Likewise.
28487 * locale/programs/localedef.h: Likewise.
28488 * locale/programs/simple-hash.c: Likewise.
28489 * nscd/nscd.h: Likewise.
28490 * nss/makedb.c: Likewise.
28491 * sysdeps/generic/ldconfig.h: Likewise.
28492 * locale/programs/localedef.c: Remove xmalloc prototype.
28493 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
28494
20b38e03
PP
284952012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
28496
28497 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
28498 appropriate.
28499
a0da5fe1
UD
285002012-01-08 Ulrich Drepper <drepper@gmail.com>
28501
1d5a644a 28502 * math/Makefile (tests): Add tst-CMPLX.
669704fd 28503 * math/tst-CMPLX.c: New file.
1d5a644a 28504
8784a6db
UD
28505 * math/complex.h (CMPLXL): Fix typo.
28506
d9a216c0
UD
28507 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
28508 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
28509 GLIBC_2.16.
28510 * debug/tst-chk1.c: Add poll and ppoll tests.
28511 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
28512 * include/sys/poll.h: Add hidden proto for ppoll.
28513 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
28514 * sysdeps/mach/hurd/ppoll.c: Likewise.
28515 * io/ppoll.c: Likewise.
28516 * debug/poll_chk.c: New file.
28517 * debug/ppoll_chk.c: New file.
28518 * include/bits/poll2.h: New file.
28519 * io/bits/poll2.h: New file.
28520
ac097f5c
UD
28521 [BZ #1350]
28522 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
28523
2119dcfa
UD
28524 * configure.in: static is always set to yes. Remove.
28525 * config.make.in: Don't set build-static.
28526 * Makeconfig: Remove use of build-static.
28527 * dlfcn/Makefile: Likewise.
28528 * elf/Makefile: Likewise.
28529 * math/Makefile: Likewise.
28530 * misc/Makefile: Likewise.
28531 * nptl/Makefile: Likewise.
28532 * sysdeps/mach/hurd/Makefile: Likewise.
28533
121766a9
UD
28534 * configure.in: PWD_P is not used anymore.
28535 * config.make.in: Remove PWD_P entry.
28536
51a1d39c 28537 * configure.in: Remove last remnants of RANLIB.
8720d066 28538 No need to check for signed size_t anymore.
215f4bdc
UD
28539 Don't set libc_commonpagesize and libc_relro_required here for Alpha
28540 and IA-64.
3857022a 28541 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
28542 * aclocal.m4: Likewise.
28543
d3ed7225
UD
28544 * wcsmbs/mbrtoc16.c: Implement using towc function.
28545 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
28546 * wcsmbs/wcsmbsload.c: Likewise.
28547 * iconv/gconv_simple.c: Likewise.
28548 * iconv/gconv_int.h: Likewise.
28549 * iconv/gconv_builtin.h: Likewise.
28550 * iconv/iconv_prog.c: Remove CHAR16 handling.
28551
28552 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
28553
28554 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
28555
a0da5fe1
UD
28556 * configure.in: Remove --with-elf and --enable-bounded options.
28557 Dont set base_machine for ia64. More non-ELF conditions removed.
28558 Remove testing and setting of leading underscore information.
28559 * config.make.in (build-bounded): Set to no.
28560 * config.h.in: Remove NO_UNDERSCORES entry.
28561 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
28562 them.
28563 * csu/start.c: Remove !NO_UNDERSCORE code.
28564 * locale/localeinfo.h: Likewise.
28565 * sysdeps/generic/machine-gmon.h: Likewise.
28566 * sysdeps/generic/sysdep.h: Likewise.
28567 * sysdeps/i386/sysdep.h: Likewise.
28568 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
28569 * sysdeps/mach/sysdep.h: Likewise.
28570 * sysdeps/s390/s390-32/sysdep.h: Likewise.
28571 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28572 * sysdeps/sh/sysdep.h: Likewise.
28573 * sysdeps/sparc/sparc32/alloca.S: Likewise.
28574 * sysdeps/unix/i386/sysdep.S: Likewise.
28575 * sysdeps/unix/sparc/start.c: Likewise.
28576 * sysdeps/unix/sparc/sysdep.S: Likewise.
28577 * sysdeps/unix/sparc/sysdep.h: Likewise.
28578 * sysdeps/unix/start.c: Likewise.
28579 * sysdeps/unix/x86_64/sysdep.S: Likewise.
28580 * sysdeps/x86_64/sysdep.h: Likewise.
28581
df78418a
UD
285822012-01-07 Ulrich Drepper <drepper@gmail.com>
28583
a784e502
UD
28584 [BZ #13553]
28585 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
28586 for non-gcc.
28587 * argp/argp-fmtstream.h: Use const instead __const.
28588 * argp/argp.h: Likewise.
28589 * assert/assert.h: Likewise.
28590 * bits/fenv.h: Likewise.
28591 * bits/sched.h: Likewise.
28592 * bits/sigset.h: Likewise.
28593 * bits/sigthread.h: Likewise.
28594 * catgets/nl_types.h: Likewise.
28595 * conform/data/pthread.h-data: Likewise.
28596 * crypt/crypt-private.h: Likewise.
28597 * crypt/crypt.h: Likewise.
28598 * crypt/crypt_util.c: Likewise.
28599 * ctype/ctype.h: Likewise.
28600 * debug/execinfo.h: Likewise.
28601 * debug/mbsnrtowcs_chk.c: Likewise.
28602 * debug/mbsrtowcs_chk.c: Likewise.
28603 * debug/wcsnrtombs_chk.c: Likewise.
28604 * debug/wcsrtombs_chk.c: Likewise.
28605 * debug/wcstombs_chk.c: Likewise.
28606 * dirent/dirent.h: Likewise.
28607 * dlfcn/dlfcn.h: Likewise.
28608 * elf/neededtest4.c: Likewise.
28609 * grp/grp.h: Likewise.
28610 * gshadow/gshadow.h: Likewise.
28611 * iconv/gconv.h: Likewise.
28612 * iconv/gconv_int.h: Likewise.
28613 * iconv/gconv_simple.c: Likewise.
28614 * iconv/iconv.h: Likewise.
28615 * iconv/loop.c: Likewise.
28616 * iconv/skeleton.c: Likewise.
28617 * include/aio.h: Likewise.
28618 * include/aliases.h: Likewise.
28619 * include/argz.h: Likewise.
28620 * include/arpa/inet.h: Likewise.
28621 * include/assert.h: Likewise.
28622 * include/dirent.h: Likewise.
28623 * include/dlfcn.h: Likewise.
28624 * include/execinfo.h: Likewise.
28625 * include/fcntl.h: Likewise.
28626 * include/fenv.h: Likewise.
28627 * include/glob.h: Likewise.
28628 * include/grp.h: Likewise.
28629 * include/libintl.h: Likewise.
28630 * include/mntent.h: Likewise.
28631 * include/netdb.h: Likewise.
28632 * include/pwd.h: Likewise.
28633 * include/rpc/netdb.h: Likewise.
28634 * include/sched.h: Likewise.
28635 * include/search.h: Likewise.
28636 * include/shadow.h: Likewise.
28637 * include/signal.h: Likewise.
28638 * include/stdio.h: Likewise.
28639 * include/stdlib.h: Likewise.
28640 * include/string.h: Likewise.
28641 * include/sys/socket.h: Likewise.
28642 * include/sys/stat.h: Likewise.
28643 * include/sys/statfs.h: Likewise.
28644 * include/sys/statvfs.h: Likewise.
28645 * include/sys/syslog.h: Likewise.
28646 * include/sys/time.h: Likewise.
28647 * include/sys/uio.h: Likewise.
28648 * include/time.h: Likewise.
28649 * include/unistd.h: Likewise.
28650 * include/utmp.h: Likewise.
28651 * include/wchar.h: Likewise.
28652 * include/wctype.h: Likewise.
28653 * inet/aliases.h: Likewise.
28654 * inet/arpa/inet.h: Likewise.
28655 * inet/netinet/ether.h: Likewise.
28656 * inet/netinet/in.h: Likewise.
28657 * intl/libintl.h: Likewise.
28658 * io/bits/fcntl2.h: Likewise.
28659 * io/fcntl.h: Likewise.
28660 * io/ftw.h: Likewise.
28661 * io/sys/poll.h: Likewise.
28662 * io/sys/stat.h: Likewise.
28663 * io/sys/statfs.h: Likewise.
28664 * io/sys/statvfs.h: Likewise.
28665 * io/utime.h: Likewise.
28666 * libio/bits/stdio.h: Likewise.
28667 * libio/bits/stdio2.h: Likewise.
28668 * libio/libio.h: Likewise.
28669 * libio/libioP.h: Likewise.
28670 * libio/stdio.h: Likewise.
28671 * locale/lc-ctype.c: Likewise.
28672 * locale/locale.h: Likewise.
28673 * login/utmp.h: Likewise.
28674 * malloc/arena.c: Likewise.
28675 * malloc/malloc.c: Likewise.
28676 * malloc/malloc.h: Likewise.
28677 * malloc/mcheck.c: Likewise.
28678 * malloc/mtrace.c: Likewise.
28679 * math/bits/mathcalls.h: Likewise.
28680 * math/fenv.h: Likewise.
28681 * math/math_private.h: Likewise.
28682 * misc/bits/error.h: Likewise.
28683 * misc/bits/syslog.h: Likewise.
28684 * misc/err.h: Likewise.
28685 * misc/error.h: Likewise.
28686 * misc/fstab.h: Likewise.
28687 * misc/mntent.h: Likewise.
28688 * misc/regexp.h: Likewise.
28689 * misc/search.h: Likewise.
28690 * misc/sgtty.h: Likewise.
28691 * misc/sys/mman.h: Likewise.
28692 * misc/sys/syslog.h: Likewise.
28693 * misc/sys/uio.h: Likewise.
28694 * misc/sys/xattr.h: Likewise.
28695 * misc/ttyent.h: Likewise.
28696 * nis/rpcsvc/ypclnt.h: Likewise.
28697 * nss/nss.h: Likewise.
28698 * posix/bits/unistd.h: Likewise.
28699 * posix/fnmatch.h: Likewise.
28700 * posix/glob.h: Likewise.
28701 * posix/sched.h: Likewise.
28702 * posix/spawn.h: Likewise.
28703 * posix/sys/wait.h: Likewise.
28704 * posix/unistd.h: Likewise.
28705 * posix/wordexp.h: Likewise.
28706 * pwd/pwd.h: Likewise.
28707 * resolv/netdb.h: Likewise.
28708 * resource/sys/resource.h: Likewise.
28709 * rt/aio.h: Likewise.
28710 * rt/bits/mqueue2.h: Likewise.
28711 * rt/mqueue.h: Likewise.
28712 * shadow/shadow.h: Likewise.
28713 * signal/signal.h: Likewise.
28714 * socket/send.c: Likewise.
28715 * socket/sendto.c: Likewise.
28716 * socket/sys/socket.h: Likewise.
28717 * stdio-common/printf.h: Likewise.
28718 * stdlib/bits/stdlib.h: Likewise.
28719 * stdlib/fmtmsg.h: Likewise.
28720 * stdlib/monetary.h: Likewise.
28721 * stdlib/stdlib.h: Likewise.
28722 * stdlib/ucontext.h: Likewise.
28723 * streams/stropts.h: Likewise.
28724 * string/argz.h: Likewise.
28725 * string/bits/string2.h: Likewise.
28726 * string/string.h: Likewise.
28727 * string/strings.h: Likewise.
28728 * sunrpc/rpc/auth.h: Likewise.
28729 * sunrpc/rpc/auth_des.h: Likewise.
28730 * sunrpc/rpc/clnt.h: Likewise.
28731 * sunrpc/rpc/netdb.h: Likewise.
28732 * sunrpc/rpc/pmap_clnt.h: Likewise.
28733 * sunrpc/rpc/xdr.h: Likewise.
28734 * sysdeps/generic/inttypes.h: Likewise.
28735 * sysdeps/generic/net/if.h: Likewise.
28736 * sysdeps/generic/sys/swap.h: Likewise.
28737 * sysdeps/gnu/net/if.h: Likewise.
28738 * sysdeps/gnu/utmpx.h: Likewise.
28739 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
28740 * sysdeps/i386/i486/bits/string.h: Likewise.
28741 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
28742 * sysdeps/s390/bits/string.h: Likewise.
28743 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
28744 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
28745 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
28746 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
28747 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
28748 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
28749 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
28750 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
28751 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
28752 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28753 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
28754 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28755 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
28756 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28757 * sysdeps/unix/sysv/linux/readv.c: Likewise.
28758 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
28759 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
28760 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
28761 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
28762 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
28763 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
28764 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
28765 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
28766 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
28767 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
28768 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
28769 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
28770 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28771 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
28772 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
28773 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
28774 * sysvipc/sys/ipc.h: Likewise.
28775 * sysvipc/sys/msg.h: Likewise.
28776 * sysvipc/sys/sem.h: Likewise.
28777 * sysvipc/sys/shm.h: Likewise.
28778 * termios/termios.h: Likewise.
28779 * time/sys/time.h: Likewise.
28780 * time/time.h: Likewise.
28781 * wcsmbs/bits/wchar2.h: Likewise.
28782 * wcsmbs/uchar.h: Likewise.
28783 * wcsmbs/wchar.h: Likewise.
28784 * wctype/wctype.h: Likewise.
28785
0269750c
UD
28786 [BZ #13551]
28787 * Makeconfig: Remove all but ELF support including AIX support.
28788 * Makerules: Likewise.
28789 * config.h.in: Likewise.
28790 * config.make.in: Likewise.
28791 * configure: Likewise.
28792 * configure.in: Likewise.
28793 * csu/Makefile: Likewise.
28794 * csu/version.c: Likewise.
28795 * debug/Makefile: Likewise.
28796 * dlfcn/Makefile: Likewise.
28797 * elf/Makefile: Likewise.
28798 * extra-lib.mk: Likewise.
28799 * iconv/Makefile: Likewise.
28800 * include/libc-symbols.h: Likewise.
28801 * include/shlib-compat.h: Likewise.
28802 * resolv/Makefile: Likewise.
28803 * resolv/res_libc.c: Likewise.
28804 * rt/Makefile: Likewise.
28805 * sysdeps/i386/asm-syntax.h: Likewise.
28806 * sysdeps/i386/sysdep.h: Likewise.
28807 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
28808 * sysdeps/mach/sysdep.h: Likewise.
28809 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
28810 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
28811 * sysdeps/s390/asm-syntax.h: Likewise.
28812 * sysdeps/s390/s390-32/sysdep.h: Likewise.
28813 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28814 * sysdeps/sh/sysdep.h: Likewise.
28815 * sysdeps/unix/sparc/sysdep.h: Likewise.
28816 * sysdeps/wordsize-32/divdi3.c: Likewise.
28817 * sysdeps/x86_64/sysdep.h: Likewise.
28818
00bbd29b
UD
28819 * argp/Versions: Remove _argp_unlock_xxx.
28820
28821 [BZ #13559]
28822 * abilist/ld.abilist: Update. Adjust for removal of tls option.
28823 * abilist/libBrokenLocale.abilist: Likewise.
28824 * abilist/libanl.abilist: Likewise.
28825 * abilist/libc.abilist: Likewise.
28826 * abilist/libcrypt.abilist: Likewise.
28827 * abilist/libdl.abilist: Likewise.
28828 * abilist/libm.abilist: Likewise.
28829 * abilist/libnsl.abilist: Likewise.
28830 * abilist/libpthread.abilist: Likewise.
28831 * abilist/libresolv.abilist: Likewise.
28832 * abilist/librt.abilist: Likewise.
28833 * abilist/libthread_db.abilist: Likewise.
28834 * abilist/libutil.abilist: Likewise.
28835 * abilist/libnss_db.abilist: New file.
28836
28837 * scripts/abilist.awk: Add support for indirect functions.
28838
a2693a0e
UD
28839 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
28840
3f05895f
UD
28841 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
28842
ecb6fb48
UD
28843 * shlib-versions: Remove entries for ports architectures.
28844
664f8cb9
UD
28845 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
28846 files in ports.
28847 * elf/stackguard-macros.h: Remove support for IA-64.
28848 * elf/tst-auditmod1.c: Likewise.
28849 * sysdeps/generic/ldsodefs.h: Likewise.
28850
7ae81d88
UD
28851 * sysdeps/unix/sysv/linux/configure.in: Ports should define
28852 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
28853 configure files.
28854
bdeba135
UD
28855 [BZ #13552]
28856 * configure.in: Remove --enable-omitfp support.
28857 * FAQ.in: Adjust.
28858 * config.make.in: Likewise.
28859 * Makeconfig: Likewise.
28860 * manual/install.texi: Likewise.
28861
d75a0a62
UD
28862 In case anyone cares, the IA-64 architecture could move to ports.
28863 * sysdeps/ia64/*: Removed.
28864 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 28865 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 28866
dcc9756b
UD
28867 [BZ #13555]
28868 * configure.in: Remove entries for unsupported architectures.
28869
d3761ebc 28870 [BZ #13533]
9954432e
UD
28871 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
28872 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
28873 routines.
28874 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
28875 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
28876 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
28877 fall back to using wcrtomb.
28878 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
28879 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
28880 renaming.
28881 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
28882 * wcsmbs/tst-c16c32-1.c: New file.
28883
28884 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
28885 local variable.
28886
c3a87236
UD
28887 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
28888
28926a1b
UD
28889 * elf/tst-unique3.cc: Add explicit declaration of gets.
28890 * elf/tst-unique3lib.cc: Likewise.
28891 * elf/tst-unique3lib2.cc: Likewise.
28892 * elf/tst-unique4.cc: Likewise.
28893
df78418a
UD
28894 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
28895
8ecd6b2a
JM
288962012-01-06 Joseph Myers <joseph@codesourcery.com>
28897
28898 [BZ #13566]
28899 * assert/assert.h (static_assert): Don't define for C++.
28900 * libio/stdio.h (gets): Do declare for C++ <= C++11.
28901 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
28902
9f115170
UD
289032012-01-03 Ulrich Drepper <drepper@gmail.com>
28904
5e0d0300
UD
28905 * iconv/loop.c (single loop): Fix assertion in storing of
28906 remaining bytes.
28907
9f115170
UD
28908 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
28909
81fb02b0
UD
289102012-01-01 Ulrich Drepper <drepper@gmail.com>
28911
28912 * posix/getconf.c: Update copyright year.
28913 * nss/getent.c: Likewise.
a316c1f6 28914 * nss/makedb.c: Likewise.
81fb02b0
UD
28915 * iconv/iconvconfig.c: Likewise.
28916 * iconv/iconv_prog.c: Likewise.
28917 * elf/ldconfig.c: Likewise.
a316c1f6
UD
28918 * elf/pldd.c: Likewise.
28919 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
28920 * catgets/gencat.c: Likewise.
28921 * csu/version.c: Likewise.
28922 * elf/ldd.bash.in: Likewise.
28923 * elf/sprof.c (print_version): Likewise.
28924 * locale/programs/locale.c: Likewise.
28925 * locale/programs/localedef.c: Likewise.
a316c1f6 28926 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
28927 * nscd/nscd.c (print_version): Likewise.
28928 * debug/xtrace.sh: Likewise.
28929 * malloc/memusage.sh: Likewise.
28930 * malloc/mtrace.pl: Likewise.
28931 * debug/catchsegv.sh: Likewise.
28932
2ba92745
JJ
289332011-12-30 Jakub Jelinek <jakub@redhat.com>
28934
28935 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
28936 pure attribute.
28937
dadebdae
UD
289382011-12-24 Ulrich Drepper <drepper@gmail.com>
28939
d3761ebc 28940 [BZ #13533]
db6af3eb
UD
28941 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
28942 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
28943 transformations.
28944 * iconv/gconv_int.h: Likewise.
28945 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
28946 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
28947 from libc for GLIBC_2.16.
28948 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
28949 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
28950 * wcsmbs/uchar.h: Really define mbstate_t.
28951 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
28952 * wcsmbs/c16rtomb.c: New file.
28953 * wcsmbs/mbrtoc16.c: New file.
28954 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
28955 for C/POSIX locale.
28956 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
28957 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
28958
dadebdae
UD
28959 * wcsmbs/wchar.h: Add missing __restrict.
28960
67371b56
UD
289612011-12-23 Ulrich Drepper <drepper@gmail.com>
28962
74033a25
UD
28963 [BZ #13532]
28964 * time/Makefile (routines): Add timespec_get.
28965 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
28966 * time/time.h: Define TIME_UTC and declare timespec_get. Define
28967 timespec for ISO C11.
28968 * time/timespec_get.c: New file.
28969 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
28970 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
28971
380d7e87
UD
28972 [BZ #13531]
28973 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
28974 * stdlib/stdlib.h: Declare aligned_alloc.
28975 * Versions.def: Add GLIBC_2.16 for libc.
28976 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
28977
4e9e7a35
UD
28978 [BZ 13527]
28979 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
28980 ISO C11.
28981
380d7e87 28982 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
28983 code.
28984
03a71829
UD
28985 [BZ #13528]
28986 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
28987
839e283e
UD
28988 [BZ #13529]
28989 * assert/assert.h (static_assert): Define.
28990
ce5294e2 28991 * version.h: Update for 2.16 development version.
90fa7312 28992
8d44e150 28993 [BZ #13526]
d7809905
UD
28994 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
28995 _ISOC11_SOURCE.
28996
c0da14cd
UD
28997 * version.h (RELEASE): Bump for 2.15 release.
28998 * include/features.h (__GLIBC_MINOR__): Bump to 15.
28999
530a3249
MP
29000 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
29001 Patch by Marek Polacek <mpolacek@redhat.com>.
29002
67371b56
UD
29003 * bits/byteswap.h: Protect long long constants with __extension__.
29004 * sysdeps/i386/bits/byteswap.h: Likewise.
29005 * sysdeps/ia64/bits/byteswap.h: Likewise.
29006 * sysdeps/s390/bits/byteswap.h: Likewise.
29007 * sysdeps/x86_64/bits/byteswap.h: Likewise.
29008
15db4de1
LD
290092011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29010
29011 [BZ #13540]
bbe315ea
LD
29012 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
29013 destination buffer.
15db4de1
LD
29014 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
29015
2b2596b1
MP
290162011-12-23 Marek Polacek <polacek@redhat.com>
29017
29018 * elf/dl-addr.c (determine_info): Add inline keyword.
29019 * elf/tst-auditmod4b.c (check_avx): Likewise.
29020 * elf/tst-auditmod6b.c (check_avx): Likewise.
29021 * elf/tst-auditmod6c.c (check_avx): Likewise.
29022 * elf/tst-auditmod7b.c (check_avx): Likewise.
29023
70c6c246
UD
290242011-12-23 Ulrich Drepper <drepper@gmail.com>
29025
29026 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
29027 !__SSE_MATH__.
29028
c044cf14
LD
290292011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29030
15db4de1 29031 [BZ #13540]
c044cf14
LD
29032 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
29033 processing for last bytes.
29034
6b13d9d9
BH
290352011-08-06 Bruno Haible <bruno@clisp.org>
29036
d455f537
BH
29037 [BZ #13061]
29038 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
29039 U+0385, not to U+1FEE.
29040
6b13d9d9
BH
29041 [BZ #13062]
29042 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
29043 entry for U+00A5 U+0301.
29044
db910efd
UD
290452011-12-22 Ulrich Drepper <drepper@gmail.com>
29046
27deeafc
UD
29047 [BZ #13166]
29048 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
29049 buffer for the output is too small.
29050
aed9d171
UD
29051 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
29052 optimization.
29053
db910efd
UD
29054 [BZ #13185]
29055 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
29056 SSE flags if possible.
29057
2bd779ae
LD
290582011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29059
e7f9dac3 29060 [BZ #13540]
2bd779ae
LD
29061 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
29062 processing for last bytes.
29063
154bfc16
JM
290642011-12-22 Joseph Myers <joseph@codesourcery.com>
29065
29066 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
29067 (syscall-list-default-options, syscall-list-default-condition)
29068 (syscall-list-includes): Define.
29069 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
29070 list of ABIs and options and #if conditions for each ABI. Do not
29071 handle common syscalls between ABIs specially.
29072 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
29073 Remove.
29074 (syscall-list-variants, syscall-list-32bit-options)
29075 (syscall-list-32bit-condition, syscall-list-64bit-options)
29076 (syscall-list-64bit-condition): Define.
29077 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
29078 (syscall-list-variants, syscall-list-32bit-options)
29079 (syscall-list-32bit-condition, syscall-list-64bit-options)
29080 (syscall-list-64bit-condition): Define.
29081 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
29082 Remove.
29083 (syscall-list-variants, syscall-list-32bit-options)
29084 (syscall-list-32bit-condition, syscall-list-64bit-options)
29085 (syscall-list-64bit-condition): Define.
29086 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
29087 Remove.
29088 (syscall-list-variants, syscall-list-32bit-options)
29089 (syscall-list-32bit-condition, syscall-list-64bit-options)
29090 (syscall-list-64bit-condition): Define.
29091
21eaf3a5
UD
290922011-12-22 Ulrich Drepper <drepper@gmail.com>
29093
16c6f992
UD
29094 * locale/iso-639.def: Add brx entry.
29095
41043168
UD
29096 [BZ #13328]
29097 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
29098 Proposed by Mariusz_Cukr <marcukr@op.pl>.
29099
21eaf3a5
UD
29100 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
29101 __feraiseexcept_renamed.
29102
e3a851a2
UD
291032011-12-21 Ulrich Drepper <drepper@gmail.com>
29104
4920765e
UD
29105 [BZ #13538]
29106 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
29107 EPOLLET with unsigned values.
29108 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
29109 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
29110
e3a851a2
UD
29111 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
29112 to large cancellation.
29113 * math/s_cacoshf.c: Likewise.
29114 * math/s_cacoshl.c: Likewise.
29115
b27e24b8
RK
291162011-11-18 Richard B. Kreckel <kreckel@ginac.de>
29117
29118 [BZ #13305]
aebefeee 29119 [BZ #12786]
b27e24b8
RK
29120 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
29121 * math/s_cacoshf.c: Likewise.
29122 * math/s_cacoshl.c: Likewise.
29123
ee190f67
UD
291242011-12-21 Ulrich Drepper <drepper@gmail.com>
29125
29126 [BZ #13439]
29127 * iconv/gconv.h: Define __GCONV_SWAP.
29128 * iconvdata/unicode.c: The swap bit must be stored in __flags.
29129 * iconvdata/utf-16.c: Likewise.
29130 * iconvdata/utf-32.c: Likewise.
29131
707f25df
AS
291322011-12-21 Andreas Schwab <schwab@linux-m68k.org>
29133
29134 [BZ #13524]
29135 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
29136 numerator after shifting it by one limb.
29137
d2daaa1e
RÁE
291382011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
29139
29140 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
29141 under [__USE_EXTERN_INLINES].
29142
a4647e72
UD
291432011-12-17 Ulrich Drepper <drepper@gmail.com>
29144
29145 [BZ #13446]
29146 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
29147
f0b264f1
AZ
291482011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29149
29150 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
29151 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
29152 optimized code.
29153 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
29154 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
29155 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
29156 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
29157 for strncasecmp/strncasecmp_l compilation.
29158 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
29159 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
29160
8ef4f244
MP
291612011-12-08 Marek Polacek <mpolacek@redhat.com>
29162
29163 [BZ #13484]
29164 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
29165 of __asm__.
29166
97ac2654
UD
291672011-12-17 Ulrich Drepper <drepper@gmail.com>
29168
29169 [BZ #13506]
29170 * time/tzfile.c (__tzfile_read): Check values from file header.
29171
91d2a845
WS
291722011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
29173
29174 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
29175 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
29176 * powerpc/powerpc32/dl-start.S: Likewise.
29177 * powerpc/powerpc32/elf/start.S: Likewise.
29178 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
29179 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
29180 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
29181 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
29182 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
29183 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
29184 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
29185 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29186 * powerpc/powerpc32/fpu/s_round.S: Likewise.
29187 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
29188 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
29189 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
29190 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
29191 * powerpc/powerpc32/memset.S: Likewise.
29192 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
29193 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29194 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29195 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29196 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29197 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
29198 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
29199 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
29200 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
29201 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
29202 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
29203 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
29204 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
29205
a1267ba1
AZ
292062011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29207
29208 * math/libm-test.inc: Added more nearbyint tests.
29209 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
29210 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
29211 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
29212 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
29213
ad8ac1bd
RL
292142011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
29215
29216 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
29217 FD_CLOEXEC.
29218
1d3e4b61
UD
292192011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29220
29221 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
29222 Add wcscpy-ssse3 wcscpy-c.
29223 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
29224 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
29225 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
29226 * sysdeps/x86_64/wcschr.S: New file.
29227 * sysdeps/x86_64/wcsrchr.S: New file.
29228 * string/test-strcmp.c: Remove checking of wcscmp function for
29229 wrong alignments.
29230 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
29231 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
29232 wcsrchr-sse2 wcsrchr-c.
29233 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
29234 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
29235 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
29236 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
29237 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
29238 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
29239 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
29240 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
29241 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
29242 * wcsmbc/wcschr.c (WCSCHR): New macro.
29243
5b330a2d
UD
292442011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29245
29246 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
29247 * wcsmbs/test-wcsrchr.c: New file.
29248 * string/test-strrchr.c: Add wcsrchr support.
29249 (WIDE): New macro.
29250 * wcsmbs/test-wcscpy.c: New file.
29251 * string/test-strcpy.c: Add wcscpy support.
29252 (WIDE): New macro.
26428b7c 29253
f039c043
UD
292542011-12-10 Ulrich Drepper <drepper@gmail.com>
29255
29256 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
29257 the inner loop.
29258
850fb039
AS
292592011-12-06 Andreas Schwab <schwab@linux-m68k.org>
29260
29261 [BZ #13472]
29262 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
29263
4efbd5cb
UD
292642011-12-04 Ulrich Drepper <drepper@gmail.com>
29265
52ff5dd0 29266 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 29267 Minor optimizations.
52ff5dd0 29268
4efbd5cb
UD
29269 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
29270 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
29271 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
29272
8a426e12
UD
292732011-12-03 Ulrich Drepper <drepper@gmail.com>
29274
aff2453d
UD
29275 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
29276 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
29277 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
29278 for gcc to avoid warnings.
29279 * inet/Makefile (tests): Add tst-checks.
29280 * inet/tst-checks.c: New file.
29281
29282 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
29283 warning.
29284
29285 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
29286 __wmemcmp_sse2.
29287
29288 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
29289 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
29290
8a426e12
UD
29291 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
29292
9bea3473
UD
292932011-12-02 Ulrich Drepper <drepper@gmail.com>
29294
3a965496
UD
29295 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
29296 problem.
29297
9bea3473
UD
29298 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
29299
f101631b
UD
293002011-11-29 Joseph Myers <joseph@codesourcery.com>
29301
29302 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
29303 conditional on GCC version.
29304 (__arch_compare_and_exchange_val_8_acq)
29305 (__arch_compare_and_exchange_val_16_acq)
29306 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
29307 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
29308 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
29309
a98275aa
UD
293102011-12-02 Joseph Myers <joseph@codesourcery.com>
29311
29312 * sysdeps/sh/backtrace.c: New file.
29313
d4cc29a2
AS
293142011-12-02 Andreas Schwab <schwab@redhat.com>
29315
29316 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
29317 parenthesis.
29318
6257af2d
AS
293192011-12-01 Andreas Schwab <schwab@redhat.com>
29320
29321 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
29322 falling back to utime.
29323
b5f44c1a
AS
293242011-11-30 Andreas Schwab <schwab@redhat.com>
29325
29326 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
29327 expectations for float.
29328
f3a6cc0a
AS
293292011-11-29 Andreas Schwab <schwab@redhat.com>
29330
29331 * locale/weight.h (findidx): Add parameter len.
29332 * locale/weightwc.h (findidx): Likewise.
29333 * posix/fnmatch_loop.c (FCT): Adjust caller.
29334 * posix/regcomp.c (build_equiv_class): Likewise.
29335 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
29336 * posix/regexec.c (check_node_accept_bytes): Likewise.
29337 * string/strcoll_l.c (STRCOLL): Likewise.
29338 * string/strxfrm_l.c (STRXFRM): Likewise.
29339
9d65ea3a
UD
293402011-11-17 Ulrich Drepper <drepper@gmail.com>
29341
29342 * Makefile.in: Remove CVSOPT handling.
29343 * configure.in: Remove use of AC_REVISION.
29344 * iconvdata/Makefile (distribute): No need to filter out CVS.
29345 * scripts/list-sources.sh: Remove CVS, subversion and monotone
29346 handling.
29347
5583a086
AS
293482011-11-16 Andreas Schwab <schwab@redhat.com>
29349
29350 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
29351 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
29352 [USE_AS_STRNCASECMP_L]: Likewise.
29353 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
29354 NO_TLS_DIRECT_SEG_REFS.
29355 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
29356 Fix argument offsets for non-PIC.
29357 [USE_AS_STRNCASECMP_L]: Likewise.
29358 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
29359 NO_TLS_DIRECT_SEG_REFS.
29360
d62a8200
UD
293612011-11-15 Ulrich Drepper <drepper@gmail.com>
29362
9d65ea3a 29363 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
29364 O_CLOEXEC.
29365 * locale/loadlocale.c (_nl_load_locale): Likewise.
29366
09f93bd3
AS
293672011-11-15 Andreas Schwab <schwab@redhat.com>
29368
446514f9
AS
29369 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
29370 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
29371 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
29372 (SYSCALL_GETTIME): Set errno on error.
29373
09f93bd3
AS
29374 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
29375 count references to noai6ai_cached.
29376
312be3f9
UD
293772011-11-15 Ulrich Drepper <drepper@gmail.com>
29378
29379 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
29380
29381 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
29382 FD_CLOEXEC for /proc/self/maps.
29383
29384 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
29385 FD_CLOEXEC for /proc/meminfo.
29386
29387 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
29388 gai.conf.
29389
29390 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
29391 FD_CLOEXEC for given file.
29392
29393 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
29394
29395 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
29396 FD_CLOEXEC for /etc/hosts.
29397 (_gethtent): Likewise.
29398
29399 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
29400
29401 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
29402 cancellation and set FD_CLOEXEC for /etc/netgroup.
29403
29404 * nss/nss_files/files-key.c (search): Don't allow cancellation when
29405 reading /etc/publickey.
29406
29407 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
29408 allow cancellation when reading /etc/group.
29409
29410 * nss/nss_files/files-alias.c (internal_setent): Don't allow
29411 cancellation.
29412 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
29413
29414 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
29415 when using data file.
29416
29417 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
29418
29419 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
29420 (write_nis_obj): Use "c" and "e" in fopen.
29421
29422 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
29423
29424 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
29425
29426 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
29427
29428 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
29429
29430 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
29431 locale.alias.
29432
29433 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
29434
29435 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
29436
29437 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
29438
29439 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
29440 file parsing and set FD_CLOEXEC.
29441
82af0fa8
UD
294422011-11-14 Ulrich Drepper <drepper@gmail.com>
29443
29444 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
29445
a5fb313c
AS
294462011-11-14 Andreas Schwab <schwab@redhat.com>
29447
29448 * malloc/arena.c (arena_get2): Don't call reused_arena when
29449 _int_new_arena failed.
29450
6abf3465
UD
294512011-11-14 Ulrich Drepper <drepper@gmail.com>
29452
29453 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
29454 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
29455 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
29456 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29457 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29458 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
29459 to compile strcasecmp and strncasecmp.
29460 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
29461 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
29462
29463 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
29464
76e3966e
UD
294652011-11-13 Ulrich Drepper <drepper@gmail.com>
29466
29467 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
29468 locale-defines.sym to gen-as-const-headers.
29469 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
29470 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
29471 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
29472 to compile strcasecmp and strncasecmp.
29473 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
29474 strcasecmp_l and strncasecmp_l.
29475 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
29476 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
29477 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
29478 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
29479 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
29480 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
29481 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
29482 * sysdeps/i386/i686/multiarch/strncase.S: New file.
29483 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
29484 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
29485 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
29486
ab26144e
UD
294872011-11-12 Ulrich Drepper <drepper@gmail.com>
29488
7edb22ef
UD
29489 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
29490 result of SYSDEP_GETTIME_CPU to retval.
29491 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
29492 parameter list to macro. Remove trailing semicolon. Adjust users.
29493
9694fc44
UD
29494 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
29495 variable.
29496
8ad89ef8
UD
29497 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
29498 mantissa words.
29499 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
29500
0c822ef9
UD
29501 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
29502 from unused variable.
29503
874e0564
UD
29504 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
29505 DWARF definitions.
29506 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
29507 for assembling.
29508
3a2edc79
UD
29509 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
29510 over namespaces.
29511
f3c2577f
UD
29512 * sunrpc/rpc_prot.c (rejected): Fix case value.
29513
294ce126
UD
29514 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
29515 unsigned long long int to avoid warnings in shift.
29516
5e2b63c6
UD
29517 * posix/regex_internal.c (re_string_reconstruct): Actually use result
29518 of use of trans.
29519 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
29520 variable tmp.
29521
e7f4b08e
UD
29522 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
29523 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
29524 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
29525
ab26144e
UD
29526 * nis/nis_table.c (nis_list): Use variable of correct type for
29527 result of __follow_path call.
29528
8a6d5255
AZ
295292011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29530
29531 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
29532 of math functions ceil, trunc, floor, round, and sqrt, when
29533 avaliable on the platform.
29534 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
29535 name clash.
29536 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29537 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
29538 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
29539
aaddc98c
MP
295402011-10-30 Marek Polacek <mpolacek@redhat.com>
29541
29542 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
29543 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29544
95b7042b
RM
295452011-11-11 Roland McGrath <roland@hack.frob.com>
29546
29547 * include/unistd.h: Fix __readlink return type.
29548 Reported by Chris Metcalf <cmetcalf@tilera.com>.
29549
57769839
UD
295502011-11-11 Ulrich Drepper <drepper@gmail.com>
29551
29552 * stdlib/ucontext.h: Undo last change for makecontext.
29553
edc5984d
AS
295542011-11-11 Andreas Schwab <schwab@redhat.com>
29555
98591e58
AS
29556 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
29557
edc5984d
AS
29558 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
29559 * setjmp/setjmp.h: Mark functions as non-leaf.
29560 * setjmp/bits/setjmp2.h: Likewise.
29561 * stdlib/ucontext.h: Likewise.
29562
77cdc054
AS
295632011-11-10 Andreas Schwab <schwab@redhat.com>
29564
29565 * malloc/arena.c (_int_new_arena): Don't increment narenas.
29566 (reused_arena): Don't check arena limit.
29567 (arena_get2): Atomically check arena limit.
29568
fe72eebd
UD
295692011-11-08 Ulrich Drepper <drepper@gmail.com>
29570
5f078c32
UD
29571 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
29572 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
29573
fe72eebd
UD
29574 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
29575 instructions.
29576
ae1bc2fa
AS
295772011-11-07 Andreas Schwab <schwab@redhat.com>
29578
7583a88d
AS
29579 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
29580 handler when locking.
29581
ae1bc2fa
AS
29582 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
29583 Fix size of allocated buffer.
29584
10fb0bfa
AS
295852011-11-04 Andreas Schwab <schwab@redhat.com>
29586
998832a4
AS
29587 [BZ #10103]
29588 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
29589 declarations for long double functions.
29590 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
29591
10fb0bfa
AS
29592 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
29593
3d7ba52b
AS
295942011-11-03 Andreas Schwab <schwab@redhat.com>
29595
a9ae54a1
AS
29596 * nscd/nscd.c (main): Don't start AVC thread until credentials are
29597 installed.
29598
3d7ba52b
AS
29599 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
29600 is disabled.
29601
bc8db248
ST
296022011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
29603
29604 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
29605
45b96dd6
AS
296062011-11-01 Andreas Schwab <schwab@linux-m68k.org>
29607
647776f6
AS
29608 * include/alloca.h (stackinfo_alloca_round): Define.
29609 (extend_alloca): Use it.
29610 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
29611 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
29612 here.
29613
d91a8b93
AS
29614 * scripts/check-local-headers.sh: Ignore libaudit.h.
29615
45b96dd6
AS
29616 * nscd/Makefile (extra-objs): Make recursively expanded.
29617
432d41ce
UD
296182011-11-01 Ulrich Drepper <drepper@gmail.com>
29619
34372fc6
UD
29620 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
29621 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
29622
fadb59f8
UD
29623 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
29624 * posix/tst-rfc3484-2.c: Likewise.
29625 * posix/tst-rfc3484-3.c: Likewise.
29626
78239589
UD
29627 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
29628 process_vm_writev.
29629 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
29630 process_vm_writev.
29631 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
29632 process_vm_writev from libc using GLIBC_2.15 version.
29633
432d41ce
UD
29634 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
29635
02f9c6cf
PP
296362011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
29637
29638 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
29639 stack usage.
29640
3a2c0242
UD
296412011-10-31 Ulrich Drepper <drepper@gmail.com>
29642
f4ec4833
UD
29643 [BZ #13367]
29644 * nss/getent.c (initgroups_keys): Show error message in case no group
29645 names are given.
29646
3a2c0242
UD
29647 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
29648 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
29649 __bump_nl_timestamp.
29650 * nscd/connections (nscd_init): When host database is served open
29651 netlink socket and request notification about configuration changes.
29652 (main_loop_poll): Track netlink file descriptor and bump timestamp
29653 in case data becomes available.
29654 (main_loop_epoll): Likewise.
29655 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
29656 (database_pers_head): Add extra_data fileds.
29657 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
29658 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
29659 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
29660 Adjust caller.
29661 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
29662 in6ai data, call __free_in6ai.
29663 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
29664 Add -DHAVE_NETLINK.
29665 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
29666 interface information. Reuse previous data if netlink timestamp
29667 is not changed.
29668 (__bump_nl_timestamp): New function.
29669 (__free_in6ai): New function.
29670
636064eb
UD
296712011-10-30 Ulrich Drepper <drepper@gmail.com>
29672
29673 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
29674 close_not_cancel_no_status here.
29675 (__check_pf): Reorganize code a bit to not call close twice if OOM.
29676
9beb2334
UD
296772011-10-29 Ulrich Drepper <drepper@gmail.com>
29678
6ef76f3b
UD
29679 [BZ #13276]
29680 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
29681 return value.
29682
0ffc4f3e 29683 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
29684 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
29685 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
29686
cb95113e
UD
296872011-07-03 Andreas Jaeger <aj@suse.de>
29688
29689 [BZ #10709]
29690 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
29691 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
29692 * math/libm-test.inc (sin_test): Add test case.
29693
a1b560ff
UD
296942011-10-29 Ulrich Drepper <drepper@gmail.com>
29695
c9aaface
UD
29696 [BZ #13337]
29697 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
29698 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29699
d272e7f1
UD
29700 * elf/chroot_canon.c (chroot_canon): Cleanups.
29701
1bc33071
UD
29702 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
29703
1760874d
TJ
29704 [BZ #13335]
29705 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
29706 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29707
51d91b18
UD
29708 * string/test-strchr.c: Make usable for strchrnul testing.
29709 * string/test-strchrnul.c: New file.
29710 * string/Makefile (strop-tests): Add strchrnul.
29711
a1b560ff 29712 * po/it.po: Update from translation team.
b611fb81 29713 * po/es.po: Likewise.
a1b560ff 29714
a5b81e1f
UD
297152011-10-28 Ulrich Drepper <drepper@gmail.com>
29716
fd52bc6d
UD
29717 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
29718 the three constants needed as parameters. Drop the others.
29719 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
29720 __m128i_strloadu_tolower.
52e4b9eb
UD
29721 Create and initialize variable zero and use it in all the places
29722 where _mm_setzero_si128 was used.
fd52bc6d 29723
a5b81e1f
UD
29724 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
29725 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
29726 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
29727 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
29728 anymore.
29729 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
29730 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
29731 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
29732 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
29733 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
29734 __mpranred, __mptan.
29735 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
29736 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
29737 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
29738 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
29739 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
29740 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
29741 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
29742 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
29743 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
29744
b4343346
AS
297452011-10-28 Andreas Schwab <schwab@redhat.com>
29746
0c92d8a8
AS
29747 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
29748 redefine if SHARED.
29749 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
29750
b4343346
AS
29751 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
29752 wide char related routines to wcsmbs subdir.
29753
3871f58f
AS
297542011-10-27 Andreas Schwab <schwab@redhat.com>
29755
29756 [BZ #13344]
29757 * misc/sys/cdefs.h (__THROWNL): Define.
29758 * posix/unistd.h: Use __THREADNL instead of __THREAD
29759 for memory synchronization functions.
29760
94d44d9f
RM
297612011-10-26 Roland McGrath <roland@hack.frob.com>
29762
21b64b15 29763 [BZ #13349]
94d44d9f
RM
29764 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
29765 doesn't exist.
29766 * manual/stdio.texi (Obstack Streams): Node removed.
29767
f6ce9294
AS
297682011-10-26 Andreas Schwab <schwab@redhat.com>
29769
80479147
AS
29770 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
29771 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29772 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29773
f6ce9294
AS
29774 * math/math_private.h (math_force_eval): Allow non-addressable
29775 arguments.
29776 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
29777
618280a1
UD
297782011-10-25 Ulrich Drepper <drepper@gmail.com>
29779
e0016b11
UD
29780 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
29781 file is not needed.
29782
29783 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
29784 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
29785 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29786 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29787 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29788 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29789 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29790 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
29791 Add AVX variants.
29792 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
29793 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
29794 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
29795 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
29796 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
29797 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
29798 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
29799 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
29800 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
29801 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
29802 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
29803 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
29804 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
29805 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
29806 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
29807 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
29808 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
29809 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
29810 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
29811
29812 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
29813 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
29814
618280a1
UD
29815 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
29816 place. Use VEX encoding when compiling for AVX.
29817
37822576
AS
298182011-10-25 Andreas Schwab <schwab@redhat.com>
29819
1f1e1947
AS
29820 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
29821 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
29822
37822576
AS
29823 * string/test-strchr.c (do_test): Don't generate NUL bytes.
29824
31ea014d
UD
298252011-10-25 Ulrich Drepper <drepper@gmail.com>
29826
d7826aa1 29827 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 29828 useless if() expression.
d7826aa1
UD
29829 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29830 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29831 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29832 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29833 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29834 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29835 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29836 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29837 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29838 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29839 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
29840 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29841 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
29842 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29843 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
29844 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29845 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
29846 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
29847 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
29848
31ea014d
UD
29849 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
29850
16437fec
AS
298512011-10-25 Andreas Schwab <schwab@redhat.com>
29852
29853 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
29854 condition.
29855 * elf/dl-fini.c (_dl_sort_fini): Likewise.
29856
31d3cc00
UD
298572011-10-25 Ulrich Drepper <drepper@gmail.com>
29858
29859 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
29860 .text section. Avoid duplicate constants.
29861 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29862 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29863 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29864 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29865 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29866 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29867 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29868 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29869 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29870 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
29871 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29872 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
29873 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29874 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29875 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
29876 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29877 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
29878 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29879 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29880 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29881 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29882 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29883 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29884 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
29885 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
29886 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
29887 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
29888 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
29889 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
29890 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
29891 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
29892 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
29893 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29894 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
29895 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
29896 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
29897 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
29898 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
29899 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
29900 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
29901 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
29902 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
29903 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
29904 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
29905 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
29906
58985aa9
UD
299072011-10-24 Ulrich Drepper <drepper@gmail.com>
29908
202c9deb
UD
29909 * sysdeps/x86_64/dla.h: Move to ...
29910 * sysdeps/x86_64/fpu/dla.h: ...here.
29911 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
29912 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 29913
af968f62
UD
29914 * config.make.in: Add have-mfma4 entry.
29915 * configure.in: Substitute libc_cv_cc_fma4.
29916 * math/Makefile (dbl-only-routines): Add sincostab.
29917 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
29918 Use __sincostab not sincos.
29919 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
29920 name is a macro.
29921 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29922 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29923 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29924 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
29925 using __copysign.
29926 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
29927 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
29928 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
29929 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
29930 and __inv.
29931 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
29932 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
29933 __copysign.
29934 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
29935 define aliases when function name is a macro.
29936 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
29937 sysdeps/ieee754/dbl-64/sincos.tbl.
29938 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
29939 fma4-enabled routines.
29940 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
29941 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
29942 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
29943 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
29944 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
29945 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
29946 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
29947 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
29948 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
29949 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
29950 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
29951 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
29952 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
29953 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
29954 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
29955 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
29956 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
29957 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
29958 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
29959 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
29960 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
29961 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
29962 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
29963 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
29964 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
29965 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
29966 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
29967 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
29968 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
29969 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
29970
58985aa9
UD
29971 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
29972 rename.
29973 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29974 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29975 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29976 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29977 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29978 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29979 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29980 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29981
a201fbcf
AS
299822011-10-24 Andreas Schwab <schwab@redhat.com>
29983
29984 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
29985
fc2ee42a
LD
299862011-10-23 Ulrich Drepper <drepper@gmail.com>
29987
bb3129bd
UD
29988 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
29989
0275fff8
UD
29990 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
29991 prediction.
29992 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
29993
2fa2ae85
UD
29994 * string/strnlen.c: Don't define STRNLEN, reverse logic.
29995 Remove unused variable magic_bits.
29996 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
29997
fc2ee42a
LD
29998 * string/strnlen.c: Define and use STRNLEN macro.
29999 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
30000 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
30001 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
30002 * wcsmbs/wcslen.c: Define and use WCSLEN.
30003 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
30004 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
30005 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
30006 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
30007 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
30008 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
30009 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
30010
ce7dd29f
LD
300112011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30012
30013 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
30014 strnlen-sse2-no-bsf.
30015 Rename strlen-no-bsf to strlen-sse2-no-bsf.
30016 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
30017 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
30018 Add strnlen support.
30019 (USE_AS_STRNLEN): New macro.
30020 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
30021 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
30022 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
30023 * sysdeps/x86_64/wcslen.S: New file.
30024
979c70a3
MZ
300252011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
30026
30027 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
30028 XMM-moves are used for copying on small sizes.
30029
2d09f82f
LD
300302011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30031
30032 * wcsmbs/Makefile (strop-tests): Add wcschr.
30033 * wcsmbs/test-wcschr.c: New file.
30034 * string/test-strchr.c: Update.
30035 Add wcschr support.
30036 (WIDE): New macro.
30037
619fccca
LD
300382011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30039
2d09f82f 30040 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
30041 * wcsmbs/test-wcslen.c: New file.
30042 * string/test-strlen.c: Update.
30043 Add wcslen support.
30044 (WIDE): New macro.
30045
09f699ea
UD
300462011-10-23 Ulrich Drepper <drepper@gmail.com>
30047
30048 * po/it.po: Update from translation team.
30049
95584d3b
LD
300502011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30051
30052 * sysdeps/x86_64/wcscmp.S: Update.
30053 Fix wrong comparison semantics.
30054 wcscmp shall use signed comparison not unsigned.
30055 Don't use substraction to avoid overflow bug.
30056 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
30057 * wcsmbc/wcscmp.c: Likewise.
30058 * string/test-strcmp.c: Likewise.
30059 Add new tests to check cases with negative values.
30060
c8b3296b
UD
300612011-10-23 Ulrich Drepper <drepper@gmail.com>
30062
30063 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
30064 * sysdeps/x86_64/dla.h: ...here. New file.
30065 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
30066 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30067 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30068 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30069 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30070 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30071 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30072 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30073 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30074
246ad57a
AS
300752011-10-23 Andreas Schwab <schwab@linux-m68k.org>
30076
30077 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
30078 __ynl_finite aliases.
30079
a1a87169
UD
300802011-10-22 Ulrich Drepper <drepper@gmail.com>
30081
0d355eb7
UD
30082 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30083
a1a87169
UD
30084 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
30085 define DLA_FMA.
30086 [DLA_FMA] (EMULV): Use DLA_FMA.
30087 [DLA_FMA] (MUL12): Use EMULV.
30088 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
30089 that are not needed.
30090 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30091 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30092 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30093 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30094 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30095 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30096 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30097
ee2aafe0
AS
300982011-10-22 Andreas Schwab <schwab@linux-m68k.org>
30099
30100 * math/s_nan.c: Undef __nan.
30101 * math/s_nanf.c: Undef __nanf.
30102 * math/s_nanl.c: Undef __nanl.
30103 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
30104 "math_private.h".
30105
bc62c2fb
UD
301062011-10-22 Ulrich Drepper <drepper@gmail.com>
30107
77425c63
UD
30108 * math/s_catan.c: Add branch predictions.
30109 * math/s_catanf.c: Likewise.
30110 * math/s_catanh.c: Likewise.
30111 * math/s_catanhf.c: Likewise.
30112 * math/s_catanhl.c: Likewise.
30113 * math/s_catanl.c: Likewise.
30114 * math/s_cexp.c: Likewise.
30115 * math/s_cexpf.c: Likewise.
30116 * math/s_cexpl.c: Likewise.
30117 * math/s_clog.c: Likewise.
30118 * math/s_clog10.c: Likewise.
30119 * math/s_clog10f.c: Likewise.
30120 * math/s_clog10l.c: Likewise.
30121 * math/s_clogf.c: Likewise.
30122 * math/s_clogl.c: Likewise.
30123 * math/s_csqrt.c: Likewise.
30124 * math/s_csqrtf.c: Likewise.
30125 * math/s_csqrtl.c: Likewise.
30126 * math/s_ctanf.c: Likewise.
30127 * math/s_ctanh.c: Likewise.
30128 * math/s_ctanhf.c: Likewise.
30129 * math/s_ctanhl.c: Likewise.
30130 * math/s_ctanl.c: Likewise.
30131
bc62c2fb
UD
30132 * math/math_private.h: Define __nan, __nanf, __nanl.
30133 * math/s_cacosh.c: Include <math_private.h>.
30134 * math/s_cacoshl.c: Likewise.
30135 * math/s_casinh.c: Likewise.
30136 * math/s_casinhf.c: Likewise.
30137 * math/s_casinhl.c: Likewise.
30138 * math/s_ccos.c: Rely entire on ccosh.
30139 * math/s_ccosf.c: Rely entire on ccoshf.
30140 * math/s_ccosl.c: Rely entirely on ccoshl.
30141 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
30142 Remove tests for FE_INVALID.
30143 * math/s_ccoshf.c: Likewise.
30144 * math/s_ccoshl.c: Likewise.
30145 * math/s_csin.c: Likewise.
30146 * math/s_csinf.c: Likewise.
30147 * math/s_csinh.c Likewise.
30148 * math/s_csinhf.c: Likewise.
30149 * math/s_csinhl.c: Likewise.
30150 * math/s_csinl.c: Likewise.
30151 * math/s_ctan.c: Likewise.
30152 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
30153 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
30154 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
30155
8ec250a4
UD
301562011-10-21 Ulrich Drepper <drepper@gmail.com>
30157
c196fed8
UD
30158 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
30159 compilation problems.
30160
8ec250a4
UD
30161 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
30162 __builtin_expect.
30163
8d4f46c6
UD
301642011-10-20 Ulrich Drepper <drepper@gmail.com>
30165
ed72b654
UD
30166 * sysdeps/i386/configure.in: Test for -mfma4 option.
30167 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
30168 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
30169 COMMON_CPUID_INDEX_80000001.
30170 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
30171 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
30172 use it if FMA3 is not supported.
30173 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
30174
8d4f46c6
UD
30175 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
30176 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
30177
d45c60c2
AS
301782011-10-20 Andreas Schwab <schwab@redhat.com>
30179
30180 [BZ #12892]
30181 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
30182 it would create a cycle with a link time dependency.
30183
d9a4d2ab
UD
301842011-10-19 Ulrich Drepper <drepper@gmail.com>
30185
855d1560
UD
30186 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
30187 instruction.
30188 * string/Makefile (strop-tests): Add rawmemchr.
30189 * string/test-rawmemchr.c: New file.
30190
d9a4d2ab
UD
30191 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
30192 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
30193 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
30194 when compiling str{,n}casecmp and when AVX is available. Hook up
30195 new optimized code in initializers.
30196
8f3b1ffe
AS
301972011-10-19 Andreas Schwab <schwab@redhat.com>
30198
30199 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
30200 __feraiseexcept instead of feraiseexcept.
30201
d38f1dba
UD
302022011-10-18 Ulrich Drepper <drepper@gmail.com>
30203
d9a8d0ab
UD
30204 * math/math_private.h: Define defaults for libc_fetestexcept and
30205 libc_feupdateenv.
30206 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
30207 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
30208 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
30209 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
30210 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
30211 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
30212 libc_fetestexcept and libc_feupdateenv.
30213
4855e3dd
UD
30214 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
30215 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
30216 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
30217 * sysdeps/x86_64/fpu/math_private.h: Define special version of
30218 libc_feholdexcept_setround.
30219
581d30e3
UD
30220 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
30221 Add s_nearbyint-c and s_nearbyintf-c.
30222 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
30223 nearbyintf inlines.
30224 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
30225 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
30226 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
30227 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
30228
d38f1dba
UD
30229 * math/math_private.h: Define defaults for libc_fegetround,
30230 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
30231 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
30232 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
30233 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
30234 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
30235 standard functions.
30236 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
30237 Remove comments and hacks for old compiler versions.
30238 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
30239 libc_fegetround, libc_fesetround, libc_feholdexcept, and
30240 libc_feholdexceptl.
30241
caa6c9d8
AS
302422011-10-18 Andreas Schwab <schwab@redhat.com>
30243
30244 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
30245 (__feraiseexcept_renamed): Add __NTH.
30246 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
30247 namespace violations.
30248
97c066e6
UD
302492011-10-17 Ulrich Drepper <drepper@gmail.com>
30250
99ce7b04
UD
30251 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
30252
1004d182
UD
30253 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
30254
228a984d
UD
30255 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
30256 recently added interfaces.
30257 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
30258
c8553a6a
UD
30259 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
30260 about macro parameter expansion.
30261
ed22dcf6
UD
30262 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
30263 __NO_MATH_INLINES is defined. Cleanups.
30264
30265 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
30266 and __floorf is target has SSE4.1.
30267 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
30268 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
30269 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
30270 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
30271
b171c137
UD
30272 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
30273 name.
30274 (floorf): Likewise.
30275
97c066e6
UD
30276 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
30277
629f62ef
AS
302782011-10-17 Andreas Schwab <schwab@redhat.com>
30279
49a43d80
AS
30280 * misc/sys/cdefs.h: Fix last change.
30281
629f62ef
AS
30282 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
30283 database lookup.
30284
e453f6cd
UD
302852011-10-16 Ulrich Drepper <drepper@gmail.com>
30286
aa78043a
UD
30287 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
30288
ad0f5cad
UD
30289 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
30290 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
30291 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
30292 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
30293 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30294 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
30295 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
30296 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
30297 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
30298 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
30299 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
30300 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
30301 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
30302 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
30303 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
30304 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
30305 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
30306 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
30307 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
30308 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
30309 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
30310 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
30311
30312 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
30313 ceil, ceilf, floor, floorf.
30314
30315 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
30316 Perform IRELATIVE relocations last.
30317
e453f6cd
UD
30318 * elf/do-rel.h: Add another parameter nrelative, replacing the
30319 local variable with the same name. Change name of the function
30320 to end in Rel or Rela (uppercase).
30321 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
30322 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
30323 elf_dynamic_do_##reloc function.
30324
fd5bdc09
UD
303252011-10-15 Ulrich Drepper <drepper@gmail.com>
30326
79b195b5
UD
30327 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
30328 is sufficient, at least on modern CPUs.
30329
d4a28569
UD
30330 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
30331
b61099b5
UD
30332 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
30333 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
30334
bcf01e6d
UD
30335 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
30336 __expl_finite.
30337 * math/bits/math-finite.h: Add entries for exp.
30338 * math/e_expl.c: Add __*_finite alias.
30339 * sysdeps/i386/fpu/e_exp.S: Likewise.
30340 * sysdeps/i386/fpu/e_expf.S: Likewise.
30341 * sysdeps/i386/fpu/e_expl.c: Likewise.
30342 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30343 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
30344 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
30345 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
30346 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
30347 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
30348 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
30349
ba1a0d59
UD
30350 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
30351 is sufficient, at least on modern CPUs.
30352
fd5bdc09
UD
30353 * ctype/ctype-info.c (__ctype_init): Define.
30354 * include/ctype.h (__ctype_init): Declare.
30355 (__ctype_b_loc): The variable is always initialized.
30356 (__ctype_toupper_loc): Likewise.
30357 (__ctype_tolower_loc): Likewise.
30358 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
30359 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
30360
7872cfb0
AS
303612011-10-15 Andreas Schwab <schwab@linux-m68k.org>
30362
b468825a
AS
30363 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
30364
7872cfb0
AS
30365 * configure.in: Also look in $cxxmachine/include for C++ system
30366 headers.
30367
be13f7bf
LD
303682011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30369
30370 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
30371 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
30372 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
30373 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
30374 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
30375 (USE_AS_WMEMCMP): New macro.
30376 Fixing indents.
30377 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
30378 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
30379 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
30380 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
30381 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
30382 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
30383 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
30384 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
30385 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
30386 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
30387 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
30388 (USE_AS_WMEMCMP): New macro.
30389 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
30390 * sysdeps/string/test-memcmp.c: Update.
30391 Fix simple_wmemcmp.
30392 Add new tests.
30393 * wcsmbs/wmemcmp.c: Update.
30394 (WMEMCMP): New macro.
30395 Fix overflow bug.
30396
556a2007
AJ
303972011-10-12 Andreas Jaeger <aj@suse.de>
30398
30399 [BZ #13268]
30400 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
30401
538faaa7
UD
304022011-10-15 Ulrich Drepper <drepper@gmail.com>
30403
ab6737ff
UD
30404 * libio/iofwide.c (do_length): Avoid warning.
30405
538faaa7
UD
30406 * ctype/ctype.h (__isctype_f): Add missing __THROW.
30407
396a21b1
UD
304082011-10-14 Ulrich Drepper <drepper@gmail.com>
30409
cdf2901f
UD
30410 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
30411
38ad40ce
UD
30412 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
30413 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
30414 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
30415 * sysdeps/i386/i686/fpu/e_log.S: New file.
30416 * sysdeps/i386/i686/fpu/e_logf.S: New file.
30417 * sysdeps/i386/i686/fpu/e_logl.S: New file.
30418
396a21b1
UD
30419 * ctype/ctype.h: Add support for inlined isXXX functions when
30420 compiling C++ code.
30421
6b1f68c9
AS
304222011-10-14 Andreas Schwab <schwab@redhat.com>
30423
349290c0
AS
30424 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30425
6b1f68c9
AS
30426 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
30427
f2282d42
RM
304282011-10-13 Roland McGrath <roland@hack.frob.com>
30429
30430 [BZ #13291]
30431 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
30432
5298ffa8
AS
304332011-10-13 Andreas Schwab <schwab@redhat.com>
30434
714fad23
AS
30435 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
30436 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
30437 feraiseexcept.
30438
81dcc7fb
AS
30439 * sysdeps/x86_64/memrchr.S: Check for zero size.
30440
5298ffa8
AS
30441 * string/stratcliff.c: Add memrchr tests.
30442
951fbcec
LD
304432011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30444
30445 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
30446 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
30447 rawmemchr-sse2 rawmemchr-sse2-bsf.
30448 * sysdeps/i386/i686/multiarch/memchr.S: New file.
30449 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
30450 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
30451 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
30452 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
30453 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
30454 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
30455 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
30456 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
30457 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
30458 * string/memrchr.c (MEMRCHR): New macro.
30459
0ac5ae23
UD
304602011-10-12 Ulrich Drepper <drepper@gmail.com>
30461
30462 Add integration with gcc's -ffinite-math-only and optimize wrapper
30463 functions in libm.
30464 * Versions.def: Define GLIBC_2.15 version for libm.
30465 * math/Makefile (headers): Add bits/math-finite.h.
30466 * math/bits/math-finite.h: New file.
30467 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
30468 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
30469 * math/e_acoshl.c: Add __*_finite alias.
30470 * math/e_acosl.c: Likewise.
30471 * math/e_asinl.c: Likewise.
30472 * math/e_atan2l.c: Likewise.
30473 * math/e_atanhl.c: Likewise.
30474 * math/e_coshl.c: Likewise.
30475 * math/e_exp10.c: Likewise.
30476 * math/e_exp10f.c: Likewise.
30477 * math/e_exp10l.c: Likewise.
30478 * math/e_exp2l.c: Likewise.
30479 * math/e_fmodl.c: Likewise.
30480 * math/e_gammal_r.c: Likewise.
30481 * math/e_hypotl.c: Likewise.
30482 * math/e_j0l.c: Likewise.
30483 * math/e_j1l.c: Likewise.
30484 * math/e_jnl.c: Likewise.
30485 * math/e_lgammal_r.c: Likewise.
30486 * math/e_log10l.c: Likewise.
30487 * math/e_log2l.c: Likewise.
30488 * math/e_logl.c: Likewise.
30489 * math/e_powl.c: Likewise.
30490 * math/e_sinhl.c: Likewise.
30491 * math/e_sqrtl.c: Likewise.
30492 * math/e_scalb.c: Completely rewritten and optimized.
30493 * math/e_scalbf.c: Likewise.
30494 * math/e_scalbl.c: Likewise.
30495 * math/w_acos.c: Likewise.
30496 * math/w_acosf.c: Likewise.
30497 * math/w_acosl.c: Likewise.
30498 * math/w_acosh.c: Likewise.
30499 * math/w_acoshf.c: Likewise.
30500 * math/w_acoshl.c: Likewise.
30501 * math/w_asin.c: Likewise.
30502 * math/w_asinf.c: Likewise.
30503 * math/w_asinl.c: Likewise.
30504 * math/w_atan2.c: Likewise.
30505 * math/w_atan2f.c: Likewise.
30506 * math/w_atan2l.c: Likewise.
30507 * math/w_atanh.c: Likewise.
30508 * math/w_atanhf.c: Likewise.
30509 * math/w_atanhl.c: Likewise.
30510 * math/w_exp10.c: Likewise.
30511 * math/w_exp10f.c: Likewise.
30512 * math/w_exp10l.c: Likewise.
30513 * math/w_fmod.c: Likewise.
30514 * math/w_fmodf.c: Likewise.
30515 * math/w_fmodl.c: Likewise.
30516 * math/w_j0.c: Likewise.
30517 * math/w_j0f.c: Likewise.
30518 * math/w_j0l.c: Likewise.
30519 * math/w_j1.c: Likewise.
30520 * math/w_j1f.c: Likewise.
30521 * math/w_j1l.c: Likewise.
30522 * math/w_jn.c: Likewise.
30523 * math/w_jnf.c: Likewise.
30524 * math/w_log.c: Likewise.
30525 * math/w_logf.c: Likewise.
30526 * math/w_logl.c: Likewise.
30527 * math/w_log10.c: Likewise.
30528 * math/w_log10f.c: Likewise.
30529 * math/w_log10l.c: Likewise.
30530 * math/w_log2.c: Likewise.
30531 * math/w_log2f.c: Likewise.
30532 * math/w_log2l.c: Likewise.
30533 * math/w_pow.c: Likewise.
30534 * math/w_powf.c: Likewise.
30535 * math/w_powl.c: Likewise.
30536 * math/w_remainder.c: Likewise.
30537 * math/w_remainderf.c: Likewise.
30538 * math/w_remainderl.c: Likewise.
30539 * math/w_scalb.c: Likewise.
30540 * math/w_scalbf.c: Likewise.
30541 * math/w_scalbl.c: Likewise.
30542 * math/w_sqrt.c: Likewise.
30543 * math/w_sqrtf.c: Likewise.
30544 * math/w_sqrtl.c: Likewise.
30545 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
30546 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
30547 used.
30548 * math/math_private.h: Declare __kernel_standard_f.
30549 * math/w_cosh.c: Remove cruft and optimize a bit.
30550 * math/w_coshf.c: Likewise.
30551 * math/w_coshl.c: Likewise.
30552 * math/w_exp2.c: Likewise.
30553 * math/w_exp2f.c: Likewise.
30554 * math/w_exp2l.c: Likewise.
30555 * math/w_hypot.c: Likewise.
30556 * math/w_hypotf.c: Likewise.
30557 * math/w_hypotl.c: Likewise.
30558 * math/w_lgamma.c: Likewise.
30559 * math/w_lgamma_r.c: Likewise.
30560 * math/w_lgammaf.c: Likewise.
30561 * math/w_lgammaf_r.c: Likewise.
30562 * math/w_lgammal.c: Likewise.
30563 * math/w_lgammal_r.c: Likewise.
30564 * math/w_sinh.c: Likewise.
30565 * math/w_sinhf.c: Likewise.
30566 * math/w_sinhl.c: Likewise.
30567 * math/w_tgamma.c: Likewise.
30568 * math/w_tgammaf.c: Likewise.
30569 * math/w_tgammal.c: Likewise.
30570 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
30571 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30572 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
30573 Minor optimizations. Pretty printing. Remove cruft.
30574 * sysdeps/i386/fpu/e_acosf.S: Likewise.
30575 * sysdeps/i386/fpu/e_acosh.S: Likewise.
30576 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
30577 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
30578 * sysdeps/i386/fpu/e_acosl.c: Likewise.
30579 * sysdeps/i386/fpu/e_asin.S: Likewise.
30580 * sysdeps/i386/fpu/e_asinf.S: Likewise.
30581 * sysdeps/i386/fpu/e_atan2.S: Likewise.
30582 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
30583 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
30584 * sysdeps/i386/fpu/e_atanh.S: Likewise.
30585 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
30586 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
30587 * sysdeps/i386/fpu/e_exp10.S: Likewise.
30588 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
30589 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
30590 * sysdeps/i386/fpu/e_exp2.S: Likewise.
30591 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
30592 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
30593 * sysdeps/i386/fpu/e_fmod.S: Likewise.
30594 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
30595 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
30596 * sysdeps/i386/fpu/e_hypot.S: Likewise.
30597 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
30598 * sysdeps/i386/fpu/e_log.S: Likewise.
30599 * sysdeps/i386/fpu/e_log10.S: Likewise.
30600 * sysdeps/i386/fpu/e_log10f.S: Likewise.
30601 * sysdeps/i386/fpu/e_log10l.S: Likewise.
30602 * sysdeps/i386/fpu/e_log2.S: Likewise.
30603 * sysdeps/i386/fpu/e_log2f.S: Likewise.
30604 * sysdeps/i386/fpu/e_log2l.S: Likewise.
30605 * sysdeps/i386/fpu/e_logf.S: Likewise.
30606 * sysdeps/i386/fpu/e_logl.S: Likewise.
30607 * sysdeps/i386/fpu/e_pow.S: Likewise.
30608 * sysdeps/i386/fpu/e_powf.S: Likewise.
30609 * sysdeps/i386/fpu/e_powl.S: Likewise.
30610 * sysdeps/i386/fpu/e_remainder.S: Likewise.
30611 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
30612 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
30613 * sysdeps/i386/fpu/e_scalb.S: Likewise.
30614 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
30615 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
30616 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
30617 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
30618 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
30619 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
30620 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30621 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30622 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
30623 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
30624 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
30625 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
30626 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
30627 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
30628 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
30629 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
30630 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
30631 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30632 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
30633 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
30634 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30635 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30636 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
30637 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30638 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30639 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
30640 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
30641 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
30642 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
30643 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
30644 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
30645 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
30646 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
30647 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
30648 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
30649 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
30650 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
30651 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
30652 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
30653 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
30654 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
30655 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
30656 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
30657 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
30658 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
30659 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
30660 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
30661 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
30662 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
30663 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
30664 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
30665 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
30666 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
30667 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
30668 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
30669 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
30670 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
30671 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
30672 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
30673 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
30674 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
30675 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
30676 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
30677 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
30678 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
30679 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
30680 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
30681 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
30682 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
30683 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
30684 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
30685 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
30686 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
30687 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
30688 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
30689 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
30690 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
30691 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
30692 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
30693 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
30694 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
30695 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30696 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
30697 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
30698 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
30699 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
30700 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
30701 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
30702 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
30703 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
30704 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
30705 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
30706 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
30707 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
30708 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
30709 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
30710 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30711 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30712 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30713 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30714 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
30715 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
30716 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
30717 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
30718 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
30719 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
30720 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
30721 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
30722 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
30723 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
30724 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
30725 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
30726 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
30727 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
30728 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
30729 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
30730 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
30731 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
30732 (__isnanf): Likewise.
30733 (__isinf_ns): Likewise.
30734 (__isinf_nsf): Likewise.
30735 (__finite): Likewise.
30736 (__finitef): Likewise.
30737 (__ieee754_sqrt): Define as macro.
30738 (__ieee754_sqrtf): Define as macro.
30739 (__ieee754_sqrtl): Define as macro.
30740 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
30741 inlined copy.
30742 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
30743 __FINITE_MATH_ONLY__ consistent.
30744 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
30745
12cc2fcd
AS
307462011-10-10 Andreas Schwab <schwab@linux-m68k.org>
30747
a843a204
AS
30748 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
30749 of rawmemchr.
30750
12cc2fcd
AS
30751 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
30752
c853acd5
UD
307532011-10-09 Ulrich Drepper <drepper@gmail.com>
30754
30755 * po/ja.po: Update from translation team.
30756
c658d255
RM
307572011-10-08 Roland McGrath <roland@hack.frob.com>
30758
110946e4
RM
30759 * locale/programs/locarchive.c (prepare_address_space): New function.
30760 (create_archive, enlarge_archive, open_archive): Use it.
30761
50604220
RM
30762 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
30763 inside [SHARED], where it is used.
30764
c658d255
RM
30765 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
30766
30767 * nss/getent.c (netgroup_keys): Remove unused variable.
30768 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
30769
6a621eb7
UD
307702011-10-08 Ulrich Drepper <drepper@gmail.com>
30771
7edb55ce
UD
30772 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
30773 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
30774 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
30775 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
30776 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
30777 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
30778 * math/Makefile (libm-calls): Add s_isinf_ns.
30779 * math/divtc3.c: Use __isinf_nsl instead of isinf.
30780 * math/multc3.c: Likewise.
30781 * math/s_casin.c: Likewise.
30782 * math/s_casinf.c: Likewise.
30783 * math/s_casinl.c: Likewise.
30784 * math/s_ccos.c: Likewise.
30785 * math/s_ccosf.c: Likewise.
30786 * math/s_ccosl.c: Likewise.
30787 * math/s_ctan.c: Likewise.
30788 * math/s_ctanf.c: Likewise.
30789 * math/s_ctanh.c: Likewise.
30790 * math/s_ctanhf.c: Likewise.
30791 * math/s_ctanhl.c: Likewise.
30792 * math/s_ctanl.c: Likewise.
30793 * math/w_fmod.c: Likewise.
30794 * math/w_fmodf.c: Likewise.
30795 * math/w_fmodl.c: Likewise.
30796 * math/w_remainder.c: Likewise.
30797 * math/w_remainderf.c: Likewise.
30798 * math/w_remainderl.c: Likewise.
30799 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
30800 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
30801 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
30802 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
30803 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
30804 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
30805 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
30806 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
30807
187da0ae
UD
30808 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
30809 of the number.
30810 * stdio-common/printf_fphex.c: Likewise.
30811 * stdio-common/printf_size.c: Likewise.
30812
9277c064
UD
30813 * math/e_exp10.c: Include math_private.h using <...> not "...".
30814 * math/e_exp10f.c: Likewise.
30815 * math/e_exp10l.c: Likewise.
30816 * math/e_exp2l.c: Likewise.
30817 * math/e_j0l.c: Likewise.
30818 * math/e_j1l.c: Likewise.
30819 * math/e_jnl.c: Likewise.
30820 * math/e_lgammal_r.c: Likewise.
30821 * math/e_rem_pio2l.c: Likewise.
30822 * math/e_scalb.c: Likewise.
30823 * math/e_scalbf.c: Likewise.
30824 * math/e_scalbl.c: Likewise.
30825 * math/k_cosl.c: Likewise.
30826 * math/k_sinl.c: Likewise.
30827 * math/k_tanl.c: Likewise.
30828 * math/s_cacoshf.c: Likewise.
30829 * math/s_catan.c: Likewise.
30830 * math/s_catanf.c: Likewise.
30831 * math/s_catanh.c: Likewise.
30832 * math/s_catanhf.c: Likewise.
30833 * math/s_catanhl.c: Likewise.
30834 * math/s_catanl.c: Likewise.
30835 * math/s_ccosh.c: Likewise.
30836 * math/s_ccoshf.c: Likewise.
30837 * math/s_ccoshl.c: Likewise.
30838 * math/s_cexp.c: Likewise.
30839 * math/s_cexpf.c: Likewise.
30840 * math/s_cexpl.c: Likewise.
30841 * math/s_clog.c: Likewise.
30842 * math/s_clog10.c: Likewise.
30843 * math/s_clog10f.c: Likewise.
30844 * math/s_clog10l.c: Likewise.
30845 * math/s_clogf.c: Likewise.
30846 * math/s_clogl.c: Likewise.
30847 * math/s_csin.c: Likewise.
30848 * math/s_csinf.c: Likewise.
30849 * math/s_csinh.c: Likewise.
30850 * math/s_csinhf.c: Likewise.
30851 * math/s_csinhl.c: Likewise.
30852 * math/s_csinl.c: Likewise.
30853 * math/s_csqrt.c: Likewise.
30854 * math/s_csqrtf.c: Likewise.
30855 * math/s_csqrtl.c: Likewise.
30856 * math/s_ctan.c: Likewise.
30857 * math/s_ctanf.c: Likewise.
30858 * math/s_ctanh.c: Likewise.
30859 * math/s_ctanhf.c: Likewise.
30860 * math/s_ctanhl.c: Likewise.
30861 * math/s_ctanl.c: Likewise.
30862 * math/s_ldexp.c: Likewise.
30863 * math/s_ldexpf.c: Likewise.
30864 * math/s_ldexpl.c: Likewise.
30865 * math/s_significand.c: Likewise.
30866 * math/s_significandf.c: Likewise.
30867 * math/s_significandl.c: Likewise.
30868 * math/w_acos.c: Likewise.
30869 * math/w_acosf.c: Likewise.
30870 * math/w_acosh.c: Likewise.
30871 * math/w_acoshf.c: Likewise.
30872 * math/w_acoshl.c: Likewise.
30873 * math/w_acosl.c: Likewise.
30874 * math/w_asin.c: Likewise.
30875 * math/w_asinf.c: Likewise.
30876 * math/w_asinl.c: Likewise.
30877 * math/w_atan2.c: Likewise.
30878 * math/w_atan2f.c: Likewise.
30879 * math/w_atan2l.c: Likewise.
30880 * math/w_atanh.c: Likewise.
30881 * math/w_atanhf.c: Likewise.
30882 * math/w_atanhl.c: Likewise.
30883 * math/w_cosh.c: Likewise.
30884 * math/w_coshf.c: Likewise.
30885 * math/w_coshl.c: Likewise.
30886 * math/w_dremf.c: Likewise.
30887 * math/w_exp10.c: Likewise.
30888 * math/w_exp10f.c: Likewise.
30889 * math/w_exp10l.c: Likewise.
30890 * math/w_exp2.c: Likewise.
30891 * math/w_exp2f.c: Likewise.
30892 * math/w_fmod.c: Likewise.
30893 * math/w_fmodf.c: Likewise.
30894 * math/w_fmodl.c: Likewise.
30895 * math/w_hypot.c: Likewise.
30896 * math/w_hypotf.c: Likewise.
30897 * math/w_hypotl.c: Likewise.
30898 * math/w_j0.c: Likewise.
30899 * math/w_j0f.c: Likewise.
30900 * math/w_j0l.c: Likewise.
30901 * math/w_j1.c: Likewise.
30902 * math/w_j1f.c: Likewise.
30903 * math/w_j1l.c: Likewise.
30904 * math/w_jn.c: Likewise.
30905 * math/w_jnf.c: Likewise.
30906 * math/w_jnl.c: Likewise.
30907 * math/w_lgamma.c: Likewise.
30908 * math/w_lgamma_r.c: Likewise.
30909 * math/w_lgammaf.c: Likewise.
30910 * math/w_lgammaf_r.c: Likewise.
30911 * math/w_lgammal.c: Likewise.
30912 * math/w_lgammal_r.c: Likewise.
30913 * math/w_log.c: Likewise.
30914 * math/w_log10.c: Likewise.
30915 * math/w_log10f.c: Likewise.
30916 * math/w_log10l.c: Likewise.
30917 * math/w_log2.c: Likewise.
30918 * math/w_log2f.c: Likewise.
30919 * math/w_log2l.c: Likewise.
30920 * math/w_logf.c: Likewise.
30921 * math/w_logl.c: Likewise.
30922 * math/w_pow.c: Likewise.
30923 * math/w_powf.c: Likewise.
30924 * math/w_powl.c: Likewise.
30925 * math/w_remainder.c: Likewise.
30926 * math/w_remainderf.c: Likewise.
30927 * math/w_remainderl.c: Likewise.
30928 * math/w_scalb.c: Likewise.
30929 * math/w_scalbf.c: Likewise.
30930 * math/w_scalbl.c: Likewise.
30931 * math/w_sinh.c: Likewise.
30932 * math/w_sinhf.c: Likewise.
30933 * math/w_sinhl.c: Likewise.
30934 * math/w_sqrt.c: Likewise.
30935 * math/w_sqrtf.c: Likewise.
30936 * math/w_sqrtl.c: Likewise.
30937 * math/w_tgamma.c: Likewise.
30938 * math/w_tgammaf.c: Likewise.
30939 * math/w_tgammal.c: Likewise.
30940
6a621eb7
UD
30941 * po/ja.po: Update from translation team.
30942
bf582445
AJ
309432011-09-29 Andreas Jaeger <aj@suse.de>
30944
f9efbf3a
AJ
30945 [BZ #13179]
30946 * sunrpc/netname.c (netname2host): Fix logic.
30947
bf582445
AJ
30948 [BZ #6779]
30949 [BZ #6783]
30950 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
30951 correctly.
30952 * math/w_remainder.c (__remainder): Likewise.
30953 * math/w_remainderf.c (__remainderf): Likewise.
30954 * math/libm-test.inc (remainder_test): Add test cases.
30955
48693bea
AK
309562011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30957
30958 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
30959 sdiv_qrnnd.
30960
42622229
LD
309612011-10-07 Ulrich Drepper <drepper@gmail.com>
30962
30963 * string/test-memcmp.c: Avoid unncessary #defines.
30964 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
30965
093ecf92
LD
309662011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30967
30968 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
30969 Use new sse2 version for core i3 - i7 as it's faster
30970 than sse42 version.
30971 (bit_Prefer_PMINUB_for_stringop): New.
30972 * sysdeps/x86_64/rawmemchr.S: Update.
30973 Replace with faster SSE2 version.
30974 * sysdeps/x86_64/memrchr.S: New file.
30975 * sysdeps/x86_64/memchr.S: Update.
30976 Replace with faster SSE2 version.
30977
fde56e5c
MP
309782011-09-12 Marek Polacek <mpolacek@redhat.com>
30979
30980 * elf/dl-load.c (lose): Add cast to avoid warning.
30981
21fd49a9
UD
309822011-10-07 Ulrich Drepper <drepper@gmail.com>
30983
5a06e643
UD
30984 * po/ca.po: Update from translation team.
30985
684ae515
UD
30986 * inet/getnetgrent_r.c: Hook up nscd.
30987 * nscd/Makefile (routines): Add nscd_netgroup.
30988 (nscd-modules): Add netgroupcache.
30989 (CFLAGS-netgroupcache.c): Define.
30990 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
30991 (cache_search): Add const to second parameter.
30992 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
30993 INNETGR.
30994 (dbs): Add netgrdb entry.
30995 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
30996 (verify_persistent_db): Handle netgrdb.
30997 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
30998 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
30999 GETFDNETGR.
31000 (netgroup_response_header): Define.
31001 (innetgroup_response_header): Define.
31002 (datahead): Add netgroup_response_header and innetgroup_response_header
31003 elements.
31004 * nscd/nscd.conf: Add entries for netgroup cache.
31005 * nscd/nscd.h (dbtype): Add netgrdb.
31006 (_PATH_NSCD_NETGROUP_DB): Define.
31007 (netgroup_iov_disabled): Declare.
31008 (xmalloc, xcalloc, xrealloc): Move declarations here.
31009 (cache_search): Adjust prototype.
31010 Add netgroup-related prototypes.
31011 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
31012 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
31013 (__nscd_innetgr): Declare.
31014 * nscd/selinux.c (perms): Use access_vector_t as element type and
31015 add netgroup-related initializers.
31016 * nscd/netgroupcache.c: New file.
31017 * nscd/nscd_netgroup.c: New file.
31018 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
31019 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
31020 For four parameters use innetgr.
31021 * nss/nss_files/files-init.c: Add definition and callback for netgr.
31022 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
31023 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
31024 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
31025
21fd49a9
UD
31026 * nscd/connections.c (register_traced_file): Don't register file
31027 for disabled databases.
31028
054c0457
UD
310292011-10-06 Ulrich Drepper <drepper@gmail.com>
31030
32b63198
UD
31031 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
31032
054c0457
UD
31033 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
31034 from tree and freeing node.
31035
64031225
JO
310362011-09-25 Jiri Olsa <jolsa@redhat.com>
31037
31038 * nss/nsswitch.c (__nss_database_lookup): Handle
31039 nss_parse_service_list out of memory case.
31040
0490345c
JO
310412011-09-15 Jiri Olsa <jolsa@redhat.com>
31042
31043 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
31044 out of memory case.
31045
3a62d00d
AS
310462011-10-04 Andreas Schwab <schwab@redhat.com>
31047
31048 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
31049 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
31050 pass it down.
31051 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
31052 elf_machine_rela, elf_machine_lazy_rel.
31053 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
31054 (ELF_DYNAMIC_DO_REL): Likewise.
31055 (ELF_DYNAMIC_DO_RELA): Likewise.
31056 (ELF_DYNAMIC_RELOCATE): Likewise.
31057 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
31058 to ELF_DYNAMIC_DO_REL.
31059 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
31060 (dl_main): In trace mode always set __RTLD_NOIFUNC.
31061 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
31062 elf_machine_rela.
31063 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
31064 skip_ifunc, don't call ifunc function if non-zero.
31065 (elf_machine_rela): Likewise.
31066 (elf_machine_lazy_rel): Likewise.
31067 (elf_machine_lazy_rela): Likewise.
31068 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
31069 (elf_machine_lazy_rel): Likewise.
31070 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
31071 Likewise.
31072 (elf_machine_lazy_rel): Likewise.
31073 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31074 Likewise.
31075 (elf_machine_lazy_rel): Likewise.
31076 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
31077 (elf_machine_lazy_rel): Likewise.
31078 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
31079 (elf_machine_lazy_rel): Likewise.
31080 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
31081 (elf_machine_lazy_rel): Likewise.
31082 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
31083 (elf_machine_lazy_rel): Likewise.
31084 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
31085 (elf_machine_lazy_rel): Likewise.
31086 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
31087 (elf_machine_lazy_rel): Likewise.
31088
68577918
UD
310892011-09-28 Ulrich Drepper <drepper@gmail.com>
31090
31091 * nss/nss_files/files-init.c (_nss_files_init): Use static
31092 initialization for all the *_traced_file variables.
31093
68822d74
AS
310942011-09-28 Andreas Schwab <schwab@redhat.com>
31095
31096 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31097
2056100b
RM
310982011-09-27 Roland McGrath <roland@hack.frob.com>
31099
31100 [BZ #13226]
31101 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
31102
32c76b63
AS
311032011-09-27 Andreas Schwab <schwab@redhat.com>
31104
31105 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
31106 Reread the line before reparsing it.
31107
bf972c9d
AS
311082011-09-26 Andreas Schwab <schwab@redhat.com>
31109
31110 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
31111
e057a1b5
JM
311122011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
31113 Maxim Kuvyrkov <maxim@codesourcery.com>
31114 Joseph Myers <joseph@codesourcery.com>
31115
31116 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
31117 if needed for __stack_chk_guard.
31118
bc7e1c36
RM
311192011-09-19 Roland McGrath <roland@hack.frob.com>
31120
ecb1482f
RM
31121 * sysdeps/posix/spawni.c (script_execute): Always define it.
31122 It will be optimized away if unused.
31123 (maybe_script_execute): New function.
31124 (__spawni): Call it.
31125
bc7e1c36
RM
31126 * Makerules: Don't include tls.make.
31127 (config-tls): Always set to thread.
31128 * tls.make.c: File removed.
31129
1c3b002b
MF
311302011-09-19 Mike Frysinger <vapier@gentoo.org>
31131
31132 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
31133 * config.make.in (CPPFLAGS-config): New substituted variable.
31134
2840865d
UD
311352011-09-15 Ulrich Drepper <drepper@gmail.com>
31136
88738eb6
UD
31137 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
31138
cbf645a6 31139 [BZ #13192]
2840865d
UD
31140 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
31141 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
31142
b402e91a
RM
311432011-09-15 Roland McGrath <roland@hack.frob.com>
31144
31145 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
31146 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
31147 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
31148 (CALL_FAIL): Likewise.
31149 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
31150 (CALL_FAIL): Macro removed.
31151 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
31152
4c1a1f71
UD
311532011-09-15 Ulrich Drepper <drepper@gmail.com>
31154
31155 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
31156 for __FINITE_MATH_ONLY__ == 1.
31157
edc121be
AS
311582011-09-15 Andreas Schwab <schwab@redhat.com>
31159
31160 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
31161 __ieee754_sqrt instead of sqrt.
31162 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
31163 __ieee754_sqrtf instead of sqrtf.
31164 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
31165 __floorf instead of floorf.
31166 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
31167 __floorf, __truncf instead of floorf, truncf.
31168
cd205654
UD
311692011-09-14 Ulrich Drepper <drepper@gmail.com>
31170
ee4d0315
UD
31171 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
31172
cd205654
UD
31173 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
31174 __extern_always_inline.
31175 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
31176 32-bit.
31177
48b67d71
AS
311782011-09-14 Andreas Schwab <schwab@redhat.com>
31179
31180 * elf/rtld.c (dl_main): Also relocate in dependency order when
31181 doing symbol dependency testing.
31182
1ae12c75
AS
311832011-09-13 Andreas Schwab <schwab@linux-m68k.org>
31184
31185 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31186 Always define `refsym'.
31187
995a80df
AS
311882011-09-13 Andreas Schwab <schwab@redhat.com>
31189
e529793b
AS
31190 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
31191 (__FD_ELT): Renamed from __FDELT.
31192 * misc/bits/select2.h (__FD_ELT): Likewise.
31193 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
31194 __FD_MASK instead of __FDELT, __FDMASK.
31195 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
31196 Likewise.
31197 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
31198 Likewise.
31199
52d4fef8
AS
31200 * elf/Makefile (gen-ldd): Fix pattern.
31201
995a80df
AS
31202 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
31203 (init_tls): Likewise.
31204
8682f8b0
UD
312052011-09-12 Ulrich Drepper <drepper@gmail.com>
31206
31207 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
31208
de82006d
AS
312092011-09-12 Andreas Schwab <schwab@redhat.com>
31210
a7c8e6a1
AS
31211 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
31212 `struct cmsghdr *' instead of `void *'.
31213 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
31214 Likewise.
31215
0f31fe77
AS
312162011-09-11 Andreas Schwab <schwab@linux-m68k.org>
31217
31218 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
31219 if non-absolute.
31220 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
31221 ldd_rewrite_script.
0f31fe77 31222
32b4c839
UD
312232011-09-11 Ulrich Drepper <drepper@gmail.com>
31224
83cd1420
UD
31225 * configure.in: Remove --with-tls option.
31226 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
31227 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
31228 out in case it is missing.
31229 * sysdeps/ia64/elf/configure.in: Likewise.
31230 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
31231 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
31232 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
31233 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
31234 * sysdeps/sh/elf/configure.in: Likewise.
31235 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
31236 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
31237 * sysdeps/x86_64/elf/configure.in: Likewise.
31238 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
31239 * sysdeps/mach/hurd/tls.h: Likewise.
31240
633f745d
UD
31241 [BZ #13067]
31242 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
31243
f318beb8
UD
31244 [BZ #13090]
31245 * configure.in: Fix use of AC_INIT.
31246
32b4c839
UD
31247 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
31248
3ce1f295
UD
312492011-09-10 Ulrich Drepper <drepper@gmail.com>
31250
bb016596
UD
31251 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
31252 __set_errno.
8e58439c
UD
31253 * malloc/hooks.c: Likewise.
31254
aebae053 31255 [BZ #11929]
02d46fc4
UD
31256 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
31257 variables statically.
31258 (narenas): Initialize.
31259 (list_lock): Initialize.
bb016596
UD
31260 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
31261 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
31262 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
31263 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
31264 Add initializers to main_arena and mp_.
31265 (malloc_state): Remove pagesize member. Change all users to use
31266 GLRO(dl_pagesize).
31267
31268 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
31269 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
31270 is always initialized.
31271
22a89187
UD
31272 * malloc/malloc.c: Removed unused configurations and dead code.
31273 * malloc/arena.c: Likewise.
31274 * malloc/hooks.c: Likewise.
02d46fc4 31275 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 31276
d063d164
UD
31277 * include/tls.h: Removed. USE___THREAD must always be defined.
31278 * bits/libc-tsd.h: Don't handle !USE___THREAD.
31279 * elf/dl-libc.c: Likewise.
31280 * elf/dl-tsd.c: Likewise.
31281 * include/errno.h: Likewise.
31282 * include/netdb.h: Likewise.
31283 * include/resolv.h: Likewise.
31284 * inet/herrno-loc.c: Likewise.
31285 * inet/herrno.c: Likewise.
31286 * malloc/arena.c: Likewise.
31287 * malloc/hooks.c: Likewise.
31288 * malloc/malloc.c: Likewise.
31289 * resolv/res-state.c: Likewise.
31290 * resolv/res_libc.c: Likewise.
31291 * sysdeps/i386/dl-machine.h: Likewise.
31292 * sysdeps/ia64/dl-machine.h: Likewise.
31293 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
31294 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31295 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
31296 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
31297 * sysdeps/sh/dl-machine.h: Likewise.
31298 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
31299 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
31300 * sysdeps/unix/i386/sysdep.S: Likewise.
31301 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
31302 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
31303 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
31304 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
31305 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
31306 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
31307 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
31308 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
31309 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
31310 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
31311 * sysdeps/unix/x86_64/sysdep.S: Likewise.
31312 * sysdeps/x86_64/dl-machine.h: Likewise.
31313 * tls.make.c: Likewise.
31314
3ce1f295
UD
31315 * configure.in: Remove --with-__thread option. Make tests for
31316 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
31317 tls_model attribute fail if no support is available. Remove
31318 USE_IN_LIBIO.
31319 * Makeconfig: Adjust for dropped configure option. All features are
31320 now mandatory.
31321 * Makerules: Likewise.
31322 * Versions.def: Likewise.
31323 * argp/argp-fmtstream.c: Likewise.
31324 * argp/argp-fmtstream.h: Likewise.
31325 * argp/argp-help.c: Likewise.
31326 * assert/assert.c: Likewise.
31327 * config.h.in: Likewise.
31328 * config.make.in: Likewise.
31329 * configure: Likewise.
31330 * configure.in: Likewise.
31331 * csu/Versions: Likewise.
31332 * csu/init.c: Likewise.
31333 * elf/tst-audit2.c: Likewise.
31334 * elf/tst-tls10.c: Likewise.
31335 * elf/tst-tls10.h: Likewise.
31336 * elf/tst-tls11.c: Likewise.
31337 * elf/tst-tls12.c: Likewise.
31338 * elf/tst-tls14.c: Likewise.
31339 * elf/tst-tlsmod11.c: Likewise.
31340 * elf/tst-tlsmod12.c: Likewise.
31341 * elf/tst-tlsmod13.c: Likewise.
31342 * elf/tst-tlsmod13a.c: Likewise.
31343 * elf/tst-tlsmod14a.c: Likewise.
31344 * elf/tst-tlsmod15b.c: Likewise.
31345 * elf/tst-tlsmod16a.c: Likewise.
31346 * elf/tst-tlsmod16b.c: Likewise.
31347 * elf/tst-tlsmod7.c: Likewise.
31348 * elf/tst-tlsmod8.c: Likewise.
31349 * elf/tst-tlsmod9.c: Likewise.
31350 * gmon/gmon.c: Likewise.
31351 * grp/fgetgrent_r.c: Likewise.
31352 * grp/putgrent.c: Likewise.
31353 * hurd/fopenport.c: Likewise.
31354 * include/libc-symbols.h: Likewise.
31355 * include/tls.h: Likewise.
31356 * intl/gettextP.h: Likewise.
31357 * intl/loadinfo.h: Likewise.
31358 * locale/global-locale.c: Likewise.
31359 * locale/localeinfo.h: Likewise.
31360 * mach/devstream.c: Likewise.
31361 * malloc/arena.c: Likewise.
31362 * malloc/set-freeres.c: Likewise.
31363 * misc/err.c: Likewise.
31364 * misc/getttyent.c: Likewise.
31365 * misc/mntent_r.c: Likewise.
31366 * posix/getopt.c: Likewise.
31367 * posix/wordexp.c: Likewise.
31368 * pwd/fgetpwent_r.c: Likewise.
31369 * resolv/Versions: Likewise.
31370 * resolv/res_hconf.c: Likewise.
31371 * shadow/fgetspent_r.c: Likewise.
31372 * shadow/putspent.c: Likewise.
31373 * stdio-common/printf_fphex.c: Likewise.
31374 * stdio-common/tmpfile.c: Likewise.
31375 * stdlib/abort.c: Likewise.
31376 * stdlib/fmtmsg.c: Likewise.
31377 * sunrpc/auth_unix.c: Likewise.
31378 * sunrpc/clnt_perr.c: Likewise.
31379 * sunrpc/clnt_tcp.c: Likewise.
31380 * sunrpc/clnt_udp.c: Likewise.
31381 * sunrpc/clnt_unix.c: Likewise.
31382 * sunrpc/openchild.c: Likewise.
31383 * sunrpc/svc_simple.c: Likewise.
31384 * sunrpc/svc_tcp.c: Likewise.
31385 * sunrpc/svc_udp.c: Likewise.
31386 * sunrpc/svc_unix.c: Likewise.
31387 * sunrpc/xdr.c: Likewise.
31388 * sunrpc/xdr_array.c: Likewise.
31389 * sunrpc/xdr_rec.c: Likewise.
31390 * sunrpc/xdr_ref.c: Likewise.
31391 * sunrpc/xdr_stdio.c: Likewise.
31392
1248c1c4
PB
313932011-09-09 Ulrich Drepper <drepper@gmail.com>
31394
31395 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31396
313972011-07-03 Andreas Jaeger <aj@suse.de>
31398
31399 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
31400 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
31401 regenerate with gen-libm-tests.pl.
31402
314032010-05-12 Petr Baudis <pasky@suse.cz>
31404
31405 [BZ #11589]
31406 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
31407 around j0() zero points by switching to j1().
31408 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
31409 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
31410 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
31411 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
31412
f22e1074
UD
314132011-09-09 Ulrich Drepper <drepper@gmail.com>
31414
f19009c1
UD
31415 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
31416 instead of 0.
31417 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 31418 instead of 0.
f19009c1
UD
31419 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
31420 Patch in part by Pavel Roskin <proski@gnu.org>.
31421
3f8cc204
UD
31422 [BZ #13138]
31423 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
31424 realloc.
31425 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
31426 Free memory block if necessary.
31427
f22e1074
UD
31428 [BZ #12847]
31429 * libio/genops.c (INTDEF): For string streams the _lock pointer can
31430 be NULL. Don't lock in this case.
31431
0a2349f9
RM
314322011-09-09 Roland McGrath <roland@hack.frob.com>
31433
31434 * elf/elf.h (ELFOSABI_GNU): New macro.
31435 (ELFOSABI_LINUX): Define to that.
31436
f3cdd467
DZ
314372011-07-29 Denis Zaitceff <zaitceff@gmail.com>
31438
31439 * string/strncat.c (strncat): Undef the symbol in case it has been
31440 defined in bits/string.h.
31441
74718d13
UD
314422011-09-09 Ulrich Drepper <drepper@gmail.com>
31443
633e9e0f
UD
31444 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
31445
0a2349f9 31446 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
31447 link map.
31448
f9924780
AJ
314492011-08-17 Andreas Jaeger <aj@suse.de>
31450
31451 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
31452
7f5517aa
PP
314532011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
31454 Ian Lance Taylor <iant@google.com>
31455
31456 * math/libm-test.inc (lround_test): New testcase.
31457 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
31458
762011fe
UD
314592011-09-08 Ulrich Drepper <drepper@gmail.com>
31460
92963737
UD
31461 * Makefile: Remove support for automatic cvs check-ins.
31462 * Makerules: Likewise.
31463 * config.make.in: Likewise.
31464 * configure.in: Likewise.
31465 * intl/Makefile: Likewise.
31466 * locale/Makefile: Likewise.
31467 * po/Makefile: Likewise.
31468 * posix/Makefile: Likewise.
31469 * sysdeps/gnu/Makefile: Likewise.
31470 * sysdeps/mach/hurd/Makefile: Likewise.
31471 * sysdeps/sparc/sparc32/Makefile: Likewise.
31472
b0727fd8
JS
31473 [BZ #13118]
31474 * posix/Makefile (bug-regex32-ENV): Define.
31475 Patch by John Stanley <jpsinthemix@verizon.net>.
31476
a0f33f99
UD
31477 * misc/Makefile (headers): Add bits/select2.h.
31478 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
31479 * misc/bits/select2.h: New file.
31480 * include/bits/select2.h: New file.
31481 * debug/Makefile (routines): Add fdelt_chk.
31482 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
31483 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
31484 FD_ISSET.
31485 * debug/fdelt_chk.c: New file.
31486
762011fe
UD
31487 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
31488 * wcsmbs/test-wmemcmp.c: Likewise.
31489 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 31490 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
31491
314922011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31493
31494 * string/Makefile (strop-tests): Add memcmp.
31495 * string/test-wmemcmp.c: New file.
31496 * string/test-memcmp.c: Add wmemcmp support.
31497
7f513ec8
RM
314982011-09-08 Roland McGrath <roland@hack.frob.com>
31499
0442afb4
RM
31500 [BZ #13153]
31501 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
31502 2011-07-19 change.
31503
7f513ec8
RM
31504 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
31505 garbage value in a __mach_port_mod_refs call in the cases of the
31506 task-self and thread-self ports.
31507
a12b2239
ST
315082011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
31509
31510 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
31511
610f9ab4
AS
315122011-09-08 Andreas Schwab <schwab@redhat.com>
31513
7f513ec8 31514 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 31515
48882a1a
LD
315162011-09-07 Ulrich Drepper <drepper@gmail.com>
31517
b49865be
UD
31518 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
31519
fdc86bc9
UD
31520 * elf/dl-libc.c (dlerror_run): Pass back error code from
31521 dl_catch_error.
31522
c966526a
UD
31523 [BZ #13123]
31524 * elf/dl-load.c (lose): Free l_origin if it is valid.
31525
48882a1a
LD
31526 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
31527 names.
31528 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
31529 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
31530 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
31531 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
31532 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
31533 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
31534
77a2a8b4
AZ
315352011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31536
31537 * sysdeps/powerpc/fpu/e_hypot.c: New file.
31538 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
31539 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
31540 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
31541 * sysdeps/powerpc/fpu/k_cosf.c: New file.
31542 * sysdeps/powerpc/fpu/k_sinf.c: New file.
31543 * sysdeps/powerpc/fpu/s_cosf.c: New file.
31544 * sysdeps/powerpc/fpu/s_sinf.c: New file.
31545 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
31546 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
31547
24f579d8
AM
315482011-08-15 Alan Modra <amodra@gmail.com>
31549
31550 [BZ #13092]
31551 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
31552 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
31553 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
31554 ppc_mcount to static-only-routines.
31555 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
31556 __mcount_internal.
31557 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
31558 __mcount_internal with usual JUMPTARGET. Remove useless nop.
31559
3d4837df
UD
315602011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
31561
31562 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
31563 for finite and infinity parameters.
31564
22700377
WS
315652011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
31566
31567 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
31568 and add nop instructions for throughput optimization.
31569 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31570
5025581e
WS
315712011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
31572
31573 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
31574 aligned copy for power7 with vector-scalar instructions.
31575 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
31576
08a300c9
L
315772011-07-24 H.J. Lu <hongjiu.lu@intel.com>
31578
31579 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
31580 AVX check.
31581
59178ef9
AS
315822011-09-07 Andreas Schwab <schwab@redhat.com>
31583
31584 [BZ #13144]
31585 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
31586 last change.
31587
e38ba7ab
UD
315882011-09-07 Ulrich Drepper <drepper@gmail.com>
31589
31590 * sysdeps/unix/sysv/linux/x86_64/init-first.c
31591 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
31592 syscall wrapper around clock_gettime in __vdso_clock_gettime.
31593 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
31594 clock_gettime.
31595
d53a73ac
UD
315962011-09-06 Ulrich Drepper <drepper@gmail.com>
31597
fc8bffcc
UD
31598 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
31599 Forgot to demangle the pointer.
31600
ceaa0c5d
UD
31601 * sysdeps/i386/sysdep.h: Define atom_text_section.
31602 * sysdeps/x86_64/sysdep.h: Likewise.
31603 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
31604 section with atom_text_section.
31605 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
31606 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
31607 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
31608 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
31609 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
31610
a77d3c17
UD
31611 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
31612 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
31613 already be defined. Change to take two parameters and don't assign
31614 result to variable. Adjust all users.
31615 Define INTERNAL_GETTIME if not already defined.
31616 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
31617 call.
31618 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
31619 HAVE_CLOCK_GETTIME_VSYSCALL.
31620 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
31621
d53a73ac
UD
31622 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
31623 gettimeofday vsyscall, just use time.
31624
a8f84144
AS
316252011-09-06 Andreas Schwab <schwab@redhat.com>
31626
31627 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
31628 <errno.h>.
31629
ef606249
UD
316302011-09-06 Ulrich Drepper <drepper@gmail.com>
31631
31632 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
31633 syscall on x86-64.
31634 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
31635 syscall.
31636 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
31637 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
31638 syscall if possible.
31639
6585cb60
UD
316402011-09-05 Ulrich Drepper <drepper@gmail.com>
31641
31642 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
31643 e_ident. Don't pass to find_mapsXX.
31644 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
31645
a5f524e4
LD
316462011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
31647
31648 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31649 strchr-sse2-no-bsf strrchr-sse2-no-bsf
31650 * sysdeps/x86_64/multiarch/strchr.S: Update.
31651 Check bit_slow_BSF bit.
31652 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31653 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
31654 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
31655
554881ef
UD
316562011-09-05 Ulrich Drepper <drepper@gmail.com>
31657
d96de963
UD
31658 [BZ #13134]
31659 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
31660 before glibc 2.15.
31661 (tryshell): Define.
31662 (__spawni): Change last parameter to be flag. Test
31663 SPAWN_XFLAGS_USE_PATH flag to use path or not.
31664 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
31665 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
31666 * posix/spawni.c: Likewise.
31667 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
31668 * posix/spawnp.c: Likewise. Change normal version to use
31669 SPAWN_XFLAGS_USE_PATH.
31670 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
31671 SPAWN_XFLAGS_TRY_SHELL.
31672
d48e5868
UD
31673 [BZ #13150]
31674 * posix/glob.h: Remove gcc 1.x support.
31675
554881ef
UD
31676 [BZ #13068]
31677 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
31678
693fb948
LD
316792011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
31680
31681 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31682 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
31683 strrchr-sse2-bsf
31684 * sysdeps/i386/i686/multiarch/strchr.S: New file.
31685 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
31686 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
31687 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
31688 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
31689 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
31690
1b48c537
UD
316912011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31692
49d42c37
UD
31693 * sysdeps/x86_64/wcscmp.S: New file.
31694
1b48c537
UD
31695 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
31696 wcscmp-c wcscmp-sse2
31697 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
31698 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
31699 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
31700 * wcsmbs/wcscmp.c: Allow renaming.
31701
15c95c5d
DM
317022011-09-05 David S. Miller <davem@davemloft.net>
31703
31704 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
31705 stack slot, rather than the struct return pointer slot.
31706 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
31707 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
31708 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
31709 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
31710
2f0ad8f3
UD
317112011-09-05 Ulrich Drepper <drepper@gmail.com>
31712
d88ae418
UD
31713 * po/ja.po: Update from translation team.
31714
2f0ad8f3
UD
31715 [BZ #13144]
31716 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
31717 kernel in 64-bit binaries.
31718
5f4318d1
DM
317192011-09-01 David S. Miller <davem@davemloft.net>
31720
31721 * elf/elf.h (HWCAP_SPARC_*): Move to..
31722 * sysdeps/sparc/sysdep.h: this new file and add new values.
31723 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
31724 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
31725 _DL_HWCAP_COUNT to 24.
31726 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31727 entries.
31728 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
31729 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
31730 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
31731 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
31732 instead of magic constants.
31733 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
31734
3ba57516
DM
317352011-08-31 David S. Miller <davem@davemloft.net>
31736
31737 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
31738 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
31739 Reimplement to do errno handling inline.
31740 (SYSCALL_ERROR_HANDLER): New macro.
31741 (__SYSCALL_STRING): Do not do errno handling in asm.
31742 (__CLONE_SYSCALL_STRING): Delete.
31743 (__INTERNAL_SYSCALL_STRING): Delete.
31744 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
31745 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
31746 (PSEUDO): Reimplement to do errno handling inline.
31747 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
31748 (SYSCALL_ERROR_HANDLER): New macro.
31749 (__SYSCALL_STRING): Do not do errno handling in asm.
31750 (__CLONE_SYSCALL_STRING): Delete.
31751 (__INTERNAL_SYSCALL_STRING): Delete.
31752 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
31753 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
31754 i386.
31755 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
31756 (inline_syscall*): Add 'err' argument.
31757 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
31758 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
31759 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
31760 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
31761
31762 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
31763 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
31764
2bc17433
AS
317652011-08-30 Andreas Schwab <schwab@redhat.com>
31766
31767 * elf/rtld.c (dl_main): Relocate objects in dependency order.
31768
fbeb5f4d
JO
317692011-08-29 Jiri Olsa <jolsa@redhat.com>
31770
31771 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
31772 directive.
31773
ad69cc26
DM
317742011-08-24 David S. Miller <davem@davemloft.net>
31775
31776 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
31777
39dd69df
AS
317782011-08-24 Andreas Schwab <schwab@redhat.com>
31779
31780 * elf/Makefile: Add rules to build and run unload8 test.
31781 * elf/unload8.c: New file.
31782 * elf/unload8mod1.c: New file.
31783 * elf/unload8mod1x.c: New file.
31784 * elf/unload8mod2.c: New file.
31785 * elf/unload8mod3.c: New file.
31786
31787 * elf/dl-close.c (_dl_close_worker): Reset private search list if
31788 it wasn't used.
31789
2c0b250a
DM
317902011-08-23 David S. Miller <davem@davemloft.net>
31791
31792 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
31793 subtract stack bias.
31794 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
31795 %sp not %fp in calculations.
31796 (_JMPBUF_UNWINDS_ADJ): Likewise.
31797
22044b48
DM
31798 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
31799 (aio_suspend): Call it to force an exception region around the
31800 AIO_MISC_WAIT() invocation.
31801
2cae4995
AS
318022011-08-23 Andreas Schwab <schwab@redhat.com>
31803
31804 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
31805 backslash.
31806
873a772e
AJ
318072011-07-04 Aurelien Jarno <aurelien@aurel32.net>
31808
31809 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
31810 protection macro.
31811 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
31812 and <dl-machine.h>.
31813 (Elf64_FuncDesc): Remove.
31814
25ad0df1
DM
318152011-08-22 David S. Miller <davem@davemloft.net>
31816
31817 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
31818 sigaltstack check, add missing cfi directives.
31819 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
31820 missing cfi directives, and sigaltstack handling.
31821
e888bcbe
AS
318222011-08-16 Andreas Schwab <schwab@redhat.com>
31823
31824 [BZ #11724]
31825 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
31826 object is seen twice.
31827 * elf/dl-fini.c (_dl_sort_fini): Likewise.
31828
31829 * elf/Makefile (distribute): Add tst-initorder2.c.
31830 (tests): Add tst-initorder2.
31831 (modules-names): Add tst-initorder2a tst-initorder2b
31832 tst-initorder2c tst-initorder2d. Add rules to build them.
31833 ($(objpfx)tst-initorder2.out): New rule.
31834 * elf/tst-initorder2.c: New file.
31835 * elf/tst-initorder2.exp: New file.
31836
87162f46
AS
318372011-08-22 Andreas Schwab <schwab@redhat.com>
31838
70538b7f
AS
31839 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
31840
f55ffe58
AS
31841 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
31842 dependencies back to end of function.
31843
87162f46
AS
31844 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
31845 $(elfobjdir)/ld.so.
31846
91b392a4
UD
318472011-08-21 Ulrich Drepper <drepper@gmail.com>
31848
31849 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
31850 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
31851 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
31852 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
31853 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
31854 of __vdso_gettimeofday.
31855 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
31856 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
31857 attribute_hidden.
31858 (_libc_vdso_platform_setup): Remove initialization of
31859 __vdso_gettimeofday and __vdso_time.
31860
5c43483f
UD
318612011-08-20 Ulrich Drepper <drepper@gmail.com>
31862
775a77e7
UD
31863 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
31864 and fgetc_unlocked.
31865 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
31866 getc_unlocked.
89f447ed 31867
49c74ba9
UD
31868 * elf/dl-open.c (add_to_global): Report additions to the global scope
31869 for LD_DEBUG=scopes.
31870 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 31871 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 31872
5c43483f
UD
31873 [BZ #13114]
31874 * stdio-common/Makefile (tests): Add bug24.
31875 * stdio-common/bug24.c: New file.
31876
a101b025
AJ
318772011-08-19 Andreas Jaeger <aj@suse.de>
31878
31879 [BZ #13114]
31880 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
31881 non-existant file when using close-on-exec mode.
31882
c88f1766
UD
318832011-08-20 Ulrich Drepper <drepper@gmail.com>
31884
0276a718
UD
31885 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
31886 the very first instruction.
31887
c88f1766
UD
31888 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
31889 the CFI state in the end.
31890 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
31891 inclusion of dl-trampoline.h.
31892 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
31893
51ccffa0
AS
318942011-08-19 Andreas Schwab <schwab@redhat.com>
31895
94d7165f
AS
31896 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
31897 expectations for long double.
31898
51ccffa0
AS
31899 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
31900 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
31901
fd708658 319022011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
31903
31904 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
31905 artificual limit depends upon the system page size.
31906
44f0a71e
UD
319072011-08-17 Ulrich Drepper <drepper@gmail.com>
31908
31909 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
31910 * resolv/Makefile: Define CFLAGS-libresolv.
31911
8de79a24
AS
319122011-08-17 Andreas Schwab <schwab@redhat.com>
31913
31914 * nss/makedb.c (compute_tables): Make variables used in nested
31915 function static.
31916
27724598
UD
319172011-08-17 Ulrich Drepper <drepper@gmail.com>
31918
c5305d88
UD
31919 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
31920 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
31921 if buffer was too small.
31922
27724598
UD
31923 * elf/pldd.c (main): Attach to all threads in the process.
31924 Rewrite /proc handling to use *at functions.
31925
076fe015
UD
319262011-08-16 Ulrich Drepper <drepper@gmail.com>
31927
174baab3
UD
31928 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
31929 specifies first scope to show.
31930 (dl_open_worker): Update callers. Move printing scope of new
31931 object to before the relocation.
44f0a71e 31932 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
31933 * sysdeps/generic/ldsodefs.h: Update declaration.
31934
076fe015
UD
31935 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
31936 string for the scope number.
31937
a60df2c3
UD
319382011-08-14 Ulrich Drepper <drepper@gmail.com>
31939
31940 * nscd/servicescache.c (cache_addserv): Make sure written is always
31941 initialized.
31942
5e4287d1
RM
319432011-08-14 Roland McGrath <roland@hack.frob.com>
31944
85ae0589
RM
31945 * sysdeps/i386/i486/bits/atomic.h
31946 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
31947 statement expression, so as to suppress "set but not used" warning.
31948 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
31949
69f63097
RM
31950 * string/strncat.c (STRNCAT): Use prototype definition.
31951
675456ef
RM
31952 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
31953 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
31954 -Iprograms here.
31955 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
31956 (localedef-modules): Add localedef.
31957 (locale-modules): Add locale.
31958
5e4287d1
RM
31959 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
31960 * elf/rtld.c (dl_main): Invert order of assignment in last change,
31961 to avoid a warning.
31962
9c96ff23
DM
319632011-08-14 David S. Miller <davem@davemloft.net>
31964
31965 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
31966 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
31967
f9ddf089
UD
319682011-08-13 Ulrich Drepper <drepper@gmail.com>
31969
44f0a71e 31970 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
31971 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
31972 * elf/rtld.c (dl_main): Set l_name of vDSO.
31973 Call _dl_show_scope when DL_DEBUG_SCOPES.
31974 (process_dl_debug): Recognize scopes flag and also set it for all.
31975 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
31976 Declare _dl_show_scope.
31977
1dc27704
UD
31978 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
31979 (do_dlopen): Pass caller_dlopen to dl_open.
31980 (__libc_dlopen_mode): Initialize caller_dlopen.
31981
f9ddf089
UD
31982 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
31983 of libc. Make tolower call locale-independent. Optimize a bit by
31984 using isdigit instead of isalnum.
31985 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
31986
9ac533d3
UD
319872011-08-12 Ulrich Drepper <drepper@gmail.com>
31988
31989 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
31990 was a dependency or dynamically loaded.
31991
89edf2e9
UD
319922011-08-11 Ulrich Drepper <drepper@gmail.com>
31993
8e999d29
UD
31994 * intl/l10nflist.c: Allow architecture-specific pop function.
31995 * sysdeps/x86_64/l10nflist.c: New file.
31996
89edf2e9
UD
31997 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
31998 classification.
31999
14d96785
AS
320002011-08-10 Andreas Schwab <schwab@redhat.com>
32001
32002 * include/dirent.h: Add libc_hidden_proto for scandirat and
32003 scandirat64. Don't declare __scandirat64.
32004 * dirent/scandirat.c: Add libc_hidden_def.
32005 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
32006 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
32007
6761ac04
DM
320082011-08-10 David S. Miller <davem@davemloft.net>
32009
32010 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
32011 enum.
32012 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
32013 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
32014 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
32015
c55fbd1e
UD
320162011-08-09 Ulrich Drepper <drepper@gmail.com>
32017
32018 * Versions.def [libc]: Add GLIBC_2.15.
32019 * dirent/Makefile (routines): Add scandirat and scandirat64.
32020 * dirent/Versions [libc]: Export scandirat and scandirat64 for
32021 GLIBC_2.15.
32022 * dirent/dirent.h: Declare scandirat and scandirat64.
32023 * dirent/scandirat.c: New file.
32024 * dirent/scandirat64.c: New file.
32025 * sysdeps/wordsize-64/scandirat.c: New file.
32026 * sysdeps/wordsize-64/scandirat64.c: New file.
32027 * dirent/opendir.c: Define opendirat.
32028 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
32029 using scandirat.
32030 * dirent/scandir64.c: Adjust for scandir.c change.
32031 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
32032 __scandirat64, and __scandir_cancel_handler.
32033 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
32034 additional parameter and use openat instead of open (outside of ld.so).
32035 Add new __opendir as wrapper around __opendirat.
32036 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
32037 here without requiring old scandirat implementation.
32038
879165f2
UD
320392011-08-08 Ulrich Drepper <drepper@gmail.com>
32040
32041 * dirent/scandir.c (cancel_handler): Renamed to
32042 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
32043 defined. Adjust users.
32044 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
32045 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
32046
cb7e923b
UD
320472011-08-04 Ulrich Drepper <drepper@gmail.com>
32048
16292edd
UD
32049 * string/test-string.h (IMPL): Use __STRING to expand name and then
32050 stringify it.
32051
cb7e923b
UD
32052 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
32053 of cleanups.
32054
cff82933
LD
320552011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32056
32057 * string/Makefile: Update.
32058 (strop-tests): Append strncat.
32059 * string/test-wcscmp.c: New file.
32060 New comprehensive test for wcscmp.
32061 * string/test-strcmp.c: Update.
32062 (WIDE): New define.
32063
9be9bfcc
AS
320642011-07-22 Andreas Schwab <schwab@redhat.com>
32065
32066 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
32067 line.
32068
2e96f1c7
AS
320692011-07-26 Andreas Schwab <schwab@redhat.com>
32070
32071 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
32072 encoding to ACE if AI_IDN.
32073
85188888
JJ
320742011-08-01 Jakub Jelinek <jakub@redhat.com>
32075
32076 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
32077 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
32078
5fa16e9b
LD
320792011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32080
32081 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
32082 Fix overflow bug in strncat.
32083 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
32084
32085 * string/test-strncat.c: Update.
32086 Add new tests for checking overflow bugs.
32087
320882011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32089
32090 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32091 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
32092 * sysdeps/i386/i686/multiarch/strcat.S: New file.
32093 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
32094 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
32095 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
32096 * sysdeps/i386/i686/multiarch/strncat.S: New file.
32097 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
32098 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
32099
32100 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
32101 (USE_AS_STRCAT): Define.
32102 Add strcat and strncat support.
32103 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
32104
8c1a459f
AS
321052011-07-25 Andreas Schwab <schwab@redhat.com>
32106
32107 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
32108 __n bigger than INT_MAX+1.
32109 (__strncmp_g): Likewise.
32110
bba33c28
UD
321112011-07-23 Ulrich Drepper <drepper@gmail.com>
32112
798be72d
UD
32113 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
32114 * libio/stido.h: Likewise.
32115
8accd4dc
UD
32116 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
32117 (AF_NFC): Define.
32118 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
32119 (AF_NFC): Define.
32120
cbff0d96
UD
32121 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
32122 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
32123 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
32124 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
32125 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
32126
9191c04a
UD
32127 [BZ #13021]
32128 * scripts/test-installation.pl: Don't expect libnss_test1 to be
32129 installed.
32130
bba33c28
UD
32131 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
32132 typo.
32133 (_dl_x86_64_save_sse): Likewise.
32134
90f139dd
UD
321352011-07-22 Ulrich Drepper <drepper@gmail.com>
32136
1aae088a
UD
32137 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
32138 OSXSAVE.
32139 (_dl_x86_64_save_sse): Likewise.
32140
8e2045f5
UD
32141 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
32142
90f139dd
UD
32143 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
32144
1d002f25
AS
321452011-07-21 Andreas Schwab <schwab@redhat.com>
32146
32147 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
32148 change.
32149 (_dl_x86_64_save_sse): Use correct AVX check.
32150
21137f89
UD
321512011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32152
32153 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
32154 bug in strncpy/strncat.
32155 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
32156
a65c0b7a
UD
321572011-07-21 Ulrich Drepper <drepper@gmail.com>
32158
32159 * string/tester.c (test_strcat): Add tests for different alignments
32160 of source and destination.
32161 (test_strncat): Likewise.
32162
6986b98a
UD
321632011-07-20 Ulrich Drepper <drepper@gmail.com>
32164
90bb2039
UD
32165 [BZ #12852]
32166 * posix/glob.c (glob): Check passed in values before using them in
32167 expressions to avoid some overflows.
32168 (glob_in_dir): Likewise.
32169
5644ef54
UD
32170 [BZ #13007]
32171 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
32172 check for AVX enablement so that we don't crash with old kernels and
32173 new hardware.
32174 * elf/tst-audit4.c: Add same checks here.
32175 * elf/tst-audit6.c: Likewise.
32176
32177 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 32178
bfc9dc9b
AS
321792011-07-09 Andreas Schwab <schwab@linux-m68k.org>
32180
32181 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
32182
702e64bb
UD
321832011-07-20 Ulrich Drepper <drepper@gmail.com>
32184
32185 * po/cs.po: Update from translation team.
32186 * po/bg.po: Likewise.
32187
295e904f
MP
321882011-07-12 Marek Polacek <mpolacek@redhat.com>
32189
32190 * misc/sys/cdefs.h: Add support for const attribute.
32191 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
32192 to gnu_dev_{major,minor,makedev} functions.
32193
3ff94596
MP
321942011-07-20 Marek Polacek <mpolacek@redhat.com>
32195
32196 * intl/dcigettext.c (get_output_charset): Add missing bracket.
32197
28b59fca
AS
321982011-07-20 Andreas Schwab <schwab@redhat.com>
32199
32200 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
32201 strlen results.
32202
19df733e
AK
322032011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32204
32205 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
32206 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
32207 register in order to avoid conflicts with the soft frame pointer
32208 being held in r11 when necessary.
32209 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
32210 (INTERNAL_VSYSCALL_NCS): Likewise.
32211
c8835729
MP
322122011-07-14 Marek Polacek <mpolacek@redhat.com>
32213
32214 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
32215 * elf/dl-fini.c (_dl_fini): Adjust caller.
32216 * elf/dl-close.c (_dl_close_worker): Likewise.
32217 * sysdeps/generic/ldsodefs.h: Adjust declaration.
32218
b902330c
MP
322192011-07-15 Marek Polacek <mpolacek@redhat.com>
32220
8991e135
MP
32221 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
32222 "aux_cache->nlibs < 0".
32223
b902330c
MP
32224 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
32225 in the reload-count case.
32226
99710781
LD
322272011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32228
32229 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32230 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
32231 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
32232 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
32233 * sysdeps/x86_64/multiarch/strcat.S: New file.
32234 * sysdeps/x86_64/multiarch/strncat.S: New file.
32235 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
32236 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
32237 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
32238 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
32239 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
32240 (USE_AS_STRCAT): Define.
32241 Add strcat and strncat support.
32242 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
32243 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
32244 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
32245 * string/strncat.c: Update.
32246 (USE_AS_STRNCAT): Define.
32247 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32248 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
32249 and i7.
32250 * sysdeps/x86_64/multiarch/init-arch.h
32251 (bit_Prefer_PMINUB_for_stringop): New.
32252 (index_Prefer_PMINUB_for_stringop): Likewise.
32253 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
32254 bit_Prefer_PMINUB_for_stringop.
32255
7dc6bd90
UD
322562011-07-19 Ulrich Drepper <drepper@gmail.com>
32257
32258 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
32259 buffer64.
32260 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
32261 of casting of buffer.
32262 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
32263 buffer32 and buffer64.
32264 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
32265 writes instead of casting of buffer.
32266 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
32267 buffer32.
32268 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
32269 casting of buffer.
32270
e0e72284
AS
322712011-07-19 Andreas Schwab <schwab@redhat.com>
32272
32273 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
32274
feb1eb0b
UD
322752011-07-19 Ulrich Drepper <drepper@gmail.com>
32276
32277 * nscd/nscd.c (termination_handler): Don't do anything for a database
32278 if it has not yet been initialized.
32279
298711ff
UD
322802011-07-18 Ulrich Drepper <drepper@gmail.com>
32281
32282 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
32283
322842011-07-15 Marek Polacek <mpolacek@redhat.com>
32285
32286 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
32287
f9d68389
UD
322882011-07-18 Ulrich Drepper <drepper@gmail.com>
32289
32290 * po/nl.po: Update from translation team.
32291 * po/sv.po: Likewise.
32292
db290cf5
RM
322932011-07-16 Roland McGrath <roland@hack.frob.com>
32294
32295 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
32296 now disallowed by GCC.
5c550700 32297
fd5e21c7
RM
32298 * configure.in (use-default-link): Default to yes if a test -shared
32299 link meets our qualifications.
32300 * configure: Regenerated.
32301
5c550700
RM
32302 * config.make.in (output-format): New variable.
32303 * configure.in: Check for ld --print-output-format support.
32304 * configure: Regenerated.
32305 * Makerules ($(common-objpfx)format.lds)
32306 [$(output-format) != unknown]: Just use $(output-format),
32307 instead of the linker-script munging.
32308
9fa2c032
RM
323092011-07-14 Roland McGrath <roland@hack.frob.com>
32310
a6928d51
RM
32311 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
32312 of $(common-objpfx)shlib.lds.
32313 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
32314
661607b3
RM
32315 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
32316 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
32317
9fa2c032
RM
32318 * configure.in (-z relro check): Adjust test code to add a large
32319 writable data section after it.
32320 * configure: Regenerated.
32321
defe9061
RM
323222011-07-11 Roland McGrath <roland@hack.frob.com>
32323
32324 * configure.in (-z relro check): Fix test code to make the variable
32325 truly const.
32326 * configure: Regenerated.
32327
319b9ad4
UD
323282011-07-11 Ulrich Drepper <drepper@gmail.com>
32329
32330 * nscd/nscd.h (struct traced_file): Define.
32331 (struct database_dyn): Remove inotify_descr, reset_res, and filename
32332 elements. Add traced_files.
32333 (inotify_fd): Declare.
32334 (register_traced_file): Declare.
32335 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
32336 (inotify_fd): Export.
32337 (resolv_conf_descr): Remove.
32338 (nscd_init): Move inotify descriptor creation to main.
32339 Don't register files for notification here.
32340 (register_traced_file): New function.
32341 (invalidate_cache): Don't use reset_res to determine whether to call
32342 res_init, go through the list of registered files.
32343 (main_loop_poll): The inotify descriptors are now stored in the
32344 structures for the traced files.
32345 (main_loop_epoll): Likewise
32346 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
32347 to __nss_disable_nscd.
32348 * nscd/cache.c (prune_cache): There is no single inotify descriptor
32349 for a database anymore. Check the records for all the registered
32350 files instead.
32351 * nss/Makefile (libnss_files-routines): Add files-init.
32352 (libnss_db-routines): Add db-init.
32353 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
32354 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
32355 * nss/nss_db/db-init.c: New file.
32356 * nss/nss_files/files-init.c: New file.
32357 * nss/nsswitch.c (nss_load_library): New function. Broken out of
32358 __nss_lookup_function.
32359 (__nss_lookup_function): Call nss_load_library.
32360 (nss_load_all_libraries): New function.
32361 (__nss_disable_nscd): Take parameter with callback function for files
32362 to register. Set is_nscd. Load all the DSOs for the NSS modules
32363 used for the cached services.
32364 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
32365 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
32366 options for features to all the files in nscd.
32367
32368 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
32369
23bee3e8
RM
323702011-07-10 Roland McGrath <roland@hack.frob.com>
32371
32372 * csu/elf-init.c (__libc_csu_init): Comment typo.
32373
46a5b7f0
UD
323742011-07-09 Ulrich Drepper <drepper@gmail.com>
32375
32376 * po/pl.po: Update from translation team.
32377 * po/ja.po: Likewise.
32378 * po/ru.po: Likewise.
32379 * po/ko.po: Likewise.
32380 * po/fr.po: Likewise.
32381
d30cf5bb
RM
323822011-07-09 Roland McGrath <roland@hack.frob.com>
32383
113ddea4
RM
32384 * configure.in (.ctors/.dtors header and trailer check):
32385 Use an empirical test on a built program.
32386 * configure: Regenerated.
32387
574920b4
RM
32388 * configure.in (-z relro check): Use an empirical test on a built DSO.
32389 Detect, but do not require, on ia64.
32390 * configure: Regenerated.
32391
d30cf5bb
RM
32392 * configure.in (READELF): Find it with AC_CHECK_TOOL.
32393 Update tests that use readelf to use $READELF instead.
32394 * configure: Regenerated.
32395
8538fdb3
UD
323962011-07-08 Ulrich Drepper <drepper@gmail.com>
32397
32398 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
32399 if the result is not used.
32400
04d08991
AJ
324012011-07-05 Andreas Jaeger <aj@suse.de>
32402
32403 [BZ#9696]
32404 * stdlib/tst-strtod.c: Add testcase.
32405
de283087
AD
324062011-07-07 Ulrich Drepper <drepper@gmail.com>
32407
4e5f31c8 32408 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 32409 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
32410 The latter has a higher limit. Take additional parameter to pass to
32411 the new function.
32412 (__pathconf): Pass file to __statfs_link_max.
32413 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
32414 __statfs_link_max.
32415 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
32416 __statfs_link_max.
32417
de283087
AD
32418 [BZ #12868]
32419 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
32420 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32421 Handle Lustre.
32422 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
32423 (__statfs_filesize_max): Likewise.
32424 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
32425
c75fa153
AJ
324262011-07-05 Andreas Jaeger <aj@suse.de>
32427
32428 * resolv/res_comp.c (dn_skipname): Remove unused variable.
32429
1a544854
UD
324302011-07-06 Marek Polacek <mpolacek@redhat.com>
32431
32432 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
32433 `status' variable.
32434 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
32435 Likewise.
32436
6f0eec67
UD
324372011-07-04 H.J. Lu <hongjiu.lu@intel.com>
32438
32439 * Makefile (strop-tests): Add strncat.
32440 * string/test-strncat.c: New file.
32441
aae30307
UD
324422011-06-30 Marek Polacek <mpolacek@redhat.com>
32443
32444 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
32445
c0cfb5eb
UD
324462011-06-21 Andreas Jaeger <aj@suse.de>
32447
32448 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
32449 Copy rule from iconvdata/Makefile.
32450
01636b21
UD
324512011-07-06 Ulrich Drepper <drepper@gmail.com>
32452
32453 [BZ #12922]
32454 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
32455 but no long options are defined, just return 'W'.
32456
9895c8bc
UD
324572011-06-22 Marek Polacek <mpolacek@redhat.com>
32458
32459 [BZ #9696]
32460 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
32461
5d4cf042
UD
324622011-07-06 Ulrich Drepper <drepper@gmail.com>
32463
32464 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
32465 netgroups to read.
960e5535 32466 (innetgr): Likewise.
5d4cf042 32467
751eb97e
RM
324682011-07-05 Roland McGrath <roland@hack.frob.com>
32469
32470 * config.make.in (install_root): Default to $(DESTDIR).
32471
f15f1e45
UD
324722011-07-05 Ulrich Drepper <drepper@gmail.com>
32473
32474 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
32475
4e34ac6a
RM
324762011-07-02 Roland McGrath <roland@hack.frob.com>
32477
5e9b6af4
RM
32478 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
32479
84f9ea0f
RM
32480 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
32481 containing directory rather than embedding absolute directory names.
32482
ea5ee9f7
RM
32483 * scripts/check-local-headers.sh: Rewritten using awk.
32484 Match by word, not by line. Print error messages for matches.
32485 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
32486
1b74661a
RM
32487 * Makerules [shlib-lds-flags empty]:
32488 ($(common-objpfx)libc_pic.opts): New target.
32489 ($(common-objpfx)libc_pic.os.clean): New target.
32490 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
32491
32492 * config.make.in (OBJCOPY): New variable.
32493 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
32494 * configure: Regenerated.
32495
f781ef40
RM
32496 * config.make.in (use-default-link): New variable.
32497 * configure.in (use_default_link): Grok --with-default-link to set it.
32498 * configure: Regenerated.
32499 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
32500 (shlib-lds, shlib-lds-flags): Define to empty.
32501
2d4fa81e
RM
32502 * Makerules (shlib-lds): New variable.
32503 (shlib-lds-flags): New variable.
32504 (build-shlib, build-moduile, build-module-asneeded): Use it.
32505 ($(common-objpfx)libc.so): Use $(shlib-lds).
32506 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
32507 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
32508
31fffa6b
RM
32509 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
32510 DT_FLAGS/DT_FLAGS_1 with zero flags.
32511
4e34ac6a
RM
32512 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
32513 linker script munging.
32514
fcfc776b
UD
325152011-07-02 Ulrich Drepper <drepper@gmail.com>
32516
32517 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
32518 as 128-bit value.
32519 * crypt/sha512.c (sha512_process_block): Perform total addition using
32520 128-bit if possible.
32521 (__sha512_finish_ctx): Likewise.
32522 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
32523 as 64-bit value.
32524 * crypt/sha256.c (SWAP64): Define.
32525 (sha256_process_block): Perform total addition using 64-bit if
32526 possible.
32527 (__sha256_finish_ctx): Likewise.
32528
99231d9a
UD
325292011-07-01 Ulrich Drepper <drepper@gmail.com>
32530
32531 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
32532 * nscd/initgrcache.c (addinitgroupsX): Likewise.
32533 * nscd/hstcache.c (cache_addhst): Likewise.
32534 * nscd/grpcache.c (cache_addgr): Likewise.
32535 * nscd/aicache.c (addhstaiX): Likewise
32536 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
32537
445b4a53
TK
325382011-07-01 Thorsten Kukuk <kukuk@suse.de>
32539
32540 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
32541 * nscd/initgrcache.c (addinitgroupsX): Likewise.
32542 * nscd/hstcache.c (cache_addhst): Likewise.
32543 * nscd/grpcache.c (cache_addgr): Likewise.
32544 * nscd/aicache.c (addhstaiX): Likewise
32545
6d4d8e8e
AS
325462011-07-01 Andreas Schwab <schwab@redhat.com>
32547
32548 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
32549 domain only when needed.
32550
89f654c5
AS
325512011-06-30 Andreas Schwab <schwab@redhat.com>
32552
32553 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
32554 is always restored.
32555
cf3b23ff
UD
325562011-06-29 Ulrich Drepper <drepper@gmail.com>
32557
32558 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
32559 are re-adding the entry.
32560 * nscd/servicescache.c (cache_addserv): Likewise.
32561
751626f9
AJ
325622011-06-30 Aurelien Jarno <aurelien@aurel32.net>
32563
32564 * sysdeps/generic/dl-irel.h: fix protection against multiple
32565 inclusions.
32566 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
32567
9113ea1f
UD
325682011-06-28 Ulrich Drepper <drepper@gmail.com>
32569
5c0b8d90
UD
32570 [BZ #12935]
32571 * malloc/memusage.sh: Fix quoting in message.
32572 * debug/xtrace.sh: Likewise.
32573
9113ea1f
UD
32574 * configure.in: Remove support for --experimental-malloc option, make
32575 it the default.
32576 * config.make.in: Likewise.
32577 * malloc/Makefile: Likewise.
32578
a4172181
AS
325792011-06-27 Andreas Schwab <schwab@redhat.com>
32580
32581 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
32582 two-byte characters.
32583
78a7eee7
RM
325842011-06-27 Roland McGrath <roland@hack.frob.com>
32585
62bede13
RM
32586 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
32587 AC_CACHE_CHECK invocation.
32588 * configure: Regenerated.
32589
78a7eee7
RM
32590 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
32591
5ce33a62
UD
325922011-06-27 Ulrich Drepper <drepper@gmail.com>
32593
034807a9
UD
32594 [BZ #12350]
32595 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
32596 bit from old_res_options.
32597
4902da17
UD
32598 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
32599
5ce33a62
UD
32600 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
32601 value type for setfct.
32602
c2344f56
L
326032011-06-23 H.J. Lu <hongjiu.lu@intel.com>
32604
32605 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
32606 __gettimeofday instead of gettimeofday.
32607
68468076
UD
326082011-06-26 Ulrich Drepper <drepper@gmail.com>
32609
32610 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
32611
acb0d739
L
326122011-06-24 H.J. Lu <hongjiu.lu@intel.com>
32613
32614 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
32615
32616 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
32617 info.
32618
8912479f
L
326192011-06-22 H.J. Lu <hongjiu.lu@intel.com>
32620
32621 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32622 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32623 strcpy-sse2-unaligned strncpy-sse2-unaligned
32624 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
32625 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
32626 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
32627 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
32628 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
32629 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
32630 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
32631 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
32632 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
32633 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
32634 (STRCPY): Support SSE2 and SSSE3 versions.
32635
d5495a11
UD
326362011-06-24 Ulrich Drepper <drepper@gmail.com>
32637
32638 [BZ #12874]
32639 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
32640 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
32641 kernels which artificially limit size of requests.
32642
0b1cbaae
L
326432011-06-22 H.J. Lu <hongjiu.lu@intel.com>
32644
32645 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32646 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32647 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
32648 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
32649 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
32650 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
32651 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
32652 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
32653 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
32654 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
32655 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
32656 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
32657 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
32658 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
32659 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
32660 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32661 Enable unaligned load optimization for Intel Core i3, i5 and i7
32662 processors.
32663 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
32664 Define.
32665 (index_Fast_Unaligned_Load): Define.
32666 (HAS_FAST_UNALIGNED_LOAD): Define.
32667
07f494a0
MP
326682011-06-23 Marek Polacek <mpolacek@redhat.com>
32669
32670 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
32671
fa3fc0fe
UD
326722011-06-22 Ulrich Drepper <drepper@gmail.com>
32673
32674 [BZ #12907]
32675 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
32676 until it is clear that the information is realy needed.
32677 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
32678
e12df166
AS
326792011-06-22 Andreas Schwab <schwab@redhat.com>
32680
32681 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
32682
852eb34d
UD
326832011-06-22 Ulrich Drepper <drepper@gmail.com>
32684
84e2a551
UD
32685 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
32686 /sys/devices/system/cpu/online if it is usable.
32687
852eb34d
UD
32688 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
32689 reading the information from the /proc filesystem to once a second.
32690
6e502e19
UD
326912011-06-21 Andreas Jaeger <aj@suse.de>
32692
32693 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
32694 NULL after inclusion of kernel headers.
32695
75d39ff2
UD
326962011-06-21 Ulrich Drepper <drepper@gmail.com>
32697
51f9aa6a
UD
32698 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
32699 calls to internal_setent.
32700
c0244a9d
UD
32701 [BZ #12885]
32702 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
32703 addresses using gethostbyname4_r ignore IPv4 addresses.
32704
c5e3c2ae
UD
32705 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
32706 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
32707
75d39ff2
UD
32708 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
32709
42675c6f
DM
327102011-06-20 David S. Miller <davem@davemloft.net>
32711
32712 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
32713 inclusions.
32714 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
32715
32716 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
32717 (elf_irel): Use it.
32718 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
32719 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
32720 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
32721 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
32722 * sysdeps/x86_64/dl-irel.h: Likewise.
32723
32724 * elf/dl-runtime.c: Use elf_ifunc_invoke.
32725 * elf/dl-sym.c: Likewise.
32726
57912a71
UD
327272011-06-15 Ulrich Drepper <drepper@gmail.com>
32728
32729 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
32730 need to dereference resplen2.
32731
ee22793d
AS
327322011-06-14 Andreas Schwab <schwab@redhat.com>
32733
32734 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
32735
a9e836b0
UD
327362011-06-15 Ulrich Drepper <drepper@gmail.com>
32737
77fb9117
UD
32738 * Makeconfig: Define vardbdir and inst_vardbdir.
32739 * nss/Makefile: Add rules to install db-Makefile.
32740
40c1b22c
UD
32741 * nss/nss_db/db-XXX.c: Cleanup.
32742
9f2da732
UD
32743 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
32744 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
32745 GLIBC_PRIVATE.
32746 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
32747 * nss/makedb.c: Implement -g option to specify that value strings
32748 are generated and should not be added to table iterated over for
32749 get*ent calls.
32750 * nss/nss_db/db-initgroups.c: New file.
32751
82e9a1f7
UD
32752 * nss/getent.c: Add support for initgroups lookups through getgrouplist
32753 interface.
32754
c41af17e
UD
32755 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
32756 (internal_getgrouplist): Adjust to name change.
32757 Update use_initgroups_entry if this is not the first call.
32758 * nss/databases.def: Add initgroups entry.
32759
a9e836b0
UD
32760 * nss/makedb.c (compute_tables): Check result of multiple hash table
32761 sizes to minimize maximum chain length.
32762
2666d441
UD
327632011-06-14 Ulrich Drepper <drepper@gmail.com>
32764
32765 * Versions.def: Add entry for libnss_db.
32766 * shlib-versions: Likewise.
32767 * nss/Makefile: Add rules to build libnss_db.
32768 * nss/Versions: Add libnss_db information. Organize libnss_files
32769 entries better.
32770 * nss/db-Makefile: Add gshadow support. Change rules for the new
32771 makedb progra. Some minor improvements to generate smaller files.
32772 * nss/nss_db/nss_db.h: Move NSS database header data structures to
32773 here from...
32774 * nss/makedb.c: ...here.
32775 Improve database format to be smaller and require less memory at
32776 runtime.
32777 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
32778 db anymore.
32779 * nss/nss_db/db-netgrp.c: Likewise.
32780 * nss/nss_db/db-open.c: Likewise.
32781 * nss/nss_files/flies-XXX.x: Adjust comments.
32782 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
32783 * nss/nss_files/files-grp.c: Likewise.
32784 * nss/nss_files/files-hosts.c: Likewise.
32785 * nss/nss_files/files-network.c: Likewise.
32786 * nss/nss_files/files-proto.c: Likewise.
32787 * nss/nss_files/files-pwd.c: Likewise.
32788 * nss/nss_files/files-rpc.c: Likewise.
32789 * nss/nss_files/files-service.c: Likewise.
32790 * nss/nss_files/files-sgrp.c: Likewise.
32791 * nss/nss_files/files-spwd.c: Likewise.
32792 * nss/nss_db/db-alias.c: Removed.
32793 * nss/nss_db/dummy-db.h: Removed.
32794
9ee76b5a
UD
327952011-06-02 Ulrich Drepper <drepper@gmail.com>
32796
32797 * nss/makedb.c: Rewritten to not use database library.
32798 * nss/Makefile: Update to build new makedb program.
32799
c71ca1f8
AJ
328002011-06-14 Andreas Jaeger <aj@suse.de>
32801
32802 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
32803 memset declaration.
32804
3154bfb8
UD
328052011-06-10 Andreas Schwab <schwab@redhat.com>
32806
32807 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
32808 tmpbuf.
32809
b350afab
RM
328102011-06-10 Roland McGrath <roland@hack.frob.com>
32811
decd4e50
RM
32812 * Makerules (shlib.lds): Fail if the linker script comes out empty.
32813 * elf/Makefile ($(objpfx)ld.so): Likewise.
32814
5615eaf2
RM
32815 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
32816 Don't list ld.so twice in dependencies.
32817
32818 * posix/bug-regex31.c: Include <stdlib.h>.
32819
32820 * nscd/hstcache.c (cache_addhst): Remove unused variable.
32821
32822 * nis/nss_compat/compat-spwd.c
32823 (getspent_next_nss_netgr): Remove unused variable.
32824 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
32825
32826 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
32827 nonmembers" output to use the right array.
32828
32829 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
32830
32831 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
32832
32833 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
32834 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
32835 * catgets/gencat.c (read_input_file): Likewise.
32836 * locale/programs/locarchive.c (enlarge_archive): Likewise.
32837
32838 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
32839 variable definition inside #if's controlling its use.
32840
32841 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
32842
32843 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
32844
32845 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
32846
32847 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
32848 unreachable code.
32849
32850 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
32851
b68e08db
RM
32852 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
32853 * configure: Regenerated.
32854
b350afab
RM
32855 * Makerules: Revert last change.
32856 * elf/Makefile: Likewise.
32857
28368601
RM
328582011-06-09 Roland McGrath <roland@hack.frob.com>
32859
32860 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
32861 * elf/Makefile ($(objpfx)librtld.os): Likewise.
32862 (reloc-link): Likewise.
32863
11988f8f
UD
328642011-06-09 Ulrich Drepper <drepper@gmail.com>
32865
32866 * elf/Makefile: Add rules to build pldd.
32867 * elf/pldd.c: New file.
32868 * elf/pldd-xx.c: New file.
32869
e80fab37
UD
328702011-06-07 Ulrich Drepper <drepper@gmail.com>
32871
32872 * version.h: Update for 2.15 development version.
32873
9b849836
DM
328742011-06-07 David S. Miller <davem@davemloft.net>
32875
32876 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
32877 ifuncs.
32878 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
32879 elf_machine_lazy_rel): Likewise.
32880 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
32881 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
32882 elf_machine_lazy_rel): Likewise.
32883 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
32884 dl_hwcap via passed in argument.
32885 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
32886 Likewise.
32887
5a31b283
AK
328882011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32889
32890 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
32891
069e52f8
RM
328922011-06-06 Roland McGrath <roland@hack.frob.com>
32893
32894 [BZ #12849]
32895 * manual/fdl-1.1.texi: New file, verbatim from:
32896 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
32897 * manual/lgpl-2.1.texi: New file, verbatim from:
32898 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
32899 * manual/Makefile (licenses): New variable, list those new file names.
32900 (texis): Use it.
32901 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
32902
32903 * manual/fdl.texi: File removed.
32904 * manual/lesser.texi: File removed.
32905 * manual/libc.texinfo (Copying, Documentation License):
32906 Use new @include file names, put @appendix directive before @include.
32907
f16846a5
JJ
329082011-06-04 Jakub Jelinek <jakub@redhat.com>
32909
32910 [BZ #12841]
32911 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
32912 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
32913 (mq_open): Add __NTH.
32914
3d29045b
L
329152011-06-02 H.J. Lu <hongjiu.lu@intel.com>
32916
32917 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32918 Assume Intel Core i3/i5/i7 processor if AVX is available.
32919
8c297311
UD
329202011-05-31 Ulrich Drepper <drepper@gmail.com>
32921
32922 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
32923 typo.
32924
c8fc0c91
UD
329252011-05-31 Andreas Schwab <schwab@redhat.com>
32926
32927 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
32928 memory. Use alloca_account. Fix memory leak when retrying.
32929
5b27a807
UD
329302011-05-31 Ulrich Drepper <drepper@gmail.com>
32931
356f8bc6
UD
32932 * version.h (RELEASE): Bump for 2.14 release.
32933 * include/features.h (__GLIBC_MINOR__): Bump to 14.
32934
5b27a807
UD
32935 * config.make.in (RANLIB): Remove entry.
32936
01f16ab0
UD
329372011-05-30 Ulrich Drepper <drepper@gmail.com>
32938
41fce8bd
UD
32939 * po/Makefile (po-sed-cmd): Add ksh to extensions.
32940 (libc.pot): Work around missing support for .ksh extension in xgettext.
32941
4769ae77
UD
32942 [BZ #12684]
32943 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
32944 if both request failed.
32945 (send_dg): In case of server errors clear resplen or *resplen2.
32946
6b1e7d19
UD
32947 [BZ #12454]
32948 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
32949 when there are multiple maps.
32950 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
32951 (_dl_fini): Remove test here.
32952
01f16ab0
UD
32953 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
32954
b1ebd700
UD
329552011-05-29 Ulrich Drepper <drepper@gmail.com>
32956
7ae22829
UD
32957 [BZ #12350]
32958 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
32959 bit from old_res_options.
32960 (gaih_inet): Likewise.
32961
553149f6 32962 [BZ #11099]
18a84741 32963 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
32964 as signed.
32965
652ffab1
UD
32966 * resolv/res_init.c (res_setoptions): Make the code more compact.
32967
16985fd0
UD
32968 [BZ #11558]
32969 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
32970 set RES_USEVC.
32971
0464f746
UD
32972 [BZ #11634]
32973 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
32974
7d17596c
UD
32975 * malloc/malloc.h: Mark malloc hook variables as deprecated.
32976
cf6bbbd7
UD
32977 [BZ #11781]
32978 * malloc/malloc.h: Declare malloc hook variables as volatile.
32979
13f1ab36
UD
32980 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
32981 in last patch.
32982
b1ebd700
UD
32983 [BZ #11799]
32984 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 32985 raise in the comment.
80e2212d
UD
32986 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
32987 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
32988 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 32989
ce67228d
UD
329902011-05-28 Ulrich Drepper <drepper@gmail.com>
32991
8887a920
UD
32992 [BZ #12811]
32993 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
32994 grow the buffers more if it already has to be sufficient.
32995 (build_wcs_upper_buffer): Likewise.
32996 * posix/regexec.c (check_matching): Likewise.
32997 (clean_state_log_if_needed): Likewise.
32998 (extend_buffers): Don't enlarge buffers beyond size of the input
32999 buffer.
33000 Patches mostly by Emil Wojak <emil@wojak.eu>.
33001 * posix/bug-regex32.c: New file.
33002 * posix/Makefile (tests): Add bug-regex32.
33003
4f031072
UD
33004 * locale/findlocale.c (_nl_find_locale): Return right away if
33005 _nl_explode_name failed.
33006 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
33007
d0478f0c
UD
33008 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
33009
de81b246
UD
33010 * debug/xtrace.sh: Unify messages.
33011 * malloc/memusage.sh: Likewise.
33012
c738465a
UD
33013 [BZ #12813]
33014 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
33015 time symbol from vDSO. Substitute with vsyscall if not available.
33016 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
33017 __vdso_time.
33018
f1f929d7
UD
33019 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
33020 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
33021 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
33022 Add sendmmsg and internal_sendmmsg.
33023 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
33024 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
33025 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
33026
ce67228d
UD
33027 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
33028 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
33029 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
33030
e57420c6
UD
330312011-05-27 Ulrich Drepper <drepper@gmail.com>
33032
a8509ca5
UD
33033 [BZ #12813]
33034 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
33035 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
33036 available.
33037 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
33038 __vdso_getcpu.
33039
e57420c6
UD
33040 [BZ #12814]
33041 * iconvdata/Makefile (tests): Add bug-iconv9.
33042 * iconvdata/bug-iconv9.c: New file.
33043
4d07db15
AS
330442011-05-27 Andreas Schwab <schwab@redhat.com>
33045
33046 [BZ #12814]
33047 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
33048
ea486f69
JJ
330492011-05-25 Jakub Jelinek <jakub@redhat.com>
33050
33051 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
33052 (struct user_regs_struct): Change intcs field back to cs.
33053
6f038433
UD
330542011-05-25 Ulrich Drepper <drepper@gmail.com>
33055
33056 * po/ja.po: Update from translation team.
33057
67f86a25
UD
330582011-05-23 Ulrich Drepper <drepper@gmail.com>
33059
33060 [BZ #12795]
33061 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
33062 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
33063
def7fbd6
AS
330642011-05-20 Andreas Schwab <schwab@redhat.com>
33065
33066 * stdlib/longlong.h: Update from GCC.
33067
f50ef8f1
AS
330682011-05-23 Andreas Schwab <schwab@redhat.com>
33069
33070 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
33071 parameter name.
33072 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
33073 Add parameter name.
33074 (__sysconf): Pass it down.
33075
de7ce8f1
UD
330762011-05-22 Ulrich Drepper <drepper@gmail.com>
33077
f2962a71
UD
33078 [BZ #12671]
33079 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
33080 some situations.
33081 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
33082 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
33083 add in in __libc_use_alloca calls. Adjust callers.
33084 (glob): Use malloc in some situations.
33085
de7ce8f1
UD
33086 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
33087 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
33088 pltexit.
33089
aec84f53
UD
330902011-05-21 Ulrich Drepper <drepper@gmail.com>
33091
05bb4a68
UD
33092 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
33093 and CLOCK_BOOTTIME_ALARM.
33094
7ea72f99
UD
33095 [BZ #12782]
33096 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
33097 is returned.
33098
7e4afad5
UD
33099 * string/_strerror.c (__strerror_r): Print negative errors as signed
33100 numbers.
33101
8e211fec
UD
33102 [BZ #12777]
33103 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
33104 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
33105 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
33106
f7d82dc9
UD
33107 * configure.in: Fix typo in redirection and correct removal of test
33108 files in two cases.
33109
cc9e536d
UD
33110 [BZ #12788]
33111 * locale/setlocale.c (new_composite_name): Fix test to check for
33112 identical name of all categories.
33113
aec84f53
UD
33114 [BZ #12792]
33115 * libio/filedoalloc.c (local_isatty): New function.
33116 (_IO_file_doallocate): Use local_isatty.
33117 * stdio-common/perror.c (perror): In case a new stream is used
33118 forward the stream error.
33119 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
33120 error flag.
33121
78e64fdc
RT
331222011-05-20 Ulrich Drepper <drepper@gmail.com>
33123
34a9094f
UD
33124 [BZ #11869]
33125 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
33126 alloca.
33127 * include/alloca.h (extend_alloca_account): Define.
33128
78e64fdc
RT
33129 [BZ #11857]
33130 * posix/regex.h: Fix comments with documentation of user-accessible
33131 fields after compilation and describe correct free'ing of pattern
33132 after re_compile_pattern.
33133 Patch by Reuben Thomas <rrt@sc3d.org>.
33134
457bddfc
RA
331352011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
33136
33137 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
33138 and -mno-altivec to prevent the compiler from using Altivec and/or
33139 VSX instructions when the corresponding registers are not available.
33140
a4527b51
AS
331412011-05-19 Andreas Schwab <schwab@redhat.com>
33142
33143 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
33144
ed690b2f
UD
331452011-05-19 Ulrich Drepper <drepper@gmail.com>
33146
33147 * libio/freopen.c (freopen): Use __dup2, not dup2.
33148 * libio/freopen64.c (freopen64): Likewise.
33149
8db73634
L
331502011-05-17 H.J. Lu <hongjiu.lu@intel.com>
33151
33152 [BZ #12775]
33153 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
33154 * math/Makefile (tests): Add test-powl.
33155 (CFLAGS-test-powl.c): Define.
33156 * math/test-powl.c: New file.
33157
0a197a9d
L
331582011-05-16 H.J. Lu <hongjiu.lu@intel.com>
33159
33160 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
33161
ee30c380
UD
331622011-05-17 Ulrich Drepper <drepper@gmail.com>
33163
33164 [BZ #11837]
33165 * iconvdata/gb18030.c: Update to GB18020-2005.
33166
6ce75379
UD
331672011-05-16 Ulrich Drepper <drepper@gmail.com>
33168
a4b89fd8
AR
33169 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
33170 RE_SYNTAX_POSIX_AWK): Update to match recent development.
33171 Patch by Aharon Robbins <arnold@skeeve.com>.
33172
ea389b12
UD
33173 [BZ #11892]
33174 * stdlib/putenv.c (putenv): Don't always create copy of the variable
33175 on the stack.
33176
68a3f91f
UD
33177 [BZ #11895]
33178 * misc/pselect.c (__pselect): Handle timeout value errors hidden
33179 through underflows.
33180
15cc7dd1
UD
33181 [BZ #12766]
33182 * misc/error.c (error_at_line): Ensure file_name and old_file_name
33183 point to strings before performing equality test for error_one_per_line
33184 mode.
33185
f3799213
UD
33186 [BZ #11697]
33187 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
33188
d79a9c94
UD
33189 [BZ #11820]
33190 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
33191 (struct user_fpregs_struct): Avoid __uint*_t types.
33192
56e5eb46
UD
33193 [BZ #6420]
33194 * malloc/mtrace.c (tr_where): Add additional parameter to point to
33195 symbol info. Use it instead of calling _dl_addr locally.
33196 (lock_and_info): New function.
33197 (tr_freehook): Call lock_and_info and pass symbol info as additional
33198 parameter to tr_where.
33199 (tr_mallochook): Likewise.
33200 (tr_reallochook): Likewise.
33201 (tr_memalignhook): Likewise.
33202
6ce75379
UD
33203 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
33204 used and couldn't be at all thread-safe.
33205
f8a3b5bf
UD
332062011-05-15 Ulrich Drepper <drepper@gmail.com>
33207
94b7cc37
UD
33208 * libio/freopen.c (freopen): Don't close old file descriptor
33209 before the new one is opened. Instead dup the new file descriptor
33210 to the old one after the new stream is created.
33211 * libio/freopen64.c (freopen64): Likewise.
33212 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
33213 * libio/fileops.c (_IO_new_file_close_it): Handle new
33214 _IO_FLAGS2_NOCLOSE flag.
33215 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
33216 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
33217 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
33218 _IO_FLAGS2_NOCLOSE flag.
33219 * include/unistd.h: Add hidden_proto for dup3.
33220 Define __have_dup3.
33221 * io/dup3.c: Define hidden symbol.
33222 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
33223
bd25564e
UD
33224 [BZ #7101]
33225 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
33226 when an incomplete long option is used.
33227 * posix/tst-getopt_long1.c: New file.
33228 * posix/Makefile (tests): Add tst-getopt_long1.
33229
c84cfef4
UD
33230 [BZ #10138]
33231 * scripts/config.guess: Update from autoconf-2.68.
33232 * scripts/config.sub: Likewise.
33233
3b85df27
UD
33234 [BZ #10157]
33235 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
33236 tests into ...
33237 (has_cpuclock): ...this. New function.
33238 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
33239 macro here based on has_cpuclock code.
33240
15a856b1
UD
33241 [BZ #10149]
33242 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33243 First byte (not low byte) is now always NUL.
33244 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
33245
05f399e6
UD
33246 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33247 Use non-cancelable interfaces.
33248
10a52685 33249 [BZ #9809]
94ecc67d
UD
33250 * locale/iso-639.def: Add entry for Sorani.
33251
f8a3b5bf
UD
33252 [BZ #11901]
33253 * include/stdlib.h: Move include protection to the right place.
33254 Define abort_msg_s. Declare __abort_msg with it.
33255 * stdlib/abort.c (__abort_msg): Adjust type.
33256 * assert/assert.c (__assert_fail_base): New function. Majority
33257 of code from __assert_fail. Allocate memory for __abort_msg with
33258 mmap.
33259 (__assert_fail): Now call __assert_fail_base.
33260 * assert/assert-perr.c: Remove bulk of implementation. Use
33261 __assert_fail_base.
33262 * include/assert.hL Declare __assert_fail_base.
33263 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
33264 mmap.
33265 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
33266
1af4e298
UD
332672011-05-14 Ulrich Drepper <drepper@gmail.com>
33268
f8a3b5bf 33269 [BZ #11952]
d26dfc60
MG
33270 [BZ #12453]
33271 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
33272 until all modules are registered in the DTV.
33273 * elf/Makefile: Add rules to build and run tst-tls19.
33274 * elf/tst-tls19.c: New file.
33275 * elf/tst-tls19mod1.c: New file.
33276 * elf/tst-tls19mod2.c: New file.
33277 * elf/tst-tls19mod3.c: New file.
33278 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
33279
2fc54d6f
UD
33280 [BZ #12083]
33281 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
33282 correctly.
33283
98d76b46
UD
33284 [BZ #12601]
33285 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
33286 two-byte sequence errors.
33287 * iconvdata/Makefile (tests): Add bug-iconv8.
33288 * iconvdata/bug-iconv8.c: New file.
33289
da3c19ef
UD
33290 [BZ #12626]
33291 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
33292 buf2 definition.
33293
ca408c15
UD
33294 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
33295
d6f67f7d
UD
33296 [BZ #12432]
33297 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
33298 (dummy_getcfa): New function.
33299 (init): Get _Unwind_GetCFA address, use dummy if not found.
33300 (backtrace_helper): In recursion check, also check whether CFA changes.
33301 (__backtrace): Completely initialize arg.
33302
1af4e298 33303 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
33304 storing incomplete byte sequence in state object. Avoid testing for
33305 guaranteed too small input if we know there is enough data available.
1af4e298 33306
da62f81b
AS
333072011-05-11 Andreas Schwab <schwab@redhat.com>
33308
33309 * Makeconfig (+link-pie): Indent.
33310 * Rules (binaries-pie): Define if $(have-fpie) and
33311 $(build-shared).
33312 (binaries-shared): Also filter out $(binaries-pie).
33313 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
33314 * nscd/Makefile (others-pie): Add nscd.
33315 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
33316 ($(objpfx)nscd): Remove command override.
33317 * login/Makefile (others-pie): Add pt_chown.
33318 ($(objpfx)pt_chown): Remove command override.
33319 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
33320 remove command overrides.
33321
fcabc0f8
UD
333222011-05-13 Ulrich Drepper <drepper@gmail.com>
33323
20030ae6
UD
33324 * libio/tst_putwc.c: Fix error messages.
33325
fcabc0f8
UD
33326 [BZ #12724]
33327 * libio/fileops.c (_IO_new_file_close_it): Always flush when
33328 currently writing and seek to current position when not.
33329 * libio/Makefile (tests): Add bug-fclose1.
33330 * libio/bug-fclose1.c: New file.
33331
320a5dc0
PB
333322011-05-12 Ulrich Drepper <drepper@gmail.com>
33333
33334 [BZ #12511]
33335 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
33336 don't set DF_1_NODELETE here.
33337 (do_lookup_x): When entering new entry test for copy relocation
33338 and if necessary set DF_1_NODELETE flag.
33339 * elf/tst-unique4.cc: New file.
33340 * elf/tst-unique4.h: New file.
33341 * elf/tst-unique4lib.cc: New file.
33342 * elf/Makefile: Add rules to build and run tst-unique4.
33343 Patch by Piotr Bury <pbury@goahead.com>.
33344
22836f52
UD
333452011-05-11 Ulrich Drepper <drepper@gmail.com>
33346
f574184a
UD
33347 [BZ #12052]
33348 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
33349
e1fb097f
UD
33350 [BZ #12625]
33351 * misc/mntent_r.c (addmntent): Flush the stream after the output
33352
22836f52
UD
33353 [BZ #12393]
33354 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
33355 (is_trusted_path_normalize): Skip initial colon. Append slash
33356 to empty buffer. Duplicate is_trusted_path code but allow
33357 constructed patch to be prefix.
33358 (is_dst): Allow $ORIGIN followed by /.
33359 (_dl_dst_substitute): Correct clearing of check_for_trusted.
33360 Correct testing of result of is_trusted_path_normalize
33361 (decompose_rpath): Fix warning.
33362
7b3b0b2a
UD
333632011-05-10 Ulrich Drepper <drepper@gmail.com>
33364
33365 [BZ #11257]
33366 * grp/initgroups.c (internal_getgrouplist): When we found the service
33367 list through the initgroups entry in nsswitch.conf do not always
33368 continue on a successful lookup. Don't always use the
eac80ce2 33369 __nss_group_database value if it is set.
7b3b0b2a
UD
33370 * nss/nsswitch.conf (initgroups): Change action for successful db
33371 lookup to continue for compatibility.
33372
2a81eaa5
UD
333732011-05-09 Ulrich Drepper <drepper@gmail.com>
33374
be97a69e
UD
33375 [BZ #11532]
33376 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
33377 and CP774 modules.
33378 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
33379 and CP774 modules.
33380 * iconvdata/tst-tables.sh: Likewise.
33381 * iconvdata/cp770.c: New file.
33382 * iconvdata/cp771.c: New file.
33383 * iconvdata/cp772.c: New file.
33384 * iconvdata/cp773.c: New file.
33385 * iconvdata/cp774.c: New file.
33386 * iconvdata/testdata/CP770: New file.
33387 * iconvdata/testdata/CP770..UTF8: New file.
33388 * iconvdata/testdata/CP771: New file.
33389 * iconvdata/testdata/CP771..UTF8: New file.
33390 * iconvdata/testdata/CP772: New file.
33391 * iconvdata/testdata/CP772..UTF8: New file.
33392 * iconvdata/testdata/CP773: New file.
33393 * iconvdata/testdata/CP773..UTF8: New file.
33394 * iconvdata/testdata/CP774: New file.
33395 * iconvdata/testdata/CP774..UTF8: New file.
33396
33397 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
33398 END CHARMAP line.
33399 * iconvdata/gen-8bit-gap.sh: Likewise.
33400 * iconvdata/gen-8bit.sh: Likewise.
33401
c1e9e399
UD
33402 * locale/iso-639.def: Add ary entry.
33403
24c55fb3 33404 [BZ #11258]
96b4b1b0
UD
33405 * locale/C-translit.h.in: Add U20A1 transliteration.
33406
bdc2f971
KB
33407 [BZ #12178]
33408 * locale/iso-639.def: Add wae entry.
33409 Patch by Kevin Bortis <bortis@translate-wae.ch>.
33410
2952b117
UD
33411 [BZ #12545]
33412 * locale/programs/localedef.c (construct_output_path): Use ssize_t
33413 for n.
33414
2a81eaa5
UD
33415 [BZ #12711]
33416 * locale/C-translit.h.in: Add entry for U20B9.
33417 Patch by pravin.d.s@gmail.com.
33418
28377d1b
UD
334192011-05-08 Ulrich Drepper <drepper@gmail.com>
33420
7fb90fb8
UD
33421 [BZ #12713]
33422 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
33423 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
33424 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
33425 in rtld. Use *stat64.
7fb90fb8 33426 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 33427 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 33428 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
33429 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
33430 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
33431 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
33432 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
33433 __fstatat64 macros.
7fb90fb8
UD
33434 * include/dirent.h: Add libc_hidden_proto for rewinddir.
33435 * dirent/rewinddir.c: Add libc_hidden_def.
33436 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 33437 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 33438
28377d1b
UD
33439 * include/dirent.h (__alloc_dir): Add flags parameter.
33440 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
33441 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
33442 __alloc_dir.
33443 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
33444 from fdopendir if O_CLOEXEC is already set.
33445
66bdbaa4
AM
334462011-03-15 Alan Modra <amodra@gmail.com>
33447
33448 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
33449 l_tls_firstbyte_offset non-zero. Save padding offset in
33450 l_tls_firstbyte_offset for later use.
33451 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
33452 freeing static tls block.
33453
95721191
JN
334542011-03-05 Jonathan Nieder <jrnieder@gmail.com>
33455
33456 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
33457 where #ifdef was intended. The intent is to prevent ARG_MAX from
33458 being defined by the kernel headers.
33459
f87dfb1f
UD
334602011-05-07 Ulrich Drepper <drepper@gmail.com>
33461
33462 [BZ #12734]
33463 * resolv/resolv.h: Define RES_NOTLDQUERY.
33464 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
33465 no-tld-query and set RES_NOTLDQUERY.
33466 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
33467 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
33468 modern BIND to search name as TLD unless forbidden.
33469
47c3cd7a
UD
334702011-05-07 Petr Baudis <pasky@suse.cz>
33471 Ulrich Drepper <drepper@gmail.com>
33472
33473 [BZ #12393]
33474 * elf/dl-load.c (fillin_rpath): Move trusted path check...
33475 (is_trusted_path): ...to here.
c1e9ea35 33476 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 33477 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 33478 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 33479
8a35c912
PP
334802011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
33481
33482 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
33483 __BEGIN/__END_DECLS.
33484
acd41f47
UD
334852011-05-06 Ulrich Drepper <drepper@gmail.com>
33486
33487 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
33488 NSS_STATUS_NOTFOUND if no record was found.
33489
597df647
AS
334902011-05-05 Andreas Schwab <schwab@redhat.com>
33491
33492 * sunrpc/Makefile (headers): Add rpc/netdb.h.
33493 (headers-not-in-tirpc): Remove rpc/netdb.h
33494 * resolv/netdb.h: Revert last change.
33495
b9af1301
PP
334962011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
33497
33498 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
33499 circular dependency between libgcc.a and libc.a.
33500
4e34d5f5
AS
335012011-05-05 Andreas Schwab <schwab@redhat.com>
33502
33503 * resolv/netdb.h: Don't include <rpc/netdb.h>.
33504 * nis/Makefile: Don't install rpcsvc/*.
33505 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
33506 instead of <rpc/types.h>.
33507 (MAXHOSTNAMELEN): Define.
33508
00ee369c
AS
335092011-05-03 Andreas Schwab <schwab@redhat.com>
33510
33511 * elf/ldconfig.c (add_dir): Don't crash on empty path.
33512
0b592a30
MB
335132011-04-28 Maciej Babinski <mbabinski@google.com>
33514
33515 [BZ #12714]
33516 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
33517 gethostbyname4_r when IPv6 results are possible.
33518
6e04cbbe
UD
335192011-05-02 Ulrich Drepper <drepper@gmail.com>
33520
33521 [BZ #12723]
33522 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
33523 _PC_PIPE_BUF handling.
33524
e4ecafe0
BH
335252011-04-30 Bruno Haible <bruno@clisp.org>
33526
33527 [BZ #12717]
33528 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
33529 * resolv/netdb.h (getnameinfo): Change type of flags parameter
33530 to 'int'.
33531 * inet/getnameinfo.c (getnameinfo): Likewise.
33532
125ee683
UD
335332011-04-29 Ulrich Drepper <drepper@gmail.com>
33534
33535 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
33536 to groups setting in database lookup.
33537 * nss/nsswitch.conf: Add initgroups entry.
33538
b722481a
EB
335392011-04-22 Ulrich Drepper <drepper@gmail.com>
33540
33541 [BZ #12685]
33542 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
33543 mode string.
33544 Patch by Eric Blake <eblake@redhat.com>.
33545
4df46dbd
L
335462011-04-20 H.J. Lu <hongjiu.lu@intel.com>
33547
33548 * sunrpc/Makefile (need-export-routines): Add svc_run.
33549 (routines): Remove svc_run.
33550 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
33551 * sunrpc/clnt_perr.c (clnt_perrno): Export.
33552 * sunrpc/svc_run.c (svc_run): Likewise.
33553 * sunrpc/svc_udp.c (svcudp_create): Likewise.
33554
e84142d2
UD
335552011-04-21 Ulrich Drepper <drepper@gmail.com>
33556
33557 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
33558 problem in reallocation in last patch.
33559
877175d8
UD
335602011-04-20 Ulrich Drepper <drepper@gmail.com>
33561
33562 * sunrpc/Makefile: Move inclusion of Rules.
33563
ab8eed78
UD
335642011-04-19 Ulrich Drepper <drepper@gmail.com>
33565
33566 * nss/nss_files/files-initgroups.c: New file.
33567 * nss/Makefile (libnss_files-routines): Add files-initgroups.
33568 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
33569 _nss_files_initgroups_dyn.
33570
e3d8f584
RS
335712011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
33572
33573 * elf/elf.h (R_ARM_IRELATIVE): Define.
33574
af190f45
UD
335752011-04-19 Ulrich Drepper <drepper@gmail.com>
33576
33577 * po/ru.po: Update from translation team.
33578
53cf59ef
UD
335792011-04-17 Ulrich Drepper <drepper@gmail.com>
33580
33581 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
33582 dependencies.
33583
4c559bcd
MF
335842011-02-06 Mike Frysinger <vapier@gentoo.org>
33585
33586 [BZ #12653]
33587 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
33588 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
33589 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
33590 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33591 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33592
4420675c
AS
335932011-03-28 Andreas Schwab <schwab@linux-m68k.org>
33594
33595 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
33596 differing bytes.
33597 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33598 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33599 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33600
75ea32ab
UD
336012011-04-17 Ulrich Drepper <drepper@gmail.com>
33602
33603 [BZ #12420]
33604 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
33605 storing it.
33606 * stdlib/bug-getcontext.c: New file.
33607 * stdlib/Makefile: Add rules to build and run bug-getcontext.
33608
27390476
AK
336092011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33610
33611 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
33612 instructions into .machine "z9-109".
33613 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
33614 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
33615
10442705
AK
336162011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33617
33618 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
33619 between environment variables and auxiliary vector.
33620
7b57bfe5
UD
336212011-04-16 Ulrich Drepper <drepper@gmail.com>
33622
33623 * Makefile: Add rules to build linkobj/libc.so.
33624 * include/libc-symbols.h: Define libc_hidden_nolink.
33625 * include/rpc/auth.h: Mark functions which are to be hidden.
33626 * include/rpc/auth_des.h: Likewise.
33627 * include/rpc/auth_unix.h: Likewise.
33628 * include/rpc/clnt.h: Likewise.
33629 * include/rpc/des_crypt.h: Likewise.
33630 * include/rpc/key_prot.h: Likewise.
33631 * include/rpc/pmap_clnt.h: Likewise.
33632 * include/rpc/pmap_prot.h: Likewise.
33633 * include/rpc/pmap_rmt.h: Likewise.
33634 * include/rpc/rpc_msg.h: Likewise.
33635 * include/rpc/svc.h: Likewise.
33636 * include/rpc/svc_auth.h: Likewise.
33637 * include/rpc/xdr.h: Likewise.
33638 * nis/Makefile: Link all DSOs against linkobj/libc.so.
33639 * nss/Makefile: Likewise.
33640 * sunrpc/Makefile: Don't install headers. Build library with normal
33641 entry points. Don't build rpcinfo. Link RPC tests appropriately.
33642 * sunrpc/auth_des.c: Hide exported symbols by default, export some
33643 for the compat linking library. Remove use of INTDEF/INTUSE.
33644 * sunrpc/auth_none.c: Likewise.
33645 * sunrpc/auth_unix.c: Likewise.
33646 * sunrpc/authdes_prot.c: Likewise.
33647 * sunrpc/authuxprot.c: Likewise.
33648 * sunrpc/clnt_gen.c: Likewise.
33649 * sunrpc/clnt_perr.c: Likewise.
33650 * sunrpc/clnt_raw.c: Likewise.
33651 * sunrpc/clnt_simp.c: Likewise.
33652 * sunrpc/clnt_tcp.c: Likewise.
33653 * sunrpc/clnt_udp.c: Likewise.
33654 * sunrpc/clnt_unix.c: Likewise.
33655 * sunrpc/des_crypt.c: Likewise.
33656 * sunrpc/des_soft.c: Likewise.
33657 * sunrpc/get_myaddr.c: Likewise.
33658 * sunrpc/key_call.c: Likewise.
33659 * sunrpc/key_prot.c: Likewise.
33660 * sunrpc/netname.c: Likewise.
33661 * sunrpc/pm_getmaps.c: Likewise.
33662 * sunrpc/pm_getport.c: Likewise.
33663 * sunrpc/pmap_clnt.c: Likewise.
33664 * sunrpc/pmap_prot.c: Likewise.
33665 * sunrpc/pmap_prot2.c: Likewise.
33666 * sunrpc/pmap_rmt.c: Likewise.
33667 * sunrpc/publickey.c: Likewise.
33668 * sunrpc/rpc_cmsg.c: Likewise.
33669 * sunrpc/rpc_common.c: Likewise.
33670 * sunrpc/rpc_dtable.c: Likewise.
33671 * sunrpc/rpc_prot.c: Likewise.
33672 * sunrpc/rpc_thread.c: Likewise.
33673 * sunrpc/rtime.c: Likewise.
33674 * sunrpc/svc.c: Likewise.
33675 * sunrpc/svc_auth.c: Likewise.
33676 * sunrpc/svc_authux.c: Likewise.
33677 * sunrpc/svc_raw.c: Likewise.
33678 * sunrpc/svc_run.c: Likewise.
33679 * sunrpc/svc_simple.c: Likewise.
33680 * sunrpc/svc_tcp.c: Likewise.
33681 * sunrpc/svc_udp.c: Likewise.
33682 * sunrpc/svc_unix.c: Likewise.
33683 * sunrpc/svcauth_des.c: Likewise.
33684 * sunrpc/xcrypt.c: Likewise.
33685 * sunrpc/xdr.c: Likewise.
33686 * sunrpc/xdr_array.c: Likewise.
33687 * sunrpc/xdr_float.c: Likewise.
33688 * sunrpc/xdr_intXX_t.c: Likewise.
33689 * sunrpc/xdr_mem.c: Likewise.
33690 * sunrpc/xdr_rec.c: Likewise.
33691 * sunrpc/xdr_ref.c: Likewise.
33692 * sunrpc/xdr_sizeof.c: Likewise.
33693 * sunrpc/xdr_stdio.c: Likewise.
33694
e6c61494
UD
336952011-04-10 Ulrich Drepper <drepper@gmail.com>
33696
33697 [BZ #12650]
33698 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
33699 * sysdeps/ia64/dl-tls.h: Likewise.
33700 * sysdeps/powerpc/dl-tls.h: Likewise.
33701 * sysdeps/s390/dl-tls.h: Likewise.
33702 * sysdeps/sh/dl-tls.h: Likewise.
33703 * sysdeps/sparc/dl-tls.h: Likewise.
33704 * sysdeps/x86_64/dl-tls.h: Likewise.
33705 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
33706
34fe483e
AS
337072011-03-14 Andreas Schwab <schwab@redhat.com>
33708
33709 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
33710 rpath element also skip the following colon.
33711 (expand_dynamic_string_token): Add is_path parameter and pass
33712 down to DL_DST_REQUIRED and _dl_dst_substitute.
33713 (decompose_rpath): Call expand_dynamic_string_token with
33714 non-zero is_path. Ignore empty rpaths.
33715 (_dl_map_object_from_fd): Call expand_dynamic_string_token
33716 with zero is_path.
33717
f12a32e6
AS
337182011-04-08 Andreas Schwab <schwab@linux-m68k.org>
33719
33720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33721 Make cancelable.
33722
38a7d692
UD
337232011-04-09 Ulrich Drepper <drepper@gmail.com>
33724
33725 [BZ #12655]
33726 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
33727 Patch by Filipe David Manana <fdmanana@apache.org>.
33728
e451d22b
AS
337292011-04-07 Andreas Schwab <schwab@redhat.com>
33730
33731 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
33732 Maintain aligned stack.
33733 (CHECK_RSP): Remove unused macro.
33734
dedc7c7b
UD
337352011-04-03 Ulrich Drepper <drepper@gmail.com>
33736
33737 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
33738 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
33739
94521213
UD
337402011-04-02 Ulrich Drepper <drepper@gmail.com>
33741
33742 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
33743
8cb700c0 33744 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 33745
0354e355
L
337462011-03-26 H.J. Lu <hongjiu.lu@intel.com>
33747
33748 [BZ #12518]
33749 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
33750 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
33751 * sysdeps/x86_64/memmove.c: New file.
33752 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
33753 (memcpy): Renamed to ...
33754 (__new_memcpy): This.
33755 (memcpy): Provide GLIBC_2_14 memcpy.
33756 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
33757 (memcpy): Provide GLIBC_2_2_5 memcpy.
33758
8593482f
UD
337592011-04-01 Ulrich Drepper <drepper@gmail.com>
33760
33761 [BZ #12631]
33762 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
33763
81a5726b
AS
337642011-03-30 Andreas Schwab <schwab@redhat.com>
33765
33766 * misc/syncfs.c: New file.
33767 * misc/Makefile (routines): Add syncfs.
33768 * posix/unistd.h: Declare syncfs.
33769 * sysdeps/unix/syscalls.list: Add syncfs.
33770
00e5419f
AS
337712011-04-01 Andreas Schwab <schwab@redhat.com>
33772
33773 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
33774 open_by_handle_at.
33775 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
33776 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33777 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33778 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33779 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33780 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
33781 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33782
748876bf
UD
337832011-04-01 Ulrich Drepper <drepper@gmail.com>
33784
658e451d
UD
33785 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
33786 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33787 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
33788 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33789 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33790 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33791 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33792
748876bf
UD
33793 * io/Makefile: Compile fallocate.c, fallocate64.c, and
33794 sync_file_range.c with -fexceptions.
33795 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
33796 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
33797 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
33798 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
33799 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
33800 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33801 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
33802 sync_file_range as cancellation point
33803 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
33804 now a wrapper around __call_sync_file_range with cancellation handling.
33805 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
33806 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
33807 function name to __call_sync_file_range.
33808 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
33809 Add call_sync_file_range.
748876bf 33810
6e63d5e1
AS
338112011-04-01 Andreas Schwab <schwab@redhat.com>
33812
33813 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 33814 bits/timex.h.
6e63d5e1 33815
46998f74
UD
338162011-04-01 Ulrich Drepper <drepper@gmail.com>
33817
4c1423ed
UD
33818 * iconv/iconv.h: Fix typo in comment.
33819 * io/fcntl.h: Likewise.
33820 * libio/stdio.h: Likewise.
33821 * posix/spawn.h: Likewise.
33822 * posix/unistd.h: Likewise.
33823 * stdlib/stdlib.h: Likewise.
33824 * time/time.h: Likewise.
33825 * wcsmbs/wchar.h: Likewise.
33826
158648c0
UD
33827 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
33828 open_by_handle): Add.
33829 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
33830 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
33831 Augment a few comments.
33832 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33833 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33834 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33835 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33836 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33837 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
33838 open_by_handle.
33839
46998f74
UD
33840 * io/fcntl.h (AT_EMPTY_PATH): Define.
33841
83fe108b
UD
338422011-03-30 Ulrich Drepper <drepper@gmail.com>
33843
33844 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
33845 * sysdeps/unix/sysv/linux/bits/time.h: New file.
33846 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
33847 to...
33848 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
33849 * Versions.def: Add GLIBC_2.14.
33850 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
33851 Export.
83fe108b 33852
bb242059
UD
338532011-03-22 Ulrich Drepper <drepper@gmail.com>
33854
33855 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
33856 round counter.
33857 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33858
c97a1282
L
338592011-03-20 H.J. Lu <hongjiu.lu@intel.com>
33860
33861 [BZ #12597]
33862 * string/test-strncmp.c (do_page_test): New function.
33863 (check2): Likewise.
33864 (test_main): Call check2.
33865 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
33866
2a115601
UD
338672011-03-20 Ulrich Drepper <drepper@gmail.com>
33868
33869 [BZ #12587]
33870 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
33871 Handle cache information in CPU leaf 4.
33872 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33873
8126d904
UD
338742011-03-18 Ulrich Drepper <drepper@gmail.com>
33875
042c49c6 33876 [BZ #12583]
8126d904
UD
33877 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
33878 character representation.
33879 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
33880
ccfe366e
RA
338812011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
33882
33883 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
33884 END(__isnan) to END(__isnanf) to match function entry point/label
33885 EALIGN(__isnanf,...).
33886
c6e13027
JJ
338872011-03-10 Jakub Jelinek <jakub@redhat.com>
33888
33889 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
33890
33f85a3f
UD
338912011-03-10 Ulrich Drepper <drepper@gmail.com>
33892
028478fa
UD
33893 [BZ #12510]
33894 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
33895 copy from the symbol referenced in the relocation to initialize the
33896 used variable.
33897 Patch by Piotr Bury <pbury@goahead.com>.
33898 * elf/Makefile: Add rules to build and tst-unique3.
33899 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
33900 * elf/tst-unique3.cc: New file.
33901 * elf/tst-unique3.h: New file.
33902 * elf/tst-unique3lib.cc: New file.
33903 * elf/tst-unique3lib2.cc: New file.
33904
33f85a3f
UD
33905 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
33906
03592fc7
MF
339072011-03-10 Mike Frysinger <vapier@gentoo.org>
33908
33909 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
33910 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
33911 to _start.
03592fc7 33912
6a5ee102
UD
339132011-03-06 Ulrich Drepper <drepper@gmail.com>
33914
33915 * elf/dl-load.c (_dl_map_object): If we are looking for the first
33916 to-be-loaded object along a path to loader is ld.so.
33917
7e4ba49c
HJ
339182011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
33919 Ulrich Drepper <drepper@gmail.com>
33920
33921 * sysdeps/x86_64/memset.S: After aligning destination, code
33922 branches to different locations depending on the value of
33923 misalignment, when multiarch is enabled. Fix this.
33924
339252011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
33926
33927 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
33928 Set _x86_64_preferred_memory_instruction for AMD processsors.
33929 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33930 Set bit_Prefer_SSE_for_memop for AMD processors.
33931
13a804de
UD
339322011-03-04 Ulrich Drepper <drepper@gmail.com>
33933
33934 * libio/fmemopen.c (fmemopen): Optimize a bit.
33935
9d25c392
AS
339362011-03-03 Andreas Schwab <schwab@redhat.com>
33937
33938 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
33939
a5543c6a
RM
339402011-03-03 Roland McGrath <roland@redhat.com>
33941
33942 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
33943
012d35f7
DM
339442011-02-28 Aurelien Jarno <aurelien@aurel32.net>
33945
7e4ba49c 33946 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
33947 __bzero_ultra1 instead of __memset_ultra1.
33948
4bff6e01
AS
339492011-02-23 Andreas Schwab <schwab@redhat.com>
33950 Ulrich Drepper <drepper@gmail.com>
33951
33952 [BZ #12509]
33953 * include/link.h (struct link_map): Add l_orig_initfini.
33954 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
33955 returning unsuccessfully.
33956 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
33957 close of a file loaded at startup, restore the original l_initfini
33958 list.
33959 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
33960 list, store the pointer.
33961 * elf/Makefile ($(objpfx)noload-mem): New rule.
33962 (noload-ENV): Define.
33963 (tests): Add $(objpfx)noload-mem.
33964 * elf/noload.c: Include <memcheck.h>.
33965 (main): Call mtrace. Close all opened handles.
33966
f2092faf
AS
339672011-02-17 Andreas Schwab <schwab@redhat.com>
33968
33969 [BZ #12454]
33970 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
33971 dependencies are missing.
33972
6c8a2e88
ST
339732011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
33974
f2092faf 33975 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
33976 Hurd needs munmap.
33977 * sysdeps/mach/hurd/ifreq.h: New file.
33978
84a42118
PB
339792011-01-27 Petr Baudis <pasky@suse.cz>
33980 Ulrich Drepper <drepper@gmail.com>
33981
071f805e 33982 [BZ 12445]#
84a42118
PB
33983 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
33984 to extend_alloca().
33985 * stdio-common/bug23.c: New file.
33986 * stdio-common/Makefile (tests): Add bug23.
33987
e23fe25b
AS
339882010-09-28 Andreas Schwab <schwab@redhat.com>
33989 Ulrich Drepper <drepper@gmail.com>
33990
33991 [BZ #12489]
33992 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
33993 before performing relro protection. At old place add assertion
33994 to make sure nothing changed.
33995
d3f02e10
NS
339962011-02-17 Nathan Sidwell <nathan@codesourcery.com>
33997 Glauber de Oliveira Costa <glommer@gmail.com>
33998
33999 * elf/elf.h: Add new ARM TLS relocs.
34000
d55fd7a5
RA
340012011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
34002
34003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
34004 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
34005 cast from r3.
34006 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
34007 'tests' variable.
34008 * sysdeps/wordsize-64/tst-writev.c: New file.
34009
2206397e
RA
340102011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
34011
34012 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
34013 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
34014 insns in _dl_start to prevent a TOC reference before relocs are
34015 resolved.
34016
e9433893
UD
340172011-02-15 Ulrich Drepper <drepper@gmail.com>
34018
34019 [BZ #12469]
34020 * Makeconfig: Remove RANLIB definition.
34021 * Makerules: Don't use RANLIB.
34022 * aclocal.m4: Remove ranlib test.
34023 * configure.in: No need to check for ranlib.
34024 * elf/rtld-Rules: Don't use RANLIB.
34025
f75286c6
ST
340262011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
34027
8e31c82d
ST
34028 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
34029 protection macro.
34030 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
34031 inclusion protection macro.
34032
f75286c6
ST
34033 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
34034 SIGRTMIN and SIGRTMAX and print information in that case only when
34035 SIGRTMIN is defined.
34036
c1d0e639
JJ
340372011-02-11 Jakub Jelinek <jakub@redhat.com>
34038
34039 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
34040 arginfo fn returning -1.
34041
34042 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
34043 and thousands string is zero terminated.
34044
edf9294e
AS
340452011-02-03 Andreas Schwab <schwab@redhat.com>
34046
34047 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
34048 sysdeps/unix/sysv/linux/bits/socket.h.
34049
2b7e92df
ST
340502011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
34051
edf9294e
AS
34052 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
34053 (__CPU_COUNT): Remove old macros.
34054 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
34055 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
34056 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
34057 (__sched_cpualloc, __sched_cpufree): Add declarations.
34058
a4c7ea7b
UD
340592011-02-05 Ulrich Drepper <drepper@gmail.com>
34060
34061 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
34062 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
34063 * nscd/aicache.c (addhstaiX): Return timeout of added value.
34064 (readdhstai): Return value of addhstaiX call.
34065 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
34066 (addgrbyX): Return value returned by cache_addgr.
34067 (readdgrbyname): Return value returned by addgrbyX.
34068 (readdgrbygid): Likewise.
34069 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
34070 (addpwbyX): Return value returned by cache_addpw.
34071 (readdpwbyname): Return value returned by addhstbyX.
34072 (readdpwbyuid): Likewise.
34073 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
34074 (addservbyX): Return value returned by cache_addserv.
34075 (readdservbyname): Return value returned by addservbyX:
34076 (readdservbyport): Likewise.
34077 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
34078 (addhstbyX): Return value returned by cache_addhst.
34079 (readdhstbyname): Return value returned by addhstbyX.
34080 (readdhstbyaddr): Likewise.
34081 (readdhstbynamev6): Likewise.
34082 (readdhstbyaddrv6): Likewise.
34083 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
34084 (readdinitgroups): Return value returned by addinitgroupsX.
34085 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
34086 (prune_cache): Keep track of timeout value of re-added entries.
34087 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
34088 * nscd/nscd.h: Adjust prototypes of readd* functions.
34089
a0bf67cc
RM
340902011-02-04 Roland McGrath <roland@redhat.com>
34091
34092 * nis/nis_server.c (nis_servstate): Use the right name for 0.
34093 (nis_stats): Likewise.
34094 * nis/nis_modify.c (nis_modify): Likewise.
34095 * nis/nis_remove.c (nis_remove): Likewise.
34096 * nis/nis_add.c (nis_add): Likewise.
34097
34098 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
34099
34100 * posix/fnmatch_loop.c: Add some consts.
34101
34102 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
34103
435b95eb
L
341042011-02-02 H.J. Lu <hongjiu.lu@intel.com>
34105
34106 [BZ #12460]
34107 * config.make.in (config-cflags-novzeroupper): Define.
34108 * configure.in: Substitute libc_cv_cc_novzeroupper.
34109 * elf/Makefile (AVX-CFLAGS): Define.
34110 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
34111 (CFLAGS-tst-auditmod4a.c): Likewise.
34112 (CFLAGS-tst-auditmod4b.c): Likewise.
34113 (CFLAGS-tst-auditmod6b.c): Likewise.
34114 (CFLAGS-tst-auditmod6c.c): Likewise.
34115 (CFLAGS-tst-auditmod7b.c): Likewise.
34116 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
34117
8517b15e
UD
341182011-02-02 Ulrich Drepper <drepper@gmail.com>
34119
34120 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
34121 function to the callback.
34122 Patch partly by Jiri Olsa <jolsa@redhat.com>.
34123
10a656fe
AS
341242011-02-02 Andreas Schwab <schwab@redhat.com>
34125
34126 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
34127 of errno.
34128
968dad0a
UD
341292011-01-19 Ulrich Drepper <drepper@gmail.com>
34130
9f94d2ea 34131 [BZ #11724]
968dad0a
UD
34132 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
34133 of constructors.
34134 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
34135 of destructors.
34136 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
34137
34138 [BZ #11724]
34139 * elf/Makefile: Add rules to build and run new test.
34140 * elf/tst-initorder.c: New file.
34141 * elf/tst-initorder.exp: New file.
34142 * elf/tst-initordera1.c: New file.
34143 * elf/tst-initordera2.c: New file.
34144 * elf/tst-initordera3.c: New file.
34145 * elf/tst-initordera4.c: New file.
34146 * elf/tst-initorderb1.c: New file.
34147 * elf/tst-initorderb2.c: New file.
34148 * elf/tst-order-a1.c: New file.
34149 * elf/tst-order-a2.c: New file.
34150 * elf/tst-order-a3.c: New file.
34151 * elf/tst-order-a4.c: New file.
34152 * elf/tst-order-b1.c: New file.
34153 * elf/tst-order-b2.c: New file.
34154 * elf/tst-order-main.c: New file.
34155 New test case by George Gensure <werkt0@gmail.com>.
34156
86e92359
UD
341572010-10-01 Andreas Schwab <schwab@redhat.com>
34158
34159 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
34160 decoding ACE if AI_CANONIDN.
34161
5d5732b0
UD
341622011-01-18 Ulrich Drepper <drepper@gmail.com>
34163
34164 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
34165
a77e8cbc
UD
341662011-01-17 Ulrich Drepper <drepper@gmail.com>
34167
6392473f
UD
34168 * version.h (RELEASE): Bump for 2.13 release.
34169 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
34170
620a0529
UD
34171 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
34172
18ba70a5
UD
34173 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
34174 MADV_NOHUGEPAGE.
32465c3e
UD
34175 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
34176 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
34177 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
34178 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
34179 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
34180 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
34181
c0dafcf1
UD
34182 * posix/getconf.c: Update copyright year.
34183 * catgets/gencat.c: Likewise.
34184 * csu/version.c: Likewise.
34185 * debug/catchsegv.sh: Likewise.
34186 * debug/xtrace.sh: Likewise.
34187 * elf/ldconfig.c: Likewise.
34188 * elf/ldd.bash.in: Likewise.
34189 * elf/sprof.c (print_version): Likewise.
34190 * iconv/iconv_prog.c: Likewise.
34191 * iconv/iconvconfig.c: Likewise.
34192 * locale/programs/locale.c: Likewise.
34193 * locale/programs/localedef.c: Likewise.
34194 * malloc/memusage.sh: Likewise.
34195 * malloc/mtrace.pl: Likewise.
34196 * nscd/nscd.c (print_version): Likewise.
34197 * nss/getent.c: Likewise.
34198
a77e8cbc
UD
34199 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
34200 PF_CAIF, and PF_ALG.
34201 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
34202
77e8bddf
AS
342032011-01-16 Andreas Schwab <schwab@linux-m68k.org>
34204
1f20b93a
AS
34205 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
34206 (modules-names): Use them.
34207 (ifunc-test-modules, ifunc-pie-tests): Define.
34208 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
34209 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
34210 (test-extras): Likewise.
34211 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
34212 $(compile-command.c).
34213 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
34214 (all-built-dso): Define.
34215 (check-textrel.out, check-execstack.out): Depend on it.
34216
77e8bddf
AS
34217 * configure.in: Don't override --enable-multi-arch.
34218
bc425b33
UD
342192011-01-15 Ulrich Drepper <drepper@gmail.com>
34220
34221 [BZ #6812]
34222 * nscd/hstcache.c (tryagain): Define.
34223 (cache_addhst): Return tryagain not notfound for temporary errors.
34224 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
34225 failed.
34226
794c3ad3
UD
342272011-01-14 Ulrich Drepper <drepper@gmail.com>
34228
70181fdd
UD
34229 [BZ #10563]
34230 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
34231 to make the syscall.
34232 * sysdeps/unix/sysv/linux/setgroups.c: New file.
34233
794c3ad3
UD
34234 [BZ #12378]
34235 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
34236 and fall back to matching as normal character if the string ends before
34237 the matching ']' is found. This is what POSIX requires.
34238 * posix/testfnm.c: Adjust test result.
34239 * posix/globtest.sh: Adjust test result. Add new test.
34240 * posix/tst-fnmatch.input: Likewise.
34241 * posix/tst-fnmatch2.c: Add new test.
34242
68dc9497
AS
342432010-12-28 Andreas Schwab <schwab@linux-m68k.org>
34244
34245 * elf/Makefile (check-execstack): Revert last change. Depend on
34246 check-execstack.h.
34247 (check-execstack.h): New target.
34248 (generated): Add check-execstack.h.
34249 * elf/check-execstack.c: Include "check-execstack.h".
34250 (main): Revert last change.
34251 (handle_file): Return zero if GNU_STACK is absent and
34252 DEFAULT_STACK_PERMS doesn't include PF_X.
34253
451f001b
UD
342542011-01-13 Ulrich Drepper <drepper@gmail.com>
34255
cfa28e56
UD
34256 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
34257 in child fails because the descriptor is already closed.
8cf8ce17
UD
34258 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
34259 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
34260 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 34261
1086d70d
UD
34262 [BZ #12397]
34263 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
34264 syscall.
34265
451f001b
UD
34266 [BZ #10484]
34267 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
34268 temporary buffer used to handle multi lookups locally.
a85b5cb4 34269 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 34270
08769175
UD
342712011-01-12 Ulrich Drepper <drepper@gmail.com>
34272
34273 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
34274 loader is ld.so.
34275
5e49c52e
UD
342762011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
34277
34278 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
34279 alignment for SSE2.
34280
60522a5f
UD
342812011-01-12 Ulrich Drepper <drepper@gmail.com>
34282
34283 [BZ #12394]
34284 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
34285 characters. When rounding increased number of integer digits recompute
34286 number of groups.
34287 * stdio-common/tst-grouping.c: New file.
34288 * stdio-common/Makefile: Add rules to build and run tst-grouping.
34289
f257bbd7
UD
342902011-01-09 Ulrich Drepper <drepper@gmail.com>
34291
34292 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
34293 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
34294
34295 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
34296 void.
34297 * bits/select.h: Likewise.
34298
fa9c15cb
UD
342992011-01-08 Ulrich Drepper <drepper@gmail.com>
34300
34301 * po/ja.po: Update from translation team.
34302
16c2895f
DM
343032011-01-04 David S. Miller <davem@sunset.davemloft.net>
34304
34305 [BZ #11155]
34306 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
34307 implementation just like for lxstat, fxstatat, et al.
34308
2543fef2
JM
343092010-12-27 Jim Meyering <meyering@redhat.com>
34310
34311 [BZ #12348]
34312 * posix/regexec.c (build_trtable): Return failure indication upon
34313 calloc failure. Otherwise, re_search_internal could infloop on OOM.
34314
98727dbe
UD
343152010-12-25 Ulrich Drepper <drepper@gmail.com>
34316
5bd6dc5c
UD
34317 [BZ #12201]
34318 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
34319 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
34320 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
34321 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
34322
97983464
UD
34323 [BZ #12207]
34324 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
34325
98727dbe
UD
34326 [BZ #12204]
34327 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
34328 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
34329
4a531bb0
L
343302010-12-15 H.J. Lu <hongjiu.lu@intel.com>
34331
34332 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
34333 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
34334 script has SORT_BY_INIT_PRIORITY.
34335 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
34336 NO_CTORS_DTORS_SECTIONS is defined.
34337 * elf/soinit.c: Likewise.
34338 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
34339 NO_CTORS_DTORS_SECTIONS is defined.
34340 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
34341 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
34342 * sysdeps/sh/init-first.c: Likewise.
34343 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
34344
07eb4b71
UD
343452010-12-24 Ulrich Drepper <drepper@gmail.com>
34346
34347 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
34348 always use the slow path.
34349
30950a5f
RA
343502010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
34351
34352 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
34353 similar rule which adds the sysdep directories to the header search in
34354 order to pick up the correct platform stackinfo.h.
34355 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
34356 perform test if it is, otherwise return successfully without testing.
34357 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
34358 DEFAULT_STACK_PERMS define in stackinfo.h.
34359 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
34360 defined in stackinfo.h.
34361 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
34362 DEFAULT_STACK_PERMS defined in stackinfo.h.
34363 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
34364 * sysdeps/ia64/stackinfo.h: Likewise.
34365 * sysdeps/s390/stackinfo.h: Likewise.
34366 * sysdeps/sh/stackinfo.h: Likewise.
34367 * sysdeps/sparc/stackinfo.h: Likewise.
34368 * sysdeps/x86_64/stackinfo.h: Likewise.
34369 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
34370 PF_X for powerpc64. Retain PF_X for powerpc32.
34371
db753e2c
UD
343722010-12-19 Ulrich Drepper <drepper@gmail.com>
34373
14b697f7
UD
34374 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
34375 accurately.
db753e2c
UD
34376 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
34377 GETDENTS_64BIT_ALIGNED.
34378
28300719
UD
343792010-12-14 Ulrich Drepper <dreper@gmail.com>
34380
14b697f7 34381 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 34382
4f197237
AS
343832010-12-10 Andreas Schwab <schwab@redhat.com>
34384
dbb0472f
AS
34385 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
34386 _GNU_SOURCE.
34387
4f197237
AS
34388 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
34389 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
34390 Remove __restrict.
34391 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
34392 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
34393
fb88ac72
UD
343942010-12-09 Ulrich Drepper <drepper@gmail.com>
34395
34396 [BZ #11655]
34397 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
34398 are initialized.
34399
42acbb92
JJ
344002010-12-09 Jakub Jelinek <jakub@redhat.com>
34401
34402 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
34403
c038d98d
UD
344042010-12-03 Ulrich Drepper <drepper@gmail.com>
34405
34406 * po/it.po: Update from translation team.
34407
3a4a2499
L
344082010-12-01 H.J. Lu <hongjiu.lu@intel.com>
34409
34410 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
34411 unused codes.
34412
1e24cf6e
UD
344132010-11-30 Ulrich Drepper <drepper@gmail.com>
34414
34415 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
34416
a7690819
AS
344172010-11-24 Andreas Schwab <schwab@redhat.com>
34418
34419 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
34420 specially.
34421 (gaih_getanswer_slice): Likewise.
34422
3bf8d1b1
JJ
344232010-10-20 Jakub Jelinek <jakub@redhat.com>
34424
34425 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
34426
6db52fbb
PB
344272010-05-31 Petr Baudis <pasky@suse.cz>
34428
34429 [BZ #11149]
34430 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
34431 silently even in the chroot mode.
34432
eaca7569
UD
344332010-11-22 Ulrich Drepper <drepper@gmail.com>
34434
34435 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
34436 last patch a bit. Pretty printing
34437
3056dcdb
UD
344382010-05-31 Petr Baudis <pasky@suse.cz>
34439
34440 [BZ #10085]
34441 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
34442 initialization of skip_initgroups_dyn.
34443
cf7c9078
UD
344442010-11-19 Ulrich Drepper <drepper@gmail.com>
34445
34446 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
34447 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
34448
a1fb5e3e
UD
344492010-11-16 Ulrich Drepper <drepper@gmail.com>
34450
34451 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
34452
3540d66b
AS
344532010-11-11 Andreas Schwab <schwab@redhat.com>
34454
34455 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
34456 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
34457 (tst-fnmatch-ENV): Set MALLOC_TRACE.
34458 ($(objpfx)tst-fnmatch-mem): New rule.
34459 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
34460 * posix/tst-fnmatch.c (main): Call mtrace.
34461
13b69574
L
344622010-11-11 H.J. Lu <hongjiu.lu@intel.com>
34463
34464 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34465 Support Intel processor model 6 and model 0x2c.
34466
da93d214
LM
344672010-11-10 Luis Machado <luisgpm@br.ibm.com>
34468
34469 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
34470 signed comparison.
34471
8ca52c6e
L
344722010-11-09 H.J. Lu <hongjiu.lu@intel.com>
34473
34474 [BZ #12205]
34475 * string/test-strncasecmp.c (check_result): New function.
34476 (do_one_test): Use it.
34477 (check1): New function.
34478 (test_main): Use it.
34479 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
34480 Support strcasecmp and strncasecmp.
34481
69da074d
UD
344822010-11-08 Ulrich Drepper <drepper@gmail.com>
34483
34484 [BZ #12194]
34485 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
34486 * sysdeps/x86_64/bits/byteswap.h: Likewise.
34487
ff02d528
L
344882010-11-07 H.J. Lu <hongjiu.lu@intel.com>
34489
34490 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
34491 IFUNC support.
34492 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34493 memset-x86-64.
34494 * sysdeps/x86_64/multiarch/bzero.S: New file.
34495 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
34496 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
34497 * sysdeps/x86_64/multiarch/memset.S: New file.
34498 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
34499 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34500 Set bit_Prefer_SSE_for_memop for Intel processors.
34501 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
34502 Define.
34503 (index_Prefer_SSE_for_memop): Define.
34504 (HAS_PREFER_SSE_FOR_MEMOP): Define.
34505
344d0b54
LM
345062010-11-04 Luis Machado <luisgpm@br.ibm.com>
34507
34508 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
34509 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
34510
c0dde15b
UD
345112010-11-03 H.J. Lu <hongjiu.lu@intel.com>
34512
34513 [BZ #12191]
34514 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
34515 (__x86_64_raw_data_cache_size_half): Likewise.
34516 (__x86_64_raw_shared_cache_size): Likewise.
34517 (__x86_64_raw_shared_cache_size_half): Likewise.
34518
34519 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
34520 (__x86_64_raw_data_cache_size_half): Likewise.
34521 (__x86_64_raw_shared_cache_size): Likewise.
34522 (__x86_64_raw_shared_cache_size_half): Likewise.
34523 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
34524 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
34525 and __x86_64_raw_shared_cache_size_half. Round
34526 __x86_64_data_cache_size_half, __x86_64_data_cache_size
34527 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
34528 to multiple of 256 bytes.
34529
0e516e0e
MS
345302010-11-03 Ulrich Drepper <drepper@gmail.com>
34531
34532 [BZ #12167]
34533 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
34534 of inacessible symlinks. Verify result of symlink before returning it.
34535 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
34536 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
34537
0e012e87
ER
345382010-10-28 Erich Ritz <erichritz@gmail.com>
34539
34540 * math/math.h (isinf): Fix typo in comment.
34541
de0ff7bc
UD
345422010-11-01 Ulrich Drepper <drepper@gmail.com>
34543
34544 * po/da.po: Update from translation team.
34545
fa41c84d
UD
345462010-10-26 Ulrich Drepper <drepper@gmail.com>
34547
34548 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
34549 is added to the list.
34550
f0967738
AK
345512010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34552 Ulrich Drepper <drepper@gmail.com>
34553
34554 * elf/dl-object.c (_dl_new_object): Don't append the new object to
34555 the global list here. Move code to...
34556 (_dl_add_to_namespace_list): ...here. New function.
34557 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
34558 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
34559 * elf/dl-load.c (lose): Don't remove the element from the list.
34560 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
34561 (_dl_map_object): Likewise.
34562
345632010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
34564
34565 [BZ #12159]
34566 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
34567 into all bytes of SSE register.
34568 Patch by Richard Li <richardpku@gmail.com>.
34569
f0967738 345702010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
34571
34572 [BZ #12140]
34573 * malloc/malloc.c (_int_free): Fill correct number of bytes when
34574 perturbing.
34575
d0b9e94f
MB
345762010-10-20 Michael B. Brutman <brutman@us.ibm.com>
34577
34578 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
34579 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
34580 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
34581 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
34582 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
34583 submachine.
34584 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
34585
8e9f92e9
AS
345862010-10-22 Andreas Schwab <schwab@redhat.com>
34587
34588 * include/dlfcn.h (__RTLD_SECURE): Define.
34589 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
34590 mode & __RTLD_SECURE instead.
34591 (open_path): Rename preloaded parameter to secure.
34592 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
34593 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
34594 * elf/dl-deps.c (openaux): Likewise.
34595 * elf/rtld.c (struct map_args): Remove is_preloaded.
34596 (map_doit): Don't use it.
34597 (dl_main): Likewise.
34598 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
34599 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
34600
bc96fbda
AS
346012010-09-09 Andreas Schwab <schwab@redhat.com>
34602
34603 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
34604 (sysd-rules-targets): Remove duplicates.
34605 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
34606 rtld-%.$o dependency.
34607
22cd1c9b
AS
346082010-10-18 Andreas Schwab <schwab@redhat.com>
34609
34610 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
34611 _dl_map_object do it.
34612
18edac48
UD
346132010-10-19 Ulrich Drepper <drepper@gmail.com>
34614
34615 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
34616 fast fma builtins, define the macros in the C99 standard.
34617 (FP_FAST_FMAF): Likewise.
34618 (FP_FAST_FMAL): Likewise.
34619 * sysdeps/x86_64/bits/mathdef.h: Likewise.
34620
34621 * bits/mathdef.h: Update copyright year.
34622 * sysdeps/powerpc/bits/mathdef.h: Likewise.
34623
d2050124
MM
346242010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
34625
34626 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
34627 builtins, define the macros in the C99 standard.
34628 (FP_FAST_FMAF): Likewise.
34629 (FP_FAST_FMAL): Likewise.
34630 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
34631 multiply/add.
34632 (FP_FAST_FMAF): Likewise.
34633
475facd1
JJ
346342010-10-15 Jakub Jelinek <jakub@redhat.com>
34635
34636 [BZ #3268]
34637 * math/libm-test.inc (fma_test): Some new testcases.
34638 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
34639 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
34640 y and infinite z. Do multiplication by C already in long double.
34641 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
34642 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
34643 y and infinite z. Do bitwise or of inexact bit into u.d.
34644 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
34645 * sysdeps/i386/fpu/s_fmaf.S: Removed.
34646 * sysdeps/i386/fpu/s_fma.S: Removed.
34647 * sysdeps/i386/fpu/s_fmal.S: Removed.
34648
7c08a05c
JJ
346492010-10-16 Jakub Jelinek <jakub@redhat.com>
34650
34651 [BZ #3268]
34652 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
34653 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
34654 computation is not scheduled after fetestexcept. Fix value
34655 of minimum denormal long double.
34656
f3f7372d
JJ
346572010-10-14 Jakub Jelinek <jakub@redhat.com>
34658
34659 [BZ #3268]
34660 * math/libm-test.inc (fma_test): Add some more tests.
34661 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
34662 correctly.
34663
14d43591
AS
346642010-10-15 Andreas Schwab <schwab@redhat.com>
34665
34666 * scripts/data/localplt-s390-linux-gnu.data: New file.
34667 * scripts/data/localplt-s390x-linux-gnu.data: New file.
34668
5e908464
JJ
346692010-10-13 Jakub Jelinek <jakub@redhat.com>
34670
34671 [BZ #3268]
34672 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
34673 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
34674 instead of dbl-64.
34675 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
34676 inlines.
34677 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
34678 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
34679 if one of x and y is very large and the other is subnormal.
34680 * sysdeps/s390/fpu/s_fmaf.c: New file.
34681 * sysdeps/s390/fpu/s_fma.c: New file.
34682 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
34683 * sysdeps/powerpc/fpu/s_fma.S: New file.
34684 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
34685 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
34686 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
34687
346882010-10-12 Jakub Jelinek <jakub@redhat.com>
34689
34690 [BZ #3268]
34691 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
34692 fma tests.
34693 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
34694 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
34695 * sysdeps/i386/i686/multiarch/s_fma.c: Include
34696 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
34697 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
34698 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
34699 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
34700
b833d51f
UD
347012010-10-12 Ulrich Drepper <drepper@redhat.com>
34702
34703 [BZ #12078]
34704 * posix/regcomp.c (parse_branch): One more memory leak plugged.
34705 * posix/bug-regex31.input: Add test case.
34706
1751705d
UD
347072010-10-11 Ulrich Drepper <drepper@gmail.com>
34708
e9b9cbf5
UD
34709 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
34710 * posix/bug-regex31.input: New file.
34711
34712 [BZ #12078]
34713 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
34714 (parse_sub_exp): Fix last change, use postorder.
34715
ef06edbe
UD
34716 * posix/bug-regex31.c: New file.
34717 * posix/Makefile: Add rules to build and run bug-regex31.
34718
a129c80d
UD
34719 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
34720
34721 [BZ #12078]
34722 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
34723
b76b818e
UD
34724 [BZ #12108]
34725 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
34726 to have entries in sys_siglist.
34727
1751705d
UD
34728 [BZ #12093]
34729 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
34730 be NULL.
34731
9ff8d36f
JJ
347322010-10-07 Jakub Jelinek <jakub@redhat.com>
34733
34734 [BZ #3268]
34735 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
34736 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
34737 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
34738 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
34739 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
34740 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
34741 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
34742 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
34743 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
34744 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
34745 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
34746 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
34747 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
34748 * math/ftestexcept.c (fetestexcept): Likewise.
34749 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
34750 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
34751 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
34752 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
34753 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
34754 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
34755 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34756
af325969
UD
347572010-10-11 Ulrich Drepper <drepper@gmail.com>
34758
c579b202 34759 [BZ #12107]
af325969
UD
34760 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
34761 newline.
34762
67a67b95
UD
347632010-10-06 Ulrich Drepper <drepper@gmail.com>
34764
34765 * string/bug-strstr1.c: New file.
34766 * string/Makefile: Add rules to build and run bug-strstr1.
34767
5fb308bc
EB
347682010-10-05 Eric Blake <eblake@redhat.com>
34769
34770 [BZ #12092]
34771 * string/str-two-way.h (two_way_long_needle): Always clear memory
34772 when skipping input due to the shift table.
34773
45db99c7
UD
347742010-10-03 Ulrich Drepper <drepper@gmail.com>
34775
3b111893
UD
34776 [BZ #12005]
34777 * malloc/mcheck.c: Handle large requests.
34778
45db99c7
UD
34779 [BZ #12077]
34780 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
34781 for strncmp and strncasecmp.
34782 * string/stratcliff.c: Add tests for strcmp and strncmp.
34783 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
34784
cf7a1eb8
NI
347852010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34786
34787 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
34788 __set_fpscr.
34789
6484ba5e
AJ
347902010-09-30 Andreas Jaeger <aj@suse.de>
34791
34792 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
34793 (CGROUP_SUPER_MAGIC): Define.
34794 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
34795 Handle btrfs and cgroup file systems.
34796 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
34797 Likewise.
34798
91c42559
LM
347992010-09-27 Luis Machado <luisgpm@br.ibm.com>
34800
34801 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
34802 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
34803
87a97932
AK
348042010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34805
34806 [BZ #12067]
34807 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
34808 trying to locate the ELF header.
34809
c21cc9bc
AS
348102010-09-27 Andreas Schwab <schwab@redhat.com>
34811
34812 [BZ #11611]
34813 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
34814 Mask out sign-bit copies when constructing f_fsid.
34815
315970f6
PB
348162010-09-24 Petr Baudis <pasky@suse.cz>
34817
34818 * debug/stack_chk_fail_local.c: Add missing licence exception.
34819 * debug/warning-nop.c: Likewise.
34820
1ac7a2c7
JM
348212010-09-15 Joseph Myers <joseph@codesourcery.com>
34822
34823 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
34824 implementing getdents64 using getdents syscall, set d_type if
34825 __ASSUME_GETDENTS32_D_TYPE.
34826
56801c50
AS
348272010-09-16 Andreas Schwab <schwab@redhat.com>
34828
34829 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
34830 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
34831
dda51327
UD
348322010-09-21 Ulrich Drepper <drepper@redhat.com>
34833
34834 [BZ #12037]
34835 * posix/unistd.h: Undo change of feature selection for ftruncate from
34836 2010-01-11.
34837
8ffcee4a
UD
348382010-09-20 Ulrich Drepper <drepper@redhat.com>
34839
a545ecd9 34840 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
34841 detection.
34842
e24f0a8b
AS
348432010-09-20 Andreas Schwab <schwab@redhat.com>
34844
34845 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
34846 fanotify_mark.
34847 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
34848
7291c56f
AS
348492010-09-14 Andreas Schwab <schwab@redhat.com>
34850
34851 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
34852 variables after CHECK_SP call.
34853 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
34854
bc5fb037
AS
348552010-09-13 Andreas Schwab <schwab@redhat.com>
34856 Ulrich Drepper <drepper@redhat.com>
34857
34858 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
34859 re-relocationg ld.so.
34860 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
34861 _dl_init_paths call.
34862 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
34863 here anymore.
34864
e66e7419
UD
348652010-09-14 Ulrich Drepper <drepper@redhat.com>
34866
34867 * resolv/res_init.c (__res_vinit): Count the default server we added.
34868
c044aa75
CLT
348692010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
34870 Ulrich Drepper <drepper@redhat.com>
34871
34872 [BZ #11968]
34873 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
34874 (____longjmp_chk): Use %ebx for saving value across system call.
34875 Add unwind info.
34876
32cf4069
AS
348772010-09-06 Andreas Schwab <schwab@redhat.com>
34878
34879 * manual/Makefile: Don't mix pattern rules with normal rules.
34880
817328ee
AS
348812010-09-05 Andreas Schwab <schwab@linux-m68k.org>
34882
34883 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
34884 operation.
34885 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
34886 * libio/iofopncook.c (_IO_cookie_init): Likewise.
34887 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
34888 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
34889 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34890 Likewise.
34891
29fddf61
UD
348922010-09-04 Ulrich Drepper <drepper@redhat.com>
34893
34894 [BZ #11979]
34895 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
34896 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
34897
0959ffc9
UD
348982010-09-02 Ulrich Drepper <drepper@redhat.com>
34899
34900 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
34901 * sysdeps/x86_64/addmul_1.S: Likewise.
34902 * sysdeps/x86_64/lshift.S: Likewise.
34903 * sysdeps/x86_64/mul_1.S: Likewise.
34904 * sysdeps/x86_64/rshift.S: Likewise.
34905 * sysdeps/x86_64/sub_n.S: Likewise.
34906 * sysdeps/x86_64/submul_1.S: Likewise.
34907
ece29840
ST
349082010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
34909
0959ffc9
UD
34910 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
34911 Define __sched_param instead of SCHED_* and sched_param when
ece29840 34912 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 34913 * bits/sched.h [__need_schedparam]
ece29840 34914 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
34915 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
34916 (__defined_schedparam): Define to 1.
ece29840
ST
34917 (__sched_param): New structure, identical to sched_param.
34918 (__need_schedparam): Undefine.
34919
e53a31fe
MF
349202010-08-31 Mike Frysinger <vapier@gentoo.org>
34921
fdc0c10d
MF
34922 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
34923 (epoll_create1): Declare.
34924
e53a31fe
MF
34925 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
34926
a726d796
AS
349272010-08-31 Andreas Schwab <schwab@redhat.com>
34928
34929 [BZ #7066]
34930 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
34931 shifting retval into place.
34932
2f3e3dc7
UD
349332010-09-01 Ulrich Drepper <drepper@redhat.com>
34934
f2933da9
UD
34935 * nis/rpcsvc/nis.h: Update copyright notice.
34936 * nis/rpcsvc/nis.x: Likewise.
34937 * nis/rpcsvc/nis_callback.h: Likewise.
34938 * nis/rpcsvc/nis_callback.x: Likewise.
34939 * nis/rpcsvc/nis_object.x: Likewise.
34940 * nis/rpcsvc/nis_tags.h: Likewise.
34941 * nis/rpcsvc/yp.h: Likewise.
34942 * nis/rpcsvc/yp.x: Likewise.
34943 * nis/rpcsvc/ypupd.h: Likewise.
34944 * nis/yp_xdr.c: Likewise.
34945 * nis/ypupdate_xdr.c: Likewise.
34946
2f3e3dc7
UD
34947 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
34948 mainly the body of pmap_getport. Add parameters to specify timeouts.
34949 (pmap_getport): Use __libc_rpc_getport.
34950 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
34951 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
34952 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
34953
f3dcc2f9
AS
349542010-08-31 Andreas Schwab <schwab@linux-m68k.org>
34955
34956 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
34957 fanotify_mark.
34958
6d34eb5b
RM
349592010-08-27 Roland McGrath <roland@redhat.com>
34960
34961 * sysdeps/i386/i686/multiarch/Makefile
34962 (CFLAGS-varshift.c): New variable.
34963
9ea3de11
UD
349642010-08-27 Ulrich Drepper <drepper@redhat.com>
34965
c96d23fc
UD
34966 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
34967 * sysdeps/i386/i686/multiarch/varshift.c: New file.
34968
9ea3de11
UD
34969 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
34970
34971 * sysdeps/x86_64/strlen.S: Minimal code improvement.
34972
623aac7f
L
349732010-08-26 H.J. Lu <hongjiu.lu@intel.com>
34974
34975 * sysdeps/x86_64/strlen.S: Unroll the loop.
34976 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34977 strlen-sse2 strlen-sse2-bsf.
34978 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
34979 __strlen_no_bsf if bit_Slow_BSF is set.
34980 (__strlen_sse42): Removed.
34981 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
34982 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
34983
8b2b7715
RM
349842010-08-25 Roland McGrath <roland@redhat.com>
34985
34986 * sysdeps/x86_64/multiarch/varshift.S: File removed.
34987 * sysdeps/x86_64/multiarch/varshift.c: New file.
34988 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
34989 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
34990 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
34991 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34992
e73015f2
L
349932010-08-25 H.J. Lu <hongjiu.lu@intel.com>
34994
34995 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
34996 strlen-sse2 strlen-sse2-bsf.
34997 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
34998 __strlen_sse2_bsf if bit_Slow_BSF is unset.
34999 (__strlen_sse2): Removed.
35000 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
35001 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
35002 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
35003 bit_Slow_BSF for Atom.
35004 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
35005 (index_Slow_BSF): Define.
35006 (HAS_SLOW_BSF): Define.
35007
df24a73e
UD
350082010-08-25 Ulrich Drepper <drepper@redhat.com>
35009
35010 [BZ #10851]
35011 * resolv/res_init.c (__res_vinit): When no server address at all
35012 is given default to loopback.
35013
f2ac4868
RM
350142010-08-24 Roland McGrath <roland@redhat.com>
35015
09055553
RM
35016 * configure.in: Remove config-name.h generation.
35017 * configure: Regenerated.
35018 * config-name.in: File removed.
35019 * scripts/config-uname.sh: New file.
35020 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
35021 ($(objdir)config-name.h): New target.
35022
f2ac4868
RM
35023 * sunrpc/rpc_parse.h: Avoid nested comment.
35024
73f27d5e
RH
350252010-08-24 Richard Henderson <rth@redhat.com>
35026 Ulrich Drepper <drepper@redhat.com>
35027 H.J. Lu <hongjiu.lu@intel.com>
35028
35029 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
35030 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
35031 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
35032 Replace _mm_srli_si128 with __m128i_shift_right. Replace
35033 _mm_alignr_epi8 with _mm_loadu_si128.
35034 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
35035 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
35036 (__m128i_shift_right): Removed.
35037 * sysdeps/i386/i686/multiarch/varshift.h: New file.
35038 * sysdeps/i386/i686/multiarch/varshift.S: New file.
35039 * sysdeps/x86_64/multiarch/varshift.h: New file.
35040 * sysdeps/x86_64/multiarch/varshift.S: New file.
35041
84b9230c
MF
350422010-08-21 Mike Frysinger <vapier@gentoo.org>
35043
35044 * configure.in: Move assembler checks to before sysdep dir checking.
35045
9bbd0ddc
PB
350462010-08-20 Petr Baudis <pasky@suse.cz>
35047
35048 * LICENSES: Sync the sunrpc license.
35049
9da4bb31
UD
350502010-08-19 Ulrich Drepper <drepper@redhat.com>
35051
a7ab6ec8
UD
35052 * sunrpc/auth_des.c: Update copyright notice once again.
35053 * sunrpc/auth_none.c: Likewise.
35054 * sunrpc/auth_unix.c: Likewise.
35055 * sunrpc/authdes_prot.c: Likewise.
35056 * sunrpc/authuxprot.c: Likewise.
35057 * sunrpc/bindrsvprt.c: Likewise.
35058 * sunrpc/clnt_gen.c: Likewise.
35059 * sunrpc/clnt_perr.c: Likewise.
35060 * sunrpc/clnt_raw.c: Likewise.
35061 * sunrpc/clnt_simp.c: Likewise.
35062 * sunrpc/clnt_tcp.c: Likewise.
35063 * sunrpc/clnt_udp.c: Likewise.
35064 * sunrpc/clnt_unix.c: Likewise.
35065 * sunrpc/des_crypt.c: Likewise.
35066 * sunrpc/des_soft.c: Likewise.
35067 * sunrpc/get_myaddr.c: Likewise.
35068 * sunrpc/getrpcport.c: Likewise.
35069 * sunrpc/key_call.c: Likewise.
35070 * sunrpc/key_prot.c: Likewise.
35071 * sunrpc/openchild.c: Likewise.
35072 * sunrpc/pm_getmaps.c: Likewise.
35073 * sunrpc/pm_getport.c: Likewise.
35074 * sunrpc/pmap_clnt.c: Likewise.
35075 * sunrpc/pmap_prot.c: Likewise.
35076 * sunrpc/pmap_prot2.c: Likewise.
35077 * sunrpc/pmap_rmt.c: Likewise.
35078 * sunrpc/rpc/auth.h: Likewise.
35079 * sunrpc/rpc/auth_unix.h: Likewise.
35080 * sunrpc/rpc/clnt.h: Likewise.
35081 * sunrpc/rpc/des_crypt.h: Likewise.
35082 * sunrpc/rpc/key_prot.h: Likewise.
35083 * sunrpc/rpc/netdb.h: Likewise.
35084 * sunrpc/rpc/pmap_clnt.h: Likewise.
35085 * sunrpc/rpc/pmap_prot.h: Likewise.
35086 * sunrpc/rpc/pmap_rmt.h: Likewise.
35087 * sunrpc/rpc/rpc.h: Likewise.
35088 * sunrpc/rpc/rpc_des.h: Likewise.
35089 * sunrpc/rpc/rpc_msg.h: Likewise.
35090 * sunrpc/rpc/svc.h: Likewise.
35091 * sunrpc/rpc/svc_auth.h: Likewise.
35092 * sunrpc/rpc/types.h: Likewise.
35093 * sunrpc/rpc/xdr.h: Likewise.
35094 * sunrpc/rpc_clntout.c: Likewise.
35095 * sunrpc/rpc_cmsg.c: Likewise.
35096 * sunrpc/rpc_common.c: Likewise.
35097 * sunrpc/rpc_cout.c: Likewise.
35098 * sunrpc/rpc_dtable.c: Likewise.
35099 * sunrpc/rpc_hout.c: Likewise.
35100 * sunrpc/rpc_main.c: Likewise.
35101 * sunrpc/rpc_parse.c: Likewise.
35102 * sunrpc/rpc_parse.h: Likewise.
35103 * sunrpc/rpc_prot.c: Likewise.
35104 * sunrpc/rpc_sample.c: Likewise.
35105 * sunrpc/rpc_scan.c: Likewise.
35106 * sunrpc/rpc_scan.h: Likewise.
35107 * sunrpc/rpc_svcout.c: Likewise.
35108 * sunrpc/rpc_tblout.c: Likewise.
35109 * sunrpc/rpc_util.c: Likewise.
35110 * sunrpc/rpc_util.h: Likewise.
35111 * sunrpc/rpcinfo.c: Likewise.
35112 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
35113 * sunrpc/rpcsvc/key_prot.x: Likewise.
35114 * sunrpc/rpcsvc/klm_prot.x: Likewise.
35115 * sunrpc/rpcsvc/mount.x: Likewise.
35116 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
35117 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
35118 * sunrpc/rpcsvc/rex.x: Likewise.
35119 * sunrpc/rpcsvc/rstat.x: Likewise.
35120 * sunrpc/rpcsvc/rusers.x: Likewise.
35121 * sunrpc/rpcsvc/sm_inter.x: Likewise.
35122 * sunrpc/rpcsvc/spray.x: Likewise.
35123 * sunrpc/rpcsvc/yppasswd.x: Likewise.
35124 * sunrpc/rtime.c: Likewise.
35125 * sunrpc/svc.c: Likewise.
35126 * sunrpc/svc_auth.c: Likewise.
35127 * sunrpc/svc_authux.c: Likewise.
35128 * sunrpc/svc_raw.c: Likewise.
35129 * sunrpc/svc_run.c: Likewise.
35130 * sunrpc/svc_simple.c: Likewise.
35131 * sunrpc/svc_tcp.c: Likewise.
35132 * sunrpc/svc_udp.c: Likewise.
35133 * sunrpc/svc_unix.c: Likewise.
35134 * sunrpc/svcauth_des.c: Likewise.
35135 * sunrpc/xcrypt.c: Likewise.
35136 * sunrpc/xdr.c: Likewise.
35137 * sunrpc/xdr_array.c: Likewise.
35138 * sunrpc/xdr_float.c: Likewise.
35139 * sunrpc/xdr_mem.c: Likewise.
35140 * sunrpc/xdr_rec.c: Likewise.
35141 * sunrpc/xdr_ref.c: Likewise.
35142 * sunrpc/xdr_sizeof.c: Likewise.
35143 * sunrpc/xdr_stdio.c: Likewise.
35144
9da4bb31
UD
35145 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
35146 handling.
35147
bdaa77bc
AS
351482010-08-19 Andreas Schwab <schwab@redhat.com>
35149
35150 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
35151
fe2f79db
LM
351522010-08-19 Luis Machado <luisgpm@br.ibm.com>
35153
35154 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
35155 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
35156 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
35157 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
35158 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
35159 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
35160 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
35161 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
35162 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
35163 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
35164 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
35165 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
35166 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
35167 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
35168
b9b42ee0
AB
351692010-07-26 Anton Blanchard <anton@samba.org>
35170
35171 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
35172 * malloc/arena.c (heap_trim): Likewise.
35173
1c06ba31
UD
351742010-08-16 Ulrich Drepper <drepper@redhat.com>
35175
35176 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
35177 here. Not...
35178 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
35179 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
35180
f8392f40
L
351812010-08-12 H.J. Lu <hongjiu.lu@intel.com>
35182
35183 * sysdeps/i386/elf/Makefile: New file.
35184
3162f12e
AS
351852010-08-14 Andreas Schwab <schwab@linux-m68k.org>
35186
35187 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
35188 from fanotify_init.
35189 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
35190 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
35191
28c90b2c
UD
351922010-08-15 Ulrich Drepper <drepper@redhat.com>
35193
35194 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
35195 of strncasecmp_l.
1feccb6c 35196 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 35197
ca6bb004
UD
351982010-08-14 Ulrich Drepper <drepper@redhat.com>
35199
e9f82e0d
UD
35200 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
35201 strncase_l-nonascii.
35202 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
35203 Add strncase_l-ssse3.
35204 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
35205 * sysdeps/x86_64/strcmp.S: Likewise.
35206 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
35207 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
35208 * sysdeps/x86_64/strncase.S: New file.
35209 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
35210 * sysdeps/x86_64/strncase_l.S: New file.
35211 * string/Makefile (strop-tests): Add strncasecmp.
35212 * string/test-strncasecmp.c: New file.
35213
35214 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
35215 warning.
35216
ca6bb004
UD
35217 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
35218 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
35219
052fa7b3
AS
352202010-08-14 Andreas Schwab <schwab@linux-m68k.org>
35221
35222 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
35223
962dba78
UD
352242010-08-12 Ulrich Drepper <drepper@redhat.com>
35225
35226 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
35227 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
35228 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
35229
bebff237
AM
352302010-05-01 Alan Modra <amodra@gmail.com>
35231
35232 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
35233 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
35234 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
35235 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
35236 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
35237 tidying. Don't tail-call __sigjmp_save for static lib.
35238 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
35239 save location.
35240 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
35241 (CALL_MCOUNT): Add eh info, and nop after bl.
35242 (TAIL_CALL_SYSCALL_ERROR): New macro.
35243 (PSEUDO_RET): Use it.
35244 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
35245 Correct save location of integer regs and cr.
35246 (_dl_profile_resolve): Correct cr save location. Delete nops
35247 after bl when SHARED. Reduce cfi size a little by better
35248 placement of cfi directives.
35249 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
35250 make a stack frame. Instead use parm save area as a temp.
35251 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
35252 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
35253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
35254 Don't make a stack frame for parent, use parm save area.
35255 Increase child stack frame to 112 bytes. Don't save unused reg,
35256 and adjust reg usage. Set up cfi on error recovery and
35257 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
35258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
35259 (__makecontext): Add dummy nop after jump to exit.
35260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
35261 Use correct parm save area and cr save, reduce stack frame.
35262 Correct cfi for possible PSEUDO_RET frame setup.
35263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
35264 Branch to local label emitted by PSEUDO_RET rather than
35265 __syscall_error.
35266
02637374
AS
352672010-08-12 Andreas Schwab <schwab@redhat.com>
35268
35269 [BZ #11904]
35270 * locale/programs/locale.c (print_assignment): New function.
35271 (show_locale_vars): Use it.
35272
c3e2f19b
UD
352732010-08-11 Ulrich Drepper <drepper@redhat.com>
35274
3cdaa6ad
UD
35275 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
35276 field.
35277 (struct statfs64): Likewise.
35278 (_STATFS_F_FLAGS): Define.
35279 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
35280 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35281 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
35282 (ST_VALID): Define locally.
35283 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
35284 __statvfs_getflags, use the provided value.
35285 * sysdeps/unix/sysv/linux/kernel-features.h: Define
35286 __ASSUME_STATFS_F_FLAGS.
35287
754f7da3
UD
35288 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
35289
10b3bedc
UD
35290 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
35291 Add sys/fanotify.h.
35292 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
35293 fanotify_mask for GLIBC_2.13.
35294 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
35295 fanotify_init and fanotify_mark.
35296 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
35297 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
35298
c08fb0d7
UD
35299 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
35300 Add prlimit.
35301 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
35302 prlimit64 for GLIBC_2.13.
35303 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
35304 prlimit64.
35305 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
35306 syscall.
35307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
35308 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
35309 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
35310 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
35311 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
35312 add prlimit alias.
35313 * sysdeps/unix/sysv/linux/prlimit.c: New file.
35314
15bac72b
UD
35315 [BZ #11903]
35316 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
35317 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
35318
c3e2f19b
UD
35319 * nss/Makefile: Add rules to build and run tst-nss-test1.
35320 * shlib-versions: Add entry for libnss_test1.
35321 * nss/nss_test1.c: New file.
35322 * nss/tst-nss-test1.c: New file.
35323
35324 * nss/nsswitch.c (__nss_database_custom): Define new variable.
35325 (__nss_configure_lookup): Set appropriate entry in
35326 __nss_configure_lookup to true.
35327 * nss/nsswitch.h: Define enum with indeces of databases in
35328 databases and __nss_database_custom arrays. Declare
35329 __nss_database_custom.
35330 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
35331 to avoid using nscd when custom rules are installed.
35332 * nss/getXXbyYY_r.c: Likewise.
35333 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
35334
35335 * nss/nss_files/files-parse.c: Whitespace fixes.
35336
f15ce4d8
UD
353372010-08-09 Ulrich Drepper <drepper@redhat.com>
35338
35339 [BZ #11883]
35340 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
35341 * posix/fnmatch_loop.c: Likewise.
35342
d22e4cc9
AK
353432010-07-17 Andi Kleen <ak@linux.intel.com>
35344
35345 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
35346 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
35347 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
35348 * Versions.def [GLIBC_2.13]: Add.
35349
805bc17d
UD
353502010-08-06 Ulrich Drepper <drepper@redhat.com>
35351
35352 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
35353 Also fail if tpwd after pwuid call is NULL.
35354
5a42321d
ST
353552010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
35356
35357 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
35358 when converting to ms.
35359
fd3ebeda
ST
353602010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
35361
35362 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
35363 EOPNOTSUPP errors with ENOTTY.
35364 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
35365 EOPNOTSUPP errors with ENOTTY.
35366
73507d3a
UD
353672010-07-31 Ulrich Drepper <drepper@redhat.com>
35368
35369 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
35370 Add strcasecmp_l-ssse3.
35371 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
35372 strcasecmp.
35373 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
35374 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
35375 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
35376
fe36dd02
UD
353772010-07-30 Ulrich Drepper <drepper@redhat.com>
35378
66f6765a
UD
35379 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
35380
42e08a54
UD
35381 * string/Makefile (strop-tests): Add strcasecmp.
35382 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
35383 strcasecmp_l-nonascii.
35384 (gen-as-const-headers): Add locale-defines.sym.
35385 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
35386 * sysdeps/x86_64/strcasecmp.S: New file.
35387 * sysdeps/x86_64/strcasecmp_l.S: New file.
35388 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
35389 * sysdeps/x86_64/locale-defines.sym: New file.
35390 * string/test-strcasecmp.c: New file.
35391
fe36dd02
UD
35392 * string/test-strcasestr.c: Test both ends of the range of characters.
35393 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
35394
48cbc0d6
RM
353952010-07-29 Roland McGrath <roland@redhat.com>
35396
76e6d6bc 35397 [BZ #11856]
48cbc0d6
RM
35398 * manual/locale.texi (Yes-or-No Questions): Fix example code.
35399
880113d9
UD
354002010-07-27 Ulrich Drepper <drepper@redhat.com>
35401
35402 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
35403 for ld.so.
35404
deb9cabb
AS
354052010-07-27 Andreas Schwab <schwab@redhat.com>
35406
35407 * manual/memory.texi (Malloc Tunable Parameters): Document
35408 M_PERTURB.
35409
1c7570ff
RM
354102010-07-26 Roland McGrath <roland@redhat.com>
35411
35412 [BZ #11840]
35413 * configure.in (-fgnu89-inline check): Set and substitute
35414 gnu89_inline, not libc_cv_gnu89_inline.
35415 * configure: Regenerated.
35416 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
35417
24fb0f88
UD
354182010-07-26 Ulrich Drepper <drepper@redhat.com>
35419
35420 * string/test-strnlen.c: New file.
35421 * string/Makefile (strop-tests): Add strnlen.
35422 * string/tester.c (test_strnlen): Add a few more test cases.
35423 * string/tst-strlen.c: Better error reporting.
35424
35425 * sysdeps/x86_64/strnlen.S: New file.
35426
8e96b93a
UD
354272010-07-24 Ulrich Drepper <drepper@redhat.com>
35428
35429 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
35430 lower-latency instructions.
35431
dbc676d4
UD
354322010-07-23 Ulrich Drepper <drepper@redhat.com>
35433
35434 * string/test-strcasestr.c: New file.
35435 * string/test-strstr.c: New file.
35436 * string/Makefile (strop-tests): Add strstr and strcasestr.
35437 * string/str-two-way.h: Don't undefine MAX.
35438 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
35439
f6a31e0e
AS
354402010-07-21 Andreas Schwab <schwab@redhat.com>
35441
35442 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35443 strcasestr-nonascii.
35444 (CFLAGS-strcasestr-nonascii.c): Define.
35445 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
35446 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
35447 Remove unused attribute.
35448
5dbc3b6c
RM
354492010-07-20 Roland McGrath <roland@redhat.com>
35450
35451 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
35452 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
35453 ld.so.cache was broken. With it, there is no way to disable dsocaps
35454 like LD_HWCAP_MASK can disable hwcaps.
35455
23d101d8
EPM
354562010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
35457
35458 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
35459
cc9f2e47
UD
354602010-07-16 Ulrich Drepper <drepper@redhat.com>
35461
35462 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
35463 call in strcasestr.
35464 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
35465 __strcasestr_sse42_nonascii.
35466 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
35467 strcasestr-nonascii.c.
35468 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
35469
77c1b069
LM
354702010-06-15 Luis Machado <luisgpm@br.ibm.com>
35471
35472 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
35473 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
35474 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
35475 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
35476
440566c3
UD
354772010-07-09 Ulrich Drepper <drepper@redhat.com>
35478
35479 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
35480 fcntl.
35481
5be9d05d
AS
354822010-07-06 Andreas Schwab <schwab@redhat.com>
35483
c30b7ee2 35484 [BZ #11577]
5be9d05d
AS
35485 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
35486 dl_signal_cerror.
35487
8a492a67
UD
354882010-07-06 Ulrich Drepper <drepper@redhat.com>
35489
35490 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
35491 _PC_PIPE_BUF using F_GETPIPE_SZ.
35492
713df3d5
RM
354932010-07-05 Roland McGrath <roland@redhat.com>
35494
35495 * manual/arith.texi (Rounding Functions): Fix rint description
35496 implicit in round description.
35497
702e8f14
UD
354982010-07-02 Ulrich Drepper <drepper@redhat.com>
35499
35500 * elf/Makefile: Fix linking for a few tests to make recent linker
35501 happy.
35502
52ed8be9
AS
355032010-06-30 Andreas Schwab <schwab@redhat.com>
35504
35505 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
35506 $(common-objpfx)libc_nonshared.a.
35507
f47c9a11
LM
355082010-06-21 Luis Machado <luisgpm@br.ibm.com>
35509
35510 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
35511 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
35512 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
35513 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
35514 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
35515 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
35516 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
35517 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
35518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
35519 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
35520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
35521 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
35522 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
35523 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
35524 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
35525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
35526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
35527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
35528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
35529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
35530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
35531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
35532 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
35533 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
35534 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
35535 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
35536 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
35537 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
35538 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
35539 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
35540 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
35541 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
35542 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
35543 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
35544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
35545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
35546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
35547 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
35548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
35549 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
35550 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
35551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
35552 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
35553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
35554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
35555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
35556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
35557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
35558
6fb8cbcb
L
355592010-06-25 H.J. Lu <hongjiu.lu@intel.com>
35560
35561 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
35562 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
35563 * string/memmove.c (memmove): Renamed to ...
35564 (MEMMOVE): ...this. Default to memmove.
35565 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
35566 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
35567 (END_CHK): Define.
35568 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35569 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
35570 mempcpy-ssse3-back memmove-ssse3-back.
35571 * sysdeps/x86_64/multiarch/bcopy.S: New file .
35572 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
35573 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
35574 * sysdeps/x86_64/multiarch/memcpy.S: New file.
35575 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
35576 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
35577 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
35578 * sysdeps/x86_64/multiarch/memmove.c: New file.
35579 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
35580 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
35581 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
35582 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
35583 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
35584 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
35585 Define.
35586 (index_Fast_Copy_Backward): Define.
35587 (HAS_ARCH_FEATURE): Define.
35588 (HAS_FAST_REP_STRING): Define.
35589 (HAS_FAST_COPY_BACKWARD): Define.
35590
4e733bac 355912010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
35592
35593 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
35594 Restore proper fallback handling.
35595
63c4ed22
UD
355962010-06-19 Ulrich Drepper <drepper@redhat.com>
35597
ac2b484c
UD
35598 [BZ #11701]
35599 * posix/group_member.c (__group_member): Correct checking loop.
35600
63c4ed22
UD
35601 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
35602 OOM in getpwuid_r correctly. Return error number when the caller
35603 should return, otherwise -1.
35604 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
35605 call returning > 0 value.
35606 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
35607
765ade4b
AS
356082010-06-07 Andreas Schwab <schwab@redhat.com>
35609
35610 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
35611 libc_nonshared.a from targets in modules-names.
35612
80da2e09
KS
356132010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
35614
35615 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
35616 requires it.
35617
158db122
LM
356182010-06-10 Luis Machado <luisgpm@br.ibm.com>
35619
35620 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
35621 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
35622 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
35623 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
35624
caa78cf8
AS
356252010-06-02 Andreas Schwab <schwab@redhat.com>
35626
35627 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
35628
b2ef2c01
UD
356292010-06-14 Ulrich Drepper <drepper@redhat.com>
35630
35631 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
35632 and F_GETPIPE_SZ.
35633 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
35634 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
35635 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35636 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35637 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
35638 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
35639
fbd643b6
RM
356402010-06-14 Roland McGrath <roland@redhat.com>
35641
35642 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
35643
f32f2869
JJ
356442010-06-07 Jakub Jelinek <jakub@redhat.com>
35645
35646 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
35647 __REDIRECT followed by __THROW.
35648 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
35649 * posix/getopt.h (getopt): Likewise.
35650
2a50c078
EPM
356512010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
35652
35653 * hurd/lookup-at.c (__file_name_lookup_at): Accept
35654 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
35655 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
35656 in AT_FLAGS.
35657 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
35658 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
35659
eb5ad2eb
LM
356602010-05-28 Luis Machado <luisgpm@br.ibm.com>
35661
35662 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
35663
3c88fe1e
L
356642010-05-26 H.J. Lu <hongjiu.lu@intel.com>
35665
35666 [BZ #11640]
35667 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35668 Properly check family and model.
35669
d2f73151
TY
356702010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
35671
35672 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
35673
ebd2e13d
LM
356742010-05-24 Luis Machado <luisgpm@br.ibm.com>
35675
35676 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
35677
b32b8b45
UD
356782010-05-21 Ulrich Drepper <drepper@redhat.com>
35679
35680 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
35681 symbol reference.
35682
9acbe24d
AS
356832010-05-19 Andreas Schwab <schwab@redhat.com>
35684
35685 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
35686 symbol reference.
35687
f0ccf6ea
AS
356882010-05-21 Andreas Schwab <schwab@redhat.com>
35689
3d04ff3a
AS
35690 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
35691 and internal_recvmmsg.
35692 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
35693 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
35694 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
35695 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
35696
f0ccf6ea
AS
35697 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
35698 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35699 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35700
5b08ac57
AS
357012010-05-20 Andreas Schwab <schwab@redhat.com>
35702
35703 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
35704
4828935d
LM
357052010-05-17 Luis Machado <luisgpm@br.ibm.com>
35706
35707 POWER7 optimizations.
35708 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
35709 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
35710
373d545e
UD
357112010-05-19 Ulrich Drepper <drepper@redhat.com>
35712
35713 * version.h: Update for 2.13 development version.
35714
21a2b1ae
AS
357152010-05-12 Andrew Stubbs <ams@codesourcery.com>
35716
35717 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
35718 exceptions. Return 0.
35719
3f7dcb2b
RM
357202010-05-07 Roland McGrath <roland@redhat.com>
35721
35722 * elf/ldconfig.c (main): Add a const.
35723
5f24d53a 357242010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 35725
a160f8d8
UD
35726 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
35727 (args_options): Add no-idn option.
35728 (ahosts_keys_int): Add idn_flags to ai_flags.
35729 (parse_option): Handle 'i' option to clear idn_flags.
35730
5f24d53a
UD
35731 * malloc/malloc.c (_int_free): Possible race in the most recently
35732 added check. Only act on the data if no current modification
35733 happened.
265bb1ce
UD
35734
35735See ChangeLog.17 for earlier changes.